From b7713d13ec0913009927e86e71ba8b1a0bb1b944 Mon Sep 17 00:00:00 2001 From: preethamr Date: Fri, 20 Sep 2024 11:32:27 -0700 Subject: [PATCH] fix: rebuild graph client rebuild graph client --- .../adapters/subgraph/.graphclient/index.ts | 165440 +++++++-------- .../subgraph/.graphclient/schema.graphql | 145561 +++++++------ .../Connext_Base/introspectionSchema.ts | 60 - .../sources/Connext_Base/schema.graphql | 13 - .../sources/Connext_Base/types.ts | 7 - .../Connext_Mode/introspectionSchema.ts | 60 - .../sources/Connext_Mode/schema.graphql | 13 - .../sources/Connext_Mode/types.ts | 7 - .../Connext_Optimism/introspectionSchema.ts | 60 + .../sources/Connext_Optimism/schema.graphql | 13 + .../sources/Connext_Optimism/types.ts | 7 + .../Connext_Polygon/introspectionSchema.ts | 60 + .../sources/Connext_Polygon/schema.graphql | 13 + .../sources/Connext_Polygon/types.ts | 7 + .../introspectionSchema.ts | 50096 +++++ .../schema.graphql | 3999 + .../Connext_Staging_ArbitrumOne/types.ts | 3927 + .../introspectionSchema.ts | 50096 +++++ .../Connext_Staging_Avalanche/schema.graphql | 3999 + .../Connext_Staging_Avalanche/types.ts | 3927 + .../introspectionSchema.ts | 50036 +++++ .../Connext_Staging_Base/schema.graphql | 3986 + .../sources/Connext_Staging_Base/types.ts | 3920 + .../introspectionSchema.ts | 50096 +++++ .../Connext_Staging_Bnb/schema.graphql | 3999 + .../sources/Connext_Staging_Bnb/types.ts | 3927 + .../introspectionSchema.ts | 44415 ++++ .../Connext_Staging_Linea/schema.graphql | 3536 + .../sources/Connext_Staging_Linea/types.ts | 3475 + .../introspectionSchema.ts | 50096 +++++ .../Connext_Staging_Mainnet/schema.graphql | 3999 + .../sources/Connext_Staging_Mainnet/types.ts | 3927 + .../introspectionSchema.ts | 50036 +++++ .../Connext_Staging_Mantle/schema.graphql | 3986 + .../sources/Connext_Staging_Mantle/types.ts | 3920 + .../introspectionSchema.ts | 50036 +++++ .../Connext_Staging_Metis/schema.graphql | 3986 + .../sources/Connext_Staging_Metis/types.ts | 3920 + .../introspectionSchema.ts | 50096 +++++ .../Connext_Staging_Optimism/schema.graphql | 3999 + .../sources/Connext_Staging_Optimism/types.ts | 3927 + .../introspectionSchema.ts | 50096 +++++ .../Connext_Staging_Polygon/schema.graphql | 3999 + .../sources/Connext_Staging_Polygon/types.ts | 3927 + .../introspectionSchema.ts | 50096 +++++ .../schema.graphql | 3999 + .../Connext_Staging_PolygonZkEVM/types.ts | 3927 + .../introspectionSchema.ts | 50096 +++++ .../Connext_Staging_Xdai/schema.graphql | 3999 + .../sources/Connext_Staging_Xdai/types.ts | 3927 + .../introspectionSchema.ts | 50036 +++++ .../Connext_Staging_Xlayer/schema.graphql | 3986 + .../sources/Connext_Staging_Xlayer/types.ts | 3920 + .../introspectionSchema.ts | 50096 +++++ .../Connext_Staging_zkSync/schema.graphql | 3999 + .../sources/Connext_Staging_zkSync/types.ts | 3927 + .../introspectionSchema.ts | 39882 ++++ .../Hub_Staging_Mainnet/schema.graphql | 3336 + .../sources/Hub_Staging_Mainnet/types.ts | 3224 + .../StableSwap_Base/introspectionSchema.ts | 60 - .../sources/StableSwap_Base/schema.graphql | 13 - .../sources/StableSwap_Base/types.ts | 7 - 62 files changed, 1007487 insertions(+), 155748 deletions(-) create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/types.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/introspectionSchema.ts create mode 100644 packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/schema.graphql create mode 100644 packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/types.ts diff --git a/packages/adapters/subgraph/.graphclient/index.ts b/packages/adapters/subgraph/.graphclient/index.ts index a9c194fa6d..4435556589 100644 --- a/packages/adapters/subgraph/.graphclient/index.ts +++ b/packages/adapters/subgraph/.graphclient/index.ts @@ -18,114 +18,114 @@ 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 { StableSwapOptimismSepoliaTypes } from './sources/StableSwap_OptimismSepolia/types'; -import type { StableSwapArbitrumSepoliaTypes } from './sources/StableSwap_ArbitrumSepolia/types'; -import type { HubSepoliaTypes } from './sources/Hub_Sepolia/types'; -import type { StableSwapBaseTypes } from './sources/StableSwap_Base/types'; -import type { StableSwapZkSyncEraTypes } from './sources/StableSwap_ZkSyncEra/types'; -import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; import type { StableSwapMetisTypes } from './sources/StableSwap_Metis/types'; -import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; -import type { StableSwapModeTypes } from './sources/StableSwap_Mode/types'; +import type { ConnextStagingLineaTypes } from './sources/Connext_Staging_Linea/types'; +import type { ConnextStagingModeTypes } from './sources/Connext_Staging_Mode/types'; +import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; +import type { ConnextStagingScrollTypes } from './sources/Connext_Staging_Scroll/types'; +import type { StableSwapZkSyncEraTypes } from './sources/StableSwap_ZkSyncEra/types'; +import type { ConnextStagingMainnetTypes } from './sources/Connext_Staging_Mainnet/types'; import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; -import type { StableSwapXlayerTypes } from './sources/StableSwap_Xlayer/types'; -import type { ConnextOptimismSepoliaTypes } from './sources/Connext_OptimismSepolia/types'; -import type { ConnextSepoliaTypes } from './sources/Connext_Sepolia/types'; +import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; +import type { HubSepoliaTypes } from './sources/Hub_Sepolia/types'; +import type { ConnextArbitrumSepoliaTypes } from './sources/Connext_ArbitrumSepolia/types'; +import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types'; +import type { StableSwapOptimismSepoliaTypes } from './sources/StableSwap_OptimismSepolia/types'; +import type { StableSwapSepoliaTypes } from './sources/StableSwap_Sepolia/types'; +import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; +import type { ConnextStagingXdaiTypes } from './sources/Connext_Staging_Xdai/types'; +import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types'; import type { ConnextStagingAvalancheTypes } from './sources/Connext_Staging_Avalanche/types'; -import type { ConnextMantleTypes } from './sources/Connext_Mantle/types'; -import type { ConnextLineaTypes } from './sources/Connext_Linea/types'; +import type { ConnextStagingZkSyncTypes } from './sources/Connext_Staging_zkSync/types'; +import type { StableSwapXlayerTypes } from './sources/StableSwap_Xlayer/types'; +import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; import type { HubStagingMainnetTypes } from './sources/Hub_Staging_Mainnet/types'; -import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types'; +import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types'; +import type { ConnextStagingBnbTypes } from './sources/Connext_Staging_Bnb/types'; +import type { StableSwapModeTypes } from './sources/StableSwap_Mode/types'; import type { ConnextStagingPolygonTypes } from './sources/Connext_Staging_Polygon/types'; -import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; +import type { ConnextPolygonZkEvmTypes } from './sources/Connext_PolygonZkEVM/types'; +import type { ConnextStagingPolygonZkEvmTypes } from './sources/Connext_Staging_PolygonZkEVM/types'; +import type { ConnextStagingArbitrumOneTypes } from './sources/Connext_Staging_ArbitrumOne/types'; +import type { ConnextSepoliaTypes } from './sources/Connext_Sepolia/types'; +import type { ConnextOptimismSepoliaTypes } from './sources/Connext_OptimismSepolia/types'; import type { ConnextAvalancheTypes } from './sources/Connext_Avalanche/types'; +import type { ConnextStagingXlayerTypes } from './sources/Connext_Staging_Xlayer/types'; +import type { ConnextZkSyncTypes } from './sources/Connext_ZkSync/types'; import type { ConnextModeTypes } from './sources/Connext_Mode/types'; -import type { ConnextStagingMainnetTypes } from './sources/Connext_Staging_Mainnet/types'; +import type { StableSwapBaseTypes } from './sources/StableSwap_Base/types'; +import type { ConnextMantleTypes } from './sources/Connext_Mantle/types'; import type { ConnextStagingMetisTypes } from './sources/Connext_Staging_Metis/types'; -import type { ConnextZkSyncTypes } from './sources/Connext_ZkSync/types'; +import type { ConnextStagingBaseTypes } from './sources/Connext_Staging_Base/types'; +import type { StableSwapArbitrumSepoliaTypes } from './sources/StableSwap_ArbitrumSepolia/types'; import type { ConnextXlayerTypes } from './sources/Connext_Xlayer/types'; -import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types'; +import type { StableSwapAvalancheTypes } from './sources/StableSwap_Avalanche/types'; +import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; import type { ConnextMetisTypes } from './sources/Connext_Metis/types'; -import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; -import type { ConnextStagingBaseTypes } from './sources/Connext_Staging_Base/types'; +import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; +import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; import type { ConnextStagingOptimismTypes } from './sources/Connext_Staging_Optimism/types'; -import type { ConnextPolygonZkEvmTypes } from './sources/Connext_PolygonZkEVM/types'; -import type { ConnextStagingMantleTypes } from './sources/Connext_Staging_Mantle/types'; -import type { ConnextStagingModeTypes } from './sources/Connext_Staging_Mode/types'; +import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; import type { ConnextBaseTypes } from './sources/Connext_Base/types'; -import type { ConnextStagingScrollTypes } from './sources/Connext_Staging_Scroll/types'; -import type { ConnextStagingZkSyncTypes } from './sources/Connext_Staging_zkSync/types'; -import type { ConnextStagingBnbTypes } from './sources/Connext_Staging_Bnb/types'; -import type { ConnextStagingXdaiTypes } from './sources/Connext_Staging_Xdai/types'; -import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; -import type { StableSwapSepoliaTypes } from './sources/StableSwap_Sepolia/types'; -import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; -import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types'; -import type { ConnextStagingArbitrumOneTypes } from './sources/Connext_Staging_ArbitrumOne/types'; -import type { ConnextStagingLineaTypes } from './sources/Connext_Staging_Linea/types'; -import type { ConnextArbitrumSepoliaTypes } from './sources/Connext_ArbitrumSepolia/types'; -import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; -import type { StableSwapAvalancheTypes } from './sources/StableSwap_Avalanche/types'; -import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; -import type { ConnextStagingPolygonZkEvmTypes } from './sources/Connext_Staging_PolygonZkEVM/types'; import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; -import type { ConnextStagingXlayerTypes } from './sources/Connext_Staging_Xlayer/types'; -import * as importedModule$0 from "./sources/StableSwap_Sepolia/introspectionSchema"; -import * as importedModule$1 from "./sources/StableSwap_OptimismSepolia/introspectionSchema"; +import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; +import type { ConnextStagingMantleTypes } from './sources/Connext_Staging_Mantle/types'; +import * as importedModule$0 from "./sources/StableSwap_Metis/introspectionSchema"; +import * as importedModule$1 from "./sources/StableSwap_Linea/introspectionSchema"; import * as importedModule$2 from "./sources/Hub_Sepolia/introspectionSchema"; -import * as importedModule$3 from "./sources/StableSwap_ArbitrumSepolia/introspectionSchema"; -import * as importedModule$4 from "./sources/Connext_ArbitrumSepolia/introspectionSchema"; -import * as importedModule$5 from "./sources/Connext_OptimismSepolia/introspectionSchema"; -import * as importedModule$6 from "./sources/Hub_Mainnet/introspectionSchema"; -import * as importedModule$7 from "./sources/Connext_Sepolia/introspectionSchema"; +import * as importedModule$3 from "./sources/StableSwap_Sepolia/introspectionSchema"; +import * as importedModule$4 from "./sources/Connext_Staging_Linea/introspectionSchema"; +import * as importedModule$5 from "./sources/Connext_Linea/introspectionSchema"; +import * as importedModule$6 from "./sources/Connext_Staging_Mode/introspectionSchema"; +import * as importedModule$7 from "./sources/Connext_Staging_Scroll/introspectionSchema"; import * as importedModule$8 from "./sources/Connext_ArbitrumOne/introspectionSchema"; -import * as importedModule$9 from "./sources/StableSwap_ZkSyncEra/introspectionSchema"; -import * as importedModule$10 from "./sources/StableSwap_Base/introspectionSchema"; -import * as importedModule$11 from "./sources/Connext_Optimism/introspectionSchema"; -import * as importedModule$12 from "./sources/StableSwap_Metis/introspectionSchema"; -import * as importedModule$13 from "./sources/Connext_Polygon/introspectionSchema"; -import * as importedModule$14 from "./sources/StableSwap_Mode/introspectionSchema"; -import * as importedModule$15 from "./sources/StableSwap_Linea/introspectionSchema"; -import * as importedModule$16 from "./sources/Connext_Linea/introspectionSchema"; -import * as importedModule$17 from "./sources/StableSwap_Xlayer/introspectionSchema"; -import * as importedModule$18 from "./sources/Hub_Staging_Mainnet/introspectionSchema"; -import * as importedModule$19 from "./sources/Connext_Staging_Avalanche/introspectionSchema"; -import * as importedModule$20 from "./sources/Connext_Mantle/introspectionSchema"; -import * as importedModule$21 from "./sources/Connext_Staging_Polygon/introspectionSchema"; -import * as importedModule$22 from "./sources/Connext_Bnb/introspectionSchema"; -import * as importedModule$23 from "./sources/StableSwap_Mantle/introspectionSchema"; -import * as importedModule$24 from "./sources/Connext_Mode/introspectionSchema"; -import * as importedModule$25 from "./sources/Connext_Staging_Metis/introspectionSchema"; -import * as importedModule$26 from "./sources/Connext_Avalanche/introspectionSchema"; -import * as importedModule$27 from "./sources/Connext_Staging_Mainnet/introspectionSchema"; -import * as importedModule$28 from "./sources/Connext_ZkSync/introspectionSchema"; +import * as importedModule$9 from "./sources/Connext_Polygon/introspectionSchema"; +import * as importedModule$10 from "./sources/StableSwap_ZkSyncEra/introspectionSchema"; +import * as importedModule$11 from "./sources/Connext_Staging_Mainnet/introspectionSchema"; +import * as importedModule$12 from "./sources/Connext_ArbitrumSepolia/introspectionSchema"; +import * as importedModule$13 from "./sources/Hub_Mainnet/introspectionSchema"; +import * as importedModule$14 from "./sources/Hub_Staging_Mainnet/introspectionSchema"; +import * as importedModule$15 from "./sources/StableSwap_Mantle/introspectionSchema"; +import * as importedModule$16 from "./sources/StableSwap_OptimismSepolia/introspectionSchema"; +import * as importedModule$17 from "./sources/Connext_Mainnet/introspectionSchema"; +import * as importedModule$18 from "./sources/StableSwap_Mode/introspectionSchema"; +import * as importedModule$19 from "./sources/Connext_Staging_Xdai/introspectionSchema"; +import * as importedModule$20 from "./sources/Connext_Optimism/introspectionSchema"; +import * as importedModule$21 from "./sources/Connext_Staging_Avalanche/introspectionSchema"; +import * as importedModule$22 from "./sources/Connext_Staging_zkSync/introspectionSchema"; +import * as importedModule$23 from "./sources/StableSwap_Xlayer/introspectionSchema"; +import * as importedModule$24 from "./sources/Connext_Staging_PolygonZkEVM/introspectionSchema"; +import * as importedModule$25 from "./sources/Connext_Staging_Bnb/introspectionSchema"; +import * as importedModule$26 from "./sources/Connext_Sepolia/introspectionSchema"; +import * as importedModule$27 from "./sources/Connext_Staging_ArbitrumOne/introspectionSchema"; +import * as importedModule$28 from "./sources/Connext_Staging_Polygon/introspectionSchema"; import * as importedModule$29 from "./sources/StableSwap_PolygonZkEvm/introspectionSchema"; -import * as importedModule$30 from "./sources/Connext_Xlayer/introspectionSchema"; -import * as importedModule$31 from "./sources/Connext_Mainnet/introspectionSchema"; -import * as importedModule$32 from "./sources/Connext_Staging_Base/introspectionSchema"; -import * as importedModule$33 from "./sources/Connext_Metis/introspectionSchema"; -import * as importedModule$34 from "./sources/Connext_Staging_Optimism/introspectionSchema"; -import * as importedModule$35 from "./sources/Connext_Staging_Mantle/introspectionSchema"; -import * as importedModule$36 from "./sources/Connext_PolygonZkEVM/introspectionSchema"; -import * as importedModule$37 from "./sources/Connext_Staging_Mode/introspectionSchema"; -import * as importedModule$38 from "./sources/Connext_Base/introspectionSchema"; -import * as importedModule$39 from "./sources/Connext_Staging_Scroll/introspectionSchema"; -import * as importedModule$40 from "./sources/Connext_Staging_zkSync/introspectionSchema"; -import * as importedModule$41 from "./sources/Connext_Staging_Xdai/introspectionSchema"; +import * as importedModule$30 from "./sources/Connext_PolygonZkEVM/introspectionSchema"; +import * as importedModule$31 from "./sources/Connext_OptimismSepolia/introspectionSchema"; +import * as importedModule$32 from "./sources/Connext_ZkSync/introspectionSchema"; +import * as importedModule$33 from "./sources/Connext_Mantle/introspectionSchema"; +import * as importedModule$34 from "./sources/Connext_Avalanche/introspectionSchema"; +import * as importedModule$35 from "./sources/Connext_Mode/introspectionSchema"; +import * as importedModule$36 from "./sources/Connext_Staging_Xlayer/introspectionSchema"; +import * as importedModule$37 from "./sources/Connext_Staging_Base/introspectionSchema"; +import * as importedModule$38 from "./sources/Connext_Metis/introspectionSchema"; +import * as importedModule$39 from "./sources/StableSwap_Base/introspectionSchema"; +import * as importedModule$40 from "./sources/Connext_Staging_Mantle/introspectionSchema"; +import * as importedModule$41 from "./sources/Connext_Staging_Metis/introspectionSchema"; import * as importedModule$42 from "./sources/Connext_Xdai/introspectionSchema"; -import * as importedModule$43 from "./sources/Connext_Staging_Bnb/introspectionSchema"; -import * as importedModule$44 from "./sources/Connext_Staging_ArbitrumOne/introspectionSchema"; -import * as importedModule$45 from "./sources/Connext_Staging_PolygonZkEVM/introspectionSchema"; -import * as importedModule$46 from "./sources/Connext_Staging_Xlayer/introspectionSchema"; -import * as importedModule$47 from "./sources/Connext_Staging_Linea/introspectionSchema"; -import * as importedModule$48 from "./sources/StableSwap_Bnb/introspectionSchema"; +import * as importedModule$43 from "./sources/Connext_Xlayer/introspectionSchema"; +import * as importedModule$44 from "./sources/Connext_Bnb/introspectionSchema"; +import * as importedModule$45 from "./sources/Connext_Base/introspectionSchema"; +import * as importedModule$46 from "./sources/StableSwap_ArbitrumSepolia/introspectionSchema"; +import * as importedModule$47 from "./sources/Connext_Staging_Optimism/introspectionSchema"; +import * as importedModule$48 from "./sources/StableSwap_Avalanche/introspectionSchema"; import * as importedModule$49 from "./sources/StableSwap_Optimism/introspectionSchema"; import * as importedModule$50 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; -import * as importedModule$51 from "./sources/StableSwap_Xdai/introspectionSchema"; -import * as importedModule$52 from "./sources/StableSwap_Polygon/introspectionSchema"; -import * as importedModule$53 from "./sources/StableSwap_Avalanche/introspectionSchema"; +import * as importedModule$51 from "./sources/StableSwap_Bnb/introspectionSchema"; +import * as importedModule$52 from "./sources/StableSwap_Xdai/introspectionSchema"; +import * as importedModule$53 from "./sources/StableSwap_Polygon/introspectionSchema"; export type Maybe = T | null; export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; @@ -142,229 +142,229 @@ export type Scalars = { Boolean: boolean; Int: number; Float: number; - sepolia_swap_BigDecimal: any; + metis_swap_BigDecimal: any; BigInt: any; - sepolia_swap_Bytes: any; - sepolia_swap_Int8: any; + metis_swap_Bytes: any; + metis_swap_Int8: any; Timestamp: any; - optimismsepolia_swap_BigDecimal: any; - optimismsepolia_swap_Bytes: any; - optimismsepolia_swap_Int8: any; + linea_swap_BigDecimal: any; + linea_swap_Bytes: any; sepolia_BigDecimal: any; sepolia_Bytes: any; sepolia_Int8: any; - arbitrumsepolia_swap_BigDecimal: any; - arbitrumsepolia_swap_Bytes: any; - arbitrumsepolia_swap_Int8: any; - arbitrumsepolia_BigDecimal: any; - arbitrumsepolia_Bytes: any; - arbitrumsepolia_Int8: any; - optimismsepolia_BigDecimal: any; - optimismsepolia_Bytes: any; - optimismsepolia_Int8: any; - mainnet_BigDecimal: any; - mainnet_Bytes: any; - mainnet_Int8: any; + sepolia_swap_BigDecimal: any; + sepolia_swap_Bytes: any; + sepolia_swap_Int8: any; + staginglinea_BigDecimal: any; + staginglinea_Bytes: any; + linea_BigDecimal: any; + linea_Bytes: any; + stagingmode_BigDecimal: any; + stagingmode_Bytes: any; + stagingmode_Int8: any; + stagingscroll_BigDecimal: any; + stagingscroll_Bytes: any; + stagingscroll_Int8: any; arbitrumone_BigDecimal: any; arbitrumone_Bytes: any; arbitrumone_Int8: any; - zksync_swap_BigDecimal: any; - zksync_swap_Bytes: any; - zksync_swap_Int8: any; - base_swap_BigDecimal: any; - base_swap_Bytes: any; - base_swap_Int8: any; - optimism_BigDecimal: any; - optimism_Bytes: any; - optimism_Int8: any; - metis_swap_BigDecimal: any; - metis_swap_Bytes: any; - metis_swap_Int8: any; polygon_BigDecimal: any; polygon_Bytes: any; polygon_Int8: any; - mode_swap_BigDecimal: any; - mode_swap_Bytes: any; - mode_swap_Int8: any; - linea_swap_BigDecimal: any; - linea_swap_Bytes: any; - linea_BigDecimal: any; - linea_Bytes: any; - xlayer_swap_BigDecimal: any; - xlayer_swap_Bytes: any; - xlayer_swap_Int8: any; + zksync_swap_BigDecimal: any; + zksync_swap_Bytes: any; + zksync_swap_Int8: any; stagingmainnet_BigDecimal: any; stagingmainnet_Bytes: any; stagingmainnet_Int8: any; + arbitrumsepolia_BigDecimal: any; + arbitrumsepolia_Bytes: any; + arbitrumsepolia_Int8: any; + mainnet_BigDecimal: any; + mainnet_Bytes: any; + mainnet_Int8: any; + mantle_swap_BigDecimal: any; + mantle_swap_Bytes: any; + mantle_swap_Int8: any; + optimismsepolia_swap_BigDecimal: any; + optimismsepolia_swap_Bytes: any; + optimismsepolia_swap_Int8: any; + mode_swap_BigDecimal: any; + mode_swap_Bytes: any; + mode_swap_Int8: any; + stagingxdai_BigDecimal: any; + stagingxdai_Bytes: any; + stagingxdai_Int8: any; + optimism_BigDecimal: any; + optimism_Bytes: any; + optimism_Int8: any; stagingavalanche_BigDecimal: any; stagingavalanche_Bytes: any; stagingavalanche_Int8: any; - mantle_BigDecimal: any; - mantle_Bytes: any; - mantle_Int8: any; + stagingzksync_BigDecimal: any; + stagingzksync_Bytes: any; + stagingzksync_Int8: any; + xlayer_swap_BigDecimal: any; + xlayer_swap_Bytes: any; + xlayer_swap_Int8: any; + stagingpolygonzkevm_BigDecimal: any; + stagingpolygonzkevm_Bytes: any; + stagingpolygonzkevm_Int8: any; + stagingbnb_BigDecimal: any; + stagingbnb_Bytes: any; + stagingbnb_Int8: any; + stagingarbitrumone_BigDecimal: any; + stagingarbitrumone_Bytes: any; + stagingarbitrumone_Int8: any; stagingpolygon_BigDecimal: any; stagingpolygon_Bytes: any; stagingpolygon_Int8: any; - bnb_BigDecimal: any; - bnb_Bytes: any; - bnb_Int8: any; - mantle_swap_BigDecimal: any; - mantle_swap_Bytes: any; - mantle_swap_Int8: any; - mode_BigDecimal: any; - mode_Bytes: any; - mode_Int8: any; - stagingmetis_BigDecimal: any; - stagingmetis_Bytes: any; - stagingmetis_Int8: any; - avalanche_BigDecimal: any; - avalanche_Bytes: any; - avalanche_Int8: any; - zksync_BigDecimal: any; - zksync_Bytes: any; - zksync_Int8: any; polygonzkevm_swap_BigDecimal: any; polygonzkevm_swap_Bytes: any; polygonzkevm_swap_Int8: any; - xlayer_BigDecimal: any; - xlayer_Bytes: any; - xlayer_Int8: any; + polygonzkevm_BigDecimal: any; + polygonzkevm_Bytes: any; + polygonzkevm_Int8: any; + optimismsepolia_BigDecimal: any; + optimismsepolia_Bytes: any; + optimismsepolia_Int8: any; + zksync_BigDecimal: any; + zksync_Bytes: any; + zksync_Int8: any; + mantle_BigDecimal: any; + mantle_Bytes: any; + mantle_Int8: any; + avalanche_BigDecimal: any; + avalanche_Bytes: any; + avalanche_Int8: any; + mode_BigDecimal: any; + mode_Bytes: any; + mode_Int8: any; + stagingxlayer_BigDecimal: any; + stagingxlayer_Bytes: any; + stagingxlayer_Int8: any; stagingbase_BigDecimal: any; stagingbase_Bytes: any; stagingbase_Int8: any; metis_BigDecimal: any; metis_Bytes: any; metis_Int8: any; - stagingoptimism_BigDecimal: any; - stagingoptimism_Bytes: any; - stagingoptimism_Int8: any; + base_swap_BigDecimal: any; + base_swap_Bytes: any; + base_swap_Int8: any; stagingmantle_BigDecimal: any; stagingmantle_Bytes: any; stagingmantle_Int8: any; - polygonzkevm_BigDecimal: any; - polygonzkevm_Bytes: any; - polygonzkevm_Int8: any; - stagingmode_BigDecimal: any; - stagingmode_Bytes: any; - stagingmode_Int8: any; - base_BigDecimal: any; - base_Bytes: any; - base_Int8: any; - stagingscroll_BigDecimal: any; - stagingscroll_Bytes: any; - stagingscroll_Int8: any; - stagingzksync_BigDecimal: any; - stagingzksync_Bytes: any; - stagingzksync_Int8: any; - stagingxdai_BigDecimal: any; - stagingxdai_Bytes: any; - stagingxdai_Int8: any; + stagingmetis_BigDecimal: any; + stagingmetis_Bytes: any; + stagingmetis_Int8: any; xdai_BigDecimal: any; xdai_Bytes: any; xdai_Int8: any; - stagingbnb_BigDecimal: any; - stagingbnb_Bytes: any; - stagingbnb_Int8: any; - stagingarbitrumone_BigDecimal: any; - stagingarbitrumone_Bytes: any; - stagingarbitrumone_Int8: any; - stagingpolygonzkevm_BigDecimal: any; - stagingpolygonzkevm_Bytes: any; - stagingpolygonzkevm_Int8: any; - stagingxlayer_BigDecimal: any; - stagingxlayer_Bytes: any; - stagingxlayer_Int8: any; - staginglinea_BigDecimal: any; - staginglinea_Bytes: any; - bnb_swap_BigDecimal: any; - bnb_swap_Bytes: any; - bnb_swap_Int8: any; + xlayer_BigDecimal: any; + xlayer_Bytes: any; + xlayer_Int8: any; + bnb_BigDecimal: any; + bnb_Bytes: any; + bnb_Int8: any; + base_BigDecimal: any; + base_Bytes: any; + base_Int8: any; + arbitrumsepolia_swap_BigDecimal: any; + arbitrumsepolia_swap_Bytes: any; + arbitrumsepolia_swap_Int8: any; + stagingoptimism_BigDecimal: any; + stagingoptimism_Bytes: any; + stagingoptimism_Int8: any; + avalanche_swap_BigDecimal: any; + avalanche_swap_Bytes: any; + avalanche_swap_Int8: any; optimism_swap_BigDecimal: any; optimism_swap_Bytes: any; optimism_swap_Int8: any; arbitrumone_swap_BigDecimal: any; arbitrumone_swap_Bytes: any; arbitrumone_swap_Int8: any; + bnb_swap_BigDecimal: any; + bnb_swap_Bytes: any; + bnb_swap_Int8: any; xdai_swap_BigDecimal: any; xdai_swap_Bytes: any; xdai_swap_Int8: any; polygon_swap_BigDecimal: any; polygon_swap_Bytes: any; polygon_swap_Int8: any; - avalanche_swap_BigDecimal: any; - avalanche_swap_Bytes: any; - avalanche_swap_Int8: any; }; export type Query = { - sepolia_swap_systemInfo?: Maybe; - sepolia_swap_systemInfos: Array; - sepolia_swap_pooledToken?: Maybe; - sepolia_swap_pooledTokens: Array; - sepolia_swap_stableSwap?: Maybe; - sepolia_swap_stableSwaps: Array; - sepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - sepolia_swap_stableSwapAddLiquidityEvents: Array; - sepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - sepolia_swap_stableSwapRemoveLiquidityEvents: Array; - sepolia_swap_stableSwapExchange?: Maybe; - sepolia_swap_stableSwapExchanges: Array; - sepolia_swap_swapDailyVolume?: Maybe; - sepolia_swap_swapDailyVolumes: Array; - sepolia_swap_swapHourlyVolume?: Maybe; - sepolia_swap_swapHourlyVolumes: Array; - sepolia_swap_swapWeeklyVolume?: Maybe; - sepolia_swap_swapWeeklyVolumes: Array; - sepolia_swap_lpAccount?: Maybe; - sepolia_swap_lpAccounts: Array; - sepolia_swap_lpAccountBalance?: Maybe; - sepolia_swap_lpAccountBalances: Array; - sepolia_swap_lpToken?: Maybe; - sepolia_swap_lpTokens: Array; - sepolia_swap_lpTransferEvent?: Maybe; - sepolia_swap_lpTransferEvents: Array; - sepolia_swap_stableSwapEvent?: Maybe; - sepolia_swap_stableSwapEvents: Array; - sepolia_swap_swapTradeVolume?: Maybe; - sepolia_swap_swapTradeVolumes: Array; - sepolia_swap_lpTokenEvent?: Maybe; - sepolia_swap_lpTokenEvents: Array; + metis_swap_systemInfo?: Maybe; + metis_swap_systemInfos: Array; + metis_swap_pooledToken?: Maybe; + metis_swap_pooledTokens: Array; + metis_swap_stableSwap?: Maybe; + metis_swap_stableSwaps: Array; + metis_swap_stableSwapAddLiquidityEvent?: Maybe; + metis_swap_stableSwapAddLiquidityEvents: Array; + metis_swap_stableSwapRemoveLiquidityEvent?: Maybe; + metis_swap_stableSwapRemoveLiquidityEvents: Array; + metis_swap_stableSwapExchange?: Maybe; + metis_swap_stableSwapExchanges: Array; + metis_swap_swapDailyVolume?: Maybe; + metis_swap_swapDailyVolumes: Array; + metis_swap_swapHourlyVolume?: Maybe; + metis_swap_swapHourlyVolumes: Array; + metis_swap_swapWeeklyVolume?: Maybe; + metis_swap_swapWeeklyVolumes: Array; + metis_swap_lpAccount?: Maybe; + metis_swap_lpAccounts: Array; + metis_swap_lpAccountBalance?: Maybe; + metis_swap_lpAccountBalances: Array; + metis_swap_lpToken?: Maybe; + metis_swap_lpTokens: Array; + metis_swap_lpTransferEvent?: Maybe; + metis_swap_lpTransferEvents: Array; + metis_swap_stableSwapEvent?: Maybe; + metis_swap_stableSwapEvents: Array; + metis_swap_swapTradeVolume?: Maybe; + metis_swap_swapTradeVolumes: Array; + metis_swap_lpTokenEvent?: Maybe; + metis_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - sepolia_swap__meta?: Maybe; - optimismsepolia_swap_systemInfo?: Maybe; - optimismsepolia_swap_systemInfos: Array; - optimismsepolia_swap_pooledToken?: Maybe; - optimismsepolia_swap_pooledTokens: Array; - optimismsepolia_swap_stableSwap?: Maybe; - optimismsepolia_swap_stableSwaps: Array; - optimismsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - optimismsepolia_swap_stableSwapAddLiquidityEvents: Array; - optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimismsepolia_swap_stableSwapRemoveLiquidityEvents: Array; - optimismsepolia_swap_stableSwapExchange?: Maybe; - optimismsepolia_swap_stableSwapExchanges: Array; - optimismsepolia_swap_swapDailyVolume?: Maybe; - optimismsepolia_swap_swapDailyVolumes: Array; - optimismsepolia_swap_swapHourlyVolume?: Maybe; - optimismsepolia_swap_swapHourlyVolumes: Array; - optimismsepolia_swap_swapWeeklyVolume?: Maybe; - optimismsepolia_swap_swapWeeklyVolumes: Array; - optimismsepolia_swap_lpAccount?: Maybe; - optimismsepolia_swap_lpAccounts: Array; - optimismsepolia_swap_lpAccountBalance?: Maybe; - optimismsepolia_swap_lpAccountBalances: Array; - optimismsepolia_swap_lpToken?: Maybe; - optimismsepolia_swap_lpTokens: Array; - optimismsepolia_swap_lpTransferEvent?: Maybe; - optimismsepolia_swap_lpTransferEvents: Array; - optimismsepolia_swap_stableSwapEvent?: Maybe; - optimismsepolia_swap_stableSwapEvents: Array; - optimismsepolia_swap_swapTradeVolume?: Maybe; - optimismsepolia_swap_swapTradeVolumes: Array; - optimismsepolia_swap_lpTokenEvent?: Maybe; - optimismsepolia_swap_lpTokenEvents: Array; + metis_swap__meta?: Maybe; + linea_swap_systemInfo?: Maybe; + linea_swap_systemInfos: Array; + linea_swap_pooledToken?: Maybe; + linea_swap_pooledTokens: Array; + linea_swap_stableSwap?: Maybe; + linea_swap_stableSwaps: Array; + linea_swap_stableSwapAddLiquidityEvent?: Maybe; + linea_swap_stableSwapAddLiquidityEvents: Array; + linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; + linea_swap_stableSwapRemoveLiquidityEvents: Array; + linea_swap_stableSwapExchange?: Maybe; + linea_swap_stableSwapExchanges: Array; + linea_swap_swapDailyVolume?: Maybe; + linea_swap_swapDailyVolumes: Array; + linea_swap_swapHourlyVolume?: Maybe; + linea_swap_swapHourlyVolumes: Array; + linea_swap_swapWeeklyVolume?: Maybe; + linea_swap_swapWeeklyVolumes: Array; + linea_swap_lpAccount?: Maybe; + linea_swap_lpAccounts: Array; + linea_swap_lpAccountBalance?: Maybe; + linea_swap_lpAccountBalances: Array; + linea_swap_lpToken?: Maybe; + linea_swap_lpTokens: Array; + linea_swap_lpTransferEvent?: Maybe; + linea_swap_lpTransferEvents: Array; + linea_swap_stableSwapEvent?: Maybe; + linea_swap_stableSwapEvents: Array; + linea_swap_swapTradeVolume?: Maybe; + linea_swap_swapTradeVolumes: Array; + linea_swap_lpTokenEvent?: Maybe; + linea_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - optimismsepolia_swap__meta?: Maybe; + linea_swap__meta?: Maybe; sepolia_rootAggregated?: Maybe; sepolia_rootAggregateds: Array; sepolia_rootPropagated?: Maybe; @@ -419,232 +419,232 @@ export type Query = { sepolia_hubDomains: Array; /** Access to subgraph metadata */ sepolia__meta?: Maybe; - arbitrumsepolia_swap_systemInfo?: Maybe; - arbitrumsepolia_swap_systemInfos: Array; - arbitrumsepolia_swap_pooledToken?: Maybe; - arbitrumsepolia_swap_pooledTokens: Array; - arbitrumsepolia_swap_stableSwap?: Maybe; - arbitrumsepolia_swap_stableSwaps: Array; - arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumsepolia_swap_stableSwapAddLiquidityEvents: Array; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumsepolia_swap_stableSwapExchange?: Maybe; - arbitrumsepolia_swap_stableSwapExchanges: Array; - arbitrumsepolia_swap_swapDailyVolume?: Maybe; - arbitrumsepolia_swap_swapDailyVolumes: Array; - arbitrumsepolia_swap_swapHourlyVolume?: Maybe; - arbitrumsepolia_swap_swapHourlyVolumes: Array; - arbitrumsepolia_swap_swapWeeklyVolume?: Maybe; - arbitrumsepolia_swap_swapWeeklyVolumes: Array; - arbitrumsepolia_swap_lpAccount?: Maybe; - arbitrumsepolia_swap_lpAccounts: Array; - arbitrumsepolia_swap_lpAccountBalance?: Maybe; - arbitrumsepolia_swap_lpAccountBalances: Array; - arbitrumsepolia_swap_lpToken?: Maybe; - arbitrumsepolia_swap_lpTokens: Array; - arbitrumsepolia_swap_lpTransferEvent?: Maybe; - arbitrumsepolia_swap_lpTransferEvents: Array; - arbitrumsepolia_swap_stableSwapEvent?: Maybe; - arbitrumsepolia_swap_stableSwapEvents: Array; - arbitrumsepolia_swap_swapTradeVolume?: Maybe; - arbitrumsepolia_swap_swapTradeVolumes: Array; - arbitrumsepolia_swap_lpTokenEvent?: Maybe; - arbitrumsepolia_swap_lpTokenEvents: Array; + sepolia_swap_systemInfo?: Maybe; + sepolia_swap_systemInfos: Array; + sepolia_swap_pooledToken?: Maybe; + sepolia_swap_pooledTokens: Array; + sepolia_swap_stableSwap?: Maybe; + sepolia_swap_stableSwaps: Array; + sepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + sepolia_swap_stableSwapAddLiquidityEvents: Array; + sepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + sepolia_swap_stableSwapRemoveLiquidityEvents: Array; + sepolia_swap_stableSwapExchange?: Maybe; + sepolia_swap_stableSwapExchanges: Array; + sepolia_swap_swapDailyVolume?: Maybe; + sepolia_swap_swapDailyVolumes: Array; + sepolia_swap_swapHourlyVolume?: Maybe; + sepolia_swap_swapHourlyVolumes: Array; + sepolia_swap_swapWeeklyVolume?: Maybe; + sepolia_swap_swapWeeklyVolumes: Array; + sepolia_swap_lpAccount?: Maybe; + sepolia_swap_lpAccounts: Array; + sepolia_swap_lpAccountBalance?: Maybe; + sepolia_swap_lpAccountBalances: Array; + sepolia_swap_lpToken?: Maybe; + sepolia_swap_lpTokens: Array; + sepolia_swap_lpTransferEvent?: Maybe; + sepolia_swap_lpTransferEvents: Array; + sepolia_swap_stableSwapEvent?: Maybe; + sepolia_swap_stableSwapEvents: Array; + sepolia_swap_swapTradeVolume?: Maybe; + sepolia_swap_swapTradeVolumes: Array; + sepolia_swap_lpTokenEvent?: Maybe; + sepolia_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - arbitrumsepolia_swap__meta?: Maybe; - arbitrumsepolia_asset?: Maybe; - arbitrumsepolia_assets: Array; - arbitrumsepolia_assetStatus?: Maybe; - arbitrumsepolia_assetStatuses: Array; - arbitrumsepolia_assetBalance?: Maybe; - arbitrumsepolia_assetBalances: Array; - arbitrumsepolia_router?: Maybe; - arbitrumsepolia_routers: Array; - arbitrumsepolia_routerDailyTVL?: Maybe; - arbitrumsepolia_routerDailyTVLs: Array; - arbitrumsepolia_routerLiquidityEvent?: Maybe; - arbitrumsepolia_routerLiquidityEvents: Array; - arbitrumsepolia_setting?: Maybe; - arbitrumsepolia_settings: Array; - arbitrumsepolia_relayer?: Maybe; - arbitrumsepolia_relayers: Array; - arbitrumsepolia_sequencer?: Maybe; - arbitrumsepolia_sequencers: Array; - arbitrumsepolia_relayerFee?: Maybe; - arbitrumsepolia_relayerFees: Array; - arbitrumsepolia_originTransfer?: Maybe; - arbitrumsepolia_originTransfers: Array; - arbitrumsepolia_destinationTransfer?: Maybe; - arbitrumsepolia_destinationTransfers: Array; - arbitrumsepolia_originMessage?: Maybe; - arbitrumsepolia_originMessages: Array; - arbitrumsepolia_aggregateRoot?: Maybe; - arbitrumsepolia_aggregateRoots: Array; - arbitrumsepolia_connectorMeta?: Maybe; - arbitrumsepolia_connectorMetas: Array; - arbitrumsepolia_rootCount?: Maybe; - arbitrumsepolia_rootCounts: Array; - arbitrumsepolia_rootMessageSent?: Maybe; - arbitrumsepolia_rootMessageSents: Array; - arbitrumsepolia_relayerFeesIncrease?: Maybe; - arbitrumsepolia_relayerFeesIncreases: Array; - arbitrumsepolia_slippageUpdate?: Maybe; - arbitrumsepolia_slippageUpdates: Array; - arbitrumsepolia_snapshotRoot?: Maybe; - arbitrumsepolia_snapshotRoots: Array; - arbitrumsepolia_spokeConnectorMode?: Maybe; - arbitrumsepolia_spokeConnectorModes: Array; - arbitrumsepolia_aggregateRootProposed?: Maybe; - arbitrumsepolia_aggregateRootProposeds: Array; - arbitrumsepolia_optimisticRootFinalized?: Maybe; - arbitrumsepolia_optimisticRootFinalizeds: Array; + sepolia_swap__meta?: Maybe; + staginglinea_asset?: Maybe; + staginglinea_assets: Array; + staginglinea_assetStatus?: Maybe; + staginglinea_assetStatuses: Array; + staginglinea_assetBalance?: Maybe; + staginglinea_assetBalances: Array; + staginglinea_router?: Maybe; + staginglinea_routers: Array; + staginglinea_routerDailyTVL?: Maybe; + staginglinea_routerDailyTVLs: Array; + staginglinea_routerLiquidityEvent?: Maybe; + staginglinea_routerLiquidityEvents: Array; + staginglinea_setting?: Maybe; + staginglinea_settings: Array; + staginglinea_relayer?: Maybe; + staginglinea_relayers: Array; + staginglinea_sequencer?: Maybe; + staginglinea_sequencers: Array; + staginglinea_relayerFee?: Maybe; + staginglinea_relayerFees: Array; + staginglinea_originTransfer?: Maybe; + staginglinea_originTransfers: Array; + staginglinea_destinationTransfer?: Maybe; + staginglinea_destinationTransfers: Array; + staginglinea_originMessage?: Maybe; + staginglinea_originMessages: Array; + staginglinea_aggregateRoot?: Maybe; + staginglinea_aggregateRoots: Array; + staginglinea_connectorMeta?: Maybe; + staginglinea_connectorMetas: Array; + staginglinea_rootCount?: Maybe; + staginglinea_rootCounts: Array; + staginglinea_rootMessageSent?: Maybe; + staginglinea_rootMessageSents: Array; + staginglinea_relayerFeesIncrease?: Maybe; + staginglinea_relayerFeesIncreases: Array; + staginglinea_slippageUpdate?: Maybe; + staginglinea_slippageUpdates: Array; + staginglinea_snapshotRoot?: Maybe; + staginglinea_snapshotRoots: Array; + staginglinea_spokeConnectorMode?: Maybe; + staginglinea_spokeConnectorModes: Array; + staginglinea_aggregateRootProposed?: Maybe; + staginglinea_aggregateRootProposeds: Array; + staginglinea_optimisticRootFinalized?: Maybe; + staginglinea_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - arbitrumsepolia__meta?: Maybe; - optimismsepolia_asset?: Maybe; - optimismsepolia_assets: Array; - optimismsepolia_assetStatus?: Maybe; - optimismsepolia_assetStatuses: Array; - optimismsepolia_assetBalance?: Maybe; - optimismsepolia_assetBalances: Array; - optimismsepolia_router?: Maybe; - optimismsepolia_routers: Array; - optimismsepolia_routerDailyTVL?: Maybe; - optimismsepolia_routerDailyTVLs: Array; - optimismsepolia_routerLiquidityEvent?: Maybe; - optimismsepolia_routerLiquidityEvents: Array; - optimismsepolia_setting?: Maybe; - optimismsepolia_settings: Array; - optimismsepolia_relayer?: Maybe; - optimismsepolia_relayers: Array; - optimismsepolia_sequencer?: Maybe; - optimismsepolia_sequencers: Array; - optimismsepolia_relayerFee?: Maybe; - optimismsepolia_relayerFees: Array; - optimismsepolia_originTransfer?: Maybe; - optimismsepolia_originTransfers: Array; - optimismsepolia_destinationTransfer?: Maybe; - optimismsepolia_destinationTransfers: Array; - optimismsepolia_originMessage?: Maybe; - optimismsepolia_originMessages: Array; - optimismsepolia_aggregateRoot?: Maybe; - optimismsepolia_aggregateRoots: Array; - optimismsepolia_connectorMeta?: Maybe; - optimismsepolia_connectorMetas: Array; - optimismsepolia_rootCount?: Maybe; - optimismsepolia_rootCounts: Array; - optimismsepolia_rootMessageSent?: Maybe; - optimismsepolia_rootMessageSents: Array; - optimismsepolia_relayerFeesIncrease?: Maybe; - optimismsepolia_relayerFeesIncreases: Array; - optimismsepolia_slippageUpdate?: Maybe; - optimismsepolia_slippageUpdates: Array; - optimismsepolia_snapshotRoot?: Maybe; - optimismsepolia_snapshotRoots: Array; - optimismsepolia_spokeConnectorMode?: Maybe; - optimismsepolia_spokeConnectorModes: Array; - optimismsepolia_aggregateRootProposed?: Maybe; - optimismsepolia_aggregateRootProposeds: Array; - optimismsepolia_optimisticRootFinalized?: Maybe; - optimismsepolia_optimisticRootFinalizeds: Array; + staginglinea__meta?: Maybe; + linea_asset?: Maybe; + linea_assets: Array; + linea_assetStatus?: Maybe; + linea_assetStatuses: Array; + linea_assetBalance?: Maybe; + linea_assetBalances: Array; + linea_router?: Maybe; + linea_routers: Array; + linea_routerDailyTVL?: Maybe; + linea_routerDailyTVLs: Array; + linea_routerLiquidityEvent?: Maybe; + linea_routerLiquidityEvents: Array; + linea_setting?: Maybe; + linea_settings: Array; + linea_relayer?: Maybe; + linea_relayers: Array; + linea_sequencer?: Maybe; + linea_sequencers: Array; + linea_relayerFee?: Maybe; + linea_relayerFees: Array; + linea_originTransfer?: Maybe; + linea_originTransfers: Array; + linea_destinationTransfer?: Maybe; + linea_destinationTransfers: Array; + linea_originMessage?: Maybe; + linea_originMessages: Array; + linea_aggregateRoot?: Maybe; + linea_aggregateRoots: Array; + linea_connectorMeta?: Maybe; + linea_connectorMetas: Array; + linea_rootCount?: Maybe; + linea_rootCounts: Array; + linea_rootMessageSent?: Maybe; + linea_rootMessageSents: Array; + linea_relayerFeesIncrease?: Maybe; + linea_relayerFeesIncreases: Array; + linea_slippageUpdate?: Maybe; + linea_slippageUpdates: Array; + linea_snapshotRoot?: Maybe; + linea_snapshotRoots: Array; + linea_spokeConnectorMode?: Maybe; + linea_spokeConnectorModes: Array; + linea_aggregateRootProposed?: Maybe; + linea_aggregateRootProposeds: Array; + linea_optimisticRootFinalized?: Maybe; + linea_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - optimismsepolia__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_rootManagerMode?: Maybe; - mainnet_rootManagerModes: Array; - mainnet_optimisticRootProposed?: Maybe; - mainnet_optimisticRootProposeds: Array; - mainnet_hubOptimisticRootFinalized?: Maybe; - mainnet_hubOptimisticRootFinalizeds: Array; - mainnet_optimisticRootPropagated?: Maybe; - mainnet_optimisticRootPropagateds: 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_lineaConnectorMeta?: Maybe; - mainnet_lineaConnectorMetas: Array; - mainnet_metisConnectorMeta?: Maybe; - mainnet_metisConnectorMetas: Array; - mainnet_mantleConnectorMeta?: Maybe; - mainnet_mantleConnectorMetas: Array; - mainnet_avalancheConnectorMeta?: Maybe; - mainnet_avalancheConnectorMetas: Array; - mainnet_baseConnectorMeta?: Maybe; - mainnet_baseConnectorMetas: Array; - mainnet_polygonZkConnectorMeta?: Maybe; - mainnet_polygonZkConnectorMetas: Array; - mainnet_zkSyncConnectorMeta?: Maybe; - mainnet_zkSyncConnectorMetas: Array; - mainnet_modeConnectorMeta?: Maybe; - mainnet_modeConnectorMetas: Array; - mainnet_rootMessageProcessed?: Maybe; - mainnet_rootMessageProcesseds: Array; - mainnet_aggregateRootSavedSlow?: Maybe; - mainnet_aggregateRootSavedSlows: Array; - mainnet_hubDomain?: Maybe; - mainnet_hubDomains: Array; + linea__meta?: Maybe; + stagingmode_asset?: Maybe; + stagingmode_assets: Array; + stagingmode_assetStatus?: Maybe; + stagingmode_assetStatuses: Array; + stagingmode_assetBalance?: Maybe; + stagingmode_assetBalances: Array; + stagingmode_router?: Maybe; + stagingmode_routers: Array; + stagingmode_routerDailyTVL?: Maybe; + stagingmode_routerDailyTVLs: Array; + stagingmode_routerLiquidityEvent?: Maybe; + stagingmode_routerLiquidityEvents: Array; + stagingmode_setting?: Maybe; + stagingmode_settings: Array; + stagingmode_relayer?: Maybe; + stagingmode_relayers: Array; + stagingmode_sequencer?: Maybe; + stagingmode_sequencers: Array; + stagingmode_relayerFee?: Maybe; + stagingmode_relayerFees: Array; + stagingmode_originTransfer?: Maybe; + stagingmode_originTransfers: Array; + stagingmode_destinationTransfer?: Maybe; + stagingmode_destinationTransfers: Array; + stagingmode_originMessage?: Maybe; + stagingmode_originMessages: Array; + stagingmode_aggregateRoot?: Maybe; + stagingmode_aggregateRoots: Array; + stagingmode_connectorMeta?: Maybe; + stagingmode_connectorMetas: Array; + stagingmode_rootCount?: Maybe; + stagingmode_rootCounts: Array; + stagingmode_rootMessageSent?: Maybe; + stagingmode_rootMessageSents: Array; + stagingmode_relayerFeesIncrease?: Maybe; + stagingmode_relayerFeesIncreases: Array; + stagingmode_slippageUpdate?: Maybe; + stagingmode_slippageUpdates: Array; + stagingmode_snapshotRoot?: Maybe; + stagingmode_snapshotRoots: Array; + stagingmode_spokeConnectorMode?: Maybe; + stagingmode_spokeConnectorModes: Array; + stagingmode_aggregateRootProposed?: Maybe; + stagingmode_aggregateRootProposeds: Array; + stagingmode_optimisticRootFinalized?: Maybe; + stagingmode_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - mainnet__meta?: Maybe; - sepolia_asset?: Maybe; - sepolia_assets: Array; - sepolia_assetStatus?: Maybe; - sepolia_assetStatuses: Array; - sepolia_assetBalance?: Maybe; - sepolia_assetBalances: Array; - sepolia_router?: Maybe; - sepolia_routers: Array; - sepolia_routerDailyTVL?: Maybe; - sepolia_routerDailyTVLs: Array; - sepolia_routerLiquidityEvent?: Maybe; - sepolia_routerLiquidityEvents: Array; - sepolia_setting?: Maybe; - sepolia_settings: Array; - sepolia_relayer?: Maybe; - sepolia_relayers: Array; - sepolia_sequencer?: Maybe; - sepolia_sequencers: Array; - sepolia_relayerFee?: Maybe; - sepolia_relayerFees: Array; - sepolia_originTransfer?: Maybe; - sepolia_originTransfers: Array; - sepolia_destinationTransfer?: Maybe; - sepolia_destinationTransfers: Array; - sepolia_originMessage?: Maybe; - sepolia_originMessages: Array; - sepolia_aggregateRoot?: Maybe; - sepolia_aggregateRoots: Array; - sepolia_connectorMeta?: Maybe; - sepolia_connectorMetas: Array; - sepolia_rootCount?: Maybe; - sepolia_rootCounts: Array; - sepolia_rootMessageSent?: Maybe; - sepolia_rootMessageSents: Array; - sepolia_relayerFeesIncrease?: Maybe; - sepolia_relayerFeesIncreases: Array; - sepolia_slippageUpdate?: Maybe; - sepolia_slippageUpdates: Array; - sepolia_snapshotRoot?: Maybe; - sepolia_snapshotRoots: Array; - sepolia_spokeConnectorMode?: Maybe; - sepolia_spokeConnectorModes: Array; - sepolia_aggregateRootProposed?: Maybe; - sepolia_aggregateRootProposeds: Array; - sepolia_optimisticRootFinalized?: Maybe; - sepolia_optimisticRootFinalizeds: Array; + stagingmode__meta?: Maybe; + stagingscroll_asset?: Maybe; + stagingscroll_assets: Array; + stagingscroll_assetStatus?: Maybe; + stagingscroll_assetStatuses: Array; + stagingscroll_assetBalance?: Maybe; + stagingscroll_assetBalances: Array; + stagingscroll_router?: Maybe; + stagingscroll_routers: Array; + stagingscroll_routerDailyTVL?: Maybe; + stagingscroll_routerDailyTVLs: Array; + stagingscroll_routerLiquidityEvent?: Maybe; + stagingscroll_routerLiquidityEvents: Array; + stagingscroll_setting?: Maybe; + stagingscroll_settings: Array; + stagingscroll_relayer?: Maybe; + stagingscroll_relayers: Array; + stagingscroll_sequencer?: Maybe; + stagingscroll_sequencers: Array; + stagingscroll_relayerFee?: Maybe; + stagingscroll_relayerFees: Array; + stagingscroll_originTransfer?: Maybe; + stagingscroll_originTransfers: Array; + stagingscroll_destinationTransfer?: Maybe; + stagingscroll_destinationTransfers: Array; + stagingscroll_originMessage?: Maybe; + stagingscroll_originMessages: Array; + stagingscroll_aggregateRoot?: Maybe; + stagingscroll_aggregateRoots: Array; + stagingscroll_connectorMeta?: Maybe; + stagingscroll_connectorMetas: Array; + stagingscroll_rootCount?: Maybe; + stagingscroll_rootCounts: Array; + stagingscroll_rootMessageSent?: Maybe; + stagingscroll_rootMessageSents: Array; + stagingscroll_relayerFeesIncrease?: Maybe; + stagingscroll_relayerFeesIncreases: Array; + stagingscroll_slippageUpdate?: Maybe; + stagingscroll_slippageUpdates: Array; + stagingscroll_snapshotRoot?: Maybe; + stagingscroll_snapshotRoots: Array; + stagingscroll_spokeConnectorMode?: Maybe; + stagingscroll_spokeConnectorModes: Array; + stagingscroll_aggregateRootProposed?: Maybe; + stagingscroll_aggregateRootProposeds: Array; + stagingscroll_optimisticRootFinalized?: Maybe; + stagingscroll_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingscroll__meta?: Maybe; arbitrumone_asset?: Maybe; arbitrumone_assets: Array; arbitrumone_assetStatus?: Maybe; @@ -693,156 +693,6 @@ export type Query = { arbitrumone_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ arbitrumone__meta?: Maybe; - zksync_swap_systemInfo?: Maybe; - zksync_swap_systemInfos: Array; - zksync_swap_pooledToken?: Maybe; - zksync_swap_pooledTokens: Array; - zksync_swap_stableSwap?: Maybe; - zksync_swap_stableSwaps: Array; - zksync_swap_stableSwapAddLiquidityEvent?: Maybe; - zksync_swap_stableSwapAddLiquidityEvents: Array; - zksync_swap_stableSwapRemoveLiquidityEvent?: Maybe; - zksync_swap_stableSwapRemoveLiquidityEvents: Array; - zksync_swap_stableSwapExchange?: Maybe; - zksync_swap_stableSwapExchanges: Array; - zksync_swap_swapDailyVolume?: Maybe; - zksync_swap_swapDailyVolumes: Array; - zksync_swap_swapHourlyVolume?: Maybe; - zksync_swap_swapHourlyVolumes: Array; - zksync_swap_swapWeeklyVolume?: Maybe; - zksync_swap_swapWeeklyVolumes: Array; - zksync_swap_lpAccount?: Maybe; - zksync_swap_lpAccounts: Array; - zksync_swap_lpAccountBalance?: Maybe; - zksync_swap_lpAccountBalances: Array; - zksync_swap_lpToken?: Maybe; - zksync_swap_lpTokens: Array; - zksync_swap_lpTransferEvent?: Maybe; - zksync_swap_lpTransferEvents: Array; - zksync_swap_stableSwapEvent?: Maybe; - zksync_swap_stableSwapEvents: Array; - zksync_swap_swapTradeVolume?: Maybe; - zksync_swap_swapTradeVolumes: Array; - zksync_swap_lpTokenEvent?: Maybe; - zksync_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - zksync_swap__meta?: Maybe; - base_swap_systemInfo?: Maybe; - base_swap_systemInfos: Array; - base_swap_pooledToken?: Maybe; - base_swap_pooledTokens: Array; - base_swap_stableSwap?: Maybe; - base_swap_stableSwaps: Array; - base_swap_stableSwapAddLiquidityEvent?: Maybe; - base_swap_stableSwapAddLiquidityEvents: Array; - base_swap_stableSwapRemoveLiquidityEvent?: Maybe; - base_swap_stableSwapRemoveLiquidityEvents: Array; - base_swap_stableSwapExchange?: Maybe; - base_swap_stableSwapExchanges: Array; - base_swap_swapDailyVolume?: Maybe; - base_swap_swapDailyVolumes: Array; - base_swap_swapHourlyVolume?: Maybe; - base_swap_swapHourlyVolumes: Array; - base_swap_swapWeeklyVolume?: Maybe; - base_swap_swapWeeklyVolumes: Array; - base_swap_lpAccount?: Maybe; - base_swap_lpAccounts: Array; - base_swap_lpAccountBalance?: Maybe; - base_swap_lpAccountBalances: Array; - base_swap_lpToken?: Maybe; - base_swap_lpTokens: Array; - base_swap_lpTransferEvent?: Maybe; - base_swap_lpTransferEvents: Array; - base_swap_stableSwapEvent?: Maybe; - base_swap_stableSwapEvents: Array; - base_swap_swapTradeVolume?: Maybe; - base_swap_swapTradeVolumes: Array; - base_swap_lpTokenEvent?: Maybe; - base_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - base_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_routerLiquidityEvent?: Maybe; - optimism_routerLiquidityEvents: Array; - optimism_setting?: Maybe; - optimism_settings: Array; - optimism_relayer?: Maybe; - optimism_relayers: Array; - optimism_sequencer?: Maybe; - optimism_sequencers: Array; - optimism_relayerFee?: Maybe; - optimism_relayerFees: Array; - optimism_originTransfer?: Maybe; - optimism_originTransfers: Array; - optimism_destinationTransfer?: Maybe; - optimism_destinationTransfers: Array; - optimism_originMessage?: Maybe; - optimism_originMessages: Array; - optimism_aggregateRoot?: Maybe; - optimism_aggregateRoots: Array; - optimism_connectorMeta?: Maybe; - optimism_connectorMetas: Array; - optimism_rootCount?: Maybe; - optimism_rootCounts: Array; - optimism_rootMessageSent?: Maybe; - optimism_rootMessageSents: Array; - optimism_relayerFeesIncrease?: Maybe; - optimism_relayerFeesIncreases: Array; - optimism_slippageUpdate?: Maybe; - optimism_slippageUpdates: Array; - optimism_snapshotRoot?: Maybe; - optimism_snapshotRoots: Array; - optimism_spokeConnectorMode?: Maybe; - optimism_spokeConnectorModes: Array; - optimism_aggregateRootProposed?: Maybe; - optimism_aggregateRootProposeds: Array; - optimism_optimisticRootFinalized?: Maybe; - optimism_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - optimism__meta?: Maybe; - metis_swap_systemInfo?: Maybe; - metis_swap_systemInfos: Array; - metis_swap_pooledToken?: Maybe; - metis_swap_pooledTokens: Array; - metis_swap_stableSwap?: Maybe; - metis_swap_stableSwaps: Array; - metis_swap_stableSwapAddLiquidityEvent?: Maybe; - metis_swap_stableSwapAddLiquidityEvents: Array; - metis_swap_stableSwapRemoveLiquidityEvent?: Maybe; - metis_swap_stableSwapRemoveLiquidityEvents: Array; - metis_swap_stableSwapExchange?: Maybe; - metis_swap_stableSwapExchanges: Array; - metis_swap_swapDailyVolume?: Maybe; - metis_swap_swapDailyVolumes: Array; - metis_swap_swapHourlyVolume?: Maybe; - metis_swap_swapHourlyVolumes: Array; - metis_swap_swapWeeklyVolume?: Maybe; - metis_swap_swapWeeklyVolumes: Array; - metis_swap_lpAccount?: Maybe; - metis_swap_lpAccounts: Array; - metis_swap_lpAccountBalance?: Maybe; - metis_swap_lpAccountBalances: Array; - metis_swap_lpToken?: Maybe; - metis_swap_lpTokens: Array; - metis_swap_lpTransferEvent?: Maybe; - metis_swap_lpTransferEvents: Array; - metis_swap_stableSwapEvent?: Maybe; - metis_swap_stableSwapEvents: Array; - metis_swap_swapTradeVolume?: Maybe; - metis_swap_swapTradeVolumes: Array; - metis_swap_lpTokenEvent?: Maybe; - metis_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - metis_swap__meta?: Maybe; polygon_asset?: Maybe; polygon_assets: Array; polygon_assetStatus?: Maybe; @@ -891,156 +741,186 @@ export type Query = { polygon_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ polygon__meta?: Maybe; - mode_swap_systemInfo?: Maybe; - mode_swap_systemInfos: Array; - mode_swap_pooledToken?: Maybe; - mode_swap_pooledTokens: Array; - mode_swap_stableSwap?: Maybe; - mode_swap_stableSwaps: Array; - mode_swap_stableSwapAddLiquidityEvent?: Maybe; - mode_swap_stableSwapAddLiquidityEvents: Array; - mode_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mode_swap_stableSwapRemoveLiquidityEvents: Array; - mode_swap_stableSwapExchange?: Maybe; - mode_swap_stableSwapExchanges: Array; - mode_swap_swapDailyVolume?: Maybe; - mode_swap_swapDailyVolumes: Array; - mode_swap_swapHourlyVolume?: Maybe; - mode_swap_swapHourlyVolumes: Array; - mode_swap_swapWeeklyVolume?: Maybe; - mode_swap_swapWeeklyVolumes: Array; - mode_swap_lpAccount?: Maybe; - mode_swap_lpAccounts: Array; - mode_swap_lpAccountBalance?: Maybe; - mode_swap_lpAccountBalances: Array; - mode_swap_lpToken?: Maybe; - mode_swap_lpTokens: Array; - mode_swap_lpTransferEvent?: Maybe; - mode_swap_lpTransferEvents: Array; - mode_swap_stableSwapEvent?: Maybe; - mode_swap_stableSwapEvents: Array; - mode_swap_swapTradeVolume?: Maybe; - mode_swap_swapTradeVolumes: Array; - mode_swap_lpTokenEvent?: Maybe; - mode_swap_lpTokenEvents: Array; + zksync_swap_systemInfo?: Maybe; + zksync_swap_systemInfos: Array; + zksync_swap_pooledToken?: Maybe; + zksync_swap_pooledTokens: Array; + zksync_swap_stableSwap?: Maybe; + zksync_swap_stableSwaps: Array; + zksync_swap_stableSwapAddLiquidityEvent?: Maybe; + zksync_swap_stableSwapAddLiquidityEvents: Array; + zksync_swap_stableSwapRemoveLiquidityEvent?: Maybe; + zksync_swap_stableSwapRemoveLiquidityEvents: Array; + zksync_swap_stableSwapExchange?: Maybe; + zksync_swap_stableSwapExchanges: Array; + zksync_swap_swapDailyVolume?: Maybe; + zksync_swap_swapDailyVolumes: Array; + zksync_swap_swapHourlyVolume?: Maybe; + zksync_swap_swapHourlyVolumes: Array; + zksync_swap_swapWeeklyVolume?: Maybe; + zksync_swap_swapWeeklyVolumes: Array; + zksync_swap_lpAccount?: Maybe; + zksync_swap_lpAccounts: Array; + zksync_swap_lpAccountBalance?: Maybe; + zksync_swap_lpAccountBalances: Array; + zksync_swap_lpToken?: Maybe; + zksync_swap_lpTokens: Array; + zksync_swap_lpTransferEvent?: Maybe; + zksync_swap_lpTransferEvents: Array; + zksync_swap_stableSwapEvent?: Maybe; + zksync_swap_stableSwapEvents: Array; + zksync_swap_swapTradeVolume?: Maybe; + zksync_swap_swapTradeVolumes: Array; + zksync_swap_lpTokenEvent?: Maybe; + zksync_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - mode_swap__meta?: Maybe; - linea_swap_systemInfo?: Maybe; - linea_swap_systemInfos: Array; - linea_swap_pooledToken?: Maybe; - linea_swap_pooledTokens: Array; - linea_swap_stableSwap?: Maybe; - linea_swap_stableSwaps: Array; - linea_swap_stableSwapAddLiquidityEvent?: Maybe; - linea_swap_stableSwapAddLiquidityEvents: Array; - linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; - linea_swap_stableSwapRemoveLiquidityEvents: Array; - linea_swap_stableSwapExchange?: Maybe; - linea_swap_stableSwapExchanges: Array; - linea_swap_swapDailyVolume?: Maybe; - linea_swap_swapDailyVolumes: Array; - linea_swap_swapHourlyVolume?: Maybe; - linea_swap_swapHourlyVolumes: Array; - linea_swap_swapWeeklyVolume?: Maybe; - linea_swap_swapWeeklyVolumes: Array; - linea_swap_lpAccount?: Maybe; - linea_swap_lpAccounts: Array; - linea_swap_lpAccountBalance?: Maybe; - linea_swap_lpAccountBalances: Array; - linea_swap_lpToken?: Maybe; - linea_swap_lpTokens: Array; - linea_swap_lpTransferEvent?: Maybe; - linea_swap_lpTransferEvents: Array; - linea_swap_stableSwapEvent?: Maybe; - linea_swap_stableSwapEvents: Array; - linea_swap_swapTradeVolume?: Maybe; - linea_swap_swapTradeVolumes: Array; - linea_swap_lpTokenEvent?: Maybe; - linea_swap_lpTokenEvents: Array; + zksync_swap__meta?: Maybe; + stagingmainnet_asset?: Maybe; + stagingmainnet_assets: Array; + stagingmainnet_assetStatus?: Maybe; + stagingmainnet_assetStatuses: Array; + stagingmainnet_assetBalance?: Maybe; + stagingmainnet_assetBalances: Array; + stagingmainnet_router?: Maybe; + stagingmainnet_routers: Array; + stagingmainnet_routerDailyTVL?: Maybe; + stagingmainnet_routerDailyTVLs: Array; + stagingmainnet_routerLiquidityEvent?: Maybe; + stagingmainnet_routerLiquidityEvents: Array; + stagingmainnet_setting?: Maybe; + stagingmainnet_settings: Array; + stagingmainnet_relayer?: Maybe; + stagingmainnet_relayers: Array; + stagingmainnet_sequencer?: Maybe; + stagingmainnet_sequencers: Array; + stagingmainnet_relayerFee?: Maybe; + stagingmainnet_relayerFees: Array; + stagingmainnet_originTransfer?: Maybe; + stagingmainnet_originTransfers: Array; + stagingmainnet_destinationTransfer?: Maybe; + stagingmainnet_destinationTransfers: Array; + stagingmainnet_originMessage?: Maybe; + stagingmainnet_originMessages: Array; + stagingmainnet_aggregateRoot?: Maybe; + stagingmainnet_aggregateRoots: Array; + stagingmainnet_connectorMeta?: Maybe; + stagingmainnet_connectorMetas: Array; + stagingmainnet_rootCount?: Maybe; + stagingmainnet_rootCounts: Array; + stagingmainnet_rootMessageSent?: Maybe; + stagingmainnet_rootMessageSents: Array; + stagingmainnet_relayerFeesIncrease?: Maybe; + stagingmainnet_relayerFeesIncreases: Array; + stagingmainnet_slippageUpdate?: Maybe; + stagingmainnet_slippageUpdates: Array; + stagingmainnet_snapshotRoot?: Maybe; + stagingmainnet_snapshotRoots: Array; + stagingmainnet_spokeConnectorMode?: Maybe; + stagingmainnet_spokeConnectorModes: Array; + stagingmainnet_aggregateRootProposed?: Maybe; + stagingmainnet_aggregateRootProposeds: Array; + stagingmainnet_optimisticRootFinalized?: Maybe; + stagingmainnet_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - linea_swap__meta?: Maybe; - linea_asset?: Maybe; - linea_assets: Array; - linea_assetStatus?: Maybe; - linea_assetStatuses: Array; - linea_assetBalance?: Maybe; - linea_assetBalances: Array; - linea_router?: Maybe; - linea_routers: Array; - linea_routerDailyTVL?: Maybe; - linea_routerDailyTVLs: Array; - linea_routerLiquidityEvent?: Maybe; - linea_routerLiquidityEvents: Array; - linea_setting?: Maybe; - linea_settings: Array; - linea_relayer?: Maybe; - linea_relayers: Array; - linea_sequencer?: Maybe; - linea_sequencers: Array; - linea_relayerFee?: Maybe; - linea_relayerFees: Array; - linea_originTransfer?: Maybe; - linea_originTransfers: Array; - linea_destinationTransfer?: Maybe; - linea_destinationTransfers: Array; - linea_originMessage?: Maybe; - linea_originMessages: Array; - linea_aggregateRoot?: Maybe; - linea_aggregateRoots: Array; - linea_connectorMeta?: Maybe; - linea_connectorMetas: Array; - linea_rootCount?: Maybe; - linea_rootCounts: Array; - linea_rootMessageSent?: Maybe; - linea_rootMessageSents: Array; - linea_relayerFeesIncrease?: Maybe; - linea_relayerFeesIncreases: Array; - linea_slippageUpdate?: Maybe; - linea_slippageUpdates: Array; - linea_snapshotRoot?: Maybe; - linea_snapshotRoots: Array; - linea_spokeConnectorMode?: Maybe; - linea_spokeConnectorModes: Array; - linea_aggregateRootProposed?: Maybe; - linea_aggregateRootProposeds: Array; - linea_optimisticRootFinalized?: Maybe; - linea_optimisticRootFinalizeds: Array; + stagingmainnet__meta?: Maybe; + arbitrumsepolia_asset?: Maybe; + arbitrumsepolia_assets: Array; + arbitrumsepolia_assetStatus?: Maybe; + arbitrumsepolia_assetStatuses: Array; + arbitrumsepolia_assetBalance?: Maybe; + arbitrumsepolia_assetBalances: Array; + arbitrumsepolia_router?: Maybe; + arbitrumsepolia_routers: Array; + arbitrumsepolia_routerDailyTVL?: Maybe; + arbitrumsepolia_routerDailyTVLs: Array; + arbitrumsepolia_routerLiquidityEvent?: Maybe; + arbitrumsepolia_routerLiquidityEvents: Array; + arbitrumsepolia_setting?: Maybe; + arbitrumsepolia_settings: Array; + arbitrumsepolia_relayer?: Maybe; + arbitrumsepolia_relayers: Array; + arbitrumsepolia_sequencer?: Maybe; + arbitrumsepolia_sequencers: Array; + arbitrumsepolia_relayerFee?: Maybe; + arbitrumsepolia_relayerFees: Array; + arbitrumsepolia_originTransfer?: Maybe; + arbitrumsepolia_originTransfers: Array; + arbitrumsepolia_destinationTransfer?: Maybe; + arbitrumsepolia_destinationTransfers: Array; + arbitrumsepolia_originMessage?: Maybe; + arbitrumsepolia_originMessages: Array; + arbitrumsepolia_aggregateRoot?: Maybe; + arbitrumsepolia_aggregateRoots: Array; + arbitrumsepolia_connectorMeta?: Maybe; + arbitrumsepolia_connectorMetas: Array; + arbitrumsepolia_rootCount?: Maybe; + arbitrumsepolia_rootCounts: Array; + arbitrumsepolia_rootMessageSent?: Maybe; + arbitrumsepolia_rootMessageSents: Array; + arbitrumsepolia_relayerFeesIncrease?: Maybe; + arbitrumsepolia_relayerFeesIncreases: Array; + arbitrumsepolia_slippageUpdate?: Maybe; + arbitrumsepolia_slippageUpdates: Array; + arbitrumsepolia_snapshotRoot?: Maybe; + arbitrumsepolia_snapshotRoots: Array; + arbitrumsepolia_spokeConnectorMode?: Maybe; + arbitrumsepolia_spokeConnectorModes: Array; + arbitrumsepolia_aggregateRootProposed?: Maybe; + arbitrumsepolia_aggregateRootProposeds: Array; + arbitrumsepolia_optimisticRootFinalized?: Maybe; + arbitrumsepolia_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - linea__meta?: Maybe; - xlayer_swap_systemInfo?: Maybe; - xlayer_swap_systemInfos: Array; - xlayer_swap_pooledToken?: Maybe; - xlayer_swap_pooledTokens: Array; - xlayer_swap_stableSwap?: Maybe; - xlayer_swap_stableSwaps: Array; - xlayer_swap_stableSwapAddLiquidityEvent?: Maybe; - xlayer_swap_stableSwapAddLiquidityEvents: Array; - xlayer_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xlayer_swap_stableSwapRemoveLiquidityEvents: Array; - xlayer_swap_stableSwapExchange?: Maybe; - xlayer_swap_stableSwapExchanges: Array; - xlayer_swap_swapDailyVolume?: Maybe; - xlayer_swap_swapDailyVolumes: Array; - xlayer_swap_swapHourlyVolume?: Maybe; - xlayer_swap_swapHourlyVolumes: Array; - xlayer_swap_swapWeeklyVolume?: Maybe; - xlayer_swap_swapWeeklyVolumes: Array; - xlayer_swap_lpAccount?: Maybe; - xlayer_swap_lpAccounts: Array; - xlayer_swap_lpAccountBalance?: Maybe; - xlayer_swap_lpAccountBalances: Array; - xlayer_swap_lpToken?: Maybe; - xlayer_swap_lpTokens: Array; - xlayer_swap_lpTransferEvent?: Maybe; - xlayer_swap_lpTransferEvents: Array; - xlayer_swap_stableSwapEvent?: Maybe; - xlayer_swap_stableSwapEvents: Array; - xlayer_swap_swapTradeVolume?: Maybe; - xlayer_swap_swapTradeVolumes: Array; - xlayer_swap_lpTokenEvent?: Maybe; - xlayer_swap_lpTokenEvents: Array; + arbitrumsepolia__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_rootManagerMode?: Maybe; + mainnet_rootManagerModes: Array; + mainnet_optimisticRootProposed?: Maybe; + mainnet_optimisticRootProposeds: Array; + mainnet_hubOptimisticRootFinalized?: Maybe; + mainnet_hubOptimisticRootFinalizeds: Array; + mainnet_optimisticRootPropagated?: Maybe; + mainnet_optimisticRootPropagateds: 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_lineaConnectorMeta?: Maybe; + mainnet_lineaConnectorMetas: Array; + mainnet_metisConnectorMeta?: Maybe; + mainnet_metisConnectorMetas: Array; + mainnet_mantleConnectorMeta?: Maybe; + mainnet_mantleConnectorMetas: Array; + mainnet_avalancheConnectorMeta?: Maybe; + mainnet_avalancheConnectorMetas: Array; + mainnet_baseConnectorMeta?: Maybe; + mainnet_baseConnectorMetas: Array; + mainnet_polygonZkConnectorMeta?: Maybe; + mainnet_polygonZkConnectorMetas: Array; + mainnet_zkSyncConnectorMeta?: Maybe; + mainnet_zkSyncConnectorMetas: Array; + mainnet_modeConnectorMeta?: Maybe; + mainnet_modeConnectorMetas: Array; + mainnet_rootMessageProcessed?: Maybe; + mainnet_rootMessageProcesseds: Array; + mainnet_aggregateRootSavedSlow?: Maybe; + mainnet_aggregateRootSavedSlows: Array; + mainnet_hubDomain?: Maybe; + mainnet_hubDomains: Array; /** Access to subgraph metadata */ - xlayer_swap__meta?: Maybe; + mainnet__meta?: Maybe; stagingmainnet_rootAggregated?: Maybe; stagingmainnet_rootAggregateds: Array; stagingmainnet_rootPropagated?: Maybe; @@ -1093,8 +973,250 @@ export type Query = { stagingmainnet_aggregateRootSavedSlows: Array; stagingmainnet_hubDomain?: Maybe; stagingmainnet_hubDomains: Array; + mantle_swap_systemInfo?: Maybe; + mantle_swap_systemInfos: Array; + mantle_swap_pooledToken?: Maybe; + mantle_swap_pooledTokens: Array; + mantle_swap_stableSwap?: Maybe; + mantle_swap_stableSwaps: Array; + mantle_swap_stableSwapAddLiquidityEvent?: Maybe; + mantle_swap_stableSwapAddLiquidityEvents: Array; + mantle_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mantle_swap_stableSwapRemoveLiquidityEvents: Array; + mantle_swap_stableSwapExchange?: Maybe; + mantle_swap_stableSwapExchanges: Array; + mantle_swap_swapDailyVolume?: Maybe; + mantle_swap_swapDailyVolumes: Array; + mantle_swap_swapHourlyVolume?: Maybe; + mantle_swap_swapHourlyVolumes: Array; + mantle_swap_swapWeeklyVolume?: Maybe; + mantle_swap_swapWeeklyVolumes: Array; + mantle_swap_lpAccount?: Maybe; + mantle_swap_lpAccounts: Array; + mantle_swap_lpAccountBalance?: Maybe; + mantle_swap_lpAccountBalances: Array; + mantle_swap_lpToken?: Maybe; + mantle_swap_lpTokens: Array; + mantle_swap_lpTransferEvent?: Maybe; + mantle_swap_lpTransferEvents: Array; + mantle_swap_stableSwapEvent?: Maybe; + mantle_swap_stableSwapEvents: Array; + mantle_swap_swapTradeVolume?: Maybe; + mantle_swap_swapTradeVolumes: Array; + mantle_swap_lpTokenEvent?: Maybe; + mantle_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - stagingmainnet__meta?: Maybe; + mantle_swap__meta?: Maybe; + optimismsepolia_swap_systemInfo?: Maybe; + optimismsepolia_swap_systemInfos: Array; + optimismsepolia_swap_pooledToken?: Maybe; + optimismsepolia_swap_pooledTokens: Array; + optimismsepolia_swap_stableSwap?: Maybe; + optimismsepolia_swap_stableSwaps: Array; + optimismsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + optimismsepolia_swap_stableSwapAddLiquidityEvents: Array; + optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimismsepolia_swap_stableSwapRemoveLiquidityEvents: Array; + optimismsepolia_swap_stableSwapExchange?: Maybe; + optimismsepolia_swap_stableSwapExchanges: Array; + optimismsepolia_swap_swapDailyVolume?: Maybe; + optimismsepolia_swap_swapDailyVolumes: Array; + optimismsepolia_swap_swapHourlyVolume?: Maybe; + optimismsepolia_swap_swapHourlyVolumes: Array; + optimismsepolia_swap_swapWeeklyVolume?: Maybe; + optimismsepolia_swap_swapWeeklyVolumes: Array; + optimismsepolia_swap_lpAccount?: Maybe; + optimismsepolia_swap_lpAccounts: Array; + optimismsepolia_swap_lpAccountBalance?: Maybe; + optimismsepolia_swap_lpAccountBalances: Array; + optimismsepolia_swap_lpToken?: Maybe; + optimismsepolia_swap_lpTokens: Array; + optimismsepolia_swap_lpTransferEvent?: Maybe; + optimismsepolia_swap_lpTransferEvents: Array; + optimismsepolia_swap_stableSwapEvent?: Maybe; + optimismsepolia_swap_stableSwapEvents: Array; + optimismsepolia_swap_swapTradeVolume?: Maybe; + optimismsepolia_swap_swapTradeVolumes: Array; + optimismsepolia_swap_lpTokenEvent?: Maybe; + optimismsepolia_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimismsepolia_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_routerLiquidityEvent?: Maybe; + mainnet_routerLiquidityEvents: 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; + mainnet_snapshotRoot?: Maybe; + mainnet_snapshotRoots: Array; + mainnet_spokeConnectorMode?: Maybe; + mainnet_spokeConnectorModes: Array; + mainnet_aggregateRootProposed?: Maybe; + mainnet_aggregateRootProposeds: Array; + mainnet_optimisticRootFinalized?: Maybe; + mainnet_optimisticRootFinalizeds: Array; + mode_swap_systemInfo?: Maybe; + mode_swap_systemInfos: Array; + mode_swap_pooledToken?: Maybe; + mode_swap_pooledTokens: Array; + mode_swap_stableSwap?: Maybe; + mode_swap_stableSwaps: Array; + mode_swap_stableSwapAddLiquidityEvent?: Maybe; + mode_swap_stableSwapAddLiquidityEvents: Array; + mode_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mode_swap_stableSwapRemoveLiquidityEvents: Array; + mode_swap_stableSwapExchange?: Maybe; + mode_swap_stableSwapExchanges: Array; + mode_swap_swapDailyVolume?: Maybe; + mode_swap_swapDailyVolumes: Array; + mode_swap_swapHourlyVolume?: Maybe; + mode_swap_swapHourlyVolumes: Array; + mode_swap_swapWeeklyVolume?: Maybe; + mode_swap_swapWeeklyVolumes: Array; + mode_swap_lpAccount?: Maybe; + mode_swap_lpAccounts: Array; + mode_swap_lpAccountBalance?: Maybe; + mode_swap_lpAccountBalances: Array; + mode_swap_lpToken?: Maybe; + mode_swap_lpTokens: Array; + mode_swap_lpTransferEvent?: Maybe; + mode_swap_lpTransferEvents: Array; + mode_swap_stableSwapEvent?: Maybe; + mode_swap_stableSwapEvents: Array; + mode_swap_swapTradeVolume?: Maybe; + mode_swap_swapTradeVolumes: Array; + mode_swap_lpTokenEvent?: Maybe; + mode_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + mode_swap__meta?: Maybe; + stagingxdai_asset?: Maybe; + stagingxdai_assets: Array; + stagingxdai_assetStatus?: Maybe; + stagingxdai_assetStatuses: Array; + stagingxdai_assetBalance?: Maybe; + stagingxdai_assetBalances: Array; + stagingxdai_router?: Maybe; + stagingxdai_routers: Array; + stagingxdai_routerDailyTVL?: Maybe; + stagingxdai_routerDailyTVLs: Array; + stagingxdai_routerLiquidityEvent?: Maybe; + stagingxdai_routerLiquidityEvents: Array; + stagingxdai_setting?: Maybe; + stagingxdai_settings: Array; + stagingxdai_relayer?: Maybe; + stagingxdai_relayers: Array; + stagingxdai_sequencer?: Maybe; + stagingxdai_sequencers: Array; + stagingxdai_relayerFee?: Maybe; + stagingxdai_relayerFees: Array; + stagingxdai_originTransfer?: Maybe; + stagingxdai_originTransfers: Array; + stagingxdai_destinationTransfer?: Maybe; + stagingxdai_destinationTransfers: Array; + stagingxdai_originMessage?: Maybe; + stagingxdai_originMessages: Array; + stagingxdai_aggregateRoot?: Maybe; + stagingxdai_aggregateRoots: Array; + stagingxdai_connectorMeta?: Maybe; + stagingxdai_connectorMetas: Array; + stagingxdai_rootCount?: Maybe; + stagingxdai_rootCounts: Array; + stagingxdai_rootMessageSent?: Maybe; + stagingxdai_rootMessageSents: Array; + stagingxdai_relayerFeesIncrease?: Maybe; + stagingxdai_relayerFeesIncreases: Array; + stagingxdai_slippageUpdate?: Maybe; + stagingxdai_slippageUpdates: Array; + stagingxdai_snapshotRoot?: Maybe; + stagingxdai_snapshotRoots: Array; + stagingxdai_spokeConnectorMode?: Maybe; + stagingxdai_spokeConnectorModes: Array; + stagingxdai_aggregateRootProposed?: Maybe; + stagingxdai_aggregateRootProposeds: Array; + stagingxdai_optimisticRootFinalized?: Maybe; + stagingxdai_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingxdai__meta?: Maybe; + optimism_asset?: Maybe; + optimism_assets: Array; + optimism_assetStatus?: Maybe; + optimism_assetStatuses: Array; + optimism_assetBalance?: Maybe; + optimism_assetBalances: Array; + optimism_router?: Maybe; + optimism_routers: Array; + optimism_routerDailyTVL?: Maybe; + optimism_routerDailyTVLs: Array; + optimism_routerLiquidityEvent?: Maybe; + optimism_routerLiquidityEvents: Array; + optimism_setting?: Maybe; + optimism_settings: Array; + optimism_relayer?: Maybe; + optimism_relayers: Array; + optimism_sequencer?: Maybe; + optimism_sequencers: Array; + optimism_relayerFee?: Maybe; + optimism_relayerFees: Array; + optimism_originTransfer?: Maybe; + optimism_originTransfers: Array; + optimism_destinationTransfer?: Maybe; + optimism_destinationTransfers: Array; + optimism_originMessage?: Maybe; + optimism_originMessages: Array; + optimism_aggregateRoot?: Maybe; + optimism_aggregateRoots: Array; + optimism_connectorMeta?: Maybe; + optimism_connectorMetas: Array; + optimism_rootCount?: Maybe; + optimism_rootCounts: Array; + optimism_rootMessageSent?: Maybe; + optimism_rootMessageSents: Array; + optimism_relayerFeesIncrease?: Maybe; + optimism_relayerFeesIncreases: Array; + optimism_slippageUpdate?: Maybe; + optimism_slippageUpdates: Array; + optimism_snapshotRoot?: Maybe; + optimism_snapshotRoots: Array; + optimism_spokeConnectorMode?: Maybe; + optimism_spokeConnectorModes: Array; + optimism_aggregateRootProposed?: Maybe; + optimism_aggregateRootProposeds: Array; + optimism_optimisticRootFinalized?: Maybe; + optimism_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + optimism__meta?: Maybe; stagingavalanche_asset?: Maybe; stagingavalanche_assets: Array; stagingavalanche_assetStatus?: Maybe; @@ -1143,54 +1265,278 @@ export type Query = { stagingavalanche_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingavalanche__meta?: Maybe; - mantle_asset?: Maybe; - mantle_assets: Array; - mantle_assetStatus?: Maybe; - mantle_assetStatuses: Array; - mantle_assetBalance?: Maybe; - mantle_assetBalances: Array; - mantle_router?: Maybe; - mantle_routers: Array; - mantle_routerDailyTVL?: Maybe; - mantle_routerDailyTVLs: Array; - mantle_routerLiquidityEvent?: Maybe; - mantle_routerLiquidityEvents: Array; - mantle_setting?: Maybe; - mantle_settings: Array; - mantle_relayer?: Maybe; - mantle_relayers: Array; - mantle_sequencer?: Maybe; - mantle_sequencers: Array; - mantle_relayerFee?: Maybe; - mantle_relayerFees: Array; - mantle_originTransfer?: Maybe; - mantle_originTransfers: Array; - mantle_destinationTransfer?: Maybe; - mantle_destinationTransfers: Array; - mantle_originMessage?: Maybe; - mantle_originMessages: Array; - mantle_aggregateRoot?: Maybe; - mantle_aggregateRoots: Array; - mantle_connectorMeta?: Maybe; - mantle_connectorMetas: Array; - mantle_rootCount?: Maybe; - mantle_rootCounts: Array; - mantle_rootMessageSent?: Maybe; - mantle_rootMessageSents: Array; - mantle_relayerFeesIncrease?: Maybe; - mantle_relayerFeesIncreases: Array; - mantle_slippageUpdate?: Maybe; - mantle_slippageUpdates: Array; - mantle_snapshotRoot?: Maybe; - mantle_snapshotRoots: Array; - mantle_spokeConnectorMode?: Maybe; - mantle_spokeConnectorModes: Array; - mantle_aggregateRootProposed?: Maybe; - mantle_aggregateRootProposeds: Array; - mantle_optimisticRootFinalized?: Maybe; - mantle_optimisticRootFinalizeds: Array; + stagingzksync_asset?: Maybe; + stagingzksync_assets: Array; + stagingzksync_assetStatus?: Maybe; + stagingzksync_assetStatuses: Array; + stagingzksync_assetBalance?: Maybe; + stagingzksync_assetBalances: Array; + stagingzksync_router?: Maybe; + stagingzksync_routers: Array; + stagingzksync_routerDailyTVL?: Maybe; + stagingzksync_routerDailyTVLs: Array; + stagingzksync_routerLiquidityEvent?: Maybe; + stagingzksync_routerLiquidityEvents: Array; + stagingzksync_setting?: Maybe; + stagingzksync_settings: Array; + stagingzksync_relayer?: Maybe; + stagingzksync_relayers: Array; + stagingzksync_sequencer?: Maybe; + stagingzksync_sequencers: Array; + stagingzksync_relayerFee?: Maybe; + stagingzksync_relayerFees: Array; + stagingzksync_originTransfer?: Maybe; + stagingzksync_originTransfers: Array; + stagingzksync_destinationTransfer?: Maybe; + stagingzksync_destinationTransfers: Array; + stagingzksync_originMessage?: Maybe; + stagingzksync_originMessages: Array; + stagingzksync_aggregateRoot?: Maybe; + stagingzksync_aggregateRoots: Array; + stagingzksync_connectorMeta?: Maybe; + stagingzksync_connectorMetas: Array; + stagingzksync_rootCount?: Maybe; + stagingzksync_rootCounts: Array; + stagingzksync_rootMessageSent?: Maybe; + stagingzksync_rootMessageSents: Array; + stagingzksync_relayerFeesIncrease?: Maybe; + stagingzksync_relayerFeesIncreases: Array; + stagingzksync_slippageUpdate?: Maybe; + stagingzksync_slippageUpdates: Array; + stagingzksync_snapshotRoot?: Maybe; + stagingzksync_snapshotRoots: Array; + stagingzksync_spokeConnectorMode?: Maybe; + stagingzksync_spokeConnectorModes: Array; + stagingzksync_aggregateRootProposed?: Maybe; + stagingzksync_aggregateRootProposeds: Array; + stagingzksync_optimisticRootFinalized?: Maybe; + stagingzksync_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - mantle__meta?: Maybe; + stagingzksync__meta?: Maybe; + xlayer_swap_systemInfo?: Maybe; + xlayer_swap_systemInfos: Array; + xlayer_swap_pooledToken?: Maybe; + xlayer_swap_pooledTokens: Array; + xlayer_swap_stableSwap?: Maybe; + xlayer_swap_stableSwaps: Array; + xlayer_swap_stableSwapAddLiquidityEvent?: Maybe; + xlayer_swap_stableSwapAddLiquidityEvents: Array; + xlayer_swap_stableSwapRemoveLiquidityEvent?: Maybe; + xlayer_swap_stableSwapRemoveLiquidityEvents: Array; + xlayer_swap_stableSwapExchange?: Maybe; + xlayer_swap_stableSwapExchanges: Array; + xlayer_swap_swapDailyVolume?: Maybe; + xlayer_swap_swapDailyVolumes: Array; + xlayer_swap_swapHourlyVolume?: Maybe; + xlayer_swap_swapHourlyVolumes: Array; + xlayer_swap_swapWeeklyVolume?: Maybe; + xlayer_swap_swapWeeklyVolumes: Array; + xlayer_swap_lpAccount?: Maybe; + xlayer_swap_lpAccounts: Array; + xlayer_swap_lpAccountBalance?: Maybe; + xlayer_swap_lpAccountBalances: Array; + xlayer_swap_lpToken?: Maybe; + xlayer_swap_lpTokens: Array; + xlayer_swap_lpTransferEvent?: Maybe; + xlayer_swap_lpTransferEvents: Array; + xlayer_swap_stableSwapEvent?: Maybe; + xlayer_swap_stableSwapEvents: Array; + xlayer_swap_swapTradeVolume?: Maybe; + xlayer_swap_swapTradeVolumes: Array; + xlayer_swap_lpTokenEvent?: Maybe; + xlayer_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + xlayer_swap__meta?: Maybe; + stagingpolygonzkevm_asset?: Maybe; + stagingpolygonzkevm_assets: Array; + stagingpolygonzkevm_assetStatus?: Maybe; + stagingpolygonzkevm_assetStatuses: Array; + stagingpolygonzkevm_assetBalance?: Maybe; + stagingpolygonzkevm_assetBalances: Array; + stagingpolygonzkevm_router?: Maybe; + stagingpolygonzkevm_routers: Array; + stagingpolygonzkevm_routerDailyTVL?: Maybe; + stagingpolygonzkevm_routerDailyTVLs: Array; + stagingpolygonzkevm_routerLiquidityEvent?: Maybe; + stagingpolygonzkevm_routerLiquidityEvents: Array; + stagingpolygonzkevm_setting?: Maybe; + stagingpolygonzkevm_settings: Array; + stagingpolygonzkevm_relayer?: Maybe; + stagingpolygonzkevm_relayers: Array; + stagingpolygonzkevm_sequencer?: Maybe; + stagingpolygonzkevm_sequencers: Array; + stagingpolygonzkevm_relayerFee?: Maybe; + stagingpolygonzkevm_relayerFees: Array; + stagingpolygonzkevm_originTransfer?: Maybe; + stagingpolygonzkevm_originTransfers: Array; + stagingpolygonzkevm_destinationTransfer?: Maybe; + stagingpolygonzkevm_destinationTransfers: Array; + stagingpolygonzkevm_originMessage?: Maybe; + stagingpolygonzkevm_originMessages: Array; + stagingpolygonzkevm_aggregateRoot?: Maybe; + stagingpolygonzkevm_aggregateRoots: Array; + stagingpolygonzkevm_connectorMeta?: Maybe; + stagingpolygonzkevm_connectorMetas: Array; + stagingpolygonzkevm_rootCount?: Maybe; + stagingpolygonzkevm_rootCounts: Array; + stagingpolygonzkevm_rootMessageSent?: Maybe; + stagingpolygonzkevm_rootMessageSents: Array; + stagingpolygonzkevm_relayerFeesIncrease?: Maybe; + stagingpolygonzkevm_relayerFeesIncreases: Array; + stagingpolygonzkevm_slippageUpdate?: Maybe; + stagingpolygonzkevm_slippageUpdates: Array; + stagingpolygonzkevm_snapshotRoot?: Maybe; + stagingpolygonzkevm_snapshotRoots: Array; + stagingpolygonzkevm_spokeConnectorMode?: Maybe; + stagingpolygonzkevm_spokeConnectorModes: Array; + stagingpolygonzkevm_aggregateRootProposed?: Maybe; + stagingpolygonzkevm_aggregateRootProposeds: Array; + stagingpolygonzkevm_optimisticRootFinalized?: Maybe; + stagingpolygonzkevm_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingpolygonzkevm__meta?: Maybe; + stagingbnb_asset?: Maybe; + stagingbnb_assets: Array; + stagingbnb_assetStatus?: Maybe; + stagingbnb_assetStatuses: Array; + stagingbnb_assetBalance?: Maybe; + stagingbnb_assetBalances: Array; + stagingbnb_router?: Maybe; + stagingbnb_routers: Array; + stagingbnb_routerDailyTVL?: Maybe; + stagingbnb_routerDailyTVLs: Array; + stagingbnb_routerLiquidityEvent?: Maybe; + stagingbnb_routerLiquidityEvents: Array; + stagingbnb_setting?: Maybe; + stagingbnb_settings: Array; + stagingbnb_relayer?: Maybe; + stagingbnb_relayers: Array; + stagingbnb_sequencer?: Maybe; + stagingbnb_sequencers: Array; + stagingbnb_relayerFee?: Maybe; + stagingbnb_relayerFees: Array; + stagingbnb_originTransfer?: Maybe; + stagingbnb_originTransfers: Array; + stagingbnb_destinationTransfer?: Maybe; + stagingbnb_destinationTransfers: Array; + stagingbnb_originMessage?: Maybe; + stagingbnb_originMessages: Array; + stagingbnb_aggregateRoot?: Maybe; + stagingbnb_aggregateRoots: Array; + stagingbnb_connectorMeta?: Maybe; + stagingbnb_connectorMetas: Array; + stagingbnb_rootCount?: Maybe; + stagingbnb_rootCounts: Array; + stagingbnb_rootMessageSent?: Maybe; + stagingbnb_rootMessageSents: Array; + stagingbnb_relayerFeesIncrease?: Maybe; + stagingbnb_relayerFeesIncreases: Array; + stagingbnb_slippageUpdate?: Maybe; + stagingbnb_slippageUpdates: Array; + stagingbnb_snapshotRoot?: Maybe; + stagingbnb_snapshotRoots: Array; + stagingbnb_spokeConnectorMode?: Maybe; + stagingbnb_spokeConnectorModes: Array; + stagingbnb_aggregateRootProposed?: Maybe; + stagingbnb_aggregateRootProposeds: Array; + stagingbnb_optimisticRootFinalized?: Maybe; + stagingbnb_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingbnb__meta?: Maybe; + sepolia_asset?: Maybe; + sepolia_assets: Array; + sepolia_assetStatus?: Maybe; + sepolia_assetStatuses: Array; + sepolia_assetBalance?: Maybe; + sepolia_assetBalances: Array; + sepolia_router?: Maybe; + sepolia_routers: Array; + sepolia_routerDailyTVL?: Maybe; + sepolia_routerDailyTVLs: Array; + sepolia_routerLiquidityEvent?: Maybe; + sepolia_routerLiquidityEvents: Array; + sepolia_setting?: Maybe; + sepolia_settings: Array; + sepolia_relayer?: Maybe; + sepolia_relayers: Array; + sepolia_sequencer?: Maybe; + sepolia_sequencers: Array; + sepolia_relayerFee?: Maybe; + sepolia_relayerFees: Array; + sepolia_originTransfer?: Maybe; + sepolia_originTransfers: Array; + sepolia_destinationTransfer?: Maybe; + sepolia_destinationTransfers: Array; + sepolia_originMessage?: Maybe; + sepolia_originMessages: Array; + sepolia_aggregateRoot?: Maybe; + sepolia_aggregateRoots: Array; + sepolia_connectorMeta?: Maybe; + sepolia_connectorMetas: Array; + sepolia_rootCount?: Maybe; + sepolia_rootCounts: Array; + sepolia_rootMessageSent?: Maybe; + sepolia_rootMessageSents: Array; + sepolia_relayerFeesIncrease?: Maybe; + sepolia_relayerFeesIncreases: Array; + sepolia_slippageUpdate?: Maybe; + sepolia_slippageUpdates: Array; + sepolia_snapshotRoot?: Maybe; + sepolia_snapshotRoots: Array; + sepolia_spokeConnectorMode?: Maybe; + sepolia_spokeConnectorModes: Array; + sepolia_aggregateRootProposed?: Maybe; + sepolia_aggregateRootProposeds: Array; + sepolia_optimisticRootFinalized?: Maybe; + sepolia_optimisticRootFinalizeds: Array; + stagingarbitrumone_asset?: Maybe; + stagingarbitrumone_assets: Array; + stagingarbitrumone_assetStatus?: Maybe; + stagingarbitrumone_assetStatuses: Array; + stagingarbitrumone_assetBalance?: Maybe; + stagingarbitrumone_assetBalances: Array; + stagingarbitrumone_router?: Maybe; + stagingarbitrumone_routers: Array; + stagingarbitrumone_routerDailyTVL?: Maybe; + stagingarbitrumone_routerDailyTVLs: Array; + stagingarbitrumone_routerLiquidityEvent?: Maybe; + stagingarbitrumone_routerLiquidityEvents: Array; + stagingarbitrumone_setting?: Maybe; + stagingarbitrumone_settings: Array; + stagingarbitrumone_relayer?: Maybe; + stagingarbitrumone_relayers: Array; + stagingarbitrumone_sequencer?: Maybe; + stagingarbitrumone_sequencers: Array; + stagingarbitrumone_relayerFee?: Maybe; + stagingarbitrumone_relayerFees: Array; + stagingarbitrumone_originTransfer?: Maybe; + stagingarbitrumone_originTransfers: Array; + stagingarbitrumone_destinationTransfer?: Maybe; + stagingarbitrumone_destinationTransfers: Array; + stagingarbitrumone_originMessage?: Maybe; + stagingarbitrumone_originMessages: Array; + stagingarbitrumone_aggregateRoot?: Maybe; + stagingarbitrumone_aggregateRoots: Array; + stagingarbitrumone_connectorMeta?: Maybe; + stagingarbitrumone_connectorMetas: Array; + stagingarbitrumone_rootCount?: Maybe; + stagingarbitrumone_rootCounts: Array; + stagingarbitrumone_rootMessageSent?: Maybe; + stagingarbitrumone_rootMessageSents: Array; + stagingarbitrumone_relayerFeesIncrease?: Maybe; + stagingarbitrumone_relayerFeesIncreases: Array; + stagingarbitrumone_slippageUpdate?: Maybe; + stagingarbitrumone_slippageUpdates: Array; + stagingarbitrumone_snapshotRoot?: Maybe; + stagingarbitrumone_snapshotRoots: Array; + stagingarbitrumone_spokeConnectorMode?: Maybe; + stagingarbitrumone_spokeConnectorModes: Array; + stagingarbitrumone_aggregateRootProposed?: Maybe; + stagingarbitrumone_aggregateRootProposeds: Array; + stagingarbitrumone_optimisticRootFinalized?: Maybe; + stagingarbitrumone_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingarbitrumone__meta?: Maybe; stagingpolygon_asset?: Maybe; stagingpolygon_assets: Array; stagingpolygon_assetStatus?: Maybe; @@ -1239,278 +1585,150 @@ export type Query = { stagingpolygon_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingpolygon__meta?: Maybe; - bnb_asset?: Maybe; - bnb_assets: Array; - bnb_assetStatus?: Maybe; - bnb_assetStatuses: Array; - bnb_assetBalance?: Maybe; - bnb_assetBalances: Array; - bnb_router?: Maybe; - bnb_routers: Array; - bnb_routerDailyTVL?: Maybe; - bnb_routerDailyTVLs: Array; - bnb_routerLiquidityEvent?: Maybe; - bnb_routerLiquidityEvents: Array; - bnb_setting?: Maybe; - 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; - bnb_snapshotRoot?: Maybe; - bnb_snapshotRoots: Array; - bnb_spokeConnectorMode?: Maybe; - bnb_spokeConnectorModes: Array; - bnb_aggregateRootProposed?: Maybe; - bnb_aggregateRootProposeds: Array; - bnb_optimisticRootFinalized?: Maybe; - bnb_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - bnb__meta?: Maybe; - mantle_swap_systemInfo?: Maybe; - mantle_swap_systemInfos: Array; - mantle_swap_pooledToken?: Maybe; - mantle_swap_pooledTokens: Array; - mantle_swap_stableSwap?: Maybe; - mantle_swap_stableSwaps: Array; - mantle_swap_stableSwapAddLiquidityEvent?: Maybe; - mantle_swap_stableSwapAddLiquidityEvents: Array; - mantle_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mantle_swap_stableSwapRemoveLiquidityEvents: Array; - mantle_swap_stableSwapExchange?: Maybe; - mantle_swap_stableSwapExchanges: Array; - mantle_swap_swapDailyVolume?: Maybe; - mantle_swap_swapDailyVolumes: Array; - mantle_swap_swapHourlyVolume?: Maybe; - mantle_swap_swapHourlyVolumes: Array; - mantle_swap_swapWeeklyVolume?: Maybe; - mantle_swap_swapWeeklyVolumes: Array; - mantle_swap_lpAccount?: Maybe; - mantle_swap_lpAccounts: Array; - mantle_swap_lpAccountBalance?: Maybe; - mantle_swap_lpAccountBalances: Array; - mantle_swap_lpToken?: Maybe; - mantle_swap_lpTokens: Array; - mantle_swap_lpTransferEvent?: Maybe; - mantle_swap_lpTransferEvents: Array; - mantle_swap_stableSwapEvent?: Maybe; - mantle_swap_stableSwapEvents: Array; - mantle_swap_swapTradeVolume?: Maybe; - mantle_swap_swapTradeVolumes: Array; - mantle_swap_lpTokenEvent?: Maybe; - mantle_swap_lpTokenEvents: Array; + polygonzkevm_swap_asset?: Maybe; + polygonzkevm_swap_assets: Array; + polygonzkevm_swap_assetStatus?: Maybe; + polygonzkevm_swap_assetStatuses: Array; + polygonzkevm_swap_assetBalance?: Maybe; + polygonzkevm_swap_assetBalances: Array; + polygonzkevm_swap_router?: Maybe; + polygonzkevm_swap_routers: Array; + polygonzkevm_swap_routerDailyTVL?: Maybe; + polygonzkevm_swap_routerDailyTVLs: Array; + polygonzkevm_swap_routerLiquidityEvent?: Maybe; + polygonzkevm_swap_routerLiquidityEvents: Array; + polygonzkevm_swap_setting?: Maybe; + polygonzkevm_swap_settings: Array; + polygonzkevm_swap_relayer?: Maybe; + polygonzkevm_swap_relayers: Array; + polygonzkevm_swap_sequencer?: Maybe; + polygonzkevm_swap_sequencers: Array; + polygonzkevm_swap_relayerFee?: Maybe; + polygonzkevm_swap_relayerFees: Array; + polygonzkevm_swap_originTransfer?: Maybe; + polygonzkevm_swap_originTransfers: Array; + polygonzkevm_swap_destinationTransfer?: Maybe; + polygonzkevm_swap_destinationTransfers: Array; + polygonzkevm_swap_originMessage?: Maybe; + polygonzkevm_swap_originMessages: Array; + polygonzkevm_swap_aggregateRoot?: Maybe; + polygonzkevm_swap_aggregateRoots: Array; + polygonzkevm_swap_connectorMeta?: Maybe; + polygonzkevm_swap_connectorMetas: Array; + polygonzkevm_swap_rootCount?: Maybe; + polygonzkevm_swap_rootCounts: Array; + polygonzkevm_swap_rootMessageSent?: Maybe; + polygonzkevm_swap_rootMessageSents: Array; + polygonzkevm_swap_relayerFeesIncrease?: Maybe; + polygonzkevm_swap_relayerFeesIncreases: Array; + polygonzkevm_swap_slippageUpdate?: Maybe; + polygonzkevm_swap_slippageUpdates: Array; + polygonzkevm_swap_snapshotRoot?: Maybe; + polygonzkevm_swap_snapshotRoots: Array; + polygonzkevm_swap_spokeConnectorMode?: Maybe; + polygonzkevm_swap_spokeConnectorModes: Array; + polygonzkevm_swap_aggregateRootProposed?: Maybe; + polygonzkevm_swap_aggregateRootProposeds: Array; + polygonzkevm_swap_optimisticRootFinalized?: Maybe; + polygonzkevm_swap_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - mantle_swap__meta?: Maybe; - mode_asset?: Maybe; - mode_assets: Array; - mode_assetStatus?: Maybe; - mode_assetStatuses: Array; - mode_assetBalance?: Maybe; - mode_assetBalances: Array; - mode_router?: Maybe; - mode_routers: Array; - mode_routerDailyTVL?: Maybe; - mode_routerDailyTVLs: Array; - mode_routerLiquidityEvent?: Maybe; - mode_routerLiquidityEvents: Array; - mode_setting?: Maybe; - mode_settings: Array; - mode_relayer?: Maybe; - mode_relayers: Array; - mode_sequencer?: Maybe; - mode_sequencers: Array; - mode_relayerFee?: Maybe; - mode_relayerFees: Array; - mode_originTransfer?: Maybe; - mode_originTransfers: Array; - mode_destinationTransfer?: Maybe; - mode_destinationTransfers: Array; - mode_originMessage?: Maybe; - mode_originMessages: Array; - mode_aggregateRoot?: Maybe; - mode_aggregateRoots: Array; - mode_connectorMeta?: Maybe; - mode_connectorMetas: Array; - mode_rootCount?: Maybe; - mode_rootCounts: Array; - mode_rootMessageSent?: Maybe; - mode_rootMessageSents: Array; - mode_relayerFeesIncrease?: Maybe; - mode_relayerFeesIncreases: Array; - mode_slippageUpdate?: Maybe; - mode_slippageUpdates: Array; - mode_snapshotRoot?: Maybe; - mode_snapshotRoots: Array; - mode_spokeConnectorMode?: Maybe; - mode_spokeConnectorModes: Array; - mode_aggregateRootProposed?: Maybe; - mode_aggregateRootProposeds: Array; - mode_optimisticRootFinalized?: Maybe; - mode_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - mode__meta?: Maybe; - stagingmetis_asset?: Maybe; - stagingmetis_assets: Array; - stagingmetis_assetStatus?: Maybe; - stagingmetis_assetStatuses: Array; - stagingmetis_assetBalance?: Maybe; - stagingmetis_assetBalances: Array; - stagingmetis_router?: Maybe; - stagingmetis_routers: Array; - stagingmetis_routerDailyTVL?: Maybe; - stagingmetis_routerDailyTVLs: Array; - stagingmetis_routerLiquidityEvent?: Maybe; - stagingmetis_routerLiquidityEvents: Array; - stagingmetis_setting?: Maybe; - stagingmetis_settings: Array; - stagingmetis_relayer?: Maybe; - stagingmetis_relayers: Array; - stagingmetis_sequencer?: Maybe; - stagingmetis_sequencers: Array; - stagingmetis_relayerFee?: Maybe; - stagingmetis_relayerFees: Array; - stagingmetis_originTransfer?: Maybe; - stagingmetis_originTransfers: Array; - stagingmetis_destinationTransfer?: Maybe; - stagingmetis_destinationTransfers: Array; - stagingmetis_originMessage?: Maybe; - stagingmetis_originMessages: Array; - stagingmetis_aggregateRoot?: Maybe; - stagingmetis_aggregateRoots: Array; - stagingmetis_connectorMeta?: Maybe; - stagingmetis_connectorMetas: Array; - stagingmetis_rootCount?: Maybe; - stagingmetis_rootCounts: Array; - stagingmetis_rootMessageSent?: Maybe; - stagingmetis_rootMessageSents: Array; - stagingmetis_relayerFeesIncrease?: Maybe; - stagingmetis_relayerFeesIncreases: Array; - stagingmetis_slippageUpdate?: Maybe; - stagingmetis_slippageUpdates: Array; - stagingmetis_snapshotRoot?: Maybe; - stagingmetis_snapshotRoots: Array; - stagingmetis_spokeConnectorMode?: Maybe; - stagingmetis_spokeConnectorModes: Array; - stagingmetis_aggregateRootProposed?: Maybe; - stagingmetis_aggregateRootProposeds: Array; - stagingmetis_optimisticRootFinalized?: Maybe; - stagingmetis_optimisticRootFinalizeds: Array; + polygonzkevm_swap__meta?: Maybe; + polygonzkevm_asset?: Maybe; + polygonzkevm_assets: Array; + polygonzkevm_assetStatus?: Maybe; + polygonzkevm_assetStatuses: Array; + polygonzkevm_assetBalance?: Maybe; + polygonzkevm_assetBalances: Array; + polygonzkevm_router?: Maybe; + polygonzkevm_routers: Array; + polygonzkevm_routerDailyTVL?: Maybe; + polygonzkevm_routerDailyTVLs: Array; + polygonzkevm_routerLiquidityEvent?: Maybe; + polygonzkevm_routerLiquidityEvents: Array; + polygonzkevm_setting?: Maybe; + polygonzkevm_settings: Array; + polygonzkevm_relayer?: Maybe; + polygonzkevm_relayers: Array; + polygonzkevm_sequencer?: Maybe; + polygonzkevm_sequencers: Array; + polygonzkevm_relayerFee?: Maybe; + polygonzkevm_relayerFees: Array; + polygonzkevm_originTransfer?: Maybe; + polygonzkevm_originTransfers: Array; + polygonzkevm_destinationTransfer?: Maybe; + polygonzkevm_destinationTransfers: Array; + polygonzkevm_originMessage?: Maybe; + polygonzkevm_originMessages: Array; + polygonzkevm_aggregateRoot?: Maybe; + polygonzkevm_aggregateRoots: Array; + polygonzkevm_connectorMeta?: Maybe; + polygonzkevm_connectorMetas: Array; + polygonzkevm_rootCount?: Maybe; + polygonzkevm_rootCounts: Array; + polygonzkevm_rootMessageSent?: Maybe; + polygonzkevm_rootMessageSents: Array; + polygonzkevm_relayerFeesIncrease?: Maybe; + polygonzkevm_relayerFeesIncreases: Array; + polygonzkevm_slippageUpdate?: Maybe; + polygonzkevm_slippageUpdates: Array; + polygonzkevm_snapshotRoot?: Maybe; + polygonzkevm_snapshotRoots: Array; + polygonzkevm_spokeConnectorMode?: Maybe; + polygonzkevm_spokeConnectorModes: Array; + polygonzkevm_aggregateRootProposed?: Maybe; + polygonzkevm_aggregateRootProposeds: Array; + polygonzkevm_optimisticRootFinalized?: Maybe; + polygonzkevm_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - stagingmetis__meta?: Maybe; - avalanche_asset?: Maybe; - avalanche_assets: Array; - avalanche_assetStatus?: Maybe; - avalanche_assetStatuses: Array; - avalanche_assetBalance?: Maybe; - avalanche_assetBalances: Array; - avalanche_router?: Maybe; - avalanche_routers: Array; - avalanche_routerDailyTVL?: Maybe; - avalanche_routerDailyTVLs: Array; - avalanche_routerLiquidityEvent?: Maybe; - avalanche_routerLiquidityEvents: Array; - avalanche_setting?: Maybe; - avalanche_settings: Array; - avalanche_relayer?: Maybe; - avalanche_relayers: Array; - avalanche_sequencer?: Maybe; - avalanche_sequencers: Array; - avalanche_relayerFee?: Maybe; - avalanche_relayerFees: Array; - avalanche_originTransfer?: Maybe; - avalanche_originTransfers: Array; - avalanche_destinationTransfer?: Maybe; - avalanche_destinationTransfers: Array; - avalanche_originMessage?: Maybe; - avalanche_originMessages: Array; - avalanche_aggregateRoot?: Maybe; - avalanche_aggregateRoots: Array; - avalanche_connectorMeta?: Maybe; - avalanche_connectorMetas: Array; - avalanche_rootCount?: Maybe; - avalanche_rootCounts: Array; - avalanche_rootMessageSent?: Maybe; - avalanche_rootMessageSents: Array; - avalanche_relayerFeesIncrease?: Maybe; - avalanche_relayerFeesIncreases: Array; - avalanche_slippageUpdate?: Maybe; - avalanche_slippageUpdates: Array; - avalanche_snapshotRoot?: Maybe; - avalanche_snapshotRoots: Array; - avalanche_spokeConnectorMode?: Maybe; - avalanche_spokeConnectorModes: Array; - avalanche_aggregateRootProposed?: Maybe; - avalanche_aggregateRootProposeds: Array; - avalanche_optimisticRootFinalized?: Maybe; - avalanche_optimisticRootFinalizeds: Array; + polygonzkevm__meta?: Maybe; + optimismsepolia_asset?: Maybe; + optimismsepolia_assets: Array; + optimismsepolia_assetStatus?: Maybe; + optimismsepolia_assetStatuses: Array; + optimismsepolia_assetBalance?: Maybe; + optimismsepolia_assetBalances: Array; + optimismsepolia_router?: Maybe; + optimismsepolia_routers: Array; + optimismsepolia_routerDailyTVL?: Maybe; + optimismsepolia_routerDailyTVLs: Array; + optimismsepolia_routerLiquidityEvent?: Maybe; + optimismsepolia_routerLiquidityEvents: Array; + optimismsepolia_setting?: Maybe; + optimismsepolia_settings: Array; + optimismsepolia_relayer?: Maybe; + optimismsepolia_relayers: Array; + optimismsepolia_sequencer?: Maybe; + optimismsepolia_sequencers: Array; + optimismsepolia_relayerFee?: Maybe; + optimismsepolia_relayerFees: Array; + optimismsepolia_originTransfer?: Maybe; + optimismsepolia_originTransfers: Array; + optimismsepolia_destinationTransfer?: Maybe; + optimismsepolia_destinationTransfers: Array; + optimismsepolia_originMessage?: Maybe; + optimismsepolia_originMessages: Array; + optimismsepolia_aggregateRoot?: Maybe; + optimismsepolia_aggregateRoots: Array; + optimismsepolia_connectorMeta?: Maybe; + optimismsepolia_connectorMetas: Array; + optimismsepolia_rootCount?: Maybe; + optimismsepolia_rootCounts: Array; + optimismsepolia_rootMessageSent?: Maybe; + optimismsepolia_rootMessageSents: Array; + optimismsepolia_relayerFeesIncrease?: Maybe; + optimismsepolia_relayerFeesIncreases: Array; + optimismsepolia_slippageUpdate?: Maybe; + optimismsepolia_slippageUpdates: Array; + optimismsepolia_snapshotRoot?: Maybe; + optimismsepolia_snapshotRoots: Array; + optimismsepolia_spokeConnectorMode?: Maybe; + optimismsepolia_spokeConnectorModes: Array; + optimismsepolia_aggregateRootProposed?: Maybe; + optimismsepolia_aggregateRootProposeds: Array; + optimismsepolia_optimisticRootFinalized?: Maybe; + optimismsepolia_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - avalanche__meta?: Maybe; - stagingmainnet_asset?: Maybe; - stagingmainnet_assets: Array; - stagingmainnet_assetStatus?: Maybe; - stagingmainnet_assetStatuses: Array; - stagingmainnet_assetBalance?: Maybe; - stagingmainnet_assetBalances: Array; - stagingmainnet_router?: Maybe; - stagingmainnet_routers: Array; - stagingmainnet_routerDailyTVL?: Maybe; - stagingmainnet_routerDailyTVLs: Array; - stagingmainnet_routerLiquidityEvent?: Maybe; - stagingmainnet_routerLiquidityEvents: Array; - stagingmainnet_setting?: Maybe; - stagingmainnet_settings: Array; - stagingmainnet_relayer?: Maybe; - stagingmainnet_relayers: Array; - stagingmainnet_sequencer?: Maybe; - stagingmainnet_sequencers: Array; - stagingmainnet_relayerFee?: Maybe; - stagingmainnet_relayerFees: Array; - stagingmainnet_originTransfer?: Maybe; - stagingmainnet_originTransfers: Array; - stagingmainnet_destinationTransfer?: Maybe; - stagingmainnet_destinationTransfers: Array; - stagingmainnet_originMessage?: Maybe; - stagingmainnet_originMessages: Array; - stagingmainnet_aggregateRoot?: Maybe; - stagingmainnet_aggregateRoots: Array; - stagingmainnet_connectorMeta?: Maybe; - stagingmainnet_connectorMetas: Array; - stagingmainnet_rootCount?: Maybe; - stagingmainnet_rootCounts: Array; - stagingmainnet_rootMessageSent?: Maybe; - stagingmainnet_rootMessageSents: Array; - stagingmainnet_relayerFeesIncrease?: Maybe; - stagingmainnet_relayerFeesIncreases: Array; - stagingmainnet_slippageUpdate?: Maybe; - stagingmainnet_slippageUpdates: Array; - stagingmainnet_snapshotRoot?: Maybe; - stagingmainnet_snapshotRoots: Array; - stagingmainnet_spokeConnectorMode?: Maybe; - stagingmainnet_spokeConnectorModes: Array; - stagingmainnet_aggregateRootProposed?: Maybe; - stagingmainnet_aggregateRootProposeds: Array; - stagingmainnet_optimisticRootFinalized?: Maybe; - stagingmainnet_optimisticRootFinalizeds: Array; + optimismsepolia__meta?: Maybe; zksync_asset?: Maybe; zksync_assets: Array; zksync_assetStatus?: Maybe; @@ -1559,148 +1777,198 @@ export type Query = { zksync_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ zksync__meta?: Maybe; - polygonzkevm_swap_asset?: Maybe; - polygonzkevm_swap_assets: Array; - polygonzkevm_swap_assetStatus?: Maybe; - polygonzkevm_swap_assetStatuses: Array; - polygonzkevm_swap_assetBalance?: Maybe; - polygonzkevm_swap_assetBalances: Array; - polygonzkevm_swap_router?: Maybe; - polygonzkevm_swap_routers: Array; - polygonzkevm_swap_routerDailyTVL?: Maybe; - polygonzkevm_swap_routerDailyTVLs: Array; - polygonzkevm_swap_routerLiquidityEvent?: Maybe; - polygonzkevm_swap_routerLiquidityEvents: Array; - polygonzkevm_swap_setting?: Maybe; - polygonzkevm_swap_settings: Array; - polygonzkevm_swap_relayer?: Maybe; - polygonzkevm_swap_relayers: Array; - polygonzkevm_swap_sequencer?: Maybe; - polygonzkevm_swap_sequencers: Array; - polygonzkevm_swap_relayerFee?: Maybe; - polygonzkevm_swap_relayerFees: Array; - polygonzkevm_swap_originTransfer?: Maybe; - polygonzkevm_swap_originTransfers: Array; - polygonzkevm_swap_destinationTransfer?: Maybe; - polygonzkevm_swap_destinationTransfers: Array; - polygonzkevm_swap_originMessage?: Maybe; - polygonzkevm_swap_originMessages: Array; - polygonzkevm_swap_aggregateRoot?: Maybe; - polygonzkevm_swap_aggregateRoots: Array; - polygonzkevm_swap_connectorMeta?: Maybe; - polygonzkevm_swap_connectorMetas: Array; - polygonzkevm_swap_rootCount?: Maybe; - polygonzkevm_swap_rootCounts: Array; - polygonzkevm_swap_rootMessageSent?: Maybe; - polygonzkevm_swap_rootMessageSents: Array; - polygonzkevm_swap_relayerFeesIncrease?: Maybe; - polygonzkevm_swap_relayerFeesIncreases: Array; - polygonzkevm_swap_slippageUpdate?: Maybe; - polygonzkevm_swap_slippageUpdates: Array; - polygonzkevm_swap_snapshotRoot?: Maybe; - polygonzkevm_swap_snapshotRoots: Array; - polygonzkevm_swap_spokeConnectorMode?: Maybe; - polygonzkevm_swap_spokeConnectorModes: Array; - polygonzkevm_swap_aggregateRootProposed?: Maybe; - polygonzkevm_swap_aggregateRootProposeds: Array; - polygonzkevm_swap_optimisticRootFinalized?: Maybe; - polygonzkevm_swap_optimisticRootFinalizeds: Array; + mantle_asset?: Maybe; + mantle_assets: Array; + mantle_assetStatus?: Maybe; + mantle_assetStatuses: Array; + mantle_assetBalance?: Maybe; + mantle_assetBalances: Array; + mantle_router?: Maybe; + mantle_routers: Array; + mantle_routerDailyTVL?: Maybe; + mantle_routerDailyTVLs: Array; + mantle_routerLiquidityEvent?: Maybe; + mantle_routerLiquidityEvents: Array; + mantle_setting?: Maybe; + mantle_settings: Array; + mantle_relayer?: Maybe; + mantle_relayers: Array; + mantle_sequencer?: Maybe; + mantle_sequencers: Array; + mantle_relayerFee?: Maybe; + mantle_relayerFees: Array; + mantle_originTransfer?: Maybe; + mantle_originTransfers: Array; + mantle_destinationTransfer?: Maybe; + mantle_destinationTransfers: Array; + mantle_originMessage?: Maybe; + mantle_originMessages: Array; + mantle_aggregateRoot?: Maybe; + mantle_aggregateRoots: Array; + mantle_connectorMeta?: Maybe; + mantle_connectorMetas: Array; + mantle_rootCount?: Maybe; + mantle_rootCounts: Array; + mantle_rootMessageSent?: Maybe; + mantle_rootMessageSents: Array; + mantle_relayerFeesIncrease?: Maybe; + mantle_relayerFeesIncreases: Array; + mantle_slippageUpdate?: Maybe; + mantle_slippageUpdates: Array; + mantle_snapshotRoot?: Maybe; + mantle_snapshotRoots: Array; + mantle_spokeConnectorMode?: Maybe; + mantle_spokeConnectorModes: Array; + mantle_aggregateRootProposed?: Maybe; + mantle_aggregateRootProposeds: Array; + mantle_optimisticRootFinalized?: Maybe; + mantle_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - polygonzkevm_swap__meta?: Maybe; - xlayer_asset?: Maybe; - xlayer_assets: Array; - xlayer_assetStatus?: Maybe; - xlayer_assetStatuses: Array; - xlayer_assetBalance?: Maybe; - xlayer_assetBalances: Array; - xlayer_router?: Maybe; - xlayer_routers: Array; - xlayer_routerDailyTVL?: Maybe; - xlayer_routerDailyTVLs: Array; - xlayer_routerLiquidityEvent?: Maybe; - xlayer_routerLiquidityEvents: Array; - xlayer_setting?: Maybe; - xlayer_settings: Array; - xlayer_relayer?: Maybe; - xlayer_relayers: Array; - xlayer_sequencer?: Maybe; - xlayer_sequencers: Array; - xlayer_relayerFee?: Maybe; - xlayer_relayerFees: Array; - xlayer_originTransfer?: Maybe; - xlayer_originTransfers: Array; - xlayer_destinationTransfer?: Maybe; - xlayer_destinationTransfers: Array; - xlayer_originMessage?: Maybe; - xlayer_originMessages: Array; - xlayer_aggregateRoot?: Maybe; - xlayer_aggregateRoots: Array; - xlayer_connectorMeta?: Maybe; - xlayer_connectorMetas: Array; - xlayer_rootCount?: Maybe; - xlayer_rootCounts: Array; - xlayer_rootMessageSent?: Maybe; - xlayer_rootMessageSents: Array; - xlayer_relayerFeesIncrease?: Maybe; - xlayer_relayerFeesIncreases: Array; - xlayer_slippageUpdate?: Maybe; - xlayer_slippageUpdates: Array; - xlayer_snapshotRoot?: Maybe; - xlayer_snapshotRoots: Array; - xlayer_spokeConnectorMode?: Maybe; - xlayer_spokeConnectorModes: Array; - xlayer_aggregateRootProposed?: Maybe; - xlayer_aggregateRootProposeds: Array; - xlayer_optimisticRootFinalized?: Maybe; - xlayer_optimisticRootFinalizeds: Array; + mantle__meta?: Maybe; + avalanche_asset?: Maybe; + avalanche_assets: Array; + avalanche_assetStatus?: Maybe; + avalanche_assetStatuses: Array; + avalanche_assetBalance?: Maybe; + avalanche_assetBalances: Array; + avalanche_router?: Maybe; + avalanche_routers: Array; + avalanche_routerDailyTVL?: Maybe; + avalanche_routerDailyTVLs: Array; + avalanche_routerLiquidityEvent?: Maybe; + avalanche_routerLiquidityEvents: Array; + avalanche_setting?: Maybe; + avalanche_settings: Array; + avalanche_relayer?: Maybe; + avalanche_relayers: Array; + avalanche_sequencer?: Maybe; + avalanche_sequencers: Array; + avalanche_relayerFee?: Maybe; + avalanche_relayerFees: Array; + avalanche_originTransfer?: Maybe; + avalanche_originTransfers: Array; + avalanche_destinationTransfer?: Maybe; + avalanche_destinationTransfers: Array; + avalanche_originMessage?: Maybe; + avalanche_originMessages: Array; + avalanche_aggregateRoot?: Maybe; + avalanche_aggregateRoots: Array; + avalanche_connectorMeta?: Maybe; + avalanche_connectorMetas: Array; + avalanche_rootCount?: Maybe; + avalanche_rootCounts: Array; + avalanche_rootMessageSent?: Maybe; + avalanche_rootMessageSents: Array; + avalanche_relayerFeesIncrease?: Maybe; + avalanche_relayerFeesIncreases: Array; + avalanche_slippageUpdate?: Maybe; + avalanche_slippageUpdates: Array; + avalanche_snapshotRoot?: Maybe; + avalanche_snapshotRoots: Array; + avalanche_spokeConnectorMode?: Maybe; + avalanche_spokeConnectorModes: Array; + avalanche_aggregateRootProposed?: Maybe; + avalanche_aggregateRootProposeds: Array; + avalanche_optimisticRootFinalized?: Maybe; + avalanche_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - xlayer__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_routerLiquidityEvent?: Maybe; - mainnet_routerLiquidityEvents: 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; - mainnet_snapshotRoot?: Maybe; - mainnet_snapshotRoots: Array; - mainnet_spokeConnectorMode?: Maybe; - mainnet_spokeConnectorModes: Array; - mainnet_aggregateRootProposed?: Maybe; - mainnet_aggregateRootProposeds: Array; - mainnet_optimisticRootFinalized?: Maybe; - mainnet_optimisticRootFinalizeds: Array; + avalanche__meta?: Maybe; + mode_asset?: Maybe; + mode_assets: Array; + mode_assetStatus?: Maybe; + mode_assetStatuses: Array; + mode_assetBalance?: Maybe; + mode_assetBalances: Array; + mode_router?: Maybe; + mode_routers: Array; + mode_routerDailyTVL?: Maybe; + mode_routerDailyTVLs: Array; + mode_routerLiquidityEvent?: Maybe; + mode_routerLiquidityEvents: Array; + mode_setting?: Maybe; + mode_settings: Array; + mode_relayer?: Maybe; + mode_relayers: Array; + mode_sequencer?: Maybe; + mode_sequencers: Array; + mode_relayerFee?: Maybe; + mode_relayerFees: Array; + mode_originTransfer?: Maybe; + mode_originTransfers: Array; + mode_destinationTransfer?: Maybe; + mode_destinationTransfers: Array; + mode_originMessage?: Maybe; + mode_originMessages: Array; + mode_aggregateRoot?: Maybe; + mode_aggregateRoots: Array; + mode_connectorMeta?: Maybe; + mode_connectorMetas: Array; + mode_rootCount?: Maybe; + mode_rootCounts: Array; + mode_rootMessageSent?: Maybe; + mode_rootMessageSents: Array; + mode_relayerFeesIncrease?: Maybe; + mode_relayerFeesIncreases: Array; + mode_slippageUpdate?: Maybe; + mode_slippageUpdates: Array; + mode_snapshotRoot?: Maybe; + mode_snapshotRoots: Array; + mode_spokeConnectorMode?: Maybe; + mode_spokeConnectorModes: Array; + mode_aggregateRootProposed?: Maybe; + mode_aggregateRootProposeds: Array; + mode_optimisticRootFinalized?: Maybe; + mode_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + mode__meta?: Maybe; + stagingxlayer_asset?: Maybe; + stagingxlayer_assets: Array; + stagingxlayer_assetStatus?: Maybe; + stagingxlayer_assetStatuses: Array; + stagingxlayer_assetBalance?: Maybe; + stagingxlayer_assetBalances: Array; + stagingxlayer_router?: Maybe; + stagingxlayer_routers: Array; + stagingxlayer_routerDailyTVL?: Maybe; + stagingxlayer_routerDailyTVLs: Array; + stagingxlayer_routerLiquidityEvent?: Maybe; + stagingxlayer_routerLiquidityEvents: Array; + stagingxlayer_setting?: Maybe; + stagingxlayer_settings: Array; + stagingxlayer_relayer?: Maybe; + stagingxlayer_relayers: Array; + stagingxlayer_sequencer?: Maybe; + stagingxlayer_sequencers: Array; + stagingxlayer_relayerFee?: Maybe; + stagingxlayer_relayerFees: Array; + stagingxlayer_originTransfer?: Maybe; + stagingxlayer_originTransfers: Array; + stagingxlayer_destinationTransfer?: Maybe; + stagingxlayer_destinationTransfers: Array; + stagingxlayer_originMessage?: Maybe; + stagingxlayer_originMessages: Array; + stagingxlayer_aggregateRoot?: Maybe; + stagingxlayer_aggregateRoots: Array; + stagingxlayer_connectorMeta?: Maybe; + stagingxlayer_connectorMetas: Array; + stagingxlayer_rootCount?: Maybe; + stagingxlayer_rootCounts: Array; + stagingxlayer_rootMessageSent?: Maybe; + stagingxlayer_rootMessageSents: Array; + stagingxlayer_relayerFeesIncrease?: Maybe; + stagingxlayer_relayerFeesIncreases: Array; + stagingxlayer_slippageUpdate?: Maybe; + stagingxlayer_slippageUpdates: Array; + stagingxlayer_snapshotRoot?: Maybe; + stagingxlayer_snapshotRoots: Array; + stagingxlayer_spokeConnectorMode?: Maybe; + stagingxlayer_spokeConnectorModes: Array; + stagingxlayer_aggregateRootProposed?: Maybe; + stagingxlayer_aggregateRootProposeds: Array; + stagingxlayer_optimisticRootFinalized?: Maybe; + stagingxlayer_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingxlayer__meta?: Maybe; stagingbase_asset?: Maybe; stagingbase_assets: Array; stagingbase_assetStatus?: Maybe; @@ -1797,54 +2065,40 @@ export type Query = { metis_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ metis__meta?: Maybe; - stagingoptimism_asset?: Maybe; - stagingoptimism_assets: Array; - stagingoptimism_assetStatus?: Maybe; - stagingoptimism_assetStatuses: Array; - stagingoptimism_assetBalance?: Maybe; - stagingoptimism_assetBalances: Array; - stagingoptimism_router?: Maybe; - stagingoptimism_routers: Array; - stagingoptimism_routerDailyTVL?: Maybe; - stagingoptimism_routerDailyTVLs: Array; - stagingoptimism_routerLiquidityEvent?: Maybe; - stagingoptimism_routerLiquidityEvents: Array; - stagingoptimism_setting?: Maybe; - stagingoptimism_settings: Array; - stagingoptimism_relayer?: Maybe; - stagingoptimism_relayers: Array; - stagingoptimism_sequencer?: Maybe; - stagingoptimism_sequencers: Array; - stagingoptimism_relayerFee?: Maybe; - stagingoptimism_relayerFees: Array; - stagingoptimism_originTransfer?: Maybe; - stagingoptimism_originTransfers: Array; - stagingoptimism_destinationTransfer?: Maybe; - stagingoptimism_destinationTransfers: Array; - stagingoptimism_originMessage?: Maybe; - stagingoptimism_originMessages: Array; - stagingoptimism_aggregateRoot?: Maybe; - stagingoptimism_aggregateRoots: Array; - stagingoptimism_connectorMeta?: Maybe; - stagingoptimism_connectorMetas: Array; - stagingoptimism_rootCount?: Maybe; - stagingoptimism_rootCounts: Array; - stagingoptimism_rootMessageSent?: Maybe; - stagingoptimism_rootMessageSents: Array; - stagingoptimism_relayerFeesIncrease?: Maybe; - stagingoptimism_relayerFeesIncreases: Array; - stagingoptimism_slippageUpdate?: Maybe; - stagingoptimism_slippageUpdates: Array; - stagingoptimism_snapshotRoot?: Maybe; - stagingoptimism_snapshotRoots: Array; - stagingoptimism_spokeConnectorMode?: Maybe; - stagingoptimism_spokeConnectorModes: Array; - stagingoptimism_aggregateRootProposed?: Maybe; - stagingoptimism_aggregateRootProposeds: Array; - stagingoptimism_optimisticRootFinalized?: Maybe; - stagingoptimism_optimisticRootFinalizeds: Array; + base_swap_systemInfo?: Maybe; + base_swap_systemInfos: Array; + base_swap_pooledToken?: Maybe; + base_swap_pooledTokens: Array; + base_swap_stableSwap?: Maybe; + base_swap_stableSwaps: Array; + base_swap_stableSwapAddLiquidityEvent?: Maybe; + base_swap_stableSwapAddLiquidityEvents: Array; + base_swap_stableSwapRemoveLiquidityEvent?: Maybe; + base_swap_stableSwapRemoveLiquidityEvents: Array; + base_swap_stableSwapExchange?: Maybe; + base_swap_stableSwapExchanges: Array; + base_swap_swapDailyVolume?: Maybe; + base_swap_swapDailyVolumes: Array; + base_swap_swapHourlyVolume?: Maybe; + base_swap_swapHourlyVolumes: Array; + base_swap_swapWeeklyVolume?: Maybe; + base_swap_swapWeeklyVolumes: Array; + base_swap_lpAccount?: Maybe; + base_swap_lpAccounts: Array; + base_swap_lpAccountBalance?: Maybe; + base_swap_lpAccountBalances: Array; + base_swap_lpToken?: Maybe; + base_swap_lpTokens: Array; + base_swap_lpTransferEvent?: Maybe; + base_swap_lpTransferEvents: Array; + base_swap_stableSwapEvent?: Maybe; + base_swap_stableSwapEvents: Array; + base_swap_swapTradeVolume?: Maybe; + base_swap_swapTradeVolumes: Array; + base_swap_lpTokenEvent?: Maybe; + base_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - stagingoptimism__meta?: Maybe; + base_swap__meta?: Maybe; stagingmantle_asset?: Maybe; stagingmantle_assets: Array; stagingmantle_assetStatus?: Maybe; @@ -1893,102 +2147,198 @@ export type Query = { stagingmantle_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingmantle__meta?: Maybe; - polygonzkevm_asset?: Maybe; - polygonzkevm_assets: Array; - polygonzkevm_assetStatus?: Maybe; - polygonzkevm_assetStatuses: Array; - polygonzkevm_assetBalance?: Maybe; - polygonzkevm_assetBalances: Array; - polygonzkevm_router?: Maybe; - polygonzkevm_routers: Array; - polygonzkevm_routerDailyTVL?: Maybe; - polygonzkevm_routerDailyTVLs: Array; - polygonzkevm_routerLiquidityEvent?: Maybe; - polygonzkevm_routerLiquidityEvents: Array; - polygonzkevm_setting?: Maybe; - polygonzkevm_settings: Array; - polygonzkevm_relayer?: Maybe; - polygonzkevm_relayers: Array; - polygonzkevm_sequencer?: Maybe; - polygonzkevm_sequencers: Array; - polygonzkevm_relayerFee?: Maybe; - polygonzkevm_relayerFees: Array; - polygonzkevm_originTransfer?: Maybe; - polygonzkevm_originTransfers: Array; - polygonzkevm_destinationTransfer?: Maybe; - polygonzkevm_destinationTransfers: Array; - polygonzkevm_originMessage?: Maybe; - polygonzkevm_originMessages: Array; - polygonzkevm_aggregateRoot?: Maybe; - polygonzkevm_aggregateRoots: Array; - polygonzkevm_connectorMeta?: Maybe; - polygonzkevm_connectorMetas: Array; - polygonzkevm_rootCount?: Maybe; - polygonzkevm_rootCounts: Array; - polygonzkevm_rootMessageSent?: Maybe; - polygonzkevm_rootMessageSents: Array; - polygonzkevm_relayerFeesIncrease?: Maybe; - polygonzkevm_relayerFeesIncreases: Array; - polygonzkevm_slippageUpdate?: Maybe; - polygonzkevm_slippageUpdates: Array; - polygonzkevm_snapshotRoot?: Maybe; - polygonzkevm_snapshotRoots: Array; - polygonzkevm_spokeConnectorMode?: Maybe; - polygonzkevm_spokeConnectorModes: Array; - polygonzkevm_aggregateRootProposed?: Maybe; - polygonzkevm_aggregateRootProposeds: Array; - polygonzkevm_optimisticRootFinalized?: Maybe; - polygonzkevm_optimisticRootFinalizeds: Array; + stagingmetis_asset?: Maybe; + stagingmetis_assets: Array; + stagingmetis_assetStatus?: Maybe; + stagingmetis_assetStatuses: Array; + stagingmetis_assetBalance?: Maybe; + stagingmetis_assetBalances: Array; + stagingmetis_router?: Maybe; + stagingmetis_routers: Array; + stagingmetis_routerDailyTVL?: Maybe; + stagingmetis_routerDailyTVLs: Array; + stagingmetis_routerLiquidityEvent?: Maybe; + stagingmetis_routerLiquidityEvents: Array; + stagingmetis_setting?: Maybe; + stagingmetis_settings: Array; + stagingmetis_relayer?: Maybe; + stagingmetis_relayers: Array; + stagingmetis_sequencer?: Maybe; + stagingmetis_sequencers: Array; + stagingmetis_relayerFee?: Maybe; + stagingmetis_relayerFees: Array; + stagingmetis_originTransfer?: Maybe; + stagingmetis_originTransfers: Array; + stagingmetis_destinationTransfer?: Maybe; + stagingmetis_destinationTransfers: Array; + stagingmetis_originMessage?: Maybe; + stagingmetis_originMessages: Array; + stagingmetis_aggregateRoot?: Maybe; + stagingmetis_aggregateRoots: Array; + stagingmetis_connectorMeta?: Maybe; + stagingmetis_connectorMetas: Array; + stagingmetis_rootCount?: Maybe; + stagingmetis_rootCounts: Array; + stagingmetis_rootMessageSent?: Maybe; + stagingmetis_rootMessageSents: Array; + stagingmetis_relayerFeesIncrease?: Maybe; + stagingmetis_relayerFeesIncreases: Array; + stagingmetis_slippageUpdate?: Maybe; + stagingmetis_slippageUpdates: Array; + stagingmetis_snapshotRoot?: Maybe; + stagingmetis_snapshotRoots: Array; + stagingmetis_spokeConnectorMode?: Maybe; + stagingmetis_spokeConnectorModes: Array; + stagingmetis_aggregateRootProposed?: Maybe; + stagingmetis_aggregateRootProposeds: Array; + stagingmetis_optimisticRootFinalized?: Maybe; + stagingmetis_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - polygonzkevm__meta?: Maybe; - stagingmode_asset?: Maybe; - stagingmode_assets: Array; - stagingmode_assetStatus?: Maybe; - stagingmode_assetStatuses: Array; - stagingmode_assetBalance?: Maybe; - stagingmode_assetBalances: Array; - stagingmode_router?: Maybe; - stagingmode_routers: Array; - stagingmode_routerDailyTVL?: Maybe; - stagingmode_routerDailyTVLs: Array; - stagingmode_routerLiquidityEvent?: Maybe; - stagingmode_routerLiquidityEvents: Array; - stagingmode_setting?: Maybe; - stagingmode_settings: Array; - stagingmode_relayer?: Maybe; - stagingmode_relayers: Array; - stagingmode_sequencer?: Maybe; - stagingmode_sequencers: Array; - stagingmode_relayerFee?: Maybe; - stagingmode_relayerFees: Array; - stagingmode_originTransfer?: Maybe; - stagingmode_originTransfers: Array; - stagingmode_destinationTransfer?: Maybe; - stagingmode_destinationTransfers: Array; - stagingmode_originMessage?: Maybe; - stagingmode_originMessages: Array; - stagingmode_aggregateRoot?: Maybe; - stagingmode_aggregateRoots: Array; - stagingmode_connectorMeta?: Maybe; - stagingmode_connectorMetas: Array; - stagingmode_rootCount?: Maybe; - stagingmode_rootCounts: Array; - stagingmode_rootMessageSent?: Maybe; - stagingmode_rootMessageSents: Array; - stagingmode_relayerFeesIncrease?: Maybe; - stagingmode_relayerFeesIncreases: Array; - stagingmode_slippageUpdate?: Maybe; - stagingmode_slippageUpdates: Array; - stagingmode_snapshotRoot?: Maybe; - stagingmode_snapshotRoots: Array; - stagingmode_spokeConnectorMode?: Maybe; - stagingmode_spokeConnectorModes: Array; - stagingmode_aggregateRootProposed?: Maybe; - stagingmode_aggregateRootProposeds: Array; - stagingmode_optimisticRootFinalized?: Maybe; - stagingmode_optimisticRootFinalizeds: Array; + stagingmetis__meta?: Maybe; + xdai_asset?: Maybe; + xdai_assets: Array; + xdai_assetStatus?: Maybe; + xdai_assetStatuses: Array; + xdai_assetBalance?: Maybe; + xdai_assetBalances: Array; + xdai_router?: Maybe; + xdai_routers: Array; + xdai_routerDailyTVL?: Maybe; + xdai_routerDailyTVLs: Array; + xdai_routerLiquidityEvent?: Maybe; + xdai_routerLiquidityEvents: Array; + xdai_setting?: Maybe; + xdai_settings: Array; + xdai_relayer?: Maybe; + xdai_relayers: Array; + xdai_sequencer?: Maybe; + xdai_sequencers: Array; + xdai_relayerFee?: Maybe; + xdai_relayerFees: Array; + xdai_originTransfer?: Maybe; + xdai_originTransfers: Array; + xdai_destinationTransfer?: Maybe; + xdai_destinationTransfers: Array; + xdai_originMessage?: Maybe; + xdai_originMessages: Array; + xdai_aggregateRoot?: Maybe; + xdai_aggregateRoots: Array; + xdai_connectorMeta?: Maybe; + xdai_connectorMetas: Array; + xdai_rootCount?: Maybe; + xdai_rootCounts: Array; + xdai_rootMessageSent?: Maybe; + xdai_rootMessageSents: Array; + xdai_relayerFeesIncrease?: Maybe; + xdai_relayerFeesIncreases: Array; + xdai_slippageUpdate?: Maybe; + xdai_slippageUpdates: Array; + xdai_snapshotRoot?: Maybe; + xdai_snapshotRoots: Array; + xdai_spokeConnectorMode?: Maybe; + xdai_spokeConnectorModes: Array; + xdai_aggregateRootProposed?: Maybe; + xdai_aggregateRootProposeds: Array; + xdai_optimisticRootFinalized?: Maybe; + xdai_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - stagingmode__meta?: Maybe; + xdai__meta?: Maybe; + xlayer_asset?: Maybe; + xlayer_assets: Array; + xlayer_assetStatus?: Maybe; + xlayer_assetStatuses: Array; + xlayer_assetBalance?: Maybe; + xlayer_assetBalances: Array; + xlayer_router?: Maybe; + xlayer_routers: Array; + xlayer_routerDailyTVL?: Maybe; + xlayer_routerDailyTVLs: Array; + xlayer_routerLiquidityEvent?: Maybe; + xlayer_routerLiquidityEvents: Array; + xlayer_setting?: Maybe; + xlayer_settings: Array; + xlayer_relayer?: Maybe; + xlayer_relayers: Array; + xlayer_sequencer?: Maybe; + xlayer_sequencers: Array; + xlayer_relayerFee?: Maybe; + xlayer_relayerFees: Array; + xlayer_originTransfer?: Maybe; + xlayer_originTransfers: Array; + xlayer_destinationTransfer?: Maybe; + xlayer_destinationTransfers: Array; + xlayer_originMessage?: Maybe; + xlayer_originMessages: Array; + xlayer_aggregateRoot?: Maybe; + xlayer_aggregateRoots: Array; + xlayer_connectorMeta?: Maybe; + xlayer_connectorMetas: Array; + xlayer_rootCount?: Maybe; + xlayer_rootCounts: Array; + xlayer_rootMessageSent?: Maybe; + xlayer_rootMessageSents: Array; + xlayer_relayerFeesIncrease?: Maybe; + xlayer_relayerFeesIncreases: Array; + xlayer_slippageUpdate?: Maybe; + xlayer_slippageUpdates: Array; + xlayer_snapshotRoot?: Maybe; + xlayer_snapshotRoots: Array; + xlayer_spokeConnectorMode?: Maybe; + xlayer_spokeConnectorModes: Array; + xlayer_aggregateRootProposed?: Maybe; + xlayer_aggregateRootProposeds: Array; + xlayer_optimisticRootFinalized?: Maybe; + xlayer_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + xlayer__meta?: Maybe; + bnb_asset?: Maybe; + bnb_assets: Array; + bnb_assetStatus?: Maybe; + bnb_assetStatuses: Array; + bnb_assetBalance?: Maybe; + bnb_assetBalances: Array; + bnb_router?: Maybe; + bnb_routers: Array; + bnb_routerDailyTVL?: Maybe; + bnb_routerDailyTVLs: Array; + bnb_routerLiquidityEvent?: Maybe; + bnb_routerLiquidityEvents: Array; + bnb_setting?: Maybe; + 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; + bnb_snapshotRoot?: Maybe; + bnb_snapshotRoots: Array; + bnb_spokeConnectorMode?: Maybe; + bnb_spokeConnectorModes: Array; + bnb_aggregateRootProposed?: Maybe; + bnb_aggregateRootProposeds: Array; + bnb_optimisticRootFinalized?: Maybe; + bnb_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + bnb__meta?: Maybe; base_asset?: Maybe; base_assets: Array; base_assetStatus?: Maybe; @@ -2037,472 +2387,122 @@ export type Query = { base_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ base__meta?: Maybe; - stagingscroll_asset?: Maybe; - stagingscroll_assets: Array; - stagingscroll_assetStatus?: Maybe; - stagingscroll_assetStatuses: Array; - stagingscroll_assetBalance?: Maybe; - stagingscroll_assetBalances: Array; - stagingscroll_router?: Maybe; - stagingscroll_routers: Array; - stagingscroll_routerDailyTVL?: Maybe; - stagingscroll_routerDailyTVLs: Array; - stagingscroll_routerLiquidityEvent?: Maybe; - stagingscroll_routerLiquidityEvents: Array; - stagingscroll_setting?: Maybe; - stagingscroll_settings: Array; - stagingscroll_relayer?: Maybe; - stagingscroll_relayers: Array; - stagingscroll_sequencer?: Maybe; - stagingscroll_sequencers: Array; - stagingscroll_relayerFee?: Maybe; - stagingscroll_relayerFees: Array; - stagingscroll_originTransfer?: Maybe; - stagingscroll_originTransfers: Array; - stagingscroll_destinationTransfer?: Maybe; - stagingscroll_destinationTransfers: Array; - stagingscroll_originMessage?: Maybe; - stagingscroll_originMessages: Array; - stagingscroll_aggregateRoot?: Maybe; - stagingscroll_aggregateRoots: Array; - stagingscroll_connectorMeta?: Maybe; - stagingscroll_connectorMetas: Array; - stagingscroll_rootCount?: Maybe; - stagingscroll_rootCounts: Array; - stagingscroll_rootMessageSent?: Maybe; - stagingscroll_rootMessageSents: Array; - stagingscroll_relayerFeesIncrease?: Maybe; - stagingscroll_relayerFeesIncreases: Array; - stagingscroll_slippageUpdate?: Maybe; - stagingscroll_slippageUpdates: Array; - stagingscroll_snapshotRoot?: Maybe; - stagingscroll_snapshotRoots: Array; - stagingscroll_spokeConnectorMode?: Maybe; - stagingscroll_spokeConnectorModes: Array; - stagingscroll_aggregateRootProposed?: Maybe; - stagingscroll_aggregateRootProposeds: Array; - stagingscroll_optimisticRootFinalized?: Maybe; - stagingscroll_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingscroll__meta?: Maybe; - stagingzksync_asset?: Maybe; - stagingzksync_assets: Array; - stagingzksync_assetStatus?: Maybe; - stagingzksync_assetStatuses: Array; - stagingzksync_assetBalance?: Maybe; - stagingzksync_assetBalances: Array; - stagingzksync_router?: Maybe; - stagingzksync_routers: Array; - stagingzksync_routerDailyTVL?: Maybe; - stagingzksync_routerDailyTVLs: Array; - stagingzksync_routerLiquidityEvent?: Maybe; - stagingzksync_routerLiquidityEvents: Array; - stagingzksync_setting?: Maybe; - stagingzksync_settings: Array; - stagingzksync_relayer?: Maybe; - stagingzksync_relayers: Array; - stagingzksync_sequencer?: Maybe; - stagingzksync_sequencers: Array; - stagingzksync_relayerFee?: Maybe; - stagingzksync_relayerFees: Array; - stagingzksync_originTransfer?: Maybe; - stagingzksync_originTransfers: Array; - stagingzksync_destinationTransfer?: Maybe; - stagingzksync_destinationTransfers: Array; - stagingzksync_originMessage?: Maybe; - stagingzksync_originMessages: Array; - stagingzksync_aggregateRoot?: Maybe; - stagingzksync_aggregateRoots: Array; - stagingzksync_connectorMeta?: Maybe; - stagingzksync_connectorMetas: Array; - stagingzksync_rootCount?: Maybe; - stagingzksync_rootCounts: Array; - stagingzksync_rootMessageSent?: Maybe; - stagingzksync_rootMessageSents: Array; - stagingzksync_relayerFeesIncrease?: Maybe; - stagingzksync_relayerFeesIncreases: Array; - stagingzksync_slippageUpdate?: Maybe; - stagingzksync_slippageUpdates: Array; - stagingzksync_snapshotRoot?: Maybe; - stagingzksync_snapshotRoots: Array; - stagingzksync_spokeConnectorMode?: Maybe; - stagingzksync_spokeConnectorModes: Array; - stagingzksync_aggregateRootProposed?: Maybe; - stagingzksync_aggregateRootProposeds: Array; - stagingzksync_optimisticRootFinalized?: Maybe; - stagingzksync_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingzksync__meta?: Maybe; - stagingxdai_asset?: Maybe; - stagingxdai_assets: Array; - stagingxdai_assetStatus?: Maybe; - stagingxdai_assetStatuses: Array; - stagingxdai_assetBalance?: Maybe; - stagingxdai_assetBalances: Array; - stagingxdai_router?: Maybe; - stagingxdai_routers: Array; - stagingxdai_routerDailyTVL?: Maybe; - stagingxdai_routerDailyTVLs: Array; - stagingxdai_routerLiquidityEvent?: Maybe; - stagingxdai_routerLiquidityEvents: Array; - stagingxdai_setting?: Maybe; - stagingxdai_settings: Array; - stagingxdai_relayer?: Maybe; - stagingxdai_relayers: Array; - stagingxdai_sequencer?: Maybe; - stagingxdai_sequencers: Array; - stagingxdai_relayerFee?: Maybe; - stagingxdai_relayerFees: Array; - stagingxdai_originTransfer?: Maybe; - stagingxdai_originTransfers: Array; - stagingxdai_destinationTransfer?: Maybe; - stagingxdai_destinationTransfers: Array; - stagingxdai_originMessage?: Maybe; - stagingxdai_originMessages: Array; - stagingxdai_aggregateRoot?: Maybe; - stagingxdai_aggregateRoots: Array; - stagingxdai_connectorMeta?: Maybe; - stagingxdai_connectorMetas: Array; - stagingxdai_rootCount?: Maybe; - stagingxdai_rootCounts: Array; - stagingxdai_rootMessageSent?: Maybe; - stagingxdai_rootMessageSents: Array; - stagingxdai_relayerFeesIncrease?: Maybe; - stagingxdai_relayerFeesIncreases: Array; - stagingxdai_slippageUpdate?: Maybe; - stagingxdai_slippageUpdates: Array; - stagingxdai_snapshotRoot?: Maybe; - stagingxdai_snapshotRoots: Array; - stagingxdai_spokeConnectorMode?: Maybe; - stagingxdai_spokeConnectorModes: Array; - stagingxdai_aggregateRootProposed?: Maybe; - stagingxdai_aggregateRootProposeds: Array; - stagingxdai_optimisticRootFinalized?: Maybe; - stagingxdai_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingxdai__meta?: Maybe; - xdai_asset?: Maybe; - xdai_assets: Array; - xdai_assetStatus?: Maybe; - xdai_assetStatuses: Array; - xdai_assetBalance?: Maybe; - xdai_assetBalances: Array; - xdai_router?: Maybe; - xdai_routers: Array; - xdai_routerDailyTVL?: Maybe; - xdai_routerDailyTVLs: Array; - xdai_routerLiquidityEvent?: Maybe; - xdai_routerLiquidityEvents: Array; - xdai_setting?: Maybe; - xdai_settings: Array; - xdai_relayer?: Maybe; - xdai_relayers: Array; - xdai_sequencer?: Maybe; - xdai_sequencers: Array; - xdai_relayerFee?: Maybe; - xdai_relayerFees: Array; - xdai_originTransfer?: Maybe; - xdai_originTransfers: Array; - xdai_destinationTransfer?: Maybe; - xdai_destinationTransfers: Array; - xdai_originMessage?: Maybe; - xdai_originMessages: Array; - xdai_aggregateRoot?: Maybe; - xdai_aggregateRoots: Array; - xdai_connectorMeta?: Maybe; - xdai_connectorMetas: Array; - xdai_rootCount?: Maybe; - xdai_rootCounts: Array; - xdai_rootMessageSent?: Maybe; - xdai_rootMessageSents: Array; - xdai_relayerFeesIncrease?: Maybe; - xdai_relayerFeesIncreases: Array; - xdai_slippageUpdate?: Maybe; - xdai_slippageUpdates: Array; - xdai_snapshotRoot?: Maybe; - xdai_snapshotRoots: Array; - xdai_spokeConnectorMode?: Maybe; - xdai_spokeConnectorModes: Array; - xdai_aggregateRootProposed?: Maybe; - xdai_aggregateRootProposeds: Array; - xdai_optimisticRootFinalized?: Maybe; - xdai_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - xdai__meta?: Maybe; - stagingbnb_asset?: Maybe; - stagingbnb_assets: Array; - stagingbnb_assetStatus?: Maybe; - stagingbnb_assetStatuses: Array; - stagingbnb_assetBalance?: Maybe; - stagingbnb_assetBalances: Array; - stagingbnb_router?: Maybe; - stagingbnb_routers: Array; - stagingbnb_routerDailyTVL?: Maybe; - stagingbnb_routerDailyTVLs: Array; - stagingbnb_routerLiquidityEvent?: Maybe; - stagingbnb_routerLiquidityEvents: Array; - stagingbnb_setting?: Maybe; - stagingbnb_settings: Array; - stagingbnb_relayer?: Maybe; - stagingbnb_relayers: Array; - stagingbnb_sequencer?: Maybe; - stagingbnb_sequencers: Array; - stagingbnb_relayerFee?: Maybe; - stagingbnb_relayerFees: Array; - stagingbnb_originTransfer?: Maybe; - stagingbnb_originTransfers: Array; - stagingbnb_destinationTransfer?: Maybe; - stagingbnb_destinationTransfers: Array; - stagingbnb_originMessage?: Maybe; - stagingbnb_originMessages: Array; - stagingbnb_aggregateRoot?: Maybe; - stagingbnb_aggregateRoots: Array; - stagingbnb_connectorMeta?: Maybe; - stagingbnb_connectorMetas: Array; - stagingbnb_rootCount?: Maybe; - stagingbnb_rootCounts: Array; - stagingbnb_rootMessageSent?: Maybe; - stagingbnb_rootMessageSents: Array; - stagingbnb_relayerFeesIncrease?: Maybe; - stagingbnb_relayerFeesIncreases: Array; - stagingbnb_slippageUpdate?: Maybe; - stagingbnb_slippageUpdates: Array; - stagingbnb_snapshotRoot?: Maybe; - stagingbnb_snapshotRoots: Array; - stagingbnb_spokeConnectorMode?: Maybe; - stagingbnb_spokeConnectorModes: Array; - stagingbnb_aggregateRootProposed?: Maybe; - stagingbnb_aggregateRootProposeds: Array; - stagingbnb_optimisticRootFinalized?: Maybe; - stagingbnb_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingbnb__meta?: Maybe; - stagingarbitrumone_asset?: Maybe; - stagingarbitrumone_assets: Array; - stagingarbitrumone_assetStatus?: Maybe; - stagingarbitrumone_assetStatuses: Array; - stagingarbitrumone_assetBalance?: Maybe; - stagingarbitrumone_assetBalances: Array; - stagingarbitrumone_router?: Maybe; - stagingarbitrumone_routers: Array; - stagingarbitrumone_routerDailyTVL?: Maybe; - stagingarbitrumone_routerDailyTVLs: Array; - stagingarbitrumone_routerLiquidityEvent?: Maybe; - stagingarbitrumone_routerLiquidityEvents: Array; - stagingarbitrumone_setting?: Maybe; - stagingarbitrumone_settings: Array; - stagingarbitrumone_relayer?: Maybe; - stagingarbitrumone_relayers: Array; - stagingarbitrumone_sequencer?: Maybe; - stagingarbitrumone_sequencers: Array; - stagingarbitrumone_relayerFee?: Maybe; - stagingarbitrumone_relayerFees: Array; - stagingarbitrumone_originTransfer?: Maybe; - stagingarbitrumone_originTransfers: Array; - stagingarbitrumone_destinationTransfer?: Maybe; - stagingarbitrumone_destinationTransfers: Array; - stagingarbitrumone_originMessage?: Maybe; - stagingarbitrumone_originMessages: Array; - stagingarbitrumone_aggregateRoot?: Maybe; - stagingarbitrumone_aggregateRoots: Array; - stagingarbitrumone_connectorMeta?: Maybe; - stagingarbitrumone_connectorMetas: Array; - stagingarbitrumone_rootCount?: Maybe; - stagingarbitrumone_rootCounts: Array; - stagingarbitrumone_rootMessageSent?: Maybe; - stagingarbitrumone_rootMessageSents: Array; - stagingarbitrumone_relayerFeesIncrease?: Maybe; - stagingarbitrumone_relayerFeesIncreases: Array; - stagingarbitrumone_slippageUpdate?: Maybe; - stagingarbitrumone_slippageUpdates: Array; - stagingarbitrumone_snapshotRoot?: Maybe; - stagingarbitrumone_snapshotRoots: Array; - stagingarbitrumone_spokeConnectorMode?: Maybe; - stagingarbitrumone_spokeConnectorModes: Array; - stagingarbitrumone_aggregateRootProposed?: Maybe; - stagingarbitrumone_aggregateRootProposeds: Array; - stagingarbitrumone_optimisticRootFinalized?: Maybe; - stagingarbitrumone_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingarbitrumone__meta?: Maybe; - stagingpolygonzkevm_asset?: Maybe; - stagingpolygonzkevm_assets: Array; - stagingpolygonzkevm_assetStatus?: Maybe; - stagingpolygonzkevm_assetStatuses: Array; - stagingpolygonzkevm_assetBalance?: Maybe; - stagingpolygonzkevm_assetBalances: Array; - stagingpolygonzkevm_router?: Maybe; - stagingpolygonzkevm_routers: Array; - stagingpolygonzkevm_routerDailyTVL?: Maybe; - stagingpolygonzkevm_routerDailyTVLs: Array; - stagingpolygonzkevm_routerLiquidityEvent?: Maybe; - stagingpolygonzkevm_routerLiquidityEvents: Array; - stagingpolygonzkevm_setting?: Maybe; - stagingpolygonzkevm_settings: Array; - stagingpolygonzkevm_relayer?: Maybe; - stagingpolygonzkevm_relayers: Array; - stagingpolygonzkevm_sequencer?: Maybe; - stagingpolygonzkevm_sequencers: Array; - stagingpolygonzkevm_relayerFee?: Maybe; - stagingpolygonzkevm_relayerFees: Array; - stagingpolygonzkevm_originTransfer?: Maybe; - stagingpolygonzkevm_originTransfers: Array; - stagingpolygonzkevm_destinationTransfer?: Maybe; - stagingpolygonzkevm_destinationTransfers: Array; - stagingpolygonzkevm_originMessage?: Maybe; - stagingpolygonzkevm_originMessages: Array; - stagingpolygonzkevm_aggregateRoot?: Maybe; - stagingpolygonzkevm_aggregateRoots: Array; - stagingpolygonzkevm_connectorMeta?: Maybe; - stagingpolygonzkevm_connectorMetas: Array; - stagingpolygonzkevm_rootCount?: Maybe; - stagingpolygonzkevm_rootCounts: Array; - stagingpolygonzkevm_rootMessageSent?: Maybe; - stagingpolygonzkevm_rootMessageSents: Array; - stagingpolygonzkevm_relayerFeesIncrease?: Maybe; - stagingpolygonzkevm_relayerFeesIncreases: Array; - stagingpolygonzkevm_slippageUpdate?: Maybe; - stagingpolygonzkevm_slippageUpdates: Array; - stagingpolygonzkevm_snapshotRoot?: Maybe; - stagingpolygonzkevm_snapshotRoots: Array; - stagingpolygonzkevm_spokeConnectorMode?: Maybe; - stagingpolygonzkevm_spokeConnectorModes: Array; - stagingpolygonzkevm_aggregateRootProposed?: Maybe; - stagingpolygonzkevm_aggregateRootProposeds: Array; - stagingpolygonzkevm_optimisticRootFinalized?: Maybe; - stagingpolygonzkevm_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingpolygonzkevm__meta?: Maybe; - stagingxlayer_asset?: Maybe; - stagingxlayer_assets: Array; - stagingxlayer_assetStatus?: Maybe; - stagingxlayer_assetStatuses: Array; - stagingxlayer_assetBalance?: Maybe; - stagingxlayer_assetBalances: Array; - stagingxlayer_router?: Maybe; - stagingxlayer_routers: Array; - stagingxlayer_routerDailyTVL?: Maybe; - stagingxlayer_routerDailyTVLs: Array; - stagingxlayer_routerLiquidityEvent?: Maybe; - stagingxlayer_routerLiquidityEvents: Array; - stagingxlayer_setting?: Maybe; - stagingxlayer_settings: Array; - stagingxlayer_relayer?: Maybe; - stagingxlayer_relayers: Array; - stagingxlayer_sequencer?: Maybe; - stagingxlayer_sequencers: Array; - stagingxlayer_relayerFee?: Maybe; - stagingxlayer_relayerFees: Array; - stagingxlayer_originTransfer?: Maybe; - stagingxlayer_originTransfers: Array; - stagingxlayer_destinationTransfer?: Maybe; - stagingxlayer_destinationTransfers: Array; - stagingxlayer_originMessage?: Maybe; - stagingxlayer_originMessages: Array; - stagingxlayer_aggregateRoot?: Maybe; - stagingxlayer_aggregateRoots: Array; - stagingxlayer_connectorMeta?: Maybe; - stagingxlayer_connectorMetas: Array; - stagingxlayer_rootCount?: Maybe; - stagingxlayer_rootCounts: Array; - stagingxlayer_rootMessageSent?: Maybe; - stagingxlayer_rootMessageSents: Array; - stagingxlayer_relayerFeesIncrease?: Maybe; - stagingxlayer_relayerFeesIncreases: Array; - stagingxlayer_slippageUpdate?: Maybe; - stagingxlayer_slippageUpdates: Array; - stagingxlayer_snapshotRoot?: Maybe; - stagingxlayer_snapshotRoots: Array; - stagingxlayer_spokeConnectorMode?: Maybe; - stagingxlayer_spokeConnectorModes: Array; - stagingxlayer_aggregateRootProposed?: Maybe; - stagingxlayer_aggregateRootProposeds: Array; - stagingxlayer_optimisticRootFinalized?: Maybe; - stagingxlayer_optimisticRootFinalizeds: Array; + arbitrumsepolia_swap_systemInfo?: Maybe; + arbitrumsepolia_swap_systemInfos: Array; + arbitrumsepolia_swap_pooledToken?: Maybe; + arbitrumsepolia_swap_pooledTokens: Array; + arbitrumsepolia_swap_stableSwap?: Maybe; + arbitrumsepolia_swap_stableSwaps: Array; + arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumsepolia_swap_stableSwapAddLiquidityEvents: Array; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumsepolia_swap_stableSwapExchange?: Maybe; + arbitrumsepolia_swap_stableSwapExchanges: Array; + arbitrumsepolia_swap_swapDailyVolume?: Maybe; + arbitrumsepolia_swap_swapDailyVolumes: Array; + arbitrumsepolia_swap_swapHourlyVolume?: Maybe; + arbitrumsepolia_swap_swapHourlyVolumes: Array; + arbitrumsepolia_swap_swapWeeklyVolume?: Maybe; + arbitrumsepolia_swap_swapWeeklyVolumes: Array; + arbitrumsepolia_swap_lpAccount?: Maybe; + arbitrumsepolia_swap_lpAccounts: Array; + arbitrumsepolia_swap_lpAccountBalance?: Maybe; + arbitrumsepolia_swap_lpAccountBalances: Array; + arbitrumsepolia_swap_lpToken?: Maybe; + arbitrumsepolia_swap_lpTokens: Array; + arbitrumsepolia_swap_lpTransferEvent?: Maybe; + arbitrumsepolia_swap_lpTransferEvents: Array; + arbitrumsepolia_swap_stableSwapEvent?: Maybe; + arbitrumsepolia_swap_stableSwapEvents: Array; + arbitrumsepolia_swap_swapTradeVolume?: Maybe; + arbitrumsepolia_swap_swapTradeVolumes: Array; + arbitrumsepolia_swap_lpTokenEvent?: Maybe; + arbitrumsepolia_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - stagingxlayer__meta?: Maybe; - staginglinea_asset?: Maybe; - staginglinea_assets: Array; - staginglinea_assetStatus?: Maybe; - staginglinea_assetStatuses: Array; - staginglinea_assetBalance?: Maybe; - staginglinea_assetBalances: Array; - staginglinea_router?: Maybe; - staginglinea_routers: Array; - staginglinea_routerDailyTVL?: Maybe; - staginglinea_routerDailyTVLs: Array; - staginglinea_routerLiquidityEvent?: Maybe; - staginglinea_routerLiquidityEvents: Array; - staginglinea_setting?: Maybe; - staginglinea_settings: Array; - staginglinea_relayer?: Maybe; - staginglinea_relayers: Array; - staginglinea_sequencer?: Maybe; - staginglinea_sequencers: Array; - staginglinea_relayerFee?: Maybe; - staginglinea_relayerFees: Array; - staginglinea_originTransfer?: Maybe; - staginglinea_originTransfers: Array; - staginglinea_destinationTransfer?: Maybe; - staginglinea_destinationTransfers: Array; - staginglinea_originMessage?: Maybe; - staginglinea_originMessages: Array; - staginglinea_aggregateRoot?: Maybe; - staginglinea_aggregateRoots: Array; - staginglinea_connectorMeta?: Maybe; - staginglinea_connectorMetas: Array; - staginglinea_rootCount?: Maybe; - staginglinea_rootCounts: Array; - staginglinea_rootMessageSent?: Maybe; - staginglinea_rootMessageSents: Array; - staginglinea_relayerFeesIncrease?: Maybe; - staginglinea_relayerFeesIncreases: Array; - staginglinea_slippageUpdate?: Maybe; - staginglinea_slippageUpdates: Array; - staginglinea_snapshotRoot?: Maybe; - staginglinea_snapshotRoots: Array; - staginglinea_spokeConnectorMode?: Maybe; - staginglinea_spokeConnectorModes: Array; - staginglinea_aggregateRootProposed?: Maybe; - staginglinea_aggregateRootProposeds: Array; - staginglinea_optimisticRootFinalized?: Maybe; - staginglinea_optimisticRootFinalizeds: Array; + arbitrumsepolia_swap__meta?: Maybe; + stagingoptimism_asset?: Maybe; + stagingoptimism_assets: Array; + stagingoptimism_assetStatus?: Maybe; + stagingoptimism_assetStatuses: Array; + stagingoptimism_assetBalance?: Maybe; + stagingoptimism_assetBalances: Array; + stagingoptimism_router?: Maybe; + stagingoptimism_routers: Array; + stagingoptimism_routerDailyTVL?: Maybe; + stagingoptimism_routerDailyTVLs: Array; + stagingoptimism_routerLiquidityEvent?: Maybe; + stagingoptimism_routerLiquidityEvents: Array; + stagingoptimism_setting?: Maybe; + stagingoptimism_settings: Array; + stagingoptimism_relayer?: Maybe; + stagingoptimism_relayers: Array; + stagingoptimism_sequencer?: Maybe; + stagingoptimism_sequencers: Array; + stagingoptimism_relayerFee?: Maybe; + stagingoptimism_relayerFees: Array; + stagingoptimism_originTransfer?: Maybe; + stagingoptimism_originTransfers: Array; + stagingoptimism_destinationTransfer?: Maybe; + stagingoptimism_destinationTransfers: Array; + stagingoptimism_originMessage?: Maybe; + stagingoptimism_originMessages: Array; + stagingoptimism_aggregateRoot?: Maybe; + stagingoptimism_aggregateRoots: Array; + stagingoptimism_connectorMeta?: Maybe; + stagingoptimism_connectorMetas: Array; + stagingoptimism_rootCount?: Maybe; + stagingoptimism_rootCounts: Array; + stagingoptimism_rootMessageSent?: Maybe; + stagingoptimism_rootMessageSents: Array; + stagingoptimism_relayerFeesIncrease?: Maybe; + stagingoptimism_relayerFeesIncreases: Array; + stagingoptimism_slippageUpdate?: Maybe; + stagingoptimism_slippageUpdates: Array; + stagingoptimism_snapshotRoot?: Maybe; + stagingoptimism_snapshotRoots: Array; + stagingoptimism_spokeConnectorMode?: Maybe; + stagingoptimism_spokeConnectorModes: Array; + stagingoptimism_aggregateRootProposed?: Maybe; + stagingoptimism_aggregateRootProposeds: Array; + stagingoptimism_optimisticRootFinalized?: Maybe; + stagingoptimism_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - staginglinea__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; + stagingoptimism__meta?: Maybe; + avalanche_swap_systemInfo?: Maybe; + avalanche_swap_systemInfos: Array; + avalanche_swap_pooledToken?: Maybe; + avalanche_swap_pooledTokens: Array; + avalanche_swap_stableSwap?: Maybe; + avalanche_swap_stableSwaps: Array; + avalanche_swap_stableSwapAddLiquidityEvent?: Maybe; + avalanche_swap_stableSwapAddLiquidityEvents: Array; + avalanche_swap_stableSwapRemoveLiquidityEvent?: Maybe; + avalanche_swap_stableSwapRemoveLiquidityEvents: Array; + avalanche_swap_stableSwapExchange?: Maybe; + avalanche_swap_stableSwapExchanges: Array; + avalanche_swap_swapDailyVolume?: Maybe; + avalanche_swap_swapDailyVolumes: Array; + avalanche_swap_swapHourlyVolume?: Maybe; + avalanche_swap_swapHourlyVolumes: Array; + avalanche_swap_swapWeeklyVolume?: Maybe; + avalanche_swap_swapWeeklyVolumes: Array; + avalanche_swap_lpAccount?: Maybe; + avalanche_swap_lpAccounts: Array; + avalanche_swap_lpAccountBalance?: Maybe; + avalanche_swap_lpAccountBalances: Array; + avalanche_swap_lpToken?: Maybe; + avalanche_swap_lpTokens: Array; + avalanche_swap_lpTransferEvent?: Maybe; + avalanche_swap_lpTransferEvents: Array; + avalanche_swap_stableSwapEvent?: Maybe; + avalanche_swap_stableSwapEvents: Array; + avalanche_swap_swapTradeVolume?: Maybe; + avalanche_swap_swapTradeVolumes: Array; + avalanche_swap_lpTokenEvent?: Maybe; + avalanche_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - bnb_swap__meta?: Maybe; + avalanche_swap__meta?: Maybe; optimism_swap_systemInfo?: Maybe; optimism_swap_systemInfos: Array; optimism_swap_pooledToken?: Maybe; @@ -2571,6 +2571,40 @@ export type Query = { arbitrumone_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ arbitrumone_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_swap_systemInfo?: Maybe; xdai_swap_systemInfos: Array; xdai_swap_pooledToken?: Maybe; @@ -2639,626 +2673,592 @@ export type Query = { polygon_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ polygon_swap__meta?: Maybe; - avalanche_swap_systemInfo?: Maybe; - avalanche_swap_systemInfos: Array; - avalanche_swap_pooledToken?: Maybe; - avalanche_swap_pooledTokens: Array; - avalanche_swap_stableSwap?: Maybe; - avalanche_swap_stableSwaps: Array; - avalanche_swap_stableSwapAddLiquidityEvent?: Maybe; - avalanche_swap_stableSwapAddLiquidityEvents: Array; - avalanche_swap_stableSwapRemoveLiquidityEvent?: Maybe; - avalanche_swap_stableSwapRemoveLiquidityEvents: Array; - avalanche_swap_stableSwapExchange?: Maybe; - avalanche_swap_stableSwapExchanges: Array; - avalanche_swap_swapDailyVolume?: Maybe; - avalanche_swap_swapDailyVolumes: Array; - avalanche_swap_swapHourlyVolume?: Maybe; - avalanche_swap_swapHourlyVolumes: Array; - avalanche_swap_swapWeeklyVolume?: Maybe; - avalanche_swap_swapWeeklyVolumes: Array; - avalanche_swap_lpAccount?: Maybe; - avalanche_swap_lpAccounts: Array; - avalanche_swap_lpAccountBalance?: Maybe; - avalanche_swap_lpAccountBalances: Array; - avalanche_swap_lpToken?: Maybe; - avalanche_swap_lpTokens: Array; - avalanche_swap_lpTransferEvent?: Maybe; - avalanche_swap_lpTransferEvents: Array; - avalanche_swap_stableSwapEvent?: Maybe; - avalanche_swap_stableSwapEvents: Array; - avalanche_swap_swapTradeVolume?: Maybe; - avalanche_swap_swapTradeVolumes: Array; - avalanche_swap_lpTokenEvent?: Maybe; - avalanche_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - avalanche_swap__meta?: Maybe; }; -export type Querysepolia_swap_systemInfoArgs = { +export type Querymetis_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_systemInfosArgs = { +export type Querymetis_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 Querysepolia_swap_pooledTokenArgs = { +export type Querymetis_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_pooledTokensArgs = { +export type Querymetis_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 Querysepolia_swap_stableSwapArgs = { +export type Querymetis_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapsArgs = { +export type Querymetis_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 Querysepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Querymetis_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapAddLiquidityEventsArgs = { +export type Querymetis_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 Querysepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querymetis_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querymetis_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 Querysepolia_swap_stableSwapExchangeArgs = { +export type Querymetis_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapExchangesArgs = { +export type Querymetis_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 Querysepolia_swap_swapDailyVolumeArgs = { +export type Querymetis_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapDailyVolumesArgs = { +export type Querymetis_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 Querysepolia_swap_swapHourlyVolumeArgs = { +export type Querymetis_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapHourlyVolumesArgs = { +export type Querymetis_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 Querysepolia_swap_swapWeeklyVolumeArgs = { +export type Querymetis_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapWeeklyVolumesArgs = { +export type Querymetis_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 Querysepolia_swap_lpAccountArgs = { +export type Querymetis_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpAccountsArgs = { +export type Querymetis_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 Querysepolia_swap_lpAccountBalanceArgs = { +export type Querymetis_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpAccountBalancesArgs = { +export type Querymetis_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 Querysepolia_swap_lpTokenArgs = { +export type Querymetis_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTokensArgs = { +export type Querymetis_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 Querysepolia_swap_lpTransferEventArgs = { +export type Querymetis_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTransferEventsArgs = { +export type Querymetis_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 Querysepolia_swap_stableSwapEventArgs = { +export type Querymetis_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapEventsArgs = { +export type Querymetis_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 Querysepolia_swap_swapTradeVolumeArgs = { +export type Querymetis_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapTradeVolumesArgs = { +export type Querymetis_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 Querysepolia_swap_lpTokenEventArgs = { +export type Querymetis_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTokenEventsArgs = { +export type Querymetis_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 Querysepolia_swap__metaArgs = { - block?: InputMaybe; +export type Querymetis_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryoptimismsepolia_swap_systemInfoArgs = { +export type Querylinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_systemInfosArgs = { +export type Querylinea_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_pooledTokenArgs = { +export type Querylinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_pooledTokensArgs = { +export type Querylinea_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapArgs = { +export type Querylinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapsArgs = { +export type Querylinea_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapAddLiquidityEventsArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapExchangeArgs = { +export type Querylinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapExchangesArgs = { +export type Querylinea_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapDailyVolumeArgs = { +export type Querylinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapDailyVolumesArgs = { +export type Querylinea_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapHourlyVolumeArgs = { +export type Querylinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapHourlyVolumesArgs = { +export type Querylinea_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapWeeklyVolumeArgs = { +export type Querylinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapWeeklyVolumesArgs = { +export type Querylinea_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpAccountArgs = { +export type Querylinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpAccountsArgs = { +export type Querylinea_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpAccountBalanceArgs = { +export type Querylinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpAccountBalancesArgs = { +export type Querylinea_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpTokenArgs = { +export type Querylinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpTokensArgs = { +export type Querylinea_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpTransferEventArgs = { +export type Querylinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpTransferEventsArgs = { +export type Querylinea_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapEventArgs = { +export type Querylinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapEventsArgs = { +export type Querylinea_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapTradeVolumeArgs = { +export type Querylinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapTradeVolumesArgs = { +export type Querylinea_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpTokenEventArgs = { +export type Querylinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpTokenEventsArgs = { +export type Querylinea_swap_lpTokenEventsArgs = { 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 Queryoptimismsepolia_swap__metaArgs = { - block?: InputMaybe; +export type Querylinea_swap__metaArgs = { + block?: InputMaybe; }; @@ -3735,1988 +3735,1975 @@ export type Querysepolia__metaArgs = { }; -export type Queryarbitrumsepolia_swap_systemInfoArgs = { +export type Querysepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_systemInfosArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_pooledTokenArgs = { +export type Querysepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_pooledTokensArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_stableSwapArgs = { +export type Querysepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapsArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Querysepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapAddLiquidityEventsArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querysepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_stableSwapExchangeArgs = { +export type Querysepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapExchangesArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_swapDailyVolumeArgs = { +export type Querysepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapDailyVolumesArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_swapHourlyVolumeArgs = { +export type Querysepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapHourlyVolumesArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_swapWeeklyVolumeArgs = { +export type Querysepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapWeeklyVolumesArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_lpAccountArgs = { +export type Querysepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpAccountsArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_lpAccountBalanceArgs = { +export type Querysepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpAccountBalancesArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_lpTokenArgs = { +export type Querysepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpTokensArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_lpTransferEventArgs = { +export type Querysepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpTransferEventsArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_stableSwapEventArgs = { +export type Querysepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_stableSwapEventsArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_swapTradeVolumeArgs = { +export type Querysepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_swapTradeVolumesArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap_lpTokenEventArgs = { +export type Querysepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_swap_lpTokenEventsArgs = { +export type Querysepolia_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 Queryarbitrumsepolia_swap__metaArgs = { - block?: InputMaybe; +export type Querysepolia_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryarbitrumsepolia_assetArgs = { +export type Querystaginglinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetsArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_assetStatusArgs = { +export type Querystaginglinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetStatusesArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_assetBalanceArgs = { +export type Querystaginglinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetBalancesArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_routerArgs = { +export type Querystaginglinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routersArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_routerDailyTVLArgs = { +export type Querystaginglinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routerDailyTVLsArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_routerLiquidityEventArgs = { +export type Querystaginglinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routerLiquidityEventsArgs = { +export type Querystaginglinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_settingArgs = { +export type Querystaginglinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_settingsArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_relayerArgs = { +export type Querystaginglinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayersArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_sequencerArgs = { +export type Querystaginglinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_sequencersArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_relayerFeeArgs = { +export type Querystaginglinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayerFeesArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_originTransferArgs = { +export type Querystaginglinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_originTransfersArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_destinationTransferArgs = { +export type Querystaginglinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_destinationTransfersArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_originMessageArgs = { +export type Querystaginglinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_originMessagesArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_aggregateRootArgs = { +export type Querystaginglinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_aggregateRootsArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_connectorMetaArgs = { +export type Querystaginglinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_connectorMetasArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_rootCountArgs = { +export type Querystaginglinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_rootCountsArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_rootMessageSentArgs = { +export type Querystaginglinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_rootMessageSentsArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_relayerFeesIncreaseArgs = { +export type Querystaginglinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayerFeesIncreasesArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_slippageUpdateArgs = { +export type Querystaginglinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_slippageUpdatesArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_snapshotRootArgs = { +export type Querystaginglinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_snapshotRootsArgs = { +export type Querystaginglinea_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 Queryarbitrumsepolia_spokeConnectorModeArgs = { +export type Querystaginglinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_spokeConnectorModesArgs = { +export type Querystaginglinea_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_aggregateRootProposedArgs = { +export type Querystaginglinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_aggregateRootProposedsArgs = { +export type Querystaginglinea_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_optimisticRootFinalizedArgs = { +export type Querystaginglinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_optimisticRootFinalizedsArgs = { +export type Querystaginglinea_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia__metaArgs = { - block?: InputMaybe; +export type Querystaginglinea__metaArgs = { + block?: InputMaybe; }; -export type Queryoptimismsepolia_assetArgs = { +export type Querylinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_assetsArgs = { +export type Querylinea_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_assetStatusArgs = { +export type Querylinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_assetStatusesArgs = { +export type Querylinea_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_assetBalanceArgs = { +export type Querylinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_assetBalancesArgs = { +export type Querylinea_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_routerArgs = { +export type Querylinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_routersArgs = { +export type Querylinea_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_routerDailyTVLArgs = { +export type Querylinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_routerDailyTVLsArgs = { +export type Querylinea_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_routerLiquidityEventArgs = { +export type Querylinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_routerLiquidityEventsArgs = { +export type Querylinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_settingArgs = { +export type Querylinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_settingsArgs = { +export type Querylinea_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_relayerArgs = { +export type Querylinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_relayersArgs = { +export type Querylinea_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_sequencerArgs = { +export type Querylinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_sequencersArgs = { +export type Querylinea_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_relayerFeeArgs = { +export type Querylinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_relayerFeesArgs = { +export type Querylinea_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_originTransferArgs = { +export type Querylinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_originTransfersArgs = { +export type Querylinea_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_destinationTransferArgs = { +export type Querylinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_destinationTransfersArgs = { +export type Querylinea_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_originMessageArgs = { +export type Querylinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_originMessagesArgs = { +export type Querylinea_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_aggregateRootArgs = { +export type Querylinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_aggregateRootsArgs = { +export type Querylinea_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_connectorMetaArgs = { +export type Querylinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_connectorMetasArgs = { +export type Querylinea_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_rootCountArgs = { +export type Querylinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_rootCountsArgs = { +export type Querylinea_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_rootMessageSentArgs = { +export type Querylinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_rootMessageSentsArgs = { +export type Querylinea_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_relayerFeesIncreaseArgs = { +export type Querylinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_relayerFeesIncreasesArgs = { +export type Querylinea_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_slippageUpdateArgs = { +export type Querylinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_slippageUpdatesArgs = { +export type Querylinea_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_snapshotRootArgs = { +export type Querylinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_snapshotRootsArgs = { +export type Querylinea_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 Queryoptimismsepolia_spokeConnectorModeArgs = { +export type Querylinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_spokeConnectorModesArgs = { +export type Querylinea_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_aggregateRootProposedArgs = { +export type Querylinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_aggregateRootProposedsArgs = { +export type Querylinea_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_optimisticRootFinalizedArgs = { +export type Querylinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_optimisticRootFinalizedsArgs = { +export type Querylinea_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia__metaArgs = { - block?: InputMaybe; +export type Querylinea__metaArgs = { + block?: InputMaybe; }; -export type Querymainnet_rootAggregatedArgs = { +export type Querystagingmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootAggregatedsArgs = { +export type Querystagingmode_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootPropagatedArgs = { +export type Querystagingmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootPropagatedsArgs = { +export type Querystagingmode_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregatedMessageRootArgs = { +export type Querystagingmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregatedMessageRootsArgs = { +export type Querystagingmode_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerMetaArgs = { +export type Querystagingmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerMetasArgs = { +export type Querystagingmode_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerModeArgs = { +export type Querystagingmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerModesArgs = { +export type Querystagingmode_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_optimisticRootProposedArgs = { +export type Querystagingmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootProposedsArgs = { +export type Querystagingmode_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubOptimisticRootFinalizedArgs = { +export type Querystagingmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubOptimisticRootFinalizedsArgs = { +export type Querystagingmode_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_optimisticRootPropagatedArgs = { +export type Querystagingmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootPropagatedsArgs = { +export type Querystagingmode_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_polygonConnectorMetaArgs = { +export type Querystagingmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonConnectorMetasArgs = { +export type Querystagingmode_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_optimismConnectorMetaArgs = { +export type Querystagingmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimismConnectorMetasArgs = { +export type Querystagingmode_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymainnet_bnbConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querymainnet_bnbConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_arbitrumConnectorMetaArgs = { +export type Querystagingmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_arbitrumConnectorMetasArgs = { +export type Querystagingmode_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_gnosisConnectorMetaArgs = { +export type Querystagingmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_gnosisConnectorMetasArgs = { +export type Querystagingmode_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_lineaConnectorMetaArgs = { +export type Querystagingmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_lineaConnectorMetasArgs = { +export type Querystagingmode_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_metisConnectorMetaArgs = { +export type Querystagingmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_metisConnectorMetasArgs = { +export type Querystagingmode_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_mantleConnectorMetaArgs = { +export type Querystagingmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_mantleConnectorMetasArgs = { +export type Querystagingmode_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_avalancheConnectorMetaArgs = { +export type Querystagingmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_avalancheConnectorMetasArgs = { +export type Querystagingmode_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_baseConnectorMetaArgs = { +export type Querystagingmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_baseConnectorMetasArgs = { +export type Querystagingmode_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_polygonZkConnectorMetaArgs = { +export type Querystagingmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonZkConnectorMetasArgs = { +export type Querystagingmode_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_zkSyncConnectorMetaArgs = { +export type Querystagingmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_zkSyncConnectorMetasArgs = { +export type Querystagingmode_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_modeConnectorMetaArgs = { +export type Querystagingmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_modeConnectorMetasArgs = { +export type Querystagingmode_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 Querymainnet_rootMessageProcessedArgs = { +export type Querystagingmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageProcessedsArgs = { +export type Querystagingmode_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootSavedSlowArgs = { +export type Querystagingmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootSavedSlowsArgs = { +export type Querystagingmode_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubDomainArgs = { +export type Querystagingmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubDomainsArgs = { +export type Querystagingmode_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet__metaArgs = { - block?: InputMaybe; +export type Querystagingmode__metaArgs = { + block?: InputMaybe; }; -export type Querysepolia_assetArgs = { +export type Querystagingscroll_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_assetsArgs = { +export type Querystagingscroll_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 Querysepolia_assetStatusArgs = { +export type Querystagingscroll_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_assetStatusesArgs = { +export type Querystagingscroll_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 Querysepolia_assetBalanceArgs = { +export type Querystagingscroll_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_assetBalancesArgs = { +export type Querystagingscroll_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 Querysepolia_routerArgs = { +export type Querystagingscroll_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_routersArgs = { +export type Querystagingscroll_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 Querysepolia_routerDailyTVLArgs = { +export type Querystagingscroll_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_routerDailyTVLsArgs = { +export type Querystagingscroll_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 Querysepolia_routerLiquidityEventArgs = { +export type Querystagingscroll_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_routerLiquidityEventsArgs = { +export type Querystagingscroll_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_settingArgs = { +export type Querystagingscroll_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_settingsArgs = { +export type Querystagingscroll_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 Querysepolia_relayerArgs = { +export type Querystagingscroll_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_relayersArgs = { +export type Querystagingscroll_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 Querysepolia_sequencerArgs = { +export type Querystagingscroll_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_sequencersArgs = { +export type Querystagingscroll_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 Querysepolia_relayerFeeArgs = { +export type Querystagingscroll_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_relayerFeesArgs = { +export type Querystagingscroll_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 Querysepolia_originTransferArgs = { +export type Querystagingscroll_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_originTransfersArgs = { +export type Querystagingscroll_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 Querysepolia_destinationTransferArgs = { +export type Querystagingscroll_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_destinationTransfersArgs = { +export type Querystagingscroll_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 Querysepolia_originMessageArgs = { +export type Querystagingscroll_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_originMessagesArgs = { +export type Querystagingscroll_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 Querysepolia_aggregateRootArgs = { +export type Querystagingscroll_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_aggregateRootsArgs = { +export type Querystagingscroll_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 Querysepolia_connectorMetaArgs = { +export type Querystagingscroll_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_connectorMetasArgs = { +export type Querystagingscroll_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 Querysepolia_rootCountArgs = { +export type Querystagingscroll_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootCountsArgs = { +export type Querystagingscroll_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 Querysepolia_rootMessageSentArgs = { +export type Querystagingscroll_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootMessageSentsArgs = { +export type Querystagingscroll_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 Querysepolia_relayerFeesIncreaseArgs = { +export type Querystagingscroll_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_relayerFeesIncreasesArgs = { +export type Querystagingscroll_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 Querysepolia_slippageUpdateArgs = { +export type Querystagingscroll_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_slippageUpdatesArgs = { +export type Querystagingscroll_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 Querysepolia_snapshotRootArgs = { +export type Querystagingscroll_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_snapshotRootsArgs = { +export type Querystagingscroll_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 Querysepolia_spokeConnectorModeArgs = { +export type Querystagingscroll_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_spokeConnectorModesArgs = { +export type Querystagingscroll_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_aggregateRootProposedArgs = { +export type Querystagingscroll_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_aggregateRootProposedsArgs = { +export type Querystagingscroll_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimisticRootFinalizedArgs = { +export type Querystagingscroll_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimisticRootFinalizedsArgs = { +export type Querystagingscroll_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; +export type Querystagingscroll__metaArgs = { + block?: InputMaybe; +}; + + export type Queryarbitrumone_assetArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -6136,13009 +6123,13148 @@ export type Queryarbitrumone__metaArgs = { }; -export type Queryzksync_swap_systemInfoArgs = { +export type Querypolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_systemInfosArgs = { +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 Queryzksync_swap_pooledTokenArgs = { +export type Querypolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_pooledTokensArgs = { +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 Queryzksync_swap_stableSwapArgs = { +export type Querypolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapsArgs = { +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 Queryzksync_swap_stableSwapAddLiquidityEventArgs = { +export type Querypolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryzksync_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querypolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryzksync_swap_stableSwapExchangeArgs = { +export type Querypolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapExchangesArgs = { +export type Querypolygon_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapDailyVolumeArgs = { +export type Querypolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapDailyVolumesArgs = { +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 Queryzksync_swap_swapHourlyVolumeArgs = { +export type Querypolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapHourlyVolumesArgs = { +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 Queryzksync_swap_swapWeeklyVolumeArgs = { +export type Querypolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapWeeklyVolumesArgs = { +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 Queryzksync_swap_lpAccountArgs = { +export type Querypolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountsArgs = { +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 Queryzksync_swap_lpAccountBalanceArgs = { +export type Querypolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountBalancesArgs = { +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 Queryzksync_swap_lpTokenArgs = { +export type Querypolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokensArgs = { +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 Queryzksync_swap_lpTransferEventArgs = { +export type Querypolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTransferEventsArgs = { +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 Queryzksync_swap_stableSwapEventArgs = { +export type Querypolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapEventsArgs = { +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 Queryzksync_swap_swapTradeVolumeArgs = { +export type Querypolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapTradeVolumesArgs = { +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 Queryzksync_swap_lpTokenEventArgs = { +export type Querypolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokenEventsArgs = { +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 Queryzksync_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybase_swap_systemInfoArgs = { +export type Querypolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_systemInfosArgs = { +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 Querybase_swap_pooledTokenArgs = { +export type Querypolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_pooledTokensArgs = { +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 Querybase_swap_stableSwapArgs = { +export type Querypolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapsArgs = { +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 Querybase_swap_stableSwapAddLiquidityEventArgs = { +export type Querypolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapAddLiquidityEventsArgs = { +export type Querypolygon_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 Querybase_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querypolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querypolygon_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapExchangeArgs = { +export type Querypolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapExchangesArgs = { +export type Querypolygon_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapDailyVolumeArgs = { +export type Querypolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapDailyVolumesArgs = { +export type Querypolygon_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapHourlyVolumeArgs = { +export type Querypolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryzksync_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapHourlyVolumesArgs = { +export type Queryzksync_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 Querybase_swap_swapWeeklyVolumeArgs = { +export type Queryzksync_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapWeeklyVolumesArgs = { +export type Queryzksync_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 Querybase_swap_lpAccountArgs = { +export type Queryzksync_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpAccountsArgs = { +export type Queryzksync_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 Querybase_swap_lpAccountBalanceArgs = { +export type Queryzksync_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpAccountBalancesArgs = { +export type Queryzksync_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 Querybase_swap_lpTokenArgs = { +export type Queryzksync_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTokensArgs = { +export type Queryzksync_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 Querybase_swap_lpTransferEventArgs = { +export type Queryzksync_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTransferEventsArgs = { +export type Queryzksync_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 Querybase_swap_stableSwapEventArgs = { +export type Queryzksync_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapEventsArgs = { +export type Queryzksync_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 Querybase_swap_swapTradeVolumeArgs = { +export type Queryzksync_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapTradeVolumesArgs = { +export type Queryzksync_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 Querybase_swap_lpTokenEventArgs = { +export type Queryzksync_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTokenEventsArgs = { +export type Queryzksync_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 Querybase_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimism_assetArgs = { +export type Queryzksync_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetsArgs = { +export type Queryzksync_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_assetStatusArgs = { +export type Queryzksync_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusesArgs = { +export type Queryzksync_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_assetBalanceArgs = { +export type Queryzksync_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalancesArgs = { +export type Queryzksync_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_routerArgs = { +export type Queryzksync_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routersArgs = { +export type Queryzksync_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_routerDailyTVLArgs = { +export type Queryzksync_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLsArgs = { +export type Queryzksync_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_routerLiquidityEventArgs = { +export type Queryzksync_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerLiquidityEventsArgs = { +export type Queryzksync_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_settingArgs = { +export type Queryzksync_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingsArgs = { +export type Queryzksync_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_relayerArgs = { +export type Queryzksync_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayersArgs = { +export type Querystagingmainnet_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_sequencerArgs = { +export type Querystagingmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencersArgs = { +export type Querystagingmainnet_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_relayerFeeArgs = { +export type Querystagingmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesArgs = { +export type Querystagingmainnet_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_originTransferArgs = { +export type Querystagingmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransfersArgs = { +export type Querystagingmainnet_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_destinationTransferArgs = { +export type Querystagingmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransfersArgs = { +export type Querystagingmainnet_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_originMessageArgs = { +export type Querystagingmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessagesArgs = { +export type Querystagingmainnet_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootArgs = { +export type Querystagingmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootsArgs = { +export type Querystagingmainnet_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_connectorMetaArgs = { +export type Querystagingmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetasArgs = { +export type Querystagingmainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountArgs = { +export type Querystagingmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountsArgs = { +export type Querystagingmainnet_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_rootMessageSentArgs = { +export type Querystagingmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentsArgs = { +export type Querystagingmainnet_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_relayerFeesIncreaseArgs = { +export type Querystagingmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreasesArgs = { +export type Querystagingmainnet_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_slippageUpdateArgs = { +export type Querystagingmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdatesArgs = { +export type Querystagingmainnet_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_snapshotRootArgs = { +export type Querystagingmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_snapshotRootsArgs = { +export type Querystagingmainnet_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_spokeConnectorModeArgs = { +export type Querystagingmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_spokeConnectorModesArgs = { +export type Querystagingmainnet_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_aggregateRootProposedArgs = { +export type Querystagingmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootProposedsArgs = { +export type Querystagingmainnet_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_optimisticRootFinalizedArgs = { +export type Querystagingmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_optimisticRootFinalizedsArgs = { +export type Querystagingmainnet_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__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymetis_swap_systemInfoArgs = { +export type Querystagingmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_systemInfosArgs = { +export type Querystagingmainnet_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 Querymetis_swap_pooledTokenArgs = { +export type Querystagingmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_pooledTokensArgs = { +export type Querystagingmainnet_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 Querymetis_swap_stableSwapArgs = { +export type Querystagingmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapsArgs = { +export type Querystagingmainnet_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 Querymetis_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingmainnet_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 Querymetis_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapExchangeArgs = { +export type Querystagingmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapExchangesArgs = { +export type Querystagingmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapDailyVolumeArgs = { +export type Querystagingmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapDailyVolumesArgs = { +export type Querystagingmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapHourlyVolumeArgs = { +export type Querystagingmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryarbitrumsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapHourlyVolumesArgs = { +export type Queryarbitrumsepolia_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 Querymetis_swap_swapWeeklyVolumeArgs = { +export type Queryarbitrumsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapWeeklyVolumesArgs = { +export type Queryarbitrumsepolia_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 Querymetis_swap_lpAccountArgs = { +export type Queryarbitrumsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpAccountsArgs = { +export type Queryarbitrumsepolia_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 Querymetis_swap_lpAccountBalanceArgs = { +export type Queryarbitrumsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpAccountBalancesArgs = { +export type Queryarbitrumsepolia_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 Querymetis_swap_lpTokenArgs = { +export type Queryarbitrumsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpTokensArgs = { +export type Queryarbitrumsepolia_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 Querymetis_swap_lpTransferEventArgs = { +export type Queryarbitrumsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpTransferEventsArgs = { +export type Queryarbitrumsepolia_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapEventArgs = { +export type Queryarbitrumsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapEventsArgs = { +export type Queryarbitrumsepolia_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 Querymetis_swap_swapTradeVolumeArgs = { +export type Queryarbitrumsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapTradeVolumesArgs = { +export type Queryarbitrumsepolia_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 Querymetis_swap_lpTokenEventArgs = { +export type Queryarbitrumsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpTokenEventsArgs = { +export type Queryarbitrumsepolia_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 Querymetis_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygon_assetArgs = { +export type Queryarbitrumsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetsArgs = { +export type Queryarbitrumsepolia_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetStatusArgs = { +export type Queryarbitrumsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetStatusesArgs = { +export type Queryarbitrumsepolia_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetBalanceArgs = { +export type Queryarbitrumsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetBalancesArgs = { +export type Queryarbitrumsepolia_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerArgs = { +export type Queryarbitrumsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routersArgs = { +export type Queryarbitrumsepolia_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerDailyTVLArgs = { +export type Queryarbitrumsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerDailyTVLsArgs = { +export type Queryarbitrumsepolia_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerLiquidityEventArgs = { +export type Queryarbitrumsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_routerLiquidityEventsArgs = { +export type Queryarbitrumsepolia_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_settingArgs = { +export type Queryarbitrumsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_settingsArgs = { +export type Queryarbitrumsepolia_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerArgs = { +export type Queryarbitrumsepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayersArgs = { +export type Queryarbitrumsepolia_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 Querypolygon_sequencerArgs = { +export type Queryarbitrumsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_sequencersArgs = { +export type Queryarbitrumsepolia_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeeArgs = { +export type Queryarbitrumsepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesArgs = { +export type Queryarbitrumsepolia_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originTransferArgs = { +export type Queryarbitrumsepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originTransfersArgs = { +export type Queryarbitrumsepolia_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_destinationTransferArgs = { +export type Queryarbitrumsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_destinationTransfersArgs = { +export type Queryarbitrumsepolia_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originMessageArgs = { +export type Queryarbitrumsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_originMessagesArgs = { +export type Queryarbitrumsepolia_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootArgs = { +export type Queryarbitrumsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootsArgs = { +export type Queryarbitrumsepolia_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Queryarbitrumsepolia__metaArgs = { + block?: InputMaybe; }; -export type Querypolygon_rootCountArgs = { +export type Querymainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootCountsArgs = { +export type Querymainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootMessageSentArgs = { +export type Querymainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_rootMessageSentsArgs = { +export type Querymainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesIncreaseArgs = { +export type Querymainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_relayerFeesIncreasesArgs = { +export type Querymainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_slippageUpdateArgs = { +export type Querymainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_slippageUpdatesArgs = { +export type Querymainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_snapshotRootArgs = { +export type Querymainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_snapshotRootsArgs = { +export type Querymainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_spokeConnectorModeArgs = { +export type Querymainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_spokeConnectorModesArgs = { +export type Querymainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootProposedArgs = { +export type Querymainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_aggregateRootProposedsArgs = { +export type Querymainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_optimisticRootFinalizedArgs = { +export type Querymainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_optimisticRootFinalizedsArgs = { +export type Querymainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymode_swap_systemInfoArgs = { +export type Querymainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_systemInfosArgs = { +export type Querymainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_pooledTokenArgs = { +export type Querymainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_pooledTokensArgs = { +export type Querymainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapArgs = { +export type Querymainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapsArgs = { +export type Querymainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapAddLiquidityEventArgs = { +export type Querymainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapAddLiquidityEventsArgs = { +export type Querymainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querymainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querymainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapExchangeArgs = { +export type Querymainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapExchangesArgs = { +export type Querymainnet_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapDailyVolumeArgs = { +export type Querymainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapDailyVolumesArgs = { +export type Querymainnet_metisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapHourlyVolumeArgs = { +export type Querymainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapHourlyVolumesArgs = { +export type Querymainnet_mantleConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapWeeklyVolumeArgs = { +export type Querymainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapWeeklyVolumesArgs = { +export type Querymainnet_avalancheConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpAccountArgs = { +export type Querymainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpAccountsArgs = { +export type Querymainnet_baseConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpAccountBalanceArgs = { +export type Querymainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpAccountBalancesArgs = { +export type Querymainnet_polygonZkConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTokenArgs = { +export type Querymainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTokensArgs = { +export type Querymainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTransferEventArgs = { +export type Querymainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTransferEventsArgs = { +export type Querymainnet_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapEventArgs = { +export type Querymainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_stableSwapEventsArgs = { +export type Querymainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapTradeVolumeArgs = { +export type Querymainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_swapTradeVolumesArgs = { +export type Querymainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTokenEventArgs = { +export type Querymainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap_lpTokenEventsArgs = { +export type Querymainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_swap__metaArgs = { - block?: InputMaybe; +export type Querymainnet__metaArgs = { + block?: InputMaybe; }; -export type Querylinea_swap_systemInfoArgs = { +export type Querystagingmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_systemInfosArgs = { +export type Querystagingmainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokenArgs = { +export type Querystagingmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokensArgs = { +export type Querystagingmainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapArgs = { +export type Querystagingmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapsArgs = { +export type Querystagingmainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingmainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangeArgs = { +export type Querystagingmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangesArgs = { +export type Querystagingmainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumeArgs = { +export type Querystagingmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumesArgs = { +export type Querystagingmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumeArgs = { +export type Querystagingmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumesArgs = { +export type Querystagingmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumeArgs = { +export type Querystagingmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumesArgs = { +export type Querystagingmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountArgs = { +export type Querystagingmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountsArgs = { +export type Querystagingmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalanceArgs = { +export type Querystagingmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalancesArgs = { +export type Querystagingmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenArgs = { +export type Querystagingmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokensArgs = { +export type Querystagingmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventArgs = { +export type Querystagingmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventsArgs = { +export type Querystagingmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventArgs = { +export type Querystagingmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventsArgs = { +export type Querystagingmainnet_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumeArgs = { +export type Querystagingmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumesArgs = { +export type Querystagingmainnet_metisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventArgs = { +export type Querystagingmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventsArgs = { +export type Querystagingmainnet_mantleConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylinea_assetArgs = { +export type Querystagingmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetsArgs = { +export type Querystagingmainnet_avalancheConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusArgs = { +export type Querystagingmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusesArgs = { +export type Querystagingmainnet_baseConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalanceArgs = { +export type Querystagingmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalancesArgs = { +export type Querystagingmainnet_polygonZkConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerArgs = { +export type Querystagingmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routersArgs = { +export type Querystagingmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLArgs = { +export type Querystagingmainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLsArgs = { +export type Querystagingmainnet_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventArgs = { +export type Querystagingmainnet_scrollConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventsArgs = { +export type Querystagingmainnet_scrollConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_settingArgs = { +export type Querystagingmainnet_xlayerConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_settingsArgs = { +export type Querystagingmainnet_xlayerConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerArgs = { +export type Querystagingmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayersArgs = { +export type Querystagingmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_sequencerArgs = { +export type Querystagingmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_sequencersArgs = { +export type Querystagingmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeeArgs = { +export type Querystagingmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesArgs = { +export type Querystagingmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransferArgs = { +export type Querymantle_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransfersArgs = { +export type Querymantle_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransferArgs = { +export type Querymantle_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransfersArgs = { +export type Querymantle_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessageArgs = { +export type Querymantle_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessagesArgs = { +export type Querymantle_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootArgs = { +export type Querymantle_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootsArgs = { +export type Querymantle_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetaArgs = { +export type Querymantle_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetasArgs = { +export type Querymantle_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountArgs = { +export type Querymantle_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountsArgs = { +export type Querymantle_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentArgs = { +export type Querymantle_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentsArgs = { +export type Querymantle_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreaseArgs = { +export type Querymantle_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreasesArgs = { +export type Querymantle_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdateArgs = { +export type Querymantle_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdatesArgs = { +export type Querymantle_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_snapshotRootArgs = { +export type Querymantle_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_snapshotRootsArgs = { +export type Querymantle_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_spokeConnectorModeArgs = { +export type Querymantle_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_spokeConnectorModesArgs = { +export type Querymantle_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootProposedArgs = { +export type Querymantle_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootProposedsArgs = { +export type Querymantle_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_optimisticRootFinalizedArgs = { +export type Querymantle_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_optimisticRootFinalizedsArgs = { +export type Querymantle_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 Querylinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryxlayer_swap_systemInfoArgs = { +export type Querymantle_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_systemInfosArgs = { +export type Querymantle_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 Queryxlayer_swap_pooledTokenArgs = { +export type Querymantle_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_pooledTokensArgs = { +export type Querymantle_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 Queryxlayer_swap_stableSwapArgs = { +export type Querymantle_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapsArgs = { +export type Querymantle_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 Queryxlayer_swap_stableSwapAddLiquidityEventArgs = { +export type Querymantle_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimismsepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryoptimismsepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_stableSwapExchangeArgs = { +export type Queryoptimismsepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapExchangesArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_swapDailyVolumeArgs = { +export type Queryoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapDailyVolumesArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_swapHourlyVolumeArgs = { +export type Queryoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapHourlyVolumesArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_swapWeeklyVolumeArgs = { +export type Queryoptimismsepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapWeeklyVolumesArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_lpAccountArgs = { +export type Queryoptimismsepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpAccountsArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_lpAccountBalanceArgs = { +export type Queryoptimismsepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpAccountBalancesArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_lpTokenArgs = { +export type Queryoptimismsepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTokensArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_lpTransferEventArgs = { +export type Queryoptimismsepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTransferEventsArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_stableSwapEventArgs = { +export type Queryoptimismsepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapEventsArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_swapTradeVolumeArgs = { +export type Queryoptimismsepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapTradeVolumesArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap_lpTokenEventArgs = { +export type Queryoptimismsepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTokenEventsArgs = { +export type Queryoptimismsepolia_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 Queryxlayer_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmainnet_rootAggregatedArgs = { +export type Queryoptimismsepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootAggregatedsArgs = { +export type Queryoptimismsepolia_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 Querystagingmainnet_rootPropagatedArgs = { +export type Queryoptimismsepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootPropagatedsArgs = { +export type Queryoptimismsepolia_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 Querystagingmainnet_aggregatedMessageRootArgs = { +export type Queryoptimismsepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregatedMessageRootsArgs = { +export type Queryoptimismsepolia_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 Querystagingmainnet_rootManagerMetaArgs = { +export type Queryoptimismsepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootManagerMetasArgs = { +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 Querystagingmainnet_rootManagerModeArgs = { +export type Querymainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootManagerModesArgs = { +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 Querystagingmainnet_optimisticRootProposedArgs = { +export type Querymainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootProposedsArgs = { +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 Querystagingmainnet_hubOptimisticRootFinalizedArgs = { +export type Querymainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_hubOptimisticRootFinalizedsArgs = { +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 Querystagingmainnet_optimisticRootPropagatedArgs = { +export type Querymainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootPropagatedsArgs = { +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 Querystagingmainnet_polygonConnectorMetaArgs = { +export type Querymainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_polygonConnectorMetasArgs = { +export type Querymainnet_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimismConnectorMetaArgs = { +export type Querymainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimismConnectorMetasArgs = { +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 Querystagingmainnet_bnbConnectorMetaArgs = { +export type Querymainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_bnbConnectorMetasArgs = { +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 Querystagingmainnet_arbitrumConnectorMetaArgs = { +export type Querymainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_arbitrumConnectorMetasArgs = { +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 Querystagingmainnet_gnosisConnectorMetaArgs = { +export type Querymainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_gnosisConnectorMetasArgs = { +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 Querystagingmainnet_lineaConnectorMetaArgs = { +export type Querymainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_lineaConnectorMetasArgs = { +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 Querystagingmainnet_metisConnectorMetaArgs = { +export type Querymainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_metisConnectorMetasArgs = { +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 Querystagingmainnet_mantleConnectorMetaArgs = { +export type Querymainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_mantleConnectorMetasArgs = { +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 Querystagingmainnet_avalancheConnectorMetaArgs = { +export type Querymainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_avalancheConnectorMetasArgs = { +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 Querystagingmainnet_baseConnectorMetaArgs = { +export type Querymainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_baseConnectorMetasArgs = { +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 Querystagingmainnet_polygonZkConnectorMetaArgs = { +export type Querymainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_polygonZkConnectorMetasArgs = { +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 Querystagingmainnet_zkSyncConnectorMetaArgs = { +export type Querymainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_zkSyncConnectorMetasArgs = { +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 Querystagingmainnet_modeConnectorMetaArgs = { +export type Querymainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_modeConnectorMetasArgs = { +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 Querystagingmainnet_scrollConnectorMetaArgs = { +export type Querymainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_scrollConnectorMetasArgs = { +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 Querystagingmainnet_xlayerConnectorMetaArgs = { +export type Querymainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_xlayerConnectorMetasArgs = { +export type Querymainnet_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 Querystagingmainnet_rootMessageProcessedArgs = { +export type Querymainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootMessageProcessedsArgs = { +export type Querymainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootSavedSlowArgs = { +export type Querymainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootSavedSlowsArgs = { +export type Querymainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_hubDomainArgs = { +export type Querymainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_hubDomainsArgs = { +export type Querymainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingavalanche_assetArgs = { +export type Querymode_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetsArgs = { +export type Querymode_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 Querystagingavalanche_assetStatusArgs = { +export type Querymode_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetStatusesArgs = { +export type Querymode_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 Querystagingavalanche_assetBalanceArgs = { +export type Querymode_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetBalancesArgs = { +export type Querymode_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 Querystagingavalanche_routerArgs = { +export type Querymode_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routersArgs = { +export type Querymode_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 Querystagingavalanche_routerDailyTVLArgs = { +export type Querymode_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerDailyTVLsArgs = { +export type Querymode_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 Querystagingavalanche_routerLiquidityEventArgs = { +export type Querymode_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerLiquidityEventsArgs = { +export type Querymode_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 Querystagingavalanche_settingArgs = { +export type Querymode_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_settingsArgs = { +export type Querymode_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 Querystagingavalanche_relayerArgs = { +export type Querymode_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayersArgs = { +export type Querymode_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 Querystagingavalanche_sequencerArgs = { +export type Querymode_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_sequencersArgs = { +export type Querymode_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 Querystagingavalanche_relayerFeeArgs = { +export type Querymode_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeesArgs = { +export type Querymode_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 Querystagingavalanche_originTransferArgs = { +export type Querymode_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_originTransfersArgs = { +export type Querymode_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 Querystagingavalanche_destinationTransferArgs = { +export type Querymode_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_destinationTransfersArgs = { +export type Querymode_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 Querystagingavalanche_originMessageArgs = { +export type Querymode_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_originMessagesArgs = { +export type Querymode_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 Querystagingavalanche_aggregateRootArgs = { +export type Querymode_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_aggregateRootsArgs = { +export type Querymode_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 Querystagingavalanche_connectorMetaArgs = { +export type Querymode_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_connectorMetasArgs = { +export type Querymode_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 Querystagingavalanche_rootCountArgs = { +export type Querymode_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootCountsArgs = { +export type Querymode_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 Querystagingavalanche_rootMessageSentArgs = { +export type Querymode_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootMessageSentsArgs = { +export type Querystagingxdai_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 Querystagingavalanche_relayerFeesIncreaseArgs = { +export type Querystagingxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeesIncreasesArgs = { +export type Querystagingxdai_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 Querystagingavalanche_slippageUpdateArgs = { +export type Querystagingxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_slippageUpdatesArgs = { +export type Querystagingxdai_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 Querystagingavalanche_snapshotRootArgs = { +export type Querystagingxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_snapshotRootsArgs = { +export type Querystagingxdai_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 Querystagingavalanche_spokeConnectorModeArgs = { +export type Querystagingxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_spokeConnectorModesArgs = { +export type Querystagingxdai_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 Querystagingavalanche_aggregateRootProposedArgs = { +export type Querystagingxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_aggregateRootProposedsArgs = { +export type Querystagingxdai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_optimisticRootFinalizedArgs = { +export type Querystagingxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_optimisticRootFinalizedsArgs = { +export type Querystagingxdai_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 Querystagingavalanche__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymantle_assetArgs = { +export type Querystagingxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetsArgs = { +export type Querystagingxdai_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 Querymantle_assetStatusArgs = { +export type Querystagingxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetStatusesArgs = { +export type Querystagingxdai_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 Querymantle_assetBalanceArgs = { +export type Querystagingxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetBalancesArgs = { +export type Querystagingxdai_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 Querymantle_routerArgs = { +export type Querystagingxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routersArgs = { +export type Querystagingxdai_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 Querymantle_routerDailyTVLArgs = { +export type Querystagingxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routerDailyTVLsArgs = { +export type Querystagingxdai_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 Querymantle_routerLiquidityEventArgs = { +export type Querystagingxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routerLiquidityEventsArgs = { +export type Querystagingxdai_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 Querymantle_settingArgs = { +export type Querystagingxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_settingsArgs = { +export type Querystagingxdai_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 Querymantle_relayerArgs = { +export type Querystagingxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayersArgs = { +export type Querystagingxdai_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 Querymantle_sequencerArgs = { +export type Querystagingxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_sequencersArgs = { +export type Querystagingxdai_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 Querymantle_relayerFeeArgs = { +export type Querystagingxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayerFeesArgs = { +export type Querystagingxdai_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 Querymantle_originTransferArgs = { +export type Querystagingxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_originTransfersArgs = { +export type Querystagingxdai_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 Querymantle_destinationTransferArgs = { +export type Querystagingxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_destinationTransfersArgs = { +export type Querystagingxdai_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 Querymantle_originMessageArgs = { +export type Querystagingxdai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_originMessagesArgs = { +export type Querystagingxdai_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 Querymantle_aggregateRootArgs = { +export type Querystagingxdai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_aggregateRootsArgs = { +export type Querystagingxdai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_connectorMetaArgs = { +export type Querystagingxdai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_connectorMetasArgs = { +export type Querystagingxdai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootCountArgs = { +export type Querystagingxdai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootCountsArgs = { +export type Querystagingxdai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootMessageSentArgs = { +export type Querystagingxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootMessageSentsArgs = { +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 Querymantle_relayerFeesIncreaseArgs = { +export type Queryoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayerFeesIncreasesArgs = { +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 Querymantle_slippageUpdateArgs = { +export type Queryoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_slippageUpdatesArgs = { +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 Querymantle_snapshotRootArgs = { +export type Queryoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_snapshotRootsArgs = { +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 Querymantle_spokeConnectorModeArgs = { +export type Queryoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_spokeConnectorModesArgs = { +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 Querymantle_aggregateRootProposedArgs = { +export type Queryoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_aggregateRootProposedsArgs = { +export type Queryoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_optimisticRootFinalizedArgs = { +export type Queryoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_optimisticRootFinalizedsArgs = { +export type Queryoptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingpolygon_assetArgs = { +export type Queryoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetsArgs = { +export type Queryoptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetStatusArgs = { +export type Queryoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetStatusesArgs = { +export type Queryoptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetBalanceArgs = { +export type Queryoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetBalancesArgs = { +export type Queryoptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerArgs = { +export type Queryoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routersArgs = { +export type Queryoptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerDailyTVLArgs = { +export type Queryoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerDailyTVLsArgs = { +export type Queryoptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerLiquidityEventArgs = { +export type Queryoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerLiquidityEventsArgs = { +export type Queryoptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_settingArgs = { +export type Queryoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_settingsArgs = { +export type Queryoptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerArgs = { +export type Queryoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayersArgs = { +export type Queryoptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_sequencerArgs = { +export type Queryoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_sequencersArgs = { +export type Queryoptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeeArgs = { +export type Queryoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeesArgs = { +export type Queryoptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originTransferArgs = { +export type Queryoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originTransfersArgs = { +export type Queryoptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_destinationTransferArgs = { +export type Queryoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_destinationTransfersArgs = { +export type Queryoptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originMessageArgs = { +export type Queryoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originMessagesArgs = { +export type Queryoptimism_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 Querystagingpolygon_aggregateRootArgs = { +export type Queryoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_aggregateRootsArgs = { +export type Queryoptimism_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_connectorMetaArgs = { +export type Queryoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_connectorMetasArgs = { +export type Queryoptimism_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootCountArgs = { +export type Queryoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootCountsArgs = { +export type Queryoptimism_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootMessageSentArgs = { +export type Queryoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootMessageSentsArgs = { +export type Querystagingavalanche_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 Querystagingpolygon_relayerFeesIncreaseArgs = { +export type Querystagingavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeesIncreasesArgs = { +export type Querystagingavalanche_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 Querystagingpolygon_slippageUpdateArgs = { +export type Querystagingavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_slippageUpdatesArgs = { +export type Querystagingavalanche_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 Querystagingpolygon_snapshotRootArgs = { +export type Querystagingavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_snapshotRootsArgs = { +export type Querystagingavalanche_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 Querystagingpolygon_spokeConnectorModeArgs = { +export type Querystagingavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_spokeConnectorModesArgs = { +export type Querystagingavalanche_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 Querystagingpolygon_aggregateRootProposedArgs = { +export type Querystagingavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_aggregateRootProposedsArgs = { +export type Querystagingavalanche_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_optimisticRootFinalizedArgs = { +export type Querystagingavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_optimisticRootFinalizedsArgs = { +export type Querystagingavalanche_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 Querystagingpolygon__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybnb_assetArgs = { +export type Querystagingavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetsArgs = { +export type Querystagingavalanche_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_assetStatusArgs = { +export type Querystagingavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetStatusesArgs = { +export type Querystagingavalanche_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_assetBalanceArgs = { +export type Querystagingavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_assetBalancesArgs = { +export type Querystagingavalanche_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_routerArgs = { +export type Querystagingavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routersArgs = { +export type Querystagingavalanche_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_routerDailyTVLArgs = { +export type Querystagingavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerDailyTVLsArgs = { +export type Querystagingavalanche_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_routerLiquidityEventArgs = { +export type Querystagingavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_routerLiquidityEventsArgs = { +export type Querystagingavalanche_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_settingArgs = { +export type Querystagingavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_settingsArgs = { +export type Querystagingavalanche_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_relayerArgs = { +export type Querystagingavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayersArgs = { +export type Querystagingavalanche_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_sequencerArgs = { +export type Querystagingavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_sequencersArgs = { +export type Querystagingavalanche_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_relayerFeeArgs = { +export type Querystagingavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesArgs = { +export type Querystagingavalanche_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_originTransferArgs = { +export type Querystagingavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originTransfersArgs = { +export type Querystagingavalanche_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_destinationTransferArgs = { +export type Querystagingavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_destinationTransfersArgs = { +export type Querystagingavalanche_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_originMessageArgs = { +export type Querystagingavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_originMessagesArgs = { +export type Querystagingavalanche_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_aggregateRootArgs = { +export type Querystagingavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootsArgs = { +export type Querystagingavalanche_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetaArgs = { +export type Querystagingavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_connectorMetasArgs = { +export type Querystagingavalanche_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountArgs = { +export type Querystagingavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootCountsArgs = { +export type Querystagingavalanche_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentArgs = { +export type Querystagingavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_rootMessageSentsArgs = { +export type Querystagingzksync_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreaseArgs = { +export type Querystagingzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_relayerFeesIncreasesArgs = { +export type Querystagingzksync_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_slippageUpdateArgs = { +export type Querystagingzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_slippageUpdatesArgs = { +export type Querystagingzksync_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_snapshotRootArgs = { +export type Querystagingzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_snapshotRootsArgs = { +export type Querystagingzksync_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_spokeConnectorModeArgs = { +export type Querystagingzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_spokeConnectorModesArgs = { +export type Querystagingzksync_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_aggregateRootProposedArgs = { +export type Querystagingzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_aggregateRootProposedsArgs = { +export type Querystagingzksync_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_optimisticRootFinalizedArgs = { +export type Querystagingzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_optimisticRootFinalizedsArgs = { +export type Querystagingzksync_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__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymantle_swap_systemInfoArgs = { +export type Querystagingzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_systemInfosArgs = { +export type Querystagingzksync_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 Querymantle_swap_pooledTokenArgs = { +export type Querystagingzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_pooledTokensArgs = { +export type Querystagingzksync_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 Querymantle_swap_stableSwapArgs = { +export type Querystagingzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapsArgs = { +export type Querystagingzksync_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 Querymantle_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapAddLiquidityEventsArgs = { +export type Querystagingzksync_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 Querymantle_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querystagingzksync_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 Querymantle_swap_stableSwapExchangeArgs = { +export type Querystagingzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapExchangesArgs = { +export type Querystagingzksync_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 Querymantle_swap_swapDailyVolumeArgs = { +export type Querystagingzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapDailyVolumesArgs = { +export type Querystagingzksync_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 Querymantle_swap_swapHourlyVolumeArgs = { +export type Querystagingzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapHourlyVolumesArgs = { +export type Querystagingzksync_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 Querymantle_swap_swapWeeklyVolumeArgs = { +export type Querystagingzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapWeeklyVolumesArgs = { +export type Querystagingzksync_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 Querymantle_swap_lpAccountArgs = { +export type Querystagingzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountsArgs = { +export type Querystagingzksync_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 Querymantle_swap_lpAccountBalanceArgs = { +export type Querystagingzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpAccountBalancesArgs = { +export type Querystagingzksync_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 Querymantle_swap_lpTokenArgs = { +export type Querystagingzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokensArgs = { +export type Querystagingzksync_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 Querymantle_swap_lpTransferEventArgs = { +export type Querystagingzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTransferEventsArgs = { +export type Querystagingzksync_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 Querymantle_swap_stableSwapEventArgs = { +export type Querystagingzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_stableSwapEventsArgs = { +export type Querystagingzksync_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapTradeVolumeArgs = { +export type Querystagingzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_swapTradeVolumesArgs = { +export type Querystagingzksync_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokenEventArgs = { +export type Querystagingzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap_lpTokenEventsArgs = { +export type Querystagingzksync_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_swap__metaArgs = { - block?: InputMaybe; +export type Querystagingzksync__metaArgs = { + block?: InputMaybe; }; -export type Querymode_assetArgs = { +export type Queryxlayer_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_assetsArgs = { +export type Queryxlayer_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 Querymode_assetStatusArgs = { +export type Queryxlayer_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_assetStatusesArgs = { +export type Queryxlayer_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 Querymode_assetBalanceArgs = { +export type Queryxlayer_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_assetBalancesArgs = { +export type Queryxlayer_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 Querymode_routerArgs = { +export type Queryxlayer_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_routersArgs = { +export type Queryxlayer_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 Querymode_routerDailyTVLArgs = { +export type Queryxlayer_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_routerDailyTVLsArgs = { +export type Queryxlayer_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 Querymode_routerLiquidityEventArgs = { +export type Queryxlayer_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_routerLiquidityEventsArgs = { +export type Queryxlayer_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 Querymode_settingArgs = { +export type Queryxlayer_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_settingsArgs = { +export type Queryxlayer_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 Querymode_relayerArgs = { +export type Queryxlayer_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayersArgs = { +export type Queryxlayer_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 Querymode_sequencerArgs = { +export type Queryxlayer_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_sequencersArgs = { +export type Queryxlayer_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 Querymode_relayerFeeArgs = { +export type Queryxlayer_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayerFeesArgs = { +export type Queryxlayer_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 Querymode_originTransferArgs = { +export type Queryxlayer_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_originTransfersArgs = { +export type Queryxlayer_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 Querymode_destinationTransferArgs = { +export type Queryxlayer_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_destinationTransfersArgs = { +export type Queryxlayer_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 Querymode_originMessageArgs = { +export type Queryxlayer_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_originMessagesArgs = { +export type Queryxlayer_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 Querymode_aggregateRootArgs = { +export type Queryxlayer_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_aggregateRootsArgs = { +export type Queryxlayer_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 Querymode_connectorMetaArgs = { +export type Queryxlayer_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_connectorMetasArgs = { +export type Queryxlayer_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 Querymode_rootCountArgs = { +export type Queryxlayer_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_rootCountsArgs = { +export type Queryxlayer_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 Querymode_rootMessageSentArgs = { +export type Queryxlayer_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_rootMessageSentsArgs = { +export type Querystagingpolygonzkevm_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 Querymode_relayerFeesIncreaseArgs = { +export type Querystagingpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayerFeesIncreasesArgs = { +export type Querystagingpolygonzkevm_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 Querymode_slippageUpdateArgs = { +export type Querystagingpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_slippageUpdatesArgs = { +export type Querystagingpolygonzkevm_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 Querymode_snapshotRootArgs = { +export type Querystagingpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_snapshotRootsArgs = { +export type Querystagingpolygonzkevm_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 Querymode_spokeConnectorModeArgs = { +export type Querystagingpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_spokeConnectorModesArgs = { +export type Querystagingpolygonzkevm_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 Querymode_aggregateRootProposedArgs = { +export type Querystagingpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_aggregateRootProposedsArgs = { +export type Querystagingpolygonzkevm_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_optimisticRootFinalizedArgs = { +export type Querystagingpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_optimisticRootFinalizedsArgs = { +export type Querystagingpolygonzkevm_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 Querymode__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmetis_assetArgs = { +export type Querystagingpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetsArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_assetStatusArgs = { +export type Querystagingpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetStatusesArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_assetBalanceArgs = { +export type Querystagingpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetBalancesArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_routerArgs = { +export type Querystagingpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routersArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_routerDailyTVLArgs = { +export type Querystagingpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerDailyTVLsArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_routerLiquidityEventArgs = { +export type Querystagingpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerLiquidityEventsArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_settingArgs = { +export type Querystagingpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_settingsArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_relayerArgs = { +export type Querystagingpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayersArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_sequencerArgs = { +export type Querystagingpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_sequencersArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_relayerFeeArgs = { +export type Querystagingpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeesArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_originTransferArgs = { +export type Querystagingpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originTransfersArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_destinationTransferArgs = { +export type Querystagingpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_destinationTransfersArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_originMessageArgs = { +export type Querystagingpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originMessagesArgs = { +export type Querystagingpolygonzkevm_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 Querystagingmetis_aggregateRootArgs = { +export type Querystagingpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootsArgs = { +export type Querystagingpolygonzkevm_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_connectorMetaArgs = { +export type Querystagingpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_connectorMetasArgs = { +export type Querystagingpolygonzkevm_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootCountArgs = { +export type Querystagingpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootCountsArgs = { +export type Querystagingpolygonzkevm_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootMessageSentArgs = { +export type Querystagingpolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootMessageSentsArgs = { +export type Querystagingbnb_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 Querystagingmetis_relayerFeesIncreaseArgs = { +export type Querystagingbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeesIncreasesArgs = { +export type Querystagingbnb_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 Querystagingmetis_slippageUpdateArgs = { +export type Querystagingbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_slippageUpdatesArgs = { +export type Querystagingbnb_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 Querystagingmetis_snapshotRootArgs = { +export type Querystagingbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_snapshotRootsArgs = { +export type Querystagingbnb_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 Querystagingmetis_spokeConnectorModeArgs = { +export type Querystagingbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_spokeConnectorModesArgs = { +export type Querystagingbnb_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 Querystagingmetis_aggregateRootProposedArgs = { +export type Querystagingbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootProposedsArgs = { +export type Querystagingbnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_optimisticRootFinalizedArgs = { +export type Querystagingbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_optimisticRootFinalizedsArgs = { +export type Querystagingbnb_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 Querystagingmetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryavalanche_assetArgs = { +export type Querystagingbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_assetsArgs = { +export type Querystagingbnb_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 Queryavalanche_assetStatusArgs = { +export type Querystagingbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_assetStatusesArgs = { +export type Querystagingbnb_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 Queryavalanche_assetBalanceArgs = { +export type Querystagingbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_assetBalancesArgs = { +export type Querystagingbnb_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 Queryavalanche_routerArgs = { +export type Querystagingbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_routersArgs = { +export type Querystagingbnb_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 Queryavalanche_routerDailyTVLArgs = { +export type Querystagingbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_routerDailyTVLsArgs = { +export type Querystagingbnb_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 Queryavalanche_routerLiquidityEventArgs = { +export type Querystagingbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_routerLiquidityEventsArgs = { +export type Querystagingbnb_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 Queryavalanche_settingArgs = { +export type Querystagingbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_settingsArgs = { +export type Querystagingbnb_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 Queryavalanche_relayerArgs = { +export type Querystagingbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_relayersArgs = { +export type Querystagingbnb_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 Queryavalanche_sequencerArgs = { +export type Querystagingbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_sequencersArgs = { +export type Querystagingbnb_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 Queryavalanche_relayerFeeArgs = { +export type Querystagingbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_relayerFeesArgs = { +export type Querystagingbnb_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 Queryavalanche_originTransferArgs = { +export type Querystagingbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_originTransfersArgs = { +export type Querystagingbnb_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 Queryavalanche_destinationTransferArgs = { +export type Querystagingbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_destinationTransfersArgs = { +export type Querystagingbnb_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 Queryavalanche_originMessageArgs = { +export type Querystagingbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_originMessagesArgs = { +export type Querystagingbnb_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 Queryavalanche_aggregateRootArgs = { +export type Querystagingbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_aggregateRootsArgs = { +export type Querystagingbnb_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_connectorMetaArgs = { +export type Querystagingbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_connectorMetasArgs = { +export type Querystagingbnb_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_rootCountArgs = { +export type Querystagingbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_rootCountsArgs = { +export type Querystagingbnb_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_rootMessageSentArgs = { +export type Querystagingbnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Querysepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_rootMessageSentsArgs = { +export type Querysepolia_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 Queryavalanche_relayerFeesIncreaseArgs = { +export type Querysepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_relayerFeesIncreasesArgs = { +export type Querysepolia_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 Queryavalanche_slippageUpdateArgs = { +export type Querysepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_slippageUpdatesArgs = { +export type Querysepolia_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 Queryavalanche_snapshotRootArgs = { +export type Querysepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_snapshotRootsArgs = { +export type Querysepolia_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 Queryavalanche_spokeConnectorModeArgs = { +export type Querysepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_spokeConnectorModesArgs = { +export type Querysepolia_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 Queryavalanche_aggregateRootProposedArgs = { +export type Querysepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_aggregateRootProposedsArgs = { +export type Querysepolia_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_optimisticRootFinalizedArgs = { +export type Querysepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryavalanche_optimisticRootFinalizedsArgs = { +export type Querysepolia_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 Queryavalanche__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmainnet_assetArgs = { +export type Querysepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetsArgs = { +export type Querysepolia_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 Querystagingmainnet_assetStatusArgs = { +export type Querysepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetStatusesArgs = { +export type Querysepolia_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 Querystagingmainnet_assetBalanceArgs = { +export type Querysepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetBalancesArgs = { +export type Querysepolia_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 Querystagingmainnet_routerArgs = { +export type Querysepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routersArgs = { +export type Querysepolia_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 Querystagingmainnet_routerDailyTVLArgs = { +export type Querysepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerDailyTVLsArgs = { +export type Querysepolia_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 Querystagingmainnet_routerLiquidityEventArgs = { +export type Querysepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerLiquidityEventsArgs = { +export type Querysepolia_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 Querystagingmainnet_settingArgs = { +export type Querysepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_settingsArgs = { +export type Querysepolia_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 Querystagingmainnet_relayerArgs = { +export type Querysepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayersArgs = { +export type Querysepolia_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 Querystagingmainnet_sequencerArgs = { +export type Querysepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_sequencersArgs = { +export type Querysepolia_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 Querystagingmainnet_relayerFeeArgs = { +export type Querysepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayerFeesArgs = { +export type Querysepolia_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 Querystagingmainnet_originTransferArgs = { +export type Querysepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_originTransfersArgs = { +export type Querysepolia_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 Querystagingmainnet_destinationTransferArgs = { +export type Querysepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_destinationTransfersArgs = { +export type Querysepolia_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 Querystagingmainnet_originMessageArgs = { +export type Querysepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_originMessagesArgs = { +export type Querysepolia_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 Querystagingmainnet_aggregateRootArgs = { +export type Querysepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootsArgs = { +export type Querysepolia_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_connectorMetaArgs = { +export type Querysepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_connectorMetasArgs = { +export type Querysepolia_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootCountArgs = { +export type Querysepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootCountsArgs = { +export type Querysepolia_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootMessageSentArgs = { +export type Querystagingarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootMessageSentsArgs = { +export type Querystagingarbitrumone_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 Querystagingmainnet_relayerFeesIncreaseArgs = { +export type Querystagingarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayerFeesIncreasesArgs = { +export type Querystagingarbitrumone_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 Querystagingmainnet_slippageUpdateArgs = { +export type Querystagingarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_slippageUpdatesArgs = { +export type Querystagingarbitrumone_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 Querystagingmainnet_snapshotRootArgs = { +export type Querystagingarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_snapshotRootsArgs = { +export type Querystagingarbitrumone_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 Querystagingmainnet_spokeConnectorModeArgs = { +export type Querystagingarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_spokeConnectorModesArgs = { +export type Querystagingarbitrumone_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 Querystagingmainnet_aggregateRootProposedArgs = { +export type Querystagingarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootProposedsArgs = { +export type Querystagingarbitrumone_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootFinalizedArgs = { +export type Querystagingarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootFinalizedsArgs = { +export type Querystagingarbitrumone_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 Queryzksync_assetArgs = { +export type Querystagingarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetsArgs = { +export type Querystagingarbitrumone_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 Queryzksync_assetStatusArgs = { +export type Querystagingarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetStatusesArgs = { +export type Querystagingarbitrumone_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 Queryzksync_assetBalanceArgs = { +export type Querystagingarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetBalancesArgs = { +export type Querystagingarbitrumone_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 Queryzksync_routerArgs = { +export type Querystagingarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routersArgs = { +export type Querystagingarbitrumone_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 Queryzksync_routerDailyTVLArgs = { +export type Querystagingarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerDailyTVLsArgs = { +export type Querystagingarbitrumone_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 Queryzksync_routerLiquidityEventArgs = { +export type Querystagingarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerLiquidityEventsArgs = { +export type Querystagingarbitrumone_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 Queryzksync_settingArgs = { +export type Querystagingarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_settingsArgs = { +export type Querystagingarbitrumone_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 Queryzksync_relayerArgs = { +export type Querystagingarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayersArgs = { +export type Querystagingarbitrumone_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 Queryzksync_sequencerArgs = { +export type Querystagingarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_sequencersArgs = { +export type Querystagingarbitrumone_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 Queryzksync_relayerFeeArgs = { +export type Querystagingarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesArgs = { +export type Querystagingarbitrumone_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 Queryzksync_originTransferArgs = { +export type Querystagingarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originTransfersArgs = { +export type Querystagingarbitrumone_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 Queryzksync_destinationTransferArgs = { +export type Querystagingarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_destinationTransfersArgs = { +export type Querystagingarbitrumone_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 Queryzksync_originMessageArgs = { +export type Querystagingarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originMessagesArgs = { +export type Querystagingarbitrumone_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 Queryzksync_aggregateRootArgs = { +export type Querystagingarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootsArgs = { +export type Querystagingarbitrumone_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_connectorMetaArgs = { +export type Querystagingarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_connectorMetasArgs = { +export type Querystagingarbitrumone_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootCountArgs = { +export type Querystagingarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootCountsArgs = { +export type Querystagingarbitrumone_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootMessageSentArgs = { +export type Querystagingarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootMessageSentsArgs = { +export type Querystagingpolygon_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 Queryzksync_relayerFeesIncreaseArgs = { +export type Querystagingpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesIncreasesArgs = { +export type Querystagingpolygon_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 Queryzksync_slippageUpdateArgs = { +export type Querystagingpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_slippageUpdatesArgs = { +export type Querystagingpolygon_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 Queryzksync_snapshotRootArgs = { +export type Querystagingpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_snapshotRootsArgs = { +export type Querystagingpolygon_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 Queryzksync_spokeConnectorModeArgs = { +export type Querystagingpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_spokeConnectorModesArgs = { +export type Querystagingpolygon_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 Queryzksync_aggregateRootProposedArgs = { +export type Querystagingpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootProposedsArgs = { +export type Querystagingpolygon_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_optimisticRootFinalizedArgs = { +export type Querystagingpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_optimisticRootFinalizedsArgs = { +export type Querystagingpolygon_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 Queryzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygonzkevm_swap_assetArgs = { +export type Querystagingpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetsArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_assetStatusArgs = { +export type Querystagingpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetStatusesArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_assetBalanceArgs = { +export type Querystagingpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetBalancesArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_routerArgs = { +export type Querystagingpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routersArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_routerDailyTVLArgs = { +export type Querystagingpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerDailyTVLsArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_routerLiquidityEventArgs = { +export type Querystagingpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerLiquidityEventsArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_settingArgs = { +export type Querystagingpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_settingsArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_relayerArgs = { +export type Querystagingpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayersArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_sequencerArgs = { +export type Querystagingpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_sequencersArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_relayerFeeArgs = { +export type Querystagingpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeesArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_originTransferArgs = { +export type Querystagingpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_originTransfersArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_destinationTransferArgs = { +export type Querystagingpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_destinationTransfersArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_originMessageArgs = { +export type Querystagingpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_originMessagesArgs = { +export type Querystagingpolygon_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 Querypolygonzkevm_swap_aggregateRootArgs = { +export type Querystagingpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootsArgs = { +export type Querystagingpolygon_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_connectorMetaArgs = { +export type Querystagingpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_connectorMetasArgs = { +export type Querystagingpolygon_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootCountArgs = { +export type Querystagingpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootCountsArgs = { +export type Querystagingpolygon_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootMessageSentArgs = { +export type Querystagingpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygonzkevm_swap_assetArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootMessageSentsArgs = { +export type Querypolygonzkevm_swap_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeesIncreaseArgs = { +export type Querypolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeesIncreasesArgs = { +export type Querypolygonzkevm_swap_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_slippageUpdateArgs = { +export type Querypolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_slippageUpdatesArgs = { +export type Querypolygonzkevm_swap_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_snapshotRootArgs = { +export type Querypolygonzkevm_swap_routerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_snapshotRootsArgs = { +export type Querypolygonzkevm_swap_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_spokeConnectorModeArgs = { +export type Querypolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_spokeConnectorModesArgs = { +export type Querypolygonzkevm_swap_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootProposedArgs = { +export type Querypolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootProposedsArgs = { +export type Querypolygonzkevm_swap_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_optimisticRootFinalizedArgs = { +export type Querypolygonzkevm_swap_settingArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_optimisticRootFinalizedsArgs = { +export type Querypolygonzkevm_swap_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryxlayer_assetArgs = { +export type Querypolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_assetsArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_assetStatusArgs = { +export type Querypolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_assetStatusesArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_assetBalanceArgs = { +export type Querypolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_assetBalancesArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_routerArgs = { +export type Querypolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_routersArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_routerDailyTVLArgs = { +export type Querypolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_routerDailyTVLsArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_routerLiquidityEventArgs = { +export type Querypolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_routerLiquidityEventsArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_settingArgs = { +export type Querypolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_settingsArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_relayerArgs = { +export type Querypolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_relayersArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_sequencerArgs = { +export type Querypolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_sequencersArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_relayerFeeArgs = { +export type Querypolygonzkevm_swap_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_relayerFeesArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_originTransferArgs = { +export type Querypolygonzkevm_swap_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_originTransfersArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_destinationTransferArgs = { +export type Querypolygonzkevm_swap_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_destinationTransfersArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_originMessageArgs = { +export type Querypolygonzkevm_swap_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_originMessagesArgs = { +export type Querypolygonzkevm_swap_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 Queryxlayer_aggregateRootArgs = { +export type Querypolygonzkevm_swap_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_aggregateRootsArgs = { +export type Querypolygonzkevm_swap_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_connectorMetaArgs = { +export type Querypolygonzkevm_swap_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_connectorMetasArgs = { +export type Querypolygonzkevm_swap_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_rootCountArgs = { +export type Querypolygonzkevm_swap_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_rootCountsArgs = { +export type Querypolygonzkevm_swap_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_rootMessageSentArgs = { +export type Querypolygonzkevm_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_rootMessageSentsArgs = { +export type Querypolygonzkevm_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 Queryxlayer_relayerFeesIncreaseArgs = { +export type Querypolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_relayerFeesIncreasesArgs = { +export type Querypolygonzkevm_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 Queryxlayer_slippageUpdateArgs = { +export type Querypolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_slippageUpdatesArgs = { +export type Querypolygonzkevm_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 Queryxlayer_snapshotRootArgs = { +export type Querypolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_snapshotRootsArgs = { +export type Querypolygonzkevm_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 Queryxlayer_spokeConnectorModeArgs = { +export type Querypolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_spokeConnectorModesArgs = { +export type Querypolygonzkevm_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 Queryxlayer_aggregateRootProposedArgs = { +export type Querypolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_aggregateRootProposedsArgs = { +export type Querypolygonzkevm_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_optimisticRootFinalizedArgs = { +export type Querypolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_optimisticRootFinalizedsArgs = { +export type Querypolygonzkevm_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 Queryxlayer__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymainnet_assetArgs = { +export type Querypolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetsArgs = { +export type Querypolygonzkevm_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_assetStatusArgs = { +export type Querypolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetStatusesArgs = { +export type Querypolygonzkevm_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_assetBalanceArgs = { +export type Querypolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetBalancesArgs = { +export type Querypolygonzkevm_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_routerArgs = { +export type Querypolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routersArgs = { +export type Querypolygonzkevm_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_routerDailyTVLArgs = { +export type Querypolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerDailyTVLsArgs = { +export type Querypolygonzkevm_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_routerLiquidityEventArgs = { +export type Querypolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerLiquidityEventsArgs = { +export type Querypolygonzkevm_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_settingArgs = { +export type Querypolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_settingsArgs = { +export type Querypolygonzkevm_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_relayerArgs = { +export type Querypolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayersArgs = { +export type Querypolygonzkevm_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_sequencerArgs = { +export type Querypolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_sequencersArgs = { +export type Querypolygonzkevm_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_relayerFeeArgs = { +export type Querypolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesArgs = { +export type Querypolygonzkevm_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_originTransferArgs = { +export type Querypolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originTransfersArgs = { +export type Querypolygonzkevm_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_destinationTransferArgs = { +export type Querypolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_destinationTransfersArgs = { +export type Querypolygonzkevm_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_originMessageArgs = { +export type Querypolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originMessagesArgs = { +export type Querypolygonzkevm_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 Querymainnet_aggregateRootArgs = { +export type Querypolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootsArgs = { +export type Querypolygonzkevm_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_connectorMetaArgs = { +export type Querypolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_connectorMetasArgs = { +export type Querypolygonzkevm_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootCountArgs = { +export type Querypolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootCountsArgs = { +export type Querypolygonzkevm_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageSentArgs = { +export type Querypolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimismsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageSentsArgs = { +export type Queryoptimismsepolia_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesIncreaseArgs = { +export type Queryoptimismsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesIncreasesArgs = { +export type Queryoptimismsepolia_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_slippageUpdateArgs = { +export type Queryoptimismsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_slippageUpdatesArgs = { +export type Queryoptimismsepolia_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_snapshotRootArgs = { +export type Queryoptimismsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_snapshotRootsArgs = { +export type Queryoptimismsepolia_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_spokeConnectorModeArgs = { +export type Queryoptimismsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_spokeConnectorModesArgs = { +export type Queryoptimismsepolia_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_aggregateRootProposedArgs = { +export type Queryoptimismsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootProposedsArgs = { +export type Queryoptimismsepolia_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootFinalizedArgs = { +export type Queryoptimismsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootFinalizedsArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_assetArgs = { +export type Queryoptimismsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetsArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_assetStatusArgs = { +export type Queryoptimismsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetStatusesArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_assetBalanceArgs = { +export type Queryoptimismsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetBalancesArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_routerArgs = { +export type Queryoptimismsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routersArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_routerDailyTVLArgs = { +export type Queryoptimismsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerDailyTVLsArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_routerLiquidityEventArgs = { +export type Queryoptimismsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerLiquidityEventsArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_settingArgs = { +export type Queryoptimismsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_settingsArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_relayerArgs = { +export type Queryoptimismsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayersArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_sequencerArgs = { +export type Queryoptimismsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_sequencersArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_relayerFeeArgs = { +export type Queryoptimismsepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeesArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_originTransferArgs = { +export type Queryoptimismsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originTransfersArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_destinationTransferArgs = { +export type Queryoptimismsepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_destinationTransfersArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_originMessageArgs = { +export type Queryoptimismsepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originMessagesArgs = { +export type Queryoptimismsepolia_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 Querystagingbase_aggregateRootArgs = { +export type Queryoptimismsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootsArgs = { +export type Queryoptimismsepolia_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_connectorMetaArgs = { +export type Queryoptimismsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_connectorMetasArgs = { +export type Queryoptimismsepolia_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootCountArgs = { +export type Queryoptimismsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootCountsArgs = { +export type Queryoptimismsepolia_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootMessageSentArgs = { +export type Queryoptimismsepolia__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootMessageSentsArgs = { +export type Queryzksync_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 Querystagingbase_relayerFeesIncreaseArgs = { +export type Queryzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeesIncreasesArgs = { +export type Queryzksync_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 Querystagingbase_slippageUpdateArgs = { +export type Queryzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_slippageUpdatesArgs = { +export type Queryzksync_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 Querystagingbase_snapshotRootArgs = { +export type Queryzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_snapshotRootsArgs = { +export type Queryzksync_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 Querystagingbase_spokeConnectorModeArgs = { +export type Queryzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_spokeConnectorModesArgs = { +export type Queryzksync_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 Querystagingbase_aggregateRootProposedArgs = { +export type Queryzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootProposedsArgs = { +export type Queryzksync_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_optimisticRootFinalizedArgs = { +export type Queryzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_optimisticRootFinalizedsArgs = { +export type Queryzksync_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 Querystagingbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymetis_assetArgs = { +export type Queryzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetsArgs = { +export type Queryzksync_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 Querymetis_assetStatusArgs = { +export type Queryzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetStatusesArgs = { +export type Queryzksync_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 Querymetis_assetBalanceArgs = { +export type Queryzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetBalancesArgs = { +export type Queryzksync_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 Querymetis_routerArgs = { +export type Queryzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routersArgs = { +export type Queryzksync_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 Querymetis_routerDailyTVLArgs = { +export type Queryzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerDailyTVLsArgs = { +export type Queryzksync_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 Querymetis_routerLiquidityEventArgs = { +export type Queryzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerLiquidityEventsArgs = { +export type Queryzksync_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 Querymetis_settingArgs = { +export type Queryzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_settingsArgs = { +export type Queryzksync_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 Querymetis_relayerArgs = { +export type Queryzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayersArgs = { +export type Queryzksync_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 Querymetis_sequencerArgs = { +export type Queryzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_sequencersArgs = { +export type Queryzksync_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 Querymetis_relayerFeeArgs = { +export type Queryzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesArgs = { +export type Queryzksync_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 Querymetis_originTransferArgs = { +export type Queryzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originTransfersArgs = { +export type Queryzksync_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 Querymetis_destinationTransferArgs = { +export type Queryzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_destinationTransfersArgs = { +export type Queryzksync_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 Querymetis_originMessageArgs = { +export type Queryzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originMessagesArgs = { +export type Queryzksync_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 Querymetis_aggregateRootArgs = { +export type Queryzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootsArgs = { +export type Queryzksync_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_connectorMetaArgs = { +export type Queryzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_connectorMetasArgs = { +export type Queryzksync_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootCountArgs = { +export type Queryzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootCountsArgs = { +export type Queryzksync_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootMessageSentArgs = { +export type Queryzksync__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootMessageSentsArgs = { +export type Querymantle_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 Querymetis_relayerFeesIncreaseArgs = { +export type Querymantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesIncreasesArgs = { +export type Querymantle_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 Querymetis_slippageUpdateArgs = { +export type Querymantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_slippageUpdatesArgs = { +export type Querymantle_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 Querymetis_snapshotRootArgs = { +export type Querymantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_snapshotRootsArgs = { +export type Querymantle_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 Querymetis_spokeConnectorModeArgs = { +export type Querymantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_spokeConnectorModesArgs = { +export type Querymantle_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 Querymetis_aggregateRootProposedArgs = { +export type Querymantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootProposedsArgs = { +export type Querymantle_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_optimisticRootFinalizedArgs = { +export type Querymantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_optimisticRootFinalizedsArgs = { +export type Querymantle_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 Querymetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingoptimism_assetArgs = { +export type Querymantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetsArgs = { +export type Querymantle_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 Querystagingoptimism_assetStatusArgs = { +export type Querymantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetStatusesArgs = { +export type Querymantle_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 Querystagingoptimism_assetBalanceArgs = { +export type Querymantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetBalancesArgs = { +export type Querymantle_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 Querystagingoptimism_routerArgs = { +export type Querymantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routersArgs = { +export type Querymantle_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 Querystagingoptimism_routerDailyTVLArgs = { +export type Querymantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerDailyTVLsArgs = { +export type Querymantle_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 Querystagingoptimism_routerLiquidityEventArgs = { +export type Querymantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerLiquidityEventsArgs = { +export type Querymantle_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 Querystagingoptimism_settingArgs = { +export type Querymantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_settingsArgs = { +export type Querymantle_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 Querystagingoptimism_relayerArgs = { +export type Querymantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayersArgs = { +export type Querymantle_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 Querystagingoptimism_sequencerArgs = { +export type Querymantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_sequencersArgs = { +export type Querymantle_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 Querystagingoptimism_relayerFeeArgs = { +export type Querymantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeesArgs = { +export type Querymantle_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 Querystagingoptimism_originTransferArgs = { +export type Querymantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originTransfersArgs = { +export type Querymantle_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 Querystagingoptimism_destinationTransferArgs = { +export type Querymantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_destinationTransfersArgs = { +export type Querymantle_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 Querystagingoptimism_originMessageArgs = { +export type Querymantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originMessagesArgs = { +export type Querymantle_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 Querystagingoptimism_aggregateRootArgs = { +export type Querymantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootsArgs = { +export type Querymantle_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_connectorMetaArgs = { +export type Querymantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_connectorMetasArgs = { +export type Querymantle_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootCountArgs = { +export type Querymantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootCountsArgs = { +export type Querymantle_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootMessageSentArgs = { +export type Querymantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootMessageSentsArgs = { +export type Queryavalanche_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 Querystagingoptimism_relayerFeesIncreaseArgs = { +export type Queryavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeesIncreasesArgs = { +export type Queryavalanche_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 Querystagingoptimism_slippageUpdateArgs = { +export type Queryavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_slippageUpdatesArgs = { +export type Queryavalanche_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 Querystagingoptimism_snapshotRootArgs = { +export type Queryavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_snapshotRootsArgs = { +export type Queryavalanche_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 Querystagingoptimism_spokeConnectorModeArgs = { +export type Queryavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_spokeConnectorModesArgs = { +export type Queryavalanche_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 Querystagingoptimism_aggregateRootProposedArgs = { +export type Queryavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootProposedsArgs = { +export type Queryavalanche_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_optimisticRootFinalizedArgs = { +export type Queryavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_optimisticRootFinalizedsArgs = { +export type Queryavalanche_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 Querystagingoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmantle_assetArgs = { +export type Queryavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetsArgs = { +export type Queryavalanche_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 Querystagingmantle_assetStatusArgs = { +export type Queryavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetStatusesArgs = { +export type Queryavalanche_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 Querystagingmantle_assetBalanceArgs = { +export type Queryavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetBalancesArgs = { +export type Queryavalanche_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 Querystagingmantle_routerArgs = { +export type Queryavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routersArgs = { +export type Queryavalanche_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 Querystagingmantle_routerDailyTVLArgs = { +export type Queryavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerDailyTVLsArgs = { +export type Queryavalanche_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 Querystagingmantle_routerLiquidityEventArgs = { +export type Queryavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerLiquidityEventsArgs = { +export type Queryavalanche_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 Querystagingmantle_settingArgs = { +export type Queryavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_settingsArgs = { +export type Queryavalanche_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 Querystagingmantle_relayerArgs = { +export type Queryavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayersArgs = { +export type Queryavalanche_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 Querystagingmantle_sequencerArgs = { +export type Queryavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_sequencersArgs = { +export type Queryavalanche_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 Querystagingmantle_relayerFeeArgs = { +export type Queryavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayerFeesArgs = { +export type Queryavalanche_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 Querystagingmantle_originTransferArgs = { +export type Queryavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_originTransfersArgs = { +export type Queryavalanche_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 Querystagingmantle_destinationTransferArgs = { +export type Queryavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_destinationTransfersArgs = { +export type Queryavalanche_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 Querystagingmantle_originMessageArgs = { +export type Queryavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_originMessagesArgs = { +export type Queryavalanche_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 Querystagingmantle_aggregateRootArgs = { +export type Queryavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_aggregateRootsArgs = { +export type Queryavalanche_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_connectorMetaArgs = { +export type Queryavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_connectorMetasArgs = { +export type Queryavalanche_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootCountArgs = { +export type Queryavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootCountsArgs = { +export type Queryavalanche_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootMessageSentArgs = { +export type Queryavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootMessageSentsArgs = { +export type Querymode_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 Querystagingmantle_relayerFeesIncreaseArgs = { +export type Querymode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayerFeesIncreasesArgs = { +export type Querymode_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 Querystagingmantle_slippageUpdateArgs = { +export type Querymode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_slippageUpdatesArgs = { +export type Querymode_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 Querystagingmantle_snapshotRootArgs = { +export type Querymode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_snapshotRootsArgs = { +export type Querymode_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 Querystagingmantle_spokeConnectorModeArgs = { +export type Querymode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_spokeConnectorModesArgs = { +export type Querymode_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 Querystagingmantle_aggregateRootProposedArgs = { +export type Querymode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_aggregateRootProposedsArgs = { +export type Querymode_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_optimisticRootFinalizedArgs = { +export type Querymode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_optimisticRootFinalizedsArgs = { +export type Querymode_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 Querystagingmantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygonzkevm_assetArgs = { +export type Querymode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetsArgs = { +export type Querymode_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 Querypolygonzkevm_assetStatusArgs = { +export type Querymode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetStatusesArgs = { +export type Querymode_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 Querypolygonzkevm_assetBalanceArgs = { +export type Querymode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetBalancesArgs = { +export type Querymode_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 Querypolygonzkevm_routerArgs = { +export type Querymode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routersArgs = { +export type Querymode_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 Querypolygonzkevm_routerDailyTVLArgs = { +export type Querymode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerDailyTVLsArgs = { +export type Querymode_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 Querypolygonzkevm_routerLiquidityEventArgs = { +export type Querymode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerLiquidityEventsArgs = { +export type Querymode_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 Querypolygonzkevm_settingArgs = { +export type Querymode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_settingsArgs = { +export type Querymode_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 Querypolygonzkevm_relayerArgs = { +export type Querymode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayersArgs = { +export type Querymode_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 Querypolygonzkevm_sequencerArgs = { +export type Querymode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_sequencersArgs = { +export type Querymode_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 Querypolygonzkevm_relayerFeeArgs = { +export type Querymode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesArgs = { +export type Querymode_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 Querypolygonzkevm_originTransferArgs = { +export type Querymode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originTransfersArgs = { +export type Querymode_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 Querypolygonzkevm_destinationTransferArgs = { +export type Querymode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_destinationTransfersArgs = { +export type Querymode_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 Querypolygonzkevm_originMessageArgs = { +export type Querymode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originMessagesArgs = { +export type Querymode_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 Querypolygonzkevm_aggregateRootArgs = { +export type Querymode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootsArgs = { +export type Querymode_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_connectorMetaArgs = { +export type Querymode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_connectorMetasArgs = { +export type Querymode_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootCountArgs = { +export type Querymode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootCountsArgs = { +export type Querymode_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootMessageSentArgs = { +export type Querymode__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingxlayer_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootMessageSentsArgs = { +export type Querystagingxlayer_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 Querypolygonzkevm_relayerFeesIncreaseArgs = { +export type Querystagingxlayer_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesIncreasesArgs = { +export type Querystagingxlayer_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 Querypolygonzkevm_slippageUpdateArgs = { +export type Querystagingxlayer_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_slippageUpdatesArgs = { +export type Querystagingxlayer_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 Querypolygonzkevm_snapshotRootArgs = { +export type Querystagingxlayer_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_snapshotRootsArgs = { +export type Querystagingxlayer_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 Querypolygonzkevm_spokeConnectorModeArgs = { +export type Querystagingxlayer_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_spokeConnectorModesArgs = { +export type Querystagingxlayer_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 Querypolygonzkevm_aggregateRootProposedArgs = { +export type Querystagingxlayer_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootProposedsArgs = { +export type Querystagingxlayer_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_optimisticRootFinalizedArgs = { +export type Querystagingxlayer_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_optimisticRootFinalizedsArgs = { +export type Querystagingxlayer_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 Querypolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingmode_assetArgs = { +export type Querystagingxlayer_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_assetsArgs = { +export type Querystagingxlayer_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 Querystagingmode_assetStatusArgs = { +export type Querystagingxlayer_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_assetStatusesArgs = { +export type Querystagingxlayer_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 Querystagingmode_assetBalanceArgs = { +export type Querystagingxlayer_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_assetBalancesArgs = { +export type Querystagingxlayer_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 Querystagingmode_routerArgs = { +export type Querystagingxlayer_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routersArgs = { +export type Querystagingxlayer_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 Querystagingmode_routerDailyTVLArgs = { +export type Querystagingxlayer_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routerDailyTVLsArgs = { +export type Querystagingxlayer_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 Querystagingmode_routerLiquidityEventArgs = { +export type Querystagingxlayer_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routerLiquidityEventsArgs = { +export type Querystagingxlayer_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 Querystagingmode_settingArgs = { +export type Querystagingxlayer_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_settingsArgs = { +export type Querystagingxlayer_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 Querystagingmode_relayerArgs = { +export type Querystagingxlayer_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayersArgs = { +export type Querystagingxlayer_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 Querystagingmode_sequencerArgs = { +export type Querystagingxlayer_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_sequencersArgs = { +export type Querystagingxlayer_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 Querystagingmode_relayerFeeArgs = { +export type Querystagingxlayer_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayerFeesArgs = { +export type Querystagingxlayer_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 Querystagingmode_originTransferArgs = { +export type Querystagingxlayer_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_originTransfersArgs = { +export type Querystagingxlayer_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 Querystagingmode_destinationTransferArgs = { +export type Querystagingxlayer_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_destinationTransfersArgs = { +export type Querystagingxlayer_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 Querystagingmode_originMessageArgs = { +export type Querystagingxlayer_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_originMessagesArgs = { +export type Querystagingxlayer_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 Querystagingmode_aggregateRootArgs = { +export type Querystagingxlayer_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_aggregateRootsArgs = { +export type Querystagingxlayer_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_connectorMetaArgs = { +export type Querystagingxlayer_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_connectorMetasArgs = { +export type Querystagingxlayer_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_rootCountArgs = { +export type Querystagingxlayer_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_rootCountsArgs = { +export type Querystagingxlayer_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_rootMessageSentArgs = { +export type Querystagingxlayer__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_rootMessageSentsArgs = { +export type Querystagingbase_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 Querystagingmode_relayerFeesIncreaseArgs = { +export type Querystagingbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayerFeesIncreasesArgs = { +export type Querystagingbase_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 Querystagingmode_slippageUpdateArgs = { +export type Querystagingbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_slippageUpdatesArgs = { +export type Querystagingbase_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 Querystagingmode_snapshotRootArgs = { +export type Querystagingbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_snapshotRootsArgs = { +export type Querystagingbase_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 Querystagingmode_spokeConnectorModeArgs = { +export type Querystagingbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_spokeConnectorModesArgs = { +export type Querystagingbase_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 Querystagingmode_aggregateRootProposedArgs = { +export type Querystagingbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_aggregateRootProposedsArgs = { +export type Querystagingbase_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_optimisticRootFinalizedArgs = { +export type Querystagingbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_optimisticRootFinalizedsArgs = { +export type Querystagingbase_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 Querystagingmode__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybase_assetArgs = { +export type Querystagingbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetsArgs = { +export type Querystagingbase_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 Querybase_assetStatusArgs = { +export type Querystagingbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetStatusesArgs = { +export type Querystagingbase_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 Querybase_assetBalanceArgs = { +export type Querystagingbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetBalancesArgs = { +export type Querystagingbase_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 Querybase_routerArgs = { +export type Querystagingbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routersArgs = { +export type Querystagingbase_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 Querybase_routerDailyTVLArgs = { +export type Querystagingbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerDailyTVLsArgs = { +export type Querystagingbase_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 Querybase_routerLiquidityEventArgs = { +export type Querystagingbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerLiquidityEventsArgs = { +export type Querystagingbase_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 Querybase_settingArgs = { +export type Querystagingbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_settingsArgs = { +export type Querystagingbase_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 Querybase_relayerArgs = { +export type Querystagingbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayersArgs = { +export type Querystagingbase_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 Querybase_sequencerArgs = { +export type Querystagingbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_sequencersArgs = { +export type Querystagingbase_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 Querybase_relayerFeeArgs = { +export type Querystagingbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeesArgs = { +export type Querystagingbase_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 Querybase_originTransferArgs = { +export type Querystagingbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originTransfersArgs = { +export type Querystagingbase_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 Querybase_destinationTransferArgs = { +export type Querystagingbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_destinationTransfersArgs = { +export type Querystagingbase_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 Querybase_originMessageArgs = { +export type Querystagingbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originMessagesArgs = { +export type Querystagingbase_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 Querybase_aggregateRootArgs = { +export type Querystagingbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootsArgs = { +export type Querystagingbase_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_connectorMetaArgs = { +export type Querystagingbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_connectorMetasArgs = { +export type Querystagingbase_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootCountArgs = { +export type Querystagingbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootCountsArgs = { +export type Querystagingbase_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootMessageSentArgs = { +export type Querystagingbase__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootMessageSentsArgs = { +export type Querymetis_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 Querybase_relayerFeesIncreaseArgs = { +export type Querymetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeesIncreasesArgs = { +export type Querymetis_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 Querybase_slippageUpdateArgs = { +export type Querymetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_slippageUpdatesArgs = { +export type Querymetis_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 Querybase_snapshotRootArgs = { +export type Querymetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_snapshotRootsArgs = { +export type Querymetis_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 Querybase_spokeConnectorModeArgs = { +export type Querymetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_spokeConnectorModesArgs = { +export type Querymetis_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 Querybase_aggregateRootProposedArgs = { +export type Querymetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootProposedsArgs = { +export type Querymetis_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_optimisticRootFinalizedArgs = { +export type Querymetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_optimisticRootFinalizedsArgs = { +export type Querymetis_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 Querybase__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingscroll_assetArgs = { +export type Querymetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_assetsArgs = { +export type Querymetis_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 Querystagingscroll_assetStatusArgs = { +export type Querymetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_assetStatusesArgs = { +export type Querymetis_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 Querystagingscroll_assetBalanceArgs = { +export type Querymetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_assetBalancesArgs = { +export type Querymetis_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 Querystagingscroll_routerArgs = { +export type Querymetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_routersArgs = { +export type Querymetis_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 Querystagingscroll_routerDailyTVLArgs = { +export type Querymetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_routerDailyTVLsArgs = { +export type Querymetis_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 Querystagingscroll_routerLiquidityEventArgs = { +export type Querymetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_routerLiquidityEventsArgs = { +export type Querymetis_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 Querystagingscroll_settingArgs = { +export type Querymetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_settingsArgs = { +export type Querymetis_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 Querystagingscroll_relayerArgs = { +export type Querymetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_relayersArgs = { +export type Querymetis_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 Querystagingscroll_sequencerArgs = { +export type Querymetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_sequencersArgs = { +export type Querymetis_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 Querystagingscroll_relayerFeeArgs = { +export type Querymetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_relayerFeesArgs = { +export type Querymetis_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 Querystagingscroll_originTransferArgs = { +export type Querymetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_originTransfersArgs = { +export type Querymetis_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 Querystagingscroll_destinationTransferArgs = { +export type Querymetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_destinationTransfersArgs = { +export type Querymetis_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 Querystagingscroll_originMessageArgs = { +export type Querymetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_originMessagesArgs = { +export type Querymetis_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 Querystagingscroll_aggregateRootArgs = { +export type Querymetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_aggregateRootsArgs = { +export type Querymetis_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_connectorMetaArgs = { +export type Querymetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_connectorMetasArgs = { +export type Querymetis_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_rootCountArgs = { +export type Querymetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_rootCountsArgs = { +export type Querymetis_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_rootMessageSentArgs = { +export type Querymetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Querybase_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_rootMessageSentsArgs = { +export type Querybase_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 Querystagingscroll_relayerFeesIncreaseArgs = { +export type Querybase_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_relayerFeesIncreasesArgs = { +export type Querybase_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 Querystagingscroll_slippageUpdateArgs = { +export type Querybase_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_slippageUpdatesArgs = { +export type Querybase_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 Querystagingscroll_snapshotRootArgs = { +export type Querybase_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_snapshotRootsArgs = { +export type Querybase_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 Querystagingscroll_spokeConnectorModeArgs = { +export type Querybase_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_spokeConnectorModesArgs = { +export type Querybase_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 Querystagingscroll_aggregateRootProposedArgs = { +export type Querybase_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_aggregateRootProposedsArgs = { +export type Querybase_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 Querystagingscroll_optimisticRootFinalizedArgs = { +export type Querybase_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_optimisticRootFinalizedsArgs = { +export type Querybase_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 Querystagingscroll__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingzksync_assetArgs = { +export type Querybase_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetsArgs = { +export type Querybase_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 Querystagingzksync_assetStatusArgs = { +export type Querybase_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetStatusesArgs = { +export type Querybase_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 Querystagingzksync_assetBalanceArgs = { +export type Querybase_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetBalancesArgs = { +export type Querybase_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 Querystagingzksync_routerArgs = { +export type Querybase_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routersArgs = { +export type Querybase_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 Querystagingzksync_routerDailyTVLArgs = { +export type Querybase_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routerDailyTVLsArgs = { +export type Querybase_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 Querystagingzksync_routerLiquidityEventArgs = { +export type Querybase_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routerLiquidityEventsArgs = { +export type Querybase_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 Querystagingzksync_settingArgs = { +export type Querybase_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_settingsArgs = { +export type Querybase_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 Querystagingzksync_relayerArgs = { +export type Querybase_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayersArgs = { +export type Querybase_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 Querystagingzksync_sequencerArgs = { +export type Querybase_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_sequencersArgs = { +export type Querybase_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 Querystagingzksync_relayerFeeArgs = { +export type Querybase_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayerFeesArgs = { +export type Querystagingmantle_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 Querystagingzksync_originTransferArgs = { +export type Querystagingmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_originTransfersArgs = { +export type Querystagingmantle_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 Querystagingzksync_destinationTransferArgs = { +export type Querystagingmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_destinationTransfersArgs = { +export type Querystagingmantle_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 Querystagingzksync_originMessageArgs = { +export type Querystagingmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_originMessagesArgs = { +export type Querystagingmantle_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 Querystagingzksync_aggregateRootArgs = { +export type Querystagingmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootsArgs = { +export type Querystagingmantle_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 Querystagingzksync_connectorMetaArgs = { +export type Querystagingmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_connectorMetasArgs = { +export type Querystagingmantle_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootCountArgs = { +export type Querystagingmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootCountsArgs = { +export type Querystagingmantle_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 Querystagingzksync_rootMessageSentArgs = { +export type Querystagingmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootMessageSentsArgs = { +export type Querystagingmantle_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 Querystagingzksync_relayerFeesIncreaseArgs = { +export type Querystagingmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayerFeesIncreasesArgs = { +export type Querystagingmantle_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 Querystagingzksync_slippageUpdateArgs = { +export type Querystagingmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_slippageUpdatesArgs = { +export type Querystagingmantle_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 Querystagingzksync_snapshotRootArgs = { +export type Querystagingmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_snapshotRootsArgs = { +export type Querystagingmantle_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 Querystagingzksync_spokeConnectorModeArgs = { +export type Querystagingmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_spokeConnectorModesArgs = { +export type Querystagingmantle_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 Querystagingzksync_aggregateRootProposedArgs = { +export type Querystagingmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootProposedsArgs = { +export type Querystagingmantle_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 Querystagingzksync_optimisticRootFinalizedArgs = { +export type Querystagingmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_optimisticRootFinalizedsArgs = { +export type Querystagingmantle_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 Querystagingzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingxdai_assetArgs = { +export type Querystagingmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetsArgs = { +export type Querystagingmantle_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 Querystagingxdai_assetStatusArgs = { +export type Querystagingmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetStatusesArgs = { +export type Querystagingmantle_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 Querystagingxdai_assetBalanceArgs = { +export type Querystagingmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetBalancesArgs = { +export type Querystagingmantle_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 Querystagingxdai_routerArgs = { +export type Querystagingmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routersArgs = { +export type Querystagingmantle_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 Querystagingxdai_routerDailyTVLArgs = { +export type Querystagingmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerDailyTVLsArgs = { +export type Querystagingmantle_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 Querystagingxdai_routerLiquidityEventArgs = { +export type Querystagingmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerLiquidityEventsArgs = { +export type Querystagingmantle_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 Querystagingxdai_settingArgs = { +export type Querystagingmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_settingsArgs = { +export type Querystagingmantle_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerArgs = { +export type Querystagingmantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayersArgs = { +export type Querystagingmantle_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_sequencerArgs = { +export type Querystagingmantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_sequencersArgs = { +export type Querystagingmantle_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerFeeArgs = { +export type Querystagingmantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerFeesArgs = { +export type Querystagingmetis_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 Querystagingxdai_originTransferArgs = { +export type Querystagingmetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_originTransfersArgs = { +export type Querystagingmetis_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 Querystagingxdai_destinationTransferArgs = { +export type Querystagingmetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_destinationTransfersArgs = { +export type Querystagingmetis_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 Querystagingxdai_originMessageArgs = { +export type Querystagingmetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_originMessagesArgs = { +export type Querystagingmetis_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 Querystagingxdai_aggregateRootArgs = { +export type Querystagingmetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_aggregateRootsArgs = { +export type Querystagingmetis_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 Querystagingxdai_connectorMetaArgs = { +export type Querystagingmetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_connectorMetasArgs = { +export type Querystagingmetis_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_rootCountArgs = { +export type Querystagingmetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_rootCountsArgs = { +export type Querystagingmetis_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 Querystagingxdai_rootMessageSentArgs = { +export type Querystagingmetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_rootMessageSentsArgs = { +export type Querystagingmetis_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 Querystagingxdai_relayerFeesIncreaseArgs = { +export type Querystagingmetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerFeesIncreasesArgs = { +export type Querystagingmetis_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 Querystagingxdai_slippageUpdateArgs = { +export type Querystagingmetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_slippageUpdatesArgs = { +export type Querystagingmetis_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 Querystagingxdai_snapshotRootArgs = { +export type Querystagingmetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_snapshotRootsArgs = { +export type Querystagingmetis_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 Querystagingxdai_spokeConnectorModeArgs = { +export type Querystagingmetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_spokeConnectorModesArgs = { +export type Querystagingmetis_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 Querystagingxdai_aggregateRootProposedArgs = { +export type Querystagingmetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_aggregateRootProposedsArgs = { +export type Querystagingmetis_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 Querystagingxdai_optimisticRootFinalizedArgs = { +export type Querystagingmetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_optimisticRootFinalizedsArgs = { +export type Querystagingmetis_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 Querystagingxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryxdai_assetArgs = { +export type Querystagingmetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxdai_assetsArgs = { +export type Querystagingmetis_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 Querystagingmetis_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryxdai_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryxdai_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; @@ -19544,2528 +19670,2402 @@ export type Queryxdai__metaArgs = { }; -export type Querystagingbnb_assetArgs = { +export type Queryxlayer_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetsArgs = { +export type Queryxlayer_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 Querystagingbnb_assetStatusArgs = { +export type Queryxlayer_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetStatusesArgs = { +export type Queryxlayer_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 Querystagingbnb_assetBalanceArgs = { +export type Queryxlayer_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetBalancesArgs = { +export type Queryxlayer_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 Querystagingbnb_routerArgs = { +export type Queryxlayer_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routersArgs = { +export type Queryxlayer_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 Querystagingbnb_routerDailyTVLArgs = { +export type Queryxlayer_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerDailyTVLsArgs = { +export type Queryxlayer_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 Querystagingbnb_routerLiquidityEventArgs = { +export type Queryxlayer_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerLiquidityEventsArgs = { +export type Queryxlayer_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_settingArgs = { +export type Queryxlayer_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_settingsArgs = { +export type Queryxlayer_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 Querystagingbnb_relayerArgs = { +export type Queryxlayer_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayersArgs = { +export type Queryxlayer_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 Querystagingbnb_sequencerArgs = { +export type Queryxlayer_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_sequencersArgs = { +export type Queryxlayer_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 Querystagingbnb_relayerFeeArgs = { +export type Queryxlayer_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayerFeesArgs = { +export type Queryxlayer_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 Querystagingbnb_originTransferArgs = { +export type Queryxlayer_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_originTransfersArgs = { +export type Queryxlayer_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 Querystagingbnb_destinationTransferArgs = { +export type Queryxlayer_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_destinationTransfersArgs = { +export type Queryxlayer_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 Querystagingbnb_originMessageArgs = { +export type Queryxlayer_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_originMessagesArgs = { +export type Queryxlayer_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 Querystagingbnb_aggregateRootArgs = { +export type Queryxlayer_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootsArgs = { +export type Queryxlayer_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 Querystagingbnb_connectorMetaArgs = { +export type Queryxlayer_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_connectorMetasArgs = { +export type Queryxlayer_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 Querystagingbnb_rootCountArgs = { +export type Queryxlayer_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_rootCountsArgs = { +export type Queryxlayer_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 Querystagingbnb_rootMessageSentArgs = { +export type Queryxlayer_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_rootMessageSentsArgs = { +export type Queryxlayer_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 Querystagingbnb_relayerFeesIncreaseArgs = { +export type Queryxlayer_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayerFeesIncreasesArgs = { +export type Queryxlayer_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 Querystagingbnb_slippageUpdateArgs = { +export type Queryxlayer_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_slippageUpdatesArgs = { +export type Queryxlayer_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 Querystagingbnb_snapshotRootArgs = { +export type Queryxlayer_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_snapshotRootsArgs = { +export type Queryxlayer_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 Querystagingbnb_spokeConnectorModeArgs = { +export type Queryxlayer_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_spokeConnectorModesArgs = { +export type Queryxlayer_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootProposedArgs = { +export type Queryxlayer_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootProposedsArgs = { +export type Queryxlayer_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_optimisticRootFinalizedArgs = { +export type Queryxlayer_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_optimisticRootFinalizedsArgs = { +export type Queryxlayer_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb__metaArgs = { - block?: InputMaybe; +export type Queryxlayer__metaArgs = { + block?: InputMaybe; }; -export type Querystagingarbitrumone_assetArgs = { +export type Querybnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_assetsArgs = { +export type Querybnb_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_assetStatusArgs = { +export type Querybnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_assetStatusesArgs = { +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 Querystagingarbitrumone_assetBalanceArgs = { +export type Querybnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_assetBalancesArgs = { +export type Querybnb_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routerArgs = { +export type Querybnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routersArgs = { +export type Querybnb_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routerDailyTVLArgs = { +export type Querybnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routerDailyTVLsArgs = { +export type Querybnb_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routerLiquidityEventArgs = { +export type Querybnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routerLiquidityEventsArgs = { +export type Querybnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_settingArgs = { +export type Querybnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_settingsArgs = { +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 Querystagingarbitrumone_relayerArgs = { +export type Querybnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_relayersArgs = { +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 Querystagingarbitrumone_sequencerArgs = { +export type Querybnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_sequencersArgs = { +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 Querystagingarbitrumone_relayerFeeArgs = { +export type Querybnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_relayerFeesArgs = { +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 Querystagingarbitrumone_originTransferArgs = { +export type Querybnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_originTransfersArgs = { +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 Querystagingarbitrumone_destinationTransferArgs = { +export type Querybnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_destinationTransfersArgs = { +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 Querystagingarbitrumone_originMessageArgs = { +export type Querybnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_originMessagesArgs = { +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 Querystagingarbitrumone_aggregateRootArgs = { +export type Querybnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_aggregateRootsArgs = { +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 Querystagingarbitrumone_connectorMetaArgs = { +export type Querybnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_connectorMetasArgs = { +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 Querystagingarbitrumone_rootCountArgs = { +export type Querybnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_rootCountsArgs = { +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 Querystagingarbitrumone_rootMessageSentArgs = { +export type Querybnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_rootMessageSentsArgs = { +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 Querystagingarbitrumone_relayerFeesIncreaseArgs = { +export type Querybnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_relayerFeesIncreasesArgs = { +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 Querystagingarbitrumone_slippageUpdateArgs = { +export type Querybnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_slippageUpdatesArgs = { +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 Querystagingarbitrumone_snapshotRootArgs = { +export type Querybnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_snapshotRootsArgs = { +export type Querybnb_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 Querystagingarbitrumone_spokeConnectorModeArgs = { +export type Querybnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_spokeConnectorModesArgs = { +export type Querybnb_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_aggregateRootProposedArgs = { +export type Querybnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_aggregateRootProposedsArgs = { +export type Querybnb_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_optimisticRootFinalizedArgs = { +export type Querybnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_optimisticRootFinalizedsArgs = { +export type Querybnb_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone__metaArgs = { - block?: InputMaybe; +export type Querybnb__metaArgs = { + block?: InputMaybe; }; -export type Querystagingpolygonzkevm_assetArgs = { +export type Querybase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetsArgs = { +export type Querybase_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 Querystagingpolygonzkevm_assetStatusArgs = { +export type Querybase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetStatusesArgs = { +export type Querybase_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 Querystagingpolygonzkevm_assetBalanceArgs = { +export type Querybase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetBalancesArgs = { +export type Querybase_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 Querystagingpolygonzkevm_routerArgs = { +export type Querybase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routersArgs = { +export type Querybase_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 Querystagingpolygonzkevm_routerDailyTVLArgs = { +export type Querybase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerDailyTVLsArgs = { +export type Querybase_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 Querystagingpolygonzkevm_routerLiquidityEventArgs = { +export type Querybase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerLiquidityEventsArgs = { +export type Querybase_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_settingArgs = { +export type Querybase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_settingsArgs = { +export type Querybase_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 Querystagingpolygonzkevm_relayerArgs = { +export type Querybase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayersArgs = { +export type Querybase_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 Querystagingpolygonzkevm_sequencerArgs = { +export type Querybase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_sequencersArgs = { +export type Querybase_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 Querystagingpolygonzkevm_relayerFeeArgs = { +export type Querybase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayerFeesArgs = { +export type Querybase_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 Querystagingpolygonzkevm_originTransferArgs = { +export type Querybase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_originTransfersArgs = { +export type Querybase_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 Querystagingpolygonzkevm_destinationTransferArgs = { +export type Querybase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_destinationTransfersArgs = { +export type Querybase_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 Querystagingpolygonzkevm_originMessageArgs = { +export type Querybase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_originMessagesArgs = { +export type Querybase_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 Querystagingpolygonzkevm_aggregateRootArgs = { +export type Querybase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_aggregateRootsArgs = { +export type Querybase_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 Querystagingpolygonzkevm_connectorMetaArgs = { +export type Querybase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_connectorMetasArgs = { +export type Querybase_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 Querystagingpolygonzkevm_rootCountArgs = { +export type Querybase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_rootCountsArgs = { +export type Querybase_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 Querystagingpolygonzkevm_rootMessageSentArgs = { +export type Querybase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_rootMessageSentsArgs = { +export type Querybase_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 Querystagingpolygonzkevm_relayerFeesIncreaseArgs = { +export type Querybase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayerFeesIncreasesArgs = { +export type Querybase_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 Querystagingpolygonzkevm_slippageUpdateArgs = { +export type Querybase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_slippageUpdatesArgs = { +export type Querybase_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 Querystagingpolygonzkevm_snapshotRootArgs = { +export type Querybase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_snapshotRootsArgs = { +export type Querybase_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 Querystagingpolygonzkevm_spokeConnectorModeArgs = { +export type Querybase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_spokeConnectorModesArgs = { +export type Querybase_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_aggregateRootProposedArgs = { +export type Querybase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_aggregateRootProposedsArgs = { +export type Querybase_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_optimisticRootFinalizedArgs = { +export type Querybase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_optimisticRootFinalizedsArgs = { +export type Querybase_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm__metaArgs = { - block?: InputMaybe; +export type Querybase__metaArgs = { + block?: InputMaybe; }; -export type Querystagingxlayer_assetArgs = { +export type Queryarbitrumsepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_assetsArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_assetStatusArgs = { +export type Queryarbitrumsepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_assetStatusesArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_assetBalanceArgs = { +export type Queryarbitrumsepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_assetBalancesArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_routerArgs = { +export type Queryarbitrumsepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_routersArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_routerDailyTVLArgs = { +export type Queryarbitrumsepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_routerDailyTVLsArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_routerLiquidityEventArgs = { +export type Queryarbitrumsepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_routerLiquidityEventsArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_settingArgs = { +export type Queryarbitrumsepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_settingsArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_relayerArgs = { +export type Queryarbitrumsepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_relayersArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_sequencerArgs = { +export type Queryarbitrumsepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_sequencersArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_relayerFeeArgs = { +export type Queryarbitrumsepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_relayerFeesArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_originTransferArgs = { +export type Queryarbitrumsepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_originTransfersArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_destinationTransferArgs = { +export type Queryarbitrumsepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_destinationTransfersArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_originMessageArgs = { +export type Queryarbitrumsepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_originMessagesArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_aggregateRootArgs = { +export type Queryarbitrumsepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_aggregateRootsArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_connectorMetaArgs = { +export type Queryarbitrumsepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_connectorMetasArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_rootCountArgs = { +export type Queryarbitrumsepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_rootCountsArgs = { +export type Queryarbitrumsepolia_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 Querystagingxlayer_rootMessageSentArgs = { +export type Queryarbitrumsepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_rootMessageSentsArgs = { +export type Querystagingoptimism_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 Querystagingxlayer_relayerFeesIncreaseArgs = { +export type Querystagingoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_relayerFeesIncreasesArgs = { +export type Querystagingoptimism_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 Querystagingxlayer_slippageUpdateArgs = { +export type Querystagingoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_slippageUpdatesArgs = { +export type Querystagingoptimism_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 Querystagingxlayer_snapshotRootArgs = { +export type Querystagingoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_snapshotRootsArgs = { +export type Querystagingoptimism_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 Querystagingxlayer_spokeConnectorModeArgs = { +export type Querystagingoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_spokeConnectorModesArgs = { +export type Querystagingoptimism_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 Querystagingxlayer_aggregateRootProposedArgs = { +export type Querystagingoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_aggregateRootProposedsArgs = { +export type Querystagingoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_optimisticRootFinalizedArgs = { +export type Querystagingoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_optimisticRootFinalizedsArgs = { +export type Querystagingoptimism_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 Querystagingxlayer__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystaginglinea_assetArgs = { +export type Querystagingoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetsArgs = { +export type Querystagingoptimism_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 Querystaginglinea_assetStatusArgs = { +export type Querystagingoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetStatusesArgs = { +export type Querystagingoptimism_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 Querystaginglinea_assetBalanceArgs = { +export type Querystagingoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetBalancesArgs = { +export type Querystagingoptimism_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 Querystaginglinea_routerArgs = { +export type Querystagingoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routersArgs = { +export type Querystagingoptimism_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 Querystaginglinea_routerDailyTVLArgs = { +export type Querystagingoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerDailyTVLsArgs = { +export type Querystagingoptimism_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 Querystaginglinea_routerLiquidityEventArgs = { +export type Querystagingoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerLiquidityEventsArgs = { +export type Querystagingoptimism_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 Querystaginglinea_settingArgs = { +export type Querystagingoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_settingsArgs = { +export type Querystagingoptimism_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 Querystaginglinea_relayerArgs = { +export type Querystagingoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayersArgs = { +export type Querystagingoptimism_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 Querystaginglinea_sequencerArgs = { +export type Querystagingoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_sequencersArgs = { +export type Querystagingoptimism_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 Querystaginglinea_relayerFeeArgs = { +export type Querystagingoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeesArgs = { +export type Querystagingoptimism_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 Querystaginglinea_originTransferArgs = { +export type Querystagingoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originTransfersArgs = { +export type Querystagingoptimism_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 Querystaginglinea_destinationTransferArgs = { +export type Querystagingoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_destinationTransfersArgs = { +export type Querystagingoptimism_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 Querystaginglinea_originMessageArgs = { +export type Querystagingoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originMessagesArgs = { +export type Querystagingoptimism_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 Querystaginglinea_aggregateRootArgs = { +export type Querystagingoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootsArgs = { +export type Querystagingoptimism_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_connectorMetaArgs = { +export type Querystagingoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_connectorMetasArgs = { +export type Querystagingoptimism_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootCountArgs = { +export type Querystagingoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootCountsArgs = { +export type Querystagingoptimism_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootMessageSentArgs = { +export type Querystagingoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryavalanche_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootMessageSentsArgs = { +export type Queryavalanche_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 Querystaginglinea_relayerFeesIncreaseArgs = { +export type Queryavalanche_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeesIncreasesArgs = { +export type Queryavalanche_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 Querystaginglinea_slippageUpdateArgs = { +export type Queryavalanche_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_slippageUpdatesArgs = { +export type Queryavalanche_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 Querystaginglinea_snapshotRootArgs = { +export type Queryavalanche_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_snapshotRootsArgs = { +export type Queryavalanche_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 Querystaginglinea_spokeConnectorModeArgs = { +export type Queryavalanche_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_spokeConnectorModesArgs = { +export type Queryavalanche_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 Querystaginglinea_aggregateRootProposedArgs = { +export type Queryavalanche_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootProposedsArgs = { +export type Queryavalanche_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 Querystaginglinea_optimisticRootFinalizedArgs = { +export type Queryavalanche_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_optimisticRootFinalizedsArgs = { +export type Queryavalanche_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 Querystaginglinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybnb_swap_systemInfoArgs = { +export type Queryavalanche_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_systemInfosArgs = { +export type Queryavalanche_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_pooledTokenArgs = { +export type Queryavalanche_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokensArgs = { +export type Queryavalanche_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_stableSwapArgs = { +export type Queryavalanche_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapsArgs = { +export type Queryavalanche_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_stableSwapAddLiquidityEventArgs = { +export type Queryavalanche_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryavalanche_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_stableSwapRemoveLiquidityEventArgs = { +export type Queryavalanche_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryavalanche_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_stableSwapExchangeArgs = { +export type Queryavalanche_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangesArgs = { +export type Queryavalanche_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_swapDailyVolumeArgs = { +export type Queryavalanche_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumesArgs = { +export type Queryavalanche_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_swapHourlyVolumeArgs = { +export type Queryavalanche_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumesArgs = { +export type Queryavalanche_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_swapWeeklyVolumeArgs = { +export type Queryavalanche_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumesArgs = { +export type Queryavalanche_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_lpAccountArgs = { +export type Queryavalanche_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountsArgs = { +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 Querybnb_swap_lpAccountBalanceArgs = { +export type Queryoptimism_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalancesArgs = { +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 Querybnb_swap_lpTokenArgs = { +export type Queryoptimism_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokensArgs = { +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 Querybnb_swap_lpTransferEventArgs = { +export type Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventsArgs = { +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 Querybnb_swap_stableSwapEventArgs = { +export type Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventsArgs = { +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 Querybnb_swap_swapTradeVolumeArgs = { +export type Queryoptimism_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumesArgs = { +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 Querybnb_swap_lpTokenEventArgs = { +export type Queryoptimism_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenEventsArgs = { +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 Querybnb_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimism_swap_systemInfoArgs = { +export type Queryoptimism_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_swapHourlyVolumesArgs = { +export type Queryoptimism_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; @@ -22518,6 +22518,299 @@ export type Queryarbitrumone_swap__metaArgs = { }; +export type Querybnb_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querybnb_swap__metaArgs = { + block?: InputMaybe; +}; + + export type Queryxdai_swap_systemInfoArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -23103,368 +23396,75 @@ export type Querypolygon_swap__metaArgs = { block?: InputMaybe; }; - -export type Queryavalanche_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryavalanche_swap__metaArgs = { - block?: InputMaybe; -}; - export type Subscription = { - sepolia_swap_systemInfo?: Maybe; - sepolia_swap_systemInfos: Array; - sepolia_swap_pooledToken?: Maybe; - sepolia_swap_pooledTokens: Array; - sepolia_swap_stableSwap?: Maybe; - sepolia_swap_stableSwaps: Array; - sepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - sepolia_swap_stableSwapAddLiquidityEvents: Array; - sepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - sepolia_swap_stableSwapRemoveLiquidityEvents: Array; - sepolia_swap_stableSwapExchange?: Maybe; - sepolia_swap_stableSwapExchanges: Array; - sepolia_swap_swapDailyVolume?: Maybe; - sepolia_swap_swapDailyVolumes: Array; - sepolia_swap_swapHourlyVolume?: Maybe; - sepolia_swap_swapHourlyVolumes: Array; - sepolia_swap_swapWeeklyVolume?: Maybe; - sepolia_swap_swapWeeklyVolumes: Array; - sepolia_swap_lpAccount?: Maybe; - sepolia_swap_lpAccounts: Array; - sepolia_swap_lpAccountBalance?: Maybe; - sepolia_swap_lpAccountBalances: Array; - sepolia_swap_lpToken?: Maybe; - sepolia_swap_lpTokens: Array; - sepolia_swap_lpTransferEvent?: Maybe; - sepolia_swap_lpTransferEvents: Array; - sepolia_swap_stableSwapEvent?: Maybe; - sepolia_swap_stableSwapEvents: Array; - sepolia_swap_swapTradeVolume?: Maybe; - sepolia_swap_swapTradeVolumes: Array; - sepolia_swap_lpTokenEvent?: Maybe; - sepolia_swap_lpTokenEvents: Array; + metis_swap_systemInfo?: Maybe; + metis_swap_systemInfos: Array; + metis_swap_pooledToken?: Maybe; + metis_swap_pooledTokens: Array; + metis_swap_stableSwap?: Maybe; + metis_swap_stableSwaps: Array; + metis_swap_stableSwapAddLiquidityEvent?: Maybe; + metis_swap_stableSwapAddLiquidityEvents: Array; + metis_swap_stableSwapRemoveLiquidityEvent?: Maybe; + metis_swap_stableSwapRemoveLiquidityEvents: Array; + metis_swap_stableSwapExchange?: Maybe; + metis_swap_stableSwapExchanges: Array; + metis_swap_swapDailyVolume?: Maybe; + metis_swap_swapDailyVolumes: Array; + metis_swap_swapHourlyVolume?: Maybe; + metis_swap_swapHourlyVolumes: Array; + metis_swap_swapWeeklyVolume?: Maybe; + metis_swap_swapWeeklyVolumes: Array; + metis_swap_lpAccount?: Maybe; + metis_swap_lpAccounts: Array; + metis_swap_lpAccountBalance?: Maybe; + metis_swap_lpAccountBalances: Array; + metis_swap_lpToken?: Maybe; + metis_swap_lpTokens: Array; + metis_swap_lpTransferEvent?: Maybe; + metis_swap_lpTransferEvents: Array; + metis_swap_stableSwapEvent?: Maybe; + metis_swap_stableSwapEvents: Array; + metis_swap_swapTradeVolume?: Maybe; + metis_swap_swapTradeVolumes: Array; + metis_swap_lpTokenEvent?: Maybe; + metis_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - sepolia_swap__meta?: Maybe; - optimismsepolia_swap_systemInfo?: Maybe; - optimismsepolia_swap_systemInfos: Array; - optimismsepolia_swap_pooledToken?: Maybe; - optimismsepolia_swap_pooledTokens: Array; - optimismsepolia_swap_stableSwap?: Maybe; - optimismsepolia_swap_stableSwaps: Array; - optimismsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - optimismsepolia_swap_stableSwapAddLiquidityEvents: Array; - optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimismsepolia_swap_stableSwapRemoveLiquidityEvents: Array; - optimismsepolia_swap_stableSwapExchange?: Maybe; - optimismsepolia_swap_stableSwapExchanges: Array; - optimismsepolia_swap_swapDailyVolume?: Maybe; - optimismsepolia_swap_swapDailyVolumes: Array; - optimismsepolia_swap_swapHourlyVolume?: Maybe; - optimismsepolia_swap_swapHourlyVolumes: Array; - optimismsepolia_swap_swapWeeklyVolume?: Maybe; - optimismsepolia_swap_swapWeeklyVolumes: Array; - optimismsepolia_swap_lpAccount?: Maybe; - optimismsepolia_swap_lpAccounts: Array; - optimismsepolia_swap_lpAccountBalance?: Maybe; - optimismsepolia_swap_lpAccountBalances: Array; - optimismsepolia_swap_lpToken?: Maybe; - optimismsepolia_swap_lpTokens: Array; - optimismsepolia_swap_lpTransferEvent?: Maybe; - optimismsepolia_swap_lpTransferEvents: Array; - optimismsepolia_swap_stableSwapEvent?: Maybe; - optimismsepolia_swap_stableSwapEvents: Array; - optimismsepolia_swap_swapTradeVolume?: Maybe; - optimismsepolia_swap_swapTradeVolumes: Array; - optimismsepolia_swap_lpTokenEvent?: Maybe; - optimismsepolia_swap_lpTokenEvents: Array; + metis_swap__meta?: Maybe; + linea_swap_systemInfo?: Maybe; + linea_swap_systemInfos: Array; + linea_swap_pooledToken?: Maybe; + linea_swap_pooledTokens: Array; + linea_swap_stableSwap?: Maybe; + linea_swap_stableSwaps: Array; + linea_swap_stableSwapAddLiquidityEvent?: Maybe; + linea_swap_stableSwapAddLiquidityEvents: Array; + linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; + linea_swap_stableSwapRemoveLiquidityEvents: Array; + linea_swap_stableSwapExchange?: Maybe; + linea_swap_stableSwapExchanges: Array; + linea_swap_swapDailyVolume?: Maybe; + linea_swap_swapDailyVolumes: Array; + linea_swap_swapHourlyVolume?: Maybe; + linea_swap_swapHourlyVolumes: Array; + linea_swap_swapWeeklyVolume?: Maybe; + linea_swap_swapWeeklyVolumes: Array; + linea_swap_lpAccount?: Maybe; + linea_swap_lpAccounts: Array; + linea_swap_lpAccountBalance?: Maybe; + linea_swap_lpAccountBalances: Array; + linea_swap_lpToken?: Maybe; + linea_swap_lpTokens: Array; + linea_swap_lpTransferEvent?: Maybe; + linea_swap_lpTransferEvents: Array; + linea_swap_stableSwapEvent?: Maybe; + linea_swap_stableSwapEvents: Array; + linea_swap_swapTradeVolume?: Maybe; + linea_swap_swapTradeVolumes: Array; + linea_swap_lpTokenEvent?: Maybe; + linea_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - optimismsepolia_swap__meta?: Maybe; + linea_swap__meta?: Maybe; sepolia_rootAggregated?: Maybe; sepolia_rootAggregateds: Array; sepolia_rootPropagated?: Maybe; @@ -23519,232 +23519,232 @@ export type Subscription = { sepolia_hubDomains: Array; /** Access to subgraph metadata */ sepolia__meta?: Maybe; - arbitrumsepolia_swap_systemInfo?: Maybe; - arbitrumsepolia_swap_systemInfos: Array; - arbitrumsepolia_swap_pooledToken?: Maybe; - arbitrumsepolia_swap_pooledTokens: Array; - arbitrumsepolia_swap_stableSwap?: Maybe; - arbitrumsepolia_swap_stableSwaps: Array; - arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumsepolia_swap_stableSwapAddLiquidityEvents: Array; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumsepolia_swap_stableSwapExchange?: Maybe; - arbitrumsepolia_swap_stableSwapExchanges: Array; - arbitrumsepolia_swap_swapDailyVolume?: Maybe; - arbitrumsepolia_swap_swapDailyVolumes: Array; - arbitrumsepolia_swap_swapHourlyVolume?: Maybe; - arbitrumsepolia_swap_swapHourlyVolumes: Array; - arbitrumsepolia_swap_swapWeeklyVolume?: Maybe; - arbitrumsepolia_swap_swapWeeklyVolumes: Array; - arbitrumsepolia_swap_lpAccount?: Maybe; - arbitrumsepolia_swap_lpAccounts: Array; - arbitrumsepolia_swap_lpAccountBalance?: Maybe; - arbitrumsepolia_swap_lpAccountBalances: Array; - arbitrumsepolia_swap_lpToken?: Maybe; - arbitrumsepolia_swap_lpTokens: Array; - arbitrumsepolia_swap_lpTransferEvent?: Maybe; - arbitrumsepolia_swap_lpTransferEvents: Array; - arbitrumsepolia_swap_stableSwapEvent?: Maybe; - arbitrumsepolia_swap_stableSwapEvents: Array; - arbitrumsepolia_swap_swapTradeVolume?: Maybe; - arbitrumsepolia_swap_swapTradeVolumes: Array; - arbitrumsepolia_swap_lpTokenEvent?: Maybe; - arbitrumsepolia_swap_lpTokenEvents: Array; + sepolia_swap_systemInfo?: Maybe; + sepolia_swap_systemInfos: Array; + sepolia_swap_pooledToken?: Maybe; + sepolia_swap_pooledTokens: Array; + sepolia_swap_stableSwap?: Maybe; + sepolia_swap_stableSwaps: Array; + sepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + sepolia_swap_stableSwapAddLiquidityEvents: Array; + sepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + sepolia_swap_stableSwapRemoveLiquidityEvents: Array; + sepolia_swap_stableSwapExchange?: Maybe; + sepolia_swap_stableSwapExchanges: Array; + sepolia_swap_swapDailyVolume?: Maybe; + sepolia_swap_swapDailyVolumes: Array; + sepolia_swap_swapHourlyVolume?: Maybe; + sepolia_swap_swapHourlyVolumes: Array; + sepolia_swap_swapWeeklyVolume?: Maybe; + sepolia_swap_swapWeeklyVolumes: Array; + sepolia_swap_lpAccount?: Maybe; + sepolia_swap_lpAccounts: Array; + sepolia_swap_lpAccountBalance?: Maybe; + sepolia_swap_lpAccountBalances: Array; + sepolia_swap_lpToken?: Maybe; + sepolia_swap_lpTokens: Array; + sepolia_swap_lpTransferEvent?: Maybe; + sepolia_swap_lpTransferEvents: Array; + sepolia_swap_stableSwapEvent?: Maybe; + sepolia_swap_stableSwapEvents: Array; + sepolia_swap_swapTradeVolume?: Maybe; + sepolia_swap_swapTradeVolumes: Array; + sepolia_swap_lpTokenEvent?: Maybe; + sepolia_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - arbitrumsepolia_swap__meta?: Maybe; - arbitrumsepolia_asset?: Maybe; - arbitrumsepolia_assets: Array; - arbitrumsepolia_assetStatus?: Maybe; - arbitrumsepolia_assetStatuses: Array; - arbitrumsepolia_assetBalance?: Maybe; - arbitrumsepolia_assetBalances: Array; - arbitrumsepolia_router?: Maybe; - arbitrumsepolia_routers: Array; - arbitrumsepolia_routerDailyTVL?: Maybe; - arbitrumsepolia_routerDailyTVLs: Array; - arbitrumsepolia_routerLiquidityEvent?: Maybe; - arbitrumsepolia_routerLiquidityEvents: Array; - arbitrumsepolia_setting?: Maybe; - arbitrumsepolia_settings: Array; - arbitrumsepolia_relayer?: Maybe; - arbitrumsepolia_relayers: Array; - arbitrumsepolia_sequencer?: Maybe; - arbitrumsepolia_sequencers: Array; - arbitrumsepolia_relayerFee?: Maybe; - arbitrumsepolia_relayerFees: Array; - arbitrumsepolia_originTransfer?: Maybe; - arbitrumsepolia_originTransfers: Array; - arbitrumsepolia_destinationTransfer?: Maybe; - arbitrumsepolia_destinationTransfers: Array; - arbitrumsepolia_originMessage?: Maybe; - arbitrumsepolia_originMessages: Array; - arbitrumsepolia_aggregateRoot?: Maybe; - arbitrumsepolia_aggregateRoots: Array; - arbitrumsepolia_connectorMeta?: Maybe; - arbitrumsepolia_connectorMetas: Array; - arbitrumsepolia_rootCount?: Maybe; - arbitrumsepolia_rootCounts: Array; - arbitrumsepolia_rootMessageSent?: Maybe; - arbitrumsepolia_rootMessageSents: Array; - arbitrumsepolia_relayerFeesIncrease?: Maybe; - arbitrumsepolia_relayerFeesIncreases: Array; - arbitrumsepolia_slippageUpdate?: Maybe; - arbitrumsepolia_slippageUpdates: Array; - arbitrumsepolia_snapshotRoot?: Maybe; - arbitrumsepolia_snapshotRoots: Array; - arbitrumsepolia_spokeConnectorMode?: Maybe; - arbitrumsepolia_spokeConnectorModes: Array; - arbitrumsepolia_aggregateRootProposed?: Maybe; - arbitrumsepolia_aggregateRootProposeds: Array; - arbitrumsepolia_optimisticRootFinalized?: Maybe; - arbitrumsepolia_optimisticRootFinalizeds: Array; + sepolia_swap__meta?: Maybe; + staginglinea_asset?: Maybe; + staginglinea_assets: Array; + staginglinea_assetStatus?: Maybe; + staginglinea_assetStatuses: Array; + staginglinea_assetBalance?: Maybe; + staginglinea_assetBalances: Array; + staginglinea_router?: Maybe; + staginglinea_routers: Array; + staginglinea_routerDailyTVL?: Maybe; + staginglinea_routerDailyTVLs: Array; + staginglinea_routerLiquidityEvent?: Maybe; + staginglinea_routerLiquidityEvents: Array; + staginglinea_setting?: Maybe; + staginglinea_settings: Array; + staginglinea_relayer?: Maybe; + staginglinea_relayers: Array; + staginglinea_sequencer?: Maybe; + staginglinea_sequencers: Array; + staginglinea_relayerFee?: Maybe; + staginglinea_relayerFees: Array; + staginglinea_originTransfer?: Maybe; + staginglinea_originTransfers: Array; + staginglinea_destinationTransfer?: Maybe; + staginglinea_destinationTransfers: Array; + staginglinea_originMessage?: Maybe; + staginglinea_originMessages: Array; + staginglinea_aggregateRoot?: Maybe; + staginglinea_aggregateRoots: Array; + staginglinea_connectorMeta?: Maybe; + staginglinea_connectorMetas: Array; + staginglinea_rootCount?: Maybe; + staginglinea_rootCounts: Array; + staginglinea_rootMessageSent?: Maybe; + staginglinea_rootMessageSents: Array; + staginglinea_relayerFeesIncrease?: Maybe; + staginglinea_relayerFeesIncreases: Array; + staginglinea_slippageUpdate?: Maybe; + staginglinea_slippageUpdates: Array; + staginglinea_snapshotRoot?: Maybe; + staginglinea_snapshotRoots: Array; + staginglinea_spokeConnectorMode?: Maybe; + staginglinea_spokeConnectorModes: Array; + staginglinea_aggregateRootProposed?: Maybe; + staginglinea_aggregateRootProposeds: Array; + staginglinea_optimisticRootFinalized?: Maybe; + staginglinea_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - arbitrumsepolia__meta?: Maybe; - optimismsepolia_asset?: Maybe; - optimismsepolia_assets: Array; - optimismsepolia_assetStatus?: Maybe; - optimismsepolia_assetStatuses: Array; - optimismsepolia_assetBalance?: Maybe; - optimismsepolia_assetBalances: Array; - optimismsepolia_router?: Maybe; - optimismsepolia_routers: Array; - optimismsepolia_routerDailyTVL?: Maybe; - optimismsepolia_routerDailyTVLs: Array; - optimismsepolia_routerLiquidityEvent?: Maybe; - optimismsepolia_routerLiquidityEvents: Array; - optimismsepolia_setting?: Maybe; - optimismsepolia_settings: Array; - optimismsepolia_relayer?: Maybe; - optimismsepolia_relayers: Array; - optimismsepolia_sequencer?: Maybe; - optimismsepolia_sequencers: Array; - optimismsepolia_relayerFee?: Maybe; - optimismsepolia_relayerFees: Array; - optimismsepolia_originTransfer?: Maybe; - optimismsepolia_originTransfers: Array; - optimismsepolia_destinationTransfer?: Maybe; - optimismsepolia_destinationTransfers: Array; - optimismsepolia_originMessage?: Maybe; - optimismsepolia_originMessages: Array; - optimismsepolia_aggregateRoot?: Maybe; - optimismsepolia_aggregateRoots: Array; - optimismsepolia_connectorMeta?: Maybe; - optimismsepolia_connectorMetas: Array; - optimismsepolia_rootCount?: Maybe; - optimismsepolia_rootCounts: Array; - optimismsepolia_rootMessageSent?: Maybe; - optimismsepolia_rootMessageSents: Array; - optimismsepolia_relayerFeesIncrease?: Maybe; - optimismsepolia_relayerFeesIncreases: Array; - optimismsepolia_slippageUpdate?: Maybe; - optimismsepolia_slippageUpdates: Array; - optimismsepolia_snapshotRoot?: Maybe; - optimismsepolia_snapshotRoots: Array; - optimismsepolia_spokeConnectorMode?: Maybe; - optimismsepolia_spokeConnectorModes: Array; - optimismsepolia_aggregateRootProposed?: Maybe; - optimismsepolia_aggregateRootProposeds: Array; - optimismsepolia_optimisticRootFinalized?: Maybe; - optimismsepolia_optimisticRootFinalizeds: Array; + staginglinea__meta?: Maybe; + linea_asset?: Maybe; + linea_assets: Array; + linea_assetStatus?: Maybe; + linea_assetStatuses: Array; + linea_assetBalance?: Maybe; + linea_assetBalances: Array; + linea_router?: Maybe; + linea_routers: Array; + linea_routerDailyTVL?: Maybe; + linea_routerDailyTVLs: Array; + linea_routerLiquidityEvent?: Maybe; + linea_routerLiquidityEvents: Array; + linea_setting?: Maybe; + linea_settings: Array; + linea_relayer?: Maybe; + linea_relayers: Array; + linea_sequencer?: Maybe; + linea_sequencers: Array; + linea_relayerFee?: Maybe; + linea_relayerFees: Array; + linea_originTransfer?: Maybe; + linea_originTransfers: Array; + linea_destinationTransfer?: Maybe; + linea_destinationTransfers: Array; + linea_originMessage?: Maybe; + linea_originMessages: Array; + linea_aggregateRoot?: Maybe; + linea_aggregateRoots: Array; + linea_connectorMeta?: Maybe; + linea_connectorMetas: Array; + linea_rootCount?: Maybe; + linea_rootCounts: Array; + linea_rootMessageSent?: Maybe; + linea_rootMessageSents: Array; + linea_relayerFeesIncrease?: Maybe; + linea_relayerFeesIncreases: Array; + linea_slippageUpdate?: Maybe; + linea_slippageUpdates: Array; + linea_snapshotRoot?: Maybe; + linea_snapshotRoots: Array; + linea_spokeConnectorMode?: Maybe; + linea_spokeConnectorModes: Array; + linea_aggregateRootProposed?: Maybe; + linea_aggregateRootProposeds: Array; + linea_optimisticRootFinalized?: Maybe; + linea_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - optimismsepolia__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_rootManagerMode?: Maybe; - mainnet_rootManagerModes: Array; - mainnet_optimisticRootProposed?: Maybe; - mainnet_optimisticRootProposeds: Array; - mainnet_hubOptimisticRootFinalized?: Maybe; - mainnet_hubOptimisticRootFinalizeds: Array; - mainnet_optimisticRootPropagated?: Maybe; - mainnet_optimisticRootPropagateds: 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_lineaConnectorMeta?: Maybe; - mainnet_lineaConnectorMetas: Array; - mainnet_metisConnectorMeta?: Maybe; - mainnet_metisConnectorMetas: Array; - mainnet_mantleConnectorMeta?: Maybe; - mainnet_mantleConnectorMetas: Array; - mainnet_avalancheConnectorMeta?: Maybe; - mainnet_avalancheConnectorMetas: Array; - mainnet_baseConnectorMeta?: Maybe; - mainnet_baseConnectorMetas: Array; - mainnet_polygonZkConnectorMeta?: Maybe; - mainnet_polygonZkConnectorMetas: Array; - mainnet_zkSyncConnectorMeta?: Maybe; - mainnet_zkSyncConnectorMetas: Array; - mainnet_modeConnectorMeta?: Maybe; - mainnet_modeConnectorMetas: Array; - mainnet_rootMessageProcessed?: Maybe; - mainnet_rootMessageProcesseds: Array; - mainnet_aggregateRootSavedSlow?: Maybe; - mainnet_aggregateRootSavedSlows: Array; - mainnet_hubDomain?: Maybe; - mainnet_hubDomains: Array; + linea__meta?: Maybe; + stagingmode_asset?: Maybe; + stagingmode_assets: Array; + stagingmode_assetStatus?: Maybe; + stagingmode_assetStatuses: Array; + stagingmode_assetBalance?: Maybe; + stagingmode_assetBalances: Array; + stagingmode_router?: Maybe; + stagingmode_routers: Array; + stagingmode_routerDailyTVL?: Maybe; + stagingmode_routerDailyTVLs: Array; + stagingmode_routerLiquidityEvent?: Maybe; + stagingmode_routerLiquidityEvents: Array; + stagingmode_setting?: Maybe; + stagingmode_settings: Array; + stagingmode_relayer?: Maybe; + stagingmode_relayers: Array; + stagingmode_sequencer?: Maybe; + stagingmode_sequencers: Array; + stagingmode_relayerFee?: Maybe; + stagingmode_relayerFees: Array; + stagingmode_originTransfer?: Maybe; + stagingmode_originTransfers: Array; + stagingmode_destinationTransfer?: Maybe; + stagingmode_destinationTransfers: Array; + stagingmode_originMessage?: Maybe; + stagingmode_originMessages: Array; + stagingmode_aggregateRoot?: Maybe; + stagingmode_aggregateRoots: Array; + stagingmode_connectorMeta?: Maybe; + stagingmode_connectorMetas: Array; + stagingmode_rootCount?: Maybe; + stagingmode_rootCounts: Array; + stagingmode_rootMessageSent?: Maybe; + stagingmode_rootMessageSents: Array; + stagingmode_relayerFeesIncrease?: Maybe; + stagingmode_relayerFeesIncreases: Array; + stagingmode_slippageUpdate?: Maybe; + stagingmode_slippageUpdates: Array; + stagingmode_snapshotRoot?: Maybe; + stagingmode_snapshotRoots: Array; + stagingmode_spokeConnectorMode?: Maybe; + stagingmode_spokeConnectorModes: Array; + stagingmode_aggregateRootProposed?: Maybe; + stagingmode_aggregateRootProposeds: Array; + stagingmode_optimisticRootFinalized?: Maybe; + stagingmode_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - mainnet__meta?: Maybe; - sepolia_asset?: Maybe; - sepolia_assets: Array; - sepolia_assetStatus?: Maybe; - sepolia_assetStatuses: Array; - sepolia_assetBalance?: Maybe; - sepolia_assetBalances: Array; - sepolia_router?: Maybe; - sepolia_routers: Array; - sepolia_routerDailyTVL?: Maybe; - sepolia_routerDailyTVLs: Array; - sepolia_routerLiquidityEvent?: Maybe; - sepolia_routerLiquidityEvents: Array; - sepolia_setting?: Maybe; - sepolia_settings: Array; - sepolia_relayer?: Maybe; - sepolia_relayers: Array; - sepolia_sequencer?: Maybe; - sepolia_sequencers: Array; - sepolia_relayerFee?: Maybe; - sepolia_relayerFees: Array; - sepolia_originTransfer?: Maybe; - sepolia_originTransfers: Array; - sepolia_destinationTransfer?: Maybe; - sepolia_destinationTransfers: Array; - sepolia_originMessage?: Maybe; - sepolia_originMessages: Array; - sepolia_aggregateRoot?: Maybe; - sepolia_aggregateRoots: Array; - sepolia_connectorMeta?: Maybe; - sepolia_connectorMetas: Array; - sepolia_rootCount?: Maybe; - sepolia_rootCounts: Array; - sepolia_rootMessageSent?: Maybe; - sepolia_rootMessageSents: Array; - sepolia_relayerFeesIncrease?: Maybe; - sepolia_relayerFeesIncreases: Array; - sepolia_slippageUpdate?: Maybe; - sepolia_slippageUpdates: Array; - sepolia_snapshotRoot?: Maybe; - sepolia_snapshotRoots: Array; - sepolia_spokeConnectorMode?: Maybe; - sepolia_spokeConnectorModes: Array; - sepolia_aggregateRootProposed?: Maybe; - sepolia_aggregateRootProposeds: Array; - sepolia_optimisticRootFinalized?: Maybe; - sepolia_optimisticRootFinalizeds: Array; + stagingmode__meta?: Maybe; + stagingscroll_asset?: Maybe; + stagingscroll_assets: Array; + stagingscroll_assetStatus?: Maybe; + stagingscroll_assetStatuses: Array; + stagingscroll_assetBalance?: Maybe; + stagingscroll_assetBalances: Array; + stagingscroll_router?: Maybe; + stagingscroll_routers: Array; + stagingscroll_routerDailyTVL?: Maybe; + stagingscroll_routerDailyTVLs: Array; + stagingscroll_routerLiquidityEvent?: Maybe; + stagingscroll_routerLiquidityEvents: Array; + stagingscroll_setting?: Maybe; + stagingscroll_settings: Array; + stagingscroll_relayer?: Maybe; + stagingscroll_relayers: Array; + stagingscroll_sequencer?: Maybe; + stagingscroll_sequencers: Array; + stagingscroll_relayerFee?: Maybe; + stagingscroll_relayerFees: Array; + stagingscroll_originTransfer?: Maybe; + stagingscroll_originTransfers: Array; + stagingscroll_destinationTransfer?: Maybe; + stagingscroll_destinationTransfers: Array; + stagingscroll_originMessage?: Maybe; + stagingscroll_originMessages: Array; + stagingscroll_aggregateRoot?: Maybe; + stagingscroll_aggregateRoots: Array; + stagingscroll_connectorMeta?: Maybe; + stagingscroll_connectorMetas: Array; + stagingscroll_rootCount?: Maybe; + stagingscroll_rootCounts: Array; + stagingscroll_rootMessageSent?: Maybe; + stagingscroll_rootMessageSents: Array; + stagingscroll_relayerFeesIncrease?: Maybe; + stagingscroll_relayerFeesIncreases: Array; + stagingscroll_slippageUpdate?: Maybe; + stagingscroll_slippageUpdates: Array; + stagingscroll_snapshotRoot?: Maybe; + stagingscroll_snapshotRoots: Array; + stagingscroll_spokeConnectorMode?: Maybe; + stagingscroll_spokeConnectorModes: Array; + stagingscroll_aggregateRootProposed?: Maybe; + stagingscroll_aggregateRootProposeds: Array; + stagingscroll_optimisticRootFinalized?: Maybe; + stagingscroll_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingscroll__meta?: Maybe; arbitrumone_asset?: Maybe; arbitrumone_assets: Array; arbitrumone_assetStatus?: Maybe; @@ -23793,156 +23793,6 @@ export type Subscription = { arbitrumone_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ arbitrumone__meta?: Maybe; - zksync_swap_systemInfo?: Maybe; - zksync_swap_systemInfos: Array; - zksync_swap_pooledToken?: Maybe; - zksync_swap_pooledTokens: Array; - zksync_swap_stableSwap?: Maybe; - zksync_swap_stableSwaps: Array; - zksync_swap_stableSwapAddLiquidityEvent?: Maybe; - zksync_swap_stableSwapAddLiquidityEvents: Array; - zksync_swap_stableSwapRemoveLiquidityEvent?: Maybe; - zksync_swap_stableSwapRemoveLiquidityEvents: Array; - zksync_swap_stableSwapExchange?: Maybe; - zksync_swap_stableSwapExchanges: Array; - zksync_swap_swapDailyVolume?: Maybe; - zksync_swap_swapDailyVolumes: Array; - zksync_swap_swapHourlyVolume?: Maybe; - zksync_swap_swapHourlyVolumes: Array; - zksync_swap_swapWeeklyVolume?: Maybe; - zksync_swap_swapWeeklyVolumes: Array; - zksync_swap_lpAccount?: Maybe; - zksync_swap_lpAccounts: Array; - zksync_swap_lpAccountBalance?: Maybe; - zksync_swap_lpAccountBalances: Array; - zksync_swap_lpToken?: Maybe; - zksync_swap_lpTokens: Array; - zksync_swap_lpTransferEvent?: Maybe; - zksync_swap_lpTransferEvents: Array; - zksync_swap_stableSwapEvent?: Maybe; - zksync_swap_stableSwapEvents: Array; - zksync_swap_swapTradeVolume?: Maybe; - zksync_swap_swapTradeVolumes: Array; - zksync_swap_lpTokenEvent?: Maybe; - zksync_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - zksync_swap__meta?: Maybe; - base_swap_systemInfo?: Maybe; - base_swap_systemInfos: Array; - base_swap_pooledToken?: Maybe; - base_swap_pooledTokens: Array; - base_swap_stableSwap?: Maybe; - base_swap_stableSwaps: Array; - base_swap_stableSwapAddLiquidityEvent?: Maybe; - base_swap_stableSwapAddLiquidityEvents: Array; - base_swap_stableSwapRemoveLiquidityEvent?: Maybe; - base_swap_stableSwapRemoveLiquidityEvents: Array; - base_swap_stableSwapExchange?: Maybe; - base_swap_stableSwapExchanges: Array; - base_swap_swapDailyVolume?: Maybe; - base_swap_swapDailyVolumes: Array; - base_swap_swapHourlyVolume?: Maybe; - base_swap_swapHourlyVolumes: Array; - base_swap_swapWeeklyVolume?: Maybe; - base_swap_swapWeeklyVolumes: Array; - base_swap_lpAccount?: Maybe; - base_swap_lpAccounts: Array; - base_swap_lpAccountBalance?: Maybe; - base_swap_lpAccountBalances: Array; - base_swap_lpToken?: Maybe; - base_swap_lpTokens: Array; - base_swap_lpTransferEvent?: Maybe; - base_swap_lpTransferEvents: Array; - base_swap_stableSwapEvent?: Maybe; - base_swap_stableSwapEvents: Array; - base_swap_swapTradeVolume?: Maybe; - base_swap_swapTradeVolumes: Array; - base_swap_lpTokenEvent?: Maybe; - base_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - base_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_routerLiquidityEvent?: Maybe; - optimism_routerLiquidityEvents: Array; - optimism_setting?: Maybe; - optimism_settings: Array; - optimism_relayer?: Maybe; - optimism_relayers: Array; - optimism_sequencer?: Maybe; - optimism_sequencers: Array; - optimism_relayerFee?: Maybe; - optimism_relayerFees: Array; - optimism_originTransfer?: Maybe; - optimism_originTransfers: Array; - optimism_destinationTransfer?: Maybe; - optimism_destinationTransfers: Array; - optimism_originMessage?: Maybe; - optimism_originMessages: Array; - optimism_aggregateRoot?: Maybe; - optimism_aggregateRoots: Array; - optimism_connectorMeta?: Maybe; - optimism_connectorMetas: Array; - optimism_rootCount?: Maybe; - optimism_rootCounts: Array; - optimism_rootMessageSent?: Maybe; - optimism_rootMessageSents: Array; - optimism_relayerFeesIncrease?: Maybe; - optimism_relayerFeesIncreases: Array; - optimism_slippageUpdate?: Maybe; - optimism_slippageUpdates: Array; - optimism_snapshotRoot?: Maybe; - optimism_snapshotRoots: Array; - optimism_spokeConnectorMode?: Maybe; - optimism_spokeConnectorModes: Array; - optimism_aggregateRootProposed?: Maybe; - optimism_aggregateRootProposeds: Array; - optimism_optimisticRootFinalized?: Maybe; - optimism_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - optimism__meta?: Maybe; - metis_swap_systemInfo?: Maybe; - metis_swap_systemInfos: Array; - metis_swap_pooledToken?: Maybe; - metis_swap_pooledTokens: Array; - metis_swap_stableSwap?: Maybe; - metis_swap_stableSwaps: Array; - metis_swap_stableSwapAddLiquidityEvent?: Maybe; - metis_swap_stableSwapAddLiquidityEvents: Array; - metis_swap_stableSwapRemoveLiquidityEvent?: Maybe; - metis_swap_stableSwapRemoveLiquidityEvents: Array; - metis_swap_stableSwapExchange?: Maybe; - metis_swap_stableSwapExchanges: Array; - metis_swap_swapDailyVolume?: Maybe; - metis_swap_swapDailyVolumes: Array; - metis_swap_swapHourlyVolume?: Maybe; - metis_swap_swapHourlyVolumes: Array; - metis_swap_swapWeeklyVolume?: Maybe; - metis_swap_swapWeeklyVolumes: Array; - metis_swap_lpAccount?: Maybe; - metis_swap_lpAccounts: Array; - metis_swap_lpAccountBalance?: Maybe; - metis_swap_lpAccountBalances: Array; - metis_swap_lpToken?: Maybe; - metis_swap_lpTokens: Array; - metis_swap_lpTransferEvent?: Maybe; - metis_swap_lpTransferEvents: Array; - metis_swap_stableSwapEvent?: Maybe; - metis_swap_stableSwapEvents: Array; - metis_swap_swapTradeVolume?: Maybe; - metis_swap_swapTradeVolumes: Array; - metis_swap_lpTokenEvent?: Maybe; - metis_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - metis_swap__meta?: Maybe; polygon_asset?: Maybe; polygon_assets: Array; polygon_assetStatus?: Maybe; @@ -23991,156 +23841,186 @@ export type Subscription = { polygon_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ polygon__meta?: Maybe; - mode_swap_systemInfo?: Maybe; - mode_swap_systemInfos: Array; - mode_swap_pooledToken?: Maybe; - mode_swap_pooledTokens: Array; - mode_swap_stableSwap?: Maybe; - mode_swap_stableSwaps: Array; - mode_swap_stableSwapAddLiquidityEvent?: Maybe; - mode_swap_stableSwapAddLiquidityEvents: Array; - mode_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mode_swap_stableSwapRemoveLiquidityEvents: Array; - mode_swap_stableSwapExchange?: Maybe; - mode_swap_stableSwapExchanges: Array; - mode_swap_swapDailyVolume?: Maybe; - mode_swap_swapDailyVolumes: Array; - mode_swap_swapHourlyVolume?: Maybe; - mode_swap_swapHourlyVolumes: Array; - mode_swap_swapWeeklyVolume?: Maybe; - mode_swap_swapWeeklyVolumes: Array; - mode_swap_lpAccount?: Maybe; - mode_swap_lpAccounts: Array; - mode_swap_lpAccountBalance?: Maybe; - mode_swap_lpAccountBalances: Array; - mode_swap_lpToken?: Maybe; - mode_swap_lpTokens: Array; - mode_swap_lpTransferEvent?: Maybe; - mode_swap_lpTransferEvents: Array; - mode_swap_stableSwapEvent?: Maybe; - mode_swap_stableSwapEvents: Array; - mode_swap_swapTradeVolume?: Maybe; - mode_swap_swapTradeVolumes: Array; - mode_swap_lpTokenEvent?: Maybe; - mode_swap_lpTokenEvents: Array; + zksync_swap_systemInfo?: Maybe; + zksync_swap_systemInfos: Array; + zksync_swap_pooledToken?: Maybe; + zksync_swap_pooledTokens: Array; + zksync_swap_stableSwap?: Maybe; + zksync_swap_stableSwaps: Array; + zksync_swap_stableSwapAddLiquidityEvent?: Maybe; + zksync_swap_stableSwapAddLiquidityEvents: Array; + zksync_swap_stableSwapRemoveLiquidityEvent?: Maybe; + zksync_swap_stableSwapRemoveLiquidityEvents: Array; + zksync_swap_stableSwapExchange?: Maybe; + zksync_swap_stableSwapExchanges: Array; + zksync_swap_swapDailyVolume?: Maybe; + zksync_swap_swapDailyVolumes: Array; + zksync_swap_swapHourlyVolume?: Maybe; + zksync_swap_swapHourlyVolumes: Array; + zksync_swap_swapWeeklyVolume?: Maybe; + zksync_swap_swapWeeklyVolumes: Array; + zksync_swap_lpAccount?: Maybe; + zksync_swap_lpAccounts: Array; + zksync_swap_lpAccountBalance?: Maybe; + zksync_swap_lpAccountBalances: Array; + zksync_swap_lpToken?: Maybe; + zksync_swap_lpTokens: Array; + zksync_swap_lpTransferEvent?: Maybe; + zksync_swap_lpTransferEvents: Array; + zksync_swap_stableSwapEvent?: Maybe; + zksync_swap_stableSwapEvents: Array; + zksync_swap_swapTradeVolume?: Maybe; + zksync_swap_swapTradeVolumes: Array; + zksync_swap_lpTokenEvent?: Maybe; + zksync_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - mode_swap__meta?: Maybe; - linea_swap_systemInfo?: Maybe; - linea_swap_systemInfos: Array; - linea_swap_pooledToken?: Maybe; - linea_swap_pooledTokens: Array; - linea_swap_stableSwap?: Maybe; - linea_swap_stableSwaps: Array; - linea_swap_stableSwapAddLiquidityEvent?: Maybe; - linea_swap_stableSwapAddLiquidityEvents: Array; - linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; - linea_swap_stableSwapRemoveLiquidityEvents: Array; - linea_swap_stableSwapExchange?: Maybe; - linea_swap_stableSwapExchanges: Array; - linea_swap_swapDailyVolume?: Maybe; - linea_swap_swapDailyVolumes: Array; - linea_swap_swapHourlyVolume?: Maybe; - linea_swap_swapHourlyVolumes: Array; - linea_swap_swapWeeklyVolume?: Maybe; - linea_swap_swapWeeklyVolumes: Array; - linea_swap_lpAccount?: Maybe; - linea_swap_lpAccounts: Array; - linea_swap_lpAccountBalance?: Maybe; - linea_swap_lpAccountBalances: Array; - linea_swap_lpToken?: Maybe; - linea_swap_lpTokens: Array; - linea_swap_lpTransferEvent?: Maybe; - linea_swap_lpTransferEvents: Array; - linea_swap_stableSwapEvent?: Maybe; - linea_swap_stableSwapEvents: Array; - linea_swap_swapTradeVolume?: Maybe; - linea_swap_swapTradeVolumes: Array; - linea_swap_lpTokenEvent?: Maybe; - linea_swap_lpTokenEvents: Array; + zksync_swap__meta?: Maybe; + stagingmainnet_asset?: Maybe; + stagingmainnet_assets: Array; + stagingmainnet_assetStatus?: Maybe; + stagingmainnet_assetStatuses: Array; + stagingmainnet_assetBalance?: Maybe; + stagingmainnet_assetBalances: Array; + stagingmainnet_router?: Maybe; + stagingmainnet_routers: Array; + stagingmainnet_routerDailyTVL?: Maybe; + stagingmainnet_routerDailyTVLs: Array; + stagingmainnet_routerLiquidityEvent?: Maybe; + stagingmainnet_routerLiquidityEvents: Array; + stagingmainnet_setting?: Maybe; + stagingmainnet_settings: Array; + stagingmainnet_relayer?: Maybe; + stagingmainnet_relayers: Array; + stagingmainnet_sequencer?: Maybe; + stagingmainnet_sequencers: Array; + stagingmainnet_relayerFee?: Maybe; + stagingmainnet_relayerFees: Array; + stagingmainnet_originTransfer?: Maybe; + stagingmainnet_originTransfers: Array; + stagingmainnet_destinationTransfer?: Maybe; + stagingmainnet_destinationTransfers: Array; + stagingmainnet_originMessage?: Maybe; + stagingmainnet_originMessages: Array; + stagingmainnet_aggregateRoot?: Maybe; + stagingmainnet_aggregateRoots: Array; + stagingmainnet_connectorMeta?: Maybe; + stagingmainnet_connectorMetas: Array; + stagingmainnet_rootCount?: Maybe; + stagingmainnet_rootCounts: Array; + stagingmainnet_rootMessageSent?: Maybe; + stagingmainnet_rootMessageSents: Array; + stagingmainnet_relayerFeesIncrease?: Maybe; + stagingmainnet_relayerFeesIncreases: Array; + stagingmainnet_slippageUpdate?: Maybe; + stagingmainnet_slippageUpdates: Array; + stagingmainnet_snapshotRoot?: Maybe; + stagingmainnet_snapshotRoots: Array; + stagingmainnet_spokeConnectorMode?: Maybe; + stagingmainnet_spokeConnectorModes: Array; + stagingmainnet_aggregateRootProposed?: Maybe; + stagingmainnet_aggregateRootProposeds: Array; + stagingmainnet_optimisticRootFinalized?: Maybe; + stagingmainnet_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - linea_swap__meta?: Maybe; - linea_asset?: Maybe; - linea_assets: Array; - linea_assetStatus?: Maybe; - linea_assetStatuses: Array; - linea_assetBalance?: Maybe; - linea_assetBalances: Array; - linea_router?: Maybe; - linea_routers: Array; - linea_routerDailyTVL?: Maybe; - linea_routerDailyTVLs: Array; - linea_routerLiquidityEvent?: Maybe; - linea_routerLiquidityEvents: Array; - linea_setting?: Maybe; - linea_settings: Array; - linea_relayer?: Maybe; - linea_relayers: Array; - linea_sequencer?: Maybe; - linea_sequencers: Array; - linea_relayerFee?: Maybe; - linea_relayerFees: Array; - linea_originTransfer?: Maybe; - linea_originTransfers: Array; - linea_destinationTransfer?: Maybe; - linea_destinationTransfers: Array; - linea_originMessage?: Maybe; - linea_originMessages: Array; - linea_aggregateRoot?: Maybe; - linea_aggregateRoots: Array; - linea_connectorMeta?: Maybe; - linea_connectorMetas: Array; - linea_rootCount?: Maybe; - linea_rootCounts: Array; - linea_rootMessageSent?: Maybe; - linea_rootMessageSents: Array; - linea_relayerFeesIncrease?: Maybe; - linea_relayerFeesIncreases: Array; - linea_slippageUpdate?: Maybe; - linea_slippageUpdates: Array; - linea_snapshotRoot?: Maybe; - linea_snapshotRoots: Array; - linea_spokeConnectorMode?: Maybe; - linea_spokeConnectorModes: Array; - linea_aggregateRootProposed?: Maybe; - linea_aggregateRootProposeds: Array; - linea_optimisticRootFinalized?: Maybe; - linea_optimisticRootFinalizeds: Array; + stagingmainnet__meta?: Maybe; + arbitrumsepolia_asset?: Maybe; + arbitrumsepolia_assets: Array; + arbitrumsepolia_assetStatus?: Maybe; + arbitrumsepolia_assetStatuses: Array; + arbitrumsepolia_assetBalance?: Maybe; + arbitrumsepolia_assetBalances: Array; + arbitrumsepolia_router?: Maybe; + arbitrumsepolia_routers: Array; + arbitrumsepolia_routerDailyTVL?: Maybe; + arbitrumsepolia_routerDailyTVLs: Array; + arbitrumsepolia_routerLiquidityEvent?: Maybe; + arbitrumsepolia_routerLiquidityEvents: Array; + arbitrumsepolia_setting?: Maybe; + arbitrumsepolia_settings: Array; + arbitrumsepolia_relayer?: Maybe; + arbitrumsepolia_relayers: Array; + arbitrumsepolia_sequencer?: Maybe; + arbitrumsepolia_sequencers: Array; + arbitrumsepolia_relayerFee?: Maybe; + arbitrumsepolia_relayerFees: Array; + arbitrumsepolia_originTransfer?: Maybe; + arbitrumsepolia_originTransfers: Array; + arbitrumsepolia_destinationTransfer?: Maybe; + arbitrumsepolia_destinationTransfers: Array; + arbitrumsepolia_originMessage?: Maybe; + arbitrumsepolia_originMessages: Array; + arbitrumsepolia_aggregateRoot?: Maybe; + arbitrumsepolia_aggregateRoots: Array; + arbitrumsepolia_connectorMeta?: Maybe; + arbitrumsepolia_connectorMetas: Array; + arbitrumsepolia_rootCount?: Maybe; + arbitrumsepolia_rootCounts: Array; + arbitrumsepolia_rootMessageSent?: Maybe; + arbitrumsepolia_rootMessageSents: Array; + arbitrumsepolia_relayerFeesIncrease?: Maybe; + arbitrumsepolia_relayerFeesIncreases: Array; + arbitrumsepolia_slippageUpdate?: Maybe; + arbitrumsepolia_slippageUpdates: Array; + arbitrumsepolia_snapshotRoot?: Maybe; + arbitrumsepolia_snapshotRoots: Array; + arbitrumsepolia_spokeConnectorMode?: Maybe; + arbitrumsepolia_spokeConnectorModes: Array; + arbitrumsepolia_aggregateRootProposed?: Maybe; + arbitrumsepolia_aggregateRootProposeds: Array; + arbitrumsepolia_optimisticRootFinalized?: Maybe; + arbitrumsepolia_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - linea__meta?: Maybe; - xlayer_swap_systemInfo?: Maybe; - xlayer_swap_systemInfos: Array; - xlayer_swap_pooledToken?: Maybe; - xlayer_swap_pooledTokens: Array; - xlayer_swap_stableSwap?: Maybe; - xlayer_swap_stableSwaps: Array; - xlayer_swap_stableSwapAddLiquidityEvent?: Maybe; - xlayer_swap_stableSwapAddLiquidityEvents: Array; - xlayer_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xlayer_swap_stableSwapRemoveLiquidityEvents: Array; - xlayer_swap_stableSwapExchange?: Maybe; - xlayer_swap_stableSwapExchanges: Array; - xlayer_swap_swapDailyVolume?: Maybe; - xlayer_swap_swapDailyVolumes: Array; - xlayer_swap_swapHourlyVolume?: Maybe; - xlayer_swap_swapHourlyVolumes: Array; - xlayer_swap_swapWeeklyVolume?: Maybe; - xlayer_swap_swapWeeklyVolumes: Array; - xlayer_swap_lpAccount?: Maybe; - xlayer_swap_lpAccounts: Array; - xlayer_swap_lpAccountBalance?: Maybe; - xlayer_swap_lpAccountBalances: Array; - xlayer_swap_lpToken?: Maybe; - xlayer_swap_lpTokens: Array; - xlayer_swap_lpTransferEvent?: Maybe; - xlayer_swap_lpTransferEvents: Array; - xlayer_swap_stableSwapEvent?: Maybe; - xlayer_swap_stableSwapEvents: Array; - xlayer_swap_swapTradeVolume?: Maybe; - xlayer_swap_swapTradeVolumes: Array; - xlayer_swap_lpTokenEvent?: Maybe; - xlayer_swap_lpTokenEvents: Array; + arbitrumsepolia__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_rootManagerMode?: Maybe; + mainnet_rootManagerModes: Array; + mainnet_optimisticRootProposed?: Maybe; + mainnet_optimisticRootProposeds: Array; + mainnet_hubOptimisticRootFinalized?: Maybe; + mainnet_hubOptimisticRootFinalizeds: Array; + mainnet_optimisticRootPropagated?: Maybe; + mainnet_optimisticRootPropagateds: 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_lineaConnectorMeta?: Maybe; + mainnet_lineaConnectorMetas: Array; + mainnet_metisConnectorMeta?: Maybe; + mainnet_metisConnectorMetas: Array; + mainnet_mantleConnectorMeta?: Maybe; + mainnet_mantleConnectorMetas: Array; + mainnet_avalancheConnectorMeta?: Maybe; + mainnet_avalancheConnectorMetas: Array; + mainnet_baseConnectorMeta?: Maybe; + mainnet_baseConnectorMetas: Array; + mainnet_polygonZkConnectorMeta?: Maybe; + mainnet_polygonZkConnectorMetas: Array; + mainnet_zkSyncConnectorMeta?: Maybe; + mainnet_zkSyncConnectorMetas: Array; + mainnet_modeConnectorMeta?: Maybe; + mainnet_modeConnectorMetas: Array; + mainnet_rootMessageProcessed?: Maybe; + mainnet_rootMessageProcesseds: Array; + mainnet_aggregateRootSavedSlow?: Maybe; + mainnet_aggregateRootSavedSlows: Array; + mainnet_hubDomain?: Maybe; + mainnet_hubDomains: Array; /** Access to subgraph metadata */ - xlayer_swap__meta?: Maybe; + mainnet__meta?: Maybe; stagingmainnet_rootAggregated?: Maybe; stagingmainnet_rootAggregateds: Array; stagingmainnet_rootPropagated?: Maybe; @@ -24193,8 +24073,250 @@ export type Subscription = { stagingmainnet_aggregateRootSavedSlows: Array; stagingmainnet_hubDomain?: Maybe; stagingmainnet_hubDomains: Array; + mantle_swap_systemInfo?: Maybe; + mantle_swap_systemInfos: Array; + mantle_swap_pooledToken?: Maybe; + mantle_swap_pooledTokens: Array; + mantle_swap_stableSwap?: Maybe; + mantle_swap_stableSwaps: Array; + mantle_swap_stableSwapAddLiquidityEvent?: Maybe; + mantle_swap_stableSwapAddLiquidityEvents: Array; + mantle_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mantle_swap_stableSwapRemoveLiquidityEvents: Array; + mantle_swap_stableSwapExchange?: Maybe; + mantle_swap_stableSwapExchanges: Array; + mantle_swap_swapDailyVolume?: Maybe; + mantle_swap_swapDailyVolumes: Array; + mantle_swap_swapHourlyVolume?: Maybe; + mantle_swap_swapHourlyVolumes: Array; + mantle_swap_swapWeeklyVolume?: Maybe; + mantle_swap_swapWeeklyVolumes: Array; + mantle_swap_lpAccount?: Maybe; + mantle_swap_lpAccounts: Array; + mantle_swap_lpAccountBalance?: Maybe; + mantle_swap_lpAccountBalances: Array; + mantle_swap_lpToken?: Maybe; + mantle_swap_lpTokens: Array; + mantle_swap_lpTransferEvent?: Maybe; + mantle_swap_lpTransferEvents: Array; + mantle_swap_stableSwapEvent?: Maybe; + mantle_swap_stableSwapEvents: Array; + mantle_swap_swapTradeVolume?: Maybe; + mantle_swap_swapTradeVolumes: Array; + mantle_swap_lpTokenEvent?: Maybe; + mantle_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - stagingmainnet__meta?: Maybe; + mantle_swap__meta?: Maybe; + optimismsepolia_swap_systemInfo?: Maybe; + optimismsepolia_swap_systemInfos: Array; + optimismsepolia_swap_pooledToken?: Maybe; + optimismsepolia_swap_pooledTokens: Array; + optimismsepolia_swap_stableSwap?: Maybe; + optimismsepolia_swap_stableSwaps: Array; + optimismsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + optimismsepolia_swap_stableSwapAddLiquidityEvents: Array; + optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimismsepolia_swap_stableSwapRemoveLiquidityEvents: Array; + optimismsepolia_swap_stableSwapExchange?: Maybe; + optimismsepolia_swap_stableSwapExchanges: Array; + optimismsepolia_swap_swapDailyVolume?: Maybe; + optimismsepolia_swap_swapDailyVolumes: Array; + optimismsepolia_swap_swapHourlyVolume?: Maybe; + optimismsepolia_swap_swapHourlyVolumes: Array; + optimismsepolia_swap_swapWeeklyVolume?: Maybe; + optimismsepolia_swap_swapWeeklyVolumes: Array; + optimismsepolia_swap_lpAccount?: Maybe; + optimismsepolia_swap_lpAccounts: Array; + optimismsepolia_swap_lpAccountBalance?: Maybe; + optimismsepolia_swap_lpAccountBalances: Array; + optimismsepolia_swap_lpToken?: Maybe; + optimismsepolia_swap_lpTokens: Array; + optimismsepolia_swap_lpTransferEvent?: Maybe; + optimismsepolia_swap_lpTransferEvents: Array; + optimismsepolia_swap_stableSwapEvent?: Maybe; + optimismsepolia_swap_stableSwapEvents: Array; + optimismsepolia_swap_swapTradeVolume?: Maybe; + optimismsepolia_swap_swapTradeVolumes: Array; + optimismsepolia_swap_lpTokenEvent?: Maybe; + optimismsepolia_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimismsepolia_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_routerLiquidityEvent?: Maybe; + mainnet_routerLiquidityEvents: 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; + mainnet_snapshotRoot?: Maybe; + mainnet_snapshotRoots: Array; + mainnet_spokeConnectorMode?: Maybe; + mainnet_spokeConnectorModes: Array; + mainnet_aggregateRootProposed?: Maybe; + mainnet_aggregateRootProposeds: Array; + mainnet_optimisticRootFinalized?: Maybe; + mainnet_optimisticRootFinalizeds: Array; + mode_swap_systemInfo?: Maybe; + mode_swap_systemInfos: Array; + mode_swap_pooledToken?: Maybe; + mode_swap_pooledTokens: Array; + mode_swap_stableSwap?: Maybe; + mode_swap_stableSwaps: Array; + mode_swap_stableSwapAddLiquidityEvent?: Maybe; + mode_swap_stableSwapAddLiquidityEvents: Array; + mode_swap_stableSwapRemoveLiquidityEvent?: Maybe; + mode_swap_stableSwapRemoveLiquidityEvents: Array; + mode_swap_stableSwapExchange?: Maybe; + mode_swap_stableSwapExchanges: Array; + mode_swap_swapDailyVolume?: Maybe; + mode_swap_swapDailyVolumes: Array; + mode_swap_swapHourlyVolume?: Maybe; + mode_swap_swapHourlyVolumes: Array; + mode_swap_swapWeeklyVolume?: Maybe; + mode_swap_swapWeeklyVolumes: Array; + mode_swap_lpAccount?: Maybe; + mode_swap_lpAccounts: Array; + mode_swap_lpAccountBalance?: Maybe; + mode_swap_lpAccountBalances: Array; + mode_swap_lpToken?: Maybe; + mode_swap_lpTokens: Array; + mode_swap_lpTransferEvent?: Maybe; + mode_swap_lpTransferEvents: Array; + mode_swap_stableSwapEvent?: Maybe; + mode_swap_stableSwapEvents: Array; + mode_swap_swapTradeVolume?: Maybe; + mode_swap_swapTradeVolumes: Array; + mode_swap_lpTokenEvent?: Maybe; + mode_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + mode_swap__meta?: Maybe; + stagingxdai_asset?: Maybe; + stagingxdai_assets: Array; + stagingxdai_assetStatus?: Maybe; + stagingxdai_assetStatuses: Array; + stagingxdai_assetBalance?: Maybe; + stagingxdai_assetBalances: Array; + stagingxdai_router?: Maybe; + stagingxdai_routers: Array; + stagingxdai_routerDailyTVL?: Maybe; + stagingxdai_routerDailyTVLs: Array; + stagingxdai_routerLiquidityEvent?: Maybe; + stagingxdai_routerLiquidityEvents: Array; + stagingxdai_setting?: Maybe; + stagingxdai_settings: Array; + stagingxdai_relayer?: Maybe; + stagingxdai_relayers: Array; + stagingxdai_sequencer?: Maybe; + stagingxdai_sequencers: Array; + stagingxdai_relayerFee?: Maybe; + stagingxdai_relayerFees: Array; + stagingxdai_originTransfer?: Maybe; + stagingxdai_originTransfers: Array; + stagingxdai_destinationTransfer?: Maybe; + stagingxdai_destinationTransfers: Array; + stagingxdai_originMessage?: Maybe; + stagingxdai_originMessages: Array; + stagingxdai_aggregateRoot?: Maybe; + stagingxdai_aggregateRoots: Array; + stagingxdai_connectorMeta?: Maybe; + stagingxdai_connectorMetas: Array; + stagingxdai_rootCount?: Maybe; + stagingxdai_rootCounts: Array; + stagingxdai_rootMessageSent?: Maybe; + stagingxdai_rootMessageSents: Array; + stagingxdai_relayerFeesIncrease?: Maybe; + stagingxdai_relayerFeesIncreases: Array; + stagingxdai_slippageUpdate?: Maybe; + stagingxdai_slippageUpdates: Array; + stagingxdai_snapshotRoot?: Maybe; + stagingxdai_snapshotRoots: Array; + stagingxdai_spokeConnectorMode?: Maybe; + stagingxdai_spokeConnectorModes: Array; + stagingxdai_aggregateRootProposed?: Maybe; + stagingxdai_aggregateRootProposeds: Array; + stagingxdai_optimisticRootFinalized?: Maybe; + stagingxdai_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingxdai__meta?: Maybe; + optimism_asset?: Maybe; + optimism_assets: Array; + optimism_assetStatus?: Maybe; + optimism_assetStatuses: Array; + optimism_assetBalance?: Maybe; + optimism_assetBalances: Array; + optimism_router?: Maybe; + optimism_routers: Array; + optimism_routerDailyTVL?: Maybe; + optimism_routerDailyTVLs: Array; + optimism_routerLiquidityEvent?: Maybe; + optimism_routerLiquidityEvents: Array; + optimism_setting?: Maybe; + optimism_settings: Array; + optimism_relayer?: Maybe; + optimism_relayers: Array; + optimism_sequencer?: Maybe; + optimism_sequencers: Array; + optimism_relayerFee?: Maybe; + optimism_relayerFees: Array; + optimism_originTransfer?: Maybe; + optimism_originTransfers: Array; + optimism_destinationTransfer?: Maybe; + optimism_destinationTransfers: Array; + optimism_originMessage?: Maybe; + optimism_originMessages: Array; + optimism_aggregateRoot?: Maybe; + optimism_aggregateRoots: Array; + optimism_connectorMeta?: Maybe; + optimism_connectorMetas: Array; + optimism_rootCount?: Maybe; + optimism_rootCounts: Array; + optimism_rootMessageSent?: Maybe; + optimism_rootMessageSents: Array; + optimism_relayerFeesIncrease?: Maybe; + optimism_relayerFeesIncreases: Array; + optimism_slippageUpdate?: Maybe; + optimism_slippageUpdates: Array; + optimism_snapshotRoot?: Maybe; + optimism_snapshotRoots: Array; + optimism_spokeConnectorMode?: Maybe; + optimism_spokeConnectorModes: Array; + optimism_aggregateRootProposed?: Maybe; + optimism_aggregateRootProposeds: Array; + optimism_optimisticRootFinalized?: Maybe; + optimism_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + optimism__meta?: Maybe; stagingavalanche_asset?: Maybe; stagingavalanche_assets: Array; stagingavalanche_assetStatus?: Maybe; @@ -24243,54 +24365,278 @@ export type Subscription = { stagingavalanche_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingavalanche__meta?: Maybe; - mantle_asset?: Maybe; - mantle_assets: Array; - mantle_assetStatus?: Maybe; - mantle_assetStatuses: Array; - mantle_assetBalance?: Maybe; - mantle_assetBalances: Array; - mantle_router?: Maybe; - mantle_routers: Array; - mantle_routerDailyTVL?: Maybe; - mantle_routerDailyTVLs: Array; - mantle_routerLiquidityEvent?: Maybe; - mantle_routerLiquidityEvents: Array; - mantle_setting?: Maybe; - mantle_settings: Array; - mantle_relayer?: Maybe; - mantle_relayers: Array; - mantle_sequencer?: Maybe; - mantle_sequencers: Array; - mantle_relayerFee?: Maybe; - mantle_relayerFees: Array; - mantle_originTransfer?: Maybe; - mantle_originTransfers: Array; - mantle_destinationTransfer?: Maybe; - mantle_destinationTransfers: Array; - mantle_originMessage?: Maybe; - mantle_originMessages: Array; - mantle_aggregateRoot?: Maybe; - mantle_aggregateRoots: Array; - mantle_connectorMeta?: Maybe; - mantle_connectorMetas: Array; - mantle_rootCount?: Maybe; - mantle_rootCounts: Array; - mantle_rootMessageSent?: Maybe; - mantle_rootMessageSents: Array; - mantle_relayerFeesIncrease?: Maybe; - mantle_relayerFeesIncreases: Array; - mantle_slippageUpdate?: Maybe; - mantle_slippageUpdates: Array; - mantle_snapshotRoot?: Maybe; - mantle_snapshotRoots: Array; - mantle_spokeConnectorMode?: Maybe; - mantle_spokeConnectorModes: Array; - mantle_aggregateRootProposed?: Maybe; - mantle_aggregateRootProposeds: Array; - mantle_optimisticRootFinalized?: Maybe; - mantle_optimisticRootFinalizeds: Array; + stagingzksync_asset?: Maybe; + stagingzksync_assets: Array; + stagingzksync_assetStatus?: Maybe; + stagingzksync_assetStatuses: Array; + stagingzksync_assetBalance?: Maybe; + stagingzksync_assetBalances: Array; + stagingzksync_router?: Maybe; + stagingzksync_routers: Array; + stagingzksync_routerDailyTVL?: Maybe; + stagingzksync_routerDailyTVLs: Array; + stagingzksync_routerLiquidityEvent?: Maybe; + stagingzksync_routerLiquidityEvents: Array; + stagingzksync_setting?: Maybe; + stagingzksync_settings: Array; + stagingzksync_relayer?: Maybe; + stagingzksync_relayers: Array; + stagingzksync_sequencer?: Maybe; + stagingzksync_sequencers: Array; + stagingzksync_relayerFee?: Maybe; + stagingzksync_relayerFees: Array; + stagingzksync_originTransfer?: Maybe; + stagingzksync_originTransfers: Array; + stagingzksync_destinationTransfer?: Maybe; + stagingzksync_destinationTransfers: Array; + stagingzksync_originMessage?: Maybe; + stagingzksync_originMessages: Array; + stagingzksync_aggregateRoot?: Maybe; + stagingzksync_aggregateRoots: Array; + stagingzksync_connectorMeta?: Maybe; + stagingzksync_connectorMetas: Array; + stagingzksync_rootCount?: Maybe; + stagingzksync_rootCounts: Array; + stagingzksync_rootMessageSent?: Maybe; + stagingzksync_rootMessageSents: Array; + stagingzksync_relayerFeesIncrease?: Maybe; + stagingzksync_relayerFeesIncreases: Array; + stagingzksync_slippageUpdate?: Maybe; + stagingzksync_slippageUpdates: Array; + stagingzksync_snapshotRoot?: Maybe; + stagingzksync_snapshotRoots: Array; + stagingzksync_spokeConnectorMode?: Maybe; + stagingzksync_spokeConnectorModes: Array; + stagingzksync_aggregateRootProposed?: Maybe; + stagingzksync_aggregateRootProposeds: Array; + stagingzksync_optimisticRootFinalized?: Maybe; + stagingzksync_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - mantle__meta?: Maybe; + stagingzksync__meta?: Maybe; + xlayer_swap_systemInfo?: Maybe; + xlayer_swap_systemInfos: Array; + xlayer_swap_pooledToken?: Maybe; + xlayer_swap_pooledTokens: Array; + xlayer_swap_stableSwap?: Maybe; + xlayer_swap_stableSwaps: Array; + xlayer_swap_stableSwapAddLiquidityEvent?: Maybe; + xlayer_swap_stableSwapAddLiquidityEvents: Array; + xlayer_swap_stableSwapRemoveLiquidityEvent?: Maybe; + xlayer_swap_stableSwapRemoveLiquidityEvents: Array; + xlayer_swap_stableSwapExchange?: Maybe; + xlayer_swap_stableSwapExchanges: Array; + xlayer_swap_swapDailyVolume?: Maybe; + xlayer_swap_swapDailyVolumes: Array; + xlayer_swap_swapHourlyVolume?: Maybe; + xlayer_swap_swapHourlyVolumes: Array; + xlayer_swap_swapWeeklyVolume?: Maybe; + xlayer_swap_swapWeeklyVolumes: Array; + xlayer_swap_lpAccount?: Maybe; + xlayer_swap_lpAccounts: Array; + xlayer_swap_lpAccountBalance?: Maybe; + xlayer_swap_lpAccountBalances: Array; + xlayer_swap_lpToken?: Maybe; + xlayer_swap_lpTokens: Array; + xlayer_swap_lpTransferEvent?: Maybe; + xlayer_swap_lpTransferEvents: Array; + xlayer_swap_stableSwapEvent?: Maybe; + xlayer_swap_stableSwapEvents: Array; + xlayer_swap_swapTradeVolume?: Maybe; + xlayer_swap_swapTradeVolumes: Array; + xlayer_swap_lpTokenEvent?: Maybe; + xlayer_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + xlayer_swap__meta?: Maybe; + stagingpolygonzkevm_asset?: Maybe; + stagingpolygonzkevm_assets: Array; + stagingpolygonzkevm_assetStatus?: Maybe; + stagingpolygonzkevm_assetStatuses: Array; + stagingpolygonzkevm_assetBalance?: Maybe; + stagingpolygonzkevm_assetBalances: Array; + stagingpolygonzkevm_router?: Maybe; + stagingpolygonzkevm_routers: Array; + stagingpolygonzkevm_routerDailyTVL?: Maybe; + stagingpolygonzkevm_routerDailyTVLs: Array; + stagingpolygonzkevm_routerLiquidityEvent?: Maybe; + stagingpolygonzkevm_routerLiquidityEvents: Array; + stagingpolygonzkevm_setting?: Maybe; + stagingpolygonzkevm_settings: Array; + stagingpolygonzkevm_relayer?: Maybe; + stagingpolygonzkevm_relayers: Array; + stagingpolygonzkevm_sequencer?: Maybe; + stagingpolygonzkevm_sequencers: Array; + stagingpolygonzkevm_relayerFee?: Maybe; + stagingpolygonzkevm_relayerFees: Array; + stagingpolygonzkevm_originTransfer?: Maybe; + stagingpolygonzkevm_originTransfers: Array; + stagingpolygonzkevm_destinationTransfer?: Maybe; + stagingpolygonzkevm_destinationTransfers: Array; + stagingpolygonzkevm_originMessage?: Maybe; + stagingpolygonzkevm_originMessages: Array; + stagingpolygonzkevm_aggregateRoot?: Maybe; + stagingpolygonzkevm_aggregateRoots: Array; + stagingpolygonzkevm_connectorMeta?: Maybe; + stagingpolygonzkevm_connectorMetas: Array; + stagingpolygonzkevm_rootCount?: Maybe; + stagingpolygonzkevm_rootCounts: Array; + stagingpolygonzkevm_rootMessageSent?: Maybe; + stagingpolygonzkevm_rootMessageSents: Array; + stagingpolygonzkevm_relayerFeesIncrease?: Maybe; + stagingpolygonzkevm_relayerFeesIncreases: Array; + stagingpolygonzkevm_slippageUpdate?: Maybe; + stagingpolygonzkevm_slippageUpdates: Array; + stagingpolygonzkevm_snapshotRoot?: Maybe; + stagingpolygonzkevm_snapshotRoots: Array; + stagingpolygonzkevm_spokeConnectorMode?: Maybe; + stagingpolygonzkevm_spokeConnectorModes: Array; + stagingpolygonzkevm_aggregateRootProposed?: Maybe; + stagingpolygonzkevm_aggregateRootProposeds: Array; + stagingpolygonzkevm_optimisticRootFinalized?: Maybe; + stagingpolygonzkevm_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingpolygonzkevm__meta?: Maybe; + stagingbnb_asset?: Maybe; + stagingbnb_assets: Array; + stagingbnb_assetStatus?: Maybe; + stagingbnb_assetStatuses: Array; + stagingbnb_assetBalance?: Maybe; + stagingbnb_assetBalances: Array; + stagingbnb_router?: Maybe; + stagingbnb_routers: Array; + stagingbnb_routerDailyTVL?: Maybe; + stagingbnb_routerDailyTVLs: Array; + stagingbnb_routerLiquidityEvent?: Maybe; + stagingbnb_routerLiquidityEvents: Array; + stagingbnb_setting?: Maybe; + stagingbnb_settings: Array; + stagingbnb_relayer?: Maybe; + stagingbnb_relayers: Array; + stagingbnb_sequencer?: Maybe; + stagingbnb_sequencers: Array; + stagingbnb_relayerFee?: Maybe; + stagingbnb_relayerFees: Array; + stagingbnb_originTransfer?: Maybe; + stagingbnb_originTransfers: Array; + stagingbnb_destinationTransfer?: Maybe; + stagingbnb_destinationTransfers: Array; + stagingbnb_originMessage?: Maybe; + stagingbnb_originMessages: Array; + stagingbnb_aggregateRoot?: Maybe; + stagingbnb_aggregateRoots: Array; + stagingbnb_connectorMeta?: Maybe; + stagingbnb_connectorMetas: Array; + stagingbnb_rootCount?: Maybe; + stagingbnb_rootCounts: Array; + stagingbnb_rootMessageSent?: Maybe; + stagingbnb_rootMessageSents: Array; + stagingbnb_relayerFeesIncrease?: Maybe; + stagingbnb_relayerFeesIncreases: Array; + stagingbnb_slippageUpdate?: Maybe; + stagingbnb_slippageUpdates: Array; + stagingbnb_snapshotRoot?: Maybe; + stagingbnb_snapshotRoots: Array; + stagingbnb_spokeConnectorMode?: Maybe; + stagingbnb_spokeConnectorModes: Array; + stagingbnb_aggregateRootProposed?: Maybe; + stagingbnb_aggregateRootProposeds: Array; + stagingbnb_optimisticRootFinalized?: Maybe; + stagingbnb_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingbnb__meta?: Maybe; + sepolia_asset?: Maybe; + sepolia_assets: Array; + sepolia_assetStatus?: Maybe; + sepolia_assetStatuses: Array; + sepolia_assetBalance?: Maybe; + sepolia_assetBalances: Array; + sepolia_router?: Maybe; + sepolia_routers: Array; + sepolia_routerDailyTVL?: Maybe; + sepolia_routerDailyTVLs: Array; + sepolia_routerLiquidityEvent?: Maybe; + sepolia_routerLiquidityEvents: Array; + sepolia_setting?: Maybe; + sepolia_settings: Array; + sepolia_relayer?: Maybe; + sepolia_relayers: Array; + sepolia_sequencer?: Maybe; + sepolia_sequencers: Array; + sepolia_relayerFee?: Maybe; + sepolia_relayerFees: Array; + sepolia_originTransfer?: Maybe; + sepolia_originTransfers: Array; + sepolia_destinationTransfer?: Maybe; + sepolia_destinationTransfers: Array; + sepolia_originMessage?: Maybe; + sepolia_originMessages: Array; + sepolia_aggregateRoot?: Maybe; + sepolia_aggregateRoots: Array; + sepolia_connectorMeta?: Maybe; + sepolia_connectorMetas: Array; + sepolia_rootCount?: Maybe; + sepolia_rootCounts: Array; + sepolia_rootMessageSent?: Maybe; + sepolia_rootMessageSents: Array; + sepolia_relayerFeesIncrease?: Maybe; + sepolia_relayerFeesIncreases: Array; + sepolia_slippageUpdate?: Maybe; + sepolia_slippageUpdates: Array; + sepolia_snapshotRoot?: Maybe; + sepolia_snapshotRoots: Array; + sepolia_spokeConnectorMode?: Maybe; + sepolia_spokeConnectorModes: Array; + sepolia_aggregateRootProposed?: Maybe; + sepolia_aggregateRootProposeds: Array; + sepolia_optimisticRootFinalized?: Maybe; + sepolia_optimisticRootFinalizeds: Array; + stagingarbitrumone_asset?: Maybe; + stagingarbitrumone_assets: Array; + stagingarbitrumone_assetStatus?: Maybe; + stagingarbitrumone_assetStatuses: Array; + stagingarbitrumone_assetBalance?: Maybe; + stagingarbitrumone_assetBalances: Array; + stagingarbitrumone_router?: Maybe; + stagingarbitrumone_routers: Array; + stagingarbitrumone_routerDailyTVL?: Maybe; + stagingarbitrumone_routerDailyTVLs: Array; + stagingarbitrumone_routerLiquidityEvent?: Maybe; + stagingarbitrumone_routerLiquidityEvents: Array; + stagingarbitrumone_setting?: Maybe; + stagingarbitrumone_settings: Array; + stagingarbitrumone_relayer?: Maybe; + stagingarbitrumone_relayers: Array; + stagingarbitrumone_sequencer?: Maybe; + stagingarbitrumone_sequencers: Array; + stagingarbitrumone_relayerFee?: Maybe; + stagingarbitrumone_relayerFees: Array; + stagingarbitrumone_originTransfer?: Maybe; + stagingarbitrumone_originTransfers: Array; + stagingarbitrumone_destinationTransfer?: Maybe; + stagingarbitrumone_destinationTransfers: Array; + stagingarbitrumone_originMessage?: Maybe; + stagingarbitrumone_originMessages: Array; + stagingarbitrumone_aggregateRoot?: Maybe; + stagingarbitrumone_aggregateRoots: Array; + stagingarbitrumone_connectorMeta?: Maybe; + stagingarbitrumone_connectorMetas: Array; + stagingarbitrumone_rootCount?: Maybe; + stagingarbitrumone_rootCounts: Array; + stagingarbitrumone_rootMessageSent?: Maybe; + stagingarbitrumone_rootMessageSents: Array; + stagingarbitrumone_relayerFeesIncrease?: Maybe; + stagingarbitrumone_relayerFeesIncreases: Array; + stagingarbitrumone_slippageUpdate?: Maybe; + stagingarbitrumone_slippageUpdates: Array; + stagingarbitrumone_snapshotRoot?: Maybe; + stagingarbitrumone_snapshotRoots: Array; + stagingarbitrumone_spokeConnectorMode?: Maybe; + stagingarbitrumone_spokeConnectorModes: Array; + stagingarbitrumone_aggregateRootProposed?: Maybe; + stagingarbitrumone_aggregateRootProposeds: Array; + stagingarbitrumone_optimisticRootFinalized?: Maybe; + stagingarbitrumone_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingarbitrumone__meta?: Maybe; stagingpolygon_asset?: Maybe; stagingpolygon_assets: Array; stagingpolygon_assetStatus?: Maybe; @@ -24339,278 +24685,150 @@ export type Subscription = { stagingpolygon_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingpolygon__meta?: Maybe; - bnb_asset?: Maybe; - bnb_assets: Array; - bnb_assetStatus?: Maybe; - bnb_assetStatuses: Array; - bnb_assetBalance?: Maybe; - bnb_assetBalances: Array; - bnb_router?: Maybe; - bnb_routers: Array; - bnb_routerDailyTVL?: Maybe; - bnb_routerDailyTVLs: Array; - bnb_routerLiquidityEvent?: Maybe; - bnb_routerLiquidityEvents: Array; - bnb_setting?: Maybe; - 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; - bnb_snapshotRoot?: Maybe; - bnb_snapshotRoots: Array; - bnb_spokeConnectorMode?: Maybe; - bnb_spokeConnectorModes: Array; - bnb_aggregateRootProposed?: Maybe; - bnb_aggregateRootProposeds: Array; - bnb_optimisticRootFinalized?: Maybe; - bnb_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - bnb__meta?: Maybe; - mantle_swap_systemInfo?: Maybe; - mantle_swap_systemInfos: Array; - mantle_swap_pooledToken?: Maybe; - mantle_swap_pooledTokens: Array; - mantle_swap_stableSwap?: Maybe; - mantle_swap_stableSwaps: Array; - mantle_swap_stableSwapAddLiquidityEvent?: Maybe; - mantle_swap_stableSwapAddLiquidityEvents: Array; - mantle_swap_stableSwapRemoveLiquidityEvent?: Maybe; - mantle_swap_stableSwapRemoveLiquidityEvents: Array; - mantle_swap_stableSwapExchange?: Maybe; - mantle_swap_stableSwapExchanges: Array; - mantle_swap_swapDailyVolume?: Maybe; - mantle_swap_swapDailyVolumes: Array; - mantle_swap_swapHourlyVolume?: Maybe; - mantle_swap_swapHourlyVolumes: Array; - mantle_swap_swapWeeklyVolume?: Maybe; - mantle_swap_swapWeeklyVolumes: Array; - mantle_swap_lpAccount?: Maybe; - mantle_swap_lpAccounts: Array; - mantle_swap_lpAccountBalance?: Maybe; - mantle_swap_lpAccountBalances: Array; - mantle_swap_lpToken?: Maybe; - mantle_swap_lpTokens: Array; - mantle_swap_lpTransferEvent?: Maybe; - mantle_swap_lpTransferEvents: Array; - mantle_swap_stableSwapEvent?: Maybe; - mantle_swap_stableSwapEvents: Array; - mantle_swap_swapTradeVolume?: Maybe; - mantle_swap_swapTradeVolumes: Array; - mantle_swap_lpTokenEvent?: Maybe; - mantle_swap_lpTokenEvents: Array; + polygonzkevm_swap_asset?: Maybe; + polygonzkevm_swap_assets: Array; + polygonzkevm_swap_assetStatus?: Maybe; + polygonzkevm_swap_assetStatuses: Array; + polygonzkevm_swap_assetBalance?: Maybe; + polygonzkevm_swap_assetBalances: Array; + polygonzkevm_swap_router?: Maybe; + polygonzkevm_swap_routers: Array; + polygonzkevm_swap_routerDailyTVL?: Maybe; + polygonzkevm_swap_routerDailyTVLs: Array; + polygonzkevm_swap_routerLiquidityEvent?: Maybe; + polygonzkevm_swap_routerLiquidityEvents: Array; + polygonzkevm_swap_setting?: Maybe; + polygonzkevm_swap_settings: Array; + polygonzkevm_swap_relayer?: Maybe; + polygonzkevm_swap_relayers: Array; + polygonzkevm_swap_sequencer?: Maybe; + polygonzkevm_swap_sequencers: Array; + polygonzkevm_swap_relayerFee?: Maybe; + polygonzkevm_swap_relayerFees: Array; + polygonzkevm_swap_originTransfer?: Maybe; + polygonzkevm_swap_originTransfers: Array; + polygonzkevm_swap_destinationTransfer?: Maybe; + polygonzkevm_swap_destinationTransfers: Array; + polygonzkevm_swap_originMessage?: Maybe; + polygonzkevm_swap_originMessages: Array; + polygonzkevm_swap_aggregateRoot?: Maybe; + polygonzkevm_swap_aggregateRoots: Array; + polygonzkevm_swap_connectorMeta?: Maybe; + polygonzkevm_swap_connectorMetas: Array; + polygonzkevm_swap_rootCount?: Maybe; + polygonzkevm_swap_rootCounts: Array; + polygonzkevm_swap_rootMessageSent?: Maybe; + polygonzkevm_swap_rootMessageSents: Array; + polygonzkevm_swap_relayerFeesIncrease?: Maybe; + polygonzkevm_swap_relayerFeesIncreases: Array; + polygonzkevm_swap_slippageUpdate?: Maybe; + polygonzkevm_swap_slippageUpdates: Array; + polygonzkevm_swap_snapshotRoot?: Maybe; + polygonzkevm_swap_snapshotRoots: Array; + polygonzkevm_swap_spokeConnectorMode?: Maybe; + polygonzkevm_swap_spokeConnectorModes: Array; + polygonzkevm_swap_aggregateRootProposed?: Maybe; + polygonzkevm_swap_aggregateRootProposeds: Array; + polygonzkevm_swap_optimisticRootFinalized?: Maybe; + polygonzkevm_swap_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - mantle_swap__meta?: Maybe; - mode_asset?: Maybe; - mode_assets: Array; - mode_assetStatus?: Maybe; - mode_assetStatuses: Array; - mode_assetBalance?: Maybe; - mode_assetBalances: Array; - mode_router?: Maybe; - mode_routers: Array; - mode_routerDailyTVL?: Maybe; - mode_routerDailyTVLs: Array; - mode_routerLiquidityEvent?: Maybe; - mode_routerLiquidityEvents: Array; - mode_setting?: Maybe; - mode_settings: Array; - mode_relayer?: Maybe; - mode_relayers: Array; - mode_sequencer?: Maybe; - mode_sequencers: Array; - mode_relayerFee?: Maybe; - mode_relayerFees: Array; - mode_originTransfer?: Maybe; - mode_originTransfers: Array; - mode_destinationTransfer?: Maybe; - mode_destinationTransfers: Array; - mode_originMessage?: Maybe; - mode_originMessages: Array; - mode_aggregateRoot?: Maybe; - mode_aggregateRoots: Array; - mode_connectorMeta?: Maybe; - mode_connectorMetas: Array; - mode_rootCount?: Maybe; - mode_rootCounts: Array; - mode_rootMessageSent?: Maybe; - mode_rootMessageSents: Array; - mode_relayerFeesIncrease?: Maybe; - mode_relayerFeesIncreases: Array; - mode_slippageUpdate?: Maybe; - mode_slippageUpdates: Array; - mode_snapshotRoot?: Maybe; - mode_snapshotRoots: Array; - mode_spokeConnectorMode?: Maybe; - mode_spokeConnectorModes: Array; - mode_aggregateRootProposed?: Maybe; - mode_aggregateRootProposeds: Array; - mode_optimisticRootFinalized?: Maybe; - mode_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - mode__meta?: Maybe; - stagingmetis_asset?: Maybe; - stagingmetis_assets: Array; - stagingmetis_assetStatus?: Maybe; - stagingmetis_assetStatuses: Array; - stagingmetis_assetBalance?: Maybe; - stagingmetis_assetBalances: Array; - stagingmetis_router?: Maybe; - stagingmetis_routers: Array; - stagingmetis_routerDailyTVL?: Maybe; - stagingmetis_routerDailyTVLs: Array; - stagingmetis_routerLiquidityEvent?: Maybe; - stagingmetis_routerLiquidityEvents: Array; - stagingmetis_setting?: Maybe; - stagingmetis_settings: Array; - stagingmetis_relayer?: Maybe; - stagingmetis_relayers: Array; - stagingmetis_sequencer?: Maybe; - stagingmetis_sequencers: Array; - stagingmetis_relayerFee?: Maybe; - stagingmetis_relayerFees: Array; - stagingmetis_originTransfer?: Maybe; - stagingmetis_originTransfers: Array; - stagingmetis_destinationTransfer?: Maybe; - stagingmetis_destinationTransfers: Array; - stagingmetis_originMessage?: Maybe; - stagingmetis_originMessages: Array; - stagingmetis_aggregateRoot?: Maybe; - stagingmetis_aggregateRoots: Array; - stagingmetis_connectorMeta?: Maybe; - stagingmetis_connectorMetas: Array; - stagingmetis_rootCount?: Maybe; - stagingmetis_rootCounts: Array; - stagingmetis_rootMessageSent?: Maybe; - stagingmetis_rootMessageSents: Array; - stagingmetis_relayerFeesIncrease?: Maybe; - stagingmetis_relayerFeesIncreases: Array; - stagingmetis_slippageUpdate?: Maybe; - stagingmetis_slippageUpdates: Array; - stagingmetis_snapshotRoot?: Maybe; - stagingmetis_snapshotRoots: Array; - stagingmetis_spokeConnectorMode?: Maybe; - stagingmetis_spokeConnectorModes: Array; - stagingmetis_aggregateRootProposed?: Maybe; - stagingmetis_aggregateRootProposeds: Array; - stagingmetis_optimisticRootFinalized?: Maybe; - stagingmetis_optimisticRootFinalizeds: Array; + polygonzkevm_swap__meta?: Maybe; + polygonzkevm_asset?: Maybe; + polygonzkevm_assets: Array; + polygonzkevm_assetStatus?: Maybe; + polygonzkevm_assetStatuses: Array; + polygonzkevm_assetBalance?: Maybe; + polygonzkevm_assetBalances: Array; + polygonzkevm_router?: Maybe; + polygonzkevm_routers: Array; + polygonzkevm_routerDailyTVL?: Maybe; + polygonzkevm_routerDailyTVLs: Array; + polygonzkevm_routerLiquidityEvent?: Maybe; + polygonzkevm_routerLiquidityEvents: Array; + polygonzkevm_setting?: Maybe; + polygonzkevm_settings: Array; + polygonzkevm_relayer?: Maybe; + polygonzkevm_relayers: Array; + polygonzkevm_sequencer?: Maybe; + polygonzkevm_sequencers: Array; + polygonzkevm_relayerFee?: Maybe; + polygonzkevm_relayerFees: Array; + polygonzkevm_originTransfer?: Maybe; + polygonzkevm_originTransfers: Array; + polygonzkevm_destinationTransfer?: Maybe; + polygonzkevm_destinationTransfers: Array; + polygonzkevm_originMessage?: Maybe; + polygonzkevm_originMessages: Array; + polygonzkevm_aggregateRoot?: Maybe; + polygonzkevm_aggregateRoots: Array; + polygonzkevm_connectorMeta?: Maybe; + polygonzkevm_connectorMetas: Array; + polygonzkevm_rootCount?: Maybe; + polygonzkevm_rootCounts: Array; + polygonzkevm_rootMessageSent?: Maybe; + polygonzkevm_rootMessageSents: Array; + polygonzkevm_relayerFeesIncrease?: Maybe; + polygonzkevm_relayerFeesIncreases: Array; + polygonzkevm_slippageUpdate?: Maybe; + polygonzkevm_slippageUpdates: Array; + polygonzkevm_snapshotRoot?: Maybe; + polygonzkevm_snapshotRoots: Array; + polygonzkevm_spokeConnectorMode?: Maybe; + polygonzkevm_spokeConnectorModes: Array; + polygonzkevm_aggregateRootProposed?: Maybe; + polygonzkevm_aggregateRootProposeds: Array; + polygonzkevm_optimisticRootFinalized?: Maybe; + polygonzkevm_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - stagingmetis__meta?: Maybe; - avalanche_asset?: Maybe; - avalanche_assets: Array; - avalanche_assetStatus?: Maybe; - avalanche_assetStatuses: Array; - avalanche_assetBalance?: Maybe; - avalanche_assetBalances: Array; - avalanche_router?: Maybe; - avalanche_routers: Array; - avalanche_routerDailyTVL?: Maybe; - avalanche_routerDailyTVLs: Array; - avalanche_routerLiquidityEvent?: Maybe; - avalanche_routerLiquidityEvents: Array; - avalanche_setting?: Maybe; - avalanche_settings: Array; - avalanche_relayer?: Maybe; - avalanche_relayers: Array; - avalanche_sequencer?: Maybe; - avalanche_sequencers: Array; - avalanche_relayerFee?: Maybe; - avalanche_relayerFees: Array; - avalanche_originTransfer?: Maybe; - avalanche_originTransfers: Array; - avalanche_destinationTransfer?: Maybe; - avalanche_destinationTransfers: Array; - avalanche_originMessage?: Maybe; - avalanche_originMessages: Array; - avalanche_aggregateRoot?: Maybe; - avalanche_aggregateRoots: Array; - avalanche_connectorMeta?: Maybe; - avalanche_connectorMetas: Array; - avalanche_rootCount?: Maybe; - avalanche_rootCounts: Array; - avalanche_rootMessageSent?: Maybe; - avalanche_rootMessageSents: Array; - avalanche_relayerFeesIncrease?: Maybe; - avalanche_relayerFeesIncreases: Array; - avalanche_slippageUpdate?: Maybe; - avalanche_slippageUpdates: Array; - avalanche_snapshotRoot?: Maybe; - avalanche_snapshotRoots: Array; - avalanche_spokeConnectorMode?: Maybe; - avalanche_spokeConnectorModes: Array; - avalanche_aggregateRootProposed?: Maybe; - avalanche_aggregateRootProposeds: Array; - avalanche_optimisticRootFinalized?: Maybe; - avalanche_optimisticRootFinalizeds: Array; + polygonzkevm__meta?: Maybe; + optimismsepolia_asset?: Maybe; + optimismsepolia_assets: Array; + optimismsepolia_assetStatus?: Maybe; + optimismsepolia_assetStatuses: Array; + optimismsepolia_assetBalance?: Maybe; + optimismsepolia_assetBalances: Array; + optimismsepolia_router?: Maybe; + optimismsepolia_routers: Array; + optimismsepolia_routerDailyTVL?: Maybe; + optimismsepolia_routerDailyTVLs: Array; + optimismsepolia_routerLiquidityEvent?: Maybe; + optimismsepolia_routerLiquidityEvents: Array; + optimismsepolia_setting?: Maybe; + optimismsepolia_settings: Array; + optimismsepolia_relayer?: Maybe; + optimismsepolia_relayers: Array; + optimismsepolia_sequencer?: Maybe; + optimismsepolia_sequencers: Array; + optimismsepolia_relayerFee?: Maybe; + optimismsepolia_relayerFees: Array; + optimismsepolia_originTransfer?: Maybe; + optimismsepolia_originTransfers: Array; + optimismsepolia_destinationTransfer?: Maybe; + optimismsepolia_destinationTransfers: Array; + optimismsepolia_originMessage?: Maybe; + optimismsepolia_originMessages: Array; + optimismsepolia_aggregateRoot?: Maybe; + optimismsepolia_aggregateRoots: Array; + optimismsepolia_connectorMeta?: Maybe; + optimismsepolia_connectorMetas: Array; + optimismsepolia_rootCount?: Maybe; + optimismsepolia_rootCounts: Array; + optimismsepolia_rootMessageSent?: Maybe; + optimismsepolia_rootMessageSents: Array; + optimismsepolia_relayerFeesIncrease?: Maybe; + optimismsepolia_relayerFeesIncreases: Array; + optimismsepolia_slippageUpdate?: Maybe; + optimismsepolia_slippageUpdates: Array; + optimismsepolia_snapshotRoot?: Maybe; + optimismsepolia_snapshotRoots: Array; + optimismsepolia_spokeConnectorMode?: Maybe; + optimismsepolia_spokeConnectorModes: Array; + optimismsepolia_aggregateRootProposed?: Maybe; + optimismsepolia_aggregateRootProposeds: Array; + optimismsepolia_optimisticRootFinalized?: Maybe; + optimismsepolia_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - avalanche__meta?: Maybe; - stagingmainnet_asset?: Maybe; - stagingmainnet_assets: Array; - stagingmainnet_assetStatus?: Maybe; - stagingmainnet_assetStatuses: Array; - stagingmainnet_assetBalance?: Maybe; - stagingmainnet_assetBalances: Array; - stagingmainnet_router?: Maybe; - stagingmainnet_routers: Array; - stagingmainnet_routerDailyTVL?: Maybe; - stagingmainnet_routerDailyTVLs: Array; - stagingmainnet_routerLiquidityEvent?: Maybe; - stagingmainnet_routerLiquidityEvents: Array; - stagingmainnet_setting?: Maybe; - stagingmainnet_settings: Array; - stagingmainnet_relayer?: Maybe; - stagingmainnet_relayers: Array; - stagingmainnet_sequencer?: Maybe; - stagingmainnet_sequencers: Array; - stagingmainnet_relayerFee?: Maybe; - stagingmainnet_relayerFees: Array; - stagingmainnet_originTransfer?: Maybe; - stagingmainnet_originTransfers: Array; - stagingmainnet_destinationTransfer?: Maybe; - stagingmainnet_destinationTransfers: Array; - stagingmainnet_originMessage?: Maybe; - stagingmainnet_originMessages: Array; - stagingmainnet_aggregateRoot?: Maybe; - stagingmainnet_aggregateRoots: Array; - stagingmainnet_connectorMeta?: Maybe; - stagingmainnet_connectorMetas: Array; - stagingmainnet_rootCount?: Maybe; - stagingmainnet_rootCounts: Array; - stagingmainnet_rootMessageSent?: Maybe; - stagingmainnet_rootMessageSents: Array; - stagingmainnet_relayerFeesIncrease?: Maybe; - stagingmainnet_relayerFeesIncreases: Array; - stagingmainnet_slippageUpdate?: Maybe; - stagingmainnet_slippageUpdates: Array; - stagingmainnet_snapshotRoot?: Maybe; - stagingmainnet_snapshotRoots: Array; - stagingmainnet_spokeConnectorMode?: Maybe; - stagingmainnet_spokeConnectorModes: Array; - stagingmainnet_aggregateRootProposed?: Maybe; - stagingmainnet_aggregateRootProposeds: Array; - stagingmainnet_optimisticRootFinalized?: Maybe; - stagingmainnet_optimisticRootFinalizeds: Array; + optimismsepolia__meta?: Maybe; zksync_asset?: Maybe; zksync_assets: Array; zksync_assetStatus?: Maybe; @@ -24659,148 +24877,198 @@ export type Subscription = { zksync_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ zksync__meta?: Maybe; - polygonzkevm_swap_asset?: Maybe; - polygonzkevm_swap_assets: Array; - polygonzkevm_swap_assetStatus?: Maybe; - polygonzkevm_swap_assetStatuses: Array; - polygonzkevm_swap_assetBalance?: Maybe; - polygonzkevm_swap_assetBalances: Array; - polygonzkevm_swap_router?: Maybe; - polygonzkevm_swap_routers: Array; - polygonzkevm_swap_routerDailyTVL?: Maybe; - polygonzkevm_swap_routerDailyTVLs: Array; - polygonzkevm_swap_routerLiquidityEvent?: Maybe; - polygonzkevm_swap_routerLiquidityEvents: Array; - polygonzkevm_swap_setting?: Maybe; - polygonzkevm_swap_settings: Array; - polygonzkevm_swap_relayer?: Maybe; - polygonzkevm_swap_relayers: Array; - polygonzkevm_swap_sequencer?: Maybe; - polygonzkevm_swap_sequencers: Array; - polygonzkevm_swap_relayerFee?: Maybe; - polygonzkevm_swap_relayerFees: Array; - polygonzkevm_swap_originTransfer?: Maybe; - polygonzkevm_swap_originTransfers: Array; - polygonzkevm_swap_destinationTransfer?: Maybe; - polygonzkevm_swap_destinationTransfers: Array; - polygonzkevm_swap_originMessage?: Maybe; - polygonzkevm_swap_originMessages: Array; - polygonzkevm_swap_aggregateRoot?: Maybe; - polygonzkevm_swap_aggregateRoots: Array; - polygonzkevm_swap_connectorMeta?: Maybe; - polygonzkevm_swap_connectorMetas: Array; - polygonzkevm_swap_rootCount?: Maybe; - polygonzkevm_swap_rootCounts: Array; - polygonzkevm_swap_rootMessageSent?: Maybe; - polygonzkevm_swap_rootMessageSents: Array; - polygonzkevm_swap_relayerFeesIncrease?: Maybe; - polygonzkevm_swap_relayerFeesIncreases: Array; - polygonzkevm_swap_slippageUpdate?: Maybe; - polygonzkevm_swap_slippageUpdates: Array; - polygonzkevm_swap_snapshotRoot?: Maybe; - polygonzkevm_swap_snapshotRoots: Array; - polygonzkevm_swap_spokeConnectorMode?: Maybe; - polygonzkevm_swap_spokeConnectorModes: Array; - polygonzkevm_swap_aggregateRootProposed?: Maybe; - polygonzkevm_swap_aggregateRootProposeds: Array; - polygonzkevm_swap_optimisticRootFinalized?: Maybe; - polygonzkevm_swap_optimisticRootFinalizeds: Array; + mantle_asset?: Maybe; + mantle_assets: Array; + mantle_assetStatus?: Maybe; + mantle_assetStatuses: Array; + mantle_assetBalance?: Maybe; + mantle_assetBalances: Array; + mantle_router?: Maybe; + mantle_routers: Array; + mantle_routerDailyTVL?: Maybe; + mantle_routerDailyTVLs: Array; + mantle_routerLiquidityEvent?: Maybe; + mantle_routerLiquidityEvents: Array; + mantle_setting?: Maybe; + mantle_settings: Array; + mantle_relayer?: Maybe; + mantle_relayers: Array; + mantle_sequencer?: Maybe; + mantle_sequencers: Array; + mantle_relayerFee?: Maybe; + mantle_relayerFees: Array; + mantle_originTransfer?: Maybe; + mantle_originTransfers: Array; + mantle_destinationTransfer?: Maybe; + mantle_destinationTransfers: Array; + mantle_originMessage?: Maybe; + mantle_originMessages: Array; + mantle_aggregateRoot?: Maybe; + mantle_aggregateRoots: Array; + mantle_connectorMeta?: Maybe; + mantle_connectorMetas: Array; + mantle_rootCount?: Maybe; + mantle_rootCounts: Array; + mantle_rootMessageSent?: Maybe; + mantle_rootMessageSents: Array; + mantle_relayerFeesIncrease?: Maybe; + mantle_relayerFeesIncreases: Array; + mantle_slippageUpdate?: Maybe; + mantle_slippageUpdates: Array; + mantle_snapshotRoot?: Maybe; + mantle_snapshotRoots: Array; + mantle_spokeConnectorMode?: Maybe; + mantle_spokeConnectorModes: Array; + mantle_aggregateRootProposed?: Maybe; + mantle_aggregateRootProposeds: Array; + mantle_optimisticRootFinalized?: Maybe; + mantle_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - polygonzkevm_swap__meta?: Maybe; - xlayer_asset?: Maybe; - xlayer_assets: Array; - xlayer_assetStatus?: Maybe; - xlayer_assetStatuses: Array; - xlayer_assetBalance?: Maybe; - xlayer_assetBalances: Array; - xlayer_router?: Maybe; - xlayer_routers: Array; - xlayer_routerDailyTVL?: Maybe; - xlayer_routerDailyTVLs: Array; - xlayer_routerLiquidityEvent?: Maybe; - xlayer_routerLiquidityEvents: Array; - xlayer_setting?: Maybe; - xlayer_settings: Array; - xlayer_relayer?: Maybe; - xlayer_relayers: Array; - xlayer_sequencer?: Maybe; - xlayer_sequencers: Array; - xlayer_relayerFee?: Maybe; - xlayer_relayerFees: Array; - xlayer_originTransfer?: Maybe; - xlayer_originTransfers: Array; - xlayer_destinationTransfer?: Maybe; - xlayer_destinationTransfers: Array; - xlayer_originMessage?: Maybe; - xlayer_originMessages: Array; - xlayer_aggregateRoot?: Maybe; - xlayer_aggregateRoots: Array; - xlayer_connectorMeta?: Maybe; - xlayer_connectorMetas: Array; - xlayer_rootCount?: Maybe; - xlayer_rootCounts: Array; - xlayer_rootMessageSent?: Maybe; - xlayer_rootMessageSents: Array; - xlayer_relayerFeesIncrease?: Maybe; - xlayer_relayerFeesIncreases: Array; - xlayer_slippageUpdate?: Maybe; - xlayer_slippageUpdates: Array; - xlayer_snapshotRoot?: Maybe; - xlayer_snapshotRoots: Array; - xlayer_spokeConnectorMode?: Maybe; - xlayer_spokeConnectorModes: Array; - xlayer_aggregateRootProposed?: Maybe; - xlayer_aggregateRootProposeds: Array; - xlayer_optimisticRootFinalized?: Maybe; - xlayer_optimisticRootFinalizeds: Array; + mantle__meta?: Maybe; + avalanche_asset?: Maybe; + avalanche_assets: Array; + avalanche_assetStatus?: Maybe; + avalanche_assetStatuses: Array; + avalanche_assetBalance?: Maybe; + avalanche_assetBalances: Array; + avalanche_router?: Maybe; + avalanche_routers: Array; + avalanche_routerDailyTVL?: Maybe; + avalanche_routerDailyTVLs: Array; + avalanche_routerLiquidityEvent?: Maybe; + avalanche_routerLiquidityEvents: Array; + avalanche_setting?: Maybe; + avalanche_settings: Array; + avalanche_relayer?: Maybe; + avalanche_relayers: Array; + avalanche_sequencer?: Maybe; + avalanche_sequencers: Array; + avalanche_relayerFee?: Maybe; + avalanche_relayerFees: Array; + avalanche_originTransfer?: Maybe; + avalanche_originTransfers: Array; + avalanche_destinationTransfer?: Maybe; + avalanche_destinationTransfers: Array; + avalanche_originMessage?: Maybe; + avalanche_originMessages: Array; + avalanche_aggregateRoot?: Maybe; + avalanche_aggregateRoots: Array; + avalanche_connectorMeta?: Maybe; + avalanche_connectorMetas: Array; + avalanche_rootCount?: Maybe; + avalanche_rootCounts: Array; + avalanche_rootMessageSent?: Maybe; + avalanche_rootMessageSents: Array; + avalanche_relayerFeesIncrease?: Maybe; + avalanche_relayerFeesIncreases: Array; + avalanche_slippageUpdate?: Maybe; + avalanche_slippageUpdates: Array; + avalanche_snapshotRoot?: Maybe; + avalanche_snapshotRoots: Array; + avalanche_spokeConnectorMode?: Maybe; + avalanche_spokeConnectorModes: Array; + avalanche_aggregateRootProposed?: Maybe; + avalanche_aggregateRootProposeds: Array; + avalanche_optimisticRootFinalized?: Maybe; + avalanche_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - xlayer__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_routerLiquidityEvent?: Maybe; - mainnet_routerLiquidityEvents: 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; - mainnet_snapshotRoot?: Maybe; - mainnet_snapshotRoots: Array; - mainnet_spokeConnectorMode?: Maybe; - mainnet_spokeConnectorModes: Array; - mainnet_aggregateRootProposed?: Maybe; - mainnet_aggregateRootProposeds: Array; - mainnet_optimisticRootFinalized?: Maybe; - mainnet_optimisticRootFinalizeds: Array; + avalanche__meta?: Maybe; + mode_asset?: Maybe; + mode_assets: Array; + mode_assetStatus?: Maybe; + mode_assetStatuses: Array; + mode_assetBalance?: Maybe; + mode_assetBalances: Array; + mode_router?: Maybe; + mode_routers: Array; + mode_routerDailyTVL?: Maybe; + mode_routerDailyTVLs: Array; + mode_routerLiquidityEvent?: Maybe; + mode_routerLiquidityEvents: Array; + mode_setting?: Maybe; + mode_settings: Array; + mode_relayer?: Maybe; + mode_relayers: Array; + mode_sequencer?: Maybe; + mode_sequencers: Array; + mode_relayerFee?: Maybe; + mode_relayerFees: Array; + mode_originTransfer?: Maybe; + mode_originTransfers: Array; + mode_destinationTransfer?: Maybe; + mode_destinationTransfers: Array; + mode_originMessage?: Maybe; + mode_originMessages: Array; + mode_aggregateRoot?: Maybe; + mode_aggregateRoots: Array; + mode_connectorMeta?: Maybe; + mode_connectorMetas: Array; + mode_rootCount?: Maybe; + mode_rootCounts: Array; + mode_rootMessageSent?: Maybe; + mode_rootMessageSents: Array; + mode_relayerFeesIncrease?: Maybe; + mode_relayerFeesIncreases: Array; + mode_slippageUpdate?: Maybe; + mode_slippageUpdates: Array; + mode_snapshotRoot?: Maybe; + mode_snapshotRoots: Array; + mode_spokeConnectorMode?: Maybe; + mode_spokeConnectorModes: Array; + mode_aggregateRootProposed?: Maybe; + mode_aggregateRootProposeds: Array; + mode_optimisticRootFinalized?: Maybe; + mode_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + mode__meta?: Maybe; + stagingxlayer_asset?: Maybe; + stagingxlayer_assets: Array; + stagingxlayer_assetStatus?: Maybe; + stagingxlayer_assetStatuses: Array; + stagingxlayer_assetBalance?: Maybe; + stagingxlayer_assetBalances: Array; + stagingxlayer_router?: Maybe; + stagingxlayer_routers: Array; + stagingxlayer_routerDailyTVL?: Maybe; + stagingxlayer_routerDailyTVLs: Array; + stagingxlayer_routerLiquidityEvent?: Maybe; + stagingxlayer_routerLiquidityEvents: Array; + stagingxlayer_setting?: Maybe; + stagingxlayer_settings: Array; + stagingxlayer_relayer?: Maybe; + stagingxlayer_relayers: Array; + stagingxlayer_sequencer?: Maybe; + stagingxlayer_sequencers: Array; + stagingxlayer_relayerFee?: Maybe; + stagingxlayer_relayerFees: Array; + stagingxlayer_originTransfer?: Maybe; + stagingxlayer_originTransfers: Array; + stagingxlayer_destinationTransfer?: Maybe; + stagingxlayer_destinationTransfers: Array; + stagingxlayer_originMessage?: Maybe; + stagingxlayer_originMessages: Array; + stagingxlayer_aggregateRoot?: Maybe; + stagingxlayer_aggregateRoots: Array; + stagingxlayer_connectorMeta?: Maybe; + stagingxlayer_connectorMetas: Array; + stagingxlayer_rootCount?: Maybe; + stagingxlayer_rootCounts: Array; + stagingxlayer_rootMessageSent?: Maybe; + stagingxlayer_rootMessageSents: Array; + stagingxlayer_relayerFeesIncrease?: Maybe; + stagingxlayer_relayerFeesIncreases: Array; + stagingxlayer_slippageUpdate?: Maybe; + stagingxlayer_slippageUpdates: Array; + stagingxlayer_snapshotRoot?: Maybe; + stagingxlayer_snapshotRoots: Array; + stagingxlayer_spokeConnectorMode?: Maybe; + stagingxlayer_spokeConnectorModes: Array; + stagingxlayer_aggregateRootProposed?: Maybe; + stagingxlayer_aggregateRootProposeds: Array; + stagingxlayer_optimisticRootFinalized?: Maybe; + stagingxlayer_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingxlayer__meta?: Maybe; stagingbase_asset?: Maybe; stagingbase_assets: Array; stagingbase_assetStatus?: Maybe; @@ -24897,54 +25165,40 @@ export type Subscription = { metis_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ metis__meta?: Maybe; - stagingoptimism_asset?: Maybe; - stagingoptimism_assets: Array; - stagingoptimism_assetStatus?: Maybe; - stagingoptimism_assetStatuses: Array; - stagingoptimism_assetBalance?: Maybe; - stagingoptimism_assetBalances: Array; - stagingoptimism_router?: Maybe; - stagingoptimism_routers: Array; - stagingoptimism_routerDailyTVL?: Maybe; - stagingoptimism_routerDailyTVLs: Array; - stagingoptimism_routerLiquidityEvent?: Maybe; - stagingoptimism_routerLiquidityEvents: Array; - stagingoptimism_setting?: Maybe; - stagingoptimism_settings: Array; - stagingoptimism_relayer?: Maybe; - stagingoptimism_relayers: Array; - stagingoptimism_sequencer?: Maybe; - stagingoptimism_sequencers: Array; - stagingoptimism_relayerFee?: Maybe; - stagingoptimism_relayerFees: Array; - stagingoptimism_originTransfer?: Maybe; - stagingoptimism_originTransfers: Array; - stagingoptimism_destinationTransfer?: Maybe; - stagingoptimism_destinationTransfers: Array; - stagingoptimism_originMessage?: Maybe; - stagingoptimism_originMessages: Array; - stagingoptimism_aggregateRoot?: Maybe; - stagingoptimism_aggregateRoots: Array; - stagingoptimism_connectorMeta?: Maybe; - stagingoptimism_connectorMetas: Array; - stagingoptimism_rootCount?: Maybe; - stagingoptimism_rootCounts: Array; - stagingoptimism_rootMessageSent?: Maybe; - stagingoptimism_rootMessageSents: Array; - stagingoptimism_relayerFeesIncrease?: Maybe; - stagingoptimism_relayerFeesIncreases: Array; - stagingoptimism_slippageUpdate?: Maybe; - stagingoptimism_slippageUpdates: Array; - stagingoptimism_snapshotRoot?: Maybe; - stagingoptimism_snapshotRoots: Array; - stagingoptimism_spokeConnectorMode?: Maybe; - stagingoptimism_spokeConnectorModes: Array; - stagingoptimism_aggregateRootProposed?: Maybe; - stagingoptimism_aggregateRootProposeds: Array; - stagingoptimism_optimisticRootFinalized?: Maybe; - stagingoptimism_optimisticRootFinalizeds: Array; + base_swap_systemInfo?: Maybe; + base_swap_systemInfos: Array; + base_swap_pooledToken?: Maybe; + base_swap_pooledTokens: Array; + base_swap_stableSwap?: Maybe; + base_swap_stableSwaps: Array; + base_swap_stableSwapAddLiquidityEvent?: Maybe; + base_swap_stableSwapAddLiquidityEvents: Array; + base_swap_stableSwapRemoveLiquidityEvent?: Maybe; + base_swap_stableSwapRemoveLiquidityEvents: Array; + base_swap_stableSwapExchange?: Maybe; + base_swap_stableSwapExchanges: Array; + base_swap_swapDailyVolume?: Maybe; + base_swap_swapDailyVolumes: Array; + base_swap_swapHourlyVolume?: Maybe; + base_swap_swapHourlyVolumes: Array; + base_swap_swapWeeklyVolume?: Maybe; + base_swap_swapWeeklyVolumes: Array; + base_swap_lpAccount?: Maybe; + base_swap_lpAccounts: Array; + base_swap_lpAccountBalance?: Maybe; + base_swap_lpAccountBalances: Array; + base_swap_lpToken?: Maybe; + base_swap_lpTokens: Array; + base_swap_lpTransferEvent?: Maybe; + base_swap_lpTransferEvents: Array; + base_swap_stableSwapEvent?: Maybe; + base_swap_stableSwapEvents: Array; + base_swap_swapTradeVolume?: Maybe; + base_swap_swapTradeVolumes: Array; + base_swap_lpTokenEvent?: Maybe; + base_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - stagingoptimism__meta?: Maybe; + base_swap__meta?: Maybe; stagingmantle_asset?: Maybe; stagingmantle_assets: Array; stagingmantle_assetStatus?: Maybe; @@ -24993,102 +25247,198 @@ export type Subscription = { stagingmantle_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingmantle__meta?: Maybe; - polygonzkevm_asset?: Maybe; - polygonzkevm_assets: Array; - polygonzkevm_assetStatus?: Maybe; - polygonzkevm_assetStatuses: Array; - polygonzkevm_assetBalance?: Maybe; - polygonzkevm_assetBalances: Array; - polygonzkevm_router?: Maybe; - polygonzkevm_routers: Array; - polygonzkevm_routerDailyTVL?: Maybe; - polygonzkevm_routerDailyTVLs: Array; - polygonzkevm_routerLiquidityEvent?: Maybe; - polygonzkevm_routerLiquidityEvents: Array; - polygonzkevm_setting?: Maybe; - polygonzkevm_settings: Array; - polygonzkevm_relayer?: Maybe; - polygonzkevm_relayers: Array; - polygonzkevm_sequencer?: Maybe; - polygonzkevm_sequencers: Array; - polygonzkevm_relayerFee?: Maybe; - polygonzkevm_relayerFees: Array; - polygonzkevm_originTransfer?: Maybe; - polygonzkevm_originTransfers: Array; - polygonzkevm_destinationTransfer?: Maybe; - polygonzkevm_destinationTransfers: Array; - polygonzkevm_originMessage?: Maybe; - polygonzkevm_originMessages: Array; - polygonzkevm_aggregateRoot?: Maybe; - polygonzkevm_aggregateRoots: Array; - polygonzkevm_connectorMeta?: Maybe; - polygonzkevm_connectorMetas: Array; - polygonzkevm_rootCount?: Maybe; - polygonzkevm_rootCounts: Array; - polygonzkevm_rootMessageSent?: Maybe; - polygonzkevm_rootMessageSents: Array; - polygonzkevm_relayerFeesIncrease?: Maybe; - polygonzkevm_relayerFeesIncreases: Array; - polygonzkevm_slippageUpdate?: Maybe; - polygonzkevm_slippageUpdates: Array; - polygonzkevm_snapshotRoot?: Maybe; - polygonzkevm_snapshotRoots: Array; - polygonzkevm_spokeConnectorMode?: Maybe; - polygonzkevm_spokeConnectorModes: Array; - polygonzkevm_aggregateRootProposed?: Maybe; - polygonzkevm_aggregateRootProposeds: Array; - polygonzkevm_optimisticRootFinalized?: Maybe; - polygonzkevm_optimisticRootFinalizeds: Array; + stagingmetis_asset?: Maybe; + stagingmetis_assets: Array; + stagingmetis_assetStatus?: Maybe; + stagingmetis_assetStatuses: Array; + stagingmetis_assetBalance?: Maybe; + stagingmetis_assetBalances: Array; + stagingmetis_router?: Maybe; + stagingmetis_routers: Array; + stagingmetis_routerDailyTVL?: Maybe; + stagingmetis_routerDailyTVLs: Array; + stagingmetis_routerLiquidityEvent?: Maybe; + stagingmetis_routerLiquidityEvents: Array; + stagingmetis_setting?: Maybe; + stagingmetis_settings: Array; + stagingmetis_relayer?: Maybe; + stagingmetis_relayers: Array; + stagingmetis_sequencer?: Maybe; + stagingmetis_sequencers: Array; + stagingmetis_relayerFee?: Maybe; + stagingmetis_relayerFees: Array; + stagingmetis_originTransfer?: Maybe; + stagingmetis_originTransfers: Array; + stagingmetis_destinationTransfer?: Maybe; + stagingmetis_destinationTransfers: Array; + stagingmetis_originMessage?: Maybe; + stagingmetis_originMessages: Array; + stagingmetis_aggregateRoot?: Maybe; + stagingmetis_aggregateRoots: Array; + stagingmetis_connectorMeta?: Maybe; + stagingmetis_connectorMetas: Array; + stagingmetis_rootCount?: Maybe; + stagingmetis_rootCounts: Array; + stagingmetis_rootMessageSent?: Maybe; + stagingmetis_rootMessageSents: Array; + stagingmetis_relayerFeesIncrease?: Maybe; + stagingmetis_relayerFeesIncreases: Array; + stagingmetis_slippageUpdate?: Maybe; + stagingmetis_slippageUpdates: Array; + stagingmetis_snapshotRoot?: Maybe; + stagingmetis_snapshotRoots: Array; + stagingmetis_spokeConnectorMode?: Maybe; + stagingmetis_spokeConnectorModes: Array; + stagingmetis_aggregateRootProposed?: Maybe; + stagingmetis_aggregateRootProposeds: Array; + stagingmetis_optimisticRootFinalized?: Maybe; + stagingmetis_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - polygonzkevm__meta?: Maybe; - stagingmode_asset?: Maybe; - stagingmode_assets: Array; - stagingmode_assetStatus?: Maybe; - stagingmode_assetStatuses: Array; - stagingmode_assetBalance?: Maybe; - stagingmode_assetBalances: Array; - stagingmode_router?: Maybe; - stagingmode_routers: Array; - stagingmode_routerDailyTVL?: Maybe; - stagingmode_routerDailyTVLs: Array; - stagingmode_routerLiquidityEvent?: Maybe; - stagingmode_routerLiquidityEvents: Array; - stagingmode_setting?: Maybe; - stagingmode_settings: Array; - stagingmode_relayer?: Maybe; - stagingmode_relayers: Array; - stagingmode_sequencer?: Maybe; - stagingmode_sequencers: Array; - stagingmode_relayerFee?: Maybe; - stagingmode_relayerFees: Array; - stagingmode_originTransfer?: Maybe; - stagingmode_originTransfers: Array; - stagingmode_destinationTransfer?: Maybe; - stagingmode_destinationTransfers: Array; - stagingmode_originMessage?: Maybe; - stagingmode_originMessages: Array; - stagingmode_aggregateRoot?: Maybe; - stagingmode_aggregateRoots: Array; - stagingmode_connectorMeta?: Maybe; - stagingmode_connectorMetas: Array; - stagingmode_rootCount?: Maybe; - stagingmode_rootCounts: Array; - stagingmode_rootMessageSent?: Maybe; - stagingmode_rootMessageSents: Array; - stagingmode_relayerFeesIncrease?: Maybe; - stagingmode_relayerFeesIncreases: Array; - stagingmode_slippageUpdate?: Maybe; - stagingmode_slippageUpdates: Array; - stagingmode_snapshotRoot?: Maybe; - stagingmode_snapshotRoots: Array; - stagingmode_spokeConnectorMode?: Maybe; - stagingmode_spokeConnectorModes: Array; - stagingmode_aggregateRootProposed?: Maybe; - stagingmode_aggregateRootProposeds: Array; - stagingmode_optimisticRootFinalized?: Maybe; - stagingmode_optimisticRootFinalizeds: Array; + stagingmetis__meta?: Maybe; + xdai_asset?: Maybe; + xdai_assets: Array; + xdai_assetStatus?: Maybe; + xdai_assetStatuses: Array; + xdai_assetBalance?: Maybe; + xdai_assetBalances: Array; + xdai_router?: Maybe; + xdai_routers: Array; + xdai_routerDailyTVL?: Maybe; + xdai_routerDailyTVLs: Array; + xdai_routerLiquidityEvent?: Maybe; + xdai_routerLiquidityEvents: Array; + xdai_setting?: Maybe; + xdai_settings: Array; + xdai_relayer?: Maybe; + xdai_relayers: Array; + xdai_sequencer?: Maybe; + xdai_sequencers: Array; + xdai_relayerFee?: Maybe; + xdai_relayerFees: Array; + xdai_originTransfer?: Maybe; + xdai_originTransfers: Array; + xdai_destinationTransfer?: Maybe; + xdai_destinationTransfers: Array; + xdai_originMessage?: Maybe; + xdai_originMessages: Array; + xdai_aggregateRoot?: Maybe; + xdai_aggregateRoots: Array; + xdai_connectorMeta?: Maybe; + xdai_connectorMetas: Array; + xdai_rootCount?: Maybe; + xdai_rootCounts: Array; + xdai_rootMessageSent?: Maybe; + xdai_rootMessageSents: Array; + xdai_relayerFeesIncrease?: Maybe; + xdai_relayerFeesIncreases: Array; + xdai_slippageUpdate?: Maybe; + xdai_slippageUpdates: Array; + xdai_snapshotRoot?: Maybe; + xdai_snapshotRoots: Array; + xdai_spokeConnectorMode?: Maybe; + xdai_spokeConnectorModes: Array; + xdai_aggregateRootProposed?: Maybe; + xdai_aggregateRootProposeds: Array; + xdai_optimisticRootFinalized?: Maybe; + xdai_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - stagingmode__meta?: Maybe; + xdai__meta?: Maybe; + xlayer_asset?: Maybe; + xlayer_assets: Array; + xlayer_assetStatus?: Maybe; + xlayer_assetStatuses: Array; + xlayer_assetBalance?: Maybe; + xlayer_assetBalances: Array; + xlayer_router?: Maybe; + xlayer_routers: Array; + xlayer_routerDailyTVL?: Maybe; + xlayer_routerDailyTVLs: Array; + xlayer_routerLiquidityEvent?: Maybe; + xlayer_routerLiquidityEvents: Array; + xlayer_setting?: Maybe; + xlayer_settings: Array; + xlayer_relayer?: Maybe; + xlayer_relayers: Array; + xlayer_sequencer?: Maybe; + xlayer_sequencers: Array; + xlayer_relayerFee?: Maybe; + xlayer_relayerFees: Array; + xlayer_originTransfer?: Maybe; + xlayer_originTransfers: Array; + xlayer_destinationTransfer?: Maybe; + xlayer_destinationTransfers: Array; + xlayer_originMessage?: Maybe; + xlayer_originMessages: Array; + xlayer_aggregateRoot?: Maybe; + xlayer_aggregateRoots: Array; + xlayer_connectorMeta?: Maybe; + xlayer_connectorMetas: Array; + xlayer_rootCount?: Maybe; + xlayer_rootCounts: Array; + xlayer_rootMessageSent?: Maybe; + xlayer_rootMessageSents: Array; + xlayer_relayerFeesIncrease?: Maybe; + xlayer_relayerFeesIncreases: Array; + xlayer_slippageUpdate?: Maybe; + xlayer_slippageUpdates: Array; + xlayer_snapshotRoot?: Maybe; + xlayer_snapshotRoots: Array; + xlayer_spokeConnectorMode?: Maybe; + xlayer_spokeConnectorModes: Array; + xlayer_aggregateRootProposed?: Maybe; + xlayer_aggregateRootProposeds: Array; + xlayer_optimisticRootFinalized?: Maybe; + xlayer_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + xlayer__meta?: Maybe; + bnb_asset?: Maybe; + bnb_assets: Array; + bnb_assetStatus?: Maybe; + bnb_assetStatuses: Array; + bnb_assetBalance?: Maybe; + bnb_assetBalances: Array; + bnb_router?: Maybe; + bnb_routers: Array; + bnb_routerDailyTVL?: Maybe; + bnb_routerDailyTVLs: Array; + bnb_routerLiquidityEvent?: Maybe; + bnb_routerLiquidityEvents: Array; + bnb_setting?: Maybe; + 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; + bnb_snapshotRoot?: Maybe; + bnb_snapshotRoots: Array; + bnb_spokeConnectorMode?: Maybe; + bnb_spokeConnectorModes: Array; + bnb_aggregateRootProposed?: Maybe; + bnb_aggregateRootProposeds: Array; + bnb_optimisticRootFinalized?: Maybe; + bnb_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + bnb__meta?: Maybe; base_asset?: Maybe; base_assets: Array; base_assetStatus?: Maybe; @@ -25137,472 +25487,122 @@ export type Subscription = { base_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ base__meta?: Maybe; - stagingscroll_asset?: Maybe; - stagingscroll_assets: Array; - stagingscroll_assetStatus?: Maybe; - stagingscroll_assetStatuses: Array; - stagingscroll_assetBalance?: Maybe; - stagingscroll_assetBalances: Array; - stagingscroll_router?: Maybe; - stagingscroll_routers: Array; - stagingscroll_routerDailyTVL?: Maybe; - stagingscroll_routerDailyTVLs: Array; - stagingscroll_routerLiquidityEvent?: Maybe; - stagingscroll_routerLiquidityEvents: Array; - stagingscroll_setting?: Maybe; - stagingscroll_settings: Array; - stagingscroll_relayer?: Maybe; - stagingscroll_relayers: Array; - stagingscroll_sequencer?: Maybe; - stagingscroll_sequencers: Array; - stagingscroll_relayerFee?: Maybe; - stagingscroll_relayerFees: Array; - stagingscroll_originTransfer?: Maybe; - stagingscroll_originTransfers: Array; - stagingscroll_destinationTransfer?: Maybe; - stagingscroll_destinationTransfers: Array; - stagingscroll_originMessage?: Maybe; - stagingscroll_originMessages: Array; - stagingscroll_aggregateRoot?: Maybe; - stagingscroll_aggregateRoots: Array; - stagingscroll_connectorMeta?: Maybe; - stagingscroll_connectorMetas: Array; - stagingscroll_rootCount?: Maybe; - stagingscroll_rootCounts: Array; - stagingscroll_rootMessageSent?: Maybe; - stagingscroll_rootMessageSents: Array; - stagingscroll_relayerFeesIncrease?: Maybe; - stagingscroll_relayerFeesIncreases: Array; - stagingscroll_slippageUpdate?: Maybe; - stagingscroll_slippageUpdates: Array; - stagingscroll_snapshotRoot?: Maybe; - stagingscroll_snapshotRoots: Array; - stagingscroll_spokeConnectorMode?: Maybe; - stagingscroll_spokeConnectorModes: Array; - stagingscroll_aggregateRootProposed?: Maybe; - stagingscroll_aggregateRootProposeds: Array; - stagingscroll_optimisticRootFinalized?: Maybe; - stagingscroll_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingscroll__meta?: Maybe; - stagingzksync_asset?: Maybe; - stagingzksync_assets: Array; - stagingzksync_assetStatus?: Maybe; - stagingzksync_assetStatuses: Array; - stagingzksync_assetBalance?: Maybe; - stagingzksync_assetBalances: Array; - stagingzksync_router?: Maybe; - stagingzksync_routers: Array; - stagingzksync_routerDailyTVL?: Maybe; - stagingzksync_routerDailyTVLs: Array; - stagingzksync_routerLiquidityEvent?: Maybe; - stagingzksync_routerLiquidityEvents: Array; - stagingzksync_setting?: Maybe; - stagingzksync_settings: Array; - stagingzksync_relayer?: Maybe; - stagingzksync_relayers: Array; - stagingzksync_sequencer?: Maybe; - stagingzksync_sequencers: Array; - stagingzksync_relayerFee?: Maybe; - stagingzksync_relayerFees: Array; - stagingzksync_originTransfer?: Maybe; - stagingzksync_originTransfers: Array; - stagingzksync_destinationTransfer?: Maybe; - stagingzksync_destinationTransfers: Array; - stagingzksync_originMessage?: Maybe; - stagingzksync_originMessages: Array; - stagingzksync_aggregateRoot?: Maybe; - stagingzksync_aggregateRoots: Array; - stagingzksync_connectorMeta?: Maybe; - stagingzksync_connectorMetas: Array; - stagingzksync_rootCount?: Maybe; - stagingzksync_rootCounts: Array; - stagingzksync_rootMessageSent?: Maybe; - stagingzksync_rootMessageSents: Array; - stagingzksync_relayerFeesIncrease?: Maybe; - stagingzksync_relayerFeesIncreases: Array; - stagingzksync_slippageUpdate?: Maybe; - stagingzksync_slippageUpdates: Array; - stagingzksync_snapshotRoot?: Maybe; - stagingzksync_snapshotRoots: Array; - stagingzksync_spokeConnectorMode?: Maybe; - stagingzksync_spokeConnectorModes: Array; - stagingzksync_aggregateRootProposed?: Maybe; - stagingzksync_aggregateRootProposeds: Array; - stagingzksync_optimisticRootFinalized?: Maybe; - stagingzksync_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingzksync__meta?: Maybe; - stagingxdai_asset?: Maybe; - stagingxdai_assets: Array; - stagingxdai_assetStatus?: Maybe; - stagingxdai_assetStatuses: Array; - stagingxdai_assetBalance?: Maybe; - stagingxdai_assetBalances: Array; - stagingxdai_router?: Maybe; - stagingxdai_routers: Array; - stagingxdai_routerDailyTVL?: Maybe; - stagingxdai_routerDailyTVLs: Array; - stagingxdai_routerLiquidityEvent?: Maybe; - stagingxdai_routerLiquidityEvents: Array; - stagingxdai_setting?: Maybe; - stagingxdai_settings: Array; - stagingxdai_relayer?: Maybe; - stagingxdai_relayers: Array; - stagingxdai_sequencer?: Maybe; - stagingxdai_sequencers: Array; - stagingxdai_relayerFee?: Maybe; - stagingxdai_relayerFees: Array; - stagingxdai_originTransfer?: Maybe; - stagingxdai_originTransfers: Array; - stagingxdai_destinationTransfer?: Maybe; - stagingxdai_destinationTransfers: Array; - stagingxdai_originMessage?: Maybe; - stagingxdai_originMessages: Array; - stagingxdai_aggregateRoot?: Maybe; - stagingxdai_aggregateRoots: Array; - stagingxdai_connectorMeta?: Maybe; - stagingxdai_connectorMetas: Array; - stagingxdai_rootCount?: Maybe; - stagingxdai_rootCounts: Array; - stagingxdai_rootMessageSent?: Maybe; - stagingxdai_rootMessageSents: Array; - stagingxdai_relayerFeesIncrease?: Maybe; - stagingxdai_relayerFeesIncreases: Array; - stagingxdai_slippageUpdate?: Maybe; - stagingxdai_slippageUpdates: Array; - stagingxdai_snapshotRoot?: Maybe; - stagingxdai_snapshotRoots: Array; - stagingxdai_spokeConnectorMode?: Maybe; - stagingxdai_spokeConnectorModes: Array; - stagingxdai_aggregateRootProposed?: Maybe; - stagingxdai_aggregateRootProposeds: Array; - stagingxdai_optimisticRootFinalized?: Maybe; - stagingxdai_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingxdai__meta?: Maybe; - xdai_asset?: Maybe; - xdai_assets: Array; - xdai_assetStatus?: Maybe; - xdai_assetStatuses: Array; - xdai_assetBalance?: Maybe; - xdai_assetBalances: Array; - xdai_router?: Maybe; - xdai_routers: Array; - xdai_routerDailyTVL?: Maybe; - xdai_routerDailyTVLs: Array; - xdai_routerLiquidityEvent?: Maybe; - xdai_routerLiquidityEvents: Array; - xdai_setting?: Maybe; - xdai_settings: Array; - xdai_relayer?: Maybe; - xdai_relayers: Array; - xdai_sequencer?: Maybe; - xdai_sequencers: Array; - xdai_relayerFee?: Maybe; - xdai_relayerFees: Array; - xdai_originTransfer?: Maybe; - xdai_originTransfers: Array; - xdai_destinationTransfer?: Maybe; - xdai_destinationTransfers: Array; - xdai_originMessage?: Maybe; - xdai_originMessages: Array; - xdai_aggregateRoot?: Maybe; - xdai_aggregateRoots: Array; - xdai_connectorMeta?: Maybe; - xdai_connectorMetas: Array; - xdai_rootCount?: Maybe; - xdai_rootCounts: Array; - xdai_rootMessageSent?: Maybe; - xdai_rootMessageSents: Array; - xdai_relayerFeesIncrease?: Maybe; - xdai_relayerFeesIncreases: Array; - xdai_slippageUpdate?: Maybe; - xdai_slippageUpdates: Array; - xdai_snapshotRoot?: Maybe; - xdai_snapshotRoots: Array; - xdai_spokeConnectorMode?: Maybe; - xdai_spokeConnectorModes: Array; - xdai_aggregateRootProposed?: Maybe; - xdai_aggregateRootProposeds: Array; - xdai_optimisticRootFinalized?: Maybe; - xdai_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - xdai__meta?: Maybe; - stagingbnb_asset?: Maybe; - stagingbnb_assets: Array; - stagingbnb_assetStatus?: Maybe; - stagingbnb_assetStatuses: Array; - stagingbnb_assetBalance?: Maybe; - stagingbnb_assetBalances: Array; - stagingbnb_router?: Maybe; - stagingbnb_routers: Array; - stagingbnb_routerDailyTVL?: Maybe; - stagingbnb_routerDailyTVLs: Array; - stagingbnb_routerLiquidityEvent?: Maybe; - stagingbnb_routerLiquidityEvents: Array; - stagingbnb_setting?: Maybe; - stagingbnb_settings: Array; - stagingbnb_relayer?: Maybe; - stagingbnb_relayers: Array; - stagingbnb_sequencer?: Maybe; - stagingbnb_sequencers: Array; - stagingbnb_relayerFee?: Maybe; - stagingbnb_relayerFees: Array; - stagingbnb_originTransfer?: Maybe; - stagingbnb_originTransfers: Array; - stagingbnb_destinationTransfer?: Maybe; - stagingbnb_destinationTransfers: Array; - stagingbnb_originMessage?: Maybe; - stagingbnb_originMessages: Array; - stagingbnb_aggregateRoot?: Maybe; - stagingbnb_aggregateRoots: Array; - stagingbnb_connectorMeta?: Maybe; - stagingbnb_connectorMetas: Array; - stagingbnb_rootCount?: Maybe; - stagingbnb_rootCounts: Array; - stagingbnb_rootMessageSent?: Maybe; - stagingbnb_rootMessageSents: Array; - stagingbnb_relayerFeesIncrease?: Maybe; - stagingbnb_relayerFeesIncreases: Array; - stagingbnb_slippageUpdate?: Maybe; - stagingbnb_slippageUpdates: Array; - stagingbnb_snapshotRoot?: Maybe; - stagingbnb_snapshotRoots: Array; - stagingbnb_spokeConnectorMode?: Maybe; - stagingbnb_spokeConnectorModes: Array; - stagingbnb_aggregateRootProposed?: Maybe; - stagingbnb_aggregateRootProposeds: Array; - stagingbnb_optimisticRootFinalized?: Maybe; - stagingbnb_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingbnb__meta?: Maybe; - stagingarbitrumone_asset?: Maybe; - stagingarbitrumone_assets: Array; - stagingarbitrumone_assetStatus?: Maybe; - stagingarbitrumone_assetStatuses: Array; - stagingarbitrumone_assetBalance?: Maybe; - stagingarbitrumone_assetBalances: Array; - stagingarbitrumone_router?: Maybe; - stagingarbitrumone_routers: Array; - stagingarbitrumone_routerDailyTVL?: Maybe; - stagingarbitrumone_routerDailyTVLs: Array; - stagingarbitrumone_routerLiquidityEvent?: Maybe; - stagingarbitrumone_routerLiquidityEvents: Array; - stagingarbitrumone_setting?: Maybe; - stagingarbitrumone_settings: Array; - stagingarbitrumone_relayer?: Maybe; - stagingarbitrumone_relayers: Array; - stagingarbitrumone_sequencer?: Maybe; - stagingarbitrumone_sequencers: Array; - stagingarbitrumone_relayerFee?: Maybe; - stagingarbitrumone_relayerFees: Array; - stagingarbitrumone_originTransfer?: Maybe; - stagingarbitrumone_originTransfers: Array; - stagingarbitrumone_destinationTransfer?: Maybe; - stagingarbitrumone_destinationTransfers: Array; - stagingarbitrumone_originMessage?: Maybe; - stagingarbitrumone_originMessages: Array; - stagingarbitrumone_aggregateRoot?: Maybe; - stagingarbitrumone_aggregateRoots: Array; - stagingarbitrumone_connectorMeta?: Maybe; - stagingarbitrumone_connectorMetas: Array; - stagingarbitrumone_rootCount?: Maybe; - stagingarbitrumone_rootCounts: Array; - stagingarbitrumone_rootMessageSent?: Maybe; - stagingarbitrumone_rootMessageSents: Array; - stagingarbitrumone_relayerFeesIncrease?: Maybe; - stagingarbitrumone_relayerFeesIncreases: Array; - stagingarbitrumone_slippageUpdate?: Maybe; - stagingarbitrumone_slippageUpdates: Array; - stagingarbitrumone_snapshotRoot?: Maybe; - stagingarbitrumone_snapshotRoots: Array; - stagingarbitrumone_spokeConnectorMode?: Maybe; - stagingarbitrumone_spokeConnectorModes: Array; - stagingarbitrumone_aggregateRootProposed?: Maybe; - stagingarbitrumone_aggregateRootProposeds: Array; - stagingarbitrumone_optimisticRootFinalized?: Maybe; - stagingarbitrumone_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingarbitrumone__meta?: Maybe; - stagingpolygonzkevm_asset?: Maybe; - stagingpolygonzkevm_assets: Array; - stagingpolygonzkevm_assetStatus?: Maybe; - stagingpolygonzkevm_assetStatuses: Array; - stagingpolygonzkevm_assetBalance?: Maybe; - stagingpolygonzkevm_assetBalances: Array; - stagingpolygonzkevm_router?: Maybe; - stagingpolygonzkevm_routers: Array; - stagingpolygonzkevm_routerDailyTVL?: Maybe; - stagingpolygonzkevm_routerDailyTVLs: Array; - stagingpolygonzkevm_routerLiquidityEvent?: Maybe; - stagingpolygonzkevm_routerLiquidityEvents: Array; - stagingpolygonzkevm_setting?: Maybe; - stagingpolygonzkevm_settings: Array; - stagingpolygonzkevm_relayer?: Maybe; - stagingpolygonzkevm_relayers: Array; - stagingpolygonzkevm_sequencer?: Maybe; - stagingpolygonzkevm_sequencers: Array; - stagingpolygonzkevm_relayerFee?: Maybe; - stagingpolygonzkevm_relayerFees: Array; - stagingpolygonzkevm_originTransfer?: Maybe; - stagingpolygonzkevm_originTransfers: Array; - stagingpolygonzkevm_destinationTransfer?: Maybe; - stagingpolygonzkevm_destinationTransfers: Array; - stagingpolygonzkevm_originMessage?: Maybe; - stagingpolygonzkevm_originMessages: Array; - stagingpolygonzkevm_aggregateRoot?: Maybe; - stagingpolygonzkevm_aggregateRoots: Array; - stagingpolygonzkevm_connectorMeta?: Maybe; - stagingpolygonzkevm_connectorMetas: Array; - stagingpolygonzkevm_rootCount?: Maybe; - stagingpolygonzkevm_rootCounts: Array; - stagingpolygonzkevm_rootMessageSent?: Maybe; - stagingpolygonzkevm_rootMessageSents: Array; - stagingpolygonzkevm_relayerFeesIncrease?: Maybe; - stagingpolygonzkevm_relayerFeesIncreases: Array; - stagingpolygonzkevm_slippageUpdate?: Maybe; - stagingpolygonzkevm_slippageUpdates: Array; - stagingpolygonzkevm_snapshotRoot?: Maybe; - stagingpolygonzkevm_snapshotRoots: Array; - stagingpolygonzkevm_spokeConnectorMode?: Maybe; - stagingpolygonzkevm_spokeConnectorModes: Array; - stagingpolygonzkevm_aggregateRootProposed?: Maybe; - stagingpolygonzkevm_aggregateRootProposeds: Array; - stagingpolygonzkevm_optimisticRootFinalized?: Maybe; - stagingpolygonzkevm_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - stagingpolygonzkevm__meta?: Maybe; - stagingxlayer_asset?: Maybe; - stagingxlayer_assets: Array; - stagingxlayer_assetStatus?: Maybe; - stagingxlayer_assetStatuses: Array; - stagingxlayer_assetBalance?: Maybe; - stagingxlayer_assetBalances: Array; - stagingxlayer_router?: Maybe; - stagingxlayer_routers: Array; - stagingxlayer_routerDailyTVL?: Maybe; - stagingxlayer_routerDailyTVLs: Array; - stagingxlayer_routerLiquidityEvent?: Maybe; - stagingxlayer_routerLiquidityEvents: Array; - stagingxlayer_setting?: Maybe; - stagingxlayer_settings: Array; - stagingxlayer_relayer?: Maybe; - stagingxlayer_relayers: Array; - stagingxlayer_sequencer?: Maybe; - stagingxlayer_sequencers: Array; - stagingxlayer_relayerFee?: Maybe; - stagingxlayer_relayerFees: Array; - stagingxlayer_originTransfer?: Maybe; - stagingxlayer_originTransfers: Array; - stagingxlayer_destinationTransfer?: Maybe; - stagingxlayer_destinationTransfers: Array; - stagingxlayer_originMessage?: Maybe; - stagingxlayer_originMessages: Array; - stagingxlayer_aggregateRoot?: Maybe; - stagingxlayer_aggregateRoots: Array; - stagingxlayer_connectorMeta?: Maybe; - stagingxlayer_connectorMetas: Array; - stagingxlayer_rootCount?: Maybe; - stagingxlayer_rootCounts: Array; - stagingxlayer_rootMessageSent?: Maybe; - stagingxlayer_rootMessageSents: Array; - stagingxlayer_relayerFeesIncrease?: Maybe; - stagingxlayer_relayerFeesIncreases: Array; - stagingxlayer_slippageUpdate?: Maybe; - stagingxlayer_slippageUpdates: Array; - stagingxlayer_snapshotRoot?: Maybe; - stagingxlayer_snapshotRoots: Array; - stagingxlayer_spokeConnectorMode?: Maybe; - stagingxlayer_spokeConnectorModes: Array; - stagingxlayer_aggregateRootProposed?: Maybe; - stagingxlayer_aggregateRootProposeds: Array; - stagingxlayer_optimisticRootFinalized?: Maybe; - stagingxlayer_optimisticRootFinalizeds: Array; + arbitrumsepolia_swap_systemInfo?: Maybe; + arbitrumsepolia_swap_systemInfos: Array; + arbitrumsepolia_swap_pooledToken?: Maybe; + arbitrumsepolia_swap_pooledTokens: Array; + arbitrumsepolia_swap_stableSwap?: Maybe; + arbitrumsepolia_swap_stableSwaps: Array; + arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumsepolia_swap_stableSwapAddLiquidityEvents: Array; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumsepolia_swap_stableSwapExchange?: Maybe; + arbitrumsepolia_swap_stableSwapExchanges: Array; + arbitrumsepolia_swap_swapDailyVolume?: Maybe; + arbitrumsepolia_swap_swapDailyVolumes: Array; + arbitrumsepolia_swap_swapHourlyVolume?: Maybe; + arbitrumsepolia_swap_swapHourlyVolumes: Array; + arbitrumsepolia_swap_swapWeeklyVolume?: Maybe; + arbitrumsepolia_swap_swapWeeklyVolumes: Array; + arbitrumsepolia_swap_lpAccount?: Maybe; + arbitrumsepolia_swap_lpAccounts: Array; + arbitrumsepolia_swap_lpAccountBalance?: Maybe; + arbitrumsepolia_swap_lpAccountBalances: Array; + arbitrumsepolia_swap_lpToken?: Maybe; + arbitrumsepolia_swap_lpTokens: Array; + arbitrumsepolia_swap_lpTransferEvent?: Maybe; + arbitrumsepolia_swap_lpTransferEvents: Array; + arbitrumsepolia_swap_stableSwapEvent?: Maybe; + arbitrumsepolia_swap_stableSwapEvents: Array; + arbitrumsepolia_swap_swapTradeVolume?: Maybe; + arbitrumsepolia_swap_swapTradeVolumes: Array; + arbitrumsepolia_swap_lpTokenEvent?: Maybe; + arbitrumsepolia_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - stagingxlayer__meta?: Maybe; - staginglinea_asset?: Maybe; - staginglinea_assets: Array; - staginglinea_assetStatus?: Maybe; - staginglinea_assetStatuses: Array; - staginglinea_assetBalance?: Maybe; - staginglinea_assetBalances: Array; - staginglinea_router?: Maybe; - staginglinea_routers: Array; - staginglinea_routerDailyTVL?: Maybe; - staginglinea_routerDailyTVLs: Array; - staginglinea_routerLiquidityEvent?: Maybe; - staginglinea_routerLiquidityEvents: Array; - staginglinea_setting?: Maybe; - staginglinea_settings: Array; - staginglinea_relayer?: Maybe; - staginglinea_relayers: Array; - staginglinea_sequencer?: Maybe; - staginglinea_sequencers: Array; - staginglinea_relayerFee?: Maybe; - staginglinea_relayerFees: Array; - staginglinea_originTransfer?: Maybe; - staginglinea_originTransfers: Array; - staginglinea_destinationTransfer?: Maybe; - staginglinea_destinationTransfers: Array; - staginglinea_originMessage?: Maybe; - staginglinea_originMessages: Array; - staginglinea_aggregateRoot?: Maybe; - staginglinea_aggregateRoots: Array; - staginglinea_connectorMeta?: Maybe; - staginglinea_connectorMetas: Array; - staginglinea_rootCount?: Maybe; - staginglinea_rootCounts: Array; - staginglinea_rootMessageSent?: Maybe; - staginglinea_rootMessageSents: Array; - staginglinea_relayerFeesIncrease?: Maybe; - staginglinea_relayerFeesIncreases: Array; - staginglinea_slippageUpdate?: Maybe; - staginglinea_slippageUpdates: Array; - staginglinea_snapshotRoot?: Maybe; - staginglinea_snapshotRoots: Array; - staginglinea_spokeConnectorMode?: Maybe; - staginglinea_spokeConnectorModes: Array; - staginglinea_aggregateRootProposed?: Maybe; - staginglinea_aggregateRootProposeds: Array; - staginglinea_optimisticRootFinalized?: Maybe; - staginglinea_optimisticRootFinalizeds: Array; + arbitrumsepolia_swap__meta?: Maybe; + stagingoptimism_asset?: Maybe; + stagingoptimism_assets: Array; + stagingoptimism_assetStatus?: Maybe; + stagingoptimism_assetStatuses: Array; + stagingoptimism_assetBalance?: Maybe; + stagingoptimism_assetBalances: Array; + stagingoptimism_router?: Maybe; + stagingoptimism_routers: Array; + stagingoptimism_routerDailyTVL?: Maybe; + stagingoptimism_routerDailyTVLs: Array; + stagingoptimism_routerLiquidityEvent?: Maybe; + stagingoptimism_routerLiquidityEvents: Array; + stagingoptimism_setting?: Maybe; + stagingoptimism_settings: Array; + stagingoptimism_relayer?: Maybe; + stagingoptimism_relayers: Array; + stagingoptimism_sequencer?: Maybe; + stagingoptimism_sequencers: Array; + stagingoptimism_relayerFee?: Maybe; + stagingoptimism_relayerFees: Array; + stagingoptimism_originTransfer?: Maybe; + stagingoptimism_originTransfers: Array; + stagingoptimism_destinationTransfer?: Maybe; + stagingoptimism_destinationTransfers: Array; + stagingoptimism_originMessage?: Maybe; + stagingoptimism_originMessages: Array; + stagingoptimism_aggregateRoot?: Maybe; + stagingoptimism_aggregateRoots: Array; + stagingoptimism_connectorMeta?: Maybe; + stagingoptimism_connectorMetas: Array; + stagingoptimism_rootCount?: Maybe; + stagingoptimism_rootCounts: Array; + stagingoptimism_rootMessageSent?: Maybe; + stagingoptimism_rootMessageSents: Array; + stagingoptimism_relayerFeesIncrease?: Maybe; + stagingoptimism_relayerFeesIncreases: Array; + stagingoptimism_slippageUpdate?: Maybe; + stagingoptimism_slippageUpdates: Array; + stagingoptimism_snapshotRoot?: Maybe; + stagingoptimism_snapshotRoots: Array; + stagingoptimism_spokeConnectorMode?: Maybe; + stagingoptimism_spokeConnectorModes: Array; + stagingoptimism_aggregateRootProposed?: Maybe; + stagingoptimism_aggregateRootProposeds: Array; + stagingoptimism_optimisticRootFinalized?: Maybe; + stagingoptimism_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - staginglinea__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; + stagingoptimism__meta?: Maybe; + avalanche_swap_systemInfo?: Maybe; + avalanche_swap_systemInfos: Array; + avalanche_swap_pooledToken?: Maybe; + avalanche_swap_pooledTokens: Array; + avalanche_swap_stableSwap?: Maybe; + avalanche_swap_stableSwaps: Array; + avalanche_swap_stableSwapAddLiquidityEvent?: Maybe; + avalanche_swap_stableSwapAddLiquidityEvents: Array; + avalanche_swap_stableSwapRemoveLiquidityEvent?: Maybe; + avalanche_swap_stableSwapRemoveLiquidityEvents: Array; + avalanche_swap_stableSwapExchange?: Maybe; + avalanche_swap_stableSwapExchanges: Array; + avalanche_swap_swapDailyVolume?: Maybe; + avalanche_swap_swapDailyVolumes: Array; + avalanche_swap_swapHourlyVolume?: Maybe; + avalanche_swap_swapHourlyVolumes: Array; + avalanche_swap_swapWeeklyVolume?: Maybe; + avalanche_swap_swapWeeklyVolumes: Array; + avalanche_swap_lpAccount?: Maybe; + avalanche_swap_lpAccounts: Array; + avalanche_swap_lpAccountBalance?: Maybe; + avalanche_swap_lpAccountBalances: Array; + avalanche_swap_lpToken?: Maybe; + avalanche_swap_lpTokens: Array; + avalanche_swap_lpTransferEvent?: Maybe; + avalanche_swap_lpTransferEvents: Array; + avalanche_swap_stableSwapEvent?: Maybe; + avalanche_swap_stableSwapEvents: Array; + avalanche_swap_swapTradeVolume?: Maybe; + avalanche_swap_swapTradeVolumes: Array; + avalanche_swap_lpTokenEvent?: Maybe; + avalanche_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ - bnb_swap__meta?: Maybe; + avalanche_swap__meta?: Maybe; optimism_swap_systemInfo?: Maybe; optimism_swap_systemInfos: Array; optimism_swap_pooledToken?: Maybe; @@ -25671,6 +25671,40 @@ export type Subscription = { arbitrumone_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ arbitrumone_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_swap_systemInfo?: Maybe; xdai_swap_systemInfos: Array; xdai_swap_pooledToken?: Maybe; @@ -25739,626 +25773,592 @@ export type Subscription = { polygon_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ polygon_swap__meta?: Maybe; - avalanche_swap_systemInfo?: Maybe; - avalanche_swap_systemInfos: Array; - avalanche_swap_pooledToken?: Maybe; - avalanche_swap_pooledTokens: Array; - avalanche_swap_stableSwap?: Maybe; - avalanche_swap_stableSwaps: Array; - avalanche_swap_stableSwapAddLiquidityEvent?: Maybe; - avalanche_swap_stableSwapAddLiquidityEvents: Array; - avalanche_swap_stableSwapRemoveLiquidityEvent?: Maybe; - avalanche_swap_stableSwapRemoveLiquidityEvents: Array; - avalanche_swap_stableSwapExchange?: Maybe; - avalanche_swap_stableSwapExchanges: Array; - avalanche_swap_swapDailyVolume?: Maybe; - avalanche_swap_swapDailyVolumes: Array; - avalanche_swap_swapHourlyVolume?: Maybe; - avalanche_swap_swapHourlyVolumes: Array; - avalanche_swap_swapWeeklyVolume?: Maybe; - avalanche_swap_swapWeeklyVolumes: Array; - avalanche_swap_lpAccount?: Maybe; - avalanche_swap_lpAccounts: Array; - avalanche_swap_lpAccountBalance?: Maybe; - avalanche_swap_lpAccountBalances: Array; - avalanche_swap_lpToken?: Maybe; - avalanche_swap_lpTokens: Array; - avalanche_swap_lpTransferEvent?: Maybe; - avalanche_swap_lpTransferEvents: Array; - avalanche_swap_stableSwapEvent?: Maybe; - avalanche_swap_stableSwapEvents: Array; - avalanche_swap_swapTradeVolume?: Maybe; - avalanche_swap_swapTradeVolumes: Array; - avalanche_swap_lpTokenEvent?: Maybe; - avalanche_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - avalanche_swap__meta?: Maybe; }; -export type Subscriptionsepolia_swap_systemInfoArgs = { +export type Subscriptionmetis_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_systemInfosArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_pooledTokenArgs = { +export type Subscriptionmetis_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_pooledTokensArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_stableSwapArgs = { +export type Subscriptionmetis_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_stableSwapsArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionmetis_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_stableSwapExchangeArgs = { +export type Subscriptionmetis_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_stableSwapExchangesArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_swapDailyVolumeArgs = { +export type Subscriptionmetis_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_swapDailyVolumesArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_swapHourlyVolumeArgs = { +export type Subscriptionmetis_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_swapHourlyVolumesArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_swapWeeklyVolumeArgs = { +export type Subscriptionmetis_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_swapWeeklyVolumesArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_lpAccountArgs = { +export type Subscriptionmetis_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_lpAccountsArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_lpAccountBalanceArgs = { +export type Subscriptionmetis_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_lpAccountBalancesArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_lpTokenArgs = { +export type Subscriptionmetis_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_lpTokensArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_lpTransferEventArgs = { +export type Subscriptionmetis_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_lpTransferEventsArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_stableSwapEventArgs = { +export type Subscriptionmetis_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_stableSwapEventsArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_swapTradeVolumeArgs = { +export type Subscriptionmetis_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_swapTradeVolumesArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap_lpTokenEventArgs = { +export type Subscriptionmetis_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_lpTokenEventsArgs = { +export type Subscriptionmetis_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 Subscriptionsepolia_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionmetis_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionoptimismsepolia_swap_systemInfoArgs = { +export type Subscriptionlinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_systemInfosArgs = { +export type Subscriptionlinea_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_pooledTokenArgs = { +export type Subscriptionlinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_pooledTokensArgs = { +export type Subscriptionlinea_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapArgs = { +export type Subscriptionlinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapsArgs = { +export type Subscriptionlinea_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapExchangeArgs = { +export type Subscriptionlinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapExchangesArgs = { +export type Subscriptionlinea_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapDailyVolumeArgs = { +export type Subscriptionlinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapDailyVolumesArgs = { +export type Subscriptionlinea_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapHourlyVolumeArgs = { +export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapHourlyVolumesArgs = { +export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapWeeklyVolumeArgs = { +export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapWeeklyVolumesArgs = { +export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpAccountArgs = { +export type Subscriptionlinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpAccountsArgs = { +export type Subscriptionlinea_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpAccountBalanceArgs = { +export type Subscriptionlinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpAccountBalancesArgs = { +export type Subscriptionlinea_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpTokenArgs = { +export type Subscriptionlinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpTokensArgs = { +export type Subscriptionlinea_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpTransferEventArgs = { +export type Subscriptionlinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpTransferEventsArgs = { +export type Subscriptionlinea_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapEventArgs = { +export type Subscriptionlinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapEventsArgs = { +export type Subscriptionlinea_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapTradeVolumeArgs = { +export type Subscriptionlinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapTradeVolumesArgs = { +export type Subscriptionlinea_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpTokenEventArgs = { +export type Subscriptionlinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpTokenEventsArgs = { +export type Subscriptionlinea_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionlinea_swap__metaArgs = { + block?: InputMaybe; }; @@ -26835,1988 +26835,1975 @@ export type Subscriptionsepolia__metaArgs = { }; -export type Subscriptionarbitrumsepolia_swap_systemInfoArgs = { +export type Subscriptionsepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_systemInfosArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_pooledTokenArgs = { +export type Subscriptionsepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_pooledTokensArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_stableSwapArgs = { +export type Subscriptionsepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_stableSwapsArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionsepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionsepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_stableSwapExchangeArgs = { +export type Subscriptionsepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_stableSwapExchangesArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_swapDailyVolumeArgs = { +export type Subscriptionsepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_swapDailyVolumesArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_swapHourlyVolumeArgs = { +export type Subscriptionsepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_swapHourlyVolumesArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_swapWeeklyVolumeArgs = { +export type Subscriptionsepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_swapWeeklyVolumesArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_lpAccountArgs = { +export type Subscriptionsepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_lpAccountsArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_lpAccountBalanceArgs = { +export type Subscriptionsepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_lpAccountBalancesArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_lpTokenArgs = { +export type Subscriptionsepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_lpTokensArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_lpTransferEventArgs = { +export type Subscriptionsepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_lpTransferEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_stableSwapEventArgs = { +export type Subscriptionsepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_stableSwapEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_swapTradeVolumeArgs = { +export type Subscriptionsepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_swapTradeVolumesArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap_lpTokenEventArgs = { +export type Subscriptionsepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_swap_lpTokenEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionarbitrumsepolia_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionsepolia_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionarbitrumsepolia_assetArgs = { +export type Subscriptionstaginglinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_assetsArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_assetStatusArgs = { +export type Subscriptionstaginglinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_assetStatusesArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_assetBalanceArgs = { +export type Subscriptionstaginglinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_assetBalancesArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_routerArgs = { +export type Subscriptionstaginglinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_routersArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_routerDailyTVLArgs = { +export type Subscriptionstaginglinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_routerDailyTVLsArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_routerLiquidityEventArgs = { +export type Subscriptionstaginglinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_routerLiquidityEventsArgs = { +export type Subscriptionstaginglinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_settingArgs = { +export type Subscriptionstaginglinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_settingsArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_relayerArgs = { +export type Subscriptionstaginglinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_relayersArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_sequencerArgs = { +export type Subscriptionstaginglinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_sequencersArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_relayerFeeArgs = { +export type Subscriptionstaginglinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_relayerFeesArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_originTransferArgs = { +export type Subscriptionstaginglinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_originTransfersArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_destinationTransferArgs = { +export type Subscriptionstaginglinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_destinationTransfersArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_originMessageArgs = { +export type Subscriptionstaginglinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_originMessagesArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_aggregateRootArgs = { +export type Subscriptionstaginglinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_aggregateRootsArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_connectorMetaArgs = { +export type Subscriptionstaginglinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_connectorMetasArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_rootCountArgs = { +export type Subscriptionstaginglinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_rootCountsArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_rootMessageSentArgs = { +export type Subscriptionstaginglinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_rootMessageSentsArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_relayerFeesIncreaseArgs = { +export type Subscriptionstaginglinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_relayerFeesIncreasesArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_slippageUpdateArgs = { +export type Subscriptionstaginglinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_slippageUpdatesArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_snapshotRootArgs = { +export type Subscriptionstaginglinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_snapshotRootsArgs = { +export type Subscriptionstaginglinea_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 Subscriptionarbitrumsepolia_spokeConnectorModeArgs = { +export type Subscriptionstaginglinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_spokeConnectorModesArgs = { +export type Subscriptionstaginglinea_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_aggregateRootProposedArgs = { +export type Subscriptionstaginglinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_aggregateRootProposedsArgs = { +export type Subscriptionstaginglinea_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_optimisticRootFinalizedArgs = { +export type Subscriptionstaginglinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_optimisticRootFinalizedsArgs = { +export type Subscriptionstaginglinea_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia__metaArgs = { - block?: InputMaybe; +export type Subscriptionstaginglinea__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionoptimismsepolia_assetArgs = { +export type Subscriptionlinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_assetsArgs = { +export type Subscriptionlinea_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_assetStatusArgs = { +export type Subscriptionlinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_assetStatusesArgs = { +export type Subscriptionlinea_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_assetBalanceArgs = { +export type Subscriptionlinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_assetBalancesArgs = { +export type Subscriptionlinea_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_routerArgs = { +export type Subscriptionlinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_routersArgs = { +export type Subscriptionlinea_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_routerDailyTVLArgs = { +export type Subscriptionlinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_routerDailyTVLsArgs = { +export type Subscriptionlinea_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_routerLiquidityEventArgs = { +export type Subscriptionlinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_routerLiquidityEventsArgs = { +export type Subscriptionlinea_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_settingArgs = { +export type Subscriptionlinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_settingsArgs = { +export type Subscriptionlinea_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_relayerArgs = { +export type Subscriptionlinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_relayersArgs = { +export type Subscriptionlinea_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_sequencerArgs = { +export type Subscriptionlinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_sequencersArgs = { +export type Subscriptionlinea_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_relayerFeeArgs = { +export type Subscriptionlinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_relayerFeesArgs = { +export type Subscriptionlinea_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_originTransferArgs = { +export type Subscriptionlinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_originTransfersArgs = { +export type Subscriptionlinea_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_destinationTransferArgs = { +export type Subscriptionlinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_destinationTransfersArgs = { +export type Subscriptionlinea_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_originMessageArgs = { +export type Subscriptionlinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_originMessagesArgs = { +export type Subscriptionlinea_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_aggregateRootArgs = { +export type Subscriptionlinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_aggregateRootsArgs = { +export type Subscriptionlinea_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_connectorMetaArgs = { +export type Subscriptionlinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_connectorMetasArgs = { +export type Subscriptionlinea_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_rootCountArgs = { +export type Subscriptionlinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_rootCountsArgs = { +export type Subscriptionlinea_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_rootMessageSentArgs = { +export type Subscriptionlinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_rootMessageSentsArgs = { +export type Subscriptionlinea_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_relayerFeesIncreaseArgs = { +export type Subscriptionlinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_relayerFeesIncreasesArgs = { +export type Subscriptionlinea_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_slippageUpdateArgs = { +export type Subscriptionlinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_slippageUpdatesArgs = { +export type Subscriptionlinea_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_snapshotRootArgs = { +export type Subscriptionlinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_snapshotRootsArgs = { +export type Subscriptionlinea_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 Subscriptionoptimismsepolia_spokeConnectorModeArgs = { +export type Subscriptionlinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_spokeConnectorModesArgs = { +export type Subscriptionlinea_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_aggregateRootProposedArgs = { +export type Subscriptionlinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_aggregateRootProposedsArgs = { +export type Subscriptionlinea_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_optimisticRootFinalizedArgs = { +export type Subscriptionlinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_optimisticRootFinalizedsArgs = { +export type Subscriptionlinea_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia__metaArgs = { - block?: InputMaybe; +export type Subscriptionlinea__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionmainnet_rootAggregatedArgs = { +export type Subscriptionstagingmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootAggregatedsArgs = { +export type Subscriptionstagingmode_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 Subscriptionmainnet_rootPropagatedArgs = { +export type Subscriptionstagingmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootPropagatedsArgs = { +export type Subscriptionstagingmode_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 Subscriptionmainnet_aggregatedMessageRootArgs = { +export type Subscriptionstagingmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregatedMessageRootsArgs = { +export type Subscriptionstagingmode_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 Subscriptionmainnet_rootManagerMetaArgs = { +export type Subscriptionstagingmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerMetasArgs = { +export type Subscriptionstagingmode_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerModeArgs = { +export type Subscriptionstagingmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerModesArgs = { +export type Subscriptionstagingmode_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootProposedArgs = { +export type Subscriptionstagingmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootProposedsArgs = { +export type Subscriptionstagingmode_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionstagingmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubOptimisticRootFinalizedsArgs = { +export type Subscriptionstagingmode_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionstagingmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootPropagatedsArgs = { +export type Subscriptionstagingmode_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonConnectorMetaArgs = { +export type Subscriptionstagingmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonConnectorMetasArgs = { +export type Subscriptionstagingmode_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimismConnectorMetaArgs = { +export type Subscriptionstagingmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimismConnectorMetasArgs = { +export type Subscriptionstagingmode_relayerFeesArgs = { 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; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionstagingmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_arbitrumConnectorMetasArgs = { +export type Subscriptionstagingmode_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionstagingmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_gnosisConnectorMetasArgs = { +export type Subscriptionstagingmode_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_lineaConnectorMetaArgs = { +export type Subscriptionstagingmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_lineaConnectorMetasArgs = { +export type Subscriptionstagingmode_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_metisConnectorMetaArgs = { +export type Subscriptionstagingmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_metisConnectorMetasArgs = { +export type Subscriptionstagingmode_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_mantleConnectorMetaArgs = { +export type Subscriptionstagingmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_mantleConnectorMetasArgs = { +export type Subscriptionstagingmode_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_avalancheConnectorMetaArgs = { +export type Subscriptionstagingmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_avalancheConnectorMetasArgs = { +export type Subscriptionstagingmode_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_baseConnectorMetaArgs = { +export type Subscriptionstagingmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_baseConnectorMetasArgs = { +export type Subscriptionstagingmode_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonZkConnectorMetaArgs = { +export type Subscriptionstagingmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonZkConnectorMetasArgs = { +export type Subscriptionstagingmode_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionstagingmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { +export type Subscriptionstagingmode_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_modeConnectorMetaArgs = { +export type Subscriptionstagingmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_modeConnectorMetasArgs = { +export type Subscriptionstagingmode_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageProcessedArgs = { +export type Subscriptionstagingmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageProcessedsArgs = { +export type Subscriptionstagingmode_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionstagingmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootSavedSlowsArgs = { +export type Subscriptionstagingmode_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubDomainArgs = { +export type Subscriptionstagingmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubDomainsArgs = { +export type Subscriptionstagingmode_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingmode__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionsepolia_assetArgs = { +export type Subscriptionstagingscroll_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_assetsArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_assetStatusArgs = { +export type Subscriptionstagingscroll_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_assetStatusesArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_assetBalanceArgs = { +export type Subscriptionstagingscroll_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_assetBalancesArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_routerArgs = { +export type Subscriptionstagingscroll_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_routersArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_routerDailyTVLArgs = { +export type Subscriptionstagingscroll_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_routerDailyTVLsArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_routerLiquidityEventArgs = { +export type Subscriptionstagingscroll_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_routerLiquidityEventsArgs = { +export type Subscriptionstagingscroll_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_settingArgs = { +export type Subscriptionstagingscroll_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_settingsArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_relayerArgs = { +export type Subscriptionstagingscroll_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_relayersArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_sequencerArgs = { +export type Subscriptionstagingscroll_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_sequencersArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_relayerFeeArgs = { +export type Subscriptionstagingscroll_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_relayerFeesArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_originTransferArgs = { +export type Subscriptionstagingscroll_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_originTransfersArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_destinationTransferArgs = { +export type Subscriptionstagingscroll_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_destinationTransfersArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_originMessageArgs = { +export type Subscriptionstagingscroll_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_originMessagesArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_aggregateRootArgs = { +export type Subscriptionstagingscroll_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_aggregateRootsArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_connectorMetaArgs = { +export type Subscriptionstagingscroll_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_connectorMetasArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_rootCountArgs = { +export type Subscriptionstagingscroll_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootCountsArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_rootMessageSentArgs = { +export type Subscriptionstagingscroll_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootMessageSentsArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_relayerFeesIncreaseArgs = { +export type Subscriptionstagingscroll_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_relayerFeesIncreasesArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_slippageUpdateArgs = { +export type Subscriptionstagingscroll_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_slippageUpdatesArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_snapshotRootArgs = { +export type Subscriptionstagingscroll_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_snapshotRootsArgs = { +export type Subscriptionstagingscroll_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 Subscriptionsepolia_spokeConnectorModeArgs = { +export type Subscriptionstagingscroll_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_spokeConnectorModesArgs = { +export type Subscriptionstagingscroll_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_aggregateRootProposedArgs = { +export type Subscriptionstagingscroll_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_aggregateRootProposedsArgs = { +export type Subscriptionstagingscroll_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimisticRootFinalizedArgs = { +export type Subscriptionstagingscroll_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingscroll_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; +export type Subscriptionstagingscroll__metaArgs = { + block?: InputMaybe; +}; + + export type Subscriptionarbitrumone_assetArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -29236,13009 +29223,13148 @@ export type Subscriptionarbitrumone__metaArgs = { }; -export type Subscriptionzksync_swap_systemInfoArgs = { +export type Subscriptionpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_systemInfosArgs = { +export type Subscriptionpolygon_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_pooledTokenArgs = { +export type Subscriptionpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_pooledTokensArgs = { +export type Subscriptionpolygon_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapArgs = { +export type Subscriptionpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapsArgs = { +export type Subscriptionpolygon_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionpolygon_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionpolygon_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapExchangeArgs = { +export type Subscriptionpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapExchangesArgs = { +export type Subscriptionpolygon_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapDailyVolumeArgs = { +export type Subscriptionpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapDailyVolumesArgs = { +export type Subscriptionpolygon_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapHourlyVolumeArgs = { +export type Subscriptionpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapHourlyVolumesArgs = { +export type Subscriptionpolygon_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapWeeklyVolumeArgs = { +export type Subscriptionpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapWeeklyVolumesArgs = { +export type Subscriptionpolygon_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountArgs = { +export type Subscriptionpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountsArgs = { +export type Subscriptionpolygon_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountBalanceArgs = { +export type Subscriptionpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountBalancesArgs = { +export type Subscriptionpolygon_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokenArgs = { +export type Subscriptionpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokensArgs = { +export type Subscriptionpolygon_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTransferEventArgs = { +export type Subscriptionpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTransferEventsArgs = { +export type Subscriptionpolygon_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapEventArgs = { +export type Subscriptionpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapEventsArgs = { +export type Subscriptionpolygon_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapTradeVolumeArgs = { +export type Subscriptionpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapTradeVolumesArgs = { +export type Subscriptionpolygon_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokenEventArgs = { +export type Subscriptionpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokenEventsArgs = { +export type Subscriptionpolygon_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbase_swap_systemInfoArgs = { +export type Subscriptionpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_systemInfosArgs = { +export type Subscriptionpolygon_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_pooledTokenArgs = { +export type Subscriptionpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_pooledTokensArgs = { +export type Subscriptionpolygon_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapArgs = { +export type Subscriptionpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapsArgs = { +export type Subscriptionpolygon_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 Subscriptionbase_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionpolygon_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 Subscriptionbase_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionpolygon_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapExchangeArgs = { +export type Subscriptionpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapExchangesArgs = { +export type Subscriptionpolygon_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapDailyVolumeArgs = { +export type Subscriptionpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapDailyVolumesArgs = { +export type Subscriptionpolygon_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapHourlyVolumeArgs = { +export type Subscriptionpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionzksync_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapHourlyVolumesArgs = { +export type Subscriptionzksync_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 Subscriptionbase_swap_swapWeeklyVolumeArgs = { +export type Subscriptionzksync_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapWeeklyVolumesArgs = { +export type Subscriptionzksync_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 Subscriptionbase_swap_lpAccountArgs = { +export type Subscriptionzksync_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpAccountsArgs = { +export type Subscriptionzksync_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 Subscriptionbase_swap_lpAccountBalanceArgs = { +export type Subscriptionzksync_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpAccountBalancesArgs = { +export type Subscriptionzksync_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 Subscriptionbase_swap_lpTokenArgs = { +export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTokensArgs = { +export type Subscriptionzksync_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 Subscriptionbase_swap_lpTransferEventArgs = { +export type Subscriptionzksync_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTransferEventsArgs = { +export type Subscriptionzksync_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 Subscriptionbase_swap_stableSwapEventArgs = { +export type Subscriptionzksync_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapEventsArgs = { +export type Subscriptionzksync_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 Subscriptionbase_swap_swapTradeVolumeArgs = { +export type Subscriptionzksync_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapTradeVolumesArgs = { +export type Subscriptionzksync_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 Subscriptionbase_swap_lpTokenEventArgs = { +export type Subscriptionzksync_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTokenEventsArgs = { +export type Subscriptionzksync_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 Subscriptionbase_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_assetArgs = { +export type Subscriptionzksync_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetsArgs = { +export type Subscriptionzksync_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 Subscriptionoptimism_assetStatusArgs = { +export type Subscriptionzksync_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetStatusesArgs = { +export type Subscriptionzksync_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 Subscriptionoptimism_assetBalanceArgs = { +export type Subscriptionzksync_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetBalancesArgs = { +export type Subscriptionzksync_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerArgs = { +export type Subscriptionzksync_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routersArgs = { +export type Subscriptionzksync_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerDailyTVLArgs = { +export type Subscriptionzksync_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerDailyTVLsArgs = { +export type Subscriptionzksync_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerLiquidityEventArgs = { +export type Subscriptionzksync_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerLiquidityEventsArgs = { +export type Subscriptionzksync_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_settingArgs = { +export type Subscriptionzksync_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_settingsArgs = { +export type Subscriptionzksync_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerArgs = { +export type Subscriptionzksync_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayersArgs = { +export type Subscriptionstagingmainnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_sequencerArgs = { +export type Subscriptionstagingmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_sequencersArgs = { +export type Subscriptionstagingmainnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeeArgs = { +export type Subscriptionstagingmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesArgs = { +export type Subscriptionstagingmainnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originTransferArgs = { +export type Subscriptionstagingmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originTransfersArgs = { +export type Subscriptionstagingmainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_destinationTransferArgs = { +export type Subscriptionstagingmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_destinationTransfersArgs = { +export type Subscriptionstagingmainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originMessageArgs = { +export type Subscriptionstagingmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originMessagesArgs = { +export type Subscriptionstagingmainnet_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootArgs = { +export type Subscriptionstagingmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootsArgs = { +export type Subscriptionstagingmainnet_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_connectorMetaArgs = { +export type Subscriptionstagingmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_connectorMetasArgs = { +export type Subscriptionstagingmainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootCountArgs = { +export type Subscriptionstagingmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootCountsArgs = { +export type Subscriptionstagingmainnet_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootMessageSentArgs = { +export type Subscriptionstagingmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootMessageSentsArgs = { +export type Subscriptionstagingmainnet_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreasesArgs = { +export type Subscriptionstagingmainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdateArgs = { +export type Subscriptionstagingmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdatesArgs = { +export type Subscriptionstagingmainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_snapshotRootArgs = { +export type Subscriptionstagingmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_snapshotRootsArgs = { +export type Subscriptionstagingmainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_spokeConnectorModeArgs = { +export type Subscriptionstagingmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_spokeConnectorModesArgs = { +export type Subscriptionstagingmainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootProposedArgs = { +export type Subscriptionstagingmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootProposedsArgs = { +export type Subscriptionstagingmainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingmainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmetis_swap_systemInfoArgs = { +export type Subscriptionstagingmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_systemInfosArgs = { +export type Subscriptionstagingmainnet_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 Subscriptionmetis_swap_pooledTokenArgs = { +export type Subscriptionstagingmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_pooledTokensArgs = { +export type Subscriptionstagingmainnet_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 Subscriptionmetis_swap_stableSwapArgs = { +export type Subscriptionstagingmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapsArgs = { +export type Subscriptionstagingmainnet_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 Subscriptionmetis_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstagingmainnet_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 Subscriptionmetis_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstagingmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapExchangesArgs = { +export type Subscriptionstagingmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapDailyVolumesArgs = { +export type Subscriptionstagingmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapHourlyVolumesArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionmetis_swap_swapWeeklyVolumeArgs = { +export type Subscriptionarbitrumsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapWeeklyVolumesArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionmetis_swap_lpAccountArgs = { +export type Subscriptionarbitrumsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpAccountsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionmetis_swap_lpAccountBalanceArgs = { +export type Subscriptionarbitrumsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpAccountBalancesArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionmetis_swap_lpTokenArgs = { +export type Subscriptionarbitrumsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTokensArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionmetis_swap_lpTransferEventArgs = { +export type Subscriptionarbitrumsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTransferEventsArgs = { +export type Subscriptionarbitrumsepolia_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapEventArgs = { +export type Subscriptionarbitrumsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapEventsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionmetis_swap_swapTradeVolumeArgs = { +export type Subscriptionarbitrumsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapTradeVolumesArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionmetis_swap_lpTokenEventArgs = { +export type Subscriptionarbitrumsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTokenEventsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionmetis_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygon_assetArgs = { +export type Subscriptionarbitrumsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetsArgs = { +export type Subscriptionarbitrumsepolia_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetStatusArgs = { +export type Subscriptionarbitrumsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetStatusesArgs = { +export type Subscriptionarbitrumsepolia_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetBalanceArgs = { +export type Subscriptionarbitrumsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetBalancesArgs = { +export type Subscriptionarbitrumsepolia_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerArgs = { +export type Subscriptionarbitrumsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routersArgs = { +export type Subscriptionarbitrumsepolia_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerDailyTVLArgs = { +export type Subscriptionarbitrumsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerDailyTVLsArgs = { +export type Subscriptionarbitrumsepolia_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerLiquidityEventArgs = { +export type Subscriptionarbitrumsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routerLiquidityEventsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionpolygon_settingArgs = { +export type Subscriptionarbitrumsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_settingsArgs = { +export type Subscriptionarbitrumsepolia_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerArgs = { +export type Subscriptionarbitrumsepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayersArgs = { +export type Subscriptionarbitrumsepolia_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_sequencerArgs = { +export type Subscriptionarbitrumsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_sequencersArgs = { +export type Subscriptionarbitrumsepolia_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeeArgs = { +export type Subscriptionarbitrumsepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesArgs = { +export type Subscriptionarbitrumsepolia_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originTransferArgs = { +export type Subscriptionarbitrumsepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originTransfersArgs = { +export type Subscriptionarbitrumsepolia_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_destinationTransferArgs = { +export type Subscriptionarbitrumsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_destinationTransfersArgs = { +export type Subscriptionarbitrumsepolia_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originMessageArgs = { +export type Subscriptionarbitrumsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_originMessagesArgs = { +export type Subscriptionarbitrumsepolia_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_aggregateRootArgs = { +export type Subscriptionarbitrumsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_aggregateRootsArgs = { +export type Subscriptionarbitrumsepolia_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscriptionarbitrumsepolia__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionpolygon_rootCountArgs = { +export type Subscriptionmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootCountsArgs = { +export type Subscriptionmainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootMessageSentArgs = { +export type Subscriptionmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_rootMessageSentsArgs = { +export type Subscriptionmainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesIncreaseArgs = { +export type Subscriptionmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_relayerFeesIncreasesArgs = { +export type Subscriptionmainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_slippageUpdateArgs = { +export type Subscriptionmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_slippageUpdatesArgs = { +export type Subscriptionmainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_snapshotRootArgs = { +export type Subscriptionmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_snapshotRootsArgs = { +export type Subscriptionmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_spokeConnectorModeArgs = { +export type Subscriptionmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_spokeConnectorModesArgs = { +export type Subscriptionmainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_aggregateRootProposedArgs = { +export type Subscriptionmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_aggregateRootProposedsArgs = { +export type Subscriptionmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_optimisticRootFinalizedArgs = { +export type Subscriptionmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_optimisticRootFinalizedsArgs = { +export type Subscriptionmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmode_swap_systemInfoArgs = { +export type Subscriptionmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_systemInfosArgs = { +export type Subscriptionmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_pooledTokenArgs = { +export type Subscriptionmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_pooledTokensArgs = { +export type Subscriptionmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapArgs = { +export type Subscriptionmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapsArgs = { +export type Subscriptionmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapExchangeArgs = { +export type Subscriptionmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapExchangesArgs = { +export type Subscriptionmainnet_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapDailyVolumeArgs = { +export type Subscriptionmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapDailyVolumesArgs = { +export type Subscriptionmainnet_metisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapHourlyVolumeArgs = { +export type Subscriptionmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapHourlyVolumesArgs = { +export type Subscriptionmainnet_mantleConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapWeeklyVolumeArgs = { +export type Subscriptionmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapWeeklyVolumesArgs = { +export type Subscriptionmainnet_avalancheConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpAccountArgs = { +export type Subscriptionmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpAccountsArgs = { +export type Subscriptionmainnet_baseConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpAccountBalanceArgs = { +export type Subscriptionmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpAccountBalancesArgs = { +export type Subscriptionmainnet_polygonZkConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTokenArgs = { +export type Subscriptionmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTokensArgs = { +export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTransferEventArgs = { +export type Subscriptionmainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTransferEventsArgs = { +export type Subscriptionmainnet_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapEventArgs = { +export type Subscriptionmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_stableSwapEventsArgs = { +export type Subscriptionmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapTradeVolumeArgs = { +export type Subscriptionmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_swapTradeVolumesArgs = { +export type Subscriptionmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTokenEventArgs = { +export type Subscriptionmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap_lpTokenEventsArgs = { +export type Subscriptionmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionmainnet__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionlinea_swap_systemInfoArgs = { +export type Subscriptionstagingmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_systemInfosArgs = { +export type Subscriptionstagingmainnet_rootAggregatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_pooledTokenArgs = { +export type Subscriptionstagingmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_pooledTokensArgs = { +export type Subscriptionstagingmainnet_rootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapArgs = { +export type Subscriptionstagingmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapsArgs = { +export type Subscriptionstagingmainnet_aggregatedMessageRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstagingmainnet_rootManagerMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstagingmainnet_rootManagerModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapExchangesArgs = { +export type Subscriptionstagingmainnet_optimisticRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapDailyVolumesArgs = { +export type Subscriptionstagingmainnet_hubOptimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { +export type Subscriptionstagingmainnet_optimisticRootPropagatedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstagingmainnet_polygonConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountArgs = { +export type Subscriptionstagingmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountsArgs = { +export type Subscriptionstagingmainnet_optimismConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountBalancesArgs = { +export type Subscriptionstagingmainnet_bnbConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenArgs = { +export type Subscriptionstagingmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokensArgs = { +export type Subscriptionstagingmainnet_arbitrumConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTransferEventArgs = { +export type Subscriptionstagingmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTransferEventsArgs = { +export type Subscriptionstagingmainnet_gnosisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapEventArgs = { +export type Subscriptionstagingmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapEventsArgs = { +export type Subscriptionstagingmainnet_lineaConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapTradeVolumesArgs = { +export type Subscriptionstagingmainnet_metisConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenEventArgs = { +export type Subscriptionstagingmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenEventsArgs = { +export type Subscriptionstagingmainnet_mantleConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_assetArgs = { +export type Subscriptionstagingmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetsArgs = { +export type Subscriptionstagingmainnet_avalancheConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetStatusArgs = { +export type Subscriptionstagingmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetStatusesArgs = { +export type Subscriptionstagingmainnet_baseConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetBalanceArgs = { +export type Subscriptionstagingmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetBalancesArgs = { +export type Subscriptionstagingmainnet_polygonZkConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerArgs = { +export type Subscriptionstagingmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routersArgs = { +export type Subscriptionstagingmainnet_zkSyncConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerDailyTVLArgs = { +export type Subscriptionstagingmainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerDailyTVLsArgs = { +export type Subscriptionstagingmainnet_modeConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerLiquidityEventArgs = { +export type Subscriptionstagingmainnet_scrollConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerLiquidityEventsArgs = { +export type Subscriptionstagingmainnet_scrollConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_settingArgs = { +export type Subscriptionstagingmainnet_xlayerConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_settingsArgs = { +export type Subscriptionstagingmainnet_xlayerConnectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerArgs = { +export type Subscriptionstagingmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayersArgs = { +export type Subscriptionstagingmainnet_rootMessageProcessedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_sequencerArgs = { +export type Subscriptionstagingmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_sequencersArgs = { +export type Subscriptionstagingmainnet_aggregateRootSavedSlowsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeeArgs = { +export type Subscriptionstagingmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesArgs = { +export type Subscriptionstagingmainnet_hubDomainsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originTransferArgs = { +export type Subscriptionmantle_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originTransfersArgs = { +export type Subscriptionmantle_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_destinationTransferArgs = { +export type Subscriptionmantle_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_destinationTransfersArgs = { +export type Subscriptionmantle_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originMessageArgs = { +export type Subscriptionmantle_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originMessagesArgs = { +export type Subscriptionmantle_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootArgs = { +export type Subscriptionmantle_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootsArgs = { +export type Subscriptionmantle_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_connectorMetaArgs = { +export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_connectorMetasArgs = { +export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootCountArgs = { +export type Subscriptionmantle_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootCountsArgs = { +export type Subscriptionmantle_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentArgs = { +export type Subscriptionmantle_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentsArgs = { +export type Subscriptionmantle_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesIncreaseArgs = { +export type Subscriptionmantle_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesIncreasesArgs = { +export type Subscriptionmantle_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_slippageUpdateArgs = { +export type Subscriptionmantle_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_slippageUpdatesArgs = { +export type Subscriptionmantle_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_snapshotRootArgs = { +export type Subscriptionmantle_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_snapshotRootsArgs = { +export type Subscriptionmantle_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_spokeConnectorModeArgs = { +export type Subscriptionmantle_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_spokeConnectorModesArgs = { +export type Subscriptionmantle_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootProposedArgs = { +export type Subscriptionmantle_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootProposedsArgs = { +export type Subscriptionmantle_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_optimisticRootFinalizedArgs = { +export type Subscriptionmantle_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_optimisticRootFinalizedsArgs = { +export type Subscriptionmantle_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxlayer_swap_systemInfoArgs = { +export type Subscriptionmantle_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_systemInfosArgs = { +export type Subscriptionmantle_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 Subscriptionxlayer_swap_pooledTokenArgs = { +export type Subscriptionmantle_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_pooledTokensArgs = { +export type Subscriptionmantle_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 Subscriptionxlayer_swap_stableSwapArgs = { +export type Subscriptionmantle_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_stableSwapsArgs = { +export type Subscriptionmantle_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 Subscriptionxlayer_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionmantle_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimismsepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionoptimismsepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_stableSwapExchangeArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_stableSwapExchangesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_swapDailyVolumeArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_swapDailyVolumesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_swapHourlyVolumeArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_swapHourlyVolumesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_swapWeeklyVolumeArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_swapWeeklyVolumesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_lpAccountArgs = { +export type Subscriptionoptimismsepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_lpAccountsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_lpAccountBalanceArgs = { +export type Subscriptionoptimismsepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_lpAccountBalancesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_lpTokenArgs = { +export type Subscriptionoptimismsepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_lpTokensArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_lpTransferEventArgs = { +export type Subscriptionoptimismsepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_lpTransferEventsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_stableSwapEventArgs = { +export type Subscriptionoptimismsepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_stableSwapEventsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_swapTradeVolumeArgs = { +export type Subscriptionoptimismsepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_swapTradeVolumesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap_lpTokenEventArgs = { +export type Subscriptionoptimismsepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_lpTokenEventsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionxlayer_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmainnet_rootAggregatedArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootAggregatedsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingmainnet_rootPropagatedArgs = { +export type Subscriptionoptimismsepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootPropagatedsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingmainnet_aggregatedMessageRootArgs = { +export type Subscriptionoptimismsepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregatedMessageRootsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingmainnet_rootManagerMetaArgs = { +export type Subscriptionoptimismsepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootManagerMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_rootManagerModeArgs = { +export type Subscriptionmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootManagerModesArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_optimisticRootProposedArgs = { +export type Subscriptionmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootProposedsArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_hubOptimisticRootFinalizedsArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootPropagatedsArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_polygonConnectorMetaArgs = { +export type Subscriptionmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_polygonConnectorMetasArgs = { +export type Subscriptionmainnet_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimismConnectorMetaArgs = { +export type Subscriptionmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimismConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_bnbConnectorMetaArgs = { +export type Subscriptionmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_bnbConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_arbitrumConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_gnosisConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_lineaConnectorMetaArgs = { +export type Subscriptionmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_lineaConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_metisConnectorMetaArgs = { +export type Subscriptionmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_metisConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_mantleConnectorMetaArgs = { +export type Subscriptionmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_mantleConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_avalancheConnectorMetaArgs = { +export type Subscriptionmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_avalancheConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_baseConnectorMetaArgs = { +export type Subscriptionmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_baseConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_polygonZkConnectorMetaArgs = { +export type Subscriptionmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_polygonZkConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_zkSyncConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_modeConnectorMetaArgs = { +export type Subscriptionmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_modeConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_scrollConnectorMetaArgs = { +export type Subscriptionmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_scrollConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_xlayerConnectorMetaArgs = { +export type Subscriptionmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_xlayerConnectorMetasArgs = { +export type Subscriptionmainnet_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 Subscriptionstagingmainnet_rootMessageProcessedArgs = { +export type Subscriptionmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootMessageProcessedsArgs = { +export type Subscriptionmainnet_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootSavedSlowsArgs = { +export type Subscriptionmainnet_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_hubDomainArgs = { +export type Subscriptionmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_hubDomainsArgs = { +export type Subscriptionmainnet_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingavalanche_assetArgs = { +export type Subscriptionmode_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetsArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_assetStatusArgs = { +export type Subscriptionmode_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetStatusesArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_assetBalanceArgs = { +export type Subscriptionmode_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetBalancesArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_routerArgs = { +export type Subscriptionmode_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routersArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_routerDailyTVLArgs = { +export type Subscriptionmode_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerDailyTVLsArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_routerLiquidityEventArgs = { +export type Subscriptionmode_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerLiquidityEventsArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_settingArgs = { +export type Subscriptionmode_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_settingsArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_relayerArgs = { +export type Subscriptionmode_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayersArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_sequencerArgs = { +export type Subscriptionmode_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_sequencersArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_relayerFeeArgs = { +export type Subscriptionmode_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerFeesArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_originTransferArgs = { +export type Subscriptionmode_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_originTransfersArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_destinationTransferArgs = { +export type Subscriptionmode_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_destinationTransfersArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_originMessageArgs = { +export type Subscriptionmode_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_originMessagesArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_aggregateRootArgs = { +export type Subscriptionmode_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_aggregateRootsArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_connectorMetaArgs = { +export type Subscriptionmode_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_connectorMetasArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_rootCountArgs = { +export type Subscriptionmode_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_rootCountsArgs = { +export type Subscriptionmode_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 Subscriptionstagingavalanche_rootMessageSentArgs = { +export type Subscriptionmode_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingxdai_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_rootMessageSentsArgs = { +export type Subscriptionstagingxdai_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 Subscriptionstagingavalanche_relayerFeesIncreaseArgs = { +export type Subscriptionstagingxdai_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerFeesIncreasesArgs = { +export type Subscriptionstagingxdai_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 Subscriptionstagingavalanche_slippageUpdateArgs = { +export type Subscriptionstagingxdai_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_slippageUpdatesArgs = { +export type Subscriptionstagingxdai_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 Subscriptionstagingavalanche_snapshotRootArgs = { +export type Subscriptionstagingxdai_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_snapshotRootsArgs = { +export type Subscriptionstagingxdai_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 Subscriptionstagingavalanche_spokeConnectorModeArgs = { +export type Subscriptionstagingxdai_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_spokeConnectorModesArgs = { +export type Subscriptionstagingxdai_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 Subscriptionstagingavalanche_aggregateRootProposedArgs = { +export type Subscriptionstagingxdai_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_aggregateRootProposedsArgs = { +export type Subscriptionstagingxdai_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_optimisticRootFinalizedArgs = { +export type Subscriptionstagingxdai_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingxdai_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 Subscriptionstagingavalanche__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmantle_assetArgs = { +export type Subscriptionstagingxdai_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetsArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_assetStatusArgs = { +export type Subscriptionstagingxdai_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetStatusesArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_assetBalanceArgs = { +export type Subscriptionstagingxdai_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetBalancesArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_routerArgs = { +export type Subscriptionstagingxdai_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routersArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_routerDailyTVLArgs = { +export type Subscriptionstagingxdai_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routerDailyTVLsArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_routerLiquidityEventArgs = { +export type Subscriptionstagingxdai_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routerLiquidityEventsArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_settingArgs = { +export type Subscriptionstagingxdai_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_settingsArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_relayerArgs = { +export type Subscriptionstagingxdai_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayersArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_sequencerArgs = { +export type Subscriptionstagingxdai_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_sequencersArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_relayerFeeArgs = { +export type Subscriptionstagingxdai_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayerFeesArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_originTransferArgs = { +export type Subscriptionstagingxdai_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_originTransfersArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_destinationTransferArgs = { +export type Subscriptionstagingxdai_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_destinationTransfersArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_originMessageArgs = { +export type Subscriptionstagingxdai_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_originMessagesArgs = { +export type Subscriptionstagingxdai_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 Subscriptionmantle_aggregateRootArgs = { +export type Subscriptionstagingxdai_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_aggregateRootsArgs = { +export type Subscriptionstagingxdai_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_connectorMetaArgs = { +export type Subscriptionstagingxdai_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_connectorMetasArgs = { +export type Subscriptionstagingxdai_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_rootCountArgs = { +export type Subscriptionstagingxdai_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_rootCountsArgs = { +export type Subscriptionstagingxdai_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_rootMessageSentArgs = { +export type Subscriptionstagingxdai__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_rootMessageSentsArgs = { +export type Subscriptionoptimism_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayerFeesIncreaseArgs = { +export type Subscriptionoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayerFeesIncreasesArgs = { +export type Subscriptionoptimism_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_slippageUpdateArgs = { +export type Subscriptionoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_slippageUpdatesArgs = { +export type Subscriptionoptimism_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_snapshotRootArgs = { +export type Subscriptionoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_snapshotRootsArgs = { +export type Subscriptionoptimism_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_spokeConnectorModeArgs = { +export type Subscriptionoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_spokeConnectorModesArgs = { +export type Subscriptionoptimism_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_aggregateRootProposedArgs = { +export type Subscriptionoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_aggregateRootProposedsArgs = { +export type Subscriptionoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_optimisticRootFinalizedArgs = { +export type Subscriptionoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_optimisticRootFinalizedsArgs = { +export type Subscriptionoptimism_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingpolygon_assetArgs = { +export type Subscriptionoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetsArgs = { +export type Subscriptionoptimism_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetStatusArgs = { +export type Subscriptionoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetStatusesArgs = { +export type Subscriptionoptimism_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetBalanceArgs = { +export type Subscriptionoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetBalancesArgs = { +export type Subscriptionoptimism_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerArgs = { +export type Subscriptionoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routersArgs = { +export type Subscriptionoptimism_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerDailyTVLArgs = { +export type Subscriptionoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerDailyTVLsArgs = { +export type Subscriptionoptimism_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerLiquidityEventArgs = { +export type Subscriptionoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerLiquidityEventsArgs = { +export type Subscriptionoptimism_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_settingArgs = { +export type Subscriptionoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_settingsArgs = { +export type Subscriptionoptimism_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerArgs = { +export type Subscriptionoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayersArgs = { +export type Subscriptionoptimism_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_sequencerArgs = { +export type Subscriptionoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_sequencersArgs = { +export type Subscriptionoptimism_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeeArgs = { +export type Subscriptionoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeesArgs = { +export type Subscriptionoptimism_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originTransferArgs = { +export type Subscriptionoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originTransfersArgs = { +export type Subscriptionoptimism_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_destinationTransferArgs = { +export type Subscriptionoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_destinationTransfersArgs = { +export type Subscriptionoptimism_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originMessageArgs = { +export type Subscriptionoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originMessagesArgs = { +export type Subscriptionoptimism_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 Subscriptionstagingpolygon_aggregateRootArgs = { +export type Subscriptionoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_aggregateRootsArgs = { +export type Subscriptionoptimism_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_connectorMetaArgs = { +export type Subscriptionoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_connectorMetasArgs = { +export type Subscriptionoptimism_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootCountArgs = { +export type Subscriptionoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootCountsArgs = { +export type Subscriptionoptimism_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootMessageSentArgs = { +export type Subscriptionoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootMessageSentsArgs = { +export type Subscriptionstagingavalanche_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 Subscriptionstagingpolygon_relayerFeesIncreaseArgs = { +export type Subscriptionstagingavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeesIncreasesArgs = { +export type Subscriptionstagingavalanche_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 Subscriptionstagingpolygon_slippageUpdateArgs = { +export type Subscriptionstagingavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_slippageUpdatesArgs = { +export type Subscriptionstagingavalanche_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 Subscriptionstagingpolygon_snapshotRootArgs = { +export type Subscriptionstagingavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_snapshotRootsArgs = { +export type Subscriptionstagingavalanche_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 Subscriptionstagingpolygon_spokeConnectorModeArgs = { +export type Subscriptionstagingavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_spokeConnectorModesArgs = { +export type Subscriptionstagingavalanche_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 Subscriptionstagingpolygon_aggregateRootProposedArgs = { +export type Subscriptionstagingavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_aggregateRootProposedsArgs = { +export type Subscriptionstagingavalanche_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_optimisticRootFinalizedArgs = { +export type Subscriptionstagingavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingavalanche_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 Subscriptionstagingpolygon__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_assetArgs = { +export type Subscriptionstagingavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetsArgs = { +export type Subscriptionstagingavalanche_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetStatusArgs = { +export type Subscriptionstagingavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetStatusesArgs = { +export type Subscriptionstagingavalanche_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetBalanceArgs = { +export type Subscriptionstagingavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_assetBalancesArgs = { +export type Subscriptionstagingavalanche_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerArgs = { +export type Subscriptionstagingavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routersArgs = { +export type Subscriptionstagingavalanche_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerDailyTVLArgs = { +export type Subscriptionstagingavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerDailyTVLsArgs = { +export type Subscriptionstagingavalanche_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerLiquidityEventArgs = { +export type Subscriptionstagingavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_routerLiquidityEventsArgs = { +export type Subscriptionstagingavalanche_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_settingArgs = { +export type Subscriptionstagingavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_settingsArgs = { +export type Subscriptionstagingavalanche_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerArgs = { +export type Subscriptionstagingavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayersArgs = { +export type Subscriptionstagingavalanche_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_sequencerArgs = { +export type Subscriptionstagingavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_sequencersArgs = { +export type Subscriptionstagingavalanche_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeeArgs = { +export type Subscriptionstagingavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesArgs = { +export type Subscriptionstagingavalanche_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originTransferArgs = { +export type Subscriptionstagingavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originTransfersArgs = { +export type Subscriptionstagingavalanche_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_destinationTransferArgs = { +export type Subscriptionstagingavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_destinationTransfersArgs = { +export type Subscriptionstagingavalanche_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originMessageArgs = { +export type Subscriptionstagingavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_originMessagesArgs = { +export type Subscriptionstagingavalanche_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootArgs = { +export type Subscriptionstagingavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootsArgs = { +export type Subscriptionstagingavalanche_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_connectorMetaArgs = { +export type Subscriptionstagingavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_connectorMetasArgs = { +export type Subscriptionstagingavalanche_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootCountArgs = { +export type Subscriptionstagingavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootCountsArgs = { +export type Subscriptionstagingavalanche_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootMessageSentArgs = { +export type Subscriptionstagingavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_rootMessageSentsArgs = { +export type Subscriptionstagingzksync_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesIncreaseArgs = { +export type Subscriptionstagingzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_relayerFeesIncreasesArgs = { +export type Subscriptionstagingzksync_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_slippageUpdateArgs = { +export type Subscriptionstagingzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_slippageUpdatesArgs = { +export type Subscriptionstagingzksync_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_snapshotRootArgs = { +export type Subscriptionstagingzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_snapshotRootsArgs = { +export type Subscriptionstagingzksync_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_spokeConnectorModeArgs = { +export type Subscriptionstagingzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_spokeConnectorModesArgs = { +export type Subscriptionstagingzksync_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootProposedArgs = { +export type Subscriptionstagingzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_aggregateRootProposedsArgs = { +export type Subscriptionstagingzksync_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_optimisticRootFinalizedArgs = { +export type Subscriptionstagingzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingzksync_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmantle_swap_systemInfoArgs = { +export type Subscriptionstagingzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_systemInfosArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_pooledTokenArgs = { +export type Subscriptionstagingzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_pooledTokensArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_stableSwapArgs = { +export type Subscriptionstagingzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_stableSwapsArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_stableSwapExchangesArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_swapDailyVolumesArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_swapHourlyVolumesArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_lpAccountArgs = { +export type Subscriptionstagingzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpAccountsArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpAccountBalancesArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_lpTokenArgs = { +export type Subscriptionstagingzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpTokensArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_lpTransferEventArgs = { +export type Subscriptionstagingzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpTransferEventsArgs = { +export type Subscriptionstagingzksync_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 Subscriptionmantle_swap_stableSwapEventArgs = { +export type Subscriptionstagingzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_stableSwapEventsArgs = { +export type Subscriptionstagingzksync_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_swapTradeVolumesArgs = { +export type Subscriptionstagingzksync_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpTokenEventArgs = { +export type Subscriptionstagingzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpTokenEventsArgs = { +export type Subscriptionstagingzksync_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingzksync__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionmode_assetArgs = { +export type Subscriptionxlayer_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_assetsArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_assetStatusArgs = { +export type Subscriptionxlayer_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_assetStatusesArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_assetBalanceArgs = { +export type Subscriptionxlayer_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_assetBalancesArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_routerArgs = { +export type Subscriptionxlayer_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_routersArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_routerDailyTVLArgs = { +export type Subscriptionxlayer_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_routerDailyTVLsArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_routerLiquidityEventArgs = { +export type Subscriptionxlayer_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_routerLiquidityEventsArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_settingArgs = { +export type Subscriptionxlayer_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_settingsArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_relayerArgs = { +export type Subscriptionxlayer_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_relayersArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_sequencerArgs = { +export type Subscriptionxlayer_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_sequencersArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_relayerFeeArgs = { +export type Subscriptionxlayer_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_relayerFeesArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_originTransferArgs = { +export type Subscriptionxlayer_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_originTransfersArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_destinationTransferArgs = { +export type Subscriptionxlayer_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_destinationTransfersArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_originMessageArgs = { +export type Subscriptionxlayer_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_originMessagesArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_aggregateRootArgs = { +export type Subscriptionxlayer_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_aggregateRootsArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_connectorMetaArgs = { +export type Subscriptionxlayer_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_connectorMetasArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_rootCountArgs = { +export type Subscriptionxlayer_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_rootCountsArgs = { +export type Subscriptionxlayer_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 Subscriptionmode_rootMessageSentArgs = { +export type Subscriptionxlayer_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_rootMessageSentsArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionmode_relayerFeesIncreaseArgs = { +export type Subscriptionstagingpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_relayerFeesIncreasesArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionmode_slippageUpdateArgs = { +export type Subscriptionstagingpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_slippageUpdatesArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionmode_snapshotRootArgs = { +export type Subscriptionstagingpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_snapshotRootsArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionmode_spokeConnectorModeArgs = { +export type Subscriptionstagingpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_spokeConnectorModesArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionmode_aggregateRootProposedArgs = { +export type Subscriptionstagingpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_aggregateRootProposedsArgs = { +export type Subscriptionstagingpolygonzkevm_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_optimisticRootFinalizedArgs = { +export type Subscriptionstagingpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionmode__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmetis_assetArgs = { +export type Subscriptionstagingpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetsArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_assetStatusArgs = { +export type Subscriptionstagingpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetStatusesArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_assetBalanceArgs = { +export type Subscriptionstagingpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetBalancesArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_routerArgs = { +export type Subscriptionstagingpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routersArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_routerDailyTVLArgs = { +export type Subscriptionstagingpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routerDailyTVLsArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_routerLiquidityEventArgs = { +export type Subscriptionstagingpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routerLiquidityEventsArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_settingArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_settingsArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_relayerArgs = { +export type Subscriptionstagingpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayersArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_sequencerArgs = { +export type Subscriptionstagingpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_sequencersArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_relayerFeeArgs = { +export type Subscriptionstagingpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayerFeesArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_originTransferArgs = { +export type Subscriptionstagingpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_originTransfersArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_destinationTransferArgs = { +export type Subscriptionstagingpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_destinationTransfersArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_originMessageArgs = { +export type Subscriptionstagingpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_originMessagesArgs = { +export type Subscriptionstagingpolygonzkevm_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 Subscriptionstagingmetis_aggregateRootArgs = { +export type Subscriptionstagingpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_aggregateRootsArgs = { +export type Subscriptionstagingpolygonzkevm_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_connectorMetaArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_connectorMetasArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_rootCountArgs = { +export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_rootCountsArgs = { +export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_rootMessageSentArgs = { +export type Subscriptionstagingpolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_rootMessageSentsArgs = { +export type Subscriptionstagingbnb_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 Subscriptionstagingmetis_relayerFeesIncreaseArgs = { +export type Subscriptionstagingbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayerFeesIncreasesArgs = { +export type Subscriptionstagingbnb_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 Subscriptionstagingmetis_slippageUpdateArgs = { +export type Subscriptionstagingbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_slippageUpdatesArgs = { +export type Subscriptionstagingbnb_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 Subscriptionstagingmetis_snapshotRootArgs = { +export type Subscriptionstagingbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_snapshotRootsArgs = { +export type Subscriptionstagingbnb_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 Subscriptionstagingmetis_spokeConnectorModeArgs = { +export type Subscriptionstagingbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_spokeConnectorModesArgs = { +export type Subscriptionstagingbnb_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 Subscriptionstagingmetis_aggregateRootProposedArgs = { +export type Subscriptionstagingbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_aggregateRootProposedsArgs = { +export type Subscriptionstagingbnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_optimisticRootFinalizedArgs = { +export type Subscriptionstagingbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingbnb_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 Subscriptionstagingmetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionavalanche_assetArgs = { +export type Subscriptionstagingbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_assetsArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_assetStatusArgs = { +export type Subscriptionstagingbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_assetStatusesArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_assetBalanceArgs = { +export type Subscriptionstagingbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_assetBalancesArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_routerArgs = { +export type Subscriptionstagingbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_routersArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_routerDailyTVLArgs = { +export type Subscriptionstagingbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_routerDailyTVLsArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_routerLiquidityEventArgs = { +export type Subscriptionstagingbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_routerLiquidityEventsArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_settingArgs = { +export type Subscriptionstagingbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_settingsArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_relayerArgs = { +export type Subscriptionstagingbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_relayersArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_sequencerArgs = { +export type Subscriptionstagingbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_sequencersArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_relayerFeeArgs = { +export type Subscriptionstagingbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_relayerFeesArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_originTransferArgs = { +export type Subscriptionstagingbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_originTransfersArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_destinationTransferArgs = { +export type Subscriptionstagingbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_destinationTransfersArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_originMessageArgs = { +export type Subscriptionstagingbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_originMessagesArgs = { +export type Subscriptionstagingbnb_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 Subscriptionavalanche_aggregateRootArgs = { +export type Subscriptionstagingbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_aggregateRootsArgs = { +export type Subscriptionstagingbnb_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_connectorMetaArgs = { +export type Subscriptionstagingbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_connectorMetasArgs = { +export type Subscriptionstagingbnb_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_rootCountArgs = { +export type Subscriptionstagingbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_rootCountsArgs = { +export type Subscriptionstagingbnb_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_rootMessageSentArgs = { +export type Subscriptionstagingbnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_rootMessageSentsArgs = { +export type Subscriptionsepolia_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 Subscriptionavalanche_relayerFeesIncreaseArgs = { +export type Subscriptionsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_relayerFeesIncreasesArgs = { +export type Subscriptionsepolia_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 Subscriptionavalanche_slippageUpdateArgs = { +export type Subscriptionsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_slippageUpdatesArgs = { +export type Subscriptionsepolia_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 Subscriptionavalanche_snapshotRootArgs = { +export type Subscriptionsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_snapshotRootsArgs = { +export type Subscriptionsepolia_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 Subscriptionavalanche_spokeConnectorModeArgs = { +export type Subscriptionsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_spokeConnectorModesArgs = { +export type Subscriptionsepolia_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 Subscriptionavalanche_aggregateRootProposedArgs = { +export type Subscriptionsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_aggregateRootProposedsArgs = { +export type Subscriptionsepolia_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_optimisticRootFinalizedArgs = { +export type Subscriptionsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionavalanche_optimisticRootFinalizedsArgs = { +export type Subscriptionsepolia_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 Subscriptionavalanche__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmainnet_assetArgs = { +export type Subscriptionsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetsArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_assetStatusArgs = { +export type Subscriptionsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetStatusesArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_assetBalanceArgs = { +export type Subscriptionsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetBalancesArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_routerArgs = { +export type Subscriptionsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routersArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_routerDailyTVLArgs = { +export type Subscriptionsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerDailyTVLsArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_routerLiquidityEventArgs = { +export type Subscriptionsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerLiquidityEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_settingArgs = { +export type Subscriptionsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_settingsArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_relayerArgs = { +export type Subscriptionsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayersArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_sequencerArgs = { +export type Subscriptionsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_sequencersArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_relayerFeeArgs = { +export type Subscriptionsepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerFeesArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_originTransferArgs = { +export type Subscriptionsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_originTransfersArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_destinationTransferArgs = { +export type Subscriptionsepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_destinationTransfersArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_originMessageArgs = { +export type Subscriptionsepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_originMessagesArgs = { +export type Subscriptionsepolia_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 Subscriptionstagingmainnet_aggregateRootArgs = { +export type Subscriptionsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootsArgs = { +export type Subscriptionsepolia_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_connectorMetaArgs = { +export type Subscriptionsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_connectorMetasArgs = { +export type Subscriptionsepolia_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootCountArgs = { +export type Subscriptionsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootCountsArgs = { +export type Subscriptionsepolia_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootMessageSentArgs = { +export type Subscriptionstagingarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootMessageSentsArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionstagingmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionstagingarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerFeesIncreasesArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionstagingmainnet_slippageUpdateArgs = { +export type Subscriptionstagingarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_slippageUpdatesArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionstagingmainnet_snapshotRootArgs = { +export type Subscriptionstagingarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_snapshotRootsArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionstagingmainnet_spokeConnectorModeArgs = { +export type Subscriptionstagingarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_spokeConnectorModesArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionstagingmainnet_aggregateRootProposedArgs = { +export type Subscriptionstagingarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootProposedsArgs = { +export type Subscriptionstagingarbitrumone_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootFinalizedArgs = { +export type Subscriptionstagingarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_assetArgs = { +export type Subscriptionstagingarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetsArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_assetStatusArgs = { +export type Subscriptionstagingarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetStatusesArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_assetBalanceArgs = { +export type Subscriptionstagingarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetBalancesArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_routerArgs = { +export type Subscriptionstagingarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routersArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_routerDailyTVLArgs = { +export type Subscriptionstagingarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerDailyTVLsArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_routerLiquidityEventArgs = { +export type Subscriptionstagingarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerLiquidityEventsArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_settingArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_settingsArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_relayerArgs = { +export type Subscriptionstagingarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayersArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_sequencerArgs = { +export type Subscriptionstagingarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_sequencersArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_relayerFeeArgs = { +export type Subscriptionstagingarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerFeesArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_originTransferArgs = { +export type Subscriptionstagingarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_originTransfersArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_destinationTransferArgs = { +export type Subscriptionstagingarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_destinationTransfersArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_originMessageArgs = { +export type Subscriptionstagingarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_originMessagesArgs = { +export type Subscriptionstagingarbitrumone_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 Subscriptionzksync_aggregateRootArgs = { +export type Subscriptionstagingarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_aggregateRootsArgs = { +export type Subscriptionstagingarbitrumone_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_connectorMetaArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_connectorMetasArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_rootCountArgs = { +export type Subscriptionstagingarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_rootCountsArgs = { +export type Subscriptionstagingarbitrumone_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_rootMessageSentArgs = { +export type Subscriptionstagingarbitrumone__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_rootMessageSentsArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionzksync_relayerFeesIncreaseArgs = { +export type Subscriptionstagingpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerFeesIncreasesArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionzksync_slippageUpdateArgs = { +export type Subscriptionstagingpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_slippageUpdatesArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionzksync_snapshotRootArgs = { +export type Subscriptionstagingpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_snapshotRootsArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionzksync_spokeConnectorModeArgs = { +export type Subscriptionstagingpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_spokeConnectorModesArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionzksync_aggregateRootProposedArgs = { +export type Subscriptionstagingpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_aggregateRootProposedsArgs = { +export type Subscriptionstagingpolygon_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_optimisticRootFinalizedArgs = { +export type Subscriptionstagingpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygonzkevm_swap_assetArgs = { +export type Subscriptionstagingpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetsArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_assetStatusArgs = { +export type Subscriptionstagingpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetStatusesArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_assetBalanceArgs = { +export type Subscriptionstagingpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetBalancesArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_routerArgs = { +export type Subscriptionstagingpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routersArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_routerDailyTVLArgs = { +export type Subscriptionstagingpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routerDailyTVLsArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_routerLiquidityEventArgs = { +export type Subscriptionstagingpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routerLiquidityEventsArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_settingArgs = { +export type Subscriptionstagingpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_settingsArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_relayerArgs = { +export type Subscriptionstagingpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayersArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_sequencerArgs = { +export type Subscriptionstagingpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_sequencersArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_relayerFeeArgs = { +export type Subscriptionstagingpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayerFeesArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_originTransferArgs = { +export type Subscriptionstagingpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_originTransfersArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_destinationTransferArgs = { +export type Subscriptionstagingpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_destinationTransfersArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_originMessageArgs = { +export type Subscriptionstagingpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_originMessagesArgs = { +export type Subscriptionstagingpolygon_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 Subscriptionpolygonzkevm_swap_aggregateRootArgs = { +export type Subscriptionstagingpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_aggregateRootsArgs = { +export type Subscriptionstagingpolygon_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_connectorMetaArgs = { +export type Subscriptionstagingpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_connectorMetasArgs = { +export type Subscriptionstagingpolygon_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_rootCountArgs = { +export type Subscriptionstagingpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_rootCountsArgs = { +export type Subscriptionstagingpolygon_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_rootMessageSentArgs = { +export type Subscriptionstagingpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygonzkevm_swap_assetArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_rootMessageSentsArgs = { +export type Subscriptionpolygonzkevm_swap_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayerFeesIncreaseArgs = { +export type Subscriptionpolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayerFeesIncreasesArgs = { +export type Subscriptionpolygonzkevm_swap_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_slippageUpdateArgs = { +export type Subscriptionpolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_slippageUpdatesArgs = { +export type Subscriptionpolygonzkevm_swap_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_snapshotRootArgs = { +export type Subscriptionpolygonzkevm_swap_routerArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_snapshotRootsArgs = { +export type Subscriptionpolygonzkevm_swap_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_spokeConnectorModeArgs = { +export type Subscriptionpolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_spokeConnectorModesArgs = { +export type Subscriptionpolygonzkevm_swap_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_aggregateRootProposedArgs = { +export type Subscriptionpolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_aggregateRootProposedsArgs = { +export type Subscriptionpolygonzkevm_swap_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedArgs = { +export type Subscriptionpolygonzkevm_swap_settingArgs = { id: Scalars['ID']; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedsArgs = { +export type Subscriptionpolygonzkevm_swap_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; + orderBy?: InputMaybe; orderDirection?: InputMaybe; - where?: InputMaybe; + where?: InputMaybe; block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxlayer_assetArgs = { +export type Subscriptionpolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_assetsArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_assetStatusArgs = { +export type Subscriptionpolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_assetStatusesArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_assetBalanceArgs = { +export type Subscriptionpolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_assetBalancesArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_routerArgs = { +export type Subscriptionpolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_routersArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_routerDailyTVLArgs = { +export type Subscriptionpolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_routerDailyTVLsArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_routerLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_routerLiquidityEventsArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_settingArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_settingsArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_relayerArgs = { +export type Subscriptionpolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_relayersArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_sequencerArgs = { +export type Subscriptionpolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_sequencersArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_relayerFeeArgs = { +export type Subscriptionpolygonzkevm_swap_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_relayerFeesArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_originTransferArgs = { +export type Subscriptionpolygonzkevm_swap_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_originTransfersArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_destinationTransferArgs = { +export type Subscriptionpolygonzkevm_swap_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_destinationTransfersArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_originMessageArgs = { +export type Subscriptionpolygonzkevm_swap_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_originMessagesArgs = { +export type Subscriptionpolygonzkevm_swap_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 Subscriptionxlayer_aggregateRootArgs = { +export type Subscriptionpolygonzkevm_swap_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_aggregateRootsArgs = { +export type Subscriptionpolygonzkevm_swap_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_connectorMetaArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_connectorMetasArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_rootCountArgs = { +export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_rootCountsArgs = { +export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_rootMessageSentArgs = { +export type Subscriptionpolygonzkevm_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_rootMessageSentsArgs = { +export type Subscriptionpolygonzkevm_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 Subscriptionxlayer_relayerFeesIncreaseArgs = { +export type Subscriptionpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_relayerFeesIncreasesArgs = { +export type Subscriptionpolygonzkevm_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 Subscriptionxlayer_slippageUpdateArgs = { +export type Subscriptionpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_slippageUpdatesArgs = { +export type Subscriptionpolygonzkevm_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 Subscriptionxlayer_snapshotRootArgs = { +export type Subscriptionpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_snapshotRootsArgs = { +export type Subscriptionpolygonzkevm_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 Subscriptionxlayer_spokeConnectorModeArgs = { +export type Subscriptionpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_spokeConnectorModesArgs = { +export type Subscriptionpolygonzkevm_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 Subscriptionxlayer_aggregateRootProposedArgs = { +export type Subscriptionpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_aggregateRootProposedsArgs = { +export type Subscriptionpolygonzkevm_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_optimisticRootFinalizedArgs = { +export type Subscriptionpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_optimisticRootFinalizedsArgs = { +export type Subscriptionpolygonzkevm_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 Subscriptionxlayer__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmainnet_assetArgs = { +export type Subscriptionpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetsArgs = { +export type Subscriptionpolygonzkevm_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetStatusArgs = { +export type Subscriptionpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetStatusesArgs = { +export type Subscriptionpolygonzkevm_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetBalanceArgs = { +export type Subscriptionpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetBalancesArgs = { +export type Subscriptionpolygonzkevm_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerArgs = { +export type Subscriptionpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routersArgs = { +export type Subscriptionpolygonzkevm_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerDailyTVLArgs = { +export type Subscriptionpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerDailyTVLsArgs = { +export type Subscriptionpolygonzkevm_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerLiquidityEventsArgs = { +export type Subscriptionpolygonzkevm_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_settingArgs = { +export type Subscriptionpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_settingsArgs = { +export type Subscriptionpolygonzkevm_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerArgs = { +export type Subscriptionpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayersArgs = { +export type Subscriptionpolygonzkevm_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_sequencerArgs = { +export type Subscriptionpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_sequencersArgs = { +export type Subscriptionpolygonzkevm_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeeArgs = { +export type Subscriptionpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeesArgs = { +export type Subscriptionpolygonzkevm_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originTransferArgs = { +export type Subscriptionpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originTransfersArgs = { +export type Subscriptionpolygonzkevm_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_destinationTransferArgs = { +export type Subscriptionpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_destinationTransfersArgs = { +export type Subscriptionpolygonzkevm_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originMessageArgs = { +export type Subscriptionpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originMessagesArgs = { +export type Subscriptionpolygonzkevm_snapshotRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootArgs = { +export type Subscriptionpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootsArgs = { +export type Subscriptionpolygonzkevm_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_connectorMetaArgs = { +export type Subscriptionpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_connectorMetasArgs = { +export type Subscriptionpolygonzkevm_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootCountArgs = { +export type Subscriptionpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootCountsArgs = { +export type Subscriptionpolygonzkevm_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageSentArgs = { +export type Subscriptionpolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimismsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageSentsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionoptimismsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeesIncreasesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionmainnet_slippageUpdateArgs = { +export type Subscriptionoptimismsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_slippageUpdatesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionmainnet_snapshotRootArgs = { +export type Subscriptionoptimismsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_snapshotRootsArgs = { +export type Subscriptionoptimismsepolia_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_spokeConnectorModeArgs = { +export type Subscriptionoptimismsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_spokeConnectorModesArgs = { +export type Subscriptionoptimismsepolia_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootProposedArgs = { +export type Subscriptionoptimismsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootProposedsArgs = { +export type Subscriptionoptimismsepolia_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootFinalizedArgs = { +export type Subscriptionoptimismsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootFinalizedsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_assetArgs = { +export type Subscriptionoptimismsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_assetStatusArgs = { +export type Subscriptionoptimismsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetStatusesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_assetBalanceArgs = { +export type Subscriptionoptimismsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetBalancesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_routerArgs = { +export type Subscriptionoptimismsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routersArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_routerDailyTVLArgs = { +export type Subscriptionoptimismsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routerDailyTVLsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_routerLiquidityEventArgs = { +export type Subscriptionoptimismsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routerLiquidityEventsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_settingArgs = { +export type Subscriptionoptimismsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_settingsArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_relayerArgs = { +export type Subscriptionoptimismsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayersArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_sequencerArgs = { +export type Subscriptionoptimismsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_sequencersArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_relayerFeeArgs = { +export type Subscriptionoptimismsepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayerFeesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_originTransferArgs = { +export type Subscriptionoptimismsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_originTransfersArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_destinationTransferArgs = { +export type Subscriptionoptimismsepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_destinationTransfersArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_originMessageArgs = { +export type Subscriptionoptimismsepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_originMessagesArgs = { +export type Subscriptionoptimismsepolia_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 Subscriptionstagingbase_aggregateRootArgs = { +export type Subscriptionoptimismsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_aggregateRootsArgs = { +export type Subscriptionoptimismsepolia_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_connectorMetaArgs = { +export type Subscriptionoptimismsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_connectorMetasArgs = { +export type Subscriptionoptimismsepolia_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootCountArgs = { +export type Subscriptionoptimismsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootCountsArgs = { +export type Subscriptionoptimismsepolia_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootMessageSentArgs = { +export type Subscriptionoptimismsepolia__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootMessageSentsArgs = { +export type Subscriptionzksync_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 Subscriptionstagingbase_relayerFeesIncreaseArgs = { +export type Subscriptionzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayerFeesIncreasesArgs = { +export type Subscriptionzksync_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 Subscriptionstagingbase_slippageUpdateArgs = { +export type Subscriptionzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_slippageUpdatesArgs = { +export type Subscriptionzksync_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 Subscriptionstagingbase_snapshotRootArgs = { +export type Subscriptionzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_snapshotRootsArgs = { +export type Subscriptionzksync_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 Subscriptionstagingbase_spokeConnectorModeArgs = { +export type Subscriptionzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_spokeConnectorModesArgs = { +export type Subscriptionzksync_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 Subscriptionstagingbase_aggregateRootProposedArgs = { +export type Subscriptionzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_aggregateRootProposedsArgs = { +export type Subscriptionzksync_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_optimisticRootFinalizedArgs = { +export type Subscriptionzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_optimisticRootFinalizedsArgs = { +export type Subscriptionzksync_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 Subscriptionstagingbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmetis_assetArgs = { +export type Subscriptionzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetsArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_assetStatusArgs = { +export type Subscriptionzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetStatusesArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_assetBalanceArgs = { +export type Subscriptionzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetBalancesArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_routerArgs = { +export type Subscriptionzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routersArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_routerDailyTVLArgs = { +export type Subscriptionzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerDailyTVLsArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_routerLiquidityEventArgs = { +export type Subscriptionzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerLiquidityEventsArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_settingArgs = { +export type Subscriptionzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_settingsArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_relayerArgs = { +export type Subscriptionzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayersArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_sequencerArgs = { +export type Subscriptionzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_sequencersArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_relayerFeeArgs = { +export type Subscriptionzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeesArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_originTransferArgs = { +export type Subscriptionzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_originTransfersArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_destinationTransferArgs = { +export type Subscriptionzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_destinationTransfersArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_originMessageArgs = { +export type Subscriptionzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_originMessagesArgs = { +export type Subscriptionzksync_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 Subscriptionmetis_aggregateRootArgs = { +export type Subscriptionzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootsArgs = { +export type Subscriptionzksync_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_connectorMetaArgs = { +export type Subscriptionzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_connectorMetasArgs = { +export type Subscriptionzksync_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootCountArgs = { +export type Subscriptionzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootCountsArgs = { +export type Subscriptionzksync_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootMessageSentArgs = { +export type Subscriptionzksync__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootMessageSentsArgs = { +export type Subscriptionmantle_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 Subscriptionmetis_relayerFeesIncreaseArgs = { +export type Subscriptionmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeesIncreasesArgs = { +export type Subscriptionmantle_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 Subscriptionmetis_slippageUpdateArgs = { +export type Subscriptionmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_slippageUpdatesArgs = { +export type Subscriptionmantle_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 Subscriptionmetis_snapshotRootArgs = { +export type Subscriptionmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_snapshotRootsArgs = { +export type Subscriptionmantle_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 Subscriptionmetis_spokeConnectorModeArgs = { +export type Subscriptionmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_spokeConnectorModesArgs = { +export type Subscriptionmantle_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 Subscriptionmetis_aggregateRootProposedArgs = { +export type Subscriptionmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootProposedsArgs = { +export type Subscriptionmantle_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_optimisticRootFinalizedArgs = { +export type Subscriptionmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_optimisticRootFinalizedsArgs = { +export type Subscriptionmantle_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 Subscriptionmetis__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingoptimism_assetArgs = { +export type Subscriptionmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetsArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_assetStatusArgs = { +export type Subscriptionmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetStatusesArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_assetBalanceArgs = { +export type Subscriptionmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetBalancesArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_routerArgs = { +export type Subscriptionmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routersArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_routerDailyTVLArgs = { +export type Subscriptionmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routerDailyTVLsArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_routerLiquidityEventArgs = { +export type Subscriptionmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routerLiquidityEventsArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_settingArgs = { +export type Subscriptionmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_settingsArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_relayerArgs = { +export type Subscriptionmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayersArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_sequencerArgs = { +export type Subscriptionmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_sequencersArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_relayerFeeArgs = { +export type Subscriptionmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayerFeesArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_originTransferArgs = { +export type Subscriptionmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_originTransfersArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_destinationTransferArgs = { +export type Subscriptionmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_destinationTransfersArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_originMessageArgs = { +export type Subscriptionmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_originMessagesArgs = { +export type Subscriptionmantle_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 Subscriptionstagingoptimism_aggregateRootArgs = { +export type Subscriptionmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_aggregateRootsArgs = { +export type Subscriptionmantle_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_connectorMetaArgs = { +export type Subscriptionmantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_connectorMetasArgs = { +export type Subscriptionmantle_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_rootCountArgs = { +export type Subscriptionmantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_rootCountsArgs = { +export type Subscriptionmantle_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_rootMessageSentArgs = { +export type Subscriptionmantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_rootMessageSentsArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingoptimism_relayerFeesIncreaseArgs = { +export type Subscriptionavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayerFeesIncreasesArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingoptimism_slippageUpdateArgs = { +export type Subscriptionavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_slippageUpdatesArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingoptimism_snapshotRootArgs = { +export type Subscriptionavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_snapshotRootsArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingoptimism_spokeConnectorModeArgs = { +export type Subscriptionavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_spokeConnectorModesArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingoptimism_aggregateRootProposedArgs = { +export type Subscriptionavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_aggregateRootProposedsArgs = { +export type Subscriptionavalanche_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_optimisticRootFinalizedArgs = { +export type Subscriptionavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_optimisticRootFinalizedsArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmantle_assetArgs = { +export type Subscriptionavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetsArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_assetStatusArgs = { +export type Subscriptionavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetStatusesArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_assetBalanceArgs = { +export type Subscriptionavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetBalancesArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_routerArgs = { +export type Subscriptionavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routersArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_routerDailyTVLArgs = { +export type Subscriptionavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerDailyTVLsArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_routerLiquidityEventArgs = { +export type Subscriptionavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerLiquidityEventsArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_settingArgs = { +export type Subscriptionavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_settingsArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_relayerArgs = { +export type Subscriptionavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayersArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_sequencerArgs = { +export type Subscriptionavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_sequencersArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_relayerFeeArgs = { +export type Subscriptionavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeesArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_originTransferArgs = { +export type Subscriptionavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originTransfersArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_destinationTransferArgs = { +export type Subscriptionavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_destinationTransfersArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_originMessageArgs = { +export type Subscriptionavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originMessagesArgs = { +export type Subscriptionavalanche_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 Subscriptionstagingmantle_aggregateRootArgs = { +export type Subscriptionavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootsArgs = { +export type Subscriptionavalanche_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_connectorMetaArgs = { +export type Subscriptionavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_connectorMetasArgs = { +export type Subscriptionavalanche_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootCountArgs = { +export type Subscriptionavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootCountsArgs = { +export type Subscriptionavalanche_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootMessageSentArgs = { +export type Subscriptionavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootMessageSentsArgs = { +export type Subscriptionmode_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 Subscriptionstagingmantle_relayerFeesIncreaseArgs = { +export type Subscriptionmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeesIncreasesArgs = { +export type Subscriptionmode_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 Subscriptionstagingmantle_slippageUpdateArgs = { +export type Subscriptionmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_slippageUpdatesArgs = { +export type Subscriptionmode_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 Subscriptionstagingmantle_snapshotRootArgs = { +export type Subscriptionmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_snapshotRootsArgs = { +export type Subscriptionmode_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 Subscriptionstagingmantle_spokeConnectorModeArgs = { +export type Subscriptionmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_spokeConnectorModesArgs = { +export type Subscriptionmode_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 Subscriptionstagingmantle_aggregateRootProposedArgs = { +export type Subscriptionmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootProposedsArgs = { +export type Subscriptionmode_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_optimisticRootFinalizedArgs = { +export type Subscriptionmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_optimisticRootFinalizedsArgs = { +export type Subscriptionmode_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 Subscriptionstagingmantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygonzkevm_assetArgs = { +export type Subscriptionmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetsArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_assetStatusArgs = { +export type Subscriptionmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetStatusesArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_assetBalanceArgs = { +export type Subscriptionmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetBalancesArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_routerArgs = { +export type Subscriptionmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routersArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_routerDailyTVLArgs = { +export type Subscriptionmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routerDailyTVLsArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_routerLiquidityEventArgs = { +export type Subscriptionmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routerLiquidityEventsArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_settingArgs = { +export type Subscriptionmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_settingsArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_relayerArgs = { +export type Subscriptionmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayersArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_sequencerArgs = { +export type Subscriptionmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_sequencersArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_relayerFeeArgs = { +export type Subscriptionmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayerFeesArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_originTransferArgs = { +export type Subscriptionmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_originTransfersArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_destinationTransferArgs = { +export type Subscriptionmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_destinationTransfersArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_originMessageArgs = { +export type Subscriptionmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_originMessagesArgs = { +export type Subscriptionmode_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 Subscriptionpolygonzkevm_aggregateRootArgs = { +export type Subscriptionmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_aggregateRootsArgs = { +export type Subscriptionmode_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_connectorMetaArgs = { +export type Subscriptionmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_connectorMetasArgs = { +export type Subscriptionmode_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_rootCountArgs = { +export type Subscriptionmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_rootCountsArgs = { +export type Subscriptionmode_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_rootMessageSentArgs = { +export type Subscriptionmode__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingxlayer_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_rootMessageSentsArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionpolygonzkevm_relayerFeesIncreaseArgs = { +export type Subscriptionstagingxlayer_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayerFeesIncreasesArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionpolygonzkevm_slippageUpdateArgs = { +export type Subscriptionstagingxlayer_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_slippageUpdatesArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionpolygonzkevm_snapshotRootArgs = { +export type Subscriptionstagingxlayer_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_snapshotRootsArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionpolygonzkevm_spokeConnectorModeArgs = { +export type Subscriptionstagingxlayer_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_spokeConnectorModesArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionpolygonzkevm_aggregateRootProposedArgs = { +export type Subscriptionstagingxlayer_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_aggregateRootProposedsArgs = { +export type Subscriptionstagingxlayer_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_optimisticRootFinalizedArgs = { +export type Subscriptionstagingxlayer_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionpolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingmode_assetArgs = { +export type Subscriptionstagingxlayer_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetsArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_assetStatusArgs = { +export type Subscriptionstagingxlayer_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetStatusesArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_assetBalanceArgs = { +export type Subscriptionstagingxlayer_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetBalancesArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_routerArgs = { +export type Subscriptionstagingxlayer_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routersArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_routerDailyTVLArgs = { +export type Subscriptionstagingxlayer_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerDailyTVLsArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_routerLiquidityEventArgs = { +export type Subscriptionstagingxlayer_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerLiquidityEventsArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_settingArgs = { +export type Subscriptionstagingxlayer_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_settingsArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_relayerArgs = { +export type Subscriptionstagingxlayer_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayersArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_sequencerArgs = { +export type Subscriptionstagingxlayer_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_sequencersArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_relayerFeeArgs = { +export type Subscriptionstagingxlayer_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerFeesArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_originTransferArgs = { +export type Subscriptionstagingxlayer_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_originTransfersArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_destinationTransferArgs = { +export type Subscriptionstagingxlayer_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_destinationTransfersArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_originMessageArgs = { +export type Subscriptionstagingxlayer_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_originMessagesArgs = { +export type Subscriptionstagingxlayer_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 Subscriptionstagingmode_aggregateRootArgs = { +export type Subscriptionstagingxlayer_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_aggregateRootsArgs = { +export type Subscriptionstagingxlayer_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_connectorMetaArgs = { +export type Subscriptionstagingxlayer_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_connectorMetasArgs = { +export type Subscriptionstagingxlayer_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootCountArgs = { +export type Subscriptionstagingxlayer_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootCountsArgs = { +export type Subscriptionstagingxlayer_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootMessageSentArgs = { +export type Subscriptionstagingxlayer__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootMessageSentsArgs = { +export type Subscriptionstagingbase_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 Subscriptionstagingmode_relayerFeesIncreaseArgs = { +export type Subscriptionstagingbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerFeesIncreasesArgs = { +export type Subscriptionstagingbase_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 Subscriptionstagingmode_slippageUpdateArgs = { +export type Subscriptionstagingbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_slippageUpdatesArgs = { +export type Subscriptionstagingbase_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 Subscriptionstagingmode_snapshotRootArgs = { +export type Subscriptionstagingbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_snapshotRootsArgs = { +export type Subscriptionstagingbase_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 Subscriptionstagingmode_spokeConnectorModeArgs = { +export type Subscriptionstagingbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_spokeConnectorModesArgs = { +export type Subscriptionstagingbase_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 Subscriptionstagingmode_aggregateRootProposedArgs = { +export type Subscriptionstagingbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_aggregateRootProposedsArgs = { +export type Subscriptionstagingbase_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_optimisticRootFinalizedArgs = { +export type Subscriptionstagingbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingbase_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 Subscriptionstagingmode__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbase_assetArgs = { +export type Subscriptionstagingbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetsArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_assetStatusArgs = { +export type Subscriptionstagingbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetStatusesArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_assetBalanceArgs = { +export type Subscriptionstagingbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetBalancesArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_routerArgs = { +export type Subscriptionstagingbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routersArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_routerDailyTVLArgs = { +export type Subscriptionstagingbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routerDailyTVLsArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_routerLiquidityEventArgs = { +export type Subscriptionstagingbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routerLiquidityEventsArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_settingArgs = { +export type Subscriptionstagingbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_settingsArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_relayerArgs = { +export type Subscriptionstagingbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayersArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_sequencerArgs = { +export type Subscriptionstagingbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_sequencersArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_relayerFeeArgs = { +export type Subscriptionstagingbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayerFeesArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_originTransferArgs = { +export type Subscriptionstagingbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_originTransfersArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_destinationTransferArgs = { +export type Subscriptionstagingbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_destinationTransfersArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_originMessageArgs = { +export type Subscriptionstagingbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_originMessagesArgs = { +export type Subscriptionstagingbase_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 Subscriptionbase_aggregateRootArgs = { +export type Subscriptionstagingbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootsArgs = { +export type Subscriptionstagingbase_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_connectorMetaArgs = { +export type Subscriptionstagingbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_connectorMetasArgs = { +export type Subscriptionstagingbase_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootCountArgs = { +export type Subscriptionstagingbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootCountsArgs = { +export type Subscriptionstagingbase_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootMessageSentArgs = { +export type Subscriptionstagingbase__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootMessageSentsArgs = { +export type Subscriptionmetis_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 Subscriptionbase_relayerFeesIncreaseArgs = { +export type Subscriptionmetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayerFeesIncreasesArgs = { +export type Subscriptionmetis_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 Subscriptionbase_slippageUpdateArgs = { +export type Subscriptionmetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_slippageUpdatesArgs = { +export type Subscriptionmetis_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 Subscriptionbase_snapshotRootArgs = { +export type Subscriptionmetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_snapshotRootsArgs = { +export type Subscriptionmetis_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 Subscriptionbase_spokeConnectorModeArgs = { +export type Subscriptionmetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_spokeConnectorModesArgs = { +export type Subscriptionmetis_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 Subscriptionbase_aggregateRootProposedArgs = { +export type Subscriptionmetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootProposedsArgs = { +export type Subscriptionmetis_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_optimisticRootFinalizedArgs = { +export type Subscriptionmetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_optimisticRootFinalizedsArgs = { +export type Subscriptionmetis_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 Subscriptionbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingscroll_assetArgs = { +export type Subscriptionmetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetsArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_assetStatusArgs = { +export type Subscriptionmetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetStatusesArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_assetBalanceArgs = { +export type Subscriptionmetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetBalancesArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_routerArgs = { +export type Subscriptionmetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routersArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_routerDailyTVLArgs = { +export type Subscriptionmetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routerDailyTVLsArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_routerLiquidityEventArgs = { +export type Subscriptionmetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routerLiquidityEventsArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_settingArgs = { +export type Subscriptionmetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_settingsArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_relayerArgs = { +export type Subscriptionmetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_relayersArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_sequencerArgs = { +export type Subscriptionmetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_sequencersArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_relayerFeeArgs = { +export type Subscriptionmetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_relayerFeesArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_originTransferArgs = { +export type Subscriptionmetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_originTransfersArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_destinationTransferArgs = { +export type Subscriptionmetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_destinationTransfersArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_originMessageArgs = { +export type Subscriptionmetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_originMessagesArgs = { +export type Subscriptionmetis_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 Subscriptionstagingscroll_aggregateRootArgs = { +export type Subscriptionmetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_aggregateRootsArgs = { +export type Subscriptionmetis_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_connectorMetaArgs = { +export type Subscriptionmetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_connectorMetasArgs = { +export type Subscriptionmetis_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_rootCountArgs = { +export type Subscriptionmetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_rootCountsArgs = { +export type Subscriptionmetis_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_rootMessageSentArgs = { +export type Subscriptionmetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbase_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_rootMessageSentsArgs = { +export type Subscriptionbase_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 Subscriptionstagingscroll_relayerFeesIncreaseArgs = { +export type Subscriptionbase_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_relayerFeesIncreasesArgs = { +export type Subscriptionbase_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 Subscriptionstagingscroll_slippageUpdateArgs = { +export type Subscriptionbase_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_slippageUpdatesArgs = { +export type Subscriptionbase_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 Subscriptionstagingscroll_snapshotRootArgs = { +export type Subscriptionbase_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_snapshotRootsArgs = { +export type Subscriptionbase_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 Subscriptionstagingscroll_spokeConnectorModeArgs = { +export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_spokeConnectorModesArgs = { +export type Subscriptionbase_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 Subscriptionstagingscroll_aggregateRootProposedArgs = { +export type Subscriptionbase_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_aggregateRootProposedsArgs = { +export type Subscriptionbase_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 Subscriptionstagingscroll_optimisticRootFinalizedArgs = { +export type Subscriptionbase_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_optimisticRootFinalizedsArgs = { +export type Subscriptionbase_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 Subscriptionstagingscroll__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingzksync_assetArgs = { +export type Subscriptionbase_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetsArgs = { +export type Subscriptionbase_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 Subscriptionstagingzksync_assetStatusArgs = { +export type Subscriptionbase_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetStatusesArgs = { +export type Subscriptionbase_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 Subscriptionstagingzksync_assetBalanceArgs = { +export type Subscriptionbase_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetBalancesArgs = { +export type Subscriptionbase_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 Subscriptionstagingzksync_routerArgs = { +export type Subscriptionbase_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routersArgs = { +export type Subscriptionbase_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 Subscriptionstagingzksync_routerDailyTVLArgs = { +export type Subscriptionbase_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerDailyTVLsArgs = { +export type Subscriptionbase_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 Subscriptionstagingzksync_routerLiquidityEventArgs = { +export type Subscriptionbase_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerLiquidityEventsArgs = { +export type Subscriptionbase_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 Subscriptionstagingzksync_settingArgs = { +export type Subscriptionbase_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_settingsArgs = { +export type Subscriptionbase_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 Subscriptionstagingzksync_relayerArgs = { +export type Subscriptionbase_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayersArgs = { +export type Subscriptionbase_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 Subscriptionstagingzksync_sequencerArgs = { +export type Subscriptionbase_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_sequencersArgs = { +export type Subscriptionbase_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 Subscriptionstagingzksync_relayerFeeArgs = { +export type Subscriptionbase_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerFeesArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_originTransferArgs = { +export type Subscriptionstagingmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_originTransfersArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_destinationTransferArgs = { +export type Subscriptionstagingmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_destinationTransfersArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_originMessageArgs = { +export type Subscriptionstagingmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_originMessagesArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_aggregateRootArgs = { +export type Subscriptionstagingmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_aggregateRootsArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_connectorMetaArgs = { +export type Subscriptionstagingmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_connectorMetasArgs = { +export type Subscriptionstagingmantle_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootCountArgs = { +export type Subscriptionstagingmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootCountsArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_rootMessageSentArgs = { +export type Subscriptionstagingmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootMessageSentsArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerFeesIncreasesArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_slippageUpdateArgs = { +export type Subscriptionstagingmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_slippageUpdatesArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_snapshotRootArgs = { +export type Subscriptionstagingmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_snapshotRootsArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_spokeConnectorModeArgs = { +export type Subscriptionstagingmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_spokeConnectorModesArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_aggregateRootProposedArgs = { +export type Subscriptionstagingmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_aggregateRootProposedsArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingzksync__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingxdai_assetArgs = { +export type Subscriptionstagingmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetsArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingxdai_assetStatusArgs = { +export type Subscriptionstagingmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetStatusesArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingxdai_assetBalanceArgs = { +export type Subscriptionstagingmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetBalancesArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingxdai_routerArgs = { +export type Subscriptionstagingmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routersArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingxdai_routerDailyTVLArgs = { +export type Subscriptionstagingmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routerDailyTVLsArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingxdai_routerLiquidityEventArgs = { +export type Subscriptionstagingmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routerLiquidityEventsArgs = { +export type Subscriptionstagingmantle_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 Subscriptionstagingxdai_settingArgs = { +export type Subscriptionstagingmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_settingsArgs = { +export type Subscriptionstagingmantle_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayerArgs = { +export type Subscriptionstagingmantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayersArgs = { +export type Subscriptionstagingmantle_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_sequencerArgs = { +export type Subscriptionstagingmantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_sequencersArgs = { +export type Subscriptionstagingmantle_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayerFeeArgs = { +export type Subscriptionstagingmantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingmetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayerFeesArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_originTransferArgs = { +export type Subscriptionstagingmetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_originTransfersArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_destinationTransferArgs = { +export type Subscriptionstagingmetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_destinationTransfersArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_originMessageArgs = { +export type Subscriptionstagingmetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_originMessagesArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_aggregateRootArgs = { +export type Subscriptionstagingmetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_aggregateRootsArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_connectorMetaArgs = { +export type Subscriptionstagingmetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_connectorMetasArgs = { +export type Subscriptionstagingmetis_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_rootCountArgs = { +export type Subscriptionstagingmetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_rootCountsArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_rootMessageSentArgs = { +export type Subscriptionstagingmetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_rootMessageSentsArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayerFeesIncreasesArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_slippageUpdateArgs = { +export type Subscriptionstagingmetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_slippageUpdatesArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_snapshotRootArgs = { +export type Subscriptionstagingmetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_snapshotRootsArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_spokeConnectorModeArgs = { +export type Subscriptionstagingmetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_spokeConnectorModesArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_aggregateRootProposedArgs = { +export type Subscriptionstagingmetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_aggregateRootProposedsArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingxdai__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionxdai_assetArgs = { +export type Subscriptionstagingmetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_assetsArgs = { +export type Subscriptionstagingmetis_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 Subscriptionstagingmetis_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis__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_; }; @@ -42644,2528 +42770,2402 @@ export type Subscriptionxdai__metaArgs = { }; -export type Subscriptionstagingbnb_assetArgs = { +export type Subscriptionxlayer_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetsArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_assetStatusArgs = { +export type Subscriptionxlayer_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetStatusesArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_assetBalanceArgs = { +export type Subscriptionxlayer_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetBalancesArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_routerArgs = { +export type Subscriptionxlayer_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routersArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_routerDailyTVLArgs = { +export type Subscriptionxlayer_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerDailyTVLsArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_routerLiquidityEventArgs = { +export type Subscriptionxlayer_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerLiquidityEventsArgs = { +export type Subscriptionxlayer_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_settingArgs = { +export type Subscriptionxlayer_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_settingsArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_relayerArgs = { +export type Subscriptionxlayer_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayersArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_sequencerArgs = { +export type Subscriptionxlayer_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_sequencersArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_relayerFeeArgs = { +export type Subscriptionxlayer_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayerFeesArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_originTransferArgs = { +export type Subscriptionxlayer_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_originTransfersArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_destinationTransferArgs = { +export type Subscriptionxlayer_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_destinationTransfersArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_originMessageArgs = { +export type Subscriptionxlayer_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_originMessagesArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_aggregateRootArgs = { +export type Subscriptionxlayer_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootsArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_connectorMetaArgs = { +export type Subscriptionxlayer_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_connectorMetasArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_rootCountArgs = { +export type Subscriptionxlayer_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_rootCountsArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_rootMessageSentArgs = { +export type Subscriptionxlayer_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_rootMessageSentsArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_relayerFeesIncreaseArgs = { +export type Subscriptionxlayer_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayerFeesIncreasesArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_slippageUpdateArgs = { +export type Subscriptionxlayer_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_slippageUpdatesArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_snapshotRootArgs = { +export type Subscriptionxlayer_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_snapshotRootsArgs = { +export type Subscriptionxlayer_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 Subscriptionstagingbnb_spokeConnectorModeArgs = { +export type Subscriptionxlayer_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_spokeConnectorModesArgs = { +export type Subscriptionxlayer_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootProposedArgs = { +export type Subscriptionxlayer_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootProposedsArgs = { +export type Subscriptionxlayer_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_optimisticRootFinalizedArgs = { +export type Subscriptionxlayer_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_optimisticRootFinalizedsArgs = { +export type Subscriptionxlayer_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb__metaArgs = { - block?: InputMaybe; +export type Subscriptionxlayer__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingarbitrumone_assetArgs = { +export type Subscriptionbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetsArgs = { +export type Subscriptionbnb_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetStatusArgs = { +export type Subscriptionbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetStatusesArgs = { +export type Subscriptionbnb_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetBalanceArgs = { +export type Subscriptionbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetBalancesArgs = { +export type Subscriptionbnb_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerArgs = { +export type Subscriptionbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routersArgs = { +export type Subscriptionbnb_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerDailyTVLArgs = { +export type Subscriptionbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerDailyTVLsArgs = { +export type Subscriptionbnb_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerLiquidityEventArgs = { +export type Subscriptionbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerLiquidityEventsArgs = { +export type Subscriptionbnb_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_settingArgs = { +export type Subscriptionbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_settingsArgs = { +export type Subscriptionbnb_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerArgs = { +export type Subscriptionbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayersArgs = { +export type Subscriptionbnb_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_sequencerArgs = { +export type Subscriptionbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_sequencersArgs = { +export type Subscriptionbnb_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeeArgs = { +export type Subscriptionbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeesArgs = { +export type Subscriptionbnb_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originTransferArgs = { +export type Subscriptionbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originTransfersArgs = { +export type Subscriptionbnb_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_destinationTransferArgs = { +export type Subscriptionbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_destinationTransfersArgs = { +export type Subscriptionbnb_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originMessageArgs = { +export type Subscriptionbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originMessagesArgs = { +export type Subscriptionbnb_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootArgs = { +export type Subscriptionbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootsArgs = { +export type Subscriptionbnb_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_connectorMetaArgs = { +export type Subscriptionbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_connectorMetasArgs = { +export type Subscriptionbnb_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_rootCountArgs = { +export type Subscriptionbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_rootCountsArgs = { +export type Subscriptionbnb_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_rootMessageSentArgs = { +export type Subscriptionbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_rootMessageSentsArgs = { +export type Subscriptionbnb_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeesIncreaseArgs = { +export type Subscriptionbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeesIncreasesArgs = { +export type Subscriptionbnb_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_slippageUpdateArgs = { +export type Subscriptionbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_slippageUpdatesArgs = { +export type Subscriptionbnb_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_snapshotRootArgs = { +export type Subscriptionbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_snapshotRootsArgs = { +export type Subscriptionbnb_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 Subscriptionstagingarbitrumone_spokeConnectorModeArgs = { +export type Subscriptionbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_spokeConnectorModesArgs = { +export type Subscriptionbnb_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootProposedArgs = { +export type Subscriptionbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootProposedsArgs = { +export type Subscriptionbnb_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_optimisticRootFinalizedArgs = { +export type Subscriptionbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_optimisticRootFinalizedsArgs = { +export type Subscriptionbnb_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone__metaArgs = { - block?: InputMaybe; +export type Subscriptionbnb__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingpolygonzkevm_assetArgs = { +export type Subscriptionbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetsArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_assetStatusArgs = { +export type Subscriptionbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetStatusesArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_assetBalanceArgs = { +export type Subscriptionbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetBalancesArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_routerArgs = { +export type Subscriptionbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routersArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_routerDailyTVLArgs = { +export type Subscriptionbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routerDailyTVLsArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_routerLiquidityEventArgs = { +export type Subscriptionbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routerLiquidityEventsArgs = { +export type Subscriptionbase_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_settingArgs = { +export type Subscriptionbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_settingsArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_relayerArgs = { +export type Subscriptionbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayersArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_sequencerArgs = { +export type Subscriptionbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_sequencersArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_relayerFeeArgs = { +export type Subscriptionbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayerFeesArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_originTransferArgs = { +export type Subscriptionbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_originTransfersArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_destinationTransferArgs = { +export type Subscriptionbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_destinationTransfersArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_originMessageArgs = { +export type Subscriptionbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_originMessagesArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_aggregateRootArgs = { +export type Subscriptionbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootsArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_connectorMetaArgs = { +export type Subscriptionbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_connectorMetasArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_rootCountArgs = { +export type Subscriptionbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootCountsArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_rootMessageSentArgs = { +export type Subscriptionbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootMessageSentsArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_relayerFeesIncreaseArgs = { +export type Subscriptionbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayerFeesIncreasesArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_slippageUpdateArgs = { +export type Subscriptionbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_slippageUpdatesArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_snapshotRootArgs = { +export type Subscriptionbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_snapshotRootsArgs = { +export type Subscriptionbase_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 Subscriptionstagingpolygonzkevm_spokeConnectorModeArgs = { +export type Subscriptionbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_spokeConnectorModesArgs = { +export type Subscriptionbase_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootProposedArgs = { +export type Subscriptionbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootProposedsArgs = { +export type Subscriptionbase_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedArgs = { +export type Subscriptionbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedsArgs = { +export type Subscriptionbase_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm__metaArgs = { - block?: InputMaybe; +export type Subscriptionbase__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingxlayer_assetArgs = { +export type Subscriptionarbitrumsepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_assetsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_assetStatusArgs = { +export type Subscriptionarbitrumsepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_assetStatusesArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_assetBalanceArgs = { +export type Subscriptionarbitrumsepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_assetBalancesArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_routerArgs = { +export type Subscriptionarbitrumsepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_routersArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_routerDailyTVLArgs = { +export type Subscriptionarbitrumsepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_routerDailyTVLsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_routerLiquidityEventArgs = { +export type Subscriptionarbitrumsepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_routerLiquidityEventsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_settingArgs = { +export type Subscriptionarbitrumsepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_settingsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_relayerArgs = { +export type Subscriptionarbitrumsepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_relayersArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_sequencerArgs = { +export type Subscriptionarbitrumsepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_sequencersArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_relayerFeeArgs = { +export type Subscriptionarbitrumsepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_relayerFeesArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_originTransferArgs = { +export type Subscriptionarbitrumsepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_originTransfersArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_destinationTransferArgs = { +export type Subscriptionarbitrumsepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_destinationTransfersArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_originMessageArgs = { +export type Subscriptionarbitrumsepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_originMessagesArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_aggregateRootArgs = { +export type Subscriptionarbitrumsepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_aggregateRootsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_connectorMetaArgs = { +export type Subscriptionarbitrumsepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_connectorMetasArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_rootCountArgs = { +export type Subscriptionarbitrumsepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_rootCountsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionstagingxlayer_rootMessageSentArgs = { +export type Subscriptionarbitrumsepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_rootMessageSentsArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstagingxlayer_relayerFeesIncreaseArgs = { +export type Subscriptionstagingoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_relayerFeesIncreasesArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstagingxlayer_slippageUpdateArgs = { +export type Subscriptionstagingoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_slippageUpdatesArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstagingxlayer_snapshotRootArgs = { +export type Subscriptionstagingoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_snapshotRootsArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstagingxlayer_spokeConnectorModeArgs = { +export type Subscriptionstagingoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_spokeConnectorModesArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstagingxlayer_aggregateRootProposedArgs = { +export type Subscriptionstagingoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_aggregateRootProposedsArgs = { +export type Subscriptionstagingoptimism_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_optimisticRootFinalizedArgs = { +export type Subscriptionstagingoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_optimisticRootFinalizedsArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstagingxlayer__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstaginglinea_assetArgs = { +export type Subscriptionstagingoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetsArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_assetStatusArgs = { +export type Subscriptionstagingoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetStatusesArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_assetBalanceArgs = { +export type Subscriptionstagingoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetBalancesArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_routerArgs = { +export type Subscriptionstagingoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routersArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_routerDailyTVLArgs = { +export type Subscriptionstagingoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerDailyTVLsArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_routerLiquidityEventArgs = { +export type Subscriptionstagingoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerLiquidityEventsArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_settingArgs = { +export type Subscriptionstagingoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_settingsArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_relayerArgs = { +export type Subscriptionstagingoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayersArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_sequencerArgs = { +export type Subscriptionstagingoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_sequencersArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_relayerFeeArgs = { +export type Subscriptionstagingoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeesArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_originTransferArgs = { +export type Subscriptionstagingoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_originTransfersArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_destinationTransferArgs = { +export type Subscriptionstagingoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_destinationTransfersArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_originMessageArgs = { +export type Subscriptionstagingoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_originMessagesArgs = { +export type Subscriptionstagingoptimism_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 Subscriptionstaginglinea_aggregateRootArgs = { +export type Subscriptionstagingoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootsArgs = { +export type Subscriptionstagingoptimism_spokeConnectorModesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_connectorMetaArgs = { +export type Subscriptionstagingoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_connectorMetasArgs = { +export type Subscriptionstagingoptimism_aggregateRootProposedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootCountArgs = { +export type Subscriptionstagingoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootCountsArgs = { +export type Subscriptionstagingoptimism_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootMessageSentArgs = { +export type Subscriptionstagingoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionavalanche_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootMessageSentsArgs = { +export type Subscriptionavalanche_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 Subscriptionstaginglinea_relayerFeesIncreaseArgs = { +export type Subscriptionavalanche_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeesIncreasesArgs = { +export type Subscriptionavalanche_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 Subscriptionstaginglinea_slippageUpdateArgs = { +export type Subscriptionavalanche_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_slippageUpdatesArgs = { +export type Subscriptionavalanche_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 Subscriptionstaginglinea_snapshotRootArgs = { +export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_snapshotRootsArgs = { +export type Subscriptionavalanche_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 Subscriptionstaginglinea_spokeConnectorModeArgs = { +export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_spokeConnectorModesArgs = { +export type Subscriptionavalanche_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 Subscriptionstaginglinea_aggregateRootProposedArgs = { +export type Subscriptionavalanche_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootProposedsArgs = { +export type Subscriptionavalanche_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 Subscriptionstaginglinea_optimisticRootFinalizedArgs = { +export type Subscriptionavalanche_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_optimisticRootFinalizedsArgs = { +export type Subscriptionavalanche_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 Subscriptionstaginglinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_swap_systemInfoArgs = { +export type Subscriptionavalanche_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_systemInfosArgs = { +export type Subscriptionavalanche_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokenArgs = { +export type Subscriptionavalanche_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokensArgs = { +export type Subscriptionavalanche_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapArgs = { +export type Subscriptionavalanche_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapsArgs = { +export type Subscriptionavalanche_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionavalanche_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionavalanche_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionavalanche_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionavalanche_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapExchangeArgs = { +export type Subscriptionavalanche_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapExchangesArgs = { +export type Subscriptionavalanche_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumeArgs = { +export type Subscriptionavalanche_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumesArgs = { +export type Subscriptionavalanche_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { +export type Subscriptionavalanche_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { +export type Subscriptionavalanche_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { +export type Subscriptionavalanche_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { +export type Subscriptionavalanche_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountArgs = { +export type Subscriptionavalanche_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountsArgs = { +export type Subscriptionoptimism_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalanceArgs = { +export type Subscriptionoptimism_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalancesArgs = { +export type Subscriptionoptimism_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenArgs = { +export type Subscriptionoptimism_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokensArgs = { +export type Subscriptionoptimism_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventArgs = { +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventsArgs = { +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventArgs = { +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventsArgs = { +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapTradeVolumeArgs = { +export type Subscriptionoptimism_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapTradeVolumesArgs = { +export type Subscriptionoptimism_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenEventArgs = { +export type Subscriptionoptimism_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenEventsArgs = { +export type Subscriptionoptimism_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_swap_systemInfoArgs = { +export type Subscriptionoptimism_swap_swapHourlyVolumeArgs = { 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 = { +export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; orderBy?: InputMaybe; @@ -45618,6 +45618,299 @@ export type Subscriptionarbitrumone_swap__metaArgs = { }; +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_swap_systemInfoArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -46203,339 +46496,46 @@ export type Subscriptionpolygon_swap__metaArgs = { block?: InputMaybe; }; - -export type Subscriptionavalanche_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionavalanche_swap__metaArgs = { - block?: InputMaybe; -}; - -export type sepolia_swap_Aggregation_interval = +export type metis_swap_Aggregation_interval = | 'hour' | 'day'; -export type sepolia_swap_BlockChangedFilter = { +export type metis_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type sepolia_swap_Block_height = { - hash?: InputMaybe; +export type metis_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type sepolia_swap_LpAccount = { +export type metis_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['sepolia_swap_Bytes']; - balances: Array; + address: Scalars['metis_swap_Bytes']; + balances: Array; }; -export type sepolia_swap_LpAccountbalancesArgs = { +export type metis_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_swap_LpAccountBalance = { +export type metis_swap_LpAccountBalance = { id: Scalars['ID']; - account: sepolia_swap_LpAccount; - token: sepolia_swap_LpToken; - amount: Scalars['sepolia_swap_BigDecimal']; + account: metis_swap_LpAccount; + token: metis_swap_LpToken; + amount: Scalars['metis_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type sepolia_swap_LpAccountBalance_filter = { +export type metis_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46564,7 +46564,7 @@ export type sepolia_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -46585,15 +46585,15 @@ export type sepolia_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -46610,23 +46610,23 @@ export type sepolia_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_LpAccountBalance_orderBy = +export type metis_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -46643,7 +46643,7 @@ export type sepolia_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type sepolia_swap_LpAccount_filter = { +export type metis_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46652,59 +46652,59 @@ export type sepolia_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_LpAccount_orderBy = +export type metis_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type sepolia_swap_LpToken = { +export type metis_swap_LpToken = { id: Scalars['ID']; - address: Scalars['sepolia_swap_Bytes']; - stableSwap: sepolia_swap_StableSwap; + address: Scalars['metis_swap_Bytes']; + stableSwap: metis_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['sepolia_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['metis_swap_BigDecimal']; + events: Array; }; -export type sepolia_swap_LpTokeneventsArgs = { +export type metis_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_swap_LpTokenEvent = { +export type metis_swap_LpTokenEvent = { id: Scalars['ID']; - token: sepolia_swap_LpToken; - amount: Scalars['sepolia_swap_BigDecimal']; + token: metis_swap_LpToken; + amount: Scalars['metis_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type sepolia_swap_LpTokenEvent_filter = { +export type metis_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46733,15 +46733,15 @@ export type sepolia_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -46758,16 +46758,16 @@ export type sepolia_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -46777,12 +46777,12 @@ export type sepolia_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_LpTokenEvent_orderBy = +export type metis_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -46797,7 +46797,7 @@ export type sepolia_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type sepolia_swap_LpToken_filter = { +export type metis_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46806,16 +46806,16 @@ export type sepolia_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -46836,7 +46836,7 @@ export type sepolia_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -46885,22 +46885,22 @@ export type sepolia_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_LpToken_orderBy = +export type metis_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -46926,21 +46926,21 @@ export type sepolia_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type sepolia_swap_LpTransferEvent = sepolia_swap_LpTokenEvent & { +export type metis_swap_LpTransferEvent = metis_swap_LpTokenEvent & { id: Scalars['ID']; - token: sepolia_swap_LpToken; - amount: Scalars['sepolia_swap_BigDecimal']; - from: Scalars['sepolia_swap_Bytes']; - to: Scalars['sepolia_swap_Bytes']; - fromBalance: Scalars['sepolia_swap_BigDecimal']; - toBalance: Scalars['sepolia_swap_BigDecimal']; + token: metis_swap_LpToken; + amount: Scalars['metis_swap_BigDecimal']; + from: Scalars['metis_swap_Bytes']; + to: Scalars['metis_swap_Bytes']; + fromBalance: Scalars['metis_swap_BigDecimal']; + toBalance: Scalars['metis_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type sepolia_swap_LpTransferEvent_filter = { +export type metis_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46969,51 +46969,51 @@ export type sepolia_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -47030,16 +47030,16 @@ export type sepolia_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -47049,12 +47049,12 @@ export type sepolia_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_LpTransferEvent_orderBy = +export type metis_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -47074,16 +47074,16 @@ export type sepolia_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type sepolia_swap_OrderDirection = +export type metis_swap_OrderDirection = | 'asc' | 'desc'; -export type sepolia_swap_PooledToken = { +export type metis_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['sepolia_swap_Bytes']; + asset: Scalars['metis_swap_Bytes']; }; -export type sepolia_swap_PooledToken_filter = { +export type metis_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47092,103 +47092,103 @@ export type sepolia_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_PooledToken_orderBy = +export type metis_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type sepolia_swap_StableSwap = { +export type metis_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['sepolia_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['metis_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type sepolia_swap_StableSwapeventsArgs = { +export type metis_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_swap_StableSwapexchangesArgs = { +export type metis_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_swap_StableSwaphourlyVolumesArgs = { +export type metis_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_swap_StableSwapdailyVolumesArgs = { +export type metis_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_swap_StableSwapweeklyVolumesArgs = { +export type metis_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_swap_StableSwapAddLiquidityEvent = sepolia_swap_StableSwapEvent & { +export type metis_swap_StableSwapAddLiquidityEvent = metis_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - provider: Scalars['sepolia_swap_Bytes']; + stableSwap: metis_swap_StableSwap; + provider: Scalars['metis_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -47197,11 +47197,11 @@ export type sepolia_swap_StableSwapAddLiquidityEvent = sepolia_swap_StableSwapEv balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type sepolia_swap_StableSwapAddLiquidityEvent_filter = { +export type metis_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47230,17 +47230,17 @@ export type sepolia_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -47299,16 +47299,16 @@ export type sepolia_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -47318,12 +47318,12 @@ export type sepolia_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_StableSwapAddLiquidityEvent_orderBy = +export type metis_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47354,16 +47354,16 @@ export type sepolia_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type sepolia_swap_StableSwapEvent = { +export type metis_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; + stableSwap: metis_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type sepolia_swap_StableSwapEvent_filter = { +export type metis_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47392,7 +47392,7 @@ export type sepolia_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -47409,16 +47409,16 @@ export type sepolia_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -47428,12 +47428,12 @@ export type sepolia_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_StableSwapEvent_orderBy = +export type metis_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47457,10 +47457,10 @@ export type sepolia_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type sepolia_swap_StableSwapExchange = { +export type metis_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - buyer: Scalars['sepolia_swap_Bytes']; + stableSwap: metis_swap_StableSwap; + buyer: Scalars['metis_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -47469,11 +47469,11 @@ export type sepolia_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type sepolia_swap_StableSwapExchange_filter = { +export type metis_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47502,17 +47502,17 @@ export type sepolia_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -47575,16 +47575,16 @@ export type sepolia_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -47594,12 +47594,12 @@ export type sepolia_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_StableSwapExchange_orderBy = +export type metis_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47630,10 +47630,10 @@ export type sepolia_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type sepolia_swap_StableSwapRemoveLiquidityEvent = sepolia_swap_StableSwapEvent & { +export type metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - provider: Scalars['sepolia_swap_Bytes']; + stableSwap: metis_swap_StableSwap; + provider: Scalars['metis_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -47642,11 +47642,11 @@ export type sepolia_swap_StableSwapRemoveLiquidityEvent = sepolia_swap_StableSwa balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; + transaction: Scalars['metis_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type sepolia_swap_StableSwapRemoveLiquidityEvent_filter = { +export type metis_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47675,17 +47675,17 @@ export type sepolia_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -47744,16 +47744,16 @@ export type sepolia_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -47763,12 +47763,12 @@ export type sepolia_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type metis_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47799,7 +47799,7 @@ export type sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type sepolia_swap_StableSwap_filter = { +export type metis_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47812,54 +47812,54 @@ export type sepolia_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - 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; + 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; @@ -47908,12 +47908,12 @@ export type sepolia_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -47956,18 +47956,18 @@ export type sepolia_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_StableSwap_orderBy = +export type metis_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -47994,14 +47994,14 @@ export type sepolia_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type sepolia_swap_SwapDailyVolume = sepolia_swap_SwapTradeVolume & { +export type metis_swap_SwapDailyVolume = metis_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; + stableSwap: metis_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type sepolia_swap_SwapDailyVolume_filter = { +export type metis_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48030,7 +48030,7 @@ export type sepolia_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -48039,21 +48039,21 @@ export type sepolia_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_SwapDailyVolume_orderBy = +export type metis_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48075,14 +48075,14 @@ export type sepolia_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type sepolia_swap_SwapHourlyVolume = sepolia_swap_SwapTradeVolume & { +export type metis_swap_SwapHourlyVolume = metis_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; + stableSwap: metis_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type sepolia_swap_SwapHourlyVolume_filter = { +export type metis_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48111,7 +48111,7 @@ export type sepolia_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -48120,21 +48120,21 @@ export type sepolia_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_SwapHourlyVolume_orderBy = +export type metis_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48156,13 +48156,13 @@ export type sepolia_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type sepolia_swap_SwapTradeVolume = { - stableSwap: sepolia_swap_StableSwap; +export type metis_swap_SwapTradeVolume = { + stableSwap: metis_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type sepolia_swap_SwapTradeVolume_filter = { +export type metis_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -48183,7 +48183,7 @@ export type sepolia_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -48192,21 +48192,21 @@ export type sepolia_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_SwapTradeVolume_orderBy = +export type metis_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -48227,14 +48227,14 @@ export type sepolia_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type sepolia_swap_SwapWeeklyVolume = sepolia_swap_SwapTradeVolume & { +export type metis_swap_SwapWeeklyVolume = metis_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; + stableSwap: metis_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type sepolia_swap_SwapWeeklyVolume_filter = { +export type metis_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48263,7 +48263,7 @@ export type sepolia_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -48272,21 +48272,21 @@ export type sepolia_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_SwapWeeklyVolume_orderBy = +export type metis_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48308,13 +48308,13 @@ export type sepolia_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type sepolia_swap_SystemInfo = { +export type metis_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type sepolia_swap_SystemInfo_filter = { +export type metis_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48340,29 +48340,29 @@ export type sepolia_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_SystemInfo_orderBy = +export type metis_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type sepolia_swap__Block_ = { +export type metis_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type sepolia_swap__Meta_ = { +export type metis_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 @@ -48370,7 +48370,7 @@ export type sepolia_swap__Meta_ = { * and therefore asks for the latest block * */ - block: sepolia_swap__Block_; + block: metis_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -48383,46 +48383,42 @@ export type _SubgraphErrorPolicy_ = /** If the subgraph has indexing errors, data will be omitted. The default. */ | 'deny'; -export type optimismsepolia_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type optimismsepolia_swap_BlockChangedFilter = { +export type linea_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type optimismsepolia_swap_Block_height = { - hash?: InputMaybe; +export type linea_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type optimismsepolia_swap_LpAccount = { +export type linea_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['optimismsepolia_swap_Bytes']; - balances: Array; + address: Scalars['linea_swap_Bytes']; + balances: Array; }; -export type optimismsepolia_swap_LpAccountbalancesArgs = { +export type linea_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_swap_LpAccountBalance = { +export type linea_swap_LpAccountBalance = { id: Scalars['ID']; - account: optimismsepolia_swap_LpAccount; - token: optimismsepolia_swap_LpToken; - amount: Scalars['optimismsepolia_swap_BigDecimal']; + account: linea_swap_LpAccount; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type optimismsepolia_swap_LpAccountBalance_filter = { +export type linea_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48451,7 +48447,7 @@ export type optimismsepolia_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -48472,15 +48468,15 @@ export type optimismsepolia_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -48497,40 +48493,26 @@ export type optimismsepolia_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_LpAccountBalance_orderBy = +export type linea_swap_LpAccountBalance_orderBy = | 'id' | 'account' - | 'account__id' - | 'account__address' | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' | 'amount' | 'block' | 'modified' | 'transaction'; -export type optimismsepolia_swap_LpAccount_filter = { +export type linea_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48539,59 +48521,53 @@ export type optimismsepolia_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_LpAccount_orderBy = +export type linea_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type optimismsepolia_swap_LpToken = { +export type linea_swap_LpToken = { id: Scalars['ID']; - address: Scalars['optimismsepolia_swap_Bytes']; - stableSwap: optimismsepolia_swap_StableSwap; + address: Scalars['linea_swap_Bytes']; + stableSwap: linea_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['optimismsepolia_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['linea_swap_BigDecimal']; + events: Array; }; -export type optimismsepolia_swap_LpTokeneventsArgs = { +export type linea_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_swap_LpTokenEvent = { +export type linea_swap_LpTokenEvent = { id: Scalars['ID']; - token: optimismsepolia_swap_LpToken; - amount: Scalars['optimismsepolia_swap_BigDecimal']; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; + transaction: Scalars['linea_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismsepolia_swap_LpTokenEvent_filter = { +export type linea_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48620,15 +48596,15 @@ export type optimismsepolia_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -48645,16 +48621,12 @@ export type optimismsepolia_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -48664,27 +48636,19 @@ export type optimismsepolia_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_LpTokenEvent_orderBy = +export type linea_swap_LpTokenEvent_orderBy = | 'id' | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' | 'amount' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type optimismsepolia_swap_LpToken_filter = { +export type linea_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48693,16 +48657,12 @@ export type optimismsepolia_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -48723,7 +48683,7 @@ export type optimismsepolia_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -48772,62 +48732,43 @@ export type optimismsepolia_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_LpToken_orderBy = +export type linea_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' | 'decimals' | 'name' | 'symbol' | 'totalSupply' | 'events'; -export type optimismsepolia_swap_LpTransferEvent = optimismsepolia_swap_LpTokenEvent & { +export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { id: Scalars['ID']; - token: optimismsepolia_swap_LpToken; - amount: Scalars['optimismsepolia_swap_BigDecimal']; - from: Scalars['optimismsepolia_swap_Bytes']; - to: Scalars['optimismsepolia_swap_Bytes']; - fromBalance: Scalars['optimismsepolia_swap_BigDecimal']; - toBalance: Scalars['optimismsepolia_swap_BigDecimal']; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + from: Scalars['linea_swap_Bytes']; + to: Scalars['linea_swap_Bytes']; + fromBalance: Scalars['linea_swap_BigDecimal']; + toBalance: Scalars['linea_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; + transaction: Scalars['linea_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismsepolia_swap_LpTransferEvent_filter = { +export type linea_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48856,51 +48797,43 @@ export type optimismsepolia_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -48917,16 +48850,12 @@ export type optimismsepolia_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -48936,20 +48865,12 @@ export type optimismsepolia_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_LpTransferEvent_orderBy = +export type linea_swap_LpTransferEvent_orderBy = | 'id' | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' | 'amount' | 'from' | 'to' @@ -48961,16 +48882,16 @@ export type optimismsepolia_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type optimismsepolia_swap_OrderDirection = +export type linea_swap_OrderDirection = | 'asc' | 'desc'; -export type optimismsepolia_swap_PooledToken = { +export type linea_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['optimismsepolia_swap_Bytes']; + asset: Scalars['linea_swap_Bytes']; }; -export type optimismsepolia_swap_PooledToken_filter = { +export type linea_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48979,103 +48900,97 @@ export type optimismsepolia_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_PooledToken_orderBy = +export type linea_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type optimismsepolia_swap_StableSwap = { +export type linea_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['optimismsepolia_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['linea_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type optimismsepolia_swap_StableSwapeventsArgs = { +export type linea_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_swap_StableSwapexchangesArgs = { +export type linea_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_swap_StableSwaphourlyVolumesArgs = { +export type linea_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_swap_StableSwapdailyVolumesArgs = { +export type linea_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_swap_StableSwapweeklyVolumesArgs = { +export type linea_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_swap_StableSwapAddLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { +export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - provider: Scalars['optimismsepolia_swap_Bytes']; + stableSwap: linea_swap_StableSwap; + provider: Scalars['linea_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -49084,11 +48999,11 @@ export type optimismsepolia_swap_StableSwapAddLiquidityEvent = optimismsepolia_s balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; + transaction: Scalars['linea_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismsepolia_swap_StableSwapAddLiquidityEvent_filter = { +export type linea_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49117,17 +49032,13 @@ export type optimismsepolia_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -49186,16 +49097,12 @@ export type optimismsepolia_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -49205,30 +49112,12 @@ export type optimismsepolia_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy = +export type linea_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' | 'provider' | 'tokenAmounts' | 'fees' @@ -49241,16 +49130,16 @@ export type optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismsepolia_swap_StableSwapEvent = { +export type linea_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; + stableSwap: linea_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; + transaction: Scalars['linea_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismsepolia_swap_StableSwapEvent_filter = { +export type linea_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49279,7 +49168,7 @@ export type optimismsepolia_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -49296,16 +49185,12 @@ export type optimismsepolia_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -49315,39 +49200,21 @@ export type optimismsepolia_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_StableSwapEvent_orderBy = +export type linea_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type optimismsepolia_swap_StableSwapExchange = { +export type linea_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - buyer: Scalars['optimismsepolia_swap_Bytes']; + stableSwap: linea_swap_StableSwap; + buyer: Scalars['linea_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -49356,11 +49223,11 @@ export type optimismsepolia_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; + transaction: Scalars['linea_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismsepolia_swap_StableSwapExchange_filter = { +export type linea_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49389,17 +49256,13 @@ export type optimismsepolia_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -49462,16 +49325,12 @@ export type optimismsepolia_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -49481,30 +49340,12 @@ export type optimismsepolia_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_StableSwapExchange_orderBy = +export type linea_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' | 'buyer' | 'boughtId' | 'tokensBought' @@ -49517,10 +49358,10 @@ export type optimismsepolia_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { +export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - provider: Scalars['optimismsepolia_swap_Bytes']; + stableSwap: linea_swap_StableSwap; + provider: Scalars['linea_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -49529,11 +49370,11 @@ export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent = optimismsepoli balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; + transaction: Scalars['linea_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { +export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49562,17 +49403,13 @@ export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -49631,16 +49468,12 @@ export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -49650,30 +49483,12 @@ export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' | 'provider' | 'tokenAmounts' | 'fees' @@ -49686,7 +49501,7 @@ export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimismsepolia_swap_StableSwap_filter = { +export type linea_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49699,26 +49514,18 @@ export type optimismsepolia_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -49727,26 +49534,18 @@ export type optimismsepolia_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -49795,12 +49594,12 @@ export type optimismsepolia_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -49843,18 +49642,15 @@ export type optimismsepolia_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_StableSwap_orderBy = +export type linea_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -49881,14 +49677,14 @@ export type optimismsepolia_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type optimismsepolia_swap_SwapDailyVolume = optimismsepolia_swap_SwapTradeVolume & { +export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; + stableSwap: linea_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type optimismsepolia_swap_SwapDailyVolume_filter = { +export type linea_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49917,7 +49713,7 @@ export type optimismsepolia_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -49926,50 +49722,32 @@ export type optimismsepolia_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_SwapDailyVolume_orderBy = +export type linea_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type optimismsepolia_swap_SwapHourlyVolume = optimismsepolia_swap_SwapTradeVolume & { +export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; + stableSwap: linea_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type optimismsepolia_swap_SwapHourlyVolume_filter = { +export type linea_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49998,7 +49776,7 @@ export type optimismsepolia_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -50007,49 +49785,31 @@ export type optimismsepolia_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_SwapHourlyVolume_orderBy = +export type linea_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type optimismsepolia_swap_SwapTradeVolume = { - stableSwap: optimismsepolia_swap_StableSwap; +export type linea_swap_SwapTradeVolume = { + stableSwap: linea_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type optimismsepolia_swap_SwapTradeVolume_filter = { +export type linea_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -50070,7 +49830,7 @@ export type optimismsepolia_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -50079,49 +49839,31 @@ export type optimismsepolia_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_SwapTradeVolume_orderBy = +export type linea_swap_SwapTradeVolume_orderBy = | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type optimismsepolia_swap_SwapWeeklyVolume = optimismsepolia_swap_SwapTradeVolume & { +export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; + stableSwap: linea_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type optimismsepolia_swap_SwapWeeklyVolume_filter = { +export type linea_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50150,7 +49892,7 @@ export type optimismsepolia_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -50159,49 +49901,31 @@ export type optimismsepolia_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_SwapWeeklyVolume_orderBy = +export type linea_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' | 'timestamp' | 'volume'; -export type optimismsepolia_swap_SystemInfo = { +export type linea_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type optimismsepolia_swap_SystemInfo_filter = { +export type linea_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50227,29 +49951,25 @@ export type optimismsepolia_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_swap_SystemInfo_orderBy = +export type linea_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type optimismsepolia_swap__Block_ = { +export type linea_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type optimismsepolia_swap__Meta_ = { +export type linea_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -50257,7 +49977,7 @@ export type optimismsepolia_swap__Meta_ = { * and therefore asks for the latest block * */ - block: optimismsepolia_swap__Block_; + block: linea_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -52170,46 +51890,46 @@ export type sepolia__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type arbitrumsepolia_swap_Aggregation_interval = +export type sepolia_swap_Aggregation_interval = | 'hour' | 'day'; -export type arbitrumsepolia_swap_BlockChangedFilter = { +export type sepolia_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type arbitrumsepolia_swap_Block_height = { - hash?: InputMaybe; +export type sepolia_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type arbitrumsepolia_swap_LpAccount = { +export type sepolia_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['arbitrumsepolia_swap_Bytes']; - balances: Array; + address: Scalars['sepolia_swap_Bytes']; + balances: Array; }; -export type arbitrumsepolia_swap_LpAccountbalancesArgs = { +export type sepolia_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumsepolia_swap_LpAccountBalance = { +export type sepolia_swap_LpAccountBalance = { id: Scalars['ID']; - account: arbitrumsepolia_swap_LpAccount; - token: arbitrumsepolia_swap_LpToken; - amount: Scalars['arbitrumsepolia_swap_BigDecimal']; + account: sepolia_swap_LpAccount; + token: sepolia_swap_LpToken; + amount: Scalars['sepolia_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type arbitrumsepolia_swap_LpAccountBalance_filter = { +export type sepolia_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52238,7 +51958,7 @@ export type arbitrumsepolia_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -52259,15 +51979,15 @@ export type arbitrumsepolia_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -52284,23 +52004,23 @@ export type arbitrumsepolia_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_LpAccountBalance_orderBy = +export type sepolia_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -52317,7 +52037,7 @@ export type arbitrumsepolia_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type arbitrumsepolia_swap_LpAccount_filter = { +export type sepolia_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52326,59 +52046,59 @@ export type arbitrumsepolia_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_LpAccount_orderBy = +export type sepolia_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type arbitrumsepolia_swap_LpToken = { +export type sepolia_swap_LpToken = { id: Scalars['ID']; - address: Scalars['arbitrumsepolia_swap_Bytes']; - stableSwap: arbitrumsepolia_swap_StableSwap; + address: Scalars['sepolia_swap_Bytes']; + stableSwap: sepolia_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['arbitrumsepolia_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['sepolia_swap_BigDecimal']; + events: Array; }; -export type arbitrumsepolia_swap_LpTokeneventsArgs = { +export type sepolia_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumsepolia_swap_LpTokenEvent = { +export type sepolia_swap_LpTokenEvent = { id: Scalars['ID']; - token: arbitrumsepolia_swap_LpToken; - amount: Scalars['arbitrumsepolia_swap_BigDecimal']; + token: sepolia_swap_LpToken; + amount: Scalars['sepolia_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumsepolia_swap_LpTokenEvent_filter = { +export type sepolia_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52407,15 +52127,15 @@ export type arbitrumsepolia_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -52432,16 +52152,16 @@ export type arbitrumsepolia_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -52451,12 +52171,12 @@ export type arbitrumsepolia_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_LpTokenEvent_orderBy = +export type sepolia_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -52471,7 +52191,7 @@ export type arbitrumsepolia_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumsepolia_swap_LpToken_filter = { +export type sepolia_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52480,16 +52200,16 @@ export type arbitrumsepolia_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -52510,7 +52230,7 @@ export type arbitrumsepolia_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -52559,22 +52279,22 @@ export type arbitrumsepolia_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_LpToken_orderBy = +export type sepolia_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -52600,21 +52320,21 @@ export type arbitrumsepolia_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type arbitrumsepolia_swap_LpTransferEvent = arbitrumsepolia_swap_LpTokenEvent & { +export type sepolia_swap_LpTransferEvent = sepolia_swap_LpTokenEvent & { id: Scalars['ID']; - token: arbitrumsepolia_swap_LpToken; - amount: Scalars['arbitrumsepolia_swap_BigDecimal']; - from: Scalars['arbitrumsepolia_swap_Bytes']; - to: Scalars['arbitrumsepolia_swap_Bytes']; - fromBalance: Scalars['arbitrumsepolia_swap_BigDecimal']; - toBalance: Scalars['arbitrumsepolia_swap_BigDecimal']; + token: sepolia_swap_LpToken; + amount: Scalars['sepolia_swap_BigDecimal']; + from: Scalars['sepolia_swap_Bytes']; + to: Scalars['sepolia_swap_Bytes']; + fromBalance: Scalars['sepolia_swap_BigDecimal']; + toBalance: Scalars['sepolia_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumsepolia_swap_LpTransferEvent_filter = { +export type sepolia_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52643,51 +52363,51 @@ export type arbitrumsepolia_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -52704,16 +52424,16 @@ export type arbitrumsepolia_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -52723,12 +52443,12 @@ export type arbitrumsepolia_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_LpTransferEvent_orderBy = +export type sepolia_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -52748,16 +52468,16 @@ export type arbitrumsepolia_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type arbitrumsepolia_swap_OrderDirection = +export type sepolia_swap_OrderDirection = | 'asc' | 'desc'; -export type arbitrumsepolia_swap_PooledToken = { +export type sepolia_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['arbitrumsepolia_swap_Bytes']; + asset: Scalars['sepolia_swap_Bytes']; }; -export type arbitrumsepolia_swap_PooledToken_filter = { +export type sepolia_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52766,103 +52486,103 @@ export type arbitrumsepolia_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_PooledToken_orderBy = +export type sepolia_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type arbitrumsepolia_swap_StableSwap = { +export type sepolia_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['arbitrumsepolia_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['sepolia_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type arbitrumsepolia_swap_StableSwapeventsArgs = { +export type sepolia_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumsepolia_swap_StableSwapexchangesArgs = { +export type sepolia_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumsepolia_swap_StableSwaphourlyVolumesArgs = { +export type sepolia_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumsepolia_swap_StableSwapdailyVolumesArgs = { +export type sepolia_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumsepolia_swap_StableSwapweeklyVolumesArgs = { +export type sepolia_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent = arbitrumsepolia_swap_StableSwapEvent & { +export type sepolia_swap_StableSwapAddLiquidityEvent = sepolia_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; - provider: Scalars['arbitrumsepolia_swap_Bytes']; + stableSwap: sepolia_swap_StableSwap; + provider: Scalars['sepolia_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -52871,11 +52591,11 @@ export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent = arbitrumsepolia_s balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter = { +export type sepolia_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52904,17 +52624,17 @@ export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -52973,16 +52693,16 @@ export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -52992,12 +52712,12 @@ export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy = +export type sepolia_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53028,16 +52748,16 @@ export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumsepolia_swap_StableSwapEvent = { +export type sepolia_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; + stableSwap: sepolia_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumsepolia_swap_StableSwapEvent_filter = { +export type sepolia_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53066,7 +52786,7 @@ export type arbitrumsepolia_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -53083,16 +52803,16 @@ export type arbitrumsepolia_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -53102,12 +52822,12 @@ export type arbitrumsepolia_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_StableSwapEvent_orderBy = +export type sepolia_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53131,10 +52851,10 @@ export type arbitrumsepolia_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumsepolia_swap_StableSwapExchange = { +export type sepolia_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; - buyer: Scalars['arbitrumsepolia_swap_Bytes']; + stableSwap: sepolia_swap_StableSwap; + buyer: Scalars['sepolia_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -53143,11 +52863,11 @@ export type arbitrumsepolia_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumsepolia_swap_StableSwapExchange_filter = { +export type sepolia_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53176,17 +52896,17 @@ export type arbitrumsepolia_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -53249,16 +52969,16 @@ export type arbitrumsepolia_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -53268,12 +52988,12 @@ export type arbitrumsepolia_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_StableSwapExchange_orderBy = +export type sepolia_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53304,10 +53024,10 @@ export type arbitrumsepolia_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent = arbitrumsepolia_swap_StableSwapEvent & { +export type sepolia_swap_StableSwapRemoveLiquidityEvent = sepolia_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; - provider: Scalars['arbitrumsepolia_swap_Bytes']; + stableSwap: sepolia_swap_StableSwap; + provider: Scalars['sepolia_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -53316,11 +53036,11 @@ export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent = arbitrumsepoli balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumsepolia_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { +export type sepolia_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53349,17 +53069,17 @@ export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -53418,16 +53138,16 @@ export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -53437,12 +53157,12 @@ export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53473,7 +53193,7 @@ export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumsepolia_swap_StableSwap_filter = { +export type sepolia_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53486,26 +53206,26 @@ export type arbitrumsepolia_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -53514,26 +53234,26 @@ export type arbitrumsepolia_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -53582,12 +53302,12 @@ export type arbitrumsepolia_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -53630,18 +53350,18 @@ export type arbitrumsepolia_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_StableSwap_orderBy = +export type sepolia_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -53668,14 +53388,14 @@ export type arbitrumsepolia_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type arbitrumsepolia_swap_SwapDailyVolume = arbitrumsepolia_swap_SwapTradeVolume & { +export type sepolia_swap_SwapDailyVolume = sepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; + stableSwap: sepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumsepolia_swap_BigDecimal']; + volume: Scalars['sepolia_swap_BigDecimal']; }; -export type arbitrumsepolia_swap_SwapDailyVolume_filter = { +export type sepolia_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53704,7 +53424,7 @@ export type arbitrumsepolia_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53713,21 +53433,21 @@ export type arbitrumsepolia_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_SwapDailyVolume_orderBy = +export type sepolia_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53749,14 +53469,14 @@ export type arbitrumsepolia_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumsepolia_swap_SwapHourlyVolume = arbitrumsepolia_swap_SwapTradeVolume & { +export type sepolia_swap_SwapHourlyVolume = sepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; + stableSwap: sepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumsepolia_swap_BigDecimal']; + volume: Scalars['sepolia_swap_BigDecimal']; }; -export type arbitrumsepolia_swap_SwapHourlyVolume_filter = { +export type sepolia_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53785,7 +53505,7 @@ export type arbitrumsepolia_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53794,21 +53514,21 @@ export type arbitrumsepolia_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_SwapHourlyVolume_orderBy = +export type sepolia_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53830,13 +53550,13 @@ export type arbitrumsepolia_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumsepolia_swap_SwapTradeVolume = { - stableSwap: arbitrumsepolia_swap_StableSwap; +export type sepolia_swap_SwapTradeVolume = { + stableSwap: sepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumsepolia_swap_BigDecimal']; + volume: Scalars['sepolia_swap_BigDecimal']; }; -export type arbitrumsepolia_swap_SwapTradeVolume_filter = { +export type sepolia_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -53857,7 +53577,7 @@ export type arbitrumsepolia_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53866,21 +53586,21 @@ export type arbitrumsepolia_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_SwapTradeVolume_orderBy = +export type sepolia_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -53901,14 +53621,14 @@ export type arbitrumsepolia_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumsepolia_swap_SwapWeeklyVolume = arbitrumsepolia_swap_SwapTradeVolume & { +export type sepolia_swap_SwapWeeklyVolume = sepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumsepolia_swap_StableSwap; + stableSwap: sepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumsepolia_swap_BigDecimal']; + volume: Scalars['sepolia_swap_BigDecimal']; }; -export type arbitrumsepolia_swap_SwapWeeklyVolume_filter = { +export type sepolia_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -53937,7 +53657,7 @@ export type arbitrumsepolia_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -53946,21 +53666,21 @@ export type arbitrumsepolia_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_SwapWeeklyVolume_orderBy = +export type sepolia_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -53982,13 +53702,13 @@ export type arbitrumsepolia_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumsepolia_swap_SystemInfo = { +export type sepolia_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type arbitrumsepolia_swap_SystemInfo_filter = { +export type sepolia_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54014,29 +53734,29 @@ export type arbitrumsepolia_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_swap_SystemInfo_orderBy = +export type sepolia_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type arbitrumsepolia_swap__Block_ = { +export type sepolia_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type arbitrumsepolia_swap__Meta_ = { +export type sepolia_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 @@ -54044,22 +53764,22 @@ export type arbitrumsepolia_swap__Meta_ = { * and therefore asks for the latest block * */ - block: arbitrumsepolia_swap__Block_; + block: sepolia_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type arbitrumsepolia_AggregateRoot = { +export type staginglinea_AggregateRoot = { id: Scalars['ID']; - root: Scalars['arbitrumsepolia_Bytes']; + root: Scalars['staginglinea_Bytes']; blockNumber: Scalars['BigInt']; }; -export type arbitrumsepolia_AggregateRootProposed = { +export type staginglinea_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['arbitrumsepolia_Bytes']; + aggregateRoot: Scalars['staginglinea_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -54067,7 +53787,7 @@ export type arbitrumsepolia_AggregateRootProposed = { blockNumber?: Maybe; }; -export type arbitrumsepolia_AggregateRootProposed_filter = { +export type staginglinea_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54076,16 +53796,12 @@ export type arbitrumsepolia_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -54127,12 +53843,10 @@ export type arbitrumsepolia_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_AggregateRootProposed_orderBy = +export type staginglinea_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -54141,7 +53855,7 @@ export type arbitrumsepolia_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type arbitrumsepolia_AggregateRoot_filter = { +export type staginglinea_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54150,16 +53864,12 @@ export type arbitrumsepolia_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -54169,45 +53879,39 @@ export type arbitrumsepolia_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_AggregateRoot_orderBy = +export type staginglinea_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type arbitrumsepolia_Aggregation_interval = - | 'hour' - | 'day'; - -export type arbitrumsepolia_Asset = { +export type staginglinea_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type arbitrumsepolia_AssetBalance = { +export type staginglinea_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: arbitrumsepolia_Router; - asset: arbitrumsepolia_Asset; + router: staginglinea_Router; + asset: staginglinea_Asset; feesEarned: Scalars['BigInt']; }; -export type arbitrumsepolia_AssetBalance_filter = { +export type staginglinea_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54268,7 +53972,7 @@ export type arbitrumsepolia_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -54289,7 +53993,7 @@ export type arbitrumsepolia_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -54299,42 +54003,25 @@ export type arbitrumsepolia_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_AssetBalance_orderBy = +export type staginglinea_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'feesEarned'; -export type arbitrumsepolia_AssetStatus = { +export type staginglinea_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type arbitrumsepolia_AssetStatus_filter = { +export type staginglinea_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54348,16 +54035,14 @@ export type arbitrumsepolia_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_AssetStatus_orderBy = +export type staginglinea_AssetStatus_orderBy = | 'id' | 'status'; -export type arbitrumsepolia_Asset_filter = { +export type staginglinea_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54366,16 +54051,12 @@ export type arbitrumsepolia_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -54392,16 +54073,12 @@ export type arbitrumsepolia_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -54410,26 +54087,18 @@ export type arbitrumsepolia_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -54458,14 +54127,12 @@ export type arbitrumsepolia_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_Asset_orderBy = +export type staginglinea_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -54475,30 +54142,28 @@ export type arbitrumsepolia_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'status'; -export type arbitrumsepolia_BlockChangedFilter = { +export type staginglinea_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type arbitrumsepolia_Block_height = { - hash?: InputMaybe; +export type staginglinea_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type arbitrumsepolia_ConnectorMeta = { +export type staginglinea_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type arbitrumsepolia_ConnectorMeta_filter = { +export type staginglinea_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54523,43 +54188,29 @@ export type arbitrumsepolia_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_ConnectorMeta_orderBy = +export type staginglinea_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -54567,57 +54218,57 @@ export type arbitrumsepolia_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type arbitrumsepolia_DestinationTransfer = { +export type staginglinea_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type arbitrumsepolia_DestinationTransferroutersArgs = { +export type staginglinea_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumsepolia_DestinationTransfer_filter = { +export type staginglinea_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54634,16 +54285,12 @@ export type arbitrumsepolia_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -54652,17 +54299,17 @@ export type arbitrumsepolia_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -54687,40 +54334,28 @@ export type arbitrumsepolia_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -54737,16 +54372,12 @@ export type arbitrumsepolia_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -54763,16 +54394,12 @@ export type arbitrumsepolia_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -54793,7 +54420,7 @@ export type arbitrumsepolia_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -54810,26 +54437,18 @@ export type arbitrumsepolia_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -54862,16 +54481,12 @@ export type arbitrumsepolia_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -54880,26 +54495,18 @@ export type arbitrumsepolia_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -54932,16 +54539,12 @@ export type arbitrumsepolia_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -54951,12 +54554,10 @@ export type arbitrumsepolia_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_DestinationTransfer_orderBy = +export type staginglinea_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -54977,15 +54578,6 @@ export type arbitrumsepolia_DestinationTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'routersFee' | 'executedCaller' @@ -55005,14 +54597,14 @@ export type arbitrumsepolia_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type arbitrumsepolia_OptimisticRootFinalized = { +export type staginglinea_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['arbitrumsepolia_Bytes']; + aggregateRoot: Scalars['staginglinea_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type arbitrumsepolia_OptimisticRootFinalized_filter = { +export type staginglinea_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55021,16 +54613,12 @@ export type arbitrumsepolia_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -55048,36 +54636,34 @@ export type arbitrumsepolia_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_OptimisticRootFinalized_orderBy = +export type staginglinea_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type arbitrumsepolia_OrderDirection = +export type staginglinea_OrderDirection = | 'asc' | 'desc'; -export type arbitrumsepolia_OriginMessage = { +export type staginglinea_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type arbitrumsepolia_OriginMessage_filter = { +export type staginglinea_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55086,16 +54672,12 @@ export type arbitrumsepolia_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -55104,16 +54686,12 @@ export type arbitrumsepolia_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -55122,36 +54700,24 @@ export type arbitrumsepolia_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -55180,14 +54746,12 @@ export type arbitrumsepolia_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_OriginMessage_orderBy = +export type staginglinea_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -55197,55 +54761,53 @@ export type arbitrumsepolia_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'rootCount'; -export type arbitrumsepolia_OriginTransfer = { +export type staginglinea_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type arbitrumsepolia_OriginTransferrelayerFeesArgs = { +export type staginglinea_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumsepolia_OriginTransfer_filter = { +export type staginglinea_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55262,16 +54824,12 @@ export type arbitrumsepolia_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -55280,20 +54838,16 @@ export type arbitrumsepolia_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -55318,40 +54872,28 @@ export type arbitrumsepolia_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -55360,16 +54902,12 @@ export type arbitrumsepolia_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -55386,16 +54924,12 @@ export type arbitrumsepolia_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -55416,17 +54950,13 @@ export type arbitrumsepolia_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -55447,7 +54977,7 @@ export type arbitrumsepolia_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -55462,37 +54992,25 @@ export type arbitrumsepolia_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -55525,16 +55043,12 @@ export type arbitrumsepolia_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -55544,12 +55058,10 @@ export type arbitrumsepolia_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_OriginTransfer_orderBy = +export type staginglinea_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -55569,26 +55081,8 @@ export type arbitrumsepolia_OriginTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'transactingAsset' | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' | 'bumpRelayerFeeCount' | 'relayerFees' | 'initialRelayerFeeAsset' @@ -55601,20 +55095,20 @@ export type arbitrumsepolia_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type arbitrumsepolia_Relayer = { +export type staginglinea_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type arbitrumsepolia_RelayerFee = { +export type staginglinea_RelayerFee = { id: Scalars['ID']; - transfer: arbitrumsepolia_OriginTransfer; + transfer: staginglinea_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['arbitrumsepolia_Bytes']; + asset: Scalars['staginglinea_Bytes']; }; -export type arbitrumsepolia_RelayerFee_filter = { +export type staginglinea_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55643,7 +55137,7 @@ export type arbitrumsepolia_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -55652,71 +55146,36 @@ export type arbitrumsepolia_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_RelayerFee_orderBy = +export type staginglinea_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 arbitrumsepolia_RelayerFeesIncrease = { +export type staginglinea_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: arbitrumsepolia_OriginTransfer; + transfer: staginglinea_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['arbitrumsepolia_Bytes']; - transactionHash: Scalars['arbitrumsepolia_Bytes']; + asset?: Maybe; + caller: Scalars['staginglinea_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumsepolia_RelayerFeesIncrease_filter = { +export type staginglinea_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55745,7 +55204,7 @@ export type arbitrumsepolia_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -55754,36 +55213,24 @@ export type arbitrumsepolia_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -55817,43 +55264,12 @@ export type arbitrumsepolia_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_RelayerFeesIncrease_orderBy = +export type staginglinea_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' @@ -55863,7 +55279,7 @@ export type arbitrumsepolia_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumsepolia_Relayer_filter = { +export type staginglinea_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55876,33 +55292,27 @@ export type arbitrumsepolia_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_Relayer_orderBy = +export type staginglinea_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type arbitrumsepolia_RootCount = { +export type staginglinea_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type arbitrumsepolia_RootCount_filter = { +export type staginglinea_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55920,30 +55330,28 @@ export type arbitrumsepolia_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_RootCount_orderBy = +export type staginglinea_RootCount_orderBy = | 'id' | 'count'; -export type arbitrumsepolia_RootMessageSent = { +export type staginglinea_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type arbitrumsepolia_RootMessageSent_filter = { +export type staginglinea_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55968,16 +55376,12 @@ export type arbitrumsepolia_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -55986,26 +55390,18 @@ export type arbitrumsepolia_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -56039,12 +55435,10 @@ export type arbitrumsepolia_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_RootMessageSent_orderBy = +export type staginglinea_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -56057,34 +55451,34 @@ export type arbitrumsepolia_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumsepolia_Router = { +export type staginglinea_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type arbitrumsepolia_RouterassetBalancesArgs = { +export type staginglinea_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type arbitrumsepolia_RouterDailyTVL = { +export type staginglinea_RouterDailyTVL = { id: Scalars['ID']; - router: arbitrumsepolia_Router; - asset: arbitrumsepolia_Asset; + router: staginglinea_Router; + asset: staginglinea_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type arbitrumsepolia_RouterDailyTVL_filter = { +export type staginglinea_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56113,7 +55507,7 @@ export type arbitrumsepolia_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -56134,7 +55528,7 @@ export type arbitrumsepolia_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -56152,52 +55546,35 @@ export type arbitrumsepolia_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_RouterDailyTVL_orderBy = +export type staginglinea_RouterDailyTVL_orderBy = | 'id' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type arbitrumsepolia_RouterLiquidityEvent = { +export type staginglinea_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: arbitrumsepolia_Router; - asset: arbitrumsepolia_Asset; + type?: Maybe; + router: staginglinea_Router; + asset: staginglinea_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['arbitrumsepolia_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumsepolia_RouterLiquidityEventType = +export type staginglinea_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type arbitrumsepolia_RouterLiquidityEvent_filter = { +export type staginglinea_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56206,10 +55583,10 @@ export type arbitrumsepolia_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -56230,7 +55607,7 @@ export type arbitrumsepolia_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -56251,7 +55628,7 @@ export type arbitrumsepolia_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -56268,16 +55645,12 @@ export type arbitrumsepolia_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -56294,16 +55667,12 @@ export type arbitrumsepolia_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -56313,31 +55682,14 @@ export type arbitrumsepolia_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_RouterLiquidityEvent_orderBy = +export type staginglinea_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'balance' | 'caller' @@ -56346,7 +55698,7 @@ export type arbitrumsepolia_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type arbitrumsepolia_Router_filter = { +export type staginglinea_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56359,36 +55711,24 @@ export type arbitrumsepolia_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -56397,14 +55737,12 @@ export type arbitrumsepolia_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_Router_orderBy = +export type staginglinea_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -56413,13 +55751,13 @@ export type arbitrumsepolia_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type arbitrumsepolia_Sequencer = { +export type staginglinea_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type arbitrumsepolia_Sequencer_filter = { +export type staginglinea_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56432,34 +55770,28 @@ export type arbitrumsepolia_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_Sequencer_orderBy = +export type staginglinea_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type arbitrumsepolia_Setting = { +export type staginglinea_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['arbitrumsepolia_Bytes']; + caller: Scalars['staginglinea_Bytes']; }; -export type arbitrumsepolia_Setting_filter = { +export type staginglinea_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56476,40 +55808,34 @@ export type arbitrumsepolia_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_Setting_orderBy = +export type staginglinea_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type arbitrumsepolia_SlippageUpdate = { +export type staginglinea_SlippageUpdate = { id: Scalars['ID']; - transfer: arbitrumsepolia_DestinationTransfer; + transfer: staginglinea_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['arbitrumsepolia_Bytes']; - transactionHash: Scalars['arbitrumsepolia_Bytes']; + caller: Scalars['staginglinea_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumsepolia_SlippageUpdate_filter = { +export type staginglinea_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56538,7 +55864,7 @@ export type arbitrumsepolia_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -56547,26 +55873,18 @@ export type arbitrumsepolia_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -56600,50 +55918,12 @@ export type arbitrumsepolia_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_SlippageUpdate_orderBy = +export type staginglinea_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' @@ -56652,16 +55932,16 @@ export type arbitrumsepolia_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumsepolia_SnapshotRoot = { +export type staginglinea_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['arbitrumsepolia_Bytes']; + root: Scalars['staginglinea_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type arbitrumsepolia_SnapshotRoot_filter = { +export type staginglinea_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56678,16 +55958,12 @@ export type arbitrumsepolia_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -56713,12 +55989,10 @@ export type arbitrumsepolia_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_SnapshotRoot_orderBy = +export type staginglinea_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -56726,12 +56000,12 @@ export type arbitrumsepolia_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type arbitrumsepolia_SpokeConnectorMode = { +export type staginglinea_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type arbitrumsepolia_SpokeConnectorMode_filter = { +export type staginglinea_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56761,35 +56035,31 @@ export type arbitrumsepolia_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type arbitrumsepolia_SpokeConnectorMode_orderBy = +export type staginglinea_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type arbitrumsepolia_TransferStatus = +export type staginglinea_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type arbitrumsepolia__Block_ = { +export type staginglinea__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type arbitrumsepolia__Meta_ = { +export type staginglinea__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -56797,22 +56067,22 @@ export type arbitrumsepolia__Meta_ = { * and therefore asks for the latest block * */ - block: arbitrumsepolia__Block_; + block: staginglinea__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type optimismsepolia_AggregateRoot = { +export type linea_AggregateRoot = { id: Scalars['ID']; - root: Scalars['optimismsepolia_Bytes']; + root: Scalars['linea_Bytes']; blockNumber: Scalars['BigInt']; }; -export type optimismsepolia_AggregateRootProposed = { +export type linea_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['optimismsepolia_Bytes']; + aggregateRoot: Scalars['linea_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -56820,7 +56090,7 @@ export type optimismsepolia_AggregateRootProposed = { blockNumber?: Maybe; }; -export type optimismsepolia_AggregateRootProposed_filter = { +export type linea_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56829,16 +56099,12 @@ export type optimismsepolia_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -56880,12 +56146,10 @@ export type optimismsepolia_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_AggregateRootProposed_orderBy = +export type linea_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -56894,7 +56158,7 @@ export type optimismsepolia_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type optimismsepolia_AggregateRoot_filter = { +export type linea_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56903,16 +56167,12 @@ export type optimismsepolia_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -56922,45 +56182,39 @@ export type optimismsepolia_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_AggregateRoot_orderBy = +export type linea_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type optimismsepolia_Aggregation_interval = - | 'hour' - | 'day'; - -export type optimismsepolia_Asset = { +export type linea_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type optimismsepolia_AssetBalance = { +export type linea_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: optimismsepolia_Router; - asset: optimismsepolia_Asset; + router: linea_Router; + asset: linea_Asset; feesEarned: Scalars['BigInt']; }; -export type optimismsepolia_AssetBalance_filter = { +export type linea_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57021,7 +56275,7 @@ export type optimismsepolia_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -57042,7 +56296,7 @@ export type optimismsepolia_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -57052,42 +56306,25 @@ export type optimismsepolia_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_AssetBalance_orderBy = +export type linea_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'feesEarned'; -export type optimismsepolia_AssetStatus = { +export type linea_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type optimismsepolia_AssetStatus_filter = { +export type linea_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57101,16 +56338,14 @@ export type optimismsepolia_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_AssetStatus_orderBy = +export type linea_AssetStatus_orderBy = | 'id' | 'status'; -export type optimismsepolia_Asset_filter = { +export type linea_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57119,16 +56354,12 @@ export type optimismsepolia_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -57145,16 +56376,12 @@ export type optimismsepolia_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -57163,26 +56390,18 @@ export type optimismsepolia_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -57211,14 +56430,12 @@ export type optimismsepolia_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_Asset_orderBy = +export type linea_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -57228,30 +56445,28 @@ export type optimismsepolia_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'status'; -export type optimismsepolia_BlockChangedFilter = { +export type linea_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type optimismsepolia_Block_height = { - hash?: InputMaybe; +export type linea_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type optimismsepolia_ConnectorMeta = { +export type linea_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type optimismsepolia_ConnectorMeta_filter = { +export type linea_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57276,43 +56491,29 @@ export type optimismsepolia_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_ConnectorMeta_orderBy = +export type linea_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -57320,57 +56521,57 @@ export type optimismsepolia_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type optimismsepolia_DestinationTransfer = { +export type linea_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type optimismsepolia_DestinationTransferroutersArgs = { +export type linea_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_DestinationTransfer_filter = { +export type linea_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57387,16 +56588,12 @@ export type optimismsepolia_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -57405,17 +56602,17 @@ export type optimismsepolia_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -57440,40 +56637,28 @@ export type optimismsepolia_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -57490,16 +56675,12 @@ export type optimismsepolia_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -57516,16 +56697,12 @@ export type optimismsepolia_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -57546,7 +56723,7 @@ export type optimismsepolia_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -57563,26 +56740,18 @@ export type optimismsepolia_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -57615,16 +56784,12 @@ export type optimismsepolia_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -57633,26 +56798,18 @@ export type optimismsepolia_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -57685,16 +56842,12 @@ export type optimismsepolia_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -57704,12 +56857,10 @@ export type optimismsepolia_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_DestinationTransfer_orderBy = +export type linea_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -57730,15 +56881,6 @@ export type optimismsepolia_DestinationTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'routersFee' | 'executedCaller' @@ -57758,14 +56900,14 @@ export type optimismsepolia_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type optimismsepolia_OptimisticRootFinalized = { +export type linea_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['optimismsepolia_Bytes']; + aggregateRoot: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type optimismsepolia_OptimisticRootFinalized_filter = { +export type linea_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57774,16 +56916,12 @@ export type optimismsepolia_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -57801,36 +56939,34 @@ export type optimismsepolia_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_OptimisticRootFinalized_orderBy = +export type linea_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type optimismsepolia_OrderDirection = +export type linea_OrderDirection = | 'asc' | 'desc'; -export type optimismsepolia_OriginMessage = { +export type linea_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type optimismsepolia_OriginMessage_filter = { +export type linea_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57839,16 +56975,12 @@ export type optimismsepolia_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -57857,16 +56989,12 @@ export type optimismsepolia_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -57875,36 +57003,24 @@ export type optimismsepolia_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -57933,14 +57049,12 @@ export type optimismsepolia_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_OriginMessage_orderBy = +export type linea_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -57950,55 +57064,53 @@ export type optimismsepolia_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'rootCount'; -export type optimismsepolia_OriginTransfer = { +export type linea_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type optimismsepolia_OriginTransferrelayerFeesArgs = { +export type linea_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_OriginTransfer_filter = { +export type linea_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58015,16 +57127,12 @@ export type optimismsepolia_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -58033,20 +57141,16 @@ export type optimismsepolia_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -58071,40 +57175,28 @@ export type optimismsepolia_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -58113,16 +57205,12 @@ export type optimismsepolia_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -58139,16 +57227,12 @@ export type optimismsepolia_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -58169,17 +57253,13 @@ export type optimismsepolia_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -58200,7 +57280,7 @@ export type optimismsepolia_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -58215,37 +57295,25 @@ export type optimismsepolia_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -58278,16 +57346,12 @@ export type optimismsepolia_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -58297,12 +57361,10 @@ export type optimismsepolia_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_OriginTransfer_orderBy = +export type linea_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -58322,26 +57384,8 @@ export type optimismsepolia_OriginTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'transactingAsset' | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' | 'bumpRelayerFeeCount' | 'relayerFees' | 'initialRelayerFeeAsset' @@ -58354,20 +57398,20 @@ export type optimismsepolia_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type optimismsepolia_Relayer = { +export type linea_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type optimismsepolia_RelayerFee = { +export type linea_RelayerFee = { id: Scalars['ID']; - transfer: optimismsepolia_OriginTransfer; + transfer: linea_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['optimismsepolia_Bytes']; + asset: Scalars['linea_Bytes']; }; -export type optimismsepolia_RelayerFee_filter = { +export type linea_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58396,7 +57440,7 @@ export type optimismsepolia_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -58405,71 +57449,36 @@ export type optimismsepolia_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_RelayerFee_orderBy = +export type linea_RelayerFee_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'fee' | 'asset'; -export type optimismsepolia_RelayerFeesIncrease = { +export type linea_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: optimismsepolia_OriginTransfer; + transfer: linea_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimismsepolia_Bytes']; - transactionHash: Scalars['optimismsepolia_Bytes']; + asset?: Maybe; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimismsepolia_RelayerFeesIncrease_filter = { +export type linea_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58498,7 +57507,7 @@ export type optimismsepolia_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -58507,36 +57516,24 @@ export type optimismsepolia_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -58570,43 +57567,12 @@ export type optimismsepolia_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_RelayerFeesIncrease_orderBy = +export type linea_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -58616,7 +57582,7 @@ export type optimismsepolia_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimismsepolia_Relayer_filter = { +export type linea_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58629,33 +57595,27 @@ export type optimismsepolia_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_Relayer_orderBy = +export type linea_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type optimismsepolia_RootCount = { +export type linea_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type optimismsepolia_RootCount_filter = { +export type linea_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58673,30 +57633,28 @@ export type optimismsepolia_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_RootCount_orderBy = +export type linea_RootCount_orderBy = | 'id' | 'count'; -export type optimismsepolia_RootMessageSent = { +export type linea_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type optimismsepolia_RootMessageSent_filter = { +export type linea_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58721,16 +57679,12 @@ export type optimismsepolia_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -58739,26 +57693,18 @@ export type optimismsepolia_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -58792,12 +57738,10 @@ export type optimismsepolia_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_RootMessageSent_orderBy = +export type linea_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -58810,34 +57754,34 @@ export type optimismsepolia_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimismsepolia_Router = { +export type linea_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type optimismsepolia_RouterassetBalancesArgs = { +export type linea_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_RouterDailyTVL = { +export type linea_RouterDailyTVL = { id: Scalars['ID']; - router: optimismsepolia_Router; - asset: optimismsepolia_Asset; + router: linea_Router; + asset: linea_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type optimismsepolia_RouterDailyTVL_filter = { +export type linea_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58866,7 +57810,7 @@ export type optimismsepolia_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -58887,7 +57831,7 @@ export type optimismsepolia_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -58905,52 +57849,35 @@ export type optimismsepolia_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_RouterDailyTVL_orderBy = +export type linea_RouterDailyTVL_orderBy = | 'id' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type optimismsepolia_RouterLiquidityEvent = { +export type linea_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: optimismsepolia_Router; - asset: optimismsepolia_Asset; + type?: Maybe; + router: linea_Router; + asset: linea_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['optimismsepolia_Bytes']; + transactionHash: Scalars['linea_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismsepolia_RouterLiquidityEventType = +export type linea_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type optimismsepolia_RouterLiquidityEvent_filter = { +export type linea_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58959,10 +57886,10 @@ export type optimismsepolia_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -58983,7 +57910,7 @@ export type optimismsepolia_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -59004,7 +57931,7 @@ export type optimismsepolia_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -59021,16 +57948,12 @@ export type optimismsepolia_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -59047,16 +57970,12 @@ export type optimismsepolia_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -59066,31 +57985,14 @@ export type optimismsepolia_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_RouterLiquidityEvent_orderBy = +export type linea_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'balance' | 'caller' @@ -59099,7 +58001,7 @@ export type optimismsepolia_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type optimismsepolia_Router_filter = { +export type linea_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59112,36 +58014,24 @@ export type optimismsepolia_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -59150,14 +58040,12 @@ export type optimismsepolia_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_Router_orderBy = +export type linea_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -59166,13 +58054,13 @@ export type optimismsepolia_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type optimismsepolia_Sequencer = { +export type linea_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type optimismsepolia_Sequencer_filter = { +export type linea_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59185,34 +58073,28 @@ export type optimismsepolia_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_Sequencer_orderBy = +export type linea_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type optimismsepolia_Setting = { +export type linea_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimismsepolia_Bytes']; + caller: Scalars['linea_Bytes']; }; -export type optimismsepolia_Setting_filter = { +export type linea_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59229,40 +58111,34 @@ export type optimismsepolia_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_Setting_orderBy = +export type linea_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type optimismsepolia_SlippageUpdate = { +export type linea_SlippageUpdate = { id: Scalars['ID']; - transfer: optimismsepolia_DestinationTransfer; + transfer: linea_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['optimismsepolia_Bytes']; - transactionHash: Scalars['optimismsepolia_Bytes']; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimismsepolia_SlippageUpdate_filter = { +export type linea_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59291,7 +58167,7 @@ export type optimismsepolia_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -59300,26 +58176,18 @@ export type optimismsepolia_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -59353,50 +58221,12 @@ export type optimismsepolia_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_SlippageUpdate_orderBy = +export type linea_SlippageUpdate_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -59405,16 +58235,16 @@ export type optimismsepolia_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimismsepolia_SnapshotRoot = { +export type linea_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['optimismsepolia_Bytes']; + root: Scalars['linea_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimismsepolia_SnapshotRoot_filter = { +export type linea_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59431,16 +58261,12 @@ export type optimismsepolia_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -59466,12 +58292,10 @@ export type optimismsepolia_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_SnapshotRoot_orderBy = +export type linea_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -59479,12 +58303,12 @@ export type optimismsepolia_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type optimismsepolia_SpokeConnectorMode = { +export type linea_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type optimismsepolia_SpokeConnectorMode_filter = { +export type linea_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59514,35 +58338,31 @@ export type optimismsepolia_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimismsepolia_SpokeConnectorMode_orderBy = +export type linea_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type optimismsepolia_TransferStatus = +export type linea_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type optimismsepolia__Block_ = { +export type linea__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type optimismsepolia__Meta_ = { +export type linea__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -59550,22 +58370,30 @@ export type optimismsepolia__Meta_ = { * and therefore asks for the latest block * */ - block: optimismsepolia__Block_; + block: linea__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type mainnet_AggregateRootSavedSlow = { +export type stagingmode_AggregateRoot = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; + root: Scalars['stagingmode_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmode_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmode_Bytes']; rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mainnet_AggregateRootSavedSlow_filter = { +export type stagingmode_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59574,30 +58402,16 @@ export type mainnet_AggregateRootSavedSlow_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -59606,54 +58420,14 @@ export type mainnet_AggregateRootSavedSlow_filter = { rootTimestamp_lte?: InputMaybe; rootTimestamp_in?: InputMaybe>; rootTimestamp_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_AggregateRootSavedSlow_orderBy = - | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -export type mainnet_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; - domain?: Maybe; - blockNumber?: 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; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -59662,6 +58436,14 @@ export type mainnet_AggregatedMessageRoot_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -59671,188 +58453,21 @@ export type mainnet_AggregatedMessageRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AggregatedMessageRoot_orderBy = +export type stagingmode_AggregateRootProposed_orderBy = | 'id' - | 'index' - | 'receivedRoot' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' | 'domain' + | 'timestamp' | 'blockNumber'; -export type mainnet_Aggregation_interval = - | 'hour' - | 'day'; - -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_AvalancheConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_AvalancheConnectorMeta_filter = { - 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_AvalancheConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_BaseConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_BaseConnectorMeta_filter = { +export type stagingmode_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59861,164 +58476,64 @@ export type mainnet_BaseConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_BaseConnectorMeta_orderBy = +export type stagingmode_AggregateRoot_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; + | 'root' + | 'blockNumber'; -export type mainnet_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +export type stagingmode_Aggregation_interval = + | 'hour' + | 'day'; -export type mainnet_BnbConnectorMeta = { +export type stagingmode_Asset = { 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>>; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type mainnet_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_GnosisConnectorMeta = { +export type stagingmode_AssetBalance = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingmode_Router; + asset: stagingmode_Asset; + feesEarned: Scalars['BigInt']; }; -export type mainnet_GnosisConnectorMeta_filter = { +export type stagingmode_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60027,72 +58542,125 @@ export type mainnet_GnosisConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_GnosisConnectorMeta_orderBy = +export type stagingmode_AssetBalance_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export type mainnet_HubDomain = { +export type stagingmode_AssetStatus = { id: Scalars['ID']; - domain?: Maybe; + status?: Maybe; }; -export type mainnet_HubDomain_filter = { +export type stagingmode_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60101,32 +58669,21 @@ export type mainnet_HubDomain_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_HubDomain_orderBy = +export type stagingmode_AssetStatus_orderBy = | 'id' - | 'domain'; - -export type mainnet_HubOptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; + | 'status'; -export type mainnet_HubOptimisticRootFinalized_filter = { +export type stagingmode_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60135,24 +58692,70 @@ export type mainnet_HubOptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -60161,28 +58764,67 @@ export type mainnet_HubOptimisticRootFinalized_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_HubOptimisticRootFinalized_orderBy = +export type stagingmode_Asset_orderBy = | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type mainnet_LineaConnectorMeta = { +export type stagingmode_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingmode_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingmode_ConnectorMeta = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type mainnet_LineaConnectorMeta_filter = { +export type stagingmode_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60207,43 +58849,43 @@ export type mainnet_LineaConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_LineaConnectorMeta_orderBy = +export type stagingmode_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -60251,16 +58893,57 @@ export type mainnet_LineaConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_MantleConnectorMeta = { +export type stagingmode_DestinationTransfer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + 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_MantleConnectorMeta_filter = { + +export type stagingmode_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmode_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60269,309 +58952,393 @@ export type mainnet_MantleConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_MantleConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_MetisConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_MetisConnectorMeta_filter = { - 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_MetisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_ModeConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; -}; - -export type mainnet_ModeConnectorMeta_filter = { - 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_ModeConnectorMeta_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; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OptimismConnectorMeta_orderBy = +export type stagingmode_DestinationTransfer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type mainnet_OptimisticRootPropagated = { +export type stagingmode_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; + aggregateRoot: Scalars['stagingmode_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mainnet_OptimisticRootPropagated_filter = { +export type stagingmode_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60580,26 +59347,16 @@ export type mainnet_OptimisticRootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + 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; @@ -60617,30 +59374,36 @@ export type mainnet_OptimisticRootPropagated_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OptimisticRootPropagated_orderBy = +export type stagingmode_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' - | 'domainsHash' | 'timestamp' | 'blockNumber'; -export type mainnet_OptimisticRootProposed = { +/** Defines the order direction, either ascending or descending */ +export type stagingmode_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmode_OriginMessage = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['mainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['mainnet_Bytes']; - timestamp: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; + rootCount?: Maybe; }; -export type mainnet_OptimisticRootProposed_filter = { +export type stagingmode_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60649,54 +59412,72 @@ export type mainnet_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -60705,115 +59486,92 @@ export type mainnet_OptimisticRootProposed_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OptimisticRootProposed_orderBy = +export type stagingmode_OriginMessage_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type mainnet_OrderDirection = - | 'asc' - | 'desc'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type mainnet_PolygonConnectorMeta = { +export type stagingmode_OriginTransfer = { 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>>; + 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_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type mainnet_PolygonZkConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; +export type stagingmode_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_PolygonZkConnectorMeta_filter = { +export type stagingmode_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60822,74 +59580,367 @@ export type mainnet_PolygonZkConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_PolygonZkConnectorMeta_orderBy = +export type stagingmode_OriginTransfer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type mainnet_RootAggregated = { +export type stagingmode_Relayer = { id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; - index: Scalars['BigInt']; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type mainnet_RootAggregated_filter = { +export type stagingmode_RelayerFee = { + id: Scalars['ID']; + transfer: stagingmode_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingmode_Bytes']; +}; + +export type stagingmode_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60898,51 +59949,100 @@ export type mainnet_RootAggregated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootAggregated_orderBy = +export type stagingmode_RelayerFee_orderBy = | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; + | '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_RootManagerMeta = { +export type stagingmode_RelayerFeesIncrease = { id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; + transfer: stagingmode_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingmode_Bytes']; + transactionHash: Scalars['stagingmode_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mainnet_RootManagerMeta_filter = { +export type stagingmode_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60951,35 +60051,184 @@ export type mainnet_RootManagerMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootManagerMeta_orderBy = +export type stagingmode_RelayerFeesIncrease_orderBy = | 'id' - | 'domains' - | 'connectors'; + | '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_RootManagerMode = { +export type stagingmode_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 stagingmode_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingmode_RootCount = { id: Scalars['ID']; - mode: Scalars['String']; + count?: Maybe; }; -export type mainnet_RootManagerMode_filter = { +export type stagingmode_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60988,50 +60237,39 @@ export type mainnet_RootManagerMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootManagerMode_orderBy = +export type stagingmode_RootCount_orderBy = | 'id' - | 'mode'; + | 'count'; -export type mainnet_RootMessageProcessed = { +export type stagingmode_RootMessageSent = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mainnet_RootMessageProcessed_filter = { +export type stagingmode_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61056,36 +60294,44 @@ export type mainnet_RootMessageProcessed_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + 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; @@ -61119,16 +60365,17 @@ export type mainnet_RootMessageProcessed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootMessageProcessed_orderBy = +export type stagingmode_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' | 'root' + | 'count' | 'caller' | 'transactionHash' | 'timestamp' @@ -61136,15 +60383,34 @@ export type mainnet_RootMessageProcessed_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_RootPropagated = { +export type stagingmode_Router = { id: Scalars['ID']; - aggregate: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type mainnet_RootPropagated_filter = { + +export type stagingmode_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmode_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingmode_Router; + asset: stagingmode_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingmode_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61153,65 +60419,111 @@ export type mainnet_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootPropagated_orderBy = +export type stagingmode_RouterDailyTVL_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; -export type mainnet_ZkSyncConnectorMeta = { +export type stagingmode_RouterLiquidityEvent = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + type?: Maybe; + router: stagingmode_Router; + asset: stagingmode_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingmode_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_ZkSyncConnectorMeta_filter = { +export type stagingmode_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingmode_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61220,79 +60532,590 @@ export type mainnet_ZkSyncConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ZkSyncConnectorMeta_orderBy = +export type stagingmode_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingmode_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 stagingmode_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingmode_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingmode_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 stagingmode_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingmode_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingmode_Bytes']; +}; + +export type stagingmode_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 stagingmode_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingmode_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingmode_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingmode_Bytes']; + transactionHash: Scalars['stagingmode_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmode_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 stagingmode_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 stagingmode_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingmode_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmode_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 stagingmode_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type mainnet__Block_ = { +export type stagingmode_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingmode_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmode_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type stagingmode_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingmode__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type mainnet__Meta_ = { +export type stagingmode__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -61300,22 +61123,22 @@ export type mainnet__Meta_ = { * and therefore asks for the latest block * */ - block: mainnet__Block_; + block: stagingmode__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type sepolia_AggregateRoot = { +export type stagingscroll_AggregateRoot = { id: Scalars['ID']; - root: Scalars['sepolia_Bytes']; + root: Scalars['stagingscroll_Bytes']; blockNumber: Scalars['BigInt']; }; -export type sepolia_AggregateRootProposed = { +export type stagingscroll_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; + aggregateRoot: Scalars['stagingscroll_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -61323,7 +61146,7 @@ export type sepolia_AggregateRootProposed = { blockNumber?: Maybe; }; -export type sepolia_AggregateRootProposed_filter = { +export type stagingscroll_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61332,16 +61155,16 @@ export type sepolia_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -61383,12 +61206,12 @@ export type sepolia_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_AggregateRootProposed_orderBy = +export type stagingscroll_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -61397,7 +61220,7 @@ export type sepolia_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type sepolia_AggregateRoot_filter = { +export type stagingscroll_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61406,16 +61229,16 @@ export type sepolia_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -61425,41 +61248,45 @@ export type sepolia_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_AggregateRoot_orderBy = +export type stagingscroll_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type sepolia_Asset = { +export type stagingscroll_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingscroll_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type sepolia_AssetBalance = { +export type stagingscroll_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: sepolia_Router; - asset: sepolia_Asset; + router: stagingscroll_Router; + asset: stagingscroll_Asset; feesEarned: Scalars['BigInt']; }; -export type sepolia_AssetBalance_filter = { +export type stagingscroll_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61520,7 +61347,7 @@ export type sepolia_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -61541,7 +61368,7 @@ export type sepolia_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -61551,12 +61378,12 @@ export type sepolia_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_AssetBalance_orderBy = +export type stagingscroll_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -61581,12 +61408,12 @@ export type sepolia_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type sepolia_AssetStatus = { +export type stagingscroll_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type sepolia_AssetStatus_filter = { +export type stagingscroll_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61600,16 +61427,16 @@ export type sepolia_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_AssetStatus_orderBy = +export type stagingscroll_AssetStatus_orderBy = | 'id' | 'status'; -export type sepolia_Asset_filter = { +export type stagingscroll_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61618,16 +61445,16 @@ export type sepolia_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -61644,16 +61471,16 @@ export type sepolia_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -61662,26 +61489,26 @@ export type sepolia_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -61710,14 +61537,14 @@ export type sepolia_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_Asset_orderBy = +export type stagingscroll_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -61731,16 +61558,26 @@ export type sepolia_Asset_orderBy = | 'status__id' | 'status__status'; -export type sepolia_ConnectorMeta = { +export type stagingscroll_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingscroll_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingscroll_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type sepolia_ConnectorMeta_filter = { +export type stagingscroll_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61765,43 +61602,43 @@ export type sepolia_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_ConnectorMeta_orderBy = +export type stagingscroll_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -61809,57 +61646,57 @@ export type sepolia_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type sepolia_DestinationTransfer = { +export type stagingscroll_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type sepolia_DestinationTransferroutersArgs = { +export type stagingscroll_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_DestinationTransfer_filter = { +export type stagingscroll_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61876,16 +61713,16 @@ export type sepolia_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -61894,17 +61731,17 @@ export type sepolia_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -61929,49 +61766,49 @@ export type sepolia_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - 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; + 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; @@ -61979,16 +61816,16 @@ export type sepolia_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -62005,16 +61842,16 @@ export type sepolia_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -62035,7 +61872,7 @@ export type sepolia_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -62052,26 +61889,26 @@ export type sepolia_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -62104,16 +61941,16 @@ export type sepolia_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -62122,26 +61959,26 @@ export type sepolia_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -62174,16 +62011,16 @@ export type sepolia_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -62193,12 +62030,12 @@ export type sepolia_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_DestinationTransfer_orderBy = +export type stagingscroll_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -62247,14 +62084,14 @@ export type sepolia_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type sepolia_OptimisticRootFinalized = { +export type stagingscroll_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; + aggregateRoot: Scalars['stagingscroll_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type sepolia_OptimisticRootFinalized_filter = { +export type stagingscroll_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62263,16 +62100,16 @@ export type sepolia_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -62290,31 +62127,36 @@ export type sepolia_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_OptimisticRootFinalized_orderBy = +export type stagingscroll_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type sepolia_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type stagingscroll_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingscroll_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type sepolia_OriginMessage_filter = { +export type stagingscroll_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62323,16 +62165,16 @@ export type sepolia_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -62341,16 +62183,16 @@ export type sepolia_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -62359,36 +62201,36 @@ export type sepolia_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -62417,14 +62259,14 @@ export type sepolia_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_OriginMessage_orderBy = +export type stagingscroll_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -62438,51 +62280,51 @@ export type sepolia_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type sepolia_OriginTransfer = { +export type stagingscroll_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type sepolia_OriginTransferrelayerFeesArgs = { +export type stagingscroll_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_OriginTransfer_filter = { +export type stagingscroll_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62499,16 +62341,16 @@ export type sepolia_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -62517,20 +62359,20 @@ export type sepolia_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -62555,40 +62397,40 @@ export type sepolia_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -62597,16 +62439,16 @@ export type sepolia_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -62623,16 +62465,16 @@ export type sepolia_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -62653,17 +62495,17 @@ export type sepolia_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -62684,7 +62526,7 @@ export type sepolia_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -62699,37 +62541,37 @@ export type sepolia_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -62762,16 +62604,16 @@ export type sepolia_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -62781,12 +62623,12 @@ export type sepolia_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_OriginTransfer_orderBy = +export type stagingscroll_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -62838,20 +62680,20 @@ export type sepolia_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type sepolia_Relayer = { +export type stagingscroll_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type sepolia_RelayerFee = { +export type stagingscroll_RelayerFee = { id: Scalars['ID']; - transfer: sepolia_OriginTransfer; + transfer: stagingscroll_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['sepolia_Bytes']; + asset: Scalars['stagingscroll_Bytes']; }; -export type sepolia_RelayerFee_filter = { +export type stagingscroll_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62880,7 +62722,7 @@ export type sepolia_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -62889,23 +62731,23 @@ export type sepolia_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_RelayerFee_orderBy = +export type stagingscroll_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -62940,20 +62782,20 @@ export type sepolia_RelayerFee_orderBy = | 'fee' | 'asset'; -export type sepolia_RelayerFeesIncrease = { +export type stagingscroll_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: sepolia_OriginTransfer; + transfer: stagingscroll_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['sepolia_Bytes']; - transactionHash: Scalars['sepolia_Bytes']; + asset?: Maybe; + caller: Scalars['stagingscroll_Bytes']; + transactionHash: Scalars['stagingscroll_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type sepolia_RelayerFeesIncrease_filter = { +export type stagingscroll_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62982,7 +62824,7 @@ export type sepolia_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -62991,36 +62833,36 @@ export type sepolia_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -63054,12 +62896,12 @@ export type sepolia_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_RelayerFeesIncrease_orderBy = +export type stagingscroll_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -63100,7 +62942,7 @@ export type sepolia_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type sepolia_Relayer_filter = { +export type stagingscroll_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63113,33 +62955,33 @@ export type sepolia_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_Relayer_orderBy = +export type stagingscroll_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type sepolia_RootCount = { +export type stagingscroll_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type sepolia_RootCount_filter = { +export type stagingscroll_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63157,30 +62999,30 @@ export type sepolia_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_RootCount_orderBy = +export type stagingscroll_RootCount_orderBy = | 'id' | 'count'; -export type sepolia_RootMessageSent = { +export type stagingscroll_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type sepolia_RootMessageSent_filter = { +export type stagingscroll_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63205,16 +63047,16 @@ export type sepolia_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -63223,26 +63065,26 @@ export type sepolia_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -63276,12 +63118,12 @@ export type sepolia_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_RootMessageSent_orderBy = +export type stagingscroll_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -63294,34 +63136,34 @@ export type sepolia_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type sepolia_Router = { +export type stagingscroll_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type sepolia_RouterassetBalancesArgs = { +export type stagingscroll_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_RouterDailyTVL = { +export type stagingscroll_RouterDailyTVL = { id: Scalars['ID']; - router: sepolia_Router; - asset: sepolia_Asset; + router: stagingscroll_Router; + asset: stagingscroll_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type sepolia_RouterDailyTVL_filter = { +export type stagingscroll_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63350,7 +63192,7 @@ export type sepolia_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -63371,7 +63213,7 @@ export type sepolia_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -63389,12 +63231,12 @@ export type sepolia_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_RouterDailyTVL_orderBy = +export type stagingscroll_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -63416,25 +63258,25 @@ export type sepolia_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type sepolia_RouterLiquidityEvent = { +export type stagingscroll_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: sepolia_Router; - asset: sepolia_Asset; + type?: Maybe; + router: stagingscroll_Router; + asset: stagingscroll_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['sepolia_Bytes']; + transactionHash: Scalars['stagingscroll_Bytes']; nonce: Scalars['BigInt']; }; -export type sepolia_RouterLiquidityEventType = +export type stagingscroll_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type sepolia_RouterLiquidityEvent_filter = { +export type stagingscroll_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63443,10 +63285,10 @@ export type sepolia_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -63467,7 +63309,7 @@ export type sepolia_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -63488,7 +63330,7 @@ export type sepolia_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -63505,16 +63347,16 @@ export type sepolia_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -63531,16 +63373,16 @@ export type sepolia_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -63550,12 +63392,12 @@ export type sepolia_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_RouterLiquidityEvent_orderBy = +export type stagingscroll_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -63583,7 +63425,7 @@ export type sepolia_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type sepolia_Router_filter = { +export type stagingscroll_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63596,36 +63438,36 @@ export type sepolia_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -63634,14 +63476,14 @@ export type sepolia_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_Router_orderBy = +export type stagingscroll_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -63650,13 +63492,13 @@ export type sepolia_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type sepolia_Sequencer = { +export type stagingscroll_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type sepolia_Sequencer_filter = { +export type stagingscroll_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63669,34 +63511,34 @@ export type sepolia_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_Sequencer_orderBy = +export type stagingscroll_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type sepolia_Setting = { +export type stagingscroll_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['sepolia_Bytes']; + caller: Scalars['stagingscroll_Bytes']; }; -export type sepolia_Setting_filter = { +export type stagingscroll_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63713,40 +63555,40 @@ export type sepolia_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_Setting_orderBy = +export type stagingscroll_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type sepolia_SlippageUpdate = { +export type stagingscroll_SlippageUpdate = { id: Scalars['ID']; - transfer: sepolia_DestinationTransfer; + transfer: stagingscroll_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['sepolia_Bytes']; - transactionHash: Scalars['sepolia_Bytes']; + caller: Scalars['stagingscroll_Bytes']; + transactionHash: Scalars['stagingscroll_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type sepolia_SlippageUpdate_filter = { +export type stagingscroll_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63775,7 +63617,7 @@ export type sepolia_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -63784,26 +63626,26 @@ export type sepolia_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -63837,12 +63679,12 @@ export type sepolia_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_SlippageUpdate_orderBy = +export type stagingscroll_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -63889,16 +63731,16 @@ export type sepolia_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type sepolia_SnapshotRoot = { +export type stagingscroll_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['sepolia_Bytes']; + root: Scalars['stagingscroll_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type sepolia_SnapshotRoot_filter = { +export type stagingscroll_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63915,16 +63757,16 @@ export type sepolia_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -63950,12 +63792,12 @@ export type sepolia_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_SnapshotRoot_orderBy = +export type stagingscroll_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -63963,12 +63805,12 @@ export type sepolia_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type sepolia_SpokeConnectorMode = { +export type stagingscroll_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type sepolia_SpokeConnectorMode_filter = { +export type stagingscroll_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63998,22 +63840,49 @@ export type sepolia_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_SpokeConnectorMode_orderBy = +export type stagingscroll_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type sepolia_TransferStatus = +export type stagingscroll_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; +export type stagingscroll__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingscroll__Meta_ = { + /** + * Information 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: stagingscroll__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']; @@ -66767,46 +66636,23 @@ export type arbitrumone__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type zksync_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type zksync_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type zksync_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type zksync_swap_LpAccount = { +export type polygon_AggregateRoot = { id: Scalars['ID']; - address: Scalars['zksync_swap_Bytes']; - balances: Array; -}; - - -export type zksync_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + root: Scalars['polygon_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type zksync_swap_LpAccountBalance = { +export type polygon_AggregateRootProposed = { id: Scalars['ID']; - account: zksync_swap_LpAccount; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['polygon_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type zksync_swap_LpAccountBalance_filter = { +export type polygon_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66815,106 +66661,72 @@ export type zksync_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_LpAccountBalance_orderBy = +export type polygon_AggregateRootProposed_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; -export type zksync_swap_LpAccount_filter = { +export type polygon_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66923,59 +66735,64 @@ export type zksync_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_LpAccount_orderBy = +export type polygon_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; - -export type zksync_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['zksync_swap_Bytes']; - stableSwap: zksync_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['zksync_swap_BigDecimal']; - events: Array; -}; + | 'root' + | 'blockNumber'; +export type polygon_Aggregation_interval = + | 'hour' + | 'day'; -export type zksync_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type polygon_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type zksync_swap_LpTokenEvent = { +export type polygon_AssetBalance = { id: Scalars['ID']; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: polygon_Router; + asset: polygon_Asset; + feesEarned: Scalars['BigInt']; }; -export type zksync_swap_LpTokenEvent_filter = { +export type polygon_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66984,91 +66801,125 @@ export type zksync_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_LpTokenEvent_orderBy = +export type polygon_AssetBalance_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export type zksync_swap_LpToken_filter = { +export type polygon_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type polygon_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67077,141 +66928,21 @@ export type zksync_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_LpToken_orderBy = +export type polygon_AssetStatus_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 zksync_swap_LpTransferEvent = zksync_swap_LpTokenEvent & { - id: Scalars['ID']; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; - from: Scalars['zksync_swap_Bytes']; - to: Scalars['zksync_swap_Bytes']; - fromBalance: Scalars['zksync_swap_BigDecimal']; - toBalance: Scalars['zksync_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'status'; -export type zksync_swap_LpTransferEvent_filter = { +export type polygon_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67220,141 +66951,139 @@ export type zksync_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_LpTransferEvent_orderBy = +export type polygon_Asset_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -/** Defines the order direction, either ascending or descending */ -export type zksync_swap_OrderDirection = - | 'asc' - | 'desc'; +export type polygon_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type zksync_swap_PooledToken = { +export type polygon_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type polygon_ConnectorMeta = { id: Scalars['ID']; - asset: Scalars['zksync_swap_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type zksync_swap_PooledToken_filter = { +export type polygon_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67363,116 +67092,117 @@ export type zksync_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_PooledToken_orderBy = +export type polygon_ConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type zksync_swap_StableSwap = { +export type polygon_DestinationTransfer = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['zksync_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 zksync_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type zksync_swap_StableSwapexchangesArgs = { +export type polygon_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; - -export type zksync_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type zksync_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type zksync_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type zksync_swap_StableSwapAddLiquidityEvent = zksync_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - provider: Scalars['zksync_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type zksync_swap_StableSwapAddLiquidityEvent_filter = { +export type polygon_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67481,105 +67211,24 @@ export type zksync_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + 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; @@ -67588,53 +67237,367 @@ export type zksync_swap_StableSwapAddLiquidityEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_StableSwapAddLiquidityEvent_orderBy = +export type polygon_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' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type zksync_swap_StableSwapEvent = { +export type polygon_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - block: Scalars['BigInt']; + aggregateRoot: Scalars['polygon_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type zksync_swap_StableSwapEvent_filter = { +export type polygon_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67643,35 +67606,16 @@ export type zksync_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + 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; @@ -67680,71 +67624,45 @@ export type zksync_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_StableSwapEvent_orderBy = +export type polygon_OptimisticRootFinalized_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | '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' + | 'aggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type zksync_swap_StableSwapExchange = { +/** Defines the order direction, either ascending or descending */ +export type polygon_OrderDirection = + | 'asc' + | 'desc'; + +export type polygon_OriginMessage = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - buyer: Scalars['zksync_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['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type zksync_swap_StableSwapExchange_filter = { +export type polygon_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67753,171 +67671,166 @@ export type zksync_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_StableSwapExchange_orderBy = +export type polygon_OriginMessage_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type zksync_swap_StableSwapRemoveLiquidityEvent = zksync_swap_StableSwapEvent & { +export type polygon_OriginTransfer = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - provider: Scalars['zksync_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + 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 zksync_swap_StableSwapRemoveLiquidityEvent_filter = { + +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; @@ -67926,105 +67839,24 @@ export type zksync_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + 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; @@ -68033,44 +67865,341 @@ export type zksync_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type polygon_OriginTransfer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type zksync_swap_StableSwap_filter = { +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; @@ -68079,200 +68208,100 @@ export type zksync_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_StableSwap_orderBy = +export type polygon_RelayerFee_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'; + | '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 zksync_swap_SwapDailyVolume = zksync_swap_SwapTradeVolume & { +export type polygon_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; + transfer: polygon_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type zksync_swap_SwapDailyVolume_filter = { +export type polygon_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68281,27 +68310,65 @@ export type zksync_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + 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; @@ -68310,50 +68377,117 @@ export type zksync_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_SwapDailyVolume_orderBy = +export type polygon_RelayerFeesIncrease_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | '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' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type zksync_swap_SwapHourlyVolume = zksync_swap_SwapTradeVolume & { +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']; - stableSwap: zksync_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + count?: Maybe; }; -export type zksync_swap_SwapHourlyVolume_filter = { +export type polygon_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68362,99 +68496,101 @@ export type zksync_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_SwapHourlyVolume_orderBy = +export type polygon_RootCount_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'count'; -export type zksync_swap_SwapTradeVolume = { - stableSwap: zksync_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; +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 zksync_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; +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; @@ -68463,49 +68599,77 @@ export type zksync_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_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' +export type polygon_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type zksync_swap_SwapWeeklyVolume = zksync_swap_SwapTradeVolume & { +export type polygon_Router = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; + 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']; - volume: Scalars['zksync_swap_BigDecimal']; + balance: Scalars['BigInt']; }; -export type zksync_swap_SwapWeeklyVolume_filter = { +export type polygon_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68514,27 +68678,48 @@ export type zksync_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + 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; @@ -68543,49 +68728,61 @@ export type zksync_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_SwapWeeklyVolume_orderBy = +export type polygon_RouterDailyTVL_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' - | 'volume'; + | 'balance'; -export type zksync_swap_SystemInfo = { +export type polygon_RouterLiquidityEvent = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + type?: Maybe; + router: polygon_Router; + asset: polygon_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['polygon_Bytes']; + nonce: Scalars['BigInt']; }; -export type zksync_swap_SystemInfo_filter = { +export type polygon_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type polygon_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68594,46 +68791,590 @@ export type zksync_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_SystemInfo_orderBy = +export type polygon_RouterLiquidityEvent_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type zksync_swap__Block_ = { +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_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['polygon_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type polygon_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 polygon_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type polygon_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type polygon_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type polygon_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type polygon_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type polygon__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type zksync_swap__Meta_ = { +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 @@ -68641,53 +69382,53 @@ export type zksync_swap__Meta_ = { * and therefore asks for the latest block * */ - block: zksync_swap__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 base_swap_Aggregation_interval = +export type zksync_swap_Aggregation_interval = | 'hour' | 'day'; -export type base_swap_BlockChangedFilter = { +export type zksync_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type base_swap_Block_height = { - hash?: InputMaybe; +export type zksync_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type base_swap_LpAccount = { +export type zksync_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['base_swap_Bytes']; - balances: Array; + address: Scalars['zksync_swap_Bytes']; + balances: Array; }; -export type base_swap_LpAccountbalancesArgs = { +export type zksync_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_LpAccountBalance = { +export type zksync_swap_LpAccountBalance = { id: Scalars['ID']; - account: base_swap_LpAccount; - token: base_swap_LpToken; - amount: Scalars['base_swap_BigDecimal']; + account: zksync_swap_LpAccount; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type base_swap_LpAccountBalance_filter = { +export type zksync_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68716,7 +69457,7 @@ export type base_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -68737,15 +69478,15 @@ export type base_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -68762,23 +69503,23 @@ export type base_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_LpAccountBalance_orderBy = +export type zksync_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -68795,7 +69536,7 @@ export type base_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type base_swap_LpAccount_filter = { +export type zksync_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68804,59 +69545,59 @@ export type base_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_LpAccount_orderBy = +export type zksync_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type base_swap_LpToken = { +export type zksync_swap_LpToken = { id: Scalars['ID']; - address: Scalars['base_swap_Bytes']; - stableSwap: base_swap_StableSwap; + address: Scalars['zksync_swap_Bytes']; + stableSwap: zksync_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['base_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['zksync_swap_BigDecimal']; + events: Array; }; -export type base_swap_LpTokeneventsArgs = { +export type zksync_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_LpTokenEvent = { +export type zksync_swap_LpTokenEvent = { id: Scalars['ID']; - token: base_swap_LpToken; - amount: Scalars['base_swap_BigDecimal']; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type base_swap_LpTokenEvent_filter = { +export type zksync_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68885,15 +69626,15 @@ export type base_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -68910,16 +69651,16 @@ export type base_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -68929,12 +69670,12 @@ export type base_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_LpTokenEvent_orderBy = +export type zksync_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -68949,7 +69690,7 @@ export type base_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type base_swap_LpToken_filter = { +export type zksync_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68958,16 +69699,16 @@ export type base_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -68988,7 +69729,7 @@ export type base_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -69037,22 +69778,22 @@ export type base_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_LpToken_orderBy = +export type zksync_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -69078,21 +69819,21 @@ export type base_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type base_swap_LpTransferEvent = base_swap_LpTokenEvent & { +export type zksync_swap_LpTransferEvent = zksync_swap_LpTokenEvent & { id: Scalars['ID']; - token: base_swap_LpToken; - amount: Scalars['base_swap_BigDecimal']; - from: Scalars['base_swap_Bytes']; - to: Scalars['base_swap_Bytes']; - fromBalance: Scalars['base_swap_BigDecimal']; - toBalance: Scalars['base_swap_BigDecimal']; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; + from: Scalars['zksync_swap_Bytes']; + to: Scalars['zksync_swap_Bytes']; + fromBalance: Scalars['zksync_swap_BigDecimal']; + toBalance: Scalars['zksync_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type base_swap_LpTransferEvent_filter = { +export type zksync_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69121,51 +69862,51 @@ export type base_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -69182,16 +69923,16 @@ export type base_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -69201,12 +69942,12 @@ export type base_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_LpTransferEvent_orderBy = +export type zksync_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -69226,16 +69967,16 @@ export type base_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type base_swap_OrderDirection = +export type zksync_swap_OrderDirection = | 'asc' | 'desc'; -export type base_swap_PooledToken = { +export type zksync_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['base_swap_Bytes']; + asset: Scalars['zksync_swap_Bytes']; }; -export type base_swap_PooledToken_filter = { +export type zksync_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69244,103 +69985,103 @@ export type base_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_PooledToken_orderBy = +export type zksync_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type base_swap_StableSwap = { +export type zksync_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['base_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['zksync_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type base_swap_StableSwapeventsArgs = { +export type zksync_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_StableSwapexchangesArgs = { +export type zksync_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_StableSwaphourlyVolumesArgs = { +export type zksync_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_StableSwapdailyVolumesArgs = { +export type zksync_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_StableSwapweeklyVolumesArgs = { +export type zksync_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & { +export type zksync_swap_StableSwapAddLiquidityEvent = zksync_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - provider: Scalars['base_swap_Bytes']; + stableSwap: zksync_swap_StableSwap; + provider: Scalars['zksync_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -69349,11 +70090,11 @@ export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type base_swap_StableSwapAddLiquidityEvent_filter = { +export type zksync_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69382,17 +70123,17 @@ export type base_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -69451,16 +70192,16 @@ export type base_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -69470,12 +70211,12 @@ export type base_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_StableSwapAddLiquidityEvent_orderBy = +export type zksync_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -69506,16 +70247,16 @@ export type base_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type base_swap_StableSwapEvent = { +export type zksync_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; + stableSwap: zksync_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type base_swap_StableSwapEvent_filter = { +export type zksync_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69544,7 +70285,7 @@ export type base_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -69561,16 +70302,16 @@ export type base_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -69580,12 +70321,12 @@ export type base_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_StableSwapEvent_orderBy = +export type zksync_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -69609,10 +70350,10 @@ export type base_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type base_swap_StableSwapExchange = { +export type zksync_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - buyer: Scalars['base_swap_Bytes']; + stableSwap: zksync_swap_StableSwap; + buyer: Scalars['zksync_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -69621,11 +70362,11 @@ export type base_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type base_swap_StableSwapExchange_filter = { +export type zksync_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69654,17 +70395,17 @@ export type base_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -69727,16 +70468,16 @@ export type base_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -69746,12 +70487,12 @@ export type base_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_StableSwapExchange_orderBy = +export type zksync_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -69782,10 +70523,10 @@ export type base_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type base_swap_StableSwapRemoveLiquidityEvent = base_swap_StableSwapEvent & { +export type zksync_swap_StableSwapRemoveLiquidityEvent = zksync_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - provider: Scalars['base_swap_Bytes']; + stableSwap: zksync_swap_StableSwap; + provider: Scalars['zksync_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -69794,11 +70535,11 @@ export type base_swap_StableSwapRemoveLiquidityEvent = base_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; + transaction: Scalars['zksync_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type base_swap_StableSwapRemoveLiquidityEvent_filter = { +export type zksync_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69827,17 +70568,17 @@ export type base_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -69896,16 +70637,16 @@ export type base_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -69915,12 +70656,12 @@ export type base_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type zksync_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -69951,7 +70692,7 @@ export type base_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type base_swap_StableSwap_filter = { +export type zksync_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69964,26 +70705,26 @@ export type base_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -69992,26 +70733,26 @@ export type base_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -70060,12 +70801,12 @@ export type base_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -70108,18 +70849,18 @@ export type base_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_StableSwap_orderBy = +export type zksync_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -70146,14 +70887,14 @@ export type base_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type base_swap_SwapDailyVolume = base_swap_SwapTradeVolume & { +export type zksync_swap_SwapDailyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type base_swap_SwapDailyVolume_filter = { +export type zksync_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70182,7 +70923,7 @@ export type base_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -70191,21 +70932,21 @@ export type base_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_SwapDailyVolume_orderBy = +export type zksync_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -70227,14 +70968,14 @@ export type base_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type base_swap_SwapHourlyVolume = base_swap_SwapTradeVolume & { +export type zksync_swap_SwapHourlyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type base_swap_SwapHourlyVolume_filter = { +export type zksync_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70263,7 +71004,7 @@ export type base_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -70272,21 +71013,21 @@ export type base_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_SwapHourlyVolume_orderBy = +export type zksync_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -70308,13 +71049,13 @@ export type base_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type base_swap_SwapTradeVolume = { - stableSwap: base_swap_StableSwap; +export type zksync_swap_SwapTradeVolume = { + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type base_swap_SwapTradeVolume_filter = { +export type zksync_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -70335,7 +71076,7 @@ export type base_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -70344,21 +71085,21 @@ export type base_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_SwapTradeVolume_orderBy = +export type zksync_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -70379,14 +71120,14 @@ export type base_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type base_swap_SwapWeeklyVolume = base_swap_SwapTradeVolume & { +export type zksync_swap_SwapWeeklyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type base_swap_SwapWeeklyVolume_filter = { +export type zksync_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70415,7 +71156,7 @@ export type base_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -70424,21 +71165,21 @@ export type base_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_SwapWeeklyVolume_orderBy = +export type zksync_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -70460,13 +71201,13 @@ export type base_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type base_swap_SystemInfo = { +export type zksync_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type base_swap_SystemInfo_filter = { +export type zksync_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70492,29 +71233,29 @@ export type base_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_SystemInfo_orderBy = +export type zksync_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type base_swap__Block_ = { +export type zksync_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type base_swap__Meta_ = { +export type zksync_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 @@ -70522,22 +71263,22 @@ export type base_swap__Meta_ = { * and therefore asks for the latest block * */ - block: base_swap__Block_; + block: zksync_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 = { +export type stagingmainnet_AggregateRoot = { id: Scalars['ID']; - root: Scalars['optimism_Bytes']; + root: Scalars['stagingmainnet_Bytes']; blockNumber: Scalars['BigInt']; }; -export type optimism_AggregateRootProposed = { +export type stagingmainnet_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['optimism_Bytes']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -70545,7 +71286,7 @@ export type optimism_AggregateRootProposed = { blockNumber?: Maybe; }; -export type optimism_AggregateRootProposed_filter = { +export type stagingmainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70554,16 +71295,16 @@ export type optimism_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -70605,12 +71346,12 @@ export type optimism_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AggregateRootProposed_orderBy = +export type stagingmainnet_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -70619,7 +71360,7 @@ export type optimism_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type optimism_AggregateRoot_filter = { +export type stagingmainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70628,16 +71369,16 @@ export type optimism_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -70647,41 +71388,45 @@ export type optimism_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AggregateRoot_orderBy = +export type stagingmainnet_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type optimism_Asset = { +export type stagingmainnet_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingmainnet_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type optimism_AssetBalance = { +export type stagingmainnet_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: optimism_Router; - asset: optimism_Asset; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; feesEarned: Scalars['BigInt']; }; -export type optimism_AssetBalance_filter = { +export type stagingmainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70742,7 +71487,7 @@ export type optimism_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -70763,7 +71508,7 @@ export type optimism_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -70773,12 +71518,12 @@ export type optimism_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AssetBalance_orderBy = +export type stagingmainnet_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -70803,12 +71548,12 @@ export type optimism_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type optimism_AssetStatus = { +export type stagingmainnet_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type optimism_AssetStatus_filter = { +export type stagingmainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70822,16 +71567,16 @@ export type optimism_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_AssetStatus_orderBy = +export type stagingmainnet_AssetStatus_orderBy = | 'id' | 'status'; -export type optimism_Asset_filter = { +export type stagingmainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70840,16 +71585,16 @@ export type optimism_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + 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; @@ -70866,16 +71611,16 @@ export type optimism_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -70884,26 +71629,26 @@ export type optimism_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -70932,14 +71677,14 @@ export type optimism_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Asset_orderBy = +export type stagingmainnet_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -70953,26 +71698,26 @@ export type optimism_Asset_orderBy = | 'status__id' | 'status__status'; -export type optimism_BlockChangedFilter = { +export type stagingmainnet_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type optimism_Block_height = { - hash?: InputMaybe; +export type stagingmainnet_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type optimism_ConnectorMeta = { +export type stagingmainnet_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type optimism_ConnectorMeta_filter = { +export type stagingmainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70997,43 +71742,43 @@ export type optimism_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_ConnectorMeta_orderBy = +export type stagingmainnet_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -71041,57 +71786,57 @@ export type optimism_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type optimism_DestinationTransfer = { +export type stagingmainnet_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type optimism_DestinationTransferroutersArgs = { +export type stagingmainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_DestinationTransfer_filter = { +export type stagingmainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71108,16 +71853,16 @@ export type optimism_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -71126,17 +71871,17 @@ export type optimism_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -71161,40 +71906,40 @@ export type optimism_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -71211,16 +71956,16 @@ export type optimism_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -71237,16 +71982,16 @@ export type optimism_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -71267,7 +72012,7 @@ export type optimism_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -71284,26 +72029,26 @@ export type optimism_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -71336,16 +72081,16 @@ export type optimism_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -71354,26 +72099,26 @@ export type optimism_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -71406,16 +72151,16 @@ export type optimism_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -71425,12 +72170,12 @@ export type optimism_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_DestinationTransfer_orderBy = +export type stagingmainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -71479,14 +72224,14 @@ export type optimism_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type optimism_OptimisticRootFinalized = { +export type stagingmainnet_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['optimism_Bytes']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type optimism_OptimisticRootFinalized_filter = { +export type stagingmainnet_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71495,16 +72240,16 @@ export type optimism_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -71522,36 +72267,36 @@ export type optimism_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OptimisticRootFinalized_orderBy = +export type stagingmainnet_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type optimism_OrderDirection = +export type stagingmainnet_OrderDirection = | 'asc' | 'desc'; -export type optimism_OriginMessage = { +export type stagingmainnet_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type optimism_OriginMessage_filter = { +export type stagingmainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71560,16 +72305,16 @@ export type optimism_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -71578,16 +72323,16 @@ export type optimism_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -71596,36 +72341,36 @@ export type optimism_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -71654,14 +72399,14 @@ export type optimism_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OriginMessage_orderBy = +export type stagingmainnet_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -71675,51 +72420,51 @@ export type optimism_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type optimism_OriginTransfer = { +export type stagingmainnet_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type optimism_OriginTransferrelayerFeesArgs = { +export type stagingmainnet_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_OriginTransfer_filter = { +export type stagingmainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71736,16 +72481,16 @@ export type optimism_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -71754,20 +72499,20 @@ export type optimism_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -71792,40 +72537,40 @@ export type optimism_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -71834,16 +72579,16 @@ export type optimism_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -71860,16 +72605,16 @@ export type optimism_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -71890,17 +72635,17 @@ export type optimism_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -71921,7 +72666,7 @@ export type optimism_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -71936,41 +72681,41 @@ export type optimism_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: 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>; @@ -71999,16 +72744,16 @@ export type optimism_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -72018,12 +72763,12 @@ export type optimism_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OriginTransfer_orderBy = +export type stagingmainnet_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -72075,20 +72820,20 @@ export type optimism_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type optimism_Relayer = { +export type stagingmainnet_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type optimism_RelayerFee = { +export type stagingmainnet_RelayerFee = { id: Scalars['ID']; - transfer: optimism_OriginTransfer; + transfer: stagingmainnet_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['optimism_Bytes']; + asset: Scalars['stagingmainnet_Bytes']; }; -export type optimism_RelayerFee_filter = { +export type stagingmainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72117,7 +72862,7 @@ export type optimism_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -72126,23 +72871,23 @@ export type optimism_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RelayerFee_orderBy = +export type stagingmainnet_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -72177,20 +72922,20 @@ export type optimism_RelayerFee_orderBy = | 'fee' | 'asset'; -export type optimism_RelayerFeesIncrease = { +export type stagingmainnet_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: optimism_OriginTransfer; + transfer: stagingmainnet_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; + asset?: Maybe; + caller: Scalars['stagingmainnet_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimism_RelayerFeesIncrease_filter = { +export type stagingmainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72219,7 +72964,7 @@ export type optimism_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -72228,36 +72973,36 @@ export type optimism_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: 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; @@ -72291,12 +73036,12 @@ export type optimism_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RelayerFeesIncrease_orderBy = +export type stagingmainnet_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -72337,7 +73082,7 @@ export type optimism_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimism_Relayer_filter = { +export type stagingmainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72350,33 +73095,33 @@ export type optimism_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Relayer_orderBy = +export type stagingmainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type optimism_RootCount = { +export type stagingmainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type optimism_RootCount_filter = { +export type stagingmainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72394,30 +73139,30 @@ export type optimism_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RootCount_orderBy = +export type stagingmainnet_RootCount_orderBy = | 'id' | 'count'; -export type optimism_RootMessageSent = { +export type stagingmainnet_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type optimism_RootMessageSent_filter = { +export type stagingmainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72442,16 +73187,16 @@ export type optimism_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -72460,26 +73205,26 @@ export type optimism_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -72513,12 +73258,12 @@ export type optimism_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RootMessageSent_orderBy = +export type stagingmainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -72531,34 +73276,34 @@ export type optimism_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimism_Router = { +export type stagingmainnet_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type optimism_RouterassetBalancesArgs = { +export type stagingmainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_RouterDailyTVL = { +export type stagingmainnet_RouterDailyTVL = { id: Scalars['ID']; - router: optimism_Router; - asset: optimism_Asset; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type optimism_RouterDailyTVL_filter = { +export type stagingmainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72587,7 +73332,7 @@ export type optimism_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -72608,7 +73353,7 @@ export type optimism_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -72626,12 +73371,12 @@ export type optimism_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RouterDailyTVL_orderBy = +export type stagingmainnet_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -72653,25 +73398,25 @@ export type optimism_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type optimism_RouterLiquidityEvent = { +export type stagingmainnet_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: optimism_Router; - asset: optimism_Asset; + type?: Maybe; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['optimism_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_RouterLiquidityEventType = +export type stagingmainnet_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type optimism_RouterLiquidityEvent_filter = { +export type stagingmainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72680,10 +73425,10 @@ export type optimism_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -72704,7 +73449,7 @@ export type optimism_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -72725,7 +73470,7 @@ export type optimism_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -72742,16 +73487,16 @@ export type optimism_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -72768,16 +73513,16 @@ export type optimism_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -72787,12 +73532,12 @@ export type optimism_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_RouterLiquidityEvent_orderBy = +export type stagingmainnet_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -72820,7 +73565,7 @@ export type optimism_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type optimism_Router_filter = { +export type stagingmainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72833,36 +73578,36 @@ export type optimism_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -72871,14 +73616,14 @@ export type optimism_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Router_orderBy = +export type stagingmainnet_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -72887,13 +73632,13 @@ export type optimism_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type optimism_Sequencer = { +export type stagingmainnet_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type optimism_Sequencer_filter = { +export type stagingmainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72906,34 +73651,34 @@ export type optimism_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Sequencer_orderBy = +export type stagingmainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type optimism_Setting = { +export type stagingmainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; + caller: Scalars['stagingmainnet_Bytes']; }; -export type optimism_Setting_filter = { +export type stagingmainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72950,40 +73695,40 @@ export type optimism_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_Setting_orderBy = +export type stagingmainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type optimism_SlippageUpdate = { +export type stagingmainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: optimism_DestinationTransfer; + transfer: stagingmainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; + caller: Scalars['stagingmainnet_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimism_SlippageUpdate_filter = { +export type stagingmainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73012,7 +73757,7 @@ export type optimism_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -73021,26 +73766,26 @@ export type optimism_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -73074,12 +73819,12 @@ export type optimism_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_SlippageUpdate_orderBy = +export type stagingmainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -73126,16 +73871,16 @@ export type optimism_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimism_SnapshotRoot = { +export type stagingmainnet_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['optimism_Bytes']; + root: Scalars['stagingmainnet_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimism_SnapshotRoot_filter = { +export type stagingmainnet_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73152,16 +73897,16 @@ export type optimism_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -73187,12 +73932,12 @@ export type optimism_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_SnapshotRoot_orderBy = +export type stagingmainnet_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -73200,12 +73945,12 @@ export type optimism_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type optimism_SpokeConnectorMode = { +export type stagingmainnet_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type optimism_SpokeConnectorMode_filter = { +export type stagingmainnet_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73235,33 +73980,35 @@ export type optimism_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_SpokeConnectorMode_orderBy = +export type stagingmainnet_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type optimism_TransferStatus = +export type stagingmainnet_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type optimism__Block_ = { +export type stagingmainnet__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type optimism__Meta_ = { +export type stagingmainnet__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -73269,53 +74016,30 @@ export type optimism__Meta_ = { * and therefore asks for the latest block * */ - block: optimism__Block_; + block: stagingmainnet__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type metis_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type metis_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type metis_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type metis_swap_LpAccount = { +export type arbitrumsepolia_AggregateRoot = { id: Scalars['ID']; - address: Scalars['metis_swap_Bytes']; - balances: Array; -}; - - -export type metis_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + root: Scalars['arbitrumsepolia_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type metis_swap_LpAccountBalance = { +export type arbitrumsepolia_AggregateRootProposed = { id: Scalars['ID']; - account: metis_swap_LpAccount; - token: metis_swap_LpToken; - amount: Scalars['metis_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['arbitrumsepolia_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type metis_swap_LpAccountBalance_filter = { +export type arbitrumsepolia_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73324,106 +74048,72 @@ export type metis_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_LpAccountBalance_orderBy = +export type arbitrumsepolia_AggregateRootProposed_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; -export type metis_swap_LpAccount_filter = { +export type arbitrumsepolia_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73432,59 +74122,191 @@ export type metis_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_LpAccount_orderBy = +export type arbitrumsepolia_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; + | 'root' + | 'blockNumber'; -export type metis_swap_LpToken = { +export type arbitrumsepolia_Aggregation_interval = + | 'hour' + | 'day'; + +export type arbitrumsepolia_Asset = { id: Scalars['ID']; - address: Scalars['metis_swap_Bytes']; - stableSwap: metis_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['metis_swap_BigDecimal']; - events: Array; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; +export type arbitrumsepolia_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: arbitrumsepolia_Router; + asset: arbitrumsepolia_Asset; + feesEarned: Scalars['BigInt']; +}; -export type metis_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type arbitrumsepolia_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 metis_swap_LpTokenEvent = { +export type arbitrumsepolia_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type arbitrumsepolia_AssetStatus = { id: Scalars['ID']; - token: metis_swap_LpToken; - amount: Scalars['metis_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; + status?: Maybe; }; -export type metis_swap_LpTokenEvent_filter = { +export type arbitrumsepolia_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73493,91 +74315,21 @@ export type metis_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_LpTokenEvent_orderBy = +export type arbitrumsepolia_AssetStatus_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'status'; -export type metis_swap_LpToken_filter = { +export type arbitrumsepolia_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73586,141 +74338,139 @@ export type metis_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_LpToken_orderBy = +export type arbitrumsepolia_Asset_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'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type metis_swap_LpTransferEvent = metis_swap_LpTokenEvent & { +export type arbitrumsepolia_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type arbitrumsepolia_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type arbitrumsepolia_ConnectorMeta = { id: Scalars['ID']; - token: metis_swap_LpToken; - amount: Scalars['metis_swap_BigDecimal']; - from: Scalars['metis_swap_Bytes']; - to: Scalars['metis_swap_Bytes']; - fromBalance: Scalars['metis_swap_BigDecimal']; - toBalance: Scalars['metis_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type metis_swap_LpTransferEvent_filter = { +export type arbitrumsepolia_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73729,259 +74479,117 @@ export type metis_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type metis_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 metis_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type metis_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['metis_swap_Bytes']; -}; - -export type metis_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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_PooledToken_orderBy = +export type arbitrumsepolia_ConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type metis_swap_StableSwap = { +export type arbitrumsepolia_DestinationTransfer = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['metis_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 metis_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type metis_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type metis_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type metis_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type metis_swap_StableSwapweeklyVolumesArgs = { +export type arbitrumsepolia_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type metis_swap_StableSwapAddLiquidityEvent = metis_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - provider: Scalars['metis_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_swap_StableSwapAddLiquidityEvent_filter = { +export type arbitrumsepolia_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73990,105 +74598,24 @@ export type metis_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + 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; @@ -74097,53 +74624,367 @@ export type metis_swap_StableSwapAddLiquidityEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_StableSwapAddLiquidityEvent_orderBy = +export type arbitrumsepolia_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' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type metis_swap_StableSwapEvent = { +export type arbitrumsepolia_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - block: Scalars['BigInt']; + aggregateRoot: Scalars['arbitrumsepolia_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type metis_swap_StableSwapEvent_filter = { +export type arbitrumsepolia_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74152,35 +74993,16 @@ export type metis_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + 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; @@ -74189,71 +75011,45 @@ export type metis_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_StableSwapEvent_orderBy = +export type arbitrumsepolia_OptimisticRootFinalized_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | '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' + | 'aggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type metis_swap_StableSwapExchange = { +/** Defines the order direction, either ascending or descending */ +export type arbitrumsepolia_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumsepolia_OriginMessage = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - buyer: Scalars['metis_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['metis_swap_Bytes']; - nonce: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type metis_swap_StableSwapExchange_filter = { +export type arbitrumsepolia_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74262,171 +75058,166 @@ export type metis_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_StableSwapExchange_orderBy = +export type arbitrumsepolia_OriginMessage_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEvent & { +export type arbitrumsepolia_OriginTransfer = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - provider: Scalars['metis_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; - nonce: Scalars['BigInt']; + 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 metis_swap_StableSwapRemoveLiquidityEvent_filter = { + +export type arbitrumsepolia_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74435,105 +75226,24 @@ export type metis_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + 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; @@ -74542,44 +75252,341 @@ export type metis_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type arbitrumsepolia_OriginTransfer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type metis_swap_StableSwap_filter = { +export type arbitrumsepolia_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type arbitrumsepolia_RelayerFee = { + id: Scalars['ID']; + transfer: arbitrumsepolia_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['arbitrumsepolia_Bytes']; +}; + +export type arbitrumsepolia_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74588,200 +75595,100 @@ export type metis_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_StableSwap_orderBy = +export type arbitrumsepolia_RelayerFee_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'; + | '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 metis_swap_SwapDailyVolume = metis_swap_SwapTradeVolume & { +export type arbitrumsepolia_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; + transfer: arbitrumsepolia_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['arbitrumsepolia_Bytes']; + transactionHash: Scalars['arbitrumsepolia_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type metis_swap_SwapDailyVolume_filter = { +export type arbitrumsepolia_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74790,108 +75697,65 @@ export type metis_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type metis_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 metis_swap_SwapHourlyVolume = metis_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; -}; - -export type metis_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; + 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; @@ -74900,121 +75764,78 @@ export type metis_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_SwapHourlyVolume_orderBy = +export type arbitrumsepolia_RelayerFeesIncrease_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; - -export type metis_swap_SwapTradeVolume = { - stableSwap: metis_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; -}; - -export type metis_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 metis_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' + | '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' - | 'volume'; - -export type metis_swap_SwapWeeklyVolume = metis_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; -}; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type metis_swap_SwapWeeklyVolume_filter = { +export type arbitrumsepolia_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75023,78 +75844,37 @@ export type metis_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_SwapWeeklyVolume_orderBy = +export type arbitrumsepolia_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'; -export type metis_swap_SystemInfo = { +export type arbitrumsepolia_RootCount = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + count?: Maybe; }; -export type metis_swap_SystemInfo_filter = { +export type arbitrumsepolia_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75103,77 +75883,39 @@ export type metis_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_swap_SystemInfo_orderBy = +export type arbitrumsepolia_RootCount_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type metis_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 hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type metis_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: metis_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_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['polygon_Bytes']; - blockNumber: Scalars['BigInt']; -}; + | 'count'; -export type polygon_AggregateRootProposed = { +export type arbitrumsepolia_RootMessageSent = { id: Scalars['ID']; - aggregateRoot: Scalars['polygon_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; blockNumber?: Maybe; }; -export type polygon_AggregateRootProposed_filter = { +export type arbitrumsepolia_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75182,40 +75924,60 @@ export type polygon_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -75224,6 +75986,22 @@ export type polygon_AggregateRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -75233,21 +76011,52 @@ export type polygon_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AggregateRootProposed_orderBy = +export type arbitrumsepolia_RootMessageSent_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type polygon_AggregateRoot_filter = { +export type arbitrumsepolia_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type arbitrumsepolia_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_RouterDailyTVL = { + id: Scalars['ID']; + router: arbitrumsepolia_Router; + asset: arbitrumsepolia_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type arbitrumsepolia_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75256,60 +76065,111 @@ export type polygon_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AggregateRoot_orderBy = +export type arbitrumsepolia_RouterDailyTVL_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type polygon_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; -export type polygon_AssetBalance = { +export type arbitrumsepolia_RouterLiquidityEvent = { id: Scalars['ID']; + type?: Maybe; + router: arbitrumsepolia_Router; + asset: arbitrumsepolia_Asset; amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: polygon_Router; - asset: polygon_Asset; - feesEarned: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['arbitrumsepolia_Bytes']; + nonce: Scalars['BigInt']; }; -export type polygon_AssetBalance_filter = { +export type arbitrumsepolia_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type arbitrumsepolia_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75318,38 +76178,10 @@ export type polygon_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -75370,7 +76202,7 @@ export type polygon_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -75391,27 +76223,76 @@ export type polygon_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AssetBalance_orderBy = +export type arbitrumsepolia_RouterLiquidityEvent_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' + | 'type' | 'router' | 'router__id' | 'router__isActive' @@ -75429,14 +76310,88 @@ export type polygon_AssetBalance_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type polygon_AssetStatus = { +export type arbitrumsepolia_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 arbitrumsepolia_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type arbitrumsepolia_Sequencer = { id: Scalars['ID']; - status?: Maybe; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type polygon_AssetStatus_filter = { +export type arbitrumsepolia_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75445,21 +76400,38 @@ export type polygon_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AssetStatus_orderBy = +export type arbitrumsepolia_Sequencer_orderBy = | 'id' - | 'status'; + | 'isActive' + | 'sequencer'; -export type polygon_Asset_filter = { +export type arbitrumsepolia_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['arbitrumsepolia_Bytes']; +}; + +export type arbitrumsepolia_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75468,70 +76440,129 @@ export type polygon_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type arbitrumsepolia_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type arbitrumsepolia_SlippageUpdate = { + id: Scalars['ID']; + transfer: arbitrumsepolia_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['arbitrumsepolia_Bytes']; + transactionHash: Scalars['arbitrumsepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type arbitrumsepolia_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; @@ -75540,67 +76571,69 @@ export type polygon_Asset_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Asset_orderBy = +export type arbitrumsepolia_SlippageUpdate_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type polygon_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type polygon_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | '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_ConnectorMeta = { +export type arbitrumsepolia_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + root: Scalars['arbitrumsepolia_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type polygon_ConnectorMeta_filter = { +export type arbitrumsepolia_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75617,109 +76650,141 @@ export type polygon_ConnectorMeta_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_ConnectorMeta_orderBy = +export type arbitrumsepolia_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type polygon_DestinationTransfer = { +export type arbitrumsepolia_SpokeConnectorMode = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + mode: Scalars['String']; }; +export type arbitrumsepolia_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type polygon_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type arbitrumsepolia_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type arbitrumsepolia_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type arbitrumsepolia__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 hash of the parent block */ + parentHash?: Maybe; }; -export type polygon_DestinationTransfer_filter = { +/** The type for the top-level _meta field */ +export type arbitrumsepolia__Meta_ = { + /** + * Information 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: arbitrumsepolia__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type mainnet_AggregateRootSavedSlow = { + id: Scalars['ID']; + aggregateRoot: Scalars['mainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; +}; + +export type mainnet_AggregateRootSavedSlow_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75728,393 +76793,60 @@ export type polygon_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_DestinationTransfer_orderBy = +export type mainnet_AggregateRootSavedSlow_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; -export type polygon_OptimisticRootFinalized = { +export type mainnet_AggregatedMessageRoot = { id: Scalars['ID']; - aggregateRoot: Scalars['polygon_Bytes']; - timestamp: Scalars['BigInt']; + index: Scalars['BigInt']; + receivedRoot: Scalars['mainnet_Bytes']; + domain?: Maybe; blockNumber?: Maybe; }; -export type polygon_OptimisticRootFinalized_filter = { +export type mainnet_AggregatedMessageRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76123,24 +76855,32 @@ export type polygon_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -76150,36 +76890,32 @@ export type polygon_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OptimisticRootFinalized_orderBy = +export type mainnet_AggregatedMessageRoot_orderBy = | 'id' - | 'aggregateRoot' - | 'timestamp' + | 'index' + | 'receivedRoot' + | 'domain' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type polygon_OrderDirection = - | 'asc' - | 'desc'; +export type mainnet_Aggregation_interval = + | 'hour' + | 'day'; -export type polygon_OriginMessage = { +export type mainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type polygon_OriginMessage_filter = { +export type mainnet_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76188,166 +76924,154 @@ export type polygon_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginMessage_orderBy = +export type mainnet_ArbitrumConnectorMeta_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_OriginTransfer = { +export type mainnet_AvalancheConnectorMeta = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_AvalancheConnectorMeta_filter = { + 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_AvalancheConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mainnet_BaseConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type polygon_OriginTransfer_filter = { +export type mainnet_BaseConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76356,367 +77080,164 @@ export type polygon_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginTransfer_orderBy = +export type mainnet_BaseConnectorMeta_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_Relayer = { +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']; - isActive: Scalars['Boolean']; - relayer?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type polygon_RelayerFee = { +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']; - transfer: polygon_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['polygon_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type polygon_RelayerFee_filter = { +export type mainnet_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76725,100 +77246,106 @@ export type polygon_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RelayerFee_orderBy = +export type mainnet_GnosisConnectorMeta_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_RelayerFeesIncrease = { +export type mainnet_HubDomain = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; + domain?: Maybe; +}; + +export type mainnet_HubDomain_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_HubDomain_orderBy = + | 'id' + | 'domain'; + +export type mainnet_HubOptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type polygon_RelayerFeesIncrease_filter = { +export type mainnet_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76827,65 +77354,16 @@ export type polygon_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -76894,22 +77372,6 @@ export type polygon_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -76919,53 +77381,27 @@ export type polygon_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RelayerFeesIncrease_orderBy = +export type mainnet_HubOptimisticRootFinalized_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type polygon_Relayer_filter = { +export type mainnet_LineaConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76974,37 +77410,76 @@ export type polygon_Relayer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Relayer_orderBy = +export type mainnet_LineaConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_RootCount = { +export type mainnet_MantleConnectorMeta = { id: Scalars['ID']; - count?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type polygon_RootCount_filter = { +export type mainnet_MantleConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77013,39 +77488,76 @@ export type polygon_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RootCount_orderBy = +export type mainnet_MantleConnectorMeta_orderBy = | 'id' - | 'count'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_RootMessageSent = { +export type mainnet_MetisConnectorMeta = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type polygon_RootMessageSent_filter = { +export type mainnet_MetisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77070,123 +77582,138 @@ export type polygon_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RootMessageSent_orderBy = +export type mainnet_MetisConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_Router = { +export type mainnet_ModeConnectorMeta = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; - -export type polygon_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type mainnet_ModeConnectorMeta_filter = { + 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_RouterDailyTVL = { +export type mainnet_ModeConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_OptimismConnectorMeta = { id: Scalars['ID']; - router: polygon_Router; - asset: polygon_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type polygon_RouterDailyTVL_filter = { +export type mainnet_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77195,111 +77722,75 @@ export type polygon_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RouterDailyTVL_orderBy = +export type mainnet_OptimismConnectorMeta_orderBy = | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'timestamp' - | 'balance'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_RouterLiquidityEvent = { +export type mainnet_OptimisticRootPropagated = { id: Scalars['ID']; - type?: Maybe; - router: polygon_Router; - asset: polygon_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; + aggregateRoot: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygon_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type polygon_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type polygon_RouterLiquidityEvent_filter = { +export type mainnet_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77308,86 +77799,26 @@ export type polygon_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + 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; @@ -77396,59 +77827,39 @@ export type polygon_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RouterLiquidityEvent_orderBy = +export type mainnet_OptimisticRootPropagated_orderBy = | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'transactionHash' - | 'nonce'; + | 'blockNumber'; -export type polygon_Router_filter = { +export type mainnet_OptimisticRootProposed = { + id: Scalars['ID']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['mainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77457,71 +77868,93 @@ export type polygon_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Router_orderBy = +export type mainnet_OptimisticRootProposed_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type polygon_Sequencer = { +/** Defines the order direction, either ascending or descending */ +export type mainnet_OrderDirection = + | 'asc' + | 'desc'; + +export type mainnet_PolygonConnectorMeta = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type polygon_Sequencer_filter = { +export type mainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77530,38 +77963,76 @@ export type polygon_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Sequencer_orderBy = +export type mainnet_PolygonConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon_Setting = { +export type mainnet_PolygonZkConnectorMeta = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type polygon_Setting_filter = { +export type mainnet_PolygonZkConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77570,48 +78041,74 @@ export type polygon_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type 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']; + 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_SlippageUpdate_filter = { +export type mainnet_PolygonZkConnectorMeta_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; @@ -77620,55 +78117,194 @@ export type polygon_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + 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_RootManagerMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type mainnet_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 mainnet_RootManagerMode_orderBy = + | 'id' + | 'mode'; + +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; @@ -77702,51 +78338,16 @@ export type polygon_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_SlippageUpdate_orderBy = +export type mainnet_RootMessageProcessed_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' + | 'spokeDomain' + | 'hubDomain' + | 'root' | 'caller' | 'transactionHash' | 'timestamp' @@ -77754,16 +78355,15 @@ export type polygon_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_SnapshotRoot = { +export type mainnet_RootPropagated = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['polygon_Bytes']; + aggregate: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type polygon_SnapshotRoot_filter = { +export type mainnet_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77772,24 +78372,26 @@ export type polygon_SnapshotRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -77798,14 +78400,6 @@ export type polygon_SnapshotRoot_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -77815,25 +78409,28 @@ export type polygon_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_SnapshotRoot_orderBy = +export type mainnet_RootPropagated_orderBy = | 'id' - | 'spokeDomain' - | 'root' + | 'aggregate' + | 'domainsHash' | 'count' - | 'timestamp' | 'blockNumber'; -export type polygon_SpokeConnectorMode = { +export type mainnet_ZkSyncConnectorMeta = { id: Scalars['ID']; - mode: Scalars['String']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type polygon_SpokeConnectorMode_filter = { +export type mainnet_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77842,54 +78439,79 @@ export type polygon_SpokeConnectorMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_SpokeConnectorMode_orderBy = +export type mainnet_ZkSyncConnectorMeta_orderBy = | 'id' - | 'mode'; - -export type polygon_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type polygon__Block_ = { +export type mainnet__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type polygon__Meta_ = { +export type mainnet__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -77897,53 +78519,149 @@ export type polygon__Meta_ = { * and therefore asks for the latest block * */ - block: polygon__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 mode_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type mode_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type stagingmainnet_AggregateRootSavedSlow = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; }; -export type mode_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type stagingmainnet_AggregateRootSavedSlow_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_LpAccount = { +export type stagingmainnet_AggregateRootSavedSlow_orderBy = + | 'id' + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; + +export type stagingmainnet_AggregatedMessageRoot = { id: Scalars['ID']; - address: Scalars['mode_swap_Bytes']; - balances: Array; + index: Scalars['BigInt']; + receivedRoot: Scalars['stagingmainnet_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; }; - -export type mode_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_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>; + 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 mode_swap_LpAccountBalance = { +export type stagingmainnet_AggregatedMessageRoot_orderBy = + | 'id' + | 'index' + | 'receivedRoot' + | 'domain' + | 'blockNumber'; + +export type stagingmainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; - account: mode_swap_LpAccount; - token: mode_swap_LpToken; - amount: Scalars['mode_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type mode_swap_LpAccountBalance_filter = { +export type stagingmainnet_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77952,106 +78670,76 @@ export type mode_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_LpAccountBalance_orderBy = +export type stagingmainnet_ArbitrumConnectorMeta_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mode_swap_LpAccount_filter = { +export type stagingmainnet_AvalancheConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_AvalancheConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78060,59 +78748,154 @@ export type mode_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_LpAccount_orderBy = +export type stagingmainnet_AvalancheConnectorMeta_orderBy = | 'id' - | 'address' - | 'balances'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mode_swap_LpToken = { +export type stagingmainnet_BaseConnectorMeta = { id: Scalars['ID']; - address: Scalars['mode_swap_Bytes']; - stableSwap: mode_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['mode_swap_BigDecimal']; - events: Array; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; - -export type mode_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_BaseConnectorMeta_filter = { + 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 mode_swap_LpTokenEvent = { +export type stagingmainnet_BaseConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_BnbConnectorMeta = { id: Scalars['ID']; - token: mode_swap_LpToken; - amount: Scalars['mode_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type mode_swap_LpTokenEvent_filter = { +export type stagingmainnet_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78121,91 +78904,76 @@ export type mode_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_LpTokenEvent_orderBy = +export type stagingmainnet_BnbConnectorMeta_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mode_swap_LpToken_filter = { +export type stagingmainnet_GnosisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78214,141 +78982,106 @@ export type mode_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_LpToken_orderBy = +export type stagingmainnet_GnosisConnectorMeta_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mode_swap_LpTransferEvent = mode_swap_LpTokenEvent & { +export type stagingmainnet_HubDomain = { id: Scalars['ID']; - token: mode_swap_LpToken; - amount: Scalars['mode_swap_BigDecimal']; - from: Scalars['mode_swap_Bytes']; - to: Scalars['mode_swap_Bytes']; - fromBalance: Scalars['mode_swap_BigDecimal']; - toBalance: Scalars['mode_swap_BigDecimal']; - block: Scalars['BigInt']; + domain?: Maybe; +}; + +export type stagingmainnet_HubDomain_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_HubDomain_orderBy = + | 'id' + | 'domain'; + +export type stagingmainnet_HubOptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mode_swap_LpTransferEvent_filter = { +export type stagingmainnet_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78357,79 +79090,16 @@ export type mode_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -78438,60 +79108,36 @@ export type mode_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_LpTransferEvent_orderBy = +export type stagingmainnet_HubOptimisticRootFinalized_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' + | 'aggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type mode_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'blockNumber'; -export type mode_swap_PooledToken = { +export type stagingmainnet_LineaConnectorMeta = { id: Scalars['ID']; - asset: Scalars['mode_swap_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type mode_swap_PooledToken_filter = { +export type stagingmainnet_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78500,116 +79146,232 @@ export type mode_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_PooledToken_orderBy = +export type stagingmainnet_LineaConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mode_swap_StableSwap = { +export type stagingmainnet_MantleConnectorMeta = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['mode_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 mode_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; - -export type mode_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_MantleConnectorMeta_filter = { + 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 stagingmainnet_MantleConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mode_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_MetisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; - -export type mode_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_MetisConnectorMeta_filter = { + 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 stagingmainnet_MetisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mode_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mode_swap_StableSwapAddLiquidityEvent = mode_swap_StableSwapEvent & { +export type stagingmainnet_ModeConnectorMeta = { id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - provider: Scalars['mode_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type mode_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingmainnet_ModeConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78618,160 +79380,76 @@ export type mode_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingmainnet_ModeConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | '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'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mode_swap_StableSwapEvent = { +export type stagingmainnet_OptimismConnectorMeta = { id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type mode_swap_StableSwapEvent_filter = { +export type stagingmainnet_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78780,108 +79458,75 @@ export type mode_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_StableSwapEvent_orderBy = +export type stagingmainnet_OptimismConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mode_swap_StableSwapExchange = { +export type stagingmainnet_OptimisticRootPropagated = { id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - buyer: Scalars['mode_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + domainsHash: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mode_swap_StableSwapExchange_filter = { +export type stagingmainnet_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -78890,91 +79535,26 @@ export type mode_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + 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; @@ -78983,78 +79563,39 @@ export type mode_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_StableSwapExchange_orderBy = +export type stagingmainnet_OptimisticRootPropagated_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type mode_swap_StableSwapRemoveLiquidityEvent = mode_swap_StableSwapEvent & { +export type stagingmainnet_OptimisticRootProposed = { id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - provider: Scalars['mode_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['mode_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mode_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingmainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79063,87 +79604,46 @@ export type mode_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + disputeCliff?: InputMaybe; + disputeCliff_not?: InputMaybe; + disputeCliff_gt?: InputMaybe; + disputeCliff_lt?: InputMaybe; + disputeCliff_gte?: InputMaybe; + disputeCliff_lte?: InputMaybe; + disputeCliff_in?: InputMaybe>; + disputeCliff_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + snapshotsRoots?: InputMaybe>; + snapshotsRoots_not?: InputMaybe>; + snapshotsRoots_contains?: InputMaybe>; + snapshotsRoots_contains_nocase?: InputMaybe>; + snapshotsRoots_not_contains?: InputMaybe>; + snapshotsRoots_not_contains_nocase?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + baseAggregateRoot?: InputMaybe; + baseAggregateRoot_not?: InputMaybe; + baseAggregateRoot_gt?: InputMaybe; + baseAggregateRoot_lt?: InputMaybe; + baseAggregateRoot_gte?: InputMaybe; + baseAggregateRoot_lte?: InputMaybe; + baseAggregateRoot_in?: InputMaybe>; + baseAggregateRoot_not_in?: InputMaybe>; + baseAggregateRoot_contains?: InputMaybe; + baseAggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -79152,62 +79652,194 @@ export type mode_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingmainnet_OptimisticRootProposed_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type mode_swap_StableSwap_filter = { +export type stagingmainnet_PolygonConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_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 stagingmainnet_PolygonConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_PolygonZkConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_PolygonZkConnectorMeta_filter = { + 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 stagingmainnet_PolygonZkConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_RootAggregated = { + id: Scalars['ID']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['stagingmainnet_Bytes']; + index: Scalars['BigInt']; +}; + +export type stagingmainnet_RootAggregated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79216,30 +79848,6 @@ export type mode_swap_StableSwap_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -79248,168 +79856,43 @@ export type mode_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; - initialA?: InputMaybe; - initialA_not?: InputMaybe; - initialA_gt?: InputMaybe; - initialA_lt?: InputMaybe; - initialA_gte?: InputMaybe; - initialA_lte?: InputMaybe; - initialA_in?: InputMaybe>; - initialA_not_in?: InputMaybe>; - futureA?: InputMaybe; - futureA_not?: InputMaybe; - futureA_gt?: InputMaybe; - futureA_lt?: InputMaybe; - futureA_gte?: InputMaybe; - futureA_lte?: InputMaybe; - futureA_in?: InputMaybe>; - futureA_not_in?: InputMaybe>; - initialATime?: InputMaybe; - initialATime_not?: InputMaybe; - initialATime_gt?: InputMaybe; - initialATime_lt?: InputMaybe; - initialATime_gte?: InputMaybe; - initialATime_lte?: InputMaybe; - initialATime_in?: InputMaybe>; - initialATime_not_in?: InputMaybe>; - futureATime?: InputMaybe; - futureATime_not?: InputMaybe; - futureATime_gt?: InputMaybe; - futureATime_lt?: InputMaybe; - futureATime_gte?: InputMaybe; - futureATime_lte?: InputMaybe; - futureATime_in?: InputMaybe>; - futureATime_not_in?: InputMaybe>; - swapFee?: InputMaybe; - swapFee_not?: InputMaybe; - swapFee_gt?: InputMaybe; - swapFee_lt?: InputMaybe; - swapFee_gte?: InputMaybe; - swapFee_lte?: InputMaybe; - swapFee_in?: InputMaybe>; - swapFee_not_in?: InputMaybe>; - adminFee?: InputMaybe; - adminFee_not?: InputMaybe; - adminFee_gt?: InputMaybe; - adminFee_lt?: InputMaybe; - adminFee_gte?: InputMaybe; - adminFee_lte?: InputMaybe; - adminFee_in?: InputMaybe>; - adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers?: InputMaybe>; - tokenPrecisionMultipliers_not?: InputMaybe>; - tokenPrecisionMultipliers_contains?: InputMaybe>; - tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; - tokenPrecisionMultipliers_not_contains?: InputMaybe>; - tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - adminFees?: InputMaybe>; - adminFees_not?: InputMaybe>; - adminFees_contains?: InputMaybe>; - adminFees_contains_nocase?: InputMaybe>; - adminFees_not_contains?: InputMaybe>; - adminFees_not_contains_nocase?: InputMaybe>; - virtualPrice?: InputMaybe; - virtualPrice_not?: InputMaybe; - virtualPrice_gt?: InputMaybe; - virtualPrice_lt?: InputMaybe; - virtualPrice_gte?: InputMaybe; - virtualPrice_lte?: InputMaybe; - virtualPrice_in?: InputMaybe>; - virtualPrice_not_in?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_StableSwap_orderBy = +export type stagingmainnet_RootAggregated_orderBy = | 'id' - | 'isActive' - | 'key' - | 'canonicalId' | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'receivedRoot' + | 'index'; -export type mode_swap_SwapDailyVolume = mode_swap_SwapTradeVolume & { +export type stagingmainnet_RootManagerMeta = { id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; + domains?: Maybe>; + connectors?: Maybe>; }; -export type mode_swap_SwapDailyVolume_filter = { +export type stagingmainnet_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79418,79 +79901,35 @@ export type mode_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_SwapDailyVolume_orderBy = +export type stagingmainnet_RootManagerMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'domains' + | 'connectors'; -export type mode_swap_SwapHourlyVolume = mode_swap_SwapTradeVolume & { +export type stagingmainnet_RootManagerMode = { id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; + mode: Scalars['String']; }; -export type mode_swap_SwapHourlyVolume_filter = { +export type stagingmainnet_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79499,99 +79938,104 @@ export type mode_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_swap_SwapHourlyVolume_orderBy = + 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 stagingmainnet_RootManagerMode_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'mode'; -export type mode_swap_SwapTradeVolume = { - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; +export type stagingmainnet_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 mode_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; +export type stagingmainnet_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; @@ -79600,49 +80044,57 @@ export type mode_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_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' +export type stagingmainnet_RootMessageProcessed_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type mode_swap_SwapWeeklyVolume = mode_swap_SwapTradeVolume & { +export type stagingmainnet_RootPropagated = { id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; + aggregate: Scalars['stagingmainnet_Bytes']; + domainsHash: Scalars['stagingmainnet_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mode_swap_SwapWeeklyVolume_filter = { +export type stagingmainnet_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79651,78 +80103,65 @@ export type mode_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + aggregate?: InputMaybe; + aggregate_not?: InputMaybe; + aggregate_gt?: InputMaybe; + aggregate_lt?: InputMaybe; + aggregate_gte?: InputMaybe; + aggregate_lte?: InputMaybe; + aggregate_in?: InputMaybe>; + aggregate_not_in?: InputMaybe>; + aggregate_contains?: InputMaybe; + aggregate_not_contains?: InputMaybe; + domainsHash?: InputMaybe; + domainsHash_not?: InputMaybe; + domainsHash_gt?: InputMaybe; + domainsHash_lt?: InputMaybe; + domainsHash_gte?: InputMaybe; + domainsHash_lte?: InputMaybe; + domainsHash_in?: InputMaybe>; + domainsHash_not_in?: InputMaybe>; + domainsHash_contains?: InputMaybe; + domainsHash_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_SwapWeeklyVolume_orderBy = +export type stagingmainnet_RootPropagated_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; -export type mode_swap_SystemInfo = { +export type stagingmainnet_ScrollConnectorMeta = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type mode_swap_SystemInfo_filter = { +export type stagingmainnet_ScrollConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79731,96 +80170,262 @@ export type mode_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_swap_SystemInfo_orderBy = +export type stagingmainnet_ScrollConnectorMeta_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type mode_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 hash of the parent block */ - parentHash?: Maybe; +export type stagingmainnet_XlayerConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -/** The type for the top-level _meta field */ -export type mode_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: mode_swap__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; +export type stagingmainnet_XlayerConnectorMeta_filter = { + 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 linea_swap_BlockChangedFilter = { +export type stagingmainnet_XlayerConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_ZkSyncConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_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 stagingmainnet_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mantle_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type mantle_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type linea_swap_Block_height = { - hash?: InputMaybe; +export type mantle_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type linea_swap_LpAccount = { +export type mantle_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - balances: Array; + address: Scalars['mantle_swap_Bytes']; + balances: Array; }; -export type linea_swap_LpAccountbalancesArgs = { +export type mantle_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_LpAccountBalance = { +export type mantle_swap_LpAccountBalance = { id: Scalars['ID']; - account: linea_swap_LpAccount; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; + account: mantle_swap_LpAccount; + token: mantle_swap_LpToken; + amount: Scalars['mantle_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type linea_swap_LpAccountBalance_filter = { +export type mantle_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79849,7 +80454,7 @@ export type linea_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -79870,15 +80475,15 @@ export type linea_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -79895,26 +80500,40 @@ export type linea_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpAccountBalance_orderBy = +export type mantle_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 linea_swap_LpAccount_filter = { +export type mantle_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79923,53 +80542,59 @@ export type linea_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpAccount_orderBy = +export type mantle_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type linea_swap_LpToken = { +export type mantle_swap_LpToken = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - stableSwap: linea_swap_StableSwap; + address: Scalars['mantle_swap_Bytes']; + stableSwap: mantle_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['linea_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['mantle_swap_BigDecimal']; + events: Array; }; -export type linea_swap_LpTokeneventsArgs = { +export type mantle_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_LpTokenEvent = { +export type mantle_swap_LpTokenEvent = { id: Scalars['ID']; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; + token: mantle_swap_LpToken; + amount: Scalars['mantle_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mantle_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_LpTokenEvent_filter = { +export type mantle_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -79998,15 +80623,15 @@ export type linea_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -80023,12 +80648,16 @@ export type linea_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -80038,19 +80667,27 @@ export type linea_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpTokenEvent_orderBy = +export type mantle_swap_LpTokenEvent_orderBy = | 'id' | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' | 'block' | 'timestamp' | 'transaction' | 'nonce'; -export type linea_swap_LpToken_filter = { +export type mantle_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80059,12 +80696,16 @@ export type linea_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + 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; @@ -80085,7 +80726,7 @@ export type linea_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -80134,43 +80775,62 @@ export type linea_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpToken_orderBy = +export type mantle_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 linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { +export type mantle_swap_LpTransferEvent = mantle_swap_LpTokenEvent & { id: Scalars['ID']; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; - from: Scalars['linea_swap_Bytes']; - to: Scalars['linea_swap_Bytes']; - fromBalance: Scalars['linea_swap_BigDecimal']; - toBalance: Scalars['linea_swap_BigDecimal']; + token: mantle_swap_LpToken; + amount: Scalars['mantle_swap_BigDecimal']; + from: Scalars['mantle_swap_Bytes']; + to: Scalars['mantle_swap_Bytes']; + fromBalance: Scalars['mantle_swap_BigDecimal']; + toBalance: Scalars['mantle_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mantle_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_LpTransferEvent_filter = { +export type mantle_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80199,43 +80859,51 @@ export type linea_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + 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; @@ -80252,12 +80920,16 @@ export type linea_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -80267,12 +80939,20 @@ export type linea_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_LpTransferEvent_orderBy = +export type mantle_swap_LpTransferEvent_orderBy = | 'id' | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' | 'from' | 'to' @@ -80284,16 +80964,16 @@ export type linea_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type linea_swap_OrderDirection = +export type mantle_swap_OrderDirection = | 'asc' | 'desc'; -export type linea_swap_PooledToken = { +export type mantle_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['linea_swap_Bytes']; + asset: Scalars['mantle_swap_Bytes']; }; -export type linea_swap_PooledToken_filter = { +export type mantle_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80302,97 +80982,103 @@ export type linea_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_PooledToken_orderBy = +export type mantle_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type linea_swap_StableSwap = { +export type mantle_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['linea_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['mantle_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type linea_swap_StableSwapeventsArgs = { +export type mantle_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapexchangesArgs = { +export type mantle_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; -export type linea_swap_StableSwaphourlyVolumesArgs = { + +export type mantle_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapdailyVolumesArgs = { +export type mantle_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapweeklyVolumesArgs = { +export type mantle_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { +export type mantle_swap_StableSwapAddLiquidityEvent = mantle_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; + stableSwap: mantle_swap_StableSwap; + provider: Scalars['mantle_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -80401,11 +81087,11 @@ export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mantle_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapAddLiquidityEvent_filter = { +export type mantle_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80434,13 +81120,17 @@ export type linea_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -80499,12 +81189,16 @@ export type linea_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -80514,12 +81208,30 @@ export type linea_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_StableSwapAddLiquidityEvent_orderBy = +export type mantle_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' @@ -80532,16 +81244,16 @@ export type linea_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwapEvent = { +export type mantle_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: mantle_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mantle_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapEvent_filter = { +export type mantle_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80570,7 +81282,7 @@ export type linea_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -80587,12 +81299,16 @@ export type linea_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -80602,21 +81318,39 @@ export type linea_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_StableSwapEvent_orderBy = +export type mantle_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 linea_swap_StableSwapExchange = { +export type mantle_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - buyer: Scalars['linea_swap_Bytes']; + stableSwap: mantle_swap_StableSwap; + buyer: Scalars['mantle_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -80625,11 +81359,11 @@ export type linea_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mantle_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapExchange_filter = { +export type mantle_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80658,13 +81392,17 @@ export type linea_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -80727,12 +81465,16 @@ export type linea_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -80742,12 +81484,30 @@ export type linea_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_StableSwapExchange_orderBy = +export type mantle_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' @@ -80760,10 +81520,10 @@ export type linea_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { +export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; + stableSwap: mantle_swap_StableSwap; + provider: Scalars['mantle_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -80772,11 +81532,11 @@ export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEve balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['mantle_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { +export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80805,13 +81565,17 @@ export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -80870,12 +81634,16 @@ export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -80885,12 +81653,30 @@ export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type mantle_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' @@ -80903,7 +81689,7 @@ export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwap_filter = { +export type mantle_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -80916,18 +81702,26 @@ export type linea_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + 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; @@ -80936,18 +81730,26 @@ export type linea_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + 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; @@ -80996,12 +81798,12 @@ export type linea_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -81044,15 +81846,18 @@ export type linea_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_StableSwap_orderBy = +export type mantle_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -81079,14 +81884,14 @@ export type linea_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { +export type mantle_swap_SwapDailyVolume = mantle_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: mantle_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type linea_swap_SwapDailyVolume_filter = { +export type mantle_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81115,7 +81920,7 @@ export type linea_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81124,32 +81929,50 @@ export type linea_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SwapDailyVolume_orderBy = +export type mantle_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 linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { +export type mantle_swap_SwapHourlyVolume = mantle_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: mantle_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type linea_swap_SwapHourlyVolume_filter = { +export type mantle_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81178,7 +82001,7 @@ export type linea_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81187,31 +82010,49 @@ export type linea_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SwapHourlyVolume_orderBy = +export type mantle_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 linea_swap_SwapTradeVolume = { - stableSwap: linea_swap_StableSwap; +export type mantle_swap_SwapTradeVolume = { + stableSwap: mantle_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type linea_swap_SwapTradeVolume_filter = { +export type mantle_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -81232,7 +82073,7 @@ export type linea_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81241,31 +82082,49 @@ export type linea_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SwapTradeVolume_orderBy = +export type mantle_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 linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { +export type mantle_swap_SwapWeeklyVolume = mantle_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: mantle_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type linea_swap_SwapWeeklyVolume_filter = { +export type mantle_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81294,7 +82153,7 @@ export type linea_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -81303,31 +82162,49 @@ export type linea_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SwapWeeklyVolume_orderBy = +export type mantle_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 linea_swap_SystemInfo = { +export type mantle_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type linea_swap_SystemInfo_filter = { +export type mantle_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81353,25 +82230,29 @@ export type linea_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_swap_SystemInfo_orderBy = +export type mantle_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type linea_swap__Block_ = { +export type mantle_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type linea_swap__Meta_ = { +export type mantle_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 @@ -81379,30 +82260,53 @@ export type linea_swap__Meta_ = { * and therefore asks for the latest block * */ - block: linea_swap__Block_; + block: mantle_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type linea_AggregateRoot = { +export type optimismsepolia_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type optimismsepolia_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimismsepolia_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimismsepolia_swap_LpAccount = { id: Scalars['ID']; - root: Scalars['linea_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['optimismsepolia_swap_Bytes']; + balances: Array; }; -export type linea_AggregateRootProposed = { + +export type optimismsepolia_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_swap_LpAccountBalance = { id: Scalars['ID']; - aggregateRoot: Scalars['linea_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + account: optimismsepolia_swap_LpAccount; + token: optimismsepolia_swap_LpToken; + amount: Scalars['optimismsepolia_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type linea_AggregateRootProposed_filter = { +export type optimismsepolia_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81411,66 +82315,106 @@ export type linea_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AggregateRootProposed_orderBy = +export type optimismsepolia_swap_LpAccountBalance_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type linea_AggregateRoot_filter = { +export type optimismsepolia_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81479,54 +82423,59 @@ export type linea_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AggregateRoot_orderBy = +export type optimismsepolia_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; + | 'address' + | 'balances'; -export type linea_Asset = { +export type optimismsepolia_swap_LpToken = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + address: Scalars['optimismsepolia_swap_Bytes']; + stableSwap: optimismsepolia_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['optimismsepolia_swap_BigDecimal']; + events: Array; }; -export type linea_AssetBalance = { + +export type optimismsepolia_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_swap_LpTokenEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: linea_Router; - asset: linea_Asset; - feesEarned: Scalars['BigInt']; + token: optimismsepolia_swap_LpToken; + amount: Scalars['optimismsepolia_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type linea_AssetBalance_filter = { +export type optimismsepolia_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81535,108 +82484,91 @@ export type linea_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AssetBalance_orderBy = +export type optimismsepolia_swap_LpTokenEvent_orderBy = | 'id' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'asset' - | 'feesEarned'; - -export type linea_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type linea_AssetStatus_filter = { +export type optimismsepolia_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81645,19 +82577,141 @@ export type linea_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AssetStatus_orderBy = +export type optimismsepolia_swap_LpToken_orderBy = | 'id' - | 'status'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type linea_Asset_filter = { +export type optimismsepolia_swap_LpTransferEvent = optimismsepolia_swap_LpTokenEvent & { + id: Scalars['ID']; + token: optimismsepolia_swap_LpToken; + amount: Scalars['optimismsepolia_swap_BigDecimal']; + from: Scalars['optimismsepolia_swap_Bytes']; + to: Scalars['optimismsepolia_swap_Bytes']; + fromBalance: Scalars['optimismsepolia_swap_BigDecimal']; + toBalance: Scalars['optimismsepolia_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismsepolia_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81666,119 +82720,141 @@ export type linea_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + 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; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Asset_orderBy = +export type optimismsepolia_swap_LpTransferEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status'; - -export type linea_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type linea_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +/** Defines the order direction, either ascending or descending */ +export type optimismsepolia_swap_OrderDirection = + | 'asc' + | 'desc'; -export type linea_ConnectorMeta = { +export type optimismsepolia_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['optimismsepolia_swap_Bytes']; }; -export type linea_ConnectorMeta_filter = { +export type optimismsepolia_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81787,103 +82863,116 @@ export type linea_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_ConnectorMeta_orderBy = +export type optimismsepolia_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type linea_DestinationTransfer = { +export type optimismsepolia_swap_StableSwap = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + isActive?: Maybe; + key: Scalars['optimismsepolia_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type linea_DestinationTransferroutersArgs = { +export type optimismsepolia_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_DestinationTransfer_filter = { + +export type optimismsepolia_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismsepolia_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismsepolia_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type optimismsepolia_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_swap_StableSwapAddLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: optimismsepolia_swap_StableSwap; + provider: Scalars['optimismsepolia_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type optimismsepolia_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -81892,20 +82981,105 @@ export type linea_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -81914,312 +83088,53 @@ export type linea_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_DestinationTransfer_orderBy = +export type optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type linea_OptimisticRootFinalized = { +export type optimismsepolia_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['linea_Bytes']; + stableSwap: optimismsepolia_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type linea_OptimisticRootFinalized_filter = { +export type optimismsepolia_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82228,12 +83143,35 @@ export type linea_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -82242,187 +83180,71 @@ export type linea_OptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_OptimisticRootFinalized_orderBy = +export type optimismsepolia_swap_StableSwapEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type linea_OrderDirection = - | 'asc' - | 'desc'; - -export type linea_OriginMessage = { - id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; -}; - -export type linea_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_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_OriginMessage_orderBy = - | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount'; + | 'transaction' + | 'nonce'; -export type linea_OriginTransfer = { +export type optimismsepolia_swap_StableSwapExchange = { 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 linea_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: optimismsepolia_swap_StableSwap; + buyer: Scalars['optimismsepolia_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['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type linea_OriginTransfer_filter = { +export type optimismsepolia_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82431,20 +83253,109 @@ export type linea_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -82453,344 +83364,60 @@ export type linea_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_OriginTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'transactingAsset' - | 'message' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type linea_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type linea_RelayerFee = { - id: Scalars['ID']; - transfer: linea_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['linea_Bytes']; -}; - -export type linea_RelayerFee_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RelayerFee_orderBy = +export type optimismsepolia_swap_StableSwapExchange_orderBy = | 'id' - | 'transfer' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' | 'fee' - | 'asset'; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type linea_RelayerFeesIncrease = { +export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { id: Scalars['ID']; - transfer: linea_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + stableSwap: optimismsepolia_swap_StableSwap; + provider: Scalars['optimismsepolia_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['optimismsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type linea_RelayerFeesIncrease_filter = { +export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82799,53 +83426,87 @@ export type linea_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + 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; @@ -82854,47 +83515,62 @@ export type linea_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RelayerFeesIncrease_orderBy = +export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'transfer' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type linea_Relayer_filter = { +export type optimismsepolia_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82907,66 +83583,196 @@ export type linea_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Relayer_orderBy = +export type optimismsepolia_swap_StableSwap_orderBy = | 'id' | 'isActive' - | 'relayer'; - -export type linea_RootCount = { - id: Scalars['ID']; - count?: Maybe; -}; - -export type linea_RootCount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_RootCount_orderBy = - | 'id' - | 'count'; + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type linea_RootMessageSent = { +export type optimismsepolia_swap_SwapDailyVolume = optimismsepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + stableSwap: optimismsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; }; -export type linea_RootMessageSent_filter = { +export type optimismsepolia_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82975,48 +83781,27 @@ export type linea_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -83025,75 +83810,50 @@ export type linea_RootMessageSent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RootMessageSent_orderBy = +export type optimismsepolia_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'; - -export type linea_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type linea_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'volume'; -export type linea_RouterDailyTVL = { +export type optimismsepolia_swap_SwapHourlyVolume = optimismsepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - router: linea_Router; - asset: linea_Asset; + stableSwap: optimismsepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; }; -export type linea_RouterDailyTVL_filter = { +export type optimismsepolia_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83102,48 +83862,27 @@ export type linea_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -83152,128 +83891,70 @@ export type linea_RouterDailyTVL_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RouterDailyTVL_orderBy = +export type optimismsepolia_swap_SwapHourlyVolume_orderBy = | 'id' - | 'router' - | 'asset' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'balance'; + | 'volume'; -export type linea_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: linea_Router; - asset: linea_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; +export type optimismsepolia_swap_SwapTradeVolume = { + stableSwap: optimismsepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - transactionHash: Scalars['linea_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; }; -export type linea_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type linea_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; +export type optimismsepolia_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; @@ -83282,38 +83963,49 @@ export type linea_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'asset' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' +export type optimismsepolia_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' - | 'transactionHash' - | 'nonce'; + | 'volume'; -export type linea_Router_filter = { +export type optimismsepolia_swap_SwapWeeklyVolume = optimismsepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: optimismsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; +}; + +export type optimismsepolia_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83322,57 +84014,78 @@ export type linea_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Router_orderBy = +export type optimismsepolia_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type linea_Sequencer = { +export type optimismsepolia_swap_SystemInfo = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type linea_Sequencer_filter = { +export type optimismsepolia_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83381,76 +84094,77 @@ export type linea_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + 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; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Sequencer_orderBy = +export type optimismsepolia_swap_SystemInfo_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'exchangeCount' + | 'swapCount'; -export type linea_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; +export type optimismsepolia_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 hash of the parent block */ + parentHash?: Maybe; }; -export type linea_Setting_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; +/** The type for the top-level _meta field */ +export type optimismsepolia_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: optimismsepolia_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type linea_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; +export type mainnet_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['mainnet_Bytes']; + blockNumber: Scalars['BigInt']; +}; -export type linea_SlippageUpdate = { +export type mainnet_AggregateRootProposed = { id: Scalars['ID']; - transfer: linea_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + aggregateRoot: Scalars['mainnet_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type linea_SlippageUpdate_filter = { +export type mainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83459,47 +84173,40 @@ export type linea_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -83508,22 +84215,6 @@ export type linea_SlippageUpdate_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -83533,30 +84224,21 @@ export type linea_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_SlippageUpdate_orderBy = +export type mainnet_AggregateRootProposed_orderBy = | 'id' - | 'transfer' - | 'slippage' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type linea_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['linea_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type linea_SnapshotRoot_filter = { +export type mainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83565,36 +84247,16 @@ export type linea_SnapshotRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -83604,127 +84266,41 @@ export type linea_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_SnapshotRoot_orderBy = +export type mainnet_AggregateRoot_orderBy = | 'id' - | 'spokeDomain' | 'root' - | 'count' - | 'timestamp' | 'blockNumber'; -export type linea_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type linea_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type linea_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type linea_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type linea__Block_ = { - /** The hash of the block */ - hash?: Maybe; - /** The block number */ - number: Scalars['Int']; - /** Integer representation of the timestamp stored in blocks for the chain */ - timestamp?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type linea__Meta_ = { - /** - * Information about a specific subgraph block. The hash of the block - * will be null if the _meta field has a block constraint that asks for - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest block - * - */ - block: linea__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type xlayer_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type xlayer_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type xlayer_swap_LpAccount = { +export type mainnet_Asset = { id: Scalars['ID']; - address: Scalars['xlayer_swap_Bytes']; - balances: Array; -}; - - -export type xlayer_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type xlayer_swap_LpAccountBalance = { +export type mainnet_AssetBalance = { id: Scalars['ID']; - account: xlayer_swap_LpAccount; - token: xlayer_swap_LpToken; - amount: Scalars['xlayer_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: mainnet_Router; + asset: mainnet_Asset; + feesEarned: Scalars['BigInt']; }; -export type xlayer_swap_LpAccountBalance_filter = { +export type mainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83733,106 +84309,125 @@ export type xlayer_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_LpAccountBalance_orderBy = +export type mainnet_AssetBalance_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; -export type xlayer_swap_LpAccount_filter = { +export type mainnet_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type mainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83841,59 +84436,21 @@ export type xlayer_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_LpAccount_orderBy = +export type mainnet_AssetStatus_orderBy = | 'id' - | 'address' - | 'balances'; - -export type xlayer_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['xlayer_swap_Bytes']; - stableSwap: xlayer_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['xlayer_swap_BigDecimal']; - events: Array; -}; - - -export type xlayer_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xlayer_swap_LpTokenEvent = { - id: Scalars['ID']; - token: xlayer_swap_LpToken; - amount: Scalars['xlayer_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; -}; + | 'status'; -export type xlayer_swap_LpTokenEvent_filter = { +export type mainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83902,91 +84459,129 @@ export type xlayer_swap_LpTokenEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_LpTokenEvent_orderBy = +export type mainnet_Asset_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type xlayer_swap_LpToken_filter = { +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; @@ -83995,141 +84590,117 @@ export type xlayer_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_LpToken_orderBy = +export type mainnet_ConnectorMeta_orderBy = | 'id' - | 'address' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'decimals' - | 'name' - | 'symbol' - | 'totalSupply' - | 'events'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type xlayer_swap_LpTransferEvent = xlayer_swap_LpTokenEvent & { +export type mainnet_DestinationTransfer = { id: Scalars['ID']; - token: xlayer_swap_LpToken; - amount: Scalars['xlayer_swap_BigDecimal']; - from: Scalars['xlayer_swap_Bytes']; - to: Scalars['xlayer_swap_Bytes']; - fromBalance: Scalars['xlayer_swap_BigDecimal']; - toBalance: Scalars['xlayer_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; + 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 xlayer_swap_LpTransferEvent_filter = { + +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; @@ -84138,97 +84709,24 @@ export type xlayer_swap_LpTransferEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + 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; @@ -84237,42 +84735,367 @@ export type xlayer_swap_LpTransferEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_LpTransferEvent_orderBy = +export type mainnet_DestinationTransfer_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type xlayer_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type xlayer_swap_PooledToken = { +export type mainnet_OptimisticRootFinalized = { id: Scalars['ID']; - asset: Scalars['xlayer_swap_Bytes']; + aggregateRoot: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type xlayer_swap_PooledToken_filter = { +export type mainnet_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84281,116 +85104,58 @@ export type xlayer_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_PooledToken_orderBy = +export type mainnet_OptimisticRootFinalized_orderBy = | 'id' - | 'asset'; + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type xlayer_swap_StableSwap = { +export type mainnet_OriginMessage = { id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['xlayer_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 xlayer_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xlayer_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xlayer_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xlayer_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type xlayer_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type xlayer_swap_StableSwapAddLiquidityEvent = xlayer_swap_StableSwapEvent & { - id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - provider: Scalars['xlayer_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type xlayer_swap_StableSwapAddLiquidityEvent_filter = { +export type mainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84399,160 +85164,166 @@ export type xlayer_swap_StableSwapAddLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_StableSwapAddLiquidityEvent_orderBy = +export type mainnet_OriginMessage_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type xlayer_swap_StableSwapEvent = { +export type mainnet_OriginTransfer = { id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; + 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 xlayer_swap_StableSwapEvent_filter = { + +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; @@ -84561,53 +85332,24 @@ export type xlayer_swap_StableSwapEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + 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; @@ -84616,53 +85358,341 @@ export type xlayer_swap_StableSwapEvent_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_StableSwapEvent_orderBy = +export type mainnet_OriginTransfer_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'block' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type xlayer_swap_StableSwapExchange = { +export type mainnet_Relayer = { id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - buyer: Scalars['xlayer_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type mainnet_RelayerFee = { + id: Scalars['ID']; + transfer: mainnet_OriginTransfer; fee: Scalars['BigInt']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; + asset: Scalars['mainnet_Bytes']; }; -export type xlayer_swap_StableSwapExchange_filter = { +export type mainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84671,75 +85701,27 @@ export type xlayer_swap_StableSwapExchange_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; - boughtId?: InputMaybe; - boughtId_not?: InputMaybe; - boughtId_gt?: InputMaybe; - boughtId_lt?: InputMaybe; - boughtId_gte?: InputMaybe; - boughtId_lte?: InputMaybe; - boughtId_in?: InputMaybe>; - boughtId_not_in?: InputMaybe>; - tokensBought?: InputMaybe; - tokensBought_not?: InputMaybe; - tokensBought_gt?: InputMaybe; - tokensBought_lt?: InputMaybe; - tokensBought_gte?: InputMaybe; - tokensBought_lte?: InputMaybe; - tokensBought_in?: InputMaybe>; - tokensBought_not_in?: InputMaybe>; - soldId?: InputMaybe; - soldId_not?: InputMaybe; - soldId_gt?: InputMaybe; - soldId_lt?: InputMaybe; - soldId_gte?: InputMaybe; - soldId_lte?: InputMaybe; - soldId_in?: InputMaybe>; - soldId_not_in?: InputMaybe>; - tokensSold?: InputMaybe; - tokensSold_not?: InputMaybe; - tokensSold_gt?: InputMaybe; - tokensSold_lt?: InputMaybe; - tokensSold_gte?: InputMaybe; - tokensSold_lte?: InputMaybe; - tokensSold_in?: InputMaybe>; - tokensSold_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; + 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; @@ -84748,94 +85730,71 @@ export type xlayer_swap_StableSwapExchange_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_StableSwapExchange_orderBy = +export type mainnet_RelayerFee_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'asset'; -export type xlayer_swap_StableSwapRemoveLiquidityEvent = xlayer_swap_StableSwapEvent & { +export type mainnet_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - provider: Scalars['xlayer_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + transfer: mainnet_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type xlayer_swap_StableSwapRemoveLiquidityEvent_filter = { +export type mainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84844,87 +85803,65 @@ export type xlayer_swap_StableSwapRemoveLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; - tokenAmounts?: InputMaybe>; - tokenAmounts_not?: InputMaybe>; - tokenAmounts_contains?: InputMaybe>; - tokenAmounts_contains_nocase?: InputMaybe>; - tokenAmounts_not_contains?: InputMaybe>; - tokenAmounts_not_contains_nocase?: InputMaybe>; - fees?: InputMaybe>; - fees_not?: InputMaybe>; - fees_contains?: InputMaybe>; - fees_contains_nocase?: InputMaybe>; - fees_not_contains?: InputMaybe>; - fees_not_contains_nocase?: InputMaybe>; - invariant?: InputMaybe; - invariant_not?: InputMaybe; - invariant_gt?: InputMaybe; - invariant_lt?: InputMaybe; - invariant_gte?: InputMaybe; - invariant_lte?: InputMaybe; - invariant_in?: InputMaybe>; - invariant_not_in?: InputMaybe>; - lpTokenSupply?: InputMaybe; - lpTokenSupply_not?: InputMaybe; - lpTokenSupply_gt?: InputMaybe; - lpTokenSupply_lt?: InputMaybe; - lpTokenSupply_gte?: InputMaybe; - lpTokenSupply_lte?: InputMaybe; - lpTokenSupply_in?: InputMaybe>; - lpTokenSupply_not_in?: InputMaybe>; - lpTokenAmount?: InputMaybe; - lpTokenAmount_not?: InputMaybe; - lpTokenAmount_gt?: InputMaybe; - lpTokenAmount_lt?: InputMaybe; - lpTokenAmount_gte?: InputMaybe; - lpTokenAmount_lte?: InputMaybe; - lpTokenAmount_in?: InputMaybe>; - lpTokenAmount_not_in?: InputMaybe>; - balances?: InputMaybe>; - balances_not?: InputMaybe>; - balances_contains?: InputMaybe>; - balances_contains_nocase?: InputMaybe>; - balances_not_contains?: InputMaybe>; - balances_not_contains_nocase?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; + 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; @@ -84933,62 +85870,78 @@ export type xlayer_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type mainnet_RelayerFeesIncrease_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type xlayer_swap_StableSwap_filter = { +export type mainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85001,196 +85954,33 @@ export type xlayer_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - 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; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_StableSwap_orderBy = +export type mainnet_Relayer_orderBy = | 'id' | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; + | 'relayer'; -export type xlayer_swap_SwapDailyVolume = xlayer_swap_SwapTradeVolume & { +export type mainnet_RootCount = { id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; + count?: Maybe; }; -export type xlayer_swap_SwapDailyVolume_filter = { +export type mainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85199,79 +85989,39 @@ export type xlayer_swap_SwapDailyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_SwapDailyVolume_orderBy = +export type mainnet_RootCount_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'timestamp' - | 'volume'; + | 'count'; -export type xlayer_swap_SwapHourlyVolume = xlayer_swap_SwapTradeVolume & { +export type mainnet_RootMessageSent = { id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type xlayer_swap_SwapHourlyVolume_filter = { +export type mainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85280,27 +86030,60 @@ export type xlayer_swap_SwapHourlyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + 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; @@ -85309,70 +86092,127 @@ export type xlayer_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_SwapHourlyVolume_orderBy = +export type mainnet_RootMessageSent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type xlayer_swap_SwapTradeVolume = { - stableSwap: xlayer_swap_StableSwap; +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']; - volume: Scalars['xlayer_swap_BigDecimal']; + balance: Scalars['BigInt']; }; -export type xlayer_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; +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; @@ -85381,49 +86221,61 @@ export type xlayer_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_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' +export type mainnet_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' - | 'volume'; + | 'balance'; -export type xlayer_swap_SwapWeeklyVolume = xlayer_swap_SwapTradeVolume & { +export type mainnet_RouterLiquidityEvent = { id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; + type?: Maybe; + router: mainnet_Router; + asset: mainnet_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; + transactionHash: Scalars['mainnet_Bytes']; + nonce: Scalars['BigInt']; }; -export type xlayer_swap_SwapWeeklyVolume_filter = { +export type mainnet_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type mainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85432,27 +86284,86 @@ export type xlayer_swap_SwapWeeklyVolume_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -85461,49 +86372,59 @@ export type xlayer_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_SwapWeeklyVolume_orderBy = +export type mainnet_RouterLiquidityEvent_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' | 'timestamp' - | 'volume'; - -export type xlayer_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; + | 'transactionHash' + | 'nonce'; -export type xlayer_swap_SystemInfo_filter = { +export type mainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85512,67 +86433,71 @@ export type xlayer_swap_SystemInfo_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - exchangeCount?: InputMaybe; - exchangeCount_not?: InputMaybe; - exchangeCount_gt?: InputMaybe; - exchangeCount_lt?: InputMaybe; - exchangeCount_gte?: InputMaybe; - exchangeCount_lte?: InputMaybe; - exchangeCount_in?: InputMaybe>; - exchangeCount_not_in?: InputMaybe>; - swapCount?: InputMaybe; - swapCount_not?: InputMaybe; - swapCount_gt?: InputMaybe; - swapCount_lt?: InputMaybe; - swapCount_gte?: InputMaybe; - swapCount_lte?: InputMaybe; - swapCount_in?: InputMaybe>; - swapCount_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type xlayer_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -export type xlayer_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; + 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>>; }; -/** The type for the top-level _meta field */ -export type xlayer_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: xlayer_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_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type stagingmainnet_AggregateRootSavedSlow = { +export type mainnet_Sequencer = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type stagingmainnet_AggregateRootSavedSlow_filter = { +export type mainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85581,60 +86506,38 @@ export type stagingmainnet_AggregateRootSavedSlow_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - aggregatedRoots?: InputMaybe>; - aggregatedRoots_not?: InputMaybe>; - aggregatedRoots_contains?: InputMaybe>; - aggregatedRoots_contains_nocase?: InputMaybe>; - aggregatedRoots_not_contains?: InputMaybe>; - aggregatedRoots_not_contains_nocase?: InputMaybe>; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_AggregateRootSavedSlow_orderBy = +export type mainnet_Sequencer_orderBy = | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; + | 'isActive' + | 'sequencer'; -export type stagingmainnet_AggregatedMessageRoot = { +export type mainnet_Setting = { id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['stagingmainnet_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['mainnet_Bytes']; }; -export type stagingmainnet_AggregatedMessageRoot_filter = { +export type mainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85643,67 +86546,48 @@ export type stagingmainnet_AggregatedMessageRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_AggregatedMessageRoot_orderBy = +export type mainnet_Setting_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; - -export type stagingmainnet_Aggregation_interval = - | 'hour' - | 'day'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type stagingmainnet_ArbitrumConnectorMeta = { +export type mainnet_SlippageUpdate = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + 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 stagingmainnet_ArbitrumConnectorMeta_filter = { +export type mainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85712,76 +86596,150 @@ export type stagingmainnet_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_ArbitrumConnectorMeta_orderBy = +export type mainnet_SlippageUpdate_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | '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 stagingmainnet_AvalancheConnectorMeta = { +export type mainnet_SnapshotRoot = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + spokeDomain?: Maybe; + root: Scalars['mainnet_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_AvalancheConnectorMeta_filter = { +export type mainnet_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85798,68 +86756,60 @@ export type stagingmainnet_AvalancheConnectorMeta_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_AvalancheConnectorMeta_orderBy = +export type mainnet_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type stagingmainnet_BaseConnectorMeta = { +export type mainnet_SpokeConnectorMode = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + mode: Scalars['String']; }; -export type stagingmainnet_BaseConnectorMeta_filter = { +export type mainnet_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85868,164 +86818,83 @@ export type stagingmainnet_BaseConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_BaseConnectorMeta_orderBy = +export type mainnet_SpokeConnectorMode_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'mode'; -export type stagingmainnet_BlockChangedFilter = { +export type mainnet_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type mode_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type mode_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmainnet_Block_height = { - hash?: InputMaybe; +export type mode_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmainnet_BnbConnectorMeta = { +export type mode_swap_LpAccount = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + address: Scalars['mode_swap_Bytes']; + balances: Array; }; -export type stagingmainnet_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 stagingmainnet_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; +export type mode_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; -export type stagingmainnet_GnosisConnectorMeta = { +export type mode_swap_LpAccountBalance = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + account: mode_swap_LpAccount; + token: mode_swap_LpToken; + amount: Scalars['mode_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type stagingmainnet_GnosisConnectorMeta_filter = { +export type mode_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86034,72 +86903,106 @@ export type stagingmainnet_GnosisConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_GnosisConnectorMeta_orderBy = +export type mode_swap_LpAccountBalance_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_HubDomain = { - id: Scalars['ID']; - domain?: Maybe; -}; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type stagingmainnet_HubDomain_filter = { +export type mode_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86108,32 +87011,59 @@ export type stagingmainnet_HubDomain_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_HubDomain_orderBy = +export type mode_swap_LpAccount_orderBy = | 'id' - | 'domain'; + | 'address' + | 'balances'; -export type stagingmainnet_HubOptimisticRootFinalized = { +export type mode_swap_LpToken = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; + address: Scalars['mode_swap_Bytes']; + stableSwap: mode_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['mode_swap_BigDecimal']; + events: Array; +}; + + +export type mode_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_swap_LpTokenEvent = { + id: Scalars['ID']; + token: mode_swap_LpToken; + amount: Scalars['mode_swap_BigDecimal']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmainnet_HubOptimisticRootFinalized_filter = { +export type mode_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86142,16 +87072,43 @@ export type stagingmainnet_HubOptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86160,36 +87117,46 @@ export type stagingmainnet_HubOptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type stagingmainnet_HubOptimisticRootFinalized_orderBy = +export type mode_swap_LpTokenEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' | 'timestamp' - | 'blockNumber'; - -export type stagingmainnet_LineaConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; + | 'transaction' + | 'nonce'; -export type stagingmainnet_LineaConnectorMeta_filter = { +export type mode_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86198,76 +87165,141 @@ export type stagingmainnet_LineaConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_LineaConnectorMeta_orderBy = +export type mode_swap_LpToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'address' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type stagingmainnet_MantleConnectorMeta = { +export type mode_swap_LpTransferEvent = mode_swap_LpTokenEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + token: mode_swap_LpToken; + amount: Scalars['mode_swap_BigDecimal']; + from: Scalars['mode_swap_Bytes']; + to: Scalars['mode_swap_Bytes']; + fromBalance: Scalars['mode_swap_BigDecimal']; + toBalance: Scalars['mode_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmainnet_MantleConnectorMeta_filter = { +export type mode_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86276,76 +87308,141 @@ export type stagingmainnet_MantleConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_MantleConnectorMeta_orderBy = +export type mode_swap_LpTransferEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingmainnet_MetisConnectorMeta = { +/** Defines the order direction, either ascending or descending */ +export type mode_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type mode_swap_PooledToken = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + asset: Scalars['mode_swap_Bytes']; }; -export type stagingmainnet_MetisConnectorMeta_filter = { +export type mode_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86354,231 +87451,116 @@ export type stagingmainnet_MetisConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_MetisConnectorMeta_orderBy = +export type mode_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type stagingmainnet_ModeConnectorMeta = { +export type mode_swap_StableSwap = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + isActive?: Maybe; + key: Scalars['mode_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 stagingmainnet_ModeConnectorMeta_filter = { - 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 mode_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_ModeConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type stagingmainnet_OptimismConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; +export type mode_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_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 mode_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_OptimismConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; -export type stagingmainnet_OptimisticRootPropagated = { +export type mode_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mode_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_swap_StableSwapAddLiquidityEvent = mode_swap_StableSwapEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - domainsHash: Scalars['stagingmainnet_Bytes']; + stableSwap: mode_swap_StableSwap; + provider: Scalars['mode_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmainnet_OptimisticRootPropagated_filter = { +export type mode_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86587,26 +87569,87 @@ export type stagingmainnet_OptimisticRootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86615,39 +87658,71 @@ export type stagingmainnet_OptimisticRootPropagated_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_OptimisticRootPropagated_orderBy = +export type mode_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type stagingmainnet_OptimisticRootProposed = { +export type mode_swap_StableSwapEvent = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['stagingmainnet_Bytes']; + stableSwap: mode_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmainnet_OptimisticRootProposed_filter = { +export type mode_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86656,46 +87731,35 @@ export type stagingmainnet_OptimisticRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - disputeCliff?: InputMaybe; - disputeCliff_not?: InputMaybe; - disputeCliff_gt?: InputMaybe; - disputeCliff_lt?: InputMaybe; - disputeCliff_gte?: InputMaybe; - disputeCliff_lte?: InputMaybe; - disputeCliff_in?: InputMaybe>; - disputeCliff_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - snapshotsRoots?: InputMaybe>; - snapshotsRoots_not?: InputMaybe>; - snapshotsRoots_contains?: InputMaybe>; - snapshotsRoots_contains_nocase?: InputMaybe>; - snapshotsRoots_not_contains?: InputMaybe>; - snapshotsRoots_not_contains_nocase?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - baseAggregateRoot?: InputMaybe; - baseAggregateRoot_not?: InputMaybe; - baseAggregateRoot_gt?: InputMaybe; - baseAggregateRoot_lt?: InputMaybe; - baseAggregateRoot_gte?: InputMaybe; - baseAggregateRoot_lte?: InputMaybe; - baseAggregateRoot_in?: InputMaybe>; - baseAggregateRoot_not_in?: InputMaybe>; - baseAggregateRoot_contains?: InputMaybe; - baseAggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86704,45 +87768,71 @@ export type stagingmainnet_OptimisticRootProposed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_OptimisticRootProposed_orderBy = +export type mode_swap_StableSwapEvent_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type stagingmainnet_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type stagingmainnet_PolygonConnectorMeta = { +export type mode_swap_StableSwapExchange = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; + stableSwap: mode_swap_StableSwap; + buyer: Scalars['mode_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['mode_swap_Bytes']; + nonce: Scalars['BigInt']; +}; -export type stagingmainnet_PolygonConnectorMeta_filter = { +export type mode_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86751,76 +87841,171 @@ export type stagingmainnet_PolygonConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_PolygonConnectorMeta_orderBy = +export type mode_swap_StableSwapExchange_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingmainnet_PolygonZkConnectorMeta = { +export type mode_swap_StableSwapRemoveLiquidityEvent = mode_swap_StableSwapEvent & { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + stableSwap: mode_swap_StableSwap; + provider: Scalars['mode_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mode_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmainnet_PolygonZkConnectorMeta_filter = { +export type mode_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86829,74 +88014,151 @@ export type stagingmainnet_PolygonZkConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_PolygonZkConnectorMeta_orderBy = +export type mode_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_RootAggregated = { - id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['stagingmainnet_Bytes']; - index: Scalars['BigInt']; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingmainnet_RootAggregated_filter = { +export type mode_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86905,6 +88167,30 @@ export type stagingmainnet_RootAggregated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -86913,43 +88199,168 @@ export type stagingmainnet_RootAggregated_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RootAggregated_orderBy = +export type mode_swap_StableSwap_orderBy = | 'id' + | 'isActive' + | 'key' + | 'canonicalId' | 'domain' - | 'receivedRoot' - | 'index'; + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type stagingmainnet_RootManagerMeta = { +export type mode_swap_SwapDailyVolume = mode_swap_SwapTradeVolume & { id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; }; -export type stagingmainnet_RootManagerMeta_filter = { +export type mode_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86958,35 +88369,79 @@ export type stagingmainnet_RootManagerMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - domains?: InputMaybe>; - domains_not?: InputMaybe>; - domains_contains?: InputMaybe>; - domains_contains_nocase?: InputMaybe>; - domains_not_contains?: InputMaybe>; - domains_not_contains_nocase?: InputMaybe>; - connectors?: InputMaybe>; - connectors_not?: InputMaybe>; - connectors_contains?: InputMaybe>; - connectors_contains_nocase?: InputMaybe>; - connectors_not_contains?: InputMaybe>; - connectors_not_contains_nocase?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RootManagerMeta_orderBy = +export type mode_swap_SwapDailyVolume_orderBy = | 'id' - | 'domains' - | 'connectors'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type stagingmainnet_RootManagerMode = { +export type mode_swap_SwapHourlyVolume = mode_swap_SwapTradeVolume & { id: Scalars['ID']; - mode: Scalars['String']; + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; }; -export type stagingmainnet_RootManagerMode_filter = { +export type mode_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86995,104 +88450,99 @@ export type stagingmainnet_RootManagerMode_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RootManagerMode_orderBy = +export type mode_swap_SwapHourlyVolume_orderBy = | 'id' - | 'mode'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type stagingmainnet_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 mode_swap_SwapTradeVolume = { + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; }; -export type stagingmainnet_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; +export type mode_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; @@ -87101,57 +88551,49 @@ export type stagingmainnet_RootMessageProcessed_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' +export type mode_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'; -export type stagingmainnet_RootPropagated = { +export type mode_swap_SwapWeeklyVolume = mode_swap_SwapTradeVolume & { id: Scalars['ID']; - aggregate: Scalars['stagingmainnet_Bytes']; - domainsHash: Scalars['stagingmainnet_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; }; -export type stagingmainnet_RootPropagated_filter = { +export type mode_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87160,221 +88602,78 @@ export type stagingmainnet_RootPropagated_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregate?: InputMaybe; - aggregate_not?: InputMaybe; - aggregate_gt?: InputMaybe; - aggregate_lt?: InputMaybe; - aggregate_gte?: InputMaybe; - aggregate_lte?: InputMaybe; - aggregate_in?: InputMaybe>; - aggregate_not_in?: InputMaybe>; - aggregate_contains?: InputMaybe; - aggregate_not_contains?: InputMaybe; - domainsHash?: InputMaybe; - domainsHash_not?: InputMaybe; - domainsHash_gt?: InputMaybe; - domainsHash_lt?: InputMaybe; - domainsHash_gte?: InputMaybe; - domainsHash_lte?: InputMaybe; - domainsHash_in?: InputMaybe>; - domainsHash_not_in?: InputMaybe>; - domainsHash_contains?: InputMaybe; - domainsHash_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmainnet_RootPropagated_orderBy = - | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; - -export type stagingmainnet_ScrollConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; - -export type stagingmainnet_ScrollConnectorMeta_filter = { - 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 stagingmainnet_ScrollConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_XlayerConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; -}; - -export type stagingmainnet_XlayerConnectorMeta_filter = { - 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_XlayerConnectorMeta_orderBy = +export type mode_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type stagingmainnet_ZkSyncConnectorMeta = { +export type mode_swap_SystemInfo = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type stagingmainnet_ZkSyncConnectorMeta_filter = { +export type mode_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87383,79 +88682,46 @@ export type stagingmainnet_ZkSyncConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_ZkSyncConnectorMeta_orderBy = +export type mode_swap_SystemInfo_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'exchangeCount' + | 'swapCount'; -export type stagingmainnet__Block_ = { +export type mode_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingmainnet__Meta_ = { +export type mode_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 @@ -87463,22 +88729,22 @@ export type stagingmainnet__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmainnet__Block_; + block: mode_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingavalanche_AggregateRoot = { +export type stagingxdai_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingavalanche_Bytes']; + root: Scalars['stagingxdai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_AggregateRootProposed = { +export type stagingxdai_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingavalanche_Bytes']; + aggregateRoot: Scalars['stagingxdai_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -87486,7 +88752,7 @@ export type stagingavalanche_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingavalanche_AggregateRootProposed_filter = { +export type stagingxdai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87495,16 +88761,16 @@ export type stagingavalanche_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -87546,12 +88812,12 @@ export type stagingavalanche_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_AggregateRootProposed_orderBy = +export type stagingxdai_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -87560,7 +88826,7 @@ export type stagingavalanche_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingavalanche_AggregateRoot_filter = { +export type stagingxdai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87569,16 +88835,16 @@ export type stagingavalanche_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -87588,45 +88854,45 @@ export type stagingavalanche_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_AggregateRoot_orderBy = +export type stagingxdai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingavalanche_Aggregation_interval = +export type stagingxdai_Aggregation_interval = | 'hour' | 'day'; -export type stagingavalanche_Asset = { +export type stagingxdai_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingavalanche_AssetBalance = { +export type stagingxdai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingavalanche_Router; - asset: stagingavalanche_Asset; + router: stagingxdai_Router; + asset: stagingxdai_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingavalanche_AssetBalance_filter = { +export type stagingxdai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87687,7 +88953,7 @@ export type stagingavalanche_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -87708,7 +88974,7 @@ export type stagingavalanche_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -87718,12 +88984,12 @@ export type stagingavalanche_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_AssetBalance_orderBy = +export type stagingxdai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -87748,12 +89014,12 @@ export type stagingavalanche_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingavalanche_AssetStatus = { +export type stagingxdai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingavalanche_AssetStatus_filter = { +export type stagingxdai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87767,16 +89033,16 @@ export type stagingavalanche_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_AssetStatus_orderBy = +export type stagingxdai_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingavalanche_Asset_filter = { +export type stagingxdai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87785,16 +89051,16 @@ export type stagingavalanche_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -87811,16 +89077,16 @@ export type stagingavalanche_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -87829,26 +89095,26 @@ export type stagingavalanche_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -87877,14 +89143,14 @@ export type stagingavalanche_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_Asset_orderBy = +export type stagingxdai_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -87898,26 +89164,26 @@ export type stagingavalanche_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingavalanche_BlockChangedFilter = { +export type stagingxdai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingavalanche_Block_height = { - hash?: InputMaybe; +export type stagingxdai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingavalanche_ConnectorMeta = { +export type stagingxdai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingavalanche_ConnectorMeta_filter = { +export type stagingxdai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87942,43 +89208,43 @@ export type stagingavalanche_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_ConnectorMeta_orderBy = +export type stagingxdai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -87986,57 +89252,57 @@ export type stagingavalanche_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingavalanche_DestinationTransfer = { +export type stagingxdai_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingavalanche_DestinationTransferroutersArgs = { +export type stagingxdai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_DestinationTransfer_filter = { +export type stagingxdai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88053,16 +89319,16 @@ export type stagingavalanche_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -88071,17 +89337,17 @@ export type stagingavalanche_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -88106,40 +89372,40 @@ export type stagingavalanche_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -88156,16 +89422,16 @@ export type stagingavalanche_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -88182,16 +89448,16 @@ export type stagingavalanche_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -88212,7 +89478,7 @@ export type stagingavalanche_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -88229,26 +89495,26 @@ export type stagingavalanche_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -88281,16 +89547,16 @@ export type stagingavalanche_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -88299,26 +89565,26 @@ export type stagingavalanche_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -88351,16 +89617,16 @@ export type stagingavalanche_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -88370,12 +89636,12 @@ export type stagingavalanche_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_DestinationTransfer_orderBy = +export type stagingxdai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -88424,14 +89690,14 @@ export type stagingavalanche_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingavalanche_OptimisticRootFinalized = { +export type stagingxdai_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingavalanche_Bytes']; + aggregateRoot: Scalars['stagingxdai_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingavalanche_OptimisticRootFinalized_filter = { +export type stagingxdai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88440,16 +89706,16 @@ export type stagingavalanche_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -88467,36 +89733,36 @@ export type stagingavalanche_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_OptimisticRootFinalized_orderBy = +export type stagingxdai_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingavalanche_OrderDirection = +export type stagingxdai_OrderDirection = | 'asc' | 'desc'; -export type stagingavalanche_OriginMessage = { +export type stagingxdai_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingavalanche_OriginMessage_filter = { +export type stagingxdai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88505,16 +89771,16 @@ export type stagingavalanche_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -88523,16 +89789,16 @@ export type stagingavalanche_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -88541,36 +89807,36 @@ export type stagingavalanche_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -88599,14 +89865,14 @@ export type stagingavalanche_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_OriginMessage_orderBy = +export type stagingxdai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -88620,51 +89886,51 @@ export type stagingavalanche_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingavalanche_OriginTransfer = { +export type stagingxdai_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingavalanche_OriginTransferrelayerFeesArgs = { +export type stagingxdai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_OriginTransfer_filter = { +export type stagingxdai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88681,16 +89947,16 @@ export type stagingavalanche_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -88699,20 +89965,20 @@ export type stagingavalanche_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -88737,40 +90003,40 @@ export type stagingavalanche_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -88779,16 +90045,16 @@ export type stagingavalanche_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -88805,16 +90071,16 @@ export type stagingavalanche_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -88835,17 +90101,17 @@ export type stagingavalanche_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -88866,7 +90132,7 @@ export type stagingavalanche_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -88881,37 +90147,37 @@ export type stagingavalanche_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -88944,16 +90210,16 @@ export type stagingavalanche_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -88963,12 +90229,12 @@ export type stagingavalanche_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_OriginTransfer_orderBy = +export type stagingxdai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -89020,20 +90286,20 @@ export type stagingavalanche_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingavalanche_Relayer = { +export type stagingxdai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingavalanche_RelayerFee = { +export type stagingxdai_RelayerFee = { id: Scalars['ID']; - transfer: stagingavalanche_OriginTransfer; + transfer: stagingxdai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingavalanche_Bytes']; + asset: Scalars['stagingxdai_Bytes']; }; -export type stagingavalanche_RelayerFee_filter = { +export type stagingxdai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89062,7 +90328,7 @@ export type stagingavalanche_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -89071,23 +90337,23 @@ export type stagingavalanche_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_RelayerFee_orderBy = +export type stagingxdai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -89122,20 +90388,20 @@ export type stagingavalanche_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingavalanche_RelayerFeesIncrease = { +export type stagingxdai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingavalanche_OriginTransfer; + transfer: stagingxdai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingavalanche_Bytes']; - transactionHash: Scalars['stagingavalanche_Bytes']; + asset?: Maybe; + caller: Scalars['stagingxdai_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_RelayerFeesIncrease_filter = { +export type stagingxdai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89164,7 +90430,7 @@ export type stagingavalanche_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -89173,36 +90439,36 @@ export type stagingavalanche_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89236,12 +90502,12 @@ export type stagingavalanche_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_RelayerFeesIncrease_orderBy = +export type stagingxdai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -89282,7 +90548,7 @@ export type stagingavalanche_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_Relayer_filter = { +export type stagingxdai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89295,33 +90561,33 @@ export type stagingavalanche_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_Relayer_orderBy = +export type stagingxdai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingavalanche_RootCount = { +export type stagingxdai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingavalanche_RootCount_filter = { +export type stagingxdai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89339,30 +90605,30 @@ export type stagingavalanche_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_RootCount_orderBy = +export type stagingxdai_RootCount_orderBy = | 'id' | 'count'; -export type stagingavalanche_RootMessageSent = { +export type stagingxdai_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingavalanche_RootMessageSent_filter = { +export type stagingxdai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89387,16 +90653,16 @@ export type stagingavalanche_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -89405,26 +90671,26 @@ export type stagingavalanche_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89458,12 +90724,12 @@ export type stagingavalanche_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_RootMessageSent_orderBy = +export type stagingxdai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -89476,34 +90742,34 @@ export type stagingavalanche_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_Router = { +export type stagingxdai_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingavalanche_RouterassetBalancesArgs = { +export type stagingxdai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_RouterDailyTVL = { +export type stagingxdai_RouterDailyTVL = { id: Scalars['ID']; - router: stagingavalanche_Router; - asset: stagingavalanche_Asset; + router: stagingxdai_Router; + asset: stagingxdai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingavalanche_RouterDailyTVL_filter = { +export type stagingxdai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89532,7 +90798,7 @@ export type stagingavalanche_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -89553,7 +90819,7 @@ export type stagingavalanche_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -89571,12 +90837,12 @@ export type stagingavalanche_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_RouterDailyTVL_orderBy = +export type stagingxdai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -89598,25 +90864,25 @@ export type stagingavalanche_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingavalanche_RouterLiquidityEvent = { +export type stagingxdai_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingavalanche_Router; - asset: stagingavalanche_Asset; + type?: Maybe; + router: stagingxdai_Router; + asset: stagingxdai_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingavalanche_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingavalanche_RouterLiquidityEventType = +export type stagingxdai_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingavalanche_RouterLiquidityEvent_filter = { +export type stagingxdai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89625,10 +90891,10 @@ export type stagingavalanche_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -89649,7 +90915,7 @@ export type stagingavalanche_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -89670,7 +90936,7 @@ export type stagingavalanche_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -89687,16 +90953,16 @@ export type stagingavalanche_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -89713,16 +90979,16 @@ export type stagingavalanche_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -89732,12 +90998,12 @@ export type stagingavalanche_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_RouterLiquidityEvent_orderBy = +export type stagingxdai_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -89765,7 +91031,7 @@ export type stagingavalanche_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingavalanche_Router_filter = { +export type stagingxdai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89778,36 +91044,36 @@ export type stagingavalanche_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -89816,14 +91082,14 @@ export type stagingavalanche_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_Router_orderBy = +export type stagingxdai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -89832,13 +91098,13 @@ export type stagingavalanche_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingavalanche_Sequencer = { +export type stagingxdai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingavalanche_Sequencer_filter = { +export type stagingxdai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89851,34 +91117,34 @@ export type stagingavalanche_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_Sequencer_orderBy = +export type stagingxdai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingavalanche_Setting = { +export type stagingxdai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingavalanche_Bytes']; + caller: Scalars['stagingxdai_Bytes']; }; -export type stagingavalanche_Setting_filter = { +export type stagingxdai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89895,40 +91161,40 @@ export type stagingavalanche_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_Setting_orderBy = +export type stagingxdai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingavalanche_SlippageUpdate = { +export type stagingxdai_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingavalanche_DestinationTransfer; + transfer: stagingxdai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingavalanche_Bytes']; - transactionHash: Scalars['stagingavalanche_Bytes']; + caller: Scalars['stagingxdai_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_SlippageUpdate_filter = { +export type stagingxdai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89957,7 +91223,7 @@ export type stagingavalanche_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -89966,26 +91232,26 @@ export type stagingavalanche_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -90019,12 +91285,12 @@ export type stagingavalanche_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_SlippageUpdate_orderBy = +export type stagingxdai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -90071,16 +91337,16 @@ export type stagingavalanche_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_SnapshotRoot = { +export type stagingxdai_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingavalanche_Bytes']; + root: Scalars['stagingxdai_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_SnapshotRoot_filter = { +export type stagingxdai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90097,16 +91363,16 @@ export type stagingavalanche_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -90132,12 +91398,12 @@ export type stagingavalanche_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_SnapshotRoot_orderBy = +export type stagingxdai_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -90145,12 +91411,12 @@ export type stagingavalanche_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingavalanche_SpokeConnectorMode = { +export type stagingxdai_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingavalanche_SpokeConnectorMode_filter = { +export type stagingxdai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90180,35 +91446,35 @@ export type stagingavalanche_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingavalanche_SpokeConnectorMode_orderBy = +export type stagingxdai_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingavalanche_TransferStatus = +export type stagingxdai_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingavalanche__Block_ = { +export type stagingxdai__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingavalanche__Meta_ = { +export type stagingxdai__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -90216,22 +91482,22 @@ export type stagingavalanche__Meta_ = { * and therefore asks for the latest block * */ - block: stagingavalanche__Block_; + block: stagingxdai__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type mantle_AggregateRoot = { +export type optimism_AggregateRoot = { id: Scalars['ID']; - root: Scalars['mantle_Bytes']; + root: Scalars['optimism_Bytes']; blockNumber: Scalars['BigInt']; }; -export type mantle_AggregateRootProposed = { +export type optimism_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['mantle_Bytes']; + aggregateRoot: Scalars['optimism_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -90239,7 +91505,7 @@ export type mantle_AggregateRootProposed = { blockNumber?: Maybe; }; -export type mantle_AggregateRootProposed_filter = { +export type optimism_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90248,16 +91514,16 @@ export type mantle_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -90299,12 +91565,12 @@ export type mantle_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_AggregateRootProposed_orderBy = +export type optimism_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -90313,7 +91579,7 @@ export type mantle_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type mantle_AggregateRoot_filter = { +export type optimism_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90322,64 +91588,64 @@ export type mantle_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_AggregateRoot_orderBy = +export type optimism_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type mantle_Aggregation_interval = +export type optimism_Aggregation_interval = | 'hour' | 'day'; -export type mantle_Asset = { +export type optimism_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type mantle_AssetBalance = { +export type optimism_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: mantle_Router; - asset: mantle_Asset; + router: optimism_Router; + asset: optimism_Asset; feesEarned: Scalars['BigInt']; }; -export type mantle_AssetBalance_filter = { +export type optimism_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90440,7 +91706,7 @@ export type mantle_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -90461,7 +91727,7 @@ export type mantle_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -90471,12 +91737,12 @@ export type mantle_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_AssetBalance_orderBy = +export type optimism_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -90501,12 +91767,12 @@ export type mantle_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type mantle_AssetStatus = { +export type optimism_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type mantle_AssetStatus_filter = { +export type optimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90520,16 +91786,16 @@ export type mantle_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_AssetStatus_orderBy = +export type optimism_AssetStatus_orderBy = | 'id' | 'status'; -export type mantle_Asset_filter = { +export type optimism_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90538,16 +91804,16 @@ export type mantle_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -90564,16 +91830,16 @@ export type mantle_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -90582,26 +91848,26 @@ export type mantle_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -90630,14 +91896,14 @@ export type mantle_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Asset_orderBy = +export type optimism_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -90651,26 +91917,26 @@ export type mantle_Asset_orderBy = | 'status__id' | 'status__status'; -export type mantle_BlockChangedFilter = { +export type optimism_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mantle_Block_height = { - hash?: InputMaybe; +export type optimism_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mantle_ConnectorMeta = { +export type optimism_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type mantle_ConnectorMeta_filter = { +export type optimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90695,43 +91961,43 @@ export type mantle_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_ConnectorMeta_orderBy = +export type optimism_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -90739,57 +92005,57 @@ export type mantle_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mantle_DestinationTransfer = { +export type optimism_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type mantle_DestinationTransferroutersArgs = { +export type optimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_DestinationTransfer_filter = { +export type optimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90806,16 +92072,16 @@ export type mantle_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -90824,17 +92090,17 @@ export type mantle_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -90859,40 +92125,40 @@ export type mantle_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -90909,16 +92175,16 @@ export type mantle_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -90935,16 +92201,16 @@ export type mantle_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -90965,7 +92231,7 @@ export type mantle_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -90982,26 +92248,26 @@ export type mantle_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -91034,16 +92300,16 @@ export type mantle_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -91052,26 +92318,26 @@ export type mantle_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -91104,16 +92370,16 @@ export type mantle_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -91123,12 +92389,12 @@ export type mantle_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_DestinationTransfer_orderBy = +export type optimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -91177,14 +92443,14 @@ export type mantle_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type mantle_OptimisticRootFinalized = { +export type optimism_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mantle_Bytes']; + aggregateRoot: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mantle_OptimisticRootFinalized_filter = { +export type optimism_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91193,16 +92459,16 @@ export type mantle_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91220,36 +92486,36 @@ export type mantle_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_OptimisticRootFinalized_orderBy = +export type optimism_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type mantle_OrderDirection = +export type optimism_OrderDirection = | 'asc' | 'desc'; -export type mantle_OriginMessage = { +export type optimism_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type mantle_OriginMessage_filter = { +export type optimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91258,16 +92524,16 @@ export type mantle_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -91276,16 +92542,16 @@ export type mantle_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -91294,36 +92560,36 @@ export type mantle_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -91352,14 +92618,14 @@ export type mantle_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_OriginMessage_orderBy = +export type optimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -91373,51 +92639,51 @@ export type mantle_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type mantle_OriginTransfer = { +export type optimism_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type mantle_OriginTransferrelayerFeesArgs = { +export type optimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_OriginTransfer_filter = { +export type optimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91434,16 +92700,16 @@ export type mantle_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -91452,20 +92718,20 @@ export type mantle_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -91490,40 +92756,40 @@ export type mantle_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -91532,16 +92798,16 @@ export type mantle_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -91558,16 +92824,16 @@ export type mantle_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -91588,17 +92854,17 @@ export type mantle_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -91619,7 +92885,7 @@ export type mantle_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -91634,37 +92900,37 @@ export type mantle_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91697,16 +92963,16 @@ export type mantle_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -91716,12 +92982,12 @@ export type mantle_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_OriginTransfer_orderBy = +export type optimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -91773,20 +93039,20 @@ export type mantle_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mantle_Relayer = { +export type optimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mantle_RelayerFee = { +export type optimism_RelayerFee = { id: Scalars['ID']; - transfer: mantle_OriginTransfer; + transfer: optimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mantle_Bytes']; + asset: Scalars['optimism_Bytes']; }; -export type mantle_RelayerFee_filter = { +export type optimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91815,7 +93081,7 @@ export type mantle_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -91824,23 +93090,23 @@ export type mantle_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RelayerFee_orderBy = +export type optimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -91875,20 +93141,20 @@ export type mantle_RelayerFee_orderBy = | 'fee' | 'asset'; -export type mantle_RelayerFeesIncrease = { +export type optimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mantle_OriginTransfer; + transfer: optimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mantle_Bytes']; - transactionHash: Scalars['mantle_Bytes']; + asset?: Maybe; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mantle_RelayerFeesIncrease_filter = { +export type optimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91917,7 +93183,7 @@ export type mantle_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -91926,36 +93192,36 @@ export type mantle_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91989,12 +93255,12 @@ export type mantle_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RelayerFeesIncrease_orderBy = +export type optimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -92035,7 +93301,7 @@ export type mantle_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mantle_Relayer_filter = { +export type optimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92048,33 +93314,33 @@ export type mantle_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Relayer_orderBy = +export type optimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mantle_RootCount = { +export type optimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mantle_RootCount_filter = { +export type optimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92092,30 +93358,30 @@ export type mantle_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RootCount_orderBy = +export type optimism_RootCount_orderBy = | 'id' | 'count'; -export type mantle_RootMessageSent = { +export type optimism_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mantle_RootMessageSent_filter = { +export type optimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92140,16 +93406,16 @@ export type mantle_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -92158,26 +93424,26 @@ export type mantle_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92211,12 +93477,12 @@ export type mantle_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RootMessageSent_orderBy = +export type optimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -92229,34 +93495,34 @@ export type mantle_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mantle_Router = { +export type optimism_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type mantle_RouterassetBalancesArgs = { +export type optimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_RouterDailyTVL = { +export type optimism_RouterDailyTVL = { id: Scalars['ID']; - router: mantle_Router; - asset: mantle_Asset; + router: optimism_Router; + asset: optimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mantle_RouterDailyTVL_filter = { +export type optimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92285,7 +93551,7 @@ export type mantle_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -92306,7 +93572,7 @@ export type mantle_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92324,12 +93590,12 @@ export type mantle_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RouterDailyTVL_orderBy = +export type optimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -92351,25 +93617,25 @@ export type mantle_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type mantle_RouterLiquidityEvent = { +export type optimism_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mantle_Router; - asset: mantle_Asset; + type?: Maybe; + router: optimism_Router; + asset: optimism_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['mantle_Bytes']; + transactionHash: Scalars['optimism_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_RouterLiquidityEventType = +export type optimism_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mantle_RouterLiquidityEvent_filter = { +export type optimism_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92378,10 +93644,10 @@ export type mantle_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -92402,7 +93668,7 @@ export type mantle_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -92423,7 +93689,7 @@ export type mantle_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -92440,16 +93706,16 @@ export type mantle_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -92466,16 +93732,16 @@ export type mantle_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -92485,12 +93751,12 @@ export type mantle_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_RouterLiquidityEvent_orderBy = +export type optimism_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -92518,7 +93784,7 @@ export type mantle_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mantle_Router_filter = { +export type optimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92531,36 +93797,36 @@ export type mantle_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -92569,14 +93835,14 @@ export type mantle_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Router_orderBy = +export type optimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -92585,13 +93851,13 @@ export type mantle_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mantle_Sequencer = { +export type optimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mantle_Sequencer_filter = { +export type optimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92604,34 +93870,34 @@ export type mantle_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Sequencer_orderBy = +export type optimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mantle_Setting = { +export type optimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mantle_Bytes']; + caller: Scalars['optimism_Bytes']; }; -export type mantle_Setting_filter = { +export type optimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92648,40 +93914,40 @@ export type mantle_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_Setting_orderBy = +export type optimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mantle_SlippageUpdate = { +export type optimism_SlippageUpdate = { id: Scalars['ID']; - transfer: mantle_DestinationTransfer; + transfer: optimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mantle_Bytes']; - transactionHash: Scalars['mantle_Bytes']; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mantle_SlippageUpdate_filter = { +export type optimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92710,7 +93976,7 @@ export type mantle_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -92719,26 +93985,26 @@ export type mantle_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -92772,12 +94038,12 @@ export type mantle_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_SlippageUpdate_orderBy = +export type optimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -92824,16 +94090,16 @@ export type mantle_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mantle_SnapshotRoot = { +export type optimism_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['mantle_Bytes']; + root: Scalars['optimism_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mantle_SnapshotRoot_filter = { +export type optimism_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92850,16 +94116,16 @@ export type mantle_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -92885,12 +94151,12 @@ export type mantle_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_SnapshotRoot_orderBy = +export type optimism_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -92898,12 +94164,12 @@ export type mantle_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type mantle_SpokeConnectorMode = { +export type optimism_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type mantle_SpokeConnectorMode_filter = { +export type optimism_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92933,35 +94199,35 @@ export type mantle_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_SpokeConnectorMode_orderBy = +export type optimism_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type mantle_TransferStatus = +export type optimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type mantle__Block_ = { +export type optimism__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type mantle__Meta_ = { +export type optimism__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -92969,22 +94235,22 @@ export type mantle__Meta_ = { * and therefore asks for the latest block * */ - block: mantle__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 stagingpolygon_AggregateRoot = { +export type stagingavalanche_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingpolygon_Bytes']; + root: Scalars['stagingavalanche_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_AggregateRootProposed = { +export type stagingavalanche_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygon_Bytes']; + aggregateRoot: Scalars['stagingavalanche_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -92992,7 +94258,7 @@ export type stagingpolygon_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingpolygon_AggregateRootProposed_filter = { +export type stagingavalanche_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93001,16 +94267,16 @@ export type stagingpolygon_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -93052,12 +94318,12 @@ export type stagingpolygon_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_AggregateRootProposed_orderBy = +export type stagingavalanche_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -93066,7 +94332,7 @@ export type stagingpolygon_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygon_AggregateRoot_filter = { +export type stagingavalanche_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93075,16 +94341,16 @@ export type stagingpolygon_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -93094,45 +94360,45 @@ export type stagingpolygon_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_AggregateRoot_orderBy = +export type stagingavalanche_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingpolygon_Aggregation_interval = +export type stagingavalanche_Aggregation_interval = | 'hour' | 'day'; -export type stagingpolygon_Asset = { +export type stagingavalanche_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingpolygon_AssetBalance = { +export type stagingavalanche_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingpolygon_Router; - asset: stagingpolygon_Asset; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingpolygon_AssetBalance_filter = { +export type stagingavalanche_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93193,7 +94459,7 @@ export type stagingpolygon_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -93214,7 +94480,7 @@ export type stagingpolygon_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -93224,12 +94490,12 @@ export type stagingpolygon_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_AssetBalance_orderBy = +export type stagingavalanche_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -93254,12 +94520,12 @@ export type stagingpolygon_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingpolygon_AssetStatus = { +export type stagingavalanche_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingpolygon_AssetStatus_filter = { +export type stagingavalanche_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93273,16 +94539,16 @@ export type stagingpolygon_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_AssetStatus_orderBy = +export type stagingavalanche_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingpolygon_Asset_filter = { +export type stagingavalanche_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93291,16 +94557,16 @@ export type stagingpolygon_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -93317,16 +94583,16 @@ export type stagingpolygon_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -93335,26 +94601,26 @@ export type stagingpolygon_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -93383,14 +94649,14 @@ export type stagingpolygon_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_Asset_orderBy = +export type stagingavalanche_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -93404,26 +94670,26 @@ export type stagingpolygon_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingpolygon_BlockChangedFilter = { +export type stagingavalanche_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingpolygon_Block_height = { - hash?: InputMaybe; +export type stagingavalanche_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingpolygon_ConnectorMeta = { +export type stagingavalanche_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingpolygon_ConnectorMeta_filter = { +export type stagingavalanche_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93448,43 +94714,43 @@ export type stagingpolygon_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_ConnectorMeta_orderBy = +export type stagingavalanche_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -93492,57 +94758,57 @@ export type stagingpolygon_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingpolygon_DestinationTransfer = { +export type stagingavalanche_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingpolygon_DestinationTransferroutersArgs = { +export type stagingavalanche_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_DestinationTransfer_filter = { +export type stagingavalanche_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93559,16 +94825,16 @@ export type stagingpolygon_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -93577,17 +94843,17 @@ export type stagingpolygon_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -93612,40 +94878,40 @@ export type stagingpolygon_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -93662,16 +94928,16 @@ export type stagingpolygon_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -93688,16 +94954,16 @@ export type stagingpolygon_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -93718,7 +94984,7 @@ export type stagingpolygon_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -93735,26 +95001,26 @@ export type stagingpolygon_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -93787,16 +95053,16 @@ export type stagingpolygon_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -93805,26 +95071,26 @@ export type stagingpolygon_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -93857,16 +95123,16 @@ export type stagingpolygon_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -93876,12 +95142,12 @@ export type stagingpolygon_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_DestinationTransfer_orderBy = +export type stagingavalanche_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -93930,14 +95196,14 @@ export type stagingpolygon_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingpolygon_OptimisticRootFinalized = { +export type stagingavalanche_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygon_Bytes']; + aggregateRoot: Scalars['stagingavalanche_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingpolygon_OptimisticRootFinalized_filter = { +export type stagingavalanche_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -93946,16 +95212,16 @@ export type stagingpolygon_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -93973,36 +95239,36 @@ export type stagingpolygon_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_OptimisticRootFinalized_orderBy = +export type stagingavalanche_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingpolygon_OrderDirection = +export type stagingavalanche_OrderDirection = | 'asc' | 'desc'; -export type stagingpolygon_OriginMessage = { +export type stagingavalanche_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingpolygon_OriginMessage_filter = { +export type stagingavalanche_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94011,16 +95277,16 @@ export type stagingpolygon_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -94029,16 +95295,16 @@ export type stagingpolygon_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -94047,36 +95313,36 @@ export type stagingpolygon_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -94105,14 +95371,14 @@ export type stagingpolygon_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_OriginMessage_orderBy = +export type stagingavalanche_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -94126,51 +95392,51 @@ export type stagingpolygon_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingpolygon_OriginTransfer = { +export type stagingavalanche_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingpolygon_OriginTransferrelayerFeesArgs = { +export type stagingavalanche_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_OriginTransfer_filter = { +export type stagingavalanche_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94187,16 +95453,16 @@ export type stagingpolygon_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -94205,20 +95471,20 @@ export type stagingpolygon_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -94243,40 +95509,40 @@ export type stagingpolygon_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -94285,16 +95551,16 @@ export type stagingpolygon_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -94311,16 +95577,16 @@ export type stagingpolygon_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -94341,17 +95607,17 @@ export type stagingpolygon_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -94372,7 +95638,7 @@ export type stagingpolygon_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -94387,37 +95653,37 @@ export type stagingpolygon_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -94450,16 +95716,16 @@ export type stagingpolygon_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -94469,12 +95735,12 @@ export type stagingpolygon_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_OriginTransfer_orderBy = +export type stagingavalanche_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -94526,20 +95792,20 @@ export type stagingpolygon_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingpolygon_Relayer = { +export type stagingavalanche_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingpolygon_RelayerFee = { +export type stagingavalanche_RelayerFee = { id: Scalars['ID']; - transfer: stagingpolygon_OriginTransfer; + transfer: stagingavalanche_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingpolygon_Bytes']; + asset: Scalars['stagingavalanche_Bytes']; }; -export type stagingpolygon_RelayerFee_filter = { +export type stagingavalanche_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94568,7 +95834,7 @@ export type stagingpolygon_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -94577,23 +95843,23 @@ export type stagingpolygon_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_RelayerFee_orderBy = +export type stagingavalanche_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -94628,20 +95894,20 @@ export type stagingpolygon_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingpolygon_RelayerFeesIncrease = { +export type stagingavalanche_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingpolygon_OriginTransfer; + transfer: stagingavalanche_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingpolygon_Bytes']; - transactionHash: Scalars['stagingpolygon_Bytes']; + asset?: Maybe; + caller: Scalars['stagingavalanche_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_RelayerFeesIncrease_filter = { +export type stagingavalanche_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94670,7 +95936,7 @@ export type stagingpolygon_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -94679,36 +95945,36 @@ export type stagingpolygon_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -94742,12 +96008,12 @@ export type stagingpolygon_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_RelayerFeesIncrease_orderBy = +export type stagingavalanche_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -94788,7 +96054,7 @@ export type stagingpolygon_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_Relayer_filter = { +export type stagingavalanche_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94801,33 +96067,33 @@ export type stagingpolygon_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_Relayer_orderBy = +export type stagingavalanche_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingpolygon_RootCount = { +export type stagingavalanche_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingpolygon_RootCount_filter = { +export type stagingavalanche_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94845,30 +96111,30 @@ export type stagingpolygon_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_RootCount_orderBy = +export type stagingavalanche_RootCount_orderBy = | 'id' | 'count'; -export type stagingpolygon_RootMessageSent = { +export type stagingavalanche_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingpolygon_RootMessageSent_filter = { +export type stagingavalanche_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94893,16 +96159,16 @@ export type stagingpolygon_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -94911,26 +96177,26 @@ export type stagingpolygon_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -94964,12 +96230,12 @@ export type stagingpolygon_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_RootMessageSent_orderBy = +export type stagingavalanche_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -94982,34 +96248,34 @@ export type stagingpolygon_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_Router = { +export type stagingavalanche_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingpolygon_RouterassetBalancesArgs = { +export type stagingavalanche_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_RouterDailyTVL = { +export type stagingavalanche_RouterDailyTVL = { id: Scalars['ID']; - router: stagingpolygon_Router; - asset: stagingpolygon_Asset; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingpolygon_RouterDailyTVL_filter = { +export type stagingavalanche_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95038,7 +96304,7 @@ export type stagingpolygon_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -95059,7 +96325,7 @@ export type stagingpolygon_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -95077,12 +96343,12 @@ export type stagingpolygon_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_RouterDailyTVL_orderBy = +export type stagingavalanche_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -95104,25 +96370,25 @@ export type stagingpolygon_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingpolygon_RouterLiquidityEvent = { +export type stagingavalanche_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingpolygon_Router; - asset: stagingpolygon_Asset; + type?: Maybe; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingpolygon_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingpolygon_RouterLiquidityEventType = +export type stagingavalanche_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingpolygon_RouterLiquidityEvent_filter = { +export type stagingavalanche_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95131,10 +96397,10 @@ export type stagingpolygon_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -95155,7 +96421,7 @@ export type stagingpolygon_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -95176,7 +96442,7 @@ export type stagingpolygon_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -95193,16 +96459,16 @@ export type stagingpolygon_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -95219,16 +96485,16 @@ export type stagingpolygon_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -95238,12 +96504,12 @@ export type stagingpolygon_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_RouterLiquidityEvent_orderBy = +export type stagingavalanche_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -95271,7 +96537,7 @@ export type stagingpolygon_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingpolygon_Router_filter = { +export type stagingavalanche_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95284,36 +96550,36 @@ export type stagingpolygon_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -95322,14 +96588,14 @@ export type stagingpolygon_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_Router_orderBy = +export type stagingavalanche_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -95338,13 +96604,13 @@ export type stagingpolygon_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingpolygon_Sequencer = { +export type stagingavalanche_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingpolygon_Sequencer_filter = { +export type stagingavalanche_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95357,34 +96623,34 @@ export type stagingpolygon_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_Sequencer_orderBy = +export type stagingavalanche_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingpolygon_Setting = { +export type stagingavalanche_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingpolygon_Bytes']; + caller: Scalars['stagingavalanche_Bytes']; }; -export type stagingpolygon_Setting_filter = { +export type stagingavalanche_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95401,40 +96667,40 @@ export type stagingpolygon_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_Setting_orderBy = +export type stagingavalanche_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingpolygon_SlippageUpdate = { +export type stagingavalanche_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingpolygon_DestinationTransfer; + transfer: stagingavalanche_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingpolygon_Bytes']; - transactionHash: Scalars['stagingpolygon_Bytes']; + caller: Scalars['stagingavalanche_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_SlippageUpdate_filter = { +export type stagingavalanche_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95463,7 +96729,7 @@ export type stagingpolygon_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -95472,26 +96738,26 @@ export type stagingpolygon_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -95525,12 +96791,12 @@ export type stagingpolygon_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_SlippageUpdate_orderBy = +export type stagingavalanche_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -95577,16 +96843,16 @@ export type stagingpolygon_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_SnapshotRoot = { +export type stagingavalanche_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingpolygon_Bytes']; + root: Scalars['stagingavalanche_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_SnapshotRoot_filter = { +export type stagingavalanche_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95603,16 +96869,16 @@ export type stagingpolygon_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -95638,12 +96904,12 @@ export type stagingpolygon_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_SnapshotRoot_orderBy = +export type stagingavalanche_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -95651,12 +96917,12 @@ export type stagingpolygon_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygon_SpokeConnectorMode = { +export type stagingavalanche_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingpolygon_SpokeConnectorMode_filter = { +export type stagingavalanche_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95686,35 +96952,35 @@ export type stagingpolygon_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_SpokeConnectorMode_orderBy = +export type stagingavalanche_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingpolygon_TransferStatus = +export type stagingavalanche_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingpolygon__Block_ = { +export type stagingavalanche__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingpolygon__Meta_ = { +export type stagingavalanche__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -95722,22 +96988,22 @@ export type stagingpolygon__Meta_ = { * and therefore asks for the latest block * */ - block: stagingpolygon__Block_; + block: stagingavalanche__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type bnb_AggregateRoot = { +export type stagingzksync_AggregateRoot = { id: Scalars['ID']; - root: Scalars['bnb_Bytes']; + root: Scalars['stagingzksync_Bytes']; blockNumber: Scalars['BigInt']; }; -export type bnb_AggregateRootProposed = { +export type stagingzksync_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['bnb_Bytes']; + aggregateRoot: Scalars['stagingzksync_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -95745,7 +97011,7 @@ export type bnb_AggregateRootProposed = { blockNumber?: Maybe; }; -export type bnb_AggregateRootProposed_filter = { +export type stagingzksync_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95754,16 +97020,16 @@ export type bnb_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -95805,12 +97071,12 @@ export type bnb_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_AggregateRootProposed_orderBy = +export type stagingzksync_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -95819,7 +97085,7 @@ export type bnb_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type bnb_AggregateRoot_filter = { +export type stagingzksync_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95828,16 +97094,16 @@ export type bnb_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -95847,41 +97113,45 @@ export type bnb_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_AggregateRoot_orderBy = +export type stagingzksync_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type bnb_Asset = { +export type stagingzksync_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingzksync_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type bnb_AssetBalance = { +export type stagingzksync_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: bnb_Router; - asset: bnb_Asset; + router: stagingzksync_Router; + asset: stagingzksync_Asset; feesEarned: Scalars['BigInt']; }; -export type bnb_AssetBalance_filter = { +export type stagingzksync_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95942,7 +97212,7 @@ export type bnb_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -95963,7 +97233,7 @@ export type bnb_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -95973,12 +97243,12 @@ export type bnb_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_AssetBalance_orderBy = +export type stagingzksync_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -96003,12 +97273,12 @@ export type bnb_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type bnb_AssetStatus = { +export type stagingzksync_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type bnb_AssetStatus_filter = { +export type stagingzksync_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96022,16 +97292,16 @@ export type bnb_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_AssetStatus_orderBy = +export type stagingzksync_AssetStatus_orderBy = | 'id' | 'status'; -export type bnb_Asset_filter = { +export type stagingzksync_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96040,16 +97310,16 @@ export type bnb_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_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; @@ -96066,16 +97336,16 @@ export type bnb_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: 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; @@ -96084,26 +97354,26 @@ export type bnb_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_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; @@ -96132,14 +97402,14 @@ export type bnb_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_Asset_orderBy = +export type stagingzksync_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -96153,26 +97423,26 @@ export type bnb_Asset_orderBy = | 'status__id' | 'status__status'; -export type bnb_BlockChangedFilter = { +export type stagingzksync_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type bnb_Block_height = { - hash?: InputMaybe; +export type stagingzksync_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type bnb_ConnectorMeta = { +export type stagingzksync_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type bnb_ConnectorMeta_filter = { +export type stagingzksync_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96197,43 +97467,43 @@ export type bnb_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_ConnectorMeta_orderBy = +export type stagingzksync_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -96241,57 +97511,57 @@ export type bnb_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type bnb_DestinationTransfer = { +export type stagingzksync_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type bnb_DestinationTransferroutersArgs = { +export type stagingzksync_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_DestinationTransfer_filter = { +export type stagingzksync_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96308,16 +97578,16 @@ export type bnb_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -96326,17 +97596,17 @@ export type bnb_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -96361,40 +97631,40 @@ export type bnb_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -96411,16 +97681,16 @@ export type bnb_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_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; @@ -96437,16 +97707,16 @@ export type bnb_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: 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; @@ -96467,7 +97737,7 @@ export type bnb_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -96484,26 +97754,26 @@ export type bnb_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_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; @@ -96536,16 +97806,16 @@ export type bnb_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_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; @@ -96554,26 +97824,26 @@ export type bnb_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_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; @@ -96606,16 +97876,16 @@ export type bnb_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_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; @@ -96625,12 +97895,12 @@ export type bnb_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_DestinationTransfer_orderBy = +export type stagingzksync_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -96679,14 +97949,14 @@ export type bnb_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type bnb_OptimisticRootFinalized = { +export type stagingzksync_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['bnb_Bytes']; + aggregateRoot: Scalars['stagingzksync_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type bnb_OptimisticRootFinalized_filter = { +export type stagingzksync_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96695,16 +97965,16 @@ export type bnb_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -96722,36 +97992,36 @@ export type bnb_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_OptimisticRootFinalized_orderBy = +export type stagingzksync_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type bnb_OrderDirection = +export type stagingzksync_OrderDirection = | 'asc' | 'desc'; -export type bnb_OriginMessage = { +export type stagingzksync_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type bnb_OriginMessage_filter = { +export type stagingzksync_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96760,16 +98030,16 @@ export type bnb_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -96778,16 +98048,16 @@ export type bnb_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_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; @@ -96796,36 +98066,36 @@ export type bnb_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_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; @@ -96854,14 +98124,14 @@ export type bnb_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_OriginMessage_orderBy = +export type stagingzksync_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -96875,51 +98145,51 @@ export type bnb_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type bnb_OriginTransfer = { +export type stagingzksync_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type bnb_OriginTransferrelayerFeesArgs = { +export type stagingzksync_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_OriginTransfer_filter = { +export type stagingzksync_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96936,16 +98206,16 @@ export type bnb_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -96954,20 +98224,20 @@ export type bnb_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_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; @@ -96992,40 +98262,40 @@ export type bnb_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -97034,16 +98304,16 @@ export type bnb_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_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; @@ -97060,16 +98330,16 @@ export type bnb_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: 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; @@ -97090,17 +98360,17 @@ export type bnb_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + 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; @@ -97121,7 +98391,7 @@ export type bnb_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -97136,37 +98406,37 @@ export type bnb_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_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; @@ -97199,16 +98469,16 @@ export type bnb_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_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; @@ -97218,12 +98488,12 @@ export type bnb_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_OriginTransfer_orderBy = +export type stagingzksync_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -97275,20 +98545,20 @@ export type bnb_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type bnb_Relayer = { +export type stagingzksync_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type bnb_RelayerFee = { +export type stagingzksync_RelayerFee = { id: Scalars['ID']; - transfer: bnb_OriginTransfer; + transfer: stagingzksync_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['bnb_Bytes']; + asset: Scalars['stagingzksync_Bytes']; }; -export type bnb_RelayerFee_filter = { +export type stagingzksync_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97317,7 +98587,7 @@ export type bnb_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -97326,23 +98596,23 @@ export type bnb_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RelayerFee_orderBy = +export type stagingzksync_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -97377,20 +98647,20 @@ export type bnb_RelayerFee_orderBy = | 'fee' | 'asset'; -export type bnb_RelayerFeesIncrease = { +export type stagingzksync_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: bnb_OriginTransfer; + transfer: stagingzksync_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; + asset?: Maybe; + caller: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_RelayerFeesIncrease_filter = { +export type stagingzksync_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97419,7 +98689,7 @@ export type bnb_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -97428,36 +98698,36 @@ export type bnb_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: 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; @@ -97491,12 +98761,12 @@ export type bnb_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RelayerFeesIncrease_orderBy = +export type stagingzksync_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -97537,7 +98807,7 @@ export type bnb_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_Relayer_filter = { +export type stagingzksync_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97550,33 +98820,33 @@ export type bnb_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_Relayer_orderBy = +export type stagingzksync_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type bnb_RootCount = { +export type stagingzksync_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type bnb_RootCount_filter = { +export type stagingzksync_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97594,30 +98864,30 @@ export type bnb_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RootCount_orderBy = +export type stagingzksync_RootCount_orderBy = | 'id' | 'count'; -export type bnb_RootMessageSent = { +export type stagingzksync_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type bnb_RootMessageSent_filter = { +export type stagingzksync_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97642,16 +98912,16 @@ export type bnb_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -97660,26 +98930,26 @@ export type bnb_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -97713,12 +98983,12 @@ export type bnb_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RootMessageSent_orderBy = +export type stagingzksync_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -97731,34 +99001,34 @@ export type bnb_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_Router = { +export type stagingzksync_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type bnb_RouterassetBalancesArgs = { +export type stagingzksync_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_RouterDailyTVL = { +export type stagingzksync_RouterDailyTVL = { id: Scalars['ID']; - router: bnb_Router; - asset: bnb_Asset; + router: stagingzksync_Router; + asset: stagingzksync_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type bnb_RouterDailyTVL_filter = { +export type stagingzksync_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97787,7 +99057,7 @@ export type bnb_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -97808,7 +99078,7 @@ export type bnb_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -97826,12 +99096,12 @@ export type bnb_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RouterDailyTVL_orderBy = +export type stagingzksync_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -97853,25 +99123,25 @@ export type bnb_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type bnb_RouterLiquidityEvent = { +export type stagingzksync_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: bnb_Router; - asset: bnb_Asset; + type?: Maybe; + router: stagingzksync_Router; + asset: stagingzksync_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['bnb_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_RouterLiquidityEventType = +export type stagingzksync_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type bnb_RouterLiquidityEvent_filter = { +export type stagingzksync_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97880,10 +99150,10 @@ export type bnb_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -97904,7 +99174,7 @@ export type bnb_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -97925,7 +99195,7 @@ export type bnb_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -97942,16 +99212,16 @@ export type bnb_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -97968,16 +99238,16 @@ export type bnb_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -97987,12 +99257,12 @@ export type bnb_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_RouterLiquidityEvent_orderBy = +export type stagingzksync_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -98020,7 +99290,7 @@ export type bnb_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type bnb_Router_filter = { +export type stagingzksync_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98033,36 +99303,36 @@ export type bnb_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_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; @@ -98071,14 +99341,14 @@ export type bnb_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_Router_orderBy = +export type stagingzksync_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -98087,13 +99357,13 @@ export type bnb_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type bnb_Sequencer = { +export type stagingzksync_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type bnb_Sequencer_filter = { +export type stagingzksync_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98106,34 +99376,34 @@ export type bnb_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_Sequencer_orderBy = +export type stagingzksync_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type bnb_Setting = { +export type stagingzksync_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; + caller: Scalars['stagingzksync_Bytes']; }; -export type bnb_Setting_filter = { +export type stagingzksync_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98150,40 +99420,40 @@ export type bnb_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_Setting_orderBy = +export type stagingzksync_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type bnb_SlippageUpdate = { +export type stagingzksync_SlippageUpdate = { id: Scalars['ID']; - transfer: bnb_DestinationTransfer; + transfer: stagingzksync_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; + caller: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_SlippageUpdate_filter = { +export type stagingzksync_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98212,7 +99482,7 @@ export type bnb_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -98221,26 +99491,26 @@ export type bnb_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -98274,12 +99544,12 @@ export type bnb_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_SlippageUpdate_orderBy = +export type stagingzksync_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -98326,16 +99596,16 @@ export type bnb_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_SnapshotRoot = { +export type stagingzksync_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['bnb_Bytes']; + root: Scalars['stagingzksync_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_SnapshotRoot_filter = { +export type stagingzksync_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98352,16 +99622,16 @@ export type bnb_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -98387,12 +99657,12 @@ export type bnb_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_SnapshotRoot_orderBy = +export type stagingzksync_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -98400,12 +99670,12 @@ export type bnb_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type bnb_SpokeConnectorMode = { +export type stagingzksync_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type bnb_SpokeConnectorMode_filter = { +export type stagingzksync_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98435,33 +99705,35 @@ export type bnb_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_SpokeConnectorMode_orderBy = +export type stagingzksync_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type bnb_TransferStatus = +export type stagingzksync_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type bnb__Block_ = { +export type stagingzksync__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type bnb__Meta_ = { +export type stagingzksync__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -98469,53 +99741,49 @@ export type bnb__Meta_ = { * and therefore asks for the latest block * */ - block: bnb__Block_; + block: stagingzksync__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type mantle_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type mantle_swap_BlockChangedFilter = { +export type xlayer_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mantle_swap_Block_height = { - hash?: InputMaybe; +export type xlayer_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mantle_swap_LpAccount = { +export type xlayer_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['mantle_swap_Bytes']; - balances: Array; + address: Scalars['xlayer_swap_Bytes']; + balances: Array; }; -export type mantle_swap_LpAccountbalancesArgs = { +export type xlayer_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_swap_LpAccountBalance = { +export type xlayer_swap_LpAccountBalance = { id: Scalars['ID']; - account: mantle_swap_LpAccount; - token: mantle_swap_LpToken; - amount: Scalars['mantle_swap_BigDecimal']; + account: xlayer_swap_LpAccount; + token: xlayer_swap_LpToken; + amount: Scalars['xlayer_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type mantle_swap_LpAccountBalance_filter = { +export type xlayer_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98544,7 +99812,7 @@ export type mantle_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -98565,15 +99833,15 @@ export type mantle_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -98590,23 +99858,23 @@ export type mantle_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_LpAccountBalance_orderBy = +export type xlayer_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -98623,7 +99891,7 @@ export type mantle_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type mantle_swap_LpAccount_filter = { +export type xlayer_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98632,59 +99900,59 @@ export type mantle_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_LpAccount_orderBy = +export type xlayer_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type mantle_swap_LpToken = { +export type xlayer_swap_LpToken = { id: Scalars['ID']; - address: Scalars['mantle_swap_Bytes']; - stableSwap: mantle_swap_StableSwap; + address: Scalars['xlayer_swap_Bytes']; + stableSwap: xlayer_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['mantle_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['xlayer_swap_BigDecimal']; + events: Array; }; -export type mantle_swap_LpTokeneventsArgs = { +export type xlayer_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_swap_LpTokenEvent = { +export type xlayer_swap_LpTokenEvent = { id: Scalars['ID']; - token: mantle_swap_LpToken; - amount: Scalars['mantle_swap_BigDecimal']; + token: xlayer_swap_LpToken; + amount: Scalars['xlayer_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_LpTokenEvent_filter = { +export type xlayer_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98713,15 +99981,15 @@ export type mantle_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -98738,16 +100006,16 @@ export type mantle_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -98757,12 +100025,12 @@ export type mantle_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_LpTokenEvent_orderBy = +export type xlayer_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -98777,7 +100045,7 @@ export type mantle_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_LpToken_filter = { +export type xlayer_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98786,16 +100054,16 @@ export type mantle_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -98816,7 +100084,7 @@ export type mantle_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -98865,22 +100133,22 @@ export type mantle_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_LpToken_orderBy = +export type xlayer_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -98906,21 +100174,21 @@ export type mantle_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type mantle_swap_LpTransferEvent = mantle_swap_LpTokenEvent & { +export type xlayer_swap_LpTransferEvent = xlayer_swap_LpTokenEvent & { id: Scalars['ID']; - token: mantle_swap_LpToken; - amount: Scalars['mantle_swap_BigDecimal']; - from: Scalars['mantle_swap_Bytes']; - to: Scalars['mantle_swap_Bytes']; - fromBalance: Scalars['mantle_swap_BigDecimal']; - toBalance: Scalars['mantle_swap_BigDecimal']; + token: xlayer_swap_LpToken; + amount: Scalars['xlayer_swap_BigDecimal']; + from: Scalars['xlayer_swap_Bytes']; + to: Scalars['xlayer_swap_Bytes']; + fromBalance: Scalars['xlayer_swap_BigDecimal']; + toBalance: Scalars['xlayer_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_LpTransferEvent_filter = { +export type xlayer_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98949,51 +100217,51 @@ export type mantle_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -99010,16 +100278,16 @@ export type mantle_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -99029,12 +100297,12 @@ export type mantle_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_LpTransferEvent_orderBy = +export type xlayer_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -99054,16 +100322,16 @@ export type mantle_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type mantle_swap_OrderDirection = +export type xlayer_swap_OrderDirection = | 'asc' | 'desc'; -export type mantle_swap_PooledToken = { +export type xlayer_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['mantle_swap_Bytes']; + asset: Scalars['xlayer_swap_Bytes']; }; -export type mantle_swap_PooledToken_filter = { +export type xlayer_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99072,103 +100340,103 @@ export type mantle_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_PooledToken_orderBy = +export type xlayer_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type mantle_swap_StableSwap = { +export type xlayer_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['mantle_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['xlayer_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type mantle_swap_StableSwapeventsArgs = { +export type xlayer_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_swap_StableSwapexchangesArgs = { +export type xlayer_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_swap_StableSwaphourlyVolumesArgs = { +export type xlayer_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_swap_StableSwapdailyVolumesArgs = { +export type xlayer_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_swap_StableSwapweeklyVolumesArgs = { +export type xlayer_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_swap_StableSwapAddLiquidityEvent = mantle_swap_StableSwapEvent & { +export type xlayer_swap_StableSwapAddLiquidityEvent = xlayer_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - provider: Scalars['mantle_swap_Bytes']; + stableSwap: xlayer_swap_StableSwap; + provider: Scalars['xlayer_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -99177,11 +100445,11 @@ export type mantle_swap_StableSwapAddLiquidityEvent = mantle_swap_StableSwapEven balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapAddLiquidityEvent_filter = { +export type xlayer_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99210,17 +100478,17 @@ export type mantle_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -99279,16 +100547,16 @@ export type mantle_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -99298,12 +100566,12 @@ export type mantle_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_StableSwapAddLiquidityEvent_orderBy = +export type xlayer_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -99334,16 +100602,16 @@ export type mantle_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_StableSwapEvent = { +export type xlayer_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: xlayer_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapEvent_filter = { +export type xlayer_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99372,7 +100640,7 @@ export type mantle_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -99389,16 +100657,16 @@ export type mantle_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -99408,12 +100676,12 @@ export type mantle_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_StableSwapEvent_orderBy = +export type xlayer_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -99437,10 +100705,10 @@ export type mantle_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_StableSwapExchange = { +export type xlayer_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - buyer: Scalars['mantle_swap_Bytes']; + stableSwap: xlayer_swap_StableSwap; + buyer: Scalars['xlayer_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -99449,11 +100717,11 @@ export type mantle_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapExchange_filter = { +export type xlayer_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99482,17 +100750,17 @@ export type mantle_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -99555,16 +100823,16 @@ export type mantle_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -99574,12 +100842,12 @@ export type mantle_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_StableSwapExchange_orderBy = +export type xlayer_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -99610,10 +100878,10 @@ export type mantle_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapEvent & { +export type xlayer_swap_StableSwapRemoveLiquidityEvent = xlayer_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - provider: Scalars['mantle_swap_Bytes']; + stableSwap: xlayer_swap_StableSwap; + provider: Scalars['xlayer_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -99622,11 +100890,11 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapE balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { +export type xlayer_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99655,17 +100923,17 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -99724,16 +100992,16 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -99743,12 +101011,12 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -99779,7 +101047,7 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_StableSwap_filter = { +export type xlayer_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99792,26 +101060,26 @@ export type mantle_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -99820,26 +101088,26 @@ export type mantle_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -99888,12 +101156,12 @@ export type mantle_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -99936,18 +101204,18 @@ export type mantle_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_StableSwap_orderBy = +export type xlayer_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -99974,14 +101242,14 @@ export type mantle_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type mantle_swap_SwapDailyVolume = mantle_swap_SwapTradeVolume & { +export type xlayer_swap_SwapDailyVolume = xlayer_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: xlayer_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['xlayer_swap_BigDecimal']; }; -export type mantle_swap_SwapDailyVolume_filter = { +export type xlayer_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100010,7 +101278,7 @@ export type mantle_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -100019,21 +101287,21 @@ export type mantle_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SwapDailyVolume_orderBy = +export type xlayer_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -100055,14 +101323,14 @@ export type mantle_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SwapHourlyVolume = mantle_swap_SwapTradeVolume & { +export type xlayer_swap_SwapHourlyVolume = xlayer_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: xlayer_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['xlayer_swap_BigDecimal']; }; -export type mantle_swap_SwapHourlyVolume_filter = { +export type xlayer_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100091,7 +101359,7 @@ export type mantle_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -100100,21 +101368,21 @@ export type mantle_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SwapHourlyVolume_orderBy = +export type xlayer_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -100136,13 +101404,13 @@ export type mantle_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SwapTradeVolume = { - stableSwap: mantle_swap_StableSwap; +export type xlayer_swap_SwapTradeVolume = { + stableSwap: xlayer_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['xlayer_swap_BigDecimal']; }; -export type mantle_swap_SwapTradeVolume_filter = { +export type xlayer_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -100163,7 +101431,7 @@ export type mantle_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -100172,21 +101440,21 @@ export type mantle_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SwapTradeVolume_orderBy = +export type xlayer_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -100207,14 +101475,14 @@ export type mantle_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SwapWeeklyVolume = mantle_swap_SwapTradeVolume & { +export type xlayer_swap_SwapWeeklyVolume = xlayer_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: xlayer_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['xlayer_swap_BigDecimal']; }; -export type mantle_swap_SwapWeeklyVolume_filter = { +export type xlayer_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100243,7 +101511,7 @@ export type mantle_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -100252,21 +101520,21 @@ export type mantle_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SwapWeeklyVolume_orderBy = +export type xlayer_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -100288,13 +101556,13 @@ export type mantle_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SystemInfo = { +export type xlayer_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type mantle_swap_SystemInfo_filter = { +export type xlayer_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100320,29 +101588,27 @@ export type mantle_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mantle_swap_SystemInfo_orderBy = +export type xlayer_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type mantle_swap__Block_ = { +export type xlayer_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type mantle_swap__Meta_ = { +export type xlayer_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 @@ -100350,22 +101616,22 @@ export type mantle_swap__Meta_ = { * and therefore asks for the latest block * */ - block: mantle_swap__Block_; + block: xlayer_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type mode_AggregateRoot = { +export type stagingpolygonzkevm_AggregateRoot = { id: Scalars['ID']; - root: Scalars['mode_Bytes']; + root: Scalars['stagingpolygonzkevm_Bytes']; blockNumber: Scalars['BigInt']; }; -export type mode_AggregateRootProposed = { +export type stagingpolygonzkevm_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['mode_Bytes']; + aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -100373,7 +101639,7 @@ export type mode_AggregateRootProposed = { blockNumber?: Maybe; }; -export type mode_AggregateRootProposed_filter = { +export type stagingpolygonzkevm_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100382,16 +101648,16 @@ export type mode_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -100433,12 +101699,12 @@ export type mode_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_AggregateRootProposed_orderBy = +export type stagingpolygonzkevm_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -100447,7 +101713,7 @@ export type mode_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type mode_AggregateRoot_filter = { +export type stagingpolygonzkevm_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100456,16 +101722,16 @@ export type mode_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -100475,41 +101741,45 @@ export type mode_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_AggregateRoot_orderBy = +export type stagingpolygonzkevm_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type mode_Asset = { +export type stagingpolygonzkevm_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingpolygonzkevm_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type mode_AssetBalance = { +export type stagingpolygonzkevm_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: mode_Router; - asset: mode_Asset; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; feesEarned: Scalars['BigInt']; }; -export type mode_AssetBalance_filter = { +export type stagingpolygonzkevm_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100570,7 +101840,7 @@ export type mode_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -100591,7 +101861,7 @@ export type mode_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -100601,12 +101871,12 @@ export type mode_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_AssetBalance_orderBy = +export type stagingpolygonzkevm_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -100631,12 +101901,12 @@ export type mode_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type mode_AssetStatus = { +export type stagingpolygonzkevm_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type mode_AssetStatus_filter = { +export type stagingpolygonzkevm_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100650,16 +101920,16 @@ export type mode_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_AssetStatus_orderBy = +export type stagingpolygonzkevm_AssetStatus_orderBy = | 'id' | 'status'; -export type mode_Asset_filter = { +export type stagingpolygonzkevm_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100668,16 +101938,16 @@ export type mode_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -100694,16 +101964,16 @@ export type mode_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -100712,26 +101982,26 @@ export type mode_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -100760,14 +102030,14 @@ export type mode_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_Asset_orderBy = +export type stagingpolygonzkevm_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -100781,26 +102051,26 @@ export type mode_Asset_orderBy = | 'status__id' | 'status__status'; -export type mode_BlockChangedFilter = { +export type stagingpolygonzkevm_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mode_Block_height = { - hash?: InputMaybe; +export type stagingpolygonzkevm_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mode_ConnectorMeta = { +export type stagingpolygonzkevm_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type mode_ConnectorMeta_filter = { +export type stagingpolygonzkevm_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100825,43 +102095,43 @@ export type mode_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_ConnectorMeta_orderBy = +export type stagingpolygonzkevm_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -100869,57 +102139,57 @@ export type mode_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mode_DestinationTransfer = { +export type stagingpolygonzkevm_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type mode_DestinationTransferroutersArgs = { +export type stagingpolygonzkevm_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mode_DestinationTransfer_filter = { +export type stagingpolygonzkevm_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100936,16 +102206,16 @@ export type mode_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -100954,17 +102224,17 @@ export type mode_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -100989,40 +102259,40 @@ export type mode_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -101039,16 +102309,16 @@ export type mode_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -101065,16 +102335,16 @@ export type mode_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -101095,7 +102365,7 @@ export type mode_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -101112,26 +102382,26 @@ export type mode_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -101164,16 +102434,16 @@ export type mode_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -101182,26 +102452,26 @@ export type mode_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -101234,16 +102504,16 @@ export type mode_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -101253,12 +102523,12 @@ export type mode_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_DestinationTransfer_orderBy = +export type stagingpolygonzkevm_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -101307,14 +102577,14 @@ export type mode_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type mode_OptimisticRootFinalized = { +export type stagingpolygonzkevm_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mode_Bytes']; + aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mode_OptimisticRootFinalized_filter = { +export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101323,16 +102593,16 @@ export type mode_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -101350,36 +102620,36 @@ export type mode_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_OptimisticRootFinalized_orderBy = +export type stagingpolygonzkevm_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type mode_OrderDirection = +export type stagingpolygonzkevm_OrderDirection = | 'asc' | 'desc'; -export type mode_OriginMessage = { +export type stagingpolygonzkevm_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type mode_OriginMessage_filter = { +export type stagingpolygonzkevm_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101388,16 +102658,16 @@ export type mode_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -101406,16 +102676,16 @@ export type mode_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -101424,36 +102694,36 @@ export type mode_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -101482,14 +102752,14 @@ export type mode_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_OriginMessage_orderBy = +export type stagingpolygonzkevm_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -101503,51 +102773,51 @@ export type mode_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type mode_OriginTransfer = { +export type stagingpolygonzkevm_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type mode_OriginTransferrelayerFeesArgs = { +export type stagingpolygonzkevm_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mode_OriginTransfer_filter = { +export type stagingpolygonzkevm_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101564,16 +102834,16 @@ export type mode_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -101582,20 +102852,20 @@ export type mode_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -101620,40 +102890,40 @@ export type mode_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -101662,16 +102932,16 @@ export type mode_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -101688,16 +102958,16 @@ export type mode_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -101718,17 +102988,17 @@ export type mode_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -101749,7 +103019,7 @@ export type mode_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -101764,37 +103034,37 @@ export type mode_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -101827,16 +103097,16 @@ export type mode_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -101846,12 +103116,12 @@ export type mode_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_OriginTransfer_orderBy = +export type stagingpolygonzkevm_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -101903,20 +103173,20 @@ export type mode_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mode_Relayer = { +export type stagingpolygonzkevm_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mode_RelayerFee = { +export type stagingpolygonzkevm_RelayerFee = { id: Scalars['ID']; - transfer: mode_OriginTransfer; + transfer: stagingpolygonzkevm_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mode_Bytes']; + asset: Scalars['stagingpolygonzkevm_Bytes']; }; -export type mode_RelayerFee_filter = { +export type stagingpolygonzkevm_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101945,7 +103215,7 @@ export type mode_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -101954,23 +103224,23 @@ export type mode_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_RelayerFee_orderBy = +export type stagingpolygonzkevm_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -102005,20 +103275,20 @@ export type mode_RelayerFee_orderBy = | 'fee' | 'asset'; -export type mode_RelayerFeesIncrease = { +export type stagingpolygonzkevm_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mode_OriginTransfer; + transfer: stagingpolygonzkevm_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mode_Bytes']; - transactionHash: Scalars['mode_Bytes']; + asset?: Maybe; + caller: Scalars['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mode_RelayerFeesIncrease_filter = { +export type stagingpolygonzkevm_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102047,7 +103317,7 @@ export type mode_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -102056,36 +103326,36 @@ export type mode_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -102119,12 +103389,12 @@ export type mode_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_RelayerFeesIncrease_orderBy = +export type stagingpolygonzkevm_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -102165,7 +103435,7 @@ export type mode_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mode_Relayer_filter = { +export type stagingpolygonzkevm_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102178,33 +103448,33 @@ export type mode_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_Relayer_orderBy = +export type stagingpolygonzkevm_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mode_RootCount = { +export type stagingpolygonzkevm_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mode_RootCount_filter = { +export type stagingpolygonzkevm_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102222,30 +103492,30 @@ export type mode_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_RootCount_orderBy = +export type stagingpolygonzkevm_RootCount_orderBy = | 'id' | 'count'; -export type mode_RootMessageSent = { +export type stagingpolygonzkevm_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mode_RootMessageSent_filter = { +export type stagingpolygonzkevm_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102270,16 +103540,16 @@ export type mode_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -102288,26 +103558,26 @@ export type mode_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -102341,12 +103611,12 @@ export type mode_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_RootMessageSent_orderBy = +export type stagingpolygonzkevm_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -102359,34 +103629,34 @@ export type mode_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mode_Router = { +export type stagingpolygonzkevm_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type mode_RouterassetBalancesArgs = { +export type stagingpolygonzkevm_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mode_RouterDailyTVL = { +export type stagingpolygonzkevm_RouterDailyTVL = { id: Scalars['ID']; - router: mode_Router; - asset: mode_Asset; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mode_RouterDailyTVL_filter = { +export type stagingpolygonzkevm_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102415,7 +103685,7 @@ export type mode_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -102436,7 +103706,7 @@ export type mode_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -102454,12 +103724,12 @@ export type mode_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_RouterDailyTVL_orderBy = +export type stagingpolygonzkevm_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -102481,25 +103751,25 @@ export type mode_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type mode_RouterLiquidityEvent = { +export type stagingpolygonzkevm_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mode_Router; - asset: mode_Asset; + type?: Maybe; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['mode_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; nonce: Scalars['BigInt']; }; -export type mode_RouterLiquidityEventType = +export type stagingpolygonzkevm_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mode_RouterLiquidityEvent_filter = { +export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102508,10 +103778,10 @@ export type mode_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -102532,7 +103802,7 @@ export type mode_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -102553,7 +103823,7 @@ export type mode_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -102570,16 +103840,16 @@ export type mode_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -102596,16 +103866,16 @@ export type mode_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -102615,12 +103885,12 @@ export type mode_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_RouterLiquidityEvent_orderBy = +export type stagingpolygonzkevm_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -102648,7 +103918,7 @@ export type mode_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mode_Router_filter = { +export type stagingpolygonzkevm_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102661,36 +103931,36 @@ export type mode_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -102699,14 +103969,14 @@ export type mode_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_Router_orderBy = +export type stagingpolygonzkevm_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -102715,13 +103985,13 @@ export type mode_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mode_Sequencer = { +export type stagingpolygonzkevm_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mode_Sequencer_filter = { +export type stagingpolygonzkevm_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102734,34 +104004,34 @@ export type mode_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_Sequencer_orderBy = +export type stagingpolygonzkevm_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mode_Setting = { +export type stagingpolygonzkevm_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mode_Bytes']; + caller: Scalars['stagingpolygonzkevm_Bytes']; }; -export type mode_Setting_filter = { +export type stagingpolygonzkevm_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102778,40 +104048,40 @@ export type mode_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_Setting_orderBy = +export type stagingpolygonzkevm_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mode_SlippageUpdate = { +export type stagingpolygonzkevm_SlippageUpdate = { id: Scalars['ID']; - transfer: mode_DestinationTransfer; + transfer: stagingpolygonzkevm_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mode_Bytes']; - transactionHash: Scalars['mode_Bytes']; + caller: Scalars['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mode_SlippageUpdate_filter = { +export type stagingpolygonzkevm_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102840,7 +104110,7 @@ export type mode_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -102849,26 +104119,26 @@ export type mode_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -102902,12 +104172,12 @@ export type mode_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_SlippageUpdate_orderBy = +export type stagingpolygonzkevm_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -102954,16 +104224,16 @@ export type mode_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mode_SnapshotRoot = { +export type stagingpolygonzkevm_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['mode_Bytes']; + root: Scalars['stagingpolygonzkevm_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mode_SnapshotRoot_filter = { +export type stagingpolygonzkevm_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102980,16 +104250,16 @@ export type mode_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -103015,12 +104285,12 @@ export type mode_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_SnapshotRoot_orderBy = +export type stagingpolygonzkevm_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -103028,12 +104298,12 @@ export type mode_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type mode_SpokeConnectorMode = { +export type stagingpolygonzkevm_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type mode_SpokeConnectorMode_filter = { +export type stagingpolygonzkevm_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103063,33 +104333,35 @@ export type mode_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mode_SpokeConnectorMode_orderBy = +export type stagingpolygonzkevm_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type mode_TransferStatus = +export type stagingpolygonzkevm_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type mode__Block_ = { +export type stagingpolygonzkevm__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type mode__Meta_ = { +export type stagingpolygonzkevm__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -103097,22 +104369,22 @@ export type mode__Meta_ = { * and therefore asks for the latest block * */ - block: mode__Block_; + block: stagingpolygonzkevm__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingmetis_AggregateRoot = { +export type stagingbnb_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmetis_Bytes']; + root: Scalars['stagingbnb_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_AggregateRootProposed = { +export type stagingbnb_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmetis_Bytes']; + aggregateRoot: Scalars['stagingbnb_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -103120,7 +104392,7 @@ export type stagingmetis_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmetis_AggregateRootProposed_filter = { +export type stagingbnb_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103129,16 +104401,16 @@ export type stagingmetis_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -103180,12 +104452,12 @@ export type stagingmetis_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_AggregateRootProposed_orderBy = +export type stagingbnb_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -103194,7 +104466,7 @@ export type stagingmetis_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmetis_AggregateRoot_filter = { +export type stagingbnb_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103203,16 +104475,16 @@ export type stagingmetis_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -103222,41 +104494,45 @@ export type stagingmetis_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_AggregateRoot_orderBy = +export type stagingbnb_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmetis_Asset = { +export type stagingbnb_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingbnb_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingmetis_AssetBalance = { +export type stagingbnb_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + router: stagingbnb_Router; + asset: stagingbnb_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmetis_AssetBalance_filter = { +export type stagingbnb_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103317,7 +104593,7 @@ export type stagingmetis_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -103338,7 +104614,7 @@ export type stagingmetis_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -103348,12 +104624,12 @@ export type stagingmetis_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_AssetBalance_orderBy = +export type stagingbnb_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -103378,12 +104654,12 @@ export type stagingmetis_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmetis_AssetStatus = { +export type stagingbnb_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmetis_AssetStatus_filter = { +export type stagingbnb_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103397,16 +104673,16 @@ export type stagingmetis_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_AssetStatus_orderBy = +export type stagingbnb_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmetis_Asset_filter = { +export type stagingbnb_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103415,16 +104691,16 @@ export type stagingmetis_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -103441,16 +104717,16 @@ export type stagingmetis_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -103459,26 +104735,26 @@ export type stagingmetis_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -103507,14 +104783,14 @@ export type stagingmetis_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_Asset_orderBy = +export type stagingbnb_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -103528,26 +104804,26 @@ export type stagingmetis_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmetis_BlockChangedFilter = { +export type stagingbnb_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmetis_Block_height = { - hash?: InputMaybe; +export type stagingbnb_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmetis_ConnectorMeta = { +export type stagingbnb_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmetis_ConnectorMeta_filter = { +export type stagingbnb_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103572,43 +104848,43 @@ export type stagingmetis_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_ConnectorMeta_orderBy = +export type stagingbnb_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -103616,57 +104892,57 @@ export type stagingmetis_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmetis_DestinationTransfer = { +export type stagingbnb_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingmetis_DestinationTransferroutersArgs = { +export type stagingbnb_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_DestinationTransfer_filter = { +export type stagingbnb_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103683,16 +104959,16 @@ export type stagingmetis_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -103701,17 +104977,17 @@ export type stagingmetis_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -103736,40 +105012,40 @@ export type stagingmetis_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -103786,16 +105062,16 @@ export type stagingmetis_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -103812,24 +105088,24 @@ export type stagingmetis_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_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; @@ -103842,7 +105118,7 @@ export type stagingmetis_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -103859,26 +105135,26 @@ export type stagingmetis_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -103911,16 +105187,16 @@ export type stagingmetis_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -103929,26 +105205,26 @@ export type stagingmetis_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -103981,16 +105257,16 @@ export type stagingmetis_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -104000,12 +105276,12 @@ export type stagingmetis_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_DestinationTransfer_orderBy = +export type stagingbnb_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -104054,14 +105330,14 @@ export type stagingmetis_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmetis_OptimisticRootFinalized = { +export type stagingbnb_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmetis_Bytes']; + aggregateRoot: Scalars['stagingbnb_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmetis_OptimisticRootFinalized_filter = { +export type stagingbnb_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104070,16 +105346,16 @@ export type stagingmetis_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104097,36 +105373,36 @@ export type stagingmetis_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_OptimisticRootFinalized_orderBy = +export type stagingbnb_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmetis_OrderDirection = +export type stagingbnb_OrderDirection = | 'asc' | 'desc'; -export type stagingmetis_OriginMessage = { +export type stagingbnb_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingmetis_OriginMessage_filter = { +export type stagingbnb_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104135,16 +105411,16 @@ export type stagingmetis_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -104153,16 +105429,16 @@ export type stagingmetis_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -104171,36 +105447,36 @@ export type stagingmetis_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -104229,14 +105505,14 @@ export type stagingmetis_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_OriginMessage_orderBy = +export type stagingbnb_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -104250,51 +105526,51 @@ export type stagingmetis_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmetis_OriginTransfer = { +export type stagingbnb_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingmetis_OriginTransferrelayerFeesArgs = { +export type stagingbnb_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_OriginTransfer_filter = { +export type stagingbnb_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104311,16 +105587,16 @@ export type stagingmetis_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -104329,20 +105605,20 @@ export type stagingmetis_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -104367,40 +105643,40 @@ export type stagingmetis_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -104409,16 +105685,16 @@ export type stagingmetis_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -104435,16 +105711,16 @@ export type stagingmetis_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -104465,17 +105741,17 @@ export type stagingmetis_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -104496,7 +105772,7 @@ export type stagingmetis_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -104511,37 +105787,37 @@ export type stagingmetis_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104574,16 +105850,16 @@ export type stagingmetis_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -104593,12 +105869,12 @@ export type stagingmetis_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_OriginTransfer_orderBy = +export type stagingbnb_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -104650,20 +105926,20 @@ export type stagingmetis_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmetis_Relayer = { +export type stagingbnb_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmetis_RelayerFee = { +export type stagingbnb_RelayerFee = { id: Scalars['ID']; - transfer: stagingmetis_OriginTransfer; + transfer: stagingbnb_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmetis_Bytes']; + asset: Scalars['stagingbnb_Bytes']; }; -export type stagingmetis_RelayerFee_filter = { +export type stagingbnb_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104692,7 +105968,7 @@ export type stagingmetis_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -104701,23 +105977,23 @@ export type stagingmetis_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_RelayerFee_orderBy = +export type stagingbnb_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -104752,20 +106028,20 @@ export type stagingmetis_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmetis_RelayerFeesIncrease = { +export type stagingbnb_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmetis_OriginTransfer; + transfer: stagingbnb_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmetis_Bytes']; - transactionHash: Scalars['stagingmetis_Bytes']; + asset?: Maybe; + caller: Scalars['stagingbnb_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_RelayerFeesIncrease_filter = { +export type stagingbnb_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104794,7 +106070,7 @@ export type stagingmetis_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -104803,36 +106079,36 @@ export type stagingmetis_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -104866,12 +106142,12 @@ export type stagingmetis_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_RelayerFeesIncrease_orderBy = +export type stagingbnb_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -104912,7 +106188,7 @@ export type stagingmetis_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_Relayer_filter = { +export type stagingbnb_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104925,33 +106201,33 @@ export type stagingmetis_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_Relayer_orderBy = +export type stagingbnb_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmetis_RootCount = { +export type stagingbnb_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmetis_RootCount_filter = { +export type stagingbnb_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104969,30 +106245,30 @@ export type stagingmetis_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_RootCount_orderBy = +export type stagingbnb_RootCount_orderBy = | 'id' | 'count'; -export type stagingmetis_RootMessageSent = { +export type stagingbnb_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingmetis_RootMessageSent_filter = { +export type stagingbnb_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105017,16 +106293,16 @@ export type stagingmetis_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -105035,26 +106311,26 @@ export type stagingmetis_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -105088,12 +106364,12 @@ export type stagingmetis_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_RootMessageSent_orderBy = +export type stagingbnb_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -105106,34 +106382,34 @@ export type stagingmetis_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_Router = { +export type stagingbnb_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingmetis_RouterassetBalancesArgs = { +export type stagingbnb_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_RouterDailyTVL = { +export type stagingbnb_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + router: stagingbnb_Router; + asset: stagingbnb_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmetis_RouterDailyTVL_filter = { +export type stagingbnb_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105162,7 +106438,7 @@ export type stagingmetis_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -105183,7 +106459,7 @@ export type stagingmetis_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -105201,12 +106477,12 @@ export type stagingmetis_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_RouterDailyTVL_orderBy = +export type stagingbnb_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -105228,25 +106504,25 @@ export type stagingmetis_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmetis_RouterLiquidityEvent = { +export type stagingbnb_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + type?: Maybe; + router: stagingbnb_Router; + asset: stagingbnb_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmetis_RouterLiquidityEventType = +export type stagingbnb_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmetis_RouterLiquidityEvent_filter = { +export type stagingbnb_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105255,10 +106531,10 @@ export type stagingmetis_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -105279,7 +106555,7 @@ export type stagingmetis_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -105300,7 +106576,7 @@ export type stagingmetis_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -105317,16 +106593,16 @@ export type stagingmetis_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -105343,16 +106619,16 @@ export type stagingmetis_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -105362,12 +106638,12 @@ export type stagingmetis_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_RouterLiquidityEvent_orderBy = +export type stagingbnb_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -105395,7 +106671,7 @@ export type stagingmetis_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmetis_Router_filter = { +export type stagingbnb_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105408,67 +106684,67 @@ export type stagingmetis_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingmetis_Router_orderBy = - | 'id' - | 'isActive' + 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 stagingbnb_Router_orderBy = + | 'id' + | 'isActive' | 'owner' | 'recipient' | 'proposedOwner' | 'proposedTimestamp' | 'assetBalances'; -export type stagingmetis_Sequencer = { +export type stagingbnb_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmetis_Sequencer_filter = { +export type stagingbnb_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105481,34 +106757,34 @@ export type stagingmetis_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_Sequencer_orderBy = +export type stagingbnb_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmetis_Setting = { +export type stagingbnb_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmetis_Bytes']; + caller: Scalars['stagingbnb_Bytes']; }; -export type stagingmetis_Setting_filter = { +export type stagingbnb_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105525,40 +106801,40 @@ export type stagingmetis_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_Setting_orderBy = +export type stagingbnb_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmetis_SlippageUpdate = { +export type stagingbnb_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmetis_DestinationTransfer; + transfer: stagingbnb_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmetis_Bytes']; - transactionHash: Scalars['stagingmetis_Bytes']; + caller: Scalars['stagingbnb_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_SlippageUpdate_filter = { +export type stagingbnb_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105587,7 +106863,7 @@ export type stagingmetis_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -105596,26 +106872,26 @@ export type stagingmetis_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -105649,12 +106925,12 @@ export type stagingmetis_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_SlippageUpdate_orderBy = +export type stagingbnb_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -105701,16 +106977,16 @@ export type stagingmetis_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_SnapshotRoot = { +export type stagingbnb_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmetis_Bytes']; + root: Scalars['stagingbnb_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_SnapshotRoot_filter = { +export type stagingbnb_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105727,16 +107003,16 @@ export type stagingmetis_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -105762,12 +107038,12 @@ export type stagingmetis_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_SnapshotRoot_orderBy = +export type stagingbnb_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -105775,12 +107051,12 @@ export type stagingmetis_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmetis_SpokeConnectorMode = { +export type stagingbnb_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmetis_SpokeConnectorMode_filter = { +export type stagingbnb_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105810,33 +107086,35 @@ export type stagingmetis_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmetis_SpokeConnectorMode_orderBy = +export type stagingbnb_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmetis_TransferStatus = +export type stagingbnb_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmetis__Block_ = { +export type stagingbnb__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingmetis__Meta_ = { +export type stagingbnb__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -105844,22 +107122,22 @@ export type stagingmetis__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmetis__Block_; + block: stagingbnb__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type avalanche_AggregateRoot = { +export type sepolia_AggregateRoot = { id: Scalars['ID']; - root: Scalars['avalanche_Bytes']; + root: Scalars['sepolia_Bytes']; blockNumber: Scalars['BigInt']; }; -export type avalanche_AggregateRootProposed = { +export type sepolia_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['avalanche_Bytes']; + aggregateRoot: Scalars['sepolia_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -105867,7 +107145,7 @@ export type avalanche_AggregateRootProposed = { blockNumber?: Maybe; }; -export type avalanche_AggregateRootProposed_filter = { +export type sepolia_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105876,16 +107154,16 @@ export type avalanche_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -105927,12 +107205,12 @@ export type avalanche_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_AggregateRootProposed_orderBy = +export type sepolia_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -105941,7 +107219,7 @@ export type avalanche_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type avalanche_AggregateRoot_filter = { +export type sepolia_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105950,16 +107228,16 @@ export type avalanche_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -105969,45 +107247,41 @@ export type avalanche_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_AggregateRoot_orderBy = +export type sepolia_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type avalanche_Aggregation_interval = - | 'hour' - | 'day'; - -export type avalanche_Asset = { +export type sepolia_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type avalanche_AssetBalance = { +export type sepolia_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: avalanche_Router; - asset: avalanche_Asset; + router: sepolia_Router; + asset: sepolia_Asset; feesEarned: Scalars['BigInt']; }; -export type avalanche_AssetBalance_filter = { +export type sepolia_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106068,7 +107342,7 @@ export type avalanche_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -106089,7 +107363,7 @@ export type avalanche_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -106099,12 +107373,12 @@ export type avalanche_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_AssetBalance_orderBy = +export type sepolia_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -106129,12 +107403,12 @@ export type avalanche_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type avalanche_AssetStatus = { +export type sepolia_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type avalanche_AssetStatus_filter = { +export type sepolia_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106148,16 +107422,16 @@ export type avalanche_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_AssetStatus_orderBy = +export type sepolia_AssetStatus_orderBy = | 'id' | 'status'; -export type avalanche_Asset_filter = { +export type sepolia_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106166,16 +107440,16 @@ export type avalanche_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -106192,16 +107466,16 @@ export type avalanche_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -106210,26 +107484,26 @@ export type avalanche_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -106258,14 +107532,14 @@ export type avalanche_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_Asset_orderBy = +export type sepolia_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -106279,26 +107553,16 @@ export type avalanche_Asset_orderBy = | 'status__id' | 'status__status'; -export type avalanche_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type avalanche_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type avalanche_ConnectorMeta = { +export type sepolia_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type avalanche_ConnectorMeta_filter = { +export type sepolia_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106323,43 +107587,43 @@ export type avalanche_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_ConnectorMeta_orderBy = +export type sepolia_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -106367,57 +107631,57 @@ export type avalanche_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type avalanche_DestinationTransfer = { +export type sepolia_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type avalanche_DestinationTransferroutersArgs = { +export type sepolia_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_DestinationTransfer_filter = { +export type sepolia_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106434,16 +107698,16 @@ export type avalanche_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -106452,17 +107716,17 @@ export type avalanche_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -106487,40 +107751,40 @@ export type avalanche_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -106537,16 +107801,16 @@ export type avalanche_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -106563,16 +107827,16 @@ export type avalanche_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -106593,7 +107857,7 @@ export type avalanche_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -106610,26 +107874,26 @@ export type avalanche_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -106662,16 +107926,16 @@ export type avalanche_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -106680,26 +107944,26 @@ export type avalanche_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -106732,16 +107996,16 @@ export type avalanche_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -106751,12 +108015,12 @@ export type avalanche_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_DestinationTransfer_orderBy = +export type sepolia_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -106805,14 +108069,14 @@ export type avalanche_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type avalanche_OptimisticRootFinalized = { +export type sepolia_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['avalanche_Bytes']; + aggregateRoot: Scalars['sepolia_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type avalanche_OptimisticRootFinalized_filter = { +export type sepolia_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106821,16 +108085,16 @@ export type avalanche_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -106848,36 +108112,31 @@ export type avalanche_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_OptimisticRootFinalized_orderBy = +export type sepolia_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type avalanche_OrderDirection = - | 'asc' - | 'desc'; - -export type avalanche_OriginMessage = { +export type sepolia_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type avalanche_OriginMessage_filter = { +export type sepolia_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106886,16 +108145,16 @@ export type avalanche_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -106904,16 +108163,16 @@ export type avalanche_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -106922,36 +108181,36 @@ export type avalanche_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -106980,14 +108239,14 @@ export type avalanche_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_OriginMessage_orderBy = +export type sepolia_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -107001,51 +108260,51 @@ export type avalanche_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type avalanche_OriginTransfer = { +export type sepolia_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type avalanche_OriginTransferrelayerFeesArgs = { +export type sepolia_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_OriginTransfer_filter = { +export type sepolia_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107062,16 +108321,16 @@ export type avalanche_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -107080,20 +108339,20 @@ export type avalanche_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -107118,40 +108377,40 @@ export type avalanche_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -107160,16 +108419,16 @@ export type avalanche_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -107186,16 +108445,16 @@ export type avalanche_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -107216,17 +108475,17 @@ export type avalanche_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -107247,7 +108506,7 @@ export type avalanche_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -107262,37 +108521,37 @@ export type avalanche_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -107325,16 +108584,16 @@ export type avalanche_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -107344,12 +108603,12 @@ export type avalanche_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_OriginTransfer_orderBy = +export type sepolia_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -107401,20 +108660,20 @@ export type avalanche_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type avalanche_Relayer = { +export type sepolia_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type avalanche_RelayerFee = { +export type sepolia_RelayerFee = { id: Scalars['ID']; - transfer: avalanche_OriginTransfer; + transfer: sepolia_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['avalanche_Bytes']; + asset: Scalars['sepolia_Bytes']; }; -export type avalanche_RelayerFee_filter = { +export type sepolia_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107443,7 +108702,7 @@ export type avalanche_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -107452,23 +108711,23 @@ export type avalanche_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RelayerFee_orderBy = +export type sepolia_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -107503,20 +108762,20 @@ export type avalanche_RelayerFee_orderBy = | 'fee' | 'asset'; -export type avalanche_RelayerFeesIncrease = { +export type sepolia_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: avalanche_OriginTransfer; + transfer: sepolia_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['avalanche_Bytes']; - transactionHash: Scalars['avalanche_Bytes']; + asset?: Maybe; + caller: Scalars['sepolia_Bytes']; + transactionHash: Scalars['sepolia_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type avalanche_RelayerFeesIncrease_filter = { +export type sepolia_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107545,7 +108804,7 @@ export type avalanche_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -107554,36 +108813,36 @@ export type avalanche_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -107617,12 +108876,12 @@ export type avalanche_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RelayerFeesIncrease_orderBy = +export type sepolia_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -107663,7 +108922,7 @@ export type avalanche_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type avalanche_Relayer_filter = { +export type sepolia_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107676,33 +108935,33 @@ export type avalanche_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_Relayer_orderBy = +export type sepolia_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type avalanche_RootCount = { +export type sepolia_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type avalanche_RootCount_filter = { +export type sepolia_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107720,30 +108979,30 @@ export type avalanche_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RootCount_orderBy = +export type sepolia_RootCount_orderBy = | 'id' | 'count'; -export type avalanche_RootMessageSent = { +export type sepolia_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type avalanche_RootMessageSent_filter = { +export type sepolia_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107768,16 +109027,16 @@ export type avalanche_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -107786,26 +109045,26 @@ export type avalanche_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -107839,12 +109098,12 @@ export type avalanche_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RootMessageSent_orderBy = +export type sepolia_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -107857,34 +109116,34 @@ export type avalanche_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type avalanche_Router = { +export type sepolia_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type avalanche_RouterassetBalancesArgs = { +export type sepolia_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_RouterDailyTVL = { +export type sepolia_RouterDailyTVL = { id: Scalars['ID']; - router: avalanche_Router; - asset: avalanche_Asset; + router: sepolia_Router; + asset: sepolia_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type avalanche_RouterDailyTVL_filter = { +export type sepolia_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107913,7 +109172,7 @@ export type avalanche_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -107934,7 +109193,7 @@ export type avalanche_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -107952,12 +109211,12 @@ export type avalanche_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RouterDailyTVL_orderBy = +export type sepolia_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -107979,25 +109238,25 @@ export type avalanche_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type avalanche_RouterLiquidityEvent = { +export type sepolia_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: avalanche_Router; - asset: avalanche_Asset; + type?: Maybe; + router: sepolia_Router; + asset: sepolia_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['avalanche_Bytes']; + transactionHash: Scalars['sepolia_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_RouterLiquidityEventType = +export type sepolia_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type avalanche_RouterLiquidityEvent_filter = { +export type sepolia_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108006,10 +109265,10 @@ export type avalanche_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -108030,7 +109289,7 @@ export type avalanche_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -108051,7 +109310,7 @@ export type avalanche_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -108068,16 +109327,16 @@ export type avalanche_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -108094,16 +109353,16 @@ export type avalanche_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -108113,12 +109372,12 @@ export type avalanche_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_RouterLiquidityEvent_orderBy = +export type sepolia_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -108146,7 +109405,7 @@ export type avalanche_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type avalanche_Router_filter = { +export type sepolia_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108159,36 +109418,36 @@ export type avalanche_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -108197,14 +109456,14 @@ export type avalanche_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_Router_orderBy = +export type sepolia_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -108213,13 +109472,13 @@ export type avalanche_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type avalanche_Sequencer = { +export type sepolia_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type avalanche_Sequencer_filter = { +export type sepolia_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108232,34 +109491,34 @@ export type avalanche_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_Sequencer_orderBy = +export type sepolia_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type avalanche_Setting = { +export type sepolia_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['avalanche_Bytes']; + caller: Scalars['sepolia_Bytes']; }; -export type avalanche_Setting_filter = { +export type sepolia_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108276,40 +109535,40 @@ export type avalanche_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_Setting_orderBy = +export type sepolia_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type avalanche_SlippageUpdate = { +export type sepolia_SlippageUpdate = { id: Scalars['ID']; - transfer: avalanche_DestinationTransfer; + transfer: sepolia_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['avalanche_Bytes']; - transactionHash: Scalars['avalanche_Bytes']; + caller: Scalars['sepolia_Bytes']; + transactionHash: Scalars['sepolia_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type avalanche_SlippageUpdate_filter = { +export type sepolia_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108338,7 +109597,7 @@ export type avalanche_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -108347,26 +109606,26 @@ export type avalanche_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -108400,12 +109659,12 @@ export type avalanche_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_SlippageUpdate_orderBy = +export type sepolia_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -108452,16 +109711,16 @@ export type avalanche_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type avalanche_SnapshotRoot = { +export type sepolia_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['avalanche_Bytes']; + root: Scalars['sepolia_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type avalanche_SnapshotRoot_filter = { +export type sepolia_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108478,16 +109737,16 @@ export type avalanche_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -108513,12 +109772,12 @@ export type avalanche_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_SnapshotRoot_orderBy = +export type sepolia_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -108526,12 +109785,12 @@ export type avalanche_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type avalanche_SpokeConnectorMode = { +export type sepolia_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type avalanche_SpokeConnectorMode_filter = { +export type sepolia_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108561,58 +109820,31 @@ export type avalanche_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_SpokeConnectorMode_orderBy = +export type sepolia_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type avalanche_TransferStatus = +export type sepolia_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type avalanche__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 hash of the parent block */ - parentHash?: Maybe; -}; - -/** The type for the top-level _meta field */ -export type avalanche__Meta_ = { - /** - * Information 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: avalanche__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type stagingmainnet_AggregateRoot = { +export type stagingarbitrumone_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmainnet_Bytes']; + root: Scalars['stagingarbitrumone_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_AggregateRootProposed = { +export type stagingarbitrumone_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; + aggregateRoot: Scalars['stagingarbitrumone_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -108620,7 +109852,7 @@ export type stagingmainnet_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmainnet_AggregateRootProposed_filter = { +export type stagingarbitrumone_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108629,16 +109861,16 @@ export type stagingmainnet_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -108680,12 +109912,12 @@ export type stagingmainnet_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_AggregateRootProposed_orderBy = +export type stagingarbitrumone_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -108694,7 +109926,7 @@ export type stagingmainnet_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmainnet_AggregateRoot_filter = { +export type stagingarbitrumone_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108703,16 +109935,16 @@ export type stagingmainnet_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -108722,41 +109954,45 @@ export type stagingmainnet_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_AggregateRoot_orderBy = +export type stagingarbitrumone_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmainnet_Asset = { +export type stagingarbitrumone_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingarbitrumone_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingmainnet_AssetBalance = { +export type stagingarbitrumone_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmainnet_Router; - asset: stagingmainnet_Asset; + router: stagingarbitrumone_Router; + asset: stagingarbitrumone_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmainnet_AssetBalance_filter = { +export type stagingarbitrumone_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108817,7 +110053,7 @@ export type stagingmainnet_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -108838,7 +110074,7 @@ export type stagingmainnet_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -108848,12 +110084,12 @@ export type stagingmainnet_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_AssetBalance_orderBy = +export type stagingarbitrumone_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -108878,12 +110114,12 @@ export type stagingmainnet_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmainnet_AssetStatus = { +export type stagingarbitrumone_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmainnet_AssetStatus_filter = { +export type stagingarbitrumone_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108897,16 +110133,16 @@ export type stagingmainnet_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type stagingmainnet_AssetStatus_orderBy = +export type stagingarbitrumone_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmainnet_Asset_filter = { +export type stagingarbitrumone_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108915,16 +110151,16 @@ export type stagingmainnet_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -108941,16 +110177,16 @@ export type stagingmainnet_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -108959,26 +110195,26 @@ export type stagingmainnet_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -109007,14 +110243,14 @@ export type stagingmainnet_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_Asset_orderBy = +export type stagingarbitrumone_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -109028,16 +110264,26 @@ export type stagingmainnet_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmainnet_ConnectorMeta = { +export type stagingarbitrumone_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingarbitrumone_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingarbitrumone_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmainnet_ConnectorMeta_filter = { +export type stagingarbitrumone_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109062,43 +110308,43 @@ export type stagingmainnet_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_ConnectorMeta_orderBy = +export type stagingarbitrumone_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -109106,57 +110352,57 @@ export type stagingmainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmainnet_DestinationTransfer = { +export type stagingarbitrumone_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingmainnet_DestinationTransferroutersArgs = { +export type stagingarbitrumone_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_DestinationTransfer_filter = { +export type stagingarbitrumone_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109173,16 +110419,16 @@ export type stagingmainnet_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -109191,17 +110437,17 @@ export type stagingmainnet_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -109226,40 +110472,40 @@ export type stagingmainnet_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -109276,16 +110522,16 @@ export type stagingmainnet_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -109302,16 +110548,16 @@ export type stagingmainnet_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -109332,7 +110578,7 @@ export type stagingmainnet_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -109349,26 +110595,26 @@ export type stagingmainnet_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -109401,16 +110647,16 @@ export type stagingmainnet_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -109419,26 +110665,26 @@ export type stagingmainnet_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -109471,16 +110717,16 @@ export type stagingmainnet_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -109490,12 +110736,12 @@ export type stagingmainnet_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_DestinationTransfer_orderBy = +export type stagingarbitrumone_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -109544,14 +110790,14 @@ export type stagingmainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmainnet_OptimisticRootFinalized = { +export type stagingarbitrumone_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; + aggregateRoot: Scalars['stagingarbitrumone_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmainnet_OptimisticRootFinalized_filter = { +export type stagingarbitrumone_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109560,16 +110806,16 @@ export type stagingmainnet_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -109587,31 +110833,36 @@ export type stagingmainnet_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_OptimisticRootFinalized_orderBy = +export type stagingarbitrumone_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type stagingmainnet_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type stagingarbitrumone_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingarbitrumone_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingmainnet_OriginMessage_filter = { +export type stagingarbitrumone_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109620,16 +110871,16 @@ export type stagingmainnet_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -109638,16 +110889,16 @@ export type stagingmainnet_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -109656,36 +110907,36 @@ export type stagingmainnet_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -109714,14 +110965,14 @@ export type stagingmainnet_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_OriginMessage_orderBy = +export type stagingarbitrumone_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -109735,51 +110986,51 @@ export type stagingmainnet_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmainnet_OriginTransfer = { +export type stagingarbitrumone_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingmainnet_OriginTransferrelayerFeesArgs = { +export type stagingarbitrumone_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_OriginTransfer_filter = { +export type stagingarbitrumone_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -109796,16 +111047,16 @@ export type stagingmainnet_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -109814,20 +111065,20 @@ export type stagingmainnet_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -109852,40 +111103,40 @@ export type stagingmainnet_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -109894,16 +111145,16 @@ export type stagingmainnet_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -109920,16 +111171,16 @@ export type stagingmainnet_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -109950,17 +111201,17 @@ export type stagingmainnet_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -109981,7 +111232,7 @@ export type stagingmainnet_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -109996,37 +111247,37 @@ export type stagingmainnet_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -110059,16 +111310,16 @@ export type stagingmainnet_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -110078,12 +111329,12 @@ export type stagingmainnet_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_OriginTransfer_orderBy = +export type stagingarbitrumone_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -110135,20 +111386,20 @@ export type stagingmainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmainnet_Relayer = { +export type stagingarbitrumone_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmainnet_RelayerFee = { +export type stagingarbitrumone_RelayerFee = { id: Scalars['ID']; - transfer: stagingmainnet_OriginTransfer; + transfer: stagingarbitrumone_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmainnet_Bytes']; + asset: Scalars['stagingarbitrumone_Bytes']; }; -export type stagingmainnet_RelayerFee_filter = { +export type stagingarbitrumone_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110177,7 +111428,7 @@ export type stagingmainnet_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -110186,23 +111437,23 @@ export type stagingmainnet_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RelayerFee_orderBy = +export type stagingarbitrumone_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -110237,20 +111488,20 @@ export type stagingmainnet_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmainnet_RelayerFeesIncrease = { +export type stagingarbitrumone_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmainnet_OriginTransfer; + transfer: stagingarbitrumone_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmainnet_Bytes']; - transactionHash: Scalars['stagingmainnet_Bytes']; + asset?: Maybe; + caller: Scalars['stagingarbitrumone_Bytes']; + transactionHash: Scalars['stagingarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_RelayerFeesIncrease_filter = { +export type stagingarbitrumone_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110279,7 +111530,7 @@ export type stagingmainnet_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -110288,36 +111539,36 @@ export type stagingmainnet_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -110351,12 +111602,12 @@ export type stagingmainnet_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RelayerFeesIncrease_orderBy = +export type stagingarbitrumone_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -110397,7 +111648,7 @@ export type stagingmainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_Relayer_filter = { +export type stagingarbitrumone_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110410,33 +111661,33 @@ export type stagingmainnet_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_Relayer_orderBy = +export type stagingarbitrumone_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmainnet_RootCount = { +export type stagingarbitrumone_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmainnet_RootCount_filter = { +export type stagingarbitrumone_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110454,30 +111705,30 @@ export type stagingmainnet_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RootCount_orderBy = +export type stagingarbitrumone_RootCount_orderBy = | 'id' | 'count'; -export type stagingmainnet_RootMessageSent = { +export type stagingarbitrumone_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingmainnet_RootMessageSent_filter = { +export type stagingarbitrumone_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110502,16 +111753,16 @@ export type stagingmainnet_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -110520,26 +111771,26 @@ export type stagingmainnet_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -110573,12 +111824,12 @@ export type stagingmainnet_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RootMessageSent_orderBy = +export type stagingarbitrumone_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -110591,34 +111842,34 @@ export type stagingmainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_Router = { +export type stagingarbitrumone_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingmainnet_RouterassetBalancesArgs = { +export type stagingarbitrumone_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_RouterDailyTVL = { +export type stagingarbitrumone_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmainnet_Router; - asset: stagingmainnet_Asset; + router: stagingarbitrumone_Router; + asset: stagingarbitrumone_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmainnet_RouterDailyTVL_filter = { +export type stagingarbitrumone_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110647,7 +111898,7 @@ export type stagingmainnet_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -110668,7 +111919,7 @@ export type stagingmainnet_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -110686,12 +111937,12 @@ export type stagingmainnet_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RouterDailyTVL_orderBy = +export type stagingarbitrumone_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -110713,25 +111964,25 @@ export type stagingmainnet_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmainnet_RouterLiquidityEvent = { +export type stagingarbitrumone_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmainnet_Router; - asset: stagingmainnet_Asset; + type?: Maybe; + router: stagingarbitrumone_Router; + asset: stagingarbitrumone_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingmainnet_Bytes']; + transactionHash: Scalars['stagingarbitrumone_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmainnet_RouterLiquidityEventType = +export type stagingarbitrumone_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmainnet_RouterLiquidityEvent_filter = { +export type stagingarbitrumone_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110740,10 +111991,10 @@ export type stagingmainnet_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -110764,7 +112015,7 @@ export type stagingmainnet_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -110785,7 +112036,7 @@ export type stagingmainnet_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -110802,16 +112053,16 @@ export type stagingmainnet_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -110828,16 +112079,16 @@ export type stagingmainnet_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -110847,12 +112098,12 @@ export type stagingmainnet_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RouterLiquidityEvent_orderBy = +export type stagingarbitrumone_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -110880,7 +112131,7 @@ export type stagingmainnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmainnet_Router_filter = { +export type stagingarbitrumone_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110893,36 +112144,36 @@ export type stagingmainnet_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -110931,14 +112182,14 @@ export type stagingmainnet_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_Router_orderBy = +export type stagingarbitrumone_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -110947,13 +112198,13 @@ export type stagingmainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmainnet_Sequencer = { +export type stagingarbitrumone_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmainnet_Sequencer_filter = { +export type stagingarbitrumone_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -110966,34 +112217,34 @@ export type stagingmainnet_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_Sequencer_orderBy = +export type stagingarbitrumone_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmainnet_Setting = { +export type stagingarbitrumone_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmainnet_Bytes']; + caller: Scalars['stagingarbitrumone_Bytes']; }; -export type stagingmainnet_Setting_filter = { +export type stagingarbitrumone_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111010,40 +112261,40 @@ export type stagingmainnet_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_Setting_orderBy = +export type stagingarbitrumone_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmainnet_SlippageUpdate = { +export type stagingarbitrumone_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmainnet_DestinationTransfer; + transfer: stagingarbitrumone_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmainnet_Bytes']; - transactionHash: Scalars['stagingmainnet_Bytes']; + caller: Scalars['stagingarbitrumone_Bytes']; + transactionHash: Scalars['stagingarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_SlippageUpdate_filter = { +export type stagingarbitrumone_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111072,7 +112323,7 @@ export type stagingmainnet_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -111081,26 +112332,26 @@ export type stagingmainnet_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -111134,12 +112385,12 @@ export type stagingmainnet_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_SlippageUpdate_orderBy = +export type stagingarbitrumone_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -111186,16 +112437,16 @@ export type stagingmainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_SnapshotRoot = { +export type stagingarbitrumone_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmainnet_Bytes']; + root: Scalars['stagingarbitrumone_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_SnapshotRoot_filter = { +export type stagingarbitrumone_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111212,16 +112463,16 @@ export type stagingmainnet_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -111247,12 +112498,12 @@ export type stagingmainnet_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_SnapshotRoot_orderBy = +export type stagingarbitrumone_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -111260,12 +112511,12 @@ export type stagingmainnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmainnet_SpokeConnectorMode = { +export type stagingarbitrumone_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmainnet_SpokeConnectorMode_filter = { +export type stagingarbitrumone_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111295,31 +112546,58 @@ export type stagingmainnet_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_SpokeConnectorMode_orderBy = +export type stagingarbitrumone_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmainnet_TransferStatus = +export type stagingarbitrumone_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type zksync_AggregateRoot = { +export type stagingarbitrumone__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingarbitrumone__Meta_ = { + /** + * Information 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: stagingarbitrumone__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type stagingpolygon_AggregateRoot = { id: Scalars['ID']; - root: Scalars['zksync_Bytes']; + root: Scalars['stagingpolygon_Bytes']; blockNumber: Scalars['BigInt']; }; -export type zksync_AggregateRootProposed = { +export type stagingpolygon_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['zksync_Bytes']; + aggregateRoot: Scalars['stagingpolygon_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -111327,7 +112605,7 @@ export type zksync_AggregateRootProposed = { blockNumber?: Maybe; }; -export type zksync_AggregateRootProposed_filter = { +export type stagingpolygon_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111336,16 +112614,16 @@ export type zksync_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -111387,12 +112665,12 @@ export type zksync_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_AggregateRootProposed_orderBy = +export type stagingpolygon_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -111401,7 +112679,7 @@ export type zksync_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type zksync_AggregateRoot_filter = { +export type stagingpolygon_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111410,16 +112688,16 @@ export type zksync_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -111429,45 +112707,45 @@ export type zksync_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_AggregateRoot_orderBy = +export type stagingpolygon_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type zksync_Aggregation_interval = +export type stagingpolygon_Aggregation_interval = | 'hour' | 'day'; -export type zksync_Asset = { +export type stagingpolygon_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type zksync_AssetBalance = { +export type stagingpolygon_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: zksync_Router; - asset: zksync_Asset; + router: stagingpolygon_Router; + asset: stagingpolygon_Asset; feesEarned: Scalars['BigInt']; }; -export type zksync_AssetBalance_filter = { +export type stagingpolygon_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111528,7 +112806,7 @@ export type zksync_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -111549,7 +112827,7 @@ export type zksync_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -111559,12 +112837,12 @@ export type zksync_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_AssetBalance_orderBy = +export type stagingpolygon_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -111589,12 +112867,12 @@ export type zksync_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type zksync_AssetStatus = { +export type stagingpolygon_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type zksync_AssetStatus_filter = { +export type stagingpolygon_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111608,16 +112886,16 @@ export type zksync_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_AssetStatus_orderBy = +export type stagingpolygon_AssetStatus_orderBy = | 'id' | 'status'; -export type zksync_Asset_filter = { +export type stagingpolygon_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111626,16 +112904,16 @@ export type zksync_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -111652,16 +112930,16 @@ export type zksync_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -111670,26 +112948,26 @@ export type zksync_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -111718,14 +112996,14 @@ export type zksync_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_Asset_orderBy = +export type stagingpolygon_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -111739,26 +113017,26 @@ export type zksync_Asset_orderBy = | 'status__id' | 'status__status'; -export type zksync_BlockChangedFilter = { +export type stagingpolygon_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type zksync_Block_height = { - hash?: InputMaybe; +export type stagingpolygon_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type zksync_ConnectorMeta = { +export type stagingpolygon_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type zksync_ConnectorMeta_filter = { +export type stagingpolygon_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111783,43 +113061,43 @@ export type zksync_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_ConnectorMeta_orderBy = +export type stagingpolygon_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -111827,57 +113105,57 @@ export type zksync_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type zksync_DestinationTransfer = { +export type stagingpolygon_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type zksync_DestinationTransferroutersArgs = { +export type stagingpolygon_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_DestinationTransfer_filter = { +export type stagingpolygon_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111894,16 +113172,16 @@ export type zksync_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -111912,17 +113190,17 @@ export type zksync_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -111947,40 +113225,40 @@ export type zksync_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -111997,16 +113275,16 @@ export type zksync_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -112023,20 +113301,20 @@ export type zksync_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: 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>; @@ -112053,7 +113331,7 @@ export type zksync_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -112070,26 +113348,26 @@ export type zksync_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -112122,16 +113400,16 @@ export type zksync_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -112140,26 +113418,26 @@ export type zksync_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -112192,16 +113470,16 @@ export type zksync_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -112211,12 +113489,12 @@ export type zksync_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_DestinationTransfer_orderBy = +export type stagingpolygon_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -112265,14 +113543,14 @@ export type zksync_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type zksync_OptimisticRootFinalized = { +export type stagingpolygon_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['zksync_Bytes']; + aggregateRoot: Scalars['stagingpolygon_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type zksync_OptimisticRootFinalized_filter = { +export type stagingpolygon_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112281,16 +113559,16 @@ export type zksync_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -112308,36 +113586,36 @@ export type zksync_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_OptimisticRootFinalized_orderBy = +export type stagingpolygon_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type zksync_OrderDirection = +export type stagingpolygon_OrderDirection = | 'asc' | 'desc'; -export type zksync_OriginMessage = { +export type stagingpolygon_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type zksync_OriginMessage_filter = { +export type stagingpolygon_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112346,16 +113624,16 @@ export type zksync_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -112364,16 +113642,16 @@ export type zksync_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -112382,36 +113660,36 @@ export type zksync_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -112440,14 +113718,14 @@ export type zksync_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_OriginMessage_orderBy = +export type stagingpolygon_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -112461,51 +113739,51 @@ export type zksync_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type zksync_OriginTransfer = { +export type stagingpolygon_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type zksync_OriginTransferrelayerFeesArgs = { +export type stagingpolygon_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_OriginTransfer_filter = { +export type stagingpolygon_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112522,16 +113800,16 @@ export type zksync_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -112540,20 +113818,20 @@ export type zksync_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -112578,40 +113856,40 @@ export type zksync_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -112620,16 +113898,16 @@ export type zksync_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -112646,16 +113924,16 @@ export type zksync_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -112676,17 +113954,17 @@ export type zksync_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -112707,7 +113985,7 @@ export type zksync_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -112722,37 +114000,37 @@ export type zksync_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -112785,16 +114063,16 @@ export type zksync_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -112804,12 +114082,12 @@ export type zksync_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_OriginTransfer_orderBy = +export type stagingpolygon_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -112861,20 +114139,20 @@ export type zksync_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type zksync_Relayer = { +export type stagingpolygon_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type zksync_RelayerFee = { +export type stagingpolygon_RelayerFee = { id: Scalars['ID']; - transfer: zksync_OriginTransfer; + transfer: stagingpolygon_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['zksync_Bytes']; + asset: Scalars['stagingpolygon_Bytes']; }; -export type zksync_RelayerFee_filter = { +export type stagingpolygon_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112903,7 +114181,7 @@ export type zksync_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -112912,23 +114190,23 @@ export type zksync_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_RelayerFee_orderBy = +export type stagingpolygon_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -112963,20 +114241,20 @@ export type zksync_RelayerFee_orderBy = | 'fee' | 'asset'; -export type zksync_RelayerFeesIncrease = { +export type stagingpolygon_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: zksync_OriginTransfer; + transfer: stagingpolygon_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['zksync_Bytes']; - transactionHash: Scalars['zksync_Bytes']; + asset?: Maybe; + caller: Scalars['stagingpolygon_Bytes']; + transactionHash: Scalars['stagingpolygon_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type zksync_RelayerFeesIncrease_filter = { +export type stagingpolygon_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113005,7 +114283,7 @@ export type zksync_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -113014,36 +114292,36 @@ export type zksync_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -113077,12 +114355,12 @@ export type zksync_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_RelayerFeesIncrease_orderBy = +export type stagingpolygon_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -113123,7 +114401,7 @@ export type zksync_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_Relayer_filter = { +export type stagingpolygon_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113136,33 +114414,33 @@ export type zksync_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_Relayer_orderBy = +export type stagingpolygon_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type zksync_RootCount = { +export type stagingpolygon_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type zksync_RootCount_filter = { +export type stagingpolygon_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113180,30 +114458,30 @@ export type zksync_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_RootCount_orderBy = +export type stagingpolygon_RootCount_orderBy = | 'id' | 'count'; -export type zksync_RootMessageSent = { +export type stagingpolygon_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type zksync_RootMessageSent_filter = { +export type stagingpolygon_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113228,16 +114506,16 @@ export type zksync_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -113246,26 +114524,26 @@ export type zksync_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -113299,12 +114577,12 @@ export type zksync_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_RootMessageSent_orderBy = +export type stagingpolygon_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -113317,34 +114595,34 @@ export type zksync_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_Router = { +export type stagingpolygon_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type zksync_RouterassetBalancesArgs = { +export type stagingpolygon_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_RouterDailyTVL = { +export type stagingpolygon_RouterDailyTVL = { id: Scalars['ID']; - router: zksync_Router; - asset: zksync_Asset; + router: stagingpolygon_Router; + asset: stagingpolygon_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type zksync_RouterDailyTVL_filter = { +export type stagingpolygon_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113373,7 +114651,7 @@ export type zksync_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -113394,7 +114672,7 @@ export type zksync_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -113412,12 +114690,12 @@ export type zksync_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_RouterDailyTVL_orderBy = +export type stagingpolygon_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -113439,25 +114717,25 @@ export type zksync_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type zksync_RouterLiquidityEvent = { +export type stagingpolygon_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: zksync_Router; - asset: zksync_Asset; + type?: Maybe; + router: stagingpolygon_Router; + asset: stagingpolygon_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['zksync_Bytes']; + transactionHash: Scalars['stagingpolygon_Bytes']; nonce: Scalars['BigInt']; }; -export type zksync_RouterLiquidityEventType = +export type stagingpolygon_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type zksync_RouterLiquidityEvent_filter = { +export type stagingpolygon_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113466,10 +114744,10 @@ export type zksync_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -113490,7 +114768,7 @@ export type zksync_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -113511,7 +114789,7 @@ export type zksync_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -113528,16 +114806,16 @@ export type zksync_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -113554,16 +114832,16 @@ export type zksync_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -113573,12 +114851,12 @@ export type zksync_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_RouterLiquidityEvent_orderBy = +export type stagingpolygon_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -113606,7 +114884,7 @@ export type zksync_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type zksync_Router_filter = { +export type stagingpolygon_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113619,67 +114897,67 @@ export type zksync_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type zksync_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' + 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 stagingpolygon_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' | 'assetBalances'; -export type zksync_Sequencer = { +export type stagingpolygon_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type zksync_Sequencer_filter = { +export type stagingpolygon_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113692,34 +114970,34 @@ export type zksync_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_Sequencer_orderBy = +export type stagingpolygon_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type zksync_Setting = { +export type stagingpolygon_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['zksync_Bytes']; + caller: Scalars['stagingpolygon_Bytes']; }; -export type zksync_Setting_filter = { +export type stagingpolygon_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113736,40 +115014,40 @@ export type zksync_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_Setting_orderBy = +export type stagingpolygon_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type zksync_SlippageUpdate = { +export type stagingpolygon_SlippageUpdate = { id: Scalars['ID']; - transfer: zksync_DestinationTransfer; + transfer: stagingpolygon_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['zksync_Bytes']; - transactionHash: Scalars['zksync_Bytes']; + caller: Scalars['stagingpolygon_Bytes']; + transactionHash: Scalars['stagingpolygon_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type zksync_SlippageUpdate_filter = { +export type stagingpolygon_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113798,7 +115076,7 @@ export type zksync_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -113807,26 +115085,26 @@ export type zksync_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -113860,12 +115138,12 @@ export type zksync_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_SlippageUpdate_orderBy = +export type stagingpolygon_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -113912,16 +115190,16 @@ export type zksync_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_SnapshotRoot = { +export type stagingpolygon_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['zksync_Bytes']; + root: Scalars['stagingpolygon_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type zksync_SnapshotRoot_filter = { +export type stagingpolygon_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113938,16 +115216,16 @@ export type zksync_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -113973,12 +115251,12 @@ export type zksync_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_SnapshotRoot_orderBy = +export type stagingpolygon_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -113986,12 +115264,12 @@ export type zksync_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type zksync_SpokeConnectorMode = { +export type stagingpolygon_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type zksync_SpokeConnectorMode_filter = { +export type stagingpolygon_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114021,35 +115299,35 @@ export type zksync_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_SpokeConnectorMode_orderBy = +export type stagingpolygon_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type zksync_TransferStatus = +export type stagingpolygon_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type zksync__Block_ = { +export type stagingpolygon__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type zksync__Meta_ = { +export type stagingpolygon__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -114057,7 +115335,7 @@ export type zksync__Meta_ = { * and therefore asks for the latest block * */ - block: zksync__Block_; + block: stagingpolygon__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -116817,15 +118095,15 @@ export type polygonzkevm_swap__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type xlayer_AggregateRoot = { +export type polygonzkevm_AggregateRoot = { id: Scalars['ID']; - root: Scalars['xlayer_Bytes']; + root: Scalars['polygonzkevm_Bytes']; blockNumber: Scalars['BigInt']; }; -export type xlayer_AggregateRootProposed = { +export type polygonzkevm_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['xlayer_Bytes']; + aggregateRoot: Scalars['polygonzkevm_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -116833,7 +118111,7 @@ export type xlayer_AggregateRootProposed = { blockNumber?: Maybe; }; -export type xlayer_AggregateRootProposed_filter = { +export type polygonzkevm_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116842,16 +118120,16 @@ export type xlayer_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -116893,12 +118171,12 @@ export type xlayer_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_AggregateRootProposed_orderBy = +export type polygonzkevm_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -116907,7 +118185,7 @@ export type xlayer_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type xlayer_AggregateRoot_filter = { +export type polygonzkevm_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116916,16 +118194,16 @@ export type xlayer_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -116935,41 +118213,45 @@ export type xlayer_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_AggregateRoot_orderBy = +export type polygonzkevm_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type xlayer_Asset = { +export type polygonzkevm_Aggregation_interval = + | 'hour' + | 'day'; + +export type polygonzkevm_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type xlayer_AssetBalance = { +export type polygonzkevm_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: xlayer_Router; - asset: xlayer_Asset; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; feesEarned: Scalars['BigInt']; }; -export type xlayer_AssetBalance_filter = { +export type polygonzkevm_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117030,7 +118312,7 @@ export type xlayer_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -117051,7 +118333,7 @@ export type xlayer_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -117061,12 +118343,12 @@ export type xlayer_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_AssetBalance_orderBy = +export type polygonzkevm_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -117091,12 +118373,12 @@ export type xlayer_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type xlayer_AssetStatus = { +export type polygonzkevm_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type xlayer_AssetStatus_filter = { +export type polygonzkevm_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117110,16 +118392,16 @@ export type xlayer_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_AssetStatus_orderBy = +export type polygonzkevm_AssetStatus_orderBy = | 'id' | 'status'; -export type xlayer_Asset_filter = { +export type polygonzkevm_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117128,16 +118410,16 @@ export type xlayer_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -117154,16 +118436,16 @@ export type xlayer_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -117172,26 +118454,26 @@ export type xlayer_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -117220,14 +118502,14 @@ export type xlayer_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_Asset_orderBy = +export type polygonzkevm_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -117241,26 +118523,26 @@ export type xlayer_Asset_orderBy = | 'status__id' | 'status__status'; -export type xlayer_BlockChangedFilter = { +export type polygonzkevm_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xlayer_Block_height = { - hash?: InputMaybe; +export type polygonzkevm_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xlayer_ConnectorMeta = { +export type polygonzkevm_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type xlayer_ConnectorMeta_filter = { +export type polygonzkevm_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117285,43 +118567,43 @@ export type xlayer_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_ConnectorMeta_orderBy = +export type polygonzkevm_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -117329,57 +118611,57 @@ export type xlayer_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type xlayer_DestinationTransfer = { +export type polygonzkevm_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type xlayer_DestinationTransferroutersArgs = { +export type polygonzkevm_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xlayer_DestinationTransfer_filter = { +export type polygonzkevm_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117396,16 +118678,16 @@ export type xlayer_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -117414,17 +118696,17 @@ export type xlayer_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -117449,40 +118731,40 @@ export type xlayer_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -117499,16 +118781,16 @@ export type xlayer_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -117525,16 +118807,16 @@ export type xlayer_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -117555,7 +118837,7 @@ export type xlayer_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -117572,26 +118854,26 @@ export type xlayer_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -117624,16 +118906,16 @@ export type xlayer_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -117642,26 +118924,26 @@ export type xlayer_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -117694,16 +118976,16 @@ export type xlayer_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -117713,12 +118995,12 @@ export type xlayer_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_DestinationTransfer_orderBy = +export type polygonzkevm_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -117767,14 +119049,14 @@ export type xlayer_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type xlayer_OptimisticRootFinalized = { +export type polygonzkevm_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['xlayer_Bytes']; + aggregateRoot: Scalars['polygonzkevm_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type xlayer_OptimisticRootFinalized_filter = { +export type polygonzkevm_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117783,16 +119065,16 @@ export type xlayer_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -117810,36 +119092,36 @@ export type xlayer_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_OptimisticRootFinalized_orderBy = +export type polygonzkevm_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type xlayer_OrderDirection = +export type polygonzkevm_OrderDirection = | 'asc' | 'desc'; -export type xlayer_OriginMessage = { +export type polygonzkevm_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type xlayer_OriginMessage_filter = { +export type polygonzkevm_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117848,16 +119130,16 @@ export type xlayer_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -117866,16 +119148,16 @@ export type xlayer_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -117884,36 +119166,36 @@ export type xlayer_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -117942,14 +119224,14 @@ export type xlayer_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_OriginMessage_orderBy = +export type polygonzkevm_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -117963,51 +119245,51 @@ export type xlayer_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type xlayer_OriginTransfer = { +export type polygonzkevm_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type xlayer_OriginTransferrelayerFeesArgs = { +export type polygonzkevm_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xlayer_OriginTransfer_filter = { +export type polygonzkevm_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118024,16 +119306,16 @@ export type xlayer_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -118042,20 +119324,20 @@ export type xlayer_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -118080,40 +119362,40 @@ export type xlayer_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -118122,16 +119404,16 @@ export type xlayer_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -118148,16 +119430,16 @@ export type xlayer_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -118178,17 +119460,17 @@ export type xlayer_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -118209,7 +119491,7 @@ export type xlayer_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -118224,37 +119506,37 @@ export type xlayer_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -118287,16 +119569,16 @@ export type xlayer_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -118306,12 +119588,12 @@ export type xlayer_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_OriginTransfer_orderBy = +export type polygonzkevm_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -118363,20 +119645,20 @@ export type xlayer_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type xlayer_Relayer = { +export type polygonzkevm_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type xlayer_RelayerFee = { +export type polygonzkevm_RelayerFee = { id: Scalars['ID']; - transfer: xlayer_OriginTransfer; + transfer: polygonzkevm_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['xlayer_Bytes']; + asset: Scalars['polygonzkevm_Bytes']; }; -export type xlayer_RelayerFee_filter = { +export type polygonzkevm_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118405,7 +119687,7 @@ export type xlayer_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -118414,23 +119696,23 @@ export type xlayer_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_RelayerFee_orderBy = +export type polygonzkevm_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -118465,20 +119747,20 @@ export type xlayer_RelayerFee_orderBy = | 'fee' | 'asset'; -export type xlayer_RelayerFeesIncrease = { +export type polygonzkevm_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: xlayer_OriginTransfer; + transfer: polygonzkevm_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['xlayer_Bytes']; - transactionHash: Scalars['xlayer_Bytes']; + asset?: Maybe; + caller: Scalars['polygonzkevm_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xlayer_RelayerFeesIncrease_filter = { +export type polygonzkevm_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118507,7 +119789,7 @@ export type xlayer_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -118516,36 +119798,36 @@ export type xlayer_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -118579,12 +119861,12 @@ export type xlayer_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_RelayerFeesIncrease_orderBy = +export type polygonzkevm_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -118625,7 +119907,7 @@ export type xlayer_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type xlayer_Relayer_filter = { +export type polygonzkevm_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118638,33 +119920,33 @@ export type xlayer_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_Relayer_orderBy = +export type polygonzkevm_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type xlayer_RootCount = { +export type polygonzkevm_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type xlayer_RootCount_filter = { +export type polygonzkevm_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118682,30 +119964,30 @@ export type xlayer_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_RootCount_orderBy = +export type polygonzkevm_RootCount_orderBy = | 'id' | 'count'; -export type xlayer_RootMessageSent = { +export type polygonzkevm_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type xlayer_RootMessageSent_filter = { +export type polygonzkevm_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118730,16 +120012,16 @@ export type xlayer_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -118748,26 +120030,26 @@ export type xlayer_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -118801,12 +120083,12 @@ export type xlayer_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_RootMessageSent_orderBy = +export type polygonzkevm_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -118819,34 +120101,34 @@ export type xlayer_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type xlayer_Router = { +export type polygonzkevm_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type xlayer_RouterassetBalancesArgs = { +export type polygonzkevm_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xlayer_RouterDailyTVL = { +export type polygonzkevm_RouterDailyTVL = { id: Scalars['ID']; - router: xlayer_Router; - asset: xlayer_Asset; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type xlayer_RouterDailyTVL_filter = { +export type polygonzkevm_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118875,7 +120157,7 @@ export type xlayer_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -118896,7 +120178,7 @@ export type xlayer_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -118914,12 +120196,12 @@ export type xlayer_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_RouterDailyTVL_orderBy = +export type polygonzkevm_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -118941,25 +120223,25 @@ export type xlayer_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type xlayer_RouterLiquidityEvent = { +export type polygonzkevm_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: xlayer_Router; - asset: xlayer_Asset; + type?: Maybe; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['xlayer_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; nonce: Scalars['BigInt']; }; -export type xlayer_RouterLiquidityEventType = +export type polygonzkevm_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type xlayer_RouterLiquidityEvent_filter = { +export type polygonzkevm_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118968,10 +120250,10 @@ export type xlayer_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -118992,7 +120274,7 @@ export type xlayer_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -119013,7 +120295,7 @@ export type xlayer_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -119030,16 +120312,16 @@ export type xlayer_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -119056,16 +120338,16 @@ export type xlayer_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -119075,12 +120357,12 @@ export type xlayer_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_RouterLiquidityEvent_orderBy = +export type polygonzkevm_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -119108,7 +120390,7 @@ export type xlayer_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type xlayer_Router_filter = { +export type polygonzkevm_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119121,36 +120403,36 @@ export type xlayer_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -119159,14 +120441,14 @@ export type xlayer_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_Router_orderBy = +export type polygonzkevm_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -119175,13 +120457,13 @@ export type xlayer_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type xlayer_Sequencer = { +export type polygonzkevm_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type xlayer_Sequencer_filter = { +export type polygonzkevm_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119194,34 +120476,34 @@ export type xlayer_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_Sequencer_orderBy = +export type polygonzkevm_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type xlayer_Setting = { +export type polygonzkevm_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['xlayer_Bytes']; + caller: Scalars['polygonzkevm_Bytes']; }; -export type xlayer_Setting_filter = { +export type polygonzkevm_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119238,40 +120520,40 @@ export type xlayer_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_Setting_orderBy = +export type polygonzkevm_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type xlayer_SlippageUpdate = { +export type polygonzkevm_SlippageUpdate = { id: Scalars['ID']; - transfer: xlayer_DestinationTransfer; + transfer: polygonzkevm_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['xlayer_Bytes']; - transactionHash: Scalars['xlayer_Bytes']; + caller: Scalars['polygonzkevm_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xlayer_SlippageUpdate_filter = { +export type polygonzkevm_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119300,7 +120582,7 @@ export type xlayer_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -119309,26 +120591,26 @@ export type xlayer_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -119362,12 +120644,12 @@ export type xlayer_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_SlippageUpdate_orderBy = +export type polygonzkevm_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -119414,16 +120696,16 @@ export type xlayer_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type xlayer_SnapshotRoot = { +export type polygonzkevm_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['xlayer_Bytes']; + root: Scalars['polygonzkevm_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xlayer_SnapshotRoot_filter = { +export type polygonzkevm_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119440,16 +120722,16 @@ export type xlayer_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -119475,12 +120757,12 @@ export type xlayer_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_SnapshotRoot_orderBy = +export type polygonzkevm_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -119488,12 +120770,12 @@ export type xlayer_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type xlayer_SpokeConnectorMode = { +export type polygonzkevm_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type xlayer_SpokeConnectorMode_filter = { +export type polygonzkevm_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119523,33 +120805,35 @@ export type xlayer_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_SpokeConnectorMode_orderBy = +export type polygonzkevm_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type xlayer_TransferStatus = +export type polygonzkevm_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type xlayer__Block_ = { +export type polygonzkevm__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type xlayer__Meta_ = { +export type polygonzkevm__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -119557,22 +120841,22 @@ export type xlayer__Meta_ = { * and therefore asks for the latest block * */ - block: xlayer__Block_; + block: polygonzkevm__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 = { +export type optimismsepolia_AggregateRoot = { id: Scalars['ID']; - root: Scalars['mainnet_Bytes']; + root: Scalars['optimismsepolia_Bytes']; blockNumber: Scalars['BigInt']; }; -export type mainnet_AggregateRootProposed = { +export type optimismsepolia_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; + aggregateRoot: Scalars['optimismsepolia_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -119580,7 +120864,7 @@ export type mainnet_AggregateRootProposed = { blockNumber?: Maybe; }; -export type mainnet_AggregateRootProposed_filter = { +export type optimismsepolia_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119589,16 +120873,16 @@ export type mainnet_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -119640,12 +120924,12 @@ export type mainnet_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AggregateRootProposed_orderBy = +export type optimismsepolia_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -119654,7 +120938,7 @@ export type mainnet_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type mainnet_AggregateRoot_filter = { +export type optimismsepolia_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119663,16 +120947,16 @@ export type mainnet_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -119682,41 +120966,45 @@ export type mainnet_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AggregateRoot_orderBy = +export type optimismsepolia_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type mainnet_Asset = { +export type optimismsepolia_Aggregation_interval = + | 'hour' + | 'day'; + +export type optimismsepolia_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type mainnet_AssetBalance = { +export type optimismsepolia_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: mainnet_Router; - asset: mainnet_Asset; + router: optimismsepolia_Router; + asset: optimismsepolia_Asset; feesEarned: Scalars['BigInt']; }; -export type mainnet_AssetBalance_filter = { +export type optimismsepolia_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119777,7 +121065,7 @@ export type mainnet_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -119798,7 +121086,7 @@ export type mainnet_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -119808,12 +121096,12 @@ export type mainnet_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AssetBalance_orderBy = +export type optimismsepolia_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -119838,12 +121126,12 @@ export type mainnet_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type mainnet_AssetStatus = { +export type optimismsepolia_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type mainnet_AssetStatus_filter = { +export type optimismsepolia_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119857,16 +121145,16 @@ export type mainnet_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AssetStatus_orderBy = +export type optimismsepolia_AssetStatus_orderBy = | 'id' | 'status'; -export type mainnet_Asset_filter = { +export type optimismsepolia_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119875,16 +121163,16 @@ export type mainnet_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_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; @@ -119901,16 +121189,16 @@ export type mainnet_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: 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; @@ -119919,26 +121207,26 @@ export type mainnet_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_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; @@ -119967,14 +121255,14 @@ export type mainnet_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Asset_orderBy = +export type optimismsepolia_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -119988,16 +121276,26 @@ export type mainnet_Asset_orderBy = | 'status__id' | 'status__status'; -export type mainnet_ConnectorMeta = { +export type optimismsepolia_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimismsepolia_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimismsepolia_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type mainnet_ConnectorMeta_filter = { +export type optimismsepolia_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120022,43 +121320,43 @@ export type mainnet_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ConnectorMeta_orderBy = +export type optimismsepolia_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -120066,57 +121364,57 @@ export type mainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_DestinationTransfer = { +export type optimismsepolia_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type mainnet_DestinationTransferroutersArgs = { +export type optimismsepolia_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_DestinationTransfer_filter = { +export type optimismsepolia_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120133,16 +121431,16 @@ export type mainnet_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -120151,17 +121449,17 @@ export type mainnet_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -120186,40 +121484,40 @@ export type mainnet_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -120236,16 +121534,16 @@ export type mainnet_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_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; @@ -120262,16 +121560,16 @@ export type mainnet_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: 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; @@ -120292,7 +121590,7 @@ export type mainnet_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -120309,26 +121607,26 @@ export type mainnet_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_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; @@ -120361,16 +121659,16 @@ export type mainnet_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_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; @@ -120379,26 +121677,26 @@ export type mainnet_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_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; @@ -120431,16 +121729,16 @@ export type mainnet_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_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; @@ -120450,12 +121748,12 @@ export type mainnet_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_DestinationTransfer_orderBy = +export type optimismsepolia_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -120504,14 +121802,14 @@ export type mainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type mainnet_OptimisticRootFinalized = { +export type optimismsepolia_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; + aggregateRoot: Scalars['optimismsepolia_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mainnet_OptimisticRootFinalized_filter = { +export type optimismsepolia_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120520,16 +121818,16 @@ export type mainnet_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -120547,31 +121845,36 @@ export type mainnet_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OptimisticRootFinalized_orderBy = +export type optimismsepolia_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type mainnet_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type optimismsepolia_OrderDirection = + | 'asc' + | 'desc'; + +export type optimismsepolia_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type mainnet_OriginMessage_filter = { +export type optimismsepolia_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120580,16 +121883,16 @@ export type mainnet_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -120598,16 +121901,16 @@ export type mainnet_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_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; @@ -120616,36 +121919,36 @@ export type mainnet_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_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; @@ -120674,14 +121977,14 @@ export type mainnet_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OriginMessage_orderBy = +export type optimismsepolia_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -120695,51 +121998,51 @@ export type mainnet_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type mainnet_OriginTransfer = { +export type optimismsepolia_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type mainnet_OriginTransferrelayerFeesArgs = { +export type optimismsepolia_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_OriginTransfer_filter = { +export type optimismsepolia_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120756,16 +122059,16 @@ export type mainnet_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -120774,20 +122077,20 @@ export type mainnet_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_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; @@ -120812,40 +122115,40 @@ export type mainnet_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -120854,16 +122157,16 @@ export type mainnet_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_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; @@ -120880,16 +122183,16 @@ export type mainnet_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -120910,17 +122213,17 @@ export type mainnet_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_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; @@ -120941,7 +122244,7 @@ export type mainnet_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -120956,37 +122259,37 @@ export type mainnet_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_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; @@ -121019,31 +122322,31 @@ export type mainnet_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; txNonce_lt?: InputMaybe; txNonce_gte?: InputMaybe; txNonce_lte?: InputMaybe; txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OriginTransfer_orderBy = +export type optimismsepolia_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -121095,20 +122398,20 @@ export type mainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mainnet_Relayer = { +export type optimismsepolia_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mainnet_RelayerFee = { +export type optimismsepolia_RelayerFee = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; + transfer: optimismsepolia_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mainnet_Bytes']; + asset: Scalars['optimismsepolia_Bytes']; }; -export type mainnet_RelayerFee_filter = { +export type optimismsepolia_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121137,7 +122440,7 @@ export type mainnet_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -121146,23 +122449,23 @@ export type mainnet_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RelayerFee_orderBy = +export type optimismsepolia_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -121197,20 +122500,20 @@ export type mainnet_RelayerFee_orderBy = | 'fee' | 'asset'; -export type mainnet_RelayerFeesIncrease = { +export type optimismsepolia_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; + transfer: optimismsepolia_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; + asset?: Maybe; + caller: Scalars['optimismsepolia_Bytes']; + transactionHash: Scalars['optimismsepolia_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_RelayerFeesIncrease_filter = { +export type optimismsepolia_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121239,7 +122542,7 @@ export type mainnet_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -121248,36 +122551,36 @@ export type mainnet_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: 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; @@ -121311,12 +122614,12 @@ export type mainnet_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RelayerFeesIncrease_orderBy = +export type optimismsepolia_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -121357,7 +122660,7 @@ export type mainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_Relayer_filter = { +export type optimismsepolia_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121370,33 +122673,33 @@ export type mainnet_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Relayer_orderBy = +export type optimismsepolia_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mainnet_RootCount = { +export type optimismsepolia_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mainnet_RootCount_filter = { +export type optimismsepolia_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121414,30 +122717,30 @@ export type mainnet_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootCount_orderBy = +export type optimismsepolia_RootCount_orderBy = | 'id' | 'count'; -export type mainnet_RootMessageSent = { +export type optimismsepolia_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mainnet_RootMessageSent_filter = { +export type optimismsepolia_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121462,16 +122765,16 @@ export type mainnet_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -121480,26 +122783,26 @@ export type mainnet_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -121533,12 +122836,12 @@ export type mainnet_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RootMessageSent_orderBy = +export type optimismsepolia_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -121551,34 +122854,34 @@ export type mainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_Router = { +export type optimismsepolia_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type mainnet_RouterassetBalancesArgs = { +export type optimismsepolia_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_RouterDailyTVL = { +export type optimismsepolia_RouterDailyTVL = { id: Scalars['ID']; - router: mainnet_Router; - asset: mainnet_Asset; + router: optimismsepolia_Router; + asset: optimismsepolia_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mainnet_RouterDailyTVL_filter = { +export type optimismsepolia_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121607,7 +122910,7 @@ export type mainnet_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -121628,7 +122931,7 @@ export type mainnet_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -121646,12 +122949,12 @@ export type mainnet_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RouterDailyTVL_orderBy = +export type optimismsepolia_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -121673,25 +122976,25 @@ export type mainnet_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type mainnet_RouterLiquidityEvent = { +export type optimismsepolia_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mainnet_Router; - asset: mainnet_Asset; + type?: Maybe; + router: optimismsepolia_Router; + asset: optimismsepolia_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['mainnet_Bytes']; + transactionHash: Scalars['optimismsepolia_Bytes']; nonce: Scalars['BigInt']; }; -export type mainnet_RouterLiquidityEventType = +export type optimismsepolia_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mainnet_RouterLiquidityEvent_filter = { +export type optimismsepolia_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121700,10 +123003,10 @@ export type mainnet_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -121724,7 +123027,7 @@ export type mainnet_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -121745,7 +123048,7 @@ export type mainnet_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -121762,16 +123065,16 @@ export type mainnet_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -121788,16 +123091,16 @@ export type mainnet_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -121807,12 +123110,12 @@ export type mainnet_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_RouterLiquidityEvent_orderBy = +export type optimismsepolia_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -121840,7 +123143,7 @@ export type mainnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mainnet_Router_filter = { +export type optimismsepolia_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121853,36 +123156,36 @@ export type mainnet_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_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; @@ -121891,14 +123194,14 @@ export type mainnet_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Router_orderBy = +export type optimismsepolia_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -121907,13 +123210,13 @@ export type mainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mainnet_Sequencer = { +export type optimismsepolia_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mainnet_Sequencer_filter = { +export type optimismsepolia_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121926,34 +123229,34 @@ export type mainnet_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Sequencer_orderBy = +export type optimismsepolia_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mainnet_Setting = { +export type optimismsepolia_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; + caller: Scalars['optimismsepolia_Bytes']; }; -export type mainnet_Setting_filter = { +export type optimismsepolia_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121970,40 +123273,40 @@ export type mainnet_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_Setting_orderBy = +export type optimismsepolia_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mainnet_SlippageUpdate = { +export type optimismsepolia_SlippageUpdate = { id: Scalars['ID']; - transfer: mainnet_DestinationTransfer; + transfer: optimismsepolia_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; + caller: Scalars['optimismsepolia_Bytes']; + transactionHash: Scalars['optimismsepolia_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_SlippageUpdate_filter = { +export type optimismsepolia_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122032,7 +123335,7 @@ export type mainnet_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -122041,26 +123344,26 @@ export type mainnet_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -122094,12 +123397,12 @@ export type mainnet_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_SlippageUpdate_orderBy = +export type optimismsepolia_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -122146,16 +123449,16 @@ export type mainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_SnapshotRoot = { +export type optimismsepolia_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['mainnet_Bytes']; + root: Scalars['optimismsepolia_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_SnapshotRoot_filter = { +export type optimismsepolia_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122172,16 +123475,16 @@ export type mainnet_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -122207,12 +123510,12 @@ export type mainnet_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_SnapshotRoot_orderBy = +export type optimismsepolia_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -122220,12 +123523,12 @@ export type mainnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type mainnet_SpokeConnectorMode = { +export type optimismsepolia_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type mainnet_SpokeConnectorMode_filter = { +export type optimismsepolia_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122255,31 +123558,58 @@ export type mainnet_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_SpokeConnectorMode_orderBy = +export type optimismsepolia_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type mainnet_TransferStatus = +export type optimismsepolia_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingbase_AggregateRoot = { +export type optimismsepolia__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type optimismsepolia__Meta_ = { + /** + * Information 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: optimismsepolia__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type zksync_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingbase_Bytes']; + root: Scalars['zksync_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingbase_AggregateRootProposed = { +export type zksync_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbase_Bytes']; + aggregateRoot: Scalars['zksync_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -122287,7 +123617,7 @@ export type stagingbase_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingbase_AggregateRootProposed_filter = { +export type zksync_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122296,16 +123626,16 @@ export type stagingbase_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -122347,12 +123677,12 @@ export type stagingbase_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_AggregateRootProposed_orderBy = +export type zksync_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -122361,7 +123691,7 @@ export type stagingbase_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbase_AggregateRoot_filter = { +export type zksync_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122370,16 +123700,16 @@ export type stagingbase_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -122389,45 +123719,45 @@ export type stagingbase_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_AggregateRoot_orderBy = +export type zksync_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingbase_Aggregation_interval = +export type zksync_Aggregation_interval = | 'hour' | 'day'; -export type stagingbase_Asset = { +export type zksync_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingbase_AssetBalance = { +export type zksync_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingbase_Router; - asset: stagingbase_Asset; + router: zksync_Router; + asset: zksync_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingbase_AssetBalance_filter = { +export type zksync_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122488,7 +123818,7 @@ export type stagingbase_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -122509,7 +123839,7 @@ export type stagingbase_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -122519,12 +123849,12 @@ export type stagingbase_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_AssetBalance_orderBy = +export type zksync_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -122549,12 +123879,12 @@ export type stagingbase_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingbase_AssetStatus = { +export type zksync_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingbase_AssetStatus_filter = { +export type zksync_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122568,16 +123898,16 @@ export type stagingbase_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_AssetStatus_orderBy = +export type zksync_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingbase_Asset_filter = { +export type zksync_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122586,16 +123916,16 @@ export type stagingbase_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -122612,16 +123942,16 @@ export type stagingbase_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -122630,26 +123960,26 @@ export type stagingbase_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -122678,14 +124008,14 @@ export type stagingbase_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_Asset_orderBy = +export type zksync_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -122699,26 +124029,26 @@ export type stagingbase_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingbase_BlockChangedFilter = { +export type zksync_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingbase_Block_height = { - hash?: InputMaybe; +export type zksync_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingbase_ConnectorMeta = { +export type zksync_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingbase_ConnectorMeta_filter = { +export type zksync_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122743,43 +124073,43 @@ export type stagingbase_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_ConnectorMeta_orderBy = +export type zksync_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -122787,57 +124117,57 @@ export type stagingbase_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingbase_DestinationTransfer = { +export type zksync_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingbase_DestinationTransferroutersArgs = { +export type zksync_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbase_DestinationTransfer_filter = { +export type zksync_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122854,16 +124184,16 @@ export type stagingbase_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -122872,17 +124202,17 @@ export type stagingbase_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -122907,40 +124237,40 @@ export type stagingbase_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -122957,16 +124287,16 @@ export type stagingbase_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -122983,16 +124313,16 @@ export type stagingbase_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -123013,7 +124343,7 @@ export type stagingbase_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -123030,26 +124360,26 @@ export type stagingbase_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -123082,16 +124412,16 @@ export type stagingbase_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -123100,26 +124430,26 @@ export type stagingbase_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -123152,16 +124482,16 @@ export type stagingbase_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -123171,12 +124501,12 @@ export type stagingbase_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_DestinationTransfer_orderBy = +export type zksync_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -123225,14 +124555,14 @@ export type stagingbase_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingbase_OptimisticRootFinalized = { +export type zksync_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbase_Bytes']; + aggregateRoot: Scalars['zksync_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingbase_OptimisticRootFinalized_filter = { +export type zksync_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123241,16 +124571,16 @@ export type stagingbase_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -123268,36 +124598,36 @@ export type stagingbase_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_OptimisticRootFinalized_orderBy = +export type zksync_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingbase_OrderDirection = +export type zksync_OrderDirection = | 'asc' | 'desc'; -export type stagingbase_OriginMessage = { +export type zksync_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingbase_OriginMessage_filter = { +export type zksync_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123306,16 +124636,16 @@ export type stagingbase_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -123324,16 +124654,16 @@ export type stagingbase_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -123342,36 +124672,36 @@ export type stagingbase_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -123400,14 +124730,14 @@ export type stagingbase_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_OriginMessage_orderBy = +export type zksync_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -123421,51 +124751,51 @@ export type stagingbase_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingbase_OriginTransfer = { +export type zksync_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingbase_OriginTransferrelayerFeesArgs = { +export type zksync_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbase_OriginTransfer_filter = { +export type zksync_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123482,16 +124812,16 @@ export type stagingbase_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -123500,20 +124830,20 @@ export type stagingbase_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -123538,40 +124868,40 @@ export type stagingbase_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -123580,16 +124910,16 @@ export type stagingbase_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -123606,16 +124936,16 @@ export type stagingbase_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -123636,17 +124966,17 @@ export type stagingbase_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -123667,7 +124997,7 @@ export type stagingbase_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -123682,37 +125012,37 @@ export type stagingbase_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -123745,16 +125075,16 @@ export type stagingbase_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -123764,12 +125094,12 @@ export type stagingbase_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_OriginTransfer_orderBy = +export type zksync_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -123821,20 +125151,20 @@ export type stagingbase_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingbase_Relayer = { +export type zksync_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingbase_RelayerFee = { +export type zksync_RelayerFee = { id: Scalars['ID']; - transfer: stagingbase_OriginTransfer; + transfer: zksync_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingbase_Bytes']; + asset: Scalars['zksync_Bytes']; }; -export type stagingbase_RelayerFee_filter = { +export type zksync_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123863,7 +125193,7 @@ export type stagingbase_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -123872,23 +125202,23 @@ export type stagingbase_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RelayerFee_orderBy = +export type zksync_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -123923,20 +125253,20 @@ export type stagingbase_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingbase_RelayerFeesIncrease = { +export type zksync_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingbase_OriginTransfer; + transfer: zksync_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingbase_Bytes']; - transactionHash: Scalars['stagingbase_Bytes']; + asset?: Maybe; + caller: Scalars['zksync_Bytes']; + transactionHash: Scalars['zksync_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbase_RelayerFeesIncrease_filter = { +export type zksync_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123965,7 +125295,7 @@ export type stagingbase_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -123974,36 +125304,36 @@ export type stagingbase_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -124037,12 +125367,12 @@ export type stagingbase_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RelayerFeesIncrease_orderBy = +export type zksync_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -124083,7 +125413,7 @@ export type stagingbase_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbase_Relayer_filter = { +export type zksync_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124096,33 +125426,33 @@ export type stagingbase_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_Relayer_orderBy = +export type zksync_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingbase_RootCount = { +export type zksync_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingbase_RootCount_filter = { +export type zksync_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124140,30 +125470,30 @@ export type stagingbase_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RootCount_orderBy = +export type zksync_RootCount_orderBy = | 'id' | 'count'; -export type stagingbase_RootMessageSent = { +export type zksync_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingbase_RootMessageSent_filter = { +export type zksync_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124188,16 +125518,16 @@ export type stagingbase_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -124206,26 +125536,26 @@ export type stagingbase_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -124259,12 +125589,12 @@ export type stagingbase_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RootMessageSent_orderBy = +export type zksync_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -124277,34 +125607,34 @@ export type stagingbase_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbase_Router = { +export type zksync_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingbase_RouterassetBalancesArgs = { +export type zksync_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbase_RouterDailyTVL = { +export type zksync_RouterDailyTVL = { id: Scalars['ID']; - router: stagingbase_Router; - asset: stagingbase_Asset; + router: zksync_Router; + asset: zksync_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingbase_RouterDailyTVL_filter = { +export type zksync_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124333,7 +125663,7 @@ export type stagingbase_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -124354,7 +125684,7 @@ export type stagingbase_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -124372,12 +125702,12 @@ export type stagingbase_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RouterDailyTVL_orderBy = +export type zksync_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -124399,25 +125729,25 @@ export type stagingbase_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingbase_RouterLiquidityEvent = { +export type zksync_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingbase_Router; - asset: stagingbase_Asset; + type?: Maybe; + router: zksync_Router; + asset: zksync_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingbase_Bytes']; + transactionHash: Scalars['zksync_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingbase_RouterLiquidityEventType = +export type zksync_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingbase_RouterLiquidityEvent_filter = { +export type zksync_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124426,10 +125756,10 @@ export type stagingbase_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -124450,7 +125780,7 @@ export type stagingbase_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -124471,7 +125801,7 @@ export type stagingbase_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -124488,16 +125818,16 @@ export type stagingbase_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -124514,16 +125844,16 @@ export type stagingbase_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -124533,12 +125863,12 @@ export type stagingbase_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_RouterLiquidityEvent_orderBy = +export type zksync_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -124566,7 +125896,7 @@ export type stagingbase_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingbase_Router_filter = { +export type zksync_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124579,36 +125909,36 @@ export type stagingbase_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -124617,14 +125947,14 @@ export type stagingbase_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_Router_orderBy = +export type zksync_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -124633,13 +125963,13 @@ export type stagingbase_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingbase_Sequencer = { +export type zksync_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingbase_Sequencer_filter = { +export type zksync_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124652,34 +125982,34 @@ export type stagingbase_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_Sequencer_orderBy = +export type zksync_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingbase_Setting = { +export type zksync_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingbase_Bytes']; + caller: Scalars['zksync_Bytes']; }; -export type stagingbase_Setting_filter = { +export type zksync_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124696,40 +126026,40 @@ export type stagingbase_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_Setting_orderBy = +export type zksync_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingbase_SlippageUpdate = { +export type zksync_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingbase_DestinationTransfer; + transfer: zksync_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingbase_Bytes']; - transactionHash: Scalars['stagingbase_Bytes']; + caller: Scalars['zksync_Bytes']; + transactionHash: Scalars['zksync_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbase_SlippageUpdate_filter = { +export type zksync_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124758,7 +126088,7 @@ export type stagingbase_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -124767,26 +126097,26 @@ export type stagingbase_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -124820,12 +126150,12 @@ export type stagingbase_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_SlippageUpdate_orderBy = +export type zksync_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -124872,16 +126202,16 @@ export type stagingbase_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbase_SnapshotRoot = { +export type zksync_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingbase_Bytes']; + root: Scalars['zksync_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbase_SnapshotRoot_filter = { +export type zksync_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124898,16 +126228,16 @@ export type stagingbase_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -124933,12 +126263,12 @@ export type stagingbase_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_SnapshotRoot_orderBy = +export type zksync_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -124946,12 +126276,12 @@ export type stagingbase_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbase_SpokeConnectorMode = { +export type zksync_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingbase_SpokeConnectorMode_filter = { +export type zksync_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124981,35 +126311,35 @@ export type stagingbase_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbase_SpokeConnectorMode_orderBy = +export type zksync_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingbase_TransferStatus = +export type zksync_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingbase__Block_ = { +export type zksync__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingbase__Meta_ = { +export type zksync__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -125017,22 +126347,22 @@ export type stagingbase__Meta_ = { * and therefore asks for the latest block * */ - block: stagingbase__Block_; + block: zksync__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type metis_AggregateRoot = { +export type mantle_AggregateRoot = { id: Scalars['ID']; - root: Scalars['metis_Bytes']; + root: Scalars['mantle_Bytes']; blockNumber: Scalars['BigInt']; }; -export type metis_AggregateRootProposed = { +export type mantle_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['metis_Bytes']; + aggregateRoot: Scalars['mantle_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -125040,7 +126370,7 @@ export type metis_AggregateRootProposed = { blockNumber?: Maybe; }; -export type metis_AggregateRootProposed_filter = { +export type mantle_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125049,19 +126379,19 @@ export type metis_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; rootTimestamp_lt?: InputMaybe; rootTimestamp_gte?: InputMaybe; rootTimestamp_lte?: InputMaybe; @@ -125100,12 +126430,12 @@ export type metis_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_AggregateRootProposed_orderBy = +export type mantle_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -125114,7 +126444,7 @@ export type metis_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type metis_AggregateRoot_filter = { +export type mantle_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125123,16 +126453,16 @@ export type metis_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -125142,41 +126472,45 @@ export type metis_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_AggregateRoot_orderBy = +export type mantle_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type metis_Asset = { +export type mantle_Aggregation_interval = + | 'hour' + | 'day'; + +export type mantle_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type metis_AssetBalance = { +export type mantle_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: metis_Router; - asset: metis_Asset; + router: mantle_Router; + asset: mantle_Asset; feesEarned: Scalars['BigInt']; }; -export type metis_AssetBalance_filter = { +export type mantle_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125237,7 +126571,7 @@ export type metis_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -125258,7 +126592,7 @@ export type metis_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -125268,12 +126602,12 @@ export type metis_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_AssetBalance_orderBy = +export type mantle_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -125298,12 +126632,12 @@ export type metis_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type metis_AssetStatus = { +export type mantle_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type metis_AssetStatus_filter = { +export type mantle_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125317,16 +126651,16 @@ export type metis_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_AssetStatus_orderBy = +export type mantle_AssetStatus_orderBy = | 'id' | 'status'; -export type metis_Asset_filter = { +export type mantle_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125335,16 +126669,16 @@ export type metis_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -125361,16 +126695,16 @@ export type metis_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -125379,26 +126713,26 @@ export type metis_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -125427,14 +126761,14 @@ export type metis_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_Asset_orderBy = +export type mantle_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -125448,26 +126782,26 @@ export type metis_Asset_orderBy = | 'status__id' | 'status__status'; -export type metis_BlockChangedFilter = { +export type mantle_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type metis_Block_height = { - hash?: InputMaybe; +export type mantle_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type metis_ConnectorMeta = { +export type mantle_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type metis_ConnectorMeta_filter = { +export type mantle_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125492,43 +126826,43 @@ export type metis_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_ConnectorMeta_orderBy = +export type mantle_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -125536,57 +126870,57 @@ export type metis_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type metis_DestinationTransfer = { +export type mantle_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type metis_DestinationTransferroutersArgs = { +export type mantle_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_DestinationTransfer_filter = { +export type mantle_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125603,16 +126937,16 @@ export type metis_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -125621,17 +126955,17 @@ export type metis_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -125656,40 +126990,40 @@ export type metis_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -125706,16 +127040,16 @@ export type metis_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -125732,16 +127066,16 @@ export type metis_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -125762,7 +127096,7 @@ export type metis_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -125779,26 +127113,26 @@ export type metis_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -125831,16 +127165,16 @@ export type metis_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -125849,26 +127183,26 @@ export type metis_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -125901,16 +127235,16 @@ export type metis_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -125920,12 +127254,12 @@ export type metis_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_DestinationTransfer_orderBy = +export type mantle_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -125974,14 +127308,14 @@ export type metis_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type metis_OptimisticRootFinalized = { +export type mantle_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['metis_Bytes']; + aggregateRoot: Scalars['mantle_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type metis_OptimisticRootFinalized_filter = { +export type mantle_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125990,16 +127324,16 @@ export type metis_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -126017,36 +127351,36 @@ export type metis_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_OptimisticRootFinalized_orderBy = +export type mantle_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type metis_OrderDirection = +export type mantle_OrderDirection = | 'asc' | 'desc'; -export type metis_OriginMessage = { +export type mantle_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type metis_OriginMessage_filter = { +export type mantle_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126055,16 +127389,16 @@ export type metis_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -126073,16 +127407,16 @@ export type metis_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -126091,36 +127425,36 @@ export type metis_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -126149,14 +127483,14 @@ export type metis_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_OriginMessage_orderBy = +export type mantle_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -126170,51 +127504,51 @@ export type metis_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type metis_OriginTransfer = { +export type mantle_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type metis_OriginTransferrelayerFeesArgs = { +export type mantle_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_OriginTransfer_filter = { +export type mantle_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126231,16 +127565,16 @@ export type metis_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -126249,20 +127583,20 @@ export type metis_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -126287,40 +127621,40 @@ export type metis_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -126329,16 +127663,16 @@ export type metis_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -126355,16 +127689,16 @@ export type metis_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -126385,17 +127719,17 @@ export type metis_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -126416,7 +127750,7 @@ export type metis_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -126431,37 +127765,37 @@ export type metis_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -126494,16 +127828,16 @@ export type metis_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -126513,12 +127847,12 @@ export type metis_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_OriginTransfer_orderBy = +export type mantle_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -126570,20 +127904,20 @@ export type metis_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type metis_Relayer = { +export type mantle_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type metis_RelayerFee = { +export type mantle_RelayerFee = { id: Scalars['ID']; - transfer: metis_OriginTransfer; + transfer: mantle_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['metis_Bytes']; + asset: Scalars['mantle_Bytes']; }; -export type metis_RelayerFee_filter = { +export type mantle_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126612,7 +127946,7 @@ export type metis_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -126621,23 +127955,23 @@ export type metis_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_RelayerFee_orderBy = +export type mantle_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -126672,20 +128006,20 @@ export type metis_RelayerFee_orderBy = | 'fee' | 'asset'; -export type metis_RelayerFeesIncrease = { +export type mantle_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: metis_OriginTransfer; + transfer: mantle_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['metis_Bytes']; - transactionHash: Scalars['metis_Bytes']; + asset?: Maybe; + caller: Scalars['mantle_Bytes']; + transactionHash: Scalars['mantle_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type metis_RelayerFeesIncrease_filter = { +export type mantle_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126714,7 +128048,7 @@ export type metis_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -126723,36 +128057,36 @@ export type metis_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -126786,12 +128120,12 @@ export type metis_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_RelayerFeesIncrease_orderBy = +export type mantle_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -126832,7 +128166,7 @@ export type metis_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_Relayer_filter = { +export type mantle_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126845,33 +128179,33 @@ export type metis_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_Relayer_orderBy = +export type mantle_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type metis_RootCount = { +export type mantle_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type metis_RootCount_filter = { +export type mantle_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126889,30 +128223,30 @@ export type metis_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_RootCount_orderBy = +export type mantle_RootCount_orderBy = | 'id' | 'count'; -export type metis_RootMessageSent = { +export type mantle_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type metis_RootMessageSent_filter = { +export type mantle_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126937,16 +128271,16 @@ export type metis_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -126955,26 +128289,26 @@ export type metis_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -127008,12 +128342,12 @@ export type metis_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_RootMessageSent_orderBy = +export type mantle_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -127026,34 +128360,34 @@ export type metis_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_Router = { +export type mantle_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type metis_RouterassetBalancesArgs = { +export type mantle_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_RouterDailyTVL = { +export type mantle_RouterDailyTVL = { id: Scalars['ID']; - router: metis_Router; - asset: metis_Asset; + router: mantle_Router; + asset: mantle_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type metis_RouterDailyTVL_filter = { +export type mantle_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127082,7 +128416,7 @@ export type metis_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -127103,7 +128437,7 @@ export type metis_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -127121,12 +128455,12 @@ export type metis_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_RouterDailyTVL_orderBy = +export type mantle_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -127148,25 +128482,25 @@ export type metis_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type metis_RouterLiquidityEvent = { +export type mantle_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: metis_Router; - asset: metis_Asset; + type?: Maybe; + router: mantle_Router; + asset: mantle_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['metis_Bytes']; + transactionHash: Scalars['mantle_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_RouterLiquidityEventType = +export type mantle_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type metis_RouterLiquidityEvent_filter = { +export type mantle_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127175,10 +128509,10 @@ export type metis_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -127199,7 +128533,7 @@ export type metis_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -127220,7 +128554,7 @@ export type metis_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -127237,16 +128571,16 @@ export type metis_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -127263,16 +128597,16 @@ export type metis_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -127282,12 +128616,12 @@ export type metis_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_RouterLiquidityEvent_orderBy = +export type mantle_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -127315,7 +128649,7 @@ export type metis_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type metis_Router_filter = { +export type mantle_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127328,36 +128662,36 @@ export type metis_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -127366,14 +128700,14 @@ export type metis_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_Router_orderBy = +export type mantle_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -127382,13 +128716,13 @@ export type metis_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type metis_Sequencer = { +export type mantle_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type metis_Sequencer_filter = { +export type mantle_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127401,34 +128735,34 @@ export type metis_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_Sequencer_orderBy = +export type mantle_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type metis_Setting = { +export type mantle_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['metis_Bytes']; + caller: Scalars['mantle_Bytes']; }; -export type metis_Setting_filter = { +export type mantle_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127445,40 +128779,40 @@ export type metis_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_Setting_orderBy = +export type mantle_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type metis_SlippageUpdate = { +export type mantle_SlippageUpdate = { id: Scalars['ID']; - transfer: metis_DestinationTransfer; + transfer: mantle_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['metis_Bytes']; - transactionHash: Scalars['metis_Bytes']; + caller: Scalars['mantle_Bytes']; + transactionHash: Scalars['mantle_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type metis_SlippageUpdate_filter = { +export type mantle_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127507,7 +128841,7 @@ export type metis_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -127516,26 +128850,26 @@ export type metis_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -127569,12 +128903,12 @@ export type metis_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_SlippageUpdate_orderBy = +export type mantle_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -127621,16 +128955,16 @@ export type metis_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_SnapshotRoot = { +export type mantle_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['metis_Bytes']; + root: Scalars['mantle_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type metis_SnapshotRoot_filter = { +export type mantle_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127647,16 +128981,16 @@ export type metis_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -127682,12 +129016,12 @@ export type metis_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_SnapshotRoot_orderBy = +export type mantle_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -127695,12 +129029,12 @@ export type metis_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type metis_SpokeConnectorMode = { +export type mantle_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type metis_SpokeConnectorMode_filter = { +export type mantle_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127730,33 +129064,35 @@ export type metis_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type metis_SpokeConnectorMode_orderBy = +export type mantle_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type metis_TransferStatus = +export type mantle_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type metis__Block_ = { +export type mantle__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type metis__Meta_ = { +export type mantle__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -127764,22 +129100,22 @@ export type metis__Meta_ = { * and therefore asks for the latest block * */ - block: metis__Block_; + block: mantle__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingoptimism_AggregateRoot = { +export type avalanche_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingoptimism_Bytes']; + root: Scalars['avalanche_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_AggregateRootProposed = { +export type avalanche_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimism_Bytes']; + aggregateRoot: Scalars['avalanche_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -127787,7 +129123,7 @@ export type stagingoptimism_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingoptimism_AggregateRootProposed_filter = { +export type avalanche_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127796,16 +129132,16 @@ export type stagingoptimism_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -127847,12 +129183,12 @@ export type stagingoptimism_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_AggregateRootProposed_orderBy = +export type avalanche_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -127861,7 +129197,7 @@ export type stagingoptimism_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingoptimism_AggregateRoot_filter = { +export type avalanche_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127870,16 +129206,16 @@ export type stagingoptimism_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -127889,45 +129225,45 @@ export type stagingoptimism_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_AggregateRoot_orderBy = +export type avalanche_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingoptimism_Aggregation_interval = +export type avalanche_Aggregation_interval = | 'hour' | 'day'; -export type stagingoptimism_Asset = { +export type avalanche_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingoptimism_AssetBalance = { +export type avalanche_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingoptimism_Router; - asset: stagingoptimism_Asset; + router: avalanche_Router; + asset: avalanche_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingoptimism_AssetBalance_filter = { +export type avalanche_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127988,7 +129324,7 @@ export type stagingoptimism_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -128009,7 +129345,7 @@ export type stagingoptimism_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -128019,12 +129355,12 @@ export type stagingoptimism_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_AssetBalance_orderBy = +export type avalanche_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -128049,12 +129385,12 @@ export type stagingoptimism_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingoptimism_AssetStatus = { +export type avalanche_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingoptimism_AssetStatus_filter = { +export type avalanche_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128068,16 +129404,16 @@ export type stagingoptimism_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_AssetStatus_orderBy = +export type avalanche_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingoptimism_Asset_filter = { +export type avalanche_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128086,16 +129422,16 @@ export type stagingoptimism_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -128112,16 +129448,16 @@ export type stagingoptimism_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -128130,26 +129466,26 @@ export type stagingoptimism_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -128178,14 +129514,14 @@ export type stagingoptimism_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_Asset_orderBy = +export type avalanche_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -128199,26 +129535,26 @@ export type stagingoptimism_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingoptimism_BlockChangedFilter = { +export type avalanche_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingoptimism_Block_height = { - hash?: InputMaybe; +export type avalanche_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingoptimism_ConnectorMeta = { +export type avalanche_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingoptimism_ConnectorMeta_filter = { +export type avalanche_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128243,43 +129579,43 @@ export type stagingoptimism_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_ConnectorMeta_orderBy = +export type avalanche_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -128287,57 +129623,57 @@ export type stagingoptimism_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingoptimism_DestinationTransfer = { +export type avalanche_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingoptimism_DestinationTransferroutersArgs = { +export type avalanche_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_DestinationTransfer_filter = { +export type avalanche_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128354,16 +129690,16 @@ export type stagingoptimism_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -128372,17 +129708,17 @@ export type stagingoptimism_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -128407,40 +129743,40 @@ export type stagingoptimism_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -128457,16 +129793,16 @@ export type stagingoptimism_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -128483,16 +129819,16 @@ export type stagingoptimism_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -128513,7 +129849,7 @@ export type stagingoptimism_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -128530,26 +129866,26 @@ export type stagingoptimism_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -128582,16 +129918,16 @@ export type stagingoptimism_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -128600,26 +129936,26 @@ export type stagingoptimism_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -128652,16 +129988,16 @@ export type stagingoptimism_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -128671,12 +130007,12 @@ export type stagingoptimism_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_DestinationTransfer_orderBy = +export type avalanche_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -128725,14 +130061,14 @@ export type stagingoptimism_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingoptimism_OptimisticRootFinalized = { +export type avalanche_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimism_Bytes']; + aggregateRoot: Scalars['avalanche_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingoptimism_OptimisticRootFinalized_filter = { +export type avalanche_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128741,16 +130077,16 @@ export type stagingoptimism_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -128768,36 +130104,36 @@ export type stagingoptimism_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_OptimisticRootFinalized_orderBy = +export type avalanche_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingoptimism_OrderDirection = +export type avalanche_OrderDirection = | 'asc' | 'desc'; -export type stagingoptimism_OriginMessage = { +export type avalanche_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingoptimism_OriginMessage_filter = { +export type avalanche_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128806,16 +130142,16 @@ export type stagingoptimism_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -128824,16 +130160,16 @@ export type stagingoptimism_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -128842,36 +130178,36 @@ export type stagingoptimism_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -128900,14 +130236,14 @@ export type stagingoptimism_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_OriginMessage_orderBy = +export type avalanche_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -128921,51 +130257,51 @@ export type stagingoptimism_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingoptimism_OriginTransfer = { +export type avalanche_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingoptimism_OriginTransferrelayerFeesArgs = { +export type avalanche_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_OriginTransfer_filter = { +export type avalanche_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128982,16 +130318,16 @@ export type stagingoptimism_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -129000,20 +130336,20 @@ export type stagingoptimism_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -129038,40 +130374,40 @@ export type stagingoptimism_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -129080,16 +130416,16 @@ export type stagingoptimism_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -129106,16 +130442,16 @@ export type stagingoptimism_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -129136,17 +130472,17 @@ export type stagingoptimism_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -129167,7 +130503,7 @@ export type stagingoptimism_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -129182,37 +130518,37 @@ export type stagingoptimism_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -129245,16 +130581,16 @@ export type stagingoptimism_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -129264,12 +130600,12 @@ export type stagingoptimism_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_OriginTransfer_orderBy = +export type avalanche_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -129321,20 +130657,20 @@ export type stagingoptimism_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingoptimism_Relayer = { +export type avalanche_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingoptimism_RelayerFee = { +export type avalanche_RelayerFee = { id: Scalars['ID']; - transfer: stagingoptimism_OriginTransfer; + transfer: avalanche_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingoptimism_Bytes']; + asset: Scalars['avalanche_Bytes']; }; -export type stagingoptimism_RelayerFee_filter = { +export type avalanche_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129363,7 +130699,7 @@ export type stagingoptimism_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -129372,23 +130708,23 @@ export type stagingoptimism_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RelayerFee_orderBy = +export type avalanche_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -129423,20 +130759,20 @@ export type stagingoptimism_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingoptimism_RelayerFeesIncrease = { +export type avalanche_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingoptimism_OriginTransfer; + transfer: avalanche_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingoptimism_Bytes']; - transactionHash: Scalars['stagingoptimism_Bytes']; + asset?: Maybe; + caller: Scalars['avalanche_Bytes']; + transactionHash: Scalars['avalanche_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_RelayerFeesIncrease_filter = { +export type avalanche_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129465,7 +130801,7 @@ export type stagingoptimism_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -129474,36 +130810,36 @@ export type stagingoptimism_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -129537,12 +130873,12 @@ export type stagingoptimism_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RelayerFeesIncrease_orderBy = +export type avalanche_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -129583,7 +130919,7 @@ export type stagingoptimism_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimism_Relayer_filter = { +export type avalanche_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129596,33 +130932,33 @@ export type stagingoptimism_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_Relayer_orderBy = +export type avalanche_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingoptimism_RootCount = { +export type avalanche_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingoptimism_RootCount_filter = { +export type avalanche_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129640,30 +130976,30 @@ export type stagingoptimism_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RootCount_orderBy = +export type avalanche_RootCount_orderBy = | 'id' | 'count'; -export type stagingoptimism_RootMessageSent = { +export type avalanche_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingoptimism_RootMessageSent_filter = { +export type avalanche_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129688,16 +131024,16 @@ export type stagingoptimism_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -129706,26 +131042,26 @@ export type stagingoptimism_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -129759,12 +131095,12 @@ export type stagingoptimism_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RootMessageSent_orderBy = +export type avalanche_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -129777,34 +131113,34 @@ export type stagingoptimism_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimism_Router = { +export type avalanche_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingoptimism_RouterassetBalancesArgs = { +export type avalanche_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_RouterDailyTVL = { +export type avalanche_RouterDailyTVL = { id: Scalars['ID']; - router: stagingoptimism_Router; - asset: stagingoptimism_Asset; + router: avalanche_Router; + asset: avalanche_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingoptimism_RouterDailyTVL_filter = { +export type avalanche_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129833,7 +131169,7 @@ export type stagingoptimism_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -129854,7 +131190,7 @@ export type stagingoptimism_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -129872,12 +131208,12 @@ export type stagingoptimism_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RouterDailyTVL_orderBy = +export type avalanche_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -129899,25 +131235,25 @@ export type stagingoptimism_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingoptimism_RouterLiquidityEvent = { +export type avalanche_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingoptimism_Router; - asset: stagingoptimism_Asset; + type?: Maybe; + router: avalanche_Router; + asset: avalanche_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingoptimism_Bytes']; + transactionHash: Scalars['avalanche_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingoptimism_RouterLiquidityEventType = +export type avalanche_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingoptimism_RouterLiquidityEvent_filter = { +export type avalanche_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129926,10 +131262,10 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -129950,7 +131286,7 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -129971,7 +131307,7 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -129988,16 +131324,16 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -130014,16 +131350,16 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -130033,12 +131369,12 @@ export type stagingoptimism_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RouterLiquidityEvent_orderBy = +export type avalanche_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -130066,7 +131402,7 @@ export type stagingoptimism_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingoptimism_Router_filter = { +export type avalanche_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130079,36 +131415,36 @@ export type stagingoptimism_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -130117,14 +131453,14 @@ export type stagingoptimism_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_Router_orderBy = +export type avalanche_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -130133,13 +131469,13 @@ export type stagingoptimism_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingoptimism_Sequencer = { +export type avalanche_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingoptimism_Sequencer_filter = { +export type avalanche_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130152,34 +131488,34 @@ export type stagingoptimism_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_Sequencer_orderBy = +export type avalanche_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingoptimism_Setting = { +export type avalanche_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingoptimism_Bytes']; + caller: Scalars['avalanche_Bytes']; }; -export type stagingoptimism_Setting_filter = { +export type avalanche_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130196,40 +131532,40 @@ export type stagingoptimism_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_Setting_orderBy = +export type avalanche_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingoptimism_SlippageUpdate = { +export type avalanche_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingoptimism_DestinationTransfer; + transfer: avalanche_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingoptimism_Bytes']; - transactionHash: Scalars['stagingoptimism_Bytes']; + caller: Scalars['avalanche_Bytes']; + transactionHash: Scalars['avalanche_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_SlippageUpdate_filter = { +export type avalanche_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130258,7 +131594,7 @@ export type stagingoptimism_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -130267,26 +131603,26 @@ export type stagingoptimism_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -130320,12 +131656,12 @@ export type stagingoptimism_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_SlippageUpdate_orderBy = +export type avalanche_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -130372,16 +131708,16 @@ export type stagingoptimism_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingoptimism_SnapshotRoot = { +export type avalanche_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingoptimism_Bytes']; + root: Scalars['avalanche_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_SnapshotRoot_filter = { +export type avalanche_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130398,16 +131734,16 @@ export type stagingoptimism_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -130433,12 +131769,12 @@ export type stagingoptimism_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_SnapshotRoot_orderBy = +export type avalanche_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -130446,12 +131782,12 @@ export type stagingoptimism_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingoptimism_SpokeConnectorMode = { +export type avalanche_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingoptimism_SpokeConnectorMode_filter = { +export type avalanche_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130481,35 +131817,35 @@ export type stagingoptimism_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_SpokeConnectorMode_orderBy = +export type avalanche_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingoptimism_TransferStatus = +export type avalanche_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingoptimism__Block_ = { +export type avalanche__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingoptimism__Meta_ = { +export type avalanche__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -130517,22 +131853,22 @@ export type stagingoptimism__Meta_ = { * and therefore asks for the latest block * */ - block: stagingoptimism__Block_; + block: avalanche__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingmantle_AggregateRoot = { +export type mode_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmantle_Bytes']; + root: Scalars['mode_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_AggregateRootProposed = { +export type mode_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmantle_Bytes']; + aggregateRoot: Scalars['mode_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -130540,7 +131876,7 @@ export type stagingmantle_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmantle_AggregateRootProposed_filter = { +export type mode_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130549,16 +131885,16 @@ export type stagingmantle_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -130600,12 +131936,12 @@ export type stagingmantle_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_AggregateRootProposed_orderBy = +export type mode_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -130614,7 +131950,7 @@ export type stagingmantle_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmantle_AggregateRoot_filter = { +export type mode_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130623,16 +131959,16 @@ export type stagingmantle_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -130642,41 +131978,41 @@ export type stagingmantle_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_AggregateRoot_orderBy = +export type mode_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmantle_Asset = { +export type mode_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingmantle_AssetBalance = { +export type mode_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmantle_Router; - asset: stagingmantle_Asset; + router: mode_Router; + asset: mode_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmantle_AssetBalance_filter = { +export type mode_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130737,7 +132073,7 @@ export type stagingmantle_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -130758,7 +132094,7 @@ export type stagingmantle_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -130768,12 +132104,12 @@ export type stagingmantle_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_AssetBalance_orderBy = +export type mode_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -130798,12 +132134,12 @@ export type stagingmantle_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmantle_AssetStatus = { +export type mode_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmantle_AssetStatus_filter = { +export type mode_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130817,16 +132153,16 @@ export type stagingmantle_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_AssetStatus_orderBy = +export type mode_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmantle_Asset_filter = { +export type mode_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130835,16 +132171,16 @@ export type stagingmantle_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -130861,16 +132197,16 @@ export type stagingmantle_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -130879,26 +132215,26 @@ export type stagingmantle_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -130927,14 +132263,14 @@ export type stagingmantle_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_Asset_orderBy = +export type mode_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -130948,26 +132284,26 @@ export type stagingmantle_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmantle_BlockChangedFilter = { +export type mode_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmantle_Block_height = { - hash?: InputMaybe; +export type mode_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmantle_ConnectorMeta = { +export type mode_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmantle_ConnectorMeta_filter = { +export type mode_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130992,43 +132328,43 @@ export type stagingmantle_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_ConnectorMeta_orderBy = +export type mode_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -131036,57 +132372,57 @@ export type stagingmantle_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmantle_DestinationTransfer = { +export type mode_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingmantle_DestinationTransferroutersArgs = { +export type mode_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_DestinationTransfer_filter = { +export type mode_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131103,16 +132439,16 @@ export type stagingmantle_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -131121,17 +132457,17 @@ export type stagingmantle_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -131156,40 +132492,40 @@ export type stagingmantle_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -131206,16 +132542,16 @@ export type stagingmantle_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -131232,16 +132568,16 @@ export type stagingmantle_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -131262,7 +132598,7 @@ export type stagingmantle_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -131279,26 +132615,26 @@ export type stagingmantle_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -131331,16 +132667,16 @@ export type stagingmantle_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -131349,26 +132685,26 @@ export type stagingmantle_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -131401,16 +132737,16 @@ export type stagingmantle_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -131420,12 +132756,12 @@ export type stagingmantle_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_DestinationTransfer_orderBy = +export type mode_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -131474,14 +132810,14 @@ export type stagingmantle_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmantle_OptimisticRootFinalized = { +export type mode_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmantle_Bytes']; + aggregateRoot: Scalars['mode_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmantle_OptimisticRootFinalized_filter = { +export type mode_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131490,16 +132826,16 @@ export type stagingmantle_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -131517,36 +132853,36 @@ export type stagingmantle_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_OptimisticRootFinalized_orderBy = +export type mode_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmantle_OrderDirection = +export type mode_OrderDirection = | 'asc' | 'desc'; -export type stagingmantle_OriginMessage = { +export type mode_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingmantle_OriginMessage_filter = { +export type mode_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131555,16 +132891,16 @@ export type stagingmantle_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -131573,16 +132909,16 @@ export type stagingmantle_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -131591,36 +132927,36 @@ export type stagingmantle_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -131649,14 +132985,14 @@ export type stagingmantle_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_OriginMessage_orderBy = +export type mode_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -131670,51 +133006,51 @@ export type stagingmantle_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmantle_OriginTransfer = { +export type mode_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingmantle_OriginTransferrelayerFeesArgs = { +export type mode_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_OriginTransfer_filter = { +export type mode_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131731,16 +133067,16 @@ export type stagingmantle_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -131749,20 +133085,20 @@ export type stagingmantle_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -131787,40 +133123,40 @@ export type stagingmantle_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -131829,16 +133165,16 @@ export type stagingmantle_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -131855,16 +133191,16 @@ export type stagingmantle_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -131885,17 +133221,17 @@ export type stagingmantle_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -131916,7 +133252,7 @@ export type stagingmantle_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -131931,37 +133267,37 @@ export type stagingmantle_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -131994,16 +133330,16 @@ export type stagingmantle_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -132013,12 +133349,12 @@ export type stagingmantle_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_OriginTransfer_orderBy = +export type mode_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -132070,20 +133406,20 @@ export type stagingmantle_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmantle_Relayer = { +export type mode_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmantle_RelayerFee = { +export type mode_RelayerFee = { id: Scalars['ID']; - transfer: stagingmantle_OriginTransfer; + transfer: mode_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmantle_Bytes']; + asset: Scalars['mode_Bytes']; }; -export type stagingmantle_RelayerFee_filter = { +export type mode_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132112,7 +133448,7 @@ export type stagingmantle_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -132121,23 +133457,23 @@ export type stagingmantle_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_RelayerFee_orderBy = +export type mode_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -132172,20 +133508,20 @@ export type stagingmantle_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmantle_RelayerFeesIncrease = { +export type mode_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmantle_OriginTransfer; + transfer: mode_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmantle_Bytes']; - transactionHash: Scalars['stagingmantle_Bytes']; + asset?: Maybe; + caller: Scalars['mode_Bytes']; + transactionHash: Scalars['mode_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_RelayerFeesIncrease_filter = { +export type mode_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132214,7 +133550,7 @@ export type stagingmantle_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -132223,36 +133559,36 @@ export type stagingmantle_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -132286,12 +133622,12 @@ export type stagingmantle_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_RelayerFeesIncrease_orderBy = +export type mode_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -132332,7 +133668,7 @@ export type stagingmantle_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_Relayer_filter = { +export type mode_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132345,33 +133681,33 @@ export type stagingmantle_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_Relayer_orderBy = +export type mode_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmantle_RootCount = { +export type mode_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmantle_RootCount_filter = { +export type mode_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132389,30 +133725,30 @@ export type stagingmantle_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_RootCount_orderBy = +export type mode_RootCount_orderBy = | 'id' | 'count'; -export type stagingmantle_RootMessageSent = { +export type mode_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingmantle_RootMessageSent_filter = { +export type mode_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132437,16 +133773,16 @@ export type stagingmantle_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -132455,26 +133791,26 @@ export type stagingmantle_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -132508,12 +133844,12 @@ export type stagingmantle_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_RootMessageSent_orderBy = +export type mode_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -132526,34 +133862,34 @@ export type stagingmantle_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_Router = { +export type mode_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingmantle_RouterassetBalancesArgs = { +export type mode_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_RouterDailyTVL = { +export type mode_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmantle_Router; - asset: stagingmantle_Asset; + router: mode_Router; + asset: mode_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmantle_RouterDailyTVL_filter = { +export type mode_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132582,7 +133918,7 @@ export type stagingmantle_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -132603,7 +133939,7 @@ export type stagingmantle_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -132621,12 +133957,12 @@ export type stagingmantle_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_RouterDailyTVL_orderBy = +export type mode_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -132648,25 +133984,25 @@ export type stagingmantle_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmantle_RouterLiquidityEvent = { +export type mode_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmantle_Router; - asset: stagingmantle_Asset; + type?: Maybe; + router: mode_Router; + asset: mode_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingmantle_Bytes']; + transactionHash: Scalars['mode_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmantle_RouterLiquidityEventType = +export type mode_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmantle_RouterLiquidityEvent_filter = { +export type mode_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132675,10 +134011,10 @@ export type stagingmantle_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -132699,7 +134035,7 @@ export type stagingmantle_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -132720,7 +134056,7 @@ export type stagingmantle_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -132737,16 +134073,16 @@ export type stagingmantle_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -132763,16 +134099,16 @@ export type stagingmantle_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -132782,12 +134118,12 @@ export type stagingmantle_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_RouterLiquidityEvent_orderBy = +export type mode_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -132815,7 +134151,7 @@ export type stagingmantle_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmantle_Router_filter = { +export type mode_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132828,36 +134164,36 @@ export type stagingmantle_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -132866,14 +134202,14 @@ export type stagingmantle_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_Router_orderBy = +export type mode_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -132882,13 +134218,13 @@ export type stagingmantle_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmantle_Sequencer = { +export type mode_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmantle_Sequencer_filter = { +export type mode_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132901,34 +134237,34 @@ export type stagingmantle_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_Sequencer_orderBy = +export type mode_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmantle_Setting = { +export type mode_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmantle_Bytes']; + caller: Scalars['mode_Bytes']; }; -export type stagingmantle_Setting_filter = { +export type mode_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132945,40 +134281,40 @@ export type stagingmantle_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_Setting_orderBy = +export type mode_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmantle_SlippageUpdate = { +export type mode_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmantle_DestinationTransfer; + transfer: mode_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmantle_Bytes']; - transactionHash: Scalars['stagingmantle_Bytes']; + caller: Scalars['mode_Bytes']; + transactionHash: Scalars['mode_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_SlippageUpdate_filter = { +export type mode_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133007,7 +134343,7 @@ export type stagingmantle_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -133016,26 +134352,26 @@ export type stagingmantle_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -133069,12 +134405,12 @@ export type stagingmantle_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_SlippageUpdate_orderBy = +export type mode_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -133121,16 +134457,16 @@ export type stagingmantle_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_SnapshotRoot = { +export type mode_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmantle_Bytes']; + root: Scalars['mode_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_SnapshotRoot_filter = { +export type mode_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133147,16 +134483,16 @@ export type stagingmantle_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -133182,12 +134518,12 @@ export type stagingmantle_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_SnapshotRoot_orderBy = +export type mode_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -133195,12 +134531,12 @@ export type stagingmantle_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmantle_SpokeConnectorMode = { +export type mode_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmantle_SpokeConnectorMode_filter = { +export type mode_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133230,25 +134566,25 @@ export type stagingmantle_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmantle_SpokeConnectorMode_orderBy = +export type mode_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmantle_TransferStatus = +export type mode_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmantle__Block_ = { +export type mode__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -133256,7 +134592,7 @@ export type stagingmantle__Block_ = { }; /** The type for the top-level _meta field */ -export type stagingmantle__Meta_ = { +export type mode__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -133264,22 +134600,22 @@ export type stagingmantle__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmantle__Block_; + block: mode__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type polygonzkevm_AggregateRoot = { +export type stagingxlayer_AggregateRoot = { id: Scalars['ID']; - root: Scalars['polygonzkevm_Bytes']; + root: Scalars['stagingxlayer_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_AggregateRootProposed = { +export type stagingxlayer_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingxlayer_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -133287,7 +134623,7 @@ export type polygonzkevm_AggregateRootProposed = { blockNumber?: Maybe; }; -export type polygonzkevm_AggregateRootProposed_filter = { +export type stagingxlayer_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133296,16 +134632,16 @@ export type polygonzkevm_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -133347,12 +134683,12 @@ export type polygonzkevm_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_AggregateRootProposed_orderBy = +export type stagingxlayer_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -133361,7 +134697,7 @@ export type polygonzkevm_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_AggregateRoot_filter = { +export type stagingxlayer_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133370,16 +134706,16 @@ export type polygonzkevm_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -133389,45 +134725,41 @@ export type polygonzkevm_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_AggregateRoot_orderBy = +export type stagingxlayer_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type polygonzkevm_Aggregation_interval = - | 'hour' - | 'day'; - -export type polygonzkevm_Asset = { +export type stagingxlayer_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type polygonzkevm_AssetBalance = { +export type stagingxlayer_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; + router: stagingxlayer_Router; + asset: stagingxlayer_Asset; feesEarned: Scalars['BigInt']; }; -export type polygonzkevm_AssetBalance_filter = { +export type stagingxlayer_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133488,7 +134820,7 @@ export type polygonzkevm_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -133509,7 +134841,7 @@ export type polygonzkevm_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -133519,12 +134851,12 @@ export type polygonzkevm_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_AssetBalance_orderBy = +export type stagingxlayer_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -133549,12 +134881,12 @@ export type polygonzkevm_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type polygonzkevm_AssetStatus = { +export type stagingxlayer_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type polygonzkevm_AssetStatus_filter = { +export type stagingxlayer_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133568,16 +134900,16 @@ export type polygonzkevm_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_AssetStatus_orderBy = +export type stagingxlayer_AssetStatus_orderBy = | 'id' | 'status'; -export type polygonzkevm_Asset_filter = { +export type stagingxlayer_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133586,16 +134918,16 @@ export type polygonzkevm_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -133612,16 +134944,16 @@ export type polygonzkevm_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -133630,26 +134962,26 @@ export type polygonzkevm_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -133678,14 +135010,14 @@ export type polygonzkevm_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_Asset_orderBy = +export type stagingxlayer_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -133699,26 +135031,26 @@ export type polygonzkevm_Asset_orderBy = | 'status__id' | 'status__status'; -export type polygonzkevm_BlockChangedFilter = { +export type stagingxlayer_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygonzkevm_Block_height = { - hash?: InputMaybe; +export type stagingxlayer_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygonzkevm_ConnectorMeta = { +export type stagingxlayer_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type polygonzkevm_ConnectorMeta_filter = { +export type stagingxlayer_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133743,43 +135075,43 @@ export type polygonzkevm_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_ConnectorMeta_orderBy = +export type stagingxlayer_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -133787,57 +135119,57 @@ export type polygonzkevm_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type polygonzkevm_DestinationTransfer = { +export type stagingxlayer_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type polygonzkevm_DestinationTransferroutersArgs = { +export type stagingxlayer_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_DestinationTransfer_filter = { +export type stagingxlayer_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133854,16 +135186,16 @@ export type polygonzkevm_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -133872,17 +135204,17 @@ export type polygonzkevm_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -133907,40 +135239,40 @@ export type polygonzkevm_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -133957,16 +135289,16 @@ export type polygonzkevm_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -133983,16 +135315,16 @@ export type polygonzkevm_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -134013,7 +135345,7 @@ export type polygonzkevm_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -134030,26 +135362,26 @@ export type polygonzkevm_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -134082,16 +135414,16 @@ export type polygonzkevm_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -134100,26 +135432,26 @@ export type polygonzkevm_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -134152,16 +135484,16 @@ export type polygonzkevm_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -134171,12 +135503,12 @@ export type polygonzkevm_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_DestinationTransfer_orderBy = +export type stagingxlayer_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -134225,14 +135557,14 @@ export type polygonzkevm_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type polygonzkevm_OptimisticRootFinalized = { +export type stagingxlayer_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingxlayer_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type polygonzkevm_OptimisticRootFinalized_filter = { +export type stagingxlayer_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134241,16 +135573,16 @@ export type polygonzkevm_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -134268,36 +135600,36 @@ export type polygonzkevm_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_OptimisticRootFinalized_orderBy = +export type stagingxlayer_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type polygonzkevm_OrderDirection = +export type stagingxlayer_OrderDirection = | 'asc' | 'desc'; -export type polygonzkevm_OriginMessage = { +export type stagingxlayer_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type polygonzkevm_OriginMessage_filter = { +export type stagingxlayer_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134306,16 +135638,16 @@ export type polygonzkevm_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -134324,16 +135656,16 @@ export type polygonzkevm_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -134342,36 +135674,36 @@ export type polygonzkevm_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -134400,14 +135732,14 @@ export type polygonzkevm_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_OriginMessage_orderBy = +export type stagingxlayer_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -134421,51 +135753,51 @@ export type polygonzkevm_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type polygonzkevm_OriginTransfer = { +export type stagingxlayer_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type polygonzkevm_OriginTransferrelayerFeesArgs = { +export type stagingxlayer_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_OriginTransfer_filter = { +export type stagingxlayer_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134482,16 +135814,16 @@ export type polygonzkevm_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -134500,20 +135832,20 @@ export type polygonzkevm_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -134538,40 +135870,40 @@ export type polygonzkevm_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -134580,16 +135912,16 @@ export type polygonzkevm_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -134606,16 +135938,16 @@ export type polygonzkevm_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -134636,17 +135968,17 @@ export type polygonzkevm_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -134667,7 +135999,7 @@ export type polygonzkevm_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -134682,37 +136014,37 @@ export type polygonzkevm_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -134745,16 +136077,16 @@ export type polygonzkevm_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -134764,12 +136096,12 @@ export type polygonzkevm_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_OriginTransfer_orderBy = +export type stagingxlayer_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -134821,20 +136153,20 @@ export type polygonzkevm_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type polygonzkevm_Relayer = { +export type stagingxlayer_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type polygonzkevm_RelayerFee = { +export type stagingxlayer_RelayerFee = { id: Scalars['ID']; - transfer: polygonzkevm_OriginTransfer; + transfer: stagingxlayer_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['polygonzkevm_Bytes']; + asset: Scalars['stagingxlayer_Bytes']; }; -export type polygonzkevm_RelayerFee_filter = { +export type stagingxlayer_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134863,7 +136195,7 @@ export type polygonzkevm_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -134872,23 +136204,23 @@ export type polygonzkevm_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_RelayerFee_orderBy = +export type stagingxlayer_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -134923,20 +136255,20 @@ export type polygonzkevm_RelayerFee_orderBy = | 'fee' | 'asset'; -export type polygonzkevm_RelayerFeesIncrease = { +export type stagingxlayer_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: polygonzkevm_OriginTransfer; + transfer: stagingxlayer_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygonzkevm_Bytes']; - transactionHash: Scalars['polygonzkevm_Bytes']; + asset?: Maybe; + caller: Scalars['stagingxlayer_Bytes']; + transactionHash: Scalars['stagingxlayer_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_RelayerFeesIncrease_filter = { +export type stagingxlayer_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134965,7 +136297,7 @@ export type polygonzkevm_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -134974,36 +136306,36 @@ export type polygonzkevm_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -135037,12 +136369,12 @@ export type polygonzkevm_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_RelayerFeesIncrease_orderBy = +export type stagingxlayer_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -135083,7 +136415,7 @@ export type polygonzkevm_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_Relayer_filter = { +export type stagingxlayer_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135096,33 +136428,33 @@ export type polygonzkevm_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_Relayer_orderBy = +export type stagingxlayer_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type polygonzkevm_RootCount = { +export type stagingxlayer_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type polygonzkevm_RootCount_filter = { +export type stagingxlayer_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135140,30 +136472,30 @@ export type polygonzkevm_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_RootCount_orderBy = +export type stagingxlayer_RootCount_orderBy = | 'id' | 'count'; -export type polygonzkevm_RootMessageSent = { +export type stagingxlayer_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type polygonzkevm_RootMessageSent_filter = { +export type stagingxlayer_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135188,16 +136520,16 @@ export type polygonzkevm_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -135206,26 +136538,26 @@ export type polygonzkevm_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -135259,12 +136591,12 @@ export type polygonzkevm_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_RootMessageSent_orderBy = +export type stagingxlayer_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -135277,34 +136609,34 @@ export type polygonzkevm_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_Router = { +export type stagingxlayer_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type polygonzkevm_RouterassetBalancesArgs = { +export type stagingxlayer_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_RouterDailyTVL = { +export type stagingxlayer_RouterDailyTVL = { id: Scalars['ID']; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; + router: stagingxlayer_Router; + asset: stagingxlayer_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type polygonzkevm_RouterDailyTVL_filter = { +export type stagingxlayer_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135333,7 +136665,7 @@ export type polygonzkevm_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -135354,7 +136686,7 @@ export type polygonzkevm_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -135372,12 +136704,12 @@ export type polygonzkevm_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_RouterDailyTVL_orderBy = +export type stagingxlayer_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -135399,25 +136731,25 @@ export type polygonzkevm_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type polygonzkevm_RouterLiquidityEvent = { +export type stagingxlayer_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; + type?: Maybe; + router: stagingxlayer_Router; + asset: stagingxlayer_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygonzkevm_Bytes']; + transactionHash: Scalars['stagingxlayer_Bytes']; nonce: Scalars['BigInt']; }; -export type polygonzkevm_RouterLiquidityEventType = +export type stagingxlayer_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type polygonzkevm_RouterLiquidityEvent_filter = { +export type stagingxlayer_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135426,10 +136758,10 @@ export type polygonzkevm_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -135450,7 +136782,7 @@ export type polygonzkevm_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -135471,7 +136803,7 @@ export type polygonzkevm_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -135488,16 +136820,16 @@ export type polygonzkevm_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -135514,16 +136846,16 @@ export type polygonzkevm_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -135533,12 +136865,12 @@ export type polygonzkevm_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_RouterLiquidityEvent_orderBy = +export type stagingxlayer_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -135566,7 +136898,7 @@ export type polygonzkevm_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type polygonzkevm_Router_filter = { +export type stagingxlayer_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135579,36 +136911,36 @@ export type polygonzkevm_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -135617,14 +136949,14 @@ export type polygonzkevm_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_Router_orderBy = +export type stagingxlayer_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -135633,13 +136965,13 @@ export type polygonzkevm_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type polygonzkevm_Sequencer = { +export type stagingxlayer_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type polygonzkevm_Sequencer_filter = { +export type stagingxlayer_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135652,34 +136984,34 @@ export type polygonzkevm_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_Sequencer_orderBy = +export type stagingxlayer_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type polygonzkevm_Setting = { +export type stagingxlayer_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygonzkevm_Bytes']; + caller: Scalars['stagingxlayer_Bytes']; }; -export type polygonzkevm_Setting_filter = { +export type stagingxlayer_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135696,40 +137028,40 @@ export type polygonzkevm_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_Setting_orderBy = +export type stagingxlayer_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type polygonzkevm_SlippageUpdate = { +export type stagingxlayer_SlippageUpdate = { id: Scalars['ID']; - transfer: polygonzkevm_DestinationTransfer; + transfer: stagingxlayer_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['polygonzkevm_Bytes']; - transactionHash: Scalars['polygonzkevm_Bytes']; + caller: Scalars['stagingxlayer_Bytes']; + transactionHash: Scalars['stagingxlayer_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_SlippageUpdate_filter = { +export type stagingxlayer_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135758,7 +137090,7 @@ export type polygonzkevm_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -135767,26 +137099,26 @@ export type polygonzkevm_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -135820,12 +137152,12 @@ export type polygonzkevm_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_SlippageUpdate_orderBy = +export type stagingxlayer_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -135872,16 +137204,16 @@ export type polygonzkevm_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_SnapshotRoot = { +export type stagingxlayer_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['polygonzkevm_Bytes']; + root: Scalars['stagingxlayer_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_SnapshotRoot_filter = { +export type stagingxlayer_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135898,16 +137230,16 @@ export type polygonzkevm_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -135933,12 +137265,12 @@ export type polygonzkevm_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_SnapshotRoot_orderBy = +export type stagingxlayer_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -135946,12 +137278,12 @@ export type polygonzkevm_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_SpokeConnectorMode = { +export type stagingxlayer_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type polygonzkevm_SpokeConnectorMode_filter = { +export type stagingxlayer_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135981,35 +137313,33 @@ export type polygonzkevm_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygonzkevm_SpokeConnectorMode_orderBy = +export type stagingxlayer_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type polygonzkevm_TransferStatus = +export type stagingxlayer_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type polygonzkevm__Block_ = { +export type stagingxlayer__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type polygonzkevm__Meta_ = { +export type stagingxlayer__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -136017,22 +137347,22 @@ export type polygonzkevm__Meta_ = { * and therefore asks for the latest block * */ - block: polygonzkevm__Block_; + block: stagingxlayer__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingmode_AggregateRoot = { +export type stagingbase_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmode_Bytes']; + root: Scalars['stagingbase_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmode_AggregateRootProposed = { +export type stagingbase_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmode_Bytes']; + aggregateRoot: Scalars['stagingbase_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -136040,7 +137370,7 @@ export type stagingmode_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmode_AggregateRootProposed_filter = { +export type stagingbase_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136049,16 +137379,16 @@ export type stagingmode_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -136100,12 +137430,12 @@ export type stagingmode_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AggregateRootProposed_orderBy = +export type stagingbase_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -136114,7 +137444,7 @@ export type stagingmode_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmode_AggregateRoot_filter = { +export type stagingbase_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136123,16 +137453,16 @@ export type stagingmode_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -136142,45 +137472,41 @@ export type stagingmode_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AggregateRoot_orderBy = +export type stagingbase_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmode_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingmode_Asset = { +export type stagingbase_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingmode_AssetBalance = { +export type stagingbase_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmode_Router; - asset: stagingmode_Asset; + router: stagingbase_Router; + asset: stagingbase_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmode_AssetBalance_filter = { +export type stagingbase_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136241,7 +137567,7 @@ export type stagingmode_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -136262,7 +137588,7 @@ export type stagingmode_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -136272,12 +137598,12 @@ export type stagingmode_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AssetBalance_orderBy = +export type stagingbase_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -136302,12 +137628,12 @@ export type stagingmode_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmode_AssetStatus = { +export type stagingbase_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmode_AssetStatus_filter = { +export type stagingbase_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136321,16 +137647,16 @@ export type stagingmode_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_AssetStatus_orderBy = +export type stagingbase_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmode_Asset_filter = { +export type stagingbase_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136339,16 +137665,16 @@ export type stagingmode_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -136365,16 +137691,16 @@ export type stagingmode_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -136383,26 +137709,26 @@ export type stagingmode_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -136431,14 +137757,14 @@ export type stagingmode_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Asset_orderBy = +export type stagingbase_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -136452,26 +137778,26 @@ export type stagingmode_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmode_BlockChangedFilter = { +export type stagingbase_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmode_Block_height = { - hash?: InputMaybe; +export type stagingbase_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmode_ConnectorMeta = { +export type stagingbase_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmode_ConnectorMeta_filter = { +export type stagingbase_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136496,43 +137822,43 @@ export type stagingmode_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_ConnectorMeta_orderBy = +export type stagingbase_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -136540,57 +137866,57 @@ export type stagingmode_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmode_DestinationTransfer = { +export type stagingbase_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingmode_DestinationTransferroutersArgs = { +export type stagingbase_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmode_DestinationTransfer_filter = { +export type stagingbase_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136607,16 +137933,16 @@ export type stagingmode_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -136625,17 +137951,17 @@ export type stagingmode_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -136660,40 +137986,40 @@ export type stagingmode_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -136710,16 +138036,16 @@ export type stagingmode_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -136736,16 +138062,16 @@ export type stagingmode_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -136766,7 +138092,7 @@ export type stagingmode_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -136783,26 +138109,26 @@ export type stagingmode_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -136835,16 +138161,16 @@ export type stagingmode_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -136853,26 +138179,26 @@ export type stagingmode_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -136905,16 +138231,16 @@ export type stagingmode_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -136924,12 +138250,12 @@ export type stagingmode_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_DestinationTransfer_orderBy = +export type stagingbase_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -136978,14 +138304,14 @@ export type stagingmode_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmode_OptimisticRootFinalized = { +export type stagingbase_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmode_Bytes']; + aggregateRoot: Scalars['stagingbase_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmode_OptimisticRootFinalized_filter = { +export type stagingbase_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136994,16 +138320,16 @@ export type stagingmode_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -137021,36 +138347,36 @@ export type stagingmode_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_OptimisticRootFinalized_orderBy = +export type stagingbase_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmode_OrderDirection = +export type stagingbase_OrderDirection = | 'asc' | 'desc'; -export type stagingmode_OriginMessage = { +export type stagingbase_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingmode_OriginMessage_filter = { +export type stagingbase_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137059,16 +138385,16 @@ export type stagingmode_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -137077,16 +138403,16 @@ export type stagingmode_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -137095,36 +138421,36 @@ export type stagingmode_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -137153,14 +138479,14 @@ export type stagingmode_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_OriginMessage_orderBy = +export type stagingbase_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -137174,51 +138500,51 @@ export type stagingmode_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmode_OriginTransfer = { +export type stagingbase_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingmode_OriginTransferrelayerFeesArgs = { +export type stagingbase_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmode_OriginTransfer_filter = { +export type stagingbase_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137235,16 +138561,16 @@ export type stagingmode_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -137253,20 +138579,20 @@ export type stagingmode_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -137291,40 +138617,40 @@ export type stagingmode_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -137333,16 +138659,16 @@ export type stagingmode_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -137359,16 +138685,16 @@ export type stagingmode_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -137389,17 +138715,17 @@ export type stagingmode_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -137420,7 +138746,7 @@ export type stagingmode_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -137435,37 +138761,37 @@ export type stagingmode_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -137498,16 +138824,16 @@ export type stagingmode_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -137517,12 +138843,12 @@ export type stagingmode_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_OriginTransfer_orderBy = +export type stagingbase_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -137574,20 +138900,20 @@ export type stagingmode_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmode_Relayer = { +export type stagingbase_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmode_RelayerFee = { +export type stagingbase_RelayerFee = { id: Scalars['ID']; - transfer: stagingmode_OriginTransfer; + transfer: stagingbase_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmode_Bytes']; + asset: Scalars['stagingbase_Bytes']; }; -export type stagingmode_RelayerFee_filter = { +export type stagingbase_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137616,7 +138942,7 @@ export type stagingmode_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -137625,23 +138951,23 @@ export type stagingmode_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RelayerFee_orderBy = +export type stagingbase_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -137676,20 +139002,20 @@ export type stagingmode_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmode_RelayerFeesIncrease = { +export type stagingbase_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmode_OriginTransfer; + transfer: stagingbase_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmode_Bytes']; - transactionHash: Scalars['stagingmode_Bytes']; + asset?: Maybe; + caller: Scalars['stagingbase_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmode_RelayerFeesIncrease_filter = { +export type stagingbase_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137718,7 +139044,7 @@ export type stagingmode_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -137727,36 +139053,36 @@ export type stagingmode_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -137790,12 +139116,12 @@ export type stagingmode_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RelayerFeesIncrease_orderBy = +export type stagingbase_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -137836,7 +139162,7 @@ export type stagingmode_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmode_Relayer_filter = { +export type stagingbase_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137849,33 +139175,33 @@ export type stagingmode_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Relayer_orderBy = +export type stagingbase_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmode_RootCount = { +export type stagingbase_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmode_RootCount_filter = { +export type stagingbase_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137893,30 +139219,30 @@ export type stagingmode_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RootCount_orderBy = +export type stagingbase_RootCount_orderBy = | 'id' | 'count'; -export type stagingmode_RootMessageSent = { +export type stagingbase_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingmode_RootMessageSent_filter = { +export type stagingbase_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137941,16 +139267,16 @@ export type stagingmode_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -137959,26 +139285,26 @@ export type stagingmode_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -138012,12 +139338,12 @@ export type stagingmode_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RootMessageSent_orderBy = +export type stagingbase_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -138030,34 +139356,34 @@ export type stagingmode_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmode_Router = { +export type stagingbase_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingmode_RouterassetBalancesArgs = { +export type stagingbase_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmode_RouterDailyTVL = { +export type stagingbase_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmode_Router; - asset: stagingmode_Asset; + router: stagingbase_Router; + asset: stagingbase_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmode_RouterDailyTVL_filter = { +export type stagingbase_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138086,7 +139412,7 @@ export type stagingmode_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -138107,7 +139433,7 @@ export type stagingmode_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -138125,12 +139451,12 @@ export type stagingmode_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RouterDailyTVL_orderBy = +export type stagingbase_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -138152,25 +139478,25 @@ export type stagingmode_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmode_RouterLiquidityEvent = { +export type stagingbase_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmode_Router; - asset: stagingmode_Asset; + type?: Maybe; + router: stagingbase_Router; + asset: stagingbase_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingmode_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmode_RouterLiquidityEventType = +export type stagingbase_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmode_RouterLiquidityEvent_filter = { +export type stagingbase_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138179,10 +139505,10 @@ export type stagingmode_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -138203,7 +139529,7 @@ export type stagingmode_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -138224,7 +139550,7 @@ export type stagingmode_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -138241,16 +139567,16 @@ export type stagingmode_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -138267,16 +139593,16 @@ export type stagingmode_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -138286,12 +139612,12 @@ export type stagingmode_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_RouterLiquidityEvent_orderBy = +export type stagingbase_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -138319,7 +139645,7 @@ export type stagingmode_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmode_Router_filter = { +export type stagingbase_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138332,36 +139658,36 @@ export type stagingmode_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -138370,14 +139696,14 @@ export type stagingmode_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Router_orderBy = +export type stagingbase_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -138386,13 +139712,13 @@ export type stagingmode_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmode_Sequencer = { +export type stagingbase_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmode_Sequencer_filter = { +export type stagingbase_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138405,34 +139731,34 @@ export type stagingmode_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Sequencer_orderBy = +export type stagingbase_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmode_Setting = { +export type stagingbase_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmode_Bytes']; + caller: Scalars['stagingbase_Bytes']; }; -export type stagingmode_Setting_filter = { +export type stagingbase_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138449,40 +139775,40 @@ export type stagingmode_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Setting_orderBy = +export type stagingbase_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmode_SlippageUpdate = { +export type stagingbase_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmode_DestinationTransfer; + transfer: stagingbase_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmode_Bytes']; - transactionHash: Scalars['stagingmode_Bytes']; + caller: Scalars['stagingbase_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmode_SlippageUpdate_filter = { +export type stagingbase_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138511,7 +139837,7 @@ export type stagingmode_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -138520,26 +139846,26 @@ export type stagingmode_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -138573,12 +139899,12 @@ export type stagingmode_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_SlippageUpdate_orderBy = +export type stagingbase_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -138625,16 +139951,16 @@ export type stagingmode_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmode_SnapshotRoot = { +export type stagingbase_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmode_Bytes']; + root: Scalars['stagingbase_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmode_SnapshotRoot_filter = { +export type stagingbase_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138651,16 +139977,16 @@ export type stagingmode_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -138686,12 +140012,12 @@ export type stagingmode_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_SnapshotRoot_orderBy = +export type stagingbase_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -138699,12 +140025,12 @@ export type stagingmode_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmode_SpokeConnectorMode = { +export type stagingbase_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmode_SpokeConnectorMode_filter = { +export type stagingbase_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138734,35 +140060,33 @@ export type stagingmode_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_SpokeConnectorMode_orderBy = +export type stagingbase_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmode_TransferStatus = +export type stagingbase_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmode__Block_ = { +export type stagingbase__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingmode__Meta_ = { +export type stagingbase__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -138770,22 +140094,22 @@ export type stagingmode__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmode__Block_; + block: stagingbase__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type base_AggregateRoot = { +export type metis_AggregateRoot = { id: Scalars['ID']; - root: Scalars['base_Bytes']; + root: Scalars['metis_Bytes']; blockNumber: Scalars['BigInt']; }; -export type base_AggregateRootProposed = { +export type metis_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['base_Bytes']; + aggregateRoot: Scalars['metis_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -138793,7 +140117,7 @@ export type base_AggregateRootProposed = { blockNumber?: Maybe; }; -export type base_AggregateRootProposed_filter = { +export type metis_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138802,16 +140126,16 @@ export type base_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -138853,12 +140177,12 @@ export type base_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_AggregateRootProposed_orderBy = +export type metis_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -138867,7 +140191,7 @@ export type base_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type base_AggregateRoot_filter = { +export type metis_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138876,16 +140200,16 @@ export type base_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -138895,45 +140219,41 @@ export type base_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_AggregateRoot_orderBy = +export type metis_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type base_Aggregation_interval = - | 'hour' - | 'day'; - -export type base_Asset = { +export type metis_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type base_AssetBalance = { +export type metis_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: base_Router; - asset: base_Asset; + router: metis_Router; + asset: metis_Asset; feesEarned: Scalars['BigInt']; }; -export type base_AssetBalance_filter = { +export type metis_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138994,7 +140314,7 @@ export type base_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -139015,7 +140335,7 @@ export type base_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -139025,12 +140345,12 @@ export type base_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_AssetBalance_orderBy = +export type metis_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -139055,12 +140375,12 @@ export type base_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type base_AssetStatus = { +export type metis_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type base_AssetStatus_filter = { +export type metis_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139074,16 +140394,16 @@ export type base_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_AssetStatus_orderBy = +export type metis_AssetStatus_orderBy = | 'id' | 'status'; -export type base_Asset_filter = { +export type metis_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139092,16 +140412,16 @@ export type base_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -139118,16 +140438,16 @@ export type base_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -139136,26 +140456,26 @@ export type base_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -139184,14 +140504,14 @@ export type base_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_Asset_orderBy = +export type metis_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -139205,26 +140525,26 @@ export type base_Asset_orderBy = | 'status__id' | 'status__status'; -export type base_BlockChangedFilter = { +export type metis_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type base_Block_height = { - hash?: InputMaybe; +export type metis_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type base_ConnectorMeta = { +export type metis_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type base_ConnectorMeta_filter = { +export type metis_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139249,43 +140569,43 @@ export type base_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_ConnectorMeta_orderBy = +export type metis_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -139293,57 +140613,57 @@ export type base_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type base_DestinationTransfer = { +export type metis_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type base_DestinationTransferroutersArgs = { +export type metis_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_DestinationTransfer_filter = { +export type metis_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139360,16 +140680,16 @@ export type base_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -139378,17 +140698,17 @@ export type base_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -139413,40 +140733,40 @@ export type base_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -139463,16 +140783,16 @@ export type base_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -139489,16 +140809,16 @@ export type base_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -139519,7 +140839,7 @@ export type base_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -139536,26 +140856,26 @@ export type base_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -139588,16 +140908,16 @@ export type base_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -139606,26 +140926,26 @@ export type base_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -139658,16 +140978,16 @@ export type base_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -139677,12 +140997,12 @@ export type base_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_DestinationTransfer_orderBy = +export type metis_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -139731,14 +141051,14 @@ export type base_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type base_OptimisticRootFinalized = { +export type metis_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['base_Bytes']; + aggregateRoot: Scalars['metis_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type base_OptimisticRootFinalized_filter = { +export type metis_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139747,16 +141067,16 @@ export type base_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -139774,36 +141094,36 @@ export type base_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_OptimisticRootFinalized_orderBy = +export type metis_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type base_OrderDirection = +export type metis_OrderDirection = | 'asc' | 'desc'; -export type base_OriginMessage = { +export type metis_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type base_OriginMessage_filter = { +export type metis_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139812,16 +141132,16 @@ export type base_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -139830,16 +141150,16 @@ export type base_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -139848,36 +141168,36 @@ export type base_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -139906,14 +141226,14 @@ export type base_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_OriginMessage_orderBy = +export type metis_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -139927,51 +141247,51 @@ export type base_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type base_OriginTransfer = { +export type metis_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type base_OriginTransferrelayerFeesArgs = { +export type metis_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_OriginTransfer_filter = { +export type metis_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139988,16 +141308,16 @@ export type base_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -140006,20 +141326,20 @@ export type base_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -140044,40 +141364,40 @@ export type base_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -140086,16 +141406,16 @@ export type base_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -140112,16 +141432,16 @@ export type base_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -140142,17 +141462,17 @@ export type base_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -140173,7 +141493,7 @@ export type base_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -140188,37 +141508,37 @@ export type base_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -140251,16 +141571,16 @@ export type base_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -140270,12 +141590,12 @@ export type base_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_OriginTransfer_orderBy = +export type metis_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -140327,20 +141647,20 @@ export type base_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type base_Relayer = { +export type metis_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type base_RelayerFee = { +export type metis_RelayerFee = { id: Scalars['ID']; - transfer: base_OriginTransfer; + transfer: metis_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['base_Bytes']; + asset: Scalars['metis_Bytes']; }; -export type base_RelayerFee_filter = { +export type metis_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140369,7 +141689,7 @@ export type base_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -140378,23 +141698,23 @@ export type base_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_RelayerFee_orderBy = +export type metis_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -140429,20 +141749,20 @@ export type base_RelayerFee_orderBy = | 'fee' | 'asset'; -export type base_RelayerFeesIncrease = { +export type metis_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: base_OriginTransfer; + transfer: metis_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['base_Bytes']; - transactionHash: Scalars['base_Bytes']; + asset?: Maybe; + caller: Scalars['metis_Bytes']; + transactionHash: Scalars['metis_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type base_RelayerFeesIncrease_filter = { +export type metis_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140471,7 +141791,7 @@ export type base_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -140480,36 +141800,36 @@ export type base_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -140543,12 +141863,12 @@ export type base_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_RelayerFeesIncrease_orderBy = +export type metis_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -140589,7 +141909,7 @@ export type base_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type base_Relayer_filter = { +export type metis_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140602,33 +141922,33 @@ export type base_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_Relayer_orderBy = +export type metis_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type base_RootCount = { +export type metis_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type base_RootCount_filter = { +export type metis_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140646,30 +141966,30 @@ export type base_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_RootCount_orderBy = +export type metis_RootCount_orderBy = | 'id' | 'count'; -export type base_RootMessageSent = { +export type metis_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type base_RootMessageSent_filter = { +export type metis_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140694,16 +142014,16 @@ export type base_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -140712,26 +142032,26 @@ export type base_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -140765,12 +142085,12 @@ export type base_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_RootMessageSent_orderBy = +export type metis_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -140783,34 +142103,34 @@ export type base_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type base_Router = { +export type metis_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type base_RouterassetBalancesArgs = { +export type metis_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_RouterDailyTVL = { +export type metis_RouterDailyTVL = { id: Scalars['ID']; - router: base_Router; - asset: base_Asset; + router: metis_Router; + asset: metis_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type base_RouterDailyTVL_filter = { +export type metis_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140839,7 +142159,7 @@ export type base_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -140860,7 +142180,7 @@ export type base_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -140878,12 +142198,12 @@ export type base_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_RouterDailyTVL_orderBy = +export type metis_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -140905,25 +142225,25 @@ export type base_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type base_RouterLiquidityEvent = { +export type metis_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: base_Router; - asset: base_Asset; + type?: Maybe; + router: metis_Router; + asset: metis_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['base_Bytes']; + transactionHash: Scalars['metis_Bytes']; nonce: Scalars['BigInt']; }; -export type base_RouterLiquidityEventType = +export type metis_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type base_RouterLiquidityEvent_filter = { +export type metis_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140932,10 +142252,10 @@ export type base_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -140956,7 +142276,7 @@ export type base_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -140977,7 +142297,7 @@ export type base_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -140994,16 +142314,16 @@ export type base_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -141020,16 +142340,16 @@ export type base_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -141039,12 +142359,12 @@ export type base_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_RouterLiquidityEvent_orderBy = +export type metis_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -141072,7 +142392,7 @@ export type base_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type base_Router_filter = { +export type metis_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141085,36 +142405,36 @@ export type base_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -141123,14 +142443,14 @@ export type base_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_Router_orderBy = +export type metis_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -141139,13 +142459,13 @@ export type base_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type base_Sequencer = { +export type metis_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type base_Sequencer_filter = { +export type metis_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141158,34 +142478,34 @@ export type base_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_Sequencer_orderBy = +export type metis_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type base_Setting = { +export type metis_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['base_Bytes']; + caller: Scalars['metis_Bytes']; }; -export type base_Setting_filter = { +export type metis_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141202,40 +142522,40 @@ export type base_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_Setting_orderBy = +export type metis_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type base_SlippageUpdate = { +export type metis_SlippageUpdate = { id: Scalars['ID']; - transfer: base_DestinationTransfer; + transfer: metis_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['base_Bytes']; - transactionHash: Scalars['base_Bytes']; + caller: Scalars['metis_Bytes']; + transactionHash: Scalars['metis_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type base_SlippageUpdate_filter = { +export type metis_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141264,7 +142584,7 @@ export type base_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -141273,26 +142593,26 @@ export type base_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -141326,12 +142646,12 @@ export type base_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_SlippageUpdate_orderBy = +export type metis_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -141378,16 +142698,16 @@ export type base_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type base_SnapshotRoot = { +export type metis_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['base_Bytes']; + root: Scalars['metis_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type base_SnapshotRoot_filter = { +export type metis_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141404,16 +142724,16 @@ export type base_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -141439,12 +142759,12 @@ export type base_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_SnapshotRoot_orderBy = +export type metis_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -141452,12 +142772,12 @@ export type base_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type base_SpokeConnectorMode = { +export type metis_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type base_SpokeConnectorMode_filter = { +export type metis_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141487,35 +142807,33 @@ export type base_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_SpokeConnectorMode_orderBy = +export type metis_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type base_TransferStatus = +export type metis_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type base__Block_ = { +export type metis__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type base__Meta_ = { +export type metis__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -141523,30 +142841,49 @@ export type base__Meta_ = { * and therefore asks for the latest block * */ - block: base__Block_; + block: metis__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingscroll_AggregateRoot = { +export type base_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type base_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type base_swap_LpAccount = { id: Scalars['ID']; - root: Scalars['stagingscroll_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['base_swap_Bytes']; + balances: Array; }; -export type stagingscroll_AggregateRootProposed = { + +export type base_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_swap_LpAccountBalance = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingscroll_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + account: base_swap_LpAccount; + token: base_swap_LpToken; + amount: Scalars['base_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type stagingscroll_AggregateRootProposed_filter = { +export type base_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141555,72 +142892,106 @@ export type stagingscroll_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_AggregateRootProposed_orderBy = +export type base_swap_LpAccountBalance_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type stagingscroll_AggregateRoot_filter = { +export type base_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141629,64 +143000,59 @@ export type stagingscroll_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_AggregateRoot_orderBy = +export type base_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type stagingscroll_Aggregation_interval = - | 'hour' - | 'day'; + | 'address' + | 'balances'; -export type stagingscroll_Asset = { +export type base_swap_LpToken = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + address: Scalars['base_swap_Bytes']; + stableSwap: base_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['base_swap_BigDecimal']; + events: Array; }; -export type stagingscroll_AssetBalance = { + +export type base_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_swap_LpTokenEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingscroll_Router; - asset: stagingscroll_Asset; - feesEarned: Scalars['BigInt']; + token: base_swap_LpToken; + amount: Scalars['base_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingscroll_AssetBalance_filter = { +export type base_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141695,125 +143061,91 @@ export type stagingscroll_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_AssetBalance_orderBy = +export type base_swap_LpTokenEvent_orderBy = | 'id' + | '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__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingscroll_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type stagingscroll_AssetStatus_filter = { +export type base_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141822,21 +143154,141 @@ export type stagingscroll_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_AssetStatus_orderBy = +export type base_swap_LpToken_orderBy = | 'id' - | 'status'; + | '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 stagingscroll_Asset_filter = { +export type base_swap_LpTransferEvent = base_swap_LpTokenEvent & { + id: Scalars['ID']; + token: base_swap_LpToken; + amount: Scalars['base_swap_BigDecimal']; + from: Scalars['base_swap_Bytes']; + to: Scalars['base_swap_Bytes']; + fromBalance: Scalars['base_swap_BigDecimal']; + toBalance: Scalars['base_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type base_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141845,139 +143297,141 @@ export type stagingscroll_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_Asset_orderBy = +export type base_swap_LpTransferEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type stagingscroll_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingscroll_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +/** Defines the order direction, either ascending or descending */ +export type base_swap_OrderDirection = + | 'asc' + | 'desc'; -export type stagingscroll_ConnectorMeta = { +export type base_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['base_swap_Bytes']; }; -export type stagingscroll_ConnectorMeta_filter = { +export type base_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141986,577 +143440,116 @@ export type stagingscroll_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_ConnectorMeta_orderBy = +export type base_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type stagingscroll_DestinationTransfer = { +export type base_swap_StableSwap = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + isActive?: Maybe; + key: Scalars['base_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 stagingscroll_DestinationTransferroutersArgs = { +export type base_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingscroll_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 base_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingscroll_DestinationTransfer_orderBy = - | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; -export type stagingscroll_OptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['stagingscroll_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; +export type base_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingscroll_OptimisticRootFinalized_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + +export type base_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingscroll_OptimisticRootFinalized_orderBy = - | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type stagingscroll_OrderDirection = - | 'asc' - | 'desc'; +export type base_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; -export type stagingscroll_OriginMessage = { +export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + stableSwap: base_swap_StableSwap; + provider: Scalars['base_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingscroll_OriginMessage_filter = { +export type base_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142565,166 +143558,160 @@ export type stagingscroll_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_OriginMessage_orderBy = +export type base_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__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' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingscroll_OriginTransfer = { +export type base_swap_StableSwapEvent = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type stagingscroll_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: base_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingscroll_OriginTransfer_filter = { +export type base_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142733,245 +143720,35 @@ export type stagingscroll_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -142980,120 +143757,71 @@ export type stagingscroll_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_OriginTransfer_orderBy = +export type base_swap_StableSwapEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type stagingscroll_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'transaction' + | 'nonce'; -export type stagingscroll_RelayerFee = { +export type base_swap_StableSwapExchange = { id: Scalars['ID']; - transfer: stagingscroll_OriginTransfer; + stableSwap: base_swap_StableSwap; + buyer: Scalars['base_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; fee: Scalars['BigInt']; - asset: Scalars['stagingscroll_Bytes']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingscroll_RelayerFee_filter = { +export type base_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143102,27 +143830,75 @@ export type stagingscroll_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -143131,71 +143907,94 @@ export type stagingscroll_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_RelayerFee_orderBy = +export type base_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'; -export type stagingscroll_RelayerFeesIncrease = { +export type base_swap_StableSwapRemoveLiquidityEvent = base_swap_StableSwapEvent & { id: Scalars['ID']; - transfer: stagingscroll_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingscroll_Bytes']; - transactionHash: Scalars['stagingscroll_Bytes']; + stableSwap: base_swap_StableSwap; + provider: Scalars['base_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingscroll_RelayerFeesIncrease_filter = { +export type base_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143204,145 +144003,151 @@ export type stagingscroll_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_RelayerFeesIncrease_orderBy = +export type base_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'increase' - | 'asset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type stagingscroll_Relayer_filter = { +export type base_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143355,33 +144160,196 @@ export type stagingscroll_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_Relayer_orderBy = +export type base_swap_StableSwap_orderBy = | 'id' | 'isActive' - | 'relayer'; + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type stagingscroll_RootCount = { +export type base_swap_SwapDailyVolume = base_swap_SwapTradeVolume & { id: Scalars['ID']; - count?: Maybe; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; }; -export type stagingscroll_RootCount_filter = { +export type base_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143390,39 +144358,79 @@ export type stagingscroll_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_RootCount_orderBy = +export type base_swap_SwapDailyVolume_orderBy = | 'id' - | 'count'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type stagingscroll_RootMessageSent = { +export type base_swap_SwapHourlyVolume = base_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; }; -export type stagingscroll_RootMessageSent_filter = { +export type base_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143431,60 +144439,27 @@ export type stagingscroll_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -143493,127 +144468,70 @@ export type stagingscroll_RootMessageSent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_RootMessageSent_orderBy = +export type base_swap_SwapHourlyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type stagingscroll_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type stagingscroll_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'volume'; -export type stagingscroll_RouterDailyTVL = { - id: Scalars['ID']; - router: stagingscroll_Router; - asset: stagingscroll_Asset; +export type base_swap_SwapTradeVolume = { + stableSwap: base_swap_StableSwap; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; }; -export type stagingscroll_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; +export type base_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; @@ -143622,61 +144540,49 @@ export type stagingscroll_RouterDailyTVL_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_RouterDailyTVL_orderBy = - | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' +export type base_swap_SwapTradeVolume_orderBy = + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'balance'; + | 'volume'; -export type stagingscroll_RouterLiquidityEvent = { +export type base_swap_SwapWeeklyVolume = base_swap_SwapTradeVolume & { id: Scalars['ID']; - type?: Maybe; - router: stagingscroll_Router; - asset: stagingscroll_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; + stableSwap: base_swap_StableSwap; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingscroll_Bytes']; - nonce: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; }; -export type stagingscroll_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type stagingscroll_RouterLiquidityEvent_filter = { +export type base_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143685,86 +144591,27 @@ export type stagingscroll_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -143773,59 +144620,49 @@ export type stagingscroll_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_RouterLiquidityEvent_orderBy = +export type base_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'transactionHash' - | 'nonce'; + | 'volume'; -export type stagingscroll_Router_filter = { +export type base_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type base_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143834,441 +144671,44 @@ export type stagingscroll_Router_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingscroll_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type stagingscroll_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type stagingscroll_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 stagingscroll_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type stagingscroll_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingscroll_Bytes']; -}; - -export type stagingscroll_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 stagingscroll_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type stagingscroll_SlippageUpdate = { - id: Scalars['ID']; - transfer: stagingscroll_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingscroll_Bytes']; - transactionHash: Scalars['stagingscroll_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingscroll_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 stagingscroll_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 stagingscroll_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingscroll_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingscroll_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 stagingscroll_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type stagingscroll_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type stagingscroll_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingscroll_SpokeConnectorMode_orderBy = +export type base_swap_SystemInfo_orderBy = | 'id' - | 'mode'; - -export type stagingscroll_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'exchangeCount' + | 'swapCount'; -export type stagingscroll__Block_ = { +export type base_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingscroll__Meta_ = { +export type base_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 @@ -144276,22 +144716,22 @@ export type stagingscroll__Meta_ = { * and therefore asks for the latest block * */ - block: stagingscroll__Block_; + block: base_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingzksync_AggregateRoot = { +export type stagingmantle_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingzksync_Bytes']; + root: Scalars['stagingmantle_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingzksync_AggregateRootProposed = { +export type stagingmantle_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingzksync_Bytes']; + aggregateRoot: Scalars['stagingmantle_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -144299,7 +144739,7 @@ export type stagingzksync_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingzksync_AggregateRootProposed_filter = { +export type stagingmantle_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144308,16 +144748,16 @@ export type stagingzksync_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -144359,12 +144799,12 @@ export type stagingzksync_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_AggregateRootProposed_orderBy = +export type stagingmantle_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -144373,7 +144813,7 @@ export type stagingzksync_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingzksync_AggregateRoot_filter = { +export type stagingmantle_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144382,16 +144822,16 @@ export type stagingzksync_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -144401,45 +144841,41 @@ export type stagingzksync_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_AggregateRoot_orderBy = +export type stagingmantle_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingzksync_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingzksync_Asset = { +export type stagingmantle_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingzksync_AssetBalance = { +export type stagingmantle_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingzksync_Router; - asset: stagingzksync_Asset; + router: stagingmantle_Router; + asset: stagingmantle_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingzksync_AssetBalance_filter = { +export type stagingmantle_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144500,7 +144936,7 @@ export type stagingzksync_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -144521,7 +144957,7 @@ export type stagingzksync_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -144531,12 +144967,12 @@ export type stagingzksync_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_AssetBalance_orderBy = +export type stagingmantle_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -144561,12 +144997,12 @@ export type stagingzksync_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingzksync_AssetStatus = { +export type stagingmantle_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingzksync_AssetStatus_filter = { +export type stagingmantle_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144580,16 +145016,16 @@ export type stagingzksync_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_AssetStatus_orderBy = +export type stagingmantle_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingzksync_Asset_filter = { +export type stagingmantle_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144598,16 +145034,16 @@ export type stagingzksync_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -144624,16 +145060,16 @@ export type stagingzksync_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -144642,26 +145078,26 @@ export type stagingzksync_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -144690,14 +145126,14 @@ export type stagingzksync_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_Asset_orderBy = +export type stagingmantle_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -144711,26 +145147,26 @@ export type stagingzksync_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingzksync_BlockChangedFilter = { +export type stagingmantle_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingzksync_Block_height = { - hash?: InputMaybe; +export type stagingmantle_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingzksync_ConnectorMeta = { +export type stagingmantle_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingzksync_ConnectorMeta_filter = { +export type stagingmantle_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144755,43 +145191,43 @@ export type stagingzksync_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_ConnectorMeta_orderBy = +export type stagingmantle_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -144799,57 +145235,57 @@ export type stagingzksync_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingzksync_DestinationTransfer = { +export type stagingmantle_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingzksync_DestinationTransferroutersArgs = { +export type stagingmantle_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingzksync_DestinationTransfer_filter = { +export type stagingmantle_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144866,16 +145302,16 @@ export type stagingzksync_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -144884,17 +145320,17 @@ export type stagingzksync_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -144919,40 +145355,40 @@ export type stagingzksync_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -144969,16 +145405,16 @@ export type stagingzksync_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -144995,16 +145431,16 @@ export type stagingzksync_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -145025,7 +145461,7 @@ export type stagingzksync_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -145042,26 +145478,26 @@ export type stagingzksync_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -145094,16 +145530,16 @@ export type stagingzksync_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -145112,26 +145548,26 @@ export type stagingzksync_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -145164,16 +145600,16 @@ export type stagingzksync_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -145183,12 +145619,12 @@ export type stagingzksync_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_DestinationTransfer_orderBy = +export type stagingmantle_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -145237,14 +145673,14 @@ export type stagingzksync_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingzksync_OptimisticRootFinalized = { +export type stagingmantle_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingzksync_Bytes']; + aggregateRoot: Scalars['stagingmantle_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingzksync_OptimisticRootFinalized_filter = { +export type stagingmantle_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145253,16 +145689,16 @@ export type stagingzksync_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -145280,36 +145716,36 @@ export type stagingzksync_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_OptimisticRootFinalized_orderBy = +export type stagingmantle_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingzksync_OrderDirection = +export type stagingmantle_OrderDirection = | 'asc' | 'desc'; -export type stagingzksync_OriginMessage = { +export type stagingmantle_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingzksync_OriginMessage_filter = { +export type stagingmantle_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145318,16 +145754,16 @@ export type stagingzksync_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -145336,16 +145772,16 @@ export type stagingzksync_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -145354,36 +145790,36 @@ export type stagingzksync_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -145412,14 +145848,14 @@ export type stagingzksync_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_OriginMessage_orderBy = +export type stagingmantle_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -145433,51 +145869,51 @@ export type stagingzksync_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingzksync_OriginTransfer = { +export type stagingmantle_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingzksync_OriginTransferrelayerFeesArgs = { +export type stagingmantle_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingzksync_OriginTransfer_filter = { +export type stagingmantle_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145494,16 +145930,16 @@ export type stagingzksync_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -145512,20 +145948,20 @@ export type stagingzksync_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -145550,40 +145986,40 @@ export type stagingzksync_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -145592,16 +146028,16 @@ export type stagingzksync_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -145618,16 +146054,16 @@ export type stagingzksync_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -145648,17 +146084,17 @@ export type stagingzksync_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -145679,7 +146115,7 @@ export type stagingzksync_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -145694,37 +146130,37 @@ export type stagingzksync_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -145757,16 +146193,16 @@ export type stagingzksync_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -145776,12 +146212,12 @@ export type stagingzksync_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_OriginTransfer_orderBy = +export type stagingmantle_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -145833,20 +146269,20 @@ export type stagingzksync_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingzksync_Relayer = { +export type stagingmantle_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingzksync_RelayerFee = { +export type stagingmantle_RelayerFee = { id: Scalars['ID']; - transfer: stagingzksync_OriginTransfer; + transfer: stagingmantle_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingzksync_Bytes']; + asset: Scalars['stagingmantle_Bytes']; }; -export type stagingzksync_RelayerFee_filter = { +export type stagingmantle_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145875,7 +146311,7 @@ export type stagingzksync_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -145884,23 +146320,23 @@ export type stagingzksync_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RelayerFee_orderBy = +export type stagingmantle_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -145935,20 +146371,20 @@ export type stagingzksync_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingzksync_RelayerFeesIncrease = { +export type stagingmantle_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingzksync_OriginTransfer; + transfer: stagingmantle_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingzksync_Bytes']; - transactionHash: Scalars['stagingzksync_Bytes']; + asset?: Maybe; + caller: Scalars['stagingmantle_Bytes']; + transactionHash: Scalars['stagingmantle_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingzksync_RelayerFeesIncrease_filter = { +export type stagingmantle_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145977,7 +146413,7 @@ export type stagingzksync_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -145986,36 +146422,36 @@ export type stagingzksync_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -146049,12 +146485,12 @@ export type stagingzksync_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RelayerFeesIncrease_orderBy = +export type stagingmantle_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -146095,7 +146531,7 @@ export type stagingzksync_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingzksync_Relayer_filter = { +export type stagingmantle_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146108,33 +146544,33 @@ export type stagingzksync_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_Relayer_orderBy = +export type stagingmantle_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingzksync_RootCount = { +export type stagingmantle_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingzksync_RootCount_filter = { +export type stagingmantle_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146152,30 +146588,30 @@ export type stagingzksync_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RootCount_orderBy = +export type stagingmantle_RootCount_orderBy = | 'id' | 'count'; -export type stagingzksync_RootMessageSent = { +export type stagingmantle_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingzksync_RootMessageSent_filter = { +export type stagingmantle_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146200,16 +146636,16 @@ export type stagingzksync_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -146218,26 +146654,26 @@ export type stagingzksync_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -146271,12 +146707,12 @@ export type stagingzksync_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RootMessageSent_orderBy = +export type stagingmantle_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -146289,34 +146725,34 @@ export type stagingzksync_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingzksync_Router = { +export type stagingmantle_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingzksync_RouterassetBalancesArgs = { +export type stagingmantle_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingzksync_RouterDailyTVL = { +export type stagingmantle_RouterDailyTVL = { id: Scalars['ID']; - router: stagingzksync_Router; - asset: stagingzksync_Asset; + router: stagingmantle_Router; + asset: stagingmantle_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingzksync_RouterDailyTVL_filter = { +export type stagingmantle_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146345,7 +146781,7 @@ export type stagingzksync_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -146366,7 +146802,7 @@ export type stagingzksync_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -146384,12 +146820,12 @@ export type stagingzksync_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RouterDailyTVL_orderBy = +export type stagingmantle_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -146411,25 +146847,25 @@ export type stagingzksync_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingzksync_RouterLiquidityEvent = { +export type stagingmantle_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingzksync_Router; - asset: stagingzksync_Asset; + type?: Maybe; + router: stagingmantle_Router; + asset: stagingmantle_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['stagingmantle_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingzksync_RouterLiquidityEventType = +export type stagingmantle_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingzksync_RouterLiquidityEvent_filter = { +export type stagingmantle_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146438,10 +146874,10 @@ export type stagingzksync_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -146462,7 +146898,7 @@ export type stagingzksync_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -146483,7 +146919,7 @@ export type stagingzksync_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -146500,16 +146936,16 @@ export type stagingzksync_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -146526,16 +146962,16 @@ export type stagingzksync_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -146545,12 +146981,12 @@ export type stagingzksync_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_RouterLiquidityEvent_orderBy = +export type stagingmantle_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -146578,7 +147014,7 @@ export type stagingzksync_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingzksync_Router_filter = { +export type stagingmantle_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146591,36 +147027,36 @@ export type stagingzksync_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -146629,14 +147065,14 @@ export type stagingzksync_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_Router_orderBy = +export type stagingmantle_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -146645,13 +147081,13 @@ export type stagingzksync_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingzksync_Sequencer = { +export type stagingmantle_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingzksync_Sequencer_filter = { +export type stagingmantle_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146664,34 +147100,34 @@ export type stagingzksync_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_Sequencer_orderBy = +export type stagingmantle_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingzksync_Setting = { +export type stagingmantle_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingzksync_Bytes']; + caller: Scalars['stagingmantle_Bytes']; }; -export type stagingzksync_Setting_filter = { +export type stagingmantle_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146708,40 +147144,40 @@ export type stagingzksync_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_Setting_orderBy = +export type stagingmantle_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingzksync_SlippageUpdate = { +export type stagingmantle_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingzksync_DestinationTransfer; + transfer: stagingmantle_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingzksync_Bytes']; - transactionHash: Scalars['stagingzksync_Bytes']; + caller: Scalars['stagingmantle_Bytes']; + transactionHash: Scalars['stagingmantle_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingzksync_SlippageUpdate_filter = { +export type stagingmantle_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146770,7 +147206,7 @@ export type stagingzksync_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -146779,26 +147215,26 @@ export type stagingzksync_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -146832,12 +147268,12 @@ export type stagingzksync_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_SlippageUpdate_orderBy = +export type stagingmantle_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -146884,16 +147320,16 @@ export type stagingzksync_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingzksync_SnapshotRoot = { +export type stagingmantle_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingzksync_Bytes']; + root: Scalars['stagingmantle_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingzksync_SnapshotRoot_filter = { +export type stagingmantle_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146910,16 +147346,16 @@ export type stagingzksync_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -146945,12 +147381,12 @@ export type stagingzksync_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_SnapshotRoot_orderBy = +export type stagingmantle_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -146958,12 +147394,12 @@ export type stagingzksync_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingzksync_SpokeConnectorMode = { +export type stagingmantle_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingzksync_SpokeConnectorMode_filter = { +export type stagingmantle_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146993,35 +147429,33 @@ export type stagingzksync_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingzksync_SpokeConnectorMode_orderBy = +export type stagingmantle_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingzksync_TransferStatus = +export type stagingmantle_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingzksync__Block_ = { +export type stagingmantle__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingzksync__Meta_ = { +export type stagingmantle__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -147029,22 +147463,22 @@ export type stagingzksync__Meta_ = { * and therefore asks for the latest block * */ - block: stagingzksync__Block_; + block: stagingmantle__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingxdai_AggregateRoot = { +export type stagingmetis_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingxdai_Bytes']; + root: Scalars['stagingmetis_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_AggregateRootProposed = { +export type stagingmetis_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxdai_Bytes']; + aggregateRoot: Scalars['stagingmetis_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -147052,7 +147486,7 @@ export type stagingxdai_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingxdai_AggregateRootProposed_filter = { +export type stagingmetis_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147061,16 +147495,16 @@ export type stagingxdai_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -147112,12 +147546,12 @@ export type stagingxdai_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_AggregateRootProposed_orderBy = +export type stagingmetis_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -147126,7 +147560,7 @@ export type stagingxdai_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingxdai_AggregateRoot_filter = { +export type stagingmetis_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147135,16 +147569,16 @@ export type stagingxdai_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -147154,45 +147588,41 @@ export type stagingxdai_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_AggregateRoot_orderBy = +export type stagingmetis_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingxdai_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingxdai_Asset = { +export type stagingmetis_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingxdai_AssetBalance = { +export type stagingmetis_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingxdai_Router; - asset: stagingxdai_Asset; + router: stagingmetis_Router; + asset: stagingmetis_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingxdai_AssetBalance_filter = { +export type stagingmetis_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147253,7 +147683,7 @@ export type stagingxdai_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -147274,7 +147704,7 @@ export type stagingxdai_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -147284,12 +147714,12 @@ export type stagingxdai_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_AssetBalance_orderBy = +export type stagingmetis_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -147314,12 +147744,12 @@ export type stagingxdai_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingxdai_AssetStatus = { +export type stagingmetis_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingxdai_AssetStatus_filter = { +export type stagingmetis_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147333,16 +147763,16 @@ export type stagingxdai_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_AssetStatus_orderBy = +export type stagingmetis_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingxdai_Asset_filter = { +export type stagingmetis_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147351,16 +147781,16 @@ export type stagingxdai_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -147377,16 +147807,16 @@ export type stagingxdai_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -147395,26 +147825,26 @@ export type stagingxdai_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -147443,14 +147873,14 @@ export type stagingxdai_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_Asset_orderBy = +export type stagingmetis_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -147464,26 +147894,26 @@ export type stagingxdai_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingxdai_BlockChangedFilter = { +export type stagingmetis_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingxdai_Block_height = { - hash?: InputMaybe; +export type stagingmetis_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingxdai_ConnectorMeta = { +export type stagingmetis_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingxdai_ConnectorMeta_filter = { +export type stagingmetis_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147508,43 +147938,43 @@ export type stagingxdai_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_ConnectorMeta_orderBy = +export type stagingmetis_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -147552,57 +147982,57 @@ export type stagingxdai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingxdai_DestinationTransfer = { +export type stagingmetis_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingxdai_DestinationTransferroutersArgs = { +export type stagingmetis_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_DestinationTransfer_filter = { +export type stagingmetis_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147619,16 +148049,16 @@ export type stagingxdai_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -147637,17 +148067,17 @@ export type stagingxdai_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -147672,40 +148102,40 @@ export type stagingxdai_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -147722,16 +148152,16 @@ export type stagingxdai_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -147748,16 +148178,16 @@ export type stagingxdai_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -147778,7 +148208,7 @@ export type stagingxdai_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -147795,26 +148225,26 @@ export type stagingxdai_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -147847,16 +148277,16 @@ export type stagingxdai_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -147865,26 +148295,26 @@ export type stagingxdai_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -147917,16 +148347,16 @@ export type stagingxdai_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -147936,12 +148366,12 @@ export type stagingxdai_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_DestinationTransfer_orderBy = +export type stagingmetis_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -147990,14 +148420,14 @@ export type stagingxdai_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingxdai_OptimisticRootFinalized = { +export type stagingmetis_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxdai_Bytes']; + aggregateRoot: Scalars['stagingmetis_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingxdai_OptimisticRootFinalized_filter = { +export type stagingmetis_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148006,16 +148436,16 @@ export type stagingxdai_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -148033,36 +148463,36 @@ export type stagingxdai_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_OptimisticRootFinalized_orderBy = +export type stagingmetis_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingxdai_OrderDirection = +export type stagingmetis_OrderDirection = | 'asc' | 'desc'; -export type stagingxdai_OriginMessage = { +export type stagingmetis_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingxdai_OriginMessage_filter = { +export type stagingmetis_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148071,16 +148501,16 @@ export type stagingxdai_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -148089,16 +148519,16 @@ export type stagingxdai_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -148107,36 +148537,36 @@ export type stagingxdai_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -148165,14 +148595,14 @@ export type stagingxdai_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_OriginMessage_orderBy = +export type stagingmetis_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -148186,51 +148616,51 @@ export type stagingxdai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingxdai_OriginTransfer = { +export type stagingmetis_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingxdai_OriginTransferrelayerFeesArgs = { +export type stagingmetis_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_OriginTransfer_filter = { +export type stagingmetis_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148247,16 +148677,16 @@ export type stagingxdai_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -148265,20 +148695,20 @@ export type stagingxdai_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -148303,40 +148733,40 @@ export type stagingxdai_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -148345,16 +148775,16 @@ export type stagingxdai_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -148371,16 +148801,16 @@ export type stagingxdai_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -148401,17 +148831,17 @@ export type stagingxdai_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -148432,7 +148862,7 @@ export type stagingxdai_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -148447,37 +148877,37 @@ export type stagingxdai_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -148510,16 +148940,16 @@ export type stagingxdai_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -148529,12 +148959,12 @@ export type stagingxdai_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_OriginTransfer_orderBy = +export type stagingmetis_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -148586,20 +149016,20 @@ export type stagingxdai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingxdai_Relayer = { +export type stagingmetis_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingxdai_RelayerFee = { +export type stagingmetis_RelayerFee = { id: Scalars['ID']; - transfer: stagingxdai_OriginTransfer; + transfer: stagingmetis_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingxdai_Bytes']; + asset: Scalars['stagingmetis_Bytes']; }; -export type stagingxdai_RelayerFee_filter = { +export type stagingmetis_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148628,7 +149058,7 @@ export type stagingxdai_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -148637,23 +149067,23 @@ export type stagingxdai_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_RelayerFee_orderBy = +export type stagingmetis_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -148688,20 +149118,20 @@ export type stagingxdai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingxdai_RelayerFeesIncrease = { +export type stagingmetis_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingxdai_OriginTransfer; + transfer: stagingmetis_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingxdai_Bytes']; - transactionHash: Scalars['stagingxdai_Bytes']; + asset?: Maybe; + caller: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_RelayerFeesIncrease_filter = { +export type stagingmetis_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148730,7 +149160,7 @@ export type stagingxdai_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -148739,36 +149169,36 @@ export type stagingxdai_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -148802,12 +149232,12 @@ export type stagingxdai_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_RelayerFeesIncrease_orderBy = +export type stagingmetis_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -148848,7 +149278,7 @@ export type stagingxdai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_Relayer_filter = { +export type stagingmetis_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148861,33 +149291,33 @@ export type stagingxdai_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_Relayer_orderBy = +export type stagingmetis_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingxdai_RootCount = { +export type stagingmetis_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingxdai_RootCount_filter = { +export type stagingmetis_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148905,30 +149335,30 @@ export type stagingxdai_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_RootCount_orderBy = +export type stagingmetis_RootCount_orderBy = | 'id' | 'count'; -export type stagingxdai_RootMessageSent = { +export type stagingmetis_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingxdai_RootMessageSent_filter = { +export type stagingmetis_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148953,16 +149383,16 @@ export type stagingxdai_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -148971,26 +149401,26 @@ export type stagingxdai_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -149024,12 +149454,12 @@ export type stagingxdai_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_RootMessageSent_orderBy = +export type stagingmetis_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -149042,34 +149472,34 @@ export type stagingxdai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_Router = { +export type stagingmetis_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingxdai_RouterassetBalancesArgs = { +export type stagingmetis_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_RouterDailyTVL = { +export type stagingmetis_RouterDailyTVL = { id: Scalars['ID']; - router: stagingxdai_Router; - asset: stagingxdai_Asset; + router: stagingmetis_Router; + asset: stagingmetis_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingxdai_RouterDailyTVL_filter = { +export type stagingmetis_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149098,7 +149528,7 @@ export type stagingxdai_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -149119,7 +149549,7 @@ export type stagingxdai_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -149137,12 +149567,12 @@ export type stagingxdai_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_RouterDailyTVL_orderBy = +export type stagingmetis_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -149164,25 +149594,25 @@ export type stagingxdai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingxdai_RouterLiquidityEvent = { +export type stagingmetis_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingxdai_Router; - asset: stagingxdai_Asset; + type?: Maybe; + router: stagingmetis_Router; + asset: stagingmetis_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingxdai_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingxdai_RouterLiquidityEventType = +export type stagingmetis_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingxdai_RouterLiquidityEvent_filter = { +export type stagingmetis_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149191,10 +149621,10 @@ export type stagingxdai_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -149215,7 +149645,7 @@ export type stagingxdai_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -149236,7 +149666,7 @@ export type stagingxdai_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -149253,16 +149683,16 @@ export type stagingxdai_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -149279,16 +149709,16 @@ export type stagingxdai_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -149298,12 +149728,12 @@ export type stagingxdai_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_RouterLiquidityEvent_orderBy = +export type stagingmetis_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -149331,7 +149761,7 @@ export type stagingxdai_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingxdai_Router_filter = { +export type stagingmetis_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149344,36 +149774,36 @@ export type stagingxdai_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -149382,14 +149812,14 @@ export type stagingxdai_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_Router_orderBy = +export type stagingmetis_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -149398,13 +149828,13 @@ export type stagingxdai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingxdai_Sequencer = { +export type stagingmetis_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingxdai_Sequencer_filter = { +export type stagingmetis_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149417,34 +149847,34 @@ export type stagingxdai_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_Sequencer_orderBy = +export type stagingmetis_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingxdai_Setting = { +export type stagingmetis_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingxdai_Bytes']; + caller: Scalars['stagingmetis_Bytes']; }; -export type stagingxdai_Setting_filter = { +export type stagingmetis_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149461,40 +149891,40 @@ export type stagingxdai_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_Setting_orderBy = +export type stagingmetis_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingxdai_SlippageUpdate = { +export type stagingmetis_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingxdai_DestinationTransfer; + transfer: stagingmetis_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingxdai_Bytes']; - transactionHash: Scalars['stagingxdai_Bytes']; + caller: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_SlippageUpdate_filter = { +export type stagingmetis_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149523,7 +149953,7 @@ export type stagingxdai_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -149532,26 +149962,26 @@ export type stagingxdai_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -149585,12 +150015,12 @@ export type stagingxdai_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_SlippageUpdate_orderBy = +export type stagingmetis_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -149637,16 +150067,16 @@ export type stagingxdai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_SnapshotRoot = { +export type stagingmetis_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingxdai_Bytes']; + root: Scalars['stagingmetis_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_SnapshotRoot_filter = { +export type stagingmetis_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149663,16 +150093,16 @@ export type stagingxdai_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -149698,12 +150128,12 @@ export type stagingxdai_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_SnapshotRoot_orderBy = +export type stagingmetis_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -149711,12 +150141,12 @@ export type stagingxdai_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingxdai_SpokeConnectorMode = { +export type stagingmetis_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingxdai_SpokeConnectorMode_filter = { +export type stagingmetis_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149746,35 +150176,33 @@ export type stagingxdai_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxdai_SpokeConnectorMode_orderBy = +export type stagingmetis_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingxdai_TransferStatus = +export type stagingmetis_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingxdai__Block_ = { +export type stagingmetis__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingxdai__Meta_ = { +export type stagingmetis__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -149782,7 +150210,7 @@ export type stagingxdai__Meta_ = { * and therefore asks for the latest block * */ - block: stagingxdai__Block_; + block: stagingmetis__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -152536,15 +152964,15 @@ export type xdai__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type stagingbnb_AggregateRoot = { +export type xlayer_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingbnb_Bytes']; + root: Scalars['xlayer_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_AggregateRootProposed = { +export type xlayer_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbnb_Bytes']; + aggregateRoot: Scalars['xlayer_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -152552,7 +152980,7 @@ export type stagingbnb_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingbnb_AggregateRootProposed_filter = { +export type xlayer_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152561,16 +152989,16 @@ export type stagingbnb_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -152612,12 +153040,12 @@ export type stagingbnb_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_AggregateRootProposed_orderBy = +export type xlayer_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -152626,7 +153054,7 @@ export type stagingbnb_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbnb_AggregateRoot_filter = { +export type xlayer_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152635,16 +153063,16 @@ export type stagingbnb_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -152654,45 +153082,41 @@ export type stagingbnb_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_AggregateRoot_orderBy = +export type xlayer_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingbnb_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingbnb_Asset = { +export type xlayer_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingbnb_AssetBalance = { +export type xlayer_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingbnb_Router; - asset: stagingbnb_Asset; + router: xlayer_Router; + asset: xlayer_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingbnb_AssetBalance_filter = { +export type xlayer_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152753,7 +153177,7 @@ export type stagingbnb_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -152774,7 +153198,7 @@ export type stagingbnb_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -152784,12 +153208,12 @@ export type stagingbnb_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_AssetBalance_orderBy = +export type xlayer_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -152814,12 +153238,12 @@ export type stagingbnb_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingbnb_AssetStatus = { +export type xlayer_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingbnb_AssetStatus_filter = { +export type xlayer_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152833,16 +153257,16 @@ export type stagingbnb_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_AssetStatus_orderBy = +export type xlayer_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingbnb_Asset_filter = { +export type xlayer_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152851,16 +153275,16 @@ export type stagingbnb_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -152877,16 +153301,16 @@ export type stagingbnb_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -152895,26 +153319,26 @@ export type stagingbnb_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -152943,14 +153367,14 @@ export type stagingbnb_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_Asset_orderBy = +export type xlayer_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -152964,26 +153388,26 @@ export type stagingbnb_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingbnb_BlockChangedFilter = { +export type xlayer_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingbnb_Block_height = { - hash?: InputMaybe; +export type xlayer_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingbnb_ConnectorMeta = { +export type xlayer_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingbnb_ConnectorMeta_filter = { +export type xlayer_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153008,43 +153432,43 @@ export type stagingbnb_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_ConnectorMeta_orderBy = +export type xlayer_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -153052,57 +153476,57 @@ export type stagingbnb_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingbnb_DestinationTransfer = { +export type xlayer_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingbnb_DestinationTransferroutersArgs = { +export type xlayer_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbnb_DestinationTransfer_filter = { +export type xlayer_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153119,16 +153543,16 @@ export type stagingbnb_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -153137,17 +153561,17 @@ export type stagingbnb_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -153172,40 +153596,40 @@ export type stagingbnb_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -153222,16 +153646,16 @@ export type stagingbnb_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -153248,16 +153672,16 @@ export type stagingbnb_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -153278,7 +153702,7 @@ export type stagingbnb_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -153295,26 +153719,26 @@ export type stagingbnb_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -153347,16 +153771,16 @@ export type stagingbnb_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -153365,26 +153789,26 @@ export type stagingbnb_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -153417,16 +153841,16 @@ export type stagingbnb_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -153436,12 +153860,12 @@ export type stagingbnb_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_DestinationTransfer_orderBy = +export type xlayer_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -153490,14 +153914,14 @@ export type stagingbnb_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingbnb_OptimisticRootFinalized = { +export type xlayer_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbnb_Bytes']; + aggregateRoot: Scalars['xlayer_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingbnb_OptimisticRootFinalized_filter = { +export type xlayer_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153506,16 +153930,16 @@ export type stagingbnb_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -153533,36 +153957,36 @@ export type stagingbnb_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_OptimisticRootFinalized_orderBy = +export type xlayer_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingbnb_OrderDirection = +export type xlayer_OrderDirection = | 'asc' | 'desc'; -export type stagingbnb_OriginMessage = { +export type xlayer_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingbnb_OriginMessage_filter = { +export type xlayer_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153571,16 +153995,16 @@ export type stagingbnb_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -153589,16 +154013,16 @@ export type stagingbnb_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -153607,36 +154031,36 @@ export type stagingbnb_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -153665,14 +154089,14 @@ export type stagingbnb_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_OriginMessage_orderBy = +export type xlayer_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -153686,51 +154110,51 @@ export type stagingbnb_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingbnb_OriginTransfer = { +export type xlayer_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingbnb_OriginTransferrelayerFeesArgs = { +export type xlayer_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbnb_OriginTransfer_filter = { +export type xlayer_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153747,16 +154171,16 @@ export type stagingbnb_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -153765,20 +154189,20 @@ export type stagingbnb_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -153803,40 +154227,40 @@ export type stagingbnb_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -153845,16 +154269,16 @@ export type stagingbnb_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -153871,16 +154295,16 @@ export type stagingbnb_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -153901,17 +154325,17 @@ export type stagingbnb_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -153932,7 +154356,7 @@ export type stagingbnb_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -153947,58 +154371,58 @@ export type stagingbnb_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; + 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>; @@ -154010,16 +154434,16 @@ export type stagingbnb_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -154029,12 +154453,12 @@ export type stagingbnb_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_OriginTransfer_orderBy = +export type xlayer_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -154086,20 +154510,20 @@ export type stagingbnb_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingbnb_Relayer = { +export type xlayer_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingbnb_RelayerFee = { +export type xlayer_RelayerFee = { id: Scalars['ID']; - transfer: stagingbnb_OriginTransfer; + transfer: xlayer_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingbnb_Bytes']; + asset: Scalars['xlayer_Bytes']; }; -export type stagingbnb_RelayerFee_filter = { +export type xlayer_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154128,7 +154552,7 @@ export type stagingbnb_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -154137,23 +154561,23 @@ export type stagingbnb_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_RelayerFee_orderBy = +export type xlayer_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -154188,20 +154612,20 @@ export type stagingbnb_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingbnb_RelayerFeesIncrease = { +export type xlayer_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingbnb_OriginTransfer; + transfer: xlayer_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingbnb_Bytes']; - transactionHash: Scalars['stagingbnb_Bytes']; + asset?: Maybe; + caller: Scalars['xlayer_Bytes']; + transactionHash: Scalars['xlayer_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_RelayerFeesIncrease_filter = { +export type xlayer_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154230,7 +154654,7 @@ export type stagingbnb_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -154239,36 +154663,36 @@ export type stagingbnb_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -154302,12 +154726,12 @@ export type stagingbnb_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_RelayerFeesIncrease_orderBy = +export type xlayer_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -154348,7 +154772,7 @@ export type stagingbnb_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbnb_Relayer_filter = { +export type xlayer_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154361,33 +154785,33 @@ export type stagingbnb_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_Relayer_orderBy = +export type xlayer_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingbnb_RootCount = { +export type xlayer_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingbnb_RootCount_filter = { +export type xlayer_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154405,30 +154829,30 @@ export type stagingbnb_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_RootCount_orderBy = +export type xlayer_RootCount_orderBy = | 'id' | 'count'; -export type stagingbnb_RootMessageSent = { +export type xlayer_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingbnb_RootMessageSent_filter = { +export type xlayer_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154453,16 +154877,16 @@ export type stagingbnb_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -154471,26 +154895,26 @@ export type stagingbnb_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -154524,12 +154948,12 @@ export type stagingbnb_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_RootMessageSent_orderBy = +export type xlayer_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -154542,34 +154966,34 @@ export type stagingbnb_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbnb_Router = { +export type xlayer_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingbnb_RouterassetBalancesArgs = { +export type xlayer_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbnb_RouterDailyTVL = { +export type xlayer_RouterDailyTVL = { id: Scalars['ID']; - router: stagingbnb_Router; - asset: stagingbnb_Asset; + router: xlayer_Router; + asset: xlayer_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingbnb_RouterDailyTVL_filter = { +export type xlayer_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154598,7 +155022,7 @@ export type stagingbnb_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -154619,7 +155043,7 @@ export type stagingbnb_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -154637,12 +155061,12 @@ export type stagingbnb_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_RouterDailyTVL_orderBy = +export type xlayer_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -154664,25 +155088,25 @@ export type stagingbnb_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingbnb_RouterLiquidityEvent = { +export type xlayer_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingbnb_Router; - asset: stagingbnb_Asset; + type?: Maybe; + router: xlayer_Router; + asset: xlayer_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingbnb_Bytes']; + transactionHash: Scalars['xlayer_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingbnb_RouterLiquidityEventType = +export type xlayer_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingbnb_RouterLiquidityEvent_filter = { +export type xlayer_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154691,10 +155115,10 @@ export type stagingbnb_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -154715,7 +155139,7 @@ export type stagingbnb_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -154736,7 +155160,7 @@ export type stagingbnb_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -154753,16 +155177,16 @@ export type stagingbnb_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -154779,16 +155203,16 @@ export type stagingbnb_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -154798,12 +155222,12 @@ export type stagingbnb_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_RouterLiquidityEvent_orderBy = +export type xlayer_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -154831,7 +155255,7 @@ export type stagingbnb_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingbnb_Router_filter = { +export type xlayer_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154844,36 +155268,36 @@ export type stagingbnb_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -154882,14 +155306,14 @@ export type stagingbnb_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_Router_orderBy = +export type xlayer_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -154898,13 +155322,13 @@ export type stagingbnb_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingbnb_Sequencer = { +export type xlayer_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingbnb_Sequencer_filter = { +export type xlayer_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154917,34 +155341,34 @@ export type stagingbnb_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_Sequencer_orderBy = +export type xlayer_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingbnb_Setting = { +export type xlayer_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingbnb_Bytes']; + caller: Scalars['xlayer_Bytes']; }; -export type stagingbnb_Setting_filter = { +export type xlayer_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154961,40 +155385,40 @@ export type stagingbnb_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_Setting_orderBy = +export type xlayer_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingbnb_SlippageUpdate = { +export type xlayer_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingbnb_DestinationTransfer; + transfer: xlayer_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingbnb_Bytes']; - transactionHash: Scalars['stagingbnb_Bytes']; + caller: Scalars['xlayer_Bytes']; + transactionHash: Scalars['xlayer_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_SlippageUpdate_filter = { +export type xlayer_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155023,7 +155447,7 @@ export type stagingbnb_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -155032,26 +155456,26 @@ export type stagingbnb_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -155085,12 +155509,12 @@ export type stagingbnb_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_SlippageUpdate_orderBy = +export type xlayer_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -155137,16 +155561,16 @@ export type stagingbnb_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbnb_SnapshotRoot = { +export type xlayer_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingbnb_Bytes']; + root: Scalars['xlayer_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_SnapshotRoot_filter = { +export type xlayer_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155163,16 +155587,16 @@ export type stagingbnb_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -155198,12 +155622,12 @@ export type stagingbnb_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_SnapshotRoot_orderBy = +export type xlayer_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -155211,12 +155635,12 @@ export type stagingbnb_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbnb_SpokeConnectorMode = { +export type xlayer_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingbnb_SpokeConnectorMode_filter = { +export type xlayer_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155246,35 +155670,33 @@ export type stagingbnb_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingbnb_SpokeConnectorMode_orderBy = +export type xlayer_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingbnb_TransferStatus = +export type xlayer_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingbnb__Block_ = { +export type xlayer__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingbnb__Meta_ = { +export type xlayer__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -155282,22 +155704,22 @@ export type stagingbnb__Meta_ = { * and therefore asks for the latest block * */ - block: stagingbnb__Block_; + block: xlayer__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingarbitrumone_AggregateRoot = { +export type bnb_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingarbitrumone_Bytes']; + root: Scalars['bnb_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_AggregateRootProposed = { +export type bnb_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumone_Bytes']; + aggregateRoot: Scalars['bnb_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -155305,7 +155727,7 @@ export type stagingarbitrumone_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingarbitrumone_AggregateRootProposed_filter = { +export type bnb_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155314,16 +155736,16 @@ export type stagingarbitrumone_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -155365,12 +155787,12 @@ export type stagingarbitrumone_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_AggregateRootProposed_orderBy = +export type bnb_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -155379,7 +155801,7 @@ export type stagingarbitrumone_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingarbitrumone_AggregateRoot_filter = { +export type bnb_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155388,16 +155810,16 @@ export type stagingarbitrumone_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -155407,45 +155829,41 @@ export type stagingarbitrumone_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_AggregateRoot_orderBy = +export type bnb_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingarbitrumone_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingarbitrumone_Asset = { +export type bnb_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingarbitrumone_AssetBalance = { +export type bnb_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_Asset; + router: bnb_Router; + asset: bnb_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingarbitrumone_AssetBalance_filter = { +export type bnb_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155506,7 +155924,7 @@ export type stagingarbitrumone_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -155527,7 +155945,7 @@ export type stagingarbitrumone_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -155537,12 +155955,12 @@ export type stagingarbitrumone_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_AssetBalance_orderBy = +export type bnb_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -155567,12 +155985,12 @@ export type stagingarbitrumone_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingarbitrumone_AssetStatus = { +export type bnb_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingarbitrumone_AssetStatus_filter = { +export type bnb_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155586,16 +156004,16 @@ export type stagingarbitrumone_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_AssetStatus_orderBy = +export type bnb_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingarbitrumone_Asset_filter = { +export type bnb_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155604,16 +156022,16 @@ export type stagingarbitrumone_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -155630,16 +156048,16 @@ export type stagingarbitrumone_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -155648,26 +156066,26 @@ export type stagingarbitrumone_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -155696,14 +156114,14 @@ export type stagingarbitrumone_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_Asset_orderBy = +export type bnb_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -155717,26 +156135,26 @@ export type stagingarbitrumone_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingarbitrumone_BlockChangedFilter = { +export type bnb_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingarbitrumone_Block_height = { - hash?: InputMaybe; +export type bnb_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingarbitrumone_ConnectorMeta = { +export type bnb_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingarbitrumone_ConnectorMeta_filter = { +export type bnb_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155761,43 +156179,43 @@ export type stagingarbitrumone_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_ConnectorMeta_orderBy = +export type bnb_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -155805,57 +156223,57 @@ export type stagingarbitrumone_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingarbitrumone_DestinationTransfer = { +export type bnb_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingarbitrumone_DestinationTransferroutersArgs = { +export type bnb_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_DestinationTransfer_filter = { +export type bnb_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155872,16 +156290,16 @@ export type stagingarbitrumone_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -155890,17 +156308,17 @@ export type stagingarbitrumone_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -155925,40 +156343,40 @@ export type stagingarbitrumone_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -155975,16 +156393,16 @@ export type stagingarbitrumone_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -156001,16 +156419,16 @@ export type stagingarbitrumone_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -156031,7 +156449,7 @@ export type stagingarbitrumone_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -156048,26 +156466,26 @@ export type stagingarbitrumone_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -156100,16 +156518,16 @@ export type stagingarbitrumone_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -156118,26 +156536,26 @@ export type stagingarbitrumone_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -156170,16 +156588,16 @@ export type stagingarbitrumone_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -156189,12 +156607,12 @@ export type stagingarbitrumone_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_DestinationTransfer_orderBy = +export type bnb_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -156243,14 +156661,14 @@ export type stagingarbitrumone_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingarbitrumone_OptimisticRootFinalized = { +export type bnb_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumone_Bytes']; + aggregateRoot: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingarbitrumone_OptimisticRootFinalized_filter = { +export type bnb_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156259,16 +156677,16 @@ export type stagingarbitrumone_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -156286,36 +156704,36 @@ export type stagingarbitrumone_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_OptimisticRootFinalized_orderBy = +export type bnb_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingarbitrumone_OrderDirection = +export type bnb_OrderDirection = | 'asc' | 'desc'; -export type stagingarbitrumone_OriginMessage = { +export type bnb_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingarbitrumone_OriginMessage_filter = { +export type bnb_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156324,16 +156742,16 @@ export type stagingarbitrumone_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -156342,16 +156760,16 @@ export type stagingarbitrumone_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -156360,36 +156778,36 @@ export type stagingarbitrumone_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -156418,14 +156836,14 @@ export type stagingarbitrumone_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_OriginMessage_orderBy = +export type bnb_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -156439,51 +156857,51 @@ export type stagingarbitrumone_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingarbitrumone_OriginTransfer = { +export type bnb_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingarbitrumone_OriginTransferrelayerFeesArgs = { +export type bnb_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_OriginTransfer_filter = { +export type bnb_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156500,16 +156918,16 @@ export type stagingarbitrumone_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -156518,20 +156936,20 @@ export type stagingarbitrumone_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -156556,40 +156974,40 @@ export type stagingarbitrumone_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -156598,16 +157016,16 @@ export type stagingarbitrumone_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -156624,16 +157042,16 @@ export type stagingarbitrumone_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -156654,17 +157072,17 @@ export type stagingarbitrumone_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -156685,7 +157103,7 @@ export type stagingarbitrumone_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -156700,37 +157118,37 @@ export type stagingarbitrumone_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -156763,16 +157181,16 @@ export type stagingarbitrumone_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -156782,12 +157200,12 @@ export type stagingarbitrumone_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_OriginTransfer_orderBy = +export type bnb_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -156839,20 +157257,20 @@ export type stagingarbitrumone_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingarbitrumone_Relayer = { +export type bnb_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingarbitrumone_RelayerFee = { +export type bnb_RelayerFee = { id: Scalars['ID']; - transfer: stagingarbitrumone_OriginTransfer; + transfer: bnb_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingarbitrumone_Bytes']; + asset: Scalars['bnb_Bytes']; }; -export type stagingarbitrumone_RelayerFee_filter = { +export type bnb_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156881,7 +157299,7 @@ export type stagingarbitrumone_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -156890,23 +157308,23 @@ export type stagingarbitrumone_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_RelayerFee_orderBy = +export type bnb_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -156941,20 +157359,20 @@ export type stagingarbitrumone_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingarbitrumone_RelayerFeesIncrease = { +export type bnb_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingarbitrumone_OriginTransfer; + transfer: bnb_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingarbitrumone_Bytes']; - transactionHash: Scalars['stagingarbitrumone_Bytes']; + asset?: Maybe; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_RelayerFeesIncrease_filter = { +export type bnb_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156983,7 +157401,7 @@ export type stagingarbitrumone_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -156992,36 +157410,36 @@ export type stagingarbitrumone_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -157055,12 +157473,12 @@ export type stagingarbitrumone_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_RelayerFeesIncrease_orderBy = +export type bnb_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -157101,7 +157519,7 @@ export type stagingarbitrumone_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_Relayer_filter = { +export type bnb_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157114,33 +157532,33 @@ export type stagingarbitrumone_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_Relayer_orderBy = +export type bnb_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingarbitrumone_RootCount = { +export type bnb_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingarbitrumone_RootCount_filter = { +export type bnb_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157158,30 +157576,30 @@ export type stagingarbitrumone_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_RootCount_orderBy = +export type bnb_RootCount_orderBy = | 'id' | 'count'; -export type stagingarbitrumone_RootMessageSent = { +export type bnb_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingarbitrumone_RootMessageSent_filter = { +export type bnb_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157206,16 +157624,16 @@ export type stagingarbitrumone_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -157224,26 +157642,26 @@ export type stagingarbitrumone_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -157277,12 +157695,12 @@ export type stagingarbitrumone_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_RootMessageSent_orderBy = +export type bnb_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -157295,34 +157713,34 @@ export type stagingarbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_Router = { +export type bnb_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingarbitrumone_RouterassetBalancesArgs = { +export type bnb_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_RouterDailyTVL = { +export type bnb_RouterDailyTVL = { id: Scalars['ID']; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_Asset; + router: bnb_Router; + asset: bnb_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingarbitrumone_RouterDailyTVL_filter = { +export type bnb_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157351,7 +157769,7 @@ export type stagingarbitrumone_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -157372,7 +157790,7 @@ export type stagingarbitrumone_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -157390,12 +157808,12 @@ export type stagingarbitrumone_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_RouterDailyTVL_orderBy = +export type bnb_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -157417,25 +157835,25 @@ export type stagingarbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingarbitrumone_RouterLiquidityEvent = { +export type bnb_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_Asset; + type?: Maybe; + router: bnb_Router; + asset: bnb_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingarbitrumone_Bytes']; + transactionHash: Scalars['bnb_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingarbitrumone_RouterLiquidityEventType = +export type bnb_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingarbitrumone_RouterLiquidityEvent_filter = { +export type bnb_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157444,10 +157862,10 @@ export type stagingarbitrumone_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -157468,7 +157886,7 @@ export type stagingarbitrumone_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -157489,7 +157907,7 @@ export type stagingarbitrumone_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -157506,16 +157924,16 @@ export type stagingarbitrumone_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -157532,16 +157950,16 @@ export type stagingarbitrumone_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -157551,12 +157969,12 @@ export type stagingarbitrumone_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_RouterLiquidityEvent_orderBy = +export type bnb_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -157584,7 +158002,7 @@ export type stagingarbitrumone_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingarbitrumone_Router_filter = { +export type bnb_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157597,36 +158015,36 @@ export type stagingarbitrumone_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -157635,14 +158053,14 @@ export type stagingarbitrumone_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_Router_orderBy = +export type bnb_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -157651,13 +158069,13 @@ export type stagingarbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingarbitrumone_Sequencer = { +export type bnb_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingarbitrumone_Sequencer_filter = { +export type bnb_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157670,34 +158088,34 @@ export type stagingarbitrumone_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_Sequencer_orderBy = +export type bnb_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingarbitrumone_Setting = { +export type bnb_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingarbitrumone_Bytes']; + caller: Scalars['bnb_Bytes']; }; -export type stagingarbitrumone_Setting_filter = { +export type bnb_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157714,40 +158132,40 @@ export type stagingarbitrumone_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_Setting_orderBy = +export type bnb_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingarbitrumone_SlippageUpdate = { +export type bnb_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingarbitrumone_DestinationTransfer; + transfer: bnb_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingarbitrumone_Bytes']; - transactionHash: Scalars['stagingarbitrumone_Bytes']; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_SlippageUpdate_filter = { +export type bnb_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157776,7 +158194,7 @@ export type stagingarbitrumone_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -157785,26 +158203,26 @@ export type stagingarbitrumone_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -157838,12 +158256,12 @@ export type stagingarbitrumone_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_SlippageUpdate_orderBy = +export type bnb_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -157890,16 +158308,16 @@ export type stagingarbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_SnapshotRoot = { +export type bnb_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingarbitrumone_Bytes']; + root: Scalars['bnb_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_SnapshotRoot_filter = { +export type bnb_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157916,16 +158334,16 @@ export type stagingarbitrumone_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -157951,12 +158369,12 @@ export type stagingarbitrumone_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_SnapshotRoot_orderBy = +export type bnb_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -157964,12 +158382,12 @@ export type stagingarbitrumone_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingarbitrumone_SpokeConnectorMode = { +export type bnb_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingarbitrumone_SpokeConnectorMode_filter = { +export type bnb_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157999,35 +158417,33 @@ export type stagingarbitrumone_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingarbitrumone_SpokeConnectorMode_orderBy = +export type bnb_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingarbitrumone_TransferStatus = +export type bnb_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingarbitrumone__Block_ = { +export type bnb__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingarbitrumone__Meta_ = { +export type bnb__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -158035,22 +158451,22 @@ export type stagingarbitrumone__Meta_ = { * and therefore asks for the latest block * */ - block: stagingarbitrumone__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 stagingpolygonzkevm_AggregateRoot = { +export type base_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingpolygonzkevm_Bytes']; + root: Scalars['base_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_AggregateRootProposed = { +export type base_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; + aggregateRoot: Scalars['base_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -158058,7 +158474,7 @@ export type stagingpolygonzkevm_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingpolygonzkevm_AggregateRootProposed_filter = { +export type base_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158067,16 +158483,16 @@ export type stagingpolygonzkevm_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -158118,12 +158534,12 @@ export type stagingpolygonzkevm_AggregateRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_AggregateRootProposed_orderBy = +export type base_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -158132,7 +158548,7 @@ export type stagingpolygonzkevm_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygonzkevm_AggregateRoot_filter = { +export type base_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158141,16 +158557,16 @@ export type stagingpolygonzkevm_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -158160,45 +158576,41 @@ export type stagingpolygonzkevm_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_AggregateRoot_orderBy = +export type base_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingpolygonzkevm_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingpolygonzkevm_Asset = { +export type base_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type stagingpolygonzkevm_AssetBalance = { +export type base_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_Asset; + router: base_Router; + asset: base_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingpolygonzkevm_AssetBalance_filter = { +export type base_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158259,7 +158671,7 @@ export type stagingpolygonzkevm_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -158280,7 +158692,7 @@ export type stagingpolygonzkevm_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -158290,12 +158702,12 @@ export type stagingpolygonzkevm_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_AssetBalance_orderBy = +export type base_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -158320,12 +158732,12 @@ export type stagingpolygonzkevm_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingpolygonzkevm_AssetStatus = { +export type base_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingpolygonzkevm_AssetStatus_filter = { +export type base_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158339,16 +158751,16 @@ export type stagingpolygonzkevm_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_AssetStatus_orderBy = +export type base_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingpolygonzkevm_Asset_filter = { +export type base_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158357,16 +158769,16 @@ export type stagingpolygonzkevm_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -158383,16 +158795,16 @@ export type stagingpolygonzkevm_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -158401,26 +158813,26 @@ export type stagingpolygonzkevm_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -158449,14 +158861,14 @@ export type stagingpolygonzkevm_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_Asset_orderBy = +export type base_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -158470,26 +158882,26 @@ export type stagingpolygonzkevm_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingpolygonzkevm_BlockChangedFilter = { +export type base_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingpolygonzkevm_Block_height = { - hash?: InputMaybe; +export type base_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingpolygonzkevm_ConnectorMeta = { +export type base_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingpolygonzkevm_ConnectorMeta_filter = { +export type base_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158514,43 +158926,43 @@ export type stagingpolygonzkevm_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_ConnectorMeta_orderBy = +export type base_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -158558,57 +158970,57 @@ export type stagingpolygonzkevm_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingpolygonzkevm_DestinationTransfer = { +export type base_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type stagingpolygonzkevm_DestinationTransferroutersArgs = { +export type base_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_DestinationTransfer_filter = { +export type base_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158625,16 +159037,16 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -158643,17 +159055,17 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -158678,40 +159090,40 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -158728,16 +159140,16 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -158754,16 +159166,16 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -158784,7 +159196,7 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -158801,26 +159213,26 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -158853,16 +159265,16 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -158871,26 +159283,26 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -158923,16 +159335,16 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -158942,12 +159354,12 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_DestinationTransfer_orderBy = +export type base_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -158996,14 +159408,14 @@ export type stagingpolygonzkevm_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingpolygonzkevm_OptimisticRootFinalized = { +export type base_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; + aggregateRoot: Scalars['base_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { +export type base_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159012,16 +159424,16 @@ export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -159039,36 +159451,36 @@ export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_OptimisticRootFinalized_orderBy = +export type base_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingpolygonzkevm_OrderDirection = +export type base_OrderDirection = | 'asc' | 'desc'; -export type stagingpolygonzkevm_OriginMessage = { +export type base_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type stagingpolygonzkevm_OriginMessage_filter = { +export type base_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159077,16 +159489,16 @@ export type stagingpolygonzkevm_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -159095,16 +159507,16 @@ export type stagingpolygonzkevm_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -159113,36 +159525,36 @@ export type stagingpolygonzkevm_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -159171,14 +159583,14 @@ export type stagingpolygonzkevm_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_OriginMessage_orderBy = +export type base_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -159192,51 +159604,51 @@ export type stagingpolygonzkevm_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingpolygonzkevm_OriginTransfer = { +export type base_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type stagingpolygonzkevm_OriginTransferrelayerFeesArgs = { +export type base_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_OriginTransfer_filter = { +export type base_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159253,16 +159665,16 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -159271,20 +159683,20 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -159309,40 +159721,40 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -159351,16 +159763,16 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -159377,16 +159789,16 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -159407,17 +159819,17 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -159438,7 +159850,7 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -159453,37 +159865,37 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -159516,16 +159928,16 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -159535,12 +159947,12 @@ export type stagingpolygonzkevm_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_OriginTransfer_orderBy = +export type base_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -159592,20 +160004,20 @@ export type stagingpolygonzkevm_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingpolygonzkevm_Relayer = { +export type base_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingpolygonzkevm_RelayerFee = { +export type base_RelayerFee = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_OriginTransfer; + transfer: base_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingpolygonzkevm_Bytes']; + asset: Scalars['base_Bytes']; }; -export type stagingpolygonzkevm_RelayerFee_filter = { +export type base_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159634,7 +160046,7 @@ export type stagingpolygonzkevm_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -159643,23 +160055,23 @@ export type stagingpolygonzkevm_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_RelayerFee_orderBy = +export type base_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -159694,20 +160106,20 @@ export type stagingpolygonzkevm_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingpolygonzkevm_RelayerFeesIncrease = { +export type base_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_OriginTransfer; + transfer: base_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingpolygonzkevm_Bytes']; - transactionHash: Scalars['stagingpolygonzkevm_Bytes']; + asset?: Maybe; + caller: Scalars['base_Bytes']; + transactionHash: Scalars['base_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_RelayerFeesIncrease_filter = { +export type base_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159736,7 +160148,7 @@ export type stagingpolygonzkevm_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -159745,36 +160157,36 @@ export type stagingpolygonzkevm_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -159808,12 +160220,12 @@ export type stagingpolygonzkevm_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_RelayerFeesIncrease_orderBy = +export type base_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -159854,7 +160266,7 @@ export type stagingpolygonzkevm_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_Relayer_filter = { +export type base_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159867,33 +160279,33 @@ export type stagingpolygonzkevm_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_Relayer_orderBy = +export type base_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingpolygonzkevm_RootCount = { +export type base_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingpolygonzkevm_RootCount_filter = { +export type base_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159911,30 +160323,30 @@ export type stagingpolygonzkevm_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_RootCount_orderBy = +export type base_RootCount_orderBy = | 'id' | 'count'; -export type stagingpolygonzkevm_RootMessageSent = { +export type base_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type stagingpolygonzkevm_RootMessageSent_filter = { +export type base_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159959,16 +160371,16 @@ export type stagingpolygonzkevm_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -159977,26 +160389,26 @@ export type stagingpolygonzkevm_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -160030,12 +160442,12 @@ export type stagingpolygonzkevm_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_RootMessageSent_orderBy = +export type base_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -160048,34 +160460,34 @@ export type stagingpolygonzkevm_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_Router = { +export type base_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type stagingpolygonzkevm_RouterassetBalancesArgs = { +export type base_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_RouterDailyTVL = { +export type base_RouterDailyTVL = { id: Scalars['ID']; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_Asset; + router: base_Router; + asset: base_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingpolygonzkevm_RouterDailyTVL_filter = { +export type base_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160104,7 +160516,7 @@ export type stagingpolygonzkevm_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -160125,7 +160537,7 @@ export type stagingpolygonzkevm_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -160143,12 +160555,12 @@ export type stagingpolygonzkevm_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_RouterDailyTVL_orderBy = +export type base_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -160170,25 +160582,25 @@ export type stagingpolygonzkevm_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingpolygonzkevm_RouterLiquidityEvent = { +export type base_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_Asset; + type?: Maybe; + router: base_Router; + asset: base_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['base_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingpolygonzkevm_RouterLiquidityEventType = +export type base_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { +export type base_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160197,10 +160609,10 @@ export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -160221,7 +160633,7 @@ export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -160242,7 +160654,7 @@ export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -160259,16 +160671,16 @@ export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -160285,16 +160697,16 @@ export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -160304,12 +160716,12 @@ export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_RouterLiquidityEvent_orderBy = +export type base_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -160337,7 +160749,7 @@ export type stagingpolygonzkevm_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingpolygonzkevm_Router_filter = { +export type base_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160350,36 +160762,36 @@ export type stagingpolygonzkevm_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -160388,14 +160800,14 @@ export type stagingpolygonzkevm_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_Router_orderBy = +export type base_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -160404,13 +160816,13 @@ export type stagingpolygonzkevm_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingpolygonzkevm_Sequencer = { +export type base_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingpolygonzkevm_Sequencer_filter = { +export type base_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160423,34 +160835,34 @@ export type stagingpolygonzkevm_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_Sequencer_orderBy = +export type base_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingpolygonzkevm_Setting = { +export type base_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingpolygonzkevm_Bytes']; + caller: Scalars['base_Bytes']; }; -export type stagingpolygonzkevm_Setting_filter = { +export type base_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160467,40 +160879,40 @@ export type stagingpolygonzkevm_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_Setting_orderBy = +export type base_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingpolygonzkevm_SlippageUpdate = { +export type base_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_DestinationTransfer; + transfer: base_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingpolygonzkevm_Bytes']; - transactionHash: Scalars['stagingpolygonzkevm_Bytes']; + caller: Scalars['base_Bytes']; + transactionHash: Scalars['base_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_SlippageUpdate_filter = { +export type base_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160529,7 +160941,7 @@ export type stagingpolygonzkevm_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -160538,26 +160950,26 @@ export type stagingpolygonzkevm_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -160591,12 +161003,12 @@ export type stagingpolygonzkevm_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_SlippageUpdate_orderBy = +export type base_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -160643,16 +161055,16 @@ export type stagingpolygonzkevm_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_SnapshotRoot = { +export type base_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingpolygonzkevm_Bytes']; + root: Scalars['base_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_SnapshotRoot_filter = { +export type base_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160669,16 +161081,16 @@ export type stagingpolygonzkevm_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -160704,12 +161116,12 @@ export type stagingpolygonzkevm_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_SnapshotRoot_orderBy = +export type base_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -160717,12 +161129,12 @@ export type stagingpolygonzkevm_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygonzkevm_SpokeConnectorMode = { +export type base_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingpolygonzkevm_SpokeConnectorMode_filter = { +export type base_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160752,35 +161164,33 @@ export type stagingpolygonzkevm_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygonzkevm_SpokeConnectorMode_orderBy = +export type base_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingpolygonzkevm_TransferStatus = +export type base_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingpolygonzkevm__Block_ = { +export type base__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingpolygonzkevm__Meta_ = { +export type base__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -160788,30 +161198,53 @@ export type stagingpolygonzkevm__Meta_ = { * and therefore asks for the latest block * */ - block: stagingpolygonzkevm__Block_; + block: base__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingxlayer_AggregateRoot = { +export type arbitrumsepolia_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type arbitrumsepolia_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type arbitrumsepolia_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type arbitrumsepolia_swap_LpAccount = { id: Scalars['ID']; - root: Scalars['stagingxlayer_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['arbitrumsepolia_swap_Bytes']; + balances: Array; }; -export type stagingxlayer_AggregateRootProposed = { + +export type arbitrumsepolia_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_swap_LpAccountBalance = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxlayer_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + account: arbitrumsepolia_swap_LpAccount; + token: arbitrumsepolia_swap_LpToken; + amount: Scalars['arbitrumsepolia_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type stagingxlayer_AggregateRootProposed_filter = { +export type arbitrumsepolia_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160820,72 +161253,106 @@ export type stagingxlayer_AggregateRootProposed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_AggregateRootProposed_orderBy = +export type arbitrumsepolia_swap_LpAccountBalance_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type stagingxlayer_AggregateRoot_filter = { +export type arbitrumsepolia_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160894,60 +161361,59 @@ export type stagingxlayer_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_AggregateRoot_orderBy = +export type arbitrumsepolia_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; + | 'address' + | 'balances'; -export type stagingxlayer_Asset = { +export type arbitrumsepolia_swap_LpToken = { id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; + address: Scalars['arbitrumsepolia_swap_Bytes']; + stableSwap: arbitrumsepolia_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['arbitrumsepolia_swap_BigDecimal']; + events: Array; }; -export type stagingxlayer_AssetBalance = { + +export type arbitrumsepolia_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_swap_LpTokenEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingxlayer_Router; - asset: stagingxlayer_Asset; - feesEarned: Scalars['BigInt']; + token: arbitrumsepolia_swap_LpToken; + amount: Scalars['arbitrumsepolia_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingxlayer_AssetBalance_filter = { +export type arbitrumsepolia_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160956,125 +161422,91 @@ export type stagingxlayer_AssetBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_AssetBalance_orderBy = +export type arbitrumsepolia_swap_LpTokenEvent_orderBy = | 'id' + | '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__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingxlayer_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type stagingxlayer_AssetStatus_filter = { +export type arbitrumsepolia_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161083,21 +161515,141 @@ export type stagingxlayer_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_AssetStatus_orderBy = +export type arbitrumsepolia_swap_LpToken_orderBy = | 'id' - | 'status'; + | '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 stagingxlayer_Asset_filter = { +export type arbitrumsepolia_swap_LpTransferEvent = arbitrumsepolia_swap_LpTokenEvent & { + id: Scalars['ID']; + token: arbitrumsepolia_swap_LpToken; + amount: Scalars['arbitrumsepolia_swap_BigDecimal']; + from: Scalars['arbitrumsepolia_swap_Bytes']; + to: Scalars['arbitrumsepolia_swap_Bytes']; + fromBalance: Scalars['arbitrumsepolia_swap_BigDecimal']; + toBalance: Scalars['arbitrumsepolia_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumsepolia_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161106,139 +161658,141 @@ export type stagingxlayer_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - adoptedDecimal?: InputMaybe; - adoptedDecimal_not?: InputMaybe; - adoptedDecimal_gt?: InputMaybe; - adoptedDecimal_lt?: InputMaybe; - adoptedDecimal_gte?: InputMaybe; - adoptedDecimal_lte?: InputMaybe; - adoptedDecimal_in?: InputMaybe>; - adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_gt?: InputMaybe; - status_lt?: InputMaybe; - status_gte?: InputMaybe; - status_lte?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - status_contains?: InputMaybe; - status_contains_nocase?: InputMaybe; - status_not_contains?: InputMaybe; - status_not_contains_nocase?: InputMaybe; - status_starts_with?: InputMaybe; - status_starts_with_nocase?: InputMaybe; - status_not_starts_with?: InputMaybe; - status_not_starts_with_nocase?: InputMaybe; - status_ends_with?: InputMaybe; - status_ends_with_nocase?: InputMaybe; - status_not_ends_with?: InputMaybe; - status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_Asset_orderBy = +export type arbitrumsepolia_swap_LpTransferEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type stagingxlayer_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingxlayer_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +/** Defines the order direction, either ascending or descending */ +export type arbitrumsepolia_swap_OrderDirection = + | 'asc' + | 'desc'; -export type stagingxlayer_ConnectorMeta = { +export type arbitrumsepolia_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['arbitrumsepolia_swap_Bytes']; }; -export type stagingxlayer_ConnectorMeta_filter = { +export type arbitrumsepolia_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161247,117 +161801,116 @@ export type stagingxlayer_ConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_ConnectorMeta_orderBy = +export type arbitrumsepolia_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type stagingxlayer_DestinationTransfer = { +export type arbitrumsepolia_swap_StableSwap = { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; + isActive?: Maybe; + key: Scalars['arbitrumsepolia_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 stagingxlayer_DestinationTransferroutersArgs = { +export type arbitrumsepolia_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxlayer_DestinationTransfer_filter = { + +export type arbitrumsepolia_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumsepolia_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumsepolia_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type arbitrumsepolia_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent = arbitrumsepolia_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: arbitrumsepolia_swap_StableSwap; + provider: Scalars['arbitrumsepolia_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161366,24 +161919,105 @@ export type stagingxlayer_DestinationTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -161392,367 +162026,53 @@ export type stagingxlayer_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_DestinationTransfer_orderBy = +export type arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'routersFee' - | 'executedCaller' - | 'executedTransactionHash' - | 'executedTimestamp' - | 'executedGasPrice' - | 'executedGasLimit' - | 'executedBlockNumber' - | 'executedTxOrigin' - | 'executedTxNonce' - | 'reconciledCaller' - | 'reconciledTransactionHash' - | 'reconciledTimestamp' - | 'reconciledGasPrice' - | 'reconciledGasLimit' - | 'reconciledBlockNumber' - | 'reconciledTxOrigin' - | 'reconciledTxNonce'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | '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 stagingxlayer_OptimisticRootFinalized = { +export type arbitrumsepolia_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxlayer_Bytes']; + stableSwap: arbitrumsepolia_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingxlayer_OptimisticRootFinalized_filter = { +export type arbitrumsepolia_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161761,16 +162081,35 @@ export type stagingxlayer_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_gt?: InputMaybe; - aggregateRoot_lt?: InputMaybe; - aggregateRoot_gte?: InputMaybe; - aggregateRoot_lte?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -161779,45 +162118,71 @@ export type stagingxlayer_OptimisticRootFinalized_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_OptimisticRootFinalized_orderBy = +export type arbitrumsepolia_swap_StableSwapEvent_orderBy = | 'id' - | 'aggregateRoot' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type stagingxlayer_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type stagingxlayer_OriginMessage = { +export type arbitrumsepolia_swap_StableSwapExchange = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + stableSwap: arbitrumsepolia_swap_StableSwap; + buyer: Scalars['arbitrumsepolia_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['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingxlayer_OriginMessage_filter = { +export type arbitrumsepolia_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161826,166 +162191,171 @@ export type stagingxlayer_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; + boughtId?: InputMaybe; + boughtId_not?: InputMaybe; + boughtId_gt?: InputMaybe; + boughtId_lt?: InputMaybe; + boughtId_gte?: InputMaybe; + boughtId_lte?: InputMaybe; + boughtId_in?: InputMaybe>; + boughtId_not_in?: InputMaybe>; + tokensBought?: InputMaybe; + tokensBought_not?: InputMaybe; + tokensBought_gt?: InputMaybe; + tokensBought_lt?: InputMaybe; + tokensBought_gte?: InputMaybe; + tokensBought_lte?: InputMaybe; + tokensBought_in?: InputMaybe>; + tokensBought_not_in?: InputMaybe>; + soldId?: InputMaybe; + soldId_not?: InputMaybe; + soldId_gt?: InputMaybe; + soldId_lt?: InputMaybe; + soldId_gte?: InputMaybe; + soldId_lte?: InputMaybe; + soldId_in?: InputMaybe>; + soldId_not_in?: InputMaybe>; + tokensSold?: InputMaybe; + tokensSold_not?: InputMaybe; + tokensSold_gt?: InputMaybe; + tokensSold_lt?: InputMaybe; + tokensSold_gte?: InputMaybe; + tokensSold_lte?: InputMaybe; + tokensSold_in?: InputMaybe>; + tokensSold_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_OriginMessage_orderBy = +export type arbitrumsepolia_swap_StableSwapExchange_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__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' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingxlayer_OriginTransfer = { +export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent = arbitrumsepolia_swap_StableSwapEvent & { id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; - bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; - txOrigin?: Maybe; - txNonce?: Maybe; -}; - - -export type stagingxlayer_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + stableSwap: arbitrumsepolia_swap_StableSwap; + provider: Scalars['arbitrumsepolia_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['arbitrumsepolia_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingxlayer_OriginTransfer_filter = { +export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161994,245 +162364,87 @@ export type stagingxlayer_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_contains_nocase?: InputMaybe; - message_not_contains?: InputMaybe; - message_not_contains_nocase?: InputMaybe; - message_starts_with?: InputMaybe; - message_starts_with_nocase?: InputMaybe; - message_not_starts_with?: InputMaybe; - message_not_starts_with_nocase?: InputMaybe; - message_ends_with?: InputMaybe; - message_ends_with_nocase?: InputMaybe; - message_not_ends_with?: InputMaybe; - message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; - bumpRelayerFeeCount?: InputMaybe; - bumpRelayerFeeCount_not?: InputMaybe; - bumpRelayerFeeCount_gt?: InputMaybe; - bumpRelayerFeeCount_lt?: InputMaybe; - bumpRelayerFeeCount_gte?: InputMaybe; - bumpRelayerFeeCount_lte?: InputMaybe; - bumpRelayerFeeCount_in?: InputMaybe>; - bumpRelayerFeeCount_not_in?: InputMaybe>; - relayerFees?: InputMaybe>; - relayerFees_not?: InputMaybe>; - relayerFees_contains?: InputMaybe>; - relayerFees_contains_nocase?: InputMaybe>; - relayerFees_not_contains?: InputMaybe>; - relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + 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; @@ -162241,120 +162453,62 @@ export type stagingxlayer_OriginTransfer_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; - txNonce?: InputMaybe; - txNonce_not?: InputMaybe; - txNonce_gt?: InputMaybe; - txNonce_lt?: InputMaybe; - txNonce_gte?: InputMaybe; - txNonce_lte?: InputMaybe; - txNonce_in?: InputMaybe>; - txNonce_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_OriginTransfer_orderBy = +export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'transactingAsset' - | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' - | 'bumpRelayerFeeCount' - | 'relayerFees' - | 'initialRelayerFeeAsset' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | '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'; - -export type stagingxlayer_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type stagingxlayer_RelayerFee = { - id: Scalars['ID']; - transfer: stagingxlayer_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingxlayer_Bytes']; -}; + | 'transaction' + | 'nonce'; -export type stagingxlayer_RelayerFee_filter = { +export type arbitrumsepolia_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162363,100 +162517,200 @@ export type stagingxlayer_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: 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 stagingxlayer_RelayerFee_orderBy = +export type arbitrumsepolia_swap_StableSwap_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'isActive' + | '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 stagingxlayer_RelayerFeesIncrease = { +export type arbitrumsepolia_swap_SwapDailyVolume = arbitrumsepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: stagingxlayer_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingxlayer_Bytes']; - transactionHash: Scalars['stagingxlayer_Bytes']; + stableSwap: arbitrumsepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['arbitrumsepolia_swap_BigDecimal']; }; -export type stagingxlayer_RelayerFeesIncrease_filter = { +export type arbitrumsepolia_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162465,65 +162719,27 @@ export type stagingxlayer_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -162532,78 +162748,50 @@ export type stagingxlayer_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_RelayerFeesIncrease_orderBy = +export type arbitrumsepolia_swap_SwapDailyVolume_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' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type stagingxlayer_Relayer_filter = { +export type arbitrumsepolia_swap_SwapHourlyVolume = arbitrumsepolia_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: arbitrumsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumsepolia_swap_BigDecimal']; +}; + +export type arbitrumsepolia_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162612,37 +162800,150 @@ export type stagingxlayer_Relayer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_Relayer_orderBy = +export type arbitrumsepolia_swap_SwapHourlyVolume_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' + | 'timestamp' + | 'volume'; -export type stagingxlayer_RootCount = { +export type arbitrumsepolia_swap_SwapTradeVolume = { + stableSwap: arbitrumsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumsepolia_swap_BigDecimal']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_SwapWeeklyVolume = arbitrumsepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - count?: Maybe; + stableSwap: arbitrumsepolia_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['arbitrumsepolia_swap_BigDecimal']; }; -export type stagingxlayer_RootCount_filter = { +export type arbitrumsepolia_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162651,39 +162952,157 @@ export type stagingxlayer_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_RootCount_orderBy = +export type arbitrumsepolia_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'count'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type stagingxlayer_RootMessageSent = { +export type arbitrumsepolia_swap_SystemInfo = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; +}; + +export type arbitrumsepolia_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 arbitrumsepolia_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type arbitrumsepolia_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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type arbitrumsepolia_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: arbitrumsepolia_swap__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type stagingoptimism_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingoptimism_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingoptimism_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingoptimism_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingxlayer_RootMessageSent_filter = { +export type stagingoptimism_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162692,60 +163111,40 @@ export type stagingxlayer_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -162754,22 +163153,6 @@ export type stagingxlayer_RootMessageSent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -162779,52 +163162,87 @@ export type stagingxlayer_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_RootMessageSent_orderBy = +export type stagingoptimism_AggregateRootProposed_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type stagingxlayer_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; +export type stagingoptimism_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 stagingoptimism_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; -export type stagingxlayer_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingoptimism_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingoptimism_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type stagingxlayer_RouterDailyTVL = { +export type stagingoptimism_AssetBalance = { id: Scalars['ID']; - router: stagingxlayer_Router; - asset: stagingxlayer_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; + feesEarned: Scalars['BigInt']; }; -export type stagingxlayer_RouterDailyTVL_filter = { +export type stagingoptimism_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162833,6 +163251,38 @@ export type stagingxlayer_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -162853,7 +163303,7 @@ export type stagingxlayer_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -162874,31 +163324,27 @@ export type stagingxlayer_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingxlayer_RouterDailyTVL_orderBy = +export type stagingoptimism_AssetBalance_orderBy = | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -162916,883 +163362,14 @@ export type stagingxlayer_RouterDailyTVL_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'timestamp' - | 'balance'; + | 'feesEarned'; -export type stagingxlayer_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: stagingxlayer_Router; - asset: stagingxlayer_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingxlayer_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type stagingxlayer_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type stagingxlayer_RouterLiquidityEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingxlayer_RouterLiquidityEvent_orderBy = - | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'amount' - | 'balance' - | 'caller' - | 'blockNumber' - | 'timestamp' - | 'transactionHash' - | 'nonce'; - -export type stagingxlayer_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 stagingxlayer_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type stagingxlayer_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type stagingxlayer_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 stagingxlayer_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type stagingxlayer_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingxlayer_Bytes']; -}; - -export type stagingxlayer_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 stagingxlayer_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type stagingxlayer_SlippageUpdate = { - id: Scalars['ID']; - transfer: stagingxlayer_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingxlayer_Bytes']; - transactionHash: Scalars['stagingxlayer_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingxlayer_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 stagingxlayer_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 stagingxlayer_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingxlayer_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type stagingxlayer_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 stagingxlayer_SnapshotRoot_orderBy = - | 'id' - | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; - -export type stagingxlayer_SpokeConnectorMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type stagingxlayer_SpokeConnectorMode_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - mode?: InputMaybe; - mode_not?: InputMaybe; - mode_gt?: InputMaybe; - mode_lt?: InputMaybe; - mode_gte?: InputMaybe; - mode_lte?: InputMaybe; - mode_in?: InputMaybe>; - mode_not_in?: InputMaybe>; - mode_contains?: InputMaybe; - mode_contains_nocase?: InputMaybe; - mode_not_contains?: InputMaybe; - mode_not_contains_nocase?: InputMaybe; - mode_starts_with?: InputMaybe; - mode_starts_with_nocase?: InputMaybe; - mode_not_starts_with?: InputMaybe; - mode_not_starts_with_nocase?: InputMaybe; - mode_ends_with?: InputMaybe; - mode_ends_with_nocase?: InputMaybe; - mode_not_ends_with?: InputMaybe; - mode_not_ends_with_nocase?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type stagingxlayer_SpokeConnectorMode_orderBy = - | 'id' - | 'mode'; - -export type stagingxlayer_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; - -export type stagingxlayer__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 stagingxlayer__Meta_ = { - /** - * Information 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: stagingxlayer__Block_; - /** The deployment ID */ - deployment: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type staginglinea_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['staginglinea_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type staginglinea_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['staginglinea_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type staginglinea_AggregateRootProposed_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; - rootTimestamp?: InputMaybe; - rootTimestamp_not?: InputMaybe; - rootTimestamp_gt?: InputMaybe; - rootTimestamp_lt?: InputMaybe; - rootTimestamp_gte?: InputMaybe; - rootTimestamp_lte?: InputMaybe; - rootTimestamp_in?: InputMaybe>; - rootTimestamp_not_in?: InputMaybe>; - endOfDispute?: InputMaybe; - endOfDispute_not?: InputMaybe; - endOfDispute_gt?: InputMaybe; - endOfDispute_lt?: InputMaybe; - endOfDispute_gte?: InputMaybe; - endOfDispute_lte?: InputMaybe; - endOfDispute_in?: InputMaybe>; - endOfDispute_not_in?: InputMaybe>; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type staginglinea_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type staginglinea_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type staginglinea_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type staginglinea_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type staginglinea_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: staginglinea_Router; - asset: staginglinea_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type staginglinea_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; -}; - -export type staginglinea_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'asset' - | 'feesEarned'; - -export type staginglinea_AssetStatus = { +export type stagingoptimism_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type staginglinea_AssetStatus_filter = { +export type stagingoptimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163806,14 +163383,16 @@ export type staginglinea_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_AssetStatus_orderBy = +export type stagingoptimism_AssetStatus_orderBy = | 'id' | 'status'; -export type staginglinea_Asset_filter = { +export type stagingoptimism_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163822,12 +163401,16 @@ export type staginglinea_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -163844,12 +163427,16 @@ export type staginglinea_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -163858,18 +163445,26 @@ export type staginglinea_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -163898,12 +163493,14 @@ export type staginglinea_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_Asset_orderBy = +export type stagingoptimism_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -163913,28 +163510,30 @@ export type staginglinea_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status'; + | 'status' + | 'status__id' + | 'status__status'; -export type staginglinea_BlockChangedFilter = { +export type stagingoptimism_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type staginglinea_Block_height = { - hash?: InputMaybe; +export type stagingoptimism_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type staginglinea_ConnectorMeta = { +export type stagingoptimism_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type staginglinea_ConnectorMeta_filter = { +export type stagingoptimism_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163959,29 +163558,43 @@ export type staginglinea_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_ConnectorMeta_orderBy = +export type stagingoptimism_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -163989,57 +163602,57 @@ export type staginglinea_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginglinea_DestinationTransfer = { +export type stagingoptimism_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type staginglinea_DestinationTransferroutersArgs = { +export type stagingoptimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_DestinationTransfer_filter = { +export type stagingoptimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164056,12 +163669,16 @@ export type staginglinea_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -164070,17 +163687,17 @@ export type staginglinea_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -164105,28 +163722,40 @@ export type staginglinea_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -164143,12 +163772,16 @@ export type staginglinea_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -164165,12 +163798,16 @@ export type staginglinea_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -164191,7 +163828,7 @@ export type staginglinea_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -164208,18 +163845,26 @@ export type staginglinea_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -164252,12 +163897,16 @@ export type staginglinea_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -164266,18 +163915,26 @@ export type staginglinea_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -164310,12 +163967,16 @@ export type staginglinea_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -164325,10 +163986,12 @@ export type staginglinea_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_DestinationTransfer_orderBy = +export type stagingoptimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -164349,6 +164012,15 @@ export type staginglinea_DestinationTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'amount' | 'routersFee' | 'executedCaller' @@ -164368,14 +164040,14 @@ export type staginglinea_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type staginglinea_OptimisticRootFinalized = { +export type stagingoptimism_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['staginglinea_Bytes']; + aggregateRoot: Scalars['stagingoptimism_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type staginglinea_OptimisticRootFinalized_filter = { +export type stagingoptimism_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164384,12 +164056,16 @@ export type staginglinea_OptimisticRootFinalized_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - aggregateRoot?: InputMaybe; - aggregateRoot_not?: InputMaybe; - aggregateRoot_in?: InputMaybe>; - aggregateRoot_not_in?: InputMaybe>; - aggregateRoot_contains?: InputMaybe; - aggregateRoot_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -164407,34 +164083,36 @@ export type staginglinea_OptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_OptimisticRootFinalized_orderBy = +export type stagingoptimism_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type staginglinea_OrderDirection = +export type stagingoptimism_OrderDirection = | 'asc' | 'desc'; -export type staginglinea_OriginMessage = { +export type stagingoptimism_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type staginglinea_OriginMessage_filter = { +export type stagingoptimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164443,12 +164121,16 @@ export type staginglinea_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -164457,12 +164139,16 @@ export type staginglinea_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -164471,24 +164157,36 @@ export type staginglinea_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -164517,12 +164215,14 @@ export type staginglinea_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_OriginMessage_orderBy = +export type stagingoptimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -164532,53 +164232,55 @@ export type staginglinea_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount'; + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type staginglinea_OriginTransfer = { +export type stagingoptimism_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type staginglinea_OriginTransferrelayerFeesArgs = { +export type stagingoptimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_OriginTransfer_filter = { +export type stagingoptimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164595,12 +164297,16 @@ export type staginglinea_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -164609,16 +164315,20 @@ export type staginglinea_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -164643,28 +164353,40 @@ export type staginglinea_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -164673,12 +164395,16 @@ export type staginglinea_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -164695,12 +164421,16 @@ export type staginglinea_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -164721,13 +164451,17 @@ export type staginglinea_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -164748,7 +164482,7 @@ export type staginglinea_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -164763,25 +164497,37 @@ export type staginglinea_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -164814,12 +164560,16 @@ export type staginglinea_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -164829,10 +164579,12 @@ export type staginglinea_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_OriginTransfer_orderBy = +export type stagingoptimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -164852,8 +164604,26 @@ export type staginglinea_OriginTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'transactingAsset' | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' | 'bumpRelayerFeeCount' | 'relayerFees' | 'initialRelayerFeeAsset' @@ -164866,20 +164636,20 @@ export type staginglinea_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type staginglinea_Relayer = { +export type stagingoptimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type staginglinea_RelayerFee = { +export type stagingoptimism_RelayerFee = { id: Scalars['ID']; - transfer: staginglinea_OriginTransfer; + transfer: stagingoptimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['staginglinea_Bytes']; + asset: Scalars['stagingoptimism_Bytes']; }; -export type staginglinea_RelayerFee_filter = { +export type stagingoptimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164908,7 +164678,7 @@ export type staginglinea_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -164917,36 +164687,71 @@ export type staginglinea_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_RelayerFee_orderBy = +export type stagingoptimism_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 staginglinea_RelayerFeesIncrease = { +export type stagingoptimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: staginglinea_OriginTransfer; + transfer: stagingoptimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['staginglinea_Bytes']; - transactionHash: Scalars['staginglinea_Bytes']; + asset?: Maybe; + caller: Scalars['stagingoptimism_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_RelayerFeesIncrease_filter = { +export type stagingoptimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164975,7 +164780,7 @@ export type staginglinea_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -164984,24 +164789,36 @@ export type staginglinea_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -165035,12 +164852,43 @@ export type staginglinea_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_RelayerFeesIncrease_orderBy = +export type stagingoptimism_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' @@ -165050,7 +164898,7 @@ export type staginglinea_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_Relayer_filter = { +export type stagingoptimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165063,27 +164911,33 @@ export type staginglinea_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_Relayer_orderBy = +export type stagingoptimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type staginglinea_RootCount = { +export type stagingoptimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type staginglinea_RootCount_filter = { +export type stagingoptimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165101,28 +164955,30 @@ export type staginglinea_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_RootCount_orderBy = +export type stagingoptimism_RootCount_orderBy = | 'id' | 'count'; -export type staginglinea_RootMessageSent = { +export type stagingoptimism_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type staginglinea_RootMessageSent_filter = { +export type stagingoptimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165147,12 +165003,16 @@ export type staginglinea_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -165161,18 +165021,26 @@ export type staginglinea_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -165206,10 +165074,12 @@ export type staginglinea_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_RootMessageSent_orderBy = +export type stagingoptimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -165222,34 +165092,34 @@ export type staginglinea_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_Router = { +export type stagingoptimism_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type staginglinea_RouterassetBalancesArgs = { +export type stagingoptimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_RouterDailyTVL = { +export type stagingoptimism_RouterDailyTVL = { id: Scalars['ID']; - router: staginglinea_Router; - asset: staginglinea_Asset; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type staginglinea_RouterDailyTVL_filter = { +export type stagingoptimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165278,7 +165148,7 @@ export type staginglinea_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -165299,7 +165169,7 @@ export type staginglinea_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -165317,35 +165187,52 @@ export type staginglinea_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_RouterDailyTVL_orderBy = +export type stagingoptimism_RouterDailyTVL_orderBy = | 'id' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type staginglinea_RouterLiquidityEvent = { +export type stagingoptimism_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: staginglinea_Router; - asset: staginglinea_Asset; + type?: Maybe; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['staginglinea_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; nonce: Scalars['BigInt']; }; -export type staginglinea_RouterLiquidityEventType = +export type stagingoptimism_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type staginglinea_RouterLiquidityEvent_filter = { +export type stagingoptimism_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165354,10 +165241,10 @@ export type staginglinea_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -165378,7 +165265,7 @@ export type staginglinea_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -165399,7 +165286,7 @@ export type staginglinea_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -165416,21 +165303,25 @@ export type staginglinea_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - timestamp?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; timestamp_lt?: InputMaybe; @@ -165438,12 +165329,16 @@ export type staginglinea_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -165453,14 +165348,31 @@ export type staginglinea_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_RouterLiquidityEvent_orderBy = +export type stagingoptimism_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'amount' | 'balance' | 'caller' @@ -165469,7 +165381,7 @@ export type staginglinea_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type staginglinea_Router_filter = { +export type stagingoptimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165482,24 +165394,36 @@ export type staginglinea_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -165508,12 +165432,14 @@ export type staginglinea_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_Router_orderBy = +export type stagingoptimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -165522,13 +165448,13 @@ export type staginglinea_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type staginglinea_Sequencer = { +export type stagingoptimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type staginglinea_Sequencer_filter = { +export type stagingoptimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165541,28 +165467,34 @@ export type staginglinea_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_Sequencer_orderBy = +export type stagingoptimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type staginglinea_Setting = { +export type stagingoptimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['staginglinea_Bytes']; + caller: Scalars['stagingoptimism_Bytes']; }; -export type staginglinea_Setting_filter = { +export type stagingoptimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165579,34 +165511,40 @@ export type staginglinea_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_Setting_orderBy = +export type stagingoptimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type staginglinea_SlippageUpdate = { +export type stagingoptimism_SlippageUpdate = { id: Scalars['ID']; - transfer: staginglinea_DestinationTransfer; + transfer: stagingoptimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['staginglinea_Bytes']; - transactionHash: Scalars['staginglinea_Bytes']; + caller: Scalars['stagingoptimism_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_SlippageUpdate_filter = { +export type stagingoptimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165635,7 +165573,7 @@ export type staginglinea_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -165644,18 +165582,26 @@ export type staginglinea_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -165689,12 +165635,50 @@ export type staginglinea_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_SlippageUpdate_orderBy = +export type stagingoptimism_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' @@ -165703,16 +165687,16 @@ export type staginglinea_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_SnapshotRoot = { +export type stagingoptimism_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['staginglinea_Bytes']; + root: Scalars['stagingoptimism_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_SnapshotRoot_filter = { +export type stagingoptimism_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165729,12 +165713,16 @@ export type staginglinea_SnapshotRoot_filter = { spokeDomain_lte?: InputMaybe; spokeDomain_in?: InputMaybe>; spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -165760,10 +165748,12 @@ export type staginglinea_SnapshotRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_SnapshotRoot_orderBy = +export type stagingoptimism_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -165771,12 +165761,12 @@ export type staginglinea_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type staginglinea_SpokeConnectorMode = { +export type stagingoptimism_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type staginglinea_SpokeConnectorMode_filter = { +export type stagingoptimism_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165806,31 +165796,35 @@ export type staginglinea_SpokeConnectorMode_filter = { mode_not_ends_with?: InputMaybe; mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_SpokeConnectorMode_orderBy = +export type stagingoptimism_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type staginglinea_TransferStatus = +export type stagingoptimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type staginglinea__Block_ = { +export type stagingoptimism__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type staginglinea__Meta_ = { +export type stagingoptimism__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -165838,53 +165832,53 @@ export type staginglinea__Meta_ = { * and therefore asks for the latest block * */ - block: staginglinea__Block_; + block: stagingoptimism__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_Aggregation_interval = +export type avalanche_swap_Aggregation_interval = | 'hour' | 'day'; -export type bnb_swap_BlockChangedFilter = { +export type avalanche_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type bnb_swap_Block_height = { - hash?: InputMaybe; +export type avalanche_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type bnb_swap_LpAccount = { +export type avalanche_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['bnb_swap_Bytes']; - balances: Array; + address: Scalars['avalanche_swap_Bytes']; + balances: Array; }; -export type bnb_swap_LpAccountbalancesArgs = { +export type avalanche_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_LpAccountBalance = { +export type avalanche_swap_LpAccountBalance = { id: Scalars['ID']; - account: bnb_swap_LpAccount; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; + account: avalanche_swap_LpAccount; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type bnb_swap_LpAccountBalance_filter = { +export type avalanche_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165913,7 +165907,7 @@ export type bnb_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -165934,15 +165928,15 @@ export type bnb_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -165959,23 +165953,23 @@ export type bnb_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpAccountBalance_orderBy = +export type avalanche_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -165992,7 +165986,7 @@ export type bnb_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type bnb_swap_LpAccount_filter = { +export type avalanche_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166001,59 +165995,59 @@ export type bnb_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpAccount_orderBy = +export type avalanche_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type bnb_swap_LpToken = { +export type avalanche_swap_LpToken = { id: Scalars['ID']; - address: Scalars['bnb_swap_Bytes']; - stableSwap: bnb_swap_StableSwap; + address: Scalars['avalanche_swap_Bytes']; + stableSwap: avalanche_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['bnb_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['avalanche_swap_BigDecimal']; + events: Array; }; -export type bnb_swap_LpTokeneventsArgs = { +export type avalanche_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_LpTokenEvent = { +export type avalanche_swap_LpTokenEvent = { id: Scalars['ID']; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_LpTokenEvent_filter = { +export type avalanche_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166082,15 +166076,15 @@ export type bnb_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -166107,16 +166101,16 @@ export type bnb_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -166126,12 +166120,12 @@ export type bnb_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpTokenEvent_orderBy = +export type avalanche_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -166146,7 +166140,7 @@ export type bnb_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type bnb_swap_LpToken_filter = { +export type avalanche_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166155,16 +166149,16 @@ export type bnb_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -166185,7 +166179,7 @@ export type bnb_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -166234,22 +166228,22 @@ export type bnb_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpToken_orderBy = +export type avalanche_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -166275,21 +166269,21 @@ export type bnb_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { +export type avalanche_swap_LpTransferEvent = avalanche_swap_LpTokenEvent & { id: Scalars['ID']; - token: bnb_swap_LpToken; - amount: Scalars['bnb_swap_BigDecimal']; - from: Scalars['bnb_swap_Bytes']; - to: Scalars['bnb_swap_Bytes']; - fromBalance: Scalars['bnb_swap_BigDecimal']; - toBalance: Scalars['bnb_swap_BigDecimal']; + token: avalanche_swap_LpToken; + amount: Scalars['avalanche_swap_BigDecimal']; + from: Scalars['avalanche_swap_Bytes']; + to: Scalars['avalanche_swap_Bytes']; + fromBalance: Scalars['avalanche_swap_BigDecimal']; + toBalance: Scalars['avalanche_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_LpTransferEvent_filter = { +export type avalanche_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166318,51 +166312,51 @@ export type bnb_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -166379,16 +166373,16 @@ export type bnb_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -166398,12 +166392,12 @@ export type bnb_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_LpTransferEvent_orderBy = +export type avalanche_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -166423,16 +166417,16 @@ export type bnb_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type bnb_swap_OrderDirection = +export type avalanche_swap_OrderDirection = | 'asc' | 'desc'; -export type bnb_swap_PooledToken = { +export type avalanche_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['bnb_swap_Bytes']; + asset: Scalars['avalanche_swap_Bytes']; }; -export type bnb_swap_PooledToken_filter = { +export type avalanche_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166441,103 +166435,103 @@ export type bnb_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_PooledToken_orderBy = +export type avalanche_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type bnb_swap_StableSwap = { +export type avalanche_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['bnb_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['avalanche_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type bnb_swap_StableSwapeventsArgs = { +export type avalanche_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwapexchangesArgs = { +export type avalanche_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwaphourlyVolumesArgs = { +export type avalanche_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwapdailyVolumesArgs = { +export type avalanche_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwapweeklyVolumesArgs = { +export type avalanche_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { +export type avalanche_swap_StableSwapAddLiquidityEvent = avalanche_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - provider: Scalars['bnb_swap_Bytes']; + stableSwap: avalanche_swap_StableSwap; + provider: Scalars['avalanche_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -166546,11 +166540,11 @@ export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_StableSwapAddLiquidityEvent_filter = { +export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166579,17 +166573,17 @@ export type bnb_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -166648,16 +166642,16 @@ export type bnb_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -166667,12 +166661,12 @@ export type bnb_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = +export type avalanche_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -166703,16 +166697,16 @@ export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type bnb_swap_StableSwapEvent = { +export type avalanche_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; + stableSwap: avalanche_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_StableSwapEvent_filter = { +export type avalanche_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166741,7 +166735,7 @@ export type bnb_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -166758,16 +166752,16 @@ export type bnb_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -166777,12 +166771,12 @@ export type bnb_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapEvent_orderBy = +export type avalanche_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -166806,10 +166800,10 @@ export type bnb_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type bnb_swap_StableSwapExchange = { +export type avalanche_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - buyer: Scalars['bnb_swap_Bytes']; + stableSwap: avalanche_swap_StableSwap; + buyer: Scalars['avalanche_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -166818,11 +166812,11 @@ export type bnb_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_StableSwapExchange_filter = { +export type avalanche_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -166851,17 +166845,17 @@ export type bnb_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -166924,16 +166918,16 @@ export type bnb_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -166943,12 +166937,12 @@ export type bnb_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapExchange_orderBy = +export type avalanche_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -166979,10 +166973,10 @@ export type bnb_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { +export type avalanche_swap_StableSwapRemoveLiquidityEvent = avalanche_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; - provider: Scalars['bnb_swap_Bytes']; + stableSwap: avalanche_swap_StableSwap; + provider: Scalars['avalanche_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -166991,11 +166985,11 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['bnb_swap_Bytes']; + transaction: Scalars['avalanche_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { +export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167024,17 +167018,17 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + 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>; @@ -167093,16 +167087,16 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -167112,12 +167106,12 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -167148,7 +167142,7 @@ export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type bnb_swap_StableSwap_filter = { +export type avalanche_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167161,54 +167155,54 @@ export type bnb_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: 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; + 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; @@ -167257,12 +167251,12 @@ export type bnb_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -167305,18 +167299,18 @@ export type bnb_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_StableSwap_orderBy = +export type avalanche_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -167343,14 +167337,14 @@ export type bnb_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { +export type avalanche_swap_SwapDailyVolume = avalanche_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; + stableSwap: avalanche_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type bnb_swap_SwapDailyVolume_filter = { +export type avalanche_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167379,7 +167373,7 @@ export type bnb_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -167388,21 +167382,21 @@ export type bnb_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SwapDailyVolume_orderBy = +export type avalanche_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -167424,14 +167418,14 @@ export type bnb_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { +export type avalanche_swap_SwapHourlyVolume = avalanche_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; + stableSwap: avalanche_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type bnb_swap_SwapHourlyVolume_filter = { +export type avalanche_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167460,7 +167454,7 @@ export type bnb_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -167469,21 +167463,21 @@ export type bnb_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SwapHourlyVolume_orderBy = +export type avalanche_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -167505,13 +167499,13 @@ export type bnb_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type bnb_swap_SwapTradeVolume = { - stableSwap: bnb_swap_StableSwap; +export type avalanche_swap_SwapTradeVolume = { + stableSwap: avalanche_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type bnb_swap_SwapTradeVolume_filter = { +export type avalanche_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -167532,7 +167526,7 @@ export type bnb_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -167541,21 +167535,21 @@ export type bnb_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SwapTradeVolume_orderBy = +export type avalanche_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -167576,14 +167570,14 @@ export type bnb_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { +export type avalanche_swap_SwapWeeklyVolume = avalanche_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: bnb_swap_StableSwap; + stableSwap: avalanche_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['bnb_swap_BigDecimal']; + volume: Scalars['avalanche_swap_BigDecimal']; }; -export type bnb_swap_SwapWeeklyVolume_filter = { +export type avalanche_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167612,7 +167606,7 @@ export type bnb_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -167621,21 +167615,21 @@ export type bnb_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SwapWeeklyVolume_orderBy = +export type avalanche_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -167657,13 +167651,13 @@ export type bnb_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type bnb_swap_SystemInfo = { +export type avalanche_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type bnb_swap_SystemInfo_filter = { +export type avalanche_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167689,29 +167683,29 @@ export type bnb_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type bnb_swap_SystemInfo_orderBy = +export type avalanche_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type bnb_swap__Block_ = { +export type avalanche_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type bnb_swap__Meta_ = { +export type avalanche_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 @@ -167719,7 +167713,7 @@ export type bnb_swap__Meta_ = { * and therefore asks for the latest block * */ - block: bnb_swap__Block_; + block: avalanche_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -171488,46 +171482,46 @@ export type arbitrumone_swap__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type xdai_swap_Aggregation_interval = +export type bnb_swap_Aggregation_interval = | 'hour' | 'day'; -export type xdai_swap_BlockChangedFilter = { +export type bnb_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xdai_swap_Block_height = { - hash?: InputMaybe; +export type bnb_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xdai_swap_LpAccount = { +export type bnb_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - balances: Array; + address: Scalars['bnb_swap_Bytes']; + balances: Array; }; -export type xdai_swap_LpAccountbalancesArgs = { +export type bnb_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_LpAccountBalance = { +export type bnb_swap_LpAccountBalance = { id: Scalars['ID']; - account: xdai_swap_LpAccount; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; + account: bnb_swap_LpAccount; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type xdai_swap_LpAccountBalance_filter = { +export type bnb_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171556,7 +171550,7 @@ export type xdai_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -171577,15 +171571,15 @@ export type xdai_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -171602,23 +171596,23 @@ export type xdai_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpAccountBalance_orderBy = +export type bnb_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -171635,7 +171629,7 @@ export type xdai_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type xdai_swap_LpAccount_filter = { +export type bnb_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171644,59 +171638,59 @@ export type xdai_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpAccount_orderBy = +export type bnb_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type xdai_swap_LpToken = { +export type bnb_swap_LpToken = { id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - stableSwap: xdai_swap_StableSwap; + address: Scalars['bnb_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['xdai_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['bnb_swap_BigDecimal']; + events: Array; }; -export type xdai_swap_LpTokeneventsArgs = { +export type bnb_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_LpTokenEvent = { +export type bnb_swap_LpTokenEvent = { id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; + token: bnb_swap_LpToken; + amount: Scalars['bnb_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_LpTokenEvent_filter = { +export type bnb_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171725,15 +171719,15 @@ export type xdai_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -171750,16 +171744,16 @@ export type xdai_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -171769,12 +171763,12 @@ export type xdai_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpTokenEvent_orderBy = +export type bnb_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -171789,7 +171783,7 @@ export type xdai_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_LpToken_filter = { +export type bnb_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171798,16 +171792,16 @@ export type xdai_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -171828,7 +171822,7 @@ export type xdai_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -171877,22 +171871,22 @@ export type xdai_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpToken_orderBy = +export type bnb_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -171918,21 +171912,21 @@ export type xdai_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { +export type bnb_swap_LpTransferEvent = bnb_swap_LpTokenEvent & { id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; - from: Scalars['xdai_swap_Bytes']; - to: Scalars['xdai_swap_Bytes']; - fromBalance: Scalars['xdai_swap_BigDecimal']; - toBalance: Scalars['xdai_swap_BigDecimal']; + token: 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['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_LpTransferEvent_filter = { +export type bnb_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171961,51 +171955,51 @@ export type xdai_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -172022,16 +172016,16 @@ export type xdai_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -172041,12 +172035,12 @@ export type xdai_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpTransferEvent_orderBy = +export type bnb_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -172066,16 +172060,16 @@ export type xdai_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type xdai_swap_OrderDirection = +export type bnb_swap_OrderDirection = | 'asc' | 'desc'; -export type xdai_swap_PooledToken = { +export type bnb_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['xdai_swap_Bytes']; + asset: Scalars['bnb_swap_Bytes']; }; -export type xdai_swap_PooledToken_filter = { +export type bnb_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172084,103 +172078,103 @@ export type xdai_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_PooledToken_orderBy = +export type bnb_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type xdai_swap_StableSwap = { +export type bnb_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['xdai_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['bnb_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type xdai_swap_StableSwapeventsArgs = { +export type bnb_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapexchangesArgs = { +export type bnb_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwaphourlyVolumesArgs = { +export type bnb_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapdailyVolumesArgs = { +export type bnb_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapweeklyVolumesArgs = { +export type bnb_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { +export type bnb_swap_StableSwapAddLiquidityEvent = bnb_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -172189,11 +172183,11 @@ export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapAddLiquidityEvent_filter = { +export type bnb_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172222,17 +172216,17 @@ export type xdai_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -172291,16 +172285,16 @@ export type xdai_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -172310,12 +172304,12 @@ export type xdai_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = +export type bnb_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -172346,16 +172340,16 @@ export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapEvent = { +export type bnb_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapEvent_filter = { +export type bnb_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172384,7 +172378,7 @@ export type xdai_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -172401,16 +172395,16 @@ export type xdai_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -172420,12 +172414,12 @@ export type xdai_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapEvent_orderBy = +export type bnb_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -172449,10 +172443,10 @@ export type xdai_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapExchange = { +export type bnb_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - buyer: Scalars['xdai_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + buyer: Scalars['bnb_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -172461,11 +172455,11 @@ export type xdai_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapExchange_filter = { +export type bnb_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172494,17 +172488,17 @@ export type xdai_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -172567,16 +172561,16 @@ export type xdai_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -172586,12 +172580,12 @@ export type xdai_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapExchange_orderBy = +export type bnb_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -172622,10 +172616,10 @@ export type xdai_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { +export type bnb_swap_StableSwapRemoveLiquidityEvent = bnb_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; + stableSwap: bnb_swap_StableSwap; + provider: Scalars['bnb_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -172634,11 +172628,11 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['bnb_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type bnb_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172667,17 +172661,17 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -172736,16 +172730,16 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -172755,12 +172749,12 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type bnb_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -172791,7 +172785,7 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwap_filter = { +export type bnb_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172804,26 +172798,26 @@ export type xdai_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -172832,26 +172826,26 @@ export type xdai_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -172900,12 +172894,12 @@ export type xdai_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -172948,18 +172942,18 @@ export type xdai_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwap_orderBy = +export type bnb_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -172986,14 +172980,14 @@ export type xdai_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { +export type bnb_swap_SwapDailyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type xdai_swap_SwapDailyVolume_filter = { +export type bnb_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173022,7 +173016,7 @@ export type xdai_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -173031,21 +173025,21 @@ export type xdai_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapDailyVolume_orderBy = +export type bnb_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -173067,14 +173061,14 @@ export type xdai_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { +export type bnb_swap_SwapHourlyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type xdai_swap_SwapHourlyVolume_filter = { +export type bnb_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173103,7 +173097,7 @@ export type xdai_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -173112,21 +173106,21 @@ export type xdai_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapHourlyVolume_orderBy = +export type bnb_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -173148,13 +173142,13 @@ export type xdai_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapTradeVolume = { - stableSwap: xdai_swap_StableSwap; +export type bnb_swap_SwapTradeVolume = { + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type xdai_swap_SwapTradeVolume_filter = { +export type bnb_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -173175,7 +173169,7 @@ export type xdai_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -173184,21 +173178,21 @@ export type xdai_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapTradeVolume_orderBy = +export type bnb_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -173219,14 +173213,14 @@ export type xdai_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { +export type bnb_swap_SwapWeeklyVolume = bnb_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: bnb_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['bnb_swap_BigDecimal']; }; -export type xdai_swap_SwapWeeklyVolume_filter = { +export type bnb_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173255,7 +173249,7 @@ export type xdai_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -173264,21 +173258,21 @@ export type xdai_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapWeeklyVolume_orderBy = +export type bnb_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -173300,13 +173294,13 @@ export type xdai_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SystemInfo = { +export type bnb_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type xdai_swap_SystemInfo_filter = { +export type bnb_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173332,29 +173326,29 @@ export type xdai_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SystemInfo_orderBy = +export type bnb_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type xdai_swap__Block_ = { +export type bnb_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type xdai_swap__Meta_ = { +export type bnb_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -173362,53 +173356,53 @@ export type xdai_swap__Meta_ = { * and therefore asks for the latest block * */ - block: xdai_swap__Block_; + block: bnb_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type polygon_swap_Aggregation_interval = +export type xdai_swap_Aggregation_interval = | 'hour' | 'day'; -export type polygon_swap_BlockChangedFilter = { +export type xdai_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygon_swap_Block_height = { - hash?: InputMaybe; +export type xdai_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygon_swap_LpAccount = { +export type xdai_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - balances: Array; + address: Scalars['xdai_swap_Bytes']; + balances: Array; }; -export type polygon_swap_LpAccountbalancesArgs = { +export type xdai_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_LpAccountBalance = { +export type xdai_swap_LpAccountBalance = { id: Scalars['ID']; - account: polygon_swap_LpAccount; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; + account: xdai_swap_LpAccount; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type polygon_swap_LpAccountBalance_filter = { +export type xdai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173437,7 +173431,7 @@ export type polygon_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -173458,15 +173452,15 @@ export type polygon_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -173483,23 +173477,23 @@ export type polygon_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpAccountBalance_orderBy = +export type xdai_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -173516,7 +173510,7 @@ export type polygon_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type polygon_swap_LpAccount_filter = { +export type xdai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173525,59 +173519,59 @@ export type polygon_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: 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 = +export type xdai_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type polygon_swap_LpToken = { +export type xdai_swap_LpToken = { id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - stableSwap: polygon_swap_StableSwap; + address: Scalars['xdai_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['polygon_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['xdai_swap_BigDecimal']; + events: Array; }; -export type polygon_swap_LpTokeneventsArgs = { +export type xdai_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_LpTokenEvent = { +export type xdai_swap_LpTokenEvent = { id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_LpTokenEvent_filter = { +export type xdai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173606,15 +173600,15 @@ export type polygon_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -173631,16 +173625,16 @@ export type polygon_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -173650,12 +173644,12 @@ export type polygon_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpTokenEvent_orderBy = +export type xdai_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -173670,7 +173664,7 @@ export type polygon_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_LpToken_filter = { +export type xdai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173679,16 +173673,16 @@ export type polygon_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -173709,7 +173703,7 @@ export type polygon_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -173758,22 +173752,22 @@ export type polygon_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpToken_orderBy = +export type xdai_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -173799,21 +173793,21 @@ export type polygon_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { +export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; - from: Scalars['polygon_swap_Bytes']; - to: Scalars['polygon_swap_Bytes']; - fromBalance: Scalars['polygon_swap_BigDecimal']; - toBalance: Scalars['polygon_swap_BigDecimal']; + token: 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['polygon_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_LpTransferEvent_filter = { +export type xdai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173842,51 +173836,51 @@ export type polygon_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -173903,16 +173897,16 @@ export type polygon_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -173922,12 +173916,12 @@ export type polygon_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpTransferEvent_orderBy = +export type xdai_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -173947,16 +173941,16 @@ export type polygon_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type polygon_swap_OrderDirection = +export type xdai_swap_OrderDirection = | 'asc' | 'desc'; -export type polygon_swap_PooledToken = { +export type xdai_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['polygon_swap_Bytes']; + asset: Scalars['xdai_swap_Bytes']; }; -export type polygon_swap_PooledToken_filter = { +export type xdai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173965,103 +173959,103 @@ export type polygon_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_PooledToken_orderBy = +export type xdai_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type polygon_swap_StableSwap = { +export type xdai_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['polygon_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['xdai_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type polygon_swap_StableSwapeventsArgs = { +export type xdai_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapexchangesArgs = { +export type xdai_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwaphourlyVolumesArgs = { +export type xdai_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapdailyVolumesArgs = { +export type xdai_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapweeklyVolumesArgs = { +export type xdai_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { +export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -174070,11 +174064,11 @@ export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEv balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapAddLiquidityEvent_filter = { +export type xdai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174103,17 +174097,17 @@ export type polygon_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -174172,16 +174166,16 @@ export type polygon_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -174191,12 +174185,12 @@ export type polygon_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = +export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -174227,16 +174221,16 @@ export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapEvent = { +export type xdai_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapEvent_filter = { +export type xdai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174265,7 +174259,7 @@ export type polygon_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -174282,16 +174276,16 @@ export type polygon_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -174301,12 +174295,12 @@ export type polygon_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapEvent_orderBy = +export type xdai_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -174330,10 +174324,10 @@ export type polygon_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapExchange = { +export type xdai_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - buyer: Scalars['polygon_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + buyer: Scalars['xdai_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -174342,11 +174336,11 @@ export type polygon_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapExchange_filter = { +export type xdai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174375,17 +174369,17 @@ export type polygon_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -174448,16 +174442,16 @@ export type polygon_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -174467,12 +174461,12 @@ export type polygon_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapExchange_orderBy = +export type xdai_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -174503,10 +174497,10 @@ export type polygon_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { +export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -174515,11 +174509,11 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwa balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { +export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174548,17 +174542,17 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -174617,16 +174611,16 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -174636,12 +174630,12 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -174672,7 +174666,7 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwap_filter = { +export type xdai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174685,26 +174679,26 @@ export type polygon_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -174713,26 +174707,26 @@ export type polygon_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -174781,12 +174775,12 @@ export type polygon_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -174829,18 +174823,18 @@ export type polygon_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwap_orderBy = +export type xdai_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -174867,14 +174861,14 @@ export type polygon_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { +export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type polygon_swap_SwapDailyVolume_filter = { +export type xdai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174903,7 +174897,7 @@ export type polygon_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -174912,21 +174906,21 @@ export type polygon_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapDailyVolume_orderBy = +export type xdai_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -174948,14 +174942,14 @@ export type polygon_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { +export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type polygon_swap_SwapHourlyVolume_filter = { +export type xdai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174984,7 +174978,7 @@ export type polygon_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -174993,21 +174987,21 @@ export type polygon_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapHourlyVolume_orderBy = +export type xdai_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -175029,13 +175023,13 @@ export type polygon_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapTradeVolume = { - stableSwap: polygon_swap_StableSwap; +export type xdai_swap_SwapTradeVolume = { + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type polygon_swap_SwapTradeVolume_filter = { +export type xdai_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -175056,7 +175050,7 @@ export type polygon_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -175065,21 +175059,21 @@ export type polygon_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapTradeVolume_orderBy = +export type xdai_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -175100,14 +175094,14 @@ export type polygon_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { +export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type polygon_swap_SwapWeeklyVolume_filter = { +export type xdai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175136,7 +175130,7 @@ export type polygon_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -175145,21 +175139,21 @@ export type polygon_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapWeeklyVolume_orderBy = +export type xdai_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -175181,13 +175175,13 @@ export type polygon_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SystemInfo = { +export type xdai_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type polygon_swap_SystemInfo_filter = { +export type xdai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175213,29 +175207,29 @@ export type polygon_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SystemInfo_orderBy = +export type xdai_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type polygon_swap__Block_ = { +export type xdai_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type polygon_swap__Meta_ = { +export type xdai_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -175243,53 +175237,53 @@ export type polygon_swap__Meta_ = { * and therefore asks for the latest block * */ - block: polygon_swap__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 avalanche_swap_Aggregation_interval = +export type polygon_swap_Aggregation_interval = | 'hour' | 'day'; -export type avalanche_swap_BlockChangedFilter = { +export type polygon_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type avalanche_swap_Block_height = { - hash?: InputMaybe; +export type polygon_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type avalanche_swap_LpAccount = { +export type polygon_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['avalanche_swap_Bytes']; - balances: Array; + address: Scalars['polygon_swap_Bytes']; + balances: Array; }; -export type avalanche_swap_LpAccountbalancesArgs = { +export type polygon_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_LpAccountBalance = { +export type polygon_swap_LpAccountBalance = { id: Scalars['ID']; - account: avalanche_swap_LpAccount; - token: avalanche_swap_LpToken; - amount: Scalars['avalanche_swap_BigDecimal']; + account: polygon_swap_LpAccount; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type avalanche_swap_LpAccountBalance_filter = { +export type polygon_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175318,7 +175312,7 @@ export type avalanche_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -175339,15 +175333,15 @@ export type avalanche_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -175364,23 +175358,23 @@ export type avalanche_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_LpAccountBalance_orderBy = +export type polygon_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -175397,7 +175391,7 @@ export type avalanche_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type avalanche_swap_LpAccount_filter = { +export type polygon_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175406,59 +175400,59 @@ export type avalanche_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_LpAccount_orderBy = +export type polygon_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type avalanche_swap_LpToken = { +export type polygon_swap_LpToken = { id: Scalars['ID']; - address: Scalars['avalanche_swap_Bytes']; - stableSwap: avalanche_swap_StableSwap; + address: Scalars['polygon_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['avalanche_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['polygon_swap_BigDecimal']; + events: Array; }; -export type avalanche_swap_LpTokeneventsArgs = { +export type polygon_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_LpTokenEvent = { +export type polygon_swap_LpTokenEvent = { id: Scalars['ID']; - token: avalanche_swap_LpToken; - amount: Scalars['avalanche_swap_BigDecimal']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_LpTokenEvent_filter = { +export type polygon_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175487,15 +175481,15 @@ export type avalanche_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -175512,16 +175506,16 @@ export type avalanche_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -175531,12 +175525,12 @@ export type avalanche_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_LpTokenEvent_orderBy = +export type polygon_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -175551,7 +175545,7 @@ export type avalanche_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type avalanche_swap_LpToken_filter = { +export type polygon_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175560,16 +175554,16 @@ export type avalanche_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -175590,7 +175584,7 @@ export type avalanche_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -175639,22 +175633,22 @@ export type avalanche_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_LpToken_orderBy = +export type polygon_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -175680,21 +175674,21 @@ export type avalanche_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type avalanche_swap_LpTransferEvent = avalanche_swap_LpTokenEvent & { +export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { id: Scalars['ID']; - token: avalanche_swap_LpToken; - amount: Scalars['avalanche_swap_BigDecimal']; - from: Scalars['avalanche_swap_Bytes']; - to: Scalars['avalanche_swap_Bytes']; - fromBalance: Scalars['avalanche_swap_BigDecimal']; - toBalance: Scalars['avalanche_swap_BigDecimal']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + from: Scalars['polygon_swap_Bytes']; + to: Scalars['polygon_swap_Bytes']; + fromBalance: Scalars['polygon_swap_BigDecimal']; + toBalance: Scalars['polygon_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_LpTransferEvent_filter = { +export type polygon_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175723,51 +175717,51 @@ export type avalanche_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -175784,16 +175778,16 @@ export type avalanche_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -175803,12 +175797,12 @@ export type avalanche_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_LpTransferEvent_orderBy = +export type polygon_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -175828,16 +175822,16 @@ export type avalanche_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type avalanche_swap_OrderDirection = +export type polygon_swap_OrderDirection = | 'asc' | 'desc'; -export type avalanche_swap_PooledToken = { +export type polygon_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['avalanche_swap_Bytes']; + asset: Scalars['polygon_swap_Bytes']; }; -export type avalanche_swap_PooledToken_filter = { +export type polygon_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175846,103 +175840,103 @@ export type avalanche_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_PooledToken_orderBy = +export type polygon_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type avalanche_swap_StableSwap = { +export type polygon_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['avalanche_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['polygon_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type avalanche_swap_StableSwapeventsArgs = { +export type polygon_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_StableSwapexchangesArgs = { +export type polygon_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_StableSwaphourlyVolumesArgs = { +export type polygon_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_StableSwapdailyVolumesArgs = { +export type polygon_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_StableSwapweeklyVolumesArgs = { +export type polygon_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type avalanche_swap_StableSwapAddLiquidityEvent = avalanche_swap_StableSwapEvent & { +export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - provider: Scalars['avalanche_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -175951,11 +175945,11 @@ export type avalanche_swap_StableSwapAddLiquidityEvent = avalanche_swap_StableSw balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { +export type polygon_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175984,17 +175978,17 @@ export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -176053,16 +176047,16 @@ export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -176072,12 +176066,12 @@ export type avalanche_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_StableSwapAddLiquidityEvent_orderBy = +export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -176108,16 +176102,16 @@ export type avalanche_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type avalanche_swap_StableSwapEvent = { +export type polygon_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_StableSwapEvent_filter = { +export type polygon_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176146,7 +176140,7 @@ export type avalanche_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -176163,16 +176157,16 @@ export type avalanche_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -176182,12 +176176,12 @@ export type avalanche_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_StableSwapEvent_orderBy = +export type polygon_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -176211,10 +176205,10 @@ export type avalanche_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type avalanche_swap_StableSwapExchange = { +export type polygon_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - buyer: Scalars['avalanche_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + buyer: Scalars['polygon_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -176223,11 +176217,11 @@ export type avalanche_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_StableSwapExchange_filter = { +export type polygon_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176256,17 +176250,17 @@ export type avalanche_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -176329,16 +176323,16 @@ export type avalanche_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -176348,12 +176342,12 @@ export type avalanche_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_StableSwapExchange_orderBy = +export type polygon_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -176384,10 +176378,10 @@ export type avalanche_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type avalanche_swap_StableSwapRemoveLiquidityEvent = avalanche_swap_StableSwapEvent & { +export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; - provider: Scalars['avalanche_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -176396,11 +176390,11 @@ export type avalanche_swap_StableSwapRemoveLiquidityEvent = avalanche_swap_Stabl balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['avalanche_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { +export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176429,17 +176423,17 @@ export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -176498,16 +176492,16 @@ export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -176517,12 +176511,12 @@ export type avalanche_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -176553,7 +176547,7 @@ export type avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type avalanche_swap_StableSwap_filter = { +export type polygon_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176566,26 +176560,26 @@ export type avalanche_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -176594,26 +176588,26 @@ export type avalanche_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -176662,12 +176656,12 @@ export type avalanche_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -176710,18 +176704,18 @@ export type avalanche_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_StableSwap_orderBy = +export type polygon_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -176748,14 +176742,14 @@ export type avalanche_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type avalanche_swap_SwapDailyVolume = avalanche_swap_SwapTradeVolume & { +export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type avalanche_swap_SwapDailyVolume_filter = { +export type polygon_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176784,7 +176778,7 @@ export type avalanche_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -176793,21 +176787,21 @@ export type avalanche_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_SwapDailyVolume_orderBy = +export type polygon_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -176829,14 +176823,14 @@ export type avalanche_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type avalanche_swap_SwapHourlyVolume = avalanche_swap_SwapTradeVolume & { +export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type avalanche_swap_SwapHourlyVolume_filter = { +export type polygon_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -176865,7 +176859,7 @@ export type avalanche_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -176874,21 +176868,21 @@ export type avalanche_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_SwapHourlyVolume_orderBy = +export type polygon_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -176910,13 +176904,13 @@ export type avalanche_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type avalanche_swap_SwapTradeVolume = { - stableSwap: avalanche_swap_StableSwap; +export type polygon_swap_SwapTradeVolume = { + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type avalanche_swap_SwapTradeVolume_filter = { +export type polygon_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -176937,7 +176931,7 @@ export type avalanche_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -176946,21 +176940,21 @@ export type avalanche_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_SwapTradeVolume_orderBy = +export type polygon_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -176981,14 +176975,14 @@ export type avalanche_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type avalanche_swap_SwapWeeklyVolume = avalanche_swap_SwapTradeVolume & { +export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: avalanche_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['avalanche_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type avalanche_swap_SwapWeeklyVolume_filter = { +export type polygon_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177017,7 +177011,7 @@ export type avalanche_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -177026,21 +177020,21 @@ export type avalanche_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_SwapWeeklyVolume_orderBy = +export type polygon_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -177062,13 +177056,13 @@ export type avalanche_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type avalanche_swap_SystemInfo = { +export type polygon_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type avalanche_swap_SystemInfo_filter = { +export type polygon_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -177094,29 +177088,29 @@ export type avalanche_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type avalanche_swap_SystemInfo_orderBy = +export type polygon_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type avalanche_swap__Block_ = { +export type polygon_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type avalanche_swap__Meta_ = { +export type polygon_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -177124,7 +177118,7 @@ export type avalanche_swap__Meta_ = { * and therefore asks for the latest block * */ - block: avalanche_swap__Block_; + block: polygon_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -177219,128 +177213,126 @@ export type DirectiveResolverFn; Subscription: ResolverTypeWrapper<{}>; - sepolia_swap_Aggregation_interval: sepolia_swap_Aggregation_interval; - sepolia_swap_BigDecimal: ResolverTypeWrapper; + metis_swap_Aggregation_interval: metis_swap_Aggregation_interval; + metis_swap_BigDecimal: ResolverTypeWrapper; BigInt: ResolverTypeWrapper; - sepolia_swap_BlockChangedFilter: sepolia_swap_BlockChangedFilter; - sepolia_swap_Block_height: sepolia_swap_Block_height; + metis_swap_BlockChangedFilter: metis_swap_BlockChangedFilter; + metis_swap_Block_height: metis_swap_Block_height; Boolean: ResolverTypeWrapper; - sepolia_swap_Bytes: ResolverTypeWrapper; + metis_swap_Bytes: ResolverTypeWrapper; Float: ResolverTypeWrapper; ID: ResolverTypeWrapper; Int: ResolverTypeWrapper; - sepolia_swap_Int8: ResolverTypeWrapper; - sepolia_swap_LpAccount: ResolverTypeWrapper; - sepolia_swap_LpAccountBalance: ResolverTypeWrapper; - sepolia_swap_LpAccountBalance_filter: sepolia_swap_LpAccountBalance_filter; - sepolia_swap_LpAccountBalance_orderBy: sepolia_swap_LpAccountBalance_orderBy; - sepolia_swap_LpAccount_filter: sepolia_swap_LpAccount_filter; - sepolia_swap_LpAccount_orderBy: sepolia_swap_LpAccount_orderBy; - sepolia_swap_LpToken: ResolverTypeWrapper; - sepolia_swap_LpTokenEvent: ResolversTypes['sepolia_swap_LpTransferEvent']; - sepolia_swap_LpTokenEvent_filter: sepolia_swap_LpTokenEvent_filter; - sepolia_swap_LpTokenEvent_orderBy: sepolia_swap_LpTokenEvent_orderBy; - sepolia_swap_LpToken_filter: sepolia_swap_LpToken_filter; - sepolia_swap_LpToken_orderBy: sepolia_swap_LpToken_orderBy; - sepolia_swap_LpTransferEvent: ResolverTypeWrapper; - sepolia_swap_LpTransferEvent_filter: sepolia_swap_LpTransferEvent_filter; - sepolia_swap_LpTransferEvent_orderBy: sepolia_swap_LpTransferEvent_orderBy; - sepolia_swap_OrderDirection: sepolia_swap_OrderDirection; - sepolia_swap_PooledToken: ResolverTypeWrapper; - sepolia_swap_PooledToken_filter: sepolia_swap_PooledToken_filter; - sepolia_swap_PooledToken_orderBy: sepolia_swap_PooledToken_orderBy; - sepolia_swap_StableSwap: ResolverTypeWrapper; - sepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - sepolia_swap_StableSwapAddLiquidityEvent_filter: sepolia_swap_StableSwapAddLiquidityEvent_filter; - sepolia_swap_StableSwapAddLiquidityEvent_orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy; - sepolia_swap_StableSwapEvent: ResolversTypes['sepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['sepolia_swap_StableSwapRemoveLiquidityEvent']; - sepolia_swap_StableSwapEvent_filter: sepolia_swap_StableSwapEvent_filter; - sepolia_swap_StableSwapEvent_orderBy: sepolia_swap_StableSwapEvent_orderBy; - sepolia_swap_StableSwapExchange: ResolverTypeWrapper; - sepolia_swap_StableSwapExchange_filter: sepolia_swap_StableSwapExchange_filter; - sepolia_swap_StableSwapExchange_orderBy: sepolia_swap_StableSwapExchange_orderBy; - sepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - sepolia_swap_StableSwapRemoveLiquidityEvent_filter: sepolia_swap_StableSwapRemoveLiquidityEvent_filter; - sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; - sepolia_swap_StableSwap_filter: sepolia_swap_StableSwap_filter; - sepolia_swap_StableSwap_orderBy: sepolia_swap_StableSwap_orderBy; + metis_swap_Int8: ResolverTypeWrapper; + metis_swap_LpAccount: ResolverTypeWrapper; + metis_swap_LpAccountBalance: ResolverTypeWrapper; + metis_swap_LpAccountBalance_filter: metis_swap_LpAccountBalance_filter; + metis_swap_LpAccountBalance_orderBy: metis_swap_LpAccountBalance_orderBy; + metis_swap_LpAccount_filter: metis_swap_LpAccount_filter; + metis_swap_LpAccount_orderBy: metis_swap_LpAccount_orderBy; + metis_swap_LpToken: ResolverTypeWrapper; + metis_swap_LpTokenEvent: ResolversTypes['metis_swap_LpTransferEvent']; + metis_swap_LpTokenEvent_filter: metis_swap_LpTokenEvent_filter; + metis_swap_LpTokenEvent_orderBy: metis_swap_LpTokenEvent_orderBy; + metis_swap_LpToken_filter: metis_swap_LpToken_filter; + metis_swap_LpToken_orderBy: metis_swap_LpToken_orderBy; + metis_swap_LpTransferEvent: ResolverTypeWrapper; + metis_swap_LpTransferEvent_filter: metis_swap_LpTransferEvent_filter; + metis_swap_LpTransferEvent_orderBy: metis_swap_LpTransferEvent_orderBy; + metis_swap_OrderDirection: metis_swap_OrderDirection; + metis_swap_PooledToken: ResolverTypeWrapper; + metis_swap_PooledToken_filter: metis_swap_PooledToken_filter; + metis_swap_PooledToken_orderBy: metis_swap_PooledToken_orderBy; + metis_swap_StableSwap: ResolverTypeWrapper; + metis_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + metis_swap_StableSwapAddLiquidityEvent_filter: metis_swap_StableSwapAddLiquidityEvent_filter; + metis_swap_StableSwapAddLiquidityEvent_orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy; + metis_swap_StableSwapEvent: ResolversTypes['metis_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['metis_swap_StableSwapRemoveLiquidityEvent']; + metis_swap_StableSwapEvent_filter: metis_swap_StableSwapEvent_filter; + metis_swap_StableSwapEvent_orderBy: metis_swap_StableSwapEvent_orderBy; + metis_swap_StableSwapExchange: ResolverTypeWrapper; + metis_swap_StableSwapExchange_filter: metis_swap_StableSwapExchange_filter; + metis_swap_StableSwapExchange_orderBy: metis_swap_StableSwapExchange_orderBy; + metis_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + metis_swap_StableSwapRemoveLiquidityEvent_filter: metis_swap_StableSwapRemoveLiquidityEvent_filter; + metis_swap_StableSwapRemoveLiquidityEvent_orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy; + metis_swap_StableSwap_filter: metis_swap_StableSwap_filter; + metis_swap_StableSwap_orderBy: metis_swap_StableSwap_orderBy; String: ResolverTypeWrapper; - sepolia_swap_SwapDailyVolume: ResolverTypeWrapper; - sepolia_swap_SwapDailyVolume_filter: sepolia_swap_SwapDailyVolume_filter; - sepolia_swap_SwapDailyVolume_orderBy: sepolia_swap_SwapDailyVolume_orderBy; - sepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; - sepolia_swap_SwapHourlyVolume_filter: sepolia_swap_SwapHourlyVolume_filter; - sepolia_swap_SwapHourlyVolume_orderBy: sepolia_swap_SwapHourlyVolume_orderBy; - sepolia_swap_SwapTradeVolume: ResolversTypes['sepolia_swap_SwapDailyVolume'] | ResolversTypes['sepolia_swap_SwapHourlyVolume'] | ResolversTypes['sepolia_swap_SwapWeeklyVolume']; - sepolia_swap_SwapTradeVolume_filter: sepolia_swap_SwapTradeVolume_filter; - sepolia_swap_SwapTradeVolume_orderBy: sepolia_swap_SwapTradeVolume_orderBy; - sepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; - sepolia_swap_SwapWeeklyVolume_filter: sepolia_swap_SwapWeeklyVolume_filter; - sepolia_swap_SwapWeeklyVolume_orderBy: sepolia_swap_SwapWeeklyVolume_orderBy; - sepolia_swap_SystemInfo: ResolverTypeWrapper; - sepolia_swap_SystemInfo_filter: sepolia_swap_SystemInfo_filter; - sepolia_swap_SystemInfo_orderBy: sepolia_swap_SystemInfo_orderBy; + metis_swap_SwapDailyVolume: ResolverTypeWrapper; + metis_swap_SwapDailyVolume_filter: metis_swap_SwapDailyVolume_filter; + metis_swap_SwapDailyVolume_orderBy: metis_swap_SwapDailyVolume_orderBy; + metis_swap_SwapHourlyVolume: ResolverTypeWrapper; + metis_swap_SwapHourlyVolume_filter: metis_swap_SwapHourlyVolume_filter; + metis_swap_SwapHourlyVolume_orderBy: metis_swap_SwapHourlyVolume_orderBy; + metis_swap_SwapTradeVolume: ResolversTypes['metis_swap_SwapDailyVolume'] | ResolversTypes['metis_swap_SwapHourlyVolume'] | ResolversTypes['metis_swap_SwapWeeklyVolume']; + metis_swap_SwapTradeVolume_filter: metis_swap_SwapTradeVolume_filter; + metis_swap_SwapTradeVolume_orderBy: metis_swap_SwapTradeVolume_orderBy; + metis_swap_SwapWeeklyVolume: ResolverTypeWrapper; + metis_swap_SwapWeeklyVolume_filter: metis_swap_SwapWeeklyVolume_filter; + metis_swap_SwapWeeklyVolume_orderBy: metis_swap_SwapWeeklyVolume_orderBy; + metis_swap_SystemInfo: ResolverTypeWrapper; + metis_swap_SystemInfo_filter: metis_swap_SystemInfo_filter; + metis_swap_SystemInfo_orderBy: metis_swap_SystemInfo_orderBy; Timestamp: ResolverTypeWrapper; - sepolia_swap__Block_: ResolverTypeWrapper; - sepolia_swap__Meta_: ResolverTypeWrapper; + metis_swap__Block_: ResolverTypeWrapper; + metis_swap__Meta_: ResolverTypeWrapper; _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; - optimismsepolia_swap_Aggregation_interval: optimismsepolia_swap_Aggregation_interval; - optimismsepolia_swap_BigDecimal: ResolverTypeWrapper; - optimismsepolia_swap_BlockChangedFilter: optimismsepolia_swap_BlockChangedFilter; - optimismsepolia_swap_Block_height: optimismsepolia_swap_Block_height; - optimismsepolia_swap_Bytes: ResolverTypeWrapper; - optimismsepolia_swap_Int8: ResolverTypeWrapper; - optimismsepolia_swap_LpAccount: ResolverTypeWrapper; - optimismsepolia_swap_LpAccountBalance: ResolverTypeWrapper; - optimismsepolia_swap_LpAccountBalance_filter: optimismsepolia_swap_LpAccountBalance_filter; - optimismsepolia_swap_LpAccountBalance_orderBy: optimismsepolia_swap_LpAccountBalance_orderBy; - optimismsepolia_swap_LpAccount_filter: optimismsepolia_swap_LpAccount_filter; - optimismsepolia_swap_LpAccount_orderBy: optimismsepolia_swap_LpAccount_orderBy; - optimismsepolia_swap_LpToken: ResolverTypeWrapper; - optimismsepolia_swap_LpTokenEvent: ResolversTypes['optimismsepolia_swap_LpTransferEvent']; - optimismsepolia_swap_LpTokenEvent_filter: optimismsepolia_swap_LpTokenEvent_filter; - optimismsepolia_swap_LpTokenEvent_orderBy: optimismsepolia_swap_LpTokenEvent_orderBy; - optimismsepolia_swap_LpToken_filter: optimismsepolia_swap_LpToken_filter; - optimismsepolia_swap_LpToken_orderBy: optimismsepolia_swap_LpToken_orderBy; - optimismsepolia_swap_LpTransferEvent: ResolverTypeWrapper; - optimismsepolia_swap_LpTransferEvent_filter: optimismsepolia_swap_LpTransferEvent_filter; - optimismsepolia_swap_LpTransferEvent_orderBy: optimismsepolia_swap_LpTransferEvent_orderBy; - optimismsepolia_swap_OrderDirection: optimismsepolia_swap_OrderDirection; - optimismsepolia_swap_PooledToken: ResolverTypeWrapper; - optimismsepolia_swap_PooledToken_filter: optimismsepolia_swap_PooledToken_filter; - optimismsepolia_swap_PooledToken_orderBy: optimismsepolia_swap_PooledToken_orderBy; - optimismsepolia_swap_StableSwap: ResolverTypeWrapper; - optimismsepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - optimismsepolia_swap_StableSwapAddLiquidityEvent_filter: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter; - optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy; - optimismsepolia_swap_StableSwapEvent: ResolversTypes['optimismsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimismsepolia_swap_StableSwapRemoveLiquidityEvent']; - optimismsepolia_swap_StableSwapEvent_filter: optimismsepolia_swap_StableSwapEvent_filter; - optimismsepolia_swap_StableSwapEvent_orderBy: optimismsepolia_swap_StableSwapEvent_orderBy; - optimismsepolia_swap_StableSwapExchange: ResolverTypeWrapper; - optimismsepolia_swap_StableSwapExchange_filter: optimismsepolia_swap_StableSwapExchange_filter; - optimismsepolia_swap_StableSwapExchange_orderBy: optimismsepolia_swap_StableSwapExchange_orderBy; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; - optimismsepolia_swap_StableSwap_filter: optimismsepolia_swap_StableSwap_filter; - optimismsepolia_swap_StableSwap_orderBy: optimismsepolia_swap_StableSwap_orderBy; - optimismsepolia_swap_SwapDailyVolume: ResolverTypeWrapper; - optimismsepolia_swap_SwapDailyVolume_filter: optimismsepolia_swap_SwapDailyVolume_filter; - optimismsepolia_swap_SwapDailyVolume_orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy; - optimismsepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; - optimismsepolia_swap_SwapHourlyVolume_filter: optimismsepolia_swap_SwapHourlyVolume_filter; - optimismsepolia_swap_SwapHourlyVolume_orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy; - optimismsepolia_swap_SwapTradeVolume: ResolversTypes['optimismsepolia_swap_SwapDailyVolume'] | ResolversTypes['optimismsepolia_swap_SwapHourlyVolume'] | ResolversTypes['optimismsepolia_swap_SwapWeeklyVolume']; - optimismsepolia_swap_SwapTradeVolume_filter: optimismsepolia_swap_SwapTradeVolume_filter; - optimismsepolia_swap_SwapTradeVolume_orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy; - optimismsepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; - optimismsepolia_swap_SwapWeeklyVolume_filter: optimismsepolia_swap_SwapWeeklyVolume_filter; - optimismsepolia_swap_SwapWeeklyVolume_orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy; - optimismsepolia_swap_SystemInfo: ResolverTypeWrapper; - optimismsepolia_swap_SystemInfo_filter: optimismsepolia_swap_SystemInfo_filter; - optimismsepolia_swap_SystemInfo_orderBy: optimismsepolia_swap_SystemInfo_orderBy; - optimismsepolia_swap__Block_: ResolverTypeWrapper; - optimismsepolia_swap__Meta_: ResolverTypeWrapper; + linea_swap_BigDecimal: ResolverTypeWrapper; + linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; + linea_swap_Block_height: linea_swap_Block_height; + linea_swap_Bytes: ResolverTypeWrapper; + linea_swap_LpAccount: ResolverTypeWrapper; + linea_swap_LpAccountBalance: ResolverTypeWrapper; + linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; + linea_swap_LpAccountBalance_orderBy: linea_swap_LpAccountBalance_orderBy; + linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; + linea_swap_LpAccount_orderBy: linea_swap_LpAccount_orderBy; + linea_swap_LpToken: ResolverTypeWrapper; + linea_swap_LpTokenEvent: ResolversTypes['linea_swap_LpTransferEvent']; + linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; + linea_swap_LpTokenEvent_orderBy: linea_swap_LpTokenEvent_orderBy; + linea_swap_LpToken_filter: linea_swap_LpToken_filter; + linea_swap_LpToken_orderBy: linea_swap_LpToken_orderBy; + linea_swap_LpTransferEvent: ResolverTypeWrapper; + linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; + linea_swap_LpTransferEvent_orderBy: linea_swap_LpTransferEvent_orderBy; + linea_swap_OrderDirection: linea_swap_OrderDirection; + linea_swap_PooledToken: ResolverTypeWrapper; + linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; + linea_swap_PooledToken_orderBy: linea_swap_PooledToken_orderBy; + linea_swap_StableSwap: ResolverTypeWrapper; + linea_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; + linea_swap_StableSwapAddLiquidityEvent_orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy; + linea_swap_StableSwapEvent: ResolversTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['linea_swap_StableSwapRemoveLiquidityEvent']; + linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; + linea_swap_StableSwapEvent_orderBy: linea_swap_StableSwapEvent_orderBy; + linea_swap_StableSwapExchange: ResolverTypeWrapper; + linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; + linea_swap_StableSwapExchange_orderBy: linea_swap_StableSwapExchange_orderBy; + linea_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; + linea_swap_StableSwapRemoveLiquidityEvent_orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy; + linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; + linea_swap_StableSwap_orderBy: linea_swap_StableSwap_orderBy; + linea_swap_SwapDailyVolume: ResolverTypeWrapper; + linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; + linea_swap_SwapDailyVolume_orderBy: linea_swap_SwapDailyVolume_orderBy; + linea_swap_SwapHourlyVolume: ResolverTypeWrapper; + linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; + linea_swap_SwapHourlyVolume_orderBy: linea_swap_SwapHourlyVolume_orderBy; + linea_swap_SwapTradeVolume: ResolversTypes['linea_swap_SwapDailyVolume'] | ResolversTypes['linea_swap_SwapHourlyVolume'] | ResolversTypes['linea_swap_SwapWeeklyVolume']; + linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; + linea_swap_SwapTradeVolume_orderBy: linea_swap_SwapTradeVolume_orderBy; + linea_swap_SwapWeeklyVolume: ResolverTypeWrapper; + linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; + linea_swap_SwapWeeklyVolume_orderBy: linea_swap_SwapWeeklyVolume_orderBy; + linea_swap_SystemInfo: ResolverTypeWrapper; + linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; + linea_swap_SystemInfo_orderBy: linea_swap_SystemInfo_orderBy; + linea_swap__Block_: ResolverTypeWrapper; + linea_swap__Meta_: ResolverTypeWrapper; sepolia_AggregateRootSavedSlow: ResolverTypeWrapper; sepolia_AggregateRootSavedSlow_filter: sepolia_AggregateRootSavedSlow_filter; sepolia_AggregateRootSavedSlow_orderBy: sepolia_AggregateRootSavedSlow_orderBy; @@ -177428,375 +177420,379 @@ export type ResolversTypes = ResolversObject<{ sepolia_ZkSyncConnectorMeta_orderBy: sepolia_ZkSyncConnectorMeta_orderBy; sepolia__Block_: ResolverTypeWrapper; sepolia__Meta_: ResolverTypeWrapper; - arbitrumsepolia_swap_Aggregation_interval: arbitrumsepolia_swap_Aggregation_interval; - arbitrumsepolia_swap_BigDecimal: ResolverTypeWrapper; - arbitrumsepolia_swap_BlockChangedFilter: arbitrumsepolia_swap_BlockChangedFilter; - arbitrumsepolia_swap_Block_height: arbitrumsepolia_swap_Block_height; - arbitrumsepolia_swap_Bytes: ResolverTypeWrapper; - arbitrumsepolia_swap_Int8: ResolverTypeWrapper; - arbitrumsepolia_swap_LpAccount: ResolverTypeWrapper; - arbitrumsepolia_swap_LpAccountBalance: ResolverTypeWrapper; - arbitrumsepolia_swap_LpAccountBalance_filter: arbitrumsepolia_swap_LpAccountBalance_filter; - arbitrumsepolia_swap_LpAccountBalance_orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy; - arbitrumsepolia_swap_LpAccount_filter: arbitrumsepolia_swap_LpAccount_filter; - arbitrumsepolia_swap_LpAccount_orderBy: arbitrumsepolia_swap_LpAccount_orderBy; - arbitrumsepolia_swap_LpToken: ResolverTypeWrapper; - arbitrumsepolia_swap_LpTokenEvent: ResolversTypes['arbitrumsepolia_swap_LpTransferEvent']; - arbitrumsepolia_swap_LpTokenEvent_filter: arbitrumsepolia_swap_LpTokenEvent_filter; - arbitrumsepolia_swap_LpTokenEvent_orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy; - arbitrumsepolia_swap_LpToken_filter: arbitrumsepolia_swap_LpToken_filter; - arbitrumsepolia_swap_LpToken_orderBy: arbitrumsepolia_swap_LpToken_orderBy; - arbitrumsepolia_swap_LpTransferEvent: ResolverTypeWrapper; - arbitrumsepolia_swap_LpTransferEvent_filter: arbitrumsepolia_swap_LpTransferEvent_filter; - arbitrumsepolia_swap_LpTransferEvent_orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy; - arbitrumsepolia_swap_OrderDirection: arbitrumsepolia_swap_OrderDirection; - arbitrumsepolia_swap_PooledToken: ResolverTypeWrapper; - arbitrumsepolia_swap_PooledToken_filter: arbitrumsepolia_swap_PooledToken_filter; - arbitrumsepolia_swap_PooledToken_orderBy: arbitrumsepolia_swap_PooledToken_orderBy; - arbitrumsepolia_swap_StableSwap: ResolverTypeWrapper; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy; - arbitrumsepolia_swap_StableSwapEvent: ResolversTypes['arbitrumsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent']; - arbitrumsepolia_swap_StableSwapEvent_filter: arbitrumsepolia_swap_StableSwapEvent_filter; - arbitrumsepolia_swap_StableSwapEvent_orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy; - arbitrumsepolia_swap_StableSwapExchange: ResolverTypeWrapper; - arbitrumsepolia_swap_StableSwapExchange_filter: arbitrumsepolia_swap_StableSwapExchange_filter; - arbitrumsepolia_swap_StableSwapExchange_orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; - arbitrumsepolia_swap_StableSwap_filter: arbitrumsepolia_swap_StableSwap_filter; - arbitrumsepolia_swap_StableSwap_orderBy: arbitrumsepolia_swap_StableSwap_orderBy; - arbitrumsepolia_swap_SwapDailyVolume: ResolverTypeWrapper; - arbitrumsepolia_swap_SwapDailyVolume_filter: arbitrumsepolia_swap_SwapDailyVolume_filter; - arbitrumsepolia_swap_SwapDailyVolume_orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy; - arbitrumsepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; - arbitrumsepolia_swap_SwapHourlyVolume_filter: arbitrumsepolia_swap_SwapHourlyVolume_filter; - arbitrumsepolia_swap_SwapHourlyVolume_orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy; - arbitrumsepolia_swap_SwapTradeVolume: ResolversTypes['arbitrumsepolia_swap_SwapDailyVolume'] | ResolversTypes['arbitrumsepolia_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumsepolia_swap_SwapWeeklyVolume']; - arbitrumsepolia_swap_SwapTradeVolume_filter: arbitrumsepolia_swap_SwapTradeVolume_filter; - arbitrumsepolia_swap_SwapTradeVolume_orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy; - arbitrumsepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; - arbitrumsepolia_swap_SwapWeeklyVolume_filter: arbitrumsepolia_swap_SwapWeeklyVolume_filter; - arbitrumsepolia_swap_SwapWeeklyVolume_orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy; - arbitrumsepolia_swap_SystemInfo: ResolverTypeWrapper; - arbitrumsepolia_swap_SystemInfo_filter: arbitrumsepolia_swap_SystemInfo_filter; - arbitrumsepolia_swap_SystemInfo_orderBy: arbitrumsepolia_swap_SystemInfo_orderBy; - arbitrumsepolia_swap__Block_: ResolverTypeWrapper; - arbitrumsepolia_swap__Meta_: ResolverTypeWrapper; - arbitrumsepolia_AggregateRoot: ResolverTypeWrapper; - arbitrumsepolia_AggregateRootProposed: ResolverTypeWrapper; - arbitrumsepolia_AggregateRootProposed_filter: arbitrumsepolia_AggregateRootProposed_filter; - arbitrumsepolia_AggregateRootProposed_orderBy: arbitrumsepolia_AggregateRootProposed_orderBy; - arbitrumsepolia_AggregateRoot_filter: arbitrumsepolia_AggregateRoot_filter; - arbitrumsepolia_AggregateRoot_orderBy: arbitrumsepolia_AggregateRoot_orderBy; - arbitrumsepolia_Aggregation_interval: arbitrumsepolia_Aggregation_interval; - arbitrumsepolia_Asset: ResolverTypeWrapper; - arbitrumsepolia_AssetBalance: ResolverTypeWrapper; - arbitrumsepolia_AssetBalance_filter: arbitrumsepolia_AssetBalance_filter; - arbitrumsepolia_AssetBalance_orderBy: arbitrumsepolia_AssetBalance_orderBy; - arbitrumsepolia_AssetStatus: ResolverTypeWrapper; - arbitrumsepolia_AssetStatus_filter: arbitrumsepolia_AssetStatus_filter; - arbitrumsepolia_AssetStatus_orderBy: arbitrumsepolia_AssetStatus_orderBy; - arbitrumsepolia_Asset_filter: arbitrumsepolia_Asset_filter; - arbitrumsepolia_Asset_orderBy: arbitrumsepolia_Asset_orderBy; - arbitrumsepolia_BigDecimal: ResolverTypeWrapper; - arbitrumsepolia_BlockChangedFilter: arbitrumsepolia_BlockChangedFilter; - arbitrumsepolia_Block_height: arbitrumsepolia_Block_height; - arbitrumsepolia_Bytes: ResolverTypeWrapper; - arbitrumsepolia_ConnectorMeta: ResolverTypeWrapper; - arbitrumsepolia_ConnectorMeta_filter: arbitrumsepolia_ConnectorMeta_filter; - arbitrumsepolia_ConnectorMeta_orderBy: arbitrumsepolia_ConnectorMeta_orderBy; - arbitrumsepolia_DestinationTransfer: ResolverTypeWrapper; - arbitrumsepolia_DestinationTransfer_filter: arbitrumsepolia_DestinationTransfer_filter; - arbitrumsepolia_DestinationTransfer_orderBy: arbitrumsepolia_DestinationTransfer_orderBy; - arbitrumsepolia_Int8: ResolverTypeWrapper; - arbitrumsepolia_OptimisticRootFinalized: ResolverTypeWrapper; - arbitrumsepolia_OptimisticRootFinalized_filter: arbitrumsepolia_OptimisticRootFinalized_filter; - arbitrumsepolia_OptimisticRootFinalized_orderBy: arbitrumsepolia_OptimisticRootFinalized_orderBy; - arbitrumsepolia_OrderDirection: arbitrumsepolia_OrderDirection; - arbitrumsepolia_OriginMessage: ResolverTypeWrapper; - arbitrumsepolia_OriginMessage_filter: arbitrumsepolia_OriginMessage_filter; - arbitrumsepolia_OriginMessage_orderBy: arbitrumsepolia_OriginMessage_orderBy; - arbitrumsepolia_OriginTransfer: ResolverTypeWrapper; - arbitrumsepolia_OriginTransfer_filter: arbitrumsepolia_OriginTransfer_filter; - arbitrumsepolia_OriginTransfer_orderBy: arbitrumsepolia_OriginTransfer_orderBy; - arbitrumsepolia_Relayer: ResolverTypeWrapper; - arbitrumsepolia_RelayerFee: ResolverTypeWrapper; - arbitrumsepolia_RelayerFee_filter: arbitrumsepolia_RelayerFee_filter; - arbitrumsepolia_RelayerFee_orderBy: arbitrumsepolia_RelayerFee_orderBy; - arbitrumsepolia_RelayerFeesIncrease: ResolverTypeWrapper; - arbitrumsepolia_RelayerFeesIncrease_filter: arbitrumsepolia_RelayerFeesIncrease_filter; - arbitrumsepolia_RelayerFeesIncrease_orderBy: arbitrumsepolia_RelayerFeesIncrease_orderBy; - arbitrumsepolia_Relayer_filter: arbitrumsepolia_Relayer_filter; - arbitrumsepolia_Relayer_orderBy: arbitrumsepolia_Relayer_orderBy; - arbitrumsepolia_RootCount: ResolverTypeWrapper; - arbitrumsepolia_RootCount_filter: arbitrumsepolia_RootCount_filter; - arbitrumsepolia_RootCount_orderBy: arbitrumsepolia_RootCount_orderBy; - arbitrumsepolia_RootMessageSent: ResolverTypeWrapper; - arbitrumsepolia_RootMessageSent_filter: arbitrumsepolia_RootMessageSent_filter; - arbitrumsepolia_RootMessageSent_orderBy: arbitrumsepolia_RootMessageSent_orderBy; - arbitrumsepolia_Router: ResolverTypeWrapper; - arbitrumsepolia_RouterDailyTVL: ResolverTypeWrapper; - arbitrumsepolia_RouterDailyTVL_filter: arbitrumsepolia_RouterDailyTVL_filter; - arbitrumsepolia_RouterDailyTVL_orderBy: arbitrumsepolia_RouterDailyTVL_orderBy; - arbitrumsepolia_RouterLiquidityEvent: ResolverTypeWrapper; - arbitrumsepolia_RouterLiquidityEventType: arbitrumsepolia_RouterLiquidityEventType; - arbitrumsepolia_RouterLiquidityEvent_filter: arbitrumsepolia_RouterLiquidityEvent_filter; - arbitrumsepolia_RouterLiquidityEvent_orderBy: arbitrumsepolia_RouterLiquidityEvent_orderBy; - arbitrumsepolia_Router_filter: arbitrumsepolia_Router_filter; - arbitrumsepolia_Router_orderBy: arbitrumsepolia_Router_orderBy; - arbitrumsepolia_Sequencer: ResolverTypeWrapper; - arbitrumsepolia_Sequencer_filter: arbitrumsepolia_Sequencer_filter; - arbitrumsepolia_Sequencer_orderBy: arbitrumsepolia_Sequencer_orderBy; - arbitrumsepolia_Setting: ResolverTypeWrapper; - arbitrumsepolia_Setting_filter: arbitrumsepolia_Setting_filter; - arbitrumsepolia_Setting_orderBy: arbitrumsepolia_Setting_orderBy; - arbitrumsepolia_SlippageUpdate: ResolverTypeWrapper; - arbitrumsepolia_SlippageUpdate_filter: arbitrumsepolia_SlippageUpdate_filter; - arbitrumsepolia_SlippageUpdate_orderBy: arbitrumsepolia_SlippageUpdate_orderBy; - arbitrumsepolia_SnapshotRoot: ResolverTypeWrapper; - arbitrumsepolia_SnapshotRoot_filter: arbitrumsepolia_SnapshotRoot_filter; - arbitrumsepolia_SnapshotRoot_orderBy: arbitrumsepolia_SnapshotRoot_orderBy; - arbitrumsepolia_SpokeConnectorMode: ResolverTypeWrapper; - arbitrumsepolia_SpokeConnectorMode_filter: arbitrumsepolia_SpokeConnectorMode_filter; - arbitrumsepolia_SpokeConnectorMode_orderBy: arbitrumsepolia_SpokeConnectorMode_orderBy; - arbitrumsepolia_TransferStatus: arbitrumsepolia_TransferStatus; - arbitrumsepolia__Block_: ResolverTypeWrapper; - arbitrumsepolia__Meta_: ResolverTypeWrapper; - optimismsepolia_AggregateRoot: ResolverTypeWrapper; - optimismsepolia_AggregateRootProposed: ResolverTypeWrapper; - optimismsepolia_AggregateRootProposed_filter: optimismsepolia_AggregateRootProposed_filter; - optimismsepolia_AggregateRootProposed_orderBy: optimismsepolia_AggregateRootProposed_orderBy; - optimismsepolia_AggregateRoot_filter: optimismsepolia_AggregateRoot_filter; - optimismsepolia_AggregateRoot_orderBy: optimismsepolia_AggregateRoot_orderBy; - optimismsepolia_Aggregation_interval: optimismsepolia_Aggregation_interval; - optimismsepolia_Asset: ResolverTypeWrapper; - optimismsepolia_AssetBalance: ResolverTypeWrapper; - optimismsepolia_AssetBalance_filter: optimismsepolia_AssetBalance_filter; - optimismsepolia_AssetBalance_orderBy: optimismsepolia_AssetBalance_orderBy; - optimismsepolia_AssetStatus: ResolverTypeWrapper; - optimismsepolia_AssetStatus_filter: optimismsepolia_AssetStatus_filter; - optimismsepolia_AssetStatus_orderBy: optimismsepolia_AssetStatus_orderBy; - optimismsepolia_Asset_filter: optimismsepolia_Asset_filter; - optimismsepolia_Asset_orderBy: optimismsepolia_Asset_orderBy; - optimismsepolia_BigDecimal: ResolverTypeWrapper; - optimismsepolia_BlockChangedFilter: optimismsepolia_BlockChangedFilter; - optimismsepolia_Block_height: optimismsepolia_Block_height; - optimismsepolia_Bytes: ResolverTypeWrapper; - optimismsepolia_ConnectorMeta: ResolverTypeWrapper; - optimismsepolia_ConnectorMeta_filter: optimismsepolia_ConnectorMeta_filter; - optimismsepolia_ConnectorMeta_orderBy: optimismsepolia_ConnectorMeta_orderBy; - optimismsepolia_DestinationTransfer: ResolverTypeWrapper; - optimismsepolia_DestinationTransfer_filter: optimismsepolia_DestinationTransfer_filter; - optimismsepolia_DestinationTransfer_orderBy: optimismsepolia_DestinationTransfer_orderBy; - optimismsepolia_Int8: ResolverTypeWrapper; - optimismsepolia_OptimisticRootFinalized: ResolverTypeWrapper; - optimismsepolia_OptimisticRootFinalized_filter: optimismsepolia_OptimisticRootFinalized_filter; - optimismsepolia_OptimisticRootFinalized_orderBy: optimismsepolia_OptimisticRootFinalized_orderBy; - optimismsepolia_OrderDirection: optimismsepolia_OrderDirection; - optimismsepolia_OriginMessage: ResolverTypeWrapper; - optimismsepolia_OriginMessage_filter: optimismsepolia_OriginMessage_filter; - optimismsepolia_OriginMessage_orderBy: optimismsepolia_OriginMessage_orderBy; - optimismsepolia_OriginTransfer: ResolverTypeWrapper; - optimismsepolia_OriginTransfer_filter: optimismsepolia_OriginTransfer_filter; - optimismsepolia_OriginTransfer_orderBy: optimismsepolia_OriginTransfer_orderBy; - optimismsepolia_Relayer: ResolverTypeWrapper; - optimismsepolia_RelayerFee: ResolverTypeWrapper; - optimismsepolia_RelayerFee_filter: optimismsepolia_RelayerFee_filter; - optimismsepolia_RelayerFee_orderBy: optimismsepolia_RelayerFee_orderBy; - optimismsepolia_RelayerFeesIncrease: ResolverTypeWrapper; - optimismsepolia_RelayerFeesIncrease_filter: optimismsepolia_RelayerFeesIncrease_filter; - optimismsepolia_RelayerFeesIncrease_orderBy: optimismsepolia_RelayerFeesIncrease_orderBy; - optimismsepolia_Relayer_filter: optimismsepolia_Relayer_filter; - optimismsepolia_Relayer_orderBy: optimismsepolia_Relayer_orderBy; - optimismsepolia_RootCount: ResolverTypeWrapper; - optimismsepolia_RootCount_filter: optimismsepolia_RootCount_filter; - optimismsepolia_RootCount_orderBy: optimismsepolia_RootCount_orderBy; - optimismsepolia_RootMessageSent: ResolverTypeWrapper; - optimismsepolia_RootMessageSent_filter: optimismsepolia_RootMessageSent_filter; - optimismsepolia_RootMessageSent_orderBy: optimismsepolia_RootMessageSent_orderBy; - optimismsepolia_Router: ResolverTypeWrapper; - optimismsepolia_RouterDailyTVL: ResolverTypeWrapper; - optimismsepolia_RouterDailyTVL_filter: optimismsepolia_RouterDailyTVL_filter; - optimismsepolia_RouterDailyTVL_orderBy: optimismsepolia_RouterDailyTVL_orderBy; - optimismsepolia_RouterLiquidityEvent: ResolverTypeWrapper; - optimismsepolia_RouterLiquidityEventType: optimismsepolia_RouterLiquidityEventType; - optimismsepolia_RouterLiquidityEvent_filter: optimismsepolia_RouterLiquidityEvent_filter; - optimismsepolia_RouterLiquidityEvent_orderBy: optimismsepolia_RouterLiquidityEvent_orderBy; - optimismsepolia_Router_filter: optimismsepolia_Router_filter; - optimismsepolia_Router_orderBy: optimismsepolia_Router_orderBy; - optimismsepolia_Sequencer: ResolverTypeWrapper; - optimismsepolia_Sequencer_filter: optimismsepolia_Sequencer_filter; - optimismsepolia_Sequencer_orderBy: optimismsepolia_Sequencer_orderBy; - optimismsepolia_Setting: ResolverTypeWrapper; - optimismsepolia_Setting_filter: optimismsepolia_Setting_filter; - optimismsepolia_Setting_orderBy: optimismsepolia_Setting_orderBy; - optimismsepolia_SlippageUpdate: ResolverTypeWrapper; - optimismsepolia_SlippageUpdate_filter: optimismsepolia_SlippageUpdate_filter; - optimismsepolia_SlippageUpdate_orderBy: optimismsepolia_SlippageUpdate_orderBy; - optimismsepolia_SnapshotRoot: ResolverTypeWrapper; - optimismsepolia_SnapshotRoot_filter: optimismsepolia_SnapshotRoot_filter; - optimismsepolia_SnapshotRoot_orderBy: optimismsepolia_SnapshotRoot_orderBy; - optimismsepolia_SpokeConnectorMode: ResolverTypeWrapper; - optimismsepolia_SpokeConnectorMode_filter: optimismsepolia_SpokeConnectorMode_filter; - optimismsepolia_SpokeConnectorMode_orderBy: optimismsepolia_SpokeConnectorMode_orderBy; - optimismsepolia_TransferStatus: optimismsepolia_TransferStatus; - optimismsepolia__Block_: ResolverTypeWrapper; - optimismsepolia__Meta_: ResolverTypeWrapper; - mainnet_AggregateRootSavedSlow: ResolverTypeWrapper; - mainnet_AggregateRootSavedSlow_filter: mainnet_AggregateRootSavedSlow_filter; - mainnet_AggregateRootSavedSlow_orderBy: mainnet_AggregateRootSavedSlow_orderBy; - mainnet_AggregatedMessageRoot: ResolverTypeWrapper; - mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; - mainnet_AggregatedMessageRoot_orderBy: mainnet_AggregatedMessageRoot_orderBy; - mainnet_Aggregation_interval: mainnet_Aggregation_interval; - mainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; - mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; - mainnet_ArbitrumConnectorMeta_orderBy: mainnet_ArbitrumConnectorMeta_orderBy; - mainnet_AvalancheConnectorMeta: ResolverTypeWrapper; - mainnet_AvalancheConnectorMeta_filter: mainnet_AvalancheConnectorMeta_filter; - mainnet_AvalancheConnectorMeta_orderBy: mainnet_AvalancheConnectorMeta_orderBy; - mainnet_BaseConnectorMeta: ResolverTypeWrapper; - mainnet_BaseConnectorMeta_filter: mainnet_BaseConnectorMeta_filter; - mainnet_BaseConnectorMeta_orderBy: mainnet_BaseConnectorMeta_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_HubDomain: ResolverTypeWrapper; - mainnet_HubDomain_filter: mainnet_HubDomain_filter; - mainnet_HubDomain_orderBy: mainnet_HubDomain_orderBy; - mainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; - mainnet_HubOptimisticRootFinalized_filter: mainnet_HubOptimisticRootFinalized_filter; - mainnet_HubOptimisticRootFinalized_orderBy: mainnet_HubOptimisticRootFinalized_orderBy; - mainnet_Int8: ResolverTypeWrapper; - mainnet_LineaConnectorMeta: ResolverTypeWrapper; - mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; - mainnet_LineaConnectorMeta_orderBy: mainnet_LineaConnectorMeta_orderBy; - mainnet_MantleConnectorMeta: ResolverTypeWrapper; - mainnet_MantleConnectorMeta_filter: mainnet_MantleConnectorMeta_filter; - mainnet_MantleConnectorMeta_orderBy: mainnet_MantleConnectorMeta_orderBy; - mainnet_MetisConnectorMeta: ResolverTypeWrapper; - mainnet_MetisConnectorMeta_filter: mainnet_MetisConnectorMeta_filter; - mainnet_MetisConnectorMeta_orderBy: mainnet_MetisConnectorMeta_orderBy; - mainnet_ModeConnectorMeta: ResolverTypeWrapper; - mainnet_ModeConnectorMeta_filter: mainnet_ModeConnectorMeta_filter; - mainnet_ModeConnectorMeta_orderBy: mainnet_ModeConnectorMeta_orderBy; - mainnet_OptimismConnectorMeta: ResolverTypeWrapper; - mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; - mainnet_OptimismConnectorMeta_orderBy: mainnet_OptimismConnectorMeta_orderBy; - mainnet_OptimisticRootPropagated: ResolverTypeWrapper; - mainnet_OptimisticRootPropagated_filter: mainnet_OptimisticRootPropagated_filter; - mainnet_OptimisticRootPropagated_orderBy: mainnet_OptimisticRootPropagated_orderBy; - mainnet_OptimisticRootProposed: ResolverTypeWrapper; - mainnet_OptimisticRootProposed_filter: mainnet_OptimisticRootProposed_filter; - mainnet_OptimisticRootProposed_orderBy: mainnet_OptimisticRootProposed_orderBy; - mainnet_OrderDirection: mainnet_OrderDirection; - mainnet_PolygonConnectorMeta: ResolverTypeWrapper; - mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; - mainnet_PolygonConnectorMeta_orderBy: mainnet_PolygonConnectorMeta_orderBy; - mainnet_PolygonZkConnectorMeta: ResolverTypeWrapper; - mainnet_PolygonZkConnectorMeta_filter: mainnet_PolygonZkConnectorMeta_filter; - mainnet_PolygonZkConnectorMeta_orderBy: mainnet_PolygonZkConnectorMeta_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_RootManagerMode: ResolverTypeWrapper; - mainnet_RootManagerMode_filter: mainnet_RootManagerMode_filter; - mainnet_RootManagerMode_orderBy: mainnet_RootManagerMode_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; - sepolia_AggregateRoot: ResolverTypeWrapper; - sepolia_AggregateRootProposed: ResolverTypeWrapper; - sepolia_AggregateRootProposed_filter: sepolia_AggregateRootProposed_filter; - sepolia_AggregateRootProposed_orderBy: sepolia_AggregateRootProposed_orderBy; - sepolia_AggregateRoot_filter: sepolia_AggregateRoot_filter; - sepolia_AggregateRoot_orderBy: sepolia_AggregateRoot_orderBy; - sepolia_Asset: ResolverTypeWrapper; - sepolia_AssetBalance: ResolverTypeWrapper; - sepolia_AssetBalance_filter: sepolia_AssetBalance_filter; - sepolia_AssetBalance_orderBy: sepolia_AssetBalance_orderBy; - sepolia_AssetStatus: ResolverTypeWrapper; - sepolia_AssetStatus_filter: sepolia_AssetStatus_filter; - sepolia_AssetStatus_orderBy: sepolia_AssetStatus_orderBy; - sepolia_Asset_filter: sepolia_Asset_filter; - sepolia_Asset_orderBy: sepolia_Asset_orderBy; - sepolia_ConnectorMeta: ResolverTypeWrapper; - sepolia_ConnectorMeta_filter: sepolia_ConnectorMeta_filter; - sepolia_ConnectorMeta_orderBy: sepolia_ConnectorMeta_orderBy; - sepolia_DestinationTransfer: ResolverTypeWrapper; - sepolia_DestinationTransfer_filter: sepolia_DestinationTransfer_filter; - sepolia_DestinationTransfer_orderBy: sepolia_DestinationTransfer_orderBy; - sepolia_OptimisticRootFinalized: ResolverTypeWrapper; - sepolia_OptimisticRootFinalized_filter: sepolia_OptimisticRootFinalized_filter; - sepolia_OptimisticRootFinalized_orderBy: sepolia_OptimisticRootFinalized_orderBy; - sepolia_OriginMessage: ResolverTypeWrapper; - sepolia_OriginMessage_filter: sepolia_OriginMessage_filter; - sepolia_OriginMessage_orderBy: sepolia_OriginMessage_orderBy; - sepolia_OriginTransfer: ResolverTypeWrapper; - sepolia_OriginTransfer_filter: sepolia_OriginTransfer_filter; - sepolia_OriginTransfer_orderBy: sepolia_OriginTransfer_orderBy; - sepolia_Relayer: ResolverTypeWrapper; - sepolia_RelayerFee: ResolverTypeWrapper; - sepolia_RelayerFee_filter: sepolia_RelayerFee_filter; - sepolia_RelayerFee_orderBy: sepolia_RelayerFee_orderBy; - sepolia_RelayerFeesIncrease: ResolverTypeWrapper; - sepolia_RelayerFeesIncrease_filter: sepolia_RelayerFeesIncrease_filter; - sepolia_RelayerFeesIncrease_orderBy: sepolia_RelayerFeesIncrease_orderBy; - sepolia_Relayer_filter: sepolia_Relayer_filter; - sepolia_Relayer_orderBy: sepolia_Relayer_orderBy; - sepolia_RootCount: ResolverTypeWrapper; - sepolia_RootCount_filter: sepolia_RootCount_filter; - sepolia_RootCount_orderBy: sepolia_RootCount_orderBy; - sepolia_RootMessageSent: ResolverTypeWrapper; - sepolia_RootMessageSent_filter: sepolia_RootMessageSent_filter; - sepolia_RootMessageSent_orderBy: sepolia_RootMessageSent_orderBy; - sepolia_Router: ResolverTypeWrapper; - sepolia_RouterDailyTVL: ResolverTypeWrapper; - sepolia_RouterDailyTVL_filter: sepolia_RouterDailyTVL_filter; - sepolia_RouterDailyTVL_orderBy: sepolia_RouterDailyTVL_orderBy; - sepolia_RouterLiquidityEvent: ResolverTypeWrapper; - sepolia_RouterLiquidityEventType: sepolia_RouterLiquidityEventType; - sepolia_RouterLiquidityEvent_filter: sepolia_RouterLiquidityEvent_filter; - sepolia_RouterLiquidityEvent_orderBy: sepolia_RouterLiquidityEvent_orderBy; - sepolia_Router_filter: sepolia_Router_filter; - sepolia_Router_orderBy: sepolia_Router_orderBy; - sepolia_Sequencer: ResolverTypeWrapper; - sepolia_Sequencer_filter: sepolia_Sequencer_filter; - sepolia_Sequencer_orderBy: sepolia_Sequencer_orderBy; - sepolia_Setting: ResolverTypeWrapper; - sepolia_Setting_filter: sepolia_Setting_filter; - sepolia_Setting_orderBy: sepolia_Setting_orderBy; - sepolia_SlippageUpdate: ResolverTypeWrapper; - sepolia_SlippageUpdate_filter: sepolia_SlippageUpdate_filter; - sepolia_SlippageUpdate_orderBy: sepolia_SlippageUpdate_orderBy; - sepolia_SnapshotRoot: ResolverTypeWrapper; - sepolia_SnapshotRoot_filter: sepolia_SnapshotRoot_filter; - sepolia_SnapshotRoot_orderBy: sepolia_SnapshotRoot_orderBy; - sepolia_SpokeConnectorMode: ResolverTypeWrapper; - sepolia_SpokeConnectorMode_filter: sepolia_SpokeConnectorMode_filter; - sepolia_SpokeConnectorMode_orderBy: sepolia_SpokeConnectorMode_orderBy; - sepolia_TransferStatus: sepolia_TransferStatus; + sepolia_swap_Aggregation_interval: sepolia_swap_Aggregation_interval; + sepolia_swap_BigDecimal: ResolverTypeWrapper; + sepolia_swap_BlockChangedFilter: sepolia_swap_BlockChangedFilter; + sepolia_swap_Block_height: sepolia_swap_Block_height; + sepolia_swap_Bytes: ResolverTypeWrapper; + sepolia_swap_Int8: ResolverTypeWrapper; + sepolia_swap_LpAccount: ResolverTypeWrapper; + sepolia_swap_LpAccountBalance: ResolverTypeWrapper; + sepolia_swap_LpAccountBalance_filter: sepolia_swap_LpAccountBalance_filter; + sepolia_swap_LpAccountBalance_orderBy: sepolia_swap_LpAccountBalance_orderBy; + sepolia_swap_LpAccount_filter: sepolia_swap_LpAccount_filter; + sepolia_swap_LpAccount_orderBy: sepolia_swap_LpAccount_orderBy; + sepolia_swap_LpToken: ResolverTypeWrapper; + sepolia_swap_LpTokenEvent: ResolversTypes['sepolia_swap_LpTransferEvent']; + sepolia_swap_LpTokenEvent_filter: sepolia_swap_LpTokenEvent_filter; + sepolia_swap_LpTokenEvent_orderBy: sepolia_swap_LpTokenEvent_orderBy; + sepolia_swap_LpToken_filter: sepolia_swap_LpToken_filter; + sepolia_swap_LpToken_orderBy: sepolia_swap_LpToken_orderBy; + sepolia_swap_LpTransferEvent: ResolverTypeWrapper; + sepolia_swap_LpTransferEvent_filter: sepolia_swap_LpTransferEvent_filter; + sepolia_swap_LpTransferEvent_orderBy: sepolia_swap_LpTransferEvent_orderBy; + sepolia_swap_OrderDirection: sepolia_swap_OrderDirection; + sepolia_swap_PooledToken: ResolverTypeWrapper; + sepolia_swap_PooledToken_filter: sepolia_swap_PooledToken_filter; + sepolia_swap_PooledToken_orderBy: sepolia_swap_PooledToken_orderBy; + sepolia_swap_StableSwap: ResolverTypeWrapper; + sepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + sepolia_swap_StableSwapAddLiquidityEvent_filter: sepolia_swap_StableSwapAddLiquidityEvent_filter; + sepolia_swap_StableSwapAddLiquidityEvent_orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy; + sepolia_swap_StableSwapEvent: ResolversTypes['sepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['sepolia_swap_StableSwapRemoveLiquidityEvent']; + sepolia_swap_StableSwapEvent_filter: sepolia_swap_StableSwapEvent_filter; + sepolia_swap_StableSwapEvent_orderBy: sepolia_swap_StableSwapEvent_orderBy; + sepolia_swap_StableSwapExchange: ResolverTypeWrapper; + sepolia_swap_StableSwapExchange_filter: sepolia_swap_StableSwapExchange_filter; + sepolia_swap_StableSwapExchange_orderBy: sepolia_swap_StableSwapExchange_orderBy; + sepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + sepolia_swap_StableSwapRemoveLiquidityEvent_filter: sepolia_swap_StableSwapRemoveLiquidityEvent_filter; + sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; + sepolia_swap_StableSwap_filter: sepolia_swap_StableSwap_filter; + sepolia_swap_StableSwap_orderBy: sepolia_swap_StableSwap_orderBy; + sepolia_swap_SwapDailyVolume: ResolverTypeWrapper; + sepolia_swap_SwapDailyVolume_filter: sepolia_swap_SwapDailyVolume_filter; + sepolia_swap_SwapDailyVolume_orderBy: sepolia_swap_SwapDailyVolume_orderBy; + sepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; + sepolia_swap_SwapHourlyVolume_filter: sepolia_swap_SwapHourlyVolume_filter; + sepolia_swap_SwapHourlyVolume_orderBy: sepolia_swap_SwapHourlyVolume_orderBy; + sepolia_swap_SwapTradeVolume: ResolversTypes['sepolia_swap_SwapDailyVolume'] | ResolversTypes['sepolia_swap_SwapHourlyVolume'] | ResolversTypes['sepolia_swap_SwapWeeklyVolume']; + sepolia_swap_SwapTradeVolume_filter: sepolia_swap_SwapTradeVolume_filter; + sepolia_swap_SwapTradeVolume_orderBy: sepolia_swap_SwapTradeVolume_orderBy; + sepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; + sepolia_swap_SwapWeeklyVolume_filter: sepolia_swap_SwapWeeklyVolume_filter; + sepolia_swap_SwapWeeklyVolume_orderBy: sepolia_swap_SwapWeeklyVolume_orderBy; + sepolia_swap_SystemInfo: ResolverTypeWrapper; + sepolia_swap_SystemInfo_filter: sepolia_swap_SystemInfo_filter; + sepolia_swap_SystemInfo_orderBy: sepolia_swap_SystemInfo_orderBy; + sepolia_swap__Block_: ResolverTypeWrapper; + sepolia_swap__Meta_: ResolverTypeWrapper; + staginglinea_AggregateRoot: ResolverTypeWrapper; + staginglinea_AggregateRootProposed: ResolverTypeWrapper; + staginglinea_AggregateRootProposed_filter: staginglinea_AggregateRootProposed_filter; + staginglinea_AggregateRootProposed_orderBy: staginglinea_AggregateRootProposed_orderBy; + staginglinea_AggregateRoot_filter: staginglinea_AggregateRoot_filter; + staginglinea_AggregateRoot_orderBy: staginglinea_AggregateRoot_orderBy; + staginglinea_Asset: ResolverTypeWrapper; + staginglinea_AssetBalance: ResolverTypeWrapper; + staginglinea_AssetBalance_filter: staginglinea_AssetBalance_filter; + staginglinea_AssetBalance_orderBy: staginglinea_AssetBalance_orderBy; + staginglinea_AssetStatus: ResolverTypeWrapper; + staginglinea_AssetStatus_filter: staginglinea_AssetStatus_filter; + staginglinea_AssetStatus_orderBy: staginglinea_AssetStatus_orderBy; + staginglinea_Asset_filter: staginglinea_Asset_filter; + staginglinea_Asset_orderBy: staginglinea_Asset_orderBy; + staginglinea_BigDecimal: ResolverTypeWrapper; + staginglinea_BlockChangedFilter: staginglinea_BlockChangedFilter; + staginglinea_Block_height: staginglinea_Block_height; + staginglinea_Bytes: ResolverTypeWrapper; + staginglinea_ConnectorMeta: ResolverTypeWrapper; + staginglinea_ConnectorMeta_filter: staginglinea_ConnectorMeta_filter; + staginglinea_ConnectorMeta_orderBy: staginglinea_ConnectorMeta_orderBy; + staginglinea_DestinationTransfer: ResolverTypeWrapper; + staginglinea_DestinationTransfer_filter: staginglinea_DestinationTransfer_filter; + staginglinea_DestinationTransfer_orderBy: staginglinea_DestinationTransfer_orderBy; + staginglinea_OptimisticRootFinalized: ResolverTypeWrapper; + staginglinea_OptimisticRootFinalized_filter: staginglinea_OptimisticRootFinalized_filter; + staginglinea_OptimisticRootFinalized_orderBy: staginglinea_OptimisticRootFinalized_orderBy; + staginglinea_OrderDirection: staginglinea_OrderDirection; + staginglinea_OriginMessage: ResolverTypeWrapper; + staginglinea_OriginMessage_filter: staginglinea_OriginMessage_filter; + staginglinea_OriginMessage_orderBy: staginglinea_OriginMessage_orderBy; + staginglinea_OriginTransfer: ResolverTypeWrapper; + staginglinea_OriginTransfer_filter: staginglinea_OriginTransfer_filter; + staginglinea_OriginTransfer_orderBy: staginglinea_OriginTransfer_orderBy; + staginglinea_Relayer: ResolverTypeWrapper; + staginglinea_RelayerFee: ResolverTypeWrapper; + staginglinea_RelayerFee_filter: staginglinea_RelayerFee_filter; + staginglinea_RelayerFee_orderBy: staginglinea_RelayerFee_orderBy; + staginglinea_RelayerFeesIncrease: ResolverTypeWrapper; + staginglinea_RelayerFeesIncrease_filter: staginglinea_RelayerFeesIncrease_filter; + staginglinea_RelayerFeesIncrease_orderBy: staginglinea_RelayerFeesIncrease_orderBy; + staginglinea_Relayer_filter: staginglinea_Relayer_filter; + staginglinea_Relayer_orderBy: staginglinea_Relayer_orderBy; + staginglinea_RootCount: ResolverTypeWrapper; + staginglinea_RootCount_filter: staginglinea_RootCount_filter; + staginglinea_RootCount_orderBy: staginglinea_RootCount_orderBy; + staginglinea_RootMessageSent: ResolverTypeWrapper; + staginglinea_RootMessageSent_filter: staginglinea_RootMessageSent_filter; + staginglinea_RootMessageSent_orderBy: staginglinea_RootMessageSent_orderBy; + staginglinea_Router: ResolverTypeWrapper; + staginglinea_RouterDailyTVL: ResolverTypeWrapper; + staginglinea_RouterDailyTVL_filter: staginglinea_RouterDailyTVL_filter; + staginglinea_RouterDailyTVL_orderBy: staginglinea_RouterDailyTVL_orderBy; + staginglinea_RouterLiquidityEvent: ResolverTypeWrapper; + staginglinea_RouterLiquidityEventType: staginglinea_RouterLiquidityEventType; + staginglinea_RouterLiquidityEvent_filter: staginglinea_RouterLiquidityEvent_filter; + staginglinea_RouterLiquidityEvent_orderBy: staginglinea_RouterLiquidityEvent_orderBy; + staginglinea_Router_filter: staginglinea_Router_filter; + staginglinea_Router_orderBy: staginglinea_Router_orderBy; + staginglinea_Sequencer: ResolverTypeWrapper; + staginglinea_Sequencer_filter: staginglinea_Sequencer_filter; + staginglinea_Sequencer_orderBy: staginglinea_Sequencer_orderBy; + staginglinea_Setting: ResolverTypeWrapper; + staginglinea_Setting_filter: staginglinea_Setting_filter; + staginglinea_Setting_orderBy: staginglinea_Setting_orderBy; + staginglinea_SlippageUpdate: ResolverTypeWrapper; + staginglinea_SlippageUpdate_filter: staginglinea_SlippageUpdate_filter; + staginglinea_SlippageUpdate_orderBy: staginglinea_SlippageUpdate_orderBy; + staginglinea_SnapshotRoot: ResolverTypeWrapper; + staginglinea_SnapshotRoot_filter: staginglinea_SnapshotRoot_filter; + staginglinea_SnapshotRoot_orderBy: staginglinea_SnapshotRoot_orderBy; + staginglinea_SpokeConnectorMode: ResolverTypeWrapper; + staginglinea_SpokeConnectorMode_filter: staginglinea_SpokeConnectorMode_filter; + staginglinea_SpokeConnectorMode_orderBy: staginglinea_SpokeConnectorMode_orderBy; + staginglinea_TransferStatus: staginglinea_TransferStatus; + staginglinea__Block_: ResolverTypeWrapper; + staginglinea__Meta_: ResolverTypeWrapper; + linea_AggregateRoot: ResolverTypeWrapper; + linea_AggregateRootProposed: ResolverTypeWrapper; + linea_AggregateRootProposed_filter: linea_AggregateRootProposed_filter; + linea_AggregateRootProposed_orderBy: linea_AggregateRootProposed_orderBy; + linea_AggregateRoot_filter: linea_AggregateRoot_filter; + linea_AggregateRoot_orderBy: linea_AggregateRoot_orderBy; + linea_Asset: ResolverTypeWrapper; + linea_AssetBalance: ResolverTypeWrapper; + linea_AssetBalance_filter: linea_AssetBalance_filter; + linea_AssetBalance_orderBy: linea_AssetBalance_orderBy; + linea_AssetStatus: ResolverTypeWrapper; + linea_AssetStatus_filter: linea_AssetStatus_filter; + linea_AssetStatus_orderBy: linea_AssetStatus_orderBy; + linea_Asset_filter: linea_Asset_filter; + linea_Asset_orderBy: linea_Asset_orderBy; + linea_BigDecimal: ResolverTypeWrapper; + linea_BlockChangedFilter: linea_BlockChangedFilter; + linea_Block_height: linea_Block_height; + linea_Bytes: ResolverTypeWrapper; + linea_ConnectorMeta: ResolverTypeWrapper; + linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; + linea_ConnectorMeta_orderBy: linea_ConnectorMeta_orderBy; + linea_DestinationTransfer: ResolverTypeWrapper; + linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; + linea_DestinationTransfer_orderBy: linea_DestinationTransfer_orderBy; + linea_OptimisticRootFinalized: ResolverTypeWrapper; + linea_OptimisticRootFinalized_filter: linea_OptimisticRootFinalized_filter; + linea_OptimisticRootFinalized_orderBy: linea_OptimisticRootFinalized_orderBy; + linea_OrderDirection: linea_OrderDirection; + linea_OriginMessage: ResolverTypeWrapper; + linea_OriginMessage_filter: linea_OriginMessage_filter; + linea_OriginMessage_orderBy: linea_OriginMessage_orderBy; + linea_OriginTransfer: ResolverTypeWrapper; + linea_OriginTransfer_filter: linea_OriginTransfer_filter; + linea_OriginTransfer_orderBy: linea_OriginTransfer_orderBy; + linea_Relayer: ResolverTypeWrapper; + linea_RelayerFee: ResolverTypeWrapper; + linea_RelayerFee_filter: linea_RelayerFee_filter; + linea_RelayerFee_orderBy: linea_RelayerFee_orderBy; + linea_RelayerFeesIncrease: ResolverTypeWrapper; + linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; + linea_RelayerFeesIncrease_orderBy: linea_RelayerFeesIncrease_orderBy; + linea_Relayer_filter: linea_Relayer_filter; + linea_Relayer_orderBy: linea_Relayer_orderBy; + linea_RootCount: ResolverTypeWrapper; + linea_RootCount_filter: linea_RootCount_filter; + linea_RootCount_orderBy: linea_RootCount_orderBy; + linea_RootMessageSent: ResolverTypeWrapper; + linea_RootMessageSent_filter: linea_RootMessageSent_filter; + linea_RootMessageSent_orderBy: linea_RootMessageSent_orderBy; + linea_Router: ResolverTypeWrapper; + linea_RouterDailyTVL: ResolverTypeWrapper; + linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; + linea_RouterDailyTVL_orderBy: linea_RouterDailyTVL_orderBy; + linea_RouterLiquidityEvent: ResolverTypeWrapper; + linea_RouterLiquidityEventType: linea_RouterLiquidityEventType; + linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; + linea_RouterLiquidityEvent_orderBy: linea_RouterLiquidityEvent_orderBy; + linea_Router_filter: linea_Router_filter; + linea_Router_orderBy: linea_Router_orderBy; + linea_Sequencer: ResolverTypeWrapper; + linea_Sequencer_filter: linea_Sequencer_filter; + linea_Sequencer_orderBy: linea_Sequencer_orderBy; + linea_Setting: ResolverTypeWrapper; + linea_Setting_filter: linea_Setting_filter; + linea_Setting_orderBy: linea_Setting_orderBy; + linea_SlippageUpdate: ResolverTypeWrapper; + linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; + linea_SlippageUpdate_orderBy: linea_SlippageUpdate_orderBy; + linea_SnapshotRoot: ResolverTypeWrapper; + linea_SnapshotRoot_filter: linea_SnapshotRoot_filter; + linea_SnapshotRoot_orderBy: linea_SnapshotRoot_orderBy; + linea_SpokeConnectorMode: ResolverTypeWrapper; + linea_SpokeConnectorMode_filter: linea_SpokeConnectorMode_filter; + linea_SpokeConnectorMode_orderBy: linea_SpokeConnectorMode_orderBy; + linea_TransferStatus: linea_TransferStatus; + linea__Block_: ResolverTypeWrapper; + linea__Meta_: ResolverTypeWrapper; + stagingmode_AggregateRoot: ResolverTypeWrapper; + stagingmode_AggregateRootProposed: ResolverTypeWrapper; + stagingmode_AggregateRootProposed_filter: stagingmode_AggregateRootProposed_filter; + stagingmode_AggregateRootProposed_orderBy: stagingmode_AggregateRootProposed_orderBy; + stagingmode_AggregateRoot_filter: stagingmode_AggregateRoot_filter; + stagingmode_AggregateRoot_orderBy: stagingmode_AggregateRoot_orderBy; + stagingmode_Aggregation_interval: stagingmode_Aggregation_interval; + stagingmode_Asset: ResolverTypeWrapper; + stagingmode_AssetBalance: ResolverTypeWrapper; + stagingmode_AssetBalance_filter: stagingmode_AssetBalance_filter; + stagingmode_AssetBalance_orderBy: stagingmode_AssetBalance_orderBy; + stagingmode_AssetStatus: ResolverTypeWrapper; + stagingmode_AssetStatus_filter: stagingmode_AssetStatus_filter; + stagingmode_AssetStatus_orderBy: stagingmode_AssetStatus_orderBy; + stagingmode_Asset_filter: stagingmode_Asset_filter; + stagingmode_Asset_orderBy: stagingmode_Asset_orderBy; + stagingmode_BigDecimal: ResolverTypeWrapper; + stagingmode_BlockChangedFilter: stagingmode_BlockChangedFilter; + stagingmode_Block_height: stagingmode_Block_height; + stagingmode_Bytes: ResolverTypeWrapper; + stagingmode_ConnectorMeta: ResolverTypeWrapper; + stagingmode_ConnectorMeta_filter: stagingmode_ConnectorMeta_filter; + stagingmode_ConnectorMeta_orderBy: stagingmode_ConnectorMeta_orderBy; + stagingmode_DestinationTransfer: ResolverTypeWrapper; + stagingmode_DestinationTransfer_filter: stagingmode_DestinationTransfer_filter; + stagingmode_DestinationTransfer_orderBy: stagingmode_DestinationTransfer_orderBy; + stagingmode_Int8: ResolverTypeWrapper; + stagingmode_OptimisticRootFinalized: ResolverTypeWrapper; + stagingmode_OptimisticRootFinalized_filter: stagingmode_OptimisticRootFinalized_filter; + stagingmode_OptimisticRootFinalized_orderBy: stagingmode_OptimisticRootFinalized_orderBy; + stagingmode_OrderDirection: stagingmode_OrderDirection; + stagingmode_OriginMessage: ResolverTypeWrapper; + stagingmode_OriginMessage_filter: stagingmode_OriginMessage_filter; + stagingmode_OriginMessage_orderBy: stagingmode_OriginMessage_orderBy; + stagingmode_OriginTransfer: ResolverTypeWrapper; + stagingmode_OriginTransfer_filter: stagingmode_OriginTransfer_filter; + stagingmode_OriginTransfer_orderBy: stagingmode_OriginTransfer_orderBy; + stagingmode_Relayer: ResolverTypeWrapper; + stagingmode_RelayerFee: ResolverTypeWrapper; + stagingmode_RelayerFee_filter: stagingmode_RelayerFee_filter; + stagingmode_RelayerFee_orderBy: stagingmode_RelayerFee_orderBy; + stagingmode_RelayerFeesIncrease: ResolverTypeWrapper; + stagingmode_RelayerFeesIncrease_filter: stagingmode_RelayerFeesIncrease_filter; + stagingmode_RelayerFeesIncrease_orderBy: stagingmode_RelayerFeesIncrease_orderBy; + stagingmode_Relayer_filter: stagingmode_Relayer_filter; + stagingmode_Relayer_orderBy: stagingmode_Relayer_orderBy; + stagingmode_RootCount: ResolverTypeWrapper; + stagingmode_RootCount_filter: stagingmode_RootCount_filter; + stagingmode_RootCount_orderBy: stagingmode_RootCount_orderBy; + stagingmode_RootMessageSent: ResolverTypeWrapper; + stagingmode_RootMessageSent_filter: stagingmode_RootMessageSent_filter; + stagingmode_RootMessageSent_orderBy: stagingmode_RootMessageSent_orderBy; + stagingmode_Router: ResolverTypeWrapper; + stagingmode_RouterDailyTVL: ResolverTypeWrapper; + stagingmode_RouterDailyTVL_filter: stagingmode_RouterDailyTVL_filter; + stagingmode_RouterDailyTVL_orderBy: stagingmode_RouterDailyTVL_orderBy; + stagingmode_RouterLiquidityEvent: ResolverTypeWrapper; + stagingmode_RouterLiquidityEventType: stagingmode_RouterLiquidityEventType; + stagingmode_RouterLiquidityEvent_filter: stagingmode_RouterLiquidityEvent_filter; + stagingmode_RouterLiquidityEvent_orderBy: stagingmode_RouterLiquidityEvent_orderBy; + stagingmode_Router_filter: stagingmode_Router_filter; + stagingmode_Router_orderBy: stagingmode_Router_orderBy; + stagingmode_Sequencer: ResolverTypeWrapper; + stagingmode_Sequencer_filter: stagingmode_Sequencer_filter; + stagingmode_Sequencer_orderBy: stagingmode_Sequencer_orderBy; + stagingmode_Setting: ResolverTypeWrapper; + stagingmode_Setting_filter: stagingmode_Setting_filter; + stagingmode_Setting_orderBy: stagingmode_Setting_orderBy; + stagingmode_SlippageUpdate: ResolverTypeWrapper; + stagingmode_SlippageUpdate_filter: stagingmode_SlippageUpdate_filter; + stagingmode_SlippageUpdate_orderBy: stagingmode_SlippageUpdate_orderBy; + stagingmode_SnapshotRoot: ResolverTypeWrapper; + stagingmode_SnapshotRoot_filter: stagingmode_SnapshotRoot_filter; + stagingmode_SnapshotRoot_orderBy: stagingmode_SnapshotRoot_orderBy; + stagingmode_SpokeConnectorMode: ResolverTypeWrapper; + stagingmode_SpokeConnectorMode_filter: stagingmode_SpokeConnectorMode_filter; + stagingmode_SpokeConnectorMode_orderBy: stagingmode_SpokeConnectorMode_orderBy; + stagingmode_TransferStatus: stagingmode_TransferStatus; + stagingmode__Block_: ResolverTypeWrapper; + stagingmode__Meta_: ResolverTypeWrapper; + stagingscroll_AggregateRoot: ResolverTypeWrapper; + stagingscroll_AggregateRootProposed: ResolverTypeWrapper; + stagingscroll_AggregateRootProposed_filter: stagingscroll_AggregateRootProposed_filter; + stagingscroll_AggregateRootProposed_orderBy: stagingscroll_AggregateRootProposed_orderBy; + stagingscroll_AggregateRoot_filter: stagingscroll_AggregateRoot_filter; + stagingscroll_AggregateRoot_orderBy: stagingscroll_AggregateRoot_orderBy; + stagingscroll_Aggregation_interval: stagingscroll_Aggregation_interval; + stagingscroll_Asset: ResolverTypeWrapper; + stagingscroll_AssetBalance: ResolverTypeWrapper; + stagingscroll_AssetBalance_filter: stagingscroll_AssetBalance_filter; + stagingscroll_AssetBalance_orderBy: stagingscroll_AssetBalance_orderBy; + stagingscroll_AssetStatus: ResolverTypeWrapper; + stagingscroll_AssetStatus_filter: stagingscroll_AssetStatus_filter; + stagingscroll_AssetStatus_orderBy: stagingscroll_AssetStatus_orderBy; + stagingscroll_Asset_filter: stagingscroll_Asset_filter; + stagingscroll_Asset_orderBy: stagingscroll_Asset_orderBy; + stagingscroll_BigDecimal: ResolverTypeWrapper; + stagingscroll_BlockChangedFilter: stagingscroll_BlockChangedFilter; + stagingscroll_Block_height: stagingscroll_Block_height; + stagingscroll_Bytes: ResolverTypeWrapper; + stagingscroll_ConnectorMeta: ResolverTypeWrapper; + stagingscroll_ConnectorMeta_filter: stagingscroll_ConnectorMeta_filter; + stagingscroll_ConnectorMeta_orderBy: stagingscroll_ConnectorMeta_orderBy; + stagingscroll_DestinationTransfer: ResolverTypeWrapper; + stagingscroll_DestinationTransfer_filter: stagingscroll_DestinationTransfer_filter; + stagingscroll_DestinationTransfer_orderBy: stagingscroll_DestinationTransfer_orderBy; + stagingscroll_Int8: ResolverTypeWrapper; + stagingscroll_OptimisticRootFinalized: ResolverTypeWrapper; + stagingscroll_OptimisticRootFinalized_filter: stagingscroll_OptimisticRootFinalized_filter; + stagingscroll_OptimisticRootFinalized_orderBy: stagingscroll_OptimisticRootFinalized_orderBy; + stagingscroll_OrderDirection: stagingscroll_OrderDirection; + stagingscroll_OriginMessage: ResolverTypeWrapper; + stagingscroll_OriginMessage_filter: stagingscroll_OriginMessage_filter; + stagingscroll_OriginMessage_orderBy: stagingscroll_OriginMessage_orderBy; + stagingscroll_OriginTransfer: ResolverTypeWrapper; + stagingscroll_OriginTransfer_filter: stagingscroll_OriginTransfer_filter; + stagingscroll_OriginTransfer_orderBy: stagingscroll_OriginTransfer_orderBy; + stagingscroll_Relayer: ResolverTypeWrapper; + stagingscroll_RelayerFee: ResolverTypeWrapper; + stagingscroll_RelayerFee_filter: stagingscroll_RelayerFee_filter; + stagingscroll_RelayerFee_orderBy: stagingscroll_RelayerFee_orderBy; + stagingscroll_RelayerFeesIncrease: ResolverTypeWrapper; + stagingscroll_RelayerFeesIncrease_filter: stagingscroll_RelayerFeesIncrease_filter; + stagingscroll_RelayerFeesIncrease_orderBy: stagingscroll_RelayerFeesIncrease_orderBy; + stagingscroll_Relayer_filter: stagingscroll_Relayer_filter; + stagingscroll_Relayer_orderBy: stagingscroll_Relayer_orderBy; + stagingscroll_RootCount: ResolverTypeWrapper; + stagingscroll_RootCount_filter: stagingscroll_RootCount_filter; + stagingscroll_RootCount_orderBy: stagingscroll_RootCount_orderBy; + stagingscroll_RootMessageSent: ResolverTypeWrapper; + stagingscroll_RootMessageSent_filter: stagingscroll_RootMessageSent_filter; + stagingscroll_RootMessageSent_orderBy: stagingscroll_RootMessageSent_orderBy; + stagingscroll_Router: ResolverTypeWrapper; + stagingscroll_RouterDailyTVL: ResolverTypeWrapper; + stagingscroll_RouterDailyTVL_filter: stagingscroll_RouterDailyTVL_filter; + stagingscroll_RouterDailyTVL_orderBy: stagingscroll_RouterDailyTVL_orderBy; + stagingscroll_RouterLiquidityEvent: ResolverTypeWrapper; + stagingscroll_RouterLiquidityEventType: stagingscroll_RouterLiquidityEventType; + stagingscroll_RouterLiquidityEvent_filter: stagingscroll_RouterLiquidityEvent_filter; + stagingscroll_RouterLiquidityEvent_orderBy: stagingscroll_RouterLiquidityEvent_orderBy; + stagingscroll_Router_filter: stagingscroll_Router_filter; + stagingscroll_Router_orderBy: stagingscroll_Router_orderBy; + stagingscroll_Sequencer: ResolverTypeWrapper; + stagingscroll_Sequencer_filter: stagingscroll_Sequencer_filter; + stagingscroll_Sequencer_orderBy: stagingscroll_Sequencer_orderBy; + stagingscroll_Setting: ResolverTypeWrapper; + stagingscroll_Setting_filter: stagingscroll_Setting_filter; + stagingscroll_Setting_orderBy: stagingscroll_Setting_orderBy; + stagingscroll_SlippageUpdate: ResolverTypeWrapper; + stagingscroll_SlippageUpdate_filter: stagingscroll_SlippageUpdate_filter; + stagingscroll_SlippageUpdate_orderBy: stagingscroll_SlippageUpdate_orderBy; + stagingscroll_SnapshotRoot: ResolverTypeWrapper; + stagingscroll_SnapshotRoot_filter: stagingscroll_SnapshotRoot_filter; + stagingscroll_SnapshotRoot_orderBy: stagingscroll_SnapshotRoot_orderBy; + stagingscroll_SpokeConnectorMode: ResolverTypeWrapper; + stagingscroll_SpokeConnectorMode_filter: stagingscroll_SpokeConnectorMode_filter; + stagingscroll_SpokeConnectorMode_orderBy: stagingscroll_SpokeConnectorMode_orderBy; + stagingscroll_TransferStatus: stagingscroll_TransferStatus; + stagingscroll__Block_: ResolverTypeWrapper; + stagingscroll__Meta_: ResolverTypeWrapper; arbitrumone_AggregateRoot: ResolverTypeWrapper; arbitrumone_AggregateRootProposed: ResolverTypeWrapper; arbitrumone_AggregateRootProposed_filter: arbitrumone_AggregateRootProposed_filter; @@ -177877,262 +177873,13 @@ export type ResolversTypes = ResolversObject<{ arbitrumone_TransferStatus: arbitrumone_TransferStatus; arbitrumone__Block_: ResolverTypeWrapper; arbitrumone__Meta_: ResolverTypeWrapper; - zksync_swap_Aggregation_interval: zksync_swap_Aggregation_interval; - zksync_swap_BigDecimal: ResolverTypeWrapper; - zksync_swap_BlockChangedFilter: zksync_swap_BlockChangedFilter; - zksync_swap_Block_height: zksync_swap_Block_height; - zksync_swap_Bytes: ResolverTypeWrapper; - zksync_swap_Int8: ResolverTypeWrapper; - zksync_swap_LpAccount: ResolverTypeWrapper; - zksync_swap_LpAccountBalance: ResolverTypeWrapper; - zksync_swap_LpAccountBalance_filter: zksync_swap_LpAccountBalance_filter; - zksync_swap_LpAccountBalance_orderBy: zksync_swap_LpAccountBalance_orderBy; - zksync_swap_LpAccount_filter: zksync_swap_LpAccount_filter; - zksync_swap_LpAccount_orderBy: zksync_swap_LpAccount_orderBy; - zksync_swap_LpToken: ResolverTypeWrapper; - zksync_swap_LpTokenEvent: ResolversTypes['zksync_swap_LpTransferEvent']; - zksync_swap_LpTokenEvent_filter: zksync_swap_LpTokenEvent_filter; - zksync_swap_LpTokenEvent_orderBy: zksync_swap_LpTokenEvent_orderBy; - zksync_swap_LpToken_filter: zksync_swap_LpToken_filter; - zksync_swap_LpToken_orderBy: zksync_swap_LpToken_orderBy; - zksync_swap_LpTransferEvent: ResolverTypeWrapper; - zksync_swap_LpTransferEvent_filter: zksync_swap_LpTransferEvent_filter; - zksync_swap_LpTransferEvent_orderBy: zksync_swap_LpTransferEvent_orderBy; - zksync_swap_OrderDirection: zksync_swap_OrderDirection; - zksync_swap_PooledToken: ResolverTypeWrapper; - zksync_swap_PooledToken_filter: zksync_swap_PooledToken_filter; - zksync_swap_PooledToken_orderBy: zksync_swap_PooledToken_orderBy; - zksync_swap_StableSwap: ResolverTypeWrapper; - zksync_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - zksync_swap_StableSwapAddLiquidityEvent_filter: zksync_swap_StableSwapAddLiquidityEvent_filter; - zksync_swap_StableSwapAddLiquidityEvent_orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy; - zksync_swap_StableSwapEvent: ResolversTypes['zksync_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['zksync_swap_StableSwapRemoveLiquidityEvent']; - zksync_swap_StableSwapEvent_filter: zksync_swap_StableSwapEvent_filter; - zksync_swap_StableSwapEvent_orderBy: zksync_swap_StableSwapEvent_orderBy; - zksync_swap_StableSwapExchange: ResolverTypeWrapper; - zksync_swap_StableSwapExchange_filter: zksync_swap_StableSwapExchange_filter; - zksync_swap_StableSwapExchange_orderBy: zksync_swap_StableSwapExchange_orderBy; - zksync_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - zksync_swap_StableSwapRemoveLiquidityEvent_filter: zksync_swap_StableSwapRemoveLiquidityEvent_filter; - zksync_swap_StableSwapRemoveLiquidityEvent_orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy; - zksync_swap_StableSwap_filter: zksync_swap_StableSwap_filter; - zksync_swap_StableSwap_orderBy: zksync_swap_StableSwap_orderBy; - zksync_swap_SwapDailyVolume: ResolverTypeWrapper; - zksync_swap_SwapDailyVolume_filter: zksync_swap_SwapDailyVolume_filter; - zksync_swap_SwapDailyVolume_orderBy: zksync_swap_SwapDailyVolume_orderBy; - zksync_swap_SwapHourlyVolume: ResolverTypeWrapper; - zksync_swap_SwapHourlyVolume_filter: zksync_swap_SwapHourlyVolume_filter; - zksync_swap_SwapHourlyVolume_orderBy: zksync_swap_SwapHourlyVolume_orderBy; - zksync_swap_SwapTradeVolume: ResolversTypes['zksync_swap_SwapDailyVolume'] | ResolversTypes['zksync_swap_SwapHourlyVolume'] | ResolversTypes['zksync_swap_SwapWeeklyVolume']; - zksync_swap_SwapTradeVolume_filter: zksync_swap_SwapTradeVolume_filter; - zksync_swap_SwapTradeVolume_orderBy: zksync_swap_SwapTradeVolume_orderBy; - zksync_swap_SwapWeeklyVolume: ResolverTypeWrapper; - zksync_swap_SwapWeeklyVolume_filter: zksync_swap_SwapWeeklyVolume_filter; - zksync_swap_SwapWeeklyVolume_orderBy: zksync_swap_SwapWeeklyVolume_orderBy; - zksync_swap_SystemInfo: ResolverTypeWrapper; - zksync_swap_SystemInfo_filter: zksync_swap_SystemInfo_filter; - zksync_swap_SystemInfo_orderBy: zksync_swap_SystemInfo_orderBy; - zksync_swap__Block_: ResolverTypeWrapper; - zksync_swap__Meta_: ResolverTypeWrapper; - base_swap_Aggregation_interval: base_swap_Aggregation_interval; - base_swap_BigDecimal: ResolverTypeWrapper; - base_swap_BlockChangedFilter: base_swap_BlockChangedFilter; - base_swap_Block_height: base_swap_Block_height; - base_swap_Bytes: ResolverTypeWrapper; - base_swap_Int8: ResolverTypeWrapper; - base_swap_LpAccount: ResolverTypeWrapper; - base_swap_LpAccountBalance: ResolverTypeWrapper; - base_swap_LpAccountBalance_filter: base_swap_LpAccountBalance_filter; - base_swap_LpAccountBalance_orderBy: base_swap_LpAccountBalance_orderBy; - base_swap_LpAccount_filter: base_swap_LpAccount_filter; - base_swap_LpAccount_orderBy: base_swap_LpAccount_orderBy; - base_swap_LpToken: ResolverTypeWrapper; - base_swap_LpTokenEvent: ResolversTypes['base_swap_LpTransferEvent']; - base_swap_LpTokenEvent_filter: base_swap_LpTokenEvent_filter; - base_swap_LpTokenEvent_orderBy: base_swap_LpTokenEvent_orderBy; - base_swap_LpToken_filter: base_swap_LpToken_filter; - base_swap_LpToken_orderBy: base_swap_LpToken_orderBy; - base_swap_LpTransferEvent: ResolverTypeWrapper; - base_swap_LpTransferEvent_filter: base_swap_LpTransferEvent_filter; - base_swap_LpTransferEvent_orderBy: base_swap_LpTransferEvent_orderBy; - base_swap_OrderDirection: base_swap_OrderDirection; - base_swap_PooledToken: ResolverTypeWrapper; - base_swap_PooledToken_filter: base_swap_PooledToken_filter; - base_swap_PooledToken_orderBy: base_swap_PooledToken_orderBy; - base_swap_StableSwap: ResolverTypeWrapper; - base_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - base_swap_StableSwapAddLiquidityEvent_filter: base_swap_StableSwapAddLiquidityEvent_filter; - base_swap_StableSwapAddLiquidityEvent_orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy; - base_swap_StableSwapEvent: ResolversTypes['base_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['base_swap_StableSwapRemoveLiquidityEvent']; - base_swap_StableSwapEvent_filter: base_swap_StableSwapEvent_filter; - base_swap_StableSwapEvent_orderBy: base_swap_StableSwapEvent_orderBy; - base_swap_StableSwapExchange: ResolverTypeWrapper; - base_swap_StableSwapExchange_filter: base_swap_StableSwapExchange_filter; - base_swap_StableSwapExchange_orderBy: base_swap_StableSwapExchange_orderBy; - base_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - base_swap_StableSwapRemoveLiquidityEvent_filter: base_swap_StableSwapRemoveLiquidityEvent_filter; - base_swap_StableSwapRemoveLiquidityEvent_orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy; - base_swap_StableSwap_filter: base_swap_StableSwap_filter; - base_swap_StableSwap_orderBy: base_swap_StableSwap_orderBy; - base_swap_SwapDailyVolume: ResolverTypeWrapper; - base_swap_SwapDailyVolume_filter: base_swap_SwapDailyVolume_filter; - base_swap_SwapDailyVolume_orderBy: base_swap_SwapDailyVolume_orderBy; - base_swap_SwapHourlyVolume: ResolverTypeWrapper; - base_swap_SwapHourlyVolume_filter: base_swap_SwapHourlyVolume_filter; - base_swap_SwapHourlyVolume_orderBy: base_swap_SwapHourlyVolume_orderBy; - base_swap_SwapTradeVolume: ResolversTypes['base_swap_SwapDailyVolume'] | ResolversTypes['base_swap_SwapHourlyVolume'] | ResolversTypes['base_swap_SwapWeeklyVolume']; - base_swap_SwapTradeVolume_filter: base_swap_SwapTradeVolume_filter; - base_swap_SwapTradeVolume_orderBy: base_swap_SwapTradeVolume_orderBy; - base_swap_SwapWeeklyVolume: ResolverTypeWrapper; - base_swap_SwapWeeklyVolume_filter: base_swap_SwapWeeklyVolume_filter; - base_swap_SwapWeeklyVolume_orderBy: base_swap_SwapWeeklyVolume_orderBy; - base_swap_SystemInfo: ResolverTypeWrapper; - base_swap_SystemInfo_filter: base_swap_SystemInfo_filter; - base_swap_SystemInfo_orderBy: base_swap_SystemInfo_orderBy; - base_swap__Block_: ResolverTypeWrapper; - base_swap__Meta_: ResolverTypeWrapper; - optimism_AggregateRoot: ResolverTypeWrapper; - optimism_AggregateRootProposed: ResolverTypeWrapper; - optimism_AggregateRootProposed_filter: optimism_AggregateRootProposed_filter; - optimism_AggregateRootProposed_orderBy: optimism_AggregateRootProposed_orderBy; - 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_OptimisticRootFinalized: ResolverTypeWrapper; - optimism_OptimisticRootFinalized_filter: optimism_OptimisticRootFinalized_filter; - optimism_OptimisticRootFinalized_orderBy: optimism_OptimisticRootFinalized_orderBy; - optimism_OrderDirection: optimism_OrderDirection; - optimism_OriginMessage: ResolverTypeWrapper; - optimism_OriginMessage_filter: optimism_OriginMessage_filter; - optimism_OriginMessage_orderBy: optimism_OriginMessage_orderBy; - optimism_OriginTransfer: ResolverTypeWrapper; - optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; - optimism_OriginTransfer_orderBy: optimism_OriginTransfer_orderBy; - optimism_Relayer: ResolverTypeWrapper; - optimism_RelayerFee: ResolverTypeWrapper; - optimism_RelayerFee_filter: optimism_RelayerFee_filter; - optimism_RelayerFee_orderBy: optimism_RelayerFee_orderBy; - optimism_RelayerFeesIncrease: ResolverTypeWrapper; - optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; - optimism_RelayerFeesIncrease_orderBy: optimism_RelayerFeesIncrease_orderBy; - optimism_Relayer_filter: optimism_Relayer_filter; - optimism_Relayer_orderBy: optimism_Relayer_orderBy; - optimism_RootCount: ResolverTypeWrapper; - optimism_RootCount_filter: optimism_RootCount_filter; - optimism_RootCount_orderBy: optimism_RootCount_orderBy; - optimism_RootMessageSent: ResolverTypeWrapper; - optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; - optimism_RootMessageSent_orderBy: optimism_RootMessageSent_orderBy; - optimism_Router: ResolverTypeWrapper; - optimism_RouterDailyTVL: ResolverTypeWrapper; - optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; - optimism_RouterDailyTVL_orderBy: optimism_RouterDailyTVL_orderBy; - optimism_RouterLiquidityEvent: ResolverTypeWrapper; - optimism_RouterLiquidityEventType: optimism_RouterLiquidityEventType; - optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; - optimism_RouterLiquidityEvent_orderBy: optimism_RouterLiquidityEvent_orderBy; - optimism_Router_filter: optimism_Router_filter; - optimism_Router_orderBy: optimism_Router_orderBy; - optimism_Sequencer: ResolverTypeWrapper; - optimism_Sequencer_filter: optimism_Sequencer_filter; - optimism_Sequencer_orderBy: optimism_Sequencer_orderBy; - optimism_Setting: ResolverTypeWrapper; - optimism_Setting_filter: optimism_Setting_filter; - optimism_Setting_orderBy: optimism_Setting_orderBy; - optimism_SlippageUpdate: ResolverTypeWrapper; - optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; - optimism_SlippageUpdate_orderBy: optimism_SlippageUpdate_orderBy; - optimism_SnapshotRoot: ResolverTypeWrapper; - optimism_SnapshotRoot_filter: optimism_SnapshotRoot_filter; - optimism_SnapshotRoot_orderBy: optimism_SnapshotRoot_orderBy; - optimism_SpokeConnectorMode: ResolverTypeWrapper; - optimism_SpokeConnectorMode_filter: optimism_SpokeConnectorMode_filter; - optimism_SpokeConnectorMode_orderBy: optimism_SpokeConnectorMode_orderBy; - optimism_TransferStatus: optimism_TransferStatus; - optimism__Block_: ResolverTypeWrapper; - optimism__Meta_: ResolverTypeWrapper; - metis_swap_Aggregation_interval: metis_swap_Aggregation_interval; - metis_swap_BigDecimal: ResolverTypeWrapper; - metis_swap_BlockChangedFilter: metis_swap_BlockChangedFilter; - metis_swap_Block_height: metis_swap_Block_height; - metis_swap_Bytes: ResolverTypeWrapper; - metis_swap_Int8: ResolverTypeWrapper; - metis_swap_LpAccount: ResolverTypeWrapper; - metis_swap_LpAccountBalance: ResolverTypeWrapper; - metis_swap_LpAccountBalance_filter: metis_swap_LpAccountBalance_filter; - metis_swap_LpAccountBalance_orderBy: metis_swap_LpAccountBalance_orderBy; - metis_swap_LpAccount_filter: metis_swap_LpAccount_filter; - metis_swap_LpAccount_orderBy: metis_swap_LpAccount_orderBy; - metis_swap_LpToken: ResolverTypeWrapper; - metis_swap_LpTokenEvent: ResolversTypes['metis_swap_LpTransferEvent']; - metis_swap_LpTokenEvent_filter: metis_swap_LpTokenEvent_filter; - metis_swap_LpTokenEvent_orderBy: metis_swap_LpTokenEvent_orderBy; - metis_swap_LpToken_filter: metis_swap_LpToken_filter; - metis_swap_LpToken_orderBy: metis_swap_LpToken_orderBy; - metis_swap_LpTransferEvent: ResolverTypeWrapper; - metis_swap_LpTransferEvent_filter: metis_swap_LpTransferEvent_filter; - metis_swap_LpTransferEvent_orderBy: metis_swap_LpTransferEvent_orderBy; - metis_swap_OrderDirection: metis_swap_OrderDirection; - metis_swap_PooledToken: ResolverTypeWrapper; - metis_swap_PooledToken_filter: metis_swap_PooledToken_filter; - metis_swap_PooledToken_orderBy: metis_swap_PooledToken_orderBy; - metis_swap_StableSwap: ResolverTypeWrapper; - metis_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - metis_swap_StableSwapAddLiquidityEvent_filter: metis_swap_StableSwapAddLiquidityEvent_filter; - metis_swap_StableSwapAddLiquidityEvent_orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy; - metis_swap_StableSwapEvent: ResolversTypes['metis_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['metis_swap_StableSwapRemoveLiquidityEvent']; - metis_swap_StableSwapEvent_filter: metis_swap_StableSwapEvent_filter; - metis_swap_StableSwapEvent_orderBy: metis_swap_StableSwapEvent_orderBy; - metis_swap_StableSwapExchange: ResolverTypeWrapper; - metis_swap_StableSwapExchange_filter: metis_swap_StableSwapExchange_filter; - metis_swap_StableSwapExchange_orderBy: metis_swap_StableSwapExchange_orderBy; - metis_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - metis_swap_StableSwapRemoveLiquidityEvent_filter: metis_swap_StableSwapRemoveLiquidityEvent_filter; - metis_swap_StableSwapRemoveLiquidityEvent_orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy; - metis_swap_StableSwap_filter: metis_swap_StableSwap_filter; - metis_swap_StableSwap_orderBy: metis_swap_StableSwap_orderBy; - metis_swap_SwapDailyVolume: ResolverTypeWrapper; - metis_swap_SwapDailyVolume_filter: metis_swap_SwapDailyVolume_filter; - metis_swap_SwapDailyVolume_orderBy: metis_swap_SwapDailyVolume_orderBy; - metis_swap_SwapHourlyVolume: ResolverTypeWrapper; - metis_swap_SwapHourlyVolume_filter: metis_swap_SwapHourlyVolume_filter; - metis_swap_SwapHourlyVolume_orderBy: metis_swap_SwapHourlyVolume_orderBy; - metis_swap_SwapTradeVolume: ResolversTypes['metis_swap_SwapDailyVolume'] | ResolversTypes['metis_swap_SwapHourlyVolume'] | ResolversTypes['metis_swap_SwapWeeklyVolume']; - metis_swap_SwapTradeVolume_filter: metis_swap_SwapTradeVolume_filter; - metis_swap_SwapTradeVolume_orderBy: metis_swap_SwapTradeVolume_orderBy; - metis_swap_SwapWeeklyVolume: ResolverTypeWrapper; - metis_swap_SwapWeeklyVolume_filter: metis_swap_SwapWeeklyVolume_filter; - metis_swap_SwapWeeklyVolume_orderBy: metis_swap_SwapWeeklyVolume_orderBy; - metis_swap_SystemInfo: ResolverTypeWrapper; - metis_swap_SystemInfo_filter: metis_swap_SystemInfo_filter; - metis_swap_SystemInfo_orderBy: metis_swap_SystemInfo_orderBy; - metis_swap__Block_: ResolverTypeWrapper; - metis_swap__Meta_: ResolverTypeWrapper; polygon_AggregateRoot: ResolverTypeWrapper; polygon_AggregateRootProposed: ResolverTypeWrapper; polygon_AggregateRootProposed_filter: polygon_AggregateRootProposed_filter; polygon_AggregateRootProposed_orderBy: polygon_AggregateRootProposed_orderBy; polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; polygon_AggregateRoot_orderBy: polygon_AggregateRoot_orderBy; + polygon_Aggregation_interval: polygon_Aggregation_interval; polygon_Asset: ResolverTypeWrapper; polygon_AssetBalance: ResolverTypeWrapper; polygon_AssetBalance_filter: polygon_AssetBalance_filter; @@ -178206,259 +177953,310 @@ export type ResolversTypes = ResolversObject<{ polygon_TransferStatus: polygon_TransferStatus; polygon__Block_: ResolverTypeWrapper; polygon__Meta_: ResolverTypeWrapper; - mode_swap_Aggregation_interval: mode_swap_Aggregation_interval; - mode_swap_BigDecimal: ResolverTypeWrapper; - mode_swap_BlockChangedFilter: mode_swap_BlockChangedFilter; - mode_swap_Block_height: mode_swap_Block_height; - mode_swap_Bytes: ResolverTypeWrapper; - mode_swap_Int8: ResolverTypeWrapper; - mode_swap_LpAccount: ResolverTypeWrapper; - mode_swap_LpAccountBalance: ResolverTypeWrapper; - mode_swap_LpAccountBalance_filter: mode_swap_LpAccountBalance_filter; - mode_swap_LpAccountBalance_orderBy: mode_swap_LpAccountBalance_orderBy; - mode_swap_LpAccount_filter: mode_swap_LpAccount_filter; - mode_swap_LpAccount_orderBy: mode_swap_LpAccount_orderBy; - mode_swap_LpToken: ResolverTypeWrapper; - mode_swap_LpTokenEvent: ResolversTypes['mode_swap_LpTransferEvent']; - mode_swap_LpTokenEvent_filter: mode_swap_LpTokenEvent_filter; - mode_swap_LpTokenEvent_orderBy: mode_swap_LpTokenEvent_orderBy; - mode_swap_LpToken_filter: mode_swap_LpToken_filter; - mode_swap_LpToken_orderBy: mode_swap_LpToken_orderBy; - mode_swap_LpTransferEvent: ResolverTypeWrapper; - mode_swap_LpTransferEvent_filter: mode_swap_LpTransferEvent_filter; - mode_swap_LpTransferEvent_orderBy: mode_swap_LpTransferEvent_orderBy; - mode_swap_OrderDirection: mode_swap_OrderDirection; - mode_swap_PooledToken: ResolverTypeWrapper; - mode_swap_PooledToken_filter: mode_swap_PooledToken_filter; - mode_swap_PooledToken_orderBy: mode_swap_PooledToken_orderBy; - mode_swap_StableSwap: ResolverTypeWrapper; - mode_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - mode_swap_StableSwapAddLiquidityEvent_filter: mode_swap_StableSwapAddLiquidityEvent_filter; - mode_swap_StableSwapAddLiquidityEvent_orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy; - mode_swap_StableSwapEvent: ResolversTypes['mode_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mode_swap_StableSwapRemoveLiquidityEvent']; - mode_swap_StableSwapEvent_filter: mode_swap_StableSwapEvent_filter; - mode_swap_StableSwapEvent_orderBy: mode_swap_StableSwapEvent_orderBy; - mode_swap_StableSwapExchange: ResolverTypeWrapper; - mode_swap_StableSwapExchange_filter: mode_swap_StableSwapExchange_filter; - mode_swap_StableSwapExchange_orderBy: mode_swap_StableSwapExchange_orderBy; - mode_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - mode_swap_StableSwapRemoveLiquidityEvent_filter: mode_swap_StableSwapRemoveLiquidityEvent_filter; - mode_swap_StableSwapRemoveLiquidityEvent_orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy; - mode_swap_StableSwap_filter: mode_swap_StableSwap_filter; - mode_swap_StableSwap_orderBy: mode_swap_StableSwap_orderBy; - mode_swap_SwapDailyVolume: ResolverTypeWrapper; - mode_swap_SwapDailyVolume_filter: mode_swap_SwapDailyVolume_filter; - mode_swap_SwapDailyVolume_orderBy: mode_swap_SwapDailyVolume_orderBy; - mode_swap_SwapHourlyVolume: ResolverTypeWrapper; - mode_swap_SwapHourlyVolume_filter: mode_swap_SwapHourlyVolume_filter; - mode_swap_SwapHourlyVolume_orderBy: mode_swap_SwapHourlyVolume_orderBy; - mode_swap_SwapTradeVolume: ResolversTypes['mode_swap_SwapDailyVolume'] | ResolversTypes['mode_swap_SwapHourlyVolume'] | ResolversTypes['mode_swap_SwapWeeklyVolume']; - mode_swap_SwapTradeVolume_filter: mode_swap_SwapTradeVolume_filter; - mode_swap_SwapTradeVolume_orderBy: mode_swap_SwapTradeVolume_orderBy; - mode_swap_SwapWeeklyVolume: ResolverTypeWrapper; - mode_swap_SwapWeeklyVolume_filter: mode_swap_SwapWeeklyVolume_filter; - mode_swap_SwapWeeklyVolume_orderBy: mode_swap_SwapWeeklyVolume_orderBy; - mode_swap_SystemInfo: ResolverTypeWrapper; - mode_swap_SystemInfo_filter: mode_swap_SystemInfo_filter; - mode_swap_SystemInfo_orderBy: mode_swap_SystemInfo_orderBy; - mode_swap__Block_: ResolverTypeWrapper; - mode_swap__Meta_: ResolverTypeWrapper; - linea_swap_BigDecimal: ResolverTypeWrapper; - linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; - linea_swap_Block_height: linea_swap_Block_height; - linea_swap_Bytes: ResolverTypeWrapper; - linea_swap_LpAccount: ResolverTypeWrapper; - linea_swap_LpAccountBalance: ResolverTypeWrapper; - linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; - linea_swap_LpAccountBalance_orderBy: linea_swap_LpAccountBalance_orderBy; - linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; - linea_swap_LpAccount_orderBy: linea_swap_LpAccount_orderBy; - linea_swap_LpToken: ResolverTypeWrapper; - linea_swap_LpTokenEvent: ResolversTypes['linea_swap_LpTransferEvent']; - linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; - linea_swap_LpTokenEvent_orderBy: linea_swap_LpTokenEvent_orderBy; - linea_swap_LpToken_filter: linea_swap_LpToken_filter; - linea_swap_LpToken_orderBy: linea_swap_LpToken_orderBy; - linea_swap_LpTransferEvent: ResolverTypeWrapper; - linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; - linea_swap_LpTransferEvent_orderBy: linea_swap_LpTransferEvent_orderBy; - linea_swap_OrderDirection: linea_swap_OrderDirection; - linea_swap_PooledToken: ResolverTypeWrapper; - linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; - linea_swap_PooledToken_orderBy: linea_swap_PooledToken_orderBy; - linea_swap_StableSwap: ResolverTypeWrapper; - linea_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; - linea_swap_StableSwapAddLiquidityEvent_orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy; - linea_swap_StableSwapEvent: ResolversTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['linea_swap_StableSwapRemoveLiquidityEvent']; - linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; - linea_swap_StableSwapEvent_orderBy: linea_swap_StableSwapEvent_orderBy; - linea_swap_StableSwapExchange: ResolverTypeWrapper; - linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; - linea_swap_StableSwapExchange_orderBy: linea_swap_StableSwapExchange_orderBy; - linea_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; - linea_swap_StableSwapRemoveLiquidityEvent_orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy; - linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; - linea_swap_StableSwap_orderBy: linea_swap_StableSwap_orderBy; - linea_swap_SwapDailyVolume: ResolverTypeWrapper; - linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; - linea_swap_SwapDailyVolume_orderBy: linea_swap_SwapDailyVolume_orderBy; - linea_swap_SwapHourlyVolume: ResolverTypeWrapper; - linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; - linea_swap_SwapHourlyVolume_orderBy: linea_swap_SwapHourlyVolume_orderBy; - linea_swap_SwapTradeVolume: ResolversTypes['linea_swap_SwapDailyVolume'] | ResolversTypes['linea_swap_SwapHourlyVolume'] | ResolversTypes['linea_swap_SwapWeeklyVolume']; - linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; - linea_swap_SwapTradeVolume_orderBy: linea_swap_SwapTradeVolume_orderBy; - linea_swap_SwapWeeklyVolume: ResolverTypeWrapper; - linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; - linea_swap_SwapWeeklyVolume_orderBy: linea_swap_SwapWeeklyVolume_orderBy; - linea_swap_SystemInfo: ResolverTypeWrapper; - linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; - linea_swap_SystemInfo_orderBy: linea_swap_SystemInfo_orderBy; - linea_swap__Block_: ResolverTypeWrapper; - linea_swap__Meta_: ResolverTypeWrapper; - linea_AggregateRoot: ResolverTypeWrapper; - linea_AggregateRootProposed: ResolverTypeWrapper; - linea_AggregateRootProposed_filter: linea_AggregateRootProposed_filter; - linea_AggregateRootProposed_orderBy: linea_AggregateRootProposed_orderBy; - linea_AggregateRoot_filter: linea_AggregateRoot_filter; - linea_AggregateRoot_orderBy: linea_AggregateRoot_orderBy; - linea_Asset: ResolverTypeWrapper; - linea_AssetBalance: ResolverTypeWrapper; - linea_AssetBalance_filter: linea_AssetBalance_filter; - linea_AssetBalance_orderBy: linea_AssetBalance_orderBy; - linea_AssetStatus: ResolverTypeWrapper; - linea_AssetStatus_filter: linea_AssetStatus_filter; - linea_AssetStatus_orderBy: linea_AssetStatus_orderBy; - linea_Asset_filter: linea_Asset_filter; - linea_Asset_orderBy: linea_Asset_orderBy; - linea_BigDecimal: ResolverTypeWrapper; - linea_BlockChangedFilter: linea_BlockChangedFilter; - linea_Block_height: linea_Block_height; - linea_Bytes: ResolverTypeWrapper; - linea_ConnectorMeta: ResolverTypeWrapper; - linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; - linea_ConnectorMeta_orderBy: linea_ConnectorMeta_orderBy; - linea_DestinationTransfer: ResolverTypeWrapper; - linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; - linea_DestinationTransfer_orderBy: linea_DestinationTransfer_orderBy; - linea_OptimisticRootFinalized: ResolverTypeWrapper; - linea_OptimisticRootFinalized_filter: linea_OptimisticRootFinalized_filter; - linea_OptimisticRootFinalized_orderBy: linea_OptimisticRootFinalized_orderBy; - linea_OrderDirection: linea_OrderDirection; - linea_OriginMessage: ResolverTypeWrapper; - linea_OriginMessage_filter: linea_OriginMessage_filter; - linea_OriginMessage_orderBy: linea_OriginMessage_orderBy; - linea_OriginTransfer: ResolverTypeWrapper; - linea_OriginTransfer_filter: linea_OriginTransfer_filter; - linea_OriginTransfer_orderBy: linea_OriginTransfer_orderBy; - linea_Relayer: ResolverTypeWrapper; - linea_RelayerFee: ResolverTypeWrapper; - linea_RelayerFee_filter: linea_RelayerFee_filter; - linea_RelayerFee_orderBy: linea_RelayerFee_orderBy; - linea_RelayerFeesIncrease: ResolverTypeWrapper; - linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; - linea_RelayerFeesIncrease_orderBy: linea_RelayerFeesIncrease_orderBy; - linea_Relayer_filter: linea_Relayer_filter; - linea_Relayer_orderBy: linea_Relayer_orderBy; - linea_RootCount: ResolverTypeWrapper; - linea_RootCount_filter: linea_RootCount_filter; - linea_RootCount_orderBy: linea_RootCount_orderBy; - linea_RootMessageSent: ResolverTypeWrapper; - linea_RootMessageSent_filter: linea_RootMessageSent_filter; - linea_RootMessageSent_orderBy: linea_RootMessageSent_orderBy; - linea_Router: ResolverTypeWrapper; - linea_RouterDailyTVL: ResolverTypeWrapper; - linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; - linea_RouterDailyTVL_orderBy: linea_RouterDailyTVL_orderBy; - linea_RouterLiquidityEvent: ResolverTypeWrapper; - linea_RouterLiquidityEventType: linea_RouterLiquidityEventType; - linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; - linea_RouterLiquidityEvent_orderBy: linea_RouterLiquidityEvent_orderBy; - linea_Router_filter: linea_Router_filter; - linea_Router_orderBy: linea_Router_orderBy; - linea_Sequencer: ResolverTypeWrapper; - linea_Sequencer_filter: linea_Sequencer_filter; - linea_Sequencer_orderBy: linea_Sequencer_orderBy; - linea_Setting: ResolverTypeWrapper; - linea_Setting_filter: linea_Setting_filter; - linea_Setting_orderBy: linea_Setting_orderBy; - linea_SlippageUpdate: ResolverTypeWrapper; - linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; - linea_SlippageUpdate_orderBy: linea_SlippageUpdate_orderBy; - linea_SnapshotRoot: ResolverTypeWrapper; - linea_SnapshotRoot_filter: linea_SnapshotRoot_filter; - linea_SnapshotRoot_orderBy: linea_SnapshotRoot_orderBy; - linea_SpokeConnectorMode: ResolverTypeWrapper; - linea_SpokeConnectorMode_filter: linea_SpokeConnectorMode_filter; - linea_SpokeConnectorMode_orderBy: linea_SpokeConnectorMode_orderBy; - linea_TransferStatus: linea_TransferStatus; - linea__Block_: ResolverTypeWrapper; - linea__Meta_: ResolverTypeWrapper; - xlayer_swap_BigDecimal: ResolverTypeWrapper; - xlayer_swap_BlockChangedFilter: xlayer_swap_BlockChangedFilter; - xlayer_swap_Block_height: xlayer_swap_Block_height; - xlayer_swap_Bytes: ResolverTypeWrapper; - xlayer_swap_Int8: ResolverTypeWrapper; - xlayer_swap_LpAccount: ResolverTypeWrapper; - xlayer_swap_LpAccountBalance: ResolverTypeWrapper; - xlayer_swap_LpAccountBalance_filter: xlayer_swap_LpAccountBalance_filter; - xlayer_swap_LpAccountBalance_orderBy: xlayer_swap_LpAccountBalance_orderBy; - xlayer_swap_LpAccount_filter: xlayer_swap_LpAccount_filter; - xlayer_swap_LpAccount_orderBy: xlayer_swap_LpAccount_orderBy; - xlayer_swap_LpToken: ResolverTypeWrapper; - xlayer_swap_LpTokenEvent: ResolversTypes['xlayer_swap_LpTransferEvent']; - xlayer_swap_LpTokenEvent_filter: xlayer_swap_LpTokenEvent_filter; - xlayer_swap_LpTokenEvent_orderBy: xlayer_swap_LpTokenEvent_orderBy; - xlayer_swap_LpToken_filter: xlayer_swap_LpToken_filter; - xlayer_swap_LpToken_orderBy: xlayer_swap_LpToken_orderBy; - xlayer_swap_LpTransferEvent: ResolverTypeWrapper; - xlayer_swap_LpTransferEvent_filter: xlayer_swap_LpTransferEvent_filter; - xlayer_swap_LpTransferEvent_orderBy: xlayer_swap_LpTransferEvent_orderBy; - xlayer_swap_OrderDirection: xlayer_swap_OrderDirection; - xlayer_swap_PooledToken: ResolverTypeWrapper; - xlayer_swap_PooledToken_filter: xlayer_swap_PooledToken_filter; - xlayer_swap_PooledToken_orderBy: xlayer_swap_PooledToken_orderBy; - xlayer_swap_StableSwap: ResolverTypeWrapper; - xlayer_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - xlayer_swap_StableSwapAddLiquidityEvent_filter: xlayer_swap_StableSwapAddLiquidityEvent_filter; - xlayer_swap_StableSwapAddLiquidityEvent_orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy; - xlayer_swap_StableSwapEvent: ResolversTypes['xlayer_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xlayer_swap_StableSwapRemoveLiquidityEvent']; - xlayer_swap_StableSwapEvent_filter: xlayer_swap_StableSwapEvent_filter; - xlayer_swap_StableSwapEvent_orderBy: xlayer_swap_StableSwapEvent_orderBy; - xlayer_swap_StableSwapExchange: ResolverTypeWrapper; - xlayer_swap_StableSwapExchange_filter: xlayer_swap_StableSwapExchange_filter; - xlayer_swap_StableSwapExchange_orderBy: xlayer_swap_StableSwapExchange_orderBy; - xlayer_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - xlayer_swap_StableSwapRemoveLiquidityEvent_filter: xlayer_swap_StableSwapRemoveLiquidityEvent_filter; - xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy; - xlayer_swap_StableSwap_filter: xlayer_swap_StableSwap_filter; - xlayer_swap_StableSwap_orderBy: xlayer_swap_StableSwap_orderBy; - xlayer_swap_SwapDailyVolume: ResolverTypeWrapper; - xlayer_swap_SwapDailyVolume_filter: xlayer_swap_SwapDailyVolume_filter; - xlayer_swap_SwapDailyVolume_orderBy: xlayer_swap_SwapDailyVolume_orderBy; - xlayer_swap_SwapHourlyVolume: ResolverTypeWrapper; - xlayer_swap_SwapHourlyVolume_filter: xlayer_swap_SwapHourlyVolume_filter; - xlayer_swap_SwapHourlyVolume_orderBy: xlayer_swap_SwapHourlyVolume_orderBy; - xlayer_swap_SwapTradeVolume: ResolversTypes['xlayer_swap_SwapDailyVolume'] | ResolversTypes['xlayer_swap_SwapHourlyVolume'] | ResolversTypes['xlayer_swap_SwapWeeklyVolume']; - xlayer_swap_SwapTradeVolume_filter: xlayer_swap_SwapTradeVolume_filter; - xlayer_swap_SwapTradeVolume_orderBy: xlayer_swap_SwapTradeVolume_orderBy; - xlayer_swap_SwapWeeklyVolume: ResolverTypeWrapper; - xlayer_swap_SwapWeeklyVolume_filter: xlayer_swap_SwapWeeklyVolume_filter; - xlayer_swap_SwapWeeklyVolume_orderBy: xlayer_swap_SwapWeeklyVolume_orderBy; - xlayer_swap_SystemInfo: ResolverTypeWrapper; - xlayer_swap_SystemInfo_filter: xlayer_swap_SystemInfo_filter; - xlayer_swap_SystemInfo_orderBy: xlayer_swap_SystemInfo_orderBy; - xlayer_swap__Block_: ResolverTypeWrapper; - xlayer_swap__Meta_: ResolverTypeWrapper; + zksync_swap_Aggregation_interval: zksync_swap_Aggregation_interval; + zksync_swap_BigDecimal: ResolverTypeWrapper; + zksync_swap_BlockChangedFilter: zksync_swap_BlockChangedFilter; + zksync_swap_Block_height: zksync_swap_Block_height; + zksync_swap_Bytes: ResolverTypeWrapper; + zksync_swap_Int8: ResolverTypeWrapper; + zksync_swap_LpAccount: ResolverTypeWrapper; + zksync_swap_LpAccountBalance: ResolverTypeWrapper; + zksync_swap_LpAccountBalance_filter: zksync_swap_LpAccountBalance_filter; + zksync_swap_LpAccountBalance_orderBy: zksync_swap_LpAccountBalance_orderBy; + zksync_swap_LpAccount_filter: zksync_swap_LpAccount_filter; + zksync_swap_LpAccount_orderBy: zksync_swap_LpAccount_orderBy; + zksync_swap_LpToken: ResolverTypeWrapper; + zksync_swap_LpTokenEvent: ResolversTypes['zksync_swap_LpTransferEvent']; + zksync_swap_LpTokenEvent_filter: zksync_swap_LpTokenEvent_filter; + zksync_swap_LpTokenEvent_orderBy: zksync_swap_LpTokenEvent_orderBy; + zksync_swap_LpToken_filter: zksync_swap_LpToken_filter; + zksync_swap_LpToken_orderBy: zksync_swap_LpToken_orderBy; + zksync_swap_LpTransferEvent: ResolverTypeWrapper; + zksync_swap_LpTransferEvent_filter: zksync_swap_LpTransferEvent_filter; + zksync_swap_LpTransferEvent_orderBy: zksync_swap_LpTransferEvent_orderBy; + zksync_swap_OrderDirection: zksync_swap_OrderDirection; + zksync_swap_PooledToken: ResolverTypeWrapper; + zksync_swap_PooledToken_filter: zksync_swap_PooledToken_filter; + zksync_swap_PooledToken_orderBy: zksync_swap_PooledToken_orderBy; + zksync_swap_StableSwap: ResolverTypeWrapper; + zksync_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + zksync_swap_StableSwapAddLiquidityEvent_filter: zksync_swap_StableSwapAddLiquidityEvent_filter; + zksync_swap_StableSwapAddLiquidityEvent_orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy; + zksync_swap_StableSwapEvent: ResolversTypes['zksync_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['zksync_swap_StableSwapRemoveLiquidityEvent']; + zksync_swap_StableSwapEvent_filter: zksync_swap_StableSwapEvent_filter; + zksync_swap_StableSwapEvent_orderBy: zksync_swap_StableSwapEvent_orderBy; + zksync_swap_StableSwapExchange: ResolverTypeWrapper; + zksync_swap_StableSwapExchange_filter: zksync_swap_StableSwapExchange_filter; + zksync_swap_StableSwapExchange_orderBy: zksync_swap_StableSwapExchange_orderBy; + zksync_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + zksync_swap_StableSwapRemoveLiquidityEvent_filter: zksync_swap_StableSwapRemoveLiquidityEvent_filter; + zksync_swap_StableSwapRemoveLiquidityEvent_orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy; + zksync_swap_StableSwap_filter: zksync_swap_StableSwap_filter; + zksync_swap_StableSwap_orderBy: zksync_swap_StableSwap_orderBy; + zksync_swap_SwapDailyVolume: ResolverTypeWrapper; + zksync_swap_SwapDailyVolume_filter: zksync_swap_SwapDailyVolume_filter; + zksync_swap_SwapDailyVolume_orderBy: zksync_swap_SwapDailyVolume_orderBy; + zksync_swap_SwapHourlyVolume: ResolverTypeWrapper; + zksync_swap_SwapHourlyVolume_filter: zksync_swap_SwapHourlyVolume_filter; + zksync_swap_SwapHourlyVolume_orderBy: zksync_swap_SwapHourlyVolume_orderBy; + zksync_swap_SwapTradeVolume: ResolversTypes['zksync_swap_SwapDailyVolume'] | ResolversTypes['zksync_swap_SwapHourlyVolume'] | ResolversTypes['zksync_swap_SwapWeeklyVolume']; + zksync_swap_SwapTradeVolume_filter: zksync_swap_SwapTradeVolume_filter; + zksync_swap_SwapTradeVolume_orderBy: zksync_swap_SwapTradeVolume_orderBy; + zksync_swap_SwapWeeklyVolume: ResolverTypeWrapper; + zksync_swap_SwapWeeklyVolume_filter: zksync_swap_SwapWeeklyVolume_filter; + zksync_swap_SwapWeeklyVolume_orderBy: zksync_swap_SwapWeeklyVolume_orderBy; + zksync_swap_SystemInfo: ResolverTypeWrapper; + zksync_swap_SystemInfo_filter: zksync_swap_SystemInfo_filter; + zksync_swap_SystemInfo_orderBy: zksync_swap_SystemInfo_orderBy; + zksync_swap__Block_: ResolverTypeWrapper; + zksync_swap__Meta_: ResolverTypeWrapper; + stagingmainnet_AggregateRoot: ResolverTypeWrapper; + stagingmainnet_AggregateRootProposed: ResolverTypeWrapper; + stagingmainnet_AggregateRootProposed_filter: stagingmainnet_AggregateRootProposed_filter; + stagingmainnet_AggregateRootProposed_orderBy: stagingmainnet_AggregateRootProposed_orderBy; + stagingmainnet_AggregateRoot_filter: stagingmainnet_AggregateRoot_filter; + stagingmainnet_AggregateRoot_orderBy: stagingmainnet_AggregateRoot_orderBy; + stagingmainnet_Aggregation_interval: stagingmainnet_Aggregation_interval; + stagingmainnet_Asset: ResolverTypeWrapper; + stagingmainnet_AssetBalance: ResolverTypeWrapper; + stagingmainnet_AssetBalance_filter: stagingmainnet_AssetBalance_filter; + stagingmainnet_AssetBalance_orderBy: stagingmainnet_AssetBalance_orderBy; + stagingmainnet_AssetStatus: ResolverTypeWrapper; + stagingmainnet_AssetStatus_filter: stagingmainnet_AssetStatus_filter; + stagingmainnet_AssetStatus_orderBy: stagingmainnet_AssetStatus_orderBy; + stagingmainnet_Asset_filter: stagingmainnet_Asset_filter; + stagingmainnet_Asset_orderBy: stagingmainnet_Asset_orderBy; + stagingmainnet_BigDecimal: ResolverTypeWrapper; + stagingmainnet_BlockChangedFilter: stagingmainnet_BlockChangedFilter; + stagingmainnet_Block_height: stagingmainnet_Block_height; + stagingmainnet_Bytes: ResolverTypeWrapper; + stagingmainnet_ConnectorMeta: ResolverTypeWrapper; + stagingmainnet_ConnectorMeta_filter: stagingmainnet_ConnectorMeta_filter; + stagingmainnet_ConnectorMeta_orderBy: stagingmainnet_ConnectorMeta_orderBy; + stagingmainnet_DestinationTransfer: ResolverTypeWrapper; + stagingmainnet_DestinationTransfer_filter: stagingmainnet_DestinationTransfer_filter; + stagingmainnet_DestinationTransfer_orderBy: stagingmainnet_DestinationTransfer_orderBy; + stagingmainnet_Int8: ResolverTypeWrapper; + stagingmainnet_OptimisticRootFinalized: ResolverTypeWrapper; + stagingmainnet_OptimisticRootFinalized_filter: stagingmainnet_OptimisticRootFinalized_filter; + stagingmainnet_OptimisticRootFinalized_orderBy: stagingmainnet_OptimisticRootFinalized_orderBy; + stagingmainnet_OrderDirection: stagingmainnet_OrderDirection; + stagingmainnet_OriginMessage: ResolverTypeWrapper; + stagingmainnet_OriginMessage_filter: stagingmainnet_OriginMessage_filter; + stagingmainnet_OriginMessage_orderBy: stagingmainnet_OriginMessage_orderBy; + stagingmainnet_OriginTransfer: ResolverTypeWrapper; + stagingmainnet_OriginTransfer_filter: stagingmainnet_OriginTransfer_filter; + stagingmainnet_OriginTransfer_orderBy: stagingmainnet_OriginTransfer_orderBy; + stagingmainnet_Relayer: ResolverTypeWrapper; + stagingmainnet_RelayerFee: ResolverTypeWrapper; + stagingmainnet_RelayerFee_filter: stagingmainnet_RelayerFee_filter; + stagingmainnet_RelayerFee_orderBy: stagingmainnet_RelayerFee_orderBy; + stagingmainnet_RelayerFeesIncrease: ResolverTypeWrapper; + stagingmainnet_RelayerFeesIncrease_filter: stagingmainnet_RelayerFeesIncrease_filter; + stagingmainnet_RelayerFeesIncrease_orderBy: stagingmainnet_RelayerFeesIncrease_orderBy; + stagingmainnet_Relayer_filter: stagingmainnet_Relayer_filter; + stagingmainnet_Relayer_orderBy: stagingmainnet_Relayer_orderBy; + stagingmainnet_RootCount: ResolverTypeWrapper; + stagingmainnet_RootCount_filter: stagingmainnet_RootCount_filter; + stagingmainnet_RootCount_orderBy: stagingmainnet_RootCount_orderBy; + stagingmainnet_RootMessageSent: ResolverTypeWrapper; + stagingmainnet_RootMessageSent_filter: stagingmainnet_RootMessageSent_filter; + stagingmainnet_RootMessageSent_orderBy: stagingmainnet_RootMessageSent_orderBy; + stagingmainnet_Router: ResolverTypeWrapper; + stagingmainnet_RouterDailyTVL: ResolverTypeWrapper; + stagingmainnet_RouterDailyTVL_filter: stagingmainnet_RouterDailyTVL_filter; + stagingmainnet_RouterDailyTVL_orderBy: stagingmainnet_RouterDailyTVL_orderBy; + stagingmainnet_RouterLiquidityEvent: ResolverTypeWrapper; + stagingmainnet_RouterLiquidityEventType: stagingmainnet_RouterLiquidityEventType; + stagingmainnet_RouterLiquidityEvent_filter: stagingmainnet_RouterLiquidityEvent_filter; + stagingmainnet_RouterLiquidityEvent_orderBy: stagingmainnet_RouterLiquidityEvent_orderBy; + stagingmainnet_Router_filter: stagingmainnet_Router_filter; + stagingmainnet_Router_orderBy: stagingmainnet_Router_orderBy; + stagingmainnet_Sequencer: ResolverTypeWrapper; + stagingmainnet_Sequencer_filter: stagingmainnet_Sequencer_filter; + stagingmainnet_Sequencer_orderBy: stagingmainnet_Sequencer_orderBy; + stagingmainnet_Setting: ResolverTypeWrapper; + stagingmainnet_Setting_filter: stagingmainnet_Setting_filter; + stagingmainnet_Setting_orderBy: stagingmainnet_Setting_orderBy; + stagingmainnet_SlippageUpdate: ResolverTypeWrapper; + stagingmainnet_SlippageUpdate_filter: stagingmainnet_SlippageUpdate_filter; + stagingmainnet_SlippageUpdate_orderBy: stagingmainnet_SlippageUpdate_orderBy; + stagingmainnet_SnapshotRoot: ResolverTypeWrapper; + stagingmainnet_SnapshotRoot_filter: stagingmainnet_SnapshotRoot_filter; + stagingmainnet_SnapshotRoot_orderBy: stagingmainnet_SnapshotRoot_orderBy; + stagingmainnet_SpokeConnectorMode: ResolverTypeWrapper; + stagingmainnet_SpokeConnectorMode_filter: stagingmainnet_SpokeConnectorMode_filter; + stagingmainnet_SpokeConnectorMode_orderBy: stagingmainnet_SpokeConnectorMode_orderBy; + stagingmainnet_TransferStatus: stagingmainnet_TransferStatus; + stagingmainnet__Block_: ResolverTypeWrapper; + stagingmainnet__Meta_: ResolverTypeWrapper; + arbitrumsepolia_AggregateRoot: ResolverTypeWrapper; + arbitrumsepolia_AggregateRootProposed: ResolverTypeWrapper; + arbitrumsepolia_AggregateRootProposed_filter: arbitrumsepolia_AggregateRootProposed_filter; + arbitrumsepolia_AggregateRootProposed_orderBy: arbitrumsepolia_AggregateRootProposed_orderBy; + arbitrumsepolia_AggregateRoot_filter: arbitrumsepolia_AggregateRoot_filter; + arbitrumsepolia_AggregateRoot_orderBy: arbitrumsepolia_AggregateRoot_orderBy; + arbitrumsepolia_Aggregation_interval: arbitrumsepolia_Aggregation_interval; + arbitrumsepolia_Asset: ResolverTypeWrapper; + arbitrumsepolia_AssetBalance: ResolverTypeWrapper; + arbitrumsepolia_AssetBalance_filter: arbitrumsepolia_AssetBalance_filter; + arbitrumsepolia_AssetBalance_orderBy: arbitrumsepolia_AssetBalance_orderBy; + arbitrumsepolia_AssetStatus: ResolverTypeWrapper; + arbitrumsepolia_AssetStatus_filter: arbitrumsepolia_AssetStatus_filter; + arbitrumsepolia_AssetStatus_orderBy: arbitrumsepolia_AssetStatus_orderBy; + arbitrumsepolia_Asset_filter: arbitrumsepolia_Asset_filter; + arbitrumsepolia_Asset_orderBy: arbitrumsepolia_Asset_orderBy; + arbitrumsepolia_BigDecimal: ResolverTypeWrapper; + arbitrumsepolia_BlockChangedFilter: arbitrumsepolia_BlockChangedFilter; + arbitrumsepolia_Block_height: arbitrumsepolia_Block_height; + arbitrumsepolia_Bytes: ResolverTypeWrapper; + arbitrumsepolia_ConnectorMeta: ResolverTypeWrapper; + arbitrumsepolia_ConnectorMeta_filter: arbitrumsepolia_ConnectorMeta_filter; + arbitrumsepolia_ConnectorMeta_orderBy: arbitrumsepolia_ConnectorMeta_orderBy; + arbitrumsepolia_DestinationTransfer: ResolverTypeWrapper; + arbitrumsepolia_DestinationTransfer_filter: arbitrumsepolia_DestinationTransfer_filter; + arbitrumsepolia_DestinationTransfer_orderBy: arbitrumsepolia_DestinationTransfer_orderBy; + arbitrumsepolia_Int8: ResolverTypeWrapper; + arbitrumsepolia_OptimisticRootFinalized: ResolverTypeWrapper; + arbitrumsepolia_OptimisticRootFinalized_filter: arbitrumsepolia_OptimisticRootFinalized_filter; + arbitrumsepolia_OptimisticRootFinalized_orderBy: arbitrumsepolia_OptimisticRootFinalized_orderBy; + arbitrumsepolia_OrderDirection: arbitrumsepolia_OrderDirection; + arbitrumsepolia_OriginMessage: ResolverTypeWrapper; + arbitrumsepolia_OriginMessage_filter: arbitrumsepolia_OriginMessage_filter; + arbitrumsepolia_OriginMessage_orderBy: arbitrumsepolia_OriginMessage_orderBy; + arbitrumsepolia_OriginTransfer: ResolverTypeWrapper; + arbitrumsepolia_OriginTransfer_filter: arbitrumsepolia_OriginTransfer_filter; + arbitrumsepolia_OriginTransfer_orderBy: arbitrumsepolia_OriginTransfer_orderBy; + arbitrumsepolia_Relayer: ResolverTypeWrapper; + arbitrumsepolia_RelayerFee: ResolverTypeWrapper; + arbitrumsepolia_RelayerFee_filter: arbitrumsepolia_RelayerFee_filter; + arbitrumsepolia_RelayerFee_orderBy: arbitrumsepolia_RelayerFee_orderBy; + arbitrumsepolia_RelayerFeesIncrease: ResolverTypeWrapper; + arbitrumsepolia_RelayerFeesIncrease_filter: arbitrumsepolia_RelayerFeesIncrease_filter; + arbitrumsepolia_RelayerFeesIncrease_orderBy: arbitrumsepolia_RelayerFeesIncrease_orderBy; + arbitrumsepolia_Relayer_filter: arbitrumsepolia_Relayer_filter; + arbitrumsepolia_Relayer_orderBy: arbitrumsepolia_Relayer_orderBy; + arbitrumsepolia_RootCount: ResolverTypeWrapper; + arbitrumsepolia_RootCount_filter: arbitrumsepolia_RootCount_filter; + arbitrumsepolia_RootCount_orderBy: arbitrumsepolia_RootCount_orderBy; + arbitrumsepolia_RootMessageSent: ResolverTypeWrapper; + arbitrumsepolia_RootMessageSent_filter: arbitrumsepolia_RootMessageSent_filter; + arbitrumsepolia_RootMessageSent_orderBy: arbitrumsepolia_RootMessageSent_orderBy; + arbitrumsepolia_Router: ResolverTypeWrapper; + arbitrumsepolia_RouterDailyTVL: ResolverTypeWrapper; + arbitrumsepolia_RouterDailyTVL_filter: arbitrumsepolia_RouterDailyTVL_filter; + arbitrumsepolia_RouterDailyTVL_orderBy: arbitrumsepolia_RouterDailyTVL_orderBy; + arbitrumsepolia_RouterLiquidityEvent: ResolverTypeWrapper; + arbitrumsepolia_RouterLiquidityEventType: arbitrumsepolia_RouterLiquidityEventType; + arbitrumsepolia_RouterLiquidityEvent_filter: arbitrumsepolia_RouterLiquidityEvent_filter; + arbitrumsepolia_RouterLiquidityEvent_orderBy: arbitrumsepolia_RouterLiquidityEvent_orderBy; + arbitrumsepolia_Router_filter: arbitrumsepolia_Router_filter; + arbitrumsepolia_Router_orderBy: arbitrumsepolia_Router_orderBy; + arbitrumsepolia_Sequencer: ResolverTypeWrapper; + arbitrumsepolia_Sequencer_filter: arbitrumsepolia_Sequencer_filter; + arbitrumsepolia_Sequencer_orderBy: arbitrumsepolia_Sequencer_orderBy; + arbitrumsepolia_Setting: ResolverTypeWrapper; + arbitrumsepolia_Setting_filter: arbitrumsepolia_Setting_filter; + arbitrumsepolia_Setting_orderBy: arbitrumsepolia_Setting_orderBy; + arbitrumsepolia_SlippageUpdate: ResolverTypeWrapper; + arbitrumsepolia_SlippageUpdate_filter: arbitrumsepolia_SlippageUpdate_filter; + arbitrumsepolia_SlippageUpdate_orderBy: arbitrumsepolia_SlippageUpdate_orderBy; + arbitrumsepolia_SnapshotRoot: ResolverTypeWrapper; + arbitrumsepolia_SnapshotRoot_filter: arbitrumsepolia_SnapshotRoot_filter; + arbitrumsepolia_SnapshotRoot_orderBy: arbitrumsepolia_SnapshotRoot_orderBy; + arbitrumsepolia_SpokeConnectorMode: ResolverTypeWrapper; + arbitrumsepolia_SpokeConnectorMode_filter: arbitrumsepolia_SpokeConnectorMode_filter; + arbitrumsepolia_SpokeConnectorMode_orderBy: arbitrumsepolia_SpokeConnectorMode_orderBy; + arbitrumsepolia_TransferStatus: arbitrumsepolia_TransferStatus; + arbitrumsepolia__Block_: ResolverTypeWrapper; + arbitrumsepolia__Meta_: ResolverTypeWrapper; + mainnet_AggregateRootSavedSlow: ResolverTypeWrapper; + mainnet_AggregateRootSavedSlow_filter: mainnet_AggregateRootSavedSlow_filter; + mainnet_AggregateRootSavedSlow_orderBy: mainnet_AggregateRootSavedSlow_orderBy; + mainnet_AggregatedMessageRoot: ResolverTypeWrapper; + mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; + mainnet_AggregatedMessageRoot_orderBy: mainnet_AggregatedMessageRoot_orderBy; + mainnet_Aggregation_interval: mainnet_Aggregation_interval; + mainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; + mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; + mainnet_ArbitrumConnectorMeta_orderBy: mainnet_ArbitrumConnectorMeta_orderBy; + mainnet_AvalancheConnectorMeta: ResolverTypeWrapper; + mainnet_AvalancheConnectorMeta_filter: mainnet_AvalancheConnectorMeta_filter; + mainnet_AvalancheConnectorMeta_orderBy: mainnet_AvalancheConnectorMeta_orderBy; + mainnet_BaseConnectorMeta: ResolverTypeWrapper; + mainnet_BaseConnectorMeta_filter: mainnet_BaseConnectorMeta_filter; + mainnet_BaseConnectorMeta_orderBy: mainnet_BaseConnectorMeta_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_HubDomain: ResolverTypeWrapper; + mainnet_HubDomain_filter: mainnet_HubDomain_filter; + mainnet_HubDomain_orderBy: mainnet_HubDomain_orderBy; + mainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; + mainnet_HubOptimisticRootFinalized_filter: mainnet_HubOptimisticRootFinalized_filter; + mainnet_HubOptimisticRootFinalized_orderBy: mainnet_HubOptimisticRootFinalized_orderBy; + mainnet_Int8: ResolverTypeWrapper; + mainnet_LineaConnectorMeta: ResolverTypeWrapper; + mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; + mainnet_LineaConnectorMeta_orderBy: mainnet_LineaConnectorMeta_orderBy; + mainnet_MantleConnectorMeta: ResolverTypeWrapper; + mainnet_MantleConnectorMeta_filter: mainnet_MantleConnectorMeta_filter; + mainnet_MantleConnectorMeta_orderBy: mainnet_MantleConnectorMeta_orderBy; + mainnet_MetisConnectorMeta: ResolverTypeWrapper; + mainnet_MetisConnectorMeta_filter: mainnet_MetisConnectorMeta_filter; + mainnet_MetisConnectorMeta_orderBy: mainnet_MetisConnectorMeta_orderBy; + mainnet_ModeConnectorMeta: ResolverTypeWrapper; + mainnet_ModeConnectorMeta_filter: mainnet_ModeConnectorMeta_filter; + mainnet_ModeConnectorMeta_orderBy: mainnet_ModeConnectorMeta_orderBy; + mainnet_OptimismConnectorMeta: ResolverTypeWrapper; + mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; + mainnet_OptimismConnectorMeta_orderBy: mainnet_OptimismConnectorMeta_orderBy; + mainnet_OptimisticRootPropagated: ResolverTypeWrapper; + mainnet_OptimisticRootPropagated_filter: mainnet_OptimisticRootPropagated_filter; + mainnet_OptimisticRootPropagated_orderBy: mainnet_OptimisticRootPropagated_orderBy; + mainnet_OptimisticRootProposed: ResolverTypeWrapper; + mainnet_OptimisticRootProposed_filter: mainnet_OptimisticRootProposed_filter; + mainnet_OptimisticRootProposed_orderBy: mainnet_OptimisticRootProposed_orderBy; + mainnet_OrderDirection: mainnet_OrderDirection; + mainnet_PolygonConnectorMeta: ResolverTypeWrapper; + mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; + mainnet_PolygonConnectorMeta_orderBy: mainnet_PolygonConnectorMeta_orderBy; + mainnet_PolygonZkConnectorMeta: ResolverTypeWrapper; + mainnet_PolygonZkConnectorMeta_filter: mainnet_PolygonZkConnectorMeta_filter; + mainnet_PolygonZkConnectorMeta_orderBy: mainnet_PolygonZkConnectorMeta_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_RootManagerMode: ResolverTypeWrapper; + mainnet_RootManagerMode_filter: mainnet_RootManagerMode_filter; + mainnet_RootManagerMode_orderBy: mainnet_RootManagerMode_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; stagingmainnet_AggregateRootSavedSlow: ResolverTypeWrapper; stagingmainnet_AggregateRootSavedSlow_filter: stagingmainnet_AggregateRootSavedSlow_filter; stagingmainnet_AggregateRootSavedSlow_orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy; stagingmainnet_AggregatedMessageRoot: ResolverTypeWrapper; stagingmainnet_AggregatedMessageRoot_filter: stagingmainnet_AggregatedMessageRoot_filter; stagingmainnet_AggregatedMessageRoot_orderBy: stagingmainnet_AggregatedMessageRoot_orderBy; - stagingmainnet_Aggregation_interval: stagingmainnet_Aggregation_interval; stagingmainnet_ArbitrumConnectorMeta: ResolverTypeWrapper; stagingmainnet_ArbitrumConnectorMeta_filter: stagingmainnet_ArbitrumConnectorMeta_filter; stagingmainnet_ArbitrumConnectorMeta_orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy; @@ -178468,13 +178266,9 @@ export type ResolversTypes = ResolversObject<{ stagingmainnet_BaseConnectorMeta: ResolverTypeWrapper; stagingmainnet_BaseConnectorMeta_filter: stagingmainnet_BaseConnectorMeta_filter; stagingmainnet_BaseConnectorMeta_orderBy: stagingmainnet_BaseConnectorMeta_orderBy; - stagingmainnet_BigDecimal: ResolverTypeWrapper; - stagingmainnet_BlockChangedFilter: stagingmainnet_BlockChangedFilter; - stagingmainnet_Block_height: stagingmainnet_Block_height; stagingmainnet_BnbConnectorMeta: ResolverTypeWrapper; stagingmainnet_BnbConnectorMeta_filter: stagingmainnet_BnbConnectorMeta_filter; stagingmainnet_BnbConnectorMeta_orderBy: stagingmainnet_BnbConnectorMeta_orderBy; - stagingmainnet_Bytes: ResolverTypeWrapper; stagingmainnet_GnosisConnectorMeta: ResolverTypeWrapper; stagingmainnet_GnosisConnectorMeta_filter: stagingmainnet_GnosisConnectorMeta_filter; stagingmainnet_GnosisConnectorMeta_orderBy: stagingmainnet_GnosisConnectorMeta_orderBy; @@ -178484,7 +178278,6 @@ export type ResolversTypes = ResolversObject<{ stagingmainnet_HubOptimisticRootFinalized: ResolverTypeWrapper; stagingmainnet_HubOptimisticRootFinalized_filter: stagingmainnet_HubOptimisticRootFinalized_filter; stagingmainnet_HubOptimisticRootFinalized_orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy; - stagingmainnet_Int8: ResolverTypeWrapper; stagingmainnet_LineaConnectorMeta: ResolverTypeWrapper; stagingmainnet_LineaConnectorMeta_filter: stagingmainnet_LineaConnectorMeta_filter; stagingmainnet_LineaConnectorMeta_orderBy: stagingmainnet_LineaConnectorMeta_orderBy; @@ -178506,7 +178299,6 @@ export type ResolversTypes = ResolversObject<{ stagingmainnet_OptimisticRootProposed: ResolverTypeWrapper; stagingmainnet_OptimisticRootProposed_filter: stagingmainnet_OptimisticRootProposed_filter; stagingmainnet_OptimisticRootProposed_orderBy: stagingmainnet_OptimisticRootProposed_orderBy; - stagingmainnet_OrderDirection: stagingmainnet_OrderDirection; stagingmainnet_PolygonConnectorMeta: ResolverTypeWrapper; stagingmainnet_PolygonConnectorMeta_filter: stagingmainnet_PolygonConnectorMeta_filter; stagingmainnet_PolygonConnectorMeta_orderBy: stagingmainnet_PolygonConnectorMeta_orderBy; @@ -178537,327 +178329,6 @@ export type ResolversTypes = ResolversObject<{ stagingmainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; stagingmainnet_ZkSyncConnectorMeta_orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy; - stagingmainnet__Block_: ResolverTypeWrapper; - stagingmainnet__Meta_: ResolverTypeWrapper; - stagingavalanche_AggregateRoot: ResolverTypeWrapper; - stagingavalanche_AggregateRootProposed: ResolverTypeWrapper; - stagingavalanche_AggregateRootProposed_filter: stagingavalanche_AggregateRootProposed_filter; - stagingavalanche_AggregateRootProposed_orderBy: stagingavalanche_AggregateRootProposed_orderBy; - stagingavalanche_AggregateRoot_filter: stagingavalanche_AggregateRoot_filter; - stagingavalanche_AggregateRoot_orderBy: stagingavalanche_AggregateRoot_orderBy; - stagingavalanche_Aggregation_interval: stagingavalanche_Aggregation_interval; - stagingavalanche_Asset: ResolverTypeWrapper; - stagingavalanche_AssetBalance: ResolverTypeWrapper; - stagingavalanche_AssetBalance_filter: stagingavalanche_AssetBalance_filter; - stagingavalanche_AssetBalance_orderBy: stagingavalanche_AssetBalance_orderBy; - stagingavalanche_AssetStatus: ResolverTypeWrapper; - stagingavalanche_AssetStatus_filter: stagingavalanche_AssetStatus_filter; - stagingavalanche_AssetStatus_orderBy: stagingavalanche_AssetStatus_orderBy; - stagingavalanche_Asset_filter: stagingavalanche_Asset_filter; - stagingavalanche_Asset_orderBy: stagingavalanche_Asset_orderBy; - stagingavalanche_BigDecimal: ResolverTypeWrapper; - stagingavalanche_BlockChangedFilter: stagingavalanche_BlockChangedFilter; - stagingavalanche_Block_height: stagingavalanche_Block_height; - stagingavalanche_Bytes: ResolverTypeWrapper; - stagingavalanche_ConnectorMeta: ResolverTypeWrapper; - stagingavalanche_ConnectorMeta_filter: stagingavalanche_ConnectorMeta_filter; - stagingavalanche_ConnectorMeta_orderBy: stagingavalanche_ConnectorMeta_orderBy; - stagingavalanche_DestinationTransfer: ResolverTypeWrapper; - stagingavalanche_DestinationTransfer_filter: stagingavalanche_DestinationTransfer_filter; - stagingavalanche_DestinationTransfer_orderBy: stagingavalanche_DestinationTransfer_orderBy; - stagingavalanche_Int8: ResolverTypeWrapper; - stagingavalanche_OptimisticRootFinalized: ResolverTypeWrapper; - stagingavalanche_OptimisticRootFinalized_filter: stagingavalanche_OptimisticRootFinalized_filter; - stagingavalanche_OptimisticRootFinalized_orderBy: stagingavalanche_OptimisticRootFinalized_orderBy; - stagingavalanche_OrderDirection: stagingavalanche_OrderDirection; - stagingavalanche_OriginMessage: ResolverTypeWrapper; - stagingavalanche_OriginMessage_filter: stagingavalanche_OriginMessage_filter; - stagingavalanche_OriginMessage_orderBy: stagingavalanche_OriginMessage_orderBy; - stagingavalanche_OriginTransfer: ResolverTypeWrapper; - stagingavalanche_OriginTransfer_filter: stagingavalanche_OriginTransfer_filter; - stagingavalanche_OriginTransfer_orderBy: stagingavalanche_OriginTransfer_orderBy; - stagingavalanche_Relayer: ResolverTypeWrapper; - stagingavalanche_RelayerFee: ResolverTypeWrapper; - stagingavalanche_RelayerFee_filter: stagingavalanche_RelayerFee_filter; - stagingavalanche_RelayerFee_orderBy: stagingavalanche_RelayerFee_orderBy; - stagingavalanche_RelayerFeesIncrease: ResolverTypeWrapper; - stagingavalanche_RelayerFeesIncrease_filter: stagingavalanche_RelayerFeesIncrease_filter; - stagingavalanche_RelayerFeesIncrease_orderBy: stagingavalanche_RelayerFeesIncrease_orderBy; - stagingavalanche_Relayer_filter: stagingavalanche_Relayer_filter; - stagingavalanche_Relayer_orderBy: stagingavalanche_Relayer_orderBy; - stagingavalanche_RootCount: ResolverTypeWrapper; - stagingavalanche_RootCount_filter: stagingavalanche_RootCount_filter; - stagingavalanche_RootCount_orderBy: stagingavalanche_RootCount_orderBy; - stagingavalanche_RootMessageSent: ResolverTypeWrapper; - stagingavalanche_RootMessageSent_filter: stagingavalanche_RootMessageSent_filter; - stagingavalanche_RootMessageSent_orderBy: stagingavalanche_RootMessageSent_orderBy; - stagingavalanche_Router: ResolverTypeWrapper; - stagingavalanche_RouterDailyTVL: ResolverTypeWrapper; - stagingavalanche_RouterDailyTVL_filter: stagingavalanche_RouterDailyTVL_filter; - stagingavalanche_RouterDailyTVL_orderBy: stagingavalanche_RouterDailyTVL_orderBy; - stagingavalanche_RouterLiquidityEvent: ResolverTypeWrapper; - stagingavalanche_RouterLiquidityEventType: stagingavalanche_RouterLiquidityEventType; - stagingavalanche_RouterLiquidityEvent_filter: stagingavalanche_RouterLiquidityEvent_filter; - stagingavalanche_RouterLiquidityEvent_orderBy: stagingavalanche_RouterLiquidityEvent_orderBy; - stagingavalanche_Router_filter: stagingavalanche_Router_filter; - stagingavalanche_Router_orderBy: stagingavalanche_Router_orderBy; - stagingavalanche_Sequencer: ResolverTypeWrapper; - stagingavalanche_Sequencer_filter: stagingavalanche_Sequencer_filter; - stagingavalanche_Sequencer_orderBy: stagingavalanche_Sequencer_orderBy; - stagingavalanche_Setting: ResolverTypeWrapper; - stagingavalanche_Setting_filter: stagingavalanche_Setting_filter; - stagingavalanche_Setting_orderBy: stagingavalanche_Setting_orderBy; - stagingavalanche_SlippageUpdate: ResolverTypeWrapper; - stagingavalanche_SlippageUpdate_filter: stagingavalanche_SlippageUpdate_filter; - stagingavalanche_SlippageUpdate_orderBy: stagingavalanche_SlippageUpdate_orderBy; - stagingavalanche_SnapshotRoot: ResolverTypeWrapper; - stagingavalanche_SnapshotRoot_filter: stagingavalanche_SnapshotRoot_filter; - stagingavalanche_SnapshotRoot_orderBy: stagingavalanche_SnapshotRoot_orderBy; - stagingavalanche_SpokeConnectorMode: ResolverTypeWrapper; - stagingavalanche_SpokeConnectorMode_filter: stagingavalanche_SpokeConnectorMode_filter; - stagingavalanche_SpokeConnectorMode_orderBy: stagingavalanche_SpokeConnectorMode_orderBy; - stagingavalanche_TransferStatus: stagingavalanche_TransferStatus; - stagingavalanche__Block_: ResolverTypeWrapper; - stagingavalanche__Meta_: ResolverTypeWrapper; - mantle_AggregateRoot: ResolverTypeWrapper; - mantle_AggregateRootProposed: ResolverTypeWrapper; - mantle_AggregateRootProposed_filter: mantle_AggregateRootProposed_filter; - mantle_AggregateRootProposed_orderBy: mantle_AggregateRootProposed_orderBy; - mantle_AggregateRoot_filter: mantle_AggregateRoot_filter; - mantle_AggregateRoot_orderBy: mantle_AggregateRoot_orderBy; - mantle_Aggregation_interval: mantle_Aggregation_interval; - mantle_Asset: ResolverTypeWrapper; - mantle_AssetBalance: ResolverTypeWrapper; - mantle_AssetBalance_filter: mantle_AssetBalance_filter; - mantle_AssetBalance_orderBy: mantle_AssetBalance_orderBy; - mantle_AssetStatus: ResolverTypeWrapper; - mantle_AssetStatus_filter: mantle_AssetStatus_filter; - mantle_AssetStatus_orderBy: mantle_AssetStatus_orderBy; - mantle_Asset_filter: mantle_Asset_filter; - mantle_Asset_orderBy: mantle_Asset_orderBy; - mantle_BigDecimal: ResolverTypeWrapper; - mantle_BlockChangedFilter: mantle_BlockChangedFilter; - mantle_Block_height: mantle_Block_height; - mantle_Bytes: ResolverTypeWrapper; - mantle_ConnectorMeta: ResolverTypeWrapper; - mantle_ConnectorMeta_filter: mantle_ConnectorMeta_filter; - mantle_ConnectorMeta_orderBy: mantle_ConnectorMeta_orderBy; - mantle_DestinationTransfer: ResolverTypeWrapper; - mantle_DestinationTransfer_filter: mantle_DestinationTransfer_filter; - mantle_DestinationTransfer_orderBy: mantle_DestinationTransfer_orderBy; - mantle_Int8: ResolverTypeWrapper; - mantle_OptimisticRootFinalized: ResolverTypeWrapper; - mantle_OptimisticRootFinalized_filter: mantle_OptimisticRootFinalized_filter; - mantle_OptimisticRootFinalized_orderBy: mantle_OptimisticRootFinalized_orderBy; - mantle_OrderDirection: mantle_OrderDirection; - mantle_OriginMessage: ResolverTypeWrapper; - mantle_OriginMessage_filter: mantle_OriginMessage_filter; - mantle_OriginMessage_orderBy: mantle_OriginMessage_orderBy; - mantle_OriginTransfer: ResolverTypeWrapper; - mantle_OriginTransfer_filter: mantle_OriginTransfer_filter; - mantle_OriginTransfer_orderBy: mantle_OriginTransfer_orderBy; - mantle_Relayer: ResolverTypeWrapper; - mantle_RelayerFee: ResolverTypeWrapper; - mantle_RelayerFee_filter: mantle_RelayerFee_filter; - mantle_RelayerFee_orderBy: mantle_RelayerFee_orderBy; - mantle_RelayerFeesIncrease: ResolverTypeWrapper; - mantle_RelayerFeesIncrease_filter: mantle_RelayerFeesIncrease_filter; - mantle_RelayerFeesIncrease_orderBy: mantle_RelayerFeesIncrease_orderBy; - mantle_Relayer_filter: mantle_Relayer_filter; - mantle_Relayer_orderBy: mantle_Relayer_orderBy; - mantle_RootCount: ResolverTypeWrapper; - mantle_RootCount_filter: mantle_RootCount_filter; - mantle_RootCount_orderBy: mantle_RootCount_orderBy; - mantle_RootMessageSent: ResolverTypeWrapper; - mantle_RootMessageSent_filter: mantle_RootMessageSent_filter; - mantle_RootMessageSent_orderBy: mantle_RootMessageSent_orderBy; - mantle_Router: ResolverTypeWrapper; - mantle_RouterDailyTVL: ResolverTypeWrapper; - mantle_RouterDailyTVL_filter: mantle_RouterDailyTVL_filter; - mantle_RouterDailyTVL_orderBy: mantle_RouterDailyTVL_orderBy; - mantle_RouterLiquidityEvent: ResolverTypeWrapper; - mantle_RouterLiquidityEventType: mantle_RouterLiquidityEventType; - mantle_RouterLiquidityEvent_filter: mantle_RouterLiquidityEvent_filter; - mantle_RouterLiquidityEvent_orderBy: mantle_RouterLiquidityEvent_orderBy; - mantle_Router_filter: mantle_Router_filter; - mantle_Router_orderBy: mantle_Router_orderBy; - mantle_Sequencer: ResolverTypeWrapper; - mantle_Sequencer_filter: mantle_Sequencer_filter; - mantle_Sequencer_orderBy: mantle_Sequencer_orderBy; - mantle_Setting: ResolverTypeWrapper; - mantle_Setting_filter: mantle_Setting_filter; - mantle_Setting_orderBy: mantle_Setting_orderBy; - mantle_SlippageUpdate: ResolverTypeWrapper; - mantle_SlippageUpdate_filter: mantle_SlippageUpdate_filter; - mantle_SlippageUpdate_orderBy: mantle_SlippageUpdate_orderBy; - mantle_SnapshotRoot: ResolverTypeWrapper; - mantle_SnapshotRoot_filter: mantle_SnapshotRoot_filter; - mantle_SnapshotRoot_orderBy: mantle_SnapshotRoot_orderBy; - mantle_SpokeConnectorMode: ResolverTypeWrapper; - mantle_SpokeConnectorMode_filter: mantle_SpokeConnectorMode_filter; - mantle_SpokeConnectorMode_orderBy: mantle_SpokeConnectorMode_orderBy; - mantle_TransferStatus: mantle_TransferStatus; - mantle__Block_: ResolverTypeWrapper; - mantle__Meta_: ResolverTypeWrapper; - stagingpolygon_AggregateRoot: ResolverTypeWrapper; - stagingpolygon_AggregateRootProposed: ResolverTypeWrapper; - stagingpolygon_AggregateRootProposed_filter: stagingpolygon_AggregateRootProposed_filter; - stagingpolygon_AggregateRootProposed_orderBy: stagingpolygon_AggregateRootProposed_orderBy; - stagingpolygon_AggregateRoot_filter: stagingpolygon_AggregateRoot_filter; - stagingpolygon_AggregateRoot_orderBy: stagingpolygon_AggregateRoot_orderBy; - stagingpolygon_Aggregation_interval: stagingpolygon_Aggregation_interval; - stagingpolygon_Asset: ResolverTypeWrapper; - stagingpolygon_AssetBalance: ResolverTypeWrapper; - stagingpolygon_AssetBalance_filter: stagingpolygon_AssetBalance_filter; - stagingpolygon_AssetBalance_orderBy: stagingpolygon_AssetBalance_orderBy; - stagingpolygon_AssetStatus: ResolverTypeWrapper; - stagingpolygon_AssetStatus_filter: stagingpolygon_AssetStatus_filter; - stagingpolygon_AssetStatus_orderBy: stagingpolygon_AssetStatus_orderBy; - stagingpolygon_Asset_filter: stagingpolygon_Asset_filter; - stagingpolygon_Asset_orderBy: stagingpolygon_Asset_orderBy; - stagingpolygon_BigDecimal: ResolverTypeWrapper; - stagingpolygon_BlockChangedFilter: stagingpolygon_BlockChangedFilter; - stagingpolygon_Block_height: stagingpolygon_Block_height; - stagingpolygon_Bytes: ResolverTypeWrapper; - stagingpolygon_ConnectorMeta: ResolverTypeWrapper; - stagingpolygon_ConnectorMeta_filter: stagingpolygon_ConnectorMeta_filter; - stagingpolygon_ConnectorMeta_orderBy: stagingpolygon_ConnectorMeta_orderBy; - stagingpolygon_DestinationTransfer: ResolverTypeWrapper; - stagingpolygon_DestinationTransfer_filter: stagingpolygon_DestinationTransfer_filter; - stagingpolygon_DestinationTransfer_orderBy: stagingpolygon_DestinationTransfer_orderBy; - stagingpolygon_Int8: ResolverTypeWrapper; - stagingpolygon_OptimisticRootFinalized: ResolverTypeWrapper; - stagingpolygon_OptimisticRootFinalized_filter: stagingpolygon_OptimisticRootFinalized_filter; - stagingpolygon_OptimisticRootFinalized_orderBy: stagingpolygon_OptimisticRootFinalized_orderBy; - stagingpolygon_OrderDirection: stagingpolygon_OrderDirection; - stagingpolygon_OriginMessage: ResolverTypeWrapper; - stagingpolygon_OriginMessage_filter: stagingpolygon_OriginMessage_filter; - stagingpolygon_OriginMessage_orderBy: stagingpolygon_OriginMessage_orderBy; - stagingpolygon_OriginTransfer: ResolverTypeWrapper; - stagingpolygon_OriginTransfer_filter: stagingpolygon_OriginTransfer_filter; - stagingpolygon_OriginTransfer_orderBy: stagingpolygon_OriginTransfer_orderBy; - stagingpolygon_Relayer: ResolverTypeWrapper; - stagingpolygon_RelayerFee: ResolverTypeWrapper; - stagingpolygon_RelayerFee_filter: stagingpolygon_RelayerFee_filter; - stagingpolygon_RelayerFee_orderBy: stagingpolygon_RelayerFee_orderBy; - stagingpolygon_RelayerFeesIncrease: ResolverTypeWrapper; - stagingpolygon_RelayerFeesIncrease_filter: stagingpolygon_RelayerFeesIncrease_filter; - stagingpolygon_RelayerFeesIncrease_orderBy: stagingpolygon_RelayerFeesIncrease_orderBy; - stagingpolygon_Relayer_filter: stagingpolygon_Relayer_filter; - stagingpolygon_Relayer_orderBy: stagingpolygon_Relayer_orderBy; - stagingpolygon_RootCount: ResolverTypeWrapper; - stagingpolygon_RootCount_filter: stagingpolygon_RootCount_filter; - stagingpolygon_RootCount_orderBy: stagingpolygon_RootCount_orderBy; - stagingpolygon_RootMessageSent: ResolverTypeWrapper; - stagingpolygon_RootMessageSent_filter: stagingpolygon_RootMessageSent_filter; - stagingpolygon_RootMessageSent_orderBy: stagingpolygon_RootMessageSent_orderBy; - stagingpolygon_Router: ResolverTypeWrapper; - stagingpolygon_RouterDailyTVL: ResolverTypeWrapper; - stagingpolygon_RouterDailyTVL_filter: stagingpolygon_RouterDailyTVL_filter; - stagingpolygon_RouterDailyTVL_orderBy: stagingpolygon_RouterDailyTVL_orderBy; - stagingpolygon_RouterLiquidityEvent: ResolverTypeWrapper; - stagingpolygon_RouterLiquidityEventType: stagingpolygon_RouterLiquidityEventType; - stagingpolygon_RouterLiquidityEvent_filter: stagingpolygon_RouterLiquidityEvent_filter; - stagingpolygon_RouterLiquidityEvent_orderBy: stagingpolygon_RouterLiquidityEvent_orderBy; - stagingpolygon_Router_filter: stagingpolygon_Router_filter; - stagingpolygon_Router_orderBy: stagingpolygon_Router_orderBy; - stagingpolygon_Sequencer: ResolverTypeWrapper; - stagingpolygon_Sequencer_filter: stagingpolygon_Sequencer_filter; - stagingpolygon_Sequencer_orderBy: stagingpolygon_Sequencer_orderBy; - stagingpolygon_Setting: ResolverTypeWrapper; - stagingpolygon_Setting_filter: stagingpolygon_Setting_filter; - stagingpolygon_Setting_orderBy: stagingpolygon_Setting_orderBy; - stagingpolygon_SlippageUpdate: ResolverTypeWrapper; - stagingpolygon_SlippageUpdate_filter: stagingpolygon_SlippageUpdate_filter; - stagingpolygon_SlippageUpdate_orderBy: stagingpolygon_SlippageUpdate_orderBy; - stagingpolygon_SnapshotRoot: ResolverTypeWrapper; - stagingpolygon_SnapshotRoot_filter: stagingpolygon_SnapshotRoot_filter; - stagingpolygon_SnapshotRoot_orderBy: stagingpolygon_SnapshotRoot_orderBy; - stagingpolygon_SpokeConnectorMode: ResolverTypeWrapper; - stagingpolygon_SpokeConnectorMode_filter: stagingpolygon_SpokeConnectorMode_filter; - stagingpolygon_SpokeConnectorMode_orderBy: stagingpolygon_SpokeConnectorMode_orderBy; - stagingpolygon_TransferStatus: stagingpolygon_TransferStatus; - stagingpolygon__Block_: ResolverTypeWrapper; - stagingpolygon__Meta_: ResolverTypeWrapper; - bnb_AggregateRoot: ResolverTypeWrapper; - bnb_AggregateRootProposed: ResolverTypeWrapper; - bnb_AggregateRootProposed_filter: bnb_AggregateRootProposed_filter; - bnb_AggregateRootProposed_orderBy: bnb_AggregateRootProposed_orderBy; - 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_OptimisticRootFinalized: ResolverTypeWrapper; - bnb_OptimisticRootFinalized_filter: bnb_OptimisticRootFinalized_filter; - bnb_OptimisticRootFinalized_orderBy: bnb_OptimisticRootFinalized_orderBy; - bnb_OrderDirection: bnb_OrderDirection; - bnb_OriginMessage: ResolverTypeWrapper; - bnb_OriginMessage_filter: bnb_OriginMessage_filter; - bnb_OriginMessage_orderBy: bnb_OriginMessage_orderBy; - bnb_OriginTransfer: ResolverTypeWrapper; - bnb_OriginTransfer_filter: bnb_OriginTransfer_filter; - bnb_OriginTransfer_orderBy: bnb_OriginTransfer_orderBy; - bnb_Relayer: ResolverTypeWrapper; - bnb_RelayerFee: ResolverTypeWrapper; - bnb_RelayerFee_filter: bnb_RelayerFee_filter; - bnb_RelayerFee_orderBy: bnb_RelayerFee_orderBy; - bnb_RelayerFeesIncrease: ResolverTypeWrapper; - bnb_RelayerFeesIncrease_filter: bnb_RelayerFeesIncrease_filter; - bnb_RelayerFeesIncrease_orderBy: bnb_RelayerFeesIncrease_orderBy; - bnb_Relayer_filter: bnb_Relayer_filter; - bnb_Relayer_orderBy: bnb_Relayer_orderBy; - bnb_RootCount: ResolverTypeWrapper; - bnb_RootCount_filter: bnb_RootCount_filter; - bnb_RootCount_orderBy: bnb_RootCount_orderBy; - bnb_RootMessageSent: ResolverTypeWrapper; - bnb_RootMessageSent_filter: bnb_RootMessageSent_filter; - bnb_RootMessageSent_orderBy: bnb_RootMessageSent_orderBy; - bnb_Router: ResolverTypeWrapper; - bnb_RouterDailyTVL: ResolverTypeWrapper; - bnb_RouterDailyTVL_filter: bnb_RouterDailyTVL_filter; - bnb_RouterDailyTVL_orderBy: bnb_RouterDailyTVL_orderBy; - bnb_RouterLiquidityEvent: ResolverTypeWrapper; - bnb_RouterLiquidityEventType: bnb_RouterLiquidityEventType; - bnb_RouterLiquidityEvent_filter: bnb_RouterLiquidityEvent_filter; - bnb_RouterLiquidityEvent_orderBy: bnb_RouterLiquidityEvent_orderBy; - bnb_Router_filter: bnb_Router_filter; - bnb_Router_orderBy: bnb_Router_orderBy; - bnb_Sequencer: ResolverTypeWrapper; - bnb_Sequencer_filter: bnb_Sequencer_filter; - bnb_Sequencer_orderBy: bnb_Sequencer_orderBy; - bnb_Setting: ResolverTypeWrapper; - bnb_Setting_filter: bnb_Setting_filter; - bnb_Setting_orderBy: bnb_Setting_orderBy; - bnb_SlippageUpdate: ResolverTypeWrapper; - bnb_SlippageUpdate_filter: bnb_SlippageUpdate_filter; - bnb_SlippageUpdate_orderBy: bnb_SlippageUpdate_orderBy; - bnb_SnapshotRoot: ResolverTypeWrapper; - bnb_SnapshotRoot_filter: bnb_SnapshotRoot_filter; - bnb_SnapshotRoot_orderBy: bnb_SnapshotRoot_orderBy; - bnb_SpokeConnectorMode: ResolverTypeWrapper; - bnb_SpokeConnectorMode_filter: bnb_SpokeConnectorMode_filter; - bnb_SpokeConnectorMode_orderBy: bnb_SpokeConnectorMode_orderBy; - bnb_TransferStatus: bnb_TransferStatus; - bnb__Block_: ResolverTypeWrapper; - bnb__Meta_: ResolverTypeWrapper; mantle_swap_Aggregation_interval: mantle_swap_Aggregation_interval; mantle_swap_BigDecimal: ResolverTypeWrapper; mantle_swap_BlockChangedFilter: mantle_swap_BlockChangedFilter; @@ -178915,554 +178386,63 @@ export type ResolversTypes = ResolversObject<{ mantle_swap_SystemInfo_orderBy: mantle_swap_SystemInfo_orderBy; mantle_swap__Block_: ResolverTypeWrapper; mantle_swap__Meta_: ResolverTypeWrapper; - mode_AggregateRoot: ResolverTypeWrapper; - mode_AggregateRootProposed: ResolverTypeWrapper; - mode_AggregateRootProposed_filter: mode_AggregateRootProposed_filter; - mode_AggregateRootProposed_orderBy: mode_AggregateRootProposed_orderBy; - mode_AggregateRoot_filter: mode_AggregateRoot_filter; - mode_AggregateRoot_orderBy: mode_AggregateRoot_orderBy; - mode_Asset: ResolverTypeWrapper; - mode_AssetBalance: ResolverTypeWrapper; - mode_AssetBalance_filter: mode_AssetBalance_filter; - mode_AssetBalance_orderBy: mode_AssetBalance_orderBy; - mode_AssetStatus: ResolverTypeWrapper; - mode_AssetStatus_filter: mode_AssetStatus_filter; - mode_AssetStatus_orderBy: mode_AssetStatus_orderBy; - mode_Asset_filter: mode_Asset_filter; - mode_Asset_orderBy: mode_Asset_orderBy; - mode_BigDecimal: ResolverTypeWrapper; - mode_BlockChangedFilter: mode_BlockChangedFilter; - mode_Block_height: mode_Block_height; - mode_Bytes: ResolverTypeWrapper; - mode_ConnectorMeta: ResolverTypeWrapper; - mode_ConnectorMeta_filter: mode_ConnectorMeta_filter; - mode_ConnectorMeta_orderBy: mode_ConnectorMeta_orderBy; - mode_DestinationTransfer: ResolverTypeWrapper; - mode_DestinationTransfer_filter: mode_DestinationTransfer_filter; - mode_DestinationTransfer_orderBy: mode_DestinationTransfer_orderBy; - mode_Int8: ResolverTypeWrapper; - mode_OptimisticRootFinalized: ResolverTypeWrapper; - mode_OptimisticRootFinalized_filter: mode_OptimisticRootFinalized_filter; - mode_OptimisticRootFinalized_orderBy: mode_OptimisticRootFinalized_orderBy; - mode_OrderDirection: mode_OrderDirection; - mode_OriginMessage: ResolverTypeWrapper; - mode_OriginMessage_filter: mode_OriginMessage_filter; - mode_OriginMessage_orderBy: mode_OriginMessage_orderBy; - mode_OriginTransfer: ResolverTypeWrapper; - mode_OriginTransfer_filter: mode_OriginTransfer_filter; - mode_OriginTransfer_orderBy: mode_OriginTransfer_orderBy; - mode_Relayer: ResolverTypeWrapper; - mode_RelayerFee: ResolverTypeWrapper; - mode_RelayerFee_filter: mode_RelayerFee_filter; - mode_RelayerFee_orderBy: mode_RelayerFee_orderBy; - mode_RelayerFeesIncrease: ResolverTypeWrapper; - mode_RelayerFeesIncrease_filter: mode_RelayerFeesIncrease_filter; - mode_RelayerFeesIncrease_orderBy: mode_RelayerFeesIncrease_orderBy; - mode_Relayer_filter: mode_Relayer_filter; - mode_Relayer_orderBy: mode_Relayer_orderBy; - mode_RootCount: ResolverTypeWrapper; - mode_RootCount_filter: mode_RootCount_filter; - mode_RootCount_orderBy: mode_RootCount_orderBy; - mode_RootMessageSent: ResolverTypeWrapper; - mode_RootMessageSent_filter: mode_RootMessageSent_filter; - mode_RootMessageSent_orderBy: mode_RootMessageSent_orderBy; - mode_Router: ResolverTypeWrapper; - mode_RouterDailyTVL: ResolverTypeWrapper; - mode_RouterDailyTVL_filter: mode_RouterDailyTVL_filter; - mode_RouterDailyTVL_orderBy: mode_RouterDailyTVL_orderBy; - mode_RouterLiquidityEvent: ResolverTypeWrapper; - mode_RouterLiquidityEventType: mode_RouterLiquidityEventType; - mode_RouterLiquidityEvent_filter: mode_RouterLiquidityEvent_filter; - mode_RouterLiquidityEvent_orderBy: mode_RouterLiquidityEvent_orderBy; - mode_Router_filter: mode_Router_filter; - mode_Router_orderBy: mode_Router_orderBy; - mode_Sequencer: ResolverTypeWrapper; - mode_Sequencer_filter: mode_Sequencer_filter; - mode_Sequencer_orderBy: mode_Sequencer_orderBy; - mode_Setting: ResolverTypeWrapper; - mode_Setting_filter: mode_Setting_filter; - mode_Setting_orderBy: mode_Setting_orderBy; - mode_SlippageUpdate: ResolverTypeWrapper; - mode_SlippageUpdate_filter: mode_SlippageUpdate_filter; - mode_SlippageUpdate_orderBy: mode_SlippageUpdate_orderBy; - mode_SnapshotRoot: ResolverTypeWrapper; - mode_SnapshotRoot_filter: mode_SnapshotRoot_filter; - mode_SnapshotRoot_orderBy: mode_SnapshotRoot_orderBy; - mode_SpokeConnectorMode: ResolverTypeWrapper; - mode_SpokeConnectorMode_filter: mode_SpokeConnectorMode_filter; - mode_SpokeConnectorMode_orderBy: mode_SpokeConnectorMode_orderBy; - mode_TransferStatus: mode_TransferStatus; - mode__Block_: ResolverTypeWrapper; - mode__Meta_: ResolverTypeWrapper; - stagingmetis_AggregateRoot: ResolverTypeWrapper; - stagingmetis_AggregateRootProposed: ResolverTypeWrapper; - stagingmetis_AggregateRootProposed_filter: stagingmetis_AggregateRootProposed_filter; - stagingmetis_AggregateRootProposed_orderBy: stagingmetis_AggregateRootProposed_orderBy; - stagingmetis_AggregateRoot_filter: stagingmetis_AggregateRoot_filter; - stagingmetis_AggregateRoot_orderBy: stagingmetis_AggregateRoot_orderBy; - stagingmetis_Asset: ResolverTypeWrapper; - stagingmetis_AssetBalance: ResolverTypeWrapper; - stagingmetis_AssetBalance_filter: stagingmetis_AssetBalance_filter; - stagingmetis_AssetBalance_orderBy: stagingmetis_AssetBalance_orderBy; - stagingmetis_AssetStatus: ResolverTypeWrapper; - stagingmetis_AssetStatus_filter: stagingmetis_AssetStatus_filter; - stagingmetis_AssetStatus_orderBy: stagingmetis_AssetStatus_orderBy; - stagingmetis_Asset_filter: stagingmetis_Asset_filter; - stagingmetis_Asset_orderBy: stagingmetis_Asset_orderBy; - stagingmetis_BigDecimal: ResolverTypeWrapper; - stagingmetis_BlockChangedFilter: stagingmetis_BlockChangedFilter; - stagingmetis_Block_height: stagingmetis_Block_height; - stagingmetis_Bytes: ResolverTypeWrapper; - stagingmetis_ConnectorMeta: ResolverTypeWrapper; - stagingmetis_ConnectorMeta_filter: stagingmetis_ConnectorMeta_filter; - stagingmetis_ConnectorMeta_orderBy: stagingmetis_ConnectorMeta_orderBy; - stagingmetis_DestinationTransfer: ResolverTypeWrapper; - stagingmetis_DestinationTransfer_filter: stagingmetis_DestinationTransfer_filter; - stagingmetis_DestinationTransfer_orderBy: stagingmetis_DestinationTransfer_orderBy; - stagingmetis_Int8: ResolverTypeWrapper; - stagingmetis_OptimisticRootFinalized: ResolverTypeWrapper; - stagingmetis_OptimisticRootFinalized_filter: stagingmetis_OptimisticRootFinalized_filter; - stagingmetis_OptimisticRootFinalized_orderBy: stagingmetis_OptimisticRootFinalized_orderBy; - stagingmetis_OrderDirection: stagingmetis_OrderDirection; - stagingmetis_OriginMessage: ResolverTypeWrapper; - stagingmetis_OriginMessage_filter: stagingmetis_OriginMessage_filter; - stagingmetis_OriginMessage_orderBy: stagingmetis_OriginMessage_orderBy; - stagingmetis_OriginTransfer: ResolverTypeWrapper; - stagingmetis_OriginTransfer_filter: stagingmetis_OriginTransfer_filter; - stagingmetis_OriginTransfer_orderBy: stagingmetis_OriginTransfer_orderBy; - stagingmetis_Relayer: ResolverTypeWrapper; - stagingmetis_RelayerFee: ResolverTypeWrapper; - stagingmetis_RelayerFee_filter: stagingmetis_RelayerFee_filter; - stagingmetis_RelayerFee_orderBy: stagingmetis_RelayerFee_orderBy; - stagingmetis_RelayerFeesIncrease: ResolverTypeWrapper; - stagingmetis_RelayerFeesIncrease_filter: stagingmetis_RelayerFeesIncrease_filter; - stagingmetis_RelayerFeesIncrease_orderBy: stagingmetis_RelayerFeesIncrease_orderBy; - stagingmetis_Relayer_filter: stagingmetis_Relayer_filter; - stagingmetis_Relayer_orderBy: stagingmetis_Relayer_orderBy; - stagingmetis_RootCount: ResolverTypeWrapper; - stagingmetis_RootCount_filter: stagingmetis_RootCount_filter; - stagingmetis_RootCount_orderBy: stagingmetis_RootCount_orderBy; - stagingmetis_RootMessageSent: ResolverTypeWrapper; - stagingmetis_RootMessageSent_filter: stagingmetis_RootMessageSent_filter; - stagingmetis_RootMessageSent_orderBy: stagingmetis_RootMessageSent_orderBy; - stagingmetis_Router: ResolverTypeWrapper; - stagingmetis_RouterDailyTVL: ResolverTypeWrapper; - stagingmetis_RouterDailyTVL_filter: stagingmetis_RouterDailyTVL_filter; - stagingmetis_RouterDailyTVL_orderBy: stagingmetis_RouterDailyTVL_orderBy; - stagingmetis_RouterLiquidityEvent: ResolverTypeWrapper; - stagingmetis_RouterLiquidityEventType: stagingmetis_RouterLiquidityEventType; - stagingmetis_RouterLiquidityEvent_filter: stagingmetis_RouterLiquidityEvent_filter; - stagingmetis_RouterLiquidityEvent_orderBy: stagingmetis_RouterLiquidityEvent_orderBy; - stagingmetis_Router_filter: stagingmetis_Router_filter; - stagingmetis_Router_orderBy: stagingmetis_Router_orderBy; - stagingmetis_Sequencer: ResolverTypeWrapper; - stagingmetis_Sequencer_filter: stagingmetis_Sequencer_filter; - stagingmetis_Sequencer_orderBy: stagingmetis_Sequencer_orderBy; - stagingmetis_Setting: ResolverTypeWrapper; - stagingmetis_Setting_filter: stagingmetis_Setting_filter; - stagingmetis_Setting_orderBy: stagingmetis_Setting_orderBy; - stagingmetis_SlippageUpdate: ResolverTypeWrapper; - stagingmetis_SlippageUpdate_filter: stagingmetis_SlippageUpdate_filter; - stagingmetis_SlippageUpdate_orderBy: stagingmetis_SlippageUpdate_orderBy; - stagingmetis_SnapshotRoot: ResolverTypeWrapper; - stagingmetis_SnapshotRoot_filter: stagingmetis_SnapshotRoot_filter; - stagingmetis_SnapshotRoot_orderBy: stagingmetis_SnapshotRoot_orderBy; - stagingmetis_SpokeConnectorMode: ResolverTypeWrapper; - stagingmetis_SpokeConnectorMode_filter: stagingmetis_SpokeConnectorMode_filter; - stagingmetis_SpokeConnectorMode_orderBy: stagingmetis_SpokeConnectorMode_orderBy; - stagingmetis_TransferStatus: stagingmetis_TransferStatus; - stagingmetis__Block_: ResolverTypeWrapper; - stagingmetis__Meta_: ResolverTypeWrapper; - avalanche_AggregateRoot: ResolverTypeWrapper; - avalanche_AggregateRootProposed: ResolverTypeWrapper; - avalanche_AggregateRootProposed_filter: avalanche_AggregateRootProposed_filter; - avalanche_AggregateRootProposed_orderBy: avalanche_AggregateRootProposed_orderBy; - avalanche_AggregateRoot_filter: avalanche_AggregateRoot_filter; - avalanche_AggregateRoot_orderBy: avalanche_AggregateRoot_orderBy; - avalanche_Aggregation_interval: avalanche_Aggregation_interval; - avalanche_Asset: ResolverTypeWrapper; - avalanche_AssetBalance: ResolverTypeWrapper; - avalanche_AssetBalance_filter: avalanche_AssetBalance_filter; - avalanche_AssetBalance_orderBy: avalanche_AssetBalance_orderBy; - avalanche_AssetStatus: ResolverTypeWrapper; - avalanche_AssetStatus_filter: avalanche_AssetStatus_filter; - avalanche_AssetStatus_orderBy: avalanche_AssetStatus_orderBy; - avalanche_Asset_filter: avalanche_Asset_filter; - avalanche_Asset_orderBy: avalanche_Asset_orderBy; - avalanche_BigDecimal: ResolverTypeWrapper; - avalanche_BlockChangedFilter: avalanche_BlockChangedFilter; - avalanche_Block_height: avalanche_Block_height; - avalanche_Bytes: ResolverTypeWrapper; - avalanche_ConnectorMeta: ResolverTypeWrapper; - avalanche_ConnectorMeta_filter: avalanche_ConnectorMeta_filter; - avalanche_ConnectorMeta_orderBy: avalanche_ConnectorMeta_orderBy; - avalanche_DestinationTransfer: ResolverTypeWrapper; - avalanche_DestinationTransfer_filter: avalanche_DestinationTransfer_filter; - avalanche_DestinationTransfer_orderBy: avalanche_DestinationTransfer_orderBy; - avalanche_Int8: ResolverTypeWrapper; - avalanche_OptimisticRootFinalized: ResolverTypeWrapper; - avalanche_OptimisticRootFinalized_filter: avalanche_OptimisticRootFinalized_filter; - avalanche_OptimisticRootFinalized_orderBy: avalanche_OptimisticRootFinalized_orderBy; - avalanche_OrderDirection: avalanche_OrderDirection; - avalanche_OriginMessage: ResolverTypeWrapper; - avalanche_OriginMessage_filter: avalanche_OriginMessage_filter; - avalanche_OriginMessage_orderBy: avalanche_OriginMessage_orderBy; - avalanche_OriginTransfer: ResolverTypeWrapper; - avalanche_OriginTransfer_filter: avalanche_OriginTransfer_filter; - avalanche_OriginTransfer_orderBy: avalanche_OriginTransfer_orderBy; - avalanche_Relayer: ResolverTypeWrapper; - avalanche_RelayerFee: ResolverTypeWrapper; - avalanche_RelayerFee_filter: avalanche_RelayerFee_filter; - avalanche_RelayerFee_orderBy: avalanche_RelayerFee_orderBy; - avalanche_RelayerFeesIncrease: ResolverTypeWrapper; - avalanche_RelayerFeesIncrease_filter: avalanche_RelayerFeesIncrease_filter; - avalanche_RelayerFeesIncrease_orderBy: avalanche_RelayerFeesIncrease_orderBy; - avalanche_Relayer_filter: avalanche_Relayer_filter; - avalanche_Relayer_orderBy: avalanche_Relayer_orderBy; - avalanche_RootCount: ResolverTypeWrapper; - avalanche_RootCount_filter: avalanche_RootCount_filter; - avalanche_RootCount_orderBy: avalanche_RootCount_orderBy; - avalanche_RootMessageSent: ResolverTypeWrapper; - avalanche_RootMessageSent_filter: avalanche_RootMessageSent_filter; - avalanche_RootMessageSent_orderBy: avalanche_RootMessageSent_orderBy; - avalanche_Router: ResolverTypeWrapper; - avalanche_RouterDailyTVL: ResolverTypeWrapper; - avalanche_RouterDailyTVL_filter: avalanche_RouterDailyTVL_filter; - avalanche_RouterDailyTVL_orderBy: avalanche_RouterDailyTVL_orderBy; - avalanche_RouterLiquidityEvent: ResolverTypeWrapper; - avalanche_RouterLiquidityEventType: avalanche_RouterLiquidityEventType; - avalanche_RouterLiquidityEvent_filter: avalanche_RouterLiquidityEvent_filter; - avalanche_RouterLiquidityEvent_orderBy: avalanche_RouterLiquidityEvent_orderBy; - avalanche_Router_filter: avalanche_Router_filter; - avalanche_Router_orderBy: avalanche_Router_orderBy; - avalanche_Sequencer: ResolverTypeWrapper; - avalanche_Sequencer_filter: avalanche_Sequencer_filter; - avalanche_Sequencer_orderBy: avalanche_Sequencer_orderBy; - avalanche_Setting: ResolverTypeWrapper; - avalanche_Setting_filter: avalanche_Setting_filter; - avalanche_Setting_orderBy: avalanche_Setting_orderBy; - avalanche_SlippageUpdate: ResolverTypeWrapper; - avalanche_SlippageUpdate_filter: avalanche_SlippageUpdate_filter; - avalanche_SlippageUpdate_orderBy: avalanche_SlippageUpdate_orderBy; - avalanche_SnapshotRoot: ResolverTypeWrapper; - avalanche_SnapshotRoot_filter: avalanche_SnapshotRoot_filter; - avalanche_SnapshotRoot_orderBy: avalanche_SnapshotRoot_orderBy; - avalanche_SpokeConnectorMode: ResolverTypeWrapper; - avalanche_SpokeConnectorMode_filter: avalanche_SpokeConnectorMode_filter; - avalanche_SpokeConnectorMode_orderBy: avalanche_SpokeConnectorMode_orderBy; - avalanche_TransferStatus: avalanche_TransferStatus; - avalanche__Block_: ResolverTypeWrapper; - avalanche__Meta_: ResolverTypeWrapper; - stagingmainnet_AggregateRoot: ResolverTypeWrapper; - stagingmainnet_AggregateRootProposed: ResolverTypeWrapper; - stagingmainnet_AggregateRootProposed_filter: stagingmainnet_AggregateRootProposed_filter; - stagingmainnet_AggregateRootProposed_orderBy: stagingmainnet_AggregateRootProposed_orderBy; - stagingmainnet_AggregateRoot_filter: stagingmainnet_AggregateRoot_filter; - stagingmainnet_AggregateRoot_orderBy: stagingmainnet_AggregateRoot_orderBy; - stagingmainnet_Asset: ResolverTypeWrapper; - stagingmainnet_AssetBalance: ResolverTypeWrapper; - stagingmainnet_AssetBalance_filter: stagingmainnet_AssetBalance_filter; - stagingmainnet_AssetBalance_orderBy: stagingmainnet_AssetBalance_orderBy; - stagingmainnet_AssetStatus: ResolverTypeWrapper; - stagingmainnet_AssetStatus_filter: stagingmainnet_AssetStatus_filter; - stagingmainnet_AssetStatus_orderBy: stagingmainnet_AssetStatus_orderBy; - stagingmainnet_Asset_filter: stagingmainnet_Asset_filter; - stagingmainnet_Asset_orderBy: stagingmainnet_Asset_orderBy; - stagingmainnet_ConnectorMeta: ResolverTypeWrapper; - stagingmainnet_ConnectorMeta_filter: stagingmainnet_ConnectorMeta_filter; - stagingmainnet_ConnectorMeta_orderBy: stagingmainnet_ConnectorMeta_orderBy; - stagingmainnet_DestinationTransfer: ResolverTypeWrapper; - stagingmainnet_DestinationTransfer_filter: stagingmainnet_DestinationTransfer_filter; - stagingmainnet_DestinationTransfer_orderBy: stagingmainnet_DestinationTransfer_orderBy; - stagingmainnet_OptimisticRootFinalized: ResolverTypeWrapper; - stagingmainnet_OptimisticRootFinalized_filter: stagingmainnet_OptimisticRootFinalized_filter; - stagingmainnet_OptimisticRootFinalized_orderBy: stagingmainnet_OptimisticRootFinalized_orderBy; - stagingmainnet_OriginMessage: ResolverTypeWrapper; - stagingmainnet_OriginMessage_filter: stagingmainnet_OriginMessage_filter; - stagingmainnet_OriginMessage_orderBy: stagingmainnet_OriginMessage_orderBy; - stagingmainnet_OriginTransfer: ResolverTypeWrapper; - stagingmainnet_OriginTransfer_filter: stagingmainnet_OriginTransfer_filter; - stagingmainnet_OriginTransfer_orderBy: stagingmainnet_OriginTransfer_orderBy; - stagingmainnet_Relayer: ResolverTypeWrapper; - stagingmainnet_RelayerFee: ResolverTypeWrapper; - stagingmainnet_RelayerFee_filter: stagingmainnet_RelayerFee_filter; - stagingmainnet_RelayerFee_orderBy: stagingmainnet_RelayerFee_orderBy; - stagingmainnet_RelayerFeesIncrease: ResolverTypeWrapper; - stagingmainnet_RelayerFeesIncrease_filter: stagingmainnet_RelayerFeesIncrease_filter; - stagingmainnet_RelayerFeesIncrease_orderBy: stagingmainnet_RelayerFeesIncrease_orderBy; - stagingmainnet_Relayer_filter: stagingmainnet_Relayer_filter; - stagingmainnet_Relayer_orderBy: stagingmainnet_Relayer_orderBy; - stagingmainnet_RootCount: ResolverTypeWrapper; - stagingmainnet_RootCount_filter: stagingmainnet_RootCount_filter; - stagingmainnet_RootCount_orderBy: stagingmainnet_RootCount_orderBy; - stagingmainnet_RootMessageSent: ResolverTypeWrapper; - stagingmainnet_RootMessageSent_filter: stagingmainnet_RootMessageSent_filter; - stagingmainnet_RootMessageSent_orderBy: stagingmainnet_RootMessageSent_orderBy; - stagingmainnet_Router: ResolverTypeWrapper; - stagingmainnet_RouterDailyTVL: ResolverTypeWrapper; - stagingmainnet_RouterDailyTVL_filter: stagingmainnet_RouterDailyTVL_filter; - stagingmainnet_RouterDailyTVL_orderBy: stagingmainnet_RouterDailyTVL_orderBy; - stagingmainnet_RouterLiquidityEvent: ResolverTypeWrapper; - stagingmainnet_RouterLiquidityEventType: stagingmainnet_RouterLiquidityEventType; - stagingmainnet_RouterLiquidityEvent_filter: stagingmainnet_RouterLiquidityEvent_filter; - stagingmainnet_RouterLiquidityEvent_orderBy: stagingmainnet_RouterLiquidityEvent_orderBy; - stagingmainnet_Router_filter: stagingmainnet_Router_filter; - stagingmainnet_Router_orderBy: stagingmainnet_Router_orderBy; - stagingmainnet_Sequencer: ResolverTypeWrapper; - stagingmainnet_Sequencer_filter: stagingmainnet_Sequencer_filter; - stagingmainnet_Sequencer_orderBy: stagingmainnet_Sequencer_orderBy; - stagingmainnet_Setting: ResolverTypeWrapper; - stagingmainnet_Setting_filter: stagingmainnet_Setting_filter; - stagingmainnet_Setting_orderBy: stagingmainnet_Setting_orderBy; - stagingmainnet_SlippageUpdate: ResolverTypeWrapper; - stagingmainnet_SlippageUpdate_filter: stagingmainnet_SlippageUpdate_filter; - stagingmainnet_SlippageUpdate_orderBy: stagingmainnet_SlippageUpdate_orderBy; - stagingmainnet_SnapshotRoot: ResolverTypeWrapper; - stagingmainnet_SnapshotRoot_filter: stagingmainnet_SnapshotRoot_filter; - stagingmainnet_SnapshotRoot_orderBy: stagingmainnet_SnapshotRoot_orderBy; - stagingmainnet_SpokeConnectorMode: ResolverTypeWrapper; - stagingmainnet_SpokeConnectorMode_filter: stagingmainnet_SpokeConnectorMode_filter; - stagingmainnet_SpokeConnectorMode_orderBy: stagingmainnet_SpokeConnectorMode_orderBy; - stagingmainnet_TransferStatus: stagingmainnet_TransferStatus; - zksync_AggregateRoot: ResolverTypeWrapper; - zksync_AggregateRootProposed: ResolverTypeWrapper; - zksync_AggregateRootProposed_filter: zksync_AggregateRootProposed_filter; - zksync_AggregateRootProposed_orderBy: zksync_AggregateRootProposed_orderBy; - zksync_AggregateRoot_filter: zksync_AggregateRoot_filter; - zksync_AggregateRoot_orderBy: zksync_AggregateRoot_orderBy; - zksync_Aggregation_interval: zksync_Aggregation_interval; - zksync_Asset: ResolverTypeWrapper; - zksync_AssetBalance: ResolverTypeWrapper; - zksync_AssetBalance_filter: zksync_AssetBalance_filter; - zksync_AssetBalance_orderBy: zksync_AssetBalance_orderBy; - zksync_AssetStatus: ResolverTypeWrapper; - zksync_AssetStatus_filter: zksync_AssetStatus_filter; - zksync_AssetStatus_orderBy: zksync_AssetStatus_orderBy; - zksync_Asset_filter: zksync_Asset_filter; - zksync_Asset_orderBy: zksync_Asset_orderBy; - zksync_BigDecimal: ResolverTypeWrapper; - zksync_BlockChangedFilter: zksync_BlockChangedFilter; - zksync_Block_height: zksync_Block_height; - zksync_Bytes: ResolverTypeWrapper; - zksync_ConnectorMeta: ResolverTypeWrapper; - zksync_ConnectorMeta_filter: zksync_ConnectorMeta_filter; - zksync_ConnectorMeta_orderBy: zksync_ConnectorMeta_orderBy; - zksync_DestinationTransfer: ResolverTypeWrapper; - zksync_DestinationTransfer_filter: zksync_DestinationTransfer_filter; - zksync_DestinationTransfer_orderBy: zksync_DestinationTransfer_orderBy; - zksync_Int8: ResolverTypeWrapper; - zksync_OptimisticRootFinalized: ResolverTypeWrapper; - zksync_OptimisticRootFinalized_filter: zksync_OptimisticRootFinalized_filter; - zksync_OptimisticRootFinalized_orderBy: zksync_OptimisticRootFinalized_orderBy; - zksync_OrderDirection: zksync_OrderDirection; - zksync_OriginMessage: ResolverTypeWrapper; - zksync_OriginMessage_filter: zksync_OriginMessage_filter; - zksync_OriginMessage_orderBy: zksync_OriginMessage_orderBy; - zksync_OriginTransfer: ResolverTypeWrapper; - zksync_OriginTransfer_filter: zksync_OriginTransfer_filter; - zksync_OriginTransfer_orderBy: zksync_OriginTransfer_orderBy; - zksync_Relayer: ResolverTypeWrapper; - zksync_RelayerFee: ResolverTypeWrapper; - zksync_RelayerFee_filter: zksync_RelayerFee_filter; - zksync_RelayerFee_orderBy: zksync_RelayerFee_orderBy; - zksync_RelayerFeesIncrease: ResolverTypeWrapper; - zksync_RelayerFeesIncrease_filter: zksync_RelayerFeesIncrease_filter; - zksync_RelayerFeesIncrease_orderBy: zksync_RelayerFeesIncrease_orderBy; - zksync_Relayer_filter: zksync_Relayer_filter; - zksync_Relayer_orderBy: zksync_Relayer_orderBy; - zksync_RootCount: ResolverTypeWrapper; - zksync_RootCount_filter: zksync_RootCount_filter; - zksync_RootCount_orderBy: zksync_RootCount_orderBy; - zksync_RootMessageSent: ResolverTypeWrapper; - zksync_RootMessageSent_filter: zksync_RootMessageSent_filter; - zksync_RootMessageSent_orderBy: zksync_RootMessageSent_orderBy; - zksync_Router: ResolverTypeWrapper; - zksync_RouterDailyTVL: ResolverTypeWrapper; - zksync_RouterDailyTVL_filter: zksync_RouterDailyTVL_filter; - zksync_RouterDailyTVL_orderBy: zksync_RouterDailyTVL_orderBy; - zksync_RouterLiquidityEvent: ResolverTypeWrapper; - zksync_RouterLiquidityEventType: zksync_RouterLiquidityEventType; - zksync_RouterLiquidityEvent_filter: zksync_RouterLiquidityEvent_filter; - zksync_RouterLiquidityEvent_orderBy: zksync_RouterLiquidityEvent_orderBy; - zksync_Router_filter: zksync_Router_filter; - zksync_Router_orderBy: zksync_Router_orderBy; - zksync_Sequencer: ResolverTypeWrapper; - zksync_Sequencer_filter: zksync_Sequencer_filter; - zksync_Sequencer_orderBy: zksync_Sequencer_orderBy; - zksync_Setting: ResolverTypeWrapper; - zksync_Setting_filter: zksync_Setting_filter; - zksync_Setting_orderBy: zksync_Setting_orderBy; - zksync_SlippageUpdate: ResolverTypeWrapper; - zksync_SlippageUpdate_filter: zksync_SlippageUpdate_filter; - zksync_SlippageUpdate_orderBy: zksync_SlippageUpdate_orderBy; - zksync_SnapshotRoot: ResolverTypeWrapper; - zksync_SnapshotRoot_filter: zksync_SnapshotRoot_filter; - zksync_SnapshotRoot_orderBy: zksync_SnapshotRoot_orderBy; - zksync_SpokeConnectorMode: ResolverTypeWrapper; - zksync_SpokeConnectorMode_filter: zksync_SpokeConnectorMode_filter; - zksync_SpokeConnectorMode_orderBy: zksync_SpokeConnectorMode_orderBy; - zksync_TransferStatus: zksync_TransferStatus; - zksync__Block_: ResolverTypeWrapper; - zksync__Meta_: ResolverTypeWrapper; - polygonzkevm_swap_AggregateRoot: ResolverTypeWrapper; - polygonzkevm_swap_AggregateRootProposed: ResolverTypeWrapper; - polygonzkevm_swap_AggregateRootProposed_filter: polygonzkevm_swap_AggregateRootProposed_filter; - polygonzkevm_swap_AggregateRootProposed_orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy; - polygonzkevm_swap_AggregateRoot_filter: polygonzkevm_swap_AggregateRoot_filter; - polygonzkevm_swap_AggregateRoot_orderBy: polygonzkevm_swap_AggregateRoot_orderBy; - polygonzkevm_swap_Aggregation_interval: polygonzkevm_swap_Aggregation_interval; - polygonzkevm_swap_Asset: ResolverTypeWrapper; - polygonzkevm_swap_AssetBalance: ResolverTypeWrapper; - polygonzkevm_swap_AssetBalance_filter: polygonzkevm_swap_AssetBalance_filter; - polygonzkevm_swap_AssetBalance_orderBy: polygonzkevm_swap_AssetBalance_orderBy; - polygonzkevm_swap_AssetStatus: ResolverTypeWrapper; - polygonzkevm_swap_AssetStatus_filter: polygonzkevm_swap_AssetStatus_filter; - polygonzkevm_swap_AssetStatus_orderBy: polygonzkevm_swap_AssetStatus_orderBy; - polygonzkevm_swap_Asset_filter: polygonzkevm_swap_Asset_filter; - polygonzkevm_swap_Asset_orderBy: polygonzkevm_swap_Asset_orderBy; - polygonzkevm_swap_BigDecimal: ResolverTypeWrapper; - polygonzkevm_swap_BlockChangedFilter: polygonzkevm_swap_BlockChangedFilter; - polygonzkevm_swap_Block_height: polygonzkevm_swap_Block_height; - polygonzkevm_swap_Bytes: ResolverTypeWrapper; - polygonzkevm_swap_ConnectorMeta: ResolverTypeWrapper; - polygonzkevm_swap_ConnectorMeta_filter: polygonzkevm_swap_ConnectorMeta_filter; - polygonzkevm_swap_ConnectorMeta_orderBy: polygonzkevm_swap_ConnectorMeta_orderBy; - polygonzkevm_swap_DestinationTransfer: ResolverTypeWrapper; - polygonzkevm_swap_DestinationTransfer_filter: polygonzkevm_swap_DestinationTransfer_filter; - polygonzkevm_swap_DestinationTransfer_orderBy: polygonzkevm_swap_DestinationTransfer_orderBy; - polygonzkevm_swap_Int8: ResolverTypeWrapper; - polygonzkevm_swap_OptimisticRootFinalized: ResolverTypeWrapper; - polygonzkevm_swap_OptimisticRootFinalized_filter: polygonzkevm_swap_OptimisticRootFinalized_filter; - polygonzkevm_swap_OptimisticRootFinalized_orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy; - polygonzkevm_swap_OrderDirection: polygonzkevm_swap_OrderDirection; - polygonzkevm_swap_OriginMessage: ResolverTypeWrapper; - polygonzkevm_swap_OriginMessage_filter: polygonzkevm_swap_OriginMessage_filter; - polygonzkevm_swap_OriginMessage_orderBy: polygonzkevm_swap_OriginMessage_orderBy; - polygonzkevm_swap_OriginTransfer: ResolverTypeWrapper; - polygonzkevm_swap_OriginTransfer_filter: polygonzkevm_swap_OriginTransfer_filter; - polygonzkevm_swap_OriginTransfer_orderBy: polygonzkevm_swap_OriginTransfer_orderBy; - polygonzkevm_swap_Relayer: ResolverTypeWrapper; - polygonzkevm_swap_RelayerFee: ResolverTypeWrapper; - polygonzkevm_swap_RelayerFee_filter: polygonzkevm_swap_RelayerFee_filter; - polygonzkevm_swap_RelayerFee_orderBy: polygonzkevm_swap_RelayerFee_orderBy; - polygonzkevm_swap_RelayerFeesIncrease: ResolverTypeWrapper; - polygonzkevm_swap_RelayerFeesIncrease_filter: polygonzkevm_swap_RelayerFeesIncrease_filter; - polygonzkevm_swap_RelayerFeesIncrease_orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy; - polygonzkevm_swap_Relayer_filter: polygonzkevm_swap_Relayer_filter; - polygonzkevm_swap_Relayer_orderBy: polygonzkevm_swap_Relayer_orderBy; - polygonzkevm_swap_RootCount: ResolverTypeWrapper; - polygonzkevm_swap_RootCount_filter: polygonzkevm_swap_RootCount_filter; - polygonzkevm_swap_RootCount_orderBy: polygonzkevm_swap_RootCount_orderBy; - polygonzkevm_swap_RootMessageSent: ResolverTypeWrapper; - polygonzkevm_swap_RootMessageSent_filter: polygonzkevm_swap_RootMessageSent_filter; - polygonzkevm_swap_RootMessageSent_orderBy: polygonzkevm_swap_RootMessageSent_orderBy; - polygonzkevm_swap_Router: ResolverTypeWrapper; - polygonzkevm_swap_RouterDailyTVL: ResolverTypeWrapper; - polygonzkevm_swap_RouterDailyTVL_filter: polygonzkevm_swap_RouterDailyTVL_filter; - polygonzkevm_swap_RouterDailyTVL_orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy; - polygonzkevm_swap_RouterLiquidityEvent: ResolverTypeWrapper; - polygonzkevm_swap_RouterLiquidityEventType: polygonzkevm_swap_RouterLiquidityEventType; - polygonzkevm_swap_RouterLiquidityEvent_filter: polygonzkevm_swap_RouterLiquidityEvent_filter; - polygonzkevm_swap_RouterLiquidityEvent_orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy; - polygonzkevm_swap_Router_filter: polygonzkevm_swap_Router_filter; - polygonzkevm_swap_Router_orderBy: polygonzkevm_swap_Router_orderBy; - polygonzkevm_swap_Sequencer: ResolverTypeWrapper; - polygonzkevm_swap_Sequencer_filter: polygonzkevm_swap_Sequencer_filter; - polygonzkevm_swap_Sequencer_orderBy: polygonzkevm_swap_Sequencer_orderBy; - polygonzkevm_swap_Setting: ResolverTypeWrapper; - polygonzkevm_swap_Setting_filter: polygonzkevm_swap_Setting_filter; - polygonzkevm_swap_Setting_orderBy: polygonzkevm_swap_Setting_orderBy; - polygonzkevm_swap_SlippageUpdate: ResolverTypeWrapper; - polygonzkevm_swap_SlippageUpdate_filter: polygonzkevm_swap_SlippageUpdate_filter; - polygonzkevm_swap_SlippageUpdate_orderBy: polygonzkevm_swap_SlippageUpdate_orderBy; - polygonzkevm_swap_SnapshotRoot: ResolverTypeWrapper; - polygonzkevm_swap_SnapshotRoot_filter: polygonzkevm_swap_SnapshotRoot_filter; - polygonzkevm_swap_SnapshotRoot_orderBy: polygonzkevm_swap_SnapshotRoot_orderBy; - polygonzkevm_swap_SpokeConnectorMode: ResolverTypeWrapper; - polygonzkevm_swap_SpokeConnectorMode_filter: polygonzkevm_swap_SpokeConnectorMode_filter; - polygonzkevm_swap_SpokeConnectorMode_orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy; - polygonzkevm_swap_TransferStatus: polygonzkevm_swap_TransferStatus; - polygonzkevm_swap__Block_: ResolverTypeWrapper; - polygonzkevm_swap__Meta_: ResolverTypeWrapper; - xlayer_AggregateRoot: ResolverTypeWrapper; - xlayer_AggregateRootProposed: ResolverTypeWrapper; - xlayer_AggregateRootProposed_filter: xlayer_AggregateRootProposed_filter; - xlayer_AggregateRootProposed_orderBy: xlayer_AggregateRootProposed_orderBy; - xlayer_AggregateRoot_filter: xlayer_AggregateRoot_filter; - xlayer_AggregateRoot_orderBy: xlayer_AggregateRoot_orderBy; - xlayer_Asset: ResolverTypeWrapper; - xlayer_AssetBalance: ResolverTypeWrapper; - xlayer_AssetBalance_filter: xlayer_AssetBalance_filter; - xlayer_AssetBalance_orderBy: xlayer_AssetBalance_orderBy; - xlayer_AssetStatus: ResolverTypeWrapper; - xlayer_AssetStatus_filter: xlayer_AssetStatus_filter; - xlayer_AssetStatus_orderBy: xlayer_AssetStatus_orderBy; - xlayer_Asset_filter: xlayer_Asset_filter; - xlayer_Asset_orderBy: xlayer_Asset_orderBy; - xlayer_BigDecimal: ResolverTypeWrapper; - xlayer_BlockChangedFilter: xlayer_BlockChangedFilter; - xlayer_Block_height: xlayer_Block_height; - xlayer_Bytes: ResolverTypeWrapper; - xlayer_ConnectorMeta: ResolverTypeWrapper; - xlayer_ConnectorMeta_filter: xlayer_ConnectorMeta_filter; - xlayer_ConnectorMeta_orderBy: xlayer_ConnectorMeta_orderBy; - xlayer_DestinationTransfer: ResolverTypeWrapper; - xlayer_DestinationTransfer_filter: xlayer_DestinationTransfer_filter; - xlayer_DestinationTransfer_orderBy: xlayer_DestinationTransfer_orderBy; - xlayer_Int8: ResolverTypeWrapper; - xlayer_OptimisticRootFinalized: ResolverTypeWrapper; - xlayer_OptimisticRootFinalized_filter: xlayer_OptimisticRootFinalized_filter; - xlayer_OptimisticRootFinalized_orderBy: xlayer_OptimisticRootFinalized_orderBy; - xlayer_OrderDirection: xlayer_OrderDirection; - xlayer_OriginMessage: ResolverTypeWrapper; - xlayer_OriginMessage_filter: xlayer_OriginMessage_filter; - xlayer_OriginMessage_orderBy: xlayer_OriginMessage_orderBy; - xlayer_OriginTransfer: ResolverTypeWrapper; - xlayer_OriginTransfer_filter: xlayer_OriginTransfer_filter; - xlayer_OriginTransfer_orderBy: xlayer_OriginTransfer_orderBy; - xlayer_Relayer: ResolverTypeWrapper; - xlayer_RelayerFee: ResolverTypeWrapper; - xlayer_RelayerFee_filter: xlayer_RelayerFee_filter; - xlayer_RelayerFee_orderBy: xlayer_RelayerFee_orderBy; - xlayer_RelayerFeesIncrease: ResolverTypeWrapper; - xlayer_RelayerFeesIncrease_filter: xlayer_RelayerFeesIncrease_filter; - xlayer_RelayerFeesIncrease_orderBy: xlayer_RelayerFeesIncrease_orderBy; - xlayer_Relayer_filter: xlayer_Relayer_filter; - xlayer_Relayer_orderBy: xlayer_Relayer_orderBy; - xlayer_RootCount: ResolverTypeWrapper; - xlayer_RootCount_filter: xlayer_RootCount_filter; - xlayer_RootCount_orderBy: xlayer_RootCount_orderBy; - xlayer_RootMessageSent: ResolverTypeWrapper; - xlayer_RootMessageSent_filter: xlayer_RootMessageSent_filter; - xlayer_RootMessageSent_orderBy: xlayer_RootMessageSent_orderBy; - xlayer_Router: ResolverTypeWrapper; - xlayer_RouterDailyTVL: ResolverTypeWrapper; - xlayer_RouterDailyTVL_filter: xlayer_RouterDailyTVL_filter; - xlayer_RouterDailyTVL_orderBy: xlayer_RouterDailyTVL_orderBy; - xlayer_RouterLiquidityEvent: ResolverTypeWrapper; - xlayer_RouterLiquidityEventType: xlayer_RouterLiquidityEventType; - xlayer_RouterLiquidityEvent_filter: xlayer_RouterLiquidityEvent_filter; - xlayer_RouterLiquidityEvent_orderBy: xlayer_RouterLiquidityEvent_orderBy; - xlayer_Router_filter: xlayer_Router_filter; - xlayer_Router_orderBy: xlayer_Router_orderBy; - xlayer_Sequencer: ResolverTypeWrapper; - xlayer_Sequencer_filter: xlayer_Sequencer_filter; - xlayer_Sequencer_orderBy: xlayer_Sequencer_orderBy; - xlayer_Setting: ResolverTypeWrapper; - xlayer_Setting_filter: xlayer_Setting_filter; - xlayer_Setting_orderBy: xlayer_Setting_orderBy; - xlayer_SlippageUpdate: ResolverTypeWrapper; - xlayer_SlippageUpdate_filter: xlayer_SlippageUpdate_filter; - xlayer_SlippageUpdate_orderBy: xlayer_SlippageUpdate_orderBy; - xlayer_SnapshotRoot: ResolverTypeWrapper; - xlayer_SnapshotRoot_filter: xlayer_SnapshotRoot_filter; - xlayer_SnapshotRoot_orderBy: xlayer_SnapshotRoot_orderBy; - xlayer_SpokeConnectorMode: ResolverTypeWrapper; - xlayer_SpokeConnectorMode_filter: xlayer_SpokeConnectorMode_filter; - xlayer_SpokeConnectorMode_orderBy: xlayer_SpokeConnectorMode_orderBy; - xlayer_TransferStatus: xlayer_TransferStatus; - xlayer__Block_: ResolverTypeWrapper; - xlayer__Meta_: ResolverTypeWrapper; + optimismsepolia_swap_Aggregation_interval: optimismsepolia_swap_Aggregation_interval; + optimismsepolia_swap_BigDecimal: ResolverTypeWrapper; + optimismsepolia_swap_BlockChangedFilter: optimismsepolia_swap_BlockChangedFilter; + optimismsepolia_swap_Block_height: optimismsepolia_swap_Block_height; + optimismsepolia_swap_Bytes: ResolverTypeWrapper; + optimismsepolia_swap_Int8: ResolverTypeWrapper; + optimismsepolia_swap_LpAccount: ResolverTypeWrapper; + optimismsepolia_swap_LpAccountBalance: ResolverTypeWrapper; + optimismsepolia_swap_LpAccountBalance_filter: optimismsepolia_swap_LpAccountBalance_filter; + optimismsepolia_swap_LpAccountBalance_orderBy: optimismsepolia_swap_LpAccountBalance_orderBy; + optimismsepolia_swap_LpAccount_filter: optimismsepolia_swap_LpAccount_filter; + optimismsepolia_swap_LpAccount_orderBy: optimismsepolia_swap_LpAccount_orderBy; + optimismsepolia_swap_LpToken: ResolverTypeWrapper; + optimismsepolia_swap_LpTokenEvent: ResolversTypes['optimismsepolia_swap_LpTransferEvent']; + optimismsepolia_swap_LpTokenEvent_filter: optimismsepolia_swap_LpTokenEvent_filter; + optimismsepolia_swap_LpTokenEvent_orderBy: optimismsepolia_swap_LpTokenEvent_orderBy; + optimismsepolia_swap_LpToken_filter: optimismsepolia_swap_LpToken_filter; + optimismsepolia_swap_LpToken_orderBy: optimismsepolia_swap_LpToken_orderBy; + optimismsepolia_swap_LpTransferEvent: ResolverTypeWrapper; + optimismsepolia_swap_LpTransferEvent_filter: optimismsepolia_swap_LpTransferEvent_filter; + optimismsepolia_swap_LpTransferEvent_orderBy: optimismsepolia_swap_LpTransferEvent_orderBy; + optimismsepolia_swap_OrderDirection: optimismsepolia_swap_OrderDirection; + optimismsepolia_swap_PooledToken: ResolverTypeWrapper; + optimismsepolia_swap_PooledToken_filter: optimismsepolia_swap_PooledToken_filter; + optimismsepolia_swap_PooledToken_orderBy: optimismsepolia_swap_PooledToken_orderBy; + optimismsepolia_swap_StableSwap: ResolverTypeWrapper; + optimismsepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + optimismsepolia_swap_StableSwapAddLiquidityEvent_filter: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter; + optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy; + optimismsepolia_swap_StableSwapEvent: ResolversTypes['optimismsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimismsepolia_swap_StableSwapRemoveLiquidityEvent']; + optimismsepolia_swap_StableSwapEvent_filter: optimismsepolia_swap_StableSwapEvent_filter; + optimismsepolia_swap_StableSwapEvent_orderBy: optimismsepolia_swap_StableSwapEvent_orderBy; + optimismsepolia_swap_StableSwapExchange: ResolverTypeWrapper; + optimismsepolia_swap_StableSwapExchange_filter: optimismsepolia_swap_StableSwapExchange_filter; + optimismsepolia_swap_StableSwapExchange_orderBy: optimismsepolia_swap_StableSwapExchange_orderBy; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; + optimismsepolia_swap_StableSwap_filter: optimismsepolia_swap_StableSwap_filter; + optimismsepolia_swap_StableSwap_orderBy: optimismsepolia_swap_StableSwap_orderBy; + optimismsepolia_swap_SwapDailyVolume: ResolverTypeWrapper; + optimismsepolia_swap_SwapDailyVolume_filter: optimismsepolia_swap_SwapDailyVolume_filter; + optimismsepolia_swap_SwapDailyVolume_orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy; + optimismsepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; + optimismsepolia_swap_SwapHourlyVolume_filter: optimismsepolia_swap_SwapHourlyVolume_filter; + optimismsepolia_swap_SwapHourlyVolume_orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy; + optimismsepolia_swap_SwapTradeVolume: ResolversTypes['optimismsepolia_swap_SwapDailyVolume'] | ResolversTypes['optimismsepolia_swap_SwapHourlyVolume'] | ResolversTypes['optimismsepolia_swap_SwapWeeklyVolume']; + optimismsepolia_swap_SwapTradeVolume_filter: optimismsepolia_swap_SwapTradeVolume_filter; + optimismsepolia_swap_SwapTradeVolume_orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy; + optimismsepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; + optimismsepolia_swap_SwapWeeklyVolume_filter: optimismsepolia_swap_SwapWeeklyVolume_filter; + optimismsepolia_swap_SwapWeeklyVolume_orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy; + optimismsepolia_swap_SystemInfo: ResolverTypeWrapper; + optimismsepolia_swap_SystemInfo_filter: optimismsepolia_swap_SystemInfo_filter; + optimismsepolia_swap_SystemInfo_orderBy: optimismsepolia_swap_SystemInfo_orderBy; + optimismsepolia_swap__Block_: ResolverTypeWrapper; + optimismsepolia_swap__Meta_: ResolverTypeWrapper; mainnet_AggregateRoot: ResolverTypeWrapper; mainnet_AggregateRootProposed: ResolverTypeWrapper; mainnet_AggregateRootProposed_filter: mainnet_AggregateRootProposed_filter; @@ -179534,724 +178514,63 @@ export type ResolversTypes = ResolversObject<{ mainnet_SpokeConnectorMode_filter: mainnet_SpokeConnectorMode_filter; mainnet_SpokeConnectorMode_orderBy: mainnet_SpokeConnectorMode_orderBy; mainnet_TransferStatus: mainnet_TransferStatus; - stagingbase_AggregateRoot: ResolverTypeWrapper; - stagingbase_AggregateRootProposed: ResolverTypeWrapper; - stagingbase_AggregateRootProposed_filter: stagingbase_AggregateRootProposed_filter; - stagingbase_AggregateRootProposed_orderBy: stagingbase_AggregateRootProposed_orderBy; - stagingbase_AggregateRoot_filter: stagingbase_AggregateRoot_filter; - stagingbase_AggregateRoot_orderBy: stagingbase_AggregateRoot_orderBy; - stagingbase_Aggregation_interval: stagingbase_Aggregation_interval; - stagingbase_Asset: ResolverTypeWrapper; - stagingbase_AssetBalance: ResolverTypeWrapper; - stagingbase_AssetBalance_filter: stagingbase_AssetBalance_filter; - stagingbase_AssetBalance_orderBy: stagingbase_AssetBalance_orderBy; - stagingbase_AssetStatus: ResolverTypeWrapper; - stagingbase_AssetStatus_filter: stagingbase_AssetStatus_filter; - stagingbase_AssetStatus_orderBy: stagingbase_AssetStatus_orderBy; - stagingbase_Asset_filter: stagingbase_Asset_filter; - stagingbase_Asset_orderBy: stagingbase_Asset_orderBy; - stagingbase_BigDecimal: ResolverTypeWrapper; - stagingbase_BlockChangedFilter: stagingbase_BlockChangedFilter; - stagingbase_Block_height: stagingbase_Block_height; - stagingbase_Bytes: ResolverTypeWrapper; - stagingbase_ConnectorMeta: ResolverTypeWrapper; - stagingbase_ConnectorMeta_filter: stagingbase_ConnectorMeta_filter; - stagingbase_ConnectorMeta_orderBy: stagingbase_ConnectorMeta_orderBy; - stagingbase_DestinationTransfer: ResolverTypeWrapper; - stagingbase_DestinationTransfer_filter: stagingbase_DestinationTransfer_filter; - stagingbase_DestinationTransfer_orderBy: stagingbase_DestinationTransfer_orderBy; - stagingbase_Int8: ResolverTypeWrapper; - stagingbase_OptimisticRootFinalized: ResolverTypeWrapper; - stagingbase_OptimisticRootFinalized_filter: stagingbase_OptimisticRootFinalized_filter; - stagingbase_OptimisticRootFinalized_orderBy: stagingbase_OptimisticRootFinalized_orderBy; - stagingbase_OrderDirection: stagingbase_OrderDirection; - stagingbase_OriginMessage: ResolverTypeWrapper; - stagingbase_OriginMessage_filter: stagingbase_OriginMessage_filter; - stagingbase_OriginMessage_orderBy: stagingbase_OriginMessage_orderBy; - stagingbase_OriginTransfer: ResolverTypeWrapper; - stagingbase_OriginTransfer_filter: stagingbase_OriginTransfer_filter; - stagingbase_OriginTransfer_orderBy: stagingbase_OriginTransfer_orderBy; - stagingbase_Relayer: ResolverTypeWrapper; - stagingbase_RelayerFee: ResolverTypeWrapper; - stagingbase_RelayerFee_filter: stagingbase_RelayerFee_filter; - stagingbase_RelayerFee_orderBy: stagingbase_RelayerFee_orderBy; - stagingbase_RelayerFeesIncrease: ResolverTypeWrapper; - stagingbase_RelayerFeesIncrease_filter: stagingbase_RelayerFeesIncrease_filter; - stagingbase_RelayerFeesIncrease_orderBy: stagingbase_RelayerFeesIncrease_orderBy; - stagingbase_Relayer_filter: stagingbase_Relayer_filter; - stagingbase_Relayer_orderBy: stagingbase_Relayer_orderBy; - stagingbase_RootCount: ResolverTypeWrapper; - stagingbase_RootCount_filter: stagingbase_RootCount_filter; - stagingbase_RootCount_orderBy: stagingbase_RootCount_orderBy; - stagingbase_RootMessageSent: ResolverTypeWrapper; - stagingbase_RootMessageSent_filter: stagingbase_RootMessageSent_filter; - stagingbase_RootMessageSent_orderBy: stagingbase_RootMessageSent_orderBy; - stagingbase_Router: ResolverTypeWrapper; - stagingbase_RouterDailyTVL: ResolverTypeWrapper; - stagingbase_RouterDailyTVL_filter: stagingbase_RouterDailyTVL_filter; - stagingbase_RouterDailyTVL_orderBy: stagingbase_RouterDailyTVL_orderBy; - stagingbase_RouterLiquidityEvent: ResolverTypeWrapper; - stagingbase_RouterLiquidityEventType: stagingbase_RouterLiquidityEventType; - stagingbase_RouterLiquidityEvent_filter: stagingbase_RouterLiquidityEvent_filter; - stagingbase_RouterLiquidityEvent_orderBy: stagingbase_RouterLiquidityEvent_orderBy; - stagingbase_Router_filter: stagingbase_Router_filter; - stagingbase_Router_orderBy: stagingbase_Router_orderBy; - stagingbase_Sequencer: ResolverTypeWrapper; - stagingbase_Sequencer_filter: stagingbase_Sequencer_filter; - stagingbase_Sequencer_orderBy: stagingbase_Sequencer_orderBy; - stagingbase_Setting: ResolverTypeWrapper; - stagingbase_Setting_filter: stagingbase_Setting_filter; - stagingbase_Setting_orderBy: stagingbase_Setting_orderBy; - stagingbase_SlippageUpdate: ResolverTypeWrapper; - stagingbase_SlippageUpdate_filter: stagingbase_SlippageUpdate_filter; - stagingbase_SlippageUpdate_orderBy: stagingbase_SlippageUpdate_orderBy; - stagingbase_SnapshotRoot: ResolverTypeWrapper; - stagingbase_SnapshotRoot_filter: stagingbase_SnapshotRoot_filter; - stagingbase_SnapshotRoot_orderBy: stagingbase_SnapshotRoot_orderBy; - stagingbase_SpokeConnectorMode: ResolverTypeWrapper; - stagingbase_SpokeConnectorMode_filter: stagingbase_SpokeConnectorMode_filter; - stagingbase_SpokeConnectorMode_orderBy: stagingbase_SpokeConnectorMode_orderBy; - stagingbase_TransferStatus: stagingbase_TransferStatus; - stagingbase__Block_: ResolverTypeWrapper; - stagingbase__Meta_: ResolverTypeWrapper; - metis_AggregateRoot: ResolverTypeWrapper; - metis_AggregateRootProposed: ResolverTypeWrapper; - metis_AggregateRootProposed_filter: metis_AggregateRootProposed_filter; - metis_AggregateRootProposed_orderBy: metis_AggregateRootProposed_orderBy; - metis_AggregateRoot_filter: metis_AggregateRoot_filter; - metis_AggregateRoot_orderBy: metis_AggregateRoot_orderBy; - metis_Asset: ResolverTypeWrapper; - metis_AssetBalance: ResolverTypeWrapper; - metis_AssetBalance_filter: metis_AssetBalance_filter; - metis_AssetBalance_orderBy: metis_AssetBalance_orderBy; - metis_AssetStatus: ResolverTypeWrapper; - metis_AssetStatus_filter: metis_AssetStatus_filter; - metis_AssetStatus_orderBy: metis_AssetStatus_orderBy; - metis_Asset_filter: metis_Asset_filter; - metis_Asset_orderBy: metis_Asset_orderBy; - metis_BigDecimal: ResolverTypeWrapper; - metis_BlockChangedFilter: metis_BlockChangedFilter; - metis_Block_height: metis_Block_height; - metis_Bytes: ResolverTypeWrapper; - metis_ConnectorMeta: ResolverTypeWrapper; - metis_ConnectorMeta_filter: metis_ConnectorMeta_filter; - metis_ConnectorMeta_orderBy: metis_ConnectorMeta_orderBy; - metis_DestinationTransfer: ResolverTypeWrapper; - metis_DestinationTransfer_filter: metis_DestinationTransfer_filter; - metis_DestinationTransfer_orderBy: metis_DestinationTransfer_orderBy; - metis_Int8: ResolverTypeWrapper; - metis_OptimisticRootFinalized: ResolverTypeWrapper; - metis_OptimisticRootFinalized_filter: metis_OptimisticRootFinalized_filter; - metis_OptimisticRootFinalized_orderBy: metis_OptimisticRootFinalized_orderBy; - metis_OrderDirection: metis_OrderDirection; - metis_OriginMessage: ResolverTypeWrapper; - metis_OriginMessage_filter: metis_OriginMessage_filter; - metis_OriginMessage_orderBy: metis_OriginMessage_orderBy; - metis_OriginTransfer: ResolverTypeWrapper; - metis_OriginTransfer_filter: metis_OriginTransfer_filter; - metis_OriginTransfer_orderBy: metis_OriginTransfer_orderBy; - metis_Relayer: ResolverTypeWrapper; - metis_RelayerFee: ResolverTypeWrapper; - metis_RelayerFee_filter: metis_RelayerFee_filter; - metis_RelayerFee_orderBy: metis_RelayerFee_orderBy; - metis_RelayerFeesIncrease: ResolverTypeWrapper; - metis_RelayerFeesIncrease_filter: metis_RelayerFeesIncrease_filter; - metis_RelayerFeesIncrease_orderBy: metis_RelayerFeesIncrease_orderBy; - metis_Relayer_filter: metis_Relayer_filter; - metis_Relayer_orderBy: metis_Relayer_orderBy; - metis_RootCount: ResolverTypeWrapper; - metis_RootCount_filter: metis_RootCount_filter; - metis_RootCount_orderBy: metis_RootCount_orderBy; - metis_RootMessageSent: ResolverTypeWrapper; - metis_RootMessageSent_filter: metis_RootMessageSent_filter; - metis_RootMessageSent_orderBy: metis_RootMessageSent_orderBy; - metis_Router: ResolverTypeWrapper; - metis_RouterDailyTVL: ResolverTypeWrapper; - metis_RouterDailyTVL_filter: metis_RouterDailyTVL_filter; - metis_RouterDailyTVL_orderBy: metis_RouterDailyTVL_orderBy; - metis_RouterLiquidityEvent: ResolverTypeWrapper; - metis_RouterLiquidityEventType: metis_RouterLiquidityEventType; - metis_RouterLiquidityEvent_filter: metis_RouterLiquidityEvent_filter; - metis_RouterLiquidityEvent_orderBy: metis_RouterLiquidityEvent_orderBy; - metis_Router_filter: metis_Router_filter; - metis_Router_orderBy: metis_Router_orderBy; - metis_Sequencer: ResolverTypeWrapper; - metis_Sequencer_filter: metis_Sequencer_filter; - metis_Sequencer_orderBy: metis_Sequencer_orderBy; - metis_Setting: ResolverTypeWrapper; - metis_Setting_filter: metis_Setting_filter; - metis_Setting_orderBy: metis_Setting_orderBy; - metis_SlippageUpdate: ResolverTypeWrapper; - metis_SlippageUpdate_filter: metis_SlippageUpdate_filter; - metis_SlippageUpdate_orderBy: metis_SlippageUpdate_orderBy; - metis_SnapshotRoot: ResolverTypeWrapper; - metis_SnapshotRoot_filter: metis_SnapshotRoot_filter; - metis_SnapshotRoot_orderBy: metis_SnapshotRoot_orderBy; - metis_SpokeConnectorMode: ResolverTypeWrapper; - metis_SpokeConnectorMode_filter: metis_SpokeConnectorMode_filter; - metis_SpokeConnectorMode_orderBy: metis_SpokeConnectorMode_orderBy; - metis_TransferStatus: metis_TransferStatus; - metis__Block_: ResolverTypeWrapper; - metis__Meta_: ResolverTypeWrapper; - stagingoptimism_AggregateRoot: ResolverTypeWrapper; - stagingoptimism_AggregateRootProposed: ResolverTypeWrapper; - stagingoptimism_AggregateRootProposed_filter: stagingoptimism_AggregateRootProposed_filter; - stagingoptimism_AggregateRootProposed_orderBy: stagingoptimism_AggregateRootProposed_orderBy; - stagingoptimism_AggregateRoot_filter: stagingoptimism_AggregateRoot_filter; - stagingoptimism_AggregateRoot_orderBy: stagingoptimism_AggregateRoot_orderBy; - stagingoptimism_Aggregation_interval: stagingoptimism_Aggregation_interval; - stagingoptimism_Asset: ResolverTypeWrapper; - stagingoptimism_AssetBalance: ResolverTypeWrapper; - stagingoptimism_AssetBalance_filter: stagingoptimism_AssetBalance_filter; - stagingoptimism_AssetBalance_orderBy: stagingoptimism_AssetBalance_orderBy; - stagingoptimism_AssetStatus: ResolverTypeWrapper; - stagingoptimism_AssetStatus_filter: stagingoptimism_AssetStatus_filter; - stagingoptimism_AssetStatus_orderBy: stagingoptimism_AssetStatus_orderBy; - stagingoptimism_Asset_filter: stagingoptimism_Asset_filter; - stagingoptimism_Asset_orderBy: stagingoptimism_Asset_orderBy; - stagingoptimism_BigDecimal: ResolverTypeWrapper; - stagingoptimism_BlockChangedFilter: stagingoptimism_BlockChangedFilter; - stagingoptimism_Block_height: stagingoptimism_Block_height; - stagingoptimism_Bytes: ResolverTypeWrapper; - stagingoptimism_ConnectorMeta: ResolverTypeWrapper; - stagingoptimism_ConnectorMeta_filter: stagingoptimism_ConnectorMeta_filter; - stagingoptimism_ConnectorMeta_orderBy: stagingoptimism_ConnectorMeta_orderBy; - stagingoptimism_DestinationTransfer: ResolverTypeWrapper; - stagingoptimism_DestinationTransfer_filter: stagingoptimism_DestinationTransfer_filter; - stagingoptimism_DestinationTransfer_orderBy: stagingoptimism_DestinationTransfer_orderBy; - stagingoptimism_Int8: ResolverTypeWrapper; - stagingoptimism_OptimisticRootFinalized: ResolverTypeWrapper; - stagingoptimism_OptimisticRootFinalized_filter: stagingoptimism_OptimisticRootFinalized_filter; - stagingoptimism_OptimisticRootFinalized_orderBy: stagingoptimism_OptimisticRootFinalized_orderBy; - stagingoptimism_OrderDirection: stagingoptimism_OrderDirection; - stagingoptimism_OriginMessage: ResolverTypeWrapper; - stagingoptimism_OriginMessage_filter: stagingoptimism_OriginMessage_filter; - stagingoptimism_OriginMessage_orderBy: stagingoptimism_OriginMessage_orderBy; - stagingoptimism_OriginTransfer: ResolverTypeWrapper; - stagingoptimism_OriginTransfer_filter: stagingoptimism_OriginTransfer_filter; - stagingoptimism_OriginTransfer_orderBy: stagingoptimism_OriginTransfer_orderBy; - stagingoptimism_Relayer: ResolverTypeWrapper; - stagingoptimism_RelayerFee: ResolverTypeWrapper; - stagingoptimism_RelayerFee_filter: stagingoptimism_RelayerFee_filter; - stagingoptimism_RelayerFee_orderBy: stagingoptimism_RelayerFee_orderBy; - stagingoptimism_RelayerFeesIncrease: ResolverTypeWrapper; - stagingoptimism_RelayerFeesIncrease_filter: stagingoptimism_RelayerFeesIncrease_filter; - stagingoptimism_RelayerFeesIncrease_orderBy: stagingoptimism_RelayerFeesIncrease_orderBy; - stagingoptimism_Relayer_filter: stagingoptimism_Relayer_filter; - stagingoptimism_Relayer_orderBy: stagingoptimism_Relayer_orderBy; - stagingoptimism_RootCount: ResolverTypeWrapper; - stagingoptimism_RootCount_filter: stagingoptimism_RootCount_filter; - stagingoptimism_RootCount_orderBy: stagingoptimism_RootCount_orderBy; - stagingoptimism_RootMessageSent: ResolverTypeWrapper; - stagingoptimism_RootMessageSent_filter: stagingoptimism_RootMessageSent_filter; - stagingoptimism_RootMessageSent_orderBy: stagingoptimism_RootMessageSent_orderBy; - stagingoptimism_Router: ResolverTypeWrapper; - stagingoptimism_RouterDailyTVL: ResolverTypeWrapper; - stagingoptimism_RouterDailyTVL_filter: stagingoptimism_RouterDailyTVL_filter; - stagingoptimism_RouterDailyTVL_orderBy: stagingoptimism_RouterDailyTVL_orderBy; - stagingoptimism_RouterLiquidityEvent: ResolverTypeWrapper; - stagingoptimism_RouterLiquidityEventType: stagingoptimism_RouterLiquidityEventType; - stagingoptimism_RouterLiquidityEvent_filter: stagingoptimism_RouterLiquidityEvent_filter; - stagingoptimism_RouterLiquidityEvent_orderBy: stagingoptimism_RouterLiquidityEvent_orderBy; - stagingoptimism_Router_filter: stagingoptimism_Router_filter; - stagingoptimism_Router_orderBy: stagingoptimism_Router_orderBy; - stagingoptimism_Sequencer: ResolverTypeWrapper; - stagingoptimism_Sequencer_filter: stagingoptimism_Sequencer_filter; - stagingoptimism_Sequencer_orderBy: stagingoptimism_Sequencer_orderBy; - stagingoptimism_Setting: ResolverTypeWrapper; - stagingoptimism_Setting_filter: stagingoptimism_Setting_filter; - stagingoptimism_Setting_orderBy: stagingoptimism_Setting_orderBy; - stagingoptimism_SlippageUpdate: ResolverTypeWrapper; - stagingoptimism_SlippageUpdate_filter: stagingoptimism_SlippageUpdate_filter; - stagingoptimism_SlippageUpdate_orderBy: stagingoptimism_SlippageUpdate_orderBy; - stagingoptimism_SnapshotRoot: ResolverTypeWrapper; - stagingoptimism_SnapshotRoot_filter: stagingoptimism_SnapshotRoot_filter; - stagingoptimism_SnapshotRoot_orderBy: stagingoptimism_SnapshotRoot_orderBy; - stagingoptimism_SpokeConnectorMode: ResolverTypeWrapper; - stagingoptimism_SpokeConnectorMode_filter: stagingoptimism_SpokeConnectorMode_filter; - stagingoptimism_SpokeConnectorMode_orderBy: stagingoptimism_SpokeConnectorMode_orderBy; - stagingoptimism_TransferStatus: stagingoptimism_TransferStatus; - stagingoptimism__Block_: ResolverTypeWrapper; - stagingoptimism__Meta_: ResolverTypeWrapper; - stagingmantle_AggregateRoot: ResolverTypeWrapper; - stagingmantle_AggregateRootProposed: ResolverTypeWrapper; - stagingmantle_AggregateRootProposed_filter: stagingmantle_AggregateRootProposed_filter; - stagingmantle_AggregateRootProposed_orderBy: stagingmantle_AggregateRootProposed_orderBy; - stagingmantle_AggregateRoot_filter: stagingmantle_AggregateRoot_filter; - stagingmantle_AggregateRoot_orderBy: stagingmantle_AggregateRoot_orderBy; - stagingmantle_Asset: ResolverTypeWrapper; - stagingmantle_AssetBalance: ResolverTypeWrapper; - stagingmantle_AssetBalance_filter: stagingmantle_AssetBalance_filter; - stagingmantle_AssetBalance_orderBy: stagingmantle_AssetBalance_orderBy; - stagingmantle_AssetStatus: ResolverTypeWrapper; - stagingmantle_AssetStatus_filter: stagingmantle_AssetStatus_filter; - stagingmantle_AssetStatus_orderBy: stagingmantle_AssetStatus_orderBy; - stagingmantle_Asset_filter: stagingmantle_Asset_filter; - stagingmantle_Asset_orderBy: stagingmantle_Asset_orderBy; - stagingmantle_BigDecimal: ResolverTypeWrapper; - stagingmantle_BlockChangedFilter: stagingmantle_BlockChangedFilter; - stagingmantle_Block_height: stagingmantle_Block_height; - stagingmantle_Bytes: ResolverTypeWrapper; - stagingmantle_ConnectorMeta: ResolverTypeWrapper; - stagingmantle_ConnectorMeta_filter: stagingmantle_ConnectorMeta_filter; - stagingmantle_ConnectorMeta_orderBy: stagingmantle_ConnectorMeta_orderBy; - stagingmantle_DestinationTransfer: ResolverTypeWrapper; - stagingmantle_DestinationTransfer_filter: stagingmantle_DestinationTransfer_filter; - stagingmantle_DestinationTransfer_orderBy: stagingmantle_DestinationTransfer_orderBy; - stagingmantle_Int8: ResolverTypeWrapper; - stagingmantle_OptimisticRootFinalized: ResolverTypeWrapper; - stagingmantle_OptimisticRootFinalized_filter: stagingmantle_OptimisticRootFinalized_filter; - stagingmantle_OptimisticRootFinalized_orderBy: stagingmantle_OptimisticRootFinalized_orderBy; - stagingmantle_OrderDirection: stagingmantle_OrderDirection; - stagingmantle_OriginMessage: ResolverTypeWrapper; - stagingmantle_OriginMessage_filter: stagingmantle_OriginMessage_filter; - stagingmantle_OriginMessage_orderBy: stagingmantle_OriginMessage_orderBy; - stagingmantle_OriginTransfer: ResolverTypeWrapper; - stagingmantle_OriginTransfer_filter: stagingmantle_OriginTransfer_filter; - stagingmantle_OriginTransfer_orderBy: stagingmantle_OriginTransfer_orderBy; - stagingmantle_Relayer: ResolverTypeWrapper; - stagingmantle_RelayerFee: ResolverTypeWrapper; - stagingmantle_RelayerFee_filter: stagingmantle_RelayerFee_filter; - stagingmantle_RelayerFee_orderBy: stagingmantle_RelayerFee_orderBy; - stagingmantle_RelayerFeesIncrease: ResolverTypeWrapper; - stagingmantle_RelayerFeesIncrease_filter: stagingmantle_RelayerFeesIncrease_filter; - stagingmantle_RelayerFeesIncrease_orderBy: stagingmantle_RelayerFeesIncrease_orderBy; - stagingmantle_Relayer_filter: stagingmantle_Relayer_filter; - stagingmantle_Relayer_orderBy: stagingmantle_Relayer_orderBy; - stagingmantle_RootCount: ResolverTypeWrapper; - stagingmantle_RootCount_filter: stagingmantle_RootCount_filter; - stagingmantle_RootCount_orderBy: stagingmantle_RootCount_orderBy; - stagingmantle_RootMessageSent: ResolverTypeWrapper; - stagingmantle_RootMessageSent_filter: stagingmantle_RootMessageSent_filter; - stagingmantle_RootMessageSent_orderBy: stagingmantle_RootMessageSent_orderBy; - stagingmantle_Router: ResolverTypeWrapper; - stagingmantle_RouterDailyTVL: ResolverTypeWrapper; - stagingmantle_RouterDailyTVL_filter: stagingmantle_RouterDailyTVL_filter; - stagingmantle_RouterDailyTVL_orderBy: stagingmantle_RouterDailyTVL_orderBy; - stagingmantle_RouterLiquidityEvent: ResolverTypeWrapper; - stagingmantle_RouterLiquidityEventType: stagingmantle_RouterLiquidityEventType; - stagingmantle_RouterLiquidityEvent_filter: stagingmantle_RouterLiquidityEvent_filter; - stagingmantle_RouterLiquidityEvent_orderBy: stagingmantle_RouterLiquidityEvent_orderBy; - stagingmantle_Router_filter: stagingmantle_Router_filter; - stagingmantle_Router_orderBy: stagingmantle_Router_orderBy; - stagingmantle_Sequencer: ResolverTypeWrapper; - stagingmantle_Sequencer_filter: stagingmantle_Sequencer_filter; - stagingmantle_Sequencer_orderBy: stagingmantle_Sequencer_orderBy; - stagingmantle_Setting: ResolverTypeWrapper; - stagingmantle_Setting_filter: stagingmantle_Setting_filter; - stagingmantle_Setting_orderBy: stagingmantle_Setting_orderBy; - stagingmantle_SlippageUpdate: ResolverTypeWrapper; - stagingmantle_SlippageUpdate_filter: stagingmantle_SlippageUpdate_filter; - stagingmantle_SlippageUpdate_orderBy: stagingmantle_SlippageUpdate_orderBy; - stagingmantle_SnapshotRoot: ResolverTypeWrapper; - stagingmantle_SnapshotRoot_filter: stagingmantle_SnapshotRoot_filter; - stagingmantle_SnapshotRoot_orderBy: stagingmantle_SnapshotRoot_orderBy; - stagingmantle_SpokeConnectorMode: ResolverTypeWrapper; - stagingmantle_SpokeConnectorMode_filter: stagingmantle_SpokeConnectorMode_filter; - stagingmantle_SpokeConnectorMode_orderBy: stagingmantle_SpokeConnectorMode_orderBy; - stagingmantle_TransferStatus: stagingmantle_TransferStatus; - stagingmantle__Block_: ResolverTypeWrapper; - stagingmantle__Meta_: ResolverTypeWrapper; - polygonzkevm_AggregateRoot: ResolverTypeWrapper; - polygonzkevm_AggregateRootProposed: ResolverTypeWrapper; - polygonzkevm_AggregateRootProposed_filter: polygonzkevm_AggregateRootProposed_filter; - polygonzkevm_AggregateRootProposed_orderBy: polygonzkevm_AggregateRootProposed_orderBy; - polygonzkevm_AggregateRoot_filter: polygonzkevm_AggregateRoot_filter; - polygonzkevm_AggregateRoot_orderBy: polygonzkevm_AggregateRoot_orderBy; - polygonzkevm_Aggregation_interval: polygonzkevm_Aggregation_interval; - polygonzkevm_Asset: ResolverTypeWrapper; - polygonzkevm_AssetBalance: ResolverTypeWrapper; - polygonzkevm_AssetBalance_filter: polygonzkevm_AssetBalance_filter; - polygonzkevm_AssetBalance_orderBy: polygonzkevm_AssetBalance_orderBy; - polygonzkevm_AssetStatus: ResolverTypeWrapper; - polygonzkevm_AssetStatus_filter: polygonzkevm_AssetStatus_filter; - polygonzkevm_AssetStatus_orderBy: polygonzkevm_AssetStatus_orderBy; - polygonzkevm_Asset_filter: polygonzkevm_Asset_filter; - polygonzkevm_Asset_orderBy: polygonzkevm_Asset_orderBy; - polygonzkevm_BigDecimal: ResolverTypeWrapper; - polygonzkevm_BlockChangedFilter: polygonzkevm_BlockChangedFilter; - polygonzkevm_Block_height: polygonzkevm_Block_height; - polygonzkevm_Bytes: ResolverTypeWrapper; - polygonzkevm_ConnectorMeta: ResolverTypeWrapper; - polygonzkevm_ConnectorMeta_filter: polygonzkevm_ConnectorMeta_filter; - polygonzkevm_ConnectorMeta_orderBy: polygonzkevm_ConnectorMeta_orderBy; - polygonzkevm_DestinationTransfer: ResolverTypeWrapper; - polygonzkevm_DestinationTransfer_filter: polygonzkevm_DestinationTransfer_filter; - polygonzkevm_DestinationTransfer_orderBy: polygonzkevm_DestinationTransfer_orderBy; - polygonzkevm_Int8: ResolverTypeWrapper; - polygonzkevm_OptimisticRootFinalized: ResolverTypeWrapper; - polygonzkevm_OptimisticRootFinalized_filter: polygonzkevm_OptimisticRootFinalized_filter; - polygonzkevm_OptimisticRootFinalized_orderBy: polygonzkevm_OptimisticRootFinalized_orderBy; - polygonzkevm_OrderDirection: polygonzkevm_OrderDirection; - polygonzkevm_OriginMessage: ResolverTypeWrapper; - polygonzkevm_OriginMessage_filter: polygonzkevm_OriginMessage_filter; - polygonzkevm_OriginMessage_orderBy: polygonzkevm_OriginMessage_orderBy; - polygonzkevm_OriginTransfer: ResolverTypeWrapper; - polygonzkevm_OriginTransfer_filter: polygonzkevm_OriginTransfer_filter; - polygonzkevm_OriginTransfer_orderBy: polygonzkevm_OriginTransfer_orderBy; - polygonzkevm_Relayer: ResolverTypeWrapper; - polygonzkevm_RelayerFee: ResolverTypeWrapper; - polygonzkevm_RelayerFee_filter: polygonzkevm_RelayerFee_filter; - polygonzkevm_RelayerFee_orderBy: polygonzkevm_RelayerFee_orderBy; - polygonzkevm_RelayerFeesIncrease: ResolverTypeWrapper; - polygonzkevm_RelayerFeesIncrease_filter: polygonzkevm_RelayerFeesIncrease_filter; - polygonzkevm_RelayerFeesIncrease_orderBy: polygonzkevm_RelayerFeesIncrease_orderBy; - polygonzkevm_Relayer_filter: polygonzkevm_Relayer_filter; - polygonzkevm_Relayer_orderBy: polygonzkevm_Relayer_orderBy; - polygonzkevm_RootCount: ResolverTypeWrapper; - polygonzkevm_RootCount_filter: polygonzkevm_RootCount_filter; - polygonzkevm_RootCount_orderBy: polygonzkevm_RootCount_orderBy; - polygonzkevm_RootMessageSent: ResolverTypeWrapper; - polygonzkevm_RootMessageSent_filter: polygonzkevm_RootMessageSent_filter; - polygonzkevm_RootMessageSent_orderBy: polygonzkevm_RootMessageSent_orderBy; - polygonzkevm_Router: ResolverTypeWrapper; - polygonzkevm_RouterDailyTVL: ResolverTypeWrapper; - polygonzkevm_RouterDailyTVL_filter: polygonzkevm_RouterDailyTVL_filter; - polygonzkevm_RouterDailyTVL_orderBy: polygonzkevm_RouterDailyTVL_orderBy; - polygonzkevm_RouterLiquidityEvent: ResolverTypeWrapper; - polygonzkevm_RouterLiquidityEventType: polygonzkevm_RouterLiquidityEventType; - polygonzkevm_RouterLiquidityEvent_filter: polygonzkevm_RouterLiquidityEvent_filter; - polygonzkevm_RouterLiquidityEvent_orderBy: polygonzkevm_RouterLiquidityEvent_orderBy; - polygonzkevm_Router_filter: polygonzkevm_Router_filter; - polygonzkevm_Router_orderBy: polygonzkevm_Router_orderBy; - polygonzkevm_Sequencer: ResolverTypeWrapper; - polygonzkevm_Sequencer_filter: polygonzkevm_Sequencer_filter; - polygonzkevm_Sequencer_orderBy: polygonzkevm_Sequencer_orderBy; - polygonzkevm_Setting: ResolverTypeWrapper; - polygonzkevm_Setting_filter: polygonzkevm_Setting_filter; - polygonzkevm_Setting_orderBy: polygonzkevm_Setting_orderBy; - polygonzkevm_SlippageUpdate: ResolverTypeWrapper; - polygonzkevm_SlippageUpdate_filter: polygonzkevm_SlippageUpdate_filter; - polygonzkevm_SlippageUpdate_orderBy: polygonzkevm_SlippageUpdate_orderBy; - polygonzkevm_SnapshotRoot: ResolverTypeWrapper; - polygonzkevm_SnapshotRoot_filter: polygonzkevm_SnapshotRoot_filter; - polygonzkevm_SnapshotRoot_orderBy: polygonzkevm_SnapshotRoot_orderBy; - polygonzkevm_SpokeConnectorMode: ResolverTypeWrapper; - polygonzkevm_SpokeConnectorMode_filter: polygonzkevm_SpokeConnectorMode_filter; - polygonzkevm_SpokeConnectorMode_orderBy: polygonzkevm_SpokeConnectorMode_orderBy; - polygonzkevm_TransferStatus: polygonzkevm_TransferStatus; - polygonzkevm__Block_: ResolverTypeWrapper; - polygonzkevm__Meta_: ResolverTypeWrapper; - stagingmode_AggregateRoot: ResolverTypeWrapper; - stagingmode_AggregateRootProposed: ResolverTypeWrapper; - stagingmode_AggregateRootProposed_filter: stagingmode_AggregateRootProposed_filter; - stagingmode_AggregateRootProposed_orderBy: stagingmode_AggregateRootProposed_orderBy; - stagingmode_AggregateRoot_filter: stagingmode_AggregateRoot_filter; - stagingmode_AggregateRoot_orderBy: stagingmode_AggregateRoot_orderBy; - stagingmode_Aggregation_interval: stagingmode_Aggregation_interval; - stagingmode_Asset: ResolverTypeWrapper; - stagingmode_AssetBalance: ResolverTypeWrapper; - stagingmode_AssetBalance_filter: stagingmode_AssetBalance_filter; - stagingmode_AssetBalance_orderBy: stagingmode_AssetBalance_orderBy; - stagingmode_AssetStatus: ResolverTypeWrapper; - stagingmode_AssetStatus_filter: stagingmode_AssetStatus_filter; - stagingmode_AssetStatus_orderBy: stagingmode_AssetStatus_orderBy; - stagingmode_Asset_filter: stagingmode_Asset_filter; - stagingmode_Asset_orderBy: stagingmode_Asset_orderBy; - stagingmode_BigDecimal: ResolverTypeWrapper; - stagingmode_BlockChangedFilter: stagingmode_BlockChangedFilter; - stagingmode_Block_height: stagingmode_Block_height; - stagingmode_Bytes: ResolverTypeWrapper; - stagingmode_ConnectorMeta: ResolverTypeWrapper; - stagingmode_ConnectorMeta_filter: stagingmode_ConnectorMeta_filter; - stagingmode_ConnectorMeta_orderBy: stagingmode_ConnectorMeta_orderBy; - stagingmode_DestinationTransfer: ResolverTypeWrapper; - stagingmode_DestinationTransfer_filter: stagingmode_DestinationTransfer_filter; - stagingmode_DestinationTransfer_orderBy: stagingmode_DestinationTransfer_orderBy; - stagingmode_Int8: ResolverTypeWrapper; - stagingmode_OptimisticRootFinalized: ResolverTypeWrapper; - stagingmode_OptimisticRootFinalized_filter: stagingmode_OptimisticRootFinalized_filter; - stagingmode_OptimisticRootFinalized_orderBy: stagingmode_OptimisticRootFinalized_orderBy; - stagingmode_OrderDirection: stagingmode_OrderDirection; - stagingmode_OriginMessage: ResolverTypeWrapper; - stagingmode_OriginMessage_filter: stagingmode_OriginMessage_filter; - stagingmode_OriginMessage_orderBy: stagingmode_OriginMessage_orderBy; - stagingmode_OriginTransfer: ResolverTypeWrapper; - stagingmode_OriginTransfer_filter: stagingmode_OriginTransfer_filter; - stagingmode_OriginTransfer_orderBy: stagingmode_OriginTransfer_orderBy; - stagingmode_Relayer: ResolverTypeWrapper; - stagingmode_RelayerFee: ResolverTypeWrapper; - stagingmode_RelayerFee_filter: stagingmode_RelayerFee_filter; - stagingmode_RelayerFee_orderBy: stagingmode_RelayerFee_orderBy; - stagingmode_RelayerFeesIncrease: ResolverTypeWrapper; - stagingmode_RelayerFeesIncrease_filter: stagingmode_RelayerFeesIncrease_filter; - stagingmode_RelayerFeesIncrease_orderBy: stagingmode_RelayerFeesIncrease_orderBy; - stagingmode_Relayer_filter: stagingmode_Relayer_filter; - stagingmode_Relayer_orderBy: stagingmode_Relayer_orderBy; - stagingmode_RootCount: ResolverTypeWrapper; - stagingmode_RootCount_filter: stagingmode_RootCount_filter; - stagingmode_RootCount_orderBy: stagingmode_RootCount_orderBy; - stagingmode_RootMessageSent: ResolverTypeWrapper; - stagingmode_RootMessageSent_filter: stagingmode_RootMessageSent_filter; - stagingmode_RootMessageSent_orderBy: stagingmode_RootMessageSent_orderBy; - stagingmode_Router: ResolverTypeWrapper; - stagingmode_RouterDailyTVL: ResolverTypeWrapper; - stagingmode_RouterDailyTVL_filter: stagingmode_RouterDailyTVL_filter; - stagingmode_RouterDailyTVL_orderBy: stagingmode_RouterDailyTVL_orderBy; - stagingmode_RouterLiquidityEvent: ResolverTypeWrapper; - stagingmode_RouterLiquidityEventType: stagingmode_RouterLiquidityEventType; - stagingmode_RouterLiquidityEvent_filter: stagingmode_RouterLiquidityEvent_filter; - stagingmode_RouterLiquidityEvent_orderBy: stagingmode_RouterLiquidityEvent_orderBy; - stagingmode_Router_filter: stagingmode_Router_filter; - stagingmode_Router_orderBy: stagingmode_Router_orderBy; - stagingmode_Sequencer: ResolverTypeWrapper; - stagingmode_Sequencer_filter: stagingmode_Sequencer_filter; - stagingmode_Sequencer_orderBy: stagingmode_Sequencer_orderBy; - stagingmode_Setting: ResolverTypeWrapper; - stagingmode_Setting_filter: stagingmode_Setting_filter; - stagingmode_Setting_orderBy: stagingmode_Setting_orderBy; - stagingmode_SlippageUpdate: ResolverTypeWrapper; - stagingmode_SlippageUpdate_filter: stagingmode_SlippageUpdate_filter; - stagingmode_SlippageUpdate_orderBy: stagingmode_SlippageUpdate_orderBy; - stagingmode_SnapshotRoot: ResolverTypeWrapper; - stagingmode_SnapshotRoot_filter: stagingmode_SnapshotRoot_filter; - stagingmode_SnapshotRoot_orderBy: stagingmode_SnapshotRoot_orderBy; - stagingmode_SpokeConnectorMode: ResolverTypeWrapper; - stagingmode_SpokeConnectorMode_filter: stagingmode_SpokeConnectorMode_filter; - stagingmode_SpokeConnectorMode_orderBy: stagingmode_SpokeConnectorMode_orderBy; - stagingmode_TransferStatus: stagingmode_TransferStatus; - stagingmode__Block_: ResolverTypeWrapper; - stagingmode__Meta_: ResolverTypeWrapper; - base_AggregateRoot: ResolverTypeWrapper; - base_AggregateRootProposed: ResolverTypeWrapper; - base_AggregateRootProposed_filter: base_AggregateRootProposed_filter; - base_AggregateRootProposed_orderBy: base_AggregateRootProposed_orderBy; - base_AggregateRoot_filter: base_AggregateRoot_filter; - base_AggregateRoot_orderBy: base_AggregateRoot_orderBy; - base_Aggregation_interval: base_Aggregation_interval; - base_Asset: ResolverTypeWrapper; - base_AssetBalance: ResolverTypeWrapper; - base_AssetBalance_filter: base_AssetBalance_filter; - base_AssetBalance_orderBy: base_AssetBalance_orderBy; - base_AssetStatus: ResolverTypeWrapper; - base_AssetStatus_filter: base_AssetStatus_filter; - base_AssetStatus_orderBy: base_AssetStatus_orderBy; - base_Asset_filter: base_Asset_filter; - base_Asset_orderBy: base_Asset_orderBy; - base_BigDecimal: ResolverTypeWrapper; - base_BlockChangedFilter: base_BlockChangedFilter; - base_Block_height: base_Block_height; - base_Bytes: ResolverTypeWrapper; - base_ConnectorMeta: ResolverTypeWrapper; - base_ConnectorMeta_filter: base_ConnectorMeta_filter; - base_ConnectorMeta_orderBy: base_ConnectorMeta_orderBy; - base_DestinationTransfer: ResolverTypeWrapper; - base_DestinationTransfer_filter: base_DestinationTransfer_filter; - base_DestinationTransfer_orderBy: base_DestinationTransfer_orderBy; - base_Int8: ResolverTypeWrapper; - base_OptimisticRootFinalized: ResolverTypeWrapper; - base_OptimisticRootFinalized_filter: base_OptimisticRootFinalized_filter; - base_OptimisticRootFinalized_orderBy: base_OptimisticRootFinalized_orderBy; - base_OrderDirection: base_OrderDirection; - base_OriginMessage: ResolverTypeWrapper; - base_OriginMessage_filter: base_OriginMessage_filter; - base_OriginMessage_orderBy: base_OriginMessage_orderBy; - base_OriginTransfer: ResolverTypeWrapper; - base_OriginTransfer_filter: base_OriginTransfer_filter; - base_OriginTransfer_orderBy: base_OriginTransfer_orderBy; - base_Relayer: ResolverTypeWrapper; - base_RelayerFee: ResolverTypeWrapper; - base_RelayerFee_filter: base_RelayerFee_filter; - base_RelayerFee_orderBy: base_RelayerFee_orderBy; - base_RelayerFeesIncrease: ResolverTypeWrapper; - base_RelayerFeesIncrease_filter: base_RelayerFeesIncrease_filter; - base_RelayerFeesIncrease_orderBy: base_RelayerFeesIncrease_orderBy; - base_Relayer_filter: base_Relayer_filter; - base_Relayer_orderBy: base_Relayer_orderBy; - base_RootCount: ResolverTypeWrapper; - base_RootCount_filter: base_RootCount_filter; - base_RootCount_orderBy: base_RootCount_orderBy; - base_RootMessageSent: ResolverTypeWrapper; - base_RootMessageSent_filter: base_RootMessageSent_filter; - base_RootMessageSent_orderBy: base_RootMessageSent_orderBy; - base_Router: ResolverTypeWrapper; - base_RouterDailyTVL: ResolverTypeWrapper; - base_RouterDailyTVL_filter: base_RouterDailyTVL_filter; - base_RouterDailyTVL_orderBy: base_RouterDailyTVL_orderBy; - base_RouterLiquidityEvent: ResolverTypeWrapper; - base_RouterLiquidityEventType: base_RouterLiquidityEventType; - base_RouterLiquidityEvent_filter: base_RouterLiquidityEvent_filter; - base_RouterLiquidityEvent_orderBy: base_RouterLiquidityEvent_orderBy; - base_Router_filter: base_Router_filter; - base_Router_orderBy: base_Router_orderBy; - base_Sequencer: ResolverTypeWrapper; - base_Sequencer_filter: base_Sequencer_filter; - base_Sequencer_orderBy: base_Sequencer_orderBy; - base_Setting: ResolverTypeWrapper; - base_Setting_filter: base_Setting_filter; - base_Setting_orderBy: base_Setting_orderBy; - base_SlippageUpdate: ResolverTypeWrapper; - base_SlippageUpdate_filter: base_SlippageUpdate_filter; - base_SlippageUpdate_orderBy: base_SlippageUpdate_orderBy; - base_SnapshotRoot: ResolverTypeWrapper; - base_SnapshotRoot_filter: base_SnapshotRoot_filter; - base_SnapshotRoot_orderBy: base_SnapshotRoot_orderBy; - base_SpokeConnectorMode: ResolverTypeWrapper; - base_SpokeConnectorMode_filter: base_SpokeConnectorMode_filter; - base_SpokeConnectorMode_orderBy: base_SpokeConnectorMode_orderBy; - base_TransferStatus: base_TransferStatus; - base__Block_: ResolverTypeWrapper; - base__Meta_: ResolverTypeWrapper; - stagingscroll_AggregateRoot: ResolverTypeWrapper; - stagingscroll_AggregateRootProposed: ResolverTypeWrapper; - stagingscroll_AggregateRootProposed_filter: stagingscroll_AggregateRootProposed_filter; - stagingscroll_AggregateRootProposed_orderBy: stagingscroll_AggregateRootProposed_orderBy; - stagingscroll_AggregateRoot_filter: stagingscroll_AggregateRoot_filter; - stagingscroll_AggregateRoot_orderBy: stagingscroll_AggregateRoot_orderBy; - stagingscroll_Aggregation_interval: stagingscroll_Aggregation_interval; - stagingscroll_Asset: ResolverTypeWrapper; - stagingscroll_AssetBalance: ResolverTypeWrapper; - stagingscroll_AssetBalance_filter: stagingscroll_AssetBalance_filter; - stagingscroll_AssetBalance_orderBy: stagingscroll_AssetBalance_orderBy; - stagingscroll_AssetStatus: ResolverTypeWrapper; - stagingscroll_AssetStatus_filter: stagingscroll_AssetStatus_filter; - stagingscroll_AssetStatus_orderBy: stagingscroll_AssetStatus_orderBy; - stagingscroll_Asset_filter: stagingscroll_Asset_filter; - stagingscroll_Asset_orderBy: stagingscroll_Asset_orderBy; - stagingscroll_BigDecimal: ResolverTypeWrapper; - stagingscroll_BlockChangedFilter: stagingscroll_BlockChangedFilter; - stagingscroll_Block_height: stagingscroll_Block_height; - stagingscroll_Bytes: ResolverTypeWrapper; - stagingscroll_ConnectorMeta: ResolverTypeWrapper; - stagingscroll_ConnectorMeta_filter: stagingscroll_ConnectorMeta_filter; - stagingscroll_ConnectorMeta_orderBy: stagingscroll_ConnectorMeta_orderBy; - stagingscroll_DestinationTransfer: ResolverTypeWrapper; - stagingscroll_DestinationTransfer_filter: stagingscroll_DestinationTransfer_filter; - stagingscroll_DestinationTransfer_orderBy: stagingscroll_DestinationTransfer_orderBy; - stagingscroll_Int8: ResolverTypeWrapper; - stagingscroll_OptimisticRootFinalized: ResolverTypeWrapper; - stagingscroll_OptimisticRootFinalized_filter: stagingscroll_OptimisticRootFinalized_filter; - stagingscroll_OptimisticRootFinalized_orderBy: stagingscroll_OptimisticRootFinalized_orderBy; - stagingscroll_OrderDirection: stagingscroll_OrderDirection; - stagingscroll_OriginMessage: ResolverTypeWrapper; - stagingscroll_OriginMessage_filter: stagingscroll_OriginMessage_filter; - stagingscroll_OriginMessage_orderBy: stagingscroll_OriginMessage_orderBy; - stagingscroll_OriginTransfer: ResolverTypeWrapper; - stagingscroll_OriginTransfer_filter: stagingscroll_OriginTransfer_filter; - stagingscroll_OriginTransfer_orderBy: stagingscroll_OriginTransfer_orderBy; - stagingscroll_Relayer: ResolverTypeWrapper; - stagingscroll_RelayerFee: ResolverTypeWrapper; - stagingscroll_RelayerFee_filter: stagingscroll_RelayerFee_filter; - stagingscroll_RelayerFee_orderBy: stagingscroll_RelayerFee_orderBy; - stagingscroll_RelayerFeesIncrease: ResolverTypeWrapper; - stagingscroll_RelayerFeesIncrease_filter: stagingscroll_RelayerFeesIncrease_filter; - stagingscroll_RelayerFeesIncrease_orderBy: stagingscroll_RelayerFeesIncrease_orderBy; - stagingscroll_Relayer_filter: stagingscroll_Relayer_filter; - stagingscroll_Relayer_orderBy: stagingscroll_Relayer_orderBy; - stagingscroll_RootCount: ResolverTypeWrapper; - stagingscroll_RootCount_filter: stagingscroll_RootCount_filter; - stagingscroll_RootCount_orderBy: stagingscroll_RootCount_orderBy; - stagingscroll_RootMessageSent: ResolverTypeWrapper; - stagingscroll_RootMessageSent_filter: stagingscroll_RootMessageSent_filter; - stagingscroll_RootMessageSent_orderBy: stagingscroll_RootMessageSent_orderBy; - stagingscroll_Router: ResolverTypeWrapper; - stagingscroll_RouterDailyTVL: ResolverTypeWrapper; - stagingscroll_RouterDailyTVL_filter: stagingscroll_RouterDailyTVL_filter; - stagingscroll_RouterDailyTVL_orderBy: stagingscroll_RouterDailyTVL_orderBy; - stagingscroll_RouterLiquidityEvent: ResolverTypeWrapper; - stagingscroll_RouterLiquidityEventType: stagingscroll_RouterLiquidityEventType; - stagingscroll_RouterLiquidityEvent_filter: stagingscroll_RouterLiquidityEvent_filter; - stagingscroll_RouterLiquidityEvent_orderBy: stagingscroll_RouterLiquidityEvent_orderBy; - stagingscroll_Router_filter: stagingscroll_Router_filter; - stagingscroll_Router_orderBy: stagingscroll_Router_orderBy; - stagingscroll_Sequencer: ResolverTypeWrapper; - stagingscroll_Sequencer_filter: stagingscroll_Sequencer_filter; - stagingscroll_Sequencer_orderBy: stagingscroll_Sequencer_orderBy; - stagingscroll_Setting: ResolverTypeWrapper; - stagingscroll_Setting_filter: stagingscroll_Setting_filter; - stagingscroll_Setting_orderBy: stagingscroll_Setting_orderBy; - stagingscroll_SlippageUpdate: ResolverTypeWrapper; - stagingscroll_SlippageUpdate_filter: stagingscroll_SlippageUpdate_filter; - stagingscroll_SlippageUpdate_orderBy: stagingscroll_SlippageUpdate_orderBy; - stagingscroll_SnapshotRoot: ResolverTypeWrapper; - stagingscroll_SnapshotRoot_filter: stagingscroll_SnapshotRoot_filter; - stagingscroll_SnapshotRoot_orderBy: stagingscroll_SnapshotRoot_orderBy; - stagingscroll_SpokeConnectorMode: ResolverTypeWrapper; - stagingscroll_SpokeConnectorMode_filter: stagingscroll_SpokeConnectorMode_filter; - stagingscroll_SpokeConnectorMode_orderBy: stagingscroll_SpokeConnectorMode_orderBy; - stagingscroll_TransferStatus: stagingscroll_TransferStatus; - stagingscroll__Block_: ResolverTypeWrapper; - stagingscroll__Meta_: ResolverTypeWrapper; - stagingzksync_AggregateRoot: ResolverTypeWrapper; - stagingzksync_AggregateRootProposed: ResolverTypeWrapper; - stagingzksync_AggregateRootProposed_filter: stagingzksync_AggregateRootProposed_filter; - stagingzksync_AggregateRootProposed_orderBy: stagingzksync_AggregateRootProposed_orderBy; - stagingzksync_AggregateRoot_filter: stagingzksync_AggregateRoot_filter; - stagingzksync_AggregateRoot_orderBy: stagingzksync_AggregateRoot_orderBy; - stagingzksync_Aggregation_interval: stagingzksync_Aggregation_interval; - stagingzksync_Asset: ResolverTypeWrapper; - stagingzksync_AssetBalance: ResolverTypeWrapper; - stagingzksync_AssetBalance_filter: stagingzksync_AssetBalance_filter; - stagingzksync_AssetBalance_orderBy: stagingzksync_AssetBalance_orderBy; - stagingzksync_AssetStatus: ResolverTypeWrapper; - stagingzksync_AssetStatus_filter: stagingzksync_AssetStatus_filter; - stagingzksync_AssetStatus_orderBy: stagingzksync_AssetStatus_orderBy; - stagingzksync_Asset_filter: stagingzksync_Asset_filter; - stagingzksync_Asset_orderBy: stagingzksync_Asset_orderBy; - stagingzksync_BigDecimal: ResolverTypeWrapper; - stagingzksync_BlockChangedFilter: stagingzksync_BlockChangedFilter; - stagingzksync_Block_height: stagingzksync_Block_height; - stagingzksync_Bytes: ResolverTypeWrapper; - stagingzksync_ConnectorMeta: ResolverTypeWrapper; - stagingzksync_ConnectorMeta_filter: stagingzksync_ConnectorMeta_filter; - stagingzksync_ConnectorMeta_orderBy: stagingzksync_ConnectorMeta_orderBy; - stagingzksync_DestinationTransfer: ResolverTypeWrapper; - stagingzksync_DestinationTransfer_filter: stagingzksync_DestinationTransfer_filter; - stagingzksync_DestinationTransfer_orderBy: stagingzksync_DestinationTransfer_orderBy; - stagingzksync_Int8: ResolverTypeWrapper; - stagingzksync_OptimisticRootFinalized: ResolverTypeWrapper; - stagingzksync_OptimisticRootFinalized_filter: stagingzksync_OptimisticRootFinalized_filter; - stagingzksync_OptimisticRootFinalized_orderBy: stagingzksync_OptimisticRootFinalized_orderBy; - stagingzksync_OrderDirection: stagingzksync_OrderDirection; - stagingzksync_OriginMessage: ResolverTypeWrapper; - stagingzksync_OriginMessage_filter: stagingzksync_OriginMessage_filter; - stagingzksync_OriginMessage_orderBy: stagingzksync_OriginMessage_orderBy; - stagingzksync_OriginTransfer: ResolverTypeWrapper; - stagingzksync_OriginTransfer_filter: stagingzksync_OriginTransfer_filter; - stagingzksync_OriginTransfer_orderBy: stagingzksync_OriginTransfer_orderBy; - stagingzksync_Relayer: ResolverTypeWrapper; - stagingzksync_RelayerFee: ResolverTypeWrapper; - stagingzksync_RelayerFee_filter: stagingzksync_RelayerFee_filter; - stagingzksync_RelayerFee_orderBy: stagingzksync_RelayerFee_orderBy; - stagingzksync_RelayerFeesIncrease: ResolverTypeWrapper; - stagingzksync_RelayerFeesIncrease_filter: stagingzksync_RelayerFeesIncrease_filter; - stagingzksync_RelayerFeesIncrease_orderBy: stagingzksync_RelayerFeesIncrease_orderBy; - stagingzksync_Relayer_filter: stagingzksync_Relayer_filter; - stagingzksync_Relayer_orderBy: stagingzksync_Relayer_orderBy; - stagingzksync_RootCount: ResolverTypeWrapper; - stagingzksync_RootCount_filter: stagingzksync_RootCount_filter; - stagingzksync_RootCount_orderBy: stagingzksync_RootCount_orderBy; - stagingzksync_RootMessageSent: ResolverTypeWrapper; - stagingzksync_RootMessageSent_filter: stagingzksync_RootMessageSent_filter; - stagingzksync_RootMessageSent_orderBy: stagingzksync_RootMessageSent_orderBy; - stagingzksync_Router: ResolverTypeWrapper; - stagingzksync_RouterDailyTVL: ResolverTypeWrapper; - stagingzksync_RouterDailyTVL_filter: stagingzksync_RouterDailyTVL_filter; - stagingzksync_RouterDailyTVL_orderBy: stagingzksync_RouterDailyTVL_orderBy; - stagingzksync_RouterLiquidityEvent: ResolverTypeWrapper; - stagingzksync_RouterLiquidityEventType: stagingzksync_RouterLiquidityEventType; - stagingzksync_RouterLiquidityEvent_filter: stagingzksync_RouterLiquidityEvent_filter; - stagingzksync_RouterLiquidityEvent_orderBy: stagingzksync_RouterLiquidityEvent_orderBy; - stagingzksync_Router_filter: stagingzksync_Router_filter; - stagingzksync_Router_orderBy: stagingzksync_Router_orderBy; - stagingzksync_Sequencer: ResolverTypeWrapper; - stagingzksync_Sequencer_filter: stagingzksync_Sequencer_filter; - stagingzksync_Sequencer_orderBy: stagingzksync_Sequencer_orderBy; - stagingzksync_Setting: ResolverTypeWrapper; - stagingzksync_Setting_filter: stagingzksync_Setting_filter; - stagingzksync_Setting_orderBy: stagingzksync_Setting_orderBy; - stagingzksync_SlippageUpdate: ResolverTypeWrapper; - stagingzksync_SlippageUpdate_filter: stagingzksync_SlippageUpdate_filter; - stagingzksync_SlippageUpdate_orderBy: stagingzksync_SlippageUpdate_orderBy; - stagingzksync_SnapshotRoot: ResolverTypeWrapper; - stagingzksync_SnapshotRoot_filter: stagingzksync_SnapshotRoot_filter; - stagingzksync_SnapshotRoot_orderBy: stagingzksync_SnapshotRoot_orderBy; - stagingzksync_SpokeConnectorMode: ResolverTypeWrapper; - stagingzksync_SpokeConnectorMode_filter: stagingzksync_SpokeConnectorMode_filter; - stagingzksync_SpokeConnectorMode_orderBy: stagingzksync_SpokeConnectorMode_orderBy; - stagingzksync_TransferStatus: stagingzksync_TransferStatus; - stagingzksync__Block_: ResolverTypeWrapper; - stagingzksync__Meta_: ResolverTypeWrapper; + mode_swap_Aggregation_interval: mode_swap_Aggregation_interval; + mode_swap_BigDecimal: ResolverTypeWrapper; + mode_swap_BlockChangedFilter: mode_swap_BlockChangedFilter; + mode_swap_Block_height: mode_swap_Block_height; + mode_swap_Bytes: ResolverTypeWrapper; + mode_swap_Int8: ResolverTypeWrapper; + mode_swap_LpAccount: ResolverTypeWrapper; + mode_swap_LpAccountBalance: ResolverTypeWrapper; + mode_swap_LpAccountBalance_filter: mode_swap_LpAccountBalance_filter; + mode_swap_LpAccountBalance_orderBy: mode_swap_LpAccountBalance_orderBy; + mode_swap_LpAccount_filter: mode_swap_LpAccount_filter; + mode_swap_LpAccount_orderBy: mode_swap_LpAccount_orderBy; + mode_swap_LpToken: ResolverTypeWrapper; + mode_swap_LpTokenEvent: ResolversTypes['mode_swap_LpTransferEvent']; + mode_swap_LpTokenEvent_filter: mode_swap_LpTokenEvent_filter; + mode_swap_LpTokenEvent_orderBy: mode_swap_LpTokenEvent_orderBy; + mode_swap_LpToken_filter: mode_swap_LpToken_filter; + mode_swap_LpToken_orderBy: mode_swap_LpToken_orderBy; + mode_swap_LpTransferEvent: ResolverTypeWrapper; + mode_swap_LpTransferEvent_filter: mode_swap_LpTransferEvent_filter; + mode_swap_LpTransferEvent_orderBy: mode_swap_LpTransferEvent_orderBy; + mode_swap_OrderDirection: mode_swap_OrderDirection; + mode_swap_PooledToken: ResolverTypeWrapper; + mode_swap_PooledToken_filter: mode_swap_PooledToken_filter; + mode_swap_PooledToken_orderBy: mode_swap_PooledToken_orderBy; + mode_swap_StableSwap: ResolverTypeWrapper; + mode_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + mode_swap_StableSwapAddLiquidityEvent_filter: mode_swap_StableSwapAddLiquidityEvent_filter; + mode_swap_StableSwapAddLiquidityEvent_orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy; + mode_swap_StableSwapEvent: ResolversTypes['mode_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mode_swap_StableSwapRemoveLiquidityEvent']; + mode_swap_StableSwapEvent_filter: mode_swap_StableSwapEvent_filter; + mode_swap_StableSwapEvent_orderBy: mode_swap_StableSwapEvent_orderBy; + mode_swap_StableSwapExchange: ResolverTypeWrapper; + mode_swap_StableSwapExchange_filter: mode_swap_StableSwapExchange_filter; + mode_swap_StableSwapExchange_orderBy: mode_swap_StableSwapExchange_orderBy; + mode_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + mode_swap_StableSwapRemoveLiquidityEvent_filter: mode_swap_StableSwapRemoveLiquidityEvent_filter; + mode_swap_StableSwapRemoveLiquidityEvent_orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy; + mode_swap_StableSwap_filter: mode_swap_StableSwap_filter; + mode_swap_StableSwap_orderBy: mode_swap_StableSwap_orderBy; + mode_swap_SwapDailyVolume: ResolverTypeWrapper; + mode_swap_SwapDailyVolume_filter: mode_swap_SwapDailyVolume_filter; + mode_swap_SwapDailyVolume_orderBy: mode_swap_SwapDailyVolume_orderBy; + mode_swap_SwapHourlyVolume: ResolverTypeWrapper; + mode_swap_SwapHourlyVolume_filter: mode_swap_SwapHourlyVolume_filter; + mode_swap_SwapHourlyVolume_orderBy: mode_swap_SwapHourlyVolume_orderBy; + mode_swap_SwapTradeVolume: ResolversTypes['mode_swap_SwapDailyVolume'] | ResolversTypes['mode_swap_SwapHourlyVolume'] | ResolversTypes['mode_swap_SwapWeeklyVolume']; + mode_swap_SwapTradeVolume_filter: mode_swap_SwapTradeVolume_filter; + mode_swap_SwapTradeVolume_orderBy: mode_swap_SwapTradeVolume_orderBy; + mode_swap_SwapWeeklyVolume: ResolverTypeWrapper; + mode_swap_SwapWeeklyVolume_filter: mode_swap_SwapWeeklyVolume_filter; + mode_swap_SwapWeeklyVolume_orderBy: mode_swap_SwapWeeklyVolume_orderBy; + mode_swap_SystemInfo: ResolverTypeWrapper; + mode_swap_SystemInfo_filter: mode_swap_SystemInfo_filter; + mode_swap_SystemInfo_orderBy: mode_swap_SystemInfo_orderBy; + mode_swap__Block_: ResolverTypeWrapper; + mode_swap__Meta_: ResolverTypeWrapper; stagingxdai_AggregateRoot: ResolverTypeWrapper; stagingxdai_AggregateRootProposed: ResolverTypeWrapper; stagingxdai_AggregateRootProposed_filter: stagingxdai_AggregateRootProposed_filter; @@ -180332,85 +178651,382 @@ export type ResolversTypes = ResolversObject<{ stagingxdai_TransferStatus: stagingxdai_TransferStatus; stagingxdai__Block_: ResolverTypeWrapper; stagingxdai__Meta_: ResolverTypeWrapper; - xdai_AggregateRoot: ResolverTypeWrapper; - xdai_AggregateRootProposed: ResolverTypeWrapper; - xdai_AggregateRootProposed_filter: xdai_AggregateRootProposed_filter; - xdai_AggregateRootProposed_orderBy: xdai_AggregateRootProposed_orderBy; - xdai_AggregateRoot_filter: xdai_AggregateRoot_filter; - xdai_AggregateRoot_orderBy: xdai_AggregateRoot_orderBy; - xdai_Asset: ResolverTypeWrapper; - xdai_AssetBalance: ResolverTypeWrapper; - xdai_AssetBalance_filter: xdai_AssetBalance_filter; - xdai_AssetBalance_orderBy: xdai_AssetBalance_orderBy; - xdai_AssetStatus: ResolverTypeWrapper; - xdai_AssetStatus_filter: xdai_AssetStatus_filter; - xdai_AssetStatus_orderBy: xdai_AssetStatus_orderBy; - xdai_Asset_filter: xdai_Asset_filter; - xdai_Asset_orderBy: xdai_Asset_orderBy; - xdai_BigDecimal: ResolverTypeWrapper; - xdai_BlockChangedFilter: xdai_BlockChangedFilter; - xdai_Block_height: xdai_Block_height; - xdai_Bytes: ResolverTypeWrapper; - xdai_ConnectorMeta: ResolverTypeWrapper; - xdai_ConnectorMeta_filter: xdai_ConnectorMeta_filter; - xdai_ConnectorMeta_orderBy: xdai_ConnectorMeta_orderBy; - xdai_DestinationTransfer: ResolverTypeWrapper; - xdai_DestinationTransfer_filter: xdai_DestinationTransfer_filter; - xdai_DestinationTransfer_orderBy: xdai_DestinationTransfer_orderBy; - xdai_Int8: ResolverTypeWrapper; - xdai_OptimisticRootFinalized: ResolverTypeWrapper; - xdai_OptimisticRootFinalized_filter: xdai_OptimisticRootFinalized_filter; - xdai_OptimisticRootFinalized_orderBy: xdai_OptimisticRootFinalized_orderBy; - xdai_OrderDirection: xdai_OrderDirection; - xdai_OriginMessage: ResolverTypeWrapper; - xdai_OriginMessage_filter: xdai_OriginMessage_filter; - xdai_OriginMessage_orderBy: xdai_OriginMessage_orderBy; - xdai_OriginTransfer: ResolverTypeWrapper; - xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; - xdai_OriginTransfer_orderBy: xdai_OriginTransfer_orderBy; - xdai_Relayer: ResolverTypeWrapper; - xdai_RelayerFee: ResolverTypeWrapper; - xdai_RelayerFee_filter: xdai_RelayerFee_filter; - xdai_RelayerFee_orderBy: xdai_RelayerFee_orderBy; - xdai_RelayerFeesIncrease: ResolverTypeWrapper; - xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; - xdai_RelayerFeesIncrease_orderBy: xdai_RelayerFeesIncrease_orderBy; - xdai_Relayer_filter: xdai_Relayer_filter; - xdai_Relayer_orderBy: xdai_Relayer_orderBy; - xdai_RootCount: ResolverTypeWrapper; - xdai_RootCount_filter: xdai_RootCount_filter; - xdai_RootCount_orderBy: xdai_RootCount_orderBy; - xdai_RootMessageSent: ResolverTypeWrapper; - xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; - xdai_RootMessageSent_orderBy: xdai_RootMessageSent_orderBy; - xdai_Router: ResolverTypeWrapper; - xdai_RouterDailyTVL: ResolverTypeWrapper; - xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; - xdai_RouterDailyTVL_orderBy: xdai_RouterDailyTVL_orderBy; - xdai_RouterLiquidityEvent: ResolverTypeWrapper; - xdai_RouterLiquidityEventType: xdai_RouterLiquidityEventType; - xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; - xdai_RouterLiquidityEvent_orderBy: xdai_RouterLiquidityEvent_orderBy; - xdai_Router_filter: xdai_Router_filter; - xdai_Router_orderBy: xdai_Router_orderBy; - xdai_Sequencer: ResolverTypeWrapper; - xdai_Sequencer_filter: xdai_Sequencer_filter; - xdai_Sequencer_orderBy: xdai_Sequencer_orderBy; - xdai_Setting: ResolverTypeWrapper; - xdai_Setting_filter: xdai_Setting_filter; - xdai_Setting_orderBy: xdai_Setting_orderBy; - xdai_SlippageUpdate: ResolverTypeWrapper; - xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; - xdai_SlippageUpdate_orderBy: xdai_SlippageUpdate_orderBy; - xdai_SnapshotRoot: ResolverTypeWrapper; - xdai_SnapshotRoot_filter: xdai_SnapshotRoot_filter; - xdai_SnapshotRoot_orderBy: xdai_SnapshotRoot_orderBy; - xdai_SpokeConnectorMode: ResolverTypeWrapper; - xdai_SpokeConnectorMode_filter: xdai_SpokeConnectorMode_filter; - xdai_SpokeConnectorMode_orderBy: xdai_SpokeConnectorMode_orderBy; - xdai_TransferStatus: xdai_TransferStatus; - xdai__Block_: ResolverTypeWrapper; - xdai__Meta_: ResolverTypeWrapper; + optimism_AggregateRoot: ResolverTypeWrapper; + optimism_AggregateRootProposed: ResolverTypeWrapper; + optimism_AggregateRootProposed_filter: optimism_AggregateRootProposed_filter; + optimism_AggregateRootProposed_orderBy: optimism_AggregateRootProposed_orderBy; + optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; + optimism_AggregateRoot_orderBy: optimism_AggregateRoot_orderBy; + optimism_Aggregation_interval: optimism_Aggregation_interval; + 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_OptimisticRootFinalized: ResolverTypeWrapper; + optimism_OptimisticRootFinalized_filter: optimism_OptimisticRootFinalized_filter; + optimism_OptimisticRootFinalized_orderBy: optimism_OptimisticRootFinalized_orderBy; + optimism_OrderDirection: optimism_OrderDirection; + optimism_OriginMessage: ResolverTypeWrapper; + optimism_OriginMessage_filter: optimism_OriginMessage_filter; + optimism_OriginMessage_orderBy: optimism_OriginMessage_orderBy; + optimism_OriginTransfer: ResolverTypeWrapper; + optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; + optimism_OriginTransfer_orderBy: optimism_OriginTransfer_orderBy; + optimism_Relayer: ResolverTypeWrapper; + optimism_RelayerFee: ResolverTypeWrapper; + optimism_RelayerFee_filter: optimism_RelayerFee_filter; + optimism_RelayerFee_orderBy: optimism_RelayerFee_orderBy; + optimism_RelayerFeesIncrease: ResolverTypeWrapper; + optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; + optimism_RelayerFeesIncrease_orderBy: optimism_RelayerFeesIncrease_orderBy; + optimism_Relayer_filter: optimism_Relayer_filter; + optimism_Relayer_orderBy: optimism_Relayer_orderBy; + optimism_RootCount: ResolverTypeWrapper; + optimism_RootCount_filter: optimism_RootCount_filter; + optimism_RootCount_orderBy: optimism_RootCount_orderBy; + optimism_RootMessageSent: ResolverTypeWrapper; + optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; + optimism_RootMessageSent_orderBy: optimism_RootMessageSent_orderBy; + optimism_Router: ResolverTypeWrapper; + optimism_RouterDailyTVL: ResolverTypeWrapper; + optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; + optimism_RouterDailyTVL_orderBy: optimism_RouterDailyTVL_orderBy; + optimism_RouterLiquidityEvent: ResolverTypeWrapper; + optimism_RouterLiquidityEventType: optimism_RouterLiquidityEventType; + optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; + optimism_RouterLiquidityEvent_orderBy: optimism_RouterLiquidityEvent_orderBy; + optimism_Router_filter: optimism_Router_filter; + optimism_Router_orderBy: optimism_Router_orderBy; + optimism_Sequencer: ResolverTypeWrapper; + optimism_Sequencer_filter: optimism_Sequencer_filter; + optimism_Sequencer_orderBy: optimism_Sequencer_orderBy; + optimism_Setting: ResolverTypeWrapper; + optimism_Setting_filter: optimism_Setting_filter; + optimism_Setting_orderBy: optimism_Setting_orderBy; + optimism_SlippageUpdate: ResolverTypeWrapper; + optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; + optimism_SlippageUpdate_orderBy: optimism_SlippageUpdate_orderBy; + optimism_SnapshotRoot: ResolverTypeWrapper; + optimism_SnapshotRoot_filter: optimism_SnapshotRoot_filter; + optimism_SnapshotRoot_orderBy: optimism_SnapshotRoot_orderBy; + optimism_SpokeConnectorMode: ResolverTypeWrapper; + optimism_SpokeConnectorMode_filter: optimism_SpokeConnectorMode_filter; + optimism_SpokeConnectorMode_orderBy: optimism_SpokeConnectorMode_orderBy; + optimism_TransferStatus: optimism_TransferStatus; + optimism__Block_: ResolverTypeWrapper; + optimism__Meta_: ResolverTypeWrapper; + stagingavalanche_AggregateRoot: ResolverTypeWrapper; + stagingavalanche_AggregateRootProposed: ResolverTypeWrapper; + stagingavalanche_AggregateRootProposed_filter: stagingavalanche_AggregateRootProposed_filter; + stagingavalanche_AggregateRootProposed_orderBy: stagingavalanche_AggregateRootProposed_orderBy; + stagingavalanche_AggregateRoot_filter: stagingavalanche_AggregateRoot_filter; + stagingavalanche_AggregateRoot_orderBy: stagingavalanche_AggregateRoot_orderBy; + stagingavalanche_Aggregation_interval: stagingavalanche_Aggregation_interval; + stagingavalanche_Asset: ResolverTypeWrapper; + stagingavalanche_AssetBalance: ResolverTypeWrapper; + stagingavalanche_AssetBalance_filter: stagingavalanche_AssetBalance_filter; + stagingavalanche_AssetBalance_orderBy: stagingavalanche_AssetBalance_orderBy; + stagingavalanche_AssetStatus: ResolverTypeWrapper; + stagingavalanche_AssetStatus_filter: stagingavalanche_AssetStatus_filter; + stagingavalanche_AssetStatus_orderBy: stagingavalanche_AssetStatus_orderBy; + stagingavalanche_Asset_filter: stagingavalanche_Asset_filter; + stagingavalanche_Asset_orderBy: stagingavalanche_Asset_orderBy; + stagingavalanche_BigDecimal: ResolverTypeWrapper; + stagingavalanche_BlockChangedFilter: stagingavalanche_BlockChangedFilter; + stagingavalanche_Block_height: stagingavalanche_Block_height; + stagingavalanche_Bytes: ResolverTypeWrapper; + stagingavalanche_ConnectorMeta: ResolverTypeWrapper; + stagingavalanche_ConnectorMeta_filter: stagingavalanche_ConnectorMeta_filter; + stagingavalanche_ConnectorMeta_orderBy: stagingavalanche_ConnectorMeta_orderBy; + stagingavalanche_DestinationTransfer: ResolverTypeWrapper; + stagingavalanche_DestinationTransfer_filter: stagingavalanche_DestinationTransfer_filter; + stagingavalanche_DestinationTransfer_orderBy: stagingavalanche_DestinationTransfer_orderBy; + stagingavalanche_Int8: ResolverTypeWrapper; + stagingavalanche_OptimisticRootFinalized: ResolverTypeWrapper; + stagingavalanche_OptimisticRootFinalized_filter: stagingavalanche_OptimisticRootFinalized_filter; + stagingavalanche_OptimisticRootFinalized_orderBy: stagingavalanche_OptimisticRootFinalized_orderBy; + stagingavalanche_OrderDirection: stagingavalanche_OrderDirection; + stagingavalanche_OriginMessage: ResolverTypeWrapper; + stagingavalanche_OriginMessage_filter: stagingavalanche_OriginMessage_filter; + stagingavalanche_OriginMessage_orderBy: stagingavalanche_OriginMessage_orderBy; + stagingavalanche_OriginTransfer: ResolverTypeWrapper; + stagingavalanche_OriginTransfer_filter: stagingavalanche_OriginTransfer_filter; + stagingavalanche_OriginTransfer_orderBy: stagingavalanche_OriginTransfer_orderBy; + stagingavalanche_Relayer: ResolverTypeWrapper; + stagingavalanche_RelayerFee: ResolverTypeWrapper; + stagingavalanche_RelayerFee_filter: stagingavalanche_RelayerFee_filter; + stagingavalanche_RelayerFee_orderBy: stagingavalanche_RelayerFee_orderBy; + stagingavalanche_RelayerFeesIncrease: ResolverTypeWrapper; + stagingavalanche_RelayerFeesIncrease_filter: stagingavalanche_RelayerFeesIncrease_filter; + stagingavalanche_RelayerFeesIncrease_orderBy: stagingavalanche_RelayerFeesIncrease_orderBy; + stagingavalanche_Relayer_filter: stagingavalanche_Relayer_filter; + stagingavalanche_Relayer_orderBy: stagingavalanche_Relayer_orderBy; + stagingavalanche_RootCount: ResolverTypeWrapper; + stagingavalanche_RootCount_filter: stagingavalanche_RootCount_filter; + stagingavalanche_RootCount_orderBy: stagingavalanche_RootCount_orderBy; + stagingavalanche_RootMessageSent: ResolverTypeWrapper; + stagingavalanche_RootMessageSent_filter: stagingavalanche_RootMessageSent_filter; + stagingavalanche_RootMessageSent_orderBy: stagingavalanche_RootMessageSent_orderBy; + stagingavalanche_Router: ResolverTypeWrapper; + stagingavalanche_RouterDailyTVL: ResolverTypeWrapper; + stagingavalanche_RouterDailyTVL_filter: stagingavalanche_RouterDailyTVL_filter; + stagingavalanche_RouterDailyTVL_orderBy: stagingavalanche_RouterDailyTVL_orderBy; + stagingavalanche_RouterLiquidityEvent: ResolverTypeWrapper; + stagingavalanche_RouterLiquidityEventType: stagingavalanche_RouterLiquidityEventType; + stagingavalanche_RouterLiquidityEvent_filter: stagingavalanche_RouterLiquidityEvent_filter; + stagingavalanche_RouterLiquidityEvent_orderBy: stagingavalanche_RouterLiquidityEvent_orderBy; + stagingavalanche_Router_filter: stagingavalanche_Router_filter; + stagingavalanche_Router_orderBy: stagingavalanche_Router_orderBy; + stagingavalanche_Sequencer: ResolverTypeWrapper; + stagingavalanche_Sequencer_filter: stagingavalanche_Sequencer_filter; + stagingavalanche_Sequencer_orderBy: stagingavalanche_Sequencer_orderBy; + stagingavalanche_Setting: ResolverTypeWrapper; + stagingavalanche_Setting_filter: stagingavalanche_Setting_filter; + stagingavalanche_Setting_orderBy: stagingavalanche_Setting_orderBy; + stagingavalanche_SlippageUpdate: ResolverTypeWrapper; + stagingavalanche_SlippageUpdate_filter: stagingavalanche_SlippageUpdate_filter; + stagingavalanche_SlippageUpdate_orderBy: stagingavalanche_SlippageUpdate_orderBy; + stagingavalanche_SnapshotRoot: ResolverTypeWrapper; + stagingavalanche_SnapshotRoot_filter: stagingavalanche_SnapshotRoot_filter; + stagingavalanche_SnapshotRoot_orderBy: stagingavalanche_SnapshotRoot_orderBy; + stagingavalanche_SpokeConnectorMode: ResolverTypeWrapper; + stagingavalanche_SpokeConnectorMode_filter: stagingavalanche_SpokeConnectorMode_filter; + stagingavalanche_SpokeConnectorMode_orderBy: stagingavalanche_SpokeConnectorMode_orderBy; + stagingavalanche_TransferStatus: stagingavalanche_TransferStatus; + stagingavalanche__Block_: ResolverTypeWrapper; + stagingavalanche__Meta_: ResolverTypeWrapper; + stagingzksync_AggregateRoot: ResolverTypeWrapper; + stagingzksync_AggregateRootProposed: ResolverTypeWrapper; + stagingzksync_AggregateRootProposed_filter: stagingzksync_AggregateRootProposed_filter; + stagingzksync_AggregateRootProposed_orderBy: stagingzksync_AggregateRootProposed_orderBy; + stagingzksync_AggregateRoot_filter: stagingzksync_AggregateRoot_filter; + stagingzksync_AggregateRoot_orderBy: stagingzksync_AggregateRoot_orderBy; + stagingzksync_Aggregation_interval: stagingzksync_Aggregation_interval; + stagingzksync_Asset: ResolverTypeWrapper; + stagingzksync_AssetBalance: ResolverTypeWrapper; + stagingzksync_AssetBalance_filter: stagingzksync_AssetBalance_filter; + stagingzksync_AssetBalance_orderBy: stagingzksync_AssetBalance_orderBy; + stagingzksync_AssetStatus: ResolverTypeWrapper; + stagingzksync_AssetStatus_filter: stagingzksync_AssetStatus_filter; + stagingzksync_AssetStatus_orderBy: stagingzksync_AssetStatus_orderBy; + stagingzksync_Asset_filter: stagingzksync_Asset_filter; + stagingzksync_Asset_orderBy: stagingzksync_Asset_orderBy; + stagingzksync_BigDecimal: ResolverTypeWrapper; + stagingzksync_BlockChangedFilter: stagingzksync_BlockChangedFilter; + stagingzksync_Block_height: stagingzksync_Block_height; + stagingzksync_Bytes: ResolverTypeWrapper; + stagingzksync_ConnectorMeta: ResolverTypeWrapper; + stagingzksync_ConnectorMeta_filter: stagingzksync_ConnectorMeta_filter; + stagingzksync_ConnectorMeta_orderBy: stagingzksync_ConnectorMeta_orderBy; + stagingzksync_DestinationTransfer: ResolverTypeWrapper; + stagingzksync_DestinationTransfer_filter: stagingzksync_DestinationTransfer_filter; + stagingzksync_DestinationTransfer_orderBy: stagingzksync_DestinationTransfer_orderBy; + stagingzksync_Int8: ResolverTypeWrapper; + stagingzksync_OptimisticRootFinalized: ResolverTypeWrapper; + stagingzksync_OptimisticRootFinalized_filter: stagingzksync_OptimisticRootFinalized_filter; + stagingzksync_OptimisticRootFinalized_orderBy: stagingzksync_OptimisticRootFinalized_orderBy; + stagingzksync_OrderDirection: stagingzksync_OrderDirection; + stagingzksync_OriginMessage: ResolverTypeWrapper; + stagingzksync_OriginMessage_filter: stagingzksync_OriginMessage_filter; + stagingzksync_OriginMessage_orderBy: stagingzksync_OriginMessage_orderBy; + stagingzksync_OriginTransfer: ResolverTypeWrapper; + stagingzksync_OriginTransfer_filter: stagingzksync_OriginTransfer_filter; + stagingzksync_OriginTransfer_orderBy: stagingzksync_OriginTransfer_orderBy; + stagingzksync_Relayer: ResolverTypeWrapper; + stagingzksync_RelayerFee: ResolverTypeWrapper; + stagingzksync_RelayerFee_filter: stagingzksync_RelayerFee_filter; + stagingzksync_RelayerFee_orderBy: stagingzksync_RelayerFee_orderBy; + stagingzksync_RelayerFeesIncrease: ResolverTypeWrapper; + stagingzksync_RelayerFeesIncrease_filter: stagingzksync_RelayerFeesIncrease_filter; + stagingzksync_RelayerFeesIncrease_orderBy: stagingzksync_RelayerFeesIncrease_orderBy; + stagingzksync_Relayer_filter: stagingzksync_Relayer_filter; + stagingzksync_Relayer_orderBy: stagingzksync_Relayer_orderBy; + stagingzksync_RootCount: ResolverTypeWrapper; + stagingzksync_RootCount_filter: stagingzksync_RootCount_filter; + stagingzksync_RootCount_orderBy: stagingzksync_RootCount_orderBy; + stagingzksync_RootMessageSent: ResolverTypeWrapper; + stagingzksync_RootMessageSent_filter: stagingzksync_RootMessageSent_filter; + stagingzksync_RootMessageSent_orderBy: stagingzksync_RootMessageSent_orderBy; + stagingzksync_Router: ResolverTypeWrapper; + stagingzksync_RouterDailyTVL: ResolverTypeWrapper; + stagingzksync_RouterDailyTVL_filter: stagingzksync_RouterDailyTVL_filter; + stagingzksync_RouterDailyTVL_orderBy: stagingzksync_RouterDailyTVL_orderBy; + stagingzksync_RouterLiquidityEvent: ResolverTypeWrapper; + stagingzksync_RouterLiquidityEventType: stagingzksync_RouterLiquidityEventType; + stagingzksync_RouterLiquidityEvent_filter: stagingzksync_RouterLiquidityEvent_filter; + stagingzksync_RouterLiquidityEvent_orderBy: stagingzksync_RouterLiquidityEvent_orderBy; + stagingzksync_Router_filter: stagingzksync_Router_filter; + stagingzksync_Router_orderBy: stagingzksync_Router_orderBy; + stagingzksync_Sequencer: ResolverTypeWrapper; + stagingzksync_Sequencer_filter: stagingzksync_Sequencer_filter; + stagingzksync_Sequencer_orderBy: stagingzksync_Sequencer_orderBy; + stagingzksync_Setting: ResolverTypeWrapper; + stagingzksync_Setting_filter: stagingzksync_Setting_filter; + stagingzksync_Setting_orderBy: stagingzksync_Setting_orderBy; + stagingzksync_SlippageUpdate: ResolverTypeWrapper; + stagingzksync_SlippageUpdate_filter: stagingzksync_SlippageUpdate_filter; + stagingzksync_SlippageUpdate_orderBy: stagingzksync_SlippageUpdate_orderBy; + stagingzksync_SnapshotRoot: ResolverTypeWrapper; + stagingzksync_SnapshotRoot_filter: stagingzksync_SnapshotRoot_filter; + stagingzksync_SnapshotRoot_orderBy: stagingzksync_SnapshotRoot_orderBy; + stagingzksync_SpokeConnectorMode: ResolverTypeWrapper; + stagingzksync_SpokeConnectorMode_filter: stagingzksync_SpokeConnectorMode_filter; + stagingzksync_SpokeConnectorMode_orderBy: stagingzksync_SpokeConnectorMode_orderBy; + stagingzksync_TransferStatus: stagingzksync_TransferStatus; + stagingzksync__Block_: ResolverTypeWrapper; + stagingzksync__Meta_: ResolverTypeWrapper; + xlayer_swap_BigDecimal: ResolverTypeWrapper; + xlayer_swap_BlockChangedFilter: xlayer_swap_BlockChangedFilter; + xlayer_swap_Block_height: xlayer_swap_Block_height; + xlayer_swap_Bytes: ResolverTypeWrapper; + xlayer_swap_Int8: ResolverTypeWrapper; + xlayer_swap_LpAccount: ResolverTypeWrapper; + xlayer_swap_LpAccountBalance: ResolverTypeWrapper; + xlayer_swap_LpAccountBalance_filter: xlayer_swap_LpAccountBalance_filter; + xlayer_swap_LpAccountBalance_orderBy: xlayer_swap_LpAccountBalance_orderBy; + xlayer_swap_LpAccount_filter: xlayer_swap_LpAccount_filter; + xlayer_swap_LpAccount_orderBy: xlayer_swap_LpAccount_orderBy; + xlayer_swap_LpToken: ResolverTypeWrapper; + xlayer_swap_LpTokenEvent: ResolversTypes['xlayer_swap_LpTransferEvent']; + xlayer_swap_LpTokenEvent_filter: xlayer_swap_LpTokenEvent_filter; + xlayer_swap_LpTokenEvent_orderBy: xlayer_swap_LpTokenEvent_orderBy; + xlayer_swap_LpToken_filter: xlayer_swap_LpToken_filter; + xlayer_swap_LpToken_orderBy: xlayer_swap_LpToken_orderBy; + xlayer_swap_LpTransferEvent: ResolverTypeWrapper; + xlayer_swap_LpTransferEvent_filter: xlayer_swap_LpTransferEvent_filter; + xlayer_swap_LpTransferEvent_orderBy: xlayer_swap_LpTransferEvent_orderBy; + xlayer_swap_OrderDirection: xlayer_swap_OrderDirection; + xlayer_swap_PooledToken: ResolverTypeWrapper; + xlayer_swap_PooledToken_filter: xlayer_swap_PooledToken_filter; + xlayer_swap_PooledToken_orderBy: xlayer_swap_PooledToken_orderBy; + xlayer_swap_StableSwap: ResolverTypeWrapper; + xlayer_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + xlayer_swap_StableSwapAddLiquidityEvent_filter: xlayer_swap_StableSwapAddLiquidityEvent_filter; + xlayer_swap_StableSwapAddLiquidityEvent_orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy; + xlayer_swap_StableSwapEvent: ResolversTypes['xlayer_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['xlayer_swap_StableSwapRemoveLiquidityEvent']; + xlayer_swap_StableSwapEvent_filter: xlayer_swap_StableSwapEvent_filter; + xlayer_swap_StableSwapEvent_orderBy: xlayer_swap_StableSwapEvent_orderBy; + xlayer_swap_StableSwapExchange: ResolverTypeWrapper; + xlayer_swap_StableSwapExchange_filter: xlayer_swap_StableSwapExchange_filter; + xlayer_swap_StableSwapExchange_orderBy: xlayer_swap_StableSwapExchange_orderBy; + xlayer_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + xlayer_swap_StableSwapRemoveLiquidityEvent_filter: xlayer_swap_StableSwapRemoveLiquidityEvent_filter; + xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy; + xlayer_swap_StableSwap_filter: xlayer_swap_StableSwap_filter; + xlayer_swap_StableSwap_orderBy: xlayer_swap_StableSwap_orderBy; + xlayer_swap_SwapDailyVolume: ResolverTypeWrapper; + xlayer_swap_SwapDailyVolume_filter: xlayer_swap_SwapDailyVolume_filter; + xlayer_swap_SwapDailyVolume_orderBy: xlayer_swap_SwapDailyVolume_orderBy; + xlayer_swap_SwapHourlyVolume: ResolverTypeWrapper; + xlayer_swap_SwapHourlyVolume_filter: xlayer_swap_SwapHourlyVolume_filter; + xlayer_swap_SwapHourlyVolume_orderBy: xlayer_swap_SwapHourlyVolume_orderBy; + xlayer_swap_SwapTradeVolume: ResolversTypes['xlayer_swap_SwapDailyVolume'] | ResolversTypes['xlayer_swap_SwapHourlyVolume'] | ResolversTypes['xlayer_swap_SwapWeeklyVolume']; + xlayer_swap_SwapTradeVolume_filter: xlayer_swap_SwapTradeVolume_filter; + xlayer_swap_SwapTradeVolume_orderBy: xlayer_swap_SwapTradeVolume_orderBy; + xlayer_swap_SwapWeeklyVolume: ResolverTypeWrapper; + xlayer_swap_SwapWeeklyVolume_filter: xlayer_swap_SwapWeeklyVolume_filter; + xlayer_swap_SwapWeeklyVolume_orderBy: xlayer_swap_SwapWeeklyVolume_orderBy; + xlayer_swap_SystemInfo: ResolverTypeWrapper; + xlayer_swap_SystemInfo_filter: xlayer_swap_SystemInfo_filter; + xlayer_swap_SystemInfo_orderBy: xlayer_swap_SystemInfo_orderBy; + xlayer_swap__Block_: ResolverTypeWrapper; + xlayer_swap__Meta_: ResolverTypeWrapper; + stagingpolygonzkevm_AggregateRoot: ResolverTypeWrapper; + stagingpolygonzkevm_AggregateRootProposed: ResolverTypeWrapper; + stagingpolygonzkevm_AggregateRootProposed_filter: stagingpolygonzkevm_AggregateRootProposed_filter; + stagingpolygonzkevm_AggregateRootProposed_orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy; + stagingpolygonzkevm_AggregateRoot_filter: stagingpolygonzkevm_AggregateRoot_filter; + stagingpolygonzkevm_AggregateRoot_orderBy: stagingpolygonzkevm_AggregateRoot_orderBy; + stagingpolygonzkevm_Aggregation_interval: stagingpolygonzkevm_Aggregation_interval; + stagingpolygonzkevm_Asset: ResolverTypeWrapper; + stagingpolygonzkevm_AssetBalance: ResolverTypeWrapper; + stagingpolygonzkevm_AssetBalance_filter: stagingpolygonzkevm_AssetBalance_filter; + stagingpolygonzkevm_AssetBalance_orderBy: stagingpolygonzkevm_AssetBalance_orderBy; + stagingpolygonzkevm_AssetStatus: ResolverTypeWrapper; + stagingpolygonzkevm_AssetStatus_filter: stagingpolygonzkevm_AssetStatus_filter; + stagingpolygonzkevm_AssetStatus_orderBy: stagingpolygonzkevm_AssetStatus_orderBy; + stagingpolygonzkevm_Asset_filter: stagingpolygonzkevm_Asset_filter; + stagingpolygonzkevm_Asset_orderBy: stagingpolygonzkevm_Asset_orderBy; + stagingpolygonzkevm_BigDecimal: ResolverTypeWrapper; + stagingpolygonzkevm_BlockChangedFilter: stagingpolygonzkevm_BlockChangedFilter; + stagingpolygonzkevm_Block_height: stagingpolygonzkevm_Block_height; + stagingpolygonzkevm_Bytes: ResolverTypeWrapper; + stagingpolygonzkevm_ConnectorMeta: ResolverTypeWrapper; + stagingpolygonzkevm_ConnectorMeta_filter: stagingpolygonzkevm_ConnectorMeta_filter; + stagingpolygonzkevm_ConnectorMeta_orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy; + stagingpolygonzkevm_DestinationTransfer: ResolverTypeWrapper; + stagingpolygonzkevm_DestinationTransfer_filter: stagingpolygonzkevm_DestinationTransfer_filter; + stagingpolygonzkevm_DestinationTransfer_orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy; + stagingpolygonzkevm_Int8: ResolverTypeWrapper; + stagingpolygonzkevm_OptimisticRootFinalized: ResolverTypeWrapper; + stagingpolygonzkevm_OptimisticRootFinalized_filter: stagingpolygonzkevm_OptimisticRootFinalized_filter; + stagingpolygonzkevm_OptimisticRootFinalized_orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy; + stagingpolygonzkevm_OrderDirection: stagingpolygonzkevm_OrderDirection; + stagingpolygonzkevm_OriginMessage: ResolverTypeWrapper; + stagingpolygonzkevm_OriginMessage_filter: stagingpolygonzkevm_OriginMessage_filter; + stagingpolygonzkevm_OriginMessage_orderBy: stagingpolygonzkevm_OriginMessage_orderBy; + stagingpolygonzkevm_OriginTransfer: ResolverTypeWrapper; + stagingpolygonzkevm_OriginTransfer_filter: stagingpolygonzkevm_OriginTransfer_filter; + stagingpolygonzkevm_OriginTransfer_orderBy: stagingpolygonzkevm_OriginTransfer_orderBy; + stagingpolygonzkevm_Relayer: ResolverTypeWrapper; + stagingpolygonzkevm_RelayerFee: ResolverTypeWrapper; + stagingpolygonzkevm_RelayerFee_filter: stagingpolygonzkevm_RelayerFee_filter; + stagingpolygonzkevm_RelayerFee_orderBy: stagingpolygonzkevm_RelayerFee_orderBy; + stagingpolygonzkevm_RelayerFeesIncrease: ResolverTypeWrapper; + stagingpolygonzkevm_RelayerFeesIncrease_filter: stagingpolygonzkevm_RelayerFeesIncrease_filter; + stagingpolygonzkevm_RelayerFeesIncrease_orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy; + stagingpolygonzkevm_Relayer_filter: stagingpolygonzkevm_Relayer_filter; + stagingpolygonzkevm_Relayer_orderBy: stagingpolygonzkevm_Relayer_orderBy; + stagingpolygonzkevm_RootCount: ResolverTypeWrapper; + stagingpolygonzkevm_RootCount_filter: stagingpolygonzkevm_RootCount_filter; + stagingpolygonzkevm_RootCount_orderBy: stagingpolygonzkevm_RootCount_orderBy; + stagingpolygonzkevm_RootMessageSent: ResolverTypeWrapper; + stagingpolygonzkevm_RootMessageSent_filter: stagingpolygonzkevm_RootMessageSent_filter; + stagingpolygonzkevm_RootMessageSent_orderBy: stagingpolygonzkevm_RootMessageSent_orderBy; + stagingpolygonzkevm_Router: ResolverTypeWrapper; + stagingpolygonzkevm_RouterDailyTVL: ResolverTypeWrapper; + stagingpolygonzkevm_RouterDailyTVL_filter: stagingpolygonzkevm_RouterDailyTVL_filter; + stagingpolygonzkevm_RouterDailyTVL_orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy; + stagingpolygonzkevm_RouterLiquidityEvent: ResolverTypeWrapper; + stagingpolygonzkevm_RouterLiquidityEventType: stagingpolygonzkevm_RouterLiquidityEventType; + stagingpolygonzkevm_RouterLiquidityEvent_filter: stagingpolygonzkevm_RouterLiquidityEvent_filter; + stagingpolygonzkevm_RouterLiquidityEvent_orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy; + stagingpolygonzkevm_Router_filter: stagingpolygonzkevm_Router_filter; + stagingpolygonzkevm_Router_orderBy: stagingpolygonzkevm_Router_orderBy; + stagingpolygonzkevm_Sequencer: ResolverTypeWrapper; + stagingpolygonzkevm_Sequencer_filter: stagingpolygonzkevm_Sequencer_filter; + stagingpolygonzkevm_Sequencer_orderBy: stagingpolygonzkevm_Sequencer_orderBy; + stagingpolygonzkevm_Setting: ResolverTypeWrapper; + stagingpolygonzkevm_Setting_filter: stagingpolygonzkevm_Setting_filter; + stagingpolygonzkevm_Setting_orderBy: stagingpolygonzkevm_Setting_orderBy; + stagingpolygonzkevm_SlippageUpdate: ResolverTypeWrapper; + stagingpolygonzkevm_SlippageUpdate_filter: stagingpolygonzkevm_SlippageUpdate_filter; + stagingpolygonzkevm_SlippageUpdate_orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy; + stagingpolygonzkevm_SnapshotRoot: ResolverTypeWrapper; + stagingpolygonzkevm_SnapshotRoot_filter: stagingpolygonzkevm_SnapshotRoot_filter; + stagingpolygonzkevm_SnapshotRoot_orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy; + stagingpolygonzkevm_SpokeConnectorMode: ResolverTypeWrapper; + stagingpolygonzkevm_SpokeConnectorMode_filter: stagingpolygonzkevm_SpokeConnectorMode_filter; + stagingpolygonzkevm_SpokeConnectorMode_orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy; + stagingpolygonzkevm_TransferStatus: stagingpolygonzkevm_TransferStatus; + stagingpolygonzkevm__Block_: ResolverTypeWrapper; + stagingpolygonzkevm__Meta_: ResolverTypeWrapper; stagingbnb_AggregateRoot: ResolverTypeWrapper; stagingbnb_AggregateRootProposed: ResolverTypeWrapper; stagingbnb_AggregateRootProposed_filter: stagingbnb_AggregateRootProposed_filter; @@ -180491,6 +179107,77 @@ export type ResolversTypes = ResolversObject<{ stagingbnb_TransferStatus: stagingbnb_TransferStatus; stagingbnb__Block_: ResolverTypeWrapper; stagingbnb__Meta_: ResolverTypeWrapper; + sepolia_AggregateRoot: ResolverTypeWrapper; + sepolia_AggregateRootProposed: ResolverTypeWrapper; + sepolia_AggregateRootProposed_filter: sepolia_AggregateRootProposed_filter; + sepolia_AggregateRootProposed_orderBy: sepolia_AggregateRootProposed_orderBy; + sepolia_AggregateRoot_filter: sepolia_AggregateRoot_filter; + sepolia_AggregateRoot_orderBy: sepolia_AggregateRoot_orderBy; + sepolia_Asset: ResolverTypeWrapper; + sepolia_AssetBalance: ResolverTypeWrapper; + sepolia_AssetBalance_filter: sepolia_AssetBalance_filter; + sepolia_AssetBalance_orderBy: sepolia_AssetBalance_orderBy; + sepolia_AssetStatus: ResolverTypeWrapper; + sepolia_AssetStatus_filter: sepolia_AssetStatus_filter; + sepolia_AssetStatus_orderBy: sepolia_AssetStatus_orderBy; + sepolia_Asset_filter: sepolia_Asset_filter; + sepolia_Asset_orderBy: sepolia_Asset_orderBy; + sepolia_ConnectorMeta: ResolverTypeWrapper; + sepolia_ConnectorMeta_filter: sepolia_ConnectorMeta_filter; + sepolia_ConnectorMeta_orderBy: sepolia_ConnectorMeta_orderBy; + sepolia_DestinationTransfer: ResolverTypeWrapper; + sepolia_DestinationTransfer_filter: sepolia_DestinationTransfer_filter; + sepolia_DestinationTransfer_orderBy: sepolia_DestinationTransfer_orderBy; + sepolia_OptimisticRootFinalized: ResolverTypeWrapper; + sepolia_OptimisticRootFinalized_filter: sepolia_OptimisticRootFinalized_filter; + sepolia_OptimisticRootFinalized_orderBy: sepolia_OptimisticRootFinalized_orderBy; + sepolia_OriginMessage: ResolverTypeWrapper; + sepolia_OriginMessage_filter: sepolia_OriginMessage_filter; + sepolia_OriginMessage_orderBy: sepolia_OriginMessage_orderBy; + sepolia_OriginTransfer: ResolverTypeWrapper; + sepolia_OriginTransfer_filter: sepolia_OriginTransfer_filter; + sepolia_OriginTransfer_orderBy: sepolia_OriginTransfer_orderBy; + sepolia_Relayer: ResolverTypeWrapper; + sepolia_RelayerFee: ResolverTypeWrapper; + sepolia_RelayerFee_filter: sepolia_RelayerFee_filter; + sepolia_RelayerFee_orderBy: sepolia_RelayerFee_orderBy; + sepolia_RelayerFeesIncrease: ResolverTypeWrapper; + sepolia_RelayerFeesIncrease_filter: sepolia_RelayerFeesIncrease_filter; + sepolia_RelayerFeesIncrease_orderBy: sepolia_RelayerFeesIncrease_orderBy; + sepolia_Relayer_filter: sepolia_Relayer_filter; + sepolia_Relayer_orderBy: sepolia_Relayer_orderBy; + sepolia_RootCount: ResolverTypeWrapper; + sepolia_RootCount_filter: sepolia_RootCount_filter; + sepolia_RootCount_orderBy: sepolia_RootCount_orderBy; + sepolia_RootMessageSent: ResolverTypeWrapper; + sepolia_RootMessageSent_filter: sepolia_RootMessageSent_filter; + sepolia_RootMessageSent_orderBy: sepolia_RootMessageSent_orderBy; + sepolia_Router: ResolverTypeWrapper; + sepolia_RouterDailyTVL: ResolverTypeWrapper; + sepolia_RouterDailyTVL_filter: sepolia_RouterDailyTVL_filter; + sepolia_RouterDailyTVL_orderBy: sepolia_RouterDailyTVL_orderBy; + sepolia_RouterLiquidityEvent: ResolverTypeWrapper; + sepolia_RouterLiquidityEventType: sepolia_RouterLiquidityEventType; + sepolia_RouterLiquidityEvent_filter: sepolia_RouterLiquidityEvent_filter; + sepolia_RouterLiquidityEvent_orderBy: sepolia_RouterLiquidityEvent_orderBy; + sepolia_Router_filter: sepolia_Router_filter; + sepolia_Router_orderBy: sepolia_Router_orderBy; + sepolia_Sequencer: ResolverTypeWrapper; + sepolia_Sequencer_filter: sepolia_Sequencer_filter; + sepolia_Sequencer_orderBy: sepolia_Sequencer_orderBy; + sepolia_Setting: ResolverTypeWrapper; + sepolia_Setting_filter: sepolia_Setting_filter; + sepolia_Setting_orderBy: sepolia_Setting_orderBy; + sepolia_SlippageUpdate: ResolverTypeWrapper; + sepolia_SlippageUpdate_filter: sepolia_SlippageUpdate_filter; + sepolia_SlippageUpdate_orderBy: sepolia_SlippageUpdate_orderBy; + sepolia_SnapshotRoot: ResolverTypeWrapper; + sepolia_SnapshotRoot_filter: sepolia_SnapshotRoot_filter; + sepolia_SnapshotRoot_orderBy: sepolia_SnapshotRoot_orderBy; + sepolia_SpokeConnectorMode: ResolverTypeWrapper; + sepolia_SpokeConnectorMode_filter: sepolia_SpokeConnectorMode_filter; + sepolia_SpokeConnectorMode_orderBy: sepolia_SpokeConnectorMode_orderBy; + sepolia_TransferStatus: sepolia_TransferStatus; stagingarbitrumone_AggregateRoot: ResolverTypeWrapper; stagingarbitrumone_AggregateRootProposed: ResolverTypeWrapper; stagingarbitrumone_AggregateRootProposed_filter: stagingarbitrumone_AggregateRootProposed_filter; @@ -180571,86 +179258,645 @@ export type ResolversTypes = ResolversObject<{ stagingarbitrumone_TransferStatus: stagingarbitrumone_TransferStatus; stagingarbitrumone__Block_: ResolverTypeWrapper; stagingarbitrumone__Meta_: ResolverTypeWrapper; - stagingpolygonzkevm_AggregateRoot: ResolverTypeWrapper; - stagingpolygonzkevm_AggregateRootProposed: ResolverTypeWrapper; - stagingpolygonzkevm_AggregateRootProposed_filter: stagingpolygonzkevm_AggregateRootProposed_filter; - stagingpolygonzkevm_AggregateRootProposed_orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy; - stagingpolygonzkevm_AggregateRoot_filter: stagingpolygonzkevm_AggregateRoot_filter; - stagingpolygonzkevm_AggregateRoot_orderBy: stagingpolygonzkevm_AggregateRoot_orderBy; - stagingpolygonzkevm_Aggregation_interval: stagingpolygonzkevm_Aggregation_interval; - stagingpolygonzkevm_Asset: ResolverTypeWrapper; - stagingpolygonzkevm_AssetBalance: ResolverTypeWrapper; - stagingpolygonzkevm_AssetBalance_filter: stagingpolygonzkevm_AssetBalance_filter; - stagingpolygonzkevm_AssetBalance_orderBy: stagingpolygonzkevm_AssetBalance_orderBy; - stagingpolygonzkevm_AssetStatus: ResolverTypeWrapper; - stagingpolygonzkevm_AssetStatus_filter: stagingpolygonzkevm_AssetStatus_filter; - stagingpolygonzkevm_AssetStatus_orderBy: stagingpolygonzkevm_AssetStatus_orderBy; - stagingpolygonzkevm_Asset_filter: stagingpolygonzkevm_Asset_filter; - stagingpolygonzkevm_Asset_orderBy: stagingpolygonzkevm_Asset_orderBy; - stagingpolygonzkevm_BigDecimal: ResolverTypeWrapper; - stagingpolygonzkevm_BlockChangedFilter: stagingpolygonzkevm_BlockChangedFilter; - stagingpolygonzkevm_Block_height: stagingpolygonzkevm_Block_height; - stagingpolygonzkevm_Bytes: ResolverTypeWrapper; - stagingpolygonzkevm_ConnectorMeta: ResolverTypeWrapper; - stagingpolygonzkevm_ConnectorMeta_filter: stagingpolygonzkevm_ConnectorMeta_filter; - stagingpolygonzkevm_ConnectorMeta_orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy; - stagingpolygonzkevm_DestinationTransfer: ResolverTypeWrapper; - stagingpolygonzkevm_DestinationTransfer_filter: stagingpolygonzkevm_DestinationTransfer_filter; - stagingpolygonzkevm_DestinationTransfer_orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy; - stagingpolygonzkevm_Int8: ResolverTypeWrapper; - stagingpolygonzkevm_OptimisticRootFinalized: ResolverTypeWrapper; - stagingpolygonzkevm_OptimisticRootFinalized_filter: stagingpolygonzkevm_OptimisticRootFinalized_filter; - stagingpolygonzkevm_OptimisticRootFinalized_orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy; - stagingpolygonzkevm_OrderDirection: stagingpolygonzkevm_OrderDirection; - stagingpolygonzkevm_OriginMessage: ResolverTypeWrapper; - stagingpolygonzkevm_OriginMessage_filter: stagingpolygonzkevm_OriginMessage_filter; - stagingpolygonzkevm_OriginMessage_orderBy: stagingpolygonzkevm_OriginMessage_orderBy; - stagingpolygonzkevm_OriginTransfer: ResolverTypeWrapper; - stagingpolygonzkevm_OriginTransfer_filter: stagingpolygonzkevm_OriginTransfer_filter; - stagingpolygonzkevm_OriginTransfer_orderBy: stagingpolygonzkevm_OriginTransfer_orderBy; - stagingpolygonzkevm_Relayer: ResolverTypeWrapper; - stagingpolygonzkevm_RelayerFee: ResolverTypeWrapper; - stagingpolygonzkevm_RelayerFee_filter: stagingpolygonzkevm_RelayerFee_filter; - stagingpolygonzkevm_RelayerFee_orderBy: stagingpolygonzkevm_RelayerFee_orderBy; - stagingpolygonzkevm_RelayerFeesIncrease: ResolverTypeWrapper; - stagingpolygonzkevm_RelayerFeesIncrease_filter: stagingpolygonzkevm_RelayerFeesIncrease_filter; - stagingpolygonzkevm_RelayerFeesIncrease_orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy; - stagingpolygonzkevm_Relayer_filter: stagingpolygonzkevm_Relayer_filter; - stagingpolygonzkevm_Relayer_orderBy: stagingpolygonzkevm_Relayer_orderBy; - stagingpolygonzkevm_RootCount: ResolverTypeWrapper; - stagingpolygonzkevm_RootCount_filter: stagingpolygonzkevm_RootCount_filter; - stagingpolygonzkevm_RootCount_orderBy: stagingpolygonzkevm_RootCount_orderBy; - stagingpolygonzkevm_RootMessageSent: ResolverTypeWrapper; - stagingpolygonzkevm_RootMessageSent_filter: stagingpolygonzkevm_RootMessageSent_filter; - stagingpolygonzkevm_RootMessageSent_orderBy: stagingpolygonzkevm_RootMessageSent_orderBy; - stagingpolygonzkevm_Router: ResolverTypeWrapper; - stagingpolygonzkevm_RouterDailyTVL: ResolverTypeWrapper; - stagingpolygonzkevm_RouterDailyTVL_filter: stagingpolygonzkevm_RouterDailyTVL_filter; - stagingpolygonzkevm_RouterDailyTVL_orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy; - stagingpolygonzkevm_RouterLiquidityEvent: ResolverTypeWrapper; - stagingpolygonzkevm_RouterLiquidityEventType: stagingpolygonzkevm_RouterLiquidityEventType; - stagingpolygonzkevm_RouterLiquidityEvent_filter: stagingpolygonzkevm_RouterLiquidityEvent_filter; - stagingpolygonzkevm_RouterLiquidityEvent_orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy; - stagingpolygonzkevm_Router_filter: stagingpolygonzkevm_Router_filter; - stagingpolygonzkevm_Router_orderBy: stagingpolygonzkevm_Router_orderBy; - stagingpolygonzkevm_Sequencer: ResolverTypeWrapper; - stagingpolygonzkevm_Sequencer_filter: stagingpolygonzkevm_Sequencer_filter; - stagingpolygonzkevm_Sequencer_orderBy: stagingpolygonzkevm_Sequencer_orderBy; - stagingpolygonzkevm_Setting: ResolverTypeWrapper; - stagingpolygonzkevm_Setting_filter: stagingpolygonzkevm_Setting_filter; - stagingpolygonzkevm_Setting_orderBy: stagingpolygonzkevm_Setting_orderBy; - stagingpolygonzkevm_SlippageUpdate: ResolverTypeWrapper; - stagingpolygonzkevm_SlippageUpdate_filter: stagingpolygonzkevm_SlippageUpdate_filter; - stagingpolygonzkevm_SlippageUpdate_orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy; - stagingpolygonzkevm_SnapshotRoot: ResolverTypeWrapper; - stagingpolygonzkevm_SnapshotRoot_filter: stagingpolygonzkevm_SnapshotRoot_filter; - stagingpolygonzkevm_SnapshotRoot_orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy; - stagingpolygonzkevm_SpokeConnectorMode: ResolverTypeWrapper; - stagingpolygonzkevm_SpokeConnectorMode_filter: stagingpolygonzkevm_SpokeConnectorMode_filter; - stagingpolygonzkevm_SpokeConnectorMode_orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy; - stagingpolygonzkevm_TransferStatus: stagingpolygonzkevm_TransferStatus; - stagingpolygonzkevm__Block_: ResolverTypeWrapper; - stagingpolygonzkevm__Meta_: ResolverTypeWrapper; + stagingpolygon_AggregateRoot: ResolverTypeWrapper; + stagingpolygon_AggregateRootProposed: ResolverTypeWrapper; + stagingpolygon_AggregateRootProposed_filter: stagingpolygon_AggregateRootProposed_filter; + stagingpolygon_AggregateRootProposed_orderBy: stagingpolygon_AggregateRootProposed_orderBy; + stagingpolygon_AggregateRoot_filter: stagingpolygon_AggregateRoot_filter; + stagingpolygon_AggregateRoot_orderBy: stagingpolygon_AggregateRoot_orderBy; + stagingpolygon_Aggregation_interval: stagingpolygon_Aggregation_interval; + stagingpolygon_Asset: ResolverTypeWrapper; + stagingpolygon_AssetBalance: ResolverTypeWrapper; + stagingpolygon_AssetBalance_filter: stagingpolygon_AssetBalance_filter; + stagingpolygon_AssetBalance_orderBy: stagingpolygon_AssetBalance_orderBy; + stagingpolygon_AssetStatus: ResolverTypeWrapper; + stagingpolygon_AssetStatus_filter: stagingpolygon_AssetStatus_filter; + stagingpolygon_AssetStatus_orderBy: stagingpolygon_AssetStatus_orderBy; + stagingpolygon_Asset_filter: stagingpolygon_Asset_filter; + stagingpolygon_Asset_orderBy: stagingpolygon_Asset_orderBy; + stagingpolygon_BigDecimal: ResolverTypeWrapper; + stagingpolygon_BlockChangedFilter: stagingpolygon_BlockChangedFilter; + stagingpolygon_Block_height: stagingpolygon_Block_height; + stagingpolygon_Bytes: ResolverTypeWrapper; + stagingpolygon_ConnectorMeta: ResolverTypeWrapper; + stagingpolygon_ConnectorMeta_filter: stagingpolygon_ConnectorMeta_filter; + stagingpolygon_ConnectorMeta_orderBy: stagingpolygon_ConnectorMeta_orderBy; + stagingpolygon_DestinationTransfer: ResolverTypeWrapper; + stagingpolygon_DestinationTransfer_filter: stagingpolygon_DestinationTransfer_filter; + stagingpolygon_DestinationTransfer_orderBy: stagingpolygon_DestinationTransfer_orderBy; + stagingpolygon_Int8: ResolverTypeWrapper; + stagingpolygon_OptimisticRootFinalized: ResolverTypeWrapper; + stagingpolygon_OptimisticRootFinalized_filter: stagingpolygon_OptimisticRootFinalized_filter; + stagingpolygon_OptimisticRootFinalized_orderBy: stagingpolygon_OptimisticRootFinalized_orderBy; + stagingpolygon_OrderDirection: stagingpolygon_OrderDirection; + stagingpolygon_OriginMessage: ResolverTypeWrapper; + stagingpolygon_OriginMessage_filter: stagingpolygon_OriginMessage_filter; + stagingpolygon_OriginMessage_orderBy: stagingpolygon_OriginMessage_orderBy; + stagingpolygon_OriginTransfer: ResolverTypeWrapper; + stagingpolygon_OriginTransfer_filter: stagingpolygon_OriginTransfer_filter; + stagingpolygon_OriginTransfer_orderBy: stagingpolygon_OriginTransfer_orderBy; + stagingpolygon_Relayer: ResolverTypeWrapper; + stagingpolygon_RelayerFee: ResolverTypeWrapper; + stagingpolygon_RelayerFee_filter: stagingpolygon_RelayerFee_filter; + stagingpolygon_RelayerFee_orderBy: stagingpolygon_RelayerFee_orderBy; + stagingpolygon_RelayerFeesIncrease: ResolverTypeWrapper; + stagingpolygon_RelayerFeesIncrease_filter: stagingpolygon_RelayerFeesIncrease_filter; + stagingpolygon_RelayerFeesIncrease_orderBy: stagingpolygon_RelayerFeesIncrease_orderBy; + stagingpolygon_Relayer_filter: stagingpolygon_Relayer_filter; + stagingpolygon_Relayer_orderBy: stagingpolygon_Relayer_orderBy; + stagingpolygon_RootCount: ResolverTypeWrapper; + stagingpolygon_RootCount_filter: stagingpolygon_RootCount_filter; + stagingpolygon_RootCount_orderBy: stagingpolygon_RootCount_orderBy; + stagingpolygon_RootMessageSent: ResolverTypeWrapper; + stagingpolygon_RootMessageSent_filter: stagingpolygon_RootMessageSent_filter; + stagingpolygon_RootMessageSent_orderBy: stagingpolygon_RootMessageSent_orderBy; + stagingpolygon_Router: ResolverTypeWrapper; + stagingpolygon_RouterDailyTVL: ResolverTypeWrapper; + stagingpolygon_RouterDailyTVL_filter: stagingpolygon_RouterDailyTVL_filter; + stagingpolygon_RouterDailyTVL_orderBy: stagingpolygon_RouterDailyTVL_orderBy; + stagingpolygon_RouterLiquidityEvent: ResolverTypeWrapper; + stagingpolygon_RouterLiquidityEventType: stagingpolygon_RouterLiquidityEventType; + stagingpolygon_RouterLiquidityEvent_filter: stagingpolygon_RouterLiquidityEvent_filter; + stagingpolygon_RouterLiquidityEvent_orderBy: stagingpolygon_RouterLiquidityEvent_orderBy; + stagingpolygon_Router_filter: stagingpolygon_Router_filter; + stagingpolygon_Router_orderBy: stagingpolygon_Router_orderBy; + stagingpolygon_Sequencer: ResolverTypeWrapper; + stagingpolygon_Sequencer_filter: stagingpolygon_Sequencer_filter; + stagingpolygon_Sequencer_orderBy: stagingpolygon_Sequencer_orderBy; + stagingpolygon_Setting: ResolverTypeWrapper; + stagingpolygon_Setting_filter: stagingpolygon_Setting_filter; + stagingpolygon_Setting_orderBy: stagingpolygon_Setting_orderBy; + stagingpolygon_SlippageUpdate: ResolverTypeWrapper; + stagingpolygon_SlippageUpdate_filter: stagingpolygon_SlippageUpdate_filter; + stagingpolygon_SlippageUpdate_orderBy: stagingpolygon_SlippageUpdate_orderBy; + stagingpolygon_SnapshotRoot: ResolverTypeWrapper; + stagingpolygon_SnapshotRoot_filter: stagingpolygon_SnapshotRoot_filter; + stagingpolygon_SnapshotRoot_orderBy: stagingpolygon_SnapshotRoot_orderBy; + stagingpolygon_SpokeConnectorMode: ResolverTypeWrapper; + stagingpolygon_SpokeConnectorMode_filter: stagingpolygon_SpokeConnectorMode_filter; + stagingpolygon_SpokeConnectorMode_orderBy: stagingpolygon_SpokeConnectorMode_orderBy; + stagingpolygon_TransferStatus: stagingpolygon_TransferStatus; + stagingpolygon__Block_: ResolverTypeWrapper; + stagingpolygon__Meta_: ResolverTypeWrapper; + polygonzkevm_swap_AggregateRoot: ResolverTypeWrapper; + polygonzkevm_swap_AggregateRootProposed: ResolverTypeWrapper; + polygonzkevm_swap_AggregateRootProposed_filter: polygonzkevm_swap_AggregateRootProposed_filter; + polygonzkevm_swap_AggregateRootProposed_orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy; + polygonzkevm_swap_AggregateRoot_filter: polygonzkevm_swap_AggregateRoot_filter; + polygonzkevm_swap_AggregateRoot_orderBy: polygonzkevm_swap_AggregateRoot_orderBy; + polygonzkevm_swap_Aggregation_interval: polygonzkevm_swap_Aggregation_interval; + polygonzkevm_swap_Asset: ResolverTypeWrapper; + polygonzkevm_swap_AssetBalance: ResolverTypeWrapper; + polygonzkevm_swap_AssetBalance_filter: polygonzkevm_swap_AssetBalance_filter; + polygonzkevm_swap_AssetBalance_orderBy: polygonzkevm_swap_AssetBalance_orderBy; + polygonzkevm_swap_AssetStatus: ResolverTypeWrapper; + polygonzkevm_swap_AssetStatus_filter: polygonzkevm_swap_AssetStatus_filter; + polygonzkevm_swap_AssetStatus_orderBy: polygonzkevm_swap_AssetStatus_orderBy; + polygonzkevm_swap_Asset_filter: polygonzkevm_swap_Asset_filter; + polygonzkevm_swap_Asset_orderBy: polygonzkevm_swap_Asset_orderBy; + polygonzkevm_swap_BigDecimal: ResolverTypeWrapper; + polygonzkevm_swap_BlockChangedFilter: polygonzkevm_swap_BlockChangedFilter; + polygonzkevm_swap_Block_height: polygonzkevm_swap_Block_height; + polygonzkevm_swap_Bytes: ResolverTypeWrapper; + polygonzkevm_swap_ConnectorMeta: ResolverTypeWrapper; + polygonzkevm_swap_ConnectorMeta_filter: polygonzkevm_swap_ConnectorMeta_filter; + polygonzkevm_swap_ConnectorMeta_orderBy: polygonzkevm_swap_ConnectorMeta_orderBy; + polygonzkevm_swap_DestinationTransfer: ResolverTypeWrapper; + polygonzkevm_swap_DestinationTransfer_filter: polygonzkevm_swap_DestinationTransfer_filter; + polygonzkevm_swap_DestinationTransfer_orderBy: polygonzkevm_swap_DestinationTransfer_orderBy; + polygonzkevm_swap_Int8: ResolverTypeWrapper; + polygonzkevm_swap_OptimisticRootFinalized: ResolverTypeWrapper; + polygonzkevm_swap_OptimisticRootFinalized_filter: polygonzkevm_swap_OptimisticRootFinalized_filter; + polygonzkevm_swap_OptimisticRootFinalized_orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy; + polygonzkevm_swap_OrderDirection: polygonzkevm_swap_OrderDirection; + polygonzkevm_swap_OriginMessage: ResolverTypeWrapper; + polygonzkevm_swap_OriginMessage_filter: polygonzkevm_swap_OriginMessage_filter; + polygonzkevm_swap_OriginMessage_orderBy: polygonzkevm_swap_OriginMessage_orderBy; + polygonzkevm_swap_OriginTransfer: ResolverTypeWrapper; + polygonzkevm_swap_OriginTransfer_filter: polygonzkevm_swap_OriginTransfer_filter; + polygonzkevm_swap_OriginTransfer_orderBy: polygonzkevm_swap_OriginTransfer_orderBy; + polygonzkevm_swap_Relayer: ResolverTypeWrapper; + polygonzkevm_swap_RelayerFee: ResolverTypeWrapper; + polygonzkevm_swap_RelayerFee_filter: polygonzkevm_swap_RelayerFee_filter; + polygonzkevm_swap_RelayerFee_orderBy: polygonzkevm_swap_RelayerFee_orderBy; + polygonzkevm_swap_RelayerFeesIncrease: ResolverTypeWrapper; + polygonzkevm_swap_RelayerFeesIncrease_filter: polygonzkevm_swap_RelayerFeesIncrease_filter; + polygonzkevm_swap_RelayerFeesIncrease_orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy; + polygonzkevm_swap_Relayer_filter: polygonzkevm_swap_Relayer_filter; + polygonzkevm_swap_Relayer_orderBy: polygonzkevm_swap_Relayer_orderBy; + polygonzkevm_swap_RootCount: ResolverTypeWrapper; + polygonzkevm_swap_RootCount_filter: polygonzkevm_swap_RootCount_filter; + polygonzkevm_swap_RootCount_orderBy: polygonzkevm_swap_RootCount_orderBy; + polygonzkevm_swap_RootMessageSent: ResolverTypeWrapper; + polygonzkevm_swap_RootMessageSent_filter: polygonzkevm_swap_RootMessageSent_filter; + polygonzkevm_swap_RootMessageSent_orderBy: polygonzkevm_swap_RootMessageSent_orderBy; + polygonzkevm_swap_Router: ResolverTypeWrapper; + polygonzkevm_swap_RouterDailyTVL: ResolverTypeWrapper; + polygonzkevm_swap_RouterDailyTVL_filter: polygonzkevm_swap_RouterDailyTVL_filter; + polygonzkevm_swap_RouterDailyTVL_orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy; + polygonzkevm_swap_RouterLiquidityEvent: ResolverTypeWrapper; + polygonzkevm_swap_RouterLiquidityEventType: polygonzkevm_swap_RouterLiquidityEventType; + polygonzkevm_swap_RouterLiquidityEvent_filter: polygonzkevm_swap_RouterLiquidityEvent_filter; + polygonzkevm_swap_RouterLiquidityEvent_orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy; + polygonzkevm_swap_Router_filter: polygonzkevm_swap_Router_filter; + polygonzkevm_swap_Router_orderBy: polygonzkevm_swap_Router_orderBy; + polygonzkevm_swap_Sequencer: ResolverTypeWrapper; + polygonzkevm_swap_Sequencer_filter: polygonzkevm_swap_Sequencer_filter; + polygonzkevm_swap_Sequencer_orderBy: polygonzkevm_swap_Sequencer_orderBy; + polygonzkevm_swap_Setting: ResolverTypeWrapper; + polygonzkevm_swap_Setting_filter: polygonzkevm_swap_Setting_filter; + polygonzkevm_swap_Setting_orderBy: polygonzkevm_swap_Setting_orderBy; + polygonzkevm_swap_SlippageUpdate: ResolverTypeWrapper; + polygonzkevm_swap_SlippageUpdate_filter: polygonzkevm_swap_SlippageUpdate_filter; + polygonzkevm_swap_SlippageUpdate_orderBy: polygonzkevm_swap_SlippageUpdate_orderBy; + polygonzkevm_swap_SnapshotRoot: ResolverTypeWrapper; + polygonzkevm_swap_SnapshotRoot_filter: polygonzkevm_swap_SnapshotRoot_filter; + polygonzkevm_swap_SnapshotRoot_orderBy: polygonzkevm_swap_SnapshotRoot_orderBy; + polygonzkevm_swap_SpokeConnectorMode: ResolverTypeWrapper; + polygonzkevm_swap_SpokeConnectorMode_filter: polygonzkevm_swap_SpokeConnectorMode_filter; + polygonzkevm_swap_SpokeConnectorMode_orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy; + polygonzkevm_swap_TransferStatus: polygonzkevm_swap_TransferStatus; + polygonzkevm_swap__Block_: ResolverTypeWrapper; + polygonzkevm_swap__Meta_: ResolverTypeWrapper; + polygonzkevm_AggregateRoot: ResolverTypeWrapper; + polygonzkevm_AggregateRootProposed: ResolverTypeWrapper; + polygonzkevm_AggregateRootProposed_filter: polygonzkevm_AggregateRootProposed_filter; + polygonzkevm_AggregateRootProposed_orderBy: polygonzkevm_AggregateRootProposed_orderBy; + polygonzkevm_AggregateRoot_filter: polygonzkevm_AggregateRoot_filter; + polygonzkevm_AggregateRoot_orderBy: polygonzkevm_AggregateRoot_orderBy; + polygonzkevm_Aggregation_interval: polygonzkevm_Aggregation_interval; + polygonzkevm_Asset: ResolverTypeWrapper; + polygonzkevm_AssetBalance: ResolverTypeWrapper; + polygonzkevm_AssetBalance_filter: polygonzkevm_AssetBalance_filter; + polygonzkevm_AssetBalance_orderBy: polygonzkevm_AssetBalance_orderBy; + polygonzkevm_AssetStatus: ResolverTypeWrapper; + polygonzkevm_AssetStatus_filter: polygonzkevm_AssetStatus_filter; + polygonzkevm_AssetStatus_orderBy: polygonzkevm_AssetStatus_orderBy; + polygonzkevm_Asset_filter: polygonzkevm_Asset_filter; + polygonzkevm_Asset_orderBy: polygonzkevm_Asset_orderBy; + polygonzkevm_BigDecimal: ResolverTypeWrapper; + polygonzkevm_BlockChangedFilter: polygonzkevm_BlockChangedFilter; + polygonzkevm_Block_height: polygonzkevm_Block_height; + polygonzkevm_Bytes: ResolverTypeWrapper; + polygonzkevm_ConnectorMeta: ResolverTypeWrapper; + polygonzkevm_ConnectorMeta_filter: polygonzkevm_ConnectorMeta_filter; + polygonzkevm_ConnectorMeta_orderBy: polygonzkevm_ConnectorMeta_orderBy; + polygonzkevm_DestinationTransfer: ResolverTypeWrapper; + polygonzkevm_DestinationTransfer_filter: polygonzkevm_DestinationTransfer_filter; + polygonzkevm_DestinationTransfer_orderBy: polygonzkevm_DestinationTransfer_orderBy; + polygonzkevm_Int8: ResolverTypeWrapper; + polygonzkevm_OptimisticRootFinalized: ResolverTypeWrapper; + polygonzkevm_OptimisticRootFinalized_filter: polygonzkevm_OptimisticRootFinalized_filter; + polygonzkevm_OptimisticRootFinalized_orderBy: polygonzkevm_OptimisticRootFinalized_orderBy; + polygonzkevm_OrderDirection: polygonzkevm_OrderDirection; + polygonzkevm_OriginMessage: ResolverTypeWrapper; + polygonzkevm_OriginMessage_filter: polygonzkevm_OriginMessage_filter; + polygonzkevm_OriginMessage_orderBy: polygonzkevm_OriginMessage_orderBy; + polygonzkevm_OriginTransfer: ResolverTypeWrapper; + polygonzkevm_OriginTransfer_filter: polygonzkevm_OriginTransfer_filter; + polygonzkevm_OriginTransfer_orderBy: polygonzkevm_OriginTransfer_orderBy; + polygonzkevm_Relayer: ResolverTypeWrapper; + polygonzkevm_RelayerFee: ResolverTypeWrapper; + polygonzkevm_RelayerFee_filter: polygonzkevm_RelayerFee_filter; + polygonzkevm_RelayerFee_orderBy: polygonzkevm_RelayerFee_orderBy; + polygonzkevm_RelayerFeesIncrease: ResolverTypeWrapper; + polygonzkevm_RelayerFeesIncrease_filter: polygonzkevm_RelayerFeesIncrease_filter; + polygonzkevm_RelayerFeesIncrease_orderBy: polygonzkevm_RelayerFeesIncrease_orderBy; + polygonzkevm_Relayer_filter: polygonzkevm_Relayer_filter; + polygonzkevm_Relayer_orderBy: polygonzkevm_Relayer_orderBy; + polygonzkevm_RootCount: ResolverTypeWrapper; + polygonzkevm_RootCount_filter: polygonzkevm_RootCount_filter; + polygonzkevm_RootCount_orderBy: polygonzkevm_RootCount_orderBy; + polygonzkevm_RootMessageSent: ResolverTypeWrapper; + polygonzkevm_RootMessageSent_filter: polygonzkevm_RootMessageSent_filter; + polygonzkevm_RootMessageSent_orderBy: polygonzkevm_RootMessageSent_orderBy; + polygonzkevm_Router: ResolverTypeWrapper; + polygonzkevm_RouterDailyTVL: ResolverTypeWrapper; + polygonzkevm_RouterDailyTVL_filter: polygonzkevm_RouterDailyTVL_filter; + polygonzkevm_RouterDailyTVL_orderBy: polygonzkevm_RouterDailyTVL_orderBy; + polygonzkevm_RouterLiquidityEvent: ResolverTypeWrapper; + polygonzkevm_RouterLiquidityEventType: polygonzkevm_RouterLiquidityEventType; + polygonzkevm_RouterLiquidityEvent_filter: polygonzkevm_RouterLiquidityEvent_filter; + polygonzkevm_RouterLiquidityEvent_orderBy: polygonzkevm_RouterLiquidityEvent_orderBy; + polygonzkevm_Router_filter: polygonzkevm_Router_filter; + polygonzkevm_Router_orderBy: polygonzkevm_Router_orderBy; + polygonzkevm_Sequencer: ResolverTypeWrapper; + polygonzkevm_Sequencer_filter: polygonzkevm_Sequencer_filter; + polygonzkevm_Sequencer_orderBy: polygonzkevm_Sequencer_orderBy; + polygonzkevm_Setting: ResolverTypeWrapper; + polygonzkevm_Setting_filter: polygonzkevm_Setting_filter; + polygonzkevm_Setting_orderBy: polygonzkevm_Setting_orderBy; + polygonzkevm_SlippageUpdate: ResolverTypeWrapper; + polygonzkevm_SlippageUpdate_filter: polygonzkevm_SlippageUpdate_filter; + polygonzkevm_SlippageUpdate_orderBy: polygonzkevm_SlippageUpdate_orderBy; + polygonzkevm_SnapshotRoot: ResolverTypeWrapper; + polygonzkevm_SnapshotRoot_filter: polygonzkevm_SnapshotRoot_filter; + polygonzkevm_SnapshotRoot_orderBy: polygonzkevm_SnapshotRoot_orderBy; + polygonzkevm_SpokeConnectorMode: ResolverTypeWrapper; + polygonzkevm_SpokeConnectorMode_filter: polygonzkevm_SpokeConnectorMode_filter; + polygonzkevm_SpokeConnectorMode_orderBy: polygonzkevm_SpokeConnectorMode_orderBy; + polygonzkevm_TransferStatus: polygonzkevm_TransferStatus; + polygonzkevm__Block_: ResolverTypeWrapper; + polygonzkevm__Meta_: ResolverTypeWrapper; + optimismsepolia_AggregateRoot: ResolverTypeWrapper; + optimismsepolia_AggregateRootProposed: ResolverTypeWrapper; + optimismsepolia_AggregateRootProposed_filter: optimismsepolia_AggregateRootProposed_filter; + optimismsepolia_AggregateRootProposed_orderBy: optimismsepolia_AggregateRootProposed_orderBy; + optimismsepolia_AggregateRoot_filter: optimismsepolia_AggregateRoot_filter; + optimismsepolia_AggregateRoot_orderBy: optimismsepolia_AggregateRoot_orderBy; + optimismsepolia_Aggregation_interval: optimismsepolia_Aggregation_interval; + optimismsepolia_Asset: ResolverTypeWrapper; + optimismsepolia_AssetBalance: ResolverTypeWrapper; + optimismsepolia_AssetBalance_filter: optimismsepolia_AssetBalance_filter; + optimismsepolia_AssetBalance_orderBy: optimismsepolia_AssetBalance_orderBy; + optimismsepolia_AssetStatus: ResolverTypeWrapper; + optimismsepolia_AssetStatus_filter: optimismsepolia_AssetStatus_filter; + optimismsepolia_AssetStatus_orderBy: optimismsepolia_AssetStatus_orderBy; + optimismsepolia_Asset_filter: optimismsepolia_Asset_filter; + optimismsepolia_Asset_orderBy: optimismsepolia_Asset_orderBy; + optimismsepolia_BigDecimal: ResolverTypeWrapper; + optimismsepolia_BlockChangedFilter: optimismsepolia_BlockChangedFilter; + optimismsepolia_Block_height: optimismsepolia_Block_height; + optimismsepolia_Bytes: ResolverTypeWrapper; + optimismsepolia_ConnectorMeta: ResolverTypeWrapper; + optimismsepolia_ConnectorMeta_filter: optimismsepolia_ConnectorMeta_filter; + optimismsepolia_ConnectorMeta_orderBy: optimismsepolia_ConnectorMeta_orderBy; + optimismsepolia_DestinationTransfer: ResolverTypeWrapper; + optimismsepolia_DestinationTransfer_filter: optimismsepolia_DestinationTransfer_filter; + optimismsepolia_DestinationTransfer_orderBy: optimismsepolia_DestinationTransfer_orderBy; + optimismsepolia_Int8: ResolverTypeWrapper; + optimismsepolia_OptimisticRootFinalized: ResolverTypeWrapper; + optimismsepolia_OptimisticRootFinalized_filter: optimismsepolia_OptimisticRootFinalized_filter; + optimismsepolia_OptimisticRootFinalized_orderBy: optimismsepolia_OptimisticRootFinalized_orderBy; + optimismsepolia_OrderDirection: optimismsepolia_OrderDirection; + optimismsepolia_OriginMessage: ResolverTypeWrapper; + optimismsepolia_OriginMessage_filter: optimismsepolia_OriginMessage_filter; + optimismsepolia_OriginMessage_orderBy: optimismsepolia_OriginMessage_orderBy; + optimismsepolia_OriginTransfer: ResolverTypeWrapper; + optimismsepolia_OriginTransfer_filter: optimismsepolia_OriginTransfer_filter; + optimismsepolia_OriginTransfer_orderBy: optimismsepolia_OriginTransfer_orderBy; + optimismsepolia_Relayer: ResolverTypeWrapper; + optimismsepolia_RelayerFee: ResolverTypeWrapper; + optimismsepolia_RelayerFee_filter: optimismsepolia_RelayerFee_filter; + optimismsepolia_RelayerFee_orderBy: optimismsepolia_RelayerFee_orderBy; + optimismsepolia_RelayerFeesIncrease: ResolverTypeWrapper; + optimismsepolia_RelayerFeesIncrease_filter: optimismsepolia_RelayerFeesIncrease_filter; + optimismsepolia_RelayerFeesIncrease_orderBy: optimismsepolia_RelayerFeesIncrease_orderBy; + optimismsepolia_Relayer_filter: optimismsepolia_Relayer_filter; + optimismsepolia_Relayer_orderBy: optimismsepolia_Relayer_orderBy; + optimismsepolia_RootCount: ResolverTypeWrapper; + optimismsepolia_RootCount_filter: optimismsepolia_RootCount_filter; + optimismsepolia_RootCount_orderBy: optimismsepolia_RootCount_orderBy; + optimismsepolia_RootMessageSent: ResolverTypeWrapper; + optimismsepolia_RootMessageSent_filter: optimismsepolia_RootMessageSent_filter; + optimismsepolia_RootMessageSent_orderBy: optimismsepolia_RootMessageSent_orderBy; + optimismsepolia_Router: ResolverTypeWrapper; + optimismsepolia_RouterDailyTVL: ResolverTypeWrapper; + optimismsepolia_RouterDailyTVL_filter: optimismsepolia_RouterDailyTVL_filter; + optimismsepolia_RouterDailyTVL_orderBy: optimismsepolia_RouterDailyTVL_orderBy; + optimismsepolia_RouterLiquidityEvent: ResolverTypeWrapper; + optimismsepolia_RouterLiquidityEventType: optimismsepolia_RouterLiquidityEventType; + optimismsepolia_RouterLiquidityEvent_filter: optimismsepolia_RouterLiquidityEvent_filter; + optimismsepolia_RouterLiquidityEvent_orderBy: optimismsepolia_RouterLiquidityEvent_orderBy; + optimismsepolia_Router_filter: optimismsepolia_Router_filter; + optimismsepolia_Router_orderBy: optimismsepolia_Router_orderBy; + optimismsepolia_Sequencer: ResolverTypeWrapper; + optimismsepolia_Sequencer_filter: optimismsepolia_Sequencer_filter; + optimismsepolia_Sequencer_orderBy: optimismsepolia_Sequencer_orderBy; + optimismsepolia_Setting: ResolverTypeWrapper; + optimismsepolia_Setting_filter: optimismsepolia_Setting_filter; + optimismsepolia_Setting_orderBy: optimismsepolia_Setting_orderBy; + optimismsepolia_SlippageUpdate: ResolverTypeWrapper; + optimismsepolia_SlippageUpdate_filter: optimismsepolia_SlippageUpdate_filter; + optimismsepolia_SlippageUpdate_orderBy: optimismsepolia_SlippageUpdate_orderBy; + optimismsepolia_SnapshotRoot: ResolverTypeWrapper; + optimismsepolia_SnapshotRoot_filter: optimismsepolia_SnapshotRoot_filter; + optimismsepolia_SnapshotRoot_orderBy: optimismsepolia_SnapshotRoot_orderBy; + optimismsepolia_SpokeConnectorMode: ResolverTypeWrapper; + optimismsepolia_SpokeConnectorMode_filter: optimismsepolia_SpokeConnectorMode_filter; + optimismsepolia_SpokeConnectorMode_orderBy: optimismsepolia_SpokeConnectorMode_orderBy; + optimismsepolia_TransferStatus: optimismsepolia_TransferStatus; + optimismsepolia__Block_: ResolverTypeWrapper; + optimismsepolia__Meta_: ResolverTypeWrapper; + zksync_AggregateRoot: ResolverTypeWrapper; + zksync_AggregateRootProposed: ResolverTypeWrapper; + zksync_AggregateRootProposed_filter: zksync_AggregateRootProposed_filter; + zksync_AggregateRootProposed_orderBy: zksync_AggregateRootProposed_orderBy; + zksync_AggregateRoot_filter: zksync_AggregateRoot_filter; + zksync_AggregateRoot_orderBy: zksync_AggregateRoot_orderBy; + zksync_Aggregation_interval: zksync_Aggregation_interval; + zksync_Asset: ResolverTypeWrapper; + zksync_AssetBalance: ResolverTypeWrapper; + zksync_AssetBalance_filter: zksync_AssetBalance_filter; + zksync_AssetBalance_orderBy: zksync_AssetBalance_orderBy; + zksync_AssetStatus: ResolverTypeWrapper; + zksync_AssetStatus_filter: zksync_AssetStatus_filter; + zksync_AssetStatus_orderBy: zksync_AssetStatus_orderBy; + zksync_Asset_filter: zksync_Asset_filter; + zksync_Asset_orderBy: zksync_Asset_orderBy; + zksync_BigDecimal: ResolverTypeWrapper; + zksync_BlockChangedFilter: zksync_BlockChangedFilter; + zksync_Block_height: zksync_Block_height; + zksync_Bytes: ResolverTypeWrapper; + zksync_ConnectorMeta: ResolverTypeWrapper; + zksync_ConnectorMeta_filter: zksync_ConnectorMeta_filter; + zksync_ConnectorMeta_orderBy: zksync_ConnectorMeta_orderBy; + zksync_DestinationTransfer: ResolverTypeWrapper; + zksync_DestinationTransfer_filter: zksync_DestinationTransfer_filter; + zksync_DestinationTransfer_orderBy: zksync_DestinationTransfer_orderBy; + zksync_Int8: ResolverTypeWrapper; + zksync_OptimisticRootFinalized: ResolverTypeWrapper; + zksync_OptimisticRootFinalized_filter: zksync_OptimisticRootFinalized_filter; + zksync_OptimisticRootFinalized_orderBy: zksync_OptimisticRootFinalized_orderBy; + zksync_OrderDirection: zksync_OrderDirection; + zksync_OriginMessage: ResolverTypeWrapper; + zksync_OriginMessage_filter: zksync_OriginMessage_filter; + zksync_OriginMessage_orderBy: zksync_OriginMessage_orderBy; + zksync_OriginTransfer: ResolverTypeWrapper; + zksync_OriginTransfer_filter: zksync_OriginTransfer_filter; + zksync_OriginTransfer_orderBy: zksync_OriginTransfer_orderBy; + zksync_Relayer: ResolverTypeWrapper; + zksync_RelayerFee: ResolverTypeWrapper; + zksync_RelayerFee_filter: zksync_RelayerFee_filter; + zksync_RelayerFee_orderBy: zksync_RelayerFee_orderBy; + zksync_RelayerFeesIncrease: ResolverTypeWrapper; + zksync_RelayerFeesIncrease_filter: zksync_RelayerFeesIncrease_filter; + zksync_RelayerFeesIncrease_orderBy: zksync_RelayerFeesIncrease_orderBy; + zksync_Relayer_filter: zksync_Relayer_filter; + zksync_Relayer_orderBy: zksync_Relayer_orderBy; + zksync_RootCount: ResolverTypeWrapper; + zksync_RootCount_filter: zksync_RootCount_filter; + zksync_RootCount_orderBy: zksync_RootCount_orderBy; + zksync_RootMessageSent: ResolverTypeWrapper; + zksync_RootMessageSent_filter: zksync_RootMessageSent_filter; + zksync_RootMessageSent_orderBy: zksync_RootMessageSent_orderBy; + zksync_Router: ResolverTypeWrapper; + zksync_RouterDailyTVL: ResolverTypeWrapper; + zksync_RouterDailyTVL_filter: zksync_RouterDailyTVL_filter; + zksync_RouterDailyTVL_orderBy: zksync_RouterDailyTVL_orderBy; + zksync_RouterLiquidityEvent: ResolverTypeWrapper; + zksync_RouterLiquidityEventType: zksync_RouterLiquidityEventType; + zksync_RouterLiquidityEvent_filter: zksync_RouterLiquidityEvent_filter; + zksync_RouterLiquidityEvent_orderBy: zksync_RouterLiquidityEvent_orderBy; + zksync_Router_filter: zksync_Router_filter; + zksync_Router_orderBy: zksync_Router_orderBy; + zksync_Sequencer: ResolverTypeWrapper; + zksync_Sequencer_filter: zksync_Sequencer_filter; + zksync_Sequencer_orderBy: zksync_Sequencer_orderBy; + zksync_Setting: ResolverTypeWrapper; + zksync_Setting_filter: zksync_Setting_filter; + zksync_Setting_orderBy: zksync_Setting_orderBy; + zksync_SlippageUpdate: ResolverTypeWrapper; + zksync_SlippageUpdate_filter: zksync_SlippageUpdate_filter; + zksync_SlippageUpdate_orderBy: zksync_SlippageUpdate_orderBy; + zksync_SnapshotRoot: ResolverTypeWrapper; + zksync_SnapshotRoot_filter: zksync_SnapshotRoot_filter; + zksync_SnapshotRoot_orderBy: zksync_SnapshotRoot_orderBy; + zksync_SpokeConnectorMode: ResolverTypeWrapper; + zksync_SpokeConnectorMode_filter: zksync_SpokeConnectorMode_filter; + zksync_SpokeConnectorMode_orderBy: zksync_SpokeConnectorMode_orderBy; + zksync_TransferStatus: zksync_TransferStatus; + zksync__Block_: ResolverTypeWrapper; + zksync__Meta_: ResolverTypeWrapper; + mantle_AggregateRoot: ResolverTypeWrapper; + mantle_AggregateRootProposed: ResolverTypeWrapper; + mantle_AggregateRootProposed_filter: mantle_AggregateRootProposed_filter; + mantle_AggregateRootProposed_orderBy: mantle_AggregateRootProposed_orderBy; + mantle_AggregateRoot_filter: mantle_AggregateRoot_filter; + mantle_AggregateRoot_orderBy: mantle_AggregateRoot_orderBy; + mantle_Aggregation_interval: mantle_Aggregation_interval; + mantle_Asset: ResolverTypeWrapper; + mantle_AssetBalance: ResolverTypeWrapper; + mantle_AssetBalance_filter: mantle_AssetBalance_filter; + mantle_AssetBalance_orderBy: mantle_AssetBalance_orderBy; + mantle_AssetStatus: ResolverTypeWrapper; + mantle_AssetStatus_filter: mantle_AssetStatus_filter; + mantle_AssetStatus_orderBy: mantle_AssetStatus_orderBy; + mantle_Asset_filter: mantle_Asset_filter; + mantle_Asset_orderBy: mantle_Asset_orderBy; + mantle_BigDecimal: ResolverTypeWrapper; + mantle_BlockChangedFilter: mantle_BlockChangedFilter; + mantle_Block_height: mantle_Block_height; + mantle_Bytes: ResolverTypeWrapper; + mantle_ConnectorMeta: ResolverTypeWrapper; + mantle_ConnectorMeta_filter: mantle_ConnectorMeta_filter; + mantle_ConnectorMeta_orderBy: mantle_ConnectorMeta_orderBy; + mantle_DestinationTransfer: ResolverTypeWrapper; + mantle_DestinationTransfer_filter: mantle_DestinationTransfer_filter; + mantle_DestinationTransfer_orderBy: mantle_DestinationTransfer_orderBy; + mantle_Int8: ResolverTypeWrapper; + mantle_OptimisticRootFinalized: ResolverTypeWrapper; + mantle_OptimisticRootFinalized_filter: mantle_OptimisticRootFinalized_filter; + mantle_OptimisticRootFinalized_orderBy: mantle_OptimisticRootFinalized_orderBy; + mantle_OrderDirection: mantle_OrderDirection; + mantle_OriginMessage: ResolverTypeWrapper; + mantle_OriginMessage_filter: mantle_OriginMessage_filter; + mantle_OriginMessage_orderBy: mantle_OriginMessage_orderBy; + mantle_OriginTransfer: ResolverTypeWrapper; + mantle_OriginTransfer_filter: mantle_OriginTransfer_filter; + mantle_OriginTransfer_orderBy: mantle_OriginTransfer_orderBy; + mantle_Relayer: ResolverTypeWrapper; + mantle_RelayerFee: ResolverTypeWrapper; + mantle_RelayerFee_filter: mantle_RelayerFee_filter; + mantle_RelayerFee_orderBy: mantle_RelayerFee_orderBy; + mantle_RelayerFeesIncrease: ResolverTypeWrapper; + mantle_RelayerFeesIncrease_filter: mantle_RelayerFeesIncrease_filter; + mantle_RelayerFeesIncrease_orderBy: mantle_RelayerFeesIncrease_orderBy; + mantle_Relayer_filter: mantle_Relayer_filter; + mantle_Relayer_orderBy: mantle_Relayer_orderBy; + mantle_RootCount: ResolverTypeWrapper; + mantle_RootCount_filter: mantle_RootCount_filter; + mantle_RootCount_orderBy: mantle_RootCount_orderBy; + mantle_RootMessageSent: ResolverTypeWrapper; + mantle_RootMessageSent_filter: mantle_RootMessageSent_filter; + mantle_RootMessageSent_orderBy: mantle_RootMessageSent_orderBy; + mantle_Router: ResolverTypeWrapper; + mantle_RouterDailyTVL: ResolverTypeWrapper; + mantle_RouterDailyTVL_filter: mantle_RouterDailyTVL_filter; + mantle_RouterDailyTVL_orderBy: mantle_RouterDailyTVL_orderBy; + mantle_RouterLiquidityEvent: ResolverTypeWrapper; + mantle_RouterLiquidityEventType: mantle_RouterLiquidityEventType; + mantle_RouterLiquidityEvent_filter: mantle_RouterLiquidityEvent_filter; + mantle_RouterLiquidityEvent_orderBy: mantle_RouterLiquidityEvent_orderBy; + mantle_Router_filter: mantle_Router_filter; + mantle_Router_orderBy: mantle_Router_orderBy; + mantle_Sequencer: ResolverTypeWrapper; + mantle_Sequencer_filter: mantle_Sequencer_filter; + mantle_Sequencer_orderBy: mantle_Sequencer_orderBy; + mantle_Setting: ResolverTypeWrapper; + mantle_Setting_filter: mantle_Setting_filter; + mantle_Setting_orderBy: mantle_Setting_orderBy; + mantle_SlippageUpdate: ResolverTypeWrapper; + mantle_SlippageUpdate_filter: mantle_SlippageUpdate_filter; + mantle_SlippageUpdate_orderBy: mantle_SlippageUpdate_orderBy; + mantle_SnapshotRoot: ResolverTypeWrapper; + mantle_SnapshotRoot_filter: mantle_SnapshotRoot_filter; + mantle_SnapshotRoot_orderBy: mantle_SnapshotRoot_orderBy; + mantle_SpokeConnectorMode: ResolverTypeWrapper; + mantle_SpokeConnectorMode_filter: mantle_SpokeConnectorMode_filter; + mantle_SpokeConnectorMode_orderBy: mantle_SpokeConnectorMode_orderBy; + mantle_TransferStatus: mantle_TransferStatus; + mantle__Block_: ResolverTypeWrapper; + mantle__Meta_: ResolverTypeWrapper; + avalanche_AggregateRoot: ResolverTypeWrapper; + avalanche_AggregateRootProposed: ResolverTypeWrapper; + avalanche_AggregateRootProposed_filter: avalanche_AggregateRootProposed_filter; + avalanche_AggregateRootProposed_orderBy: avalanche_AggregateRootProposed_orderBy; + avalanche_AggregateRoot_filter: avalanche_AggregateRoot_filter; + avalanche_AggregateRoot_orderBy: avalanche_AggregateRoot_orderBy; + avalanche_Aggregation_interval: avalanche_Aggregation_interval; + avalanche_Asset: ResolverTypeWrapper; + avalanche_AssetBalance: ResolverTypeWrapper; + avalanche_AssetBalance_filter: avalanche_AssetBalance_filter; + avalanche_AssetBalance_orderBy: avalanche_AssetBalance_orderBy; + avalanche_AssetStatus: ResolverTypeWrapper; + avalanche_AssetStatus_filter: avalanche_AssetStatus_filter; + avalanche_AssetStatus_orderBy: avalanche_AssetStatus_orderBy; + avalanche_Asset_filter: avalanche_Asset_filter; + avalanche_Asset_orderBy: avalanche_Asset_orderBy; + avalanche_BigDecimal: ResolverTypeWrapper; + avalanche_BlockChangedFilter: avalanche_BlockChangedFilter; + avalanche_Block_height: avalanche_Block_height; + avalanche_Bytes: ResolverTypeWrapper; + avalanche_ConnectorMeta: ResolverTypeWrapper; + avalanche_ConnectorMeta_filter: avalanche_ConnectorMeta_filter; + avalanche_ConnectorMeta_orderBy: avalanche_ConnectorMeta_orderBy; + avalanche_DestinationTransfer: ResolverTypeWrapper; + avalanche_DestinationTransfer_filter: avalanche_DestinationTransfer_filter; + avalanche_DestinationTransfer_orderBy: avalanche_DestinationTransfer_orderBy; + avalanche_Int8: ResolverTypeWrapper; + avalanche_OptimisticRootFinalized: ResolverTypeWrapper; + avalanche_OptimisticRootFinalized_filter: avalanche_OptimisticRootFinalized_filter; + avalanche_OptimisticRootFinalized_orderBy: avalanche_OptimisticRootFinalized_orderBy; + avalanche_OrderDirection: avalanche_OrderDirection; + avalanche_OriginMessage: ResolverTypeWrapper; + avalanche_OriginMessage_filter: avalanche_OriginMessage_filter; + avalanche_OriginMessage_orderBy: avalanche_OriginMessage_orderBy; + avalanche_OriginTransfer: ResolverTypeWrapper; + avalanche_OriginTransfer_filter: avalanche_OriginTransfer_filter; + avalanche_OriginTransfer_orderBy: avalanche_OriginTransfer_orderBy; + avalanche_Relayer: ResolverTypeWrapper; + avalanche_RelayerFee: ResolverTypeWrapper; + avalanche_RelayerFee_filter: avalanche_RelayerFee_filter; + avalanche_RelayerFee_orderBy: avalanche_RelayerFee_orderBy; + avalanche_RelayerFeesIncrease: ResolverTypeWrapper; + avalanche_RelayerFeesIncrease_filter: avalanche_RelayerFeesIncrease_filter; + avalanche_RelayerFeesIncrease_orderBy: avalanche_RelayerFeesIncrease_orderBy; + avalanche_Relayer_filter: avalanche_Relayer_filter; + avalanche_Relayer_orderBy: avalanche_Relayer_orderBy; + avalanche_RootCount: ResolverTypeWrapper; + avalanche_RootCount_filter: avalanche_RootCount_filter; + avalanche_RootCount_orderBy: avalanche_RootCount_orderBy; + avalanche_RootMessageSent: ResolverTypeWrapper; + avalanche_RootMessageSent_filter: avalanche_RootMessageSent_filter; + avalanche_RootMessageSent_orderBy: avalanche_RootMessageSent_orderBy; + avalanche_Router: ResolverTypeWrapper; + avalanche_RouterDailyTVL: ResolverTypeWrapper; + avalanche_RouterDailyTVL_filter: avalanche_RouterDailyTVL_filter; + avalanche_RouterDailyTVL_orderBy: avalanche_RouterDailyTVL_orderBy; + avalanche_RouterLiquidityEvent: ResolverTypeWrapper; + avalanche_RouterLiquidityEventType: avalanche_RouterLiquidityEventType; + avalanche_RouterLiquidityEvent_filter: avalanche_RouterLiquidityEvent_filter; + avalanche_RouterLiquidityEvent_orderBy: avalanche_RouterLiquidityEvent_orderBy; + avalanche_Router_filter: avalanche_Router_filter; + avalanche_Router_orderBy: avalanche_Router_orderBy; + avalanche_Sequencer: ResolverTypeWrapper; + avalanche_Sequencer_filter: avalanche_Sequencer_filter; + avalanche_Sequencer_orderBy: avalanche_Sequencer_orderBy; + avalanche_Setting: ResolverTypeWrapper; + avalanche_Setting_filter: avalanche_Setting_filter; + avalanche_Setting_orderBy: avalanche_Setting_orderBy; + avalanche_SlippageUpdate: ResolverTypeWrapper; + avalanche_SlippageUpdate_filter: avalanche_SlippageUpdate_filter; + avalanche_SlippageUpdate_orderBy: avalanche_SlippageUpdate_orderBy; + avalanche_SnapshotRoot: ResolverTypeWrapper; + avalanche_SnapshotRoot_filter: avalanche_SnapshotRoot_filter; + avalanche_SnapshotRoot_orderBy: avalanche_SnapshotRoot_orderBy; + avalanche_SpokeConnectorMode: ResolverTypeWrapper; + avalanche_SpokeConnectorMode_filter: avalanche_SpokeConnectorMode_filter; + avalanche_SpokeConnectorMode_orderBy: avalanche_SpokeConnectorMode_orderBy; + avalanche_TransferStatus: avalanche_TransferStatus; + avalanche__Block_: ResolverTypeWrapper; + avalanche__Meta_: ResolverTypeWrapper; + mode_AggregateRoot: ResolverTypeWrapper; + mode_AggregateRootProposed: ResolverTypeWrapper; + mode_AggregateRootProposed_filter: mode_AggregateRootProposed_filter; + mode_AggregateRootProposed_orderBy: mode_AggregateRootProposed_orderBy; + mode_AggregateRoot_filter: mode_AggregateRoot_filter; + mode_AggregateRoot_orderBy: mode_AggregateRoot_orderBy; + mode_Asset: ResolverTypeWrapper; + mode_AssetBalance: ResolverTypeWrapper; + mode_AssetBalance_filter: mode_AssetBalance_filter; + mode_AssetBalance_orderBy: mode_AssetBalance_orderBy; + mode_AssetStatus: ResolverTypeWrapper; + mode_AssetStatus_filter: mode_AssetStatus_filter; + mode_AssetStatus_orderBy: mode_AssetStatus_orderBy; + mode_Asset_filter: mode_Asset_filter; + mode_Asset_orderBy: mode_Asset_orderBy; + mode_BigDecimal: ResolverTypeWrapper; + mode_BlockChangedFilter: mode_BlockChangedFilter; + mode_Block_height: mode_Block_height; + mode_Bytes: ResolverTypeWrapper; + mode_ConnectorMeta: ResolverTypeWrapper; + mode_ConnectorMeta_filter: mode_ConnectorMeta_filter; + mode_ConnectorMeta_orderBy: mode_ConnectorMeta_orderBy; + mode_DestinationTransfer: ResolverTypeWrapper; + mode_DestinationTransfer_filter: mode_DestinationTransfer_filter; + mode_DestinationTransfer_orderBy: mode_DestinationTransfer_orderBy; + mode_Int8: ResolverTypeWrapper; + mode_OptimisticRootFinalized: ResolverTypeWrapper; + mode_OptimisticRootFinalized_filter: mode_OptimisticRootFinalized_filter; + mode_OptimisticRootFinalized_orderBy: mode_OptimisticRootFinalized_orderBy; + mode_OrderDirection: mode_OrderDirection; + mode_OriginMessage: ResolverTypeWrapper; + mode_OriginMessage_filter: mode_OriginMessage_filter; + mode_OriginMessage_orderBy: mode_OriginMessage_orderBy; + mode_OriginTransfer: ResolverTypeWrapper; + mode_OriginTransfer_filter: mode_OriginTransfer_filter; + mode_OriginTransfer_orderBy: mode_OriginTransfer_orderBy; + mode_Relayer: ResolverTypeWrapper; + mode_RelayerFee: ResolverTypeWrapper; + mode_RelayerFee_filter: mode_RelayerFee_filter; + mode_RelayerFee_orderBy: mode_RelayerFee_orderBy; + mode_RelayerFeesIncrease: ResolverTypeWrapper; + mode_RelayerFeesIncrease_filter: mode_RelayerFeesIncrease_filter; + mode_RelayerFeesIncrease_orderBy: mode_RelayerFeesIncrease_orderBy; + mode_Relayer_filter: mode_Relayer_filter; + mode_Relayer_orderBy: mode_Relayer_orderBy; + mode_RootCount: ResolverTypeWrapper; + mode_RootCount_filter: mode_RootCount_filter; + mode_RootCount_orderBy: mode_RootCount_orderBy; + mode_RootMessageSent: ResolverTypeWrapper; + mode_RootMessageSent_filter: mode_RootMessageSent_filter; + mode_RootMessageSent_orderBy: mode_RootMessageSent_orderBy; + mode_Router: ResolverTypeWrapper; + mode_RouterDailyTVL: ResolverTypeWrapper; + mode_RouterDailyTVL_filter: mode_RouterDailyTVL_filter; + mode_RouterDailyTVL_orderBy: mode_RouterDailyTVL_orderBy; + mode_RouterLiquidityEvent: ResolverTypeWrapper; + mode_RouterLiquidityEventType: mode_RouterLiquidityEventType; + mode_RouterLiquidityEvent_filter: mode_RouterLiquidityEvent_filter; + mode_RouterLiquidityEvent_orderBy: mode_RouterLiquidityEvent_orderBy; + mode_Router_filter: mode_Router_filter; + mode_Router_orderBy: mode_Router_orderBy; + mode_Sequencer: ResolverTypeWrapper; + mode_Sequencer_filter: mode_Sequencer_filter; + mode_Sequencer_orderBy: mode_Sequencer_orderBy; + mode_Setting: ResolverTypeWrapper; + mode_Setting_filter: mode_Setting_filter; + mode_Setting_orderBy: mode_Setting_orderBy; + mode_SlippageUpdate: ResolverTypeWrapper; + mode_SlippageUpdate_filter: mode_SlippageUpdate_filter; + mode_SlippageUpdate_orderBy: mode_SlippageUpdate_orderBy; + mode_SnapshotRoot: ResolverTypeWrapper; + mode_SnapshotRoot_filter: mode_SnapshotRoot_filter; + mode_SnapshotRoot_orderBy: mode_SnapshotRoot_orderBy; + mode_SpokeConnectorMode: ResolverTypeWrapper; + mode_SpokeConnectorMode_filter: mode_SpokeConnectorMode_filter; + mode_SpokeConnectorMode_orderBy: mode_SpokeConnectorMode_orderBy; + mode_TransferStatus: mode_TransferStatus; + mode__Block_: ResolverTypeWrapper; + mode__Meta_: ResolverTypeWrapper; stagingxlayer_AggregateRoot: ResolverTypeWrapper; stagingxlayer_AggregateRootProposed: ResolverTypeWrapper; stagingxlayer_AggregateRootProposed_filter: stagingxlayer_AggregateRootProposed_filter; @@ -180730,369 +179976,831 @@ export type ResolversTypes = ResolversObject<{ stagingxlayer_TransferStatus: stagingxlayer_TransferStatus; stagingxlayer__Block_: ResolverTypeWrapper; stagingxlayer__Meta_: ResolverTypeWrapper; - staginglinea_AggregateRoot: ResolverTypeWrapper; - staginglinea_AggregateRootProposed: ResolverTypeWrapper; - staginglinea_AggregateRootProposed_filter: staginglinea_AggregateRootProposed_filter; - staginglinea_AggregateRootProposed_orderBy: staginglinea_AggregateRootProposed_orderBy; - staginglinea_AggregateRoot_filter: staginglinea_AggregateRoot_filter; - staginglinea_AggregateRoot_orderBy: staginglinea_AggregateRoot_orderBy; - staginglinea_Asset: ResolverTypeWrapper; - staginglinea_AssetBalance: ResolverTypeWrapper; - staginglinea_AssetBalance_filter: staginglinea_AssetBalance_filter; - staginglinea_AssetBalance_orderBy: staginglinea_AssetBalance_orderBy; - staginglinea_AssetStatus: ResolverTypeWrapper; - staginglinea_AssetStatus_filter: staginglinea_AssetStatus_filter; - staginglinea_AssetStatus_orderBy: staginglinea_AssetStatus_orderBy; - staginglinea_Asset_filter: staginglinea_Asset_filter; - staginglinea_Asset_orderBy: staginglinea_Asset_orderBy; - staginglinea_BigDecimal: ResolverTypeWrapper; - staginglinea_BlockChangedFilter: staginglinea_BlockChangedFilter; - staginglinea_Block_height: staginglinea_Block_height; - staginglinea_Bytes: ResolverTypeWrapper; - staginglinea_ConnectorMeta: ResolverTypeWrapper; - staginglinea_ConnectorMeta_filter: staginglinea_ConnectorMeta_filter; - staginglinea_ConnectorMeta_orderBy: staginglinea_ConnectorMeta_orderBy; - staginglinea_DestinationTransfer: ResolverTypeWrapper; - staginglinea_DestinationTransfer_filter: staginglinea_DestinationTransfer_filter; - staginglinea_DestinationTransfer_orderBy: staginglinea_DestinationTransfer_orderBy; - staginglinea_OptimisticRootFinalized: ResolverTypeWrapper; - staginglinea_OptimisticRootFinalized_filter: staginglinea_OptimisticRootFinalized_filter; - staginglinea_OptimisticRootFinalized_orderBy: staginglinea_OptimisticRootFinalized_orderBy; - staginglinea_OrderDirection: staginglinea_OrderDirection; - staginglinea_OriginMessage: ResolverTypeWrapper; - staginglinea_OriginMessage_filter: staginglinea_OriginMessage_filter; - staginglinea_OriginMessage_orderBy: staginglinea_OriginMessage_orderBy; - staginglinea_OriginTransfer: ResolverTypeWrapper; - staginglinea_OriginTransfer_filter: staginglinea_OriginTransfer_filter; - staginglinea_OriginTransfer_orderBy: staginglinea_OriginTransfer_orderBy; - staginglinea_Relayer: ResolverTypeWrapper; - staginglinea_RelayerFee: ResolverTypeWrapper; - staginglinea_RelayerFee_filter: staginglinea_RelayerFee_filter; - staginglinea_RelayerFee_orderBy: staginglinea_RelayerFee_orderBy; - staginglinea_RelayerFeesIncrease: ResolverTypeWrapper; - staginglinea_RelayerFeesIncrease_filter: staginglinea_RelayerFeesIncrease_filter; - staginglinea_RelayerFeesIncrease_orderBy: staginglinea_RelayerFeesIncrease_orderBy; - staginglinea_Relayer_filter: staginglinea_Relayer_filter; - staginglinea_Relayer_orderBy: staginglinea_Relayer_orderBy; - staginglinea_RootCount: ResolverTypeWrapper; - staginglinea_RootCount_filter: staginglinea_RootCount_filter; - staginglinea_RootCount_orderBy: staginglinea_RootCount_orderBy; - staginglinea_RootMessageSent: ResolverTypeWrapper; - staginglinea_RootMessageSent_filter: staginglinea_RootMessageSent_filter; - staginglinea_RootMessageSent_orderBy: staginglinea_RootMessageSent_orderBy; - staginglinea_Router: ResolverTypeWrapper; - staginglinea_RouterDailyTVL: ResolverTypeWrapper; - staginglinea_RouterDailyTVL_filter: staginglinea_RouterDailyTVL_filter; - staginglinea_RouterDailyTVL_orderBy: staginglinea_RouterDailyTVL_orderBy; - staginglinea_RouterLiquidityEvent: ResolverTypeWrapper; - staginglinea_RouterLiquidityEventType: staginglinea_RouterLiquidityEventType; - staginglinea_RouterLiquidityEvent_filter: staginglinea_RouterLiquidityEvent_filter; - staginglinea_RouterLiquidityEvent_orderBy: staginglinea_RouterLiquidityEvent_orderBy; - staginglinea_Router_filter: staginglinea_Router_filter; - staginglinea_Router_orderBy: staginglinea_Router_orderBy; - staginglinea_Sequencer: ResolverTypeWrapper; - staginglinea_Sequencer_filter: staginglinea_Sequencer_filter; - staginglinea_Sequencer_orderBy: staginglinea_Sequencer_orderBy; - staginglinea_Setting: ResolverTypeWrapper; - staginglinea_Setting_filter: staginglinea_Setting_filter; - staginglinea_Setting_orderBy: staginglinea_Setting_orderBy; - staginglinea_SlippageUpdate: ResolverTypeWrapper; - staginglinea_SlippageUpdate_filter: staginglinea_SlippageUpdate_filter; - staginglinea_SlippageUpdate_orderBy: staginglinea_SlippageUpdate_orderBy; - staginglinea_SnapshotRoot: ResolverTypeWrapper; - staginglinea_SnapshotRoot_filter: staginglinea_SnapshotRoot_filter; - staginglinea_SnapshotRoot_orderBy: staginglinea_SnapshotRoot_orderBy; - staginglinea_SpokeConnectorMode: ResolverTypeWrapper; - staginglinea_SpokeConnectorMode_filter: staginglinea_SpokeConnectorMode_filter; - staginglinea_SpokeConnectorMode_orderBy: staginglinea_SpokeConnectorMode_orderBy; - staginglinea_TransferStatus: staginglinea_TransferStatus; - staginglinea__Block_: ResolverTypeWrapper; - staginglinea__Meta_: ResolverTypeWrapper; - bnb_swap_Aggregation_interval: bnb_swap_Aggregation_interval; - 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; - optimism_swap_Aggregation_interval: optimism_swap_Aggregation_interval; - optimism_swap_BigDecimal: ResolverTypeWrapper; - optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; - optimism_swap_Block_height: optimism_swap_Block_height; - optimism_swap_Bytes: ResolverTypeWrapper; - optimism_swap_Int8: ResolverTypeWrapper; - optimism_swap_LpAccount: ResolverTypeWrapper; - optimism_swap_LpAccountBalance: ResolverTypeWrapper; - optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; - optimism_swap_LpAccountBalance_orderBy: optimism_swap_LpAccountBalance_orderBy; - optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; - optimism_swap_LpAccount_orderBy: optimism_swap_LpAccount_orderBy; - optimism_swap_LpToken: ResolverTypeWrapper; - optimism_swap_LpTokenEvent: ResolversTypes['optimism_swap_LpTransferEvent']; - optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; - optimism_swap_LpTokenEvent_orderBy: optimism_swap_LpTokenEvent_orderBy; - optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; - optimism_swap_LpToken_orderBy: optimism_swap_LpToken_orderBy; - optimism_swap_LpTransferEvent: ResolverTypeWrapper; - optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; - optimism_swap_LpTransferEvent_orderBy: optimism_swap_LpTransferEvent_orderBy; - optimism_swap_OrderDirection: optimism_swap_OrderDirection; - optimism_swap_PooledToken: ResolverTypeWrapper; - optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; - optimism_swap_PooledToken_orderBy: optimism_swap_PooledToken_orderBy; - optimism_swap_StableSwap: ResolverTypeWrapper; - optimism_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; - optimism_swap_StableSwapAddLiquidityEvent_orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy; - optimism_swap_StableSwapEvent: ResolversTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; - optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; - optimism_swap_StableSwapEvent_orderBy: optimism_swap_StableSwapEvent_orderBy; - optimism_swap_StableSwapExchange: ResolverTypeWrapper; - optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; - optimism_swap_StableSwapExchange_orderBy: optimism_swap_StableSwapExchange_orderBy; - optimism_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; - optimism_swap_StableSwapRemoveLiquidityEvent_orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy; - optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; - optimism_swap_StableSwap_orderBy: optimism_swap_StableSwap_orderBy; - optimism_swap_SwapDailyVolume: ResolverTypeWrapper; - optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; - optimism_swap_SwapDailyVolume_orderBy: optimism_swap_SwapDailyVolume_orderBy; - optimism_swap_SwapHourlyVolume: ResolverTypeWrapper; - optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; - optimism_swap_SwapHourlyVolume_orderBy: optimism_swap_SwapHourlyVolume_orderBy; - optimism_swap_SwapTradeVolume: ResolversTypes['optimism_swap_SwapDailyVolume'] | ResolversTypes['optimism_swap_SwapHourlyVolume'] | ResolversTypes['optimism_swap_SwapWeeklyVolume']; - optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; - optimism_swap_SwapTradeVolume_orderBy: optimism_swap_SwapTradeVolume_orderBy; - optimism_swap_SwapWeeklyVolume: ResolverTypeWrapper; - optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; - optimism_swap_SwapWeeklyVolume_orderBy: optimism_swap_SwapWeeklyVolume_orderBy; - optimism_swap_SystemInfo: ResolverTypeWrapper; - optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; - optimism_swap_SystemInfo_orderBy: optimism_swap_SystemInfo_orderBy; - optimism_swap__Block_: ResolverTypeWrapper; - optimism_swap__Meta_: ResolverTypeWrapper; - arbitrumone_swap_Aggregation_interval: arbitrumone_swap_Aggregation_interval; - arbitrumone_swap_BigDecimal: ResolverTypeWrapper; - arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; - arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; - arbitrumone_swap_Bytes: ResolverTypeWrapper; - arbitrumone_swap_Int8: ResolverTypeWrapper; - arbitrumone_swap_LpAccount: ResolverTypeWrapper; - arbitrumone_swap_LpAccountBalance: ResolverTypeWrapper; - arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; - arbitrumone_swap_LpAccountBalance_orderBy: arbitrumone_swap_LpAccountBalance_orderBy; - arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; - arbitrumone_swap_LpAccount_orderBy: arbitrumone_swap_LpAccount_orderBy; - arbitrumone_swap_LpToken: ResolverTypeWrapper; - arbitrumone_swap_LpTokenEvent: ResolversTypes['arbitrumone_swap_LpTransferEvent']; - arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; - arbitrumone_swap_LpTokenEvent_orderBy: arbitrumone_swap_LpTokenEvent_orderBy; - arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; - arbitrumone_swap_LpToken_orderBy: arbitrumone_swap_LpToken_orderBy; - arbitrumone_swap_LpTransferEvent: ResolverTypeWrapper; - arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; - arbitrumone_swap_LpTransferEvent_orderBy: arbitrumone_swap_LpTransferEvent_orderBy; - arbitrumone_swap_OrderDirection: arbitrumone_swap_OrderDirection; - arbitrumone_swap_PooledToken: ResolverTypeWrapper; - arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; - arbitrumone_swap_PooledToken_orderBy: arbitrumone_swap_PooledToken_orderBy; - arbitrumone_swap_StableSwap: ResolverTypeWrapper; - arbitrumone_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; - arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy; - arbitrumone_swap_StableSwapEvent: ResolversTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; - arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; - arbitrumone_swap_StableSwapEvent_orderBy: arbitrumone_swap_StableSwapEvent_orderBy; - arbitrumone_swap_StableSwapExchange: ResolverTypeWrapper; - arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; - arbitrumone_swap_StableSwapExchange_orderBy: arbitrumone_swap_StableSwapExchange_orderBy; - arbitrumone_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy; - arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; - arbitrumone_swap_StableSwap_orderBy: arbitrumone_swap_StableSwap_orderBy; - arbitrumone_swap_SwapDailyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; - arbitrumone_swap_SwapDailyVolume_orderBy: arbitrumone_swap_SwapDailyVolume_orderBy; - arbitrumone_swap_SwapHourlyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; - arbitrumone_swap_SwapHourlyVolume_orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy; - arbitrumone_swap_SwapTradeVolume: ResolversTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumone_swap_SwapWeeklyVolume']; - arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; - arbitrumone_swap_SwapTradeVolume_orderBy: arbitrumone_swap_SwapTradeVolume_orderBy; - arbitrumone_swap_SwapWeeklyVolume: ResolverTypeWrapper; - arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; - arbitrumone_swap_SwapWeeklyVolume_orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy; - arbitrumone_swap_SystemInfo: ResolverTypeWrapper; - arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; - arbitrumone_swap_SystemInfo_orderBy: arbitrumone_swap_SystemInfo_orderBy; - arbitrumone_swap__Block_: ResolverTypeWrapper; - arbitrumone_swap__Meta_: ResolverTypeWrapper; - xdai_swap_Aggregation_interval: xdai_swap_Aggregation_interval; - 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; - polygon_swap_Aggregation_interval: polygon_swap_Aggregation_interval; - 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; + stagingbase_AggregateRoot: ResolverTypeWrapper; + stagingbase_AggregateRootProposed: ResolverTypeWrapper; + stagingbase_AggregateRootProposed_filter: stagingbase_AggregateRootProposed_filter; + stagingbase_AggregateRootProposed_orderBy: stagingbase_AggregateRootProposed_orderBy; + stagingbase_AggregateRoot_filter: stagingbase_AggregateRoot_filter; + stagingbase_AggregateRoot_orderBy: stagingbase_AggregateRoot_orderBy; + stagingbase_Asset: ResolverTypeWrapper; + stagingbase_AssetBalance: ResolverTypeWrapper; + stagingbase_AssetBalance_filter: stagingbase_AssetBalance_filter; + stagingbase_AssetBalance_orderBy: stagingbase_AssetBalance_orderBy; + stagingbase_AssetStatus: ResolverTypeWrapper; + stagingbase_AssetStatus_filter: stagingbase_AssetStatus_filter; + stagingbase_AssetStatus_orderBy: stagingbase_AssetStatus_orderBy; + stagingbase_Asset_filter: stagingbase_Asset_filter; + stagingbase_Asset_orderBy: stagingbase_Asset_orderBy; + stagingbase_BigDecimal: ResolverTypeWrapper; + stagingbase_BlockChangedFilter: stagingbase_BlockChangedFilter; + stagingbase_Block_height: stagingbase_Block_height; + stagingbase_Bytes: ResolverTypeWrapper; + stagingbase_ConnectorMeta: ResolverTypeWrapper; + stagingbase_ConnectorMeta_filter: stagingbase_ConnectorMeta_filter; + stagingbase_ConnectorMeta_orderBy: stagingbase_ConnectorMeta_orderBy; + stagingbase_DestinationTransfer: ResolverTypeWrapper; + stagingbase_DestinationTransfer_filter: stagingbase_DestinationTransfer_filter; + stagingbase_DestinationTransfer_orderBy: stagingbase_DestinationTransfer_orderBy; + stagingbase_Int8: ResolverTypeWrapper; + stagingbase_OptimisticRootFinalized: ResolverTypeWrapper; + stagingbase_OptimisticRootFinalized_filter: stagingbase_OptimisticRootFinalized_filter; + stagingbase_OptimisticRootFinalized_orderBy: stagingbase_OptimisticRootFinalized_orderBy; + stagingbase_OrderDirection: stagingbase_OrderDirection; + stagingbase_OriginMessage: ResolverTypeWrapper; + stagingbase_OriginMessage_filter: stagingbase_OriginMessage_filter; + stagingbase_OriginMessage_orderBy: stagingbase_OriginMessage_orderBy; + stagingbase_OriginTransfer: ResolverTypeWrapper; + stagingbase_OriginTransfer_filter: stagingbase_OriginTransfer_filter; + stagingbase_OriginTransfer_orderBy: stagingbase_OriginTransfer_orderBy; + stagingbase_Relayer: ResolverTypeWrapper; + stagingbase_RelayerFee: ResolverTypeWrapper; + stagingbase_RelayerFee_filter: stagingbase_RelayerFee_filter; + stagingbase_RelayerFee_orderBy: stagingbase_RelayerFee_orderBy; + stagingbase_RelayerFeesIncrease: ResolverTypeWrapper; + stagingbase_RelayerFeesIncrease_filter: stagingbase_RelayerFeesIncrease_filter; + stagingbase_RelayerFeesIncrease_orderBy: stagingbase_RelayerFeesIncrease_orderBy; + stagingbase_Relayer_filter: stagingbase_Relayer_filter; + stagingbase_Relayer_orderBy: stagingbase_Relayer_orderBy; + stagingbase_RootCount: ResolverTypeWrapper; + stagingbase_RootCount_filter: stagingbase_RootCount_filter; + stagingbase_RootCount_orderBy: stagingbase_RootCount_orderBy; + stagingbase_RootMessageSent: ResolverTypeWrapper; + stagingbase_RootMessageSent_filter: stagingbase_RootMessageSent_filter; + stagingbase_RootMessageSent_orderBy: stagingbase_RootMessageSent_orderBy; + stagingbase_Router: ResolverTypeWrapper; + stagingbase_RouterDailyTVL: ResolverTypeWrapper; + stagingbase_RouterDailyTVL_filter: stagingbase_RouterDailyTVL_filter; + stagingbase_RouterDailyTVL_orderBy: stagingbase_RouterDailyTVL_orderBy; + stagingbase_RouterLiquidityEvent: ResolverTypeWrapper; + stagingbase_RouterLiquidityEventType: stagingbase_RouterLiquidityEventType; + stagingbase_RouterLiquidityEvent_filter: stagingbase_RouterLiquidityEvent_filter; + stagingbase_RouterLiquidityEvent_orderBy: stagingbase_RouterLiquidityEvent_orderBy; + stagingbase_Router_filter: stagingbase_Router_filter; + stagingbase_Router_orderBy: stagingbase_Router_orderBy; + stagingbase_Sequencer: ResolverTypeWrapper; + stagingbase_Sequencer_filter: stagingbase_Sequencer_filter; + stagingbase_Sequencer_orderBy: stagingbase_Sequencer_orderBy; + stagingbase_Setting: ResolverTypeWrapper; + stagingbase_Setting_filter: stagingbase_Setting_filter; + stagingbase_Setting_orderBy: stagingbase_Setting_orderBy; + stagingbase_SlippageUpdate: ResolverTypeWrapper; + stagingbase_SlippageUpdate_filter: stagingbase_SlippageUpdate_filter; + stagingbase_SlippageUpdate_orderBy: stagingbase_SlippageUpdate_orderBy; + stagingbase_SnapshotRoot: ResolverTypeWrapper; + stagingbase_SnapshotRoot_filter: stagingbase_SnapshotRoot_filter; + stagingbase_SnapshotRoot_orderBy: stagingbase_SnapshotRoot_orderBy; + stagingbase_SpokeConnectorMode: ResolverTypeWrapper; + stagingbase_SpokeConnectorMode_filter: stagingbase_SpokeConnectorMode_filter; + stagingbase_SpokeConnectorMode_orderBy: stagingbase_SpokeConnectorMode_orderBy; + stagingbase_TransferStatus: stagingbase_TransferStatus; + stagingbase__Block_: ResolverTypeWrapper; + stagingbase__Meta_: ResolverTypeWrapper; + metis_AggregateRoot: ResolverTypeWrapper; + metis_AggregateRootProposed: ResolverTypeWrapper; + metis_AggregateRootProposed_filter: metis_AggregateRootProposed_filter; + metis_AggregateRootProposed_orderBy: metis_AggregateRootProposed_orderBy; + metis_AggregateRoot_filter: metis_AggregateRoot_filter; + metis_AggregateRoot_orderBy: metis_AggregateRoot_orderBy; + metis_Asset: ResolverTypeWrapper; + metis_AssetBalance: ResolverTypeWrapper; + metis_AssetBalance_filter: metis_AssetBalance_filter; + metis_AssetBalance_orderBy: metis_AssetBalance_orderBy; + metis_AssetStatus: ResolverTypeWrapper; + metis_AssetStatus_filter: metis_AssetStatus_filter; + metis_AssetStatus_orderBy: metis_AssetStatus_orderBy; + metis_Asset_filter: metis_Asset_filter; + metis_Asset_orderBy: metis_Asset_orderBy; + metis_BigDecimal: ResolverTypeWrapper; + metis_BlockChangedFilter: metis_BlockChangedFilter; + metis_Block_height: metis_Block_height; + metis_Bytes: ResolverTypeWrapper; + metis_ConnectorMeta: ResolverTypeWrapper; + metis_ConnectorMeta_filter: metis_ConnectorMeta_filter; + metis_ConnectorMeta_orderBy: metis_ConnectorMeta_orderBy; + metis_DestinationTransfer: ResolverTypeWrapper; + metis_DestinationTransfer_filter: metis_DestinationTransfer_filter; + metis_DestinationTransfer_orderBy: metis_DestinationTransfer_orderBy; + metis_Int8: ResolverTypeWrapper; + metis_OptimisticRootFinalized: ResolverTypeWrapper; + metis_OptimisticRootFinalized_filter: metis_OptimisticRootFinalized_filter; + metis_OptimisticRootFinalized_orderBy: metis_OptimisticRootFinalized_orderBy; + metis_OrderDirection: metis_OrderDirection; + metis_OriginMessage: ResolverTypeWrapper; + metis_OriginMessage_filter: metis_OriginMessage_filter; + metis_OriginMessage_orderBy: metis_OriginMessage_orderBy; + metis_OriginTransfer: ResolverTypeWrapper; + metis_OriginTransfer_filter: metis_OriginTransfer_filter; + metis_OriginTransfer_orderBy: metis_OriginTransfer_orderBy; + metis_Relayer: ResolverTypeWrapper; + metis_RelayerFee: ResolverTypeWrapper; + metis_RelayerFee_filter: metis_RelayerFee_filter; + metis_RelayerFee_orderBy: metis_RelayerFee_orderBy; + metis_RelayerFeesIncrease: ResolverTypeWrapper; + metis_RelayerFeesIncrease_filter: metis_RelayerFeesIncrease_filter; + metis_RelayerFeesIncrease_orderBy: metis_RelayerFeesIncrease_orderBy; + metis_Relayer_filter: metis_Relayer_filter; + metis_Relayer_orderBy: metis_Relayer_orderBy; + metis_RootCount: ResolverTypeWrapper; + metis_RootCount_filter: metis_RootCount_filter; + metis_RootCount_orderBy: metis_RootCount_orderBy; + metis_RootMessageSent: ResolverTypeWrapper; + metis_RootMessageSent_filter: metis_RootMessageSent_filter; + metis_RootMessageSent_orderBy: metis_RootMessageSent_orderBy; + metis_Router: ResolverTypeWrapper; + metis_RouterDailyTVL: ResolverTypeWrapper; + metis_RouterDailyTVL_filter: metis_RouterDailyTVL_filter; + metis_RouterDailyTVL_orderBy: metis_RouterDailyTVL_orderBy; + metis_RouterLiquidityEvent: ResolverTypeWrapper; + metis_RouterLiquidityEventType: metis_RouterLiquidityEventType; + metis_RouterLiquidityEvent_filter: metis_RouterLiquidityEvent_filter; + metis_RouterLiquidityEvent_orderBy: metis_RouterLiquidityEvent_orderBy; + metis_Router_filter: metis_Router_filter; + metis_Router_orderBy: metis_Router_orderBy; + metis_Sequencer: ResolverTypeWrapper; + metis_Sequencer_filter: metis_Sequencer_filter; + metis_Sequencer_orderBy: metis_Sequencer_orderBy; + metis_Setting: ResolverTypeWrapper; + metis_Setting_filter: metis_Setting_filter; + metis_Setting_orderBy: metis_Setting_orderBy; + metis_SlippageUpdate: ResolverTypeWrapper; + metis_SlippageUpdate_filter: metis_SlippageUpdate_filter; + metis_SlippageUpdate_orderBy: metis_SlippageUpdate_orderBy; + metis_SnapshotRoot: ResolverTypeWrapper; + metis_SnapshotRoot_filter: metis_SnapshotRoot_filter; + metis_SnapshotRoot_orderBy: metis_SnapshotRoot_orderBy; + metis_SpokeConnectorMode: ResolverTypeWrapper; + metis_SpokeConnectorMode_filter: metis_SpokeConnectorMode_filter; + metis_SpokeConnectorMode_orderBy: metis_SpokeConnectorMode_orderBy; + metis_TransferStatus: metis_TransferStatus; + metis__Block_: ResolverTypeWrapper; + metis__Meta_: ResolverTypeWrapper; + base_swap_BigDecimal: ResolverTypeWrapper; + base_swap_BlockChangedFilter: base_swap_BlockChangedFilter; + base_swap_Block_height: base_swap_Block_height; + base_swap_Bytes: ResolverTypeWrapper; + base_swap_Int8: ResolverTypeWrapper; + base_swap_LpAccount: ResolverTypeWrapper; + base_swap_LpAccountBalance: ResolverTypeWrapper; + base_swap_LpAccountBalance_filter: base_swap_LpAccountBalance_filter; + base_swap_LpAccountBalance_orderBy: base_swap_LpAccountBalance_orderBy; + base_swap_LpAccount_filter: base_swap_LpAccount_filter; + base_swap_LpAccount_orderBy: base_swap_LpAccount_orderBy; + base_swap_LpToken: ResolverTypeWrapper; + base_swap_LpTokenEvent: ResolversTypes['base_swap_LpTransferEvent']; + base_swap_LpTokenEvent_filter: base_swap_LpTokenEvent_filter; + base_swap_LpTokenEvent_orderBy: base_swap_LpTokenEvent_orderBy; + base_swap_LpToken_filter: base_swap_LpToken_filter; + base_swap_LpToken_orderBy: base_swap_LpToken_orderBy; + base_swap_LpTransferEvent: ResolverTypeWrapper; + base_swap_LpTransferEvent_filter: base_swap_LpTransferEvent_filter; + base_swap_LpTransferEvent_orderBy: base_swap_LpTransferEvent_orderBy; + base_swap_OrderDirection: base_swap_OrderDirection; + base_swap_PooledToken: ResolverTypeWrapper; + base_swap_PooledToken_filter: base_swap_PooledToken_filter; + base_swap_PooledToken_orderBy: base_swap_PooledToken_orderBy; + base_swap_StableSwap: ResolverTypeWrapper; + base_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + base_swap_StableSwapAddLiquidityEvent_filter: base_swap_StableSwapAddLiquidityEvent_filter; + base_swap_StableSwapAddLiquidityEvent_orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy; + base_swap_StableSwapEvent: ResolversTypes['base_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['base_swap_StableSwapRemoveLiquidityEvent']; + base_swap_StableSwapEvent_filter: base_swap_StableSwapEvent_filter; + base_swap_StableSwapEvent_orderBy: base_swap_StableSwapEvent_orderBy; + base_swap_StableSwapExchange: ResolverTypeWrapper; + base_swap_StableSwapExchange_filter: base_swap_StableSwapExchange_filter; + base_swap_StableSwapExchange_orderBy: base_swap_StableSwapExchange_orderBy; + base_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + base_swap_StableSwapRemoveLiquidityEvent_filter: base_swap_StableSwapRemoveLiquidityEvent_filter; + base_swap_StableSwapRemoveLiquidityEvent_orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy; + base_swap_StableSwap_filter: base_swap_StableSwap_filter; + base_swap_StableSwap_orderBy: base_swap_StableSwap_orderBy; + base_swap_SwapDailyVolume: ResolverTypeWrapper; + base_swap_SwapDailyVolume_filter: base_swap_SwapDailyVolume_filter; + base_swap_SwapDailyVolume_orderBy: base_swap_SwapDailyVolume_orderBy; + base_swap_SwapHourlyVolume: ResolverTypeWrapper; + base_swap_SwapHourlyVolume_filter: base_swap_SwapHourlyVolume_filter; + base_swap_SwapHourlyVolume_orderBy: base_swap_SwapHourlyVolume_orderBy; + base_swap_SwapTradeVolume: ResolversTypes['base_swap_SwapDailyVolume'] | ResolversTypes['base_swap_SwapHourlyVolume'] | ResolversTypes['base_swap_SwapWeeklyVolume']; + base_swap_SwapTradeVolume_filter: base_swap_SwapTradeVolume_filter; + base_swap_SwapTradeVolume_orderBy: base_swap_SwapTradeVolume_orderBy; + base_swap_SwapWeeklyVolume: ResolverTypeWrapper; + base_swap_SwapWeeklyVolume_filter: base_swap_SwapWeeklyVolume_filter; + base_swap_SwapWeeklyVolume_orderBy: base_swap_SwapWeeklyVolume_orderBy; + base_swap_SystemInfo: ResolverTypeWrapper; + base_swap_SystemInfo_filter: base_swap_SystemInfo_filter; + base_swap_SystemInfo_orderBy: base_swap_SystemInfo_orderBy; + base_swap__Block_: ResolverTypeWrapper; + base_swap__Meta_: ResolverTypeWrapper; + stagingmantle_AggregateRoot: ResolverTypeWrapper; + stagingmantle_AggregateRootProposed: ResolverTypeWrapper; + stagingmantle_AggregateRootProposed_filter: stagingmantle_AggregateRootProposed_filter; + stagingmantle_AggregateRootProposed_orderBy: stagingmantle_AggregateRootProposed_orderBy; + stagingmantle_AggregateRoot_filter: stagingmantle_AggregateRoot_filter; + stagingmantle_AggregateRoot_orderBy: stagingmantle_AggregateRoot_orderBy; + stagingmantle_Asset: ResolverTypeWrapper; + stagingmantle_AssetBalance: ResolverTypeWrapper; + stagingmantle_AssetBalance_filter: stagingmantle_AssetBalance_filter; + stagingmantle_AssetBalance_orderBy: stagingmantle_AssetBalance_orderBy; + stagingmantle_AssetStatus: ResolverTypeWrapper; + stagingmantle_AssetStatus_filter: stagingmantle_AssetStatus_filter; + stagingmantle_AssetStatus_orderBy: stagingmantle_AssetStatus_orderBy; + stagingmantle_Asset_filter: stagingmantle_Asset_filter; + stagingmantle_Asset_orderBy: stagingmantle_Asset_orderBy; + stagingmantle_BigDecimal: ResolverTypeWrapper; + stagingmantle_BlockChangedFilter: stagingmantle_BlockChangedFilter; + stagingmantle_Block_height: stagingmantle_Block_height; + stagingmantle_Bytes: ResolverTypeWrapper; + stagingmantle_ConnectorMeta: ResolverTypeWrapper; + stagingmantle_ConnectorMeta_filter: stagingmantle_ConnectorMeta_filter; + stagingmantle_ConnectorMeta_orderBy: stagingmantle_ConnectorMeta_orderBy; + stagingmantle_DestinationTransfer: ResolverTypeWrapper; + stagingmantle_DestinationTransfer_filter: stagingmantle_DestinationTransfer_filter; + stagingmantle_DestinationTransfer_orderBy: stagingmantle_DestinationTransfer_orderBy; + stagingmantle_Int8: ResolverTypeWrapper; + stagingmantle_OptimisticRootFinalized: ResolverTypeWrapper; + stagingmantle_OptimisticRootFinalized_filter: stagingmantle_OptimisticRootFinalized_filter; + stagingmantle_OptimisticRootFinalized_orderBy: stagingmantle_OptimisticRootFinalized_orderBy; + stagingmantle_OrderDirection: stagingmantle_OrderDirection; + stagingmantle_OriginMessage: ResolverTypeWrapper; + stagingmantle_OriginMessage_filter: stagingmantle_OriginMessage_filter; + stagingmantle_OriginMessage_orderBy: stagingmantle_OriginMessage_orderBy; + stagingmantle_OriginTransfer: ResolverTypeWrapper; + stagingmantle_OriginTransfer_filter: stagingmantle_OriginTransfer_filter; + stagingmantle_OriginTransfer_orderBy: stagingmantle_OriginTransfer_orderBy; + stagingmantle_Relayer: ResolverTypeWrapper; + stagingmantle_RelayerFee: ResolverTypeWrapper; + stagingmantle_RelayerFee_filter: stagingmantle_RelayerFee_filter; + stagingmantle_RelayerFee_orderBy: stagingmantle_RelayerFee_orderBy; + stagingmantle_RelayerFeesIncrease: ResolverTypeWrapper; + stagingmantle_RelayerFeesIncrease_filter: stagingmantle_RelayerFeesIncrease_filter; + stagingmantle_RelayerFeesIncrease_orderBy: stagingmantle_RelayerFeesIncrease_orderBy; + stagingmantle_Relayer_filter: stagingmantle_Relayer_filter; + stagingmantle_Relayer_orderBy: stagingmantle_Relayer_orderBy; + stagingmantle_RootCount: ResolverTypeWrapper; + stagingmantle_RootCount_filter: stagingmantle_RootCount_filter; + stagingmantle_RootCount_orderBy: stagingmantle_RootCount_orderBy; + stagingmantle_RootMessageSent: ResolverTypeWrapper; + stagingmantle_RootMessageSent_filter: stagingmantle_RootMessageSent_filter; + stagingmantle_RootMessageSent_orderBy: stagingmantle_RootMessageSent_orderBy; + stagingmantle_Router: ResolverTypeWrapper; + stagingmantle_RouterDailyTVL: ResolverTypeWrapper; + stagingmantle_RouterDailyTVL_filter: stagingmantle_RouterDailyTVL_filter; + stagingmantle_RouterDailyTVL_orderBy: stagingmantle_RouterDailyTVL_orderBy; + stagingmantle_RouterLiquidityEvent: ResolverTypeWrapper; + stagingmantle_RouterLiquidityEventType: stagingmantle_RouterLiquidityEventType; + stagingmantle_RouterLiquidityEvent_filter: stagingmantle_RouterLiquidityEvent_filter; + stagingmantle_RouterLiquidityEvent_orderBy: stagingmantle_RouterLiquidityEvent_orderBy; + stagingmantle_Router_filter: stagingmantle_Router_filter; + stagingmantle_Router_orderBy: stagingmantle_Router_orderBy; + stagingmantle_Sequencer: ResolverTypeWrapper; + stagingmantle_Sequencer_filter: stagingmantle_Sequencer_filter; + stagingmantle_Sequencer_orderBy: stagingmantle_Sequencer_orderBy; + stagingmantle_Setting: ResolverTypeWrapper; + stagingmantle_Setting_filter: stagingmantle_Setting_filter; + stagingmantle_Setting_orderBy: stagingmantle_Setting_orderBy; + stagingmantle_SlippageUpdate: ResolverTypeWrapper; + stagingmantle_SlippageUpdate_filter: stagingmantle_SlippageUpdate_filter; + stagingmantle_SlippageUpdate_orderBy: stagingmantle_SlippageUpdate_orderBy; + stagingmantle_SnapshotRoot: ResolverTypeWrapper; + stagingmantle_SnapshotRoot_filter: stagingmantle_SnapshotRoot_filter; + stagingmantle_SnapshotRoot_orderBy: stagingmantle_SnapshotRoot_orderBy; + stagingmantle_SpokeConnectorMode: ResolverTypeWrapper; + stagingmantle_SpokeConnectorMode_filter: stagingmantle_SpokeConnectorMode_filter; + stagingmantle_SpokeConnectorMode_orderBy: stagingmantle_SpokeConnectorMode_orderBy; + stagingmantle_TransferStatus: stagingmantle_TransferStatus; + stagingmantle__Block_: ResolverTypeWrapper; + stagingmantle__Meta_: ResolverTypeWrapper; + stagingmetis_AggregateRoot: ResolverTypeWrapper; + stagingmetis_AggregateRootProposed: ResolverTypeWrapper; + stagingmetis_AggregateRootProposed_filter: stagingmetis_AggregateRootProposed_filter; + stagingmetis_AggregateRootProposed_orderBy: stagingmetis_AggregateRootProposed_orderBy; + stagingmetis_AggregateRoot_filter: stagingmetis_AggregateRoot_filter; + stagingmetis_AggregateRoot_orderBy: stagingmetis_AggregateRoot_orderBy; + stagingmetis_Asset: ResolverTypeWrapper; + stagingmetis_AssetBalance: ResolverTypeWrapper; + stagingmetis_AssetBalance_filter: stagingmetis_AssetBalance_filter; + stagingmetis_AssetBalance_orderBy: stagingmetis_AssetBalance_orderBy; + stagingmetis_AssetStatus: ResolverTypeWrapper; + stagingmetis_AssetStatus_filter: stagingmetis_AssetStatus_filter; + stagingmetis_AssetStatus_orderBy: stagingmetis_AssetStatus_orderBy; + stagingmetis_Asset_filter: stagingmetis_Asset_filter; + stagingmetis_Asset_orderBy: stagingmetis_Asset_orderBy; + stagingmetis_BigDecimal: ResolverTypeWrapper; + stagingmetis_BlockChangedFilter: stagingmetis_BlockChangedFilter; + stagingmetis_Block_height: stagingmetis_Block_height; + stagingmetis_Bytes: ResolverTypeWrapper; + stagingmetis_ConnectorMeta: ResolverTypeWrapper; + stagingmetis_ConnectorMeta_filter: stagingmetis_ConnectorMeta_filter; + stagingmetis_ConnectorMeta_orderBy: stagingmetis_ConnectorMeta_orderBy; + stagingmetis_DestinationTransfer: ResolverTypeWrapper; + stagingmetis_DestinationTransfer_filter: stagingmetis_DestinationTransfer_filter; + stagingmetis_DestinationTransfer_orderBy: stagingmetis_DestinationTransfer_orderBy; + stagingmetis_Int8: ResolverTypeWrapper; + stagingmetis_OptimisticRootFinalized: ResolverTypeWrapper; + stagingmetis_OptimisticRootFinalized_filter: stagingmetis_OptimisticRootFinalized_filter; + stagingmetis_OptimisticRootFinalized_orderBy: stagingmetis_OptimisticRootFinalized_orderBy; + stagingmetis_OrderDirection: stagingmetis_OrderDirection; + stagingmetis_OriginMessage: ResolverTypeWrapper; + stagingmetis_OriginMessage_filter: stagingmetis_OriginMessage_filter; + stagingmetis_OriginMessage_orderBy: stagingmetis_OriginMessage_orderBy; + stagingmetis_OriginTransfer: ResolverTypeWrapper; + stagingmetis_OriginTransfer_filter: stagingmetis_OriginTransfer_filter; + stagingmetis_OriginTransfer_orderBy: stagingmetis_OriginTransfer_orderBy; + stagingmetis_Relayer: ResolverTypeWrapper; + stagingmetis_RelayerFee: ResolverTypeWrapper; + stagingmetis_RelayerFee_filter: stagingmetis_RelayerFee_filter; + stagingmetis_RelayerFee_orderBy: stagingmetis_RelayerFee_orderBy; + stagingmetis_RelayerFeesIncrease: ResolverTypeWrapper; + stagingmetis_RelayerFeesIncrease_filter: stagingmetis_RelayerFeesIncrease_filter; + stagingmetis_RelayerFeesIncrease_orderBy: stagingmetis_RelayerFeesIncrease_orderBy; + stagingmetis_Relayer_filter: stagingmetis_Relayer_filter; + stagingmetis_Relayer_orderBy: stagingmetis_Relayer_orderBy; + stagingmetis_RootCount: ResolverTypeWrapper; + stagingmetis_RootCount_filter: stagingmetis_RootCount_filter; + stagingmetis_RootCount_orderBy: stagingmetis_RootCount_orderBy; + stagingmetis_RootMessageSent: ResolverTypeWrapper; + stagingmetis_RootMessageSent_filter: stagingmetis_RootMessageSent_filter; + stagingmetis_RootMessageSent_orderBy: stagingmetis_RootMessageSent_orderBy; + stagingmetis_Router: ResolverTypeWrapper; + stagingmetis_RouterDailyTVL: ResolverTypeWrapper; + stagingmetis_RouterDailyTVL_filter: stagingmetis_RouterDailyTVL_filter; + stagingmetis_RouterDailyTVL_orderBy: stagingmetis_RouterDailyTVL_orderBy; + stagingmetis_RouterLiquidityEvent: ResolverTypeWrapper; + stagingmetis_RouterLiquidityEventType: stagingmetis_RouterLiquidityEventType; + stagingmetis_RouterLiquidityEvent_filter: stagingmetis_RouterLiquidityEvent_filter; + stagingmetis_RouterLiquidityEvent_orderBy: stagingmetis_RouterLiquidityEvent_orderBy; + stagingmetis_Router_filter: stagingmetis_Router_filter; + stagingmetis_Router_orderBy: stagingmetis_Router_orderBy; + stagingmetis_Sequencer: ResolverTypeWrapper; + stagingmetis_Sequencer_filter: stagingmetis_Sequencer_filter; + stagingmetis_Sequencer_orderBy: stagingmetis_Sequencer_orderBy; + stagingmetis_Setting: ResolverTypeWrapper; + stagingmetis_Setting_filter: stagingmetis_Setting_filter; + stagingmetis_Setting_orderBy: stagingmetis_Setting_orderBy; + stagingmetis_SlippageUpdate: ResolverTypeWrapper; + stagingmetis_SlippageUpdate_filter: stagingmetis_SlippageUpdate_filter; + stagingmetis_SlippageUpdate_orderBy: stagingmetis_SlippageUpdate_orderBy; + stagingmetis_SnapshotRoot: ResolverTypeWrapper; + stagingmetis_SnapshotRoot_filter: stagingmetis_SnapshotRoot_filter; + stagingmetis_SnapshotRoot_orderBy: stagingmetis_SnapshotRoot_orderBy; + stagingmetis_SpokeConnectorMode: ResolverTypeWrapper; + stagingmetis_SpokeConnectorMode_filter: stagingmetis_SpokeConnectorMode_filter; + stagingmetis_SpokeConnectorMode_orderBy: stagingmetis_SpokeConnectorMode_orderBy; + stagingmetis_TransferStatus: stagingmetis_TransferStatus; + stagingmetis__Block_: ResolverTypeWrapper; + stagingmetis__Meta_: ResolverTypeWrapper; + xdai_AggregateRoot: ResolverTypeWrapper; + xdai_AggregateRootProposed: ResolverTypeWrapper; + xdai_AggregateRootProposed_filter: xdai_AggregateRootProposed_filter; + xdai_AggregateRootProposed_orderBy: xdai_AggregateRootProposed_orderBy; + xdai_AggregateRoot_filter: xdai_AggregateRoot_filter; + xdai_AggregateRoot_orderBy: xdai_AggregateRoot_orderBy; + xdai_Asset: ResolverTypeWrapper; + xdai_AssetBalance: ResolverTypeWrapper; + xdai_AssetBalance_filter: xdai_AssetBalance_filter; + xdai_AssetBalance_orderBy: xdai_AssetBalance_orderBy; + xdai_AssetStatus: ResolverTypeWrapper; + xdai_AssetStatus_filter: xdai_AssetStatus_filter; + xdai_AssetStatus_orderBy: xdai_AssetStatus_orderBy; + xdai_Asset_filter: xdai_Asset_filter; + xdai_Asset_orderBy: xdai_Asset_orderBy; + xdai_BigDecimal: ResolverTypeWrapper; + xdai_BlockChangedFilter: xdai_BlockChangedFilter; + xdai_Block_height: xdai_Block_height; + xdai_Bytes: ResolverTypeWrapper; + xdai_ConnectorMeta: ResolverTypeWrapper; + xdai_ConnectorMeta_filter: xdai_ConnectorMeta_filter; + xdai_ConnectorMeta_orderBy: xdai_ConnectorMeta_orderBy; + xdai_DestinationTransfer: ResolverTypeWrapper; + xdai_DestinationTransfer_filter: xdai_DestinationTransfer_filter; + xdai_DestinationTransfer_orderBy: xdai_DestinationTransfer_orderBy; + xdai_Int8: ResolverTypeWrapper; + xdai_OptimisticRootFinalized: ResolverTypeWrapper; + xdai_OptimisticRootFinalized_filter: xdai_OptimisticRootFinalized_filter; + xdai_OptimisticRootFinalized_orderBy: xdai_OptimisticRootFinalized_orderBy; + xdai_OrderDirection: xdai_OrderDirection; + xdai_OriginMessage: ResolverTypeWrapper; + xdai_OriginMessage_filter: xdai_OriginMessage_filter; + xdai_OriginMessage_orderBy: xdai_OriginMessage_orderBy; + xdai_OriginTransfer: ResolverTypeWrapper; + xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; + xdai_OriginTransfer_orderBy: xdai_OriginTransfer_orderBy; + xdai_Relayer: ResolverTypeWrapper; + xdai_RelayerFee: ResolverTypeWrapper; + xdai_RelayerFee_filter: xdai_RelayerFee_filter; + xdai_RelayerFee_orderBy: xdai_RelayerFee_orderBy; + xdai_RelayerFeesIncrease: ResolverTypeWrapper; + xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; + xdai_RelayerFeesIncrease_orderBy: xdai_RelayerFeesIncrease_orderBy; + xdai_Relayer_filter: xdai_Relayer_filter; + xdai_Relayer_orderBy: xdai_Relayer_orderBy; + xdai_RootCount: ResolverTypeWrapper; + xdai_RootCount_filter: xdai_RootCount_filter; + xdai_RootCount_orderBy: xdai_RootCount_orderBy; + xdai_RootMessageSent: ResolverTypeWrapper; + xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; + xdai_RootMessageSent_orderBy: xdai_RootMessageSent_orderBy; + xdai_Router: ResolverTypeWrapper; + xdai_RouterDailyTVL: ResolverTypeWrapper; + xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; + xdai_RouterDailyTVL_orderBy: xdai_RouterDailyTVL_orderBy; + xdai_RouterLiquidityEvent: ResolverTypeWrapper; + xdai_RouterLiquidityEventType: xdai_RouterLiquidityEventType; + xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; + xdai_RouterLiquidityEvent_orderBy: xdai_RouterLiquidityEvent_orderBy; + xdai_Router_filter: xdai_Router_filter; + xdai_Router_orderBy: xdai_Router_orderBy; + xdai_Sequencer: ResolverTypeWrapper; + xdai_Sequencer_filter: xdai_Sequencer_filter; + xdai_Sequencer_orderBy: xdai_Sequencer_orderBy; + xdai_Setting: ResolverTypeWrapper; + xdai_Setting_filter: xdai_Setting_filter; + xdai_Setting_orderBy: xdai_Setting_orderBy; + xdai_SlippageUpdate: ResolverTypeWrapper; + xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; + xdai_SlippageUpdate_orderBy: xdai_SlippageUpdate_orderBy; + xdai_SnapshotRoot: ResolverTypeWrapper; + xdai_SnapshotRoot_filter: xdai_SnapshotRoot_filter; + xdai_SnapshotRoot_orderBy: xdai_SnapshotRoot_orderBy; + xdai_SpokeConnectorMode: ResolverTypeWrapper; + xdai_SpokeConnectorMode_filter: xdai_SpokeConnectorMode_filter; + xdai_SpokeConnectorMode_orderBy: xdai_SpokeConnectorMode_orderBy; + xdai_TransferStatus: xdai_TransferStatus; + xdai__Block_: ResolverTypeWrapper; + xdai__Meta_: ResolverTypeWrapper; + xlayer_AggregateRoot: ResolverTypeWrapper; + xlayer_AggregateRootProposed: ResolverTypeWrapper; + xlayer_AggregateRootProposed_filter: xlayer_AggregateRootProposed_filter; + xlayer_AggregateRootProposed_orderBy: xlayer_AggregateRootProposed_orderBy; + xlayer_AggregateRoot_filter: xlayer_AggregateRoot_filter; + xlayer_AggregateRoot_orderBy: xlayer_AggregateRoot_orderBy; + xlayer_Asset: ResolverTypeWrapper; + xlayer_AssetBalance: ResolverTypeWrapper; + xlayer_AssetBalance_filter: xlayer_AssetBalance_filter; + xlayer_AssetBalance_orderBy: xlayer_AssetBalance_orderBy; + xlayer_AssetStatus: ResolverTypeWrapper; + xlayer_AssetStatus_filter: xlayer_AssetStatus_filter; + xlayer_AssetStatus_orderBy: xlayer_AssetStatus_orderBy; + xlayer_Asset_filter: xlayer_Asset_filter; + xlayer_Asset_orderBy: xlayer_Asset_orderBy; + xlayer_BigDecimal: ResolverTypeWrapper; + xlayer_BlockChangedFilter: xlayer_BlockChangedFilter; + xlayer_Block_height: xlayer_Block_height; + xlayer_Bytes: ResolverTypeWrapper; + xlayer_ConnectorMeta: ResolverTypeWrapper; + xlayer_ConnectorMeta_filter: xlayer_ConnectorMeta_filter; + xlayer_ConnectorMeta_orderBy: xlayer_ConnectorMeta_orderBy; + xlayer_DestinationTransfer: ResolverTypeWrapper; + xlayer_DestinationTransfer_filter: xlayer_DestinationTransfer_filter; + xlayer_DestinationTransfer_orderBy: xlayer_DestinationTransfer_orderBy; + xlayer_Int8: ResolverTypeWrapper; + xlayer_OptimisticRootFinalized: ResolverTypeWrapper; + xlayer_OptimisticRootFinalized_filter: xlayer_OptimisticRootFinalized_filter; + xlayer_OptimisticRootFinalized_orderBy: xlayer_OptimisticRootFinalized_orderBy; + xlayer_OrderDirection: xlayer_OrderDirection; + xlayer_OriginMessage: ResolverTypeWrapper; + xlayer_OriginMessage_filter: xlayer_OriginMessage_filter; + xlayer_OriginMessage_orderBy: xlayer_OriginMessage_orderBy; + xlayer_OriginTransfer: ResolverTypeWrapper; + xlayer_OriginTransfer_filter: xlayer_OriginTransfer_filter; + xlayer_OriginTransfer_orderBy: xlayer_OriginTransfer_orderBy; + xlayer_Relayer: ResolverTypeWrapper; + xlayer_RelayerFee: ResolverTypeWrapper; + xlayer_RelayerFee_filter: xlayer_RelayerFee_filter; + xlayer_RelayerFee_orderBy: xlayer_RelayerFee_orderBy; + xlayer_RelayerFeesIncrease: ResolverTypeWrapper; + xlayer_RelayerFeesIncrease_filter: xlayer_RelayerFeesIncrease_filter; + xlayer_RelayerFeesIncrease_orderBy: xlayer_RelayerFeesIncrease_orderBy; + xlayer_Relayer_filter: xlayer_Relayer_filter; + xlayer_Relayer_orderBy: xlayer_Relayer_orderBy; + xlayer_RootCount: ResolverTypeWrapper; + xlayer_RootCount_filter: xlayer_RootCount_filter; + xlayer_RootCount_orderBy: xlayer_RootCount_orderBy; + xlayer_RootMessageSent: ResolverTypeWrapper; + xlayer_RootMessageSent_filter: xlayer_RootMessageSent_filter; + xlayer_RootMessageSent_orderBy: xlayer_RootMessageSent_orderBy; + xlayer_Router: ResolverTypeWrapper; + xlayer_RouterDailyTVL: ResolverTypeWrapper; + xlayer_RouterDailyTVL_filter: xlayer_RouterDailyTVL_filter; + xlayer_RouterDailyTVL_orderBy: xlayer_RouterDailyTVL_orderBy; + xlayer_RouterLiquidityEvent: ResolverTypeWrapper; + xlayer_RouterLiquidityEventType: xlayer_RouterLiquidityEventType; + xlayer_RouterLiquidityEvent_filter: xlayer_RouterLiquidityEvent_filter; + xlayer_RouterLiquidityEvent_orderBy: xlayer_RouterLiquidityEvent_orderBy; + xlayer_Router_filter: xlayer_Router_filter; + xlayer_Router_orderBy: xlayer_Router_orderBy; + xlayer_Sequencer: ResolverTypeWrapper; + xlayer_Sequencer_filter: xlayer_Sequencer_filter; + xlayer_Sequencer_orderBy: xlayer_Sequencer_orderBy; + xlayer_Setting: ResolverTypeWrapper; + xlayer_Setting_filter: xlayer_Setting_filter; + xlayer_Setting_orderBy: xlayer_Setting_orderBy; + xlayer_SlippageUpdate: ResolverTypeWrapper; + xlayer_SlippageUpdate_filter: xlayer_SlippageUpdate_filter; + xlayer_SlippageUpdate_orderBy: xlayer_SlippageUpdate_orderBy; + xlayer_SnapshotRoot: ResolverTypeWrapper; + xlayer_SnapshotRoot_filter: xlayer_SnapshotRoot_filter; + xlayer_SnapshotRoot_orderBy: xlayer_SnapshotRoot_orderBy; + xlayer_SpokeConnectorMode: ResolverTypeWrapper; + xlayer_SpokeConnectorMode_filter: xlayer_SpokeConnectorMode_filter; + xlayer_SpokeConnectorMode_orderBy: xlayer_SpokeConnectorMode_orderBy; + xlayer_TransferStatus: xlayer_TransferStatus; + xlayer__Block_: ResolverTypeWrapper; + xlayer__Meta_: ResolverTypeWrapper; + bnb_AggregateRoot: ResolverTypeWrapper; + bnb_AggregateRootProposed: ResolverTypeWrapper; + bnb_AggregateRootProposed_filter: bnb_AggregateRootProposed_filter; + bnb_AggregateRootProposed_orderBy: bnb_AggregateRootProposed_orderBy; + 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_OptimisticRootFinalized: ResolverTypeWrapper; + bnb_OptimisticRootFinalized_filter: bnb_OptimisticRootFinalized_filter; + bnb_OptimisticRootFinalized_orderBy: bnb_OptimisticRootFinalized_orderBy; + bnb_OrderDirection: bnb_OrderDirection; + bnb_OriginMessage: ResolverTypeWrapper; + bnb_OriginMessage_filter: bnb_OriginMessage_filter; + bnb_OriginMessage_orderBy: bnb_OriginMessage_orderBy; + bnb_OriginTransfer: ResolverTypeWrapper; + bnb_OriginTransfer_filter: bnb_OriginTransfer_filter; + bnb_OriginTransfer_orderBy: bnb_OriginTransfer_orderBy; + bnb_Relayer: ResolverTypeWrapper; + bnb_RelayerFee: ResolverTypeWrapper; + bnb_RelayerFee_filter: bnb_RelayerFee_filter; + bnb_RelayerFee_orderBy: bnb_RelayerFee_orderBy; + bnb_RelayerFeesIncrease: ResolverTypeWrapper; + bnb_RelayerFeesIncrease_filter: bnb_RelayerFeesIncrease_filter; + bnb_RelayerFeesIncrease_orderBy: bnb_RelayerFeesIncrease_orderBy; + bnb_Relayer_filter: bnb_Relayer_filter; + bnb_Relayer_orderBy: bnb_Relayer_orderBy; + bnb_RootCount: ResolverTypeWrapper; + bnb_RootCount_filter: bnb_RootCount_filter; + bnb_RootCount_orderBy: bnb_RootCount_orderBy; + bnb_RootMessageSent: ResolverTypeWrapper; + bnb_RootMessageSent_filter: bnb_RootMessageSent_filter; + bnb_RootMessageSent_orderBy: bnb_RootMessageSent_orderBy; + bnb_Router: ResolverTypeWrapper; + bnb_RouterDailyTVL: ResolverTypeWrapper; + bnb_RouterDailyTVL_filter: bnb_RouterDailyTVL_filter; + bnb_RouterDailyTVL_orderBy: bnb_RouterDailyTVL_orderBy; + bnb_RouterLiquidityEvent: ResolverTypeWrapper; + bnb_RouterLiquidityEventType: bnb_RouterLiquidityEventType; + bnb_RouterLiquidityEvent_filter: bnb_RouterLiquidityEvent_filter; + bnb_RouterLiquidityEvent_orderBy: bnb_RouterLiquidityEvent_orderBy; + bnb_Router_filter: bnb_Router_filter; + bnb_Router_orderBy: bnb_Router_orderBy; + bnb_Sequencer: ResolverTypeWrapper; + bnb_Sequencer_filter: bnb_Sequencer_filter; + bnb_Sequencer_orderBy: bnb_Sequencer_orderBy; + bnb_Setting: ResolverTypeWrapper; + bnb_Setting_filter: bnb_Setting_filter; + bnb_Setting_orderBy: bnb_Setting_orderBy; + bnb_SlippageUpdate: ResolverTypeWrapper; + bnb_SlippageUpdate_filter: bnb_SlippageUpdate_filter; + bnb_SlippageUpdate_orderBy: bnb_SlippageUpdate_orderBy; + bnb_SnapshotRoot: ResolverTypeWrapper; + bnb_SnapshotRoot_filter: bnb_SnapshotRoot_filter; + bnb_SnapshotRoot_orderBy: bnb_SnapshotRoot_orderBy; + bnb_SpokeConnectorMode: ResolverTypeWrapper; + bnb_SpokeConnectorMode_filter: bnb_SpokeConnectorMode_filter; + bnb_SpokeConnectorMode_orderBy: bnb_SpokeConnectorMode_orderBy; + bnb_TransferStatus: bnb_TransferStatus; + bnb__Block_: ResolverTypeWrapper; + bnb__Meta_: ResolverTypeWrapper; + base_AggregateRoot: ResolverTypeWrapper; + base_AggregateRootProposed: ResolverTypeWrapper; + base_AggregateRootProposed_filter: base_AggregateRootProposed_filter; + base_AggregateRootProposed_orderBy: base_AggregateRootProposed_orderBy; + base_AggregateRoot_filter: base_AggregateRoot_filter; + base_AggregateRoot_orderBy: base_AggregateRoot_orderBy; + base_Asset: ResolverTypeWrapper; + base_AssetBalance: ResolverTypeWrapper; + base_AssetBalance_filter: base_AssetBalance_filter; + base_AssetBalance_orderBy: base_AssetBalance_orderBy; + base_AssetStatus: ResolverTypeWrapper; + base_AssetStatus_filter: base_AssetStatus_filter; + base_AssetStatus_orderBy: base_AssetStatus_orderBy; + base_Asset_filter: base_Asset_filter; + base_Asset_orderBy: base_Asset_orderBy; + base_BigDecimal: ResolverTypeWrapper; + base_BlockChangedFilter: base_BlockChangedFilter; + base_Block_height: base_Block_height; + base_Bytes: ResolverTypeWrapper; + base_ConnectorMeta: ResolverTypeWrapper; + base_ConnectorMeta_filter: base_ConnectorMeta_filter; + base_ConnectorMeta_orderBy: base_ConnectorMeta_orderBy; + base_DestinationTransfer: ResolverTypeWrapper; + base_DestinationTransfer_filter: base_DestinationTransfer_filter; + base_DestinationTransfer_orderBy: base_DestinationTransfer_orderBy; + base_Int8: ResolverTypeWrapper; + base_OptimisticRootFinalized: ResolverTypeWrapper; + base_OptimisticRootFinalized_filter: base_OptimisticRootFinalized_filter; + base_OptimisticRootFinalized_orderBy: base_OptimisticRootFinalized_orderBy; + base_OrderDirection: base_OrderDirection; + base_OriginMessage: ResolverTypeWrapper; + base_OriginMessage_filter: base_OriginMessage_filter; + base_OriginMessage_orderBy: base_OriginMessage_orderBy; + base_OriginTransfer: ResolverTypeWrapper; + base_OriginTransfer_filter: base_OriginTransfer_filter; + base_OriginTransfer_orderBy: base_OriginTransfer_orderBy; + base_Relayer: ResolverTypeWrapper; + base_RelayerFee: ResolverTypeWrapper; + base_RelayerFee_filter: base_RelayerFee_filter; + base_RelayerFee_orderBy: base_RelayerFee_orderBy; + base_RelayerFeesIncrease: ResolverTypeWrapper; + base_RelayerFeesIncrease_filter: base_RelayerFeesIncrease_filter; + base_RelayerFeesIncrease_orderBy: base_RelayerFeesIncrease_orderBy; + base_Relayer_filter: base_Relayer_filter; + base_Relayer_orderBy: base_Relayer_orderBy; + base_RootCount: ResolverTypeWrapper; + base_RootCount_filter: base_RootCount_filter; + base_RootCount_orderBy: base_RootCount_orderBy; + base_RootMessageSent: ResolverTypeWrapper; + base_RootMessageSent_filter: base_RootMessageSent_filter; + base_RootMessageSent_orderBy: base_RootMessageSent_orderBy; + base_Router: ResolverTypeWrapper; + base_RouterDailyTVL: ResolverTypeWrapper; + base_RouterDailyTVL_filter: base_RouterDailyTVL_filter; + base_RouterDailyTVL_orderBy: base_RouterDailyTVL_orderBy; + base_RouterLiquidityEvent: ResolverTypeWrapper; + base_RouterLiquidityEventType: base_RouterLiquidityEventType; + base_RouterLiquidityEvent_filter: base_RouterLiquidityEvent_filter; + base_RouterLiquidityEvent_orderBy: base_RouterLiquidityEvent_orderBy; + base_Router_filter: base_Router_filter; + base_Router_orderBy: base_Router_orderBy; + base_Sequencer: ResolverTypeWrapper; + base_Sequencer_filter: base_Sequencer_filter; + base_Sequencer_orderBy: base_Sequencer_orderBy; + base_Setting: ResolverTypeWrapper; + base_Setting_filter: base_Setting_filter; + base_Setting_orderBy: base_Setting_orderBy; + base_SlippageUpdate: ResolverTypeWrapper; + base_SlippageUpdate_filter: base_SlippageUpdate_filter; + base_SlippageUpdate_orderBy: base_SlippageUpdate_orderBy; + base_SnapshotRoot: ResolverTypeWrapper; + base_SnapshotRoot_filter: base_SnapshotRoot_filter; + base_SnapshotRoot_orderBy: base_SnapshotRoot_orderBy; + base_SpokeConnectorMode: ResolverTypeWrapper; + base_SpokeConnectorMode_filter: base_SpokeConnectorMode_filter; + base_SpokeConnectorMode_orderBy: base_SpokeConnectorMode_orderBy; + base_TransferStatus: base_TransferStatus; + base__Block_: ResolverTypeWrapper; + base__Meta_: ResolverTypeWrapper; + arbitrumsepolia_swap_Aggregation_interval: arbitrumsepolia_swap_Aggregation_interval; + arbitrumsepolia_swap_BigDecimal: ResolverTypeWrapper; + arbitrumsepolia_swap_BlockChangedFilter: arbitrumsepolia_swap_BlockChangedFilter; + arbitrumsepolia_swap_Block_height: arbitrumsepolia_swap_Block_height; + arbitrumsepolia_swap_Bytes: ResolverTypeWrapper; + arbitrumsepolia_swap_Int8: ResolverTypeWrapper; + arbitrumsepolia_swap_LpAccount: ResolverTypeWrapper; + arbitrumsepolia_swap_LpAccountBalance: ResolverTypeWrapper; + arbitrumsepolia_swap_LpAccountBalance_filter: arbitrumsepolia_swap_LpAccountBalance_filter; + arbitrumsepolia_swap_LpAccountBalance_orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy; + arbitrumsepolia_swap_LpAccount_filter: arbitrumsepolia_swap_LpAccount_filter; + arbitrumsepolia_swap_LpAccount_orderBy: arbitrumsepolia_swap_LpAccount_orderBy; + arbitrumsepolia_swap_LpToken: ResolverTypeWrapper; + arbitrumsepolia_swap_LpTokenEvent: ResolversTypes['arbitrumsepolia_swap_LpTransferEvent']; + arbitrumsepolia_swap_LpTokenEvent_filter: arbitrumsepolia_swap_LpTokenEvent_filter; + arbitrumsepolia_swap_LpTokenEvent_orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy; + arbitrumsepolia_swap_LpToken_filter: arbitrumsepolia_swap_LpToken_filter; + arbitrumsepolia_swap_LpToken_orderBy: arbitrumsepolia_swap_LpToken_orderBy; + arbitrumsepolia_swap_LpTransferEvent: ResolverTypeWrapper; + arbitrumsepolia_swap_LpTransferEvent_filter: arbitrumsepolia_swap_LpTransferEvent_filter; + arbitrumsepolia_swap_LpTransferEvent_orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy; + arbitrumsepolia_swap_OrderDirection: arbitrumsepolia_swap_OrderDirection; + arbitrumsepolia_swap_PooledToken: ResolverTypeWrapper; + arbitrumsepolia_swap_PooledToken_filter: arbitrumsepolia_swap_PooledToken_filter; + arbitrumsepolia_swap_PooledToken_orderBy: arbitrumsepolia_swap_PooledToken_orderBy; + arbitrumsepolia_swap_StableSwap: ResolverTypeWrapper; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy; + arbitrumsepolia_swap_StableSwapEvent: ResolversTypes['arbitrumsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent']; + arbitrumsepolia_swap_StableSwapEvent_filter: arbitrumsepolia_swap_StableSwapEvent_filter; + arbitrumsepolia_swap_StableSwapEvent_orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy; + arbitrumsepolia_swap_StableSwapExchange: ResolverTypeWrapper; + arbitrumsepolia_swap_StableSwapExchange_filter: arbitrumsepolia_swap_StableSwapExchange_filter; + arbitrumsepolia_swap_StableSwapExchange_orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy; + arbitrumsepolia_swap_StableSwap_filter: arbitrumsepolia_swap_StableSwap_filter; + arbitrumsepolia_swap_StableSwap_orderBy: arbitrumsepolia_swap_StableSwap_orderBy; + arbitrumsepolia_swap_SwapDailyVolume: ResolverTypeWrapper; + arbitrumsepolia_swap_SwapDailyVolume_filter: arbitrumsepolia_swap_SwapDailyVolume_filter; + arbitrumsepolia_swap_SwapDailyVolume_orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy; + arbitrumsepolia_swap_SwapHourlyVolume: ResolverTypeWrapper; + arbitrumsepolia_swap_SwapHourlyVolume_filter: arbitrumsepolia_swap_SwapHourlyVolume_filter; + arbitrumsepolia_swap_SwapHourlyVolume_orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy; + arbitrumsepolia_swap_SwapTradeVolume: ResolversTypes['arbitrumsepolia_swap_SwapDailyVolume'] | ResolversTypes['arbitrumsepolia_swap_SwapHourlyVolume'] | ResolversTypes['arbitrumsepolia_swap_SwapWeeklyVolume']; + arbitrumsepolia_swap_SwapTradeVolume_filter: arbitrumsepolia_swap_SwapTradeVolume_filter; + arbitrumsepolia_swap_SwapTradeVolume_orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy; + arbitrumsepolia_swap_SwapWeeklyVolume: ResolverTypeWrapper; + arbitrumsepolia_swap_SwapWeeklyVolume_filter: arbitrumsepolia_swap_SwapWeeklyVolume_filter; + arbitrumsepolia_swap_SwapWeeklyVolume_orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy; + arbitrumsepolia_swap_SystemInfo: ResolverTypeWrapper; + arbitrumsepolia_swap_SystemInfo_filter: arbitrumsepolia_swap_SystemInfo_filter; + arbitrumsepolia_swap_SystemInfo_orderBy: arbitrumsepolia_swap_SystemInfo_orderBy; + arbitrumsepolia_swap__Block_: ResolverTypeWrapper; + arbitrumsepolia_swap__Meta_: ResolverTypeWrapper; + stagingoptimism_AggregateRoot: ResolverTypeWrapper; + stagingoptimism_AggregateRootProposed: ResolverTypeWrapper; + stagingoptimism_AggregateRootProposed_filter: stagingoptimism_AggregateRootProposed_filter; + stagingoptimism_AggregateRootProposed_orderBy: stagingoptimism_AggregateRootProposed_orderBy; + stagingoptimism_AggregateRoot_filter: stagingoptimism_AggregateRoot_filter; + stagingoptimism_AggregateRoot_orderBy: stagingoptimism_AggregateRoot_orderBy; + stagingoptimism_Aggregation_interval: stagingoptimism_Aggregation_interval; + stagingoptimism_Asset: ResolverTypeWrapper; + stagingoptimism_AssetBalance: ResolverTypeWrapper; + stagingoptimism_AssetBalance_filter: stagingoptimism_AssetBalance_filter; + stagingoptimism_AssetBalance_orderBy: stagingoptimism_AssetBalance_orderBy; + stagingoptimism_AssetStatus: ResolverTypeWrapper; + stagingoptimism_AssetStatus_filter: stagingoptimism_AssetStatus_filter; + stagingoptimism_AssetStatus_orderBy: stagingoptimism_AssetStatus_orderBy; + stagingoptimism_Asset_filter: stagingoptimism_Asset_filter; + stagingoptimism_Asset_orderBy: stagingoptimism_Asset_orderBy; + stagingoptimism_BigDecimal: ResolverTypeWrapper; + stagingoptimism_BlockChangedFilter: stagingoptimism_BlockChangedFilter; + stagingoptimism_Block_height: stagingoptimism_Block_height; + stagingoptimism_Bytes: ResolverTypeWrapper; + stagingoptimism_ConnectorMeta: ResolverTypeWrapper; + stagingoptimism_ConnectorMeta_filter: stagingoptimism_ConnectorMeta_filter; + stagingoptimism_ConnectorMeta_orderBy: stagingoptimism_ConnectorMeta_orderBy; + stagingoptimism_DestinationTransfer: ResolverTypeWrapper; + stagingoptimism_DestinationTransfer_filter: stagingoptimism_DestinationTransfer_filter; + stagingoptimism_DestinationTransfer_orderBy: stagingoptimism_DestinationTransfer_orderBy; + stagingoptimism_Int8: ResolverTypeWrapper; + stagingoptimism_OptimisticRootFinalized: ResolverTypeWrapper; + stagingoptimism_OptimisticRootFinalized_filter: stagingoptimism_OptimisticRootFinalized_filter; + stagingoptimism_OptimisticRootFinalized_orderBy: stagingoptimism_OptimisticRootFinalized_orderBy; + stagingoptimism_OrderDirection: stagingoptimism_OrderDirection; + stagingoptimism_OriginMessage: ResolverTypeWrapper; + stagingoptimism_OriginMessage_filter: stagingoptimism_OriginMessage_filter; + stagingoptimism_OriginMessage_orderBy: stagingoptimism_OriginMessage_orderBy; + stagingoptimism_OriginTransfer: ResolverTypeWrapper; + stagingoptimism_OriginTransfer_filter: stagingoptimism_OriginTransfer_filter; + stagingoptimism_OriginTransfer_orderBy: stagingoptimism_OriginTransfer_orderBy; + stagingoptimism_Relayer: ResolverTypeWrapper; + stagingoptimism_RelayerFee: ResolverTypeWrapper; + stagingoptimism_RelayerFee_filter: stagingoptimism_RelayerFee_filter; + stagingoptimism_RelayerFee_orderBy: stagingoptimism_RelayerFee_orderBy; + stagingoptimism_RelayerFeesIncrease: ResolverTypeWrapper; + stagingoptimism_RelayerFeesIncrease_filter: stagingoptimism_RelayerFeesIncrease_filter; + stagingoptimism_RelayerFeesIncrease_orderBy: stagingoptimism_RelayerFeesIncrease_orderBy; + stagingoptimism_Relayer_filter: stagingoptimism_Relayer_filter; + stagingoptimism_Relayer_orderBy: stagingoptimism_Relayer_orderBy; + stagingoptimism_RootCount: ResolverTypeWrapper; + stagingoptimism_RootCount_filter: stagingoptimism_RootCount_filter; + stagingoptimism_RootCount_orderBy: stagingoptimism_RootCount_orderBy; + stagingoptimism_RootMessageSent: ResolverTypeWrapper; + stagingoptimism_RootMessageSent_filter: stagingoptimism_RootMessageSent_filter; + stagingoptimism_RootMessageSent_orderBy: stagingoptimism_RootMessageSent_orderBy; + stagingoptimism_Router: ResolverTypeWrapper; + stagingoptimism_RouterDailyTVL: ResolverTypeWrapper; + stagingoptimism_RouterDailyTVL_filter: stagingoptimism_RouterDailyTVL_filter; + stagingoptimism_RouterDailyTVL_orderBy: stagingoptimism_RouterDailyTVL_orderBy; + stagingoptimism_RouterLiquidityEvent: ResolverTypeWrapper; + stagingoptimism_RouterLiquidityEventType: stagingoptimism_RouterLiquidityEventType; + stagingoptimism_RouterLiquidityEvent_filter: stagingoptimism_RouterLiquidityEvent_filter; + stagingoptimism_RouterLiquidityEvent_orderBy: stagingoptimism_RouterLiquidityEvent_orderBy; + stagingoptimism_Router_filter: stagingoptimism_Router_filter; + stagingoptimism_Router_orderBy: stagingoptimism_Router_orderBy; + stagingoptimism_Sequencer: ResolverTypeWrapper; + stagingoptimism_Sequencer_filter: stagingoptimism_Sequencer_filter; + stagingoptimism_Sequencer_orderBy: stagingoptimism_Sequencer_orderBy; + stagingoptimism_Setting: ResolverTypeWrapper; + stagingoptimism_Setting_filter: stagingoptimism_Setting_filter; + stagingoptimism_Setting_orderBy: stagingoptimism_Setting_orderBy; + stagingoptimism_SlippageUpdate: ResolverTypeWrapper; + stagingoptimism_SlippageUpdate_filter: stagingoptimism_SlippageUpdate_filter; + stagingoptimism_SlippageUpdate_orderBy: stagingoptimism_SlippageUpdate_orderBy; + stagingoptimism_SnapshotRoot: ResolverTypeWrapper; + stagingoptimism_SnapshotRoot_filter: stagingoptimism_SnapshotRoot_filter; + stagingoptimism_SnapshotRoot_orderBy: stagingoptimism_SnapshotRoot_orderBy; + stagingoptimism_SpokeConnectorMode: ResolverTypeWrapper; + stagingoptimism_SpokeConnectorMode_filter: stagingoptimism_SpokeConnectorMode_filter; + stagingoptimism_SpokeConnectorMode_orderBy: stagingoptimism_SpokeConnectorMode_orderBy; + stagingoptimism_TransferStatus: stagingoptimism_TransferStatus; + stagingoptimism__Block_: ResolverTypeWrapper; + stagingoptimism__Meta_: ResolverTypeWrapper; avalanche_swap_Aggregation_interval: avalanche_swap_Aggregation_interval; avalanche_swap_BigDecimal: ResolverTypeWrapper; avalanche_swap_BlockChangedFilter: avalanche_swap_BlockChangedFilter; @@ -181150,590 +180858,306 @@ export type ResolversTypes = ResolversObject<{ avalanche_swap_SystemInfo_orderBy: avalanche_swap_SystemInfo_orderBy; avalanche_swap__Block_: ResolverTypeWrapper; avalanche_swap__Meta_: ResolverTypeWrapper; -}>; - -/** Mapping between all available schema types and the resolvers parents */ -export type ResolversParentTypes = ResolversObject<{ - Query: {}; - Subscription: {}; - sepolia_swap_BigDecimal: Scalars['sepolia_swap_BigDecimal']; - BigInt: Scalars['BigInt']; - sepolia_swap_BlockChangedFilter: sepolia_swap_BlockChangedFilter; - sepolia_swap_Block_height: sepolia_swap_Block_height; - Boolean: Scalars['Boolean']; - sepolia_swap_Bytes: Scalars['sepolia_swap_Bytes']; - Float: Scalars['Float']; - ID: Scalars['ID']; - Int: Scalars['Int']; - sepolia_swap_Int8: Scalars['sepolia_swap_Int8']; - sepolia_swap_LpAccount: sepolia_swap_LpAccount; - sepolia_swap_LpAccountBalance: sepolia_swap_LpAccountBalance; - sepolia_swap_LpAccountBalance_filter: sepolia_swap_LpAccountBalance_filter; - sepolia_swap_LpAccount_filter: sepolia_swap_LpAccount_filter; - sepolia_swap_LpToken: sepolia_swap_LpToken; - sepolia_swap_LpTokenEvent: ResolversParentTypes['sepolia_swap_LpTransferEvent']; - sepolia_swap_LpTokenEvent_filter: sepolia_swap_LpTokenEvent_filter; - sepolia_swap_LpToken_filter: sepolia_swap_LpToken_filter; - sepolia_swap_LpTransferEvent: sepolia_swap_LpTransferEvent; - sepolia_swap_LpTransferEvent_filter: sepolia_swap_LpTransferEvent_filter; - sepolia_swap_PooledToken: sepolia_swap_PooledToken; - sepolia_swap_PooledToken_filter: sepolia_swap_PooledToken_filter; - sepolia_swap_StableSwap: sepolia_swap_StableSwap; - sepolia_swap_StableSwapAddLiquidityEvent: sepolia_swap_StableSwapAddLiquidityEvent; - sepolia_swap_StableSwapAddLiquidityEvent_filter: sepolia_swap_StableSwapAddLiquidityEvent_filter; - sepolia_swap_StableSwapEvent: ResolversParentTypes['sepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['sepolia_swap_StableSwapRemoveLiquidityEvent']; - sepolia_swap_StableSwapEvent_filter: sepolia_swap_StableSwapEvent_filter; - sepolia_swap_StableSwapExchange: sepolia_swap_StableSwapExchange; - sepolia_swap_StableSwapExchange_filter: sepolia_swap_StableSwapExchange_filter; - sepolia_swap_StableSwapRemoveLiquidityEvent: sepolia_swap_StableSwapRemoveLiquidityEvent; - sepolia_swap_StableSwapRemoveLiquidityEvent_filter: sepolia_swap_StableSwapRemoveLiquidityEvent_filter; - sepolia_swap_StableSwap_filter: sepolia_swap_StableSwap_filter; - String: Scalars['String']; - sepolia_swap_SwapDailyVolume: sepolia_swap_SwapDailyVolume; - sepolia_swap_SwapDailyVolume_filter: sepolia_swap_SwapDailyVolume_filter; - sepolia_swap_SwapHourlyVolume: sepolia_swap_SwapHourlyVolume; - sepolia_swap_SwapHourlyVolume_filter: sepolia_swap_SwapHourlyVolume_filter; - sepolia_swap_SwapTradeVolume: ResolversParentTypes['sepolia_swap_SwapDailyVolume'] | ResolversParentTypes['sepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['sepolia_swap_SwapWeeklyVolume']; - sepolia_swap_SwapTradeVolume_filter: sepolia_swap_SwapTradeVolume_filter; - sepolia_swap_SwapWeeklyVolume: sepolia_swap_SwapWeeklyVolume; - sepolia_swap_SwapWeeklyVolume_filter: sepolia_swap_SwapWeeklyVolume_filter; - sepolia_swap_SystemInfo: sepolia_swap_SystemInfo; - sepolia_swap_SystemInfo_filter: sepolia_swap_SystemInfo_filter; - Timestamp: Scalars['Timestamp']; - sepolia_swap__Block_: sepolia_swap__Block_; - sepolia_swap__Meta_: sepolia_swap__Meta_; - optimismsepolia_swap_BigDecimal: Scalars['optimismsepolia_swap_BigDecimal']; - optimismsepolia_swap_BlockChangedFilter: optimismsepolia_swap_BlockChangedFilter; - optimismsepolia_swap_Block_height: optimismsepolia_swap_Block_height; - optimismsepolia_swap_Bytes: Scalars['optimismsepolia_swap_Bytes']; - optimismsepolia_swap_Int8: Scalars['optimismsepolia_swap_Int8']; - optimismsepolia_swap_LpAccount: optimismsepolia_swap_LpAccount; - optimismsepolia_swap_LpAccountBalance: optimismsepolia_swap_LpAccountBalance; - optimismsepolia_swap_LpAccountBalance_filter: optimismsepolia_swap_LpAccountBalance_filter; - optimismsepolia_swap_LpAccount_filter: optimismsepolia_swap_LpAccount_filter; - optimismsepolia_swap_LpToken: optimismsepolia_swap_LpToken; - optimismsepolia_swap_LpTokenEvent: ResolversParentTypes['optimismsepolia_swap_LpTransferEvent']; - optimismsepolia_swap_LpTokenEvent_filter: optimismsepolia_swap_LpTokenEvent_filter; - optimismsepolia_swap_LpToken_filter: optimismsepolia_swap_LpToken_filter; - optimismsepolia_swap_LpTransferEvent: optimismsepolia_swap_LpTransferEvent; - optimismsepolia_swap_LpTransferEvent_filter: optimismsepolia_swap_LpTransferEvent_filter; - optimismsepolia_swap_PooledToken: optimismsepolia_swap_PooledToken; - optimismsepolia_swap_PooledToken_filter: optimismsepolia_swap_PooledToken_filter; - optimismsepolia_swap_StableSwap: optimismsepolia_swap_StableSwap; - optimismsepolia_swap_StableSwapAddLiquidityEvent: optimismsepolia_swap_StableSwapAddLiquidityEvent; - optimismsepolia_swap_StableSwapAddLiquidityEvent_filter: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter; - optimismsepolia_swap_StableSwapEvent: ResolversParentTypes['optimismsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismsepolia_swap_StableSwapRemoveLiquidityEvent']; - optimismsepolia_swap_StableSwapEvent_filter: optimismsepolia_swap_StableSwapEvent_filter; - optimismsepolia_swap_StableSwapExchange: optimismsepolia_swap_StableSwapExchange; - optimismsepolia_swap_StableSwapExchange_filter: optimismsepolia_swap_StableSwapExchange_filter; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent: optimismsepolia_swap_StableSwapRemoveLiquidityEvent; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter; - optimismsepolia_swap_StableSwap_filter: optimismsepolia_swap_StableSwap_filter; - optimismsepolia_swap_SwapDailyVolume: optimismsepolia_swap_SwapDailyVolume; - optimismsepolia_swap_SwapDailyVolume_filter: optimismsepolia_swap_SwapDailyVolume_filter; - optimismsepolia_swap_SwapHourlyVolume: optimismsepolia_swap_SwapHourlyVolume; - optimismsepolia_swap_SwapHourlyVolume_filter: optimismsepolia_swap_SwapHourlyVolume_filter; - optimismsepolia_swap_SwapTradeVolume: ResolversParentTypes['optimismsepolia_swap_SwapDailyVolume'] | ResolversParentTypes['optimismsepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismsepolia_swap_SwapWeeklyVolume']; - optimismsepolia_swap_SwapTradeVolume_filter: optimismsepolia_swap_SwapTradeVolume_filter; - optimismsepolia_swap_SwapWeeklyVolume: optimismsepolia_swap_SwapWeeklyVolume; - optimismsepolia_swap_SwapWeeklyVolume_filter: optimismsepolia_swap_SwapWeeklyVolume_filter; - optimismsepolia_swap_SystemInfo: optimismsepolia_swap_SystemInfo; - optimismsepolia_swap_SystemInfo_filter: optimismsepolia_swap_SystemInfo_filter; - optimismsepolia_swap__Block_: optimismsepolia_swap__Block_; - optimismsepolia_swap__Meta_: optimismsepolia_swap__Meta_; - sepolia_AggregateRootSavedSlow: sepolia_AggregateRootSavedSlow; - sepolia_AggregateRootSavedSlow_filter: sepolia_AggregateRootSavedSlow_filter; - sepolia_AggregatedMessageRoot: sepolia_AggregatedMessageRoot; - sepolia_AggregatedMessageRoot_filter: sepolia_AggregatedMessageRoot_filter; - sepolia_ArbitrumConnectorMeta: sepolia_ArbitrumConnectorMeta; - sepolia_ArbitrumConnectorMeta_filter: sepolia_ArbitrumConnectorMeta_filter; - sepolia_AvalancheConnectorMeta: sepolia_AvalancheConnectorMeta; - sepolia_AvalancheConnectorMeta_filter: sepolia_AvalancheConnectorMeta_filter; - sepolia_BaseConnectorMeta: sepolia_BaseConnectorMeta; - sepolia_BaseConnectorMeta_filter: sepolia_BaseConnectorMeta_filter; - sepolia_BigDecimal: Scalars['sepolia_BigDecimal']; - sepolia_BlockChangedFilter: sepolia_BlockChangedFilter; - sepolia_Block_height: sepolia_Block_height; - sepolia_BnbConnectorMeta: sepolia_BnbConnectorMeta; - sepolia_BnbConnectorMeta_filter: sepolia_BnbConnectorMeta_filter; - sepolia_Bytes: Scalars['sepolia_Bytes']; - sepolia_GnosisConnectorMeta: sepolia_GnosisConnectorMeta; - sepolia_GnosisConnectorMeta_filter: sepolia_GnosisConnectorMeta_filter; - sepolia_HubDomain: sepolia_HubDomain; - sepolia_HubDomain_filter: sepolia_HubDomain_filter; - sepolia_HubOptimisticRootFinalized: sepolia_HubOptimisticRootFinalized; - sepolia_HubOptimisticRootFinalized_filter: sepolia_HubOptimisticRootFinalized_filter; - sepolia_Int8: Scalars['sepolia_Int8']; - sepolia_LineaConnectorMeta: sepolia_LineaConnectorMeta; - sepolia_LineaConnectorMeta_filter: sepolia_LineaConnectorMeta_filter; - sepolia_MantleConnectorMeta: sepolia_MantleConnectorMeta; - sepolia_MantleConnectorMeta_filter: sepolia_MantleConnectorMeta_filter; - sepolia_MetisConnectorMeta: sepolia_MetisConnectorMeta; - sepolia_MetisConnectorMeta_filter: sepolia_MetisConnectorMeta_filter; - sepolia_ModeConnectorMeta: sepolia_ModeConnectorMeta; - sepolia_ModeConnectorMeta_filter: sepolia_ModeConnectorMeta_filter; - sepolia_OptimismConnectorMeta: sepolia_OptimismConnectorMeta; - sepolia_OptimismConnectorMeta_filter: sepolia_OptimismConnectorMeta_filter; - sepolia_OptimisticRootPropagated: sepolia_OptimisticRootPropagated; - sepolia_OptimisticRootPropagated_filter: sepolia_OptimisticRootPropagated_filter; - sepolia_OptimisticRootProposed: sepolia_OptimisticRootProposed; - sepolia_OptimisticRootProposed_filter: sepolia_OptimisticRootProposed_filter; - sepolia_PolygonConnectorMeta: sepolia_PolygonConnectorMeta; - sepolia_PolygonConnectorMeta_filter: sepolia_PolygonConnectorMeta_filter; - sepolia_PolygonZkConnectorMeta: sepolia_PolygonZkConnectorMeta; - sepolia_PolygonZkConnectorMeta_filter: sepolia_PolygonZkConnectorMeta_filter; - sepolia_RootAggregated: sepolia_RootAggregated; - sepolia_RootAggregated_filter: sepolia_RootAggregated_filter; - sepolia_RootManagerMeta: sepolia_RootManagerMeta; - sepolia_RootManagerMeta_filter: sepolia_RootManagerMeta_filter; - sepolia_RootManagerMode: sepolia_RootManagerMode; - sepolia_RootManagerMode_filter: sepolia_RootManagerMode_filter; - sepolia_RootMessageProcessed: sepolia_RootMessageProcessed; - sepolia_RootMessageProcessed_filter: sepolia_RootMessageProcessed_filter; - sepolia_RootPropagated: sepolia_RootPropagated; - sepolia_RootPropagated_filter: sepolia_RootPropagated_filter; - sepolia_ScrollConnectorMeta: sepolia_ScrollConnectorMeta; - sepolia_ScrollConnectorMeta_filter: sepolia_ScrollConnectorMeta_filter; - sepolia_X1ConnectorMeta: sepolia_X1ConnectorMeta; - sepolia_X1ConnectorMeta_filter: sepolia_X1ConnectorMeta_filter; - sepolia_ZkSyncConnectorMeta: sepolia_ZkSyncConnectorMeta; - sepolia_ZkSyncConnectorMeta_filter: sepolia_ZkSyncConnectorMeta_filter; - sepolia__Block_: sepolia__Block_; - sepolia__Meta_: sepolia__Meta_; - arbitrumsepolia_swap_BigDecimal: Scalars['arbitrumsepolia_swap_BigDecimal']; - arbitrumsepolia_swap_BlockChangedFilter: arbitrumsepolia_swap_BlockChangedFilter; - arbitrumsepolia_swap_Block_height: arbitrumsepolia_swap_Block_height; - arbitrumsepolia_swap_Bytes: Scalars['arbitrumsepolia_swap_Bytes']; - arbitrumsepolia_swap_Int8: Scalars['arbitrumsepolia_swap_Int8']; - arbitrumsepolia_swap_LpAccount: arbitrumsepolia_swap_LpAccount; - arbitrumsepolia_swap_LpAccountBalance: arbitrumsepolia_swap_LpAccountBalance; - arbitrumsepolia_swap_LpAccountBalance_filter: arbitrumsepolia_swap_LpAccountBalance_filter; - arbitrumsepolia_swap_LpAccount_filter: arbitrumsepolia_swap_LpAccount_filter; - arbitrumsepolia_swap_LpToken: arbitrumsepolia_swap_LpToken; - arbitrumsepolia_swap_LpTokenEvent: ResolversParentTypes['arbitrumsepolia_swap_LpTransferEvent']; - arbitrumsepolia_swap_LpTokenEvent_filter: arbitrumsepolia_swap_LpTokenEvent_filter; - arbitrumsepolia_swap_LpToken_filter: arbitrumsepolia_swap_LpToken_filter; - arbitrumsepolia_swap_LpTransferEvent: arbitrumsepolia_swap_LpTransferEvent; - arbitrumsepolia_swap_LpTransferEvent_filter: arbitrumsepolia_swap_LpTransferEvent_filter; - arbitrumsepolia_swap_PooledToken: arbitrumsepolia_swap_PooledToken; - arbitrumsepolia_swap_PooledToken_filter: arbitrumsepolia_swap_PooledToken_filter; - arbitrumsepolia_swap_StableSwap: arbitrumsepolia_swap_StableSwap; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent: arbitrumsepolia_swap_StableSwapAddLiquidityEvent; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter; - arbitrumsepolia_swap_StableSwapEvent: ResolversParentTypes['arbitrumsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent']; - arbitrumsepolia_swap_StableSwapEvent_filter: arbitrumsepolia_swap_StableSwapEvent_filter; - arbitrumsepolia_swap_StableSwapExchange: arbitrumsepolia_swap_StableSwapExchange; - arbitrumsepolia_swap_StableSwapExchange_filter: arbitrumsepolia_swap_StableSwapExchange_filter; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter; - arbitrumsepolia_swap_StableSwap_filter: arbitrumsepolia_swap_StableSwap_filter; - arbitrumsepolia_swap_SwapDailyVolume: arbitrumsepolia_swap_SwapDailyVolume; - arbitrumsepolia_swap_SwapDailyVolume_filter: arbitrumsepolia_swap_SwapDailyVolume_filter; - arbitrumsepolia_swap_SwapHourlyVolume: arbitrumsepolia_swap_SwapHourlyVolume; - arbitrumsepolia_swap_SwapHourlyVolume_filter: arbitrumsepolia_swap_SwapHourlyVolume_filter; - arbitrumsepolia_swap_SwapTradeVolume: ResolversParentTypes['arbitrumsepolia_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumsepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumsepolia_swap_SwapWeeklyVolume']; - arbitrumsepolia_swap_SwapTradeVolume_filter: arbitrumsepolia_swap_SwapTradeVolume_filter; - arbitrumsepolia_swap_SwapWeeklyVolume: arbitrumsepolia_swap_SwapWeeklyVolume; - arbitrumsepolia_swap_SwapWeeklyVolume_filter: arbitrumsepolia_swap_SwapWeeklyVolume_filter; - arbitrumsepolia_swap_SystemInfo: arbitrumsepolia_swap_SystemInfo; - arbitrumsepolia_swap_SystemInfo_filter: arbitrumsepolia_swap_SystemInfo_filter; - arbitrumsepolia_swap__Block_: arbitrumsepolia_swap__Block_; - arbitrumsepolia_swap__Meta_: arbitrumsepolia_swap__Meta_; - arbitrumsepolia_AggregateRoot: arbitrumsepolia_AggregateRoot; - arbitrumsepolia_AggregateRootProposed: arbitrumsepolia_AggregateRootProposed; - arbitrumsepolia_AggregateRootProposed_filter: arbitrumsepolia_AggregateRootProposed_filter; - arbitrumsepolia_AggregateRoot_filter: arbitrumsepolia_AggregateRoot_filter; - arbitrumsepolia_Asset: arbitrumsepolia_Asset; - arbitrumsepolia_AssetBalance: arbitrumsepolia_AssetBalance; - arbitrumsepolia_AssetBalance_filter: arbitrumsepolia_AssetBalance_filter; - arbitrumsepolia_AssetStatus: arbitrumsepolia_AssetStatus; - arbitrumsepolia_AssetStatus_filter: arbitrumsepolia_AssetStatus_filter; - arbitrumsepolia_Asset_filter: arbitrumsepolia_Asset_filter; - arbitrumsepolia_BigDecimal: Scalars['arbitrumsepolia_BigDecimal']; - arbitrumsepolia_BlockChangedFilter: arbitrumsepolia_BlockChangedFilter; - arbitrumsepolia_Block_height: arbitrumsepolia_Block_height; - arbitrumsepolia_Bytes: Scalars['arbitrumsepolia_Bytes']; - arbitrumsepolia_ConnectorMeta: arbitrumsepolia_ConnectorMeta; - arbitrumsepolia_ConnectorMeta_filter: arbitrumsepolia_ConnectorMeta_filter; - arbitrumsepolia_DestinationTransfer: arbitrumsepolia_DestinationTransfer; - arbitrumsepolia_DestinationTransfer_filter: arbitrumsepolia_DestinationTransfer_filter; - arbitrumsepolia_Int8: Scalars['arbitrumsepolia_Int8']; - arbitrumsepolia_OptimisticRootFinalized: arbitrumsepolia_OptimisticRootFinalized; - arbitrumsepolia_OptimisticRootFinalized_filter: arbitrumsepolia_OptimisticRootFinalized_filter; - arbitrumsepolia_OriginMessage: arbitrumsepolia_OriginMessage; - arbitrumsepolia_OriginMessage_filter: arbitrumsepolia_OriginMessage_filter; - arbitrumsepolia_OriginTransfer: arbitrumsepolia_OriginTransfer; - arbitrumsepolia_OriginTransfer_filter: arbitrumsepolia_OriginTransfer_filter; - arbitrumsepolia_Relayer: arbitrumsepolia_Relayer; - arbitrumsepolia_RelayerFee: arbitrumsepolia_RelayerFee; - arbitrumsepolia_RelayerFee_filter: arbitrumsepolia_RelayerFee_filter; - arbitrumsepolia_RelayerFeesIncrease: arbitrumsepolia_RelayerFeesIncrease; - arbitrumsepolia_RelayerFeesIncrease_filter: arbitrumsepolia_RelayerFeesIncrease_filter; - arbitrumsepolia_Relayer_filter: arbitrumsepolia_Relayer_filter; - arbitrumsepolia_RootCount: arbitrumsepolia_RootCount; - arbitrumsepolia_RootCount_filter: arbitrumsepolia_RootCount_filter; - arbitrumsepolia_RootMessageSent: arbitrumsepolia_RootMessageSent; - arbitrumsepolia_RootMessageSent_filter: arbitrumsepolia_RootMessageSent_filter; - arbitrumsepolia_Router: arbitrumsepolia_Router; - arbitrumsepolia_RouterDailyTVL: arbitrumsepolia_RouterDailyTVL; - arbitrumsepolia_RouterDailyTVL_filter: arbitrumsepolia_RouterDailyTVL_filter; - arbitrumsepolia_RouterLiquidityEvent: arbitrumsepolia_RouterLiquidityEvent; - arbitrumsepolia_RouterLiquidityEvent_filter: arbitrumsepolia_RouterLiquidityEvent_filter; - arbitrumsepolia_Router_filter: arbitrumsepolia_Router_filter; - arbitrumsepolia_Sequencer: arbitrumsepolia_Sequencer; - arbitrumsepolia_Sequencer_filter: arbitrumsepolia_Sequencer_filter; - arbitrumsepolia_Setting: arbitrumsepolia_Setting; - arbitrumsepolia_Setting_filter: arbitrumsepolia_Setting_filter; - arbitrumsepolia_SlippageUpdate: arbitrumsepolia_SlippageUpdate; - arbitrumsepolia_SlippageUpdate_filter: arbitrumsepolia_SlippageUpdate_filter; - arbitrumsepolia_SnapshotRoot: arbitrumsepolia_SnapshotRoot; - arbitrumsepolia_SnapshotRoot_filter: arbitrumsepolia_SnapshotRoot_filter; - arbitrumsepolia_SpokeConnectorMode: arbitrumsepolia_SpokeConnectorMode; - arbitrumsepolia_SpokeConnectorMode_filter: arbitrumsepolia_SpokeConnectorMode_filter; - arbitrumsepolia__Block_: arbitrumsepolia__Block_; - arbitrumsepolia__Meta_: arbitrumsepolia__Meta_; - optimismsepolia_AggregateRoot: optimismsepolia_AggregateRoot; - optimismsepolia_AggregateRootProposed: optimismsepolia_AggregateRootProposed; - optimismsepolia_AggregateRootProposed_filter: optimismsepolia_AggregateRootProposed_filter; - optimismsepolia_AggregateRoot_filter: optimismsepolia_AggregateRoot_filter; - optimismsepolia_Asset: optimismsepolia_Asset; - optimismsepolia_AssetBalance: optimismsepolia_AssetBalance; - optimismsepolia_AssetBalance_filter: optimismsepolia_AssetBalance_filter; - optimismsepolia_AssetStatus: optimismsepolia_AssetStatus; - optimismsepolia_AssetStatus_filter: optimismsepolia_AssetStatus_filter; - optimismsepolia_Asset_filter: optimismsepolia_Asset_filter; - optimismsepolia_BigDecimal: Scalars['optimismsepolia_BigDecimal']; - optimismsepolia_BlockChangedFilter: optimismsepolia_BlockChangedFilter; - optimismsepolia_Block_height: optimismsepolia_Block_height; - optimismsepolia_Bytes: Scalars['optimismsepolia_Bytes']; - optimismsepolia_ConnectorMeta: optimismsepolia_ConnectorMeta; - optimismsepolia_ConnectorMeta_filter: optimismsepolia_ConnectorMeta_filter; - optimismsepolia_DestinationTransfer: optimismsepolia_DestinationTransfer; - optimismsepolia_DestinationTransfer_filter: optimismsepolia_DestinationTransfer_filter; - optimismsepolia_Int8: Scalars['optimismsepolia_Int8']; - optimismsepolia_OptimisticRootFinalized: optimismsepolia_OptimisticRootFinalized; - optimismsepolia_OptimisticRootFinalized_filter: optimismsepolia_OptimisticRootFinalized_filter; - optimismsepolia_OriginMessage: optimismsepolia_OriginMessage; - optimismsepolia_OriginMessage_filter: optimismsepolia_OriginMessage_filter; - optimismsepolia_OriginTransfer: optimismsepolia_OriginTransfer; - optimismsepolia_OriginTransfer_filter: optimismsepolia_OriginTransfer_filter; - optimismsepolia_Relayer: optimismsepolia_Relayer; - optimismsepolia_RelayerFee: optimismsepolia_RelayerFee; - optimismsepolia_RelayerFee_filter: optimismsepolia_RelayerFee_filter; - optimismsepolia_RelayerFeesIncrease: optimismsepolia_RelayerFeesIncrease; - optimismsepolia_RelayerFeesIncrease_filter: optimismsepolia_RelayerFeesIncrease_filter; - optimismsepolia_Relayer_filter: optimismsepolia_Relayer_filter; - optimismsepolia_RootCount: optimismsepolia_RootCount; - optimismsepolia_RootCount_filter: optimismsepolia_RootCount_filter; - optimismsepolia_RootMessageSent: optimismsepolia_RootMessageSent; - optimismsepolia_RootMessageSent_filter: optimismsepolia_RootMessageSent_filter; - optimismsepolia_Router: optimismsepolia_Router; - optimismsepolia_RouterDailyTVL: optimismsepolia_RouterDailyTVL; - optimismsepolia_RouterDailyTVL_filter: optimismsepolia_RouterDailyTVL_filter; - optimismsepolia_RouterLiquidityEvent: optimismsepolia_RouterLiquidityEvent; - optimismsepolia_RouterLiquidityEvent_filter: optimismsepolia_RouterLiquidityEvent_filter; - optimismsepolia_Router_filter: optimismsepolia_Router_filter; - optimismsepolia_Sequencer: optimismsepolia_Sequencer; - optimismsepolia_Sequencer_filter: optimismsepolia_Sequencer_filter; - optimismsepolia_Setting: optimismsepolia_Setting; - optimismsepolia_Setting_filter: optimismsepolia_Setting_filter; - optimismsepolia_SlippageUpdate: optimismsepolia_SlippageUpdate; - optimismsepolia_SlippageUpdate_filter: optimismsepolia_SlippageUpdate_filter; - optimismsepolia_SnapshotRoot: optimismsepolia_SnapshotRoot; - optimismsepolia_SnapshotRoot_filter: optimismsepolia_SnapshotRoot_filter; - optimismsepolia_SpokeConnectorMode: optimismsepolia_SpokeConnectorMode; - optimismsepolia_SpokeConnectorMode_filter: optimismsepolia_SpokeConnectorMode_filter; - optimismsepolia__Block_: optimismsepolia__Block_; - optimismsepolia__Meta_: optimismsepolia__Meta_; - mainnet_AggregateRootSavedSlow: mainnet_AggregateRootSavedSlow; - mainnet_AggregateRootSavedSlow_filter: mainnet_AggregateRootSavedSlow_filter; - mainnet_AggregatedMessageRoot: mainnet_AggregatedMessageRoot; - mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; - mainnet_ArbitrumConnectorMeta: mainnet_ArbitrumConnectorMeta; - mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; - mainnet_AvalancheConnectorMeta: mainnet_AvalancheConnectorMeta; - mainnet_AvalancheConnectorMeta_filter: mainnet_AvalancheConnectorMeta_filter; - mainnet_BaseConnectorMeta: mainnet_BaseConnectorMeta; - mainnet_BaseConnectorMeta_filter: mainnet_BaseConnectorMeta_filter; - mainnet_BigDecimal: Scalars['mainnet_BigDecimal']; - mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; - mainnet_Block_height: mainnet_Block_height; - mainnet_BnbConnectorMeta: mainnet_BnbConnectorMeta; - mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - mainnet_Bytes: Scalars['mainnet_Bytes']; - mainnet_GnosisConnectorMeta: mainnet_GnosisConnectorMeta; - mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; - mainnet_HubDomain: mainnet_HubDomain; - mainnet_HubDomain_filter: mainnet_HubDomain_filter; - mainnet_HubOptimisticRootFinalized: mainnet_HubOptimisticRootFinalized; - mainnet_HubOptimisticRootFinalized_filter: mainnet_HubOptimisticRootFinalized_filter; - mainnet_Int8: Scalars['mainnet_Int8']; - mainnet_LineaConnectorMeta: mainnet_LineaConnectorMeta; - mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; - mainnet_MantleConnectorMeta: mainnet_MantleConnectorMeta; - mainnet_MantleConnectorMeta_filter: mainnet_MantleConnectorMeta_filter; - mainnet_MetisConnectorMeta: mainnet_MetisConnectorMeta; - mainnet_MetisConnectorMeta_filter: mainnet_MetisConnectorMeta_filter; - mainnet_ModeConnectorMeta: mainnet_ModeConnectorMeta; - mainnet_ModeConnectorMeta_filter: mainnet_ModeConnectorMeta_filter; - mainnet_OptimismConnectorMeta: mainnet_OptimismConnectorMeta; - mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; - mainnet_OptimisticRootPropagated: mainnet_OptimisticRootPropagated; - mainnet_OptimisticRootPropagated_filter: mainnet_OptimisticRootPropagated_filter; - mainnet_OptimisticRootProposed: mainnet_OptimisticRootProposed; - mainnet_OptimisticRootProposed_filter: mainnet_OptimisticRootProposed_filter; - mainnet_PolygonConnectorMeta: mainnet_PolygonConnectorMeta; - mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; - mainnet_PolygonZkConnectorMeta: mainnet_PolygonZkConnectorMeta; - mainnet_PolygonZkConnectorMeta_filter: mainnet_PolygonZkConnectorMeta_filter; - mainnet_RootAggregated: mainnet_RootAggregated; - mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; - mainnet_RootManagerMeta: mainnet_RootManagerMeta; - mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; - mainnet_RootManagerMode: mainnet_RootManagerMode; - mainnet_RootManagerMode_filter: mainnet_RootManagerMode_filter; - mainnet_RootMessageProcessed: mainnet_RootMessageProcessed; - mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; - mainnet_RootPropagated: mainnet_RootPropagated; - mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; - mainnet_ZkSyncConnectorMeta: mainnet_ZkSyncConnectorMeta; - mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; - mainnet__Block_: mainnet__Block_; - mainnet__Meta_: mainnet__Meta_; - sepolia_AggregateRoot: sepolia_AggregateRoot; - sepolia_AggregateRootProposed: sepolia_AggregateRootProposed; - sepolia_AggregateRootProposed_filter: sepolia_AggregateRootProposed_filter; - sepolia_AggregateRoot_filter: sepolia_AggregateRoot_filter; - sepolia_Asset: sepolia_Asset; - sepolia_AssetBalance: sepolia_AssetBalance; - sepolia_AssetBalance_filter: sepolia_AssetBalance_filter; - sepolia_AssetStatus: sepolia_AssetStatus; - sepolia_AssetStatus_filter: sepolia_AssetStatus_filter; - sepolia_Asset_filter: sepolia_Asset_filter; - sepolia_ConnectorMeta: sepolia_ConnectorMeta; - sepolia_ConnectorMeta_filter: sepolia_ConnectorMeta_filter; - sepolia_DestinationTransfer: sepolia_DestinationTransfer; - sepolia_DestinationTransfer_filter: sepolia_DestinationTransfer_filter; - sepolia_OptimisticRootFinalized: sepolia_OptimisticRootFinalized; - sepolia_OptimisticRootFinalized_filter: sepolia_OptimisticRootFinalized_filter; - sepolia_OriginMessage: sepolia_OriginMessage; - sepolia_OriginMessage_filter: sepolia_OriginMessage_filter; - sepolia_OriginTransfer: sepolia_OriginTransfer; - sepolia_OriginTransfer_filter: sepolia_OriginTransfer_filter; - sepolia_Relayer: sepolia_Relayer; - sepolia_RelayerFee: sepolia_RelayerFee; - sepolia_RelayerFee_filter: sepolia_RelayerFee_filter; - sepolia_RelayerFeesIncrease: sepolia_RelayerFeesIncrease; - sepolia_RelayerFeesIncrease_filter: sepolia_RelayerFeesIncrease_filter; - sepolia_Relayer_filter: sepolia_Relayer_filter; - sepolia_RootCount: sepolia_RootCount; - sepolia_RootCount_filter: sepolia_RootCount_filter; - sepolia_RootMessageSent: sepolia_RootMessageSent; - sepolia_RootMessageSent_filter: sepolia_RootMessageSent_filter; - sepolia_Router: sepolia_Router; - sepolia_RouterDailyTVL: sepolia_RouterDailyTVL; - sepolia_RouterDailyTVL_filter: sepolia_RouterDailyTVL_filter; - sepolia_RouterLiquidityEvent: sepolia_RouterLiquidityEvent; - sepolia_RouterLiquidityEvent_filter: sepolia_RouterLiquidityEvent_filter; - sepolia_Router_filter: sepolia_Router_filter; - sepolia_Sequencer: sepolia_Sequencer; - sepolia_Sequencer_filter: sepolia_Sequencer_filter; - sepolia_Setting: sepolia_Setting; - sepolia_Setting_filter: sepolia_Setting_filter; - sepolia_SlippageUpdate: sepolia_SlippageUpdate; - sepolia_SlippageUpdate_filter: sepolia_SlippageUpdate_filter; - sepolia_SnapshotRoot: sepolia_SnapshotRoot; - sepolia_SnapshotRoot_filter: sepolia_SnapshotRoot_filter; - sepolia_SpokeConnectorMode: sepolia_SpokeConnectorMode; - sepolia_SpokeConnectorMode_filter: sepolia_SpokeConnectorMode_filter; - arbitrumone_AggregateRoot: arbitrumone_AggregateRoot; - arbitrumone_AggregateRootProposed: arbitrumone_AggregateRootProposed; - arbitrumone_AggregateRootProposed_filter: arbitrumone_AggregateRootProposed_filter; - 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_OptimisticRootFinalized: arbitrumone_OptimisticRootFinalized; - arbitrumone_OptimisticRootFinalized_filter: arbitrumone_OptimisticRootFinalized_filter; - arbitrumone_OriginMessage: arbitrumone_OriginMessage; - arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; - arbitrumone_OriginTransfer: arbitrumone_OriginTransfer; - arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; - arbitrumone_Relayer: arbitrumone_Relayer; - arbitrumone_RelayerFee: arbitrumone_RelayerFee; - arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; - arbitrumone_RelayerFeesIncrease: arbitrumone_RelayerFeesIncrease; - arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; - arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; - arbitrumone_RootCount: arbitrumone_RootCount; - arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; - arbitrumone_RootMessageSent: arbitrumone_RootMessageSent; - arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; - arbitrumone_Router: arbitrumone_Router; - arbitrumone_RouterDailyTVL: arbitrumone_RouterDailyTVL; - arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; - arbitrumone_RouterLiquidityEvent: arbitrumone_RouterLiquidityEvent; - arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; - arbitrumone_Router_filter: arbitrumone_Router_filter; - arbitrumone_Sequencer: arbitrumone_Sequencer; - arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; - arbitrumone_Setting: arbitrumone_Setting; - arbitrumone_Setting_filter: arbitrumone_Setting_filter; - arbitrumone_SlippageUpdate: arbitrumone_SlippageUpdate; - arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; - arbitrumone_SnapshotRoot: arbitrumone_SnapshotRoot; - arbitrumone_SnapshotRoot_filter: arbitrumone_SnapshotRoot_filter; - arbitrumone_SpokeConnectorMode: arbitrumone_SpokeConnectorMode; - arbitrumone_SpokeConnectorMode_filter: arbitrumone_SpokeConnectorMode_filter; - arbitrumone__Block_: arbitrumone__Block_; - arbitrumone__Meta_: arbitrumone__Meta_; - zksync_swap_BigDecimal: Scalars['zksync_swap_BigDecimal']; - zksync_swap_BlockChangedFilter: zksync_swap_BlockChangedFilter; - zksync_swap_Block_height: zksync_swap_Block_height; - zksync_swap_Bytes: Scalars['zksync_swap_Bytes']; - zksync_swap_Int8: Scalars['zksync_swap_Int8']; - zksync_swap_LpAccount: zksync_swap_LpAccount; - zksync_swap_LpAccountBalance: zksync_swap_LpAccountBalance; - zksync_swap_LpAccountBalance_filter: zksync_swap_LpAccountBalance_filter; - zksync_swap_LpAccount_filter: zksync_swap_LpAccount_filter; - zksync_swap_LpToken: zksync_swap_LpToken; - zksync_swap_LpTokenEvent: ResolversParentTypes['zksync_swap_LpTransferEvent']; - zksync_swap_LpTokenEvent_filter: zksync_swap_LpTokenEvent_filter; - zksync_swap_LpToken_filter: zksync_swap_LpToken_filter; - zksync_swap_LpTransferEvent: zksync_swap_LpTransferEvent; - zksync_swap_LpTransferEvent_filter: zksync_swap_LpTransferEvent_filter; - zksync_swap_PooledToken: zksync_swap_PooledToken; - zksync_swap_PooledToken_filter: zksync_swap_PooledToken_filter; - zksync_swap_StableSwap: zksync_swap_StableSwap; - zksync_swap_StableSwapAddLiquidityEvent: zksync_swap_StableSwapAddLiquidityEvent; - zksync_swap_StableSwapAddLiquidityEvent_filter: zksync_swap_StableSwapAddLiquidityEvent_filter; - zksync_swap_StableSwapEvent: ResolversParentTypes['zksync_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['zksync_swap_StableSwapRemoveLiquidityEvent']; - zksync_swap_StableSwapEvent_filter: zksync_swap_StableSwapEvent_filter; - zksync_swap_StableSwapExchange: zksync_swap_StableSwapExchange; - zksync_swap_StableSwapExchange_filter: zksync_swap_StableSwapExchange_filter; - zksync_swap_StableSwapRemoveLiquidityEvent: zksync_swap_StableSwapRemoveLiquidityEvent; - zksync_swap_StableSwapRemoveLiquidityEvent_filter: zksync_swap_StableSwapRemoveLiquidityEvent_filter; - zksync_swap_StableSwap_filter: zksync_swap_StableSwap_filter; - zksync_swap_SwapDailyVolume: zksync_swap_SwapDailyVolume; - zksync_swap_SwapDailyVolume_filter: zksync_swap_SwapDailyVolume_filter; - zksync_swap_SwapHourlyVolume: zksync_swap_SwapHourlyVolume; - zksync_swap_SwapHourlyVolume_filter: zksync_swap_SwapHourlyVolume_filter; - zksync_swap_SwapTradeVolume: ResolversParentTypes['zksync_swap_SwapDailyVolume'] | ResolversParentTypes['zksync_swap_SwapHourlyVolume'] | ResolversParentTypes['zksync_swap_SwapWeeklyVolume']; - zksync_swap_SwapTradeVolume_filter: zksync_swap_SwapTradeVolume_filter; - zksync_swap_SwapWeeklyVolume: zksync_swap_SwapWeeklyVolume; - zksync_swap_SwapWeeklyVolume_filter: zksync_swap_SwapWeeklyVolume_filter; - zksync_swap_SystemInfo: zksync_swap_SystemInfo; - zksync_swap_SystemInfo_filter: zksync_swap_SystemInfo_filter; - zksync_swap__Block_: zksync_swap__Block_; - zksync_swap__Meta_: zksync_swap__Meta_; - base_swap_BigDecimal: Scalars['base_swap_BigDecimal']; - base_swap_BlockChangedFilter: base_swap_BlockChangedFilter; - base_swap_Block_height: base_swap_Block_height; - base_swap_Bytes: Scalars['base_swap_Bytes']; - base_swap_Int8: Scalars['base_swap_Int8']; - base_swap_LpAccount: base_swap_LpAccount; - base_swap_LpAccountBalance: base_swap_LpAccountBalance; - base_swap_LpAccountBalance_filter: base_swap_LpAccountBalance_filter; - base_swap_LpAccount_filter: base_swap_LpAccount_filter; - base_swap_LpToken: base_swap_LpToken; - base_swap_LpTokenEvent: ResolversParentTypes['base_swap_LpTransferEvent']; - base_swap_LpTokenEvent_filter: base_swap_LpTokenEvent_filter; - base_swap_LpToken_filter: base_swap_LpToken_filter; - base_swap_LpTransferEvent: base_swap_LpTransferEvent; - base_swap_LpTransferEvent_filter: base_swap_LpTransferEvent_filter; - base_swap_PooledToken: base_swap_PooledToken; - base_swap_PooledToken_filter: base_swap_PooledToken_filter; - base_swap_StableSwap: base_swap_StableSwap; - base_swap_StableSwapAddLiquidityEvent: base_swap_StableSwapAddLiquidityEvent; - base_swap_StableSwapAddLiquidityEvent_filter: base_swap_StableSwapAddLiquidityEvent_filter; - base_swap_StableSwapEvent: ResolversParentTypes['base_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['base_swap_StableSwapRemoveLiquidityEvent']; - base_swap_StableSwapEvent_filter: base_swap_StableSwapEvent_filter; - base_swap_StableSwapExchange: base_swap_StableSwapExchange; - base_swap_StableSwapExchange_filter: base_swap_StableSwapExchange_filter; - base_swap_StableSwapRemoveLiquidityEvent: base_swap_StableSwapRemoveLiquidityEvent; - base_swap_StableSwapRemoveLiquidityEvent_filter: base_swap_StableSwapRemoveLiquidityEvent_filter; - base_swap_StableSwap_filter: base_swap_StableSwap_filter; - base_swap_SwapDailyVolume: base_swap_SwapDailyVolume; - base_swap_SwapDailyVolume_filter: base_swap_SwapDailyVolume_filter; - base_swap_SwapHourlyVolume: base_swap_SwapHourlyVolume; - base_swap_SwapHourlyVolume_filter: base_swap_SwapHourlyVolume_filter; - base_swap_SwapTradeVolume: ResolversParentTypes['base_swap_SwapDailyVolume'] | ResolversParentTypes['base_swap_SwapHourlyVolume'] | ResolversParentTypes['base_swap_SwapWeeklyVolume']; - base_swap_SwapTradeVolume_filter: base_swap_SwapTradeVolume_filter; - base_swap_SwapWeeklyVolume: base_swap_SwapWeeklyVolume; - base_swap_SwapWeeklyVolume_filter: base_swap_SwapWeeklyVolume_filter; - base_swap_SystemInfo: base_swap_SystemInfo; - base_swap_SystemInfo_filter: base_swap_SystemInfo_filter; - base_swap__Block_: base_swap__Block_; - base_swap__Meta_: base_swap__Meta_; - optimism_AggregateRoot: optimism_AggregateRoot; - optimism_AggregateRootProposed: optimism_AggregateRootProposed; - optimism_AggregateRootProposed_filter: optimism_AggregateRootProposed_filter; - optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; - optimism_Asset: optimism_Asset; - optimism_AssetBalance: optimism_AssetBalance; - optimism_AssetBalance_filter: optimism_AssetBalance_filter; - optimism_AssetStatus: optimism_AssetStatus; - optimism_AssetStatus_filter: optimism_AssetStatus_filter; - optimism_Asset_filter: optimism_Asset_filter; - optimism_BigDecimal: Scalars['optimism_BigDecimal']; - optimism_BlockChangedFilter: optimism_BlockChangedFilter; - optimism_Block_height: optimism_Block_height; - optimism_Bytes: Scalars['optimism_Bytes']; - optimism_ConnectorMeta: optimism_ConnectorMeta; - optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; - optimism_DestinationTransfer: optimism_DestinationTransfer; - optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; - optimism_Int8: Scalars['optimism_Int8']; - optimism_OptimisticRootFinalized: optimism_OptimisticRootFinalized; - optimism_OptimisticRootFinalized_filter: optimism_OptimisticRootFinalized_filter; - optimism_OriginMessage: optimism_OriginMessage; - optimism_OriginMessage_filter: optimism_OriginMessage_filter; - optimism_OriginTransfer: optimism_OriginTransfer; - optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; - optimism_Relayer: optimism_Relayer; - optimism_RelayerFee: optimism_RelayerFee; - optimism_RelayerFee_filter: optimism_RelayerFee_filter; - optimism_RelayerFeesIncrease: optimism_RelayerFeesIncrease; - optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; - optimism_Relayer_filter: optimism_Relayer_filter; - optimism_RootCount: optimism_RootCount; - optimism_RootCount_filter: optimism_RootCount_filter; - optimism_RootMessageSent: optimism_RootMessageSent; - optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; - optimism_Router: optimism_Router; - optimism_RouterDailyTVL: optimism_RouterDailyTVL; - optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; - optimism_RouterLiquidityEvent: optimism_RouterLiquidityEvent; - optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; - optimism_Router_filter: optimism_Router_filter; - optimism_Sequencer: optimism_Sequencer; - optimism_Sequencer_filter: optimism_Sequencer_filter; - optimism_Setting: optimism_Setting; - optimism_Setting_filter: optimism_Setting_filter; - optimism_SlippageUpdate: optimism_SlippageUpdate; - optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; - optimism_SnapshotRoot: optimism_SnapshotRoot; - optimism_SnapshotRoot_filter: optimism_SnapshotRoot_filter; - optimism_SpokeConnectorMode: optimism_SpokeConnectorMode; - optimism_SpokeConnectorMode_filter: optimism_SpokeConnectorMode_filter; - optimism__Block_: optimism__Block_; - optimism__Meta_: optimism__Meta_; + optimism_swap_Aggregation_interval: optimism_swap_Aggregation_interval; + optimism_swap_BigDecimal: ResolverTypeWrapper; + optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; + optimism_swap_Block_height: optimism_swap_Block_height; + optimism_swap_Bytes: ResolverTypeWrapper; + optimism_swap_Int8: ResolverTypeWrapper; + optimism_swap_LpAccount: ResolverTypeWrapper; + optimism_swap_LpAccountBalance: ResolverTypeWrapper; + optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; + optimism_swap_LpAccountBalance_orderBy: optimism_swap_LpAccountBalance_orderBy; + optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; + optimism_swap_LpAccount_orderBy: optimism_swap_LpAccount_orderBy; + optimism_swap_LpToken: ResolverTypeWrapper; + optimism_swap_LpTokenEvent: ResolversTypes['optimism_swap_LpTransferEvent']; + optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; + optimism_swap_LpTokenEvent_orderBy: optimism_swap_LpTokenEvent_orderBy; + optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; + optimism_swap_LpToken_orderBy: optimism_swap_LpToken_orderBy; + optimism_swap_LpTransferEvent: ResolverTypeWrapper; + optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; + optimism_swap_LpTransferEvent_orderBy: optimism_swap_LpTransferEvent_orderBy; + optimism_swap_OrderDirection: optimism_swap_OrderDirection; + optimism_swap_PooledToken: ResolverTypeWrapper; + optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; + optimism_swap_PooledToken_orderBy: optimism_swap_PooledToken_orderBy; + optimism_swap_StableSwap: ResolverTypeWrapper; + optimism_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; + optimism_swap_StableSwapAddLiquidityEvent_orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy; + optimism_swap_StableSwapEvent: ResolversTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; + optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; + optimism_swap_StableSwapEvent_orderBy: optimism_swap_StableSwapEvent_orderBy; + optimism_swap_StableSwapExchange: ResolverTypeWrapper; + optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; + optimism_swap_StableSwapExchange_orderBy: optimism_swap_StableSwapExchange_orderBy; + optimism_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; + optimism_swap_StableSwapRemoveLiquidityEvent_orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy; + optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; + optimism_swap_StableSwap_orderBy: optimism_swap_StableSwap_orderBy; + optimism_swap_SwapDailyVolume: ResolverTypeWrapper; + optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; + optimism_swap_SwapDailyVolume_orderBy: optimism_swap_SwapDailyVolume_orderBy; + optimism_swap_SwapHourlyVolume: ResolverTypeWrapper; + optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; + optimism_swap_SwapHourlyVolume_orderBy: optimism_swap_SwapHourlyVolume_orderBy; + optimism_swap_SwapTradeVolume: ResolversTypes['optimism_swap_SwapDailyVolume'] | ResolversTypes['optimism_swap_SwapHourlyVolume'] | ResolversTypes['optimism_swap_SwapWeeklyVolume']; + optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; + optimism_swap_SwapTradeVolume_orderBy: optimism_swap_SwapTradeVolume_orderBy; + optimism_swap_SwapWeeklyVolume: ResolverTypeWrapper; + optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; + optimism_swap_SwapWeeklyVolume_orderBy: optimism_swap_SwapWeeklyVolume_orderBy; + optimism_swap_SystemInfo: ResolverTypeWrapper; + optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; + optimism_swap_SystemInfo_orderBy: optimism_swap_SystemInfo_orderBy; + optimism_swap__Block_: ResolverTypeWrapper; + optimism_swap__Meta_: ResolverTypeWrapper; + arbitrumone_swap_Aggregation_interval: arbitrumone_swap_Aggregation_interval; + 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; + bnb_swap_Aggregation_interval: bnb_swap_Aggregation_interval; + 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_swap_Aggregation_interval: xdai_swap_Aggregation_interval; + 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; + polygon_swap_Aggregation_interval: polygon_swap_Aggregation_interval; + 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; +}>; + +/** Mapping between all available schema types and the resolvers parents */ +export type ResolversParentTypes = ResolversObject<{ + Query: {}; + Subscription: {}; metis_swap_BigDecimal: Scalars['metis_swap_BigDecimal']; + BigInt: Scalars['BigInt']; metis_swap_BlockChangedFilter: metis_swap_BlockChangedFilter; metis_swap_Block_height: metis_swap_Block_height; + Boolean: Scalars['Boolean']; metis_swap_Bytes: Scalars['metis_swap_Bytes']; + Float: Scalars['Float']; + ID: Scalars['ID']; + Int: Scalars['Int']; metis_swap_Int8: Scalars['metis_swap_Int8']; metis_swap_LpAccount: metis_swap_LpAccount; metis_swap_LpAccountBalance: metis_swap_LpAccountBalance; @@ -181757,6 +181181,7 @@ export type ResolversParentTypes = ResolversObject<{ metis_swap_StableSwapRemoveLiquidityEvent: metis_swap_StableSwapRemoveLiquidityEvent; metis_swap_StableSwapRemoveLiquidityEvent_filter: metis_swap_StableSwapRemoveLiquidityEvent_filter; metis_swap_StableSwap_filter: metis_swap_StableSwap_filter; + String: Scalars['String']; metis_swap_SwapDailyVolume: metis_swap_SwapDailyVolume; metis_swap_SwapDailyVolume_filter: metis_swap_SwapDailyVolume_filter; metis_swap_SwapHourlyVolume: metis_swap_SwapHourlyVolume; @@ -181767,100 +181192,9 @@ export type ResolversParentTypes = ResolversObject<{ metis_swap_SwapWeeklyVolume_filter: metis_swap_SwapWeeklyVolume_filter; metis_swap_SystemInfo: metis_swap_SystemInfo; metis_swap_SystemInfo_filter: metis_swap_SystemInfo_filter; + Timestamp: Scalars['Timestamp']; metis_swap__Block_: metis_swap__Block_; metis_swap__Meta_: metis_swap__Meta_; - polygon_AggregateRoot: polygon_AggregateRoot; - polygon_AggregateRootProposed: polygon_AggregateRootProposed; - polygon_AggregateRootProposed_filter: polygon_AggregateRootProposed_filter; - polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; - polygon_Asset: polygon_Asset; - polygon_AssetBalance: polygon_AssetBalance; - polygon_AssetBalance_filter: polygon_AssetBalance_filter; - polygon_AssetStatus: polygon_AssetStatus; - polygon_AssetStatus_filter: polygon_AssetStatus_filter; - polygon_Asset_filter: polygon_Asset_filter; - polygon_BigDecimal: Scalars['polygon_BigDecimal']; - polygon_BlockChangedFilter: polygon_BlockChangedFilter; - polygon_Block_height: polygon_Block_height; - polygon_Bytes: Scalars['polygon_Bytes']; - polygon_ConnectorMeta: polygon_ConnectorMeta; - polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; - polygon_DestinationTransfer: polygon_DestinationTransfer; - polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; - polygon_Int8: Scalars['polygon_Int8']; - polygon_OptimisticRootFinalized: polygon_OptimisticRootFinalized; - polygon_OptimisticRootFinalized_filter: polygon_OptimisticRootFinalized_filter; - polygon_OriginMessage: polygon_OriginMessage; - polygon_OriginMessage_filter: polygon_OriginMessage_filter; - polygon_OriginTransfer: polygon_OriginTransfer; - polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; - polygon_Relayer: polygon_Relayer; - polygon_RelayerFee: polygon_RelayerFee; - polygon_RelayerFee_filter: polygon_RelayerFee_filter; - polygon_RelayerFeesIncrease: polygon_RelayerFeesIncrease; - polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; - polygon_Relayer_filter: polygon_Relayer_filter; - polygon_RootCount: polygon_RootCount; - polygon_RootCount_filter: polygon_RootCount_filter; - polygon_RootMessageSent: polygon_RootMessageSent; - polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; - polygon_Router: polygon_Router; - polygon_RouterDailyTVL: polygon_RouterDailyTVL; - polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; - polygon_RouterLiquidityEvent: polygon_RouterLiquidityEvent; - polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; - polygon_Router_filter: polygon_Router_filter; - polygon_Sequencer: polygon_Sequencer; - polygon_Sequencer_filter: polygon_Sequencer_filter; - polygon_Setting: polygon_Setting; - polygon_Setting_filter: polygon_Setting_filter; - polygon_SlippageUpdate: polygon_SlippageUpdate; - polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; - polygon_SnapshotRoot: polygon_SnapshotRoot; - polygon_SnapshotRoot_filter: polygon_SnapshotRoot_filter; - polygon_SpokeConnectorMode: polygon_SpokeConnectorMode; - polygon_SpokeConnectorMode_filter: polygon_SpokeConnectorMode_filter; - polygon__Block_: polygon__Block_; - polygon__Meta_: polygon__Meta_; - mode_swap_BigDecimal: Scalars['mode_swap_BigDecimal']; - mode_swap_BlockChangedFilter: mode_swap_BlockChangedFilter; - mode_swap_Block_height: mode_swap_Block_height; - mode_swap_Bytes: Scalars['mode_swap_Bytes']; - mode_swap_Int8: Scalars['mode_swap_Int8']; - mode_swap_LpAccount: mode_swap_LpAccount; - mode_swap_LpAccountBalance: mode_swap_LpAccountBalance; - mode_swap_LpAccountBalance_filter: mode_swap_LpAccountBalance_filter; - mode_swap_LpAccount_filter: mode_swap_LpAccount_filter; - mode_swap_LpToken: mode_swap_LpToken; - mode_swap_LpTokenEvent: ResolversParentTypes['mode_swap_LpTransferEvent']; - mode_swap_LpTokenEvent_filter: mode_swap_LpTokenEvent_filter; - mode_swap_LpToken_filter: mode_swap_LpToken_filter; - mode_swap_LpTransferEvent: mode_swap_LpTransferEvent; - mode_swap_LpTransferEvent_filter: mode_swap_LpTransferEvent_filter; - mode_swap_PooledToken: mode_swap_PooledToken; - mode_swap_PooledToken_filter: mode_swap_PooledToken_filter; - mode_swap_StableSwap: mode_swap_StableSwap; - mode_swap_StableSwapAddLiquidityEvent: mode_swap_StableSwapAddLiquidityEvent; - mode_swap_StableSwapAddLiquidityEvent_filter: mode_swap_StableSwapAddLiquidityEvent_filter; - mode_swap_StableSwapEvent: ResolversParentTypes['mode_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mode_swap_StableSwapRemoveLiquidityEvent']; - mode_swap_StableSwapEvent_filter: mode_swap_StableSwapEvent_filter; - mode_swap_StableSwapExchange: mode_swap_StableSwapExchange; - mode_swap_StableSwapExchange_filter: mode_swap_StableSwapExchange_filter; - mode_swap_StableSwapRemoveLiquidityEvent: mode_swap_StableSwapRemoveLiquidityEvent; - mode_swap_StableSwapRemoveLiquidityEvent_filter: mode_swap_StableSwapRemoveLiquidityEvent_filter; - mode_swap_StableSwap_filter: mode_swap_StableSwap_filter; - mode_swap_SwapDailyVolume: mode_swap_SwapDailyVolume; - mode_swap_SwapDailyVolume_filter: mode_swap_SwapDailyVolume_filter; - mode_swap_SwapHourlyVolume: mode_swap_SwapHourlyVolume; - mode_swap_SwapHourlyVolume_filter: mode_swap_SwapHourlyVolume_filter; - mode_swap_SwapTradeVolume: ResolversParentTypes['mode_swap_SwapDailyVolume'] | ResolversParentTypes['mode_swap_SwapHourlyVolume'] | ResolversParentTypes['mode_swap_SwapWeeklyVolume']; - mode_swap_SwapTradeVolume_filter: mode_swap_SwapTradeVolume_filter; - mode_swap_SwapWeeklyVolume: mode_swap_SwapWeeklyVolume; - mode_swap_SwapWeeklyVolume_filter: mode_swap_SwapWeeklyVolume_filter; - mode_swap_SystemInfo: mode_swap_SystemInfo; - mode_swap_SystemInfo_filter: mode_swap_SystemInfo_filter; - mode_swap__Block_: mode_swap__Block_; - mode_swap__Meta_: mode_swap__Meta_; linea_swap_BigDecimal: Scalars['linea_swap_BigDecimal']; linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; linea_swap_Block_height: linea_swap_Block_height; @@ -181899,6 +181233,156 @@ export type ResolversParentTypes = ResolversObject<{ linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; linea_swap__Block_: linea_swap__Block_; linea_swap__Meta_: linea_swap__Meta_; + sepolia_AggregateRootSavedSlow: sepolia_AggregateRootSavedSlow; + sepolia_AggregateRootSavedSlow_filter: sepolia_AggregateRootSavedSlow_filter; + sepolia_AggregatedMessageRoot: sepolia_AggregatedMessageRoot; + sepolia_AggregatedMessageRoot_filter: sepolia_AggregatedMessageRoot_filter; + sepolia_ArbitrumConnectorMeta: sepolia_ArbitrumConnectorMeta; + sepolia_ArbitrumConnectorMeta_filter: sepolia_ArbitrumConnectorMeta_filter; + sepolia_AvalancheConnectorMeta: sepolia_AvalancheConnectorMeta; + sepolia_AvalancheConnectorMeta_filter: sepolia_AvalancheConnectorMeta_filter; + sepolia_BaseConnectorMeta: sepolia_BaseConnectorMeta; + sepolia_BaseConnectorMeta_filter: sepolia_BaseConnectorMeta_filter; + sepolia_BigDecimal: Scalars['sepolia_BigDecimal']; + sepolia_BlockChangedFilter: sepolia_BlockChangedFilter; + sepolia_Block_height: sepolia_Block_height; + sepolia_BnbConnectorMeta: sepolia_BnbConnectorMeta; + sepolia_BnbConnectorMeta_filter: sepolia_BnbConnectorMeta_filter; + sepolia_Bytes: Scalars['sepolia_Bytes']; + sepolia_GnosisConnectorMeta: sepolia_GnosisConnectorMeta; + sepolia_GnosisConnectorMeta_filter: sepolia_GnosisConnectorMeta_filter; + sepolia_HubDomain: sepolia_HubDomain; + sepolia_HubDomain_filter: sepolia_HubDomain_filter; + sepolia_HubOptimisticRootFinalized: sepolia_HubOptimisticRootFinalized; + sepolia_HubOptimisticRootFinalized_filter: sepolia_HubOptimisticRootFinalized_filter; + sepolia_Int8: Scalars['sepolia_Int8']; + sepolia_LineaConnectorMeta: sepolia_LineaConnectorMeta; + sepolia_LineaConnectorMeta_filter: sepolia_LineaConnectorMeta_filter; + sepolia_MantleConnectorMeta: sepolia_MantleConnectorMeta; + sepolia_MantleConnectorMeta_filter: sepolia_MantleConnectorMeta_filter; + sepolia_MetisConnectorMeta: sepolia_MetisConnectorMeta; + sepolia_MetisConnectorMeta_filter: sepolia_MetisConnectorMeta_filter; + sepolia_ModeConnectorMeta: sepolia_ModeConnectorMeta; + sepolia_ModeConnectorMeta_filter: sepolia_ModeConnectorMeta_filter; + sepolia_OptimismConnectorMeta: sepolia_OptimismConnectorMeta; + sepolia_OptimismConnectorMeta_filter: sepolia_OptimismConnectorMeta_filter; + sepolia_OptimisticRootPropagated: sepolia_OptimisticRootPropagated; + sepolia_OptimisticRootPropagated_filter: sepolia_OptimisticRootPropagated_filter; + sepolia_OptimisticRootProposed: sepolia_OptimisticRootProposed; + sepolia_OptimisticRootProposed_filter: sepolia_OptimisticRootProposed_filter; + sepolia_PolygonConnectorMeta: sepolia_PolygonConnectorMeta; + sepolia_PolygonConnectorMeta_filter: sepolia_PolygonConnectorMeta_filter; + sepolia_PolygonZkConnectorMeta: sepolia_PolygonZkConnectorMeta; + sepolia_PolygonZkConnectorMeta_filter: sepolia_PolygonZkConnectorMeta_filter; + sepolia_RootAggregated: sepolia_RootAggregated; + sepolia_RootAggregated_filter: sepolia_RootAggregated_filter; + sepolia_RootManagerMeta: sepolia_RootManagerMeta; + sepolia_RootManagerMeta_filter: sepolia_RootManagerMeta_filter; + sepolia_RootManagerMode: sepolia_RootManagerMode; + sepolia_RootManagerMode_filter: sepolia_RootManagerMode_filter; + sepolia_RootMessageProcessed: sepolia_RootMessageProcessed; + sepolia_RootMessageProcessed_filter: sepolia_RootMessageProcessed_filter; + sepolia_RootPropagated: sepolia_RootPropagated; + sepolia_RootPropagated_filter: sepolia_RootPropagated_filter; + sepolia_ScrollConnectorMeta: sepolia_ScrollConnectorMeta; + sepolia_ScrollConnectorMeta_filter: sepolia_ScrollConnectorMeta_filter; + sepolia_X1ConnectorMeta: sepolia_X1ConnectorMeta; + sepolia_X1ConnectorMeta_filter: sepolia_X1ConnectorMeta_filter; + sepolia_ZkSyncConnectorMeta: sepolia_ZkSyncConnectorMeta; + sepolia_ZkSyncConnectorMeta_filter: sepolia_ZkSyncConnectorMeta_filter; + sepolia__Block_: sepolia__Block_; + sepolia__Meta_: sepolia__Meta_; + sepolia_swap_BigDecimal: Scalars['sepolia_swap_BigDecimal']; + sepolia_swap_BlockChangedFilter: sepolia_swap_BlockChangedFilter; + sepolia_swap_Block_height: sepolia_swap_Block_height; + sepolia_swap_Bytes: Scalars['sepolia_swap_Bytes']; + sepolia_swap_Int8: Scalars['sepolia_swap_Int8']; + sepolia_swap_LpAccount: sepolia_swap_LpAccount; + sepolia_swap_LpAccountBalance: sepolia_swap_LpAccountBalance; + sepolia_swap_LpAccountBalance_filter: sepolia_swap_LpAccountBalance_filter; + sepolia_swap_LpAccount_filter: sepolia_swap_LpAccount_filter; + sepolia_swap_LpToken: sepolia_swap_LpToken; + sepolia_swap_LpTokenEvent: ResolversParentTypes['sepolia_swap_LpTransferEvent']; + sepolia_swap_LpTokenEvent_filter: sepolia_swap_LpTokenEvent_filter; + sepolia_swap_LpToken_filter: sepolia_swap_LpToken_filter; + sepolia_swap_LpTransferEvent: sepolia_swap_LpTransferEvent; + sepolia_swap_LpTransferEvent_filter: sepolia_swap_LpTransferEvent_filter; + sepolia_swap_PooledToken: sepolia_swap_PooledToken; + sepolia_swap_PooledToken_filter: sepolia_swap_PooledToken_filter; + sepolia_swap_StableSwap: sepolia_swap_StableSwap; + sepolia_swap_StableSwapAddLiquidityEvent: sepolia_swap_StableSwapAddLiquidityEvent; + sepolia_swap_StableSwapAddLiquidityEvent_filter: sepolia_swap_StableSwapAddLiquidityEvent_filter; + sepolia_swap_StableSwapEvent: ResolversParentTypes['sepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['sepolia_swap_StableSwapRemoveLiquidityEvent']; + sepolia_swap_StableSwapEvent_filter: sepolia_swap_StableSwapEvent_filter; + sepolia_swap_StableSwapExchange: sepolia_swap_StableSwapExchange; + sepolia_swap_StableSwapExchange_filter: sepolia_swap_StableSwapExchange_filter; + sepolia_swap_StableSwapRemoveLiquidityEvent: sepolia_swap_StableSwapRemoveLiquidityEvent; + sepolia_swap_StableSwapRemoveLiquidityEvent_filter: sepolia_swap_StableSwapRemoveLiquidityEvent_filter; + sepolia_swap_StableSwap_filter: sepolia_swap_StableSwap_filter; + sepolia_swap_SwapDailyVolume: sepolia_swap_SwapDailyVolume; + sepolia_swap_SwapDailyVolume_filter: sepolia_swap_SwapDailyVolume_filter; + sepolia_swap_SwapHourlyVolume: sepolia_swap_SwapHourlyVolume; + sepolia_swap_SwapHourlyVolume_filter: sepolia_swap_SwapHourlyVolume_filter; + sepolia_swap_SwapTradeVolume: ResolversParentTypes['sepolia_swap_SwapDailyVolume'] | ResolversParentTypes['sepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['sepolia_swap_SwapWeeklyVolume']; + sepolia_swap_SwapTradeVolume_filter: sepolia_swap_SwapTradeVolume_filter; + sepolia_swap_SwapWeeklyVolume: sepolia_swap_SwapWeeklyVolume; + sepolia_swap_SwapWeeklyVolume_filter: sepolia_swap_SwapWeeklyVolume_filter; + sepolia_swap_SystemInfo: sepolia_swap_SystemInfo; + sepolia_swap_SystemInfo_filter: sepolia_swap_SystemInfo_filter; + sepolia_swap__Block_: sepolia_swap__Block_; + sepolia_swap__Meta_: sepolia_swap__Meta_; + staginglinea_AggregateRoot: staginglinea_AggregateRoot; + staginglinea_AggregateRootProposed: staginglinea_AggregateRootProposed; + staginglinea_AggregateRootProposed_filter: staginglinea_AggregateRootProposed_filter; + staginglinea_AggregateRoot_filter: staginglinea_AggregateRoot_filter; + staginglinea_Asset: staginglinea_Asset; + staginglinea_AssetBalance: staginglinea_AssetBalance; + staginglinea_AssetBalance_filter: staginglinea_AssetBalance_filter; + staginglinea_AssetStatus: staginglinea_AssetStatus; + staginglinea_AssetStatus_filter: staginglinea_AssetStatus_filter; + staginglinea_Asset_filter: staginglinea_Asset_filter; + staginglinea_BigDecimal: Scalars['staginglinea_BigDecimal']; + staginglinea_BlockChangedFilter: staginglinea_BlockChangedFilter; + staginglinea_Block_height: staginglinea_Block_height; + staginglinea_Bytes: Scalars['staginglinea_Bytes']; + staginglinea_ConnectorMeta: staginglinea_ConnectorMeta; + staginglinea_ConnectorMeta_filter: staginglinea_ConnectorMeta_filter; + staginglinea_DestinationTransfer: staginglinea_DestinationTransfer; + staginglinea_DestinationTransfer_filter: staginglinea_DestinationTransfer_filter; + staginglinea_OptimisticRootFinalized: staginglinea_OptimisticRootFinalized; + staginglinea_OptimisticRootFinalized_filter: staginglinea_OptimisticRootFinalized_filter; + staginglinea_OriginMessage: staginglinea_OriginMessage; + staginglinea_OriginMessage_filter: staginglinea_OriginMessage_filter; + staginglinea_OriginTransfer: staginglinea_OriginTransfer; + staginglinea_OriginTransfer_filter: staginglinea_OriginTransfer_filter; + staginglinea_Relayer: staginglinea_Relayer; + staginglinea_RelayerFee: staginglinea_RelayerFee; + staginglinea_RelayerFee_filter: staginglinea_RelayerFee_filter; + staginglinea_RelayerFeesIncrease: staginglinea_RelayerFeesIncrease; + staginglinea_RelayerFeesIncrease_filter: staginglinea_RelayerFeesIncrease_filter; + staginglinea_Relayer_filter: staginglinea_Relayer_filter; + staginglinea_RootCount: staginglinea_RootCount; + staginglinea_RootCount_filter: staginglinea_RootCount_filter; + staginglinea_RootMessageSent: staginglinea_RootMessageSent; + staginglinea_RootMessageSent_filter: staginglinea_RootMessageSent_filter; + staginglinea_Router: staginglinea_Router; + staginglinea_RouterDailyTVL: staginglinea_RouterDailyTVL; + staginglinea_RouterDailyTVL_filter: staginglinea_RouterDailyTVL_filter; + staginglinea_RouterLiquidityEvent: staginglinea_RouterLiquidityEvent; + staginglinea_RouterLiquidityEvent_filter: staginglinea_RouterLiquidityEvent_filter; + staginglinea_Router_filter: staginglinea_Router_filter; + staginglinea_Sequencer: staginglinea_Sequencer; + staginglinea_Sequencer_filter: staginglinea_Sequencer_filter; + staginglinea_Setting: staginglinea_Setting; + staginglinea_Setting_filter: staginglinea_Setting_filter; + staginglinea_SlippageUpdate: staginglinea_SlippageUpdate; + staginglinea_SlippageUpdate_filter: staginglinea_SlippageUpdate_filter; + staginglinea_SnapshotRoot: staginglinea_SnapshotRoot; + staginglinea_SnapshotRoot_filter: staginglinea_SnapshotRoot_filter; + staginglinea_SpokeConnectorMode: staginglinea_SpokeConnectorMode; + staginglinea_SpokeConnectorMode_filter: staginglinea_SpokeConnectorMode_filter; + staginglinea__Block_: staginglinea__Block_; + staginglinea__Meta_: staginglinea__Meta_; linea_AggregateRoot: linea_AggregateRoot; linea_AggregateRootProposed: linea_AggregateRootProposed; linea_AggregateRootProposed_filter: linea_AggregateRootProposed_filter; @@ -181951,1030 +181435,6 @@ export type ResolversParentTypes = ResolversObject<{ linea_SpokeConnectorMode_filter: linea_SpokeConnectorMode_filter; linea__Block_: linea__Block_; linea__Meta_: linea__Meta_; - xlayer_swap_BigDecimal: Scalars['xlayer_swap_BigDecimal']; - xlayer_swap_BlockChangedFilter: xlayer_swap_BlockChangedFilter; - xlayer_swap_Block_height: xlayer_swap_Block_height; - xlayer_swap_Bytes: Scalars['xlayer_swap_Bytes']; - xlayer_swap_Int8: Scalars['xlayer_swap_Int8']; - xlayer_swap_LpAccount: xlayer_swap_LpAccount; - xlayer_swap_LpAccountBalance: xlayer_swap_LpAccountBalance; - xlayer_swap_LpAccountBalance_filter: xlayer_swap_LpAccountBalance_filter; - xlayer_swap_LpAccount_filter: xlayer_swap_LpAccount_filter; - xlayer_swap_LpToken: xlayer_swap_LpToken; - xlayer_swap_LpTokenEvent: ResolversParentTypes['xlayer_swap_LpTransferEvent']; - xlayer_swap_LpTokenEvent_filter: xlayer_swap_LpTokenEvent_filter; - xlayer_swap_LpToken_filter: xlayer_swap_LpToken_filter; - xlayer_swap_LpTransferEvent: xlayer_swap_LpTransferEvent; - xlayer_swap_LpTransferEvent_filter: xlayer_swap_LpTransferEvent_filter; - xlayer_swap_PooledToken: xlayer_swap_PooledToken; - xlayer_swap_PooledToken_filter: xlayer_swap_PooledToken_filter; - xlayer_swap_StableSwap: xlayer_swap_StableSwap; - xlayer_swap_StableSwapAddLiquidityEvent: xlayer_swap_StableSwapAddLiquidityEvent; - xlayer_swap_StableSwapAddLiquidityEvent_filter: xlayer_swap_StableSwapAddLiquidityEvent_filter; - xlayer_swap_StableSwapEvent: ResolversParentTypes['xlayer_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['xlayer_swap_StableSwapRemoveLiquidityEvent']; - xlayer_swap_StableSwapEvent_filter: xlayer_swap_StableSwapEvent_filter; - xlayer_swap_StableSwapExchange: xlayer_swap_StableSwapExchange; - xlayer_swap_StableSwapExchange_filter: xlayer_swap_StableSwapExchange_filter; - xlayer_swap_StableSwapRemoveLiquidityEvent: xlayer_swap_StableSwapRemoveLiquidityEvent; - xlayer_swap_StableSwapRemoveLiquidityEvent_filter: xlayer_swap_StableSwapRemoveLiquidityEvent_filter; - xlayer_swap_StableSwap_filter: xlayer_swap_StableSwap_filter; - xlayer_swap_SwapDailyVolume: xlayer_swap_SwapDailyVolume; - xlayer_swap_SwapDailyVolume_filter: xlayer_swap_SwapDailyVolume_filter; - xlayer_swap_SwapHourlyVolume: xlayer_swap_SwapHourlyVolume; - xlayer_swap_SwapHourlyVolume_filter: xlayer_swap_SwapHourlyVolume_filter; - xlayer_swap_SwapTradeVolume: ResolversParentTypes['xlayer_swap_SwapDailyVolume'] | ResolversParentTypes['xlayer_swap_SwapHourlyVolume'] | ResolversParentTypes['xlayer_swap_SwapWeeklyVolume']; - xlayer_swap_SwapTradeVolume_filter: xlayer_swap_SwapTradeVolume_filter; - xlayer_swap_SwapWeeklyVolume: xlayer_swap_SwapWeeklyVolume; - xlayer_swap_SwapWeeklyVolume_filter: xlayer_swap_SwapWeeklyVolume_filter; - xlayer_swap_SystemInfo: xlayer_swap_SystemInfo; - xlayer_swap_SystemInfo_filter: xlayer_swap_SystemInfo_filter; - xlayer_swap__Block_: xlayer_swap__Block_; - xlayer_swap__Meta_: xlayer_swap__Meta_; - stagingmainnet_AggregateRootSavedSlow: stagingmainnet_AggregateRootSavedSlow; - stagingmainnet_AggregateRootSavedSlow_filter: stagingmainnet_AggregateRootSavedSlow_filter; - stagingmainnet_AggregatedMessageRoot: stagingmainnet_AggregatedMessageRoot; - stagingmainnet_AggregatedMessageRoot_filter: stagingmainnet_AggregatedMessageRoot_filter; - stagingmainnet_ArbitrumConnectorMeta: stagingmainnet_ArbitrumConnectorMeta; - stagingmainnet_ArbitrumConnectorMeta_filter: stagingmainnet_ArbitrumConnectorMeta_filter; - stagingmainnet_AvalancheConnectorMeta: stagingmainnet_AvalancheConnectorMeta; - stagingmainnet_AvalancheConnectorMeta_filter: stagingmainnet_AvalancheConnectorMeta_filter; - stagingmainnet_BaseConnectorMeta: stagingmainnet_BaseConnectorMeta; - stagingmainnet_BaseConnectorMeta_filter: stagingmainnet_BaseConnectorMeta_filter; - stagingmainnet_BigDecimal: Scalars['stagingmainnet_BigDecimal']; - stagingmainnet_BlockChangedFilter: stagingmainnet_BlockChangedFilter; - stagingmainnet_Block_height: stagingmainnet_Block_height; - stagingmainnet_BnbConnectorMeta: stagingmainnet_BnbConnectorMeta; - stagingmainnet_BnbConnectorMeta_filter: stagingmainnet_BnbConnectorMeta_filter; - stagingmainnet_Bytes: Scalars['stagingmainnet_Bytes']; - stagingmainnet_GnosisConnectorMeta: stagingmainnet_GnosisConnectorMeta; - stagingmainnet_GnosisConnectorMeta_filter: stagingmainnet_GnosisConnectorMeta_filter; - stagingmainnet_HubDomain: stagingmainnet_HubDomain; - stagingmainnet_HubDomain_filter: stagingmainnet_HubDomain_filter; - stagingmainnet_HubOptimisticRootFinalized: stagingmainnet_HubOptimisticRootFinalized; - stagingmainnet_HubOptimisticRootFinalized_filter: stagingmainnet_HubOptimisticRootFinalized_filter; - stagingmainnet_Int8: Scalars['stagingmainnet_Int8']; - stagingmainnet_LineaConnectorMeta: stagingmainnet_LineaConnectorMeta; - stagingmainnet_LineaConnectorMeta_filter: stagingmainnet_LineaConnectorMeta_filter; - stagingmainnet_MantleConnectorMeta: stagingmainnet_MantleConnectorMeta; - stagingmainnet_MantleConnectorMeta_filter: stagingmainnet_MantleConnectorMeta_filter; - stagingmainnet_MetisConnectorMeta: stagingmainnet_MetisConnectorMeta; - stagingmainnet_MetisConnectorMeta_filter: stagingmainnet_MetisConnectorMeta_filter; - stagingmainnet_ModeConnectorMeta: stagingmainnet_ModeConnectorMeta; - stagingmainnet_ModeConnectorMeta_filter: stagingmainnet_ModeConnectorMeta_filter; - stagingmainnet_OptimismConnectorMeta: stagingmainnet_OptimismConnectorMeta; - stagingmainnet_OptimismConnectorMeta_filter: stagingmainnet_OptimismConnectorMeta_filter; - stagingmainnet_OptimisticRootPropagated: stagingmainnet_OptimisticRootPropagated; - stagingmainnet_OptimisticRootPropagated_filter: stagingmainnet_OptimisticRootPropagated_filter; - stagingmainnet_OptimisticRootProposed: stagingmainnet_OptimisticRootProposed; - stagingmainnet_OptimisticRootProposed_filter: stagingmainnet_OptimisticRootProposed_filter; - stagingmainnet_PolygonConnectorMeta: stagingmainnet_PolygonConnectorMeta; - stagingmainnet_PolygonConnectorMeta_filter: stagingmainnet_PolygonConnectorMeta_filter; - stagingmainnet_PolygonZkConnectorMeta: stagingmainnet_PolygonZkConnectorMeta; - stagingmainnet_PolygonZkConnectorMeta_filter: stagingmainnet_PolygonZkConnectorMeta_filter; - stagingmainnet_RootAggregated: stagingmainnet_RootAggregated; - stagingmainnet_RootAggregated_filter: stagingmainnet_RootAggregated_filter; - stagingmainnet_RootManagerMeta: stagingmainnet_RootManagerMeta; - stagingmainnet_RootManagerMeta_filter: stagingmainnet_RootManagerMeta_filter; - stagingmainnet_RootManagerMode: stagingmainnet_RootManagerMode; - stagingmainnet_RootManagerMode_filter: stagingmainnet_RootManagerMode_filter; - stagingmainnet_RootMessageProcessed: stagingmainnet_RootMessageProcessed; - stagingmainnet_RootMessageProcessed_filter: stagingmainnet_RootMessageProcessed_filter; - stagingmainnet_RootPropagated: stagingmainnet_RootPropagated; - stagingmainnet_RootPropagated_filter: stagingmainnet_RootPropagated_filter; - stagingmainnet_ScrollConnectorMeta: stagingmainnet_ScrollConnectorMeta; - stagingmainnet_ScrollConnectorMeta_filter: stagingmainnet_ScrollConnectorMeta_filter; - stagingmainnet_XlayerConnectorMeta: stagingmainnet_XlayerConnectorMeta; - stagingmainnet_XlayerConnectorMeta_filter: stagingmainnet_XlayerConnectorMeta_filter; - stagingmainnet_ZkSyncConnectorMeta: stagingmainnet_ZkSyncConnectorMeta; - stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; - stagingmainnet__Block_: stagingmainnet__Block_; - stagingmainnet__Meta_: stagingmainnet__Meta_; - stagingavalanche_AggregateRoot: stagingavalanche_AggregateRoot; - stagingavalanche_AggregateRootProposed: stagingavalanche_AggregateRootProposed; - stagingavalanche_AggregateRootProposed_filter: stagingavalanche_AggregateRootProposed_filter; - stagingavalanche_AggregateRoot_filter: stagingavalanche_AggregateRoot_filter; - stagingavalanche_Asset: stagingavalanche_Asset; - stagingavalanche_AssetBalance: stagingavalanche_AssetBalance; - stagingavalanche_AssetBalance_filter: stagingavalanche_AssetBalance_filter; - stagingavalanche_AssetStatus: stagingavalanche_AssetStatus; - stagingavalanche_AssetStatus_filter: stagingavalanche_AssetStatus_filter; - stagingavalanche_Asset_filter: stagingavalanche_Asset_filter; - stagingavalanche_BigDecimal: Scalars['stagingavalanche_BigDecimal']; - stagingavalanche_BlockChangedFilter: stagingavalanche_BlockChangedFilter; - stagingavalanche_Block_height: stagingavalanche_Block_height; - stagingavalanche_Bytes: Scalars['stagingavalanche_Bytes']; - stagingavalanche_ConnectorMeta: stagingavalanche_ConnectorMeta; - stagingavalanche_ConnectorMeta_filter: stagingavalanche_ConnectorMeta_filter; - stagingavalanche_DestinationTransfer: stagingavalanche_DestinationTransfer; - stagingavalanche_DestinationTransfer_filter: stagingavalanche_DestinationTransfer_filter; - stagingavalanche_Int8: Scalars['stagingavalanche_Int8']; - stagingavalanche_OptimisticRootFinalized: stagingavalanche_OptimisticRootFinalized; - stagingavalanche_OptimisticRootFinalized_filter: stagingavalanche_OptimisticRootFinalized_filter; - stagingavalanche_OriginMessage: stagingavalanche_OriginMessage; - stagingavalanche_OriginMessage_filter: stagingavalanche_OriginMessage_filter; - stagingavalanche_OriginTransfer: stagingavalanche_OriginTransfer; - stagingavalanche_OriginTransfer_filter: stagingavalanche_OriginTransfer_filter; - stagingavalanche_Relayer: stagingavalanche_Relayer; - stagingavalanche_RelayerFee: stagingavalanche_RelayerFee; - stagingavalanche_RelayerFee_filter: stagingavalanche_RelayerFee_filter; - stagingavalanche_RelayerFeesIncrease: stagingavalanche_RelayerFeesIncrease; - stagingavalanche_RelayerFeesIncrease_filter: stagingavalanche_RelayerFeesIncrease_filter; - stagingavalanche_Relayer_filter: stagingavalanche_Relayer_filter; - stagingavalanche_RootCount: stagingavalanche_RootCount; - stagingavalanche_RootCount_filter: stagingavalanche_RootCount_filter; - stagingavalanche_RootMessageSent: stagingavalanche_RootMessageSent; - stagingavalanche_RootMessageSent_filter: stagingavalanche_RootMessageSent_filter; - stagingavalanche_Router: stagingavalanche_Router; - stagingavalanche_RouterDailyTVL: stagingavalanche_RouterDailyTVL; - stagingavalanche_RouterDailyTVL_filter: stagingavalanche_RouterDailyTVL_filter; - stagingavalanche_RouterLiquidityEvent: stagingavalanche_RouterLiquidityEvent; - stagingavalanche_RouterLiquidityEvent_filter: stagingavalanche_RouterLiquidityEvent_filter; - stagingavalanche_Router_filter: stagingavalanche_Router_filter; - stagingavalanche_Sequencer: stagingavalanche_Sequencer; - stagingavalanche_Sequencer_filter: stagingavalanche_Sequencer_filter; - stagingavalanche_Setting: stagingavalanche_Setting; - stagingavalanche_Setting_filter: stagingavalanche_Setting_filter; - stagingavalanche_SlippageUpdate: stagingavalanche_SlippageUpdate; - stagingavalanche_SlippageUpdate_filter: stagingavalanche_SlippageUpdate_filter; - stagingavalanche_SnapshotRoot: stagingavalanche_SnapshotRoot; - stagingavalanche_SnapshotRoot_filter: stagingavalanche_SnapshotRoot_filter; - stagingavalanche_SpokeConnectorMode: stagingavalanche_SpokeConnectorMode; - stagingavalanche_SpokeConnectorMode_filter: stagingavalanche_SpokeConnectorMode_filter; - stagingavalanche__Block_: stagingavalanche__Block_; - stagingavalanche__Meta_: stagingavalanche__Meta_; - mantle_AggregateRoot: mantle_AggregateRoot; - mantle_AggregateRootProposed: mantle_AggregateRootProposed; - mantle_AggregateRootProposed_filter: mantle_AggregateRootProposed_filter; - mantle_AggregateRoot_filter: mantle_AggregateRoot_filter; - mantle_Asset: mantle_Asset; - mantle_AssetBalance: mantle_AssetBalance; - mantle_AssetBalance_filter: mantle_AssetBalance_filter; - mantle_AssetStatus: mantle_AssetStatus; - mantle_AssetStatus_filter: mantle_AssetStatus_filter; - mantle_Asset_filter: mantle_Asset_filter; - mantle_BigDecimal: Scalars['mantle_BigDecimal']; - mantle_BlockChangedFilter: mantle_BlockChangedFilter; - mantle_Block_height: mantle_Block_height; - mantle_Bytes: Scalars['mantle_Bytes']; - mantle_ConnectorMeta: mantle_ConnectorMeta; - mantle_ConnectorMeta_filter: mantle_ConnectorMeta_filter; - mantle_DestinationTransfer: mantle_DestinationTransfer; - mantle_DestinationTransfer_filter: mantle_DestinationTransfer_filter; - mantle_Int8: Scalars['mantle_Int8']; - mantle_OptimisticRootFinalized: mantle_OptimisticRootFinalized; - mantle_OptimisticRootFinalized_filter: mantle_OptimisticRootFinalized_filter; - mantle_OriginMessage: mantle_OriginMessage; - mantle_OriginMessage_filter: mantle_OriginMessage_filter; - mantle_OriginTransfer: mantle_OriginTransfer; - mantle_OriginTransfer_filter: mantle_OriginTransfer_filter; - mantle_Relayer: mantle_Relayer; - mantle_RelayerFee: mantle_RelayerFee; - mantle_RelayerFee_filter: mantle_RelayerFee_filter; - mantle_RelayerFeesIncrease: mantle_RelayerFeesIncrease; - mantle_RelayerFeesIncrease_filter: mantle_RelayerFeesIncrease_filter; - mantle_Relayer_filter: mantle_Relayer_filter; - mantle_RootCount: mantle_RootCount; - mantle_RootCount_filter: mantle_RootCount_filter; - mantle_RootMessageSent: mantle_RootMessageSent; - mantle_RootMessageSent_filter: mantle_RootMessageSent_filter; - mantle_Router: mantle_Router; - mantle_RouterDailyTVL: mantle_RouterDailyTVL; - mantle_RouterDailyTVL_filter: mantle_RouterDailyTVL_filter; - mantle_RouterLiquidityEvent: mantle_RouterLiquidityEvent; - mantle_RouterLiquidityEvent_filter: mantle_RouterLiquidityEvent_filter; - mantle_Router_filter: mantle_Router_filter; - mantle_Sequencer: mantle_Sequencer; - mantle_Sequencer_filter: mantle_Sequencer_filter; - mantle_Setting: mantle_Setting; - mantle_Setting_filter: mantle_Setting_filter; - mantle_SlippageUpdate: mantle_SlippageUpdate; - mantle_SlippageUpdate_filter: mantle_SlippageUpdate_filter; - mantle_SnapshotRoot: mantle_SnapshotRoot; - mantle_SnapshotRoot_filter: mantle_SnapshotRoot_filter; - mantle_SpokeConnectorMode: mantle_SpokeConnectorMode; - mantle_SpokeConnectorMode_filter: mantle_SpokeConnectorMode_filter; - mantle__Block_: mantle__Block_; - mantle__Meta_: mantle__Meta_; - stagingpolygon_AggregateRoot: stagingpolygon_AggregateRoot; - stagingpolygon_AggregateRootProposed: stagingpolygon_AggregateRootProposed; - stagingpolygon_AggregateRootProposed_filter: stagingpolygon_AggregateRootProposed_filter; - stagingpolygon_AggregateRoot_filter: stagingpolygon_AggregateRoot_filter; - stagingpolygon_Asset: stagingpolygon_Asset; - stagingpolygon_AssetBalance: stagingpolygon_AssetBalance; - stagingpolygon_AssetBalance_filter: stagingpolygon_AssetBalance_filter; - stagingpolygon_AssetStatus: stagingpolygon_AssetStatus; - stagingpolygon_AssetStatus_filter: stagingpolygon_AssetStatus_filter; - stagingpolygon_Asset_filter: stagingpolygon_Asset_filter; - stagingpolygon_BigDecimal: Scalars['stagingpolygon_BigDecimal']; - stagingpolygon_BlockChangedFilter: stagingpolygon_BlockChangedFilter; - stagingpolygon_Block_height: stagingpolygon_Block_height; - stagingpolygon_Bytes: Scalars['stagingpolygon_Bytes']; - stagingpolygon_ConnectorMeta: stagingpolygon_ConnectorMeta; - stagingpolygon_ConnectorMeta_filter: stagingpolygon_ConnectorMeta_filter; - stagingpolygon_DestinationTransfer: stagingpolygon_DestinationTransfer; - stagingpolygon_DestinationTransfer_filter: stagingpolygon_DestinationTransfer_filter; - stagingpolygon_Int8: Scalars['stagingpolygon_Int8']; - stagingpolygon_OptimisticRootFinalized: stagingpolygon_OptimisticRootFinalized; - stagingpolygon_OptimisticRootFinalized_filter: stagingpolygon_OptimisticRootFinalized_filter; - stagingpolygon_OriginMessage: stagingpolygon_OriginMessage; - stagingpolygon_OriginMessage_filter: stagingpolygon_OriginMessage_filter; - stagingpolygon_OriginTransfer: stagingpolygon_OriginTransfer; - stagingpolygon_OriginTransfer_filter: stagingpolygon_OriginTransfer_filter; - stagingpolygon_Relayer: stagingpolygon_Relayer; - stagingpolygon_RelayerFee: stagingpolygon_RelayerFee; - stagingpolygon_RelayerFee_filter: stagingpolygon_RelayerFee_filter; - stagingpolygon_RelayerFeesIncrease: stagingpolygon_RelayerFeesIncrease; - stagingpolygon_RelayerFeesIncrease_filter: stagingpolygon_RelayerFeesIncrease_filter; - stagingpolygon_Relayer_filter: stagingpolygon_Relayer_filter; - stagingpolygon_RootCount: stagingpolygon_RootCount; - stagingpolygon_RootCount_filter: stagingpolygon_RootCount_filter; - stagingpolygon_RootMessageSent: stagingpolygon_RootMessageSent; - stagingpolygon_RootMessageSent_filter: stagingpolygon_RootMessageSent_filter; - stagingpolygon_Router: stagingpolygon_Router; - stagingpolygon_RouterDailyTVL: stagingpolygon_RouterDailyTVL; - stagingpolygon_RouterDailyTVL_filter: stagingpolygon_RouterDailyTVL_filter; - stagingpolygon_RouterLiquidityEvent: stagingpolygon_RouterLiquidityEvent; - stagingpolygon_RouterLiquidityEvent_filter: stagingpolygon_RouterLiquidityEvent_filter; - stagingpolygon_Router_filter: stagingpolygon_Router_filter; - stagingpolygon_Sequencer: stagingpolygon_Sequencer; - stagingpolygon_Sequencer_filter: stagingpolygon_Sequencer_filter; - stagingpolygon_Setting: stagingpolygon_Setting; - stagingpolygon_Setting_filter: stagingpolygon_Setting_filter; - stagingpolygon_SlippageUpdate: stagingpolygon_SlippageUpdate; - stagingpolygon_SlippageUpdate_filter: stagingpolygon_SlippageUpdate_filter; - stagingpolygon_SnapshotRoot: stagingpolygon_SnapshotRoot; - stagingpolygon_SnapshotRoot_filter: stagingpolygon_SnapshotRoot_filter; - stagingpolygon_SpokeConnectorMode: stagingpolygon_SpokeConnectorMode; - stagingpolygon_SpokeConnectorMode_filter: stagingpolygon_SpokeConnectorMode_filter; - stagingpolygon__Block_: stagingpolygon__Block_; - stagingpolygon__Meta_: stagingpolygon__Meta_; - bnb_AggregateRoot: bnb_AggregateRoot; - bnb_AggregateRootProposed: bnb_AggregateRootProposed; - bnb_AggregateRootProposed_filter: bnb_AggregateRootProposed_filter; - 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_OptimisticRootFinalized: bnb_OptimisticRootFinalized; - bnb_OptimisticRootFinalized_filter: bnb_OptimisticRootFinalized_filter; - bnb_OriginMessage: bnb_OriginMessage; - bnb_OriginMessage_filter: bnb_OriginMessage_filter; - bnb_OriginTransfer: bnb_OriginTransfer; - bnb_OriginTransfer_filter: bnb_OriginTransfer_filter; - bnb_Relayer: bnb_Relayer; - bnb_RelayerFee: bnb_RelayerFee; - bnb_RelayerFee_filter: bnb_RelayerFee_filter; - bnb_RelayerFeesIncrease: bnb_RelayerFeesIncrease; - bnb_RelayerFeesIncrease_filter: bnb_RelayerFeesIncrease_filter; - bnb_Relayer_filter: bnb_Relayer_filter; - bnb_RootCount: bnb_RootCount; - bnb_RootCount_filter: bnb_RootCount_filter; - bnb_RootMessageSent: bnb_RootMessageSent; - bnb_RootMessageSent_filter: bnb_RootMessageSent_filter; - bnb_Router: bnb_Router; - bnb_RouterDailyTVL: bnb_RouterDailyTVL; - bnb_RouterDailyTVL_filter: bnb_RouterDailyTVL_filter; - bnb_RouterLiquidityEvent: bnb_RouterLiquidityEvent; - bnb_RouterLiquidityEvent_filter: bnb_RouterLiquidityEvent_filter; - bnb_Router_filter: bnb_Router_filter; - bnb_Sequencer: bnb_Sequencer; - bnb_Sequencer_filter: bnb_Sequencer_filter; - bnb_Setting: bnb_Setting; - bnb_Setting_filter: bnb_Setting_filter; - bnb_SlippageUpdate: bnb_SlippageUpdate; - bnb_SlippageUpdate_filter: bnb_SlippageUpdate_filter; - bnb_SnapshotRoot: bnb_SnapshotRoot; - bnb_SnapshotRoot_filter: bnb_SnapshotRoot_filter; - bnb_SpokeConnectorMode: bnb_SpokeConnectorMode; - bnb_SpokeConnectorMode_filter: bnb_SpokeConnectorMode_filter; - bnb__Block_: bnb__Block_; - bnb__Meta_: bnb__Meta_; - mantle_swap_BigDecimal: Scalars['mantle_swap_BigDecimal']; - mantle_swap_BlockChangedFilter: mantle_swap_BlockChangedFilter; - mantle_swap_Block_height: mantle_swap_Block_height; - mantle_swap_Bytes: Scalars['mantle_swap_Bytes']; - mantle_swap_Int8: Scalars['mantle_swap_Int8']; - mantle_swap_LpAccount: mantle_swap_LpAccount; - mantle_swap_LpAccountBalance: mantle_swap_LpAccountBalance; - mantle_swap_LpAccountBalance_filter: mantle_swap_LpAccountBalance_filter; - mantle_swap_LpAccount_filter: mantle_swap_LpAccount_filter; - mantle_swap_LpToken: mantle_swap_LpToken; - mantle_swap_LpTokenEvent: ResolversParentTypes['mantle_swap_LpTransferEvent']; - mantle_swap_LpTokenEvent_filter: mantle_swap_LpTokenEvent_filter; - mantle_swap_LpToken_filter: mantle_swap_LpToken_filter; - mantle_swap_LpTransferEvent: mantle_swap_LpTransferEvent; - mantle_swap_LpTransferEvent_filter: mantle_swap_LpTransferEvent_filter; - mantle_swap_PooledToken: mantle_swap_PooledToken; - mantle_swap_PooledToken_filter: mantle_swap_PooledToken_filter; - mantle_swap_StableSwap: mantle_swap_StableSwap; - mantle_swap_StableSwapAddLiquidityEvent: mantle_swap_StableSwapAddLiquidityEvent; - mantle_swap_StableSwapAddLiquidityEvent_filter: mantle_swap_StableSwapAddLiquidityEvent_filter; - mantle_swap_StableSwapEvent: ResolversParentTypes['mantle_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mantle_swap_StableSwapRemoveLiquidityEvent']; - mantle_swap_StableSwapEvent_filter: mantle_swap_StableSwapEvent_filter; - mantle_swap_StableSwapExchange: mantle_swap_StableSwapExchange; - mantle_swap_StableSwapExchange_filter: mantle_swap_StableSwapExchange_filter; - mantle_swap_StableSwapRemoveLiquidityEvent: mantle_swap_StableSwapRemoveLiquidityEvent; - mantle_swap_StableSwapRemoveLiquidityEvent_filter: mantle_swap_StableSwapRemoveLiquidityEvent_filter; - mantle_swap_StableSwap_filter: mantle_swap_StableSwap_filter; - mantle_swap_SwapDailyVolume: mantle_swap_SwapDailyVolume; - mantle_swap_SwapDailyVolume_filter: mantle_swap_SwapDailyVolume_filter; - mantle_swap_SwapHourlyVolume: mantle_swap_SwapHourlyVolume; - mantle_swap_SwapHourlyVolume_filter: mantle_swap_SwapHourlyVolume_filter; - mantle_swap_SwapTradeVolume: ResolversParentTypes['mantle_swap_SwapDailyVolume'] | ResolversParentTypes['mantle_swap_SwapHourlyVolume'] | ResolversParentTypes['mantle_swap_SwapWeeklyVolume']; - mantle_swap_SwapTradeVolume_filter: mantle_swap_SwapTradeVolume_filter; - mantle_swap_SwapWeeklyVolume: mantle_swap_SwapWeeklyVolume; - mantle_swap_SwapWeeklyVolume_filter: mantle_swap_SwapWeeklyVolume_filter; - mantle_swap_SystemInfo: mantle_swap_SystemInfo; - mantle_swap_SystemInfo_filter: mantle_swap_SystemInfo_filter; - mantle_swap__Block_: mantle_swap__Block_; - mantle_swap__Meta_: mantle_swap__Meta_; - mode_AggregateRoot: mode_AggregateRoot; - mode_AggregateRootProposed: mode_AggregateRootProposed; - mode_AggregateRootProposed_filter: mode_AggregateRootProposed_filter; - mode_AggregateRoot_filter: mode_AggregateRoot_filter; - mode_Asset: mode_Asset; - mode_AssetBalance: mode_AssetBalance; - mode_AssetBalance_filter: mode_AssetBalance_filter; - mode_AssetStatus: mode_AssetStatus; - mode_AssetStatus_filter: mode_AssetStatus_filter; - mode_Asset_filter: mode_Asset_filter; - mode_BigDecimal: Scalars['mode_BigDecimal']; - mode_BlockChangedFilter: mode_BlockChangedFilter; - mode_Block_height: mode_Block_height; - mode_Bytes: Scalars['mode_Bytes']; - mode_ConnectorMeta: mode_ConnectorMeta; - mode_ConnectorMeta_filter: mode_ConnectorMeta_filter; - mode_DestinationTransfer: mode_DestinationTransfer; - mode_DestinationTransfer_filter: mode_DestinationTransfer_filter; - mode_Int8: Scalars['mode_Int8']; - mode_OptimisticRootFinalized: mode_OptimisticRootFinalized; - mode_OptimisticRootFinalized_filter: mode_OptimisticRootFinalized_filter; - mode_OriginMessage: mode_OriginMessage; - mode_OriginMessage_filter: mode_OriginMessage_filter; - mode_OriginTransfer: mode_OriginTransfer; - mode_OriginTransfer_filter: mode_OriginTransfer_filter; - mode_Relayer: mode_Relayer; - mode_RelayerFee: mode_RelayerFee; - mode_RelayerFee_filter: mode_RelayerFee_filter; - mode_RelayerFeesIncrease: mode_RelayerFeesIncrease; - mode_RelayerFeesIncrease_filter: mode_RelayerFeesIncrease_filter; - mode_Relayer_filter: mode_Relayer_filter; - mode_RootCount: mode_RootCount; - mode_RootCount_filter: mode_RootCount_filter; - mode_RootMessageSent: mode_RootMessageSent; - mode_RootMessageSent_filter: mode_RootMessageSent_filter; - mode_Router: mode_Router; - mode_RouterDailyTVL: mode_RouterDailyTVL; - mode_RouterDailyTVL_filter: mode_RouterDailyTVL_filter; - mode_RouterLiquidityEvent: mode_RouterLiquidityEvent; - mode_RouterLiquidityEvent_filter: mode_RouterLiquidityEvent_filter; - mode_Router_filter: mode_Router_filter; - mode_Sequencer: mode_Sequencer; - mode_Sequencer_filter: mode_Sequencer_filter; - mode_Setting: mode_Setting; - mode_Setting_filter: mode_Setting_filter; - mode_SlippageUpdate: mode_SlippageUpdate; - mode_SlippageUpdate_filter: mode_SlippageUpdate_filter; - mode_SnapshotRoot: mode_SnapshotRoot; - mode_SnapshotRoot_filter: mode_SnapshotRoot_filter; - mode_SpokeConnectorMode: mode_SpokeConnectorMode; - mode_SpokeConnectorMode_filter: mode_SpokeConnectorMode_filter; - mode__Block_: mode__Block_; - mode__Meta_: mode__Meta_; - stagingmetis_AggregateRoot: stagingmetis_AggregateRoot; - stagingmetis_AggregateRootProposed: stagingmetis_AggregateRootProposed; - stagingmetis_AggregateRootProposed_filter: stagingmetis_AggregateRootProposed_filter; - stagingmetis_AggregateRoot_filter: stagingmetis_AggregateRoot_filter; - stagingmetis_Asset: stagingmetis_Asset; - stagingmetis_AssetBalance: stagingmetis_AssetBalance; - stagingmetis_AssetBalance_filter: stagingmetis_AssetBalance_filter; - stagingmetis_AssetStatus: stagingmetis_AssetStatus; - stagingmetis_AssetStatus_filter: stagingmetis_AssetStatus_filter; - stagingmetis_Asset_filter: stagingmetis_Asset_filter; - stagingmetis_BigDecimal: Scalars['stagingmetis_BigDecimal']; - stagingmetis_BlockChangedFilter: stagingmetis_BlockChangedFilter; - stagingmetis_Block_height: stagingmetis_Block_height; - stagingmetis_Bytes: Scalars['stagingmetis_Bytes']; - stagingmetis_ConnectorMeta: stagingmetis_ConnectorMeta; - stagingmetis_ConnectorMeta_filter: stagingmetis_ConnectorMeta_filter; - stagingmetis_DestinationTransfer: stagingmetis_DestinationTransfer; - stagingmetis_DestinationTransfer_filter: stagingmetis_DestinationTransfer_filter; - stagingmetis_Int8: Scalars['stagingmetis_Int8']; - stagingmetis_OptimisticRootFinalized: stagingmetis_OptimisticRootFinalized; - stagingmetis_OptimisticRootFinalized_filter: stagingmetis_OptimisticRootFinalized_filter; - stagingmetis_OriginMessage: stagingmetis_OriginMessage; - stagingmetis_OriginMessage_filter: stagingmetis_OriginMessage_filter; - stagingmetis_OriginTransfer: stagingmetis_OriginTransfer; - stagingmetis_OriginTransfer_filter: stagingmetis_OriginTransfer_filter; - stagingmetis_Relayer: stagingmetis_Relayer; - stagingmetis_RelayerFee: stagingmetis_RelayerFee; - stagingmetis_RelayerFee_filter: stagingmetis_RelayerFee_filter; - stagingmetis_RelayerFeesIncrease: stagingmetis_RelayerFeesIncrease; - stagingmetis_RelayerFeesIncrease_filter: stagingmetis_RelayerFeesIncrease_filter; - stagingmetis_Relayer_filter: stagingmetis_Relayer_filter; - stagingmetis_RootCount: stagingmetis_RootCount; - stagingmetis_RootCount_filter: stagingmetis_RootCount_filter; - stagingmetis_RootMessageSent: stagingmetis_RootMessageSent; - stagingmetis_RootMessageSent_filter: stagingmetis_RootMessageSent_filter; - stagingmetis_Router: stagingmetis_Router; - stagingmetis_RouterDailyTVL: stagingmetis_RouterDailyTVL; - stagingmetis_RouterDailyTVL_filter: stagingmetis_RouterDailyTVL_filter; - stagingmetis_RouterLiquidityEvent: stagingmetis_RouterLiquidityEvent; - stagingmetis_RouterLiquidityEvent_filter: stagingmetis_RouterLiquidityEvent_filter; - stagingmetis_Router_filter: stagingmetis_Router_filter; - stagingmetis_Sequencer: stagingmetis_Sequencer; - stagingmetis_Sequencer_filter: stagingmetis_Sequencer_filter; - stagingmetis_Setting: stagingmetis_Setting; - stagingmetis_Setting_filter: stagingmetis_Setting_filter; - stagingmetis_SlippageUpdate: stagingmetis_SlippageUpdate; - stagingmetis_SlippageUpdate_filter: stagingmetis_SlippageUpdate_filter; - stagingmetis_SnapshotRoot: stagingmetis_SnapshotRoot; - stagingmetis_SnapshotRoot_filter: stagingmetis_SnapshotRoot_filter; - stagingmetis_SpokeConnectorMode: stagingmetis_SpokeConnectorMode; - stagingmetis_SpokeConnectorMode_filter: stagingmetis_SpokeConnectorMode_filter; - stagingmetis__Block_: stagingmetis__Block_; - stagingmetis__Meta_: stagingmetis__Meta_; - avalanche_AggregateRoot: avalanche_AggregateRoot; - avalanche_AggregateRootProposed: avalanche_AggregateRootProposed; - avalanche_AggregateRootProposed_filter: avalanche_AggregateRootProposed_filter; - avalanche_AggregateRoot_filter: avalanche_AggregateRoot_filter; - avalanche_Asset: avalanche_Asset; - avalanche_AssetBalance: avalanche_AssetBalance; - avalanche_AssetBalance_filter: avalanche_AssetBalance_filter; - avalanche_AssetStatus: avalanche_AssetStatus; - avalanche_AssetStatus_filter: avalanche_AssetStatus_filter; - avalanche_Asset_filter: avalanche_Asset_filter; - avalanche_BigDecimal: Scalars['avalanche_BigDecimal']; - avalanche_BlockChangedFilter: avalanche_BlockChangedFilter; - avalanche_Block_height: avalanche_Block_height; - avalanche_Bytes: Scalars['avalanche_Bytes']; - avalanche_ConnectorMeta: avalanche_ConnectorMeta; - avalanche_ConnectorMeta_filter: avalanche_ConnectorMeta_filter; - avalanche_DestinationTransfer: avalanche_DestinationTransfer; - avalanche_DestinationTransfer_filter: avalanche_DestinationTransfer_filter; - avalanche_Int8: Scalars['avalanche_Int8']; - avalanche_OptimisticRootFinalized: avalanche_OptimisticRootFinalized; - avalanche_OptimisticRootFinalized_filter: avalanche_OptimisticRootFinalized_filter; - avalanche_OriginMessage: avalanche_OriginMessage; - avalanche_OriginMessage_filter: avalanche_OriginMessage_filter; - avalanche_OriginTransfer: avalanche_OriginTransfer; - avalanche_OriginTransfer_filter: avalanche_OriginTransfer_filter; - avalanche_Relayer: avalanche_Relayer; - avalanche_RelayerFee: avalanche_RelayerFee; - avalanche_RelayerFee_filter: avalanche_RelayerFee_filter; - avalanche_RelayerFeesIncrease: avalanche_RelayerFeesIncrease; - avalanche_RelayerFeesIncrease_filter: avalanche_RelayerFeesIncrease_filter; - avalanche_Relayer_filter: avalanche_Relayer_filter; - avalanche_RootCount: avalanche_RootCount; - avalanche_RootCount_filter: avalanche_RootCount_filter; - avalanche_RootMessageSent: avalanche_RootMessageSent; - avalanche_RootMessageSent_filter: avalanche_RootMessageSent_filter; - avalanche_Router: avalanche_Router; - avalanche_RouterDailyTVL: avalanche_RouterDailyTVL; - avalanche_RouterDailyTVL_filter: avalanche_RouterDailyTVL_filter; - avalanche_RouterLiquidityEvent: avalanche_RouterLiquidityEvent; - avalanche_RouterLiquidityEvent_filter: avalanche_RouterLiquidityEvent_filter; - avalanche_Router_filter: avalanche_Router_filter; - avalanche_Sequencer: avalanche_Sequencer; - avalanche_Sequencer_filter: avalanche_Sequencer_filter; - avalanche_Setting: avalanche_Setting; - avalanche_Setting_filter: avalanche_Setting_filter; - avalanche_SlippageUpdate: avalanche_SlippageUpdate; - avalanche_SlippageUpdate_filter: avalanche_SlippageUpdate_filter; - avalanche_SnapshotRoot: avalanche_SnapshotRoot; - avalanche_SnapshotRoot_filter: avalanche_SnapshotRoot_filter; - avalanche_SpokeConnectorMode: avalanche_SpokeConnectorMode; - avalanche_SpokeConnectorMode_filter: avalanche_SpokeConnectorMode_filter; - avalanche__Block_: avalanche__Block_; - avalanche__Meta_: avalanche__Meta_; - stagingmainnet_AggregateRoot: stagingmainnet_AggregateRoot; - stagingmainnet_AggregateRootProposed: stagingmainnet_AggregateRootProposed; - stagingmainnet_AggregateRootProposed_filter: stagingmainnet_AggregateRootProposed_filter; - stagingmainnet_AggregateRoot_filter: stagingmainnet_AggregateRoot_filter; - stagingmainnet_Asset: stagingmainnet_Asset; - stagingmainnet_AssetBalance: stagingmainnet_AssetBalance; - stagingmainnet_AssetBalance_filter: stagingmainnet_AssetBalance_filter; - stagingmainnet_AssetStatus: stagingmainnet_AssetStatus; - stagingmainnet_AssetStatus_filter: stagingmainnet_AssetStatus_filter; - stagingmainnet_Asset_filter: stagingmainnet_Asset_filter; - stagingmainnet_ConnectorMeta: stagingmainnet_ConnectorMeta; - stagingmainnet_ConnectorMeta_filter: stagingmainnet_ConnectorMeta_filter; - stagingmainnet_DestinationTransfer: stagingmainnet_DestinationTransfer; - stagingmainnet_DestinationTransfer_filter: stagingmainnet_DestinationTransfer_filter; - stagingmainnet_OptimisticRootFinalized: stagingmainnet_OptimisticRootFinalized; - stagingmainnet_OptimisticRootFinalized_filter: stagingmainnet_OptimisticRootFinalized_filter; - stagingmainnet_OriginMessage: stagingmainnet_OriginMessage; - stagingmainnet_OriginMessage_filter: stagingmainnet_OriginMessage_filter; - stagingmainnet_OriginTransfer: stagingmainnet_OriginTransfer; - stagingmainnet_OriginTransfer_filter: stagingmainnet_OriginTransfer_filter; - stagingmainnet_Relayer: stagingmainnet_Relayer; - stagingmainnet_RelayerFee: stagingmainnet_RelayerFee; - stagingmainnet_RelayerFee_filter: stagingmainnet_RelayerFee_filter; - stagingmainnet_RelayerFeesIncrease: stagingmainnet_RelayerFeesIncrease; - stagingmainnet_RelayerFeesIncrease_filter: stagingmainnet_RelayerFeesIncrease_filter; - stagingmainnet_Relayer_filter: stagingmainnet_Relayer_filter; - stagingmainnet_RootCount: stagingmainnet_RootCount; - stagingmainnet_RootCount_filter: stagingmainnet_RootCount_filter; - stagingmainnet_RootMessageSent: stagingmainnet_RootMessageSent; - stagingmainnet_RootMessageSent_filter: stagingmainnet_RootMessageSent_filter; - stagingmainnet_Router: stagingmainnet_Router; - stagingmainnet_RouterDailyTVL: stagingmainnet_RouterDailyTVL; - stagingmainnet_RouterDailyTVL_filter: stagingmainnet_RouterDailyTVL_filter; - stagingmainnet_RouterLiquidityEvent: stagingmainnet_RouterLiquidityEvent; - stagingmainnet_RouterLiquidityEvent_filter: stagingmainnet_RouterLiquidityEvent_filter; - stagingmainnet_Router_filter: stagingmainnet_Router_filter; - stagingmainnet_Sequencer: stagingmainnet_Sequencer; - stagingmainnet_Sequencer_filter: stagingmainnet_Sequencer_filter; - stagingmainnet_Setting: stagingmainnet_Setting; - stagingmainnet_Setting_filter: stagingmainnet_Setting_filter; - stagingmainnet_SlippageUpdate: stagingmainnet_SlippageUpdate; - stagingmainnet_SlippageUpdate_filter: stagingmainnet_SlippageUpdate_filter; - stagingmainnet_SnapshotRoot: stagingmainnet_SnapshotRoot; - stagingmainnet_SnapshotRoot_filter: stagingmainnet_SnapshotRoot_filter; - stagingmainnet_SpokeConnectorMode: stagingmainnet_SpokeConnectorMode; - stagingmainnet_SpokeConnectorMode_filter: stagingmainnet_SpokeConnectorMode_filter; - zksync_AggregateRoot: zksync_AggregateRoot; - zksync_AggregateRootProposed: zksync_AggregateRootProposed; - zksync_AggregateRootProposed_filter: zksync_AggregateRootProposed_filter; - zksync_AggregateRoot_filter: zksync_AggregateRoot_filter; - zksync_Asset: zksync_Asset; - zksync_AssetBalance: zksync_AssetBalance; - zksync_AssetBalance_filter: zksync_AssetBalance_filter; - zksync_AssetStatus: zksync_AssetStatus; - zksync_AssetStatus_filter: zksync_AssetStatus_filter; - zksync_Asset_filter: zksync_Asset_filter; - zksync_BigDecimal: Scalars['zksync_BigDecimal']; - zksync_BlockChangedFilter: zksync_BlockChangedFilter; - zksync_Block_height: zksync_Block_height; - zksync_Bytes: Scalars['zksync_Bytes']; - zksync_ConnectorMeta: zksync_ConnectorMeta; - zksync_ConnectorMeta_filter: zksync_ConnectorMeta_filter; - zksync_DestinationTransfer: zksync_DestinationTransfer; - zksync_DestinationTransfer_filter: zksync_DestinationTransfer_filter; - zksync_Int8: Scalars['zksync_Int8']; - zksync_OptimisticRootFinalized: zksync_OptimisticRootFinalized; - zksync_OptimisticRootFinalized_filter: zksync_OptimisticRootFinalized_filter; - zksync_OriginMessage: zksync_OriginMessage; - zksync_OriginMessage_filter: zksync_OriginMessage_filter; - zksync_OriginTransfer: zksync_OriginTransfer; - zksync_OriginTransfer_filter: zksync_OriginTransfer_filter; - zksync_Relayer: zksync_Relayer; - zksync_RelayerFee: zksync_RelayerFee; - zksync_RelayerFee_filter: zksync_RelayerFee_filter; - zksync_RelayerFeesIncrease: zksync_RelayerFeesIncrease; - zksync_RelayerFeesIncrease_filter: zksync_RelayerFeesIncrease_filter; - zksync_Relayer_filter: zksync_Relayer_filter; - zksync_RootCount: zksync_RootCount; - zksync_RootCount_filter: zksync_RootCount_filter; - zksync_RootMessageSent: zksync_RootMessageSent; - zksync_RootMessageSent_filter: zksync_RootMessageSent_filter; - zksync_Router: zksync_Router; - zksync_RouterDailyTVL: zksync_RouterDailyTVL; - zksync_RouterDailyTVL_filter: zksync_RouterDailyTVL_filter; - zksync_RouterLiquidityEvent: zksync_RouterLiquidityEvent; - zksync_RouterLiquidityEvent_filter: zksync_RouterLiquidityEvent_filter; - zksync_Router_filter: zksync_Router_filter; - zksync_Sequencer: zksync_Sequencer; - zksync_Sequencer_filter: zksync_Sequencer_filter; - zksync_Setting: zksync_Setting; - zksync_Setting_filter: zksync_Setting_filter; - zksync_SlippageUpdate: zksync_SlippageUpdate; - zksync_SlippageUpdate_filter: zksync_SlippageUpdate_filter; - zksync_SnapshotRoot: zksync_SnapshotRoot; - zksync_SnapshotRoot_filter: zksync_SnapshotRoot_filter; - zksync_SpokeConnectorMode: zksync_SpokeConnectorMode; - zksync_SpokeConnectorMode_filter: zksync_SpokeConnectorMode_filter; - zksync__Block_: zksync__Block_; - zksync__Meta_: zksync__Meta_; - polygonzkevm_swap_AggregateRoot: polygonzkevm_swap_AggregateRoot; - polygonzkevm_swap_AggregateRootProposed: polygonzkevm_swap_AggregateRootProposed; - polygonzkevm_swap_AggregateRootProposed_filter: polygonzkevm_swap_AggregateRootProposed_filter; - polygonzkevm_swap_AggregateRoot_filter: polygonzkevm_swap_AggregateRoot_filter; - polygonzkevm_swap_Asset: polygonzkevm_swap_Asset; - polygonzkevm_swap_AssetBalance: polygonzkevm_swap_AssetBalance; - polygonzkevm_swap_AssetBalance_filter: polygonzkevm_swap_AssetBalance_filter; - polygonzkevm_swap_AssetStatus: polygonzkevm_swap_AssetStatus; - polygonzkevm_swap_AssetStatus_filter: polygonzkevm_swap_AssetStatus_filter; - polygonzkevm_swap_Asset_filter: polygonzkevm_swap_Asset_filter; - polygonzkevm_swap_BigDecimal: Scalars['polygonzkevm_swap_BigDecimal']; - polygonzkevm_swap_BlockChangedFilter: polygonzkevm_swap_BlockChangedFilter; - polygonzkevm_swap_Block_height: polygonzkevm_swap_Block_height; - polygonzkevm_swap_Bytes: Scalars['polygonzkevm_swap_Bytes']; - polygonzkevm_swap_ConnectorMeta: polygonzkevm_swap_ConnectorMeta; - polygonzkevm_swap_ConnectorMeta_filter: polygonzkevm_swap_ConnectorMeta_filter; - polygonzkevm_swap_DestinationTransfer: polygonzkevm_swap_DestinationTransfer; - polygonzkevm_swap_DestinationTransfer_filter: polygonzkevm_swap_DestinationTransfer_filter; - polygonzkevm_swap_Int8: Scalars['polygonzkevm_swap_Int8']; - polygonzkevm_swap_OptimisticRootFinalized: polygonzkevm_swap_OptimisticRootFinalized; - polygonzkevm_swap_OptimisticRootFinalized_filter: polygonzkevm_swap_OptimisticRootFinalized_filter; - polygonzkevm_swap_OriginMessage: polygonzkevm_swap_OriginMessage; - polygonzkevm_swap_OriginMessage_filter: polygonzkevm_swap_OriginMessage_filter; - polygonzkevm_swap_OriginTransfer: polygonzkevm_swap_OriginTransfer; - polygonzkevm_swap_OriginTransfer_filter: polygonzkevm_swap_OriginTransfer_filter; - polygonzkevm_swap_Relayer: polygonzkevm_swap_Relayer; - polygonzkevm_swap_RelayerFee: polygonzkevm_swap_RelayerFee; - polygonzkevm_swap_RelayerFee_filter: polygonzkevm_swap_RelayerFee_filter; - polygonzkevm_swap_RelayerFeesIncrease: polygonzkevm_swap_RelayerFeesIncrease; - polygonzkevm_swap_RelayerFeesIncrease_filter: polygonzkevm_swap_RelayerFeesIncrease_filter; - polygonzkevm_swap_Relayer_filter: polygonzkevm_swap_Relayer_filter; - polygonzkevm_swap_RootCount: polygonzkevm_swap_RootCount; - polygonzkevm_swap_RootCount_filter: polygonzkevm_swap_RootCount_filter; - polygonzkevm_swap_RootMessageSent: polygonzkevm_swap_RootMessageSent; - polygonzkevm_swap_RootMessageSent_filter: polygonzkevm_swap_RootMessageSent_filter; - polygonzkevm_swap_Router: polygonzkevm_swap_Router; - polygonzkevm_swap_RouterDailyTVL: polygonzkevm_swap_RouterDailyTVL; - polygonzkevm_swap_RouterDailyTVL_filter: polygonzkevm_swap_RouterDailyTVL_filter; - polygonzkevm_swap_RouterLiquidityEvent: polygonzkevm_swap_RouterLiquidityEvent; - polygonzkevm_swap_RouterLiquidityEvent_filter: polygonzkevm_swap_RouterLiquidityEvent_filter; - polygonzkevm_swap_Router_filter: polygonzkevm_swap_Router_filter; - polygonzkevm_swap_Sequencer: polygonzkevm_swap_Sequencer; - polygonzkevm_swap_Sequencer_filter: polygonzkevm_swap_Sequencer_filter; - polygonzkevm_swap_Setting: polygonzkevm_swap_Setting; - polygonzkevm_swap_Setting_filter: polygonzkevm_swap_Setting_filter; - polygonzkevm_swap_SlippageUpdate: polygonzkevm_swap_SlippageUpdate; - polygonzkevm_swap_SlippageUpdate_filter: polygonzkevm_swap_SlippageUpdate_filter; - polygonzkevm_swap_SnapshotRoot: polygonzkevm_swap_SnapshotRoot; - polygonzkevm_swap_SnapshotRoot_filter: polygonzkevm_swap_SnapshotRoot_filter; - polygonzkevm_swap_SpokeConnectorMode: polygonzkevm_swap_SpokeConnectorMode; - polygonzkevm_swap_SpokeConnectorMode_filter: polygonzkevm_swap_SpokeConnectorMode_filter; - polygonzkevm_swap__Block_: polygonzkevm_swap__Block_; - polygonzkevm_swap__Meta_: polygonzkevm_swap__Meta_; - xlayer_AggregateRoot: xlayer_AggregateRoot; - xlayer_AggregateRootProposed: xlayer_AggregateRootProposed; - xlayer_AggregateRootProposed_filter: xlayer_AggregateRootProposed_filter; - xlayer_AggregateRoot_filter: xlayer_AggregateRoot_filter; - xlayer_Asset: xlayer_Asset; - xlayer_AssetBalance: xlayer_AssetBalance; - xlayer_AssetBalance_filter: xlayer_AssetBalance_filter; - xlayer_AssetStatus: xlayer_AssetStatus; - xlayer_AssetStatus_filter: xlayer_AssetStatus_filter; - xlayer_Asset_filter: xlayer_Asset_filter; - xlayer_BigDecimal: Scalars['xlayer_BigDecimal']; - xlayer_BlockChangedFilter: xlayer_BlockChangedFilter; - xlayer_Block_height: xlayer_Block_height; - xlayer_Bytes: Scalars['xlayer_Bytes']; - xlayer_ConnectorMeta: xlayer_ConnectorMeta; - xlayer_ConnectorMeta_filter: xlayer_ConnectorMeta_filter; - xlayer_DestinationTransfer: xlayer_DestinationTransfer; - xlayer_DestinationTransfer_filter: xlayer_DestinationTransfer_filter; - xlayer_Int8: Scalars['xlayer_Int8']; - xlayer_OptimisticRootFinalized: xlayer_OptimisticRootFinalized; - xlayer_OptimisticRootFinalized_filter: xlayer_OptimisticRootFinalized_filter; - xlayer_OriginMessage: xlayer_OriginMessage; - xlayer_OriginMessage_filter: xlayer_OriginMessage_filter; - xlayer_OriginTransfer: xlayer_OriginTransfer; - xlayer_OriginTransfer_filter: xlayer_OriginTransfer_filter; - xlayer_Relayer: xlayer_Relayer; - xlayer_RelayerFee: xlayer_RelayerFee; - xlayer_RelayerFee_filter: xlayer_RelayerFee_filter; - xlayer_RelayerFeesIncrease: xlayer_RelayerFeesIncrease; - xlayer_RelayerFeesIncrease_filter: xlayer_RelayerFeesIncrease_filter; - xlayer_Relayer_filter: xlayer_Relayer_filter; - xlayer_RootCount: xlayer_RootCount; - xlayer_RootCount_filter: xlayer_RootCount_filter; - xlayer_RootMessageSent: xlayer_RootMessageSent; - xlayer_RootMessageSent_filter: xlayer_RootMessageSent_filter; - xlayer_Router: xlayer_Router; - xlayer_RouterDailyTVL: xlayer_RouterDailyTVL; - xlayer_RouterDailyTVL_filter: xlayer_RouterDailyTVL_filter; - xlayer_RouterLiquidityEvent: xlayer_RouterLiquidityEvent; - xlayer_RouterLiquidityEvent_filter: xlayer_RouterLiquidityEvent_filter; - xlayer_Router_filter: xlayer_Router_filter; - xlayer_Sequencer: xlayer_Sequencer; - xlayer_Sequencer_filter: xlayer_Sequencer_filter; - xlayer_Setting: xlayer_Setting; - xlayer_Setting_filter: xlayer_Setting_filter; - xlayer_SlippageUpdate: xlayer_SlippageUpdate; - xlayer_SlippageUpdate_filter: xlayer_SlippageUpdate_filter; - xlayer_SnapshotRoot: xlayer_SnapshotRoot; - xlayer_SnapshotRoot_filter: xlayer_SnapshotRoot_filter; - xlayer_SpokeConnectorMode: xlayer_SpokeConnectorMode; - xlayer_SpokeConnectorMode_filter: xlayer_SpokeConnectorMode_filter; - xlayer__Block_: xlayer__Block_; - xlayer__Meta_: xlayer__Meta_; - mainnet_AggregateRoot: mainnet_AggregateRoot; - mainnet_AggregateRootProposed: mainnet_AggregateRootProposed; - mainnet_AggregateRootProposed_filter: mainnet_AggregateRootProposed_filter; - 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_OptimisticRootFinalized: mainnet_OptimisticRootFinalized; - mainnet_OptimisticRootFinalized_filter: mainnet_OptimisticRootFinalized_filter; - mainnet_OriginMessage: mainnet_OriginMessage; - mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; - mainnet_OriginTransfer: mainnet_OriginTransfer; - mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; - mainnet_Relayer: mainnet_Relayer; - mainnet_RelayerFee: mainnet_RelayerFee; - mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; - mainnet_RelayerFeesIncrease: mainnet_RelayerFeesIncrease; - mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; - mainnet_Relayer_filter: mainnet_Relayer_filter; - mainnet_RootCount: mainnet_RootCount; - mainnet_RootCount_filter: mainnet_RootCount_filter; - mainnet_RootMessageSent: mainnet_RootMessageSent; - mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; - mainnet_Router: mainnet_Router; - mainnet_RouterDailyTVL: mainnet_RouterDailyTVL; - mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; - mainnet_RouterLiquidityEvent: mainnet_RouterLiquidityEvent; - mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; - mainnet_Router_filter: mainnet_Router_filter; - mainnet_Sequencer: mainnet_Sequencer; - mainnet_Sequencer_filter: mainnet_Sequencer_filter; - mainnet_Setting: mainnet_Setting; - mainnet_Setting_filter: mainnet_Setting_filter; - mainnet_SlippageUpdate: mainnet_SlippageUpdate; - mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; - mainnet_SnapshotRoot: mainnet_SnapshotRoot; - mainnet_SnapshotRoot_filter: mainnet_SnapshotRoot_filter; - mainnet_SpokeConnectorMode: mainnet_SpokeConnectorMode; - mainnet_SpokeConnectorMode_filter: mainnet_SpokeConnectorMode_filter; - stagingbase_AggregateRoot: stagingbase_AggregateRoot; - stagingbase_AggregateRootProposed: stagingbase_AggregateRootProposed; - stagingbase_AggregateRootProposed_filter: stagingbase_AggregateRootProposed_filter; - stagingbase_AggregateRoot_filter: stagingbase_AggregateRoot_filter; - stagingbase_Asset: stagingbase_Asset; - stagingbase_AssetBalance: stagingbase_AssetBalance; - stagingbase_AssetBalance_filter: stagingbase_AssetBalance_filter; - stagingbase_AssetStatus: stagingbase_AssetStatus; - stagingbase_AssetStatus_filter: stagingbase_AssetStatus_filter; - stagingbase_Asset_filter: stagingbase_Asset_filter; - stagingbase_BigDecimal: Scalars['stagingbase_BigDecimal']; - stagingbase_BlockChangedFilter: stagingbase_BlockChangedFilter; - stagingbase_Block_height: stagingbase_Block_height; - stagingbase_Bytes: Scalars['stagingbase_Bytes']; - stagingbase_ConnectorMeta: stagingbase_ConnectorMeta; - stagingbase_ConnectorMeta_filter: stagingbase_ConnectorMeta_filter; - stagingbase_DestinationTransfer: stagingbase_DestinationTransfer; - stagingbase_DestinationTransfer_filter: stagingbase_DestinationTransfer_filter; - stagingbase_Int8: Scalars['stagingbase_Int8']; - stagingbase_OptimisticRootFinalized: stagingbase_OptimisticRootFinalized; - stagingbase_OptimisticRootFinalized_filter: stagingbase_OptimisticRootFinalized_filter; - stagingbase_OriginMessage: stagingbase_OriginMessage; - stagingbase_OriginMessage_filter: stagingbase_OriginMessage_filter; - stagingbase_OriginTransfer: stagingbase_OriginTransfer; - stagingbase_OriginTransfer_filter: stagingbase_OriginTransfer_filter; - stagingbase_Relayer: stagingbase_Relayer; - stagingbase_RelayerFee: stagingbase_RelayerFee; - stagingbase_RelayerFee_filter: stagingbase_RelayerFee_filter; - stagingbase_RelayerFeesIncrease: stagingbase_RelayerFeesIncrease; - stagingbase_RelayerFeesIncrease_filter: stagingbase_RelayerFeesIncrease_filter; - stagingbase_Relayer_filter: stagingbase_Relayer_filter; - stagingbase_RootCount: stagingbase_RootCount; - stagingbase_RootCount_filter: stagingbase_RootCount_filter; - stagingbase_RootMessageSent: stagingbase_RootMessageSent; - stagingbase_RootMessageSent_filter: stagingbase_RootMessageSent_filter; - stagingbase_Router: stagingbase_Router; - stagingbase_RouterDailyTVL: stagingbase_RouterDailyTVL; - stagingbase_RouterDailyTVL_filter: stagingbase_RouterDailyTVL_filter; - stagingbase_RouterLiquidityEvent: stagingbase_RouterLiquidityEvent; - stagingbase_RouterLiquidityEvent_filter: stagingbase_RouterLiquidityEvent_filter; - stagingbase_Router_filter: stagingbase_Router_filter; - stagingbase_Sequencer: stagingbase_Sequencer; - stagingbase_Sequencer_filter: stagingbase_Sequencer_filter; - stagingbase_Setting: stagingbase_Setting; - stagingbase_Setting_filter: stagingbase_Setting_filter; - stagingbase_SlippageUpdate: stagingbase_SlippageUpdate; - stagingbase_SlippageUpdate_filter: stagingbase_SlippageUpdate_filter; - stagingbase_SnapshotRoot: stagingbase_SnapshotRoot; - stagingbase_SnapshotRoot_filter: stagingbase_SnapshotRoot_filter; - stagingbase_SpokeConnectorMode: stagingbase_SpokeConnectorMode; - stagingbase_SpokeConnectorMode_filter: stagingbase_SpokeConnectorMode_filter; - stagingbase__Block_: stagingbase__Block_; - stagingbase__Meta_: stagingbase__Meta_; - metis_AggregateRoot: metis_AggregateRoot; - metis_AggregateRootProposed: metis_AggregateRootProposed; - metis_AggregateRootProposed_filter: metis_AggregateRootProposed_filter; - metis_AggregateRoot_filter: metis_AggregateRoot_filter; - metis_Asset: metis_Asset; - metis_AssetBalance: metis_AssetBalance; - metis_AssetBalance_filter: metis_AssetBalance_filter; - metis_AssetStatus: metis_AssetStatus; - metis_AssetStatus_filter: metis_AssetStatus_filter; - metis_Asset_filter: metis_Asset_filter; - metis_BigDecimal: Scalars['metis_BigDecimal']; - metis_BlockChangedFilter: metis_BlockChangedFilter; - metis_Block_height: metis_Block_height; - metis_Bytes: Scalars['metis_Bytes']; - metis_ConnectorMeta: metis_ConnectorMeta; - metis_ConnectorMeta_filter: metis_ConnectorMeta_filter; - metis_DestinationTransfer: metis_DestinationTransfer; - metis_DestinationTransfer_filter: metis_DestinationTransfer_filter; - metis_Int8: Scalars['metis_Int8']; - metis_OptimisticRootFinalized: metis_OptimisticRootFinalized; - metis_OptimisticRootFinalized_filter: metis_OptimisticRootFinalized_filter; - metis_OriginMessage: metis_OriginMessage; - metis_OriginMessage_filter: metis_OriginMessage_filter; - metis_OriginTransfer: metis_OriginTransfer; - metis_OriginTransfer_filter: metis_OriginTransfer_filter; - metis_Relayer: metis_Relayer; - metis_RelayerFee: metis_RelayerFee; - metis_RelayerFee_filter: metis_RelayerFee_filter; - metis_RelayerFeesIncrease: metis_RelayerFeesIncrease; - metis_RelayerFeesIncrease_filter: metis_RelayerFeesIncrease_filter; - metis_Relayer_filter: metis_Relayer_filter; - metis_RootCount: metis_RootCount; - metis_RootCount_filter: metis_RootCount_filter; - metis_RootMessageSent: metis_RootMessageSent; - metis_RootMessageSent_filter: metis_RootMessageSent_filter; - metis_Router: metis_Router; - metis_RouterDailyTVL: metis_RouterDailyTVL; - metis_RouterDailyTVL_filter: metis_RouterDailyTVL_filter; - metis_RouterLiquidityEvent: metis_RouterLiquidityEvent; - metis_RouterLiquidityEvent_filter: metis_RouterLiquidityEvent_filter; - metis_Router_filter: metis_Router_filter; - metis_Sequencer: metis_Sequencer; - metis_Sequencer_filter: metis_Sequencer_filter; - metis_Setting: metis_Setting; - metis_Setting_filter: metis_Setting_filter; - metis_SlippageUpdate: metis_SlippageUpdate; - metis_SlippageUpdate_filter: metis_SlippageUpdate_filter; - metis_SnapshotRoot: metis_SnapshotRoot; - metis_SnapshotRoot_filter: metis_SnapshotRoot_filter; - metis_SpokeConnectorMode: metis_SpokeConnectorMode; - metis_SpokeConnectorMode_filter: metis_SpokeConnectorMode_filter; - metis__Block_: metis__Block_; - metis__Meta_: metis__Meta_; - stagingoptimism_AggregateRoot: stagingoptimism_AggregateRoot; - stagingoptimism_AggregateRootProposed: stagingoptimism_AggregateRootProposed; - stagingoptimism_AggregateRootProposed_filter: stagingoptimism_AggregateRootProposed_filter; - stagingoptimism_AggregateRoot_filter: stagingoptimism_AggregateRoot_filter; - stagingoptimism_Asset: stagingoptimism_Asset; - stagingoptimism_AssetBalance: stagingoptimism_AssetBalance; - stagingoptimism_AssetBalance_filter: stagingoptimism_AssetBalance_filter; - stagingoptimism_AssetStatus: stagingoptimism_AssetStatus; - stagingoptimism_AssetStatus_filter: stagingoptimism_AssetStatus_filter; - stagingoptimism_Asset_filter: stagingoptimism_Asset_filter; - stagingoptimism_BigDecimal: Scalars['stagingoptimism_BigDecimal']; - stagingoptimism_BlockChangedFilter: stagingoptimism_BlockChangedFilter; - stagingoptimism_Block_height: stagingoptimism_Block_height; - stagingoptimism_Bytes: Scalars['stagingoptimism_Bytes']; - stagingoptimism_ConnectorMeta: stagingoptimism_ConnectorMeta; - stagingoptimism_ConnectorMeta_filter: stagingoptimism_ConnectorMeta_filter; - stagingoptimism_DestinationTransfer: stagingoptimism_DestinationTransfer; - stagingoptimism_DestinationTransfer_filter: stagingoptimism_DestinationTransfer_filter; - stagingoptimism_Int8: Scalars['stagingoptimism_Int8']; - stagingoptimism_OptimisticRootFinalized: stagingoptimism_OptimisticRootFinalized; - stagingoptimism_OptimisticRootFinalized_filter: stagingoptimism_OptimisticRootFinalized_filter; - stagingoptimism_OriginMessage: stagingoptimism_OriginMessage; - stagingoptimism_OriginMessage_filter: stagingoptimism_OriginMessage_filter; - stagingoptimism_OriginTransfer: stagingoptimism_OriginTransfer; - stagingoptimism_OriginTransfer_filter: stagingoptimism_OriginTransfer_filter; - stagingoptimism_Relayer: stagingoptimism_Relayer; - stagingoptimism_RelayerFee: stagingoptimism_RelayerFee; - stagingoptimism_RelayerFee_filter: stagingoptimism_RelayerFee_filter; - stagingoptimism_RelayerFeesIncrease: stagingoptimism_RelayerFeesIncrease; - stagingoptimism_RelayerFeesIncrease_filter: stagingoptimism_RelayerFeesIncrease_filter; - stagingoptimism_Relayer_filter: stagingoptimism_Relayer_filter; - stagingoptimism_RootCount: stagingoptimism_RootCount; - stagingoptimism_RootCount_filter: stagingoptimism_RootCount_filter; - stagingoptimism_RootMessageSent: stagingoptimism_RootMessageSent; - stagingoptimism_RootMessageSent_filter: stagingoptimism_RootMessageSent_filter; - stagingoptimism_Router: stagingoptimism_Router; - stagingoptimism_RouterDailyTVL: stagingoptimism_RouterDailyTVL; - stagingoptimism_RouterDailyTVL_filter: stagingoptimism_RouterDailyTVL_filter; - stagingoptimism_RouterLiquidityEvent: stagingoptimism_RouterLiquidityEvent; - stagingoptimism_RouterLiquidityEvent_filter: stagingoptimism_RouterLiquidityEvent_filter; - stagingoptimism_Router_filter: stagingoptimism_Router_filter; - stagingoptimism_Sequencer: stagingoptimism_Sequencer; - stagingoptimism_Sequencer_filter: stagingoptimism_Sequencer_filter; - stagingoptimism_Setting: stagingoptimism_Setting; - stagingoptimism_Setting_filter: stagingoptimism_Setting_filter; - stagingoptimism_SlippageUpdate: stagingoptimism_SlippageUpdate; - stagingoptimism_SlippageUpdate_filter: stagingoptimism_SlippageUpdate_filter; - stagingoptimism_SnapshotRoot: stagingoptimism_SnapshotRoot; - stagingoptimism_SnapshotRoot_filter: stagingoptimism_SnapshotRoot_filter; - stagingoptimism_SpokeConnectorMode: stagingoptimism_SpokeConnectorMode; - stagingoptimism_SpokeConnectorMode_filter: stagingoptimism_SpokeConnectorMode_filter; - stagingoptimism__Block_: stagingoptimism__Block_; - stagingoptimism__Meta_: stagingoptimism__Meta_; - stagingmantle_AggregateRoot: stagingmantle_AggregateRoot; - stagingmantle_AggregateRootProposed: stagingmantle_AggregateRootProposed; - stagingmantle_AggregateRootProposed_filter: stagingmantle_AggregateRootProposed_filter; - stagingmantle_AggregateRoot_filter: stagingmantle_AggregateRoot_filter; - stagingmantle_Asset: stagingmantle_Asset; - stagingmantle_AssetBalance: stagingmantle_AssetBalance; - stagingmantle_AssetBalance_filter: stagingmantle_AssetBalance_filter; - stagingmantle_AssetStatus: stagingmantle_AssetStatus; - stagingmantle_AssetStatus_filter: stagingmantle_AssetStatus_filter; - stagingmantle_Asset_filter: stagingmantle_Asset_filter; - stagingmantle_BigDecimal: Scalars['stagingmantle_BigDecimal']; - stagingmantle_BlockChangedFilter: stagingmantle_BlockChangedFilter; - stagingmantle_Block_height: stagingmantle_Block_height; - stagingmantle_Bytes: Scalars['stagingmantle_Bytes']; - stagingmantle_ConnectorMeta: stagingmantle_ConnectorMeta; - stagingmantle_ConnectorMeta_filter: stagingmantle_ConnectorMeta_filter; - stagingmantle_DestinationTransfer: stagingmantle_DestinationTransfer; - stagingmantle_DestinationTransfer_filter: stagingmantle_DestinationTransfer_filter; - stagingmantle_Int8: Scalars['stagingmantle_Int8']; - stagingmantle_OptimisticRootFinalized: stagingmantle_OptimisticRootFinalized; - stagingmantle_OptimisticRootFinalized_filter: stagingmantle_OptimisticRootFinalized_filter; - stagingmantle_OriginMessage: stagingmantle_OriginMessage; - stagingmantle_OriginMessage_filter: stagingmantle_OriginMessage_filter; - stagingmantle_OriginTransfer: stagingmantle_OriginTransfer; - stagingmantle_OriginTransfer_filter: stagingmantle_OriginTransfer_filter; - stagingmantle_Relayer: stagingmantle_Relayer; - stagingmantle_RelayerFee: stagingmantle_RelayerFee; - stagingmantle_RelayerFee_filter: stagingmantle_RelayerFee_filter; - stagingmantle_RelayerFeesIncrease: stagingmantle_RelayerFeesIncrease; - stagingmantle_RelayerFeesIncrease_filter: stagingmantle_RelayerFeesIncrease_filter; - stagingmantle_Relayer_filter: stagingmantle_Relayer_filter; - stagingmantle_RootCount: stagingmantle_RootCount; - stagingmantle_RootCount_filter: stagingmantle_RootCount_filter; - stagingmantle_RootMessageSent: stagingmantle_RootMessageSent; - stagingmantle_RootMessageSent_filter: stagingmantle_RootMessageSent_filter; - stagingmantle_Router: stagingmantle_Router; - stagingmantle_RouterDailyTVL: stagingmantle_RouterDailyTVL; - stagingmantle_RouterDailyTVL_filter: stagingmantle_RouterDailyTVL_filter; - stagingmantle_RouterLiquidityEvent: stagingmantle_RouterLiquidityEvent; - stagingmantle_RouterLiquidityEvent_filter: stagingmantle_RouterLiquidityEvent_filter; - stagingmantle_Router_filter: stagingmantle_Router_filter; - stagingmantle_Sequencer: stagingmantle_Sequencer; - stagingmantle_Sequencer_filter: stagingmantle_Sequencer_filter; - stagingmantle_Setting: stagingmantle_Setting; - stagingmantle_Setting_filter: stagingmantle_Setting_filter; - stagingmantle_SlippageUpdate: stagingmantle_SlippageUpdate; - stagingmantle_SlippageUpdate_filter: stagingmantle_SlippageUpdate_filter; - stagingmantle_SnapshotRoot: stagingmantle_SnapshotRoot; - stagingmantle_SnapshotRoot_filter: stagingmantle_SnapshotRoot_filter; - stagingmantle_SpokeConnectorMode: stagingmantle_SpokeConnectorMode; - stagingmantle_SpokeConnectorMode_filter: stagingmantle_SpokeConnectorMode_filter; - stagingmantle__Block_: stagingmantle__Block_; - stagingmantle__Meta_: stagingmantle__Meta_; - polygonzkevm_AggregateRoot: polygonzkevm_AggregateRoot; - polygonzkevm_AggregateRootProposed: polygonzkevm_AggregateRootProposed; - polygonzkevm_AggregateRootProposed_filter: polygonzkevm_AggregateRootProposed_filter; - polygonzkevm_AggregateRoot_filter: polygonzkevm_AggregateRoot_filter; - polygonzkevm_Asset: polygonzkevm_Asset; - polygonzkevm_AssetBalance: polygonzkevm_AssetBalance; - polygonzkevm_AssetBalance_filter: polygonzkevm_AssetBalance_filter; - polygonzkevm_AssetStatus: polygonzkevm_AssetStatus; - polygonzkevm_AssetStatus_filter: polygonzkevm_AssetStatus_filter; - polygonzkevm_Asset_filter: polygonzkevm_Asset_filter; - polygonzkevm_BigDecimal: Scalars['polygonzkevm_BigDecimal']; - polygonzkevm_BlockChangedFilter: polygonzkevm_BlockChangedFilter; - polygonzkevm_Block_height: polygonzkevm_Block_height; - polygonzkevm_Bytes: Scalars['polygonzkevm_Bytes']; - polygonzkevm_ConnectorMeta: polygonzkevm_ConnectorMeta; - polygonzkevm_ConnectorMeta_filter: polygonzkevm_ConnectorMeta_filter; - polygonzkevm_DestinationTransfer: polygonzkevm_DestinationTransfer; - polygonzkevm_DestinationTransfer_filter: polygonzkevm_DestinationTransfer_filter; - polygonzkevm_Int8: Scalars['polygonzkevm_Int8']; - polygonzkevm_OptimisticRootFinalized: polygonzkevm_OptimisticRootFinalized; - polygonzkevm_OptimisticRootFinalized_filter: polygonzkevm_OptimisticRootFinalized_filter; - polygonzkevm_OriginMessage: polygonzkevm_OriginMessage; - polygonzkevm_OriginMessage_filter: polygonzkevm_OriginMessage_filter; - polygonzkevm_OriginTransfer: polygonzkevm_OriginTransfer; - polygonzkevm_OriginTransfer_filter: polygonzkevm_OriginTransfer_filter; - polygonzkevm_Relayer: polygonzkevm_Relayer; - polygonzkevm_RelayerFee: polygonzkevm_RelayerFee; - polygonzkevm_RelayerFee_filter: polygonzkevm_RelayerFee_filter; - polygonzkevm_RelayerFeesIncrease: polygonzkevm_RelayerFeesIncrease; - polygonzkevm_RelayerFeesIncrease_filter: polygonzkevm_RelayerFeesIncrease_filter; - polygonzkevm_Relayer_filter: polygonzkevm_Relayer_filter; - polygonzkevm_RootCount: polygonzkevm_RootCount; - polygonzkevm_RootCount_filter: polygonzkevm_RootCount_filter; - polygonzkevm_RootMessageSent: polygonzkevm_RootMessageSent; - polygonzkevm_RootMessageSent_filter: polygonzkevm_RootMessageSent_filter; - polygonzkevm_Router: polygonzkevm_Router; - polygonzkevm_RouterDailyTVL: polygonzkevm_RouterDailyTVL; - polygonzkevm_RouterDailyTVL_filter: polygonzkevm_RouterDailyTVL_filter; - polygonzkevm_RouterLiquidityEvent: polygonzkevm_RouterLiquidityEvent; - polygonzkevm_RouterLiquidityEvent_filter: polygonzkevm_RouterLiquidityEvent_filter; - polygonzkevm_Router_filter: polygonzkevm_Router_filter; - polygonzkevm_Sequencer: polygonzkevm_Sequencer; - polygonzkevm_Sequencer_filter: polygonzkevm_Sequencer_filter; - polygonzkevm_Setting: polygonzkevm_Setting; - polygonzkevm_Setting_filter: polygonzkevm_Setting_filter; - polygonzkevm_SlippageUpdate: polygonzkevm_SlippageUpdate; - polygonzkevm_SlippageUpdate_filter: polygonzkevm_SlippageUpdate_filter; - polygonzkevm_SnapshotRoot: polygonzkevm_SnapshotRoot; - polygonzkevm_SnapshotRoot_filter: polygonzkevm_SnapshotRoot_filter; - polygonzkevm_SpokeConnectorMode: polygonzkevm_SpokeConnectorMode; - polygonzkevm_SpokeConnectorMode_filter: polygonzkevm_SpokeConnectorMode_filter; - polygonzkevm__Block_: polygonzkevm__Block_; - polygonzkevm__Meta_: polygonzkevm__Meta_; stagingmode_AggregateRoot: stagingmode_AggregateRoot; stagingmode_AggregateRootProposed: stagingmode_AggregateRootProposed; stagingmode_AggregateRootProposed_filter: stagingmode_AggregateRootProposed_filter; @@ -183028,59 +181488,6 @@ export type ResolversParentTypes = ResolversObject<{ stagingmode_SpokeConnectorMode_filter: stagingmode_SpokeConnectorMode_filter; stagingmode__Block_: stagingmode__Block_; stagingmode__Meta_: stagingmode__Meta_; - base_AggregateRoot: base_AggregateRoot; - base_AggregateRootProposed: base_AggregateRootProposed; - base_AggregateRootProposed_filter: base_AggregateRootProposed_filter; - base_AggregateRoot_filter: base_AggregateRoot_filter; - base_Asset: base_Asset; - base_AssetBalance: base_AssetBalance; - base_AssetBalance_filter: base_AssetBalance_filter; - base_AssetStatus: base_AssetStatus; - base_AssetStatus_filter: base_AssetStatus_filter; - base_Asset_filter: base_Asset_filter; - base_BigDecimal: Scalars['base_BigDecimal']; - base_BlockChangedFilter: base_BlockChangedFilter; - base_Block_height: base_Block_height; - base_Bytes: Scalars['base_Bytes']; - base_ConnectorMeta: base_ConnectorMeta; - base_ConnectorMeta_filter: base_ConnectorMeta_filter; - base_DestinationTransfer: base_DestinationTransfer; - base_DestinationTransfer_filter: base_DestinationTransfer_filter; - base_Int8: Scalars['base_Int8']; - base_OptimisticRootFinalized: base_OptimisticRootFinalized; - base_OptimisticRootFinalized_filter: base_OptimisticRootFinalized_filter; - base_OriginMessage: base_OriginMessage; - base_OriginMessage_filter: base_OriginMessage_filter; - base_OriginTransfer: base_OriginTransfer; - base_OriginTransfer_filter: base_OriginTransfer_filter; - base_Relayer: base_Relayer; - base_RelayerFee: base_RelayerFee; - base_RelayerFee_filter: base_RelayerFee_filter; - base_RelayerFeesIncrease: base_RelayerFeesIncrease; - base_RelayerFeesIncrease_filter: base_RelayerFeesIncrease_filter; - base_Relayer_filter: base_Relayer_filter; - base_RootCount: base_RootCount; - base_RootCount_filter: base_RootCount_filter; - base_RootMessageSent: base_RootMessageSent; - base_RootMessageSent_filter: base_RootMessageSent_filter; - base_Router: base_Router; - base_RouterDailyTVL: base_RouterDailyTVL; - base_RouterDailyTVL_filter: base_RouterDailyTVL_filter; - base_RouterLiquidityEvent: base_RouterLiquidityEvent; - base_RouterLiquidityEvent_filter: base_RouterLiquidityEvent_filter; - base_Router_filter: base_Router_filter; - base_Sequencer: base_Sequencer; - base_Sequencer_filter: base_Sequencer_filter; - base_Setting: base_Setting; - base_Setting_filter: base_Setting_filter; - base_SlippageUpdate: base_SlippageUpdate; - base_SlippageUpdate_filter: base_SlippageUpdate_filter; - base_SnapshotRoot: base_SnapshotRoot; - base_SnapshotRoot_filter: base_SnapshotRoot_filter; - base_SpokeConnectorMode: base_SpokeConnectorMode; - base_SpokeConnectorMode_filter: base_SpokeConnectorMode_filter; - base__Block_: base__Block_; - base__Meta_: base__Meta_; stagingscroll_AggregateRoot: stagingscroll_AggregateRoot; stagingscroll_AggregateRootProposed: stagingscroll_AggregateRootProposed; stagingscroll_AggregateRootProposed_filter: stagingscroll_AggregateRootProposed_filter; @@ -183134,59 +181541,527 @@ export type ResolversParentTypes = ResolversObject<{ stagingscroll_SpokeConnectorMode_filter: stagingscroll_SpokeConnectorMode_filter; stagingscroll__Block_: stagingscroll__Block_; stagingscroll__Meta_: stagingscroll__Meta_; - stagingzksync_AggregateRoot: stagingzksync_AggregateRoot; - stagingzksync_AggregateRootProposed: stagingzksync_AggregateRootProposed; - stagingzksync_AggregateRootProposed_filter: stagingzksync_AggregateRootProposed_filter; - stagingzksync_AggregateRoot_filter: stagingzksync_AggregateRoot_filter; - stagingzksync_Asset: stagingzksync_Asset; - stagingzksync_AssetBalance: stagingzksync_AssetBalance; - stagingzksync_AssetBalance_filter: stagingzksync_AssetBalance_filter; - stagingzksync_AssetStatus: stagingzksync_AssetStatus; - stagingzksync_AssetStatus_filter: stagingzksync_AssetStatus_filter; - stagingzksync_Asset_filter: stagingzksync_Asset_filter; - stagingzksync_BigDecimal: Scalars['stagingzksync_BigDecimal']; - stagingzksync_BlockChangedFilter: stagingzksync_BlockChangedFilter; - stagingzksync_Block_height: stagingzksync_Block_height; - stagingzksync_Bytes: Scalars['stagingzksync_Bytes']; - stagingzksync_ConnectorMeta: stagingzksync_ConnectorMeta; - stagingzksync_ConnectorMeta_filter: stagingzksync_ConnectorMeta_filter; - stagingzksync_DestinationTransfer: stagingzksync_DestinationTransfer; - stagingzksync_DestinationTransfer_filter: stagingzksync_DestinationTransfer_filter; - stagingzksync_Int8: Scalars['stagingzksync_Int8']; - stagingzksync_OptimisticRootFinalized: stagingzksync_OptimisticRootFinalized; - stagingzksync_OptimisticRootFinalized_filter: stagingzksync_OptimisticRootFinalized_filter; - stagingzksync_OriginMessage: stagingzksync_OriginMessage; - stagingzksync_OriginMessage_filter: stagingzksync_OriginMessage_filter; - stagingzksync_OriginTransfer: stagingzksync_OriginTransfer; - stagingzksync_OriginTransfer_filter: stagingzksync_OriginTransfer_filter; - stagingzksync_Relayer: stagingzksync_Relayer; - stagingzksync_RelayerFee: stagingzksync_RelayerFee; - stagingzksync_RelayerFee_filter: stagingzksync_RelayerFee_filter; - stagingzksync_RelayerFeesIncrease: stagingzksync_RelayerFeesIncrease; - stagingzksync_RelayerFeesIncrease_filter: stagingzksync_RelayerFeesIncrease_filter; - stagingzksync_Relayer_filter: stagingzksync_Relayer_filter; - stagingzksync_RootCount: stagingzksync_RootCount; - stagingzksync_RootCount_filter: stagingzksync_RootCount_filter; - stagingzksync_RootMessageSent: stagingzksync_RootMessageSent; - stagingzksync_RootMessageSent_filter: stagingzksync_RootMessageSent_filter; - stagingzksync_Router: stagingzksync_Router; - stagingzksync_RouterDailyTVL: stagingzksync_RouterDailyTVL; - stagingzksync_RouterDailyTVL_filter: stagingzksync_RouterDailyTVL_filter; - stagingzksync_RouterLiquidityEvent: stagingzksync_RouterLiquidityEvent; - stagingzksync_RouterLiquidityEvent_filter: stagingzksync_RouterLiquidityEvent_filter; - stagingzksync_Router_filter: stagingzksync_Router_filter; - stagingzksync_Sequencer: stagingzksync_Sequencer; - stagingzksync_Sequencer_filter: stagingzksync_Sequencer_filter; - stagingzksync_Setting: stagingzksync_Setting; - stagingzksync_Setting_filter: stagingzksync_Setting_filter; - stagingzksync_SlippageUpdate: stagingzksync_SlippageUpdate; - stagingzksync_SlippageUpdate_filter: stagingzksync_SlippageUpdate_filter; - stagingzksync_SnapshotRoot: stagingzksync_SnapshotRoot; - stagingzksync_SnapshotRoot_filter: stagingzksync_SnapshotRoot_filter; - stagingzksync_SpokeConnectorMode: stagingzksync_SpokeConnectorMode; - stagingzksync_SpokeConnectorMode_filter: stagingzksync_SpokeConnectorMode_filter; - stagingzksync__Block_: stagingzksync__Block_; - stagingzksync__Meta_: stagingzksync__Meta_; + arbitrumone_AggregateRoot: arbitrumone_AggregateRoot; + arbitrumone_AggregateRootProposed: arbitrumone_AggregateRootProposed; + arbitrumone_AggregateRootProposed_filter: arbitrumone_AggregateRootProposed_filter; + 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_OptimisticRootFinalized: arbitrumone_OptimisticRootFinalized; + arbitrumone_OptimisticRootFinalized_filter: arbitrumone_OptimisticRootFinalized_filter; + arbitrumone_OriginMessage: arbitrumone_OriginMessage; + arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; + arbitrumone_OriginTransfer: arbitrumone_OriginTransfer; + arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; + arbitrumone_Relayer: arbitrumone_Relayer; + arbitrumone_RelayerFee: arbitrumone_RelayerFee; + arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; + arbitrumone_RelayerFeesIncrease: arbitrumone_RelayerFeesIncrease; + arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; + arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; + arbitrumone_RootCount: arbitrumone_RootCount; + arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; + arbitrumone_RootMessageSent: arbitrumone_RootMessageSent; + arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; + arbitrumone_Router: arbitrumone_Router; + arbitrumone_RouterDailyTVL: arbitrumone_RouterDailyTVL; + arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; + arbitrumone_RouterLiquidityEvent: arbitrumone_RouterLiquidityEvent; + arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; + arbitrumone_Router_filter: arbitrumone_Router_filter; + arbitrumone_Sequencer: arbitrumone_Sequencer; + arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; + arbitrumone_Setting: arbitrumone_Setting; + arbitrumone_Setting_filter: arbitrumone_Setting_filter; + arbitrumone_SlippageUpdate: arbitrumone_SlippageUpdate; + arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; + arbitrumone_SnapshotRoot: arbitrumone_SnapshotRoot; + arbitrumone_SnapshotRoot_filter: arbitrumone_SnapshotRoot_filter; + arbitrumone_SpokeConnectorMode: arbitrumone_SpokeConnectorMode; + arbitrumone_SpokeConnectorMode_filter: arbitrumone_SpokeConnectorMode_filter; + arbitrumone__Block_: arbitrumone__Block_; + arbitrumone__Meta_: arbitrumone__Meta_; + polygon_AggregateRoot: polygon_AggregateRoot; + polygon_AggregateRootProposed: polygon_AggregateRootProposed; + polygon_AggregateRootProposed_filter: polygon_AggregateRootProposed_filter; + polygon_AggregateRoot_filter: polygon_AggregateRoot_filter; + polygon_Asset: polygon_Asset; + polygon_AssetBalance: polygon_AssetBalance; + polygon_AssetBalance_filter: polygon_AssetBalance_filter; + polygon_AssetStatus: polygon_AssetStatus; + polygon_AssetStatus_filter: polygon_AssetStatus_filter; + polygon_Asset_filter: polygon_Asset_filter; + polygon_BigDecimal: Scalars['polygon_BigDecimal']; + polygon_BlockChangedFilter: polygon_BlockChangedFilter; + polygon_Block_height: polygon_Block_height; + polygon_Bytes: Scalars['polygon_Bytes']; + polygon_ConnectorMeta: polygon_ConnectorMeta; + polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; + polygon_DestinationTransfer: polygon_DestinationTransfer; + polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; + polygon_Int8: Scalars['polygon_Int8']; + polygon_OptimisticRootFinalized: polygon_OptimisticRootFinalized; + polygon_OptimisticRootFinalized_filter: polygon_OptimisticRootFinalized_filter; + polygon_OriginMessage: polygon_OriginMessage; + polygon_OriginMessage_filter: polygon_OriginMessage_filter; + polygon_OriginTransfer: polygon_OriginTransfer; + polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; + polygon_Relayer: polygon_Relayer; + polygon_RelayerFee: polygon_RelayerFee; + polygon_RelayerFee_filter: polygon_RelayerFee_filter; + polygon_RelayerFeesIncrease: polygon_RelayerFeesIncrease; + polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; + polygon_Relayer_filter: polygon_Relayer_filter; + polygon_RootCount: polygon_RootCount; + polygon_RootCount_filter: polygon_RootCount_filter; + polygon_RootMessageSent: polygon_RootMessageSent; + polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; + polygon_Router: polygon_Router; + polygon_RouterDailyTVL: polygon_RouterDailyTVL; + polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; + polygon_RouterLiquidityEvent: polygon_RouterLiquidityEvent; + polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; + polygon_Router_filter: polygon_Router_filter; + polygon_Sequencer: polygon_Sequencer; + polygon_Sequencer_filter: polygon_Sequencer_filter; + polygon_Setting: polygon_Setting; + polygon_Setting_filter: polygon_Setting_filter; + polygon_SlippageUpdate: polygon_SlippageUpdate; + polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; + polygon_SnapshotRoot: polygon_SnapshotRoot; + polygon_SnapshotRoot_filter: polygon_SnapshotRoot_filter; + polygon_SpokeConnectorMode: polygon_SpokeConnectorMode; + polygon_SpokeConnectorMode_filter: polygon_SpokeConnectorMode_filter; + polygon__Block_: polygon__Block_; + polygon__Meta_: polygon__Meta_; + zksync_swap_BigDecimal: Scalars['zksync_swap_BigDecimal']; + zksync_swap_BlockChangedFilter: zksync_swap_BlockChangedFilter; + zksync_swap_Block_height: zksync_swap_Block_height; + zksync_swap_Bytes: Scalars['zksync_swap_Bytes']; + zksync_swap_Int8: Scalars['zksync_swap_Int8']; + zksync_swap_LpAccount: zksync_swap_LpAccount; + zksync_swap_LpAccountBalance: zksync_swap_LpAccountBalance; + zksync_swap_LpAccountBalance_filter: zksync_swap_LpAccountBalance_filter; + zksync_swap_LpAccount_filter: zksync_swap_LpAccount_filter; + zksync_swap_LpToken: zksync_swap_LpToken; + zksync_swap_LpTokenEvent: ResolversParentTypes['zksync_swap_LpTransferEvent']; + zksync_swap_LpTokenEvent_filter: zksync_swap_LpTokenEvent_filter; + zksync_swap_LpToken_filter: zksync_swap_LpToken_filter; + zksync_swap_LpTransferEvent: zksync_swap_LpTransferEvent; + zksync_swap_LpTransferEvent_filter: zksync_swap_LpTransferEvent_filter; + zksync_swap_PooledToken: zksync_swap_PooledToken; + zksync_swap_PooledToken_filter: zksync_swap_PooledToken_filter; + zksync_swap_StableSwap: zksync_swap_StableSwap; + zksync_swap_StableSwapAddLiquidityEvent: zksync_swap_StableSwapAddLiquidityEvent; + zksync_swap_StableSwapAddLiquidityEvent_filter: zksync_swap_StableSwapAddLiquidityEvent_filter; + zksync_swap_StableSwapEvent: ResolversParentTypes['zksync_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['zksync_swap_StableSwapRemoveLiquidityEvent']; + zksync_swap_StableSwapEvent_filter: zksync_swap_StableSwapEvent_filter; + zksync_swap_StableSwapExchange: zksync_swap_StableSwapExchange; + zksync_swap_StableSwapExchange_filter: zksync_swap_StableSwapExchange_filter; + zksync_swap_StableSwapRemoveLiquidityEvent: zksync_swap_StableSwapRemoveLiquidityEvent; + zksync_swap_StableSwapRemoveLiquidityEvent_filter: zksync_swap_StableSwapRemoveLiquidityEvent_filter; + zksync_swap_StableSwap_filter: zksync_swap_StableSwap_filter; + zksync_swap_SwapDailyVolume: zksync_swap_SwapDailyVolume; + zksync_swap_SwapDailyVolume_filter: zksync_swap_SwapDailyVolume_filter; + zksync_swap_SwapHourlyVolume: zksync_swap_SwapHourlyVolume; + zksync_swap_SwapHourlyVolume_filter: zksync_swap_SwapHourlyVolume_filter; + zksync_swap_SwapTradeVolume: ResolversParentTypes['zksync_swap_SwapDailyVolume'] | ResolversParentTypes['zksync_swap_SwapHourlyVolume'] | ResolversParentTypes['zksync_swap_SwapWeeklyVolume']; + zksync_swap_SwapTradeVolume_filter: zksync_swap_SwapTradeVolume_filter; + zksync_swap_SwapWeeklyVolume: zksync_swap_SwapWeeklyVolume; + zksync_swap_SwapWeeklyVolume_filter: zksync_swap_SwapWeeklyVolume_filter; + zksync_swap_SystemInfo: zksync_swap_SystemInfo; + zksync_swap_SystemInfo_filter: zksync_swap_SystemInfo_filter; + zksync_swap__Block_: zksync_swap__Block_; + zksync_swap__Meta_: zksync_swap__Meta_; + stagingmainnet_AggregateRoot: stagingmainnet_AggregateRoot; + stagingmainnet_AggregateRootProposed: stagingmainnet_AggregateRootProposed; + stagingmainnet_AggregateRootProposed_filter: stagingmainnet_AggregateRootProposed_filter; + stagingmainnet_AggregateRoot_filter: stagingmainnet_AggregateRoot_filter; + stagingmainnet_Asset: stagingmainnet_Asset; + stagingmainnet_AssetBalance: stagingmainnet_AssetBalance; + stagingmainnet_AssetBalance_filter: stagingmainnet_AssetBalance_filter; + stagingmainnet_AssetStatus: stagingmainnet_AssetStatus; + stagingmainnet_AssetStatus_filter: stagingmainnet_AssetStatus_filter; + stagingmainnet_Asset_filter: stagingmainnet_Asset_filter; + stagingmainnet_BigDecimal: Scalars['stagingmainnet_BigDecimal']; + stagingmainnet_BlockChangedFilter: stagingmainnet_BlockChangedFilter; + stagingmainnet_Block_height: stagingmainnet_Block_height; + stagingmainnet_Bytes: Scalars['stagingmainnet_Bytes']; + stagingmainnet_ConnectorMeta: stagingmainnet_ConnectorMeta; + stagingmainnet_ConnectorMeta_filter: stagingmainnet_ConnectorMeta_filter; + stagingmainnet_DestinationTransfer: stagingmainnet_DestinationTransfer; + stagingmainnet_DestinationTransfer_filter: stagingmainnet_DestinationTransfer_filter; + stagingmainnet_Int8: Scalars['stagingmainnet_Int8']; + stagingmainnet_OptimisticRootFinalized: stagingmainnet_OptimisticRootFinalized; + stagingmainnet_OptimisticRootFinalized_filter: stagingmainnet_OptimisticRootFinalized_filter; + stagingmainnet_OriginMessage: stagingmainnet_OriginMessage; + stagingmainnet_OriginMessage_filter: stagingmainnet_OriginMessage_filter; + stagingmainnet_OriginTransfer: stagingmainnet_OriginTransfer; + stagingmainnet_OriginTransfer_filter: stagingmainnet_OriginTransfer_filter; + stagingmainnet_Relayer: stagingmainnet_Relayer; + stagingmainnet_RelayerFee: stagingmainnet_RelayerFee; + stagingmainnet_RelayerFee_filter: stagingmainnet_RelayerFee_filter; + stagingmainnet_RelayerFeesIncrease: stagingmainnet_RelayerFeesIncrease; + stagingmainnet_RelayerFeesIncrease_filter: stagingmainnet_RelayerFeesIncrease_filter; + stagingmainnet_Relayer_filter: stagingmainnet_Relayer_filter; + stagingmainnet_RootCount: stagingmainnet_RootCount; + stagingmainnet_RootCount_filter: stagingmainnet_RootCount_filter; + stagingmainnet_RootMessageSent: stagingmainnet_RootMessageSent; + stagingmainnet_RootMessageSent_filter: stagingmainnet_RootMessageSent_filter; + stagingmainnet_Router: stagingmainnet_Router; + stagingmainnet_RouterDailyTVL: stagingmainnet_RouterDailyTVL; + stagingmainnet_RouterDailyTVL_filter: stagingmainnet_RouterDailyTVL_filter; + stagingmainnet_RouterLiquidityEvent: stagingmainnet_RouterLiquidityEvent; + stagingmainnet_RouterLiquidityEvent_filter: stagingmainnet_RouterLiquidityEvent_filter; + stagingmainnet_Router_filter: stagingmainnet_Router_filter; + stagingmainnet_Sequencer: stagingmainnet_Sequencer; + stagingmainnet_Sequencer_filter: stagingmainnet_Sequencer_filter; + stagingmainnet_Setting: stagingmainnet_Setting; + stagingmainnet_Setting_filter: stagingmainnet_Setting_filter; + stagingmainnet_SlippageUpdate: stagingmainnet_SlippageUpdate; + stagingmainnet_SlippageUpdate_filter: stagingmainnet_SlippageUpdate_filter; + stagingmainnet_SnapshotRoot: stagingmainnet_SnapshotRoot; + stagingmainnet_SnapshotRoot_filter: stagingmainnet_SnapshotRoot_filter; + stagingmainnet_SpokeConnectorMode: stagingmainnet_SpokeConnectorMode; + stagingmainnet_SpokeConnectorMode_filter: stagingmainnet_SpokeConnectorMode_filter; + stagingmainnet__Block_: stagingmainnet__Block_; + stagingmainnet__Meta_: stagingmainnet__Meta_; + arbitrumsepolia_AggregateRoot: arbitrumsepolia_AggregateRoot; + arbitrumsepolia_AggregateRootProposed: arbitrumsepolia_AggregateRootProposed; + arbitrumsepolia_AggregateRootProposed_filter: arbitrumsepolia_AggregateRootProposed_filter; + arbitrumsepolia_AggregateRoot_filter: arbitrumsepolia_AggregateRoot_filter; + arbitrumsepolia_Asset: arbitrumsepolia_Asset; + arbitrumsepolia_AssetBalance: arbitrumsepolia_AssetBalance; + arbitrumsepolia_AssetBalance_filter: arbitrumsepolia_AssetBalance_filter; + arbitrumsepolia_AssetStatus: arbitrumsepolia_AssetStatus; + arbitrumsepolia_AssetStatus_filter: arbitrumsepolia_AssetStatus_filter; + arbitrumsepolia_Asset_filter: arbitrumsepolia_Asset_filter; + arbitrumsepolia_BigDecimal: Scalars['arbitrumsepolia_BigDecimal']; + arbitrumsepolia_BlockChangedFilter: arbitrumsepolia_BlockChangedFilter; + arbitrumsepolia_Block_height: arbitrumsepolia_Block_height; + arbitrumsepolia_Bytes: Scalars['arbitrumsepolia_Bytes']; + arbitrumsepolia_ConnectorMeta: arbitrumsepolia_ConnectorMeta; + arbitrumsepolia_ConnectorMeta_filter: arbitrumsepolia_ConnectorMeta_filter; + arbitrumsepolia_DestinationTransfer: arbitrumsepolia_DestinationTransfer; + arbitrumsepolia_DestinationTransfer_filter: arbitrumsepolia_DestinationTransfer_filter; + arbitrumsepolia_Int8: Scalars['arbitrumsepolia_Int8']; + arbitrumsepolia_OptimisticRootFinalized: arbitrumsepolia_OptimisticRootFinalized; + arbitrumsepolia_OptimisticRootFinalized_filter: arbitrumsepolia_OptimisticRootFinalized_filter; + arbitrumsepolia_OriginMessage: arbitrumsepolia_OriginMessage; + arbitrumsepolia_OriginMessage_filter: arbitrumsepolia_OriginMessage_filter; + arbitrumsepolia_OriginTransfer: arbitrumsepolia_OriginTransfer; + arbitrumsepolia_OriginTransfer_filter: arbitrumsepolia_OriginTransfer_filter; + arbitrumsepolia_Relayer: arbitrumsepolia_Relayer; + arbitrumsepolia_RelayerFee: arbitrumsepolia_RelayerFee; + arbitrumsepolia_RelayerFee_filter: arbitrumsepolia_RelayerFee_filter; + arbitrumsepolia_RelayerFeesIncrease: arbitrumsepolia_RelayerFeesIncrease; + arbitrumsepolia_RelayerFeesIncrease_filter: arbitrumsepolia_RelayerFeesIncrease_filter; + arbitrumsepolia_Relayer_filter: arbitrumsepolia_Relayer_filter; + arbitrumsepolia_RootCount: arbitrumsepolia_RootCount; + arbitrumsepolia_RootCount_filter: arbitrumsepolia_RootCount_filter; + arbitrumsepolia_RootMessageSent: arbitrumsepolia_RootMessageSent; + arbitrumsepolia_RootMessageSent_filter: arbitrumsepolia_RootMessageSent_filter; + arbitrumsepolia_Router: arbitrumsepolia_Router; + arbitrumsepolia_RouterDailyTVL: arbitrumsepolia_RouterDailyTVL; + arbitrumsepolia_RouterDailyTVL_filter: arbitrumsepolia_RouterDailyTVL_filter; + arbitrumsepolia_RouterLiquidityEvent: arbitrumsepolia_RouterLiquidityEvent; + arbitrumsepolia_RouterLiquidityEvent_filter: arbitrumsepolia_RouterLiquidityEvent_filter; + arbitrumsepolia_Router_filter: arbitrumsepolia_Router_filter; + arbitrumsepolia_Sequencer: arbitrumsepolia_Sequencer; + arbitrumsepolia_Sequencer_filter: arbitrumsepolia_Sequencer_filter; + arbitrumsepolia_Setting: arbitrumsepolia_Setting; + arbitrumsepolia_Setting_filter: arbitrumsepolia_Setting_filter; + arbitrumsepolia_SlippageUpdate: arbitrumsepolia_SlippageUpdate; + arbitrumsepolia_SlippageUpdate_filter: arbitrumsepolia_SlippageUpdate_filter; + arbitrumsepolia_SnapshotRoot: arbitrumsepolia_SnapshotRoot; + arbitrumsepolia_SnapshotRoot_filter: arbitrumsepolia_SnapshotRoot_filter; + arbitrumsepolia_SpokeConnectorMode: arbitrumsepolia_SpokeConnectorMode; + arbitrumsepolia_SpokeConnectorMode_filter: arbitrumsepolia_SpokeConnectorMode_filter; + arbitrumsepolia__Block_: arbitrumsepolia__Block_; + arbitrumsepolia__Meta_: arbitrumsepolia__Meta_; + mainnet_AggregateRootSavedSlow: mainnet_AggregateRootSavedSlow; + mainnet_AggregateRootSavedSlow_filter: mainnet_AggregateRootSavedSlow_filter; + mainnet_AggregatedMessageRoot: mainnet_AggregatedMessageRoot; + mainnet_AggregatedMessageRoot_filter: mainnet_AggregatedMessageRoot_filter; + mainnet_ArbitrumConnectorMeta: mainnet_ArbitrumConnectorMeta; + mainnet_ArbitrumConnectorMeta_filter: mainnet_ArbitrumConnectorMeta_filter; + mainnet_AvalancheConnectorMeta: mainnet_AvalancheConnectorMeta; + mainnet_AvalancheConnectorMeta_filter: mainnet_AvalancheConnectorMeta_filter; + mainnet_BaseConnectorMeta: mainnet_BaseConnectorMeta; + mainnet_BaseConnectorMeta_filter: mainnet_BaseConnectorMeta_filter; + mainnet_BigDecimal: Scalars['mainnet_BigDecimal']; + mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; + mainnet_Block_height: mainnet_Block_height; + mainnet_BnbConnectorMeta: mainnet_BnbConnectorMeta; + mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; + mainnet_Bytes: Scalars['mainnet_Bytes']; + mainnet_GnosisConnectorMeta: mainnet_GnosisConnectorMeta; + mainnet_GnosisConnectorMeta_filter: mainnet_GnosisConnectorMeta_filter; + mainnet_HubDomain: mainnet_HubDomain; + mainnet_HubDomain_filter: mainnet_HubDomain_filter; + mainnet_HubOptimisticRootFinalized: mainnet_HubOptimisticRootFinalized; + mainnet_HubOptimisticRootFinalized_filter: mainnet_HubOptimisticRootFinalized_filter; + mainnet_Int8: Scalars['mainnet_Int8']; + mainnet_LineaConnectorMeta: mainnet_LineaConnectorMeta; + mainnet_LineaConnectorMeta_filter: mainnet_LineaConnectorMeta_filter; + mainnet_MantleConnectorMeta: mainnet_MantleConnectorMeta; + mainnet_MantleConnectorMeta_filter: mainnet_MantleConnectorMeta_filter; + mainnet_MetisConnectorMeta: mainnet_MetisConnectorMeta; + mainnet_MetisConnectorMeta_filter: mainnet_MetisConnectorMeta_filter; + mainnet_ModeConnectorMeta: mainnet_ModeConnectorMeta; + mainnet_ModeConnectorMeta_filter: mainnet_ModeConnectorMeta_filter; + mainnet_OptimismConnectorMeta: mainnet_OptimismConnectorMeta; + mainnet_OptimismConnectorMeta_filter: mainnet_OptimismConnectorMeta_filter; + mainnet_OptimisticRootPropagated: mainnet_OptimisticRootPropagated; + mainnet_OptimisticRootPropagated_filter: mainnet_OptimisticRootPropagated_filter; + mainnet_OptimisticRootProposed: mainnet_OptimisticRootProposed; + mainnet_OptimisticRootProposed_filter: mainnet_OptimisticRootProposed_filter; + mainnet_PolygonConnectorMeta: mainnet_PolygonConnectorMeta; + mainnet_PolygonConnectorMeta_filter: mainnet_PolygonConnectorMeta_filter; + mainnet_PolygonZkConnectorMeta: mainnet_PolygonZkConnectorMeta; + mainnet_PolygonZkConnectorMeta_filter: mainnet_PolygonZkConnectorMeta_filter; + mainnet_RootAggregated: mainnet_RootAggregated; + mainnet_RootAggregated_filter: mainnet_RootAggregated_filter; + mainnet_RootManagerMeta: mainnet_RootManagerMeta; + mainnet_RootManagerMeta_filter: mainnet_RootManagerMeta_filter; + mainnet_RootManagerMode: mainnet_RootManagerMode; + mainnet_RootManagerMode_filter: mainnet_RootManagerMode_filter; + mainnet_RootMessageProcessed: mainnet_RootMessageProcessed; + mainnet_RootMessageProcessed_filter: mainnet_RootMessageProcessed_filter; + mainnet_RootPropagated: mainnet_RootPropagated; + mainnet_RootPropagated_filter: mainnet_RootPropagated_filter; + mainnet_ZkSyncConnectorMeta: mainnet_ZkSyncConnectorMeta; + mainnet_ZkSyncConnectorMeta_filter: mainnet_ZkSyncConnectorMeta_filter; + mainnet__Block_: mainnet__Block_; + mainnet__Meta_: mainnet__Meta_; + stagingmainnet_AggregateRootSavedSlow: stagingmainnet_AggregateRootSavedSlow; + stagingmainnet_AggregateRootSavedSlow_filter: stagingmainnet_AggregateRootSavedSlow_filter; + stagingmainnet_AggregatedMessageRoot: stagingmainnet_AggregatedMessageRoot; + stagingmainnet_AggregatedMessageRoot_filter: stagingmainnet_AggregatedMessageRoot_filter; + stagingmainnet_ArbitrumConnectorMeta: stagingmainnet_ArbitrumConnectorMeta; + stagingmainnet_ArbitrumConnectorMeta_filter: stagingmainnet_ArbitrumConnectorMeta_filter; + stagingmainnet_AvalancheConnectorMeta: stagingmainnet_AvalancheConnectorMeta; + stagingmainnet_AvalancheConnectorMeta_filter: stagingmainnet_AvalancheConnectorMeta_filter; + stagingmainnet_BaseConnectorMeta: stagingmainnet_BaseConnectorMeta; + stagingmainnet_BaseConnectorMeta_filter: stagingmainnet_BaseConnectorMeta_filter; + stagingmainnet_BnbConnectorMeta: stagingmainnet_BnbConnectorMeta; + stagingmainnet_BnbConnectorMeta_filter: stagingmainnet_BnbConnectorMeta_filter; + stagingmainnet_GnosisConnectorMeta: stagingmainnet_GnosisConnectorMeta; + stagingmainnet_GnosisConnectorMeta_filter: stagingmainnet_GnosisConnectorMeta_filter; + stagingmainnet_HubDomain: stagingmainnet_HubDomain; + stagingmainnet_HubDomain_filter: stagingmainnet_HubDomain_filter; + stagingmainnet_HubOptimisticRootFinalized: stagingmainnet_HubOptimisticRootFinalized; + stagingmainnet_HubOptimisticRootFinalized_filter: stagingmainnet_HubOptimisticRootFinalized_filter; + stagingmainnet_LineaConnectorMeta: stagingmainnet_LineaConnectorMeta; + stagingmainnet_LineaConnectorMeta_filter: stagingmainnet_LineaConnectorMeta_filter; + stagingmainnet_MantleConnectorMeta: stagingmainnet_MantleConnectorMeta; + stagingmainnet_MantleConnectorMeta_filter: stagingmainnet_MantleConnectorMeta_filter; + stagingmainnet_MetisConnectorMeta: stagingmainnet_MetisConnectorMeta; + stagingmainnet_MetisConnectorMeta_filter: stagingmainnet_MetisConnectorMeta_filter; + stagingmainnet_ModeConnectorMeta: stagingmainnet_ModeConnectorMeta; + stagingmainnet_ModeConnectorMeta_filter: stagingmainnet_ModeConnectorMeta_filter; + stagingmainnet_OptimismConnectorMeta: stagingmainnet_OptimismConnectorMeta; + stagingmainnet_OptimismConnectorMeta_filter: stagingmainnet_OptimismConnectorMeta_filter; + stagingmainnet_OptimisticRootPropagated: stagingmainnet_OptimisticRootPropagated; + stagingmainnet_OptimisticRootPropagated_filter: stagingmainnet_OptimisticRootPropagated_filter; + stagingmainnet_OptimisticRootProposed: stagingmainnet_OptimisticRootProposed; + stagingmainnet_OptimisticRootProposed_filter: stagingmainnet_OptimisticRootProposed_filter; + stagingmainnet_PolygonConnectorMeta: stagingmainnet_PolygonConnectorMeta; + stagingmainnet_PolygonConnectorMeta_filter: stagingmainnet_PolygonConnectorMeta_filter; + stagingmainnet_PolygonZkConnectorMeta: stagingmainnet_PolygonZkConnectorMeta; + stagingmainnet_PolygonZkConnectorMeta_filter: stagingmainnet_PolygonZkConnectorMeta_filter; + stagingmainnet_RootAggregated: stagingmainnet_RootAggregated; + stagingmainnet_RootAggregated_filter: stagingmainnet_RootAggregated_filter; + stagingmainnet_RootManagerMeta: stagingmainnet_RootManagerMeta; + stagingmainnet_RootManagerMeta_filter: stagingmainnet_RootManagerMeta_filter; + stagingmainnet_RootManagerMode: stagingmainnet_RootManagerMode; + stagingmainnet_RootManagerMode_filter: stagingmainnet_RootManagerMode_filter; + stagingmainnet_RootMessageProcessed: stagingmainnet_RootMessageProcessed; + stagingmainnet_RootMessageProcessed_filter: stagingmainnet_RootMessageProcessed_filter; + stagingmainnet_RootPropagated: stagingmainnet_RootPropagated; + stagingmainnet_RootPropagated_filter: stagingmainnet_RootPropagated_filter; + stagingmainnet_ScrollConnectorMeta: stagingmainnet_ScrollConnectorMeta; + stagingmainnet_ScrollConnectorMeta_filter: stagingmainnet_ScrollConnectorMeta_filter; + stagingmainnet_XlayerConnectorMeta: stagingmainnet_XlayerConnectorMeta; + stagingmainnet_XlayerConnectorMeta_filter: stagingmainnet_XlayerConnectorMeta_filter; + stagingmainnet_ZkSyncConnectorMeta: stagingmainnet_ZkSyncConnectorMeta; + stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; + mantle_swap_BigDecimal: Scalars['mantle_swap_BigDecimal']; + mantle_swap_BlockChangedFilter: mantle_swap_BlockChangedFilter; + mantle_swap_Block_height: mantle_swap_Block_height; + mantle_swap_Bytes: Scalars['mantle_swap_Bytes']; + mantle_swap_Int8: Scalars['mantle_swap_Int8']; + mantle_swap_LpAccount: mantle_swap_LpAccount; + mantle_swap_LpAccountBalance: mantle_swap_LpAccountBalance; + mantle_swap_LpAccountBalance_filter: mantle_swap_LpAccountBalance_filter; + mantle_swap_LpAccount_filter: mantle_swap_LpAccount_filter; + mantle_swap_LpToken: mantle_swap_LpToken; + mantle_swap_LpTokenEvent: ResolversParentTypes['mantle_swap_LpTransferEvent']; + mantle_swap_LpTokenEvent_filter: mantle_swap_LpTokenEvent_filter; + mantle_swap_LpToken_filter: mantle_swap_LpToken_filter; + mantle_swap_LpTransferEvent: mantle_swap_LpTransferEvent; + mantle_swap_LpTransferEvent_filter: mantle_swap_LpTransferEvent_filter; + mantle_swap_PooledToken: mantle_swap_PooledToken; + mantle_swap_PooledToken_filter: mantle_swap_PooledToken_filter; + mantle_swap_StableSwap: mantle_swap_StableSwap; + mantle_swap_StableSwapAddLiquidityEvent: mantle_swap_StableSwapAddLiquidityEvent; + mantle_swap_StableSwapAddLiquidityEvent_filter: mantle_swap_StableSwapAddLiquidityEvent_filter; + mantle_swap_StableSwapEvent: ResolversParentTypes['mantle_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mantle_swap_StableSwapRemoveLiquidityEvent']; + mantle_swap_StableSwapEvent_filter: mantle_swap_StableSwapEvent_filter; + mantle_swap_StableSwapExchange: mantle_swap_StableSwapExchange; + mantle_swap_StableSwapExchange_filter: mantle_swap_StableSwapExchange_filter; + mantle_swap_StableSwapRemoveLiquidityEvent: mantle_swap_StableSwapRemoveLiquidityEvent; + mantle_swap_StableSwapRemoveLiquidityEvent_filter: mantle_swap_StableSwapRemoveLiquidityEvent_filter; + mantle_swap_StableSwap_filter: mantle_swap_StableSwap_filter; + mantle_swap_SwapDailyVolume: mantle_swap_SwapDailyVolume; + mantle_swap_SwapDailyVolume_filter: mantle_swap_SwapDailyVolume_filter; + mantle_swap_SwapHourlyVolume: mantle_swap_SwapHourlyVolume; + mantle_swap_SwapHourlyVolume_filter: mantle_swap_SwapHourlyVolume_filter; + mantle_swap_SwapTradeVolume: ResolversParentTypes['mantle_swap_SwapDailyVolume'] | ResolversParentTypes['mantle_swap_SwapHourlyVolume'] | ResolversParentTypes['mantle_swap_SwapWeeklyVolume']; + mantle_swap_SwapTradeVolume_filter: mantle_swap_SwapTradeVolume_filter; + mantle_swap_SwapWeeklyVolume: mantle_swap_SwapWeeklyVolume; + mantle_swap_SwapWeeklyVolume_filter: mantle_swap_SwapWeeklyVolume_filter; + mantle_swap_SystemInfo: mantle_swap_SystemInfo; + mantle_swap_SystemInfo_filter: mantle_swap_SystemInfo_filter; + mantle_swap__Block_: mantle_swap__Block_; + mantle_swap__Meta_: mantle_swap__Meta_; + optimismsepolia_swap_BigDecimal: Scalars['optimismsepolia_swap_BigDecimal']; + optimismsepolia_swap_BlockChangedFilter: optimismsepolia_swap_BlockChangedFilter; + optimismsepolia_swap_Block_height: optimismsepolia_swap_Block_height; + optimismsepolia_swap_Bytes: Scalars['optimismsepolia_swap_Bytes']; + optimismsepolia_swap_Int8: Scalars['optimismsepolia_swap_Int8']; + optimismsepolia_swap_LpAccount: optimismsepolia_swap_LpAccount; + optimismsepolia_swap_LpAccountBalance: optimismsepolia_swap_LpAccountBalance; + optimismsepolia_swap_LpAccountBalance_filter: optimismsepolia_swap_LpAccountBalance_filter; + optimismsepolia_swap_LpAccount_filter: optimismsepolia_swap_LpAccount_filter; + optimismsepolia_swap_LpToken: optimismsepolia_swap_LpToken; + optimismsepolia_swap_LpTokenEvent: ResolversParentTypes['optimismsepolia_swap_LpTransferEvent']; + optimismsepolia_swap_LpTokenEvent_filter: optimismsepolia_swap_LpTokenEvent_filter; + optimismsepolia_swap_LpToken_filter: optimismsepolia_swap_LpToken_filter; + optimismsepolia_swap_LpTransferEvent: optimismsepolia_swap_LpTransferEvent; + optimismsepolia_swap_LpTransferEvent_filter: optimismsepolia_swap_LpTransferEvent_filter; + optimismsepolia_swap_PooledToken: optimismsepolia_swap_PooledToken; + optimismsepolia_swap_PooledToken_filter: optimismsepolia_swap_PooledToken_filter; + optimismsepolia_swap_StableSwap: optimismsepolia_swap_StableSwap; + optimismsepolia_swap_StableSwapAddLiquidityEvent: optimismsepolia_swap_StableSwapAddLiquidityEvent; + optimismsepolia_swap_StableSwapAddLiquidityEvent_filter: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter; + optimismsepolia_swap_StableSwapEvent: ResolversParentTypes['optimismsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimismsepolia_swap_StableSwapRemoveLiquidityEvent']; + optimismsepolia_swap_StableSwapEvent_filter: optimismsepolia_swap_StableSwapEvent_filter; + optimismsepolia_swap_StableSwapExchange: optimismsepolia_swap_StableSwapExchange; + optimismsepolia_swap_StableSwapExchange_filter: optimismsepolia_swap_StableSwapExchange_filter; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent: optimismsepolia_swap_StableSwapRemoveLiquidityEvent; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter; + optimismsepolia_swap_StableSwap_filter: optimismsepolia_swap_StableSwap_filter; + optimismsepolia_swap_SwapDailyVolume: optimismsepolia_swap_SwapDailyVolume; + optimismsepolia_swap_SwapDailyVolume_filter: optimismsepolia_swap_SwapDailyVolume_filter; + optimismsepolia_swap_SwapHourlyVolume: optimismsepolia_swap_SwapHourlyVolume; + optimismsepolia_swap_SwapHourlyVolume_filter: optimismsepolia_swap_SwapHourlyVolume_filter; + optimismsepolia_swap_SwapTradeVolume: ResolversParentTypes['optimismsepolia_swap_SwapDailyVolume'] | ResolversParentTypes['optimismsepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['optimismsepolia_swap_SwapWeeklyVolume']; + optimismsepolia_swap_SwapTradeVolume_filter: optimismsepolia_swap_SwapTradeVolume_filter; + optimismsepolia_swap_SwapWeeklyVolume: optimismsepolia_swap_SwapWeeklyVolume; + optimismsepolia_swap_SwapWeeklyVolume_filter: optimismsepolia_swap_SwapWeeklyVolume_filter; + optimismsepolia_swap_SystemInfo: optimismsepolia_swap_SystemInfo; + optimismsepolia_swap_SystemInfo_filter: optimismsepolia_swap_SystemInfo_filter; + optimismsepolia_swap__Block_: optimismsepolia_swap__Block_; + optimismsepolia_swap__Meta_: optimismsepolia_swap__Meta_; + mainnet_AggregateRoot: mainnet_AggregateRoot; + mainnet_AggregateRootProposed: mainnet_AggregateRootProposed; + mainnet_AggregateRootProposed_filter: mainnet_AggregateRootProposed_filter; + 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_OptimisticRootFinalized: mainnet_OptimisticRootFinalized; + mainnet_OptimisticRootFinalized_filter: mainnet_OptimisticRootFinalized_filter; + mainnet_OriginMessage: mainnet_OriginMessage; + mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; + mainnet_OriginTransfer: mainnet_OriginTransfer; + mainnet_OriginTransfer_filter: mainnet_OriginTransfer_filter; + mainnet_Relayer: mainnet_Relayer; + mainnet_RelayerFee: mainnet_RelayerFee; + mainnet_RelayerFee_filter: mainnet_RelayerFee_filter; + mainnet_RelayerFeesIncrease: mainnet_RelayerFeesIncrease; + mainnet_RelayerFeesIncrease_filter: mainnet_RelayerFeesIncrease_filter; + mainnet_Relayer_filter: mainnet_Relayer_filter; + mainnet_RootCount: mainnet_RootCount; + mainnet_RootCount_filter: mainnet_RootCount_filter; + mainnet_RootMessageSent: mainnet_RootMessageSent; + mainnet_RootMessageSent_filter: mainnet_RootMessageSent_filter; + mainnet_Router: mainnet_Router; + mainnet_RouterDailyTVL: mainnet_RouterDailyTVL; + mainnet_RouterDailyTVL_filter: mainnet_RouterDailyTVL_filter; + mainnet_RouterLiquidityEvent: mainnet_RouterLiquidityEvent; + mainnet_RouterLiquidityEvent_filter: mainnet_RouterLiquidityEvent_filter; + mainnet_Router_filter: mainnet_Router_filter; + mainnet_Sequencer: mainnet_Sequencer; + mainnet_Sequencer_filter: mainnet_Sequencer_filter; + mainnet_Setting: mainnet_Setting; + mainnet_Setting_filter: mainnet_Setting_filter; + mainnet_SlippageUpdate: mainnet_SlippageUpdate; + mainnet_SlippageUpdate_filter: mainnet_SlippageUpdate_filter; + mainnet_SnapshotRoot: mainnet_SnapshotRoot; + mainnet_SnapshotRoot_filter: mainnet_SnapshotRoot_filter; + mainnet_SpokeConnectorMode: mainnet_SpokeConnectorMode; + mainnet_SpokeConnectorMode_filter: mainnet_SpokeConnectorMode_filter; + mode_swap_BigDecimal: Scalars['mode_swap_BigDecimal']; + mode_swap_BlockChangedFilter: mode_swap_BlockChangedFilter; + mode_swap_Block_height: mode_swap_Block_height; + mode_swap_Bytes: Scalars['mode_swap_Bytes']; + mode_swap_Int8: Scalars['mode_swap_Int8']; + mode_swap_LpAccount: mode_swap_LpAccount; + mode_swap_LpAccountBalance: mode_swap_LpAccountBalance; + mode_swap_LpAccountBalance_filter: mode_swap_LpAccountBalance_filter; + mode_swap_LpAccount_filter: mode_swap_LpAccount_filter; + mode_swap_LpToken: mode_swap_LpToken; + mode_swap_LpTokenEvent: ResolversParentTypes['mode_swap_LpTransferEvent']; + mode_swap_LpTokenEvent_filter: mode_swap_LpTokenEvent_filter; + mode_swap_LpToken_filter: mode_swap_LpToken_filter; + mode_swap_LpTransferEvent: mode_swap_LpTransferEvent; + mode_swap_LpTransferEvent_filter: mode_swap_LpTransferEvent_filter; + mode_swap_PooledToken: mode_swap_PooledToken; + mode_swap_PooledToken_filter: mode_swap_PooledToken_filter; + mode_swap_StableSwap: mode_swap_StableSwap; + mode_swap_StableSwapAddLiquidityEvent: mode_swap_StableSwapAddLiquidityEvent; + mode_swap_StableSwapAddLiquidityEvent_filter: mode_swap_StableSwapAddLiquidityEvent_filter; + mode_swap_StableSwapEvent: ResolversParentTypes['mode_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['mode_swap_StableSwapRemoveLiquidityEvent']; + mode_swap_StableSwapEvent_filter: mode_swap_StableSwapEvent_filter; + mode_swap_StableSwapExchange: mode_swap_StableSwapExchange; + mode_swap_StableSwapExchange_filter: mode_swap_StableSwapExchange_filter; + mode_swap_StableSwapRemoveLiquidityEvent: mode_swap_StableSwapRemoveLiquidityEvent; + mode_swap_StableSwapRemoveLiquidityEvent_filter: mode_swap_StableSwapRemoveLiquidityEvent_filter; + mode_swap_StableSwap_filter: mode_swap_StableSwap_filter; + mode_swap_SwapDailyVolume: mode_swap_SwapDailyVolume; + mode_swap_SwapDailyVolume_filter: mode_swap_SwapDailyVolume_filter; + mode_swap_SwapHourlyVolume: mode_swap_SwapHourlyVolume; + mode_swap_SwapHourlyVolume_filter: mode_swap_SwapHourlyVolume_filter; + mode_swap_SwapTradeVolume: ResolversParentTypes['mode_swap_SwapDailyVolume'] | ResolversParentTypes['mode_swap_SwapHourlyVolume'] | ResolversParentTypes['mode_swap_SwapWeeklyVolume']; + mode_swap_SwapTradeVolume_filter: mode_swap_SwapTradeVolume_filter; + mode_swap_SwapWeeklyVolume: mode_swap_SwapWeeklyVolume; + mode_swap_SwapWeeklyVolume_filter: mode_swap_SwapWeeklyVolume_filter; + mode_swap_SystemInfo: mode_swap_SystemInfo; + mode_swap_SystemInfo_filter: mode_swap_SystemInfo_filter; + mode_swap__Block_: mode_swap__Block_; + mode_swap__Meta_: mode_swap__Meta_; stagingxdai_AggregateRoot: stagingxdai_AggregateRoot; stagingxdai_AggregateRootProposed: stagingxdai_AggregateRootProposed; stagingxdai_AggregateRootProposed_filter: stagingxdai_AggregateRootProposed_filter; @@ -183240,59 +182115,257 @@ export type ResolversParentTypes = ResolversObject<{ stagingxdai_SpokeConnectorMode_filter: stagingxdai_SpokeConnectorMode_filter; stagingxdai__Block_: stagingxdai__Block_; stagingxdai__Meta_: stagingxdai__Meta_; - xdai_AggregateRoot: xdai_AggregateRoot; - xdai_AggregateRootProposed: xdai_AggregateRootProposed; - xdai_AggregateRootProposed_filter: xdai_AggregateRootProposed_filter; - 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_OptimisticRootFinalized: xdai_OptimisticRootFinalized; - xdai_OptimisticRootFinalized_filter: xdai_OptimisticRootFinalized_filter; - xdai_OriginMessage: xdai_OriginMessage; - xdai_OriginMessage_filter: xdai_OriginMessage_filter; - xdai_OriginTransfer: xdai_OriginTransfer; - xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; - xdai_Relayer: xdai_Relayer; - xdai_RelayerFee: xdai_RelayerFee; - xdai_RelayerFee_filter: xdai_RelayerFee_filter; - xdai_RelayerFeesIncrease: xdai_RelayerFeesIncrease; - xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; - xdai_Relayer_filter: xdai_Relayer_filter; - xdai_RootCount: xdai_RootCount; - xdai_RootCount_filter: xdai_RootCount_filter; - xdai_RootMessageSent: xdai_RootMessageSent; - xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; - xdai_Router: xdai_Router; - xdai_RouterDailyTVL: xdai_RouterDailyTVL; - xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; - xdai_RouterLiquidityEvent: xdai_RouterLiquidityEvent; - xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; - xdai_Router_filter: xdai_Router_filter; - xdai_Sequencer: xdai_Sequencer; - xdai_Sequencer_filter: xdai_Sequencer_filter; - xdai_Setting: xdai_Setting; - xdai_Setting_filter: xdai_Setting_filter; - xdai_SlippageUpdate: xdai_SlippageUpdate; - xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; - xdai_SnapshotRoot: xdai_SnapshotRoot; - xdai_SnapshotRoot_filter: xdai_SnapshotRoot_filter; - xdai_SpokeConnectorMode: xdai_SpokeConnectorMode; - xdai_SpokeConnectorMode_filter: xdai_SpokeConnectorMode_filter; - xdai__Block_: xdai__Block_; - xdai__Meta_: xdai__Meta_; + optimism_AggregateRoot: optimism_AggregateRoot; + optimism_AggregateRootProposed: optimism_AggregateRootProposed; + optimism_AggregateRootProposed_filter: optimism_AggregateRootProposed_filter; + optimism_AggregateRoot_filter: optimism_AggregateRoot_filter; + optimism_Asset: optimism_Asset; + optimism_AssetBalance: optimism_AssetBalance; + optimism_AssetBalance_filter: optimism_AssetBalance_filter; + optimism_AssetStatus: optimism_AssetStatus; + optimism_AssetStatus_filter: optimism_AssetStatus_filter; + optimism_Asset_filter: optimism_Asset_filter; + optimism_BigDecimal: Scalars['optimism_BigDecimal']; + optimism_BlockChangedFilter: optimism_BlockChangedFilter; + optimism_Block_height: optimism_Block_height; + optimism_Bytes: Scalars['optimism_Bytes']; + optimism_ConnectorMeta: optimism_ConnectorMeta; + optimism_ConnectorMeta_filter: optimism_ConnectorMeta_filter; + optimism_DestinationTransfer: optimism_DestinationTransfer; + optimism_DestinationTransfer_filter: optimism_DestinationTransfer_filter; + optimism_Int8: Scalars['optimism_Int8']; + optimism_OptimisticRootFinalized: optimism_OptimisticRootFinalized; + optimism_OptimisticRootFinalized_filter: optimism_OptimisticRootFinalized_filter; + optimism_OriginMessage: optimism_OriginMessage; + optimism_OriginMessage_filter: optimism_OriginMessage_filter; + optimism_OriginTransfer: optimism_OriginTransfer; + optimism_OriginTransfer_filter: optimism_OriginTransfer_filter; + optimism_Relayer: optimism_Relayer; + optimism_RelayerFee: optimism_RelayerFee; + optimism_RelayerFee_filter: optimism_RelayerFee_filter; + optimism_RelayerFeesIncrease: optimism_RelayerFeesIncrease; + optimism_RelayerFeesIncrease_filter: optimism_RelayerFeesIncrease_filter; + optimism_Relayer_filter: optimism_Relayer_filter; + optimism_RootCount: optimism_RootCount; + optimism_RootCount_filter: optimism_RootCount_filter; + optimism_RootMessageSent: optimism_RootMessageSent; + optimism_RootMessageSent_filter: optimism_RootMessageSent_filter; + optimism_Router: optimism_Router; + optimism_RouterDailyTVL: optimism_RouterDailyTVL; + optimism_RouterDailyTVL_filter: optimism_RouterDailyTVL_filter; + optimism_RouterLiquidityEvent: optimism_RouterLiquidityEvent; + optimism_RouterLiquidityEvent_filter: optimism_RouterLiquidityEvent_filter; + optimism_Router_filter: optimism_Router_filter; + optimism_Sequencer: optimism_Sequencer; + optimism_Sequencer_filter: optimism_Sequencer_filter; + optimism_Setting: optimism_Setting; + optimism_Setting_filter: optimism_Setting_filter; + optimism_SlippageUpdate: optimism_SlippageUpdate; + optimism_SlippageUpdate_filter: optimism_SlippageUpdate_filter; + optimism_SnapshotRoot: optimism_SnapshotRoot; + optimism_SnapshotRoot_filter: optimism_SnapshotRoot_filter; + optimism_SpokeConnectorMode: optimism_SpokeConnectorMode; + optimism_SpokeConnectorMode_filter: optimism_SpokeConnectorMode_filter; + optimism__Block_: optimism__Block_; + optimism__Meta_: optimism__Meta_; + stagingavalanche_AggregateRoot: stagingavalanche_AggregateRoot; + stagingavalanche_AggregateRootProposed: stagingavalanche_AggregateRootProposed; + stagingavalanche_AggregateRootProposed_filter: stagingavalanche_AggregateRootProposed_filter; + stagingavalanche_AggregateRoot_filter: stagingavalanche_AggregateRoot_filter; + stagingavalanche_Asset: stagingavalanche_Asset; + stagingavalanche_AssetBalance: stagingavalanche_AssetBalance; + stagingavalanche_AssetBalance_filter: stagingavalanche_AssetBalance_filter; + stagingavalanche_AssetStatus: stagingavalanche_AssetStatus; + stagingavalanche_AssetStatus_filter: stagingavalanche_AssetStatus_filter; + stagingavalanche_Asset_filter: stagingavalanche_Asset_filter; + stagingavalanche_BigDecimal: Scalars['stagingavalanche_BigDecimal']; + stagingavalanche_BlockChangedFilter: stagingavalanche_BlockChangedFilter; + stagingavalanche_Block_height: stagingavalanche_Block_height; + stagingavalanche_Bytes: Scalars['stagingavalanche_Bytes']; + stagingavalanche_ConnectorMeta: stagingavalanche_ConnectorMeta; + stagingavalanche_ConnectorMeta_filter: stagingavalanche_ConnectorMeta_filter; + stagingavalanche_DestinationTransfer: stagingavalanche_DestinationTransfer; + stagingavalanche_DestinationTransfer_filter: stagingavalanche_DestinationTransfer_filter; + stagingavalanche_Int8: Scalars['stagingavalanche_Int8']; + stagingavalanche_OptimisticRootFinalized: stagingavalanche_OptimisticRootFinalized; + stagingavalanche_OptimisticRootFinalized_filter: stagingavalanche_OptimisticRootFinalized_filter; + stagingavalanche_OriginMessage: stagingavalanche_OriginMessage; + stagingavalanche_OriginMessage_filter: stagingavalanche_OriginMessage_filter; + stagingavalanche_OriginTransfer: stagingavalanche_OriginTransfer; + stagingavalanche_OriginTransfer_filter: stagingavalanche_OriginTransfer_filter; + stagingavalanche_Relayer: stagingavalanche_Relayer; + stagingavalanche_RelayerFee: stagingavalanche_RelayerFee; + stagingavalanche_RelayerFee_filter: stagingavalanche_RelayerFee_filter; + stagingavalanche_RelayerFeesIncrease: stagingavalanche_RelayerFeesIncrease; + stagingavalanche_RelayerFeesIncrease_filter: stagingavalanche_RelayerFeesIncrease_filter; + stagingavalanche_Relayer_filter: stagingavalanche_Relayer_filter; + stagingavalanche_RootCount: stagingavalanche_RootCount; + stagingavalanche_RootCount_filter: stagingavalanche_RootCount_filter; + stagingavalanche_RootMessageSent: stagingavalanche_RootMessageSent; + stagingavalanche_RootMessageSent_filter: stagingavalanche_RootMessageSent_filter; + stagingavalanche_Router: stagingavalanche_Router; + stagingavalanche_RouterDailyTVL: stagingavalanche_RouterDailyTVL; + stagingavalanche_RouterDailyTVL_filter: stagingavalanche_RouterDailyTVL_filter; + stagingavalanche_RouterLiquidityEvent: stagingavalanche_RouterLiquidityEvent; + stagingavalanche_RouterLiquidityEvent_filter: stagingavalanche_RouterLiquidityEvent_filter; + stagingavalanche_Router_filter: stagingavalanche_Router_filter; + stagingavalanche_Sequencer: stagingavalanche_Sequencer; + stagingavalanche_Sequencer_filter: stagingavalanche_Sequencer_filter; + stagingavalanche_Setting: stagingavalanche_Setting; + stagingavalanche_Setting_filter: stagingavalanche_Setting_filter; + stagingavalanche_SlippageUpdate: stagingavalanche_SlippageUpdate; + stagingavalanche_SlippageUpdate_filter: stagingavalanche_SlippageUpdate_filter; + stagingavalanche_SnapshotRoot: stagingavalanche_SnapshotRoot; + stagingavalanche_SnapshotRoot_filter: stagingavalanche_SnapshotRoot_filter; + stagingavalanche_SpokeConnectorMode: stagingavalanche_SpokeConnectorMode; + stagingavalanche_SpokeConnectorMode_filter: stagingavalanche_SpokeConnectorMode_filter; + stagingavalanche__Block_: stagingavalanche__Block_; + stagingavalanche__Meta_: stagingavalanche__Meta_; + stagingzksync_AggregateRoot: stagingzksync_AggregateRoot; + stagingzksync_AggregateRootProposed: stagingzksync_AggregateRootProposed; + stagingzksync_AggregateRootProposed_filter: stagingzksync_AggregateRootProposed_filter; + stagingzksync_AggregateRoot_filter: stagingzksync_AggregateRoot_filter; + stagingzksync_Asset: stagingzksync_Asset; + stagingzksync_AssetBalance: stagingzksync_AssetBalance; + stagingzksync_AssetBalance_filter: stagingzksync_AssetBalance_filter; + stagingzksync_AssetStatus: stagingzksync_AssetStatus; + stagingzksync_AssetStatus_filter: stagingzksync_AssetStatus_filter; + stagingzksync_Asset_filter: stagingzksync_Asset_filter; + stagingzksync_BigDecimal: Scalars['stagingzksync_BigDecimal']; + stagingzksync_BlockChangedFilter: stagingzksync_BlockChangedFilter; + stagingzksync_Block_height: stagingzksync_Block_height; + stagingzksync_Bytes: Scalars['stagingzksync_Bytes']; + stagingzksync_ConnectorMeta: stagingzksync_ConnectorMeta; + stagingzksync_ConnectorMeta_filter: stagingzksync_ConnectorMeta_filter; + stagingzksync_DestinationTransfer: stagingzksync_DestinationTransfer; + stagingzksync_DestinationTransfer_filter: stagingzksync_DestinationTransfer_filter; + stagingzksync_Int8: Scalars['stagingzksync_Int8']; + stagingzksync_OptimisticRootFinalized: stagingzksync_OptimisticRootFinalized; + stagingzksync_OptimisticRootFinalized_filter: stagingzksync_OptimisticRootFinalized_filter; + stagingzksync_OriginMessage: stagingzksync_OriginMessage; + stagingzksync_OriginMessage_filter: stagingzksync_OriginMessage_filter; + stagingzksync_OriginTransfer: stagingzksync_OriginTransfer; + stagingzksync_OriginTransfer_filter: stagingzksync_OriginTransfer_filter; + stagingzksync_Relayer: stagingzksync_Relayer; + stagingzksync_RelayerFee: stagingzksync_RelayerFee; + stagingzksync_RelayerFee_filter: stagingzksync_RelayerFee_filter; + stagingzksync_RelayerFeesIncrease: stagingzksync_RelayerFeesIncrease; + stagingzksync_RelayerFeesIncrease_filter: stagingzksync_RelayerFeesIncrease_filter; + stagingzksync_Relayer_filter: stagingzksync_Relayer_filter; + stagingzksync_RootCount: stagingzksync_RootCount; + stagingzksync_RootCount_filter: stagingzksync_RootCount_filter; + stagingzksync_RootMessageSent: stagingzksync_RootMessageSent; + stagingzksync_RootMessageSent_filter: stagingzksync_RootMessageSent_filter; + stagingzksync_Router: stagingzksync_Router; + stagingzksync_RouterDailyTVL: stagingzksync_RouterDailyTVL; + stagingzksync_RouterDailyTVL_filter: stagingzksync_RouterDailyTVL_filter; + stagingzksync_RouterLiquidityEvent: stagingzksync_RouterLiquidityEvent; + stagingzksync_RouterLiquidityEvent_filter: stagingzksync_RouterLiquidityEvent_filter; + stagingzksync_Router_filter: stagingzksync_Router_filter; + stagingzksync_Sequencer: stagingzksync_Sequencer; + stagingzksync_Sequencer_filter: stagingzksync_Sequencer_filter; + stagingzksync_Setting: stagingzksync_Setting; + stagingzksync_Setting_filter: stagingzksync_Setting_filter; + stagingzksync_SlippageUpdate: stagingzksync_SlippageUpdate; + stagingzksync_SlippageUpdate_filter: stagingzksync_SlippageUpdate_filter; + stagingzksync_SnapshotRoot: stagingzksync_SnapshotRoot; + stagingzksync_SnapshotRoot_filter: stagingzksync_SnapshotRoot_filter; + stagingzksync_SpokeConnectorMode: stagingzksync_SpokeConnectorMode; + stagingzksync_SpokeConnectorMode_filter: stagingzksync_SpokeConnectorMode_filter; + stagingzksync__Block_: stagingzksync__Block_; + stagingzksync__Meta_: stagingzksync__Meta_; + xlayer_swap_BigDecimal: Scalars['xlayer_swap_BigDecimal']; + xlayer_swap_BlockChangedFilter: xlayer_swap_BlockChangedFilter; + xlayer_swap_Block_height: xlayer_swap_Block_height; + xlayer_swap_Bytes: Scalars['xlayer_swap_Bytes']; + xlayer_swap_Int8: Scalars['xlayer_swap_Int8']; + xlayer_swap_LpAccount: xlayer_swap_LpAccount; + xlayer_swap_LpAccountBalance: xlayer_swap_LpAccountBalance; + xlayer_swap_LpAccountBalance_filter: xlayer_swap_LpAccountBalance_filter; + xlayer_swap_LpAccount_filter: xlayer_swap_LpAccount_filter; + xlayer_swap_LpToken: xlayer_swap_LpToken; + xlayer_swap_LpTokenEvent: ResolversParentTypes['xlayer_swap_LpTransferEvent']; + xlayer_swap_LpTokenEvent_filter: xlayer_swap_LpTokenEvent_filter; + xlayer_swap_LpToken_filter: xlayer_swap_LpToken_filter; + xlayer_swap_LpTransferEvent: xlayer_swap_LpTransferEvent; + xlayer_swap_LpTransferEvent_filter: xlayer_swap_LpTransferEvent_filter; + xlayer_swap_PooledToken: xlayer_swap_PooledToken; + xlayer_swap_PooledToken_filter: xlayer_swap_PooledToken_filter; + xlayer_swap_StableSwap: xlayer_swap_StableSwap; + xlayer_swap_StableSwapAddLiquidityEvent: xlayer_swap_StableSwapAddLiquidityEvent; + xlayer_swap_StableSwapAddLiquidityEvent_filter: xlayer_swap_StableSwapAddLiquidityEvent_filter; + xlayer_swap_StableSwapEvent: ResolversParentTypes['xlayer_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['xlayer_swap_StableSwapRemoveLiquidityEvent']; + xlayer_swap_StableSwapEvent_filter: xlayer_swap_StableSwapEvent_filter; + xlayer_swap_StableSwapExchange: xlayer_swap_StableSwapExchange; + xlayer_swap_StableSwapExchange_filter: xlayer_swap_StableSwapExchange_filter; + xlayer_swap_StableSwapRemoveLiquidityEvent: xlayer_swap_StableSwapRemoveLiquidityEvent; + xlayer_swap_StableSwapRemoveLiquidityEvent_filter: xlayer_swap_StableSwapRemoveLiquidityEvent_filter; + xlayer_swap_StableSwap_filter: xlayer_swap_StableSwap_filter; + xlayer_swap_SwapDailyVolume: xlayer_swap_SwapDailyVolume; + xlayer_swap_SwapDailyVolume_filter: xlayer_swap_SwapDailyVolume_filter; + xlayer_swap_SwapHourlyVolume: xlayer_swap_SwapHourlyVolume; + xlayer_swap_SwapHourlyVolume_filter: xlayer_swap_SwapHourlyVolume_filter; + xlayer_swap_SwapTradeVolume: ResolversParentTypes['xlayer_swap_SwapDailyVolume'] | ResolversParentTypes['xlayer_swap_SwapHourlyVolume'] | ResolversParentTypes['xlayer_swap_SwapWeeklyVolume']; + xlayer_swap_SwapTradeVolume_filter: xlayer_swap_SwapTradeVolume_filter; + xlayer_swap_SwapWeeklyVolume: xlayer_swap_SwapWeeklyVolume; + xlayer_swap_SwapWeeklyVolume_filter: xlayer_swap_SwapWeeklyVolume_filter; + xlayer_swap_SystemInfo: xlayer_swap_SystemInfo; + xlayer_swap_SystemInfo_filter: xlayer_swap_SystemInfo_filter; + xlayer_swap__Block_: xlayer_swap__Block_; + xlayer_swap__Meta_: xlayer_swap__Meta_; + stagingpolygonzkevm_AggregateRoot: stagingpolygonzkevm_AggregateRoot; + stagingpolygonzkevm_AggregateRootProposed: stagingpolygonzkevm_AggregateRootProposed; + stagingpolygonzkevm_AggregateRootProposed_filter: stagingpolygonzkevm_AggregateRootProposed_filter; + stagingpolygonzkevm_AggregateRoot_filter: stagingpolygonzkevm_AggregateRoot_filter; + stagingpolygonzkevm_Asset: stagingpolygonzkevm_Asset; + stagingpolygonzkevm_AssetBalance: stagingpolygonzkevm_AssetBalance; + stagingpolygonzkevm_AssetBalance_filter: stagingpolygonzkevm_AssetBalance_filter; + stagingpolygonzkevm_AssetStatus: stagingpolygonzkevm_AssetStatus; + stagingpolygonzkevm_AssetStatus_filter: stagingpolygonzkevm_AssetStatus_filter; + stagingpolygonzkevm_Asset_filter: stagingpolygonzkevm_Asset_filter; + stagingpolygonzkevm_BigDecimal: Scalars['stagingpolygonzkevm_BigDecimal']; + stagingpolygonzkevm_BlockChangedFilter: stagingpolygonzkevm_BlockChangedFilter; + stagingpolygonzkevm_Block_height: stagingpolygonzkevm_Block_height; + stagingpolygonzkevm_Bytes: Scalars['stagingpolygonzkevm_Bytes']; + stagingpolygonzkevm_ConnectorMeta: stagingpolygonzkevm_ConnectorMeta; + stagingpolygonzkevm_ConnectorMeta_filter: stagingpolygonzkevm_ConnectorMeta_filter; + stagingpolygonzkevm_DestinationTransfer: stagingpolygonzkevm_DestinationTransfer; + stagingpolygonzkevm_DestinationTransfer_filter: stagingpolygonzkevm_DestinationTransfer_filter; + stagingpolygonzkevm_Int8: Scalars['stagingpolygonzkevm_Int8']; + stagingpolygonzkevm_OptimisticRootFinalized: stagingpolygonzkevm_OptimisticRootFinalized; + stagingpolygonzkevm_OptimisticRootFinalized_filter: stagingpolygonzkevm_OptimisticRootFinalized_filter; + stagingpolygonzkevm_OriginMessage: stagingpolygonzkevm_OriginMessage; + stagingpolygonzkevm_OriginMessage_filter: stagingpolygonzkevm_OriginMessage_filter; + stagingpolygonzkevm_OriginTransfer: stagingpolygonzkevm_OriginTransfer; + stagingpolygonzkevm_OriginTransfer_filter: stagingpolygonzkevm_OriginTransfer_filter; + stagingpolygonzkevm_Relayer: stagingpolygonzkevm_Relayer; + stagingpolygonzkevm_RelayerFee: stagingpolygonzkevm_RelayerFee; + stagingpolygonzkevm_RelayerFee_filter: stagingpolygonzkevm_RelayerFee_filter; + stagingpolygonzkevm_RelayerFeesIncrease: stagingpolygonzkevm_RelayerFeesIncrease; + stagingpolygonzkevm_RelayerFeesIncrease_filter: stagingpolygonzkevm_RelayerFeesIncrease_filter; + stagingpolygonzkevm_Relayer_filter: stagingpolygonzkevm_Relayer_filter; + stagingpolygonzkevm_RootCount: stagingpolygonzkevm_RootCount; + stagingpolygonzkevm_RootCount_filter: stagingpolygonzkevm_RootCount_filter; + stagingpolygonzkevm_RootMessageSent: stagingpolygonzkevm_RootMessageSent; + stagingpolygonzkevm_RootMessageSent_filter: stagingpolygonzkevm_RootMessageSent_filter; + stagingpolygonzkevm_Router: stagingpolygonzkevm_Router; + stagingpolygonzkevm_RouterDailyTVL: stagingpolygonzkevm_RouterDailyTVL; + stagingpolygonzkevm_RouterDailyTVL_filter: stagingpolygonzkevm_RouterDailyTVL_filter; + stagingpolygonzkevm_RouterLiquidityEvent: stagingpolygonzkevm_RouterLiquidityEvent; + stagingpolygonzkevm_RouterLiquidityEvent_filter: stagingpolygonzkevm_RouterLiquidityEvent_filter; + stagingpolygonzkevm_Router_filter: stagingpolygonzkevm_Router_filter; + stagingpolygonzkevm_Sequencer: stagingpolygonzkevm_Sequencer; + stagingpolygonzkevm_Sequencer_filter: stagingpolygonzkevm_Sequencer_filter; + stagingpolygonzkevm_Setting: stagingpolygonzkevm_Setting; + stagingpolygonzkevm_Setting_filter: stagingpolygonzkevm_Setting_filter; + stagingpolygonzkevm_SlippageUpdate: stagingpolygonzkevm_SlippageUpdate; + stagingpolygonzkevm_SlippageUpdate_filter: stagingpolygonzkevm_SlippageUpdate_filter; + stagingpolygonzkevm_SnapshotRoot: stagingpolygonzkevm_SnapshotRoot; + stagingpolygonzkevm_SnapshotRoot_filter: stagingpolygonzkevm_SnapshotRoot_filter; + stagingpolygonzkevm_SpokeConnectorMode: stagingpolygonzkevm_SpokeConnectorMode; + stagingpolygonzkevm_SpokeConnectorMode_filter: stagingpolygonzkevm_SpokeConnectorMode_filter; + stagingpolygonzkevm__Block_: stagingpolygonzkevm__Block_; + stagingpolygonzkevm__Meta_: stagingpolygonzkevm__Meta_; stagingbnb_AggregateRoot: stagingbnb_AggregateRoot; stagingbnb_AggregateRootProposed: stagingbnb_AggregateRootProposed; stagingbnb_AggregateRootProposed_filter: stagingbnb_AggregateRootProposed_filter; @@ -183346,6 +182419,52 @@ export type ResolversParentTypes = ResolversObject<{ stagingbnb_SpokeConnectorMode_filter: stagingbnb_SpokeConnectorMode_filter; stagingbnb__Block_: stagingbnb__Block_; stagingbnb__Meta_: stagingbnb__Meta_; + sepolia_AggregateRoot: sepolia_AggregateRoot; + sepolia_AggregateRootProposed: sepolia_AggregateRootProposed; + sepolia_AggregateRootProposed_filter: sepolia_AggregateRootProposed_filter; + sepolia_AggregateRoot_filter: sepolia_AggregateRoot_filter; + sepolia_Asset: sepolia_Asset; + sepolia_AssetBalance: sepolia_AssetBalance; + sepolia_AssetBalance_filter: sepolia_AssetBalance_filter; + sepolia_AssetStatus: sepolia_AssetStatus; + sepolia_AssetStatus_filter: sepolia_AssetStatus_filter; + sepolia_Asset_filter: sepolia_Asset_filter; + sepolia_ConnectorMeta: sepolia_ConnectorMeta; + sepolia_ConnectorMeta_filter: sepolia_ConnectorMeta_filter; + sepolia_DestinationTransfer: sepolia_DestinationTransfer; + sepolia_DestinationTransfer_filter: sepolia_DestinationTransfer_filter; + sepolia_OptimisticRootFinalized: sepolia_OptimisticRootFinalized; + sepolia_OptimisticRootFinalized_filter: sepolia_OptimisticRootFinalized_filter; + sepolia_OriginMessage: sepolia_OriginMessage; + sepolia_OriginMessage_filter: sepolia_OriginMessage_filter; + sepolia_OriginTransfer: sepolia_OriginTransfer; + sepolia_OriginTransfer_filter: sepolia_OriginTransfer_filter; + sepolia_Relayer: sepolia_Relayer; + sepolia_RelayerFee: sepolia_RelayerFee; + sepolia_RelayerFee_filter: sepolia_RelayerFee_filter; + sepolia_RelayerFeesIncrease: sepolia_RelayerFeesIncrease; + sepolia_RelayerFeesIncrease_filter: sepolia_RelayerFeesIncrease_filter; + sepolia_Relayer_filter: sepolia_Relayer_filter; + sepolia_RootCount: sepolia_RootCount; + sepolia_RootCount_filter: sepolia_RootCount_filter; + sepolia_RootMessageSent: sepolia_RootMessageSent; + sepolia_RootMessageSent_filter: sepolia_RootMessageSent_filter; + sepolia_Router: sepolia_Router; + sepolia_RouterDailyTVL: sepolia_RouterDailyTVL; + sepolia_RouterDailyTVL_filter: sepolia_RouterDailyTVL_filter; + sepolia_RouterLiquidityEvent: sepolia_RouterLiquidityEvent; + sepolia_RouterLiquidityEvent_filter: sepolia_RouterLiquidityEvent_filter; + sepolia_Router_filter: sepolia_Router_filter; + sepolia_Sequencer: sepolia_Sequencer; + sepolia_Sequencer_filter: sepolia_Sequencer_filter; + sepolia_Setting: sepolia_Setting; + sepolia_Setting_filter: sepolia_Setting_filter; + sepolia_SlippageUpdate: sepolia_SlippageUpdate; + sepolia_SlippageUpdate_filter: sepolia_SlippageUpdate_filter; + sepolia_SnapshotRoot: sepolia_SnapshotRoot; + sepolia_SnapshotRoot_filter: sepolia_SnapshotRoot_filter; + sepolia_SpokeConnectorMode: sepolia_SpokeConnectorMode; + sepolia_SpokeConnectorMode_filter: sepolia_SpokeConnectorMode_filter; stagingarbitrumone_AggregateRoot: stagingarbitrumone_AggregateRoot; stagingarbitrumone_AggregateRootProposed: stagingarbitrumone_AggregateRootProposed; stagingarbitrumone_AggregateRootProposed_filter: stagingarbitrumone_AggregateRootProposed_filter; @@ -183399,4355 +182518,3865 @@ export type ResolversParentTypes = ResolversObject<{ stagingarbitrumone_SpokeConnectorMode_filter: stagingarbitrumone_SpokeConnectorMode_filter; stagingarbitrumone__Block_: stagingarbitrumone__Block_; stagingarbitrumone__Meta_: stagingarbitrumone__Meta_; - stagingpolygonzkevm_AggregateRoot: stagingpolygonzkevm_AggregateRoot; - stagingpolygonzkevm_AggregateRootProposed: stagingpolygonzkevm_AggregateRootProposed; - stagingpolygonzkevm_AggregateRootProposed_filter: stagingpolygonzkevm_AggregateRootProposed_filter; - stagingpolygonzkevm_AggregateRoot_filter: stagingpolygonzkevm_AggregateRoot_filter; - stagingpolygonzkevm_Asset: stagingpolygonzkevm_Asset; - stagingpolygonzkevm_AssetBalance: stagingpolygonzkevm_AssetBalance; - stagingpolygonzkevm_AssetBalance_filter: stagingpolygonzkevm_AssetBalance_filter; - stagingpolygonzkevm_AssetStatus: stagingpolygonzkevm_AssetStatus; - stagingpolygonzkevm_AssetStatus_filter: stagingpolygonzkevm_AssetStatus_filter; - stagingpolygonzkevm_Asset_filter: stagingpolygonzkevm_Asset_filter; - stagingpolygonzkevm_BigDecimal: Scalars['stagingpolygonzkevm_BigDecimal']; - stagingpolygonzkevm_BlockChangedFilter: stagingpolygonzkevm_BlockChangedFilter; - stagingpolygonzkevm_Block_height: stagingpolygonzkevm_Block_height; - stagingpolygonzkevm_Bytes: Scalars['stagingpolygonzkevm_Bytes']; - stagingpolygonzkevm_ConnectorMeta: stagingpolygonzkevm_ConnectorMeta; - stagingpolygonzkevm_ConnectorMeta_filter: stagingpolygonzkevm_ConnectorMeta_filter; - stagingpolygonzkevm_DestinationTransfer: stagingpolygonzkevm_DestinationTransfer; - stagingpolygonzkevm_DestinationTransfer_filter: stagingpolygonzkevm_DestinationTransfer_filter; - stagingpolygonzkevm_Int8: Scalars['stagingpolygonzkevm_Int8']; - stagingpolygonzkevm_OptimisticRootFinalized: stagingpolygonzkevm_OptimisticRootFinalized; - stagingpolygonzkevm_OptimisticRootFinalized_filter: stagingpolygonzkevm_OptimisticRootFinalized_filter; - stagingpolygonzkevm_OriginMessage: stagingpolygonzkevm_OriginMessage; - stagingpolygonzkevm_OriginMessage_filter: stagingpolygonzkevm_OriginMessage_filter; - stagingpolygonzkevm_OriginTransfer: stagingpolygonzkevm_OriginTransfer; - stagingpolygonzkevm_OriginTransfer_filter: stagingpolygonzkevm_OriginTransfer_filter; - stagingpolygonzkevm_Relayer: stagingpolygonzkevm_Relayer; - stagingpolygonzkevm_RelayerFee: stagingpolygonzkevm_RelayerFee; - stagingpolygonzkevm_RelayerFee_filter: stagingpolygonzkevm_RelayerFee_filter; - stagingpolygonzkevm_RelayerFeesIncrease: stagingpolygonzkevm_RelayerFeesIncrease; - stagingpolygonzkevm_RelayerFeesIncrease_filter: stagingpolygonzkevm_RelayerFeesIncrease_filter; - stagingpolygonzkevm_Relayer_filter: stagingpolygonzkevm_Relayer_filter; - stagingpolygonzkevm_RootCount: stagingpolygonzkevm_RootCount; - stagingpolygonzkevm_RootCount_filter: stagingpolygonzkevm_RootCount_filter; - stagingpolygonzkevm_RootMessageSent: stagingpolygonzkevm_RootMessageSent; - stagingpolygonzkevm_RootMessageSent_filter: stagingpolygonzkevm_RootMessageSent_filter; - stagingpolygonzkevm_Router: stagingpolygonzkevm_Router; - stagingpolygonzkevm_RouterDailyTVL: stagingpolygonzkevm_RouterDailyTVL; - stagingpolygonzkevm_RouterDailyTVL_filter: stagingpolygonzkevm_RouterDailyTVL_filter; - stagingpolygonzkevm_RouterLiquidityEvent: stagingpolygonzkevm_RouterLiquidityEvent; - stagingpolygonzkevm_RouterLiquidityEvent_filter: stagingpolygonzkevm_RouterLiquidityEvent_filter; - stagingpolygonzkevm_Router_filter: stagingpolygonzkevm_Router_filter; - stagingpolygonzkevm_Sequencer: stagingpolygonzkevm_Sequencer; - stagingpolygonzkevm_Sequencer_filter: stagingpolygonzkevm_Sequencer_filter; - stagingpolygonzkevm_Setting: stagingpolygonzkevm_Setting; - stagingpolygonzkevm_Setting_filter: stagingpolygonzkevm_Setting_filter; - stagingpolygonzkevm_SlippageUpdate: stagingpolygonzkevm_SlippageUpdate; - stagingpolygonzkevm_SlippageUpdate_filter: stagingpolygonzkevm_SlippageUpdate_filter; - stagingpolygonzkevm_SnapshotRoot: stagingpolygonzkevm_SnapshotRoot; - stagingpolygonzkevm_SnapshotRoot_filter: stagingpolygonzkevm_SnapshotRoot_filter; - stagingpolygonzkevm_SpokeConnectorMode: stagingpolygonzkevm_SpokeConnectorMode; - stagingpolygonzkevm_SpokeConnectorMode_filter: stagingpolygonzkevm_SpokeConnectorMode_filter; - stagingpolygonzkevm__Block_: stagingpolygonzkevm__Block_; - stagingpolygonzkevm__Meta_: stagingpolygonzkevm__Meta_; - stagingxlayer_AggregateRoot: stagingxlayer_AggregateRoot; - stagingxlayer_AggregateRootProposed: stagingxlayer_AggregateRootProposed; - stagingxlayer_AggregateRootProposed_filter: stagingxlayer_AggregateRootProposed_filter; - stagingxlayer_AggregateRoot_filter: stagingxlayer_AggregateRoot_filter; - stagingxlayer_Asset: stagingxlayer_Asset; - stagingxlayer_AssetBalance: stagingxlayer_AssetBalance; - stagingxlayer_AssetBalance_filter: stagingxlayer_AssetBalance_filter; - stagingxlayer_AssetStatus: stagingxlayer_AssetStatus; - stagingxlayer_AssetStatus_filter: stagingxlayer_AssetStatus_filter; - stagingxlayer_Asset_filter: stagingxlayer_Asset_filter; - stagingxlayer_BigDecimal: Scalars['stagingxlayer_BigDecimal']; - stagingxlayer_BlockChangedFilter: stagingxlayer_BlockChangedFilter; - stagingxlayer_Block_height: stagingxlayer_Block_height; - stagingxlayer_Bytes: Scalars['stagingxlayer_Bytes']; - stagingxlayer_ConnectorMeta: stagingxlayer_ConnectorMeta; - stagingxlayer_ConnectorMeta_filter: stagingxlayer_ConnectorMeta_filter; - stagingxlayer_DestinationTransfer: stagingxlayer_DestinationTransfer; - stagingxlayer_DestinationTransfer_filter: stagingxlayer_DestinationTransfer_filter; - stagingxlayer_Int8: Scalars['stagingxlayer_Int8']; - stagingxlayer_OptimisticRootFinalized: stagingxlayer_OptimisticRootFinalized; - stagingxlayer_OptimisticRootFinalized_filter: stagingxlayer_OptimisticRootFinalized_filter; - stagingxlayer_OriginMessage: stagingxlayer_OriginMessage; - stagingxlayer_OriginMessage_filter: stagingxlayer_OriginMessage_filter; - stagingxlayer_OriginTransfer: stagingxlayer_OriginTransfer; - stagingxlayer_OriginTransfer_filter: stagingxlayer_OriginTransfer_filter; - stagingxlayer_Relayer: stagingxlayer_Relayer; - stagingxlayer_RelayerFee: stagingxlayer_RelayerFee; - stagingxlayer_RelayerFee_filter: stagingxlayer_RelayerFee_filter; - stagingxlayer_RelayerFeesIncrease: stagingxlayer_RelayerFeesIncrease; - stagingxlayer_RelayerFeesIncrease_filter: stagingxlayer_RelayerFeesIncrease_filter; - stagingxlayer_Relayer_filter: stagingxlayer_Relayer_filter; - stagingxlayer_RootCount: stagingxlayer_RootCount; - stagingxlayer_RootCount_filter: stagingxlayer_RootCount_filter; - stagingxlayer_RootMessageSent: stagingxlayer_RootMessageSent; - stagingxlayer_RootMessageSent_filter: stagingxlayer_RootMessageSent_filter; - stagingxlayer_Router: stagingxlayer_Router; - stagingxlayer_RouterDailyTVL: stagingxlayer_RouterDailyTVL; - stagingxlayer_RouterDailyTVL_filter: stagingxlayer_RouterDailyTVL_filter; - stagingxlayer_RouterLiquidityEvent: stagingxlayer_RouterLiquidityEvent; - stagingxlayer_RouterLiquidityEvent_filter: stagingxlayer_RouterLiquidityEvent_filter; - stagingxlayer_Router_filter: stagingxlayer_Router_filter; - stagingxlayer_Sequencer: stagingxlayer_Sequencer; - stagingxlayer_Sequencer_filter: stagingxlayer_Sequencer_filter; - stagingxlayer_Setting: stagingxlayer_Setting; - stagingxlayer_Setting_filter: stagingxlayer_Setting_filter; - stagingxlayer_SlippageUpdate: stagingxlayer_SlippageUpdate; - stagingxlayer_SlippageUpdate_filter: stagingxlayer_SlippageUpdate_filter; - stagingxlayer_SnapshotRoot: stagingxlayer_SnapshotRoot; - stagingxlayer_SnapshotRoot_filter: stagingxlayer_SnapshotRoot_filter; - stagingxlayer_SpokeConnectorMode: stagingxlayer_SpokeConnectorMode; - stagingxlayer_SpokeConnectorMode_filter: stagingxlayer_SpokeConnectorMode_filter; - stagingxlayer__Block_: stagingxlayer__Block_; - stagingxlayer__Meta_: stagingxlayer__Meta_; - staginglinea_AggregateRoot: staginglinea_AggregateRoot; - staginglinea_AggregateRootProposed: staginglinea_AggregateRootProposed; - staginglinea_AggregateRootProposed_filter: staginglinea_AggregateRootProposed_filter; - staginglinea_AggregateRoot_filter: staginglinea_AggregateRoot_filter; - staginglinea_Asset: staginglinea_Asset; - staginglinea_AssetBalance: staginglinea_AssetBalance; - staginglinea_AssetBalance_filter: staginglinea_AssetBalance_filter; - staginglinea_AssetStatus: staginglinea_AssetStatus; - staginglinea_AssetStatus_filter: staginglinea_AssetStatus_filter; - staginglinea_Asset_filter: staginglinea_Asset_filter; - staginglinea_BigDecimal: Scalars['staginglinea_BigDecimal']; - staginglinea_BlockChangedFilter: staginglinea_BlockChangedFilter; - staginglinea_Block_height: staginglinea_Block_height; - staginglinea_Bytes: Scalars['staginglinea_Bytes']; - staginglinea_ConnectorMeta: staginglinea_ConnectorMeta; - staginglinea_ConnectorMeta_filter: staginglinea_ConnectorMeta_filter; - staginglinea_DestinationTransfer: staginglinea_DestinationTransfer; - staginglinea_DestinationTransfer_filter: staginglinea_DestinationTransfer_filter; - staginglinea_OptimisticRootFinalized: staginglinea_OptimisticRootFinalized; - staginglinea_OptimisticRootFinalized_filter: staginglinea_OptimisticRootFinalized_filter; - staginglinea_OriginMessage: staginglinea_OriginMessage; - staginglinea_OriginMessage_filter: staginglinea_OriginMessage_filter; - staginglinea_OriginTransfer: staginglinea_OriginTransfer; - staginglinea_OriginTransfer_filter: staginglinea_OriginTransfer_filter; - staginglinea_Relayer: staginglinea_Relayer; - staginglinea_RelayerFee: staginglinea_RelayerFee; - staginglinea_RelayerFee_filter: staginglinea_RelayerFee_filter; - staginglinea_RelayerFeesIncrease: staginglinea_RelayerFeesIncrease; - staginglinea_RelayerFeesIncrease_filter: staginglinea_RelayerFeesIncrease_filter; - staginglinea_Relayer_filter: staginglinea_Relayer_filter; - staginglinea_RootCount: staginglinea_RootCount; - staginglinea_RootCount_filter: staginglinea_RootCount_filter; - staginglinea_RootMessageSent: staginglinea_RootMessageSent; - staginglinea_RootMessageSent_filter: staginglinea_RootMessageSent_filter; - staginglinea_Router: staginglinea_Router; - staginglinea_RouterDailyTVL: staginglinea_RouterDailyTVL; - staginglinea_RouterDailyTVL_filter: staginglinea_RouterDailyTVL_filter; - staginglinea_RouterLiquidityEvent: staginglinea_RouterLiquidityEvent; - staginglinea_RouterLiquidityEvent_filter: staginglinea_RouterLiquidityEvent_filter; - staginglinea_Router_filter: staginglinea_Router_filter; - staginglinea_Sequencer: staginglinea_Sequencer; - staginglinea_Sequencer_filter: staginglinea_Sequencer_filter; - staginglinea_Setting: staginglinea_Setting; - staginglinea_Setting_filter: staginglinea_Setting_filter; - staginglinea_SlippageUpdate: staginglinea_SlippageUpdate; - staginglinea_SlippageUpdate_filter: staginglinea_SlippageUpdate_filter; - staginglinea_SnapshotRoot: staginglinea_SnapshotRoot; - staginglinea_SnapshotRoot_filter: staginglinea_SnapshotRoot_filter; - staginglinea_SpokeConnectorMode: staginglinea_SpokeConnectorMode; - staginglinea_SpokeConnectorMode_filter: staginglinea_SpokeConnectorMode_filter; - staginglinea__Block_: staginglinea__Block_; - staginglinea__Meta_: staginglinea__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_; - 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_; - 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_; - polygon_swap_BigDecimal: Scalars['polygon_swap_BigDecimal']; - polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; - polygon_swap_Block_height: polygon_swap_Block_height; - polygon_swap_Bytes: Scalars['polygon_swap_Bytes']; - polygon_swap_Int8: Scalars['polygon_swap_Int8']; - polygon_swap_LpAccount: polygon_swap_LpAccount; - polygon_swap_LpAccountBalance: polygon_swap_LpAccountBalance; - polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; - polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; - polygon_swap_LpToken: polygon_swap_LpToken; - polygon_swap_LpTokenEvent: ResolversParentTypes['polygon_swap_LpTransferEvent']; - polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; - polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; - polygon_swap_LpTransferEvent: polygon_swap_LpTransferEvent; - polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; - polygon_swap_PooledToken: polygon_swap_PooledToken; - polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; - polygon_swap_StableSwap: polygon_swap_StableSwap; - polygon_swap_StableSwapAddLiquidityEvent: polygon_swap_StableSwapAddLiquidityEvent; - polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; - polygon_swap_StableSwapEvent: ResolversParentTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; - polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; - polygon_swap_StableSwapExchange: polygon_swap_StableSwapExchange; - polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; - polygon_swap_StableSwapRemoveLiquidityEvent: polygon_swap_StableSwapRemoveLiquidityEvent; - polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; - polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; - polygon_swap_SwapDailyVolume: polygon_swap_SwapDailyVolume; - polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; - polygon_swap_SwapHourlyVolume: polygon_swap_SwapHourlyVolume; - polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; - polygon_swap_SwapTradeVolume: ResolversParentTypes['polygon_swap_SwapDailyVolume'] | ResolversParentTypes['polygon_swap_SwapHourlyVolume'] | ResolversParentTypes['polygon_swap_SwapWeeklyVolume']; - polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; - polygon_swap_SwapWeeklyVolume: polygon_swap_SwapWeeklyVolume; - polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; - polygon_swap_SystemInfo: polygon_swap_SystemInfo; - polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; - polygon_swap__Block_: polygon_swap__Block_; - polygon_swap__Meta_: polygon_swap__Meta_; - avalanche_swap_BigDecimal: Scalars['avalanche_swap_BigDecimal']; - avalanche_swap_BlockChangedFilter: avalanche_swap_BlockChangedFilter; - avalanche_swap_Block_height: avalanche_swap_Block_height; - avalanche_swap_Bytes: Scalars['avalanche_swap_Bytes']; - avalanche_swap_Int8: Scalars['avalanche_swap_Int8']; - avalanche_swap_LpAccount: avalanche_swap_LpAccount; - avalanche_swap_LpAccountBalance: avalanche_swap_LpAccountBalance; - avalanche_swap_LpAccountBalance_filter: avalanche_swap_LpAccountBalance_filter; - avalanche_swap_LpAccount_filter: avalanche_swap_LpAccount_filter; - avalanche_swap_LpToken: avalanche_swap_LpToken; - avalanche_swap_LpTokenEvent: ResolversParentTypes['avalanche_swap_LpTransferEvent']; - avalanche_swap_LpTokenEvent_filter: avalanche_swap_LpTokenEvent_filter; - avalanche_swap_LpToken_filter: avalanche_swap_LpToken_filter; - avalanche_swap_LpTransferEvent: avalanche_swap_LpTransferEvent; - avalanche_swap_LpTransferEvent_filter: avalanche_swap_LpTransferEvent_filter; - avalanche_swap_PooledToken: avalanche_swap_PooledToken; - avalanche_swap_PooledToken_filter: avalanche_swap_PooledToken_filter; - avalanche_swap_StableSwap: avalanche_swap_StableSwap; - avalanche_swap_StableSwapAddLiquidityEvent: avalanche_swap_StableSwapAddLiquidityEvent; - avalanche_swap_StableSwapAddLiquidityEvent_filter: avalanche_swap_StableSwapAddLiquidityEvent_filter; - avalanche_swap_StableSwapEvent: ResolversParentTypes['avalanche_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['avalanche_swap_StableSwapRemoveLiquidityEvent']; - avalanche_swap_StableSwapEvent_filter: avalanche_swap_StableSwapEvent_filter; - avalanche_swap_StableSwapExchange: avalanche_swap_StableSwapExchange; - avalanche_swap_StableSwapExchange_filter: avalanche_swap_StableSwapExchange_filter; - avalanche_swap_StableSwapRemoveLiquidityEvent: avalanche_swap_StableSwapRemoveLiquidityEvent; - avalanche_swap_StableSwapRemoveLiquidityEvent_filter: avalanche_swap_StableSwapRemoveLiquidityEvent_filter; - avalanche_swap_StableSwap_filter: avalanche_swap_StableSwap_filter; - avalanche_swap_SwapDailyVolume: avalanche_swap_SwapDailyVolume; - avalanche_swap_SwapDailyVolume_filter: avalanche_swap_SwapDailyVolume_filter; - avalanche_swap_SwapHourlyVolume: avalanche_swap_SwapHourlyVolume; - avalanche_swap_SwapHourlyVolume_filter: avalanche_swap_SwapHourlyVolume_filter; - avalanche_swap_SwapTradeVolume: ResolversParentTypes['avalanche_swap_SwapDailyVolume'] | ResolversParentTypes['avalanche_swap_SwapHourlyVolume'] | ResolversParentTypes['avalanche_swap_SwapWeeklyVolume']; - avalanche_swap_SwapTradeVolume_filter: avalanche_swap_SwapTradeVolume_filter; - avalanche_swap_SwapWeeklyVolume: avalanche_swap_SwapWeeklyVolume; - avalanche_swap_SwapWeeklyVolume_filter: avalanche_swap_SwapWeeklyVolume_filter; - avalanche_swap_SystemInfo: avalanche_swap_SystemInfo; - avalanche_swap_SystemInfo_filter: avalanche_swap_SystemInfo_filter; - avalanche_swap__Block_: avalanche_swap__Block_; - avalanche_swap__Meta_: avalanche_swap__Meta_; -}>; - -export type entityDirectiveArgs = { }; - -export type entityDirectiveResolver = DirectiveResolverFn; - -export type subgraphIdDirectiveArgs = { - id: Scalars['String']; -}; - -export type subgraphIdDirectiveResolver = DirectiveResolverFn; - -export type derivedFromDirectiveArgs = { - field: Scalars['String']; -}; - -export type derivedFromDirectiveResolver = DirectiveResolverFn; - -export type QueryResolvers = ResolversObject<{ - sepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; - optimismsepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; - sepolia_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_metisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_metisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_mantleConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_mantleConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_avalancheConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_avalancheConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_polygonZkConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_polygonZkConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_x1ConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_x1ConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_modeConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_modeConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_scrollConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_scrollConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - sepolia__meta?: Resolver, ParentType, ContextType, Partial>; - arbitrumsepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; - arbitrumsepolia_asset?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_assets?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_router?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_routers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_setting?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_settings?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumsepolia__meta?: Resolver, ParentType, ContextType, Partial>; - optimismsepolia_asset?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_assets?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_router?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_routers?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_setting?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_settings?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayer?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayers?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - optimismsepolia__meta?: Resolver, ParentType, ContextType, Partial>; - mainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_metisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_metisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_mantleConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_mantleConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_avalancheConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_avalancheConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_polygonZkConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_polygonZkConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_modeConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_modeConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - mainnet__meta?: Resolver, ParentType, ContextType, Partial>; - sepolia_asset?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_assets?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_router?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_routers?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_setting?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_settings?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_relayer?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_relayers?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - sepolia_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; - zksync_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_swap__meta?: Resolver, ParentType, ContextType, Partial>; - base_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_swap__meta?: Resolver, ParentType, ContextType, Partial>; - optimism_asset?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assets?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimism_router?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_setting?: Resolver, ParentType, ContextType, RequireFields>; - optimism_settings?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - optimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - optimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - optimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - optimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - optimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - optimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - optimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - optimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - optimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - optimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - optimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - optimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - optimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - optimism__meta?: Resolver, ParentType, ContextType, Partial>; - metis_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_swap__meta?: Resolver, ParentType, ContextType, Partial>; - polygon_asset?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assets?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygon_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygon_router?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_setting?: Resolver, ParentType, ContextType, RequireFields>; - polygon_settings?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygon_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - polygon_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - polygon_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygon_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygon_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - polygon_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - polygon_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - polygon_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - polygon_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygon_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygon_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - polygon_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - polygon_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - polygon_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - polygon_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - polygon__meta?: Resolver, ParentType, ContextType, Partial>; - mode_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_swap__meta?: Resolver, ParentType, ContextType, Partial>; - linea_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_swap__meta?: Resolver, ParentType, ContextType, Partial>; - linea_asset?: Resolver, ParentType, ContextType, RequireFields>; - linea_assets?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - linea_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - linea_router?: Resolver, ParentType, ContextType, RequireFields>; - linea_routers?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - linea_setting?: Resolver, ParentType, ContextType, RequireFields>; - linea_settings?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayer?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayers?: Resolver, ParentType, ContextType, RequireFields>; - linea_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - linea_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - linea_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - linea_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - linea_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - linea_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - linea_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - linea_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - linea_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - linea_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - linea_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - linea_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - linea_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - linea_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - linea_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - linea_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - linea_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - linea_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - linea_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - linea_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - linea_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - linea__meta?: Resolver, ParentType, ContextType, Partial>; - xlayer_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_swap__meta?: Resolver, ParentType, ContextType, Partial>; - stagingmainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_metisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_metisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_mantleConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_mantleConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_avalancheConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_avalancheConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_polygonZkConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_polygonZkConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_modeConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_modeConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_scrollConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_scrollConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_xlayerConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_xlayerConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet__meta?: Resolver, ParentType, ContextType, Partial>; - stagingavalanche_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingavalanche__meta?: Resolver, ParentType, ContextType, Partial>; - mantle_asset?: Resolver, ParentType, ContextType, RequireFields>; - mantle_assets?: Resolver, ParentType, ContextType, RequireFields>; - mantle_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - mantle_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - mantle_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - mantle_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - mantle_router?: Resolver, ParentType, ContextType, RequireFields>; - mantle_routers?: Resolver, ParentType, ContextType, RequireFields>; - mantle_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - mantle_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - mantle_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_setting?: Resolver, ParentType, ContextType, RequireFields>; - mantle_settings?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayer?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayers?: Resolver, ParentType, ContextType, RequireFields>; - mantle_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - mantle_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - mantle_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mantle_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mantle_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mantle_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mantle_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - mantle_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - mantle_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - mantle_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - mantle_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mantle_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mantle_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - mantle_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - mantle_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - mantle_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - mantle_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - mantle_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - mantle_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - mantle_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - mantle_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - mantle_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - mantle_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - mantle_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - mantle_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - mantle_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - mantle__meta?: Resolver, ParentType, ContextType, Partial>; - stagingpolygon_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygon__meta?: Resolver, ParentType, ContextType, Partial>; - bnb_asset?: Resolver, ParentType, ContextType, RequireFields>; - bnb_assets?: Resolver, ParentType, ContextType, RequireFields>; - bnb_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - bnb_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - bnb_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - bnb_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - bnb_router?: Resolver, ParentType, ContextType, RequireFields>; - bnb_routers?: Resolver, ParentType, ContextType, RequireFields>; - bnb_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - bnb_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - bnb_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_setting?: Resolver, ParentType, ContextType, RequireFields>; - bnb_settings?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayer?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayers?: Resolver, ParentType, ContextType, RequireFields>; - bnb_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - bnb_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - bnb_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - bnb_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - bnb_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - bnb_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - bnb_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - bnb_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - bnb_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - bnb_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - bnb_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - bnb_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - bnb_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - bnb_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - bnb_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - bnb_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - bnb_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - bnb_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - bnb_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - bnb_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - bnb_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - bnb_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - bnb_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - bnb_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - bnb_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - bnb_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - bnb_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - bnb__meta?: Resolver, ParentType, ContextType, Partial>; - mantle_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - mantle_swap__meta?: Resolver, ParentType, ContextType, Partial>; - mode_asset?: Resolver, ParentType, ContextType, RequireFields>; - mode_assets?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - mode_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - mode_router?: Resolver, ParentType, ContextType, RequireFields>; - mode_routers?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mode_setting?: Resolver, ParentType, ContextType, RequireFields>; - mode_settings?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayer?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayers?: Resolver, ParentType, ContextType, RequireFields>; - mode_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - mode_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - mode_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mode_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mode_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mode_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mode_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - mode_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - mode_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mode_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - mode_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - mode_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - mode_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - mode_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - mode_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - mode_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - mode_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - mode_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - mode_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - mode__meta?: Resolver, ParentType, ContextType, Partial>; - stagingmetis_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmetis__meta?: Resolver, ParentType, ContextType, Partial>; - avalanche_asset?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_assets?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_router?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_routers?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_setting?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_settings?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayer?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayers?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - avalanche__meta?: Resolver, ParentType, ContextType, Partial>; - stagingmainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - zksync_asset?: Resolver, ParentType, ContextType, RequireFields>; - zksync_assets?: Resolver, ParentType, ContextType, RequireFields>; - zksync_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - zksync_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - zksync_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - zksync_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - zksync_router?: Resolver, ParentType, ContextType, RequireFields>; - zksync_routers?: Resolver, ParentType, ContextType, RequireFields>; - zksync_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - zksync_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - zksync_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_setting?: Resolver, ParentType, ContextType, RequireFields>; - zksync_settings?: Resolver, ParentType, ContextType, RequireFields>; - zksync_relayer?: Resolver, ParentType, ContextType, RequireFields>; - zksync_relayers?: Resolver, ParentType, ContextType, RequireFields>; - zksync_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - zksync_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - zksync_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - zksync_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - zksync_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - zksync_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - zksync_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - zksync_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - zksync_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - zksync_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - zksync_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - zksync_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - zksync_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - zksync_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - zksync_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - zksync_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - zksync_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - zksync_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - zksync_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - zksync_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - zksync_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - zksync_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - zksync_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - zksync_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - zksync_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - zksync_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - zksync_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - zksync_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - zksync_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - zksync_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - zksync__meta?: Resolver, ParentType, ContextType, Partial>; - polygonzkevm_swap_asset?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assets?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_router?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_setting?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_settings?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_swap__meta?: Resolver, ParentType, ContextType, Partial>; - xlayer_asset?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_assets?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_router?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_routers?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_setting?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_settings?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_relayer?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_relayers?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - xlayer_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - xlayer__meta?: Resolver, ParentType, ContextType, Partial>; - mainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_router?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - mainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingbase__meta?: Resolver, ParentType, ContextType, Partial>; - metis_asset?: Resolver, ParentType, ContextType, RequireFields>; - metis_assets?: Resolver, ParentType, ContextType, RequireFields>; - metis_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - metis_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - metis_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - metis_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - metis_router?: Resolver, ParentType, ContextType, RequireFields>; - metis_routers?: Resolver, ParentType, ContextType, RequireFields>; - metis_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - metis_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - metis_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - metis_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - metis_setting?: Resolver, ParentType, ContextType, RequireFields>; - metis_settings?: Resolver, ParentType, ContextType, RequireFields>; - metis_relayer?: Resolver, ParentType, ContextType, RequireFields>; - metis_relayers?: Resolver, ParentType, ContextType, RequireFields>; - metis_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - metis_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - metis_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - metis_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - metis_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - metis_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - metis_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - metis_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - metis_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - metis_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - metis_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - metis_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - metis_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - metis_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - metis_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - metis_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - metis_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - metis_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - metis_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - metis_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - metis_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - metis_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - metis_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - metis_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - metis_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - metis_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - metis_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - metis_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - metis_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - metis_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - metis__meta?: Resolver, ParentType, ContextType, Partial>; - stagingoptimism_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingoptimism__meta?: Resolver, ParentType, ContextType, Partial>; - stagingmantle_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmantle__meta?: Resolver, ParentType, ContextType, Partial>; - polygonzkevm_asset?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_assets?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_router?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_routers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_setting?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_settings?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - polygonzkevm__meta?: Resolver, ParentType, ContextType, Partial>; - stagingmode_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingmode__meta?: Resolver, ParentType, ContextType, Partial>; - base_asset?: Resolver, ParentType, ContextType, RequireFields>; - base_assets?: Resolver, ParentType, ContextType, RequireFields>; - base_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - base_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - base_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - base_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - base_router?: Resolver, ParentType, ContextType, RequireFields>; - base_routers?: Resolver, ParentType, ContextType, RequireFields>; - base_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - base_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - base_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - base_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - base_setting?: Resolver, ParentType, ContextType, RequireFields>; - base_settings?: Resolver, ParentType, ContextType, RequireFields>; - base_relayer?: Resolver, ParentType, ContextType, RequireFields>; - base_relayers?: Resolver, ParentType, ContextType, RequireFields>; - base_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - base_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - base_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - base_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - base_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - base_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - base_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - base_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - base_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - base_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - base_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - base_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - base_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - base_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - base_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - base_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - base_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - base_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - base_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - base_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - base_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - base_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - base_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - base_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - base_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - base_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - base_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - base_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - base_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - base_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - base__meta?: Resolver, ParentType, ContextType, Partial>; - stagingscroll_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingscroll__meta?: Resolver, ParentType, ContextType, Partial>; - stagingzksync_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingzksync__meta?: Resolver, ParentType, ContextType, Partial>; - stagingxdai_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingxdai__meta?: Resolver, ParentType, ContextType, Partial>; - xdai_asset?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assets?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - xdai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - xdai_router?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_setting?: Resolver, ParentType, ContextType, RequireFields>; - xdai_settings?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - xdai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - xdai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - xdai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - xdai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - xdai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - xdai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - xdai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - xdai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - xdai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - xdai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - xdai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - xdai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - xdai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - xdai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - xdai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - xdai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - xdai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - xdai__meta?: Resolver, ParentType, ContextType, Partial>; - stagingbnb_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingbnb__meta?: Resolver, ParentType, ContextType, Partial>; - stagingarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingarbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; - stagingpolygonzkevm_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingpolygonzkevm__meta?: Resolver, ParentType, ContextType, Partial>; - stagingxlayer_asset?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_assets?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_router?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_routers?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_setting?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_settings?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_relayer?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_relayers?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - stagingxlayer__meta?: Resolver, ParentType, ContextType, Partial>; - staginglinea_asset?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_assets?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_router?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_routers?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_setting?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_settings?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_relayer?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_relayers?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_sequencer?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_sequencers?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_originMessage?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_originMessages?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_rootCount?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; - staginglinea__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>; - optimism_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - optimism_swap__meta?: Resolver, ParentType, ContextType, Partial>; - arbitrumone_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - arbitrumone_swap__meta?: Resolver, ParentType, ContextType, Partial>; - 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>; - polygon_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - polygon_swap__meta?: Resolver, ParentType, ContextType, Partial>; - avalanche_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; - avalanche_swap__meta?: Resolver, ParentType, ContextType, Partial>; -}>; - -export type SubscriptionResolvers = ResolversObject<{ - sepolia_swap_systemInfo?: SubscriptionResolver, "sepolia_swap_systemInfo", ParentType, ContextType, RequireFields>; - sepolia_swap_systemInfos?: SubscriptionResolver, "sepolia_swap_systemInfos", ParentType, ContextType, RequireFields>; - sepolia_swap_pooledToken?: SubscriptionResolver, "sepolia_swap_pooledToken", ParentType, ContextType, RequireFields>; - sepolia_swap_pooledTokens?: SubscriptionResolver, "sepolia_swap_pooledTokens", ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwap?: SubscriptionResolver, "sepolia_swap_stableSwap", ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwaps?: SubscriptionResolver, "sepolia_swap_stableSwaps", ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "sepolia_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "sepolia_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "sepolia_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "sepolia_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapExchange?: SubscriptionResolver, "sepolia_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapExchanges?: SubscriptionResolver, "sepolia_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - sepolia_swap_swapDailyVolume?: SubscriptionResolver, "sepolia_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - sepolia_swap_swapDailyVolumes?: SubscriptionResolver, "sepolia_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - sepolia_swap_swapHourlyVolume?: SubscriptionResolver, "sepolia_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - sepolia_swap_swapHourlyVolumes?: SubscriptionResolver, "sepolia_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - sepolia_swap_swapWeeklyVolume?: SubscriptionResolver, "sepolia_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - sepolia_swap_swapWeeklyVolumes?: SubscriptionResolver, "sepolia_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccount?: SubscriptionResolver, "sepolia_swap_lpAccount", ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccounts?: SubscriptionResolver, "sepolia_swap_lpAccounts", ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccountBalance?: SubscriptionResolver, "sepolia_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - sepolia_swap_lpAccountBalances?: SubscriptionResolver, "sepolia_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - sepolia_swap_lpToken?: SubscriptionResolver, "sepolia_swap_lpToken", ParentType, ContextType, RequireFields>; - sepolia_swap_lpTokens?: SubscriptionResolver, "sepolia_swap_lpTokens", ParentType, ContextType, RequireFields>; - sepolia_swap_lpTransferEvent?: SubscriptionResolver, "sepolia_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - sepolia_swap_lpTransferEvents?: SubscriptionResolver, "sepolia_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapEvent?: SubscriptionResolver, "sepolia_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - sepolia_swap_stableSwapEvents?: SubscriptionResolver, "sepolia_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - sepolia_swap_swapTradeVolume?: SubscriptionResolver, "sepolia_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - sepolia_swap_swapTradeVolumes?: SubscriptionResolver, "sepolia_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - sepolia_swap_lpTokenEvent?: SubscriptionResolver, "sepolia_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - sepolia_swap_lpTokenEvents?: SubscriptionResolver, "sepolia_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - sepolia_swap__meta?: SubscriptionResolver, "sepolia_swap__meta", ParentType, ContextType, Partial>; - optimismsepolia_swap_systemInfo?: SubscriptionResolver, "optimismsepolia_swap_systemInfo", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_systemInfos?: SubscriptionResolver, "optimismsepolia_swap_systemInfos", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_pooledToken?: SubscriptionResolver, "optimismsepolia_swap_pooledToken", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_pooledTokens?: SubscriptionResolver, "optimismsepolia_swap_pooledTokens", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwap?: SubscriptionResolver, "optimismsepolia_swap_stableSwap", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwaps?: SubscriptionResolver, "optimismsepolia_swap_stableSwaps", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimismsepolia_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimismsepolia_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimismsepolia_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimismsepolia_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapExchange?: SubscriptionResolver, "optimismsepolia_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapExchanges?: SubscriptionResolver, "optimismsepolia_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapDailyVolume?: SubscriptionResolver, "optimismsepolia_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapDailyVolumes?: SubscriptionResolver, "optimismsepolia_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapHourlyVolume?: SubscriptionResolver, "optimismsepolia_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapHourlyVolumes?: SubscriptionResolver, "optimismsepolia_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapWeeklyVolume?: SubscriptionResolver, "optimismsepolia_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimismsepolia_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccount?: SubscriptionResolver, "optimismsepolia_swap_lpAccount", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccounts?: SubscriptionResolver, "optimismsepolia_swap_lpAccounts", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccountBalance?: SubscriptionResolver, "optimismsepolia_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpAccountBalances?: SubscriptionResolver, "optimismsepolia_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpToken?: SubscriptionResolver, "optimismsepolia_swap_lpToken", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTokens?: SubscriptionResolver, "optimismsepolia_swap_lpTokens", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTransferEvent?: SubscriptionResolver, "optimismsepolia_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTransferEvents?: SubscriptionResolver, "optimismsepolia_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapEvent?: SubscriptionResolver, "optimismsepolia_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_stableSwapEvents?: SubscriptionResolver, "optimismsepolia_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapTradeVolume?: SubscriptionResolver, "optimismsepolia_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_swapTradeVolumes?: SubscriptionResolver, "optimismsepolia_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTokenEvent?: SubscriptionResolver, "optimismsepolia_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - optimismsepolia_swap_lpTokenEvents?: SubscriptionResolver, "optimismsepolia_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - optimismsepolia_swap__meta?: SubscriptionResolver, "optimismsepolia_swap__meta", ParentType, ContextType, Partial>; - sepolia_rootAggregated?: SubscriptionResolver, "sepolia_rootAggregated", ParentType, ContextType, RequireFields>; - sepolia_rootAggregateds?: SubscriptionResolver, "sepolia_rootAggregateds", ParentType, ContextType, RequireFields>; - sepolia_rootPropagated?: SubscriptionResolver, "sepolia_rootPropagated", ParentType, ContextType, RequireFields>; - sepolia_rootPropagateds?: SubscriptionResolver, "sepolia_rootPropagateds", ParentType, ContextType, RequireFields>; - sepolia_aggregatedMessageRoot?: SubscriptionResolver, "sepolia_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - sepolia_aggregatedMessageRoots?: SubscriptionResolver, "sepolia_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - sepolia_rootManagerMeta?: SubscriptionResolver, "sepolia_rootManagerMeta", ParentType, ContextType, RequireFields>; - sepolia_rootManagerMetas?: SubscriptionResolver, "sepolia_rootManagerMetas", ParentType, ContextType, RequireFields>; - sepolia_rootManagerMode?: SubscriptionResolver, "sepolia_rootManagerMode", ParentType, ContextType, RequireFields>; - sepolia_rootManagerModes?: SubscriptionResolver, "sepolia_rootManagerModes", ParentType, ContextType, RequireFields>; - sepolia_optimisticRootProposed?: SubscriptionResolver, "sepolia_optimisticRootProposed", ParentType, ContextType, RequireFields>; - sepolia_optimisticRootProposeds?: SubscriptionResolver, "sepolia_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - sepolia_hubOptimisticRootFinalized?: SubscriptionResolver, "sepolia_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - sepolia_hubOptimisticRootFinalizeds?: SubscriptionResolver, "sepolia_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - sepolia_optimisticRootPropagated?: SubscriptionResolver, "sepolia_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - sepolia_optimisticRootPropagateds?: SubscriptionResolver, "sepolia_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - sepolia_polygonConnectorMeta?: SubscriptionResolver, "sepolia_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_polygonConnectorMetas?: SubscriptionResolver, "sepolia_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_optimismConnectorMeta?: SubscriptionResolver, "sepolia_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_optimismConnectorMetas?: SubscriptionResolver, "sepolia_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_bnbConnectorMeta?: SubscriptionResolver, "sepolia_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_bnbConnectorMetas?: SubscriptionResolver, "sepolia_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_arbitrumConnectorMeta?: SubscriptionResolver, "sepolia_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_arbitrumConnectorMetas?: SubscriptionResolver, "sepolia_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_gnosisConnectorMeta?: SubscriptionResolver, "sepolia_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_gnosisConnectorMetas?: SubscriptionResolver, "sepolia_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_lineaConnectorMeta?: SubscriptionResolver, "sepolia_lineaConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_lineaConnectorMetas?: SubscriptionResolver, "sepolia_lineaConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_metisConnectorMeta?: SubscriptionResolver, "sepolia_metisConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_metisConnectorMetas?: SubscriptionResolver, "sepolia_metisConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_mantleConnectorMeta?: SubscriptionResolver, "sepolia_mantleConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_mantleConnectorMetas?: SubscriptionResolver, "sepolia_mantleConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_avalancheConnectorMeta?: SubscriptionResolver, "sepolia_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_avalancheConnectorMetas?: SubscriptionResolver, "sepolia_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_baseConnectorMeta?: SubscriptionResolver, "sepolia_baseConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_baseConnectorMetas?: SubscriptionResolver, "sepolia_baseConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_polygonZkConnectorMeta?: SubscriptionResolver, "sepolia_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_polygonZkConnectorMetas?: SubscriptionResolver, "sepolia_polygonZkConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_x1ConnectorMeta?: SubscriptionResolver, "sepolia_x1ConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_x1ConnectorMetas?: SubscriptionResolver, "sepolia_x1ConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_zkSyncConnectorMeta?: SubscriptionResolver, "sepolia_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_zkSyncConnectorMetas?: SubscriptionResolver, "sepolia_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_modeConnectorMeta?: SubscriptionResolver, "sepolia_modeConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_modeConnectorMetas?: SubscriptionResolver, "sepolia_modeConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_scrollConnectorMeta?: SubscriptionResolver, "sepolia_scrollConnectorMeta", ParentType, ContextType, RequireFields>; - sepolia_scrollConnectorMetas?: SubscriptionResolver, "sepolia_scrollConnectorMetas", ParentType, ContextType, RequireFields>; - sepolia_rootMessageProcessed?: SubscriptionResolver, "sepolia_rootMessageProcessed", ParentType, ContextType, RequireFields>; - sepolia_rootMessageProcesseds?: SubscriptionResolver, "sepolia_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - sepolia_aggregateRootSavedSlow?: SubscriptionResolver, "sepolia_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - sepolia_aggregateRootSavedSlows?: SubscriptionResolver, "sepolia_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - sepolia_hubDomain?: SubscriptionResolver, "sepolia_hubDomain", ParentType, ContextType, RequireFields>; - sepolia_hubDomains?: SubscriptionResolver, "sepolia_hubDomains", ParentType, ContextType, RequireFields>; - sepolia__meta?: SubscriptionResolver, "sepolia__meta", ParentType, ContextType, Partial>; - arbitrumsepolia_swap_systemInfo?: SubscriptionResolver, "arbitrumsepolia_swap_systemInfo", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_systemInfos?: SubscriptionResolver, "arbitrumsepolia_swap_systemInfos", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_pooledToken?: SubscriptionResolver, "arbitrumsepolia_swap_pooledToken", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_pooledTokens?: SubscriptionResolver, "arbitrumsepolia_swap_pooledTokens", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwap?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwap", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwaps?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwaps", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccount?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccount", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccounts?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccounts", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpToken?: SubscriptionResolver, "arbitrumsepolia_swap_lpToken", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokens?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokens", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumsepolia_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumsepolia_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_swap__meta?: SubscriptionResolver, "arbitrumsepolia_swap__meta", ParentType, ContextType, Partial>; - arbitrumsepolia_asset?: SubscriptionResolver, "arbitrumsepolia_asset", ParentType, ContextType, RequireFields>; - arbitrumsepolia_assets?: SubscriptionResolver, "arbitrumsepolia_assets", ParentType, ContextType, RequireFields>; - arbitrumsepolia_assetStatus?: SubscriptionResolver, "arbitrumsepolia_assetStatus", ParentType, ContextType, RequireFields>; - arbitrumsepolia_assetStatuses?: SubscriptionResolver, "arbitrumsepolia_assetStatuses", ParentType, ContextType, RequireFields>; - arbitrumsepolia_assetBalance?: SubscriptionResolver, "arbitrumsepolia_assetBalance", ParentType, ContextType, RequireFields>; - arbitrumsepolia_assetBalances?: SubscriptionResolver, "arbitrumsepolia_assetBalances", ParentType, ContextType, RequireFields>; - arbitrumsepolia_router?: SubscriptionResolver, "arbitrumsepolia_router", ParentType, ContextType, RequireFields>; - arbitrumsepolia_routers?: SubscriptionResolver, "arbitrumsepolia_routers", ParentType, ContextType, RequireFields>; - arbitrumsepolia_routerDailyTVL?: SubscriptionResolver, "arbitrumsepolia_routerDailyTVL", ParentType, ContextType, RequireFields>; - arbitrumsepolia_routerDailyTVLs?: SubscriptionResolver, "arbitrumsepolia_routerDailyTVLs", ParentType, ContextType, RequireFields>; - arbitrumsepolia_routerLiquidityEvent?: SubscriptionResolver, "arbitrumsepolia_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_routerLiquidityEvents?: SubscriptionResolver, "arbitrumsepolia_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_setting?: SubscriptionResolver, "arbitrumsepolia_setting", ParentType, ContextType, RequireFields>; - arbitrumsepolia_settings?: SubscriptionResolver, "arbitrumsepolia_settings", ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayer?: SubscriptionResolver, "arbitrumsepolia_relayer", ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayers?: SubscriptionResolver, "arbitrumsepolia_relayers", ParentType, ContextType, RequireFields>; - arbitrumsepolia_sequencer?: SubscriptionResolver, "arbitrumsepolia_sequencer", ParentType, ContextType, RequireFields>; - arbitrumsepolia_sequencers?: SubscriptionResolver, "arbitrumsepolia_sequencers", ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayerFee?: SubscriptionResolver, "arbitrumsepolia_relayerFee", ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayerFees?: SubscriptionResolver, "arbitrumsepolia_relayerFees", ParentType, ContextType, RequireFields>; - arbitrumsepolia_originTransfer?: SubscriptionResolver, "arbitrumsepolia_originTransfer", ParentType, ContextType, RequireFields>; - arbitrumsepolia_originTransfers?: SubscriptionResolver, "arbitrumsepolia_originTransfers", ParentType, ContextType, RequireFields>; - arbitrumsepolia_destinationTransfer?: SubscriptionResolver, "arbitrumsepolia_destinationTransfer", ParentType, ContextType, RequireFields>; - arbitrumsepolia_destinationTransfers?: SubscriptionResolver, "arbitrumsepolia_destinationTransfers", ParentType, ContextType, RequireFields>; - arbitrumsepolia_originMessage?: SubscriptionResolver, "arbitrumsepolia_originMessage", ParentType, ContextType, RequireFields>; - arbitrumsepolia_originMessages?: SubscriptionResolver, "arbitrumsepolia_originMessages", ParentType, ContextType, RequireFields>; - arbitrumsepolia_aggregateRoot?: SubscriptionResolver, "arbitrumsepolia_aggregateRoot", ParentType, ContextType, RequireFields>; - arbitrumsepolia_aggregateRoots?: SubscriptionResolver, "arbitrumsepolia_aggregateRoots", ParentType, ContextType, RequireFields>; - arbitrumsepolia_connectorMeta?: SubscriptionResolver, "arbitrumsepolia_connectorMeta", ParentType, ContextType, RequireFields>; - arbitrumsepolia_connectorMetas?: SubscriptionResolver, "arbitrumsepolia_connectorMetas", ParentType, ContextType, RequireFields>; - arbitrumsepolia_rootCount?: SubscriptionResolver, "arbitrumsepolia_rootCount", ParentType, ContextType, RequireFields>; - arbitrumsepolia_rootCounts?: SubscriptionResolver, "arbitrumsepolia_rootCounts", ParentType, ContextType, RequireFields>; - arbitrumsepolia_rootMessageSent?: SubscriptionResolver, "arbitrumsepolia_rootMessageSent", ParentType, ContextType, RequireFields>; - arbitrumsepolia_rootMessageSents?: SubscriptionResolver, "arbitrumsepolia_rootMessageSents", ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayerFeesIncrease?: SubscriptionResolver, "arbitrumsepolia_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - arbitrumsepolia_relayerFeesIncreases?: SubscriptionResolver, "arbitrumsepolia_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - arbitrumsepolia_slippageUpdate?: SubscriptionResolver, "arbitrumsepolia_slippageUpdate", ParentType, ContextType, RequireFields>; - arbitrumsepolia_slippageUpdates?: SubscriptionResolver, "arbitrumsepolia_slippageUpdates", ParentType, ContextType, RequireFields>; - arbitrumsepolia_snapshotRoot?: SubscriptionResolver, "arbitrumsepolia_snapshotRoot", ParentType, ContextType, RequireFields>; - arbitrumsepolia_snapshotRoots?: SubscriptionResolver, "arbitrumsepolia_snapshotRoots", ParentType, ContextType, RequireFields>; - arbitrumsepolia_spokeConnectorMode?: SubscriptionResolver, "arbitrumsepolia_spokeConnectorMode", ParentType, ContextType, RequireFields>; - arbitrumsepolia_spokeConnectorModes?: SubscriptionResolver, "arbitrumsepolia_spokeConnectorModes", ParentType, ContextType, RequireFields>; - arbitrumsepolia_aggregateRootProposed?: SubscriptionResolver, "arbitrumsepolia_aggregateRootProposed", ParentType, ContextType, RequireFields>; - arbitrumsepolia_aggregateRootProposeds?: SubscriptionResolver, "arbitrumsepolia_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - arbitrumsepolia_optimisticRootFinalized?: SubscriptionResolver, "arbitrumsepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - arbitrumsepolia_optimisticRootFinalizeds?: SubscriptionResolver, "arbitrumsepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - arbitrumsepolia__meta?: SubscriptionResolver, "arbitrumsepolia__meta", ParentType, ContextType, Partial>; - optimismsepolia_asset?: SubscriptionResolver, "optimismsepolia_asset", ParentType, ContextType, RequireFields>; - optimismsepolia_assets?: SubscriptionResolver, "optimismsepolia_assets", ParentType, ContextType, RequireFields>; - optimismsepolia_assetStatus?: SubscriptionResolver, "optimismsepolia_assetStatus", ParentType, ContextType, RequireFields>; - optimismsepolia_assetStatuses?: SubscriptionResolver, "optimismsepolia_assetStatuses", ParentType, ContextType, RequireFields>; - optimismsepolia_assetBalance?: SubscriptionResolver, "optimismsepolia_assetBalance", ParentType, ContextType, RequireFields>; - optimismsepolia_assetBalances?: SubscriptionResolver, "optimismsepolia_assetBalances", ParentType, ContextType, RequireFields>; - optimismsepolia_router?: SubscriptionResolver, "optimismsepolia_router", ParentType, ContextType, RequireFields>; - optimismsepolia_routers?: SubscriptionResolver, "optimismsepolia_routers", ParentType, ContextType, RequireFields>; - optimismsepolia_routerDailyTVL?: SubscriptionResolver, "optimismsepolia_routerDailyTVL", ParentType, ContextType, RequireFields>; - optimismsepolia_routerDailyTVLs?: SubscriptionResolver, "optimismsepolia_routerDailyTVLs", ParentType, ContextType, RequireFields>; - optimismsepolia_routerLiquidityEvent?: SubscriptionResolver, "optimismsepolia_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - optimismsepolia_routerLiquidityEvents?: SubscriptionResolver, "optimismsepolia_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - optimismsepolia_setting?: SubscriptionResolver, "optimismsepolia_setting", ParentType, ContextType, RequireFields>; - optimismsepolia_settings?: SubscriptionResolver, "optimismsepolia_settings", ParentType, ContextType, RequireFields>; - optimismsepolia_relayer?: SubscriptionResolver, "optimismsepolia_relayer", ParentType, ContextType, RequireFields>; - optimismsepolia_relayers?: SubscriptionResolver, "optimismsepolia_relayers", ParentType, ContextType, RequireFields>; - optimismsepolia_sequencer?: SubscriptionResolver, "optimismsepolia_sequencer", ParentType, ContextType, RequireFields>; - optimismsepolia_sequencers?: SubscriptionResolver, "optimismsepolia_sequencers", ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFee?: SubscriptionResolver, "optimismsepolia_relayerFee", ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFees?: SubscriptionResolver, "optimismsepolia_relayerFees", ParentType, ContextType, RequireFields>; - optimismsepolia_originTransfer?: SubscriptionResolver, "optimismsepolia_originTransfer", ParentType, ContextType, RequireFields>; - optimismsepolia_originTransfers?: SubscriptionResolver, "optimismsepolia_originTransfers", ParentType, ContextType, RequireFields>; - optimismsepolia_destinationTransfer?: SubscriptionResolver, "optimismsepolia_destinationTransfer", ParentType, ContextType, RequireFields>; - optimismsepolia_destinationTransfers?: SubscriptionResolver, "optimismsepolia_destinationTransfers", ParentType, ContextType, RequireFields>; - optimismsepolia_originMessage?: SubscriptionResolver, "optimismsepolia_originMessage", ParentType, ContextType, RequireFields>; - optimismsepolia_originMessages?: SubscriptionResolver, "optimismsepolia_originMessages", ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRoot?: SubscriptionResolver, "optimismsepolia_aggregateRoot", ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRoots?: SubscriptionResolver, "optimismsepolia_aggregateRoots", ParentType, ContextType, RequireFields>; - optimismsepolia_connectorMeta?: SubscriptionResolver, "optimismsepolia_connectorMeta", ParentType, ContextType, RequireFields>; - optimismsepolia_connectorMetas?: SubscriptionResolver, "optimismsepolia_connectorMetas", ParentType, ContextType, RequireFields>; - optimismsepolia_rootCount?: SubscriptionResolver, "optimismsepolia_rootCount", ParentType, ContextType, RequireFields>; - optimismsepolia_rootCounts?: SubscriptionResolver, "optimismsepolia_rootCounts", ParentType, ContextType, RequireFields>; - optimismsepolia_rootMessageSent?: SubscriptionResolver, "optimismsepolia_rootMessageSent", ParentType, ContextType, RequireFields>; - optimismsepolia_rootMessageSents?: SubscriptionResolver, "optimismsepolia_rootMessageSents", ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFeesIncrease?: SubscriptionResolver, "optimismsepolia_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - optimismsepolia_relayerFeesIncreases?: SubscriptionResolver, "optimismsepolia_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - optimismsepolia_slippageUpdate?: SubscriptionResolver, "optimismsepolia_slippageUpdate", ParentType, ContextType, RequireFields>; - optimismsepolia_slippageUpdates?: SubscriptionResolver, "optimismsepolia_slippageUpdates", ParentType, ContextType, RequireFields>; - optimismsepolia_snapshotRoot?: SubscriptionResolver, "optimismsepolia_snapshotRoot", ParentType, ContextType, RequireFields>; - optimismsepolia_snapshotRoots?: SubscriptionResolver, "optimismsepolia_snapshotRoots", ParentType, ContextType, RequireFields>; - optimismsepolia_spokeConnectorMode?: SubscriptionResolver, "optimismsepolia_spokeConnectorMode", ParentType, ContextType, RequireFields>; - optimismsepolia_spokeConnectorModes?: SubscriptionResolver, "optimismsepolia_spokeConnectorModes", ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRootProposed?: SubscriptionResolver, "optimismsepolia_aggregateRootProposed", ParentType, ContextType, RequireFields>; - optimismsepolia_aggregateRootProposeds?: SubscriptionResolver, "optimismsepolia_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - optimismsepolia_optimisticRootFinalized?: SubscriptionResolver, "optimismsepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - optimismsepolia_optimisticRootFinalizeds?: SubscriptionResolver, "optimismsepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - optimismsepolia__meta?: SubscriptionResolver, "optimismsepolia__meta", ParentType, ContextType, Partial>; - mainnet_rootAggregated?: SubscriptionResolver, "mainnet_rootAggregated", ParentType, ContextType, RequireFields>; - mainnet_rootAggregateds?: SubscriptionResolver, "mainnet_rootAggregateds", ParentType, ContextType, RequireFields>; - mainnet_rootPropagated?: SubscriptionResolver, "mainnet_rootPropagated", ParentType, ContextType, RequireFields>; - mainnet_rootPropagateds?: SubscriptionResolver, "mainnet_rootPropagateds", ParentType, ContextType, RequireFields>; - mainnet_aggregatedMessageRoot?: SubscriptionResolver, "mainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - mainnet_aggregatedMessageRoots?: SubscriptionResolver, "mainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - mainnet_rootManagerMeta?: SubscriptionResolver, "mainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; - mainnet_rootManagerMetas?: SubscriptionResolver, "mainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; - mainnet_rootManagerMode?: SubscriptionResolver, "mainnet_rootManagerMode", ParentType, ContextType, RequireFields>; - mainnet_rootManagerModes?: SubscriptionResolver, "mainnet_rootManagerModes", ParentType, ContextType, RequireFields>; - mainnet_optimisticRootProposed?: SubscriptionResolver, "mainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; - mainnet_optimisticRootProposeds?: SubscriptionResolver, "mainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - mainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "mainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - mainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "mainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - mainnet_optimisticRootPropagated?: SubscriptionResolver, "mainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - mainnet_optimisticRootPropagateds?: SubscriptionResolver, "mainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - mainnet_polygonConnectorMeta?: SubscriptionResolver, "mainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_polygonConnectorMetas?: SubscriptionResolver, "mainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_optimismConnectorMeta?: SubscriptionResolver, "mainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_optimismConnectorMetas?: SubscriptionResolver, "mainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_bnbConnectorMeta?: SubscriptionResolver, "mainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_bnbConnectorMetas?: SubscriptionResolver, "mainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_arbitrumConnectorMeta?: SubscriptionResolver, "mainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_arbitrumConnectorMetas?: SubscriptionResolver, "mainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_gnosisConnectorMeta?: SubscriptionResolver, "mainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_gnosisConnectorMetas?: SubscriptionResolver, "mainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_lineaConnectorMeta?: SubscriptionResolver, "mainnet_lineaConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_lineaConnectorMetas?: SubscriptionResolver, "mainnet_lineaConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_metisConnectorMeta?: SubscriptionResolver, "mainnet_metisConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_metisConnectorMetas?: SubscriptionResolver, "mainnet_metisConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_mantleConnectorMeta?: SubscriptionResolver, "mainnet_mantleConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_mantleConnectorMetas?: SubscriptionResolver, "mainnet_mantleConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_avalancheConnectorMeta?: SubscriptionResolver, "mainnet_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_avalancheConnectorMetas?: SubscriptionResolver, "mainnet_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_baseConnectorMeta?: SubscriptionResolver, "mainnet_baseConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_baseConnectorMetas?: SubscriptionResolver, "mainnet_baseConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_polygonZkConnectorMeta?: SubscriptionResolver, "mainnet_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_polygonZkConnectorMetas?: SubscriptionResolver, "mainnet_polygonZkConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_zkSyncConnectorMeta?: SubscriptionResolver, "mainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_zkSyncConnectorMetas?: SubscriptionResolver, "mainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_modeConnectorMeta?: SubscriptionResolver, "mainnet_modeConnectorMeta", ParentType, ContextType, RequireFields>; - mainnet_modeConnectorMetas?: SubscriptionResolver, "mainnet_modeConnectorMetas", ParentType, ContextType, RequireFields>; - mainnet_rootMessageProcessed?: SubscriptionResolver, "mainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; - mainnet_rootMessageProcesseds?: SubscriptionResolver, "mainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - mainnet_aggregateRootSavedSlow?: SubscriptionResolver, "mainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - mainnet_aggregateRootSavedSlows?: SubscriptionResolver, "mainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - mainnet_hubDomain?: SubscriptionResolver, "mainnet_hubDomain", ParentType, ContextType, RequireFields>; - mainnet_hubDomains?: SubscriptionResolver, "mainnet_hubDomains", ParentType, ContextType, RequireFields>; - mainnet__meta?: SubscriptionResolver, "mainnet__meta", ParentType, ContextType, Partial>; - sepolia_asset?: SubscriptionResolver, "sepolia_asset", ParentType, ContextType, RequireFields>; - sepolia_assets?: SubscriptionResolver, "sepolia_assets", ParentType, ContextType, RequireFields>; - sepolia_assetStatus?: SubscriptionResolver, "sepolia_assetStatus", ParentType, ContextType, RequireFields>; - sepolia_assetStatuses?: SubscriptionResolver, "sepolia_assetStatuses", ParentType, ContextType, RequireFields>; - sepolia_assetBalance?: SubscriptionResolver, "sepolia_assetBalance", ParentType, ContextType, RequireFields>; - sepolia_assetBalances?: SubscriptionResolver, "sepolia_assetBalances", ParentType, ContextType, RequireFields>; - sepolia_router?: SubscriptionResolver, "sepolia_router", ParentType, ContextType, RequireFields>; - sepolia_routers?: SubscriptionResolver, "sepolia_routers", ParentType, ContextType, RequireFields>; - sepolia_routerDailyTVL?: SubscriptionResolver, "sepolia_routerDailyTVL", ParentType, ContextType, RequireFields>; - sepolia_routerDailyTVLs?: SubscriptionResolver, "sepolia_routerDailyTVLs", ParentType, ContextType, RequireFields>; - sepolia_routerLiquidityEvent?: SubscriptionResolver, "sepolia_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - sepolia_routerLiquidityEvents?: SubscriptionResolver, "sepolia_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - sepolia_setting?: SubscriptionResolver, "sepolia_setting", ParentType, ContextType, RequireFields>; - sepolia_settings?: SubscriptionResolver, "sepolia_settings", ParentType, ContextType, RequireFields>; - sepolia_relayer?: SubscriptionResolver, "sepolia_relayer", ParentType, ContextType, RequireFields>; - sepolia_relayers?: SubscriptionResolver, "sepolia_relayers", ParentType, ContextType, RequireFields>; - sepolia_sequencer?: SubscriptionResolver, "sepolia_sequencer", ParentType, ContextType, RequireFields>; - sepolia_sequencers?: SubscriptionResolver, "sepolia_sequencers", ParentType, ContextType, RequireFields>; - sepolia_relayerFee?: SubscriptionResolver, "sepolia_relayerFee", ParentType, ContextType, RequireFields>; - sepolia_relayerFees?: SubscriptionResolver, "sepolia_relayerFees", ParentType, ContextType, RequireFields>; - sepolia_originTransfer?: SubscriptionResolver, "sepolia_originTransfer", ParentType, ContextType, RequireFields>; - sepolia_originTransfers?: SubscriptionResolver, "sepolia_originTransfers", ParentType, ContextType, RequireFields>; - sepolia_destinationTransfer?: SubscriptionResolver, "sepolia_destinationTransfer", ParentType, ContextType, RequireFields>; - sepolia_destinationTransfers?: SubscriptionResolver, "sepolia_destinationTransfers", ParentType, ContextType, RequireFields>; - sepolia_originMessage?: SubscriptionResolver, "sepolia_originMessage", ParentType, ContextType, RequireFields>; - sepolia_originMessages?: SubscriptionResolver, "sepolia_originMessages", ParentType, ContextType, RequireFields>; - sepolia_aggregateRoot?: SubscriptionResolver, "sepolia_aggregateRoot", ParentType, ContextType, RequireFields>; - sepolia_aggregateRoots?: SubscriptionResolver, "sepolia_aggregateRoots", ParentType, ContextType, RequireFields>; - sepolia_connectorMeta?: SubscriptionResolver, "sepolia_connectorMeta", ParentType, ContextType, RequireFields>; - sepolia_connectorMetas?: SubscriptionResolver, "sepolia_connectorMetas", ParentType, ContextType, RequireFields>; - sepolia_rootCount?: SubscriptionResolver, "sepolia_rootCount", ParentType, ContextType, RequireFields>; - sepolia_rootCounts?: SubscriptionResolver, "sepolia_rootCounts", ParentType, ContextType, RequireFields>; - sepolia_rootMessageSent?: SubscriptionResolver, "sepolia_rootMessageSent", ParentType, ContextType, RequireFields>; - sepolia_rootMessageSents?: SubscriptionResolver, "sepolia_rootMessageSents", ParentType, ContextType, RequireFields>; - sepolia_relayerFeesIncrease?: SubscriptionResolver, "sepolia_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - sepolia_relayerFeesIncreases?: SubscriptionResolver, "sepolia_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - sepolia_slippageUpdate?: SubscriptionResolver, "sepolia_slippageUpdate", ParentType, ContextType, RequireFields>; - sepolia_slippageUpdates?: SubscriptionResolver, "sepolia_slippageUpdates", ParentType, ContextType, RequireFields>; - sepolia_snapshotRoot?: SubscriptionResolver, "sepolia_snapshotRoot", ParentType, ContextType, RequireFields>; - sepolia_snapshotRoots?: SubscriptionResolver, "sepolia_snapshotRoots", ParentType, ContextType, RequireFields>; - sepolia_spokeConnectorMode?: SubscriptionResolver, "sepolia_spokeConnectorMode", ParentType, ContextType, RequireFields>; - sepolia_spokeConnectorModes?: SubscriptionResolver, "sepolia_spokeConnectorModes", ParentType, ContextType, RequireFields>; - sepolia_aggregateRootProposed?: SubscriptionResolver, "sepolia_aggregateRootProposed", ParentType, ContextType, RequireFields>; - sepolia_aggregateRootProposeds?: SubscriptionResolver, "sepolia_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - sepolia_optimisticRootFinalized?: SubscriptionResolver, "sepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - sepolia_optimisticRootFinalizeds?: SubscriptionResolver, "sepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - arbitrumone_asset?: SubscriptionResolver, "arbitrumone_asset", ParentType, ContextType, RequireFields>; - arbitrumone_assets?: SubscriptionResolver, "arbitrumone_assets", ParentType, ContextType, RequireFields>; - arbitrumone_assetStatus?: SubscriptionResolver, "arbitrumone_assetStatus", ParentType, ContextType, RequireFields>; - arbitrumone_assetStatuses?: SubscriptionResolver, "arbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; - arbitrumone_assetBalance?: SubscriptionResolver, "arbitrumone_assetBalance", ParentType, ContextType, RequireFields>; - arbitrumone_assetBalances?: SubscriptionResolver, "arbitrumone_assetBalances", ParentType, ContextType, RequireFields>; - arbitrumone_router?: SubscriptionResolver, "arbitrumone_router", ParentType, ContextType, RequireFields>; - arbitrumone_routers?: SubscriptionResolver, "arbitrumone_routers", ParentType, ContextType, RequireFields>; - arbitrumone_routerDailyTVL?: SubscriptionResolver, "arbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; - arbitrumone_routerDailyTVLs?: SubscriptionResolver, "arbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; - arbitrumone_routerLiquidityEvent?: SubscriptionResolver, "arbitrumone_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_routerLiquidityEvents?: SubscriptionResolver, "arbitrumone_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_setting?: SubscriptionResolver, "arbitrumone_setting", ParentType, ContextType, RequireFields>; - arbitrumone_settings?: SubscriptionResolver, "arbitrumone_settings", ParentType, ContextType, RequireFields>; - arbitrumone_relayer?: SubscriptionResolver, "arbitrumone_relayer", ParentType, ContextType, RequireFields>; - arbitrumone_relayers?: SubscriptionResolver, "arbitrumone_relayers", ParentType, ContextType, RequireFields>; - arbitrumone_sequencer?: SubscriptionResolver, "arbitrumone_sequencer", ParentType, ContextType, RequireFields>; - arbitrumone_sequencers?: SubscriptionResolver, "arbitrumone_sequencers", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFee?: SubscriptionResolver, "arbitrumone_relayerFee", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFees?: SubscriptionResolver, "arbitrumone_relayerFees", ParentType, ContextType, RequireFields>; - arbitrumone_originTransfer?: SubscriptionResolver, "arbitrumone_originTransfer", ParentType, ContextType, RequireFields>; - arbitrumone_originTransfers?: SubscriptionResolver, "arbitrumone_originTransfers", ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfer?: SubscriptionResolver, "arbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; - arbitrumone_destinationTransfers?: SubscriptionResolver, "arbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; - arbitrumone_originMessage?: SubscriptionResolver, "arbitrumone_originMessage", ParentType, ContextType, RequireFields>; - arbitrumone_originMessages?: SubscriptionResolver, "arbitrumone_originMessages", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoot?: SubscriptionResolver, "arbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRoots?: SubscriptionResolver, "arbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; - arbitrumone_connectorMeta?: SubscriptionResolver, "arbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; - arbitrumone_connectorMetas?: SubscriptionResolver, "arbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; - arbitrumone_rootCount?: SubscriptionResolver, "arbitrumone_rootCount", ParentType, ContextType, RequireFields>; - arbitrumone_rootCounts?: SubscriptionResolver, "arbitrumone_rootCounts", ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSent?: SubscriptionResolver, "arbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; - arbitrumone_rootMessageSents?: SubscriptionResolver, "arbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncrease?: SubscriptionResolver, "arbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - arbitrumone_relayerFeesIncreases?: SubscriptionResolver, "arbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdate?: SubscriptionResolver, "arbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; - arbitrumone_slippageUpdates?: SubscriptionResolver, "arbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; - arbitrumone_snapshotRoot?: SubscriptionResolver, "arbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; - arbitrumone_snapshotRoots?: SubscriptionResolver, "arbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; - arbitrumone_spokeConnectorMode?: SubscriptionResolver, "arbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; - arbitrumone_spokeConnectorModes?: SubscriptionResolver, "arbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRootProposed?: SubscriptionResolver, "arbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; - arbitrumone_aggregateRootProposeds?: SubscriptionResolver, "arbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - arbitrumone_optimisticRootFinalized?: SubscriptionResolver, "arbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - arbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "arbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - arbitrumone__meta?: SubscriptionResolver, "arbitrumone__meta", ParentType, ContextType, Partial>; - zksync_swap_systemInfo?: SubscriptionResolver, "zksync_swap_systemInfo", ParentType, ContextType, RequireFields>; - zksync_swap_systemInfos?: SubscriptionResolver, "zksync_swap_systemInfos", ParentType, ContextType, RequireFields>; - zksync_swap_pooledToken?: SubscriptionResolver, "zksync_swap_pooledToken", ParentType, ContextType, RequireFields>; - zksync_swap_pooledTokens?: SubscriptionResolver, "zksync_swap_pooledTokens", ParentType, ContextType, RequireFields>; - zksync_swap_stableSwap?: SubscriptionResolver, "zksync_swap_stableSwap", ParentType, ContextType, RequireFields>; - zksync_swap_stableSwaps?: SubscriptionResolver, "zksync_swap_stableSwaps", ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "zksync_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "zksync_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "zksync_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "zksync_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapExchange?: SubscriptionResolver, "zksync_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapExchanges?: SubscriptionResolver, "zksync_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - zksync_swap_swapDailyVolume?: SubscriptionResolver, "zksync_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - zksync_swap_swapDailyVolumes?: SubscriptionResolver, "zksync_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - zksync_swap_swapHourlyVolume?: SubscriptionResolver, "zksync_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - zksync_swap_swapHourlyVolumes?: SubscriptionResolver, "zksync_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - zksync_swap_swapWeeklyVolume?: SubscriptionResolver, "zksync_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - zksync_swap_swapWeeklyVolumes?: SubscriptionResolver, "zksync_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - zksync_swap_lpAccount?: SubscriptionResolver, "zksync_swap_lpAccount", ParentType, ContextType, RequireFields>; - zksync_swap_lpAccounts?: SubscriptionResolver, "zksync_swap_lpAccounts", ParentType, ContextType, RequireFields>; - zksync_swap_lpAccountBalance?: SubscriptionResolver, "zksync_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - zksync_swap_lpAccountBalances?: SubscriptionResolver, "zksync_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - zksync_swap_lpToken?: SubscriptionResolver, "zksync_swap_lpToken", ParentType, ContextType, RequireFields>; - zksync_swap_lpTokens?: SubscriptionResolver, "zksync_swap_lpTokens", ParentType, ContextType, RequireFields>; - zksync_swap_lpTransferEvent?: SubscriptionResolver, "zksync_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - zksync_swap_lpTransferEvents?: SubscriptionResolver, "zksync_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapEvent?: SubscriptionResolver, "zksync_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - zksync_swap_stableSwapEvents?: SubscriptionResolver, "zksync_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - zksync_swap_swapTradeVolume?: SubscriptionResolver, "zksync_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - zksync_swap_swapTradeVolumes?: SubscriptionResolver, "zksync_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - zksync_swap_lpTokenEvent?: SubscriptionResolver, "zksync_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - zksync_swap_lpTokenEvents?: SubscriptionResolver, "zksync_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - zksync_swap__meta?: SubscriptionResolver, "zksync_swap__meta", ParentType, ContextType, Partial>; - base_swap_systemInfo?: SubscriptionResolver, "base_swap_systemInfo", ParentType, ContextType, RequireFields>; - base_swap_systemInfos?: SubscriptionResolver, "base_swap_systemInfos", ParentType, ContextType, RequireFields>; - base_swap_pooledToken?: SubscriptionResolver, "base_swap_pooledToken", ParentType, ContextType, RequireFields>; - base_swap_pooledTokens?: SubscriptionResolver, "base_swap_pooledTokens", ParentType, ContextType, RequireFields>; - base_swap_stableSwap?: SubscriptionResolver, "base_swap_stableSwap", ParentType, ContextType, RequireFields>; - base_swap_stableSwaps?: SubscriptionResolver, "base_swap_stableSwaps", ParentType, ContextType, RequireFields>; - base_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "base_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - base_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "base_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - base_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "base_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - base_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "base_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - base_swap_stableSwapExchange?: SubscriptionResolver, "base_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - base_swap_stableSwapExchanges?: SubscriptionResolver, "base_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - base_swap_swapDailyVolume?: SubscriptionResolver, "base_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - base_swap_swapDailyVolumes?: SubscriptionResolver, "base_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - base_swap_swapHourlyVolume?: SubscriptionResolver, "base_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - base_swap_swapHourlyVolumes?: SubscriptionResolver, "base_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - base_swap_swapWeeklyVolume?: SubscriptionResolver, "base_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - base_swap_swapWeeklyVolumes?: SubscriptionResolver, "base_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - base_swap_lpAccount?: SubscriptionResolver, "base_swap_lpAccount", ParentType, ContextType, RequireFields>; - base_swap_lpAccounts?: SubscriptionResolver, "base_swap_lpAccounts", ParentType, ContextType, RequireFields>; - base_swap_lpAccountBalance?: SubscriptionResolver, "base_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - base_swap_lpAccountBalances?: SubscriptionResolver, "base_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - base_swap_lpToken?: SubscriptionResolver, "base_swap_lpToken", ParentType, ContextType, RequireFields>; - base_swap_lpTokens?: SubscriptionResolver, "base_swap_lpTokens", ParentType, ContextType, RequireFields>; - base_swap_lpTransferEvent?: SubscriptionResolver, "base_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - base_swap_lpTransferEvents?: SubscriptionResolver, "base_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - base_swap_stableSwapEvent?: SubscriptionResolver, "base_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - base_swap_stableSwapEvents?: SubscriptionResolver, "base_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - base_swap_swapTradeVolume?: SubscriptionResolver, "base_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - base_swap_swapTradeVolumes?: SubscriptionResolver, "base_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - base_swap_lpTokenEvent?: SubscriptionResolver, "base_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - base_swap_lpTokenEvents?: SubscriptionResolver, "base_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - base_swap__meta?: SubscriptionResolver, "base_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>; - optimism_assetStatuses?: SubscriptionResolver, "optimism_assetStatuses", ParentType, ContextType, RequireFields>; - optimism_assetBalance?: SubscriptionResolver, "optimism_assetBalance", ParentType, ContextType, RequireFields>; - optimism_assetBalances?: SubscriptionResolver, "optimism_assetBalances", ParentType, ContextType, RequireFields>; - optimism_router?: SubscriptionResolver, "optimism_router", ParentType, ContextType, RequireFields>; - optimism_routers?: SubscriptionResolver, "optimism_routers", ParentType, ContextType, RequireFields>; - optimism_routerDailyTVL?: SubscriptionResolver, "optimism_routerDailyTVL", ParentType, ContextType, RequireFields>; - optimism_routerDailyTVLs?: SubscriptionResolver, "optimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; - optimism_routerLiquidityEvent?: SubscriptionResolver, "optimism_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - optimism_routerLiquidityEvents?: SubscriptionResolver, "optimism_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - optimism_setting?: SubscriptionResolver, "optimism_setting", ParentType, ContextType, RequireFields>; - optimism_settings?: SubscriptionResolver, "optimism_settings", ParentType, ContextType, RequireFields>; - optimism_relayer?: SubscriptionResolver, "optimism_relayer", ParentType, ContextType, RequireFields>; - optimism_relayers?: SubscriptionResolver, "optimism_relayers", ParentType, ContextType, RequireFields>; - optimism_sequencer?: SubscriptionResolver, "optimism_sequencer", ParentType, ContextType, RequireFields>; - optimism_sequencers?: SubscriptionResolver, "optimism_sequencers", ParentType, ContextType, RequireFields>; - optimism_relayerFee?: SubscriptionResolver, "optimism_relayerFee", ParentType, ContextType, RequireFields>; - optimism_relayerFees?: SubscriptionResolver, "optimism_relayerFees", ParentType, ContextType, RequireFields>; - optimism_originTransfer?: SubscriptionResolver, "optimism_originTransfer", ParentType, ContextType, RequireFields>; - optimism_originTransfers?: SubscriptionResolver, "optimism_originTransfers", ParentType, ContextType, RequireFields>; - optimism_destinationTransfer?: SubscriptionResolver, "optimism_destinationTransfer", ParentType, ContextType, RequireFields>; - optimism_destinationTransfers?: SubscriptionResolver, "optimism_destinationTransfers", ParentType, ContextType, RequireFields>; - optimism_originMessage?: SubscriptionResolver, "optimism_originMessage", ParentType, ContextType, RequireFields>; - optimism_originMessages?: SubscriptionResolver, "optimism_originMessages", ParentType, ContextType, RequireFields>; - optimism_aggregateRoot?: SubscriptionResolver, "optimism_aggregateRoot", ParentType, ContextType, RequireFields>; - optimism_aggregateRoots?: SubscriptionResolver, "optimism_aggregateRoots", ParentType, ContextType, RequireFields>; - optimism_connectorMeta?: SubscriptionResolver, "optimism_connectorMeta", ParentType, ContextType, RequireFields>; - optimism_connectorMetas?: SubscriptionResolver, "optimism_connectorMetas", ParentType, ContextType, RequireFields>; - optimism_rootCount?: SubscriptionResolver, "optimism_rootCount", ParentType, ContextType, RequireFields>; - optimism_rootCounts?: SubscriptionResolver, "optimism_rootCounts", ParentType, ContextType, RequireFields>; - optimism_rootMessageSent?: SubscriptionResolver, "optimism_rootMessageSent", ParentType, ContextType, RequireFields>; - optimism_rootMessageSents?: SubscriptionResolver, "optimism_rootMessageSents", ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncrease?: SubscriptionResolver, "optimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - optimism_relayerFeesIncreases?: SubscriptionResolver, "optimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - optimism_slippageUpdate?: SubscriptionResolver, "optimism_slippageUpdate", ParentType, ContextType, RequireFields>; - optimism_slippageUpdates?: SubscriptionResolver, "optimism_slippageUpdates", ParentType, ContextType, RequireFields>; - optimism_snapshotRoot?: SubscriptionResolver, "optimism_snapshotRoot", ParentType, ContextType, RequireFields>; - optimism_snapshotRoots?: SubscriptionResolver, "optimism_snapshotRoots", ParentType, ContextType, RequireFields>; - optimism_spokeConnectorMode?: SubscriptionResolver, "optimism_spokeConnectorMode", ParentType, ContextType, RequireFields>; - optimism_spokeConnectorModes?: SubscriptionResolver, "optimism_spokeConnectorModes", ParentType, ContextType, RequireFields>; - optimism_aggregateRootProposed?: SubscriptionResolver, "optimism_aggregateRootProposed", ParentType, ContextType, RequireFields>; - optimism_aggregateRootProposeds?: SubscriptionResolver, "optimism_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - optimism_optimisticRootFinalized?: SubscriptionResolver, "optimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - optimism_optimisticRootFinalizeds?: SubscriptionResolver, "optimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - optimism__meta?: SubscriptionResolver, "optimism__meta", ParentType, ContextType, Partial>; - metis_swap_systemInfo?: SubscriptionResolver, "metis_swap_systemInfo", ParentType, ContextType, RequireFields>; - metis_swap_systemInfos?: SubscriptionResolver, "metis_swap_systemInfos", ParentType, ContextType, RequireFields>; - metis_swap_pooledToken?: SubscriptionResolver, "metis_swap_pooledToken", ParentType, ContextType, RequireFields>; - metis_swap_pooledTokens?: SubscriptionResolver, "metis_swap_pooledTokens", ParentType, ContextType, RequireFields>; - metis_swap_stableSwap?: SubscriptionResolver, "metis_swap_stableSwap", ParentType, ContextType, RequireFields>; - metis_swap_stableSwaps?: SubscriptionResolver, "metis_swap_stableSwaps", ParentType, ContextType, RequireFields>; - metis_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "metis_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - metis_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "metis_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - metis_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "metis_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - metis_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "metis_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - metis_swap_stableSwapExchange?: SubscriptionResolver, "metis_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - metis_swap_stableSwapExchanges?: SubscriptionResolver, "metis_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - metis_swap_swapDailyVolume?: SubscriptionResolver, "metis_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - metis_swap_swapDailyVolumes?: SubscriptionResolver, "metis_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - metis_swap_swapHourlyVolume?: SubscriptionResolver, "metis_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - metis_swap_swapHourlyVolumes?: SubscriptionResolver, "metis_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - metis_swap_swapWeeklyVolume?: SubscriptionResolver, "metis_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - metis_swap_swapWeeklyVolumes?: SubscriptionResolver, "metis_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - metis_swap_lpAccount?: SubscriptionResolver, "metis_swap_lpAccount", ParentType, ContextType, RequireFields>; - metis_swap_lpAccounts?: SubscriptionResolver, "metis_swap_lpAccounts", ParentType, ContextType, RequireFields>; - metis_swap_lpAccountBalance?: SubscriptionResolver, "metis_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - metis_swap_lpAccountBalances?: SubscriptionResolver, "metis_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - metis_swap_lpToken?: SubscriptionResolver, "metis_swap_lpToken", ParentType, ContextType, RequireFields>; - metis_swap_lpTokens?: SubscriptionResolver, "metis_swap_lpTokens", ParentType, ContextType, RequireFields>; - metis_swap_lpTransferEvent?: SubscriptionResolver, "metis_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - metis_swap_lpTransferEvents?: SubscriptionResolver, "metis_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - metis_swap_stableSwapEvent?: SubscriptionResolver, "metis_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - metis_swap_stableSwapEvents?: SubscriptionResolver, "metis_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - metis_swap_swapTradeVolume?: SubscriptionResolver, "metis_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - metis_swap_swapTradeVolumes?: SubscriptionResolver, "metis_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - metis_swap_lpTokenEvent?: SubscriptionResolver, "metis_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - metis_swap_lpTokenEvents?: SubscriptionResolver, "metis_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - metis_swap__meta?: SubscriptionResolver, "metis_swap__meta", ParentType, ContextType, Partial>; - polygon_asset?: SubscriptionResolver, "polygon_asset", ParentType, ContextType, RequireFields>; - polygon_assets?: SubscriptionResolver, "polygon_assets", ParentType, ContextType, RequireFields>; - polygon_assetStatus?: SubscriptionResolver, "polygon_assetStatus", ParentType, ContextType, RequireFields>; - polygon_assetStatuses?: SubscriptionResolver, "polygon_assetStatuses", ParentType, ContextType, RequireFields>; - polygon_assetBalance?: SubscriptionResolver, "polygon_assetBalance", ParentType, ContextType, RequireFields>; - polygon_assetBalances?: SubscriptionResolver, "polygon_assetBalances", ParentType, ContextType, RequireFields>; - polygon_router?: SubscriptionResolver, "polygon_router", ParentType, ContextType, RequireFields>; - polygon_routers?: SubscriptionResolver, "polygon_routers", ParentType, ContextType, RequireFields>; - polygon_routerDailyTVL?: SubscriptionResolver, "polygon_routerDailyTVL", ParentType, ContextType, RequireFields>; - polygon_routerDailyTVLs?: SubscriptionResolver, "polygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvent?: SubscriptionResolver, "polygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - polygon_routerLiquidityEvents?: SubscriptionResolver, "polygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - polygon_setting?: SubscriptionResolver, "polygon_setting", ParentType, ContextType, RequireFields>; - polygon_settings?: SubscriptionResolver, "polygon_settings", ParentType, ContextType, RequireFields>; - polygon_relayer?: SubscriptionResolver, "polygon_relayer", ParentType, ContextType, RequireFields>; - polygon_relayers?: SubscriptionResolver, "polygon_relayers", ParentType, ContextType, RequireFields>; - polygon_sequencer?: SubscriptionResolver, "polygon_sequencer", ParentType, ContextType, RequireFields>; - polygon_sequencers?: SubscriptionResolver, "polygon_sequencers", ParentType, ContextType, RequireFields>; - polygon_relayerFee?: SubscriptionResolver, "polygon_relayerFee", ParentType, ContextType, RequireFields>; - polygon_relayerFees?: SubscriptionResolver, "polygon_relayerFees", ParentType, ContextType, RequireFields>; - polygon_originTransfer?: SubscriptionResolver, "polygon_originTransfer", ParentType, ContextType, RequireFields>; - polygon_originTransfers?: SubscriptionResolver, "polygon_originTransfers", ParentType, ContextType, RequireFields>; - polygon_destinationTransfer?: SubscriptionResolver, "polygon_destinationTransfer", ParentType, ContextType, RequireFields>; - polygon_destinationTransfers?: SubscriptionResolver, "polygon_destinationTransfers", ParentType, ContextType, RequireFields>; - polygon_originMessage?: SubscriptionResolver, "polygon_originMessage", ParentType, ContextType, RequireFields>; - polygon_originMessages?: SubscriptionResolver, "polygon_originMessages", ParentType, ContextType, RequireFields>; - polygon_aggregateRoot?: SubscriptionResolver, "polygon_aggregateRoot", ParentType, ContextType, RequireFields>; - polygon_aggregateRoots?: SubscriptionResolver, "polygon_aggregateRoots", ParentType, ContextType, RequireFields>; - polygon_connectorMeta?: SubscriptionResolver, "polygon_connectorMeta", ParentType, ContextType, RequireFields>; - polygon_connectorMetas?: SubscriptionResolver, "polygon_connectorMetas", ParentType, ContextType, RequireFields>; - polygon_rootCount?: SubscriptionResolver, "polygon_rootCount", ParentType, ContextType, RequireFields>; - polygon_rootCounts?: SubscriptionResolver, "polygon_rootCounts", ParentType, ContextType, RequireFields>; - polygon_rootMessageSent?: SubscriptionResolver, "polygon_rootMessageSent", ParentType, ContextType, RequireFields>; - polygon_rootMessageSents?: SubscriptionResolver, "polygon_rootMessageSents", ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncrease?: SubscriptionResolver, "polygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - polygon_relayerFeesIncreases?: SubscriptionResolver, "polygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - polygon_slippageUpdate?: SubscriptionResolver, "polygon_slippageUpdate", ParentType, ContextType, RequireFields>; - polygon_slippageUpdates?: SubscriptionResolver, "polygon_slippageUpdates", ParentType, ContextType, RequireFields>; - polygon_snapshotRoot?: SubscriptionResolver, "polygon_snapshotRoot", ParentType, ContextType, RequireFields>; - polygon_snapshotRoots?: SubscriptionResolver, "polygon_snapshotRoots", ParentType, ContextType, RequireFields>; - polygon_spokeConnectorMode?: SubscriptionResolver, "polygon_spokeConnectorMode", ParentType, ContextType, RequireFields>; - polygon_spokeConnectorModes?: SubscriptionResolver, "polygon_spokeConnectorModes", ParentType, ContextType, RequireFields>; - polygon_aggregateRootProposed?: SubscriptionResolver, "polygon_aggregateRootProposed", ParentType, ContextType, RequireFields>; - polygon_aggregateRootProposeds?: SubscriptionResolver, "polygon_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - polygon_optimisticRootFinalized?: SubscriptionResolver, "polygon_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - polygon_optimisticRootFinalizeds?: SubscriptionResolver, "polygon_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - polygon__meta?: SubscriptionResolver, "polygon__meta", ParentType, ContextType, Partial>; - mode_swap_systemInfo?: SubscriptionResolver, "mode_swap_systemInfo", ParentType, ContextType, RequireFields>; - mode_swap_systemInfos?: SubscriptionResolver, "mode_swap_systemInfos", ParentType, ContextType, RequireFields>; - mode_swap_pooledToken?: SubscriptionResolver, "mode_swap_pooledToken", ParentType, ContextType, RequireFields>; - mode_swap_pooledTokens?: SubscriptionResolver, "mode_swap_pooledTokens", ParentType, ContextType, RequireFields>; - mode_swap_stableSwap?: SubscriptionResolver, "mode_swap_stableSwap", ParentType, ContextType, RequireFields>; - mode_swap_stableSwaps?: SubscriptionResolver, "mode_swap_stableSwaps", ParentType, ContextType, RequireFields>; - mode_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mode_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - mode_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mode_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - mode_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mode_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - mode_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mode_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - mode_swap_stableSwapExchange?: SubscriptionResolver, "mode_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - mode_swap_stableSwapExchanges?: SubscriptionResolver, "mode_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - mode_swap_swapDailyVolume?: SubscriptionResolver, "mode_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - mode_swap_swapDailyVolumes?: SubscriptionResolver, "mode_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - mode_swap_swapHourlyVolume?: SubscriptionResolver, "mode_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - mode_swap_swapHourlyVolumes?: SubscriptionResolver, "mode_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - mode_swap_swapWeeklyVolume?: SubscriptionResolver, "mode_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - mode_swap_swapWeeklyVolumes?: SubscriptionResolver, "mode_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - mode_swap_lpAccount?: SubscriptionResolver, "mode_swap_lpAccount", ParentType, ContextType, RequireFields>; - mode_swap_lpAccounts?: SubscriptionResolver, "mode_swap_lpAccounts", ParentType, ContextType, RequireFields>; - mode_swap_lpAccountBalance?: SubscriptionResolver, "mode_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - mode_swap_lpAccountBalances?: SubscriptionResolver, "mode_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - mode_swap_lpToken?: SubscriptionResolver, "mode_swap_lpToken", ParentType, ContextType, RequireFields>; - mode_swap_lpTokens?: SubscriptionResolver, "mode_swap_lpTokens", ParentType, ContextType, RequireFields>; - mode_swap_lpTransferEvent?: SubscriptionResolver, "mode_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - mode_swap_lpTransferEvents?: SubscriptionResolver, "mode_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - mode_swap_stableSwapEvent?: SubscriptionResolver, "mode_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - mode_swap_stableSwapEvents?: SubscriptionResolver, "mode_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - mode_swap_swapTradeVolume?: SubscriptionResolver, "mode_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - mode_swap_swapTradeVolumes?: SubscriptionResolver, "mode_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - mode_swap_lpTokenEvent?: SubscriptionResolver, "mode_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - mode_swap_lpTokenEvents?: SubscriptionResolver, "mode_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - mode_swap__meta?: SubscriptionResolver, "mode_swap__meta", ParentType, ContextType, Partial>; - linea_swap_systemInfo?: SubscriptionResolver, "linea_swap_systemInfo", ParentType, ContextType, RequireFields>; - linea_swap_systemInfos?: SubscriptionResolver, "linea_swap_systemInfos", ParentType, ContextType, RequireFields>; - linea_swap_pooledToken?: SubscriptionResolver, "linea_swap_pooledToken", ParentType, ContextType, RequireFields>; - linea_swap_pooledTokens?: SubscriptionResolver, "linea_swap_pooledTokens", ParentType, ContextType, RequireFields>; - linea_swap_stableSwap?: SubscriptionResolver, "linea_swap_stableSwap", ParentType, ContextType, RequireFields>; - linea_swap_stableSwaps?: SubscriptionResolver, "linea_swap_stableSwaps", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchange?: SubscriptionResolver, "linea_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapExchanges?: SubscriptionResolver, "linea_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolume?: SubscriptionResolver, "linea_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapDailyVolumes?: SubscriptionResolver, "linea_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolume?: SubscriptionResolver, "linea_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapHourlyVolumes?: SubscriptionResolver, "linea_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolume?: SubscriptionResolver, "linea_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapWeeklyVolumes?: SubscriptionResolver, "linea_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - linea_swap_lpAccount?: SubscriptionResolver, "linea_swap_lpAccount", ParentType, ContextType, RequireFields>; - linea_swap_lpAccounts?: SubscriptionResolver, "linea_swap_lpAccounts", ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalance?: SubscriptionResolver, "linea_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - linea_swap_lpAccountBalances?: SubscriptionResolver, "linea_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - linea_swap_lpToken?: SubscriptionResolver, "linea_swap_lpToken", ParentType, ContextType, RequireFields>; - linea_swap_lpTokens?: SubscriptionResolver, "linea_swap_lpTokens", ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvent?: SubscriptionResolver, "linea_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - linea_swap_lpTransferEvents?: SubscriptionResolver, "linea_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvent?: SubscriptionResolver, "linea_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - linea_swap_stableSwapEvents?: SubscriptionResolver, "linea_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolume?: SubscriptionResolver, "linea_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - linea_swap_swapTradeVolumes?: SubscriptionResolver, "linea_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvent?: SubscriptionResolver, "linea_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - linea_swap_lpTokenEvents?: SubscriptionResolver, "linea_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - linea_swap__meta?: SubscriptionResolver, "linea_swap__meta", ParentType, ContextType, Partial>; - linea_asset?: SubscriptionResolver, "linea_asset", ParentType, ContextType, RequireFields>; - linea_assets?: SubscriptionResolver, "linea_assets", ParentType, ContextType, RequireFields>; - linea_assetStatus?: SubscriptionResolver, "linea_assetStatus", ParentType, ContextType, RequireFields>; - linea_assetStatuses?: SubscriptionResolver, "linea_assetStatuses", ParentType, ContextType, RequireFields>; - linea_assetBalance?: SubscriptionResolver, "linea_assetBalance", ParentType, ContextType, RequireFields>; - linea_assetBalances?: SubscriptionResolver, "linea_assetBalances", ParentType, ContextType, RequireFields>; - linea_router?: SubscriptionResolver, "linea_router", ParentType, ContextType, RequireFields>; - linea_routers?: SubscriptionResolver, "linea_routers", ParentType, ContextType, RequireFields>; - linea_routerDailyTVL?: SubscriptionResolver, "linea_routerDailyTVL", ParentType, ContextType, RequireFields>; - linea_routerDailyTVLs?: SubscriptionResolver, "linea_routerDailyTVLs", ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvent?: SubscriptionResolver, "linea_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - linea_routerLiquidityEvents?: SubscriptionResolver, "linea_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - linea_setting?: SubscriptionResolver, "linea_setting", ParentType, ContextType, RequireFields>; - linea_settings?: SubscriptionResolver, "linea_settings", ParentType, ContextType, RequireFields>; - linea_relayer?: SubscriptionResolver, "linea_relayer", ParentType, ContextType, RequireFields>; - linea_relayers?: SubscriptionResolver, "linea_relayers", ParentType, ContextType, RequireFields>; - linea_sequencer?: SubscriptionResolver, "linea_sequencer", ParentType, ContextType, RequireFields>; - linea_sequencers?: SubscriptionResolver, "linea_sequencers", ParentType, ContextType, RequireFields>; - linea_relayerFee?: SubscriptionResolver, "linea_relayerFee", ParentType, ContextType, RequireFields>; - linea_relayerFees?: SubscriptionResolver, "linea_relayerFees", ParentType, ContextType, RequireFields>; - linea_originTransfer?: SubscriptionResolver, "linea_originTransfer", ParentType, ContextType, RequireFields>; - linea_originTransfers?: SubscriptionResolver, "linea_originTransfers", ParentType, ContextType, RequireFields>; - linea_destinationTransfer?: SubscriptionResolver, "linea_destinationTransfer", ParentType, ContextType, RequireFields>; - linea_destinationTransfers?: SubscriptionResolver, "linea_destinationTransfers", ParentType, ContextType, RequireFields>; - linea_originMessage?: SubscriptionResolver, "linea_originMessage", ParentType, ContextType, RequireFields>; - linea_originMessages?: SubscriptionResolver, "linea_originMessages", ParentType, ContextType, RequireFields>; - linea_aggregateRoot?: SubscriptionResolver, "linea_aggregateRoot", ParentType, ContextType, RequireFields>; - linea_aggregateRoots?: SubscriptionResolver, "linea_aggregateRoots", ParentType, ContextType, RequireFields>; - linea_connectorMeta?: SubscriptionResolver, "linea_connectorMeta", ParentType, ContextType, RequireFields>; - linea_connectorMetas?: SubscriptionResolver, "linea_connectorMetas", ParentType, ContextType, RequireFields>; - linea_rootCount?: SubscriptionResolver, "linea_rootCount", ParentType, ContextType, RequireFields>; - linea_rootCounts?: SubscriptionResolver, "linea_rootCounts", ParentType, ContextType, RequireFields>; - linea_rootMessageSent?: SubscriptionResolver, "linea_rootMessageSent", ParentType, ContextType, RequireFields>; - linea_rootMessageSents?: SubscriptionResolver, "linea_rootMessageSents", ParentType, ContextType, RequireFields>; - linea_relayerFeesIncrease?: SubscriptionResolver, "linea_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - linea_relayerFeesIncreases?: SubscriptionResolver, "linea_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - linea_slippageUpdate?: SubscriptionResolver, "linea_slippageUpdate", ParentType, ContextType, RequireFields>; - linea_slippageUpdates?: SubscriptionResolver, "linea_slippageUpdates", ParentType, ContextType, RequireFields>; - linea_snapshotRoot?: SubscriptionResolver, "linea_snapshotRoot", ParentType, ContextType, RequireFields>; - linea_snapshotRoots?: SubscriptionResolver, "linea_snapshotRoots", ParentType, ContextType, RequireFields>; - linea_spokeConnectorMode?: SubscriptionResolver, "linea_spokeConnectorMode", ParentType, ContextType, RequireFields>; - linea_spokeConnectorModes?: SubscriptionResolver, "linea_spokeConnectorModes", ParentType, ContextType, RequireFields>; - linea_aggregateRootProposed?: SubscriptionResolver, "linea_aggregateRootProposed", ParentType, ContextType, RequireFields>; - linea_aggregateRootProposeds?: SubscriptionResolver, "linea_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - linea_optimisticRootFinalized?: SubscriptionResolver, "linea_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - linea_optimisticRootFinalizeds?: SubscriptionResolver, "linea_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - linea__meta?: SubscriptionResolver, "linea__meta", ParentType, ContextType, Partial>; - xlayer_swap_systemInfo?: SubscriptionResolver, "xlayer_swap_systemInfo", ParentType, ContextType, RequireFields>; - xlayer_swap_systemInfos?: SubscriptionResolver, "xlayer_swap_systemInfos", ParentType, ContextType, RequireFields>; - xlayer_swap_pooledToken?: SubscriptionResolver, "xlayer_swap_pooledToken", ParentType, ContextType, RequireFields>; - xlayer_swap_pooledTokens?: SubscriptionResolver, "xlayer_swap_pooledTokens", ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwap?: SubscriptionResolver, "xlayer_swap_stableSwap", ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwaps?: SubscriptionResolver, "xlayer_swap_stableSwaps", ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xlayer_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xlayer_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xlayer_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xlayer_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapExchange?: SubscriptionResolver, "xlayer_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapExchanges?: SubscriptionResolver, "xlayer_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - xlayer_swap_swapDailyVolume?: SubscriptionResolver, "xlayer_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - xlayer_swap_swapDailyVolumes?: SubscriptionResolver, "xlayer_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - xlayer_swap_swapHourlyVolume?: SubscriptionResolver, "xlayer_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - xlayer_swap_swapHourlyVolumes?: SubscriptionResolver, "xlayer_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - xlayer_swap_swapWeeklyVolume?: SubscriptionResolver, "xlayer_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - xlayer_swap_swapWeeklyVolumes?: SubscriptionResolver, "xlayer_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - xlayer_swap_lpAccount?: SubscriptionResolver, "xlayer_swap_lpAccount", ParentType, ContextType, RequireFields>; - xlayer_swap_lpAccounts?: SubscriptionResolver, "xlayer_swap_lpAccounts", ParentType, ContextType, RequireFields>; - xlayer_swap_lpAccountBalance?: SubscriptionResolver, "xlayer_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - xlayer_swap_lpAccountBalances?: SubscriptionResolver, "xlayer_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - xlayer_swap_lpToken?: SubscriptionResolver, "xlayer_swap_lpToken", ParentType, ContextType, RequireFields>; - xlayer_swap_lpTokens?: SubscriptionResolver, "xlayer_swap_lpTokens", ParentType, ContextType, RequireFields>; - xlayer_swap_lpTransferEvent?: SubscriptionResolver, "xlayer_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - xlayer_swap_lpTransferEvents?: SubscriptionResolver, "xlayer_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapEvent?: SubscriptionResolver, "xlayer_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - xlayer_swap_stableSwapEvents?: SubscriptionResolver, "xlayer_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - xlayer_swap_swapTradeVolume?: SubscriptionResolver, "xlayer_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - xlayer_swap_swapTradeVolumes?: SubscriptionResolver, "xlayer_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - xlayer_swap_lpTokenEvent?: SubscriptionResolver, "xlayer_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - xlayer_swap_lpTokenEvents?: SubscriptionResolver, "xlayer_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - xlayer_swap__meta?: SubscriptionResolver, "xlayer_swap__meta", ParentType, ContextType, Partial>; - stagingmainnet_rootAggregated?: SubscriptionResolver, "stagingmainnet_rootAggregated", ParentType, ContextType, RequireFields>; - stagingmainnet_rootAggregateds?: SubscriptionResolver, "stagingmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; - stagingmainnet_rootPropagated?: SubscriptionResolver, "stagingmainnet_rootPropagated", ParentType, ContextType, RequireFields>; - stagingmainnet_rootPropagateds?: SubscriptionResolver, "stagingmainnet_rootPropagateds", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregatedMessageRoot?: SubscriptionResolver, "stagingmainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregatedMessageRoots?: SubscriptionResolver, "stagingmainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerMeta?: SubscriptionResolver, "stagingmainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerMetas?: SubscriptionResolver, "stagingmainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerMode?: SubscriptionResolver, "stagingmainnet_rootManagerMode", ParentType, ContextType, RequireFields>; - stagingmainnet_rootManagerModes?: SubscriptionResolver, "stagingmainnet_rootManagerModes", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootProposed?: SubscriptionResolver, "stagingmainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootProposeds?: SubscriptionResolver, "stagingmainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; - stagingmainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "stagingmainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "stagingmainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootPropagated?: SubscriptionResolver, "stagingmainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootPropagateds?: SubscriptionResolver, "stagingmainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; - stagingmainnet_polygonConnectorMeta?: SubscriptionResolver, "stagingmainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_polygonConnectorMetas?: SubscriptionResolver, "stagingmainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_optimismConnectorMeta?: SubscriptionResolver, "stagingmainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_optimismConnectorMetas?: SubscriptionResolver, "stagingmainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_bnbConnectorMeta?: SubscriptionResolver, "stagingmainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_bnbConnectorMetas?: SubscriptionResolver, "stagingmainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_arbitrumConnectorMeta?: SubscriptionResolver, "stagingmainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_arbitrumConnectorMetas?: SubscriptionResolver, "stagingmainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_gnosisConnectorMeta?: SubscriptionResolver, "stagingmainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_gnosisConnectorMetas?: SubscriptionResolver, "stagingmainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_lineaConnectorMeta?: SubscriptionResolver, "stagingmainnet_lineaConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_lineaConnectorMetas?: SubscriptionResolver, "stagingmainnet_lineaConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_metisConnectorMeta?: SubscriptionResolver, "stagingmainnet_metisConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_metisConnectorMetas?: SubscriptionResolver, "stagingmainnet_metisConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_mantleConnectorMeta?: SubscriptionResolver, "stagingmainnet_mantleConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_mantleConnectorMetas?: SubscriptionResolver, "stagingmainnet_mantleConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_avalancheConnectorMeta?: SubscriptionResolver, "stagingmainnet_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_avalancheConnectorMetas?: SubscriptionResolver, "stagingmainnet_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_baseConnectorMeta?: SubscriptionResolver, "stagingmainnet_baseConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_baseConnectorMetas?: SubscriptionResolver, "stagingmainnet_baseConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_polygonZkConnectorMeta?: SubscriptionResolver, "stagingmainnet_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_polygonZkConnectorMetas?: SubscriptionResolver, "stagingmainnet_polygonZkConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_zkSyncConnectorMeta?: SubscriptionResolver, "stagingmainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_zkSyncConnectorMetas?: SubscriptionResolver, "stagingmainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_modeConnectorMeta?: SubscriptionResolver, "stagingmainnet_modeConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_modeConnectorMetas?: SubscriptionResolver, "stagingmainnet_modeConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_scrollConnectorMeta?: SubscriptionResolver, "stagingmainnet_scrollConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_scrollConnectorMetas?: SubscriptionResolver, "stagingmainnet_scrollConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_xlayerConnectorMeta?: SubscriptionResolver, "stagingmainnet_xlayerConnectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_xlayerConnectorMetas?: SubscriptionResolver, "stagingmainnet_xlayerConnectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageProcessed?: SubscriptionResolver, "stagingmainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageProcesseds?: SubscriptionResolver, "stagingmainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootSavedSlow?: SubscriptionResolver, "stagingmainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootSavedSlows?: SubscriptionResolver, "stagingmainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; - stagingmainnet_hubDomain?: SubscriptionResolver, "stagingmainnet_hubDomain", ParentType, ContextType, RequireFields>; - stagingmainnet_hubDomains?: SubscriptionResolver, "stagingmainnet_hubDomains", ParentType, ContextType, RequireFields>; - stagingmainnet__meta?: SubscriptionResolver, "stagingmainnet__meta", ParentType, ContextType, Partial>; - stagingavalanche_asset?: SubscriptionResolver, "stagingavalanche_asset", ParentType, ContextType, RequireFields>; - stagingavalanche_assets?: SubscriptionResolver, "stagingavalanche_assets", ParentType, ContextType, RequireFields>; - stagingavalanche_assetStatus?: SubscriptionResolver, "stagingavalanche_assetStatus", ParentType, ContextType, RequireFields>; - stagingavalanche_assetStatuses?: SubscriptionResolver, "stagingavalanche_assetStatuses", ParentType, ContextType, RequireFields>; - stagingavalanche_assetBalance?: SubscriptionResolver, "stagingavalanche_assetBalance", ParentType, ContextType, RequireFields>; - stagingavalanche_assetBalances?: SubscriptionResolver, "stagingavalanche_assetBalances", ParentType, ContextType, RequireFields>; - stagingavalanche_router?: SubscriptionResolver, "stagingavalanche_router", ParentType, ContextType, RequireFields>; - stagingavalanche_routers?: SubscriptionResolver, "stagingavalanche_routers", ParentType, ContextType, RequireFields>; - stagingavalanche_routerDailyTVL?: SubscriptionResolver, "stagingavalanche_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingavalanche_routerDailyTVLs?: SubscriptionResolver, "stagingavalanche_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingavalanche_routerLiquidityEvent?: SubscriptionResolver, "stagingavalanche_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingavalanche_routerLiquidityEvents?: SubscriptionResolver, "stagingavalanche_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingavalanche_setting?: SubscriptionResolver, "stagingavalanche_setting", ParentType, ContextType, RequireFields>; - stagingavalanche_settings?: SubscriptionResolver, "stagingavalanche_settings", ParentType, ContextType, RequireFields>; - stagingavalanche_relayer?: SubscriptionResolver, "stagingavalanche_relayer", ParentType, ContextType, RequireFields>; - stagingavalanche_relayers?: SubscriptionResolver, "stagingavalanche_relayers", ParentType, ContextType, RequireFields>; - stagingavalanche_sequencer?: SubscriptionResolver, "stagingavalanche_sequencer", ParentType, ContextType, RequireFields>; - stagingavalanche_sequencers?: SubscriptionResolver, "stagingavalanche_sequencers", ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFee?: SubscriptionResolver, "stagingavalanche_relayerFee", ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFees?: SubscriptionResolver, "stagingavalanche_relayerFees", ParentType, ContextType, RequireFields>; - stagingavalanche_originTransfer?: SubscriptionResolver, "stagingavalanche_originTransfer", ParentType, ContextType, RequireFields>; - stagingavalanche_originTransfers?: SubscriptionResolver, "stagingavalanche_originTransfers", ParentType, ContextType, RequireFields>; - stagingavalanche_destinationTransfer?: SubscriptionResolver, "stagingavalanche_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingavalanche_destinationTransfers?: SubscriptionResolver, "stagingavalanche_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingavalanche_originMessage?: SubscriptionResolver, "stagingavalanche_originMessage", ParentType, ContextType, RequireFields>; - stagingavalanche_originMessages?: SubscriptionResolver, "stagingavalanche_originMessages", ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRoot?: SubscriptionResolver, "stagingavalanche_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRoots?: SubscriptionResolver, "stagingavalanche_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingavalanche_connectorMeta?: SubscriptionResolver, "stagingavalanche_connectorMeta", ParentType, ContextType, RequireFields>; - stagingavalanche_connectorMetas?: SubscriptionResolver, "stagingavalanche_connectorMetas", ParentType, ContextType, RequireFields>; - stagingavalanche_rootCount?: SubscriptionResolver, "stagingavalanche_rootCount", ParentType, ContextType, RequireFields>; - stagingavalanche_rootCounts?: SubscriptionResolver, "stagingavalanche_rootCounts", ParentType, ContextType, RequireFields>; - stagingavalanche_rootMessageSent?: SubscriptionResolver, "stagingavalanche_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingavalanche_rootMessageSents?: SubscriptionResolver, "stagingavalanche_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFeesIncrease?: SubscriptionResolver, "stagingavalanche_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingavalanche_relayerFeesIncreases?: SubscriptionResolver, "stagingavalanche_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingavalanche_slippageUpdate?: SubscriptionResolver, "stagingavalanche_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingavalanche_slippageUpdates?: SubscriptionResolver, "stagingavalanche_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingavalanche_snapshotRoot?: SubscriptionResolver, "stagingavalanche_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingavalanche_snapshotRoots?: SubscriptionResolver, "stagingavalanche_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingavalanche_spokeConnectorMode?: SubscriptionResolver, "stagingavalanche_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingavalanche_spokeConnectorModes?: SubscriptionResolver, "stagingavalanche_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRootProposed?: SubscriptionResolver, "stagingavalanche_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingavalanche_aggregateRootProposeds?: SubscriptionResolver, "stagingavalanche_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingavalanche_optimisticRootFinalized?: SubscriptionResolver, "stagingavalanche_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingavalanche_optimisticRootFinalizeds?: SubscriptionResolver, "stagingavalanche_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingavalanche__meta?: SubscriptionResolver, "stagingavalanche__meta", ParentType, ContextType, Partial>; - mantle_asset?: SubscriptionResolver, "mantle_asset", ParentType, ContextType, RequireFields>; - mantle_assets?: SubscriptionResolver, "mantle_assets", ParentType, ContextType, RequireFields>; - mantle_assetStatus?: SubscriptionResolver, "mantle_assetStatus", ParentType, ContextType, RequireFields>; - mantle_assetStatuses?: SubscriptionResolver, "mantle_assetStatuses", ParentType, ContextType, RequireFields>; - mantle_assetBalance?: SubscriptionResolver, "mantle_assetBalance", ParentType, ContextType, RequireFields>; - mantle_assetBalances?: SubscriptionResolver, "mantle_assetBalances", ParentType, ContextType, RequireFields>; - mantle_router?: SubscriptionResolver, "mantle_router", ParentType, ContextType, RequireFields>; - mantle_routers?: SubscriptionResolver, "mantle_routers", ParentType, ContextType, RequireFields>; - mantle_routerDailyTVL?: SubscriptionResolver, "mantle_routerDailyTVL", ParentType, ContextType, RequireFields>; - mantle_routerDailyTVLs?: SubscriptionResolver, "mantle_routerDailyTVLs", ParentType, ContextType, RequireFields>; - mantle_routerLiquidityEvent?: SubscriptionResolver, "mantle_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - mantle_routerLiquidityEvents?: SubscriptionResolver, "mantle_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - mantle_setting?: SubscriptionResolver, "mantle_setting", ParentType, ContextType, RequireFields>; - mantle_settings?: SubscriptionResolver, "mantle_settings", ParentType, ContextType, RequireFields>; - mantle_relayer?: SubscriptionResolver, "mantle_relayer", ParentType, ContextType, RequireFields>; - mantle_relayers?: SubscriptionResolver, "mantle_relayers", ParentType, ContextType, RequireFields>; - mantle_sequencer?: SubscriptionResolver, "mantle_sequencer", ParentType, ContextType, RequireFields>; - mantle_sequencers?: SubscriptionResolver, "mantle_sequencers", ParentType, ContextType, RequireFields>; - mantle_relayerFee?: SubscriptionResolver, "mantle_relayerFee", ParentType, ContextType, RequireFields>; - mantle_relayerFees?: SubscriptionResolver, "mantle_relayerFees", ParentType, ContextType, RequireFields>; - mantle_originTransfer?: SubscriptionResolver, "mantle_originTransfer", ParentType, ContextType, RequireFields>; - mantle_originTransfers?: SubscriptionResolver, "mantle_originTransfers", ParentType, ContextType, RequireFields>; - mantle_destinationTransfer?: SubscriptionResolver, "mantle_destinationTransfer", ParentType, ContextType, RequireFields>; - mantle_destinationTransfers?: SubscriptionResolver, "mantle_destinationTransfers", ParentType, ContextType, RequireFields>; - mantle_originMessage?: SubscriptionResolver, "mantle_originMessage", ParentType, ContextType, RequireFields>; - mantle_originMessages?: SubscriptionResolver, "mantle_originMessages", ParentType, ContextType, RequireFields>; - mantle_aggregateRoot?: SubscriptionResolver, "mantle_aggregateRoot", ParentType, ContextType, RequireFields>; - mantle_aggregateRoots?: SubscriptionResolver, "mantle_aggregateRoots", ParentType, ContextType, RequireFields>; - mantle_connectorMeta?: SubscriptionResolver, "mantle_connectorMeta", ParentType, ContextType, RequireFields>; - mantle_connectorMetas?: SubscriptionResolver, "mantle_connectorMetas", ParentType, ContextType, RequireFields>; - mantle_rootCount?: SubscriptionResolver, "mantle_rootCount", ParentType, ContextType, RequireFields>; - mantle_rootCounts?: SubscriptionResolver, "mantle_rootCounts", ParentType, ContextType, RequireFields>; - mantle_rootMessageSent?: SubscriptionResolver, "mantle_rootMessageSent", ParentType, ContextType, RequireFields>; - mantle_rootMessageSents?: SubscriptionResolver, "mantle_rootMessageSents", ParentType, ContextType, RequireFields>; - mantle_relayerFeesIncrease?: SubscriptionResolver, "mantle_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - mantle_relayerFeesIncreases?: SubscriptionResolver, "mantle_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - mantle_slippageUpdate?: SubscriptionResolver, "mantle_slippageUpdate", ParentType, ContextType, RequireFields>; - mantle_slippageUpdates?: SubscriptionResolver, "mantle_slippageUpdates", ParentType, ContextType, RequireFields>; - mantle_snapshotRoot?: SubscriptionResolver, "mantle_snapshotRoot", ParentType, ContextType, RequireFields>; - mantle_snapshotRoots?: SubscriptionResolver, "mantle_snapshotRoots", ParentType, ContextType, RequireFields>; - mantle_spokeConnectorMode?: SubscriptionResolver, "mantle_spokeConnectorMode", ParentType, ContextType, RequireFields>; - mantle_spokeConnectorModes?: SubscriptionResolver, "mantle_spokeConnectorModes", ParentType, ContextType, RequireFields>; - mantle_aggregateRootProposed?: SubscriptionResolver, "mantle_aggregateRootProposed", ParentType, ContextType, RequireFields>; - mantle_aggregateRootProposeds?: SubscriptionResolver, "mantle_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - mantle_optimisticRootFinalized?: SubscriptionResolver, "mantle_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - mantle_optimisticRootFinalizeds?: SubscriptionResolver, "mantle_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - mantle__meta?: SubscriptionResolver, "mantle__meta", ParentType, ContextType, Partial>; - stagingpolygon_asset?: SubscriptionResolver, "stagingpolygon_asset", ParentType, ContextType, RequireFields>; - stagingpolygon_assets?: SubscriptionResolver, "stagingpolygon_assets", ParentType, ContextType, RequireFields>; - stagingpolygon_assetStatus?: SubscriptionResolver, "stagingpolygon_assetStatus", ParentType, ContextType, RequireFields>; - stagingpolygon_assetStatuses?: SubscriptionResolver, "stagingpolygon_assetStatuses", ParentType, ContextType, RequireFields>; - stagingpolygon_assetBalance?: SubscriptionResolver, "stagingpolygon_assetBalance", ParentType, ContextType, RequireFields>; - stagingpolygon_assetBalances?: SubscriptionResolver, "stagingpolygon_assetBalances", ParentType, ContextType, RequireFields>; - stagingpolygon_router?: SubscriptionResolver, "stagingpolygon_router", ParentType, ContextType, RequireFields>; - stagingpolygon_routers?: SubscriptionResolver, "stagingpolygon_routers", ParentType, ContextType, RequireFields>; - stagingpolygon_routerDailyTVL?: SubscriptionResolver, "stagingpolygon_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingpolygon_routerDailyTVLs?: SubscriptionResolver, "stagingpolygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingpolygon_routerLiquidityEvent?: SubscriptionResolver, "stagingpolygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingpolygon_routerLiquidityEvents?: SubscriptionResolver, "stagingpolygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingpolygon_setting?: SubscriptionResolver, "stagingpolygon_setting", ParentType, ContextType, RequireFields>; - stagingpolygon_settings?: SubscriptionResolver, "stagingpolygon_settings", ParentType, ContextType, RequireFields>; - stagingpolygon_relayer?: SubscriptionResolver, "stagingpolygon_relayer", ParentType, ContextType, RequireFields>; - stagingpolygon_relayers?: SubscriptionResolver, "stagingpolygon_relayers", ParentType, ContextType, RequireFields>; - stagingpolygon_sequencer?: SubscriptionResolver, "stagingpolygon_sequencer", ParentType, ContextType, RequireFields>; - stagingpolygon_sequencers?: SubscriptionResolver, "stagingpolygon_sequencers", ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFee?: SubscriptionResolver, "stagingpolygon_relayerFee", ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFees?: SubscriptionResolver, "stagingpolygon_relayerFees", ParentType, ContextType, RequireFields>; - stagingpolygon_originTransfer?: SubscriptionResolver, "stagingpolygon_originTransfer", ParentType, ContextType, RequireFields>; - stagingpolygon_originTransfers?: SubscriptionResolver, "stagingpolygon_originTransfers", ParentType, ContextType, RequireFields>; - stagingpolygon_destinationTransfer?: SubscriptionResolver, "stagingpolygon_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingpolygon_destinationTransfers?: SubscriptionResolver, "stagingpolygon_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingpolygon_originMessage?: SubscriptionResolver, "stagingpolygon_originMessage", ParentType, ContextType, RequireFields>; - stagingpolygon_originMessages?: SubscriptionResolver, "stagingpolygon_originMessages", ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRoot?: SubscriptionResolver, "stagingpolygon_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRoots?: SubscriptionResolver, "stagingpolygon_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingpolygon_connectorMeta?: SubscriptionResolver, "stagingpolygon_connectorMeta", ParentType, ContextType, RequireFields>; - stagingpolygon_connectorMetas?: SubscriptionResolver, "stagingpolygon_connectorMetas", ParentType, ContextType, RequireFields>; - stagingpolygon_rootCount?: SubscriptionResolver, "stagingpolygon_rootCount", ParentType, ContextType, RequireFields>; - stagingpolygon_rootCounts?: SubscriptionResolver, "stagingpolygon_rootCounts", ParentType, ContextType, RequireFields>; - stagingpolygon_rootMessageSent?: SubscriptionResolver, "stagingpolygon_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingpolygon_rootMessageSents?: SubscriptionResolver, "stagingpolygon_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFeesIncrease?: SubscriptionResolver, "stagingpolygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingpolygon_relayerFeesIncreases?: SubscriptionResolver, "stagingpolygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingpolygon_slippageUpdate?: SubscriptionResolver, "stagingpolygon_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingpolygon_slippageUpdates?: SubscriptionResolver, "stagingpolygon_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingpolygon_snapshotRoot?: SubscriptionResolver, "stagingpolygon_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingpolygon_snapshotRoots?: SubscriptionResolver, "stagingpolygon_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingpolygon_spokeConnectorMode?: SubscriptionResolver, "stagingpolygon_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingpolygon_spokeConnectorModes?: SubscriptionResolver, "stagingpolygon_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRootProposed?: SubscriptionResolver, "stagingpolygon_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingpolygon_aggregateRootProposeds?: SubscriptionResolver, "stagingpolygon_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingpolygon_optimisticRootFinalized?: SubscriptionResolver, "stagingpolygon_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingpolygon_optimisticRootFinalizeds?: SubscriptionResolver, "stagingpolygon_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingpolygon__meta?: SubscriptionResolver, "stagingpolygon__meta", ParentType, ContextType, Partial>; - bnb_asset?: SubscriptionResolver, "bnb_asset", ParentType, ContextType, RequireFields>; - bnb_assets?: SubscriptionResolver, "bnb_assets", ParentType, ContextType, RequireFields>; - bnb_assetStatus?: SubscriptionResolver, "bnb_assetStatus", ParentType, ContextType, RequireFields>; - bnb_assetStatuses?: SubscriptionResolver, "bnb_assetStatuses", ParentType, ContextType, RequireFields>; - bnb_assetBalance?: SubscriptionResolver, "bnb_assetBalance", ParentType, ContextType, RequireFields>; - bnb_assetBalances?: SubscriptionResolver, "bnb_assetBalances", ParentType, ContextType, RequireFields>; - bnb_router?: SubscriptionResolver, "bnb_router", ParentType, ContextType, RequireFields>; - bnb_routers?: SubscriptionResolver, "bnb_routers", ParentType, ContextType, RequireFields>; - bnb_routerDailyTVL?: SubscriptionResolver, "bnb_routerDailyTVL", ParentType, ContextType, RequireFields>; - bnb_routerDailyTVLs?: SubscriptionResolver, "bnb_routerDailyTVLs", ParentType, ContextType, RequireFields>; - bnb_routerLiquidityEvent?: SubscriptionResolver, "bnb_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - bnb_routerLiquidityEvents?: SubscriptionResolver, "bnb_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - bnb_setting?: SubscriptionResolver, "bnb_setting", ParentType, ContextType, RequireFields>; - bnb_settings?: SubscriptionResolver, "bnb_settings", ParentType, ContextType, RequireFields>; - bnb_relayer?: SubscriptionResolver, "bnb_relayer", ParentType, ContextType, RequireFields>; - bnb_relayers?: SubscriptionResolver, "bnb_relayers", ParentType, ContextType, RequireFields>; - bnb_sequencer?: SubscriptionResolver, "bnb_sequencer", ParentType, ContextType, RequireFields>; - bnb_sequencers?: SubscriptionResolver, "bnb_sequencers", ParentType, ContextType, RequireFields>; - bnb_relayerFee?: SubscriptionResolver, "bnb_relayerFee", ParentType, ContextType, RequireFields>; - bnb_relayerFees?: SubscriptionResolver, "bnb_relayerFees", ParentType, ContextType, RequireFields>; - bnb_originTransfer?: SubscriptionResolver, "bnb_originTransfer", ParentType, ContextType, RequireFields>; - bnb_originTransfers?: SubscriptionResolver, "bnb_originTransfers", ParentType, ContextType, RequireFields>; - bnb_destinationTransfer?: SubscriptionResolver, "bnb_destinationTransfer", ParentType, ContextType, RequireFields>; - bnb_destinationTransfers?: SubscriptionResolver, "bnb_destinationTransfers", ParentType, ContextType, RequireFields>; - bnb_originMessage?: SubscriptionResolver, "bnb_originMessage", ParentType, ContextType, RequireFields>; - bnb_originMessages?: SubscriptionResolver, "bnb_originMessages", ParentType, ContextType, RequireFields>; - bnb_aggregateRoot?: SubscriptionResolver, "bnb_aggregateRoot", ParentType, ContextType, RequireFields>; - bnb_aggregateRoots?: SubscriptionResolver, "bnb_aggregateRoots", ParentType, ContextType, RequireFields>; - bnb_connectorMeta?: SubscriptionResolver, "bnb_connectorMeta", ParentType, ContextType, RequireFields>; - bnb_connectorMetas?: SubscriptionResolver, "bnb_connectorMetas", ParentType, ContextType, RequireFields>; - bnb_rootCount?: SubscriptionResolver, "bnb_rootCount", ParentType, ContextType, RequireFields>; - bnb_rootCounts?: SubscriptionResolver, "bnb_rootCounts", ParentType, ContextType, RequireFields>; - bnb_rootMessageSent?: SubscriptionResolver, "bnb_rootMessageSent", ParentType, ContextType, RequireFields>; - bnb_rootMessageSents?: SubscriptionResolver, "bnb_rootMessageSents", ParentType, ContextType, RequireFields>; - bnb_relayerFeesIncrease?: SubscriptionResolver, "bnb_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - bnb_relayerFeesIncreases?: SubscriptionResolver, "bnb_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - bnb_slippageUpdate?: SubscriptionResolver, "bnb_slippageUpdate", ParentType, ContextType, RequireFields>; - bnb_slippageUpdates?: SubscriptionResolver, "bnb_slippageUpdates", ParentType, ContextType, RequireFields>; - bnb_snapshotRoot?: SubscriptionResolver, "bnb_snapshotRoot", ParentType, ContextType, RequireFields>; - bnb_snapshotRoots?: SubscriptionResolver, "bnb_snapshotRoots", ParentType, ContextType, RequireFields>; - bnb_spokeConnectorMode?: SubscriptionResolver, "bnb_spokeConnectorMode", ParentType, ContextType, RequireFields>; - bnb_spokeConnectorModes?: SubscriptionResolver, "bnb_spokeConnectorModes", ParentType, ContextType, RequireFields>; - bnb_aggregateRootProposed?: SubscriptionResolver, "bnb_aggregateRootProposed", ParentType, ContextType, RequireFields>; - bnb_aggregateRootProposeds?: SubscriptionResolver, "bnb_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - bnb_optimisticRootFinalized?: SubscriptionResolver, "bnb_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - bnb_optimisticRootFinalizeds?: SubscriptionResolver, "bnb_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - bnb__meta?: SubscriptionResolver, "bnb__meta", ParentType, ContextType, Partial>; - mantle_swap_systemInfo?: SubscriptionResolver, "mantle_swap_systemInfo", ParentType, ContextType, RequireFields>; - mantle_swap_systemInfos?: SubscriptionResolver, "mantle_swap_systemInfos", ParentType, ContextType, RequireFields>; - mantle_swap_pooledToken?: SubscriptionResolver, "mantle_swap_pooledToken", ParentType, ContextType, RequireFields>; - mantle_swap_pooledTokens?: SubscriptionResolver, "mantle_swap_pooledTokens", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwap?: SubscriptionResolver, "mantle_swap_stableSwap", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwaps?: SubscriptionResolver, "mantle_swap_stableSwaps", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mantle_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mantle_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mantle_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mantle_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapExchange?: SubscriptionResolver, "mantle_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapExchanges?: SubscriptionResolver, "mantle_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - mantle_swap_swapDailyVolume?: SubscriptionResolver, "mantle_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - mantle_swap_swapDailyVolumes?: SubscriptionResolver, "mantle_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - mantle_swap_swapHourlyVolume?: SubscriptionResolver, "mantle_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - mantle_swap_swapHourlyVolumes?: SubscriptionResolver, "mantle_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - mantle_swap_swapWeeklyVolume?: SubscriptionResolver, "mantle_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - mantle_swap_swapWeeklyVolumes?: SubscriptionResolver, "mantle_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - mantle_swap_lpAccount?: SubscriptionResolver, "mantle_swap_lpAccount", ParentType, ContextType, RequireFields>; - mantle_swap_lpAccounts?: SubscriptionResolver, "mantle_swap_lpAccounts", ParentType, ContextType, RequireFields>; - mantle_swap_lpAccountBalance?: SubscriptionResolver, "mantle_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - mantle_swap_lpAccountBalances?: SubscriptionResolver, "mantle_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - mantle_swap_lpToken?: SubscriptionResolver, "mantle_swap_lpToken", ParentType, ContextType, RequireFields>; - mantle_swap_lpTokens?: SubscriptionResolver, "mantle_swap_lpTokens", ParentType, ContextType, RequireFields>; - mantle_swap_lpTransferEvent?: SubscriptionResolver, "mantle_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - mantle_swap_lpTransferEvents?: SubscriptionResolver, "mantle_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapEvent?: SubscriptionResolver, "mantle_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - mantle_swap_stableSwapEvents?: SubscriptionResolver, "mantle_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - mantle_swap_swapTradeVolume?: SubscriptionResolver, "mantle_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - mantle_swap_swapTradeVolumes?: SubscriptionResolver, "mantle_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - mantle_swap_lpTokenEvent?: SubscriptionResolver, "mantle_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - mantle_swap_lpTokenEvents?: SubscriptionResolver, "mantle_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - mantle_swap__meta?: SubscriptionResolver, "mantle_swap__meta", ParentType, ContextType, Partial>; - mode_asset?: SubscriptionResolver, "mode_asset", ParentType, ContextType, RequireFields>; - mode_assets?: SubscriptionResolver, "mode_assets", ParentType, ContextType, RequireFields>; - mode_assetStatus?: SubscriptionResolver, "mode_assetStatus", ParentType, ContextType, RequireFields>; - mode_assetStatuses?: SubscriptionResolver, "mode_assetStatuses", ParentType, ContextType, RequireFields>; - mode_assetBalance?: SubscriptionResolver, "mode_assetBalance", ParentType, ContextType, RequireFields>; - mode_assetBalances?: SubscriptionResolver, "mode_assetBalances", ParentType, ContextType, RequireFields>; - mode_router?: SubscriptionResolver, "mode_router", ParentType, ContextType, RequireFields>; - mode_routers?: SubscriptionResolver, "mode_routers", ParentType, ContextType, RequireFields>; - mode_routerDailyTVL?: SubscriptionResolver, "mode_routerDailyTVL", ParentType, ContextType, RequireFields>; - mode_routerDailyTVLs?: SubscriptionResolver, "mode_routerDailyTVLs", ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvent?: SubscriptionResolver, "mode_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - mode_routerLiquidityEvents?: SubscriptionResolver, "mode_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - mode_setting?: SubscriptionResolver, "mode_setting", ParentType, ContextType, RequireFields>; - mode_settings?: SubscriptionResolver, "mode_settings", ParentType, ContextType, RequireFields>; - mode_relayer?: SubscriptionResolver, "mode_relayer", ParentType, ContextType, RequireFields>; - mode_relayers?: SubscriptionResolver, "mode_relayers", ParentType, ContextType, RequireFields>; - mode_sequencer?: SubscriptionResolver, "mode_sequencer", ParentType, ContextType, RequireFields>; - mode_sequencers?: SubscriptionResolver, "mode_sequencers", ParentType, ContextType, RequireFields>; - mode_relayerFee?: SubscriptionResolver, "mode_relayerFee", ParentType, ContextType, RequireFields>; - mode_relayerFees?: SubscriptionResolver, "mode_relayerFees", ParentType, ContextType, RequireFields>; - mode_originTransfer?: SubscriptionResolver, "mode_originTransfer", ParentType, ContextType, RequireFields>; - mode_originTransfers?: SubscriptionResolver, "mode_originTransfers", ParentType, ContextType, RequireFields>; - mode_destinationTransfer?: SubscriptionResolver, "mode_destinationTransfer", ParentType, ContextType, RequireFields>; - mode_destinationTransfers?: SubscriptionResolver, "mode_destinationTransfers", ParentType, ContextType, RequireFields>; - mode_originMessage?: SubscriptionResolver, "mode_originMessage", ParentType, ContextType, RequireFields>; - mode_originMessages?: SubscriptionResolver, "mode_originMessages", ParentType, ContextType, RequireFields>; - mode_aggregateRoot?: SubscriptionResolver, "mode_aggregateRoot", ParentType, ContextType, RequireFields>; - mode_aggregateRoots?: SubscriptionResolver, "mode_aggregateRoots", ParentType, ContextType, RequireFields>; - mode_connectorMeta?: SubscriptionResolver, "mode_connectorMeta", ParentType, ContextType, RequireFields>; - mode_connectorMetas?: SubscriptionResolver, "mode_connectorMetas", ParentType, ContextType, RequireFields>; - mode_rootCount?: SubscriptionResolver, "mode_rootCount", ParentType, ContextType, RequireFields>; - mode_rootCounts?: SubscriptionResolver, "mode_rootCounts", ParentType, ContextType, RequireFields>; - mode_rootMessageSent?: SubscriptionResolver, "mode_rootMessageSent", ParentType, ContextType, RequireFields>; - mode_rootMessageSents?: SubscriptionResolver, "mode_rootMessageSents", ParentType, ContextType, RequireFields>; - mode_relayerFeesIncrease?: SubscriptionResolver, "mode_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - mode_relayerFeesIncreases?: SubscriptionResolver, "mode_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - mode_slippageUpdate?: SubscriptionResolver, "mode_slippageUpdate", ParentType, ContextType, RequireFields>; - mode_slippageUpdates?: SubscriptionResolver, "mode_slippageUpdates", ParentType, ContextType, RequireFields>; - mode_snapshotRoot?: SubscriptionResolver, "mode_snapshotRoot", ParentType, ContextType, RequireFields>; - mode_snapshotRoots?: SubscriptionResolver, "mode_snapshotRoots", ParentType, ContextType, RequireFields>; - mode_spokeConnectorMode?: SubscriptionResolver, "mode_spokeConnectorMode", ParentType, ContextType, RequireFields>; - mode_spokeConnectorModes?: SubscriptionResolver, "mode_spokeConnectorModes", ParentType, ContextType, RequireFields>; - mode_aggregateRootProposed?: SubscriptionResolver, "mode_aggregateRootProposed", ParentType, ContextType, RequireFields>; - mode_aggregateRootProposeds?: SubscriptionResolver, "mode_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalized?: SubscriptionResolver, "mode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - mode_optimisticRootFinalizeds?: SubscriptionResolver, "mode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - mode__meta?: SubscriptionResolver, "mode__meta", ParentType, ContextType, Partial>; - stagingmetis_asset?: SubscriptionResolver, "stagingmetis_asset", ParentType, ContextType, RequireFields>; - stagingmetis_assets?: SubscriptionResolver, "stagingmetis_assets", ParentType, ContextType, RequireFields>; - stagingmetis_assetStatus?: SubscriptionResolver, "stagingmetis_assetStatus", ParentType, ContextType, RequireFields>; - stagingmetis_assetStatuses?: SubscriptionResolver, "stagingmetis_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmetis_assetBalance?: SubscriptionResolver, "stagingmetis_assetBalance", ParentType, ContextType, RequireFields>; - stagingmetis_assetBalances?: SubscriptionResolver, "stagingmetis_assetBalances", ParentType, ContextType, RequireFields>; - stagingmetis_router?: SubscriptionResolver, "stagingmetis_router", ParentType, ContextType, RequireFields>; - stagingmetis_routers?: SubscriptionResolver, "stagingmetis_routers", ParentType, ContextType, RequireFields>; - stagingmetis_routerDailyTVL?: SubscriptionResolver, "stagingmetis_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmetis_routerDailyTVLs?: SubscriptionResolver, "stagingmetis_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmetis_routerLiquidityEvent?: SubscriptionResolver, "stagingmetis_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmetis_routerLiquidityEvents?: SubscriptionResolver, "stagingmetis_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmetis_setting?: SubscriptionResolver, "stagingmetis_setting", ParentType, ContextType, RequireFields>; - stagingmetis_settings?: SubscriptionResolver, "stagingmetis_settings", ParentType, ContextType, RequireFields>; - stagingmetis_relayer?: SubscriptionResolver, "stagingmetis_relayer", ParentType, ContextType, RequireFields>; - stagingmetis_relayers?: SubscriptionResolver, "stagingmetis_relayers", ParentType, ContextType, RequireFields>; - stagingmetis_sequencer?: SubscriptionResolver, "stagingmetis_sequencer", ParentType, ContextType, RequireFields>; - stagingmetis_sequencers?: SubscriptionResolver, "stagingmetis_sequencers", ParentType, ContextType, RequireFields>; - stagingmetis_relayerFee?: SubscriptionResolver, "stagingmetis_relayerFee", ParentType, ContextType, RequireFields>; - stagingmetis_relayerFees?: SubscriptionResolver, "stagingmetis_relayerFees", ParentType, ContextType, RequireFields>; - stagingmetis_originTransfer?: SubscriptionResolver, "stagingmetis_originTransfer", ParentType, ContextType, RequireFields>; - stagingmetis_originTransfers?: SubscriptionResolver, "stagingmetis_originTransfers", ParentType, ContextType, RequireFields>; - stagingmetis_destinationTransfer?: SubscriptionResolver, "stagingmetis_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmetis_destinationTransfers?: SubscriptionResolver, "stagingmetis_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmetis_originMessage?: SubscriptionResolver, "stagingmetis_originMessage", ParentType, ContextType, RequireFields>; - stagingmetis_originMessages?: SubscriptionResolver, "stagingmetis_originMessages", ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRoot?: SubscriptionResolver, "stagingmetis_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRoots?: SubscriptionResolver, "stagingmetis_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmetis_connectorMeta?: SubscriptionResolver, "stagingmetis_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmetis_connectorMetas?: SubscriptionResolver, "stagingmetis_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmetis_rootCount?: SubscriptionResolver, "stagingmetis_rootCount", ParentType, ContextType, RequireFields>; - stagingmetis_rootCounts?: SubscriptionResolver, "stagingmetis_rootCounts", ParentType, ContextType, RequireFields>; - stagingmetis_rootMessageSent?: SubscriptionResolver, "stagingmetis_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmetis_rootMessageSents?: SubscriptionResolver, "stagingmetis_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmetis_relayerFeesIncrease?: SubscriptionResolver, "stagingmetis_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmetis_relayerFeesIncreases?: SubscriptionResolver, "stagingmetis_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmetis_slippageUpdate?: SubscriptionResolver, "stagingmetis_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmetis_slippageUpdates?: SubscriptionResolver, "stagingmetis_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmetis_snapshotRoot?: SubscriptionResolver, "stagingmetis_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmetis_snapshotRoots?: SubscriptionResolver, "stagingmetis_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmetis_spokeConnectorMode?: SubscriptionResolver, "stagingmetis_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmetis_spokeConnectorModes?: SubscriptionResolver, "stagingmetis_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRootProposed?: SubscriptionResolver, "stagingmetis_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmetis_aggregateRootProposeds?: SubscriptionResolver, "stagingmetis_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmetis_optimisticRootFinalized?: SubscriptionResolver, "stagingmetis_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmetis_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmetis_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmetis__meta?: SubscriptionResolver, "stagingmetis__meta", ParentType, ContextType, Partial>; - avalanche_asset?: SubscriptionResolver, "avalanche_asset", ParentType, ContextType, RequireFields>; - avalanche_assets?: SubscriptionResolver, "avalanche_assets", ParentType, ContextType, RequireFields>; - avalanche_assetStatus?: SubscriptionResolver, "avalanche_assetStatus", ParentType, ContextType, RequireFields>; - avalanche_assetStatuses?: SubscriptionResolver, "avalanche_assetStatuses", ParentType, ContextType, RequireFields>; - avalanche_assetBalance?: SubscriptionResolver, "avalanche_assetBalance", ParentType, ContextType, RequireFields>; - avalanche_assetBalances?: SubscriptionResolver, "avalanche_assetBalances", ParentType, ContextType, RequireFields>; - avalanche_router?: SubscriptionResolver, "avalanche_router", ParentType, ContextType, RequireFields>; - avalanche_routers?: SubscriptionResolver, "avalanche_routers", ParentType, ContextType, RequireFields>; - avalanche_routerDailyTVL?: SubscriptionResolver, "avalanche_routerDailyTVL", ParentType, ContextType, RequireFields>; - avalanche_routerDailyTVLs?: SubscriptionResolver, "avalanche_routerDailyTVLs", ParentType, ContextType, RequireFields>; - avalanche_routerLiquidityEvent?: SubscriptionResolver, "avalanche_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - avalanche_routerLiquidityEvents?: SubscriptionResolver, "avalanche_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - avalanche_setting?: SubscriptionResolver, "avalanche_setting", ParentType, ContextType, RequireFields>; - avalanche_settings?: SubscriptionResolver, "avalanche_settings", ParentType, ContextType, RequireFields>; - avalanche_relayer?: SubscriptionResolver, "avalanche_relayer", ParentType, ContextType, RequireFields>; - avalanche_relayers?: SubscriptionResolver, "avalanche_relayers", ParentType, ContextType, RequireFields>; - avalanche_sequencer?: SubscriptionResolver, "avalanche_sequencer", ParentType, ContextType, RequireFields>; - avalanche_sequencers?: SubscriptionResolver, "avalanche_sequencers", ParentType, ContextType, RequireFields>; - avalanche_relayerFee?: SubscriptionResolver, "avalanche_relayerFee", ParentType, ContextType, RequireFields>; - avalanche_relayerFees?: SubscriptionResolver, "avalanche_relayerFees", ParentType, ContextType, RequireFields>; - avalanche_originTransfer?: SubscriptionResolver, "avalanche_originTransfer", ParentType, ContextType, RequireFields>; - avalanche_originTransfers?: SubscriptionResolver, "avalanche_originTransfers", ParentType, ContextType, RequireFields>; - avalanche_destinationTransfer?: SubscriptionResolver, "avalanche_destinationTransfer", ParentType, ContextType, RequireFields>; - avalanche_destinationTransfers?: SubscriptionResolver, "avalanche_destinationTransfers", ParentType, ContextType, RequireFields>; - avalanche_originMessage?: SubscriptionResolver, "avalanche_originMessage", ParentType, ContextType, RequireFields>; - avalanche_originMessages?: SubscriptionResolver, "avalanche_originMessages", ParentType, ContextType, RequireFields>; - avalanche_aggregateRoot?: SubscriptionResolver, "avalanche_aggregateRoot", ParentType, ContextType, RequireFields>; - avalanche_aggregateRoots?: SubscriptionResolver, "avalanche_aggregateRoots", ParentType, ContextType, RequireFields>; - avalanche_connectorMeta?: SubscriptionResolver, "avalanche_connectorMeta", ParentType, ContextType, RequireFields>; - avalanche_connectorMetas?: SubscriptionResolver, "avalanche_connectorMetas", ParentType, ContextType, RequireFields>; - avalanche_rootCount?: SubscriptionResolver, "avalanche_rootCount", ParentType, ContextType, RequireFields>; - avalanche_rootCounts?: SubscriptionResolver, "avalanche_rootCounts", ParentType, ContextType, RequireFields>; - avalanche_rootMessageSent?: SubscriptionResolver, "avalanche_rootMessageSent", ParentType, ContextType, RequireFields>; - avalanche_rootMessageSents?: SubscriptionResolver, "avalanche_rootMessageSents", ParentType, ContextType, RequireFields>; - avalanche_relayerFeesIncrease?: SubscriptionResolver, "avalanche_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - avalanche_relayerFeesIncreases?: SubscriptionResolver, "avalanche_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - avalanche_slippageUpdate?: SubscriptionResolver, "avalanche_slippageUpdate", ParentType, ContextType, RequireFields>; - avalanche_slippageUpdates?: SubscriptionResolver, "avalanche_slippageUpdates", ParentType, ContextType, RequireFields>; - avalanche_snapshotRoot?: SubscriptionResolver, "avalanche_snapshotRoot", ParentType, ContextType, RequireFields>; - avalanche_snapshotRoots?: SubscriptionResolver, "avalanche_snapshotRoots", ParentType, ContextType, RequireFields>; - avalanche_spokeConnectorMode?: SubscriptionResolver, "avalanche_spokeConnectorMode", ParentType, ContextType, RequireFields>; - avalanche_spokeConnectorModes?: SubscriptionResolver, "avalanche_spokeConnectorModes", ParentType, ContextType, RequireFields>; - avalanche_aggregateRootProposed?: SubscriptionResolver, "avalanche_aggregateRootProposed", ParentType, ContextType, RequireFields>; - avalanche_aggregateRootProposeds?: SubscriptionResolver, "avalanche_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - avalanche_optimisticRootFinalized?: SubscriptionResolver, "avalanche_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - avalanche_optimisticRootFinalizeds?: SubscriptionResolver, "avalanche_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - avalanche__meta?: SubscriptionResolver, "avalanche__meta", ParentType, ContextType, Partial>; - stagingmainnet_asset?: SubscriptionResolver, "stagingmainnet_asset", ParentType, ContextType, RequireFields>; - stagingmainnet_assets?: SubscriptionResolver, "stagingmainnet_assets", ParentType, ContextType, RequireFields>; - stagingmainnet_assetStatus?: SubscriptionResolver, "stagingmainnet_assetStatus", ParentType, ContextType, RequireFields>; - stagingmainnet_assetStatuses?: SubscriptionResolver, "stagingmainnet_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmainnet_assetBalance?: SubscriptionResolver, "stagingmainnet_assetBalance", ParentType, ContextType, RequireFields>; - stagingmainnet_assetBalances?: SubscriptionResolver, "stagingmainnet_assetBalances", ParentType, ContextType, RequireFields>; - stagingmainnet_router?: SubscriptionResolver, "stagingmainnet_router", ParentType, ContextType, RequireFields>; - stagingmainnet_routers?: SubscriptionResolver, "stagingmainnet_routers", ParentType, ContextType, RequireFields>; - stagingmainnet_routerDailyTVL?: SubscriptionResolver, "stagingmainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmainnet_routerDailyTVLs?: SubscriptionResolver, "stagingmainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmainnet_routerLiquidityEvent?: SubscriptionResolver, "stagingmainnet_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmainnet_routerLiquidityEvents?: SubscriptionResolver, "stagingmainnet_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmainnet_setting?: SubscriptionResolver, "stagingmainnet_setting", ParentType, ContextType, RequireFields>; - stagingmainnet_settings?: SubscriptionResolver, "stagingmainnet_settings", ParentType, ContextType, RequireFields>; - stagingmainnet_relayer?: SubscriptionResolver, "stagingmainnet_relayer", ParentType, ContextType, RequireFields>; - stagingmainnet_relayers?: SubscriptionResolver, "stagingmainnet_relayers", ParentType, ContextType, RequireFields>; - stagingmainnet_sequencer?: SubscriptionResolver, "stagingmainnet_sequencer", ParentType, ContextType, RequireFields>; - stagingmainnet_sequencers?: SubscriptionResolver, "stagingmainnet_sequencers", ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFee?: SubscriptionResolver, "stagingmainnet_relayerFee", ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFees?: SubscriptionResolver, "stagingmainnet_relayerFees", ParentType, ContextType, RequireFields>; - stagingmainnet_originTransfer?: SubscriptionResolver, "stagingmainnet_originTransfer", ParentType, ContextType, RequireFields>; - stagingmainnet_originTransfers?: SubscriptionResolver, "stagingmainnet_originTransfers", ParentType, ContextType, RequireFields>; - stagingmainnet_destinationTransfer?: SubscriptionResolver, "stagingmainnet_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmainnet_destinationTransfers?: SubscriptionResolver, "stagingmainnet_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmainnet_originMessage?: SubscriptionResolver, "stagingmainnet_originMessage", ParentType, ContextType, RequireFields>; - stagingmainnet_originMessages?: SubscriptionResolver, "stagingmainnet_originMessages", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRoot?: SubscriptionResolver, "stagingmainnet_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRoots?: SubscriptionResolver, "stagingmainnet_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmainnet_connectorMeta?: SubscriptionResolver, "stagingmainnet_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmainnet_connectorMetas?: SubscriptionResolver, "stagingmainnet_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmainnet_rootCount?: SubscriptionResolver, "stagingmainnet_rootCount", ParentType, ContextType, RequireFields>; - stagingmainnet_rootCounts?: SubscriptionResolver, "stagingmainnet_rootCounts", ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageSent?: SubscriptionResolver, "stagingmainnet_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmainnet_rootMessageSents?: SubscriptionResolver, "stagingmainnet_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFeesIncrease?: SubscriptionResolver, "stagingmainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmainnet_relayerFeesIncreases?: SubscriptionResolver, "stagingmainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmainnet_slippageUpdate?: SubscriptionResolver, "stagingmainnet_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmainnet_slippageUpdates?: SubscriptionResolver, "stagingmainnet_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmainnet_snapshotRoot?: SubscriptionResolver, "stagingmainnet_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmainnet_snapshotRoots?: SubscriptionResolver, "stagingmainnet_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmainnet_spokeConnectorMode?: SubscriptionResolver, "stagingmainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmainnet_spokeConnectorModes?: SubscriptionResolver, "stagingmainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootProposed?: SubscriptionResolver, "stagingmainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmainnet_aggregateRootProposeds?: SubscriptionResolver, "stagingmainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootFinalized?: SubscriptionResolver, "stagingmainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmainnet_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - zksync_asset?: SubscriptionResolver, "zksync_asset", ParentType, ContextType, RequireFields>; - zksync_assets?: SubscriptionResolver, "zksync_assets", ParentType, ContextType, RequireFields>; - zksync_assetStatus?: SubscriptionResolver, "zksync_assetStatus", ParentType, ContextType, RequireFields>; - zksync_assetStatuses?: SubscriptionResolver, "zksync_assetStatuses", ParentType, ContextType, RequireFields>; - zksync_assetBalance?: SubscriptionResolver, "zksync_assetBalance", ParentType, ContextType, RequireFields>; - zksync_assetBalances?: SubscriptionResolver, "zksync_assetBalances", ParentType, ContextType, RequireFields>; - zksync_router?: SubscriptionResolver, "zksync_router", ParentType, ContextType, RequireFields>; - zksync_routers?: SubscriptionResolver, "zksync_routers", ParentType, ContextType, RequireFields>; - zksync_routerDailyTVL?: SubscriptionResolver, "zksync_routerDailyTVL", ParentType, ContextType, RequireFields>; - zksync_routerDailyTVLs?: SubscriptionResolver, "zksync_routerDailyTVLs", ParentType, ContextType, RequireFields>; - zksync_routerLiquidityEvent?: SubscriptionResolver, "zksync_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - zksync_routerLiquidityEvents?: SubscriptionResolver, "zksync_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - zksync_setting?: SubscriptionResolver, "zksync_setting", ParentType, ContextType, RequireFields>; - zksync_settings?: SubscriptionResolver, "zksync_settings", ParentType, ContextType, RequireFields>; - zksync_relayer?: SubscriptionResolver, "zksync_relayer", ParentType, ContextType, RequireFields>; - zksync_relayers?: SubscriptionResolver, "zksync_relayers", ParentType, ContextType, RequireFields>; - zksync_sequencer?: SubscriptionResolver, "zksync_sequencer", ParentType, ContextType, RequireFields>; - zksync_sequencers?: SubscriptionResolver, "zksync_sequencers", ParentType, ContextType, RequireFields>; - zksync_relayerFee?: SubscriptionResolver, "zksync_relayerFee", ParentType, ContextType, RequireFields>; - zksync_relayerFees?: SubscriptionResolver, "zksync_relayerFees", ParentType, ContextType, RequireFields>; - zksync_originTransfer?: SubscriptionResolver, "zksync_originTransfer", ParentType, ContextType, RequireFields>; - zksync_originTransfers?: SubscriptionResolver, "zksync_originTransfers", ParentType, ContextType, RequireFields>; - zksync_destinationTransfer?: SubscriptionResolver, "zksync_destinationTransfer", ParentType, ContextType, RequireFields>; - zksync_destinationTransfers?: SubscriptionResolver, "zksync_destinationTransfers", ParentType, ContextType, RequireFields>; - zksync_originMessage?: SubscriptionResolver, "zksync_originMessage", ParentType, ContextType, RequireFields>; - zksync_originMessages?: SubscriptionResolver, "zksync_originMessages", ParentType, ContextType, RequireFields>; - zksync_aggregateRoot?: SubscriptionResolver, "zksync_aggregateRoot", ParentType, ContextType, RequireFields>; - zksync_aggregateRoots?: SubscriptionResolver, "zksync_aggregateRoots", ParentType, ContextType, RequireFields>; - zksync_connectorMeta?: SubscriptionResolver, "zksync_connectorMeta", ParentType, ContextType, RequireFields>; - zksync_connectorMetas?: SubscriptionResolver, "zksync_connectorMetas", ParentType, ContextType, RequireFields>; - zksync_rootCount?: SubscriptionResolver, "zksync_rootCount", ParentType, ContextType, RequireFields>; - zksync_rootCounts?: SubscriptionResolver, "zksync_rootCounts", ParentType, ContextType, RequireFields>; - zksync_rootMessageSent?: SubscriptionResolver, "zksync_rootMessageSent", ParentType, ContextType, RequireFields>; - zksync_rootMessageSents?: SubscriptionResolver, "zksync_rootMessageSents", ParentType, ContextType, RequireFields>; - zksync_relayerFeesIncrease?: SubscriptionResolver, "zksync_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - zksync_relayerFeesIncreases?: SubscriptionResolver, "zksync_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - zksync_slippageUpdate?: SubscriptionResolver, "zksync_slippageUpdate", ParentType, ContextType, RequireFields>; - zksync_slippageUpdates?: SubscriptionResolver, "zksync_slippageUpdates", ParentType, ContextType, RequireFields>; - zksync_snapshotRoot?: SubscriptionResolver, "zksync_snapshotRoot", ParentType, ContextType, RequireFields>; - zksync_snapshotRoots?: SubscriptionResolver, "zksync_snapshotRoots", ParentType, ContextType, RequireFields>; - zksync_spokeConnectorMode?: SubscriptionResolver, "zksync_spokeConnectorMode", ParentType, ContextType, RequireFields>; - zksync_spokeConnectorModes?: SubscriptionResolver, "zksync_spokeConnectorModes", ParentType, ContextType, RequireFields>; - zksync_aggregateRootProposed?: SubscriptionResolver, "zksync_aggregateRootProposed", ParentType, ContextType, RequireFields>; - zksync_aggregateRootProposeds?: SubscriptionResolver, "zksync_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - zksync_optimisticRootFinalized?: SubscriptionResolver, "zksync_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - zksync_optimisticRootFinalizeds?: SubscriptionResolver, "zksync_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - zksync__meta?: SubscriptionResolver, "zksync__meta", ParentType, ContextType, Partial>; - polygonzkevm_swap_asset?: SubscriptionResolver, "polygonzkevm_swap_asset", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assets?: SubscriptionResolver, "polygonzkevm_swap_assets", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetStatus?: SubscriptionResolver, "polygonzkevm_swap_assetStatus", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetStatuses?: SubscriptionResolver, "polygonzkevm_swap_assetStatuses", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetBalance?: SubscriptionResolver, "polygonzkevm_swap_assetBalance", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_assetBalances?: SubscriptionResolver, "polygonzkevm_swap_assetBalances", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_router?: SubscriptionResolver, "polygonzkevm_swap_router", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routers?: SubscriptionResolver, "polygonzkevm_swap_routers", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerDailyTVL?: SubscriptionResolver, "polygonzkevm_swap_routerDailyTVL", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerDailyTVLs?: SubscriptionResolver, "polygonzkevm_swap_routerDailyTVLs", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerLiquidityEvent?: SubscriptionResolver, "polygonzkevm_swap_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_routerLiquidityEvents?: SubscriptionResolver, "polygonzkevm_swap_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_setting?: SubscriptionResolver, "polygonzkevm_swap_setting", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_settings?: SubscriptionResolver, "polygonzkevm_swap_settings", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayer?: SubscriptionResolver, "polygonzkevm_swap_relayer", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayers?: SubscriptionResolver, "polygonzkevm_swap_relayers", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_sequencer?: SubscriptionResolver, "polygonzkevm_swap_sequencer", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_sequencers?: SubscriptionResolver, "polygonzkevm_swap_sequencers", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFee?: SubscriptionResolver, "polygonzkevm_swap_relayerFee", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFees?: SubscriptionResolver, "polygonzkevm_swap_relayerFees", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originTransfer?: SubscriptionResolver, "polygonzkevm_swap_originTransfer", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originTransfers?: SubscriptionResolver, "polygonzkevm_swap_originTransfers", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_destinationTransfer?: SubscriptionResolver, "polygonzkevm_swap_destinationTransfer", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_destinationTransfers?: SubscriptionResolver, "polygonzkevm_swap_destinationTransfers", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originMessage?: SubscriptionResolver, "polygonzkevm_swap_originMessage", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_originMessages?: SubscriptionResolver, "polygonzkevm_swap_originMessages", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRoot?: SubscriptionResolver, "polygonzkevm_swap_aggregateRoot", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRoots?: SubscriptionResolver, "polygonzkevm_swap_aggregateRoots", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_connectorMeta?: SubscriptionResolver, "polygonzkevm_swap_connectorMeta", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_connectorMetas?: SubscriptionResolver, "polygonzkevm_swap_connectorMetas", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootCount?: SubscriptionResolver, "polygonzkevm_swap_rootCount", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootCounts?: SubscriptionResolver, "polygonzkevm_swap_rootCounts", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootMessageSent?: SubscriptionResolver, "polygonzkevm_swap_rootMessageSent", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_rootMessageSents?: SubscriptionResolver, "polygonzkevm_swap_rootMessageSents", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFeesIncrease?: SubscriptionResolver, "polygonzkevm_swap_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_relayerFeesIncreases?: SubscriptionResolver, "polygonzkevm_swap_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_slippageUpdate?: SubscriptionResolver, "polygonzkevm_swap_slippageUpdate", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_slippageUpdates?: SubscriptionResolver, "polygonzkevm_swap_slippageUpdates", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_snapshotRoot?: SubscriptionResolver, "polygonzkevm_swap_snapshotRoot", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_snapshotRoots?: SubscriptionResolver, "polygonzkevm_swap_snapshotRoots", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_spokeConnectorMode?: SubscriptionResolver, "polygonzkevm_swap_spokeConnectorMode", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_spokeConnectorModes?: SubscriptionResolver, "polygonzkevm_swap_spokeConnectorModes", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRootProposed?: SubscriptionResolver, "polygonzkevm_swap_aggregateRootProposed", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_aggregateRootProposeds?: SubscriptionResolver, "polygonzkevm_swap_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_optimisticRootFinalized?: SubscriptionResolver, "polygonzkevm_swap_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - polygonzkevm_swap_optimisticRootFinalizeds?: SubscriptionResolver, "polygonzkevm_swap_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - polygonzkevm_swap__meta?: SubscriptionResolver, "polygonzkevm_swap__meta", ParentType, ContextType, Partial>; - xlayer_asset?: SubscriptionResolver, "xlayer_asset", ParentType, ContextType, RequireFields>; - xlayer_assets?: SubscriptionResolver, "xlayer_assets", ParentType, ContextType, RequireFields>; - xlayer_assetStatus?: SubscriptionResolver, "xlayer_assetStatus", ParentType, ContextType, RequireFields>; - xlayer_assetStatuses?: SubscriptionResolver, "xlayer_assetStatuses", ParentType, ContextType, RequireFields>; - xlayer_assetBalance?: SubscriptionResolver, "xlayer_assetBalance", ParentType, ContextType, RequireFields>; - xlayer_assetBalances?: SubscriptionResolver, "xlayer_assetBalances", ParentType, ContextType, RequireFields>; - xlayer_router?: SubscriptionResolver, "xlayer_router", ParentType, ContextType, RequireFields>; - xlayer_routers?: SubscriptionResolver, "xlayer_routers", ParentType, ContextType, RequireFields>; - xlayer_routerDailyTVL?: SubscriptionResolver, "xlayer_routerDailyTVL", ParentType, ContextType, RequireFields>; - xlayer_routerDailyTVLs?: SubscriptionResolver, "xlayer_routerDailyTVLs", ParentType, ContextType, RequireFields>; - xlayer_routerLiquidityEvent?: SubscriptionResolver, "xlayer_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - xlayer_routerLiquidityEvents?: SubscriptionResolver, "xlayer_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - xlayer_setting?: SubscriptionResolver, "xlayer_setting", ParentType, ContextType, RequireFields>; - xlayer_settings?: SubscriptionResolver, "xlayer_settings", ParentType, ContextType, RequireFields>; - xlayer_relayer?: SubscriptionResolver, "xlayer_relayer", ParentType, ContextType, RequireFields>; - xlayer_relayers?: SubscriptionResolver, "xlayer_relayers", ParentType, ContextType, RequireFields>; - xlayer_sequencer?: SubscriptionResolver, "xlayer_sequencer", ParentType, ContextType, RequireFields>; - xlayer_sequencers?: SubscriptionResolver, "xlayer_sequencers", ParentType, ContextType, RequireFields>; - xlayer_relayerFee?: SubscriptionResolver, "xlayer_relayerFee", ParentType, ContextType, RequireFields>; - xlayer_relayerFees?: SubscriptionResolver, "xlayer_relayerFees", ParentType, ContextType, RequireFields>; - xlayer_originTransfer?: SubscriptionResolver, "xlayer_originTransfer", ParentType, ContextType, RequireFields>; - xlayer_originTransfers?: SubscriptionResolver, "xlayer_originTransfers", ParentType, ContextType, RequireFields>; - xlayer_destinationTransfer?: SubscriptionResolver, "xlayer_destinationTransfer", ParentType, ContextType, RequireFields>; - xlayer_destinationTransfers?: SubscriptionResolver, "xlayer_destinationTransfers", ParentType, ContextType, RequireFields>; - xlayer_originMessage?: SubscriptionResolver, "xlayer_originMessage", ParentType, ContextType, RequireFields>; - xlayer_originMessages?: SubscriptionResolver, "xlayer_originMessages", ParentType, ContextType, RequireFields>; - xlayer_aggregateRoot?: SubscriptionResolver, "xlayer_aggregateRoot", ParentType, ContextType, RequireFields>; - xlayer_aggregateRoots?: SubscriptionResolver, "xlayer_aggregateRoots", ParentType, ContextType, RequireFields>; - xlayer_connectorMeta?: SubscriptionResolver, "xlayer_connectorMeta", ParentType, ContextType, RequireFields>; - xlayer_connectorMetas?: SubscriptionResolver, "xlayer_connectorMetas", ParentType, ContextType, RequireFields>; - xlayer_rootCount?: SubscriptionResolver, "xlayer_rootCount", ParentType, ContextType, RequireFields>; - xlayer_rootCounts?: SubscriptionResolver, "xlayer_rootCounts", ParentType, ContextType, RequireFields>; - xlayer_rootMessageSent?: SubscriptionResolver, "xlayer_rootMessageSent", ParentType, ContextType, RequireFields>; - xlayer_rootMessageSents?: SubscriptionResolver, "xlayer_rootMessageSents", ParentType, ContextType, RequireFields>; - xlayer_relayerFeesIncrease?: SubscriptionResolver, "xlayer_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - xlayer_relayerFeesIncreases?: SubscriptionResolver, "xlayer_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - xlayer_slippageUpdate?: SubscriptionResolver, "xlayer_slippageUpdate", ParentType, ContextType, RequireFields>; - xlayer_slippageUpdates?: SubscriptionResolver, "xlayer_slippageUpdates", ParentType, ContextType, RequireFields>; - xlayer_snapshotRoot?: SubscriptionResolver, "xlayer_snapshotRoot", ParentType, ContextType, RequireFields>; - xlayer_snapshotRoots?: SubscriptionResolver, "xlayer_snapshotRoots", ParentType, ContextType, RequireFields>; - xlayer_spokeConnectorMode?: SubscriptionResolver, "xlayer_spokeConnectorMode", ParentType, ContextType, RequireFields>; - xlayer_spokeConnectorModes?: SubscriptionResolver, "xlayer_spokeConnectorModes", ParentType, ContextType, RequireFields>; - xlayer_aggregateRootProposed?: SubscriptionResolver, "xlayer_aggregateRootProposed", ParentType, ContextType, RequireFields>; - xlayer_aggregateRootProposeds?: SubscriptionResolver, "xlayer_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - xlayer_optimisticRootFinalized?: SubscriptionResolver, "xlayer_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - xlayer_optimisticRootFinalizeds?: SubscriptionResolver, "xlayer_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - xlayer__meta?: SubscriptionResolver, "xlayer__meta", ParentType, ContextType, Partial>; - mainnet_asset?: SubscriptionResolver, "mainnet_asset", ParentType, ContextType, RequireFields>; - mainnet_assets?: SubscriptionResolver, "mainnet_assets", ParentType, ContextType, RequireFields>; - mainnet_assetStatus?: SubscriptionResolver, "mainnet_assetStatus", ParentType, ContextType, RequireFields>; - mainnet_assetStatuses?: SubscriptionResolver, "mainnet_assetStatuses", ParentType, ContextType, RequireFields>; - mainnet_assetBalance?: SubscriptionResolver, "mainnet_assetBalance", ParentType, ContextType, RequireFields>; - mainnet_assetBalances?: SubscriptionResolver, "mainnet_assetBalances", ParentType, ContextType, RequireFields>; - mainnet_router?: SubscriptionResolver, "mainnet_router", ParentType, ContextType, RequireFields>; - mainnet_routers?: SubscriptionResolver, "mainnet_routers", ParentType, ContextType, RequireFields>; - mainnet_routerDailyTVL?: SubscriptionResolver, "mainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; - mainnet_routerDailyTVLs?: SubscriptionResolver, "mainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; - mainnet_routerLiquidityEvent?: SubscriptionResolver, "mainnet_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - mainnet_routerLiquidityEvents?: SubscriptionResolver, "mainnet_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - mainnet_setting?: SubscriptionResolver, "mainnet_setting", ParentType, ContextType, RequireFields>; - mainnet_settings?: SubscriptionResolver, "mainnet_settings", ParentType, ContextType, RequireFields>; - mainnet_relayer?: SubscriptionResolver, "mainnet_relayer", ParentType, ContextType, RequireFields>; - mainnet_relayers?: SubscriptionResolver, "mainnet_relayers", ParentType, ContextType, RequireFields>; - mainnet_sequencer?: SubscriptionResolver, "mainnet_sequencer", ParentType, ContextType, RequireFields>; - mainnet_sequencers?: SubscriptionResolver, "mainnet_sequencers", ParentType, ContextType, RequireFields>; - mainnet_relayerFee?: SubscriptionResolver, "mainnet_relayerFee", ParentType, ContextType, RequireFields>; - mainnet_relayerFees?: SubscriptionResolver, "mainnet_relayerFees", ParentType, ContextType, RequireFields>; - mainnet_originTransfer?: SubscriptionResolver, "mainnet_originTransfer", ParentType, ContextType, RequireFields>; - mainnet_originTransfers?: SubscriptionResolver, "mainnet_originTransfers", ParentType, ContextType, RequireFields>; - mainnet_destinationTransfer?: SubscriptionResolver, "mainnet_destinationTransfer", ParentType, ContextType, RequireFields>; - mainnet_destinationTransfers?: SubscriptionResolver, "mainnet_destinationTransfers", ParentType, ContextType, RequireFields>; - mainnet_originMessage?: SubscriptionResolver, "mainnet_originMessage", ParentType, ContextType, RequireFields>; - mainnet_originMessages?: SubscriptionResolver, "mainnet_originMessages", ParentType, ContextType, RequireFields>; - mainnet_aggregateRoot?: SubscriptionResolver, "mainnet_aggregateRoot", ParentType, ContextType, RequireFields>; - mainnet_aggregateRoots?: SubscriptionResolver, "mainnet_aggregateRoots", ParentType, ContextType, RequireFields>; - mainnet_connectorMeta?: SubscriptionResolver, "mainnet_connectorMeta", ParentType, ContextType, RequireFields>; - mainnet_connectorMetas?: SubscriptionResolver, "mainnet_connectorMetas", ParentType, ContextType, RequireFields>; - mainnet_rootCount?: SubscriptionResolver, "mainnet_rootCount", ParentType, ContextType, RequireFields>; - mainnet_rootCounts?: SubscriptionResolver, "mainnet_rootCounts", ParentType, ContextType, RequireFields>; - mainnet_rootMessageSent?: SubscriptionResolver, "mainnet_rootMessageSent", ParentType, ContextType, RequireFields>; - mainnet_rootMessageSents?: SubscriptionResolver, "mainnet_rootMessageSents", ParentType, ContextType, RequireFields>; - mainnet_relayerFeesIncrease?: SubscriptionResolver, "mainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - mainnet_relayerFeesIncreases?: SubscriptionResolver, "mainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - mainnet_slippageUpdate?: SubscriptionResolver, "mainnet_slippageUpdate", ParentType, ContextType, RequireFields>; - mainnet_slippageUpdates?: SubscriptionResolver, "mainnet_slippageUpdates", ParentType, ContextType, RequireFields>; - mainnet_snapshotRoot?: SubscriptionResolver, "mainnet_snapshotRoot", ParentType, ContextType, RequireFields>; - mainnet_snapshotRoots?: SubscriptionResolver, "mainnet_snapshotRoots", ParentType, ContextType, RequireFields>; - mainnet_spokeConnectorMode?: SubscriptionResolver, "mainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; - mainnet_spokeConnectorModes?: SubscriptionResolver, "mainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; - mainnet_aggregateRootProposed?: SubscriptionResolver, "mainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; - mainnet_aggregateRootProposeds?: SubscriptionResolver, "mainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - mainnet_optimisticRootFinalized?: SubscriptionResolver, "mainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - mainnet_optimisticRootFinalizeds?: SubscriptionResolver, "mainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingbase_asset?: SubscriptionResolver, "stagingbase_asset", ParentType, ContextType, RequireFields>; - stagingbase_assets?: SubscriptionResolver, "stagingbase_assets", ParentType, ContextType, RequireFields>; - stagingbase_assetStatus?: SubscriptionResolver, "stagingbase_assetStatus", ParentType, ContextType, RequireFields>; - stagingbase_assetStatuses?: SubscriptionResolver, "stagingbase_assetStatuses", ParentType, ContextType, RequireFields>; - stagingbase_assetBalance?: SubscriptionResolver, "stagingbase_assetBalance", ParentType, ContextType, RequireFields>; - stagingbase_assetBalances?: SubscriptionResolver, "stagingbase_assetBalances", ParentType, ContextType, RequireFields>; - stagingbase_router?: SubscriptionResolver, "stagingbase_router", ParentType, ContextType, RequireFields>; - stagingbase_routers?: SubscriptionResolver, "stagingbase_routers", ParentType, ContextType, RequireFields>; - stagingbase_routerDailyTVL?: SubscriptionResolver, "stagingbase_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingbase_routerDailyTVLs?: SubscriptionResolver, "stagingbase_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingbase_routerLiquidityEvent?: SubscriptionResolver, "stagingbase_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingbase_routerLiquidityEvents?: SubscriptionResolver, "stagingbase_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingbase_setting?: SubscriptionResolver, "stagingbase_setting", ParentType, ContextType, RequireFields>; - stagingbase_settings?: SubscriptionResolver, "stagingbase_settings", ParentType, ContextType, RequireFields>; - stagingbase_relayer?: SubscriptionResolver, "stagingbase_relayer", ParentType, ContextType, RequireFields>; - stagingbase_relayers?: SubscriptionResolver, "stagingbase_relayers", ParentType, ContextType, RequireFields>; - stagingbase_sequencer?: SubscriptionResolver, "stagingbase_sequencer", ParentType, ContextType, RequireFields>; - stagingbase_sequencers?: SubscriptionResolver, "stagingbase_sequencers", ParentType, ContextType, RequireFields>; - stagingbase_relayerFee?: SubscriptionResolver, "stagingbase_relayerFee", ParentType, ContextType, RequireFields>; - stagingbase_relayerFees?: SubscriptionResolver, "stagingbase_relayerFees", ParentType, ContextType, RequireFields>; - stagingbase_originTransfer?: SubscriptionResolver, "stagingbase_originTransfer", ParentType, ContextType, RequireFields>; - stagingbase_originTransfers?: SubscriptionResolver, "stagingbase_originTransfers", ParentType, ContextType, RequireFields>; - stagingbase_destinationTransfer?: SubscriptionResolver, "stagingbase_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingbase_destinationTransfers?: SubscriptionResolver, "stagingbase_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingbase_originMessage?: SubscriptionResolver, "stagingbase_originMessage", ParentType, ContextType, RequireFields>; - stagingbase_originMessages?: SubscriptionResolver, "stagingbase_originMessages", ParentType, ContextType, RequireFields>; - stagingbase_aggregateRoot?: SubscriptionResolver, "stagingbase_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingbase_aggregateRoots?: SubscriptionResolver, "stagingbase_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingbase_connectorMeta?: SubscriptionResolver, "stagingbase_connectorMeta", ParentType, ContextType, RequireFields>; - stagingbase_connectorMetas?: SubscriptionResolver, "stagingbase_connectorMetas", ParentType, ContextType, RequireFields>; - stagingbase_rootCount?: SubscriptionResolver, "stagingbase_rootCount", ParentType, ContextType, RequireFields>; - stagingbase_rootCounts?: SubscriptionResolver, "stagingbase_rootCounts", ParentType, ContextType, RequireFields>; - stagingbase_rootMessageSent?: SubscriptionResolver, "stagingbase_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingbase_rootMessageSents?: SubscriptionResolver, "stagingbase_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingbase_relayerFeesIncrease?: SubscriptionResolver, "stagingbase_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingbase_relayerFeesIncreases?: SubscriptionResolver, "stagingbase_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingbase_slippageUpdate?: SubscriptionResolver, "stagingbase_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingbase_slippageUpdates?: SubscriptionResolver, "stagingbase_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingbase_snapshotRoot?: SubscriptionResolver, "stagingbase_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingbase_snapshotRoots?: SubscriptionResolver, "stagingbase_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingbase_spokeConnectorMode?: SubscriptionResolver, "stagingbase_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingbase_spokeConnectorModes?: SubscriptionResolver, "stagingbase_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingbase_aggregateRootProposed?: SubscriptionResolver, "stagingbase_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingbase_aggregateRootProposeds?: SubscriptionResolver, "stagingbase_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingbase_optimisticRootFinalized?: SubscriptionResolver, "stagingbase_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingbase_optimisticRootFinalizeds?: SubscriptionResolver, "stagingbase_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingbase__meta?: SubscriptionResolver, "stagingbase__meta", ParentType, ContextType, Partial>; - metis_asset?: SubscriptionResolver, "metis_asset", ParentType, ContextType, RequireFields>; - metis_assets?: SubscriptionResolver, "metis_assets", ParentType, ContextType, RequireFields>; - metis_assetStatus?: SubscriptionResolver, "metis_assetStatus", ParentType, ContextType, RequireFields>; - metis_assetStatuses?: SubscriptionResolver, "metis_assetStatuses", ParentType, ContextType, RequireFields>; - metis_assetBalance?: SubscriptionResolver, "metis_assetBalance", ParentType, ContextType, RequireFields>; - metis_assetBalances?: SubscriptionResolver, "metis_assetBalances", ParentType, ContextType, RequireFields>; - metis_router?: SubscriptionResolver, "metis_router", ParentType, ContextType, RequireFields>; - metis_routers?: SubscriptionResolver, "metis_routers", ParentType, ContextType, RequireFields>; - metis_routerDailyTVL?: SubscriptionResolver, "metis_routerDailyTVL", ParentType, ContextType, RequireFields>; - metis_routerDailyTVLs?: SubscriptionResolver, "metis_routerDailyTVLs", ParentType, ContextType, RequireFields>; - metis_routerLiquidityEvent?: SubscriptionResolver, "metis_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - metis_routerLiquidityEvents?: SubscriptionResolver, "metis_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - metis_setting?: SubscriptionResolver, "metis_setting", ParentType, ContextType, RequireFields>; - metis_settings?: SubscriptionResolver, "metis_settings", ParentType, ContextType, RequireFields>; - metis_relayer?: SubscriptionResolver, "metis_relayer", ParentType, ContextType, RequireFields>; - metis_relayers?: SubscriptionResolver, "metis_relayers", ParentType, ContextType, RequireFields>; - metis_sequencer?: SubscriptionResolver, "metis_sequencer", ParentType, ContextType, RequireFields>; - metis_sequencers?: SubscriptionResolver, "metis_sequencers", ParentType, ContextType, RequireFields>; - metis_relayerFee?: SubscriptionResolver, "metis_relayerFee", ParentType, ContextType, RequireFields>; - metis_relayerFees?: SubscriptionResolver, "metis_relayerFees", ParentType, ContextType, RequireFields>; - metis_originTransfer?: SubscriptionResolver, "metis_originTransfer", ParentType, ContextType, RequireFields>; - metis_originTransfers?: SubscriptionResolver, "metis_originTransfers", ParentType, ContextType, RequireFields>; - metis_destinationTransfer?: SubscriptionResolver, "metis_destinationTransfer", ParentType, ContextType, RequireFields>; - metis_destinationTransfers?: SubscriptionResolver, "metis_destinationTransfers", ParentType, ContextType, RequireFields>; - metis_originMessage?: SubscriptionResolver, "metis_originMessage", ParentType, ContextType, RequireFields>; - metis_originMessages?: SubscriptionResolver, "metis_originMessages", ParentType, ContextType, RequireFields>; - metis_aggregateRoot?: SubscriptionResolver, "metis_aggregateRoot", ParentType, ContextType, RequireFields>; - metis_aggregateRoots?: SubscriptionResolver, "metis_aggregateRoots", ParentType, ContextType, RequireFields>; - metis_connectorMeta?: SubscriptionResolver, "metis_connectorMeta", ParentType, ContextType, RequireFields>; - metis_connectorMetas?: SubscriptionResolver, "metis_connectorMetas", ParentType, ContextType, RequireFields>; - metis_rootCount?: SubscriptionResolver, "metis_rootCount", ParentType, ContextType, RequireFields>; - metis_rootCounts?: SubscriptionResolver, "metis_rootCounts", ParentType, ContextType, RequireFields>; - metis_rootMessageSent?: SubscriptionResolver, "metis_rootMessageSent", ParentType, ContextType, RequireFields>; - metis_rootMessageSents?: SubscriptionResolver, "metis_rootMessageSents", ParentType, ContextType, RequireFields>; - metis_relayerFeesIncrease?: SubscriptionResolver, "metis_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - metis_relayerFeesIncreases?: SubscriptionResolver, "metis_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - metis_slippageUpdate?: SubscriptionResolver, "metis_slippageUpdate", ParentType, ContextType, RequireFields>; - metis_slippageUpdates?: SubscriptionResolver, "metis_slippageUpdates", ParentType, ContextType, RequireFields>; - metis_snapshotRoot?: SubscriptionResolver, "metis_snapshotRoot", ParentType, ContextType, RequireFields>; - metis_snapshotRoots?: SubscriptionResolver, "metis_snapshotRoots", ParentType, ContextType, RequireFields>; - metis_spokeConnectorMode?: SubscriptionResolver, "metis_spokeConnectorMode", ParentType, ContextType, RequireFields>; - metis_spokeConnectorModes?: SubscriptionResolver, "metis_spokeConnectorModes", ParentType, ContextType, RequireFields>; - metis_aggregateRootProposed?: SubscriptionResolver, "metis_aggregateRootProposed", ParentType, ContextType, RequireFields>; - metis_aggregateRootProposeds?: SubscriptionResolver, "metis_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - metis_optimisticRootFinalized?: SubscriptionResolver, "metis_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - metis_optimisticRootFinalizeds?: SubscriptionResolver, "metis_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - metis__meta?: SubscriptionResolver, "metis__meta", ParentType, ContextType, Partial>; - stagingoptimism_asset?: SubscriptionResolver, "stagingoptimism_asset", ParentType, ContextType, RequireFields>; - stagingoptimism_assets?: SubscriptionResolver, "stagingoptimism_assets", ParentType, ContextType, RequireFields>; - stagingoptimism_assetStatus?: SubscriptionResolver, "stagingoptimism_assetStatus", ParentType, ContextType, RequireFields>; - stagingoptimism_assetStatuses?: SubscriptionResolver, "stagingoptimism_assetStatuses", ParentType, ContextType, RequireFields>; - stagingoptimism_assetBalance?: SubscriptionResolver, "stagingoptimism_assetBalance", ParentType, ContextType, RequireFields>; - stagingoptimism_assetBalances?: SubscriptionResolver, "stagingoptimism_assetBalances", ParentType, ContextType, RequireFields>; - stagingoptimism_router?: SubscriptionResolver, "stagingoptimism_router", ParentType, ContextType, RequireFields>; - stagingoptimism_routers?: SubscriptionResolver, "stagingoptimism_routers", ParentType, ContextType, RequireFields>; - stagingoptimism_routerDailyTVL?: SubscriptionResolver, "stagingoptimism_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingoptimism_routerDailyTVLs?: SubscriptionResolver, "stagingoptimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingoptimism_routerLiquidityEvent?: SubscriptionResolver, "stagingoptimism_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingoptimism_routerLiquidityEvents?: SubscriptionResolver, "stagingoptimism_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingoptimism_setting?: SubscriptionResolver, "stagingoptimism_setting", ParentType, ContextType, RequireFields>; - stagingoptimism_settings?: SubscriptionResolver, "stagingoptimism_settings", ParentType, ContextType, RequireFields>; - stagingoptimism_relayer?: SubscriptionResolver, "stagingoptimism_relayer", ParentType, ContextType, RequireFields>; - stagingoptimism_relayers?: SubscriptionResolver, "stagingoptimism_relayers", ParentType, ContextType, RequireFields>; - stagingoptimism_sequencer?: SubscriptionResolver, "stagingoptimism_sequencer", ParentType, ContextType, RequireFields>; - stagingoptimism_sequencers?: SubscriptionResolver, "stagingoptimism_sequencers", ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFee?: SubscriptionResolver, "stagingoptimism_relayerFee", ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFees?: SubscriptionResolver, "stagingoptimism_relayerFees", ParentType, ContextType, RequireFields>; - stagingoptimism_originTransfer?: SubscriptionResolver, "stagingoptimism_originTransfer", ParentType, ContextType, RequireFields>; - stagingoptimism_originTransfers?: SubscriptionResolver, "stagingoptimism_originTransfers", ParentType, ContextType, RequireFields>; - stagingoptimism_destinationTransfer?: SubscriptionResolver, "stagingoptimism_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingoptimism_destinationTransfers?: SubscriptionResolver, "stagingoptimism_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingoptimism_originMessage?: SubscriptionResolver, "stagingoptimism_originMessage", ParentType, ContextType, RequireFields>; - stagingoptimism_originMessages?: SubscriptionResolver, "stagingoptimism_originMessages", ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRoot?: SubscriptionResolver, "stagingoptimism_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRoots?: SubscriptionResolver, "stagingoptimism_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingoptimism_connectorMeta?: SubscriptionResolver, "stagingoptimism_connectorMeta", ParentType, ContextType, RequireFields>; - stagingoptimism_connectorMetas?: SubscriptionResolver, "stagingoptimism_connectorMetas", ParentType, ContextType, RequireFields>; - stagingoptimism_rootCount?: SubscriptionResolver, "stagingoptimism_rootCount", ParentType, ContextType, RequireFields>; - stagingoptimism_rootCounts?: SubscriptionResolver, "stagingoptimism_rootCounts", ParentType, ContextType, RequireFields>; - stagingoptimism_rootMessageSent?: SubscriptionResolver, "stagingoptimism_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingoptimism_rootMessageSents?: SubscriptionResolver, "stagingoptimism_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFeesIncrease?: SubscriptionResolver, "stagingoptimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingoptimism_relayerFeesIncreases?: SubscriptionResolver, "stagingoptimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingoptimism_slippageUpdate?: SubscriptionResolver, "stagingoptimism_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingoptimism_slippageUpdates?: SubscriptionResolver, "stagingoptimism_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingoptimism_snapshotRoot?: SubscriptionResolver, "stagingoptimism_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingoptimism_snapshotRoots?: SubscriptionResolver, "stagingoptimism_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingoptimism_spokeConnectorMode?: SubscriptionResolver, "stagingoptimism_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingoptimism_spokeConnectorModes?: SubscriptionResolver, "stagingoptimism_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRootProposed?: SubscriptionResolver, "stagingoptimism_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingoptimism_aggregateRootProposeds?: SubscriptionResolver, "stagingoptimism_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingoptimism_optimisticRootFinalized?: SubscriptionResolver, "stagingoptimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingoptimism_optimisticRootFinalizeds?: SubscriptionResolver, "stagingoptimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingoptimism__meta?: SubscriptionResolver, "stagingoptimism__meta", ParentType, ContextType, Partial>; - stagingmantle_asset?: SubscriptionResolver, "stagingmantle_asset", ParentType, ContextType, RequireFields>; - stagingmantle_assets?: SubscriptionResolver, "stagingmantle_assets", ParentType, ContextType, RequireFields>; - stagingmantle_assetStatus?: SubscriptionResolver, "stagingmantle_assetStatus", ParentType, ContextType, RequireFields>; - stagingmantle_assetStatuses?: SubscriptionResolver, "stagingmantle_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmantle_assetBalance?: SubscriptionResolver, "stagingmantle_assetBalance", ParentType, ContextType, RequireFields>; - stagingmantle_assetBalances?: SubscriptionResolver, "stagingmantle_assetBalances", ParentType, ContextType, RequireFields>; - stagingmantle_router?: SubscriptionResolver, "stagingmantle_router", ParentType, ContextType, RequireFields>; - stagingmantle_routers?: SubscriptionResolver, "stagingmantle_routers", ParentType, ContextType, RequireFields>; - stagingmantle_routerDailyTVL?: SubscriptionResolver, "stagingmantle_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmantle_routerDailyTVLs?: SubscriptionResolver, "stagingmantle_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmantle_routerLiquidityEvent?: SubscriptionResolver, "stagingmantle_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmantle_routerLiquidityEvents?: SubscriptionResolver, "stagingmantle_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmantle_setting?: SubscriptionResolver, "stagingmantle_setting", ParentType, ContextType, RequireFields>; - stagingmantle_settings?: SubscriptionResolver, "stagingmantle_settings", ParentType, ContextType, RequireFields>; - stagingmantle_relayer?: SubscriptionResolver, "stagingmantle_relayer", ParentType, ContextType, RequireFields>; - stagingmantle_relayers?: SubscriptionResolver, "stagingmantle_relayers", ParentType, ContextType, RequireFields>; - stagingmantle_sequencer?: SubscriptionResolver, "stagingmantle_sequencer", ParentType, ContextType, RequireFields>; - stagingmantle_sequencers?: SubscriptionResolver, "stagingmantle_sequencers", ParentType, ContextType, RequireFields>; - stagingmantle_relayerFee?: SubscriptionResolver, "stagingmantle_relayerFee", ParentType, ContextType, RequireFields>; - stagingmantle_relayerFees?: SubscriptionResolver, "stagingmantle_relayerFees", ParentType, ContextType, RequireFields>; - stagingmantle_originTransfer?: SubscriptionResolver, "stagingmantle_originTransfer", ParentType, ContextType, RequireFields>; - stagingmantle_originTransfers?: SubscriptionResolver, "stagingmantle_originTransfers", ParentType, ContextType, RequireFields>; - stagingmantle_destinationTransfer?: SubscriptionResolver, "stagingmantle_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmantle_destinationTransfers?: SubscriptionResolver, "stagingmantle_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmantle_originMessage?: SubscriptionResolver, "stagingmantle_originMessage", ParentType, ContextType, RequireFields>; - stagingmantle_originMessages?: SubscriptionResolver, "stagingmantle_originMessages", ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRoot?: SubscriptionResolver, "stagingmantle_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRoots?: SubscriptionResolver, "stagingmantle_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmantle_connectorMeta?: SubscriptionResolver, "stagingmantle_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmantle_connectorMetas?: SubscriptionResolver, "stagingmantle_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmantle_rootCount?: SubscriptionResolver, "stagingmantle_rootCount", ParentType, ContextType, RequireFields>; - stagingmantle_rootCounts?: SubscriptionResolver, "stagingmantle_rootCounts", ParentType, ContextType, RequireFields>; - stagingmantle_rootMessageSent?: SubscriptionResolver, "stagingmantle_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmantle_rootMessageSents?: SubscriptionResolver, "stagingmantle_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmantle_relayerFeesIncrease?: SubscriptionResolver, "stagingmantle_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmantle_relayerFeesIncreases?: SubscriptionResolver, "stagingmantle_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmantle_slippageUpdate?: SubscriptionResolver, "stagingmantle_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmantle_slippageUpdates?: SubscriptionResolver, "stagingmantle_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmantle_snapshotRoot?: SubscriptionResolver, "stagingmantle_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmantle_snapshotRoots?: SubscriptionResolver, "stagingmantle_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmantle_spokeConnectorMode?: SubscriptionResolver, "stagingmantle_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmantle_spokeConnectorModes?: SubscriptionResolver, "stagingmantle_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRootProposed?: SubscriptionResolver, "stagingmantle_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmantle_aggregateRootProposeds?: SubscriptionResolver, "stagingmantle_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmantle_optimisticRootFinalized?: SubscriptionResolver, "stagingmantle_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmantle_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmantle_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmantle__meta?: SubscriptionResolver, "stagingmantle__meta", ParentType, ContextType, Partial>; - polygonzkevm_asset?: SubscriptionResolver, "polygonzkevm_asset", ParentType, ContextType, RequireFields>; - polygonzkevm_assets?: SubscriptionResolver, "polygonzkevm_assets", ParentType, ContextType, RequireFields>; - polygonzkevm_assetStatus?: SubscriptionResolver, "polygonzkevm_assetStatus", ParentType, ContextType, RequireFields>; - polygonzkevm_assetStatuses?: SubscriptionResolver, "polygonzkevm_assetStatuses", ParentType, ContextType, RequireFields>; - polygonzkevm_assetBalance?: SubscriptionResolver, "polygonzkevm_assetBalance", ParentType, ContextType, RequireFields>; - polygonzkevm_assetBalances?: SubscriptionResolver, "polygonzkevm_assetBalances", ParentType, ContextType, RequireFields>; - polygonzkevm_router?: SubscriptionResolver, "polygonzkevm_router", ParentType, ContextType, RequireFields>; - polygonzkevm_routers?: SubscriptionResolver, "polygonzkevm_routers", ParentType, ContextType, RequireFields>; - polygonzkevm_routerDailyTVL?: SubscriptionResolver, "polygonzkevm_routerDailyTVL", ParentType, ContextType, RequireFields>; - polygonzkevm_routerDailyTVLs?: SubscriptionResolver, "polygonzkevm_routerDailyTVLs", ParentType, ContextType, RequireFields>; - polygonzkevm_routerLiquidityEvent?: SubscriptionResolver, "polygonzkevm_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - polygonzkevm_routerLiquidityEvents?: SubscriptionResolver, "polygonzkevm_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - polygonzkevm_setting?: SubscriptionResolver, "polygonzkevm_setting", ParentType, ContextType, RequireFields>; - polygonzkevm_settings?: SubscriptionResolver, "polygonzkevm_settings", ParentType, ContextType, RequireFields>; - polygonzkevm_relayer?: SubscriptionResolver, "polygonzkevm_relayer", ParentType, ContextType, RequireFields>; - polygonzkevm_relayers?: SubscriptionResolver, "polygonzkevm_relayers", ParentType, ContextType, RequireFields>; - polygonzkevm_sequencer?: SubscriptionResolver, "polygonzkevm_sequencer", ParentType, ContextType, RequireFields>; - polygonzkevm_sequencers?: SubscriptionResolver, "polygonzkevm_sequencers", ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFee?: SubscriptionResolver, "polygonzkevm_relayerFee", ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFees?: SubscriptionResolver, "polygonzkevm_relayerFees", ParentType, ContextType, RequireFields>; - polygonzkevm_originTransfer?: SubscriptionResolver, "polygonzkevm_originTransfer", ParentType, ContextType, RequireFields>; - polygonzkevm_originTransfers?: SubscriptionResolver, "polygonzkevm_originTransfers", ParentType, ContextType, RequireFields>; - polygonzkevm_destinationTransfer?: SubscriptionResolver, "polygonzkevm_destinationTransfer", ParentType, ContextType, RequireFields>; - polygonzkevm_destinationTransfers?: SubscriptionResolver, "polygonzkevm_destinationTransfers", ParentType, ContextType, RequireFields>; - polygonzkevm_originMessage?: SubscriptionResolver, "polygonzkevm_originMessage", ParentType, ContextType, RequireFields>; - polygonzkevm_originMessages?: SubscriptionResolver, "polygonzkevm_originMessages", ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRoot?: SubscriptionResolver, "polygonzkevm_aggregateRoot", ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRoots?: SubscriptionResolver, "polygonzkevm_aggregateRoots", ParentType, ContextType, RequireFields>; - polygonzkevm_connectorMeta?: SubscriptionResolver, "polygonzkevm_connectorMeta", ParentType, ContextType, RequireFields>; - polygonzkevm_connectorMetas?: SubscriptionResolver, "polygonzkevm_connectorMetas", ParentType, ContextType, RequireFields>; - polygonzkevm_rootCount?: SubscriptionResolver, "polygonzkevm_rootCount", ParentType, ContextType, RequireFields>; - polygonzkevm_rootCounts?: SubscriptionResolver, "polygonzkevm_rootCounts", ParentType, ContextType, RequireFields>; - polygonzkevm_rootMessageSent?: SubscriptionResolver, "polygonzkevm_rootMessageSent", ParentType, ContextType, RequireFields>; - polygonzkevm_rootMessageSents?: SubscriptionResolver, "polygonzkevm_rootMessageSents", ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFeesIncrease?: SubscriptionResolver, "polygonzkevm_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - polygonzkevm_relayerFeesIncreases?: SubscriptionResolver, "polygonzkevm_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - polygonzkevm_slippageUpdate?: SubscriptionResolver, "polygonzkevm_slippageUpdate", ParentType, ContextType, RequireFields>; - polygonzkevm_slippageUpdates?: SubscriptionResolver, "polygonzkevm_slippageUpdates", ParentType, ContextType, RequireFields>; - polygonzkevm_snapshotRoot?: SubscriptionResolver, "polygonzkevm_snapshotRoot", ParentType, ContextType, RequireFields>; - polygonzkevm_snapshotRoots?: SubscriptionResolver, "polygonzkevm_snapshotRoots", ParentType, ContextType, RequireFields>; - polygonzkevm_spokeConnectorMode?: SubscriptionResolver, "polygonzkevm_spokeConnectorMode", ParentType, ContextType, RequireFields>; - polygonzkevm_spokeConnectorModes?: SubscriptionResolver, "polygonzkevm_spokeConnectorModes", ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRootProposed?: SubscriptionResolver, "polygonzkevm_aggregateRootProposed", ParentType, ContextType, RequireFields>; - polygonzkevm_aggregateRootProposeds?: SubscriptionResolver, "polygonzkevm_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - polygonzkevm_optimisticRootFinalized?: SubscriptionResolver, "polygonzkevm_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - polygonzkevm_optimisticRootFinalizeds?: SubscriptionResolver, "polygonzkevm_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - polygonzkevm__meta?: SubscriptionResolver, "polygonzkevm__meta", ParentType, ContextType, Partial>; + stagingpolygon_AggregateRoot: stagingpolygon_AggregateRoot; + stagingpolygon_AggregateRootProposed: stagingpolygon_AggregateRootProposed; + stagingpolygon_AggregateRootProposed_filter: stagingpolygon_AggregateRootProposed_filter; + stagingpolygon_AggregateRoot_filter: stagingpolygon_AggregateRoot_filter; + stagingpolygon_Asset: stagingpolygon_Asset; + stagingpolygon_AssetBalance: stagingpolygon_AssetBalance; + stagingpolygon_AssetBalance_filter: stagingpolygon_AssetBalance_filter; + stagingpolygon_AssetStatus: stagingpolygon_AssetStatus; + stagingpolygon_AssetStatus_filter: stagingpolygon_AssetStatus_filter; + stagingpolygon_Asset_filter: stagingpolygon_Asset_filter; + stagingpolygon_BigDecimal: Scalars['stagingpolygon_BigDecimal']; + stagingpolygon_BlockChangedFilter: stagingpolygon_BlockChangedFilter; + stagingpolygon_Block_height: stagingpolygon_Block_height; + stagingpolygon_Bytes: Scalars['stagingpolygon_Bytes']; + stagingpolygon_ConnectorMeta: stagingpolygon_ConnectorMeta; + stagingpolygon_ConnectorMeta_filter: stagingpolygon_ConnectorMeta_filter; + stagingpolygon_DestinationTransfer: stagingpolygon_DestinationTransfer; + stagingpolygon_DestinationTransfer_filter: stagingpolygon_DestinationTransfer_filter; + stagingpolygon_Int8: Scalars['stagingpolygon_Int8']; + stagingpolygon_OptimisticRootFinalized: stagingpolygon_OptimisticRootFinalized; + stagingpolygon_OptimisticRootFinalized_filter: stagingpolygon_OptimisticRootFinalized_filter; + stagingpolygon_OriginMessage: stagingpolygon_OriginMessage; + stagingpolygon_OriginMessage_filter: stagingpolygon_OriginMessage_filter; + stagingpolygon_OriginTransfer: stagingpolygon_OriginTransfer; + stagingpolygon_OriginTransfer_filter: stagingpolygon_OriginTransfer_filter; + stagingpolygon_Relayer: stagingpolygon_Relayer; + stagingpolygon_RelayerFee: stagingpolygon_RelayerFee; + stagingpolygon_RelayerFee_filter: stagingpolygon_RelayerFee_filter; + stagingpolygon_RelayerFeesIncrease: stagingpolygon_RelayerFeesIncrease; + stagingpolygon_RelayerFeesIncrease_filter: stagingpolygon_RelayerFeesIncrease_filter; + stagingpolygon_Relayer_filter: stagingpolygon_Relayer_filter; + stagingpolygon_RootCount: stagingpolygon_RootCount; + stagingpolygon_RootCount_filter: stagingpolygon_RootCount_filter; + stagingpolygon_RootMessageSent: stagingpolygon_RootMessageSent; + stagingpolygon_RootMessageSent_filter: stagingpolygon_RootMessageSent_filter; + stagingpolygon_Router: stagingpolygon_Router; + stagingpolygon_RouterDailyTVL: stagingpolygon_RouterDailyTVL; + stagingpolygon_RouterDailyTVL_filter: stagingpolygon_RouterDailyTVL_filter; + stagingpolygon_RouterLiquidityEvent: stagingpolygon_RouterLiquidityEvent; + stagingpolygon_RouterLiquidityEvent_filter: stagingpolygon_RouterLiquidityEvent_filter; + stagingpolygon_Router_filter: stagingpolygon_Router_filter; + stagingpolygon_Sequencer: stagingpolygon_Sequencer; + stagingpolygon_Sequencer_filter: stagingpolygon_Sequencer_filter; + stagingpolygon_Setting: stagingpolygon_Setting; + stagingpolygon_Setting_filter: stagingpolygon_Setting_filter; + stagingpolygon_SlippageUpdate: stagingpolygon_SlippageUpdate; + stagingpolygon_SlippageUpdate_filter: stagingpolygon_SlippageUpdate_filter; + stagingpolygon_SnapshotRoot: stagingpolygon_SnapshotRoot; + stagingpolygon_SnapshotRoot_filter: stagingpolygon_SnapshotRoot_filter; + stagingpolygon_SpokeConnectorMode: stagingpolygon_SpokeConnectorMode; + stagingpolygon_SpokeConnectorMode_filter: stagingpolygon_SpokeConnectorMode_filter; + stagingpolygon__Block_: stagingpolygon__Block_; + stagingpolygon__Meta_: stagingpolygon__Meta_; + polygonzkevm_swap_AggregateRoot: polygonzkevm_swap_AggregateRoot; + polygonzkevm_swap_AggregateRootProposed: polygonzkevm_swap_AggregateRootProposed; + polygonzkevm_swap_AggregateRootProposed_filter: polygonzkevm_swap_AggregateRootProposed_filter; + polygonzkevm_swap_AggregateRoot_filter: polygonzkevm_swap_AggregateRoot_filter; + polygonzkevm_swap_Asset: polygonzkevm_swap_Asset; + polygonzkevm_swap_AssetBalance: polygonzkevm_swap_AssetBalance; + polygonzkevm_swap_AssetBalance_filter: polygonzkevm_swap_AssetBalance_filter; + polygonzkevm_swap_AssetStatus: polygonzkevm_swap_AssetStatus; + polygonzkevm_swap_AssetStatus_filter: polygonzkevm_swap_AssetStatus_filter; + polygonzkevm_swap_Asset_filter: polygonzkevm_swap_Asset_filter; + polygonzkevm_swap_BigDecimal: Scalars['polygonzkevm_swap_BigDecimal']; + polygonzkevm_swap_BlockChangedFilter: polygonzkevm_swap_BlockChangedFilter; + polygonzkevm_swap_Block_height: polygonzkevm_swap_Block_height; + polygonzkevm_swap_Bytes: Scalars['polygonzkevm_swap_Bytes']; + polygonzkevm_swap_ConnectorMeta: polygonzkevm_swap_ConnectorMeta; + polygonzkevm_swap_ConnectorMeta_filter: polygonzkevm_swap_ConnectorMeta_filter; + polygonzkevm_swap_DestinationTransfer: polygonzkevm_swap_DestinationTransfer; + polygonzkevm_swap_DestinationTransfer_filter: polygonzkevm_swap_DestinationTransfer_filter; + polygonzkevm_swap_Int8: Scalars['polygonzkevm_swap_Int8']; + polygonzkevm_swap_OptimisticRootFinalized: polygonzkevm_swap_OptimisticRootFinalized; + polygonzkevm_swap_OptimisticRootFinalized_filter: polygonzkevm_swap_OptimisticRootFinalized_filter; + polygonzkevm_swap_OriginMessage: polygonzkevm_swap_OriginMessage; + polygonzkevm_swap_OriginMessage_filter: polygonzkevm_swap_OriginMessage_filter; + polygonzkevm_swap_OriginTransfer: polygonzkevm_swap_OriginTransfer; + polygonzkevm_swap_OriginTransfer_filter: polygonzkevm_swap_OriginTransfer_filter; + polygonzkevm_swap_Relayer: polygonzkevm_swap_Relayer; + polygonzkevm_swap_RelayerFee: polygonzkevm_swap_RelayerFee; + polygonzkevm_swap_RelayerFee_filter: polygonzkevm_swap_RelayerFee_filter; + polygonzkevm_swap_RelayerFeesIncrease: polygonzkevm_swap_RelayerFeesIncrease; + polygonzkevm_swap_RelayerFeesIncrease_filter: polygonzkevm_swap_RelayerFeesIncrease_filter; + polygonzkevm_swap_Relayer_filter: polygonzkevm_swap_Relayer_filter; + polygonzkevm_swap_RootCount: polygonzkevm_swap_RootCount; + polygonzkevm_swap_RootCount_filter: polygonzkevm_swap_RootCount_filter; + polygonzkevm_swap_RootMessageSent: polygonzkevm_swap_RootMessageSent; + polygonzkevm_swap_RootMessageSent_filter: polygonzkevm_swap_RootMessageSent_filter; + polygonzkevm_swap_Router: polygonzkevm_swap_Router; + polygonzkevm_swap_RouterDailyTVL: polygonzkevm_swap_RouterDailyTVL; + polygonzkevm_swap_RouterDailyTVL_filter: polygonzkevm_swap_RouterDailyTVL_filter; + polygonzkevm_swap_RouterLiquidityEvent: polygonzkevm_swap_RouterLiquidityEvent; + polygonzkevm_swap_RouterLiquidityEvent_filter: polygonzkevm_swap_RouterLiquidityEvent_filter; + polygonzkevm_swap_Router_filter: polygonzkevm_swap_Router_filter; + polygonzkevm_swap_Sequencer: polygonzkevm_swap_Sequencer; + polygonzkevm_swap_Sequencer_filter: polygonzkevm_swap_Sequencer_filter; + polygonzkevm_swap_Setting: polygonzkevm_swap_Setting; + polygonzkevm_swap_Setting_filter: polygonzkevm_swap_Setting_filter; + polygonzkevm_swap_SlippageUpdate: polygonzkevm_swap_SlippageUpdate; + polygonzkevm_swap_SlippageUpdate_filter: polygonzkevm_swap_SlippageUpdate_filter; + polygonzkevm_swap_SnapshotRoot: polygonzkevm_swap_SnapshotRoot; + polygonzkevm_swap_SnapshotRoot_filter: polygonzkevm_swap_SnapshotRoot_filter; + polygonzkevm_swap_SpokeConnectorMode: polygonzkevm_swap_SpokeConnectorMode; + polygonzkevm_swap_SpokeConnectorMode_filter: polygonzkevm_swap_SpokeConnectorMode_filter; + polygonzkevm_swap__Block_: polygonzkevm_swap__Block_; + polygonzkevm_swap__Meta_: polygonzkevm_swap__Meta_; + polygonzkevm_AggregateRoot: polygonzkevm_AggregateRoot; + polygonzkevm_AggregateRootProposed: polygonzkevm_AggregateRootProposed; + polygonzkevm_AggregateRootProposed_filter: polygonzkevm_AggregateRootProposed_filter; + polygonzkevm_AggregateRoot_filter: polygonzkevm_AggregateRoot_filter; + polygonzkevm_Asset: polygonzkevm_Asset; + polygonzkevm_AssetBalance: polygonzkevm_AssetBalance; + polygonzkevm_AssetBalance_filter: polygonzkevm_AssetBalance_filter; + polygonzkevm_AssetStatus: polygonzkevm_AssetStatus; + polygonzkevm_AssetStatus_filter: polygonzkevm_AssetStatus_filter; + polygonzkevm_Asset_filter: polygonzkevm_Asset_filter; + polygonzkevm_BigDecimal: Scalars['polygonzkevm_BigDecimal']; + polygonzkevm_BlockChangedFilter: polygonzkevm_BlockChangedFilter; + polygonzkevm_Block_height: polygonzkevm_Block_height; + polygonzkevm_Bytes: Scalars['polygonzkevm_Bytes']; + polygonzkevm_ConnectorMeta: polygonzkevm_ConnectorMeta; + polygonzkevm_ConnectorMeta_filter: polygonzkevm_ConnectorMeta_filter; + polygonzkevm_DestinationTransfer: polygonzkevm_DestinationTransfer; + polygonzkevm_DestinationTransfer_filter: polygonzkevm_DestinationTransfer_filter; + polygonzkevm_Int8: Scalars['polygonzkevm_Int8']; + polygonzkevm_OptimisticRootFinalized: polygonzkevm_OptimisticRootFinalized; + polygonzkevm_OptimisticRootFinalized_filter: polygonzkevm_OptimisticRootFinalized_filter; + polygonzkevm_OriginMessage: polygonzkevm_OriginMessage; + polygonzkevm_OriginMessage_filter: polygonzkevm_OriginMessage_filter; + polygonzkevm_OriginTransfer: polygonzkevm_OriginTransfer; + polygonzkevm_OriginTransfer_filter: polygonzkevm_OriginTransfer_filter; + polygonzkevm_Relayer: polygonzkevm_Relayer; + polygonzkevm_RelayerFee: polygonzkevm_RelayerFee; + polygonzkevm_RelayerFee_filter: polygonzkevm_RelayerFee_filter; + polygonzkevm_RelayerFeesIncrease: polygonzkevm_RelayerFeesIncrease; + polygonzkevm_RelayerFeesIncrease_filter: polygonzkevm_RelayerFeesIncrease_filter; + polygonzkevm_Relayer_filter: polygonzkevm_Relayer_filter; + polygonzkevm_RootCount: polygonzkevm_RootCount; + polygonzkevm_RootCount_filter: polygonzkevm_RootCount_filter; + polygonzkevm_RootMessageSent: polygonzkevm_RootMessageSent; + polygonzkevm_RootMessageSent_filter: polygonzkevm_RootMessageSent_filter; + polygonzkevm_Router: polygonzkevm_Router; + polygonzkevm_RouterDailyTVL: polygonzkevm_RouterDailyTVL; + polygonzkevm_RouterDailyTVL_filter: polygonzkevm_RouterDailyTVL_filter; + polygonzkevm_RouterLiquidityEvent: polygonzkevm_RouterLiquidityEvent; + polygonzkevm_RouterLiquidityEvent_filter: polygonzkevm_RouterLiquidityEvent_filter; + polygonzkevm_Router_filter: polygonzkevm_Router_filter; + polygonzkevm_Sequencer: polygonzkevm_Sequencer; + polygonzkevm_Sequencer_filter: polygonzkevm_Sequencer_filter; + polygonzkevm_Setting: polygonzkevm_Setting; + polygonzkevm_Setting_filter: polygonzkevm_Setting_filter; + polygonzkevm_SlippageUpdate: polygonzkevm_SlippageUpdate; + polygonzkevm_SlippageUpdate_filter: polygonzkevm_SlippageUpdate_filter; + polygonzkevm_SnapshotRoot: polygonzkevm_SnapshotRoot; + polygonzkevm_SnapshotRoot_filter: polygonzkevm_SnapshotRoot_filter; + polygonzkevm_SpokeConnectorMode: polygonzkevm_SpokeConnectorMode; + polygonzkevm_SpokeConnectorMode_filter: polygonzkevm_SpokeConnectorMode_filter; + polygonzkevm__Block_: polygonzkevm__Block_; + polygonzkevm__Meta_: polygonzkevm__Meta_; + optimismsepolia_AggregateRoot: optimismsepolia_AggregateRoot; + optimismsepolia_AggregateRootProposed: optimismsepolia_AggregateRootProposed; + optimismsepolia_AggregateRootProposed_filter: optimismsepolia_AggregateRootProposed_filter; + optimismsepolia_AggregateRoot_filter: optimismsepolia_AggregateRoot_filter; + optimismsepolia_Asset: optimismsepolia_Asset; + optimismsepolia_AssetBalance: optimismsepolia_AssetBalance; + optimismsepolia_AssetBalance_filter: optimismsepolia_AssetBalance_filter; + optimismsepolia_AssetStatus: optimismsepolia_AssetStatus; + optimismsepolia_AssetStatus_filter: optimismsepolia_AssetStatus_filter; + optimismsepolia_Asset_filter: optimismsepolia_Asset_filter; + optimismsepolia_BigDecimal: Scalars['optimismsepolia_BigDecimal']; + optimismsepolia_BlockChangedFilter: optimismsepolia_BlockChangedFilter; + optimismsepolia_Block_height: optimismsepolia_Block_height; + optimismsepolia_Bytes: Scalars['optimismsepolia_Bytes']; + optimismsepolia_ConnectorMeta: optimismsepolia_ConnectorMeta; + optimismsepolia_ConnectorMeta_filter: optimismsepolia_ConnectorMeta_filter; + optimismsepolia_DestinationTransfer: optimismsepolia_DestinationTransfer; + optimismsepolia_DestinationTransfer_filter: optimismsepolia_DestinationTransfer_filter; + optimismsepolia_Int8: Scalars['optimismsepolia_Int8']; + optimismsepolia_OptimisticRootFinalized: optimismsepolia_OptimisticRootFinalized; + optimismsepolia_OptimisticRootFinalized_filter: optimismsepolia_OptimisticRootFinalized_filter; + optimismsepolia_OriginMessage: optimismsepolia_OriginMessage; + optimismsepolia_OriginMessage_filter: optimismsepolia_OriginMessage_filter; + optimismsepolia_OriginTransfer: optimismsepolia_OriginTransfer; + optimismsepolia_OriginTransfer_filter: optimismsepolia_OriginTransfer_filter; + optimismsepolia_Relayer: optimismsepolia_Relayer; + optimismsepolia_RelayerFee: optimismsepolia_RelayerFee; + optimismsepolia_RelayerFee_filter: optimismsepolia_RelayerFee_filter; + optimismsepolia_RelayerFeesIncrease: optimismsepolia_RelayerFeesIncrease; + optimismsepolia_RelayerFeesIncrease_filter: optimismsepolia_RelayerFeesIncrease_filter; + optimismsepolia_Relayer_filter: optimismsepolia_Relayer_filter; + optimismsepolia_RootCount: optimismsepolia_RootCount; + optimismsepolia_RootCount_filter: optimismsepolia_RootCount_filter; + optimismsepolia_RootMessageSent: optimismsepolia_RootMessageSent; + optimismsepolia_RootMessageSent_filter: optimismsepolia_RootMessageSent_filter; + optimismsepolia_Router: optimismsepolia_Router; + optimismsepolia_RouterDailyTVL: optimismsepolia_RouterDailyTVL; + optimismsepolia_RouterDailyTVL_filter: optimismsepolia_RouterDailyTVL_filter; + optimismsepolia_RouterLiquidityEvent: optimismsepolia_RouterLiquidityEvent; + optimismsepolia_RouterLiquidityEvent_filter: optimismsepolia_RouterLiquidityEvent_filter; + optimismsepolia_Router_filter: optimismsepolia_Router_filter; + optimismsepolia_Sequencer: optimismsepolia_Sequencer; + optimismsepolia_Sequencer_filter: optimismsepolia_Sequencer_filter; + optimismsepolia_Setting: optimismsepolia_Setting; + optimismsepolia_Setting_filter: optimismsepolia_Setting_filter; + optimismsepolia_SlippageUpdate: optimismsepolia_SlippageUpdate; + optimismsepolia_SlippageUpdate_filter: optimismsepolia_SlippageUpdate_filter; + optimismsepolia_SnapshotRoot: optimismsepolia_SnapshotRoot; + optimismsepolia_SnapshotRoot_filter: optimismsepolia_SnapshotRoot_filter; + optimismsepolia_SpokeConnectorMode: optimismsepolia_SpokeConnectorMode; + optimismsepolia_SpokeConnectorMode_filter: optimismsepolia_SpokeConnectorMode_filter; + optimismsepolia__Block_: optimismsepolia__Block_; + optimismsepolia__Meta_: optimismsepolia__Meta_; + zksync_AggregateRoot: zksync_AggregateRoot; + zksync_AggregateRootProposed: zksync_AggregateRootProposed; + zksync_AggregateRootProposed_filter: zksync_AggregateRootProposed_filter; + zksync_AggregateRoot_filter: zksync_AggregateRoot_filter; + zksync_Asset: zksync_Asset; + zksync_AssetBalance: zksync_AssetBalance; + zksync_AssetBalance_filter: zksync_AssetBalance_filter; + zksync_AssetStatus: zksync_AssetStatus; + zksync_AssetStatus_filter: zksync_AssetStatus_filter; + zksync_Asset_filter: zksync_Asset_filter; + zksync_BigDecimal: Scalars['zksync_BigDecimal']; + zksync_BlockChangedFilter: zksync_BlockChangedFilter; + zksync_Block_height: zksync_Block_height; + zksync_Bytes: Scalars['zksync_Bytes']; + zksync_ConnectorMeta: zksync_ConnectorMeta; + zksync_ConnectorMeta_filter: zksync_ConnectorMeta_filter; + zksync_DestinationTransfer: zksync_DestinationTransfer; + zksync_DestinationTransfer_filter: zksync_DestinationTransfer_filter; + zksync_Int8: Scalars['zksync_Int8']; + zksync_OptimisticRootFinalized: zksync_OptimisticRootFinalized; + zksync_OptimisticRootFinalized_filter: zksync_OptimisticRootFinalized_filter; + zksync_OriginMessage: zksync_OriginMessage; + zksync_OriginMessage_filter: zksync_OriginMessage_filter; + zksync_OriginTransfer: zksync_OriginTransfer; + zksync_OriginTransfer_filter: zksync_OriginTransfer_filter; + zksync_Relayer: zksync_Relayer; + zksync_RelayerFee: zksync_RelayerFee; + zksync_RelayerFee_filter: zksync_RelayerFee_filter; + zksync_RelayerFeesIncrease: zksync_RelayerFeesIncrease; + zksync_RelayerFeesIncrease_filter: zksync_RelayerFeesIncrease_filter; + zksync_Relayer_filter: zksync_Relayer_filter; + zksync_RootCount: zksync_RootCount; + zksync_RootCount_filter: zksync_RootCount_filter; + zksync_RootMessageSent: zksync_RootMessageSent; + zksync_RootMessageSent_filter: zksync_RootMessageSent_filter; + zksync_Router: zksync_Router; + zksync_RouterDailyTVL: zksync_RouterDailyTVL; + zksync_RouterDailyTVL_filter: zksync_RouterDailyTVL_filter; + zksync_RouterLiquidityEvent: zksync_RouterLiquidityEvent; + zksync_RouterLiquidityEvent_filter: zksync_RouterLiquidityEvent_filter; + zksync_Router_filter: zksync_Router_filter; + zksync_Sequencer: zksync_Sequencer; + zksync_Sequencer_filter: zksync_Sequencer_filter; + zksync_Setting: zksync_Setting; + zksync_Setting_filter: zksync_Setting_filter; + zksync_SlippageUpdate: zksync_SlippageUpdate; + zksync_SlippageUpdate_filter: zksync_SlippageUpdate_filter; + zksync_SnapshotRoot: zksync_SnapshotRoot; + zksync_SnapshotRoot_filter: zksync_SnapshotRoot_filter; + zksync_SpokeConnectorMode: zksync_SpokeConnectorMode; + zksync_SpokeConnectorMode_filter: zksync_SpokeConnectorMode_filter; + zksync__Block_: zksync__Block_; + zksync__Meta_: zksync__Meta_; + mantle_AggregateRoot: mantle_AggregateRoot; + mantle_AggregateRootProposed: mantle_AggregateRootProposed; + mantle_AggregateRootProposed_filter: mantle_AggregateRootProposed_filter; + mantle_AggregateRoot_filter: mantle_AggregateRoot_filter; + mantle_Asset: mantle_Asset; + mantle_AssetBalance: mantle_AssetBalance; + mantle_AssetBalance_filter: mantle_AssetBalance_filter; + mantle_AssetStatus: mantle_AssetStatus; + mantle_AssetStatus_filter: mantle_AssetStatus_filter; + mantle_Asset_filter: mantle_Asset_filter; + mantle_BigDecimal: Scalars['mantle_BigDecimal']; + mantle_BlockChangedFilter: mantle_BlockChangedFilter; + mantle_Block_height: mantle_Block_height; + mantle_Bytes: Scalars['mantle_Bytes']; + mantle_ConnectorMeta: mantle_ConnectorMeta; + mantle_ConnectorMeta_filter: mantle_ConnectorMeta_filter; + mantle_DestinationTransfer: mantle_DestinationTransfer; + mantle_DestinationTransfer_filter: mantle_DestinationTransfer_filter; + mantle_Int8: Scalars['mantle_Int8']; + mantle_OptimisticRootFinalized: mantle_OptimisticRootFinalized; + mantle_OptimisticRootFinalized_filter: mantle_OptimisticRootFinalized_filter; + mantle_OriginMessage: mantle_OriginMessage; + mantle_OriginMessage_filter: mantle_OriginMessage_filter; + mantle_OriginTransfer: mantle_OriginTransfer; + mantle_OriginTransfer_filter: mantle_OriginTransfer_filter; + mantle_Relayer: mantle_Relayer; + mantle_RelayerFee: mantle_RelayerFee; + mantle_RelayerFee_filter: mantle_RelayerFee_filter; + mantle_RelayerFeesIncrease: mantle_RelayerFeesIncrease; + mantle_RelayerFeesIncrease_filter: mantle_RelayerFeesIncrease_filter; + mantle_Relayer_filter: mantle_Relayer_filter; + mantle_RootCount: mantle_RootCount; + mantle_RootCount_filter: mantle_RootCount_filter; + mantle_RootMessageSent: mantle_RootMessageSent; + mantle_RootMessageSent_filter: mantle_RootMessageSent_filter; + mantle_Router: mantle_Router; + mantle_RouterDailyTVL: mantle_RouterDailyTVL; + mantle_RouterDailyTVL_filter: mantle_RouterDailyTVL_filter; + mantle_RouterLiquidityEvent: mantle_RouterLiquidityEvent; + mantle_RouterLiquidityEvent_filter: mantle_RouterLiquidityEvent_filter; + mantle_Router_filter: mantle_Router_filter; + mantle_Sequencer: mantle_Sequencer; + mantle_Sequencer_filter: mantle_Sequencer_filter; + mantle_Setting: mantle_Setting; + mantle_Setting_filter: mantle_Setting_filter; + mantle_SlippageUpdate: mantle_SlippageUpdate; + mantle_SlippageUpdate_filter: mantle_SlippageUpdate_filter; + mantle_SnapshotRoot: mantle_SnapshotRoot; + mantle_SnapshotRoot_filter: mantle_SnapshotRoot_filter; + mantle_SpokeConnectorMode: mantle_SpokeConnectorMode; + mantle_SpokeConnectorMode_filter: mantle_SpokeConnectorMode_filter; + mantle__Block_: mantle__Block_; + mantle__Meta_: mantle__Meta_; + avalanche_AggregateRoot: avalanche_AggregateRoot; + avalanche_AggregateRootProposed: avalanche_AggregateRootProposed; + avalanche_AggregateRootProposed_filter: avalanche_AggregateRootProposed_filter; + avalanche_AggregateRoot_filter: avalanche_AggregateRoot_filter; + avalanche_Asset: avalanche_Asset; + avalanche_AssetBalance: avalanche_AssetBalance; + avalanche_AssetBalance_filter: avalanche_AssetBalance_filter; + avalanche_AssetStatus: avalanche_AssetStatus; + avalanche_AssetStatus_filter: avalanche_AssetStatus_filter; + avalanche_Asset_filter: avalanche_Asset_filter; + avalanche_BigDecimal: Scalars['avalanche_BigDecimal']; + avalanche_BlockChangedFilter: avalanche_BlockChangedFilter; + avalanche_Block_height: avalanche_Block_height; + avalanche_Bytes: Scalars['avalanche_Bytes']; + avalanche_ConnectorMeta: avalanche_ConnectorMeta; + avalanche_ConnectorMeta_filter: avalanche_ConnectorMeta_filter; + avalanche_DestinationTransfer: avalanche_DestinationTransfer; + avalanche_DestinationTransfer_filter: avalanche_DestinationTransfer_filter; + avalanche_Int8: Scalars['avalanche_Int8']; + avalanche_OptimisticRootFinalized: avalanche_OptimisticRootFinalized; + avalanche_OptimisticRootFinalized_filter: avalanche_OptimisticRootFinalized_filter; + avalanche_OriginMessage: avalanche_OriginMessage; + avalanche_OriginMessage_filter: avalanche_OriginMessage_filter; + avalanche_OriginTransfer: avalanche_OriginTransfer; + avalanche_OriginTransfer_filter: avalanche_OriginTransfer_filter; + avalanche_Relayer: avalanche_Relayer; + avalanche_RelayerFee: avalanche_RelayerFee; + avalanche_RelayerFee_filter: avalanche_RelayerFee_filter; + avalanche_RelayerFeesIncrease: avalanche_RelayerFeesIncrease; + avalanche_RelayerFeesIncrease_filter: avalanche_RelayerFeesIncrease_filter; + avalanche_Relayer_filter: avalanche_Relayer_filter; + avalanche_RootCount: avalanche_RootCount; + avalanche_RootCount_filter: avalanche_RootCount_filter; + avalanche_RootMessageSent: avalanche_RootMessageSent; + avalanche_RootMessageSent_filter: avalanche_RootMessageSent_filter; + avalanche_Router: avalanche_Router; + avalanche_RouterDailyTVL: avalanche_RouterDailyTVL; + avalanche_RouterDailyTVL_filter: avalanche_RouterDailyTVL_filter; + avalanche_RouterLiquidityEvent: avalanche_RouterLiquidityEvent; + avalanche_RouterLiquidityEvent_filter: avalanche_RouterLiquidityEvent_filter; + avalanche_Router_filter: avalanche_Router_filter; + avalanche_Sequencer: avalanche_Sequencer; + avalanche_Sequencer_filter: avalanche_Sequencer_filter; + avalanche_Setting: avalanche_Setting; + avalanche_Setting_filter: avalanche_Setting_filter; + avalanche_SlippageUpdate: avalanche_SlippageUpdate; + avalanche_SlippageUpdate_filter: avalanche_SlippageUpdate_filter; + avalanche_SnapshotRoot: avalanche_SnapshotRoot; + avalanche_SnapshotRoot_filter: avalanche_SnapshotRoot_filter; + avalanche_SpokeConnectorMode: avalanche_SpokeConnectorMode; + avalanche_SpokeConnectorMode_filter: avalanche_SpokeConnectorMode_filter; + avalanche__Block_: avalanche__Block_; + avalanche__Meta_: avalanche__Meta_; + mode_AggregateRoot: mode_AggregateRoot; + mode_AggregateRootProposed: mode_AggregateRootProposed; + mode_AggregateRootProposed_filter: mode_AggregateRootProposed_filter; + mode_AggregateRoot_filter: mode_AggregateRoot_filter; + mode_Asset: mode_Asset; + mode_AssetBalance: mode_AssetBalance; + mode_AssetBalance_filter: mode_AssetBalance_filter; + mode_AssetStatus: mode_AssetStatus; + mode_AssetStatus_filter: mode_AssetStatus_filter; + mode_Asset_filter: mode_Asset_filter; + mode_BigDecimal: Scalars['mode_BigDecimal']; + mode_BlockChangedFilter: mode_BlockChangedFilter; + mode_Block_height: mode_Block_height; + mode_Bytes: Scalars['mode_Bytes']; + mode_ConnectorMeta: mode_ConnectorMeta; + mode_ConnectorMeta_filter: mode_ConnectorMeta_filter; + mode_DestinationTransfer: mode_DestinationTransfer; + mode_DestinationTransfer_filter: mode_DestinationTransfer_filter; + mode_Int8: Scalars['mode_Int8']; + mode_OptimisticRootFinalized: mode_OptimisticRootFinalized; + mode_OptimisticRootFinalized_filter: mode_OptimisticRootFinalized_filter; + mode_OriginMessage: mode_OriginMessage; + mode_OriginMessage_filter: mode_OriginMessage_filter; + mode_OriginTransfer: mode_OriginTransfer; + mode_OriginTransfer_filter: mode_OriginTransfer_filter; + mode_Relayer: mode_Relayer; + mode_RelayerFee: mode_RelayerFee; + mode_RelayerFee_filter: mode_RelayerFee_filter; + mode_RelayerFeesIncrease: mode_RelayerFeesIncrease; + mode_RelayerFeesIncrease_filter: mode_RelayerFeesIncrease_filter; + mode_Relayer_filter: mode_Relayer_filter; + mode_RootCount: mode_RootCount; + mode_RootCount_filter: mode_RootCount_filter; + mode_RootMessageSent: mode_RootMessageSent; + mode_RootMessageSent_filter: mode_RootMessageSent_filter; + mode_Router: mode_Router; + mode_RouterDailyTVL: mode_RouterDailyTVL; + mode_RouterDailyTVL_filter: mode_RouterDailyTVL_filter; + mode_RouterLiquidityEvent: mode_RouterLiquidityEvent; + mode_RouterLiquidityEvent_filter: mode_RouterLiquidityEvent_filter; + mode_Router_filter: mode_Router_filter; + mode_Sequencer: mode_Sequencer; + mode_Sequencer_filter: mode_Sequencer_filter; + mode_Setting: mode_Setting; + mode_Setting_filter: mode_Setting_filter; + mode_SlippageUpdate: mode_SlippageUpdate; + mode_SlippageUpdate_filter: mode_SlippageUpdate_filter; + mode_SnapshotRoot: mode_SnapshotRoot; + mode_SnapshotRoot_filter: mode_SnapshotRoot_filter; + mode_SpokeConnectorMode: mode_SpokeConnectorMode; + mode_SpokeConnectorMode_filter: mode_SpokeConnectorMode_filter; + mode__Block_: mode__Block_; + mode__Meta_: mode__Meta_; + stagingxlayer_AggregateRoot: stagingxlayer_AggregateRoot; + stagingxlayer_AggregateRootProposed: stagingxlayer_AggregateRootProposed; + stagingxlayer_AggregateRootProposed_filter: stagingxlayer_AggregateRootProposed_filter; + stagingxlayer_AggregateRoot_filter: stagingxlayer_AggregateRoot_filter; + stagingxlayer_Asset: stagingxlayer_Asset; + stagingxlayer_AssetBalance: stagingxlayer_AssetBalance; + stagingxlayer_AssetBalance_filter: stagingxlayer_AssetBalance_filter; + stagingxlayer_AssetStatus: stagingxlayer_AssetStatus; + stagingxlayer_AssetStatus_filter: stagingxlayer_AssetStatus_filter; + stagingxlayer_Asset_filter: stagingxlayer_Asset_filter; + stagingxlayer_BigDecimal: Scalars['stagingxlayer_BigDecimal']; + stagingxlayer_BlockChangedFilter: stagingxlayer_BlockChangedFilter; + stagingxlayer_Block_height: stagingxlayer_Block_height; + stagingxlayer_Bytes: Scalars['stagingxlayer_Bytes']; + stagingxlayer_ConnectorMeta: stagingxlayer_ConnectorMeta; + stagingxlayer_ConnectorMeta_filter: stagingxlayer_ConnectorMeta_filter; + stagingxlayer_DestinationTransfer: stagingxlayer_DestinationTransfer; + stagingxlayer_DestinationTransfer_filter: stagingxlayer_DestinationTransfer_filter; + stagingxlayer_Int8: Scalars['stagingxlayer_Int8']; + stagingxlayer_OptimisticRootFinalized: stagingxlayer_OptimisticRootFinalized; + stagingxlayer_OptimisticRootFinalized_filter: stagingxlayer_OptimisticRootFinalized_filter; + stagingxlayer_OriginMessage: stagingxlayer_OriginMessage; + stagingxlayer_OriginMessage_filter: stagingxlayer_OriginMessage_filter; + stagingxlayer_OriginTransfer: stagingxlayer_OriginTransfer; + stagingxlayer_OriginTransfer_filter: stagingxlayer_OriginTransfer_filter; + stagingxlayer_Relayer: stagingxlayer_Relayer; + stagingxlayer_RelayerFee: stagingxlayer_RelayerFee; + stagingxlayer_RelayerFee_filter: stagingxlayer_RelayerFee_filter; + stagingxlayer_RelayerFeesIncrease: stagingxlayer_RelayerFeesIncrease; + stagingxlayer_RelayerFeesIncrease_filter: stagingxlayer_RelayerFeesIncrease_filter; + stagingxlayer_Relayer_filter: stagingxlayer_Relayer_filter; + stagingxlayer_RootCount: stagingxlayer_RootCount; + stagingxlayer_RootCount_filter: stagingxlayer_RootCount_filter; + stagingxlayer_RootMessageSent: stagingxlayer_RootMessageSent; + stagingxlayer_RootMessageSent_filter: stagingxlayer_RootMessageSent_filter; + stagingxlayer_Router: stagingxlayer_Router; + stagingxlayer_RouterDailyTVL: stagingxlayer_RouterDailyTVL; + stagingxlayer_RouterDailyTVL_filter: stagingxlayer_RouterDailyTVL_filter; + stagingxlayer_RouterLiquidityEvent: stagingxlayer_RouterLiquidityEvent; + stagingxlayer_RouterLiquidityEvent_filter: stagingxlayer_RouterLiquidityEvent_filter; + stagingxlayer_Router_filter: stagingxlayer_Router_filter; + stagingxlayer_Sequencer: stagingxlayer_Sequencer; + stagingxlayer_Sequencer_filter: stagingxlayer_Sequencer_filter; + stagingxlayer_Setting: stagingxlayer_Setting; + stagingxlayer_Setting_filter: stagingxlayer_Setting_filter; + stagingxlayer_SlippageUpdate: stagingxlayer_SlippageUpdate; + stagingxlayer_SlippageUpdate_filter: stagingxlayer_SlippageUpdate_filter; + stagingxlayer_SnapshotRoot: stagingxlayer_SnapshotRoot; + stagingxlayer_SnapshotRoot_filter: stagingxlayer_SnapshotRoot_filter; + stagingxlayer_SpokeConnectorMode: stagingxlayer_SpokeConnectorMode; + stagingxlayer_SpokeConnectorMode_filter: stagingxlayer_SpokeConnectorMode_filter; + stagingxlayer__Block_: stagingxlayer__Block_; + stagingxlayer__Meta_: stagingxlayer__Meta_; + stagingbase_AggregateRoot: stagingbase_AggregateRoot; + stagingbase_AggregateRootProposed: stagingbase_AggregateRootProposed; + stagingbase_AggregateRootProposed_filter: stagingbase_AggregateRootProposed_filter; + stagingbase_AggregateRoot_filter: stagingbase_AggregateRoot_filter; + stagingbase_Asset: stagingbase_Asset; + stagingbase_AssetBalance: stagingbase_AssetBalance; + stagingbase_AssetBalance_filter: stagingbase_AssetBalance_filter; + stagingbase_AssetStatus: stagingbase_AssetStatus; + stagingbase_AssetStatus_filter: stagingbase_AssetStatus_filter; + stagingbase_Asset_filter: stagingbase_Asset_filter; + stagingbase_BigDecimal: Scalars['stagingbase_BigDecimal']; + stagingbase_BlockChangedFilter: stagingbase_BlockChangedFilter; + stagingbase_Block_height: stagingbase_Block_height; + stagingbase_Bytes: Scalars['stagingbase_Bytes']; + stagingbase_ConnectorMeta: stagingbase_ConnectorMeta; + stagingbase_ConnectorMeta_filter: stagingbase_ConnectorMeta_filter; + stagingbase_DestinationTransfer: stagingbase_DestinationTransfer; + stagingbase_DestinationTransfer_filter: stagingbase_DestinationTransfer_filter; + stagingbase_Int8: Scalars['stagingbase_Int8']; + stagingbase_OptimisticRootFinalized: stagingbase_OptimisticRootFinalized; + stagingbase_OptimisticRootFinalized_filter: stagingbase_OptimisticRootFinalized_filter; + stagingbase_OriginMessage: stagingbase_OriginMessage; + stagingbase_OriginMessage_filter: stagingbase_OriginMessage_filter; + stagingbase_OriginTransfer: stagingbase_OriginTransfer; + stagingbase_OriginTransfer_filter: stagingbase_OriginTransfer_filter; + stagingbase_Relayer: stagingbase_Relayer; + stagingbase_RelayerFee: stagingbase_RelayerFee; + stagingbase_RelayerFee_filter: stagingbase_RelayerFee_filter; + stagingbase_RelayerFeesIncrease: stagingbase_RelayerFeesIncrease; + stagingbase_RelayerFeesIncrease_filter: stagingbase_RelayerFeesIncrease_filter; + stagingbase_Relayer_filter: stagingbase_Relayer_filter; + stagingbase_RootCount: stagingbase_RootCount; + stagingbase_RootCount_filter: stagingbase_RootCount_filter; + stagingbase_RootMessageSent: stagingbase_RootMessageSent; + stagingbase_RootMessageSent_filter: stagingbase_RootMessageSent_filter; + stagingbase_Router: stagingbase_Router; + stagingbase_RouterDailyTVL: stagingbase_RouterDailyTVL; + stagingbase_RouterDailyTVL_filter: stagingbase_RouterDailyTVL_filter; + stagingbase_RouterLiquidityEvent: stagingbase_RouterLiquidityEvent; + stagingbase_RouterLiquidityEvent_filter: stagingbase_RouterLiquidityEvent_filter; + stagingbase_Router_filter: stagingbase_Router_filter; + stagingbase_Sequencer: stagingbase_Sequencer; + stagingbase_Sequencer_filter: stagingbase_Sequencer_filter; + stagingbase_Setting: stagingbase_Setting; + stagingbase_Setting_filter: stagingbase_Setting_filter; + stagingbase_SlippageUpdate: stagingbase_SlippageUpdate; + stagingbase_SlippageUpdate_filter: stagingbase_SlippageUpdate_filter; + stagingbase_SnapshotRoot: stagingbase_SnapshotRoot; + stagingbase_SnapshotRoot_filter: stagingbase_SnapshotRoot_filter; + stagingbase_SpokeConnectorMode: stagingbase_SpokeConnectorMode; + stagingbase_SpokeConnectorMode_filter: stagingbase_SpokeConnectorMode_filter; + stagingbase__Block_: stagingbase__Block_; + stagingbase__Meta_: stagingbase__Meta_; + metis_AggregateRoot: metis_AggregateRoot; + metis_AggregateRootProposed: metis_AggregateRootProposed; + metis_AggregateRootProposed_filter: metis_AggregateRootProposed_filter; + metis_AggregateRoot_filter: metis_AggregateRoot_filter; + metis_Asset: metis_Asset; + metis_AssetBalance: metis_AssetBalance; + metis_AssetBalance_filter: metis_AssetBalance_filter; + metis_AssetStatus: metis_AssetStatus; + metis_AssetStatus_filter: metis_AssetStatus_filter; + metis_Asset_filter: metis_Asset_filter; + metis_BigDecimal: Scalars['metis_BigDecimal']; + metis_BlockChangedFilter: metis_BlockChangedFilter; + metis_Block_height: metis_Block_height; + metis_Bytes: Scalars['metis_Bytes']; + metis_ConnectorMeta: metis_ConnectorMeta; + metis_ConnectorMeta_filter: metis_ConnectorMeta_filter; + metis_DestinationTransfer: metis_DestinationTransfer; + metis_DestinationTransfer_filter: metis_DestinationTransfer_filter; + metis_Int8: Scalars['metis_Int8']; + metis_OptimisticRootFinalized: metis_OptimisticRootFinalized; + metis_OptimisticRootFinalized_filter: metis_OptimisticRootFinalized_filter; + metis_OriginMessage: metis_OriginMessage; + metis_OriginMessage_filter: metis_OriginMessage_filter; + metis_OriginTransfer: metis_OriginTransfer; + metis_OriginTransfer_filter: metis_OriginTransfer_filter; + metis_Relayer: metis_Relayer; + metis_RelayerFee: metis_RelayerFee; + metis_RelayerFee_filter: metis_RelayerFee_filter; + metis_RelayerFeesIncrease: metis_RelayerFeesIncrease; + metis_RelayerFeesIncrease_filter: metis_RelayerFeesIncrease_filter; + metis_Relayer_filter: metis_Relayer_filter; + metis_RootCount: metis_RootCount; + metis_RootCount_filter: metis_RootCount_filter; + metis_RootMessageSent: metis_RootMessageSent; + metis_RootMessageSent_filter: metis_RootMessageSent_filter; + metis_Router: metis_Router; + metis_RouterDailyTVL: metis_RouterDailyTVL; + metis_RouterDailyTVL_filter: metis_RouterDailyTVL_filter; + metis_RouterLiquidityEvent: metis_RouterLiquidityEvent; + metis_RouterLiquidityEvent_filter: metis_RouterLiquidityEvent_filter; + metis_Router_filter: metis_Router_filter; + metis_Sequencer: metis_Sequencer; + metis_Sequencer_filter: metis_Sequencer_filter; + metis_Setting: metis_Setting; + metis_Setting_filter: metis_Setting_filter; + metis_SlippageUpdate: metis_SlippageUpdate; + metis_SlippageUpdate_filter: metis_SlippageUpdate_filter; + metis_SnapshotRoot: metis_SnapshotRoot; + metis_SnapshotRoot_filter: metis_SnapshotRoot_filter; + metis_SpokeConnectorMode: metis_SpokeConnectorMode; + metis_SpokeConnectorMode_filter: metis_SpokeConnectorMode_filter; + metis__Block_: metis__Block_; + metis__Meta_: metis__Meta_; + base_swap_BigDecimal: Scalars['base_swap_BigDecimal']; + base_swap_BlockChangedFilter: base_swap_BlockChangedFilter; + base_swap_Block_height: base_swap_Block_height; + base_swap_Bytes: Scalars['base_swap_Bytes']; + base_swap_Int8: Scalars['base_swap_Int8']; + base_swap_LpAccount: base_swap_LpAccount; + base_swap_LpAccountBalance: base_swap_LpAccountBalance; + base_swap_LpAccountBalance_filter: base_swap_LpAccountBalance_filter; + base_swap_LpAccount_filter: base_swap_LpAccount_filter; + base_swap_LpToken: base_swap_LpToken; + base_swap_LpTokenEvent: ResolversParentTypes['base_swap_LpTransferEvent']; + base_swap_LpTokenEvent_filter: base_swap_LpTokenEvent_filter; + base_swap_LpToken_filter: base_swap_LpToken_filter; + base_swap_LpTransferEvent: base_swap_LpTransferEvent; + base_swap_LpTransferEvent_filter: base_swap_LpTransferEvent_filter; + base_swap_PooledToken: base_swap_PooledToken; + base_swap_PooledToken_filter: base_swap_PooledToken_filter; + base_swap_StableSwap: base_swap_StableSwap; + base_swap_StableSwapAddLiquidityEvent: base_swap_StableSwapAddLiquidityEvent; + base_swap_StableSwapAddLiquidityEvent_filter: base_swap_StableSwapAddLiquidityEvent_filter; + base_swap_StableSwapEvent: ResolversParentTypes['base_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['base_swap_StableSwapRemoveLiquidityEvent']; + base_swap_StableSwapEvent_filter: base_swap_StableSwapEvent_filter; + base_swap_StableSwapExchange: base_swap_StableSwapExchange; + base_swap_StableSwapExchange_filter: base_swap_StableSwapExchange_filter; + base_swap_StableSwapRemoveLiquidityEvent: base_swap_StableSwapRemoveLiquidityEvent; + base_swap_StableSwapRemoveLiquidityEvent_filter: base_swap_StableSwapRemoveLiquidityEvent_filter; + base_swap_StableSwap_filter: base_swap_StableSwap_filter; + base_swap_SwapDailyVolume: base_swap_SwapDailyVolume; + base_swap_SwapDailyVolume_filter: base_swap_SwapDailyVolume_filter; + base_swap_SwapHourlyVolume: base_swap_SwapHourlyVolume; + base_swap_SwapHourlyVolume_filter: base_swap_SwapHourlyVolume_filter; + base_swap_SwapTradeVolume: ResolversParentTypes['base_swap_SwapDailyVolume'] | ResolversParentTypes['base_swap_SwapHourlyVolume'] | ResolversParentTypes['base_swap_SwapWeeklyVolume']; + base_swap_SwapTradeVolume_filter: base_swap_SwapTradeVolume_filter; + base_swap_SwapWeeklyVolume: base_swap_SwapWeeklyVolume; + base_swap_SwapWeeklyVolume_filter: base_swap_SwapWeeklyVolume_filter; + base_swap_SystemInfo: base_swap_SystemInfo; + base_swap_SystemInfo_filter: base_swap_SystemInfo_filter; + base_swap__Block_: base_swap__Block_; + base_swap__Meta_: base_swap__Meta_; + stagingmantle_AggregateRoot: stagingmantle_AggregateRoot; + stagingmantle_AggregateRootProposed: stagingmantle_AggregateRootProposed; + stagingmantle_AggregateRootProposed_filter: stagingmantle_AggregateRootProposed_filter; + stagingmantle_AggregateRoot_filter: stagingmantle_AggregateRoot_filter; + stagingmantle_Asset: stagingmantle_Asset; + stagingmantle_AssetBalance: stagingmantle_AssetBalance; + stagingmantle_AssetBalance_filter: stagingmantle_AssetBalance_filter; + stagingmantle_AssetStatus: stagingmantle_AssetStatus; + stagingmantle_AssetStatus_filter: stagingmantle_AssetStatus_filter; + stagingmantle_Asset_filter: stagingmantle_Asset_filter; + stagingmantle_BigDecimal: Scalars['stagingmantle_BigDecimal']; + stagingmantle_BlockChangedFilter: stagingmantle_BlockChangedFilter; + stagingmantle_Block_height: stagingmantle_Block_height; + stagingmantle_Bytes: Scalars['stagingmantle_Bytes']; + stagingmantle_ConnectorMeta: stagingmantle_ConnectorMeta; + stagingmantle_ConnectorMeta_filter: stagingmantle_ConnectorMeta_filter; + stagingmantle_DestinationTransfer: stagingmantle_DestinationTransfer; + stagingmantle_DestinationTransfer_filter: stagingmantle_DestinationTransfer_filter; + stagingmantle_Int8: Scalars['stagingmantle_Int8']; + stagingmantle_OptimisticRootFinalized: stagingmantle_OptimisticRootFinalized; + stagingmantle_OptimisticRootFinalized_filter: stagingmantle_OptimisticRootFinalized_filter; + stagingmantle_OriginMessage: stagingmantle_OriginMessage; + stagingmantle_OriginMessage_filter: stagingmantle_OriginMessage_filter; + stagingmantle_OriginTransfer: stagingmantle_OriginTransfer; + stagingmantle_OriginTransfer_filter: stagingmantle_OriginTransfer_filter; + stagingmantle_Relayer: stagingmantle_Relayer; + stagingmantle_RelayerFee: stagingmantle_RelayerFee; + stagingmantle_RelayerFee_filter: stagingmantle_RelayerFee_filter; + stagingmantle_RelayerFeesIncrease: stagingmantle_RelayerFeesIncrease; + stagingmantle_RelayerFeesIncrease_filter: stagingmantle_RelayerFeesIncrease_filter; + stagingmantle_Relayer_filter: stagingmantle_Relayer_filter; + stagingmantle_RootCount: stagingmantle_RootCount; + stagingmantle_RootCount_filter: stagingmantle_RootCount_filter; + stagingmantle_RootMessageSent: stagingmantle_RootMessageSent; + stagingmantle_RootMessageSent_filter: stagingmantle_RootMessageSent_filter; + stagingmantle_Router: stagingmantle_Router; + stagingmantle_RouterDailyTVL: stagingmantle_RouterDailyTVL; + stagingmantle_RouterDailyTVL_filter: stagingmantle_RouterDailyTVL_filter; + stagingmantle_RouterLiquidityEvent: stagingmantle_RouterLiquidityEvent; + stagingmantle_RouterLiquidityEvent_filter: stagingmantle_RouterLiquidityEvent_filter; + stagingmantle_Router_filter: stagingmantle_Router_filter; + stagingmantle_Sequencer: stagingmantle_Sequencer; + stagingmantle_Sequencer_filter: stagingmantle_Sequencer_filter; + stagingmantle_Setting: stagingmantle_Setting; + stagingmantle_Setting_filter: stagingmantle_Setting_filter; + stagingmantle_SlippageUpdate: stagingmantle_SlippageUpdate; + stagingmantle_SlippageUpdate_filter: stagingmantle_SlippageUpdate_filter; + stagingmantle_SnapshotRoot: stagingmantle_SnapshotRoot; + stagingmantle_SnapshotRoot_filter: stagingmantle_SnapshotRoot_filter; + stagingmantle_SpokeConnectorMode: stagingmantle_SpokeConnectorMode; + stagingmantle_SpokeConnectorMode_filter: stagingmantle_SpokeConnectorMode_filter; + stagingmantle__Block_: stagingmantle__Block_; + stagingmantle__Meta_: stagingmantle__Meta_; + stagingmetis_AggregateRoot: stagingmetis_AggregateRoot; + stagingmetis_AggregateRootProposed: stagingmetis_AggregateRootProposed; + stagingmetis_AggregateRootProposed_filter: stagingmetis_AggregateRootProposed_filter; + stagingmetis_AggregateRoot_filter: stagingmetis_AggregateRoot_filter; + stagingmetis_Asset: stagingmetis_Asset; + stagingmetis_AssetBalance: stagingmetis_AssetBalance; + stagingmetis_AssetBalance_filter: stagingmetis_AssetBalance_filter; + stagingmetis_AssetStatus: stagingmetis_AssetStatus; + stagingmetis_AssetStatus_filter: stagingmetis_AssetStatus_filter; + stagingmetis_Asset_filter: stagingmetis_Asset_filter; + stagingmetis_BigDecimal: Scalars['stagingmetis_BigDecimal']; + stagingmetis_BlockChangedFilter: stagingmetis_BlockChangedFilter; + stagingmetis_Block_height: stagingmetis_Block_height; + stagingmetis_Bytes: Scalars['stagingmetis_Bytes']; + stagingmetis_ConnectorMeta: stagingmetis_ConnectorMeta; + stagingmetis_ConnectorMeta_filter: stagingmetis_ConnectorMeta_filter; + stagingmetis_DestinationTransfer: stagingmetis_DestinationTransfer; + stagingmetis_DestinationTransfer_filter: stagingmetis_DestinationTransfer_filter; + stagingmetis_Int8: Scalars['stagingmetis_Int8']; + stagingmetis_OptimisticRootFinalized: stagingmetis_OptimisticRootFinalized; + stagingmetis_OptimisticRootFinalized_filter: stagingmetis_OptimisticRootFinalized_filter; + stagingmetis_OriginMessage: stagingmetis_OriginMessage; + stagingmetis_OriginMessage_filter: stagingmetis_OriginMessage_filter; + stagingmetis_OriginTransfer: stagingmetis_OriginTransfer; + stagingmetis_OriginTransfer_filter: stagingmetis_OriginTransfer_filter; + stagingmetis_Relayer: stagingmetis_Relayer; + stagingmetis_RelayerFee: stagingmetis_RelayerFee; + stagingmetis_RelayerFee_filter: stagingmetis_RelayerFee_filter; + stagingmetis_RelayerFeesIncrease: stagingmetis_RelayerFeesIncrease; + stagingmetis_RelayerFeesIncrease_filter: stagingmetis_RelayerFeesIncrease_filter; + stagingmetis_Relayer_filter: stagingmetis_Relayer_filter; + stagingmetis_RootCount: stagingmetis_RootCount; + stagingmetis_RootCount_filter: stagingmetis_RootCount_filter; + stagingmetis_RootMessageSent: stagingmetis_RootMessageSent; + stagingmetis_RootMessageSent_filter: stagingmetis_RootMessageSent_filter; + stagingmetis_Router: stagingmetis_Router; + stagingmetis_RouterDailyTVL: stagingmetis_RouterDailyTVL; + stagingmetis_RouterDailyTVL_filter: stagingmetis_RouterDailyTVL_filter; + stagingmetis_RouterLiquidityEvent: stagingmetis_RouterLiquidityEvent; + stagingmetis_RouterLiquidityEvent_filter: stagingmetis_RouterLiquidityEvent_filter; + stagingmetis_Router_filter: stagingmetis_Router_filter; + stagingmetis_Sequencer: stagingmetis_Sequencer; + stagingmetis_Sequencer_filter: stagingmetis_Sequencer_filter; + stagingmetis_Setting: stagingmetis_Setting; + stagingmetis_Setting_filter: stagingmetis_Setting_filter; + stagingmetis_SlippageUpdate: stagingmetis_SlippageUpdate; + stagingmetis_SlippageUpdate_filter: stagingmetis_SlippageUpdate_filter; + stagingmetis_SnapshotRoot: stagingmetis_SnapshotRoot; + stagingmetis_SnapshotRoot_filter: stagingmetis_SnapshotRoot_filter; + stagingmetis_SpokeConnectorMode: stagingmetis_SpokeConnectorMode; + stagingmetis_SpokeConnectorMode_filter: stagingmetis_SpokeConnectorMode_filter; + stagingmetis__Block_: stagingmetis__Block_; + stagingmetis__Meta_: stagingmetis__Meta_; + xdai_AggregateRoot: xdai_AggregateRoot; + xdai_AggregateRootProposed: xdai_AggregateRootProposed; + xdai_AggregateRootProposed_filter: xdai_AggregateRootProposed_filter; + 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_OptimisticRootFinalized: xdai_OptimisticRootFinalized; + xdai_OptimisticRootFinalized_filter: xdai_OptimisticRootFinalized_filter; + xdai_OriginMessage: xdai_OriginMessage; + xdai_OriginMessage_filter: xdai_OriginMessage_filter; + xdai_OriginTransfer: xdai_OriginTransfer; + xdai_OriginTransfer_filter: xdai_OriginTransfer_filter; + xdai_Relayer: xdai_Relayer; + xdai_RelayerFee: xdai_RelayerFee; + xdai_RelayerFee_filter: xdai_RelayerFee_filter; + xdai_RelayerFeesIncrease: xdai_RelayerFeesIncrease; + xdai_RelayerFeesIncrease_filter: xdai_RelayerFeesIncrease_filter; + xdai_Relayer_filter: xdai_Relayer_filter; + xdai_RootCount: xdai_RootCount; + xdai_RootCount_filter: xdai_RootCount_filter; + xdai_RootMessageSent: xdai_RootMessageSent; + xdai_RootMessageSent_filter: xdai_RootMessageSent_filter; + xdai_Router: xdai_Router; + xdai_RouterDailyTVL: xdai_RouterDailyTVL; + xdai_RouterDailyTVL_filter: xdai_RouterDailyTVL_filter; + xdai_RouterLiquidityEvent: xdai_RouterLiquidityEvent; + xdai_RouterLiquidityEvent_filter: xdai_RouterLiquidityEvent_filter; + xdai_Router_filter: xdai_Router_filter; + xdai_Sequencer: xdai_Sequencer; + xdai_Sequencer_filter: xdai_Sequencer_filter; + xdai_Setting: xdai_Setting; + xdai_Setting_filter: xdai_Setting_filter; + xdai_SlippageUpdate: xdai_SlippageUpdate; + xdai_SlippageUpdate_filter: xdai_SlippageUpdate_filter; + xdai_SnapshotRoot: xdai_SnapshotRoot; + xdai_SnapshotRoot_filter: xdai_SnapshotRoot_filter; + xdai_SpokeConnectorMode: xdai_SpokeConnectorMode; + xdai_SpokeConnectorMode_filter: xdai_SpokeConnectorMode_filter; + xdai__Block_: xdai__Block_; + xdai__Meta_: xdai__Meta_; + xlayer_AggregateRoot: xlayer_AggregateRoot; + xlayer_AggregateRootProposed: xlayer_AggregateRootProposed; + xlayer_AggregateRootProposed_filter: xlayer_AggregateRootProposed_filter; + xlayer_AggregateRoot_filter: xlayer_AggregateRoot_filter; + xlayer_Asset: xlayer_Asset; + xlayer_AssetBalance: xlayer_AssetBalance; + xlayer_AssetBalance_filter: xlayer_AssetBalance_filter; + xlayer_AssetStatus: xlayer_AssetStatus; + xlayer_AssetStatus_filter: xlayer_AssetStatus_filter; + xlayer_Asset_filter: xlayer_Asset_filter; + xlayer_BigDecimal: Scalars['xlayer_BigDecimal']; + xlayer_BlockChangedFilter: xlayer_BlockChangedFilter; + xlayer_Block_height: xlayer_Block_height; + xlayer_Bytes: Scalars['xlayer_Bytes']; + xlayer_ConnectorMeta: xlayer_ConnectorMeta; + xlayer_ConnectorMeta_filter: xlayer_ConnectorMeta_filter; + xlayer_DestinationTransfer: xlayer_DestinationTransfer; + xlayer_DestinationTransfer_filter: xlayer_DestinationTransfer_filter; + xlayer_Int8: Scalars['xlayer_Int8']; + xlayer_OptimisticRootFinalized: xlayer_OptimisticRootFinalized; + xlayer_OptimisticRootFinalized_filter: xlayer_OptimisticRootFinalized_filter; + xlayer_OriginMessage: xlayer_OriginMessage; + xlayer_OriginMessage_filter: xlayer_OriginMessage_filter; + xlayer_OriginTransfer: xlayer_OriginTransfer; + xlayer_OriginTransfer_filter: xlayer_OriginTransfer_filter; + xlayer_Relayer: xlayer_Relayer; + xlayer_RelayerFee: xlayer_RelayerFee; + xlayer_RelayerFee_filter: xlayer_RelayerFee_filter; + xlayer_RelayerFeesIncrease: xlayer_RelayerFeesIncrease; + xlayer_RelayerFeesIncrease_filter: xlayer_RelayerFeesIncrease_filter; + xlayer_Relayer_filter: xlayer_Relayer_filter; + xlayer_RootCount: xlayer_RootCount; + xlayer_RootCount_filter: xlayer_RootCount_filter; + xlayer_RootMessageSent: xlayer_RootMessageSent; + xlayer_RootMessageSent_filter: xlayer_RootMessageSent_filter; + xlayer_Router: xlayer_Router; + xlayer_RouterDailyTVL: xlayer_RouterDailyTVL; + xlayer_RouterDailyTVL_filter: xlayer_RouterDailyTVL_filter; + xlayer_RouterLiquidityEvent: xlayer_RouterLiquidityEvent; + xlayer_RouterLiquidityEvent_filter: xlayer_RouterLiquidityEvent_filter; + xlayer_Router_filter: xlayer_Router_filter; + xlayer_Sequencer: xlayer_Sequencer; + xlayer_Sequencer_filter: xlayer_Sequencer_filter; + xlayer_Setting: xlayer_Setting; + xlayer_Setting_filter: xlayer_Setting_filter; + xlayer_SlippageUpdate: xlayer_SlippageUpdate; + xlayer_SlippageUpdate_filter: xlayer_SlippageUpdate_filter; + xlayer_SnapshotRoot: xlayer_SnapshotRoot; + xlayer_SnapshotRoot_filter: xlayer_SnapshotRoot_filter; + xlayer_SpokeConnectorMode: xlayer_SpokeConnectorMode; + xlayer_SpokeConnectorMode_filter: xlayer_SpokeConnectorMode_filter; + xlayer__Block_: xlayer__Block_; + xlayer__Meta_: xlayer__Meta_; + bnb_AggregateRoot: bnb_AggregateRoot; + bnb_AggregateRootProposed: bnb_AggregateRootProposed; + bnb_AggregateRootProposed_filter: bnb_AggregateRootProposed_filter; + 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_OptimisticRootFinalized: bnb_OptimisticRootFinalized; + bnb_OptimisticRootFinalized_filter: bnb_OptimisticRootFinalized_filter; + bnb_OriginMessage: bnb_OriginMessage; + bnb_OriginMessage_filter: bnb_OriginMessage_filter; + bnb_OriginTransfer: bnb_OriginTransfer; + bnb_OriginTransfer_filter: bnb_OriginTransfer_filter; + bnb_Relayer: bnb_Relayer; + bnb_RelayerFee: bnb_RelayerFee; + bnb_RelayerFee_filter: bnb_RelayerFee_filter; + bnb_RelayerFeesIncrease: bnb_RelayerFeesIncrease; + bnb_RelayerFeesIncrease_filter: bnb_RelayerFeesIncrease_filter; + bnb_Relayer_filter: bnb_Relayer_filter; + bnb_RootCount: bnb_RootCount; + bnb_RootCount_filter: bnb_RootCount_filter; + bnb_RootMessageSent: bnb_RootMessageSent; + bnb_RootMessageSent_filter: bnb_RootMessageSent_filter; + bnb_Router: bnb_Router; + bnb_RouterDailyTVL: bnb_RouterDailyTVL; + bnb_RouterDailyTVL_filter: bnb_RouterDailyTVL_filter; + bnb_RouterLiquidityEvent: bnb_RouterLiquidityEvent; + bnb_RouterLiquidityEvent_filter: bnb_RouterLiquidityEvent_filter; + bnb_Router_filter: bnb_Router_filter; + bnb_Sequencer: bnb_Sequencer; + bnb_Sequencer_filter: bnb_Sequencer_filter; + bnb_Setting: bnb_Setting; + bnb_Setting_filter: bnb_Setting_filter; + bnb_SlippageUpdate: bnb_SlippageUpdate; + bnb_SlippageUpdate_filter: bnb_SlippageUpdate_filter; + bnb_SnapshotRoot: bnb_SnapshotRoot; + bnb_SnapshotRoot_filter: bnb_SnapshotRoot_filter; + bnb_SpokeConnectorMode: bnb_SpokeConnectorMode; + bnb_SpokeConnectorMode_filter: bnb_SpokeConnectorMode_filter; + bnb__Block_: bnb__Block_; + bnb__Meta_: bnb__Meta_; + base_AggregateRoot: base_AggregateRoot; + base_AggregateRootProposed: base_AggregateRootProposed; + base_AggregateRootProposed_filter: base_AggregateRootProposed_filter; + base_AggregateRoot_filter: base_AggregateRoot_filter; + base_Asset: base_Asset; + base_AssetBalance: base_AssetBalance; + base_AssetBalance_filter: base_AssetBalance_filter; + base_AssetStatus: base_AssetStatus; + base_AssetStatus_filter: base_AssetStatus_filter; + base_Asset_filter: base_Asset_filter; + base_BigDecimal: Scalars['base_BigDecimal']; + base_BlockChangedFilter: base_BlockChangedFilter; + base_Block_height: base_Block_height; + base_Bytes: Scalars['base_Bytes']; + base_ConnectorMeta: base_ConnectorMeta; + base_ConnectorMeta_filter: base_ConnectorMeta_filter; + base_DestinationTransfer: base_DestinationTransfer; + base_DestinationTransfer_filter: base_DestinationTransfer_filter; + base_Int8: Scalars['base_Int8']; + base_OptimisticRootFinalized: base_OptimisticRootFinalized; + base_OptimisticRootFinalized_filter: base_OptimisticRootFinalized_filter; + base_OriginMessage: base_OriginMessage; + base_OriginMessage_filter: base_OriginMessage_filter; + base_OriginTransfer: base_OriginTransfer; + base_OriginTransfer_filter: base_OriginTransfer_filter; + base_Relayer: base_Relayer; + base_RelayerFee: base_RelayerFee; + base_RelayerFee_filter: base_RelayerFee_filter; + base_RelayerFeesIncrease: base_RelayerFeesIncrease; + base_RelayerFeesIncrease_filter: base_RelayerFeesIncrease_filter; + base_Relayer_filter: base_Relayer_filter; + base_RootCount: base_RootCount; + base_RootCount_filter: base_RootCount_filter; + base_RootMessageSent: base_RootMessageSent; + base_RootMessageSent_filter: base_RootMessageSent_filter; + base_Router: base_Router; + base_RouterDailyTVL: base_RouterDailyTVL; + base_RouterDailyTVL_filter: base_RouterDailyTVL_filter; + base_RouterLiquidityEvent: base_RouterLiquidityEvent; + base_RouterLiquidityEvent_filter: base_RouterLiquidityEvent_filter; + base_Router_filter: base_Router_filter; + base_Sequencer: base_Sequencer; + base_Sequencer_filter: base_Sequencer_filter; + base_Setting: base_Setting; + base_Setting_filter: base_Setting_filter; + base_SlippageUpdate: base_SlippageUpdate; + base_SlippageUpdate_filter: base_SlippageUpdate_filter; + base_SnapshotRoot: base_SnapshotRoot; + base_SnapshotRoot_filter: base_SnapshotRoot_filter; + base_SpokeConnectorMode: base_SpokeConnectorMode; + base_SpokeConnectorMode_filter: base_SpokeConnectorMode_filter; + base__Block_: base__Block_; + base__Meta_: base__Meta_; + arbitrumsepolia_swap_BigDecimal: Scalars['arbitrumsepolia_swap_BigDecimal']; + arbitrumsepolia_swap_BlockChangedFilter: arbitrumsepolia_swap_BlockChangedFilter; + arbitrumsepolia_swap_Block_height: arbitrumsepolia_swap_Block_height; + arbitrumsepolia_swap_Bytes: Scalars['arbitrumsepolia_swap_Bytes']; + arbitrumsepolia_swap_Int8: Scalars['arbitrumsepolia_swap_Int8']; + arbitrumsepolia_swap_LpAccount: arbitrumsepolia_swap_LpAccount; + arbitrumsepolia_swap_LpAccountBalance: arbitrumsepolia_swap_LpAccountBalance; + arbitrumsepolia_swap_LpAccountBalance_filter: arbitrumsepolia_swap_LpAccountBalance_filter; + arbitrumsepolia_swap_LpAccount_filter: arbitrumsepolia_swap_LpAccount_filter; + arbitrumsepolia_swap_LpToken: arbitrumsepolia_swap_LpToken; + arbitrumsepolia_swap_LpTokenEvent: ResolversParentTypes['arbitrumsepolia_swap_LpTransferEvent']; + arbitrumsepolia_swap_LpTokenEvent_filter: arbitrumsepolia_swap_LpTokenEvent_filter; + arbitrumsepolia_swap_LpToken_filter: arbitrumsepolia_swap_LpToken_filter; + arbitrumsepolia_swap_LpTransferEvent: arbitrumsepolia_swap_LpTransferEvent; + arbitrumsepolia_swap_LpTransferEvent_filter: arbitrumsepolia_swap_LpTransferEvent_filter; + arbitrumsepolia_swap_PooledToken: arbitrumsepolia_swap_PooledToken; + arbitrumsepolia_swap_PooledToken_filter: arbitrumsepolia_swap_PooledToken_filter; + arbitrumsepolia_swap_StableSwap: arbitrumsepolia_swap_StableSwap; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent: arbitrumsepolia_swap_StableSwapAddLiquidityEvent; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter; + arbitrumsepolia_swap_StableSwapEvent: ResolversParentTypes['arbitrumsepolia_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent']; + arbitrumsepolia_swap_StableSwapEvent_filter: arbitrumsepolia_swap_StableSwapEvent_filter; + arbitrumsepolia_swap_StableSwapExchange: arbitrumsepolia_swap_StableSwapExchange; + arbitrumsepolia_swap_StableSwapExchange_filter: arbitrumsepolia_swap_StableSwapExchange_filter; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumsepolia_swap_StableSwap_filter: arbitrumsepolia_swap_StableSwap_filter; + arbitrumsepolia_swap_SwapDailyVolume: arbitrumsepolia_swap_SwapDailyVolume; + arbitrumsepolia_swap_SwapDailyVolume_filter: arbitrumsepolia_swap_SwapDailyVolume_filter; + arbitrumsepolia_swap_SwapHourlyVolume: arbitrumsepolia_swap_SwapHourlyVolume; + arbitrumsepolia_swap_SwapHourlyVolume_filter: arbitrumsepolia_swap_SwapHourlyVolume_filter; + arbitrumsepolia_swap_SwapTradeVolume: ResolversParentTypes['arbitrumsepolia_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumsepolia_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumsepolia_swap_SwapWeeklyVolume']; + arbitrumsepolia_swap_SwapTradeVolume_filter: arbitrumsepolia_swap_SwapTradeVolume_filter; + arbitrumsepolia_swap_SwapWeeklyVolume: arbitrumsepolia_swap_SwapWeeklyVolume; + arbitrumsepolia_swap_SwapWeeklyVolume_filter: arbitrumsepolia_swap_SwapWeeklyVolume_filter; + arbitrumsepolia_swap_SystemInfo: arbitrumsepolia_swap_SystemInfo; + arbitrumsepolia_swap_SystemInfo_filter: arbitrumsepolia_swap_SystemInfo_filter; + arbitrumsepolia_swap__Block_: arbitrumsepolia_swap__Block_; + arbitrumsepolia_swap__Meta_: arbitrumsepolia_swap__Meta_; + stagingoptimism_AggregateRoot: stagingoptimism_AggregateRoot; + stagingoptimism_AggregateRootProposed: stagingoptimism_AggregateRootProposed; + stagingoptimism_AggregateRootProposed_filter: stagingoptimism_AggregateRootProposed_filter; + stagingoptimism_AggregateRoot_filter: stagingoptimism_AggregateRoot_filter; + stagingoptimism_Asset: stagingoptimism_Asset; + stagingoptimism_AssetBalance: stagingoptimism_AssetBalance; + stagingoptimism_AssetBalance_filter: stagingoptimism_AssetBalance_filter; + stagingoptimism_AssetStatus: stagingoptimism_AssetStatus; + stagingoptimism_AssetStatus_filter: stagingoptimism_AssetStatus_filter; + stagingoptimism_Asset_filter: stagingoptimism_Asset_filter; + stagingoptimism_BigDecimal: Scalars['stagingoptimism_BigDecimal']; + stagingoptimism_BlockChangedFilter: stagingoptimism_BlockChangedFilter; + stagingoptimism_Block_height: stagingoptimism_Block_height; + stagingoptimism_Bytes: Scalars['stagingoptimism_Bytes']; + stagingoptimism_ConnectorMeta: stagingoptimism_ConnectorMeta; + stagingoptimism_ConnectorMeta_filter: stagingoptimism_ConnectorMeta_filter; + stagingoptimism_DestinationTransfer: stagingoptimism_DestinationTransfer; + stagingoptimism_DestinationTransfer_filter: stagingoptimism_DestinationTransfer_filter; + stagingoptimism_Int8: Scalars['stagingoptimism_Int8']; + stagingoptimism_OptimisticRootFinalized: stagingoptimism_OptimisticRootFinalized; + stagingoptimism_OptimisticRootFinalized_filter: stagingoptimism_OptimisticRootFinalized_filter; + stagingoptimism_OriginMessage: stagingoptimism_OriginMessage; + stagingoptimism_OriginMessage_filter: stagingoptimism_OriginMessage_filter; + stagingoptimism_OriginTransfer: stagingoptimism_OriginTransfer; + stagingoptimism_OriginTransfer_filter: stagingoptimism_OriginTransfer_filter; + stagingoptimism_Relayer: stagingoptimism_Relayer; + stagingoptimism_RelayerFee: stagingoptimism_RelayerFee; + stagingoptimism_RelayerFee_filter: stagingoptimism_RelayerFee_filter; + stagingoptimism_RelayerFeesIncrease: stagingoptimism_RelayerFeesIncrease; + stagingoptimism_RelayerFeesIncrease_filter: stagingoptimism_RelayerFeesIncrease_filter; + stagingoptimism_Relayer_filter: stagingoptimism_Relayer_filter; + stagingoptimism_RootCount: stagingoptimism_RootCount; + stagingoptimism_RootCount_filter: stagingoptimism_RootCount_filter; + stagingoptimism_RootMessageSent: stagingoptimism_RootMessageSent; + stagingoptimism_RootMessageSent_filter: stagingoptimism_RootMessageSent_filter; + stagingoptimism_Router: stagingoptimism_Router; + stagingoptimism_RouterDailyTVL: stagingoptimism_RouterDailyTVL; + stagingoptimism_RouterDailyTVL_filter: stagingoptimism_RouterDailyTVL_filter; + stagingoptimism_RouterLiquidityEvent: stagingoptimism_RouterLiquidityEvent; + stagingoptimism_RouterLiquidityEvent_filter: stagingoptimism_RouterLiquidityEvent_filter; + stagingoptimism_Router_filter: stagingoptimism_Router_filter; + stagingoptimism_Sequencer: stagingoptimism_Sequencer; + stagingoptimism_Sequencer_filter: stagingoptimism_Sequencer_filter; + stagingoptimism_Setting: stagingoptimism_Setting; + stagingoptimism_Setting_filter: stagingoptimism_Setting_filter; + stagingoptimism_SlippageUpdate: stagingoptimism_SlippageUpdate; + stagingoptimism_SlippageUpdate_filter: stagingoptimism_SlippageUpdate_filter; + stagingoptimism_SnapshotRoot: stagingoptimism_SnapshotRoot; + stagingoptimism_SnapshotRoot_filter: stagingoptimism_SnapshotRoot_filter; + stagingoptimism_SpokeConnectorMode: stagingoptimism_SpokeConnectorMode; + stagingoptimism_SpokeConnectorMode_filter: stagingoptimism_SpokeConnectorMode_filter; + stagingoptimism__Block_: stagingoptimism__Block_; + stagingoptimism__Meta_: stagingoptimism__Meta_; + avalanche_swap_BigDecimal: Scalars['avalanche_swap_BigDecimal']; + avalanche_swap_BlockChangedFilter: avalanche_swap_BlockChangedFilter; + avalanche_swap_Block_height: avalanche_swap_Block_height; + avalanche_swap_Bytes: Scalars['avalanche_swap_Bytes']; + avalanche_swap_Int8: Scalars['avalanche_swap_Int8']; + avalanche_swap_LpAccount: avalanche_swap_LpAccount; + avalanche_swap_LpAccountBalance: avalanche_swap_LpAccountBalance; + avalanche_swap_LpAccountBalance_filter: avalanche_swap_LpAccountBalance_filter; + avalanche_swap_LpAccount_filter: avalanche_swap_LpAccount_filter; + avalanche_swap_LpToken: avalanche_swap_LpToken; + avalanche_swap_LpTokenEvent: ResolversParentTypes['avalanche_swap_LpTransferEvent']; + avalanche_swap_LpTokenEvent_filter: avalanche_swap_LpTokenEvent_filter; + avalanche_swap_LpToken_filter: avalanche_swap_LpToken_filter; + avalanche_swap_LpTransferEvent: avalanche_swap_LpTransferEvent; + avalanche_swap_LpTransferEvent_filter: avalanche_swap_LpTransferEvent_filter; + avalanche_swap_PooledToken: avalanche_swap_PooledToken; + avalanche_swap_PooledToken_filter: avalanche_swap_PooledToken_filter; + avalanche_swap_StableSwap: avalanche_swap_StableSwap; + avalanche_swap_StableSwapAddLiquidityEvent: avalanche_swap_StableSwapAddLiquidityEvent; + avalanche_swap_StableSwapAddLiquidityEvent_filter: avalanche_swap_StableSwapAddLiquidityEvent_filter; + avalanche_swap_StableSwapEvent: ResolversParentTypes['avalanche_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['avalanche_swap_StableSwapRemoveLiquidityEvent']; + avalanche_swap_StableSwapEvent_filter: avalanche_swap_StableSwapEvent_filter; + avalanche_swap_StableSwapExchange: avalanche_swap_StableSwapExchange; + avalanche_swap_StableSwapExchange_filter: avalanche_swap_StableSwapExchange_filter; + avalanche_swap_StableSwapRemoveLiquidityEvent: avalanche_swap_StableSwapRemoveLiquidityEvent; + avalanche_swap_StableSwapRemoveLiquidityEvent_filter: avalanche_swap_StableSwapRemoveLiquidityEvent_filter; + avalanche_swap_StableSwap_filter: avalanche_swap_StableSwap_filter; + avalanche_swap_SwapDailyVolume: avalanche_swap_SwapDailyVolume; + avalanche_swap_SwapDailyVolume_filter: avalanche_swap_SwapDailyVolume_filter; + avalanche_swap_SwapHourlyVolume: avalanche_swap_SwapHourlyVolume; + avalanche_swap_SwapHourlyVolume_filter: avalanche_swap_SwapHourlyVolume_filter; + avalanche_swap_SwapTradeVolume: ResolversParentTypes['avalanche_swap_SwapDailyVolume'] | ResolversParentTypes['avalanche_swap_SwapHourlyVolume'] | ResolversParentTypes['avalanche_swap_SwapWeeklyVolume']; + avalanche_swap_SwapTradeVolume_filter: avalanche_swap_SwapTradeVolume_filter; + avalanche_swap_SwapWeeklyVolume: avalanche_swap_SwapWeeklyVolume; + avalanche_swap_SwapWeeklyVolume_filter: avalanche_swap_SwapWeeklyVolume_filter; + avalanche_swap_SystemInfo: avalanche_swap_SystemInfo; + avalanche_swap_SystemInfo_filter: avalanche_swap_SystemInfo_filter; + avalanche_swap__Block_: avalanche_swap__Block_; + avalanche_swap__Meta_: avalanche_swap__Meta_; + optimism_swap_BigDecimal: Scalars['optimism_swap_BigDecimal']; + optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; + optimism_swap_Block_height: optimism_swap_Block_height; + optimism_swap_Bytes: Scalars['optimism_swap_Bytes']; + optimism_swap_Int8: Scalars['optimism_swap_Int8']; + optimism_swap_LpAccount: optimism_swap_LpAccount; + optimism_swap_LpAccountBalance: optimism_swap_LpAccountBalance; + optimism_swap_LpAccountBalance_filter: optimism_swap_LpAccountBalance_filter; + optimism_swap_LpAccount_filter: optimism_swap_LpAccount_filter; + optimism_swap_LpToken: optimism_swap_LpToken; + optimism_swap_LpTokenEvent: ResolversParentTypes['optimism_swap_LpTransferEvent']; + optimism_swap_LpTokenEvent_filter: optimism_swap_LpTokenEvent_filter; + optimism_swap_LpToken_filter: optimism_swap_LpToken_filter; + optimism_swap_LpTransferEvent: optimism_swap_LpTransferEvent; + optimism_swap_LpTransferEvent_filter: optimism_swap_LpTransferEvent_filter; + optimism_swap_PooledToken: optimism_swap_PooledToken; + optimism_swap_PooledToken_filter: optimism_swap_PooledToken_filter; + optimism_swap_StableSwap: optimism_swap_StableSwap; + optimism_swap_StableSwapAddLiquidityEvent: optimism_swap_StableSwapAddLiquidityEvent; + optimism_swap_StableSwapAddLiquidityEvent_filter: optimism_swap_StableSwapAddLiquidityEvent_filter; + optimism_swap_StableSwapEvent: ResolversParentTypes['optimism_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['optimism_swap_StableSwapRemoveLiquidityEvent']; + optimism_swap_StableSwapEvent_filter: optimism_swap_StableSwapEvent_filter; + optimism_swap_StableSwapExchange: optimism_swap_StableSwapExchange; + optimism_swap_StableSwapExchange_filter: optimism_swap_StableSwapExchange_filter; + optimism_swap_StableSwapRemoveLiquidityEvent: optimism_swap_StableSwapRemoveLiquidityEvent; + optimism_swap_StableSwapRemoveLiquidityEvent_filter: optimism_swap_StableSwapRemoveLiquidityEvent_filter; + optimism_swap_StableSwap_filter: optimism_swap_StableSwap_filter; + optimism_swap_SwapDailyVolume: optimism_swap_SwapDailyVolume; + optimism_swap_SwapDailyVolume_filter: optimism_swap_SwapDailyVolume_filter; + optimism_swap_SwapHourlyVolume: optimism_swap_SwapHourlyVolume; + optimism_swap_SwapHourlyVolume_filter: optimism_swap_SwapHourlyVolume_filter; + optimism_swap_SwapTradeVolume: ResolversParentTypes['optimism_swap_SwapDailyVolume'] | ResolversParentTypes['optimism_swap_SwapHourlyVolume'] | ResolversParentTypes['optimism_swap_SwapWeeklyVolume']; + optimism_swap_SwapTradeVolume_filter: optimism_swap_SwapTradeVolume_filter; + optimism_swap_SwapWeeklyVolume: optimism_swap_SwapWeeklyVolume; + optimism_swap_SwapWeeklyVolume_filter: optimism_swap_SwapWeeklyVolume_filter; + optimism_swap_SystemInfo: optimism_swap_SystemInfo; + optimism_swap_SystemInfo_filter: optimism_swap_SystemInfo_filter; + optimism_swap__Block_: optimism_swap__Block_; + optimism_swap__Meta_: optimism_swap__Meta_; + arbitrumone_swap_BigDecimal: Scalars['arbitrumone_swap_BigDecimal']; + arbitrumone_swap_BlockChangedFilter: arbitrumone_swap_BlockChangedFilter; + arbitrumone_swap_Block_height: arbitrumone_swap_Block_height; + arbitrumone_swap_Bytes: Scalars['arbitrumone_swap_Bytes']; + arbitrumone_swap_Int8: Scalars['arbitrumone_swap_Int8']; + arbitrumone_swap_LpAccount: arbitrumone_swap_LpAccount; + arbitrumone_swap_LpAccountBalance: arbitrumone_swap_LpAccountBalance; + arbitrumone_swap_LpAccountBalance_filter: arbitrumone_swap_LpAccountBalance_filter; + arbitrumone_swap_LpAccount_filter: arbitrumone_swap_LpAccount_filter; + arbitrumone_swap_LpToken: arbitrumone_swap_LpToken; + arbitrumone_swap_LpTokenEvent: ResolversParentTypes['arbitrumone_swap_LpTransferEvent']; + arbitrumone_swap_LpTokenEvent_filter: arbitrumone_swap_LpTokenEvent_filter; + arbitrumone_swap_LpToken_filter: arbitrumone_swap_LpToken_filter; + arbitrumone_swap_LpTransferEvent: arbitrumone_swap_LpTransferEvent; + arbitrumone_swap_LpTransferEvent_filter: arbitrumone_swap_LpTransferEvent_filter; + arbitrumone_swap_PooledToken: arbitrumone_swap_PooledToken; + arbitrumone_swap_PooledToken_filter: arbitrumone_swap_PooledToken_filter; + arbitrumone_swap_StableSwap: arbitrumone_swap_StableSwap; + arbitrumone_swap_StableSwapAddLiquidityEvent: arbitrumone_swap_StableSwapAddLiquidityEvent; + arbitrumone_swap_StableSwapAddLiquidityEvent_filter: arbitrumone_swap_StableSwapAddLiquidityEvent_filter; + arbitrumone_swap_StableSwapEvent: ResolversParentTypes['arbitrumone_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['arbitrumone_swap_StableSwapRemoveLiquidityEvent']; + arbitrumone_swap_StableSwapEvent_filter: arbitrumone_swap_StableSwapEvent_filter; + arbitrumone_swap_StableSwapExchange: arbitrumone_swap_StableSwapExchange; + arbitrumone_swap_StableSwapExchange_filter: arbitrumone_swap_StableSwapExchange_filter; + arbitrumone_swap_StableSwapRemoveLiquidityEvent: arbitrumone_swap_StableSwapRemoveLiquidityEvent; + arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter; + arbitrumone_swap_StableSwap_filter: arbitrumone_swap_StableSwap_filter; + arbitrumone_swap_SwapDailyVolume: arbitrumone_swap_SwapDailyVolume; + arbitrumone_swap_SwapDailyVolume_filter: arbitrumone_swap_SwapDailyVolume_filter; + arbitrumone_swap_SwapHourlyVolume: arbitrumone_swap_SwapHourlyVolume; + arbitrumone_swap_SwapHourlyVolume_filter: arbitrumone_swap_SwapHourlyVolume_filter; + arbitrumone_swap_SwapTradeVolume: ResolversParentTypes['arbitrumone_swap_SwapDailyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapHourlyVolume'] | ResolversParentTypes['arbitrumone_swap_SwapWeeklyVolume']; + arbitrumone_swap_SwapTradeVolume_filter: arbitrumone_swap_SwapTradeVolume_filter; + arbitrumone_swap_SwapWeeklyVolume: arbitrumone_swap_SwapWeeklyVolume; + arbitrumone_swap_SwapWeeklyVolume_filter: arbitrumone_swap_SwapWeeklyVolume_filter; + arbitrumone_swap_SystemInfo: arbitrumone_swap_SystemInfo; + arbitrumone_swap_SystemInfo_filter: arbitrumone_swap_SystemInfo_filter; + arbitrumone_swap__Block_: arbitrumone_swap__Block_; + arbitrumone_swap__Meta_: arbitrumone_swap__Meta_; + 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_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_; + polygon_swap_BigDecimal: Scalars['polygon_swap_BigDecimal']; + polygon_swap_BlockChangedFilter: polygon_swap_BlockChangedFilter; + polygon_swap_Block_height: polygon_swap_Block_height; + polygon_swap_Bytes: Scalars['polygon_swap_Bytes']; + polygon_swap_Int8: Scalars['polygon_swap_Int8']; + polygon_swap_LpAccount: polygon_swap_LpAccount; + polygon_swap_LpAccountBalance: polygon_swap_LpAccountBalance; + polygon_swap_LpAccountBalance_filter: polygon_swap_LpAccountBalance_filter; + polygon_swap_LpAccount_filter: polygon_swap_LpAccount_filter; + polygon_swap_LpToken: polygon_swap_LpToken; + polygon_swap_LpTokenEvent: ResolversParentTypes['polygon_swap_LpTransferEvent']; + polygon_swap_LpTokenEvent_filter: polygon_swap_LpTokenEvent_filter; + polygon_swap_LpToken_filter: polygon_swap_LpToken_filter; + polygon_swap_LpTransferEvent: polygon_swap_LpTransferEvent; + polygon_swap_LpTransferEvent_filter: polygon_swap_LpTransferEvent_filter; + polygon_swap_PooledToken: polygon_swap_PooledToken; + polygon_swap_PooledToken_filter: polygon_swap_PooledToken_filter; + polygon_swap_StableSwap: polygon_swap_StableSwap; + polygon_swap_StableSwapAddLiquidityEvent: polygon_swap_StableSwapAddLiquidityEvent; + polygon_swap_StableSwapAddLiquidityEvent_filter: polygon_swap_StableSwapAddLiquidityEvent_filter; + polygon_swap_StableSwapEvent: ResolversParentTypes['polygon_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['polygon_swap_StableSwapRemoveLiquidityEvent']; + polygon_swap_StableSwapEvent_filter: polygon_swap_StableSwapEvent_filter; + polygon_swap_StableSwapExchange: polygon_swap_StableSwapExchange; + polygon_swap_StableSwapExchange_filter: polygon_swap_StableSwapExchange_filter; + polygon_swap_StableSwapRemoveLiquidityEvent: polygon_swap_StableSwapRemoveLiquidityEvent; + polygon_swap_StableSwapRemoveLiquidityEvent_filter: polygon_swap_StableSwapRemoveLiquidityEvent_filter; + polygon_swap_StableSwap_filter: polygon_swap_StableSwap_filter; + polygon_swap_SwapDailyVolume: polygon_swap_SwapDailyVolume; + polygon_swap_SwapDailyVolume_filter: polygon_swap_SwapDailyVolume_filter; + polygon_swap_SwapHourlyVolume: polygon_swap_SwapHourlyVolume; + polygon_swap_SwapHourlyVolume_filter: polygon_swap_SwapHourlyVolume_filter; + polygon_swap_SwapTradeVolume: ResolversParentTypes['polygon_swap_SwapDailyVolume'] | ResolversParentTypes['polygon_swap_SwapHourlyVolume'] | ResolversParentTypes['polygon_swap_SwapWeeklyVolume']; + polygon_swap_SwapTradeVolume_filter: polygon_swap_SwapTradeVolume_filter; + polygon_swap_SwapWeeklyVolume: polygon_swap_SwapWeeklyVolume; + polygon_swap_SwapWeeklyVolume_filter: polygon_swap_SwapWeeklyVolume_filter; + polygon_swap_SystemInfo: polygon_swap_SystemInfo; + polygon_swap_SystemInfo_filter: polygon_swap_SystemInfo_filter; + polygon_swap__Block_: polygon_swap__Block_; + polygon_swap__Meta_: polygon_swap__Meta_; +}>; + +export type entityDirectiveArgs = { }; + +export type entityDirectiveResolver = DirectiveResolverFn; + +export type subgraphIdDirectiveArgs = { + id: Scalars['String']; +}; + +export type subgraphIdDirectiveResolver = DirectiveResolverFn; + +export type derivedFromDirectiveArgs = { + field: Scalars['String']; +}; + +export type derivedFromDirectiveResolver = DirectiveResolverFn; + +export type QueryResolvers = ResolversObject<{ + metis_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + metis_swap__meta?: Resolver, ParentType, ContextType, Partial>; + linea_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_swap__meta?: Resolver, ParentType, ContextType, Partial>; + sepolia_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_metisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_metisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_mantleConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_mantleConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_avalancheConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_avalancheConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_polygonZkConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_polygonZkConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_x1ConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_x1ConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_modeConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_modeConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_scrollConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_scrollConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + sepolia__meta?: Resolver, ParentType, ContextType, Partial>; + sepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; + staginglinea_asset?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_assets?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_router?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_routers?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_setting?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_settings?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_relayer?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_relayers?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + staginglinea__meta?: Resolver, ParentType, ContextType, Partial>; + linea_asset?: Resolver, ParentType, ContextType, RequireFields>; + linea_assets?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + linea_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + linea_router?: Resolver, ParentType, ContextType, RequireFields>; + linea_routers?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + linea_setting?: Resolver, ParentType, ContextType, RequireFields>; + linea_settings?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayer?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayers?: Resolver, ParentType, ContextType, RequireFields>; + linea_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + linea_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + linea_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + linea_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + linea_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + linea_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + linea_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + linea_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + linea_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + linea_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + linea_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + linea_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + linea_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + linea_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + linea_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + linea_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + linea_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + linea_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + linea_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + linea_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + linea_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + linea__meta?: Resolver, ParentType, ContextType, Partial>; + stagingmode_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmode__meta?: Resolver, ParentType, ContextType, Partial>; + stagingscroll_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingscroll__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_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; + polygon_asset?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assets?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygon_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygon_router?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_setting?: Resolver, ParentType, ContextType, RequireFields>; + polygon_settings?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygon_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + polygon_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygon_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + polygon_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + polygon_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + polygon_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + polygon_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygon_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygon_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + polygon_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + polygon_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + polygon_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + polygon_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + polygon__meta?: Resolver, ParentType, ContextType, Partial>; + zksync_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingmainnet_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet__meta?: Resolver, ParentType, ContextType, Partial>; + arbitrumsepolia_asset?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_assets?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_router?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_routers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_setting?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_settings?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia__meta?: Resolver, ParentType, ContextType, Partial>; + mainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_metisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_metisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_mantleConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_mantleConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_avalancheConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_avalancheConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_polygonZkConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_polygonZkConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_modeConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_modeConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + mainnet__meta?: Resolver, ParentType, ContextType, Partial>; + stagingmainnet_rootAggregated?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootAggregateds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_aggregatedMessageRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_aggregatedMessageRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_hubOptimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_hubOptimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootPropagated?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootPropagateds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_polygonConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_polygonConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_optimismConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_optimismConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_bnbConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_bnbConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_arbitrumConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_arbitrumConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_gnosisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_gnosisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_lineaConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_lineaConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_metisConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_metisConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_mantleConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_mantleConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_avalancheConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_avalancheConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_baseConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_baseConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_polygonZkConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_polygonZkConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_zkSyncConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_zkSyncConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_modeConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_modeConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_scrollConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_scrollConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_xlayerConnectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_xlayerConnectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootMessageProcessed?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_rootMessageProcesseds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRootSavedSlow?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRootSavedSlows?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_hubDomain?: Resolver, ParentType, ContextType, RequireFields>; + stagingmainnet_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_swap__meta?: Resolver, ParentType, ContextType, Partial>; + optimismsepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_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_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_setting?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_settings?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + mainnet_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingxdai_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingxdai__meta?: Resolver, ParentType, ContextType, Partial>; + optimism_asset?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assets?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimism_router?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_setting?: Resolver, ParentType, ContextType, RequireFields>; + optimism_settings?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + optimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + optimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + optimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + optimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + optimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + optimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + optimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + optimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + optimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + optimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + optimism__meta?: Resolver, ParentType, ContextType, Partial>; + stagingavalanche_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingavalanche__meta?: Resolver, ParentType, ContextType, Partial>; + stagingzksync_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingzksync__meta?: Resolver, ParentType, ContextType, Partial>; + xlayer_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingpolygonzkevm_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygonzkevm__meta?: Resolver, ParentType, ContextType, Partial>; + stagingbnb_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingbnb__meta?: Resolver, ParentType, ContextType, Partial>; + sepolia_asset?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_assets?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_router?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_routers?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_setting?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_settings?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayer?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayers?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + sepolia_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingarbitrumone__meta?: Resolver, ParentType, ContextType, Partial>; + stagingpolygon_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingpolygon__meta?: Resolver, ParentType, ContextType, Partial>; + polygonzkevm_swap_asset?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assets?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_router?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_setting?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_settings?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_swap__meta?: Resolver, ParentType, ContextType, Partial>; + polygonzkevm_asset?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assets?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_router?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_setting?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_settings?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + polygonzkevm__meta?: Resolver, ParentType, ContextType, Partial>; + optimismsepolia_asset?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_assets?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_router?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_routers?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_setting?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_settings?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayer?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayers?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + optimismsepolia__meta?: Resolver, ParentType, ContextType, Partial>; + zksync_asset?: Resolver, ParentType, ContextType, RequireFields>; + zksync_assets?: Resolver, ParentType, ContextType, RequireFields>; + zksync_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + zksync_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + zksync_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + zksync_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + zksync_router?: Resolver, ParentType, ContextType, RequireFields>; + zksync_routers?: Resolver, ParentType, ContextType, RequireFields>; + zksync_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + zksync_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + zksync_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_setting?: Resolver, ParentType, ContextType, RequireFields>; + zksync_settings?: Resolver, ParentType, ContextType, RequireFields>; + zksync_relayer?: Resolver, ParentType, ContextType, RequireFields>; + zksync_relayers?: Resolver, ParentType, ContextType, RequireFields>; + zksync_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + zksync_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + zksync_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + zksync_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + zksync_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + zksync_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + zksync_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + zksync_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + zksync_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + zksync_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + zksync_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + zksync_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + zksync_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + zksync_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + zksync_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + zksync_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + zksync_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + zksync_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + zksync_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + zksync_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + zksync_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + zksync_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + zksync_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + zksync_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + zksync_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + zksync_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + zksync_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + zksync_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + zksync_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + zksync_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + zksync__meta?: Resolver, ParentType, ContextType, Partial>; + mantle_asset?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assets?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + mantle_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + mantle_router?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_setting?: Resolver, ParentType, ContextType, RequireFields>; + mantle_settings?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mantle_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mantle_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mantle_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mantle_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mantle_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mantle_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mantle_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mantle_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + mantle_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + mantle_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + mantle_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + mantle_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + mantle_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + mantle_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + mantle_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mantle__meta?: Resolver, ParentType, ContextType, Partial>; + avalanche_asset?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_assets?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_router?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_routers?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_setting?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_settings?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_relayer?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_relayers?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + avalanche__meta?: Resolver, ParentType, ContextType, Partial>; + mode_asset?: Resolver, ParentType, ContextType, RequireFields>; + mode_assets?: Resolver, ParentType, ContextType, RequireFields>; + mode_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + mode_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + mode_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + mode_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + mode_router?: Resolver, ParentType, ContextType, RequireFields>; + mode_routers?: Resolver, ParentType, ContextType, RequireFields>; + mode_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + mode_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + mode_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + mode_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + mode_setting?: Resolver, ParentType, ContextType, RequireFields>; + mode_settings?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayer?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayers?: Resolver, ParentType, ContextType, RequireFields>; + mode_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + mode_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + mode_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mode_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mode_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + mode_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + mode_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + mode_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + mode_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + mode_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + mode_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + mode_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + mode_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + mode_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + mode_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + mode_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + mode_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + mode_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + mode_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + mode_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + mode_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + mode_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + mode_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + mode_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + mode_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + mode_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + mode_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + mode__meta?: Resolver, ParentType, ContextType, Partial>; + stagingxlayer_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingxlayer__meta?: Resolver, ParentType, ContextType, Partial>; + stagingbase_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingbase__meta?: Resolver, ParentType, ContextType, Partial>; + metis_asset?: Resolver, ParentType, ContextType, RequireFields>; + metis_assets?: Resolver, ParentType, ContextType, RequireFields>; + metis_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + metis_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + metis_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + metis_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + metis_router?: Resolver, ParentType, ContextType, RequireFields>; + metis_routers?: Resolver, ParentType, ContextType, RequireFields>; + metis_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + metis_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + metis_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + metis_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + metis_setting?: Resolver, ParentType, ContextType, RequireFields>; + metis_settings?: Resolver, ParentType, ContextType, RequireFields>; + metis_relayer?: Resolver, ParentType, ContextType, RequireFields>; + metis_relayers?: Resolver, ParentType, ContextType, RequireFields>; + metis_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + metis_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + metis_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + metis_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + metis_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + metis_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + metis_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + metis_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + metis_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + metis_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + metis_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + metis_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + metis_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + metis_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + metis_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + metis_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + metis_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + metis_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + metis_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + metis_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + metis_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + metis_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + metis_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + metis_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + metis_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + metis_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + metis_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + metis_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + metis_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + metis_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + metis__meta?: Resolver, ParentType, ContextType, Partial>; + base_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingmantle_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmantle__meta?: Resolver, ParentType, ContextType, Partial>; + stagingmetis_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingmetis__meta?: Resolver, ParentType, ContextType, Partial>; + xdai_asset?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assets?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + xdai_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + xdai_router?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_setting?: Resolver, ParentType, ContextType, RequireFields>; + xdai_settings?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + xdai_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + xdai_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + xdai_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + xdai_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + xdai_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + xdai_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + xdai_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + xdai_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + xdai_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + xdai_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + xdai_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + xdai_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + xdai_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + xdai_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + xdai_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + xdai_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + xdai_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + xdai__meta?: Resolver, ParentType, ContextType, Partial>; + xlayer_asset?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_assets?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_router?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_routers?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_setting?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_settings?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_relayer?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_relayers?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + xlayer_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + xlayer__meta?: Resolver, ParentType, ContextType, Partial>; + bnb_asset?: Resolver, ParentType, ContextType, RequireFields>; + bnb_assets?: Resolver, ParentType, ContextType, RequireFields>; + bnb_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + bnb_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + bnb_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + bnb_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + bnb_router?: Resolver, ParentType, ContextType, RequireFields>; + bnb_routers?: Resolver, ParentType, ContextType, RequireFields>; + bnb_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + bnb_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + bnb_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_setting?: Resolver, ParentType, ContextType, RequireFields>; + bnb_settings?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayer?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayers?: Resolver, ParentType, ContextType, RequireFields>; + bnb_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + bnb_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + bnb_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + bnb_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + bnb_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + bnb_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + bnb_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + bnb_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + bnb_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + bnb_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + bnb_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + bnb_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + bnb_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + bnb_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + bnb_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + bnb_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + bnb_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + bnb_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + bnb_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + bnb_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + bnb_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + bnb_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + bnb_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + bnb_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + bnb_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + bnb_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + bnb_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + bnb__meta?: Resolver, ParentType, ContextType, Partial>; + base_asset?: Resolver, ParentType, ContextType, RequireFields>; + base_assets?: Resolver, ParentType, ContextType, RequireFields>; + base_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + base_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + base_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + base_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + base_router?: Resolver, ParentType, ContextType, RequireFields>; + base_routers?: Resolver, ParentType, ContextType, RequireFields>; + base_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + base_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + base_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + base_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + base_setting?: Resolver, ParentType, ContextType, RequireFields>; + base_settings?: Resolver, ParentType, ContextType, RequireFields>; + base_relayer?: Resolver, ParentType, ContextType, RequireFields>; + base_relayers?: Resolver, ParentType, ContextType, RequireFields>; + base_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + base_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + base_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + base_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + base_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + base_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + base_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + base_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + base_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + base_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + base_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + base_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + base_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + base_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + base_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + base_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + base_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + base_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + base_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + base_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + base_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + base_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + base_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + base_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + base_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + base_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + base_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + base_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + base_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + base_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + base__meta?: Resolver, ParentType, ContextType, Partial>; + arbitrumsepolia_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap__meta?: Resolver, ParentType, ContextType, Partial>; + stagingoptimism_asset?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_assets?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_assetStatuses?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_assetBalance?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_router?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_routers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_routerDailyTVL?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_routerDailyTVLs?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_routerLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_routerLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_setting?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_settings?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_sequencer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_sequencers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFee?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFees?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_originTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_originTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_destinationTransfer?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_destinationTransfers?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_originMessage?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_originMessages?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_connectorMeta?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_connectorMetas?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_rootCount?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_rootCounts?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_rootMessageSent?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_rootMessageSents?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFeesIncrease?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFeesIncreases?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_slippageUpdate?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_slippageUpdates?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_snapshotRoot?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_snapshotRoots?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_spokeConnectorMode?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_spokeConnectorModes?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRootProposed?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRootProposeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_optimisticRootFinalized?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; + stagingoptimism__meta?: Resolver, ParentType, ContextType, Partial>; + avalanche_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + avalanche_swap__meta?: Resolver, ParentType, ContextType, Partial>; + optimism_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + optimism_swap__meta?: Resolver, ParentType, ContextType, Partial>; + arbitrumone_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + arbitrumone_swap__meta?: Resolver, ParentType, ContextType, Partial>; + 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_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>; + polygon_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_pooledTokens?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwap?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwaps?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchange?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchanges?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccount?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccounts?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalance?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalances?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpToken?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTokens?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolume?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolumes?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvent?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; + polygon_swap__meta?: Resolver, ParentType, ContextType, Partial>; +}>; + +export type SubscriptionResolvers = ResolversObject<{ + metis_swap_systemInfo?: SubscriptionResolver, "metis_swap_systemInfo", ParentType, ContextType, RequireFields>; + metis_swap_systemInfos?: SubscriptionResolver, "metis_swap_systemInfos", ParentType, ContextType, RequireFields>; + metis_swap_pooledToken?: SubscriptionResolver, "metis_swap_pooledToken", ParentType, ContextType, RequireFields>; + metis_swap_pooledTokens?: SubscriptionResolver, "metis_swap_pooledTokens", ParentType, ContextType, RequireFields>; + metis_swap_stableSwap?: SubscriptionResolver, "metis_swap_stableSwap", ParentType, ContextType, RequireFields>; + metis_swap_stableSwaps?: SubscriptionResolver, "metis_swap_stableSwaps", ParentType, ContextType, RequireFields>; + metis_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "metis_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + metis_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "metis_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + metis_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "metis_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + metis_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "metis_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + metis_swap_stableSwapExchange?: SubscriptionResolver, "metis_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + metis_swap_stableSwapExchanges?: SubscriptionResolver, "metis_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + metis_swap_swapDailyVolume?: SubscriptionResolver, "metis_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + metis_swap_swapDailyVolumes?: SubscriptionResolver, "metis_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + metis_swap_swapHourlyVolume?: SubscriptionResolver, "metis_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + metis_swap_swapHourlyVolumes?: SubscriptionResolver, "metis_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + metis_swap_swapWeeklyVolume?: SubscriptionResolver, "metis_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + metis_swap_swapWeeklyVolumes?: SubscriptionResolver, "metis_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + metis_swap_lpAccount?: SubscriptionResolver, "metis_swap_lpAccount", ParentType, ContextType, RequireFields>; + metis_swap_lpAccounts?: SubscriptionResolver, "metis_swap_lpAccounts", ParentType, ContextType, RequireFields>; + metis_swap_lpAccountBalance?: SubscriptionResolver, "metis_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + metis_swap_lpAccountBalances?: SubscriptionResolver, "metis_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + metis_swap_lpToken?: SubscriptionResolver, "metis_swap_lpToken", ParentType, ContextType, RequireFields>; + metis_swap_lpTokens?: SubscriptionResolver, "metis_swap_lpTokens", ParentType, ContextType, RequireFields>; + metis_swap_lpTransferEvent?: SubscriptionResolver, "metis_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + metis_swap_lpTransferEvents?: SubscriptionResolver, "metis_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + metis_swap_stableSwapEvent?: SubscriptionResolver, "metis_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + metis_swap_stableSwapEvents?: SubscriptionResolver, "metis_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + metis_swap_swapTradeVolume?: SubscriptionResolver, "metis_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + metis_swap_swapTradeVolumes?: SubscriptionResolver, "metis_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + metis_swap_lpTokenEvent?: SubscriptionResolver, "metis_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + metis_swap_lpTokenEvents?: SubscriptionResolver, "metis_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + metis_swap__meta?: SubscriptionResolver, "metis_swap__meta", ParentType, ContextType, Partial>; + linea_swap_systemInfo?: SubscriptionResolver, "linea_swap_systemInfo", ParentType, ContextType, RequireFields>; + linea_swap_systemInfos?: SubscriptionResolver, "linea_swap_systemInfos", ParentType, ContextType, RequireFields>; + linea_swap_pooledToken?: SubscriptionResolver, "linea_swap_pooledToken", ParentType, ContextType, RequireFields>; + linea_swap_pooledTokens?: SubscriptionResolver, "linea_swap_pooledTokens", ParentType, ContextType, RequireFields>; + linea_swap_stableSwap?: SubscriptionResolver, "linea_swap_stableSwap", ParentType, ContextType, RequireFields>; + linea_swap_stableSwaps?: SubscriptionResolver, "linea_swap_stableSwaps", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "linea_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchange?: SubscriptionResolver, "linea_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapExchanges?: SubscriptionResolver, "linea_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolume?: SubscriptionResolver, "linea_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapDailyVolumes?: SubscriptionResolver, "linea_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolume?: SubscriptionResolver, "linea_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapHourlyVolumes?: SubscriptionResolver, "linea_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolume?: SubscriptionResolver, "linea_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapWeeklyVolumes?: SubscriptionResolver, "linea_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + linea_swap_lpAccount?: SubscriptionResolver, "linea_swap_lpAccount", ParentType, ContextType, RequireFields>; + linea_swap_lpAccounts?: SubscriptionResolver, "linea_swap_lpAccounts", ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalance?: SubscriptionResolver, "linea_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + linea_swap_lpAccountBalances?: SubscriptionResolver, "linea_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + linea_swap_lpToken?: SubscriptionResolver, "linea_swap_lpToken", ParentType, ContextType, RequireFields>; + linea_swap_lpTokens?: SubscriptionResolver, "linea_swap_lpTokens", ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvent?: SubscriptionResolver, "linea_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + linea_swap_lpTransferEvents?: SubscriptionResolver, "linea_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvent?: SubscriptionResolver, "linea_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + linea_swap_stableSwapEvents?: SubscriptionResolver, "linea_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolume?: SubscriptionResolver, "linea_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + linea_swap_swapTradeVolumes?: SubscriptionResolver, "linea_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvent?: SubscriptionResolver, "linea_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + linea_swap_lpTokenEvents?: SubscriptionResolver, "linea_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + linea_swap__meta?: SubscriptionResolver, "linea_swap__meta", ParentType, ContextType, Partial>; + sepolia_rootAggregated?: SubscriptionResolver, "sepolia_rootAggregated", ParentType, ContextType, RequireFields>; + sepolia_rootAggregateds?: SubscriptionResolver, "sepolia_rootAggregateds", ParentType, ContextType, RequireFields>; + sepolia_rootPropagated?: SubscriptionResolver, "sepolia_rootPropagated", ParentType, ContextType, RequireFields>; + sepolia_rootPropagateds?: SubscriptionResolver, "sepolia_rootPropagateds", ParentType, ContextType, RequireFields>; + sepolia_aggregatedMessageRoot?: SubscriptionResolver, "sepolia_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + sepolia_aggregatedMessageRoots?: SubscriptionResolver, "sepolia_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + sepolia_rootManagerMeta?: SubscriptionResolver, "sepolia_rootManagerMeta", ParentType, ContextType, RequireFields>; + sepolia_rootManagerMetas?: SubscriptionResolver, "sepolia_rootManagerMetas", ParentType, ContextType, RequireFields>; + sepolia_rootManagerMode?: SubscriptionResolver, "sepolia_rootManagerMode", ParentType, ContextType, RequireFields>; + sepolia_rootManagerModes?: SubscriptionResolver, "sepolia_rootManagerModes", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootProposed?: SubscriptionResolver, "sepolia_optimisticRootProposed", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootProposeds?: SubscriptionResolver, "sepolia_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + sepolia_hubOptimisticRootFinalized?: SubscriptionResolver, "sepolia_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + sepolia_hubOptimisticRootFinalizeds?: SubscriptionResolver, "sepolia_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootPropagated?: SubscriptionResolver, "sepolia_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootPropagateds?: SubscriptionResolver, "sepolia_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + sepolia_polygonConnectorMeta?: SubscriptionResolver, "sepolia_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_polygonConnectorMetas?: SubscriptionResolver, "sepolia_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_optimismConnectorMeta?: SubscriptionResolver, "sepolia_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_optimismConnectorMetas?: SubscriptionResolver, "sepolia_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_bnbConnectorMeta?: SubscriptionResolver, "sepolia_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_bnbConnectorMetas?: SubscriptionResolver, "sepolia_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_arbitrumConnectorMeta?: SubscriptionResolver, "sepolia_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_arbitrumConnectorMetas?: SubscriptionResolver, "sepolia_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_gnosisConnectorMeta?: SubscriptionResolver, "sepolia_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_gnosisConnectorMetas?: SubscriptionResolver, "sepolia_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_lineaConnectorMeta?: SubscriptionResolver, "sepolia_lineaConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_lineaConnectorMetas?: SubscriptionResolver, "sepolia_lineaConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_metisConnectorMeta?: SubscriptionResolver, "sepolia_metisConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_metisConnectorMetas?: SubscriptionResolver, "sepolia_metisConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_mantleConnectorMeta?: SubscriptionResolver, "sepolia_mantleConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_mantleConnectorMetas?: SubscriptionResolver, "sepolia_mantleConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_avalancheConnectorMeta?: SubscriptionResolver, "sepolia_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_avalancheConnectorMetas?: SubscriptionResolver, "sepolia_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_baseConnectorMeta?: SubscriptionResolver, "sepolia_baseConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_baseConnectorMetas?: SubscriptionResolver, "sepolia_baseConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_polygonZkConnectorMeta?: SubscriptionResolver, "sepolia_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_polygonZkConnectorMetas?: SubscriptionResolver, "sepolia_polygonZkConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_x1ConnectorMeta?: SubscriptionResolver, "sepolia_x1ConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_x1ConnectorMetas?: SubscriptionResolver, "sepolia_x1ConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_zkSyncConnectorMeta?: SubscriptionResolver, "sepolia_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_zkSyncConnectorMetas?: SubscriptionResolver, "sepolia_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_modeConnectorMeta?: SubscriptionResolver, "sepolia_modeConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_modeConnectorMetas?: SubscriptionResolver, "sepolia_modeConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_scrollConnectorMeta?: SubscriptionResolver, "sepolia_scrollConnectorMeta", ParentType, ContextType, RequireFields>; + sepolia_scrollConnectorMetas?: SubscriptionResolver, "sepolia_scrollConnectorMetas", ParentType, ContextType, RequireFields>; + sepolia_rootMessageProcessed?: SubscriptionResolver, "sepolia_rootMessageProcessed", ParentType, ContextType, RequireFields>; + sepolia_rootMessageProcesseds?: SubscriptionResolver, "sepolia_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + sepolia_aggregateRootSavedSlow?: SubscriptionResolver, "sepolia_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + sepolia_aggregateRootSavedSlows?: SubscriptionResolver, "sepolia_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + sepolia_hubDomain?: SubscriptionResolver, "sepolia_hubDomain", ParentType, ContextType, RequireFields>; + sepolia_hubDomains?: SubscriptionResolver, "sepolia_hubDomains", ParentType, ContextType, RequireFields>; + sepolia__meta?: SubscriptionResolver, "sepolia__meta", ParentType, ContextType, Partial>; + sepolia_swap_systemInfo?: SubscriptionResolver, "sepolia_swap_systemInfo", ParentType, ContextType, RequireFields>; + sepolia_swap_systemInfos?: SubscriptionResolver, "sepolia_swap_systemInfos", ParentType, ContextType, RequireFields>; + sepolia_swap_pooledToken?: SubscriptionResolver, "sepolia_swap_pooledToken", ParentType, ContextType, RequireFields>; + sepolia_swap_pooledTokens?: SubscriptionResolver, "sepolia_swap_pooledTokens", ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwap?: SubscriptionResolver, "sepolia_swap_stableSwap", ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwaps?: SubscriptionResolver, "sepolia_swap_stableSwaps", ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "sepolia_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "sepolia_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "sepolia_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "sepolia_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapExchange?: SubscriptionResolver, "sepolia_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapExchanges?: SubscriptionResolver, "sepolia_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + sepolia_swap_swapDailyVolume?: SubscriptionResolver, "sepolia_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + sepolia_swap_swapDailyVolumes?: SubscriptionResolver, "sepolia_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + sepolia_swap_swapHourlyVolume?: SubscriptionResolver, "sepolia_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + sepolia_swap_swapHourlyVolumes?: SubscriptionResolver, "sepolia_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + sepolia_swap_swapWeeklyVolume?: SubscriptionResolver, "sepolia_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + sepolia_swap_swapWeeklyVolumes?: SubscriptionResolver, "sepolia_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccount?: SubscriptionResolver, "sepolia_swap_lpAccount", ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccounts?: SubscriptionResolver, "sepolia_swap_lpAccounts", ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccountBalance?: SubscriptionResolver, "sepolia_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + sepolia_swap_lpAccountBalances?: SubscriptionResolver, "sepolia_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + sepolia_swap_lpToken?: SubscriptionResolver, "sepolia_swap_lpToken", ParentType, ContextType, RequireFields>; + sepolia_swap_lpTokens?: SubscriptionResolver, "sepolia_swap_lpTokens", ParentType, ContextType, RequireFields>; + sepolia_swap_lpTransferEvent?: SubscriptionResolver, "sepolia_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + sepolia_swap_lpTransferEvents?: SubscriptionResolver, "sepolia_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapEvent?: SubscriptionResolver, "sepolia_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + sepolia_swap_stableSwapEvents?: SubscriptionResolver, "sepolia_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + sepolia_swap_swapTradeVolume?: SubscriptionResolver, "sepolia_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + sepolia_swap_swapTradeVolumes?: SubscriptionResolver, "sepolia_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + sepolia_swap_lpTokenEvent?: SubscriptionResolver, "sepolia_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + sepolia_swap_lpTokenEvents?: SubscriptionResolver, "sepolia_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + sepolia_swap__meta?: SubscriptionResolver, "sepolia_swap__meta", ParentType, ContextType, Partial>; + staginglinea_asset?: SubscriptionResolver, "staginglinea_asset", ParentType, ContextType, RequireFields>; + staginglinea_assets?: SubscriptionResolver, "staginglinea_assets", ParentType, ContextType, RequireFields>; + staginglinea_assetStatus?: SubscriptionResolver, "staginglinea_assetStatus", ParentType, ContextType, RequireFields>; + staginglinea_assetStatuses?: SubscriptionResolver, "staginglinea_assetStatuses", ParentType, ContextType, RequireFields>; + staginglinea_assetBalance?: SubscriptionResolver, "staginglinea_assetBalance", ParentType, ContextType, RequireFields>; + staginglinea_assetBalances?: SubscriptionResolver, "staginglinea_assetBalances", ParentType, ContextType, RequireFields>; + staginglinea_router?: SubscriptionResolver, "staginglinea_router", ParentType, ContextType, RequireFields>; + staginglinea_routers?: SubscriptionResolver, "staginglinea_routers", ParentType, ContextType, RequireFields>; + staginglinea_routerDailyTVL?: SubscriptionResolver, "staginglinea_routerDailyTVL", ParentType, ContextType, RequireFields>; + staginglinea_routerDailyTVLs?: SubscriptionResolver, "staginglinea_routerDailyTVLs", ParentType, ContextType, RequireFields>; + staginglinea_routerLiquidityEvent?: SubscriptionResolver, "staginglinea_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + staginglinea_routerLiquidityEvents?: SubscriptionResolver, "staginglinea_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + staginglinea_setting?: SubscriptionResolver, "staginglinea_setting", ParentType, ContextType, RequireFields>; + staginglinea_settings?: SubscriptionResolver, "staginglinea_settings", ParentType, ContextType, RequireFields>; + staginglinea_relayer?: SubscriptionResolver, "staginglinea_relayer", ParentType, ContextType, RequireFields>; + staginglinea_relayers?: SubscriptionResolver, "staginglinea_relayers", ParentType, ContextType, RequireFields>; + staginglinea_sequencer?: SubscriptionResolver, "staginglinea_sequencer", ParentType, ContextType, RequireFields>; + staginglinea_sequencers?: SubscriptionResolver, "staginglinea_sequencers", ParentType, ContextType, RequireFields>; + staginglinea_relayerFee?: SubscriptionResolver, "staginglinea_relayerFee", ParentType, ContextType, RequireFields>; + staginglinea_relayerFees?: SubscriptionResolver, "staginglinea_relayerFees", ParentType, ContextType, RequireFields>; + staginglinea_originTransfer?: SubscriptionResolver, "staginglinea_originTransfer", ParentType, ContextType, RequireFields>; + staginglinea_originTransfers?: SubscriptionResolver, "staginglinea_originTransfers", ParentType, ContextType, RequireFields>; + staginglinea_destinationTransfer?: SubscriptionResolver, "staginglinea_destinationTransfer", ParentType, ContextType, RequireFields>; + staginglinea_destinationTransfers?: SubscriptionResolver, "staginglinea_destinationTransfers", ParentType, ContextType, RequireFields>; + staginglinea_originMessage?: SubscriptionResolver, "staginglinea_originMessage", ParentType, ContextType, RequireFields>; + staginglinea_originMessages?: SubscriptionResolver, "staginglinea_originMessages", ParentType, ContextType, RequireFields>; + staginglinea_aggregateRoot?: SubscriptionResolver, "staginglinea_aggregateRoot", ParentType, ContextType, RequireFields>; + staginglinea_aggregateRoots?: SubscriptionResolver, "staginglinea_aggregateRoots", ParentType, ContextType, RequireFields>; + staginglinea_connectorMeta?: SubscriptionResolver, "staginglinea_connectorMeta", ParentType, ContextType, RequireFields>; + staginglinea_connectorMetas?: SubscriptionResolver, "staginglinea_connectorMetas", ParentType, ContextType, RequireFields>; + staginglinea_rootCount?: SubscriptionResolver, "staginglinea_rootCount", ParentType, ContextType, RequireFields>; + staginglinea_rootCounts?: SubscriptionResolver, "staginglinea_rootCounts", ParentType, ContextType, RequireFields>; + staginglinea_rootMessageSent?: SubscriptionResolver, "staginglinea_rootMessageSent", ParentType, ContextType, RequireFields>; + staginglinea_rootMessageSents?: SubscriptionResolver, "staginglinea_rootMessageSents", ParentType, ContextType, RequireFields>; + staginglinea_relayerFeesIncrease?: SubscriptionResolver, "staginglinea_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + staginglinea_relayerFeesIncreases?: SubscriptionResolver, "staginglinea_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + staginglinea_slippageUpdate?: SubscriptionResolver, "staginglinea_slippageUpdate", ParentType, ContextType, RequireFields>; + staginglinea_slippageUpdates?: SubscriptionResolver, "staginglinea_slippageUpdates", ParentType, ContextType, RequireFields>; + staginglinea_snapshotRoot?: SubscriptionResolver, "staginglinea_snapshotRoot", ParentType, ContextType, RequireFields>; + staginglinea_snapshotRoots?: SubscriptionResolver, "staginglinea_snapshotRoots", ParentType, ContextType, RequireFields>; + staginglinea_spokeConnectorMode?: SubscriptionResolver, "staginglinea_spokeConnectorMode", ParentType, ContextType, RequireFields>; + staginglinea_spokeConnectorModes?: SubscriptionResolver, "staginglinea_spokeConnectorModes", ParentType, ContextType, RequireFields>; + staginglinea_aggregateRootProposed?: SubscriptionResolver, "staginglinea_aggregateRootProposed", ParentType, ContextType, RequireFields>; + staginglinea_aggregateRootProposeds?: SubscriptionResolver, "staginglinea_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + staginglinea_optimisticRootFinalized?: SubscriptionResolver, "staginglinea_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + staginglinea_optimisticRootFinalizeds?: SubscriptionResolver, "staginglinea_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + staginglinea__meta?: SubscriptionResolver, "staginglinea__meta", ParentType, ContextType, Partial>; + linea_asset?: SubscriptionResolver, "linea_asset", ParentType, ContextType, RequireFields>; + linea_assets?: SubscriptionResolver, "linea_assets", ParentType, ContextType, RequireFields>; + linea_assetStatus?: SubscriptionResolver, "linea_assetStatus", ParentType, ContextType, RequireFields>; + linea_assetStatuses?: SubscriptionResolver, "linea_assetStatuses", ParentType, ContextType, RequireFields>; + linea_assetBalance?: SubscriptionResolver, "linea_assetBalance", ParentType, ContextType, RequireFields>; + linea_assetBalances?: SubscriptionResolver, "linea_assetBalances", ParentType, ContextType, RequireFields>; + linea_router?: SubscriptionResolver, "linea_router", ParentType, ContextType, RequireFields>; + linea_routers?: SubscriptionResolver, "linea_routers", ParentType, ContextType, RequireFields>; + linea_routerDailyTVL?: SubscriptionResolver, "linea_routerDailyTVL", ParentType, ContextType, RequireFields>; + linea_routerDailyTVLs?: SubscriptionResolver, "linea_routerDailyTVLs", ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvent?: SubscriptionResolver, "linea_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + linea_routerLiquidityEvents?: SubscriptionResolver, "linea_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + linea_setting?: SubscriptionResolver, "linea_setting", ParentType, ContextType, RequireFields>; + linea_settings?: SubscriptionResolver, "linea_settings", ParentType, ContextType, RequireFields>; + linea_relayer?: SubscriptionResolver, "linea_relayer", ParentType, ContextType, RequireFields>; + linea_relayers?: SubscriptionResolver, "linea_relayers", ParentType, ContextType, RequireFields>; + linea_sequencer?: SubscriptionResolver, "linea_sequencer", ParentType, ContextType, RequireFields>; + linea_sequencers?: SubscriptionResolver, "linea_sequencers", ParentType, ContextType, RequireFields>; + linea_relayerFee?: SubscriptionResolver, "linea_relayerFee", ParentType, ContextType, RequireFields>; + linea_relayerFees?: SubscriptionResolver, "linea_relayerFees", ParentType, ContextType, RequireFields>; + linea_originTransfer?: SubscriptionResolver, "linea_originTransfer", ParentType, ContextType, RequireFields>; + linea_originTransfers?: SubscriptionResolver, "linea_originTransfers", ParentType, ContextType, RequireFields>; + linea_destinationTransfer?: SubscriptionResolver, "linea_destinationTransfer", ParentType, ContextType, RequireFields>; + linea_destinationTransfers?: SubscriptionResolver, "linea_destinationTransfers", ParentType, ContextType, RequireFields>; + linea_originMessage?: SubscriptionResolver, "linea_originMessage", ParentType, ContextType, RequireFields>; + linea_originMessages?: SubscriptionResolver, "linea_originMessages", ParentType, ContextType, RequireFields>; + linea_aggregateRoot?: SubscriptionResolver, "linea_aggregateRoot", ParentType, ContextType, RequireFields>; + linea_aggregateRoots?: SubscriptionResolver, "linea_aggregateRoots", ParentType, ContextType, RequireFields>; + linea_connectorMeta?: SubscriptionResolver, "linea_connectorMeta", ParentType, ContextType, RequireFields>; + linea_connectorMetas?: SubscriptionResolver, "linea_connectorMetas", ParentType, ContextType, RequireFields>; + linea_rootCount?: SubscriptionResolver, "linea_rootCount", ParentType, ContextType, RequireFields>; + linea_rootCounts?: SubscriptionResolver, "linea_rootCounts", ParentType, ContextType, RequireFields>; + linea_rootMessageSent?: SubscriptionResolver, "linea_rootMessageSent", ParentType, ContextType, RequireFields>; + linea_rootMessageSents?: SubscriptionResolver, "linea_rootMessageSents", ParentType, ContextType, RequireFields>; + linea_relayerFeesIncrease?: SubscriptionResolver, "linea_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + linea_relayerFeesIncreases?: SubscriptionResolver, "linea_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + linea_slippageUpdate?: SubscriptionResolver, "linea_slippageUpdate", ParentType, ContextType, RequireFields>; + linea_slippageUpdates?: SubscriptionResolver, "linea_slippageUpdates", ParentType, ContextType, RequireFields>; + linea_snapshotRoot?: SubscriptionResolver, "linea_snapshotRoot", ParentType, ContextType, RequireFields>; + linea_snapshotRoots?: SubscriptionResolver, "linea_snapshotRoots", ParentType, ContextType, RequireFields>; + linea_spokeConnectorMode?: SubscriptionResolver, "linea_spokeConnectorMode", ParentType, ContextType, RequireFields>; + linea_spokeConnectorModes?: SubscriptionResolver, "linea_spokeConnectorModes", ParentType, ContextType, RequireFields>; + linea_aggregateRootProposed?: SubscriptionResolver, "linea_aggregateRootProposed", ParentType, ContextType, RequireFields>; + linea_aggregateRootProposeds?: SubscriptionResolver, "linea_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + linea_optimisticRootFinalized?: SubscriptionResolver, "linea_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + linea_optimisticRootFinalizeds?: SubscriptionResolver, "linea_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + linea__meta?: SubscriptionResolver, "linea__meta", ParentType, ContextType, Partial>; stagingmode_asset?: SubscriptionResolver, "stagingmode_asset", ParentType, ContextType, RequireFields>; stagingmode_assets?: SubscriptionResolver, "stagingmode_assets", ParentType, ContextType, RequireFields>; stagingmode_assetStatus?: SubscriptionResolver, "stagingmode_assetStatus", ParentType, ContextType, RequireFields>; @@ -187795,53 +186424,6 @@ export type SubscriptionResolvers, "stagingmode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingmode_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingmode__meta?: SubscriptionResolver, "stagingmode__meta", ParentType, ContextType, Partial>; - base_asset?: SubscriptionResolver, "base_asset", ParentType, ContextType, RequireFields>; - base_assets?: SubscriptionResolver, "base_assets", ParentType, ContextType, RequireFields>; - base_assetStatus?: SubscriptionResolver, "base_assetStatus", ParentType, ContextType, RequireFields>; - base_assetStatuses?: SubscriptionResolver, "base_assetStatuses", ParentType, ContextType, RequireFields>; - base_assetBalance?: SubscriptionResolver, "base_assetBalance", ParentType, ContextType, RequireFields>; - base_assetBalances?: SubscriptionResolver, "base_assetBalances", ParentType, ContextType, RequireFields>; - base_router?: SubscriptionResolver, "base_router", ParentType, ContextType, RequireFields>; - base_routers?: SubscriptionResolver, "base_routers", ParentType, ContextType, RequireFields>; - base_routerDailyTVL?: SubscriptionResolver, "base_routerDailyTVL", ParentType, ContextType, RequireFields>; - base_routerDailyTVLs?: SubscriptionResolver, "base_routerDailyTVLs", ParentType, ContextType, RequireFields>; - base_routerLiquidityEvent?: SubscriptionResolver, "base_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - base_routerLiquidityEvents?: SubscriptionResolver, "base_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - base_setting?: SubscriptionResolver, "base_setting", ParentType, ContextType, RequireFields>; - base_settings?: SubscriptionResolver, "base_settings", ParentType, ContextType, RequireFields>; - base_relayer?: SubscriptionResolver, "base_relayer", ParentType, ContextType, RequireFields>; - base_relayers?: SubscriptionResolver, "base_relayers", ParentType, ContextType, RequireFields>; - base_sequencer?: SubscriptionResolver, "base_sequencer", ParentType, ContextType, RequireFields>; - base_sequencers?: SubscriptionResolver, "base_sequencers", ParentType, ContextType, RequireFields>; - base_relayerFee?: SubscriptionResolver, "base_relayerFee", ParentType, ContextType, RequireFields>; - base_relayerFees?: SubscriptionResolver, "base_relayerFees", ParentType, ContextType, RequireFields>; - base_originTransfer?: SubscriptionResolver, "base_originTransfer", ParentType, ContextType, RequireFields>; - base_originTransfers?: SubscriptionResolver, "base_originTransfers", ParentType, ContextType, RequireFields>; - base_destinationTransfer?: SubscriptionResolver, "base_destinationTransfer", ParentType, ContextType, RequireFields>; - base_destinationTransfers?: SubscriptionResolver, "base_destinationTransfers", ParentType, ContextType, RequireFields>; - base_originMessage?: SubscriptionResolver, "base_originMessage", ParentType, ContextType, RequireFields>; - base_originMessages?: SubscriptionResolver, "base_originMessages", ParentType, ContextType, RequireFields>; - base_aggregateRoot?: SubscriptionResolver, "base_aggregateRoot", ParentType, ContextType, RequireFields>; - base_aggregateRoots?: SubscriptionResolver, "base_aggregateRoots", ParentType, ContextType, RequireFields>; - base_connectorMeta?: SubscriptionResolver, "base_connectorMeta", ParentType, ContextType, RequireFields>; - base_connectorMetas?: SubscriptionResolver, "base_connectorMetas", ParentType, ContextType, RequireFields>; - base_rootCount?: SubscriptionResolver, "base_rootCount", ParentType, ContextType, RequireFields>; - base_rootCounts?: SubscriptionResolver, "base_rootCounts", ParentType, ContextType, RequireFields>; - base_rootMessageSent?: SubscriptionResolver, "base_rootMessageSent", ParentType, ContextType, RequireFields>; - base_rootMessageSents?: SubscriptionResolver, "base_rootMessageSents", ParentType, ContextType, RequireFields>; - base_relayerFeesIncrease?: SubscriptionResolver, "base_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - base_relayerFeesIncreases?: SubscriptionResolver, "base_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - base_slippageUpdate?: SubscriptionResolver, "base_slippageUpdate", ParentType, ContextType, RequireFields>; - base_slippageUpdates?: SubscriptionResolver, "base_slippageUpdates", ParentType, ContextType, RequireFields>; - base_snapshotRoot?: SubscriptionResolver, "base_snapshotRoot", ParentType, ContextType, RequireFields>; - base_snapshotRoots?: SubscriptionResolver, "base_snapshotRoots", ParentType, ContextType, RequireFields>; - base_spokeConnectorMode?: SubscriptionResolver, "base_spokeConnectorMode", ParentType, ContextType, RequireFields>; - base_spokeConnectorModes?: SubscriptionResolver, "base_spokeConnectorModes", ParentType, ContextType, RequireFields>; - base_aggregateRootProposed?: SubscriptionResolver, "base_aggregateRootProposed", ParentType, ContextType, RequireFields>; - base_aggregateRootProposeds?: SubscriptionResolver, "base_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - base_optimisticRootFinalized?: SubscriptionResolver, "base_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - base_optimisticRootFinalizeds?: SubscriptionResolver, "base_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - base__meta?: SubscriptionResolver, "base__meta", ParentType, ContextType, Partial>; stagingscroll_asset?: SubscriptionResolver, "stagingscroll_asset", ParentType, ContextType, RequireFields>; stagingscroll_assets?: SubscriptionResolver, "stagingscroll_assets", ParentType, ContextType, RequireFields>; stagingscroll_assetStatus?: SubscriptionResolver, "stagingscroll_assetStatus", ParentType, ContextType, RequireFields>; @@ -187889,53 +186471,473 @@ export type SubscriptionResolvers, "stagingscroll_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingscroll_optimisticRootFinalizeds?: SubscriptionResolver, "stagingscroll_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingscroll__meta?: SubscriptionResolver, "stagingscroll__meta", ParentType, ContextType, Partial>; - stagingzksync_asset?: SubscriptionResolver, "stagingzksync_asset", ParentType, ContextType, RequireFields>; - stagingzksync_assets?: SubscriptionResolver, "stagingzksync_assets", ParentType, ContextType, RequireFields>; - stagingzksync_assetStatus?: SubscriptionResolver, "stagingzksync_assetStatus", ParentType, ContextType, RequireFields>; - stagingzksync_assetStatuses?: SubscriptionResolver, "stagingzksync_assetStatuses", ParentType, ContextType, RequireFields>; - stagingzksync_assetBalance?: SubscriptionResolver, "stagingzksync_assetBalance", ParentType, ContextType, RequireFields>; - stagingzksync_assetBalances?: SubscriptionResolver, "stagingzksync_assetBalances", ParentType, ContextType, RequireFields>; - stagingzksync_router?: SubscriptionResolver, "stagingzksync_router", ParentType, ContextType, RequireFields>; - stagingzksync_routers?: SubscriptionResolver, "stagingzksync_routers", ParentType, ContextType, RequireFields>; - stagingzksync_routerDailyTVL?: SubscriptionResolver, "stagingzksync_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingzksync_routerDailyTVLs?: SubscriptionResolver, "stagingzksync_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingzksync_routerLiquidityEvent?: SubscriptionResolver, "stagingzksync_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingzksync_routerLiquidityEvents?: SubscriptionResolver, "stagingzksync_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingzksync_setting?: SubscriptionResolver, "stagingzksync_setting", ParentType, ContextType, RequireFields>; - stagingzksync_settings?: SubscriptionResolver, "stagingzksync_settings", ParentType, ContextType, RequireFields>; - stagingzksync_relayer?: SubscriptionResolver, "stagingzksync_relayer", ParentType, ContextType, RequireFields>; - stagingzksync_relayers?: SubscriptionResolver, "stagingzksync_relayers", ParentType, ContextType, RequireFields>; - stagingzksync_sequencer?: SubscriptionResolver, "stagingzksync_sequencer", ParentType, ContextType, RequireFields>; - stagingzksync_sequencers?: SubscriptionResolver, "stagingzksync_sequencers", ParentType, ContextType, RequireFields>; - stagingzksync_relayerFee?: SubscriptionResolver, "stagingzksync_relayerFee", ParentType, ContextType, RequireFields>; - stagingzksync_relayerFees?: SubscriptionResolver, "stagingzksync_relayerFees", ParentType, ContextType, RequireFields>; - stagingzksync_originTransfer?: SubscriptionResolver, "stagingzksync_originTransfer", ParentType, ContextType, RequireFields>; - stagingzksync_originTransfers?: SubscriptionResolver, "stagingzksync_originTransfers", ParentType, ContextType, RequireFields>; - stagingzksync_destinationTransfer?: SubscriptionResolver, "stagingzksync_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingzksync_destinationTransfers?: SubscriptionResolver, "stagingzksync_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingzksync_originMessage?: SubscriptionResolver, "stagingzksync_originMessage", ParentType, ContextType, RequireFields>; - stagingzksync_originMessages?: SubscriptionResolver, "stagingzksync_originMessages", ParentType, ContextType, RequireFields>; - stagingzksync_aggregateRoot?: SubscriptionResolver, "stagingzksync_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingzksync_aggregateRoots?: SubscriptionResolver, "stagingzksync_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingzksync_connectorMeta?: SubscriptionResolver, "stagingzksync_connectorMeta", ParentType, ContextType, RequireFields>; - stagingzksync_connectorMetas?: SubscriptionResolver, "stagingzksync_connectorMetas", ParentType, ContextType, RequireFields>; - stagingzksync_rootCount?: SubscriptionResolver, "stagingzksync_rootCount", ParentType, ContextType, RequireFields>; - stagingzksync_rootCounts?: SubscriptionResolver, "stagingzksync_rootCounts", ParentType, ContextType, RequireFields>; - stagingzksync_rootMessageSent?: SubscriptionResolver, "stagingzksync_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingzksync_rootMessageSents?: SubscriptionResolver, "stagingzksync_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingzksync_relayerFeesIncrease?: SubscriptionResolver, "stagingzksync_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingzksync_relayerFeesIncreases?: SubscriptionResolver, "stagingzksync_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingzksync_slippageUpdate?: SubscriptionResolver, "stagingzksync_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingzksync_slippageUpdates?: SubscriptionResolver, "stagingzksync_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingzksync_snapshotRoot?: SubscriptionResolver, "stagingzksync_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingzksync_snapshotRoots?: SubscriptionResolver, "stagingzksync_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingzksync_spokeConnectorMode?: SubscriptionResolver, "stagingzksync_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingzksync_spokeConnectorModes?: SubscriptionResolver, "stagingzksync_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingzksync_aggregateRootProposed?: SubscriptionResolver, "stagingzksync_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingzksync_aggregateRootProposeds?: SubscriptionResolver, "stagingzksync_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingzksync_optimisticRootFinalized?: SubscriptionResolver, "stagingzksync_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingzksync_optimisticRootFinalizeds?: SubscriptionResolver, "stagingzksync_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingzksync__meta?: SubscriptionResolver, "stagingzksync__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_routerLiquidityEvent?: SubscriptionResolver, "arbitrumone_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_routerLiquidityEvents?: SubscriptionResolver, "arbitrumone_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_setting?: SubscriptionResolver, "arbitrumone_setting", ParentType, ContextType, RequireFields>; + arbitrumone_settings?: SubscriptionResolver, "arbitrumone_settings", ParentType, ContextType, RequireFields>; + arbitrumone_relayer?: SubscriptionResolver, "arbitrumone_relayer", ParentType, ContextType, RequireFields>; + arbitrumone_relayers?: SubscriptionResolver, "arbitrumone_relayers", ParentType, ContextType, RequireFields>; + arbitrumone_sequencer?: SubscriptionResolver, "arbitrumone_sequencer", ParentType, ContextType, RequireFields>; + arbitrumone_sequencers?: SubscriptionResolver, "arbitrumone_sequencers", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFee?: SubscriptionResolver, "arbitrumone_relayerFee", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFees?: SubscriptionResolver, "arbitrumone_relayerFees", ParentType, ContextType, RequireFields>; + arbitrumone_originTransfer?: SubscriptionResolver, "arbitrumone_originTransfer", ParentType, ContextType, RequireFields>; + arbitrumone_originTransfers?: SubscriptionResolver, "arbitrumone_originTransfers", ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfer?: SubscriptionResolver, "arbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; + arbitrumone_destinationTransfers?: SubscriptionResolver, "arbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; + arbitrumone_originMessage?: SubscriptionResolver, "arbitrumone_originMessage", ParentType, ContextType, RequireFields>; + arbitrumone_originMessages?: SubscriptionResolver, "arbitrumone_originMessages", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoot?: SubscriptionResolver, "arbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRoots?: SubscriptionResolver, "arbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; + arbitrumone_connectorMeta?: SubscriptionResolver, "arbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; + arbitrumone_connectorMetas?: SubscriptionResolver, "arbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; + arbitrumone_rootCount?: SubscriptionResolver, "arbitrumone_rootCount", ParentType, ContextType, RequireFields>; + arbitrumone_rootCounts?: SubscriptionResolver, "arbitrumone_rootCounts", ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSent?: SubscriptionResolver, "arbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; + arbitrumone_rootMessageSents?: SubscriptionResolver, "arbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncrease?: SubscriptionResolver, "arbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + arbitrumone_relayerFeesIncreases?: SubscriptionResolver, "arbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdate?: SubscriptionResolver, "arbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; + arbitrumone_slippageUpdates?: SubscriptionResolver, "arbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; + arbitrumone_snapshotRoot?: SubscriptionResolver, "arbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; + arbitrumone_snapshotRoots?: SubscriptionResolver, "arbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; + arbitrumone_spokeConnectorMode?: SubscriptionResolver, "arbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; + arbitrumone_spokeConnectorModes?: SubscriptionResolver, "arbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRootProposed?: SubscriptionResolver, "arbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; + arbitrumone_aggregateRootProposeds?: SubscriptionResolver, "arbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + arbitrumone_optimisticRootFinalized?: SubscriptionResolver, "arbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + arbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "arbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + arbitrumone__meta?: SubscriptionResolver, "arbitrumone__meta", ParentType, ContextType, Partial>; + polygon_asset?: SubscriptionResolver, "polygon_asset", ParentType, ContextType, RequireFields>; + polygon_assets?: SubscriptionResolver, "polygon_assets", ParentType, ContextType, RequireFields>; + polygon_assetStatus?: SubscriptionResolver, "polygon_assetStatus", ParentType, ContextType, RequireFields>; + polygon_assetStatuses?: SubscriptionResolver, "polygon_assetStatuses", ParentType, ContextType, RequireFields>; + polygon_assetBalance?: SubscriptionResolver, "polygon_assetBalance", ParentType, ContextType, RequireFields>; + polygon_assetBalances?: SubscriptionResolver, "polygon_assetBalances", ParentType, ContextType, RequireFields>; + polygon_router?: SubscriptionResolver, "polygon_router", ParentType, ContextType, RequireFields>; + polygon_routers?: SubscriptionResolver, "polygon_routers", ParentType, ContextType, RequireFields>; + polygon_routerDailyTVL?: SubscriptionResolver, "polygon_routerDailyTVL", ParentType, ContextType, RequireFields>; + polygon_routerDailyTVLs?: SubscriptionResolver, "polygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvent?: SubscriptionResolver, "polygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_routerLiquidityEvents?: SubscriptionResolver, "polygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_setting?: SubscriptionResolver, "polygon_setting", ParentType, ContextType, RequireFields>; + polygon_settings?: SubscriptionResolver, "polygon_settings", ParentType, ContextType, RequireFields>; + polygon_relayer?: SubscriptionResolver, "polygon_relayer", ParentType, ContextType, RequireFields>; + polygon_relayers?: SubscriptionResolver, "polygon_relayers", ParentType, ContextType, RequireFields>; + polygon_sequencer?: SubscriptionResolver, "polygon_sequencer", ParentType, ContextType, RequireFields>; + polygon_sequencers?: SubscriptionResolver, "polygon_sequencers", ParentType, ContextType, RequireFields>; + polygon_relayerFee?: SubscriptionResolver, "polygon_relayerFee", ParentType, ContextType, RequireFields>; + polygon_relayerFees?: SubscriptionResolver, "polygon_relayerFees", ParentType, ContextType, RequireFields>; + polygon_originTransfer?: SubscriptionResolver, "polygon_originTransfer", ParentType, ContextType, RequireFields>; + polygon_originTransfers?: SubscriptionResolver, "polygon_originTransfers", ParentType, ContextType, RequireFields>; + polygon_destinationTransfer?: SubscriptionResolver, "polygon_destinationTransfer", ParentType, ContextType, RequireFields>; + polygon_destinationTransfers?: SubscriptionResolver, "polygon_destinationTransfers", ParentType, ContextType, RequireFields>; + polygon_originMessage?: SubscriptionResolver, "polygon_originMessage", ParentType, ContextType, RequireFields>; + polygon_originMessages?: SubscriptionResolver, "polygon_originMessages", ParentType, ContextType, RequireFields>; + polygon_aggregateRoot?: SubscriptionResolver, "polygon_aggregateRoot", ParentType, ContextType, RequireFields>; + polygon_aggregateRoots?: SubscriptionResolver, "polygon_aggregateRoots", ParentType, ContextType, RequireFields>; + polygon_connectorMeta?: SubscriptionResolver, "polygon_connectorMeta", ParentType, ContextType, RequireFields>; + polygon_connectorMetas?: SubscriptionResolver, "polygon_connectorMetas", ParentType, ContextType, RequireFields>; + polygon_rootCount?: SubscriptionResolver, "polygon_rootCount", ParentType, ContextType, RequireFields>; + polygon_rootCounts?: SubscriptionResolver, "polygon_rootCounts", ParentType, ContextType, RequireFields>; + polygon_rootMessageSent?: SubscriptionResolver, "polygon_rootMessageSent", ParentType, ContextType, RequireFields>; + polygon_rootMessageSents?: SubscriptionResolver, "polygon_rootMessageSents", ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncrease?: SubscriptionResolver, "polygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + polygon_relayerFeesIncreases?: SubscriptionResolver, "polygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + polygon_slippageUpdate?: SubscriptionResolver, "polygon_slippageUpdate", ParentType, ContextType, RequireFields>; + polygon_slippageUpdates?: SubscriptionResolver, "polygon_slippageUpdates", ParentType, ContextType, RequireFields>; + polygon_snapshotRoot?: SubscriptionResolver, "polygon_snapshotRoot", ParentType, ContextType, RequireFields>; + polygon_snapshotRoots?: SubscriptionResolver, "polygon_snapshotRoots", ParentType, ContextType, RequireFields>; + polygon_spokeConnectorMode?: SubscriptionResolver, "polygon_spokeConnectorMode", ParentType, ContextType, RequireFields>; + polygon_spokeConnectorModes?: SubscriptionResolver, "polygon_spokeConnectorModes", ParentType, ContextType, RequireFields>; + polygon_aggregateRootProposed?: SubscriptionResolver, "polygon_aggregateRootProposed", ParentType, ContextType, RequireFields>; + polygon_aggregateRootProposeds?: SubscriptionResolver, "polygon_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + polygon_optimisticRootFinalized?: SubscriptionResolver, "polygon_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + polygon_optimisticRootFinalizeds?: SubscriptionResolver, "polygon_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + polygon__meta?: SubscriptionResolver, "polygon__meta", ParentType, ContextType, Partial>; + zksync_swap_systemInfo?: SubscriptionResolver, "zksync_swap_systemInfo", ParentType, ContextType, RequireFields>; + zksync_swap_systemInfos?: SubscriptionResolver, "zksync_swap_systemInfos", ParentType, ContextType, RequireFields>; + zksync_swap_pooledToken?: SubscriptionResolver, "zksync_swap_pooledToken", ParentType, ContextType, RequireFields>; + zksync_swap_pooledTokens?: SubscriptionResolver, "zksync_swap_pooledTokens", ParentType, ContextType, RequireFields>; + zksync_swap_stableSwap?: SubscriptionResolver, "zksync_swap_stableSwap", ParentType, ContextType, RequireFields>; + zksync_swap_stableSwaps?: SubscriptionResolver, "zksync_swap_stableSwaps", ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "zksync_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "zksync_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "zksync_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "zksync_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapExchange?: SubscriptionResolver, "zksync_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapExchanges?: SubscriptionResolver, "zksync_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + zksync_swap_swapDailyVolume?: SubscriptionResolver, "zksync_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + zksync_swap_swapDailyVolumes?: SubscriptionResolver, "zksync_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + zksync_swap_swapHourlyVolume?: SubscriptionResolver, "zksync_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + zksync_swap_swapHourlyVolumes?: SubscriptionResolver, "zksync_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + zksync_swap_swapWeeklyVolume?: SubscriptionResolver, "zksync_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + zksync_swap_swapWeeklyVolumes?: SubscriptionResolver, "zksync_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + zksync_swap_lpAccount?: SubscriptionResolver, "zksync_swap_lpAccount", ParentType, ContextType, RequireFields>; + zksync_swap_lpAccounts?: SubscriptionResolver, "zksync_swap_lpAccounts", ParentType, ContextType, RequireFields>; + zksync_swap_lpAccountBalance?: SubscriptionResolver, "zksync_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + zksync_swap_lpAccountBalances?: SubscriptionResolver, "zksync_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + zksync_swap_lpToken?: SubscriptionResolver, "zksync_swap_lpToken", ParentType, ContextType, RequireFields>; + zksync_swap_lpTokens?: SubscriptionResolver, "zksync_swap_lpTokens", ParentType, ContextType, RequireFields>; + zksync_swap_lpTransferEvent?: SubscriptionResolver, "zksync_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + zksync_swap_lpTransferEvents?: SubscriptionResolver, "zksync_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapEvent?: SubscriptionResolver, "zksync_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + zksync_swap_stableSwapEvents?: SubscriptionResolver, "zksync_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + zksync_swap_swapTradeVolume?: SubscriptionResolver, "zksync_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + zksync_swap_swapTradeVolumes?: SubscriptionResolver, "zksync_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + zksync_swap_lpTokenEvent?: SubscriptionResolver, "zksync_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + zksync_swap_lpTokenEvents?: SubscriptionResolver, "zksync_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + zksync_swap__meta?: SubscriptionResolver, "zksync_swap__meta", ParentType, ContextType, Partial>; + stagingmainnet_asset?: SubscriptionResolver, "stagingmainnet_asset", ParentType, ContextType, RequireFields>; + stagingmainnet_assets?: SubscriptionResolver, "stagingmainnet_assets", ParentType, ContextType, RequireFields>; + stagingmainnet_assetStatus?: SubscriptionResolver, "stagingmainnet_assetStatus", ParentType, ContextType, RequireFields>; + stagingmainnet_assetStatuses?: SubscriptionResolver, "stagingmainnet_assetStatuses", ParentType, ContextType, RequireFields>; + stagingmainnet_assetBalance?: SubscriptionResolver, "stagingmainnet_assetBalance", ParentType, ContextType, RequireFields>; + stagingmainnet_assetBalances?: SubscriptionResolver, "stagingmainnet_assetBalances", ParentType, ContextType, RequireFields>; + stagingmainnet_router?: SubscriptionResolver, "stagingmainnet_router", ParentType, ContextType, RequireFields>; + stagingmainnet_routers?: SubscriptionResolver, "stagingmainnet_routers", ParentType, ContextType, RequireFields>; + stagingmainnet_routerDailyTVL?: SubscriptionResolver, "stagingmainnet_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingmainnet_routerDailyTVLs?: SubscriptionResolver, "stagingmainnet_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingmainnet_routerLiquidityEvent?: SubscriptionResolver, "stagingmainnet_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmainnet_routerLiquidityEvents?: SubscriptionResolver, "stagingmainnet_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmainnet_setting?: SubscriptionResolver, "stagingmainnet_setting", ParentType, ContextType, RequireFields>; + stagingmainnet_settings?: SubscriptionResolver, "stagingmainnet_settings", ParentType, ContextType, RequireFields>; + stagingmainnet_relayer?: SubscriptionResolver, "stagingmainnet_relayer", ParentType, ContextType, RequireFields>; + stagingmainnet_relayers?: SubscriptionResolver, "stagingmainnet_relayers", ParentType, ContextType, RequireFields>; + stagingmainnet_sequencer?: SubscriptionResolver, "stagingmainnet_sequencer", ParentType, ContextType, RequireFields>; + stagingmainnet_sequencers?: SubscriptionResolver, "stagingmainnet_sequencers", ParentType, ContextType, RequireFields>; + stagingmainnet_relayerFee?: SubscriptionResolver, "stagingmainnet_relayerFee", ParentType, ContextType, RequireFields>; + stagingmainnet_relayerFees?: SubscriptionResolver, "stagingmainnet_relayerFees", ParentType, ContextType, RequireFields>; + stagingmainnet_originTransfer?: SubscriptionResolver, "stagingmainnet_originTransfer", ParentType, ContextType, RequireFields>; + stagingmainnet_originTransfers?: SubscriptionResolver, "stagingmainnet_originTransfers", ParentType, ContextType, RequireFields>; + stagingmainnet_destinationTransfer?: SubscriptionResolver, "stagingmainnet_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingmainnet_destinationTransfers?: SubscriptionResolver, "stagingmainnet_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingmainnet_originMessage?: SubscriptionResolver, "stagingmainnet_originMessage", ParentType, ContextType, RequireFields>; + stagingmainnet_originMessages?: SubscriptionResolver, "stagingmainnet_originMessages", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRoot?: SubscriptionResolver, "stagingmainnet_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRoots?: SubscriptionResolver, "stagingmainnet_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingmainnet_connectorMeta?: SubscriptionResolver, "stagingmainnet_connectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_connectorMetas?: SubscriptionResolver, "stagingmainnet_connectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_rootCount?: SubscriptionResolver, "stagingmainnet_rootCount", ParentType, ContextType, RequireFields>; + stagingmainnet_rootCounts?: SubscriptionResolver, "stagingmainnet_rootCounts", ParentType, ContextType, RequireFields>; + stagingmainnet_rootMessageSent?: SubscriptionResolver, "stagingmainnet_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingmainnet_rootMessageSents?: SubscriptionResolver, "stagingmainnet_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingmainnet_relayerFeesIncrease?: SubscriptionResolver, "stagingmainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingmainnet_relayerFeesIncreases?: SubscriptionResolver, "stagingmainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingmainnet_slippageUpdate?: SubscriptionResolver, "stagingmainnet_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingmainnet_slippageUpdates?: SubscriptionResolver, "stagingmainnet_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingmainnet_snapshotRoot?: SubscriptionResolver, "stagingmainnet_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingmainnet_snapshotRoots?: SubscriptionResolver, "stagingmainnet_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingmainnet_spokeConnectorMode?: SubscriptionResolver, "stagingmainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingmainnet_spokeConnectorModes?: SubscriptionResolver, "stagingmainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRootProposed?: SubscriptionResolver, "stagingmainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRootProposeds?: SubscriptionResolver, "stagingmainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootFinalized?: SubscriptionResolver, "stagingmainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmainnet__meta?: SubscriptionResolver, "stagingmainnet__meta", ParentType, ContextType, Partial>; + arbitrumsepolia_asset?: SubscriptionResolver, "arbitrumsepolia_asset", ParentType, ContextType, RequireFields>; + arbitrumsepolia_assets?: SubscriptionResolver, "arbitrumsepolia_assets", ParentType, ContextType, RequireFields>; + arbitrumsepolia_assetStatus?: SubscriptionResolver, "arbitrumsepolia_assetStatus", ParentType, ContextType, RequireFields>; + arbitrumsepolia_assetStatuses?: SubscriptionResolver, "arbitrumsepolia_assetStatuses", ParentType, ContextType, RequireFields>; + arbitrumsepolia_assetBalance?: SubscriptionResolver, "arbitrumsepolia_assetBalance", ParentType, ContextType, RequireFields>; + arbitrumsepolia_assetBalances?: SubscriptionResolver, "arbitrumsepolia_assetBalances", ParentType, ContextType, RequireFields>; + arbitrumsepolia_router?: SubscriptionResolver, "arbitrumsepolia_router", ParentType, ContextType, RequireFields>; + arbitrumsepolia_routers?: SubscriptionResolver, "arbitrumsepolia_routers", ParentType, ContextType, RequireFields>; + arbitrumsepolia_routerDailyTVL?: SubscriptionResolver, "arbitrumsepolia_routerDailyTVL", ParentType, ContextType, RequireFields>; + arbitrumsepolia_routerDailyTVLs?: SubscriptionResolver, "arbitrumsepolia_routerDailyTVLs", ParentType, ContextType, RequireFields>; + arbitrumsepolia_routerLiquidityEvent?: SubscriptionResolver, "arbitrumsepolia_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_routerLiquidityEvents?: SubscriptionResolver, "arbitrumsepolia_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_setting?: SubscriptionResolver, "arbitrumsepolia_setting", ParentType, ContextType, RequireFields>; + arbitrumsepolia_settings?: SubscriptionResolver, "arbitrumsepolia_settings", ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayer?: SubscriptionResolver, "arbitrumsepolia_relayer", ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayers?: SubscriptionResolver, "arbitrumsepolia_relayers", ParentType, ContextType, RequireFields>; + arbitrumsepolia_sequencer?: SubscriptionResolver, "arbitrumsepolia_sequencer", ParentType, ContextType, RequireFields>; + arbitrumsepolia_sequencers?: SubscriptionResolver, "arbitrumsepolia_sequencers", ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayerFee?: SubscriptionResolver, "arbitrumsepolia_relayerFee", ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayerFees?: SubscriptionResolver, "arbitrumsepolia_relayerFees", ParentType, ContextType, RequireFields>; + arbitrumsepolia_originTransfer?: SubscriptionResolver, "arbitrumsepolia_originTransfer", ParentType, ContextType, RequireFields>; + arbitrumsepolia_originTransfers?: SubscriptionResolver, "arbitrumsepolia_originTransfers", ParentType, ContextType, RequireFields>; + arbitrumsepolia_destinationTransfer?: SubscriptionResolver, "arbitrumsepolia_destinationTransfer", ParentType, ContextType, RequireFields>; + arbitrumsepolia_destinationTransfers?: SubscriptionResolver, "arbitrumsepolia_destinationTransfers", ParentType, ContextType, RequireFields>; + arbitrumsepolia_originMessage?: SubscriptionResolver, "arbitrumsepolia_originMessage", ParentType, ContextType, RequireFields>; + arbitrumsepolia_originMessages?: SubscriptionResolver, "arbitrumsepolia_originMessages", ParentType, ContextType, RequireFields>; + arbitrumsepolia_aggregateRoot?: SubscriptionResolver, "arbitrumsepolia_aggregateRoot", ParentType, ContextType, RequireFields>; + arbitrumsepolia_aggregateRoots?: SubscriptionResolver, "arbitrumsepolia_aggregateRoots", ParentType, ContextType, RequireFields>; + arbitrumsepolia_connectorMeta?: SubscriptionResolver, "arbitrumsepolia_connectorMeta", ParentType, ContextType, RequireFields>; + arbitrumsepolia_connectorMetas?: SubscriptionResolver, "arbitrumsepolia_connectorMetas", ParentType, ContextType, RequireFields>; + arbitrumsepolia_rootCount?: SubscriptionResolver, "arbitrumsepolia_rootCount", ParentType, ContextType, RequireFields>; + arbitrumsepolia_rootCounts?: SubscriptionResolver, "arbitrumsepolia_rootCounts", ParentType, ContextType, RequireFields>; + arbitrumsepolia_rootMessageSent?: SubscriptionResolver, "arbitrumsepolia_rootMessageSent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_rootMessageSents?: SubscriptionResolver, "arbitrumsepolia_rootMessageSents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayerFeesIncrease?: SubscriptionResolver, "arbitrumsepolia_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + arbitrumsepolia_relayerFeesIncreases?: SubscriptionResolver, "arbitrumsepolia_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + arbitrumsepolia_slippageUpdate?: SubscriptionResolver, "arbitrumsepolia_slippageUpdate", ParentType, ContextType, RequireFields>; + arbitrumsepolia_slippageUpdates?: SubscriptionResolver, "arbitrumsepolia_slippageUpdates", ParentType, ContextType, RequireFields>; + arbitrumsepolia_snapshotRoot?: SubscriptionResolver, "arbitrumsepolia_snapshotRoot", ParentType, ContextType, RequireFields>; + arbitrumsepolia_snapshotRoots?: SubscriptionResolver, "arbitrumsepolia_snapshotRoots", ParentType, ContextType, RequireFields>; + arbitrumsepolia_spokeConnectorMode?: SubscriptionResolver, "arbitrumsepolia_spokeConnectorMode", ParentType, ContextType, RequireFields>; + arbitrumsepolia_spokeConnectorModes?: SubscriptionResolver, "arbitrumsepolia_spokeConnectorModes", ParentType, ContextType, RequireFields>; + arbitrumsepolia_aggregateRootProposed?: SubscriptionResolver, "arbitrumsepolia_aggregateRootProposed", ParentType, ContextType, RequireFields>; + arbitrumsepolia_aggregateRootProposeds?: SubscriptionResolver, "arbitrumsepolia_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + arbitrumsepolia_optimisticRootFinalized?: SubscriptionResolver, "arbitrumsepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + arbitrumsepolia_optimisticRootFinalizeds?: SubscriptionResolver, "arbitrumsepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + arbitrumsepolia__meta?: SubscriptionResolver, "arbitrumsepolia__meta", ParentType, ContextType, Partial>; + mainnet_rootAggregated?: SubscriptionResolver, "mainnet_rootAggregated", ParentType, ContextType, RequireFields>; + mainnet_rootAggregateds?: SubscriptionResolver, "mainnet_rootAggregateds", ParentType, ContextType, RequireFields>; + mainnet_rootPropagated?: SubscriptionResolver, "mainnet_rootPropagated", ParentType, ContextType, RequireFields>; + mainnet_rootPropagateds?: SubscriptionResolver, "mainnet_rootPropagateds", ParentType, ContextType, RequireFields>; + mainnet_aggregatedMessageRoot?: SubscriptionResolver, "mainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + mainnet_aggregatedMessageRoots?: SubscriptionResolver, "mainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + mainnet_rootManagerMeta?: SubscriptionResolver, "mainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; + mainnet_rootManagerMetas?: SubscriptionResolver, "mainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; + mainnet_rootManagerMode?: SubscriptionResolver, "mainnet_rootManagerMode", ParentType, ContextType, RequireFields>; + mainnet_rootManagerModes?: SubscriptionResolver, "mainnet_rootManagerModes", ParentType, ContextType, RequireFields>; + mainnet_optimisticRootProposed?: SubscriptionResolver, "mainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; + mainnet_optimisticRootProposeds?: SubscriptionResolver, "mainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + mainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "mainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + mainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "mainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mainnet_optimisticRootPropagated?: SubscriptionResolver, "mainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + mainnet_optimisticRootPropagateds?: SubscriptionResolver, "mainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + mainnet_polygonConnectorMeta?: SubscriptionResolver, "mainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_polygonConnectorMetas?: SubscriptionResolver, "mainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_optimismConnectorMeta?: SubscriptionResolver, "mainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_optimismConnectorMetas?: SubscriptionResolver, "mainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_bnbConnectorMeta?: SubscriptionResolver, "mainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_bnbConnectorMetas?: SubscriptionResolver, "mainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_arbitrumConnectorMeta?: SubscriptionResolver, "mainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_arbitrumConnectorMetas?: SubscriptionResolver, "mainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_gnosisConnectorMeta?: SubscriptionResolver, "mainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_gnosisConnectorMetas?: SubscriptionResolver, "mainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_lineaConnectorMeta?: SubscriptionResolver, "mainnet_lineaConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_lineaConnectorMetas?: SubscriptionResolver, "mainnet_lineaConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_metisConnectorMeta?: SubscriptionResolver, "mainnet_metisConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_metisConnectorMetas?: SubscriptionResolver, "mainnet_metisConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_mantleConnectorMeta?: SubscriptionResolver, "mainnet_mantleConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_mantleConnectorMetas?: SubscriptionResolver, "mainnet_mantleConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_avalancheConnectorMeta?: SubscriptionResolver, "mainnet_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_avalancheConnectorMetas?: SubscriptionResolver, "mainnet_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_baseConnectorMeta?: SubscriptionResolver, "mainnet_baseConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_baseConnectorMetas?: SubscriptionResolver, "mainnet_baseConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_polygonZkConnectorMeta?: SubscriptionResolver, "mainnet_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_polygonZkConnectorMetas?: SubscriptionResolver, "mainnet_polygonZkConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_zkSyncConnectorMeta?: SubscriptionResolver, "mainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_zkSyncConnectorMetas?: SubscriptionResolver, "mainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_modeConnectorMeta?: SubscriptionResolver, "mainnet_modeConnectorMeta", ParentType, ContextType, RequireFields>; + mainnet_modeConnectorMetas?: SubscriptionResolver, "mainnet_modeConnectorMetas", ParentType, ContextType, RequireFields>; + mainnet_rootMessageProcessed?: SubscriptionResolver, "mainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; + mainnet_rootMessageProcesseds?: SubscriptionResolver, "mainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + mainnet_aggregateRootSavedSlow?: SubscriptionResolver, "mainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + mainnet_aggregateRootSavedSlows?: SubscriptionResolver, "mainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + mainnet_hubDomain?: SubscriptionResolver, "mainnet_hubDomain", ParentType, ContextType, RequireFields>; + mainnet_hubDomains?: SubscriptionResolver, "mainnet_hubDomains", ParentType, ContextType, RequireFields>; + mainnet__meta?: SubscriptionResolver, "mainnet__meta", ParentType, ContextType, Partial>; + stagingmainnet_rootAggregated?: SubscriptionResolver, "stagingmainnet_rootAggregated", ParentType, ContextType, RequireFields>; + stagingmainnet_rootAggregateds?: SubscriptionResolver, "stagingmainnet_rootAggregateds", ParentType, ContextType, RequireFields>; + stagingmainnet_rootPropagated?: SubscriptionResolver, "stagingmainnet_rootPropagated", ParentType, ContextType, RequireFields>; + stagingmainnet_rootPropagateds?: SubscriptionResolver, "stagingmainnet_rootPropagateds", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregatedMessageRoot?: SubscriptionResolver, "stagingmainnet_aggregatedMessageRoot", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregatedMessageRoots?: SubscriptionResolver, "stagingmainnet_aggregatedMessageRoots", ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerMeta?: SubscriptionResolver, "stagingmainnet_rootManagerMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerMetas?: SubscriptionResolver, "stagingmainnet_rootManagerMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerMode?: SubscriptionResolver, "stagingmainnet_rootManagerMode", ParentType, ContextType, RequireFields>; + stagingmainnet_rootManagerModes?: SubscriptionResolver, "stagingmainnet_rootManagerModes", ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootProposed?: SubscriptionResolver, "stagingmainnet_optimisticRootProposed", ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootProposeds?: SubscriptionResolver, "stagingmainnet_optimisticRootProposeds", ParentType, ContextType, RequireFields>; + stagingmainnet_hubOptimisticRootFinalized?: SubscriptionResolver, "stagingmainnet_hubOptimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmainnet_hubOptimisticRootFinalizeds?: SubscriptionResolver, "stagingmainnet_hubOptimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootPropagated?: SubscriptionResolver, "stagingmainnet_optimisticRootPropagated", ParentType, ContextType, RequireFields>; + stagingmainnet_optimisticRootPropagateds?: SubscriptionResolver, "stagingmainnet_optimisticRootPropagateds", ParentType, ContextType, RequireFields>; + stagingmainnet_polygonConnectorMeta?: SubscriptionResolver, "stagingmainnet_polygonConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_polygonConnectorMetas?: SubscriptionResolver, "stagingmainnet_polygonConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_optimismConnectorMeta?: SubscriptionResolver, "stagingmainnet_optimismConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_optimismConnectorMetas?: SubscriptionResolver, "stagingmainnet_optimismConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_bnbConnectorMeta?: SubscriptionResolver, "stagingmainnet_bnbConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_bnbConnectorMetas?: SubscriptionResolver, "stagingmainnet_bnbConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_arbitrumConnectorMeta?: SubscriptionResolver, "stagingmainnet_arbitrumConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_arbitrumConnectorMetas?: SubscriptionResolver, "stagingmainnet_arbitrumConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_gnosisConnectorMeta?: SubscriptionResolver, "stagingmainnet_gnosisConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_gnosisConnectorMetas?: SubscriptionResolver, "stagingmainnet_gnosisConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_lineaConnectorMeta?: SubscriptionResolver, "stagingmainnet_lineaConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_lineaConnectorMetas?: SubscriptionResolver, "stagingmainnet_lineaConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_metisConnectorMeta?: SubscriptionResolver, "stagingmainnet_metisConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_metisConnectorMetas?: SubscriptionResolver, "stagingmainnet_metisConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_mantleConnectorMeta?: SubscriptionResolver, "stagingmainnet_mantleConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_mantleConnectorMetas?: SubscriptionResolver, "stagingmainnet_mantleConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_avalancheConnectorMeta?: SubscriptionResolver, "stagingmainnet_avalancheConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_avalancheConnectorMetas?: SubscriptionResolver, "stagingmainnet_avalancheConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_baseConnectorMeta?: SubscriptionResolver, "stagingmainnet_baseConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_baseConnectorMetas?: SubscriptionResolver, "stagingmainnet_baseConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_polygonZkConnectorMeta?: SubscriptionResolver, "stagingmainnet_polygonZkConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_polygonZkConnectorMetas?: SubscriptionResolver, "stagingmainnet_polygonZkConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_zkSyncConnectorMeta?: SubscriptionResolver, "stagingmainnet_zkSyncConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_zkSyncConnectorMetas?: SubscriptionResolver, "stagingmainnet_zkSyncConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_modeConnectorMeta?: SubscriptionResolver, "stagingmainnet_modeConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_modeConnectorMetas?: SubscriptionResolver, "stagingmainnet_modeConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_scrollConnectorMeta?: SubscriptionResolver, "stagingmainnet_scrollConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_scrollConnectorMetas?: SubscriptionResolver, "stagingmainnet_scrollConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_xlayerConnectorMeta?: SubscriptionResolver, "stagingmainnet_xlayerConnectorMeta", ParentType, ContextType, RequireFields>; + stagingmainnet_xlayerConnectorMetas?: SubscriptionResolver, "stagingmainnet_xlayerConnectorMetas", ParentType, ContextType, RequireFields>; + stagingmainnet_rootMessageProcessed?: SubscriptionResolver, "stagingmainnet_rootMessageProcessed", ParentType, ContextType, RequireFields>; + stagingmainnet_rootMessageProcesseds?: SubscriptionResolver, "stagingmainnet_rootMessageProcesseds", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRootSavedSlow?: SubscriptionResolver, "stagingmainnet_aggregateRootSavedSlow", ParentType, ContextType, RequireFields>; + stagingmainnet_aggregateRootSavedSlows?: SubscriptionResolver, "stagingmainnet_aggregateRootSavedSlows", ParentType, ContextType, RequireFields>; + stagingmainnet_hubDomain?: SubscriptionResolver, "stagingmainnet_hubDomain", ParentType, ContextType, RequireFields>; + stagingmainnet_hubDomains?: SubscriptionResolver, "stagingmainnet_hubDomains", ParentType, ContextType, RequireFields>; + mantle_swap_systemInfo?: SubscriptionResolver, "mantle_swap_systemInfo", ParentType, ContextType, RequireFields>; + mantle_swap_systemInfos?: SubscriptionResolver, "mantle_swap_systemInfos", ParentType, ContextType, RequireFields>; + mantle_swap_pooledToken?: SubscriptionResolver, "mantle_swap_pooledToken", ParentType, ContextType, RequireFields>; + mantle_swap_pooledTokens?: SubscriptionResolver, "mantle_swap_pooledTokens", ParentType, ContextType, RequireFields>; + mantle_swap_stableSwap?: SubscriptionResolver, "mantle_swap_stableSwap", ParentType, ContextType, RequireFields>; + mantle_swap_stableSwaps?: SubscriptionResolver, "mantle_swap_stableSwaps", ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mantle_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mantle_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mantle_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mantle_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapExchange?: SubscriptionResolver, "mantle_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapExchanges?: SubscriptionResolver, "mantle_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + mantle_swap_swapDailyVolume?: SubscriptionResolver, "mantle_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + mantle_swap_swapDailyVolumes?: SubscriptionResolver, "mantle_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + mantle_swap_swapHourlyVolume?: SubscriptionResolver, "mantle_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + mantle_swap_swapHourlyVolumes?: SubscriptionResolver, "mantle_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + mantle_swap_swapWeeklyVolume?: SubscriptionResolver, "mantle_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + mantle_swap_swapWeeklyVolumes?: SubscriptionResolver, "mantle_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + mantle_swap_lpAccount?: SubscriptionResolver, "mantle_swap_lpAccount", ParentType, ContextType, RequireFields>; + mantle_swap_lpAccounts?: SubscriptionResolver, "mantle_swap_lpAccounts", ParentType, ContextType, RequireFields>; + mantle_swap_lpAccountBalance?: SubscriptionResolver, "mantle_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + mantle_swap_lpAccountBalances?: SubscriptionResolver, "mantle_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + mantle_swap_lpToken?: SubscriptionResolver, "mantle_swap_lpToken", ParentType, ContextType, RequireFields>; + mantle_swap_lpTokens?: SubscriptionResolver, "mantle_swap_lpTokens", ParentType, ContextType, RequireFields>; + mantle_swap_lpTransferEvent?: SubscriptionResolver, "mantle_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + mantle_swap_lpTransferEvents?: SubscriptionResolver, "mantle_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapEvent?: SubscriptionResolver, "mantle_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + mantle_swap_stableSwapEvents?: SubscriptionResolver, "mantle_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + mantle_swap_swapTradeVolume?: SubscriptionResolver, "mantle_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + mantle_swap_swapTradeVolumes?: SubscriptionResolver, "mantle_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + mantle_swap_lpTokenEvent?: SubscriptionResolver, "mantle_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + mantle_swap_lpTokenEvents?: SubscriptionResolver, "mantle_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + mantle_swap__meta?: SubscriptionResolver, "mantle_swap__meta", ParentType, ContextType, Partial>; + optimismsepolia_swap_systemInfo?: SubscriptionResolver, "optimismsepolia_swap_systemInfo", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_systemInfos?: SubscriptionResolver, "optimismsepolia_swap_systemInfos", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_pooledToken?: SubscriptionResolver, "optimismsepolia_swap_pooledToken", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_pooledTokens?: SubscriptionResolver, "optimismsepolia_swap_pooledTokens", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwap?: SubscriptionResolver, "optimismsepolia_swap_stableSwap", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwaps?: SubscriptionResolver, "optimismsepolia_swap_stableSwaps", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimismsepolia_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimismsepolia_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimismsepolia_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimismsepolia_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapExchange?: SubscriptionResolver, "optimismsepolia_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapExchanges?: SubscriptionResolver, "optimismsepolia_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapDailyVolume?: SubscriptionResolver, "optimismsepolia_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapDailyVolumes?: SubscriptionResolver, "optimismsepolia_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapHourlyVolume?: SubscriptionResolver, "optimismsepolia_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapHourlyVolumes?: SubscriptionResolver, "optimismsepolia_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapWeeklyVolume?: SubscriptionResolver, "optimismsepolia_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimismsepolia_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccount?: SubscriptionResolver, "optimismsepolia_swap_lpAccount", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccounts?: SubscriptionResolver, "optimismsepolia_swap_lpAccounts", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccountBalance?: SubscriptionResolver, "optimismsepolia_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpAccountBalances?: SubscriptionResolver, "optimismsepolia_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpToken?: SubscriptionResolver, "optimismsepolia_swap_lpToken", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTokens?: SubscriptionResolver, "optimismsepolia_swap_lpTokens", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTransferEvent?: SubscriptionResolver, "optimismsepolia_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTransferEvents?: SubscriptionResolver, "optimismsepolia_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapEvent?: SubscriptionResolver, "optimismsepolia_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_stableSwapEvents?: SubscriptionResolver, "optimismsepolia_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapTradeVolume?: SubscriptionResolver, "optimismsepolia_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_swapTradeVolumes?: SubscriptionResolver, "optimismsepolia_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTokenEvent?: SubscriptionResolver, "optimismsepolia_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + optimismsepolia_swap_lpTokenEvents?: SubscriptionResolver, "optimismsepolia_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + optimismsepolia_swap__meta?: SubscriptionResolver, "optimismsepolia_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_routerLiquidityEvent?: SubscriptionResolver, "mainnet_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mainnet_routerLiquidityEvents?: SubscriptionResolver, "mainnet_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mainnet_setting?: SubscriptionResolver, "mainnet_setting", ParentType, ContextType, RequireFields>; + mainnet_settings?: SubscriptionResolver, "mainnet_settings", ParentType, ContextType, RequireFields>; + mainnet_relayer?: SubscriptionResolver, "mainnet_relayer", ParentType, ContextType, RequireFields>; + mainnet_relayers?: SubscriptionResolver, "mainnet_relayers", ParentType, ContextType, RequireFields>; + mainnet_sequencer?: SubscriptionResolver, "mainnet_sequencer", ParentType, ContextType, RequireFields>; + mainnet_sequencers?: SubscriptionResolver, "mainnet_sequencers", ParentType, ContextType, RequireFields>; + mainnet_relayerFee?: SubscriptionResolver, "mainnet_relayerFee", ParentType, ContextType, RequireFields>; + mainnet_relayerFees?: SubscriptionResolver, "mainnet_relayerFees", ParentType, ContextType, RequireFields>; + mainnet_originTransfer?: SubscriptionResolver, "mainnet_originTransfer", ParentType, ContextType, RequireFields>; + mainnet_originTransfers?: SubscriptionResolver, "mainnet_originTransfers", ParentType, ContextType, RequireFields>; + mainnet_destinationTransfer?: SubscriptionResolver, "mainnet_destinationTransfer", ParentType, ContextType, RequireFields>; + mainnet_destinationTransfers?: SubscriptionResolver, "mainnet_destinationTransfers", ParentType, ContextType, RequireFields>; + mainnet_originMessage?: SubscriptionResolver, "mainnet_originMessage", ParentType, ContextType, RequireFields>; + mainnet_originMessages?: SubscriptionResolver, "mainnet_originMessages", ParentType, ContextType, RequireFields>; + mainnet_aggregateRoot?: SubscriptionResolver, "mainnet_aggregateRoot", ParentType, ContextType, RequireFields>; + mainnet_aggregateRoots?: SubscriptionResolver, "mainnet_aggregateRoots", ParentType, ContextType, RequireFields>; + mainnet_connectorMeta?: SubscriptionResolver, "mainnet_connectorMeta", ParentType, ContextType, RequireFields>; + mainnet_connectorMetas?: SubscriptionResolver, "mainnet_connectorMetas", ParentType, ContextType, RequireFields>; + mainnet_rootCount?: SubscriptionResolver, "mainnet_rootCount", ParentType, ContextType, RequireFields>; + mainnet_rootCounts?: SubscriptionResolver, "mainnet_rootCounts", ParentType, ContextType, RequireFields>; + mainnet_rootMessageSent?: SubscriptionResolver, "mainnet_rootMessageSent", ParentType, ContextType, RequireFields>; + mainnet_rootMessageSents?: SubscriptionResolver, "mainnet_rootMessageSents", ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncrease?: SubscriptionResolver, "mainnet_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mainnet_relayerFeesIncreases?: SubscriptionResolver, "mainnet_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mainnet_slippageUpdate?: SubscriptionResolver, "mainnet_slippageUpdate", ParentType, ContextType, RequireFields>; + mainnet_slippageUpdates?: SubscriptionResolver, "mainnet_slippageUpdates", ParentType, ContextType, RequireFields>; + mainnet_snapshotRoot?: SubscriptionResolver, "mainnet_snapshotRoot", ParentType, ContextType, RequireFields>; + mainnet_snapshotRoots?: SubscriptionResolver, "mainnet_snapshotRoots", ParentType, ContextType, RequireFields>; + mainnet_spokeConnectorMode?: SubscriptionResolver, "mainnet_spokeConnectorMode", ParentType, ContextType, RequireFields>; + mainnet_spokeConnectorModes?: SubscriptionResolver, "mainnet_spokeConnectorModes", ParentType, ContextType, RequireFields>; + mainnet_aggregateRootProposed?: SubscriptionResolver, "mainnet_aggregateRootProposed", ParentType, ContextType, RequireFields>; + mainnet_aggregateRootProposeds?: SubscriptionResolver, "mainnet_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + mainnet_optimisticRootFinalized?: SubscriptionResolver, "mainnet_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + mainnet_optimisticRootFinalizeds?: SubscriptionResolver, "mainnet_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mode_swap_systemInfo?: SubscriptionResolver, "mode_swap_systemInfo", ParentType, ContextType, RequireFields>; + mode_swap_systemInfos?: SubscriptionResolver, "mode_swap_systemInfos", ParentType, ContextType, RequireFields>; + mode_swap_pooledToken?: SubscriptionResolver, "mode_swap_pooledToken", ParentType, ContextType, RequireFields>; + mode_swap_pooledTokens?: SubscriptionResolver, "mode_swap_pooledTokens", ParentType, ContextType, RequireFields>; + mode_swap_stableSwap?: SubscriptionResolver, "mode_swap_stableSwap", ParentType, ContextType, RequireFields>; + mode_swap_stableSwaps?: SubscriptionResolver, "mode_swap_stableSwaps", ParentType, ContextType, RequireFields>; + mode_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "mode_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + mode_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "mode_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + mode_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "mode_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + mode_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "mode_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + mode_swap_stableSwapExchange?: SubscriptionResolver, "mode_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + mode_swap_stableSwapExchanges?: SubscriptionResolver, "mode_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + mode_swap_swapDailyVolume?: SubscriptionResolver, "mode_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + mode_swap_swapDailyVolumes?: SubscriptionResolver, "mode_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + mode_swap_swapHourlyVolume?: SubscriptionResolver, "mode_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + mode_swap_swapHourlyVolumes?: SubscriptionResolver, "mode_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + mode_swap_swapWeeklyVolume?: SubscriptionResolver, "mode_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + mode_swap_swapWeeklyVolumes?: SubscriptionResolver, "mode_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + mode_swap_lpAccount?: SubscriptionResolver, "mode_swap_lpAccount", ParentType, ContextType, RequireFields>; + mode_swap_lpAccounts?: SubscriptionResolver, "mode_swap_lpAccounts", ParentType, ContextType, RequireFields>; + mode_swap_lpAccountBalance?: SubscriptionResolver, "mode_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + mode_swap_lpAccountBalances?: SubscriptionResolver, "mode_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + mode_swap_lpToken?: SubscriptionResolver, "mode_swap_lpToken", ParentType, ContextType, RequireFields>; + mode_swap_lpTokens?: SubscriptionResolver, "mode_swap_lpTokens", ParentType, ContextType, RequireFields>; + mode_swap_lpTransferEvent?: SubscriptionResolver, "mode_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + mode_swap_lpTransferEvents?: SubscriptionResolver, "mode_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + mode_swap_stableSwapEvent?: SubscriptionResolver, "mode_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + mode_swap_stableSwapEvents?: SubscriptionResolver, "mode_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + mode_swap_swapTradeVolume?: SubscriptionResolver, "mode_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + mode_swap_swapTradeVolumes?: SubscriptionResolver, "mode_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + mode_swap_lpTokenEvent?: SubscriptionResolver, "mode_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + mode_swap_lpTokenEvents?: SubscriptionResolver, "mode_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + mode_swap__meta?: SubscriptionResolver, "mode_swap__meta", ParentType, ContextType, Partial>; stagingxdai_asset?: SubscriptionResolver, "stagingxdai_asset", ParentType, ContextType, RequireFields>; stagingxdai_assets?: SubscriptionResolver, "stagingxdai_assets", ParentType, ContextType, RequireFields>; stagingxdai_assetStatus?: SubscriptionResolver, "stagingxdai_assetStatus", ParentType, ContextType, RequireFields>; @@ -187977,153 +186979,186 @@ export type SubscriptionResolvers, "stagingxdai_snapshotRoot", ParentType, ContextType, RequireFields>; stagingxdai_snapshotRoots?: SubscriptionResolver, "stagingxdai_snapshotRoots", ParentType, ContextType, RequireFields>; stagingxdai_spokeConnectorMode?: SubscriptionResolver, "stagingxdai_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingxdai_spokeConnectorModes?: SubscriptionResolver, "stagingxdai_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingxdai_aggregateRootProposed?: SubscriptionResolver, "stagingxdai_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingxdai_aggregateRootProposeds?: SubscriptionResolver, "stagingxdai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingxdai_optimisticRootFinalized?: SubscriptionResolver, "stagingxdai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingxdai_optimisticRootFinalizeds?: SubscriptionResolver, "stagingxdai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingxdai__meta?: SubscriptionResolver, "stagingxdai__meta", ParentType, ContextType, Partial>; - xdai_asset?: SubscriptionResolver, "xdai_asset", ParentType, ContextType, RequireFields>; - xdai_assets?: SubscriptionResolver, "xdai_assets", ParentType, ContextType, RequireFields>; - xdai_assetStatus?: SubscriptionResolver, "xdai_assetStatus", ParentType, ContextType, RequireFields>; - xdai_assetStatuses?: SubscriptionResolver, "xdai_assetStatuses", ParentType, ContextType, RequireFields>; - xdai_assetBalance?: SubscriptionResolver, "xdai_assetBalance", ParentType, ContextType, RequireFields>; - xdai_assetBalances?: SubscriptionResolver, "xdai_assetBalances", ParentType, ContextType, RequireFields>; - xdai_router?: SubscriptionResolver, "xdai_router", ParentType, ContextType, RequireFields>; - xdai_routers?: SubscriptionResolver, "xdai_routers", ParentType, ContextType, RequireFields>; - xdai_routerDailyTVL?: SubscriptionResolver, "xdai_routerDailyTVL", ParentType, ContextType, RequireFields>; - xdai_routerDailyTVLs?: SubscriptionResolver, "xdai_routerDailyTVLs", ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvent?: SubscriptionResolver, "xdai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_routerLiquidityEvents?: SubscriptionResolver, "xdai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_setting?: SubscriptionResolver, "xdai_setting", ParentType, ContextType, RequireFields>; - xdai_settings?: SubscriptionResolver, "xdai_settings", ParentType, ContextType, RequireFields>; - xdai_relayer?: SubscriptionResolver, "xdai_relayer", ParentType, ContextType, RequireFields>; - xdai_relayers?: SubscriptionResolver, "xdai_relayers", ParentType, ContextType, RequireFields>; - xdai_sequencer?: SubscriptionResolver, "xdai_sequencer", ParentType, ContextType, RequireFields>; - xdai_sequencers?: SubscriptionResolver, "xdai_sequencers", ParentType, ContextType, RequireFields>; - xdai_relayerFee?: SubscriptionResolver, "xdai_relayerFee", ParentType, ContextType, RequireFields>; - xdai_relayerFees?: SubscriptionResolver, "xdai_relayerFees", ParentType, ContextType, RequireFields>; - xdai_originTransfer?: SubscriptionResolver, "xdai_originTransfer", ParentType, ContextType, RequireFields>; - xdai_originTransfers?: SubscriptionResolver, "xdai_originTransfers", ParentType, ContextType, RequireFields>; - xdai_destinationTransfer?: SubscriptionResolver, "xdai_destinationTransfer", ParentType, ContextType, RequireFields>; - xdai_destinationTransfers?: SubscriptionResolver, "xdai_destinationTransfers", ParentType, ContextType, RequireFields>; - xdai_originMessage?: SubscriptionResolver, "xdai_originMessage", ParentType, ContextType, RequireFields>; - xdai_originMessages?: SubscriptionResolver, "xdai_originMessages", ParentType, ContextType, RequireFields>; - xdai_aggregateRoot?: SubscriptionResolver, "xdai_aggregateRoot", ParentType, ContextType, RequireFields>; - xdai_aggregateRoots?: SubscriptionResolver, "xdai_aggregateRoots", ParentType, ContextType, RequireFields>; - xdai_connectorMeta?: SubscriptionResolver, "xdai_connectorMeta", ParentType, ContextType, RequireFields>; - xdai_connectorMetas?: SubscriptionResolver, "xdai_connectorMetas", ParentType, ContextType, RequireFields>; - xdai_rootCount?: SubscriptionResolver, "xdai_rootCount", ParentType, ContextType, RequireFields>; - xdai_rootCounts?: SubscriptionResolver, "xdai_rootCounts", ParentType, ContextType, RequireFields>; - xdai_rootMessageSent?: SubscriptionResolver, "xdai_rootMessageSent", ParentType, ContextType, RequireFields>; - xdai_rootMessageSents?: SubscriptionResolver, "xdai_rootMessageSents", ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncrease?: SubscriptionResolver, "xdai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - xdai_relayerFeesIncreases?: SubscriptionResolver, "xdai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - xdai_slippageUpdate?: SubscriptionResolver, "xdai_slippageUpdate", ParentType, ContextType, RequireFields>; - xdai_slippageUpdates?: SubscriptionResolver, "xdai_slippageUpdates", ParentType, ContextType, RequireFields>; - xdai_snapshotRoot?: SubscriptionResolver, "xdai_snapshotRoot", ParentType, ContextType, RequireFields>; - xdai_snapshotRoots?: SubscriptionResolver, "xdai_snapshotRoots", ParentType, ContextType, RequireFields>; - xdai_spokeConnectorMode?: SubscriptionResolver, "xdai_spokeConnectorMode", ParentType, ContextType, RequireFields>; - xdai_spokeConnectorModes?: SubscriptionResolver, "xdai_spokeConnectorModes", ParentType, ContextType, RequireFields>; - xdai_aggregateRootProposed?: SubscriptionResolver, "xdai_aggregateRootProposed", ParentType, ContextType, RequireFields>; - xdai_aggregateRootProposeds?: SubscriptionResolver, "xdai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - xdai_optimisticRootFinalized?: SubscriptionResolver, "xdai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - xdai_optimisticRootFinalizeds?: SubscriptionResolver, "xdai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - xdai__meta?: SubscriptionResolver, "xdai__meta", ParentType, ContextType, Partial>; - stagingbnb_asset?: SubscriptionResolver, "stagingbnb_asset", ParentType, ContextType, RequireFields>; - stagingbnb_assets?: SubscriptionResolver, "stagingbnb_assets", ParentType, ContextType, RequireFields>; - stagingbnb_assetStatus?: SubscriptionResolver, "stagingbnb_assetStatus", ParentType, ContextType, RequireFields>; - stagingbnb_assetStatuses?: SubscriptionResolver, "stagingbnb_assetStatuses", ParentType, ContextType, RequireFields>; - stagingbnb_assetBalance?: SubscriptionResolver, "stagingbnb_assetBalance", ParentType, ContextType, RequireFields>; - stagingbnb_assetBalances?: SubscriptionResolver, "stagingbnb_assetBalances", ParentType, ContextType, RequireFields>; - stagingbnb_router?: SubscriptionResolver, "stagingbnb_router", ParentType, ContextType, RequireFields>; - stagingbnb_routers?: SubscriptionResolver, "stagingbnb_routers", ParentType, ContextType, RequireFields>; - stagingbnb_routerDailyTVL?: SubscriptionResolver, "stagingbnb_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingbnb_routerDailyTVLs?: SubscriptionResolver, "stagingbnb_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingbnb_routerLiquidityEvent?: SubscriptionResolver, "stagingbnb_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingbnb_routerLiquidityEvents?: SubscriptionResolver, "stagingbnb_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingbnb_setting?: SubscriptionResolver, "stagingbnb_setting", ParentType, ContextType, RequireFields>; - stagingbnb_settings?: SubscriptionResolver, "stagingbnb_settings", ParentType, ContextType, RequireFields>; - stagingbnb_relayer?: SubscriptionResolver, "stagingbnb_relayer", ParentType, ContextType, RequireFields>; - stagingbnb_relayers?: SubscriptionResolver, "stagingbnb_relayers", ParentType, ContextType, RequireFields>; - stagingbnb_sequencer?: SubscriptionResolver, "stagingbnb_sequencer", ParentType, ContextType, RequireFields>; - stagingbnb_sequencers?: SubscriptionResolver, "stagingbnb_sequencers", ParentType, ContextType, RequireFields>; - stagingbnb_relayerFee?: SubscriptionResolver, "stagingbnb_relayerFee", ParentType, ContextType, RequireFields>; - stagingbnb_relayerFees?: SubscriptionResolver, "stagingbnb_relayerFees", ParentType, ContextType, RequireFields>; - stagingbnb_originTransfer?: SubscriptionResolver, "stagingbnb_originTransfer", ParentType, ContextType, RequireFields>; - stagingbnb_originTransfers?: SubscriptionResolver, "stagingbnb_originTransfers", ParentType, ContextType, RequireFields>; - stagingbnb_destinationTransfer?: SubscriptionResolver, "stagingbnb_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingbnb_destinationTransfers?: SubscriptionResolver, "stagingbnb_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingbnb_originMessage?: SubscriptionResolver, "stagingbnb_originMessage", ParentType, ContextType, RequireFields>; - stagingbnb_originMessages?: SubscriptionResolver, "stagingbnb_originMessages", ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRoot?: SubscriptionResolver, "stagingbnb_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRoots?: SubscriptionResolver, "stagingbnb_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingbnb_connectorMeta?: SubscriptionResolver, "stagingbnb_connectorMeta", ParentType, ContextType, RequireFields>; - stagingbnb_connectorMetas?: SubscriptionResolver, "stagingbnb_connectorMetas", ParentType, ContextType, RequireFields>; - stagingbnb_rootCount?: SubscriptionResolver, "stagingbnb_rootCount", ParentType, ContextType, RequireFields>; - stagingbnb_rootCounts?: SubscriptionResolver, "stagingbnb_rootCounts", ParentType, ContextType, RequireFields>; - stagingbnb_rootMessageSent?: SubscriptionResolver, "stagingbnb_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingbnb_rootMessageSents?: SubscriptionResolver, "stagingbnb_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingbnb_relayerFeesIncrease?: SubscriptionResolver, "stagingbnb_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingbnb_relayerFeesIncreases?: SubscriptionResolver, "stagingbnb_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingbnb_slippageUpdate?: SubscriptionResolver, "stagingbnb_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingbnb_slippageUpdates?: SubscriptionResolver, "stagingbnb_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingbnb_snapshotRoot?: SubscriptionResolver, "stagingbnb_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingbnb_snapshotRoots?: SubscriptionResolver, "stagingbnb_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingbnb_spokeConnectorMode?: SubscriptionResolver, "stagingbnb_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingbnb_spokeConnectorModes?: SubscriptionResolver, "stagingbnb_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRootProposed?: SubscriptionResolver, "stagingbnb_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingbnb_aggregateRootProposeds?: SubscriptionResolver, "stagingbnb_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingbnb_optimisticRootFinalized?: SubscriptionResolver, "stagingbnb_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingbnb_optimisticRootFinalizeds?: SubscriptionResolver, "stagingbnb_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingbnb__meta?: SubscriptionResolver, "stagingbnb__meta", ParentType, ContextType, Partial>; - stagingarbitrumone_asset?: SubscriptionResolver, "stagingarbitrumone_asset", ParentType, ContextType, RequireFields>; - stagingarbitrumone_assets?: SubscriptionResolver, "stagingarbitrumone_assets", ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetStatus?: SubscriptionResolver, "stagingarbitrumone_assetStatus", ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetStatuses?: SubscriptionResolver, "stagingarbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetBalance?: SubscriptionResolver, "stagingarbitrumone_assetBalance", ParentType, ContextType, RequireFields>; - stagingarbitrumone_assetBalances?: SubscriptionResolver, "stagingarbitrumone_assetBalances", ParentType, ContextType, RequireFields>; - stagingarbitrumone_router?: SubscriptionResolver, "stagingarbitrumone_router", ParentType, ContextType, RequireFields>; - stagingarbitrumone_routers?: SubscriptionResolver, "stagingarbitrumone_routers", ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerDailyTVL?: SubscriptionResolver, "stagingarbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerDailyTVLs?: SubscriptionResolver, "stagingarbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerLiquidityEvent?: SubscriptionResolver, "stagingarbitrumone_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingarbitrumone_routerLiquidityEvents?: SubscriptionResolver, "stagingarbitrumone_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingarbitrumone_setting?: SubscriptionResolver, "stagingarbitrumone_setting", ParentType, ContextType, RequireFields>; - stagingarbitrumone_settings?: SubscriptionResolver, "stagingarbitrumone_settings", ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayer?: SubscriptionResolver, "stagingarbitrumone_relayer", ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayers?: SubscriptionResolver, "stagingarbitrumone_relayers", ParentType, ContextType, RequireFields>; - stagingarbitrumone_sequencer?: SubscriptionResolver, "stagingarbitrumone_sequencer", ParentType, ContextType, RequireFields>; - stagingarbitrumone_sequencers?: SubscriptionResolver, "stagingarbitrumone_sequencers", ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFee?: SubscriptionResolver, "stagingarbitrumone_relayerFee", ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFees?: SubscriptionResolver, "stagingarbitrumone_relayerFees", ParentType, ContextType, RequireFields>; - stagingarbitrumone_originTransfer?: SubscriptionResolver, "stagingarbitrumone_originTransfer", ParentType, ContextType, RequireFields>; - stagingarbitrumone_originTransfers?: SubscriptionResolver, "stagingarbitrumone_originTransfers", ParentType, ContextType, RequireFields>; - stagingarbitrumone_destinationTransfer?: SubscriptionResolver, "stagingarbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingarbitrumone_destinationTransfers?: SubscriptionResolver, "stagingarbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingarbitrumone_originMessage?: SubscriptionResolver, "stagingarbitrumone_originMessage", ParentType, ContextType, RequireFields>; - stagingarbitrumone_originMessages?: SubscriptionResolver, "stagingarbitrumone_originMessages", ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRoot?: SubscriptionResolver, "stagingarbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRoots?: SubscriptionResolver, "stagingarbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingarbitrumone_connectorMeta?: SubscriptionResolver, "stagingarbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; - stagingarbitrumone_connectorMetas?: SubscriptionResolver, "stagingarbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootCount?: SubscriptionResolver, "stagingarbitrumone_rootCount", ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootCounts?: SubscriptionResolver, "stagingarbitrumone_rootCounts", ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootMessageSent?: SubscriptionResolver, "stagingarbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingarbitrumone_rootMessageSents?: SubscriptionResolver, "stagingarbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFeesIncrease?: SubscriptionResolver, "stagingarbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingarbitrumone_relayerFeesIncreases?: SubscriptionResolver, "stagingarbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingarbitrumone_slippageUpdate?: SubscriptionResolver, "stagingarbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingarbitrumone_slippageUpdates?: SubscriptionResolver, "stagingarbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingarbitrumone_snapshotRoot?: SubscriptionResolver, "stagingarbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingarbitrumone_snapshotRoots?: SubscriptionResolver, "stagingarbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingarbitrumone_spokeConnectorMode?: SubscriptionResolver, "stagingarbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingarbitrumone_spokeConnectorModes?: SubscriptionResolver, "stagingarbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRootProposed?: SubscriptionResolver, "stagingarbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingarbitrumone_aggregateRootProposeds?: SubscriptionResolver, "stagingarbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingarbitrumone_optimisticRootFinalized?: SubscriptionResolver, "stagingarbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingarbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "stagingarbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingarbitrumone__meta?: SubscriptionResolver, "stagingarbitrumone__meta", ParentType, ContextType, Partial>; + stagingxdai_spokeConnectorModes?: SubscriptionResolver, "stagingxdai_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingxdai_aggregateRootProposed?: SubscriptionResolver, "stagingxdai_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingxdai_aggregateRootProposeds?: SubscriptionResolver, "stagingxdai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingxdai_optimisticRootFinalized?: SubscriptionResolver, "stagingxdai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingxdai_optimisticRootFinalizeds?: SubscriptionResolver, "stagingxdai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingxdai__meta?: SubscriptionResolver, "stagingxdai__meta", ParentType, ContextType, Partial>; + optimism_asset?: SubscriptionResolver, "optimism_asset", ParentType, ContextType, RequireFields>; + optimism_assets?: SubscriptionResolver, "optimism_assets", ParentType, ContextType, RequireFields>; + optimism_assetStatus?: SubscriptionResolver, "optimism_assetStatus", ParentType, ContextType, RequireFields>; + optimism_assetStatuses?: SubscriptionResolver, "optimism_assetStatuses", ParentType, ContextType, RequireFields>; + optimism_assetBalance?: SubscriptionResolver, "optimism_assetBalance", ParentType, ContextType, RequireFields>; + optimism_assetBalances?: SubscriptionResolver, "optimism_assetBalances", ParentType, ContextType, RequireFields>; + optimism_router?: SubscriptionResolver, "optimism_router", ParentType, ContextType, RequireFields>; + optimism_routers?: SubscriptionResolver, "optimism_routers", ParentType, ContextType, RequireFields>; + optimism_routerDailyTVL?: SubscriptionResolver, "optimism_routerDailyTVL", ParentType, ContextType, RequireFields>; + optimism_routerDailyTVLs?: SubscriptionResolver, "optimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvent?: SubscriptionResolver, "optimism_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + optimism_routerLiquidityEvents?: SubscriptionResolver, "optimism_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + optimism_setting?: SubscriptionResolver, "optimism_setting", ParentType, ContextType, RequireFields>; + optimism_settings?: SubscriptionResolver, "optimism_settings", ParentType, ContextType, RequireFields>; + optimism_relayer?: SubscriptionResolver, "optimism_relayer", ParentType, ContextType, RequireFields>; + optimism_relayers?: SubscriptionResolver, "optimism_relayers", ParentType, ContextType, RequireFields>; + optimism_sequencer?: SubscriptionResolver, "optimism_sequencer", ParentType, ContextType, RequireFields>; + optimism_sequencers?: SubscriptionResolver, "optimism_sequencers", ParentType, ContextType, RequireFields>; + optimism_relayerFee?: SubscriptionResolver, "optimism_relayerFee", ParentType, ContextType, RequireFields>; + optimism_relayerFees?: SubscriptionResolver, "optimism_relayerFees", ParentType, ContextType, RequireFields>; + optimism_originTransfer?: SubscriptionResolver, "optimism_originTransfer", ParentType, ContextType, RequireFields>; + optimism_originTransfers?: SubscriptionResolver, "optimism_originTransfers", ParentType, ContextType, RequireFields>; + optimism_destinationTransfer?: SubscriptionResolver, "optimism_destinationTransfer", ParentType, ContextType, RequireFields>; + optimism_destinationTransfers?: SubscriptionResolver, "optimism_destinationTransfers", ParentType, ContextType, RequireFields>; + optimism_originMessage?: SubscriptionResolver, "optimism_originMessage", ParentType, ContextType, RequireFields>; + optimism_originMessages?: SubscriptionResolver, "optimism_originMessages", ParentType, ContextType, RequireFields>; + optimism_aggregateRoot?: SubscriptionResolver, "optimism_aggregateRoot", ParentType, ContextType, RequireFields>; + optimism_aggregateRoots?: SubscriptionResolver, "optimism_aggregateRoots", ParentType, ContextType, RequireFields>; + optimism_connectorMeta?: SubscriptionResolver, "optimism_connectorMeta", ParentType, ContextType, RequireFields>; + optimism_connectorMetas?: SubscriptionResolver, "optimism_connectorMetas", ParentType, ContextType, RequireFields>; + optimism_rootCount?: SubscriptionResolver, "optimism_rootCount", ParentType, ContextType, RequireFields>; + optimism_rootCounts?: SubscriptionResolver, "optimism_rootCounts", ParentType, ContextType, RequireFields>; + optimism_rootMessageSent?: SubscriptionResolver, "optimism_rootMessageSent", ParentType, ContextType, RequireFields>; + optimism_rootMessageSents?: SubscriptionResolver, "optimism_rootMessageSents", ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncrease?: SubscriptionResolver, "optimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + optimism_relayerFeesIncreases?: SubscriptionResolver, "optimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + optimism_slippageUpdate?: SubscriptionResolver, "optimism_slippageUpdate", ParentType, ContextType, RequireFields>; + optimism_slippageUpdates?: SubscriptionResolver, "optimism_slippageUpdates", ParentType, ContextType, RequireFields>; + optimism_snapshotRoot?: SubscriptionResolver, "optimism_snapshotRoot", ParentType, ContextType, RequireFields>; + optimism_snapshotRoots?: SubscriptionResolver, "optimism_snapshotRoots", ParentType, ContextType, RequireFields>; + optimism_spokeConnectorMode?: SubscriptionResolver, "optimism_spokeConnectorMode", ParentType, ContextType, RequireFields>; + optimism_spokeConnectorModes?: SubscriptionResolver, "optimism_spokeConnectorModes", ParentType, ContextType, RequireFields>; + optimism_aggregateRootProposed?: SubscriptionResolver, "optimism_aggregateRootProposed", ParentType, ContextType, RequireFields>; + optimism_aggregateRootProposeds?: SubscriptionResolver, "optimism_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + optimism_optimisticRootFinalized?: SubscriptionResolver, "optimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + optimism_optimisticRootFinalizeds?: SubscriptionResolver, "optimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + optimism__meta?: SubscriptionResolver, "optimism__meta", ParentType, ContextType, Partial>; + stagingavalanche_asset?: SubscriptionResolver, "stagingavalanche_asset", ParentType, ContextType, RequireFields>; + stagingavalanche_assets?: SubscriptionResolver, "stagingavalanche_assets", ParentType, ContextType, RequireFields>; + stagingavalanche_assetStatus?: SubscriptionResolver, "stagingavalanche_assetStatus", ParentType, ContextType, RequireFields>; + stagingavalanche_assetStatuses?: SubscriptionResolver, "stagingavalanche_assetStatuses", ParentType, ContextType, RequireFields>; + stagingavalanche_assetBalance?: SubscriptionResolver, "stagingavalanche_assetBalance", ParentType, ContextType, RequireFields>; + stagingavalanche_assetBalances?: SubscriptionResolver, "stagingavalanche_assetBalances", ParentType, ContextType, RequireFields>; + stagingavalanche_router?: SubscriptionResolver, "stagingavalanche_router", ParentType, ContextType, RequireFields>; + stagingavalanche_routers?: SubscriptionResolver, "stagingavalanche_routers", ParentType, ContextType, RequireFields>; + stagingavalanche_routerDailyTVL?: SubscriptionResolver, "stagingavalanche_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingavalanche_routerDailyTVLs?: SubscriptionResolver, "stagingavalanche_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingavalanche_routerLiquidityEvent?: SubscriptionResolver, "stagingavalanche_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingavalanche_routerLiquidityEvents?: SubscriptionResolver, "stagingavalanche_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingavalanche_setting?: SubscriptionResolver, "stagingavalanche_setting", ParentType, ContextType, RequireFields>; + stagingavalanche_settings?: SubscriptionResolver, "stagingavalanche_settings", ParentType, ContextType, RequireFields>; + stagingavalanche_relayer?: SubscriptionResolver, "stagingavalanche_relayer", ParentType, ContextType, RequireFields>; + stagingavalanche_relayers?: SubscriptionResolver, "stagingavalanche_relayers", ParentType, ContextType, RequireFields>; + stagingavalanche_sequencer?: SubscriptionResolver, "stagingavalanche_sequencer", ParentType, ContextType, RequireFields>; + stagingavalanche_sequencers?: SubscriptionResolver, "stagingavalanche_sequencers", ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFee?: SubscriptionResolver, "stagingavalanche_relayerFee", ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFees?: SubscriptionResolver, "stagingavalanche_relayerFees", ParentType, ContextType, RequireFields>; + stagingavalanche_originTransfer?: SubscriptionResolver, "stagingavalanche_originTransfer", ParentType, ContextType, RequireFields>; + stagingavalanche_originTransfers?: SubscriptionResolver, "stagingavalanche_originTransfers", ParentType, ContextType, RequireFields>; + stagingavalanche_destinationTransfer?: SubscriptionResolver, "stagingavalanche_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingavalanche_destinationTransfers?: SubscriptionResolver, "stagingavalanche_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingavalanche_originMessage?: SubscriptionResolver, "stagingavalanche_originMessage", ParentType, ContextType, RequireFields>; + stagingavalanche_originMessages?: SubscriptionResolver, "stagingavalanche_originMessages", ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRoot?: SubscriptionResolver, "stagingavalanche_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRoots?: SubscriptionResolver, "stagingavalanche_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingavalanche_connectorMeta?: SubscriptionResolver, "stagingavalanche_connectorMeta", ParentType, ContextType, RequireFields>; + stagingavalanche_connectorMetas?: SubscriptionResolver, "stagingavalanche_connectorMetas", ParentType, ContextType, RequireFields>; + stagingavalanche_rootCount?: SubscriptionResolver, "stagingavalanche_rootCount", ParentType, ContextType, RequireFields>; + stagingavalanche_rootCounts?: SubscriptionResolver, "stagingavalanche_rootCounts", ParentType, ContextType, RequireFields>; + stagingavalanche_rootMessageSent?: SubscriptionResolver, "stagingavalanche_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingavalanche_rootMessageSents?: SubscriptionResolver, "stagingavalanche_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFeesIncrease?: SubscriptionResolver, "stagingavalanche_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingavalanche_relayerFeesIncreases?: SubscriptionResolver, "stagingavalanche_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingavalanche_slippageUpdate?: SubscriptionResolver, "stagingavalanche_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingavalanche_slippageUpdates?: SubscriptionResolver, "stagingavalanche_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingavalanche_snapshotRoot?: SubscriptionResolver, "stagingavalanche_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingavalanche_snapshotRoots?: SubscriptionResolver, "stagingavalanche_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingavalanche_spokeConnectorMode?: SubscriptionResolver, "stagingavalanche_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingavalanche_spokeConnectorModes?: SubscriptionResolver, "stagingavalanche_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRootProposed?: SubscriptionResolver, "stagingavalanche_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingavalanche_aggregateRootProposeds?: SubscriptionResolver, "stagingavalanche_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingavalanche_optimisticRootFinalized?: SubscriptionResolver, "stagingavalanche_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingavalanche_optimisticRootFinalizeds?: SubscriptionResolver, "stagingavalanche_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingavalanche__meta?: SubscriptionResolver, "stagingavalanche__meta", ParentType, ContextType, Partial>; + stagingzksync_asset?: SubscriptionResolver, "stagingzksync_asset", ParentType, ContextType, RequireFields>; + stagingzksync_assets?: SubscriptionResolver, "stagingzksync_assets", ParentType, ContextType, RequireFields>; + stagingzksync_assetStatus?: SubscriptionResolver, "stagingzksync_assetStatus", ParentType, ContextType, RequireFields>; + stagingzksync_assetStatuses?: SubscriptionResolver, "stagingzksync_assetStatuses", ParentType, ContextType, RequireFields>; + stagingzksync_assetBalance?: SubscriptionResolver, "stagingzksync_assetBalance", ParentType, ContextType, RequireFields>; + stagingzksync_assetBalances?: SubscriptionResolver, "stagingzksync_assetBalances", ParentType, ContextType, RequireFields>; + stagingzksync_router?: SubscriptionResolver, "stagingzksync_router", ParentType, ContextType, RequireFields>; + stagingzksync_routers?: SubscriptionResolver, "stagingzksync_routers", ParentType, ContextType, RequireFields>; + stagingzksync_routerDailyTVL?: SubscriptionResolver, "stagingzksync_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingzksync_routerDailyTVLs?: SubscriptionResolver, "stagingzksync_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingzksync_routerLiquidityEvent?: SubscriptionResolver, "stagingzksync_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingzksync_routerLiquidityEvents?: SubscriptionResolver, "stagingzksync_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingzksync_setting?: SubscriptionResolver, "stagingzksync_setting", ParentType, ContextType, RequireFields>; + stagingzksync_settings?: SubscriptionResolver, "stagingzksync_settings", ParentType, ContextType, RequireFields>; + stagingzksync_relayer?: SubscriptionResolver, "stagingzksync_relayer", ParentType, ContextType, RequireFields>; + stagingzksync_relayers?: SubscriptionResolver, "stagingzksync_relayers", ParentType, ContextType, RequireFields>; + stagingzksync_sequencer?: SubscriptionResolver, "stagingzksync_sequencer", ParentType, ContextType, RequireFields>; + stagingzksync_sequencers?: SubscriptionResolver, "stagingzksync_sequencers", ParentType, ContextType, RequireFields>; + stagingzksync_relayerFee?: SubscriptionResolver, "stagingzksync_relayerFee", ParentType, ContextType, RequireFields>; + stagingzksync_relayerFees?: SubscriptionResolver, "stagingzksync_relayerFees", ParentType, ContextType, RequireFields>; + stagingzksync_originTransfer?: SubscriptionResolver, "stagingzksync_originTransfer", ParentType, ContextType, RequireFields>; + stagingzksync_originTransfers?: SubscriptionResolver, "stagingzksync_originTransfers", ParentType, ContextType, RequireFields>; + stagingzksync_destinationTransfer?: SubscriptionResolver, "stagingzksync_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingzksync_destinationTransfers?: SubscriptionResolver, "stagingzksync_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingzksync_originMessage?: SubscriptionResolver, "stagingzksync_originMessage", ParentType, ContextType, RequireFields>; + stagingzksync_originMessages?: SubscriptionResolver, "stagingzksync_originMessages", ParentType, ContextType, RequireFields>; + stagingzksync_aggregateRoot?: SubscriptionResolver, "stagingzksync_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingzksync_aggregateRoots?: SubscriptionResolver, "stagingzksync_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingzksync_connectorMeta?: SubscriptionResolver, "stagingzksync_connectorMeta", ParentType, ContextType, RequireFields>; + stagingzksync_connectorMetas?: SubscriptionResolver, "stagingzksync_connectorMetas", ParentType, ContextType, RequireFields>; + stagingzksync_rootCount?: SubscriptionResolver, "stagingzksync_rootCount", ParentType, ContextType, RequireFields>; + stagingzksync_rootCounts?: SubscriptionResolver, "stagingzksync_rootCounts", ParentType, ContextType, RequireFields>; + stagingzksync_rootMessageSent?: SubscriptionResolver, "stagingzksync_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingzksync_rootMessageSents?: SubscriptionResolver, "stagingzksync_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingzksync_relayerFeesIncrease?: SubscriptionResolver, "stagingzksync_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingzksync_relayerFeesIncreases?: SubscriptionResolver, "stagingzksync_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingzksync_slippageUpdate?: SubscriptionResolver, "stagingzksync_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingzksync_slippageUpdates?: SubscriptionResolver, "stagingzksync_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingzksync_snapshotRoot?: SubscriptionResolver, "stagingzksync_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingzksync_snapshotRoots?: SubscriptionResolver, "stagingzksync_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingzksync_spokeConnectorMode?: SubscriptionResolver, "stagingzksync_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingzksync_spokeConnectorModes?: SubscriptionResolver, "stagingzksync_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingzksync_aggregateRootProposed?: SubscriptionResolver, "stagingzksync_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingzksync_aggregateRootProposeds?: SubscriptionResolver, "stagingzksync_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingzksync_optimisticRootFinalized?: SubscriptionResolver, "stagingzksync_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingzksync_optimisticRootFinalizeds?: SubscriptionResolver, "stagingzksync_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingzksync__meta?: SubscriptionResolver, "stagingzksync__meta", ParentType, ContextType, Partial>; + xlayer_swap_systemInfo?: SubscriptionResolver, "xlayer_swap_systemInfo", ParentType, ContextType, RequireFields>; + xlayer_swap_systemInfos?: SubscriptionResolver, "xlayer_swap_systemInfos", ParentType, ContextType, RequireFields>; + xlayer_swap_pooledToken?: SubscriptionResolver, "xlayer_swap_pooledToken", ParentType, ContextType, RequireFields>; + xlayer_swap_pooledTokens?: SubscriptionResolver, "xlayer_swap_pooledTokens", ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwap?: SubscriptionResolver, "xlayer_swap_stableSwap", ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwaps?: SubscriptionResolver, "xlayer_swap_stableSwaps", ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xlayer_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xlayer_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xlayer_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xlayer_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapExchange?: SubscriptionResolver, "xlayer_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapExchanges?: SubscriptionResolver, "xlayer_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + xlayer_swap_swapDailyVolume?: SubscriptionResolver, "xlayer_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + xlayer_swap_swapDailyVolumes?: SubscriptionResolver, "xlayer_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + xlayer_swap_swapHourlyVolume?: SubscriptionResolver, "xlayer_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + xlayer_swap_swapHourlyVolumes?: SubscriptionResolver, "xlayer_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + xlayer_swap_swapWeeklyVolume?: SubscriptionResolver, "xlayer_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + xlayer_swap_swapWeeklyVolumes?: SubscriptionResolver, "xlayer_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + xlayer_swap_lpAccount?: SubscriptionResolver, "xlayer_swap_lpAccount", ParentType, ContextType, RequireFields>; + xlayer_swap_lpAccounts?: SubscriptionResolver, "xlayer_swap_lpAccounts", ParentType, ContextType, RequireFields>; + xlayer_swap_lpAccountBalance?: SubscriptionResolver, "xlayer_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + xlayer_swap_lpAccountBalances?: SubscriptionResolver, "xlayer_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + xlayer_swap_lpToken?: SubscriptionResolver, "xlayer_swap_lpToken", ParentType, ContextType, RequireFields>; + xlayer_swap_lpTokens?: SubscriptionResolver, "xlayer_swap_lpTokens", ParentType, ContextType, RequireFields>; + xlayer_swap_lpTransferEvent?: SubscriptionResolver, "xlayer_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + xlayer_swap_lpTransferEvents?: SubscriptionResolver, "xlayer_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapEvent?: SubscriptionResolver, "xlayer_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + xlayer_swap_stableSwapEvents?: SubscriptionResolver, "xlayer_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + xlayer_swap_swapTradeVolume?: SubscriptionResolver, "xlayer_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + xlayer_swap_swapTradeVolumes?: SubscriptionResolver, "xlayer_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + xlayer_swap_lpTokenEvent?: SubscriptionResolver, "xlayer_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + xlayer_swap_lpTokenEvents?: SubscriptionResolver, "xlayer_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + xlayer_swap__meta?: SubscriptionResolver, "xlayer_swap__meta", ParentType, ContextType, Partial>; stagingpolygonzkevm_asset?: SubscriptionResolver, "stagingpolygonzkevm_asset", ParentType, ContextType, RequireFields>; stagingpolygonzkevm_assets?: SubscriptionResolver, "stagingpolygonzkevm_assets", ParentType, ContextType, RequireFields>; stagingpolygonzkevm_assetStatus?: SubscriptionResolver, "stagingpolygonzkevm_assetStatus", ParentType, ContextType, RequireFields>; @@ -188151,1143 +187186,1389 @@ export type SubscriptionResolvers, "stagingpolygonzkevm_originMessage", ParentType, ContextType, RequireFields>; stagingpolygonzkevm_originMessages?: SubscriptionResolver, "stagingpolygonzkevm_originMessages", ParentType, ContextType, RequireFields>; stagingpolygonzkevm_aggregateRoot?: SubscriptionResolver, "stagingpolygonzkevm_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRoots?: SubscriptionResolver, "stagingpolygonzkevm_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_connectorMeta?: SubscriptionResolver, "stagingpolygonzkevm_connectorMeta", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_connectorMetas?: SubscriptionResolver, "stagingpolygonzkevm_connectorMetas", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootCount?: SubscriptionResolver, "stagingpolygonzkevm_rootCount", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootCounts?: SubscriptionResolver, "stagingpolygonzkevm_rootCounts", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootMessageSent?: SubscriptionResolver, "stagingpolygonzkevm_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_rootMessageSents?: SubscriptionResolver, "stagingpolygonzkevm_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFeesIncrease?: SubscriptionResolver, "stagingpolygonzkevm_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFeesIncreases?: SubscriptionResolver, "stagingpolygonzkevm_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_slippageUpdate?: SubscriptionResolver, "stagingpolygonzkevm_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_slippageUpdates?: SubscriptionResolver, "stagingpolygonzkevm_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_snapshotRoot?: SubscriptionResolver, "stagingpolygonzkevm_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_snapshotRoots?: SubscriptionResolver, "stagingpolygonzkevm_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_spokeConnectorMode?: SubscriptionResolver, "stagingpolygonzkevm_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_spokeConnectorModes?: SubscriptionResolver, "stagingpolygonzkevm_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRootProposed?: SubscriptionResolver, "stagingpolygonzkevm_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_aggregateRootProposeds?: SubscriptionResolver, "stagingpolygonzkevm_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_optimisticRootFinalized?: SubscriptionResolver, "stagingpolygonzkevm_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_optimisticRootFinalizeds?: SubscriptionResolver, "stagingpolygonzkevm_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm__meta?: SubscriptionResolver, "stagingpolygonzkevm__meta", ParentType, ContextType, Partial>; - stagingxlayer_asset?: SubscriptionResolver, "stagingxlayer_asset", ParentType, ContextType, RequireFields>; - stagingxlayer_assets?: SubscriptionResolver, "stagingxlayer_assets", ParentType, ContextType, RequireFields>; - stagingxlayer_assetStatus?: SubscriptionResolver, "stagingxlayer_assetStatus", ParentType, ContextType, RequireFields>; - stagingxlayer_assetStatuses?: SubscriptionResolver, "stagingxlayer_assetStatuses", ParentType, ContextType, RequireFields>; - stagingxlayer_assetBalance?: SubscriptionResolver, "stagingxlayer_assetBalance", ParentType, ContextType, RequireFields>; - stagingxlayer_assetBalances?: SubscriptionResolver, "stagingxlayer_assetBalances", ParentType, ContextType, RequireFields>; - stagingxlayer_router?: SubscriptionResolver, "stagingxlayer_router", ParentType, ContextType, RequireFields>; - stagingxlayer_routers?: SubscriptionResolver, "stagingxlayer_routers", ParentType, ContextType, RequireFields>; - stagingxlayer_routerDailyTVL?: SubscriptionResolver, "stagingxlayer_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingxlayer_routerDailyTVLs?: SubscriptionResolver, "stagingxlayer_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingxlayer_routerLiquidityEvent?: SubscriptionResolver, "stagingxlayer_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingxlayer_routerLiquidityEvents?: SubscriptionResolver, "stagingxlayer_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingxlayer_setting?: SubscriptionResolver, "stagingxlayer_setting", ParentType, ContextType, RequireFields>; - stagingxlayer_settings?: SubscriptionResolver, "stagingxlayer_settings", ParentType, ContextType, RequireFields>; - stagingxlayer_relayer?: SubscriptionResolver, "stagingxlayer_relayer", ParentType, ContextType, RequireFields>; - stagingxlayer_relayers?: SubscriptionResolver, "stagingxlayer_relayers", ParentType, ContextType, RequireFields>; - stagingxlayer_sequencer?: SubscriptionResolver, "stagingxlayer_sequencer", ParentType, ContextType, RequireFields>; - stagingxlayer_sequencers?: SubscriptionResolver, "stagingxlayer_sequencers", ParentType, ContextType, RequireFields>; - stagingxlayer_relayerFee?: SubscriptionResolver, "stagingxlayer_relayerFee", ParentType, ContextType, RequireFields>; - stagingxlayer_relayerFees?: SubscriptionResolver, "stagingxlayer_relayerFees", ParentType, ContextType, RequireFields>; - stagingxlayer_originTransfer?: SubscriptionResolver, "stagingxlayer_originTransfer", ParentType, ContextType, RequireFields>; - stagingxlayer_originTransfers?: SubscriptionResolver, "stagingxlayer_originTransfers", ParentType, ContextType, RequireFields>; - stagingxlayer_destinationTransfer?: SubscriptionResolver, "stagingxlayer_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingxlayer_destinationTransfers?: SubscriptionResolver, "stagingxlayer_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingxlayer_originMessage?: SubscriptionResolver, "stagingxlayer_originMessage", ParentType, ContextType, RequireFields>; - stagingxlayer_originMessages?: SubscriptionResolver, "stagingxlayer_originMessages", ParentType, ContextType, RequireFields>; - stagingxlayer_aggregateRoot?: SubscriptionResolver, "stagingxlayer_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingxlayer_aggregateRoots?: SubscriptionResolver, "stagingxlayer_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingxlayer_connectorMeta?: SubscriptionResolver, "stagingxlayer_connectorMeta", ParentType, ContextType, RequireFields>; - stagingxlayer_connectorMetas?: SubscriptionResolver, "stagingxlayer_connectorMetas", ParentType, ContextType, RequireFields>; - stagingxlayer_rootCount?: SubscriptionResolver, "stagingxlayer_rootCount", ParentType, ContextType, RequireFields>; - stagingxlayer_rootCounts?: SubscriptionResolver, "stagingxlayer_rootCounts", ParentType, ContextType, RequireFields>; - stagingxlayer_rootMessageSent?: SubscriptionResolver, "stagingxlayer_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingxlayer_rootMessageSents?: SubscriptionResolver, "stagingxlayer_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingxlayer_relayerFeesIncrease?: SubscriptionResolver, "stagingxlayer_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingxlayer_relayerFeesIncreases?: SubscriptionResolver, "stagingxlayer_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingxlayer_slippageUpdate?: SubscriptionResolver, "stagingxlayer_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingxlayer_slippageUpdates?: SubscriptionResolver, "stagingxlayer_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingxlayer_snapshotRoot?: SubscriptionResolver, "stagingxlayer_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingxlayer_snapshotRoots?: SubscriptionResolver, "stagingxlayer_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingxlayer_spokeConnectorMode?: SubscriptionResolver, "stagingxlayer_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingxlayer_spokeConnectorModes?: SubscriptionResolver, "stagingxlayer_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingxlayer_aggregateRootProposed?: SubscriptionResolver, "stagingxlayer_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingxlayer_aggregateRootProposeds?: SubscriptionResolver, "stagingxlayer_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingxlayer_optimisticRootFinalized?: SubscriptionResolver, "stagingxlayer_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingxlayer_optimisticRootFinalizeds?: SubscriptionResolver, "stagingxlayer_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingxlayer__meta?: SubscriptionResolver, "stagingxlayer__meta", ParentType, ContextType, Partial>; - staginglinea_asset?: SubscriptionResolver, "staginglinea_asset", ParentType, ContextType, RequireFields>; - staginglinea_assets?: SubscriptionResolver, "staginglinea_assets", ParentType, ContextType, RequireFields>; - staginglinea_assetStatus?: SubscriptionResolver, "staginglinea_assetStatus", ParentType, ContextType, RequireFields>; - staginglinea_assetStatuses?: SubscriptionResolver, "staginglinea_assetStatuses", ParentType, ContextType, RequireFields>; - staginglinea_assetBalance?: SubscriptionResolver, "staginglinea_assetBalance", ParentType, ContextType, RequireFields>; - staginglinea_assetBalances?: SubscriptionResolver, "staginglinea_assetBalances", ParentType, ContextType, RequireFields>; - staginglinea_router?: SubscriptionResolver, "staginglinea_router", ParentType, ContextType, RequireFields>; - staginglinea_routers?: SubscriptionResolver, "staginglinea_routers", ParentType, ContextType, RequireFields>; - staginglinea_routerDailyTVL?: SubscriptionResolver, "staginglinea_routerDailyTVL", ParentType, ContextType, RequireFields>; - staginglinea_routerDailyTVLs?: SubscriptionResolver, "staginglinea_routerDailyTVLs", ParentType, ContextType, RequireFields>; - staginglinea_routerLiquidityEvent?: SubscriptionResolver, "staginglinea_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - staginglinea_routerLiquidityEvents?: SubscriptionResolver, "staginglinea_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - staginglinea_setting?: SubscriptionResolver, "staginglinea_setting", ParentType, ContextType, RequireFields>; - staginglinea_settings?: SubscriptionResolver, "staginglinea_settings", ParentType, ContextType, RequireFields>; - staginglinea_relayer?: SubscriptionResolver, "staginglinea_relayer", ParentType, ContextType, RequireFields>; - staginglinea_relayers?: SubscriptionResolver, "staginglinea_relayers", ParentType, ContextType, RequireFields>; - staginglinea_sequencer?: SubscriptionResolver, "staginglinea_sequencer", ParentType, ContextType, RequireFields>; - staginglinea_sequencers?: SubscriptionResolver, "staginglinea_sequencers", ParentType, ContextType, RequireFields>; - staginglinea_relayerFee?: SubscriptionResolver, "staginglinea_relayerFee", ParentType, ContextType, RequireFields>; - staginglinea_relayerFees?: SubscriptionResolver, "staginglinea_relayerFees", ParentType, ContextType, RequireFields>; - staginglinea_originTransfer?: SubscriptionResolver, "staginglinea_originTransfer", ParentType, ContextType, RequireFields>; - staginglinea_originTransfers?: SubscriptionResolver, "staginglinea_originTransfers", ParentType, ContextType, RequireFields>; - staginglinea_destinationTransfer?: SubscriptionResolver, "staginglinea_destinationTransfer", ParentType, ContextType, RequireFields>; - staginglinea_destinationTransfers?: SubscriptionResolver, "staginglinea_destinationTransfers", ParentType, ContextType, RequireFields>; - staginglinea_originMessage?: SubscriptionResolver, "staginglinea_originMessage", ParentType, ContextType, RequireFields>; - staginglinea_originMessages?: SubscriptionResolver, "staginglinea_originMessages", ParentType, ContextType, RequireFields>; - staginglinea_aggregateRoot?: SubscriptionResolver, "staginglinea_aggregateRoot", ParentType, ContextType, RequireFields>; - staginglinea_aggregateRoots?: SubscriptionResolver, "staginglinea_aggregateRoots", ParentType, ContextType, RequireFields>; - staginglinea_connectorMeta?: SubscriptionResolver, "staginglinea_connectorMeta", ParentType, ContextType, RequireFields>; - staginglinea_connectorMetas?: SubscriptionResolver, "staginglinea_connectorMetas", ParentType, ContextType, RequireFields>; - staginglinea_rootCount?: SubscriptionResolver, "staginglinea_rootCount", ParentType, ContextType, RequireFields>; - staginglinea_rootCounts?: SubscriptionResolver, "staginglinea_rootCounts", ParentType, ContextType, RequireFields>; - staginglinea_rootMessageSent?: SubscriptionResolver, "staginglinea_rootMessageSent", ParentType, ContextType, RequireFields>; - staginglinea_rootMessageSents?: SubscriptionResolver, "staginglinea_rootMessageSents", ParentType, ContextType, RequireFields>; - staginglinea_relayerFeesIncrease?: SubscriptionResolver, "staginglinea_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - staginglinea_relayerFeesIncreases?: SubscriptionResolver, "staginglinea_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - staginglinea_slippageUpdate?: SubscriptionResolver, "staginglinea_slippageUpdate", ParentType, ContextType, RequireFields>; - staginglinea_slippageUpdates?: SubscriptionResolver, "staginglinea_slippageUpdates", ParentType, ContextType, RequireFields>; - staginglinea_snapshotRoot?: SubscriptionResolver, "staginglinea_snapshotRoot", ParentType, ContextType, RequireFields>; - staginglinea_snapshotRoots?: SubscriptionResolver, "staginglinea_snapshotRoots", ParentType, ContextType, RequireFields>; - staginglinea_spokeConnectorMode?: SubscriptionResolver, "staginglinea_spokeConnectorMode", ParentType, ContextType, RequireFields>; - staginglinea_spokeConnectorModes?: SubscriptionResolver, "staginglinea_spokeConnectorModes", ParentType, ContextType, RequireFields>; - staginglinea_aggregateRootProposed?: SubscriptionResolver, "staginglinea_aggregateRootProposed", ParentType, ContextType, RequireFields>; - staginglinea_aggregateRootProposeds?: SubscriptionResolver, "staginglinea_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - staginglinea_optimisticRootFinalized?: SubscriptionResolver, "staginglinea_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - staginglinea_optimisticRootFinalizeds?: SubscriptionResolver, "staginglinea_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - staginglinea__meta?: SubscriptionResolver, "staginglinea__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>; - arbitrumone_swap_systemInfo?: SubscriptionResolver, "arbitrumone_swap_systemInfo", ParentType, ContextType, RequireFields>; - arbitrumone_swap_systemInfos?: SubscriptionResolver, "arbitrumone_swap_systemInfos", ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledToken?: SubscriptionResolver, "arbitrumone_swap_pooledToken", ParentType, ContextType, RequireFields>; - arbitrumone_swap_pooledTokens?: SubscriptionResolver, "arbitrumone_swap_pooledTokens", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwap?: SubscriptionResolver, "arbitrumone_swap_stableSwap", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwaps?: SubscriptionResolver, "arbitrumone_swap_stableSwaps", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccount?: SubscriptionResolver, "arbitrumone_swap_lpAccount", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccounts?: SubscriptionResolver, "arbitrumone_swap_lpAccounts", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpToken?: SubscriptionResolver, "arbitrumone_swap_lpToken", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokens?: SubscriptionResolver, "arbitrumone_swap_lpTokens", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - arbitrumone_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - arbitrumone_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - arbitrumone_swap__meta?: SubscriptionResolver, "arbitrumone_swap__meta", ParentType, ContextType, Partial>; - xdai_swap_systemInfo?: SubscriptionResolver, "xdai_swap_systemInfo", ParentType, ContextType, RequireFields>; - xdai_swap_systemInfos?: SubscriptionResolver, "xdai_swap_systemInfos", ParentType, ContextType, RequireFields>; - xdai_swap_pooledToken?: SubscriptionResolver, "xdai_swap_pooledToken", ParentType, ContextType, RequireFields>; - xdai_swap_pooledTokens?: SubscriptionResolver, "xdai_swap_pooledTokens", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwap?: SubscriptionResolver, "xdai_swap_stableSwap", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwaps?: SubscriptionResolver, "xdai_swap_stableSwaps", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "xdai_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchange?: SubscriptionResolver, "xdai_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapExchanges?: SubscriptionResolver, "xdai_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolume?: SubscriptionResolver, "xdai_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapDailyVolumes?: SubscriptionResolver, "xdai_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolume?: SubscriptionResolver, "xdai_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapHourlyVolumes?: SubscriptionResolver, "xdai_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolume?: SubscriptionResolver, "xdai_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapWeeklyVolumes?: SubscriptionResolver, "xdai_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccount?: SubscriptionResolver, "xdai_swap_lpAccount", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccounts?: SubscriptionResolver, "xdai_swap_lpAccounts", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalance?: SubscriptionResolver, "xdai_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - xdai_swap_lpAccountBalances?: SubscriptionResolver, "xdai_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - xdai_swap_lpToken?: SubscriptionResolver, "xdai_swap_lpToken", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokens?: SubscriptionResolver, "xdai_swap_lpTokens", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvent?: SubscriptionResolver, "xdai_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTransferEvents?: SubscriptionResolver, "xdai_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvent?: SubscriptionResolver, "xdai_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - xdai_swap_stableSwapEvents?: SubscriptionResolver, "xdai_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolume?: SubscriptionResolver, "xdai_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - xdai_swap_swapTradeVolumes?: SubscriptionResolver, "xdai_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvent?: SubscriptionResolver, "xdai_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - xdai_swap_lpTokenEvents?: SubscriptionResolver, "xdai_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - xdai_swap__meta?: SubscriptionResolver, "xdai_swap__meta", ParentType, ContextType, Partial>; - polygon_swap_systemInfo?: SubscriptionResolver, "polygon_swap_systemInfo", ParentType, ContextType, RequireFields>; - polygon_swap_systemInfos?: SubscriptionResolver, "polygon_swap_systemInfos", ParentType, ContextType, RequireFields>; - polygon_swap_pooledToken?: SubscriptionResolver, "polygon_swap_pooledToken", ParentType, ContextType, RequireFields>; - polygon_swap_pooledTokens?: SubscriptionResolver, "polygon_swap_pooledTokens", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwap?: SubscriptionResolver, "polygon_swap_stableSwap", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwaps?: SubscriptionResolver, "polygon_swap_stableSwaps", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchange?: SubscriptionResolver, "polygon_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapExchanges?: SubscriptionResolver, "polygon_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolume?: SubscriptionResolver, "polygon_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapDailyVolumes?: SubscriptionResolver, "polygon_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolume?: SubscriptionResolver, "polygon_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapHourlyVolumes?: SubscriptionResolver, "polygon_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolume?: SubscriptionResolver, "polygon_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapWeeklyVolumes?: SubscriptionResolver, "polygon_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccount?: SubscriptionResolver, "polygon_swap_lpAccount", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccounts?: SubscriptionResolver, "polygon_swap_lpAccounts", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalance?: SubscriptionResolver, "polygon_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - polygon_swap_lpAccountBalances?: SubscriptionResolver, "polygon_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - polygon_swap_lpToken?: SubscriptionResolver, "polygon_swap_lpToken", ParentType, ContextType, RequireFields>; - polygon_swap_lpTokens?: SubscriptionResolver, "polygon_swap_lpTokens", ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvent?: SubscriptionResolver, "polygon_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - polygon_swap_lpTransferEvents?: SubscriptionResolver, "polygon_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvent?: SubscriptionResolver, "polygon_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - polygon_swap_stableSwapEvents?: SubscriptionResolver, "polygon_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolume?: SubscriptionResolver, "polygon_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - polygon_swap_swapTradeVolumes?: SubscriptionResolver, "polygon_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvent?: SubscriptionResolver, "polygon_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - polygon_swap_lpTokenEvents?: SubscriptionResolver, "polygon_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - polygon_swap__meta?: SubscriptionResolver, "polygon_swap__meta", ParentType, ContextType, Partial>; - avalanche_swap_systemInfo?: SubscriptionResolver, "avalanche_swap_systemInfo", ParentType, ContextType, RequireFields>; - avalanche_swap_systemInfos?: SubscriptionResolver, "avalanche_swap_systemInfos", ParentType, ContextType, RequireFields>; - avalanche_swap_pooledToken?: SubscriptionResolver, "avalanche_swap_pooledToken", ParentType, ContextType, RequireFields>; - avalanche_swap_pooledTokens?: SubscriptionResolver, "avalanche_swap_pooledTokens", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwap?: SubscriptionResolver, "avalanche_swap_stableSwap", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwaps?: SubscriptionResolver, "avalanche_swap_stableSwaps", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "avalanche_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "avalanche_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "avalanche_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "avalanche_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapExchange?: SubscriptionResolver, "avalanche_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapExchanges?: SubscriptionResolver, "avalanche_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; - avalanche_swap_swapDailyVolume?: SubscriptionResolver, "avalanche_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; - avalanche_swap_swapDailyVolumes?: SubscriptionResolver, "avalanche_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; - avalanche_swap_swapHourlyVolume?: SubscriptionResolver, "avalanche_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; - avalanche_swap_swapHourlyVolumes?: SubscriptionResolver, "avalanche_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; - avalanche_swap_swapWeeklyVolume?: SubscriptionResolver, "avalanche_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; - avalanche_swap_swapWeeklyVolumes?: SubscriptionResolver, "avalanche_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccount?: SubscriptionResolver, "avalanche_swap_lpAccount", ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccounts?: SubscriptionResolver, "avalanche_swap_lpAccounts", ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccountBalance?: SubscriptionResolver, "avalanche_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; - avalanche_swap_lpAccountBalances?: SubscriptionResolver, "avalanche_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; - avalanche_swap_lpToken?: SubscriptionResolver, "avalanche_swap_lpToken", ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokens?: SubscriptionResolver, "avalanche_swap_lpTokens", ParentType, ContextType, RequireFields>; - avalanche_swap_lpTransferEvent?: SubscriptionResolver, "avalanche_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; - avalanche_swap_lpTransferEvents?: SubscriptionResolver, "avalanche_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapEvent?: SubscriptionResolver, "avalanche_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; - avalanche_swap_stableSwapEvents?: SubscriptionResolver, "avalanche_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; - avalanche_swap_swapTradeVolume?: SubscriptionResolver, "avalanche_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; - avalanche_swap_swapTradeVolumes?: SubscriptionResolver, "avalanche_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokenEvent?: SubscriptionResolver, "avalanche_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; - avalanche_swap_lpTokenEvents?: SubscriptionResolver, "avalanche_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; - avalanche_swap__meta?: SubscriptionResolver, "avalanche_swap__meta", ParentType, ContextType, Partial>; -}>; - -export interface sepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'sepolia_swap_BigDecimal'; -} - -export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { - name: 'BigInt'; -} - -export interface sepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'sepolia_swap_Bytes'; -} - -export interface sepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'sepolia_swap_Int8'; -} - -export type sepolia_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_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 sepolia_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 sepolia_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'sepolia_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type sepolia_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 sepolia_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_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 sepolia_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 sepolia_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'sepolia_swap_StableSwapAddLiquidityEvent' | 'sepolia_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type sepolia_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 sepolia_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 sepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'sepolia_swap_SwapDailyVolume' | 'sepolia_swap_SwapHourlyVolume' | 'sepolia_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type sepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface TimestampScalarConfig extends GraphQLScalarTypeConfig { - name: 'Timestamp'; -} - -export type sepolia_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface optimismsepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismsepolia_swap_BigDecimal'; -} - -export interface optimismsepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismsepolia_swap_Bytes'; -} - -export interface optimismsepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismsepolia_swap_Int8'; -} - -export type optimismsepolia_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismsepolia_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type optimismsepolia_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 optimismsepolia_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismsepolia_swap_StableSwapAddLiquidityEvent' | 'optimismsepolia_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'optimismsepolia_swap_SwapDailyVolume' | 'optimismsepolia_swap_SwapHourlyVolume' | 'optimismsepolia_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type optimismsepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_AggregateRootSavedSlowResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_AggregatedMessageRootResolvers = ResolversObject<{ - id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_ArbitrumConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_AvalancheConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_BaseConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface sepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'sepolia_BigDecimal'; -} - -export type sepolia_BnbConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface sepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'sepolia_Bytes'; -} - -export type sepolia_GnosisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_HubDomainResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_HubOptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + stagingpolygonzkevm_aggregateRoots?: SubscriptionResolver, "stagingpolygonzkevm_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_connectorMeta?: SubscriptionResolver, "stagingpolygonzkevm_connectorMeta", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_connectorMetas?: SubscriptionResolver, "stagingpolygonzkevm_connectorMetas", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_rootCount?: SubscriptionResolver, "stagingpolygonzkevm_rootCount", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_rootCounts?: SubscriptionResolver, "stagingpolygonzkevm_rootCounts", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_rootMessageSent?: SubscriptionResolver, "stagingpolygonzkevm_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_rootMessageSents?: SubscriptionResolver, "stagingpolygonzkevm_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayerFeesIncrease?: SubscriptionResolver, "stagingpolygonzkevm_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayerFeesIncreases?: SubscriptionResolver, "stagingpolygonzkevm_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_slippageUpdate?: SubscriptionResolver, "stagingpolygonzkevm_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_slippageUpdates?: SubscriptionResolver, "stagingpolygonzkevm_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_snapshotRoot?: SubscriptionResolver, "stagingpolygonzkevm_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_snapshotRoots?: SubscriptionResolver, "stagingpolygonzkevm_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_spokeConnectorMode?: SubscriptionResolver, "stagingpolygonzkevm_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_spokeConnectorModes?: SubscriptionResolver, "stagingpolygonzkevm_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_aggregateRootProposed?: SubscriptionResolver, "stagingpolygonzkevm_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_aggregateRootProposeds?: SubscriptionResolver, "stagingpolygonzkevm_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_optimisticRootFinalized?: SubscriptionResolver, "stagingpolygonzkevm_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_optimisticRootFinalizeds?: SubscriptionResolver, "stagingpolygonzkevm_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm__meta?: SubscriptionResolver, "stagingpolygonzkevm__meta", ParentType, ContextType, Partial>; + stagingbnb_asset?: SubscriptionResolver, "stagingbnb_asset", ParentType, ContextType, RequireFields>; + stagingbnb_assets?: SubscriptionResolver, "stagingbnb_assets", ParentType, ContextType, RequireFields>; + stagingbnb_assetStatus?: SubscriptionResolver, "stagingbnb_assetStatus", ParentType, ContextType, RequireFields>; + stagingbnb_assetStatuses?: SubscriptionResolver, "stagingbnb_assetStatuses", ParentType, ContextType, RequireFields>; + stagingbnb_assetBalance?: SubscriptionResolver, "stagingbnb_assetBalance", ParentType, ContextType, RequireFields>; + stagingbnb_assetBalances?: SubscriptionResolver, "stagingbnb_assetBalances", ParentType, ContextType, RequireFields>; + stagingbnb_router?: SubscriptionResolver, "stagingbnb_router", ParentType, ContextType, RequireFields>; + stagingbnb_routers?: SubscriptionResolver, "stagingbnb_routers", ParentType, ContextType, RequireFields>; + stagingbnb_routerDailyTVL?: SubscriptionResolver, "stagingbnb_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingbnb_routerDailyTVLs?: SubscriptionResolver, "stagingbnb_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingbnb_routerLiquidityEvent?: SubscriptionResolver, "stagingbnb_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingbnb_routerLiquidityEvents?: SubscriptionResolver, "stagingbnb_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingbnb_setting?: SubscriptionResolver, "stagingbnb_setting", ParentType, ContextType, RequireFields>; + stagingbnb_settings?: SubscriptionResolver, "stagingbnb_settings", ParentType, ContextType, RequireFields>; + stagingbnb_relayer?: SubscriptionResolver, "stagingbnb_relayer", ParentType, ContextType, RequireFields>; + stagingbnb_relayers?: SubscriptionResolver, "stagingbnb_relayers", ParentType, ContextType, RequireFields>; + stagingbnb_sequencer?: SubscriptionResolver, "stagingbnb_sequencer", ParentType, ContextType, RequireFields>; + stagingbnb_sequencers?: SubscriptionResolver, "stagingbnb_sequencers", ParentType, ContextType, RequireFields>; + stagingbnb_relayerFee?: SubscriptionResolver, "stagingbnb_relayerFee", ParentType, ContextType, RequireFields>; + stagingbnb_relayerFees?: SubscriptionResolver, "stagingbnb_relayerFees", ParentType, ContextType, RequireFields>; + stagingbnb_originTransfer?: SubscriptionResolver, "stagingbnb_originTransfer", ParentType, ContextType, RequireFields>; + stagingbnb_originTransfers?: SubscriptionResolver, "stagingbnb_originTransfers", ParentType, ContextType, RequireFields>; + stagingbnb_destinationTransfer?: SubscriptionResolver, "stagingbnb_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingbnb_destinationTransfers?: SubscriptionResolver, "stagingbnb_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingbnb_originMessage?: SubscriptionResolver, "stagingbnb_originMessage", ParentType, ContextType, RequireFields>; + stagingbnb_originMessages?: SubscriptionResolver, "stagingbnb_originMessages", ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRoot?: SubscriptionResolver, "stagingbnb_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRoots?: SubscriptionResolver, "stagingbnb_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingbnb_connectorMeta?: SubscriptionResolver, "stagingbnb_connectorMeta", ParentType, ContextType, RequireFields>; + stagingbnb_connectorMetas?: SubscriptionResolver, "stagingbnb_connectorMetas", ParentType, ContextType, RequireFields>; + stagingbnb_rootCount?: SubscriptionResolver, "stagingbnb_rootCount", ParentType, ContextType, RequireFields>; + stagingbnb_rootCounts?: SubscriptionResolver, "stagingbnb_rootCounts", ParentType, ContextType, RequireFields>; + stagingbnb_rootMessageSent?: SubscriptionResolver, "stagingbnb_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingbnb_rootMessageSents?: SubscriptionResolver, "stagingbnb_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingbnb_relayerFeesIncrease?: SubscriptionResolver, "stagingbnb_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingbnb_relayerFeesIncreases?: SubscriptionResolver, "stagingbnb_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingbnb_slippageUpdate?: SubscriptionResolver, "stagingbnb_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingbnb_slippageUpdates?: SubscriptionResolver, "stagingbnb_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingbnb_snapshotRoot?: SubscriptionResolver, "stagingbnb_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingbnb_snapshotRoots?: SubscriptionResolver, "stagingbnb_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingbnb_spokeConnectorMode?: SubscriptionResolver, "stagingbnb_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingbnb_spokeConnectorModes?: SubscriptionResolver, "stagingbnb_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRootProposed?: SubscriptionResolver, "stagingbnb_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingbnb_aggregateRootProposeds?: SubscriptionResolver, "stagingbnb_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingbnb_optimisticRootFinalized?: SubscriptionResolver, "stagingbnb_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingbnb_optimisticRootFinalizeds?: SubscriptionResolver, "stagingbnb_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingbnb__meta?: SubscriptionResolver, "stagingbnb__meta", ParentType, ContextType, Partial>; + sepolia_asset?: SubscriptionResolver, "sepolia_asset", ParentType, ContextType, RequireFields>; + sepolia_assets?: SubscriptionResolver, "sepolia_assets", ParentType, ContextType, RequireFields>; + sepolia_assetStatus?: SubscriptionResolver, "sepolia_assetStatus", ParentType, ContextType, RequireFields>; + sepolia_assetStatuses?: SubscriptionResolver, "sepolia_assetStatuses", ParentType, ContextType, RequireFields>; + sepolia_assetBalance?: SubscriptionResolver, "sepolia_assetBalance", ParentType, ContextType, RequireFields>; + sepolia_assetBalances?: SubscriptionResolver, "sepolia_assetBalances", ParentType, ContextType, RequireFields>; + sepolia_router?: SubscriptionResolver, "sepolia_router", ParentType, ContextType, RequireFields>; + sepolia_routers?: SubscriptionResolver, "sepolia_routers", ParentType, ContextType, RequireFields>; + sepolia_routerDailyTVL?: SubscriptionResolver, "sepolia_routerDailyTVL", ParentType, ContextType, RequireFields>; + sepolia_routerDailyTVLs?: SubscriptionResolver, "sepolia_routerDailyTVLs", ParentType, ContextType, RequireFields>; + sepolia_routerLiquidityEvent?: SubscriptionResolver, "sepolia_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + sepolia_routerLiquidityEvents?: SubscriptionResolver, "sepolia_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + sepolia_setting?: SubscriptionResolver, "sepolia_setting", ParentType, ContextType, RequireFields>; + sepolia_settings?: SubscriptionResolver, "sepolia_settings", ParentType, ContextType, RequireFields>; + sepolia_relayer?: SubscriptionResolver, "sepolia_relayer", ParentType, ContextType, RequireFields>; + sepolia_relayers?: SubscriptionResolver, "sepolia_relayers", ParentType, ContextType, RequireFields>; + sepolia_sequencer?: SubscriptionResolver, "sepolia_sequencer", ParentType, ContextType, RequireFields>; + sepolia_sequencers?: SubscriptionResolver, "sepolia_sequencers", ParentType, ContextType, RequireFields>; + sepolia_relayerFee?: SubscriptionResolver, "sepolia_relayerFee", ParentType, ContextType, RequireFields>; + sepolia_relayerFees?: SubscriptionResolver, "sepolia_relayerFees", ParentType, ContextType, RequireFields>; + sepolia_originTransfer?: SubscriptionResolver, "sepolia_originTransfer", ParentType, ContextType, RequireFields>; + sepolia_originTransfers?: SubscriptionResolver, "sepolia_originTransfers", ParentType, ContextType, RequireFields>; + sepolia_destinationTransfer?: SubscriptionResolver, "sepolia_destinationTransfer", ParentType, ContextType, RequireFields>; + sepolia_destinationTransfers?: SubscriptionResolver, "sepolia_destinationTransfers", ParentType, ContextType, RequireFields>; + sepolia_originMessage?: SubscriptionResolver, "sepolia_originMessage", ParentType, ContextType, RequireFields>; + sepolia_originMessages?: SubscriptionResolver, "sepolia_originMessages", ParentType, ContextType, RequireFields>; + sepolia_aggregateRoot?: SubscriptionResolver, "sepolia_aggregateRoot", ParentType, ContextType, RequireFields>; + sepolia_aggregateRoots?: SubscriptionResolver, "sepolia_aggregateRoots", ParentType, ContextType, RequireFields>; + sepolia_connectorMeta?: SubscriptionResolver, "sepolia_connectorMeta", ParentType, ContextType, RequireFields>; + sepolia_connectorMetas?: SubscriptionResolver, "sepolia_connectorMetas", ParentType, ContextType, RequireFields>; + sepolia_rootCount?: SubscriptionResolver, "sepolia_rootCount", ParentType, ContextType, RequireFields>; + sepolia_rootCounts?: SubscriptionResolver, "sepolia_rootCounts", ParentType, ContextType, RequireFields>; + sepolia_rootMessageSent?: SubscriptionResolver, "sepolia_rootMessageSent", ParentType, ContextType, RequireFields>; + sepolia_rootMessageSents?: SubscriptionResolver, "sepolia_rootMessageSents", ParentType, ContextType, RequireFields>; + sepolia_relayerFeesIncrease?: SubscriptionResolver, "sepolia_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + sepolia_relayerFeesIncreases?: SubscriptionResolver, "sepolia_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + sepolia_slippageUpdate?: SubscriptionResolver, "sepolia_slippageUpdate", ParentType, ContextType, RequireFields>; + sepolia_slippageUpdates?: SubscriptionResolver, "sepolia_slippageUpdates", ParentType, ContextType, RequireFields>; + sepolia_snapshotRoot?: SubscriptionResolver, "sepolia_snapshotRoot", ParentType, ContextType, RequireFields>; + sepolia_snapshotRoots?: SubscriptionResolver, "sepolia_snapshotRoots", ParentType, ContextType, RequireFields>; + sepolia_spokeConnectorMode?: SubscriptionResolver, "sepolia_spokeConnectorMode", ParentType, ContextType, RequireFields>; + sepolia_spokeConnectorModes?: SubscriptionResolver, "sepolia_spokeConnectorModes", ParentType, ContextType, RequireFields>; + sepolia_aggregateRootProposed?: SubscriptionResolver, "sepolia_aggregateRootProposed", ParentType, ContextType, RequireFields>; + sepolia_aggregateRootProposeds?: SubscriptionResolver, "sepolia_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootFinalized?: SubscriptionResolver, "sepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + sepolia_optimisticRootFinalizeds?: SubscriptionResolver, "sepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingarbitrumone_asset?: SubscriptionResolver, "stagingarbitrumone_asset", ParentType, ContextType, RequireFields>; + stagingarbitrumone_assets?: SubscriptionResolver, "stagingarbitrumone_assets", ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetStatus?: SubscriptionResolver, "stagingarbitrumone_assetStatus", ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetStatuses?: SubscriptionResolver, "stagingarbitrumone_assetStatuses", ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetBalance?: SubscriptionResolver, "stagingarbitrumone_assetBalance", ParentType, ContextType, RequireFields>; + stagingarbitrumone_assetBalances?: SubscriptionResolver, "stagingarbitrumone_assetBalances", ParentType, ContextType, RequireFields>; + stagingarbitrumone_router?: SubscriptionResolver, "stagingarbitrumone_router", ParentType, ContextType, RequireFields>; + stagingarbitrumone_routers?: SubscriptionResolver, "stagingarbitrumone_routers", ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerDailyTVL?: SubscriptionResolver, "stagingarbitrumone_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerDailyTVLs?: SubscriptionResolver, "stagingarbitrumone_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerLiquidityEvent?: SubscriptionResolver, "stagingarbitrumone_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingarbitrumone_routerLiquidityEvents?: SubscriptionResolver, "stagingarbitrumone_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingarbitrumone_setting?: SubscriptionResolver, "stagingarbitrumone_setting", ParentType, ContextType, RequireFields>; + stagingarbitrumone_settings?: SubscriptionResolver, "stagingarbitrumone_settings", ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayer?: SubscriptionResolver, "stagingarbitrumone_relayer", ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayers?: SubscriptionResolver, "stagingarbitrumone_relayers", ParentType, ContextType, RequireFields>; + stagingarbitrumone_sequencer?: SubscriptionResolver, "stagingarbitrumone_sequencer", ParentType, ContextType, RequireFields>; + stagingarbitrumone_sequencers?: SubscriptionResolver, "stagingarbitrumone_sequencers", ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFee?: SubscriptionResolver, "stagingarbitrumone_relayerFee", ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFees?: SubscriptionResolver, "stagingarbitrumone_relayerFees", ParentType, ContextType, RequireFields>; + stagingarbitrumone_originTransfer?: SubscriptionResolver, "stagingarbitrumone_originTransfer", ParentType, ContextType, RequireFields>; + stagingarbitrumone_originTransfers?: SubscriptionResolver, "stagingarbitrumone_originTransfers", ParentType, ContextType, RequireFields>; + stagingarbitrumone_destinationTransfer?: SubscriptionResolver, "stagingarbitrumone_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingarbitrumone_destinationTransfers?: SubscriptionResolver, "stagingarbitrumone_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingarbitrumone_originMessage?: SubscriptionResolver, "stagingarbitrumone_originMessage", ParentType, ContextType, RequireFields>; + stagingarbitrumone_originMessages?: SubscriptionResolver, "stagingarbitrumone_originMessages", ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRoot?: SubscriptionResolver, "stagingarbitrumone_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRoots?: SubscriptionResolver, "stagingarbitrumone_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingarbitrumone_connectorMeta?: SubscriptionResolver, "stagingarbitrumone_connectorMeta", ParentType, ContextType, RequireFields>; + stagingarbitrumone_connectorMetas?: SubscriptionResolver, "stagingarbitrumone_connectorMetas", ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootCount?: SubscriptionResolver, "stagingarbitrumone_rootCount", ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootCounts?: SubscriptionResolver, "stagingarbitrumone_rootCounts", ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootMessageSent?: SubscriptionResolver, "stagingarbitrumone_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingarbitrumone_rootMessageSents?: SubscriptionResolver, "stagingarbitrumone_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFeesIncrease?: SubscriptionResolver, "stagingarbitrumone_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingarbitrumone_relayerFeesIncreases?: SubscriptionResolver, "stagingarbitrumone_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingarbitrumone_slippageUpdate?: SubscriptionResolver, "stagingarbitrumone_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingarbitrumone_slippageUpdates?: SubscriptionResolver, "stagingarbitrumone_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingarbitrumone_snapshotRoot?: SubscriptionResolver, "stagingarbitrumone_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingarbitrumone_snapshotRoots?: SubscriptionResolver, "stagingarbitrumone_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingarbitrumone_spokeConnectorMode?: SubscriptionResolver, "stagingarbitrumone_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingarbitrumone_spokeConnectorModes?: SubscriptionResolver, "stagingarbitrumone_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRootProposed?: SubscriptionResolver, "stagingarbitrumone_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingarbitrumone_aggregateRootProposeds?: SubscriptionResolver, "stagingarbitrumone_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingarbitrumone_optimisticRootFinalized?: SubscriptionResolver, "stagingarbitrumone_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingarbitrumone_optimisticRootFinalizeds?: SubscriptionResolver, "stagingarbitrumone_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingarbitrumone__meta?: SubscriptionResolver, "stagingarbitrumone__meta", ParentType, ContextType, Partial>; + stagingpolygon_asset?: SubscriptionResolver, "stagingpolygon_asset", ParentType, ContextType, RequireFields>; + stagingpolygon_assets?: SubscriptionResolver, "stagingpolygon_assets", ParentType, ContextType, RequireFields>; + stagingpolygon_assetStatus?: SubscriptionResolver, "stagingpolygon_assetStatus", ParentType, ContextType, RequireFields>; + stagingpolygon_assetStatuses?: SubscriptionResolver, "stagingpolygon_assetStatuses", ParentType, ContextType, RequireFields>; + stagingpolygon_assetBalance?: SubscriptionResolver, "stagingpolygon_assetBalance", ParentType, ContextType, RequireFields>; + stagingpolygon_assetBalances?: SubscriptionResolver, "stagingpolygon_assetBalances", ParentType, ContextType, RequireFields>; + stagingpolygon_router?: SubscriptionResolver, "stagingpolygon_router", ParentType, ContextType, RequireFields>; + stagingpolygon_routers?: SubscriptionResolver, "stagingpolygon_routers", ParentType, ContextType, RequireFields>; + stagingpolygon_routerDailyTVL?: SubscriptionResolver, "stagingpolygon_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingpolygon_routerDailyTVLs?: SubscriptionResolver, "stagingpolygon_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingpolygon_routerLiquidityEvent?: SubscriptionResolver, "stagingpolygon_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingpolygon_routerLiquidityEvents?: SubscriptionResolver, "stagingpolygon_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingpolygon_setting?: SubscriptionResolver, "stagingpolygon_setting", ParentType, ContextType, RequireFields>; + stagingpolygon_settings?: SubscriptionResolver, "stagingpolygon_settings", ParentType, ContextType, RequireFields>; + stagingpolygon_relayer?: SubscriptionResolver, "stagingpolygon_relayer", ParentType, ContextType, RequireFields>; + stagingpolygon_relayers?: SubscriptionResolver, "stagingpolygon_relayers", ParentType, ContextType, RequireFields>; + stagingpolygon_sequencer?: SubscriptionResolver, "stagingpolygon_sequencer", ParentType, ContextType, RequireFields>; + stagingpolygon_sequencers?: SubscriptionResolver, "stagingpolygon_sequencers", ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFee?: SubscriptionResolver, "stagingpolygon_relayerFee", ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFees?: SubscriptionResolver, "stagingpolygon_relayerFees", ParentType, ContextType, RequireFields>; + stagingpolygon_originTransfer?: SubscriptionResolver, "stagingpolygon_originTransfer", ParentType, ContextType, RequireFields>; + stagingpolygon_originTransfers?: SubscriptionResolver, "stagingpolygon_originTransfers", ParentType, ContextType, RequireFields>; + stagingpolygon_destinationTransfer?: SubscriptionResolver, "stagingpolygon_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingpolygon_destinationTransfers?: SubscriptionResolver, "stagingpolygon_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingpolygon_originMessage?: SubscriptionResolver, "stagingpolygon_originMessage", ParentType, ContextType, RequireFields>; + stagingpolygon_originMessages?: SubscriptionResolver, "stagingpolygon_originMessages", ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRoot?: SubscriptionResolver, "stagingpolygon_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRoots?: SubscriptionResolver, "stagingpolygon_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingpolygon_connectorMeta?: SubscriptionResolver, "stagingpolygon_connectorMeta", ParentType, ContextType, RequireFields>; + stagingpolygon_connectorMetas?: SubscriptionResolver, "stagingpolygon_connectorMetas", ParentType, ContextType, RequireFields>; + stagingpolygon_rootCount?: SubscriptionResolver, "stagingpolygon_rootCount", ParentType, ContextType, RequireFields>; + stagingpolygon_rootCounts?: SubscriptionResolver, "stagingpolygon_rootCounts", ParentType, ContextType, RequireFields>; + stagingpolygon_rootMessageSent?: SubscriptionResolver, "stagingpolygon_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingpolygon_rootMessageSents?: SubscriptionResolver, "stagingpolygon_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFeesIncrease?: SubscriptionResolver, "stagingpolygon_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingpolygon_relayerFeesIncreases?: SubscriptionResolver, "stagingpolygon_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingpolygon_slippageUpdate?: SubscriptionResolver, "stagingpolygon_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingpolygon_slippageUpdates?: SubscriptionResolver, "stagingpolygon_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingpolygon_snapshotRoot?: SubscriptionResolver, "stagingpolygon_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingpolygon_snapshotRoots?: SubscriptionResolver, "stagingpolygon_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingpolygon_spokeConnectorMode?: SubscriptionResolver, "stagingpolygon_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingpolygon_spokeConnectorModes?: SubscriptionResolver, "stagingpolygon_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRootProposed?: SubscriptionResolver, "stagingpolygon_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingpolygon_aggregateRootProposeds?: SubscriptionResolver, "stagingpolygon_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingpolygon_optimisticRootFinalized?: SubscriptionResolver, "stagingpolygon_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingpolygon_optimisticRootFinalizeds?: SubscriptionResolver, "stagingpolygon_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingpolygon__meta?: SubscriptionResolver, "stagingpolygon__meta", ParentType, ContextType, Partial>; + polygonzkevm_swap_asset?: SubscriptionResolver, "polygonzkevm_swap_asset", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assets?: SubscriptionResolver, "polygonzkevm_swap_assets", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetStatus?: SubscriptionResolver, "polygonzkevm_swap_assetStatus", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetStatuses?: SubscriptionResolver, "polygonzkevm_swap_assetStatuses", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetBalance?: SubscriptionResolver, "polygonzkevm_swap_assetBalance", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_assetBalances?: SubscriptionResolver, "polygonzkevm_swap_assetBalances", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_router?: SubscriptionResolver, "polygonzkevm_swap_router", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routers?: SubscriptionResolver, "polygonzkevm_swap_routers", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerDailyTVL?: SubscriptionResolver, "polygonzkevm_swap_routerDailyTVL", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerDailyTVLs?: SubscriptionResolver, "polygonzkevm_swap_routerDailyTVLs", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerLiquidityEvent?: SubscriptionResolver, "polygonzkevm_swap_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_routerLiquidityEvents?: SubscriptionResolver, "polygonzkevm_swap_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_setting?: SubscriptionResolver, "polygonzkevm_swap_setting", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_settings?: SubscriptionResolver, "polygonzkevm_swap_settings", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayer?: SubscriptionResolver, "polygonzkevm_swap_relayer", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayers?: SubscriptionResolver, "polygonzkevm_swap_relayers", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_sequencer?: SubscriptionResolver, "polygonzkevm_swap_sequencer", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_sequencers?: SubscriptionResolver, "polygonzkevm_swap_sequencers", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFee?: SubscriptionResolver, "polygonzkevm_swap_relayerFee", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFees?: SubscriptionResolver, "polygonzkevm_swap_relayerFees", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originTransfer?: SubscriptionResolver, "polygonzkevm_swap_originTransfer", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originTransfers?: SubscriptionResolver, "polygonzkevm_swap_originTransfers", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_destinationTransfer?: SubscriptionResolver, "polygonzkevm_swap_destinationTransfer", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_destinationTransfers?: SubscriptionResolver, "polygonzkevm_swap_destinationTransfers", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originMessage?: SubscriptionResolver, "polygonzkevm_swap_originMessage", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_originMessages?: SubscriptionResolver, "polygonzkevm_swap_originMessages", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRoot?: SubscriptionResolver, "polygonzkevm_swap_aggregateRoot", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRoots?: SubscriptionResolver, "polygonzkevm_swap_aggregateRoots", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_connectorMeta?: SubscriptionResolver, "polygonzkevm_swap_connectorMeta", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_connectorMetas?: SubscriptionResolver, "polygonzkevm_swap_connectorMetas", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootCount?: SubscriptionResolver, "polygonzkevm_swap_rootCount", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootCounts?: SubscriptionResolver, "polygonzkevm_swap_rootCounts", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootMessageSent?: SubscriptionResolver, "polygonzkevm_swap_rootMessageSent", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_rootMessageSents?: SubscriptionResolver, "polygonzkevm_swap_rootMessageSents", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFeesIncrease?: SubscriptionResolver, "polygonzkevm_swap_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_relayerFeesIncreases?: SubscriptionResolver, "polygonzkevm_swap_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_slippageUpdate?: SubscriptionResolver, "polygonzkevm_swap_slippageUpdate", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_slippageUpdates?: SubscriptionResolver, "polygonzkevm_swap_slippageUpdates", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_snapshotRoot?: SubscriptionResolver, "polygonzkevm_swap_snapshotRoot", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_snapshotRoots?: SubscriptionResolver, "polygonzkevm_swap_snapshotRoots", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_spokeConnectorMode?: SubscriptionResolver, "polygonzkevm_swap_spokeConnectorMode", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_spokeConnectorModes?: SubscriptionResolver, "polygonzkevm_swap_spokeConnectorModes", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRootProposed?: SubscriptionResolver, "polygonzkevm_swap_aggregateRootProposed", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_aggregateRootProposeds?: SubscriptionResolver, "polygonzkevm_swap_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_optimisticRootFinalized?: SubscriptionResolver, "polygonzkevm_swap_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + polygonzkevm_swap_optimisticRootFinalizeds?: SubscriptionResolver, "polygonzkevm_swap_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + polygonzkevm_swap__meta?: SubscriptionResolver, "polygonzkevm_swap__meta", ParentType, ContextType, Partial>; + polygonzkevm_asset?: SubscriptionResolver, "polygonzkevm_asset", ParentType, ContextType, RequireFields>; + polygonzkevm_assets?: SubscriptionResolver, "polygonzkevm_assets", ParentType, ContextType, RequireFields>; + polygonzkevm_assetStatus?: SubscriptionResolver, "polygonzkevm_assetStatus", ParentType, ContextType, RequireFields>; + polygonzkevm_assetStatuses?: SubscriptionResolver, "polygonzkevm_assetStatuses", ParentType, ContextType, RequireFields>; + polygonzkevm_assetBalance?: SubscriptionResolver, "polygonzkevm_assetBalance", ParentType, ContextType, RequireFields>; + polygonzkevm_assetBalances?: SubscriptionResolver, "polygonzkevm_assetBalances", ParentType, ContextType, RequireFields>; + polygonzkevm_router?: SubscriptionResolver, "polygonzkevm_router", ParentType, ContextType, RequireFields>; + polygonzkevm_routers?: SubscriptionResolver, "polygonzkevm_routers", ParentType, ContextType, RequireFields>; + polygonzkevm_routerDailyTVL?: SubscriptionResolver, "polygonzkevm_routerDailyTVL", ParentType, ContextType, RequireFields>; + polygonzkevm_routerDailyTVLs?: SubscriptionResolver, "polygonzkevm_routerDailyTVLs", ParentType, ContextType, RequireFields>; + polygonzkevm_routerLiquidityEvent?: SubscriptionResolver, "polygonzkevm_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + polygonzkevm_routerLiquidityEvents?: SubscriptionResolver, "polygonzkevm_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + polygonzkevm_setting?: SubscriptionResolver, "polygonzkevm_setting", ParentType, ContextType, RequireFields>; + polygonzkevm_settings?: SubscriptionResolver, "polygonzkevm_settings", ParentType, ContextType, RequireFields>; + polygonzkevm_relayer?: SubscriptionResolver, "polygonzkevm_relayer", ParentType, ContextType, RequireFields>; + polygonzkevm_relayers?: SubscriptionResolver, "polygonzkevm_relayers", ParentType, ContextType, RequireFields>; + polygonzkevm_sequencer?: SubscriptionResolver, "polygonzkevm_sequencer", ParentType, ContextType, RequireFields>; + polygonzkevm_sequencers?: SubscriptionResolver, "polygonzkevm_sequencers", ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFee?: SubscriptionResolver, "polygonzkevm_relayerFee", ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFees?: SubscriptionResolver, "polygonzkevm_relayerFees", ParentType, ContextType, RequireFields>; + polygonzkevm_originTransfer?: SubscriptionResolver, "polygonzkevm_originTransfer", ParentType, ContextType, RequireFields>; + polygonzkevm_originTransfers?: SubscriptionResolver, "polygonzkevm_originTransfers", ParentType, ContextType, RequireFields>; + polygonzkevm_destinationTransfer?: SubscriptionResolver, "polygonzkevm_destinationTransfer", ParentType, ContextType, RequireFields>; + polygonzkevm_destinationTransfers?: SubscriptionResolver, "polygonzkevm_destinationTransfers", ParentType, ContextType, RequireFields>; + polygonzkevm_originMessage?: SubscriptionResolver, "polygonzkevm_originMessage", ParentType, ContextType, RequireFields>; + polygonzkevm_originMessages?: SubscriptionResolver, "polygonzkevm_originMessages", ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRoot?: SubscriptionResolver, "polygonzkevm_aggregateRoot", ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRoots?: SubscriptionResolver, "polygonzkevm_aggregateRoots", ParentType, ContextType, RequireFields>; + polygonzkevm_connectorMeta?: SubscriptionResolver, "polygonzkevm_connectorMeta", ParentType, ContextType, RequireFields>; + polygonzkevm_connectorMetas?: SubscriptionResolver, "polygonzkevm_connectorMetas", ParentType, ContextType, RequireFields>; + polygonzkevm_rootCount?: SubscriptionResolver, "polygonzkevm_rootCount", ParentType, ContextType, RequireFields>; + polygonzkevm_rootCounts?: SubscriptionResolver, "polygonzkevm_rootCounts", ParentType, ContextType, RequireFields>; + polygonzkevm_rootMessageSent?: SubscriptionResolver, "polygonzkevm_rootMessageSent", ParentType, ContextType, RequireFields>; + polygonzkevm_rootMessageSents?: SubscriptionResolver, "polygonzkevm_rootMessageSents", ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFeesIncrease?: SubscriptionResolver, "polygonzkevm_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + polygonzkevm_relayerFeesIncreases?: SubscriptionResolver, "polygonzkevm_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + polygonzkevm_slippageUpdate?: SubscriptionResolver, "polygonzkevm_slippageUpdate", ParentType, ContextType, RequireFields>; + polygonzkevm_slippageUpdates?: SubscriptionResolver, "polygonzkevm_slippageUpdates", ParentType, ContextType, RequireFields>; + polygonzkevm_snapshotRoot?: SubscriptionResolver, "polygonzkevm_snapshotRoot", ParentType, ContextType, RequireFields>; + polygonzkevm_snapshotRoots?: SubscriptionResolver, "polygonzkevm_snapshotRoots", ParentType, ContextType, RequireFields>; + polygonzkevm_spokeConnectorMode?: SubscriptionResolver, "polygonzkevm_spokeConnectorMode", ParentType, ContextType, RequireFields>; + polygonzkevm_spokeConnectorModes?: SubscriptionResolver, "polygonzkevm_spokeConnectorModes", ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRootProposed?: SubscriptionResolver, "polygonzkevm_aggregateRootProposed", ParentType, ContextType, RequireFields>; + polygonzkevm_aggregateRootProposeds?: SubscriptionResolver, "polygonzkevm_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + polygonzkevm_optimisticRootFinalized?: SubscriptionResolver, "polygonzkevm_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + polygonzkevm_optimisticRootFinalizeds?: SubscriptionResolver, "polygonzkevm_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + polygonzkevm__meta?: SubscriptionResolver, "polygonzkevm__meta", ParentType, ContextType, Partial>; + optimismsepolia_asset?: SubscriptionResolver, "optimismsepolia_asset", ParentType, ContextType, RequireFields>; + optimismsepolia_assets?: SubscriptionResolver, "optimismsepolia_assets", ParentType, ContextType, RequireFields>; + optimismsepolia_assetStatus?: SubscriptionResolver, "optimismsepolia_assetStatus", ParentType, ContextType, RequireFields>; + optimismsepolia_assetStatuses?: SubscriptionResolver, "optimismsepolia_assetStatuses", ParentType, ContextType, RequireFields>; + optimismsepolia_assetBalance?: SubscriptionResolver, "optimismsepolia_assetBalance", ParentType, ContextType, RequireFields>; + optimismsepolia_assetBalances?: SubscriptionResolver, "optimismsepolia_assetBalances", ParentType, ContextType, RequireFields>; + optimismsepolia_router?: SubscriptionResolver, "optimismsepolia_router", ParentType, ContextType, RequireFields>; + optimismsepolia_routers?: SubscriptionResolver, "optimismsepolia_routers", ParentType, ContextType, RequireFields>; + optimismsepolia_routerDailyTVL?: SubscriptionResolver, "optimismsepolia_routerDailyTVL", ParentType, ContextType, RequireFields>; + optimismsepolia_routerDailyTVLs?: SubscriptionResolver, "optimismsepolia_routerDailyTVLs", ParentType, ContextType, RequireFields>; + optimismsepolia_routerLiquidityEvent?: SubscriptionResolver, "optimismsepolia_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + optimismsepolia_routerLiquidityEvents?: SubscriptionResolver, "optimismsepolia_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + optimismsepolia_setting?: SubscriptionResolver, "optimismsepolia_setting", ParentType, ContextType, RequireFields>; + optimismsepolia_settings?: SubscriptionResolver, "optimismsepolia_settings", ParentType, ContextType, RequireFields>; + optimismsepolia_relayer?: SubscriptionResolver, "optimismsepolia_relayer", ParentType, ContextType, RequireFields>; + optimismsepolia_relayers?: SubscriptionResolver, "optimismsepolia_relayers", ParentType, ContextType, RequireFields>; + optimismsepolia_sequencer?: SubscriptionResolver, "optimismsepolia_sequencer", ParentType, ContextType, RequireFields>; + optimismsepolia_sequencers?: SubscriptionResolver, "optimismsepolia_sequencers", ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFee?: SubscriptionResolver, "optimismsepolia_relayerFee", ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFees?: SubscriptionResolver, "optimismsepolia_relayerFees", ParentType, ContextType, RequireFields>; + optimismsepolia_originTransfer?: SubscriptionResolver, "optimismsepolia_originTransfer", ParentType, ContextType, RequireFields>; + optimismsepolia_originTransfers?: SubscriptionResolver, "optimismsepolia_originTransfers", ParentType, ContextType, RequireFields>; + optimismsepolia_destinationTransfer?: SubscriptionResolver, "optimismsepolia_destinationTransfer", ParentType, ContextType, RequireFields>; + optimismsepolia_destinationTransfers?: SubscriptionResolver, "optimismsepolia_destinationTransfers", ParentType, ContextType, RequireFields>; + optimismsepolia_originMessage?: SubscriptionResolver, "optimismsepolia_originMessage", ParentType, ContextType, RequireFields>; + optimismsepolia_originMessages?: SubscriptionResolver, "optimismsepolia_originMessages", ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRoot?: SubscriptionResolver, "optimismsepolia_aggregateRoot", ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRoots?: SubscriptionResolver, "optimismsepolia_aggregateRoots", ParentType, ContextType, RequireFields>; + optimismsepolia_connectorMeta?: SubscriptionResolver, "optimismsepolia_connectorMeta", ParentType, ContextType, RequireFields>; + optimismsepolia_connectorMetas?: SubscriptionResolver, "optimismsepolia_connectorMetas", ParentType, ContextType, RequireFields>; + optimismsepolia_rootCount?: SubscriptionResolver, "optimismsepolia_rootCount", ParentType, ContextType, RequireFields>; + optimismsepolia_rootCounts?: SubscriptionResolver, "optimismsepolia_rootCounts", ParentType, ContextType, RequireFields>; + optimismsepolia_rootMessageSent?: SubscriptionResolver, "optimismsepolia_rootMessageSent", ParentType, ContextType, RequireFields>; + optimismsepolia_rootMessageSents?: SubscriptionResolver, "optimismsepolia_rootMessageSents", ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFeesIncrease?: SubscriptionResolver, "optimismsepolia_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + optimismsepolia_relayerFeesIncreases?: SubscriptionResolver, "optimismsepolia_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + optimismsepolia_slippageUpdate?: SubscriptionResolver, "optimismsepolia_slippageUpdate", ParentType, ContextType, RequireFields>; + optimismsepolia_slippageUpdates?: SubscriptionResolver, "optimismsepolia_slippageUpdates", ParentType, ContextType, RequireFields>; + optimismsepolia_snapshotRoot?: SubscriptionResolver, "optimismsepolia_snapshotRoot", ParentType, ContextType, RequireFields>; + optimismsepolia_snapshotRoots?: SubscriptionResolver, "optimismsepolia_snapshotRoots", ParentType, ContextType, RequireFields>; + optimismsepolia_spokeConnectorMode?: SubscriptionResolver, "optimismsepolia_spokeConnectorMode", ParentType, ContextType, RequireFields>; + optimismsepolia_spokeConnectorModes?: SubscriptionResolver, "optimismsepolia_spokeConnectorModes", ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRootProposed?: SubscriptionResolver, "optimismsepolia_aggregateRootProposed", ParentType, ContextType, RequireFields>; + optimismsepolia_aggregateRootProposeds?: SubscriptionResolver, "optimismsepolia_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + optimismsepolia_optimisticRootFinalized?: SubscriptionResolver, "optimismsepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + optimismsepolia_optimisticRootFinalizeds?: SubscriptionResolver, "optimismsepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + optimismsepolia__meta?: SubscriptionResolver, "optimismsepolia__meta", ParentType, ContextType, Partial>; + zksync_asset?: SubscriptionResolver, "zksync_asset", ParentType, ContextType, RequireFields>; + zksync_assets?: SubscriptionResolver, "zksync_assets", ParentType, ContextType, RequireFields>; + zksync_assetStatus?: SubscriptionResolver, "zksync_assetStatus", ParentType, ContextType, RequireFields>; + zksync_assetStatuses?: SubscriptionResolver, "zksync_assetStatuses", ParentType, ContextType, RequireFields>; + zksync_assetBalance?: SubscriptionResolver, "zksync_assetBalance", ParentType, ContextType, RequireFields>; + zksync_assetBalances?: SubscriptionResolver, "zksync_assetBalances", ParentType, ContextType, RequireFields>; + zksync_router?: SubscriptionResolver, "zksync_router", ParentType, ContextType, RequireFields>; + zksync_routers?: SubscriptionResolver, "zksync_routers", ParentType, ContextType, RequireFields>; + zksync_routerDailyTVL?: SubscriptionResolver, "zksync_routerDailyTVL", ParentType, ContextType, RequireFields>; + zksync_routerDailyTVLs?: SubscriptionResolver, "zksync_routerDailyTVLs", ParentType, ContextType, RequireFields>; + zksync_routerLiquidityEvent?: SubscriptionResolver, "zksync_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + zksync_routerLiquidityEvents?: SubscriptionResolver, "zksync_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + zksync_setting?: SubscriptionResolver, "zksync_setting", ParentType, ContextType, RequireFields>; + zksync_settings?: SubscriptionResolver, "zksync_settings", ParentType, ContextType, RequireFields>; + zksync_relayer?: SubscriptionResolver, "zksync_relayer", ParentType, ContextType, RequireFields>; + zksync_relayers?: SubscriptionResolver, "zksync_relayers", ParentType, ContextType, RequireFields>; + zksync_sequencer?: SubscriptionResolver, "zksync_sequencer", ParentType, ContextType, RequireFields>; + zksync_sequencers?: SubscriptionResolver, "zksync_sequencers", ParentType, ContextType, RequireFields>; + zksync_relayerFee?: SubscriptionResolver, "zksync_relayerFee", ParentType, ContextType, RequireFields>; + zksync_relayerFees?: SubscriptionResolver, "zksync_relayerFees", ParentType, ContextType, RequireFields>; + zksync_originTransfer?: SubscriptionResolver, "zksync_originTransfer", ParentType, ContextType, RequireFields>; + zksync_originTransfers?: SubscriptionResolver, "zksync_originTransfers", ParentType, ContextType, RequireFields>; + zksync_destinationTransfer?: SubscriptionResolver, "zksync_destinationTransfer", ParentType, ContextType, RequireFields>; + zksync_destinationTransfers?: SubscriptionResolver, "zksync_destinationTransfers", ParentType, ContextType, RequireFields>; + zksync_originMessage?: SubscriptionResolver, "zksync_originMessage", ParentType, ContextType, RequireFields>; + zksync_originMessages?: SubscriptionResolver, "zksync_originMessages", ParentType, ContextType, RequireFields>; + zksync_aggregateRoot?: SubscriptionResolver, "zksync_aggregateRoot", ParentType, ContextType, RequireFields>; + zksync_aggregateRoots?: SubscriptionResolver, "zksync_aggregateRoots", ParentType, ContextType, RequireFields>; + zksync_connectorMeta?: SubscriptionResolver, "zksync_connectorMeta", ParentType, ContextType, RequireFields>; + zksync_connectorMetas?: SubscriptionResolver, "zksync_connectorMetas", ParentType, ContextType, RequireFields>; + zksync_rootCount?: SubscriptionResolver, "zksync_rootCount", ParentType, ContextType, RequireFields>; + zksync_rootCounts?: SubscriptionResolver, "zksync_rootCounts", ParentType, ContextType, RequireFields>; + zksync_rootMessageSent?: SubscriptionResolver, "zksync_rootMessageSent", ParentType, ContextType, RequireFields>; + zksync_rootMessageSents?: SubscriptionResolver, "zksync_rootMessageSents", ParentType, ContextType, RequireFields>; + zksync_relayerFeesIncrease?: SubscriptionResolver, "zksync_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + zksync_relayerFeesIncreases?: SubscriptionResolver, "zksync_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + zksync_slippageUpdate?: SubscriptionResolver, "zksync_slippageUpdate", ParentType, ContextType, RequireFields>; + zksync_slippageUpdates?: SubscriptionResolver, "zksync_slippageUpdates", ParentType, ContextType, RequireFields>; + zksync_snapshotRoot?: SubscriptionResolver, "zksync_snapshotRoot", ParentType, ContextType, RequireFields>; + zksync_snapshotRoots?: SubscriptionResolver, "zksync_snapshotRoots", ParentType, ContextType, RequireFields>; + zksync_spokeConnectorMode?: SubscriptionResolver, "zksync_spokeConnectorMode", ParentType, ContextType, RequireFields>; + zksync_spokeConnectorModes?: SubscriptionResolver, "zksync_spokeConnectorModes", ParentType, ContextType, RequireFields>; + zksync_aggregateRootProposed?: SubscriptionResolver, "zksync_aggregateRootProposed", ParentType, ContextType, RequireFields>; + zksync_aggregateRootProposeds?: SubscriptionResolver, "zksync_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + zksync_optimisticRootFinalized?: SubscriptionResolver, "zksync_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + zksync_optimisticRootFinalizeds?: SubscriptionResolver, "zksync_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + zksync__meta?: SubscriptionResolver, "zksync__meta", ParentType, ContextType, Partial>; + mantle_asset?: SubscriptionResolver, "mantle_asset", ParentType, ContextType, RequireFields>; + mantle_assets?: SubscriptionResolver, "mantle_assets", ParentType, ContextType, RequireFields>; + mantle_assetStatus?: SubscriptionResolver, "mantle_assetStatus", ParentType, ContextType, RequireFields>; + mantle_assetStatuses?: SubscriptionResolver, "mantle_assetStatuses", ParentType, ContextType, RequireFields>; + mantle_assetBalance?: SubscriptionResolver, "mantle_assetBalance", ParentType, ContextType, RequireFields>; + mantle_assetBalances?: SubscriptionResolver, "mantle_assetBalances", ParentType, ContextType, RequireFields>; + mantle_router?: SubscriptionResolver, "mantle_router", ParentType, ContextType, RequireFields>; + mantle_routers?: SubscriptionResolver, "mantle_routers", ParentType, ContextType, RequireFields>; + mantle_routerDailyTVL?: SubscriptionResolver, "mantle_routerDailyTVL", ParentType, ContextType, RequireFields>; + mantle_routerDailyTVLs?: SubscriptionResolver, "mantle_routerDailyTVLs", ParentType, ContextType, RequireFields>; + mantle_routerLiquidityEvent?: SubscriptionResolver, "mantle_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mantle_routerLiquidityEvents?: SubscriptionResolver, "mantle_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mantle_setting?: SubscriptionResolver, "mantle_setting", ParentType, ContextType, RequireFields>; + mantle_settings?: SubscriptionResolver, "mantle_settings", ParentType, ContextType, RequireFields>; + mantle_relayer?: SubscriptionResolver, "mantle_relayer", ParentType, ContextType, RequireFields>; + mantle_relayers?: SubscriptionResolver, "mantle_relayers", ParentType, ContextType, RequireFields>; + mantle_sequencer?: SubscriptionResolver, "mantle_sequencer", ParentType, ContextType, RequireFields>; + mantle_sequencers?: SubscriptionResolver, "mantle_sequencers", ParentType, ContextType, RequireFields>; + mantle_relayerFee?: SubscriptionResolver, "mantle_relayerFee", ParentType, ContextType, RequireFields>; + mantle_relayerFees?: SubscriptionResolver, "mantle_relayerFees", ParentType, ContextType, RequireFields>; + mantle_originTransfer?: SubscriptionResolver, "mantle_originTransfer", ParentType, ContextType, RequireFields>; + mantle_originTransfers?: SubscriptionResolver, "mantle_originTransfers", ParentType, ContextType, RequireFields>; + mantle_destinationTransfer?: SubscriptionResolver, "mantle_destinationTransfer", ParentType, ContextType, RequireFields>; + mantle_destinationTransfers?: SubscriptionResolver, "mantle_destinationTransfers", ParentType, ContextType, RequireFields>; + mantle_originMessage?: SubscriptionResolver, "mantle_originMessage", ParentType, ContextType, RequireFields>; + mantle_originMessages?: SubscriptionResolver, "mantle_originMessages", ParentType, ContextType, RequireFields>; + mantle_aggregateRoot?: SubscriptionResolver, "mantle_aggregateRoot", ParentType, ContextType, RequireFields>; + mantle_aggregateRoots?: SubscriptionResolver, "mantle_aggregateRoots", ParentType, ContextType, RequireFields>; + mantle_connectorMeta?: SubscriptionResolver, "mantle_connectorMeta", ParentType, ContextType, RequireFields>; + mantle_connectorMetas?: SubscriptionResolver, "mantle_connectorMetas", ParentType, ContextType, RequireFields>; + mantle_rootCount?: SubscriptionResolver, "mantle_rootCount", ParentType, ContextType, RequireFields>; + mantle_rootCounts?: SubscriptionResolver, "mantle_rootCounts", ParentType, ContextType, RequireFields>; + mantle_rootMessageSent?: SubscriptionResolver, "mantle_rootMessageSent", ParentType, ContextType, RequireFields>; + mantle_rootMessageSents?: SubscriptionResolver, "mantle_rootMessageSents", ParentType, ContextType, RequireFields>; + mantle_relayerFeesIncrease?: SubscriptionResolver, "mantle_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mantle_relayerFeesIncreases?: SubscriptionResolver, "mantle_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mantle_slippageUpdate?: SubscriptionResolver, "mantle_slippageUpdate", ParentType, ContextType, RequireFields>; + mantle_slippageUpdates?: SubscriptionResolver, "mantle_slippageUpdates", ParentType, ContextType, RequireFields>; + mantle_snapshotRoot?: SubscriptionResolver, "mantle_snapshotRoot", ParentType, ContextType, RequireFields>; + mantle_snapshotRoots?: SubscriptionResolver, "mantle_snapshotRoots", ParentType, ContextType, RequireFields>; + mantle_spokeConnectorMode?: SubscriptionResolver, "mantle_spokeConnectorMode", ParentType, ContextType, RequireFields>; + mantle_spokeConnectorModes?: SubscriptionResolver, "mantle_spokeConnectorModes", ParentType, ContextType, RequireFields>; + mantle_aggregateRootProposed?: SubscriptionResolver, "mantle_aggregateRootProposed", ParentType, ContextType, RequireFields>; + mantle_aggregateRootProposeds?: SubscriptionResolver, "mantle_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + mantle_optimisticRootFinalized?: SubscriptionResolver, "mantle_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + mantle_optimisticRootFinalizeds?: SubscriptionResolver, "mantle_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mantle__meta?: SubscriptionResolver, "mantle__meta", ParentType, ContextType, Partial>; + avalanche_asset?: SubscriptionResolver, "avalanche_asset", ParentType, ContextType, RequireFields>; + avalanche_assets?: SubscriptionResolver, "avalanche_assets", ParentType, ContextType, RequireFields>; + avalanche_assetStatus?: SubscriptionResolver, "avalanche_assetStatus", ParentType, ContextType, RequireFields>; + avalanche_assetStatuses?: SubscriptionResolver, "avalanche_assetStatuses", ParentType, ContextType, RequireFields>; + avalanche_assetBalance?: SubscriptionResolver, "avalanche_assetBalance", ParentType, ContextType, RequireFields>; + avalanche_assetBalances?: SubscriptionResolver, "avalanche_assetBalances", ParentType, ContextType, RequireFields>; + avalanche_router?: SubscriptionResolver, "avalanche_router", ParentType, ContextType, RequireFields>; + avalanche_routers?: SubscriptionResolver, "avalanche_routers", ParentType, ContextType, RequireFields>; + avalanche_routerDailyTVL?: SubscriptionResolver, "avalanche_routerDailyTVL", ParentType, ContextType, RequireFields>; + avalanche_routerDailyTVLs?: SubscriptionResolver, "avalanche_routerDailyTVLs", ParentType, ContextType, RequireFields>; + avalanche_routerLiquidityEvent?: SubscriptionResolver, "avalanche_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + avalanche_routerLiquidityEvents?: SubscriptionResolver, "avalanche_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + avalanche_setting?: SubscriptionResolver, "avalanche_setting", ParentType, ContextType, RequireFields>; + avalanche_settings?: SubscriptionResolver, "avalanche_settings", ParentType, ContextType, RequireFields>; + avalanche_relayer?: SubscriptionResolver, "avalanche_relayer", ParentType, ContextType, RequireFields>; + avalanche_relayers?: SubscriptionResolver, "avalanche_relayers", ParentType, ContextType, RequireFields>; + avalanche_sequencer?: SubscriptionResolver, "avalanche_sequencer", ParentType, ContextType, RequireFields>; + avalanche_sequencers?: SubscriptionResolver, "avalanche_sequencers", ParentType, ContextType, RequireFields>; + avalanche_relayerFee?: SubscriptionResolver, "avalanche_relayerFee", ParentType, ContextType, RequireFields>; + avalanche_relayerFees?: SubscriptionResolver, "avalanche_relayerFees", ParentType, ContextType, RequireFields>; + avalanche_originTransfer?: SubscriptionResolver, "avalanche_originTransfer", ParentType, ContextType, RequireFields>; + avalanche_originTransfers?: SubscriptionResolver, "avalanche_originTransfers", ParentType, ContextType, RequireFields>; + avalanche_destinationTransfer?: SubscriptionResolver, "avalanche_destinationTransfer", ParentType, ContextType, RequireFields>; + avalanche_destinationTransfers?: SubscriptionResolver, "avalanche_destinationTransfers", ParentType, ContextType, RequireFields>; + avalanche_originMessage?: SubscriptionResolver, "avalanche_originMessage", ParentType, ContextType, RequireFields>; + avalanche_originMessages?: SubscriptionResolver, "avalanche_originMessages", ParentType, ContextType, RequireFields>; + avalanche_aggregateRoot?: SubscriptionResolver, "avalanche_aggregateRoot", ParentType, ContextType, RequireFields>; + avalanche_aggregateRoots?: SubscriptionResolver, "avalanche_aggregateRoots", ParentType, ContextType, RequireFields>; + avalanche_connectorMeta?: SubscriptionResolver, "avalanche_connectorMeta", ParentType, ContextType, RequireFields>; + avalanche_connectorMetas?: SubscriptionResolver, "avalanche_connectorMetas", ParentType, ContextType, RequireFields>; + avalanche_rootCount?: SubscriptionResolver, "avalanche_rootCount", ParentType, ContextType, RequireFields>; + avalanche_rootCounts?: SubscriptionResolver, "avalanche_rootCounts", ParentType, ContextType, RequireFields>; + avalanche_rootMessageSent?: SubscriptionResolver, "avalanche_rootMessageSent", ParentType, ContextType, RequireFields>; + avalanche_rootMessageSents?: SubscriptionResolver, "avalanche_rootMessageSents", ParentType, ContextType, RequireFields>; + avalanche_relayerFeesIncrease?: SubscriptionResolver, "avalanche_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + avalanche_relayerFeesIncreases?: SubscriptionResolver, "avalanche_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + avalanche_slippageUpdate?: SubscriptionResolver, "avalanche_slippageUpdate", ParentType, ContextType, RequireFields>; + avalanche_slippageUpdates?: SubscriptionResolver, "avalanche_slippageUpdates", ParentType, ContextType, RequireFields>; + avalanche_snapshotRoot?: SubscriptionResolver, "avalanche_snapshotRoot", ParentType, ContextType, RequireFields>; + avalanche_snapshotRoots?: SubscriptionResolver, "avalanche_snapshotRoots", ParentType, ContextType, RequireFields>; + avalanche_spokeConnectorMode?: SubscriptionResolver, "avalanche_spokeConnectorMode", ParentType, ContextType, RequireFields>; + avalanche_spokeConnectorModes?: SubscriptionResolver, "avalanche_spokeConnectorModes", ParentType, ContextType, RequireFields>; + avalanche_aggregateRootProposed?: SubscriptionResolver, "avalanche_aggregateRootProposed", ParentType, ContextType, RequireFields>; + avalanche_aggregateRootProposeds?: SubscriptionResolver, "avalanche_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + avalanche_optimisticRootFinalized?: SubscriptionResolver, "avalanche_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + avalanche_optimisticRootFinalizeds?: SubscriptionResolver, "avalanche_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + avalanche__meta?: SubscriptionResolver, "avalanche__meta", ParentType, ContextType, Partial>; + mode_asset?: SubscriptionResolver, "mode_asset", ParentType, ContextType, RequireFields>; + mode_assets?: SubscriptionResolver, "mode_assets", ParentType, ContextType, RequireFields>; + mode_assetStatus?: SubscriptionResolver, "mode_assetStatus", ParentType, ContextType, RequireFields>; + mode_assetStatuses?: SubscriptionResolver, "mode_assetStatuses", ParentType, ContextType, RequireFields>; + mode_assetBalance?: SubscriptionResolver, "mode_assetBalance", ParentType, ContextType, RequireFields>; + mode_assetBalances?: SubscriptionResolver, "mode_assetBalances", ParentType, ContextType, RequireFields>; + mode_router?: SubscriptionResolver, "mode_router", ParentType, ContextType, RequireFields>; + mode_routers?: SubscriptionResolver, "mode_routers", ParentType, ContextType, RequireFields>; + mode_routerDailyTVL?: SubscriptionResolver, "mode_routerDailyTVL", ParentType, ContextType, RequireFields>; + mode_routerDailyTVLs?: SubscriptionResolver, "mode_routerDailyTVLs", ParentType, ContextType, RequireFields>; + mode_routerLiquidityEvent?: SubscriptionResolver, "mode_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + mode_routerLiquidityEvents?: SubscriptionResolver, "mode_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + mode_setting?: SubscriptionResolver, "mode_setting", ParentType, ContextType, RequireFields>; + mode_settings?: SubscriptionResolver, "mode_settings", ParentType, ContextType, RequireFields>; + mode_relayer?: SubscriptionResolver, "mode_relayer", ParentType, ContextType, RequireFields>; + mode_relayers?: SubscriptionResolver, "mode_relayers", ParentType, ContextType, RequireFields>; + mode_sequencer?: SubscriptionResolver, "mode_sequencer", ParentType, ContextType, RequireFields>; + mode_sequencers?: SubscriptionResolver, "mode_sequencers", ParentType, ContextType, RequireFields>; + mode_relayerFee?: SubscriptionResolver, "mode_relayerFee", ParentType, ContextType, RequireFields>; + mode_relayerFees?: SubscriptionResolver, "mode_relayerFees", ParentType, ContextType, RequireFields>; + mode_originTransfer?: SubscriptionResolver, "mode_originTransfer", ParentType, ContextType, RequireFields>; + mode_originTransfers?: SubscriptionResolver, "mode_originTransfers", ParentType, ContextType, RequireFields>; + mode_destinationTransfer?: SubscriptionResolver, "mode_destinationTransfer", ParentType, ContextType, RequireFields>; + mode_destinationTransfers?: SubscriptionResolver, "mode_destinationTransfers", ParentType, ContextType, RequireFields>; + mode_originMessage?: SubscriptionResolver, "mode_originMessage", ParentType, ContextType, RequireFields>; + mode_originMessages?: SubscriptionResolver, "mode_originMessages", ParentType, ContextType, RequireFields>; + mode_aggregateRoot?: SubscriptionResolver, "mode_aggregateRoot", ParentType, ContextType, RequireFields>; + mode_aggregateRoots?: SubscriptionResolver, "mode_aggregateRoots", ParentType, ContextType, RequireFields>; + mode_connectorMeta?: SubscriptionResolver, "mode_connectorMeta", ParentType, ContextType, RequireFields>; + mode_connectorMetas?: SubscriptionResolver, "mode_connectorMetas", ParentType, ContextType, RequireFields>; + mode_rootCount?: SubscriptionResolver, "mode_rootCount", ParentType, ContextType, RequireFields>; + mode_rootCounts?: SubscriptionResolver, "mode_rootCounts", ParentType, ContextType, RequireFields>; + mode_rootMessageSent?: SubscriptionResolver, "mode_rootMessageSent", ParentType, ContextType, RequireFields>; + mode_rootMessageSents?: SubscriptionResolver, "mode_rootMessageSents", ParentType, ContextType, RequireFields>; + mode_relayerFeesIncrease?: SubscriptionResolver, "mode_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + mode_relayerFeesIncreases?: SubscriptionResolver, "mode_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + mode_slippageUpdate?: SubscriptionResolver, "mode_slippageUpdate", ParentType, ContextType, RequireFields>; + mode_slippageUpdates?: SubscriptionResolver, "mode_slippageUpdates", ParentType, ContextType, RequireFields>; + mode_snapshotRoot?: SubscriptionResolver, "mode_snapshotRoot", ParentType, ContextType, RequireFields>; + mode_snapshotRoots?: SubscriptionResolver, "mode_snapshotRoots", ParentType, ContextType, RequireFields>; + mode_spokeConnectorMode?: SubscriptionResolver, "mode_spokeConnectorMode", ParentType, ContextType, RequireFields>; + mode_spokeConnectorModes?: SubscriptionResolver, "mode_spokeConnectorModes", ParentType, ContextType, RequireFields>; + mode_aggregateRootProposed?: SubscriptionResolver, "mode_aggregateRootProposed", ParentType, ContextType, RequireFields>; + mode_aggregateRootProposeds?: SubscriptionResolver, "mode_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + mode_optimisticRootFinalized?: SubscriptionResolver, "mode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + mode_optimisticRootFinalizeds?: SubscriptionResolver, "mode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + mode__meta?: SubscriptionResolver, "mode__meta", ParentType, ContextType, Partial>; + stagingxlayer_asset?: SubscriptionResolver, "stagingxlayer_asset", ParentType, ContextType, RequireFields>; + stagingxlayer_assets?: SubscriptionResolver, "stagingxlayer_assets", ParentType, ContextType, RequireFields>; + stagingxlayer_assetStatus?: SubscriptionResolver, "stagingxlayer_assetStatus", ParentType, ContextType, RequireFields>; + stagingxlayer_assetStatuses?: SubscriptionResolver, "stagingxlayer_assetStatuses", ParentType, ContextType, RequireFields>; + stagingxlayer_assetBalance?: SubscriptionResolver, "stagingxlayer_assetBalance", ParentType, ContextType, RequireFields>; + stagingxlayer_assetBalances?: SubscriptionResolver, "stagingxlayer_assetBalances", ParentType, ContextType, RequireFields>; + stagingxlayer_router?: SubscriptionResolver, "stagingxlayer_router", ParentType, ContextType, RequireFields>; + stagingxlayer_routers?: SubscriptionResolver, "stagingxlayer_routers", ParentType, ContextType, RequireFields>; + stagingxlayer_routerDailyTVL?: SubscriptionResolver, "stagingxlayer_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingxlayer_routerDailyTVLs?: SubscriptionResolver, "stagingxlayer_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingxlayer_routerLiquidityEvent?: SubscriptionResolver, "stagingxlayer_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingxlayer_routerLiquidityEvents?: SubscriptionResolver, "stagingxlayer_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingxlayer_setting?: SubscriptionResolver, "stagingxlayer_setting", ParentType, ContextType, RequireFields>; + stagingxlayer_settings?: SubscriptionResolver, "stagingxlayer_settings", ParentType, ContextType, RequireFields>; + stagingxlayer_relayer?: SubscriptionResolver, "stagingxlayer_relayer", ParentType, ContextType, RequireFields>; + stagingxlayer_relayers?: SubscriptionResolver, "stagingxlayer_relayers", ParentType, ContextType, RequireFields>; + stagingxlayer_sequencer?: SubscriptionResolver, "stagingxlayer_sequencer", ParentType, ContextType, RequireFields>; + stagingxlayer_sequencers?: SubscriptionResolver, "stagingxlayer_sequencers", ParentType, ContextType, RequireFields>; + stagingxlayer_relayerFee?: SubscriptionResolver, "stagingxlayer_relayerFee", ParentType, ContextType, RequireFields>; + stagingxlayer_relayerFees?: SubscriptionResolver, "stagingxlayer_relayerFees", ParentType, ContextType, RequireFields>; + stagingxlayer_originTransfer?: SubscriptionResolver, "stagingxlayer_originTransfer", ParentType, ContextType, RequireFields>; + stagingxlayer_originTransfers?: SubscriptionResolver, "stagingxlayer_originTransfers", ParentType, ContextType, RequireFields>; + stagingxlayer_destinationTransfer?: SubscriptionResolver, "stagingxlayer_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingxlayer_destinationTransfers?: SubscriptionResolver, "stagingxlayer_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingxlayer_originMessage?: SubscriptionResolver, "stagingxlayer_originMessage", ParentType, ContextType, RequireFields>; + stagingxlayer_originMessages?: SubscriptionResolver, "stagingxlayer_originMessages", ParentType, ContextType, RequireFields>; + stagingxlayer_aggregateRoot?: SubscriptionResolver, "stagingxlayer_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingxlayer_aggregateRoots?: SubscriptionResolver, "stagingxlayer_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingxlayer_connectorMeta?: SubscriptionResolver, "stagingxlayer_connectorMeta", ParentType, ContextType, RequireFields>; + stagingxlayer_connectorMetas?: SubscriptionResolver, "stagingxlayer_connectorMetas", ParentType, ContextType, RequireFields>; + stagingxlayer_rootCount?: SubscriptionResolver, "stagingxlayer_rootCount", ParentType, ContextType, RequireFields>; + stagingxlayer_rootCounts?: SubscriptionResolver, "stagingxlayer_rootCounts", ParentType, ContextType, RequireFields>; + stagingxlayer_rootMessageSent?: SubscriptionResolver, "stagingxlayer_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingxlayer_rootMessageSents?: SubscriptionResolver, "stagingxlayer_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingxlayer_relayerFeesIncrease?: SubscriptionResolver, "stagingxlayer_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingxlayer_relayerFeesIncreases?: SubscriptionResolver, "stagingxlayer_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingxlayer_slippageUpdate?: SubscriptionResolver, "stagingxlayer_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingxlayer_slippageUpdates?: SubscriptionResolver, "stagingxlayer_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingxlayer_snapshotRoot?: SubscriptionResolver, "stagingxlayer_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingxlayer_snapshotRoots?: SubscriptionResolver, "stagingxlayer_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingxlayer_spokeConnectorMode?: SubscriptionResolver, "stagingxlayer_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingxlayer_spokeConnectorModes?: SubscriptionResolver, "stagingxlayer_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingxlayer_aggregateRootProposed?: SubscriptionResolver, "stagingxlayer_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingxlayer_aggregateRootProposeds?: SubscriptionResolver, "stagingxlayer_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingxlayer_optimisticRootFinalized?: SubscriptionResolver, "stagingxlayer_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingxlayer_optimisticRootFinalizeds?: SubscriptionResolver, "stagingxlayer_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingxlayer__meta?: SubscriptionResolver, "stagingxlayer__meta", ParentType, ContextType, Partial>; + stagingbase_asset?: SubscriptionResolver, "stagingbase_asset", ParentType, ContextType, RequireFields>; + stagingbase_assets?: SubscriptionResolver, "stagingbase_assets", ParentType, ContextType, RequireFields>; + stagingbase_assetStatus?: SubscriptionResolver, "stagingbase_assetStatus", ParentType, ContextType, RequireFields>; + stagingbase_assetStatuses?: SubscriptionResolver, "stagingbase_assetStatuses", ParentType, ContextType, RequireFields>; + stagingbase_assetBalance?: SubscriptionResolver, "stagingbase_assetBalance", ParentType, ContextType, RequireFields>; + stagingbase_assetBalances?: SubscriptionResolver, "stagingbase_assetBalances", ParentType, ContextType, RequireFields>; + stagingbase_router?: SubscriptionResolver, "stagingbase_router", ParentType, ContextType, RequireFields>; + stagingbase_routers?: SubscriptionResolver, "stagingbase_routers", ParentType, ContextType, RequireFields>; + stagingbase_routerDailyTVL?: SubscriptionResolver, "stagingbase_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingbase_routerDailyTVLs?: SubscriptionResolver, "stagingbase_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingbase_routerLiquidityEvent?: SubscriptionResolver, "stagingbase_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingbase_routerLiquidityEvents?: SubscriptionResolver, "stagingbase_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingbase_setting?: SubscriptionResolver, "stagingbase_setting", ParentType, ContextType, RequireFields>; + stagingbase_settings?: SubscriptionResolver, "stagingbase_settings", ParentType, ContextType, RequireFields>; + stagingbase_relayer?: SubscriptionResolver, "stagingbase_relayer", ParentType, ContextType, RequireFields>; + stagingbase_relayers?: SubscriptionResolver, "stagingbase_relayers", ParentType, ContextType, RequireFields>; + stagingbase_sequencer?: SubscriptionResolver, "stagingbase_sequencer", ParentType, ContextType, RequireFields>; + stagingbase_sequencers?: SubscriptionResolver, "stagingbase_sequencers", ParentType, ContextType, RequireFields>; + stagingbase_relayerFee?: SubscriptionResolver, "stagingbase_relayerFee", ParentType, ContextType, RequireFields>; + stagingbase_relayerFees?: SubscriptionResolver, "stagingbase_relayerFees", ParentType, ContextType, RequireFields>; + stagingbase_originTransfer?: SubscriptionResolver, "stagingbase_originTransfer", ParentType, ContextType, RequireFields>; + stagingbase_originTransfers?: SubscriptionResolver, "stagingbase_originTransfers", ParentType, ContextType, RequireFields>; + stagingbase_destinationTransfer?: SubscriptionResolver, "stagingbase_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingbase_destinationTransfers?: SubscriptionResolver, "stagingbase_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingbase_originMessage?: SubscriptionResolver, "stagingbase_originMessage", ParentType, ContextType, RequireFields>; + stagingbase_originMessages?: SubscriptionResolver, "stagingbase_originMessages", ParentType, ContextType, RequireFields>; + stagingbase_aggregateRoot?: SubscriptionResolver, "stagingbase_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingbase_aggregateRoots?: SubscriptionResolver, "stagingbase_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingbase_connectorMeta?: SubscriptionResolver, "stagingbase_connectorMeta", ParentType, ContextType, RequireFields>; + stagingbase_connectorMetas?: SubscriptionResolver, "stagingbase_connectorMetas", ParentType, ContextType, RequireFields>; + stagingbase_rootCount?: SubscriptionResolver, "stagingbase_rootCount", ParentType, ContextType, RequireFields>; + stagingbase_rootCounts?: SubscriptionResolver, "stagingbase_rootCounts", ParentType, ContextType, RequireFields>; + stagingbase_rootMessageSent?: SubscriptionResolver, "stagingbase_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingbase_rootMessageSents?: SubscriptionResolver, "stagingbase_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingbase_relayerFeesIncrease?: SubscriptionResolver, "stagingbase_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingbase_relayerFeesIncreases?: SubscriptionResolver, "stagingbase_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingbase_slippageUpdate?: SubscriptionResolver, "stagingbase_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingbase_slippageUpdates?: SubscriptionResolver, "stagingbase_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingbase_snapshotRoot?: SubscriptionResolver, "stagingbase_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingbase_snapshotRoots?: SubscriptionResolver, "stagingbase_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingbase_spokeConnectorMode?: SubscriptionResolver, "stagingbase_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingbase_spokeConnectorModes?: SubscriptionResolver, "stagingbase_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingbase_aggregateRootProposed?: SubscriptionResolver, "stagingbase_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingbase_aggregateRootProposeds?: SubscriptionResolver, "stagingbase_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingbase_optimisticRootFinalized?: SubscriptionResolver, "stagingbase_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingbase_optimisticRootFinalizeds?: SubscriptionResolver, "stagingbase_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingbase__meta?: SubscriptionResolver, "stagingbase__meta", ParentType, ContextType, Partial>; + metis_asset?: SubscriptionResolver, "metis_asset", ParentType, ContextType, RequireFields>; + metis_assets?: SubscriptionResolver, "metis_assets", ParentType, ContextType, RequireFields>; + metis_assetStatus?: SubscriptionResolver, "metis_assetStatus", ParentType, ContextType, RequireFields>; + metis_assetStatuses?: SubscriptionResolver, "metis_assetStatuses", ParentType, ContextType, RequireFields>; + metis_assetBalance?: SubscriptionResolver, "metis_assetBalance", ParentType, ContextType, RequireFields>; + metis_assetBalances?: SubscriptionResolver, "metis_assetBalances", ParentType, ContextType, RequireFields>; + metis_router?: SubscriptionResolver, "metis_router", ParentType, ContextType, RequireFields>; + metis_routers?: SubscriptionResolver, "metis_routers", ParentType, ContextType, RequireFields>; + metis_routerDailyTVL?: SubscriptionResolver, "metis_routerDailyTVL", ParentType, ContextType, RequireFields>; + metis_routerDailyTVLs?: SubscriptionResolver, "metis_routerDailyTVLs", ParentType, ContextType, RequireFields>; + metis_routerLiquidityEvent?: SubscriptionResolver, "metis_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + metis_routerLiquidityEvents?: SubscriptionResolver, "metis_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + metis_setting?: SubscriptionResolver, "metis_setting", ParentType, ContextType, RequireFields>; + metis_settings?: SubscriptionResolver, "metis_settings", ParentType, ContextType, RequireFields>; + metis_relayer?: SubscriptionResolver, "metis_relayer", ParentType, ContextType, RequireFields>; + metis_relayers?: SubscriptionResolver, "metis_relayers", ParentType, ContextType, RequireFields>; + metis_sequencer?: SubscriptionResolver, "metis_sequencer", ParentType, ContextType, RequireFields>; + metis_sequencers?: SubscriptionResolver, "metis_sequencers", ParentType, ContextType, RequireFields>; + metis_relayerFee?: SubscriptionResolver, "metis_relayerFee", ParentType, ContextType, RequireFields>; + metis_relayerFees?: SubscriptionResolver, "metis_relayerFees", ParentType, ContextType, RequireFields>; + metis_originTransfer?: SubscriptionResolver, "metis_originTransfer", ParentType, ContextType, RequireFields>; + metis_originTransfers?: SubscriptionResolver, "metis_originTransfers", ParentType, ContextType, RequireFields>; + metis_destinationTransfer?: SubscriptionResolver, "metis_destinationTransfer", ParentType, ContextType, RequireFields>; + metis_destinationTransfers?: SubscriptionResolver, "metis_destinationTransfers", ParentType, ContextType, RequireFields>; + metis_originMessage?: SubscriptionResolver, "metis_originMessage", ParentType, ContextType, RequireFields>; + metis_originMessages?: SubscriptionResolver, "metis_originMessages", ParentType, ContextType, RequireFields>; + metis_aggregateRoot?: SubscriptionResolver, "metis_aggregateRoot", ParentType, ContextType, RequireFields>; + metis_aggregateRoots?: SubscriptionResolver, "metis_aggregateRoots", ParentType, ContextType, RequireFields>; + metis_connectorMeta?: SubscriptionResolver, "metis_connectorMeta", ParentType, ContextType, RequireFields>; + metis_connectorMetas?: SubscriptionResolver, "metis_connectorMetas", ParentType, ContextType, RequireFields>; + metis_rootCount?: SubscriptionResolver, "metis_rootCount", ParentType, ContextType, RequireFields>; + metis_rootCounts?: SubscriptionResolver, "metis_rootCounts", ParentType, ContextType, RequireFields>; + metis_rootMessageSent?: SubscriptionResolver, "metis_rootMessageSent", ParentType, ContextType, RequireFields>; + metis_rootMessageSents?: SubscriptionResolver, "metis_rootMessageSents", ParentType, ContextType, RequireFields>; + metis_relayerFeesIncrease?: SubscriptionResolver, "metis_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + metis_relayerFeesIncreases?: SubscriptionResolver, "metis_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + metis_slippageUpdate?: SubscriptionResolver, "metis_slippageUpdate", ParentType, ContextType, RequireFields>; + metis_slippageUpdates?: SubscriptionResolver, "metis_slippageUpdates", ParentType, ContextType, RequireFields>; + metis_snapshotRoot?: SubscriptionResolver, "metis_snapshotRoot", ParentType, ContextType, RequireFields>; + metis_snapshotRoots?: SubscriptionResolver, "metis_snapshotRoots", ParentType, ContextType, RequireFields>; + metis_spokeConnectorMode?: SubscriptionResolver, "metis_spokeConnectorMode", ParentType, ContextType, RequireFields>; + metis_spokeConnectorModes?: SubscriptionResolver, "metis_spokeConnectorModes", ParentType, ContextType, RequireFields>; + metis_aggregateRootProposed?: SubscriptionResolver, "metis_aggregateRootProposed", ParentType, ContextType, RequireFields>; + metis_aggregateRootProposeds?: SubscriptionResolver, "metis_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + metis_optimisticRootFinalized?: SubscriptionResolver, "metis_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + metis_optimisticRootFinalizeds?: SubscriptionResolver, "metis_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + metis__meta?: SubscriptionResolver, "metis__meta", ParentType, ContextType, Partial>; + base_swap_systemInfo?: SubscriptionResolver, "base_swap_systemInfo", ParentType, ContextType, RequireFields>; + base_swap_systemInfos?: SubscriptionResolver, "base_swap_systemInfos", ParentType, ContextType, RequireFields>; + base_swap_pooledToken?: SubscriptionResolver, "base_swap_pooledToken", ParentType, ContextType, RequireFields>; + base_swap_pooledTokens?: SubscriptionResolver, "base_swap_pooledTokens", ParentType, ContextType, RequireFields>; + base_swap_stableSwap?: SubscriptionResolver, "base_swap_stableSwap", ParentType, ContextType, RequireFields>; + base_swap_stableSwaps?: SubscriptionResolver, "base_swap_stableSwaps", ParentType, ContextType, RequireFields>; + base_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "base_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + base_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "base_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + base_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "base_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + base_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "base_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + base_swap_stableSwapExchange?: SubscriptionResolver, "base_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + base_swap_stableSwapExchanges?: SubscriptionResolver, "base_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + base_swap_swapDailyVolume?: SubscriptionResolver, "base_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + base_swap_swapDailyVolumes?: SubscriptionResolver, "base_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + base_swap_swapHourlyVolume?: SubscriptionResolver, "base_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + base_swap_swapHourlyVolumes?: SubscriptionResolver, "base_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + base_swap_swapWeeklyVolume?: SubscriptionResolver, "base_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + base_swap_swapWeeklyVolumes?: SubscriptionResolver, "base_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + base_swap_lpAccount?: SubscriptionResolver, "base_swap_lpAccount", ParentType, ContextType, RequireFields>; + base_swap_lpAccounts?: SubscriptionResolver, "base_swap_lpAccounts", ParentType, ContextType, RequireFields>; + base_swap_lpAccountBalance?: SubscriptionResolver, "base_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + base_swap_lpAccountBalances?: SubscriptionResolver, "base_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + base_swap_lpToken?: SubscriptionResolver, "base_swap_lpToken", ParentType, ContextType, RequireFields>; + base_swap_lpTokens?: SubscriptionResolver, "base_swap_lpTokens", ParentType, ContextType, RequireFields>; + base_swap_lpTransferEvent?: SubscriptionResolver, "base_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + base_swap_lpTransferEvents?: SubscriptionResolver, "base_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + base_swap_stableSwapEvent?: SubscriptionResolver, "base_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + base_swap_stableSwapEvents?: SubscriptionResolver, "base_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + base_swap_swapTradeVolume?: SubscriptionResolver, "base_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + base_swap_swapTradeVolumes?: SubscriptionResolver, "base_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + base_swap_lpTokenEvent?: SubscriptionResolver, "base_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + base_swap_lpTokenEvents?: SubscriptionResolver, "base_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + base_swap__meta?: SubscriptionResolver, "base_swap__meta", ParentType, ContextType, Partial>; + stagingmantle_asset?: SubscriptionResolver, "stagingmantle_asset", ParentType, ContextType, RequireFields>; + stagingmantle_assets?: SubscriptionResolver, "stagingmantle_assets", ParentType, ContextType, RequireFields>; + stagingmantle_assetStatus?: SubscriptionResolver, "stagingmantle_assetStatus", ParentType, ContextType, RequireFields>; + stagingmantle_assetStatuses?: SubscriptionResolver, "stagingmantle_assetStatuses", ParentType, ContextType, RequireFields>; + stagingmantle_assetBalance?: SubscriptionResolver, "stagingmantle_assetBalance", ParentType, ContextType, RequireFields>; + stagingmantle_assetBalances?: SubscriptionResolver, "stagingmantle_assetBalances", ParentType, ContextType, RequireFields>; + stagingmantle_router?: SubscriptionResolver, "stagingmantle_router", ParentType, ContextType, RequireFields>; + stagingmantle_routers?: SubscriptionResolver, "stagingmantle_routers", ParentType, ContextType, RequireFields>; + stagingmantle_routerDailyTVL?: SubscriptionResolver, "stagingmantle_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingmantle_routerDailyTVLs?: SubscriptionResolver, "stagingmantle_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingmantle_routerLiquidityEvent?: SubscriptionResolver, "stagingmantle_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmantle_routerLiquidityEvents?: SubscriptionResolver, "stagingmantle_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmantle_setting?: SubscriptionResolver, "stagingmantle_setting", ParentType, ContextType, RequireFields>; + stagingmantle_settings?: SubscriptionResolver, "stagingmantle_settings", ParentType, ContextType, RequireFields>; + stagingmantle_relayer?: SubscriptionResolver, "stagingmantle_relayer", ParentType, ContextType, RequireFields>; + stagingmantle_relayers?: SubscriptionResolver, "stagingmantle_relayers", ParentType, ContextType, RequireFields>; + stagingmantle_sequencer?: SubscriptionResolver, "stagingmantle_sequencer", ParentType, ContextType, RequireFields>; + stagingmantle_sequencers?: SubscriptionResolver, "stagingmantle_sequencers", ParentType, ContextType, RequireFields>; + stagingmantle_relayerFee?: SubscriptionResolver, "stagingmantle_relayerFee", ParentType, ContextType, RequireFields>; + stagingmantle_relayerFees?: SubscriptionResolver, "stagingmantle_relayerFees", ParentType, ContextType, RequireFields>; + stagingmantle_originTransfer?: SubscriptionResolver, "stagingmantle_originTransfer", ParentType, ContextType, RequireFields>; + stagingmantle_originTransfers?: SubscriptionResolver, "stagingmantle_originTransfers", ParentType, ContextType, RequireFields>; + stagingmantle_destinationTransfer?: SubscriptionResolver, "stagingmantle_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingmantle_destinationTransfers?: SubscriptionResolver, "stagingmantle_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingmantle_originMessage?: SubscriptionResolver, "stagingmantle_originMessage", ParentType, ContextType, RequireFields>; + stagingmantle_originMessages?: SubscriptionResolver, "stagingmantle_originMessages", ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRoot?: SubscriptionResolver, "stagingmantle_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRoots?: SubscriptionResolver, "stagingmantle_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingmantle_connectorMeta?: SubscriptionResolver, "stagingmantle_connectorMeta", ParentType, ContextType, RequireFields>; + stagingmantle_connectorMetas?: SubscriptionResolver, "stagingmantle_connectorMetas", ParentType, ContextType, RequireFields>; + stagingmantle_rootCount?: SubscriptionResolver, "stagingmantle_rootCount", ParentType, ContextType, RequireFields>; + stagingmantle_rootCounts?: SubscriptionResolver, "stagingmantle_rootCounts", ParentType, ContextType, RequireFields>; + stagingmantle_rootMessageSent?: SubscriptionResolver, "stagingmantle_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingmantle_rootMessageSents?: SubscriptionResolver, "stagingmantle_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingmantle_relayerFeesIncrease?: SubscriptionResolver, "stagingmantle_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingmantle_relayerFeesIncreases?: SubscriptionResolver, "stagingmantle_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingmantle_slippageUpdate?: SubscriptionResolver, "stagingmantle_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingmantle_slippageUpdates?: SubscriptionResolver, "stagingmantle_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingmantle_snapshotRoot?: SubscriptionResolver, "stagingmantle_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingmantle_snapshotRoots?: SubscriptionResolver, "stagingmantle_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingmantle_spokeConnectorMode?: SubscriptionResolver, "stagingmantle_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingmantle_spokeConnectorModes?: SubscriptionResolver, "stagingmantle_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRootProposed?: SubscriptionResolver, "stagingmantle_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingmantle_aggregateRootProposeds?: SubscriptionResolver, "stagingmantle_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingmantle_optimisticRootFinalized?: SubscriptionResolver, "stagingmantle_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmantle_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmantle_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmantle__meta?: SubscriptionResolver, "stagingmantle__meta", ParentType, ContextType, Partial>; + stagingmetis_asset?: SubscriptionResolver, "stagingmetis_asset", ParentType, ContextType, RequireFields>; + stagingmetis_assets?: SubscriptionResolver, "stagingmetis_assets", ParentType, ContextType, RequireFields>; + stagingmetis_assetStatus?: SubscriptionResolver, "stagingmetis_assetStatus", ParentType, ContextType, RequireFields>; + stagingmetis_assetStatuses?: SubscriptionResolver, "stagingmetis_assetStatuses", ParentType, ContextType, RequireFields>; + stagingmetis_assetBalance?: SubscriptionResolver, "stagingmetis_assetBalance", ParentType, ContextType, RequireFields>; + stagingmetis_assetBalances?: SubscriptionResolver, "stagingmetis_assetBalances", ParentType, ContextType, RequireFields>; + stagingmetis_router?: SubscriptionResolver, "stagingmetis_router", ParentType, ContextType, RequireFields>; + stagingmetis_routers?: SubscriptionResolver, "stagingmetis_routers", ParentType, ContextType, RequireFields>; + stagingmetis_routerDailyTVL?: SubscriptionResolver, "stagingmetis_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingmetis_routerDailyTVLs?: SubscriptionResolver, "stagingmetis_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingmetis_routerLiquidityEvent?: SubscriptionResolver, "stagingmetis_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmetis_routerLiquidityEvents?: SubscriptionResolver, "stagingmetis_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmetis_setting?: SubscriptionResolver, "stagingmetis_setting", ParentType, ContextType, RequireFields>; + stagingmetis_settings?: SubscriptionResolver, "stagingmetis_settings", ParentType, ContextType, RequireFields>; + stagingmetis_relayer?: SubscriptionResolver, "stagingmetis_relayer", ParentType, ContextType, RequireFields>; + stagingmetis_relayers?: SubscriptionResolver, "stagingmetis_relayers", ParentType, ContextType, RequireFields>; + stagingmetis_sequencer?: SubscriptionResolver, "stagingmetis_sequencer", ParentType, ContextType, RequireFields>; + stagingmetis_sequencers?: SubscriptionResolver, "stagingmetis_sequencers", ParentType, ContextType, RequireFields>; + stagingmetis_relayerFee?: SubscriptionResolver, "stagingmetis_relayerFee", ParentType, ContextType, RequireFields>; + stagingmetis_relayerFees?: SubscriptionResolver, "stagingmetis_relayerFees", ParentType, ContextType, RequireFields>; + stagingmetis_originTransfer?: SubscriptionResolver, "stagingmetis_originTransfer", ParentType, ContextType, RequireFields>; + stagingmetis_originTransfers?: SubscriptionResolver, "stagingmetis_originTransfers", ParentType, ContextType, RequireFields>; + stagingmetis_destinationTransfer?: SubscriptionResolver, "stagingmetis_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingmetis_destinationTransfers?: SubscriptionResolver, "stagingmetis_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingmetis_originMessage?: SubscriptionResolver, "stagingmetis_originMessage", ParentType, ContextType, RequireFields>; + stagingmetis_originMessages?: SubscriptionResolver, "stagingmetis_originMessages", ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRoot?: SubscriptionResolver, "stagingmetis_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRoots?: SubscriptionResolver, "stagingmetis_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingmetis_connectorMeta?: SubscriptionResolver, "stagingmetis_connectorMeta", ParentType, ContextType, RequireFields>; + stagingmetis_connectorMetas?: SubscriptionResolver, "stagingmetis_connectorMetas", ParentType, ContextType, RequireFields>; + stagingmetis_rootCount?: SubscriptionResolver, "stagingmetis_rootCount", ParentType, ContextType, RequireFields>; + stagingmetis_rootCounts?: SubscriptionResolver, "stagingmetis_rootCounts", ParentType, ContextType, RequireFields>; + stagingmetis_rootMessageSent?: SubscriptionResolver, "stagingmetis_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingmetis_rootMessageSents?: SubscriptionResolver, "stagingmetis_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingmetis_relayerFeesIncrease?: SubscriptionResolver, "stagingmetis_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingmetis_relayerFeesIncreases?: SubscriptionResolver, "stagingmetis_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingmetis_slippageUpdate?: SubscriptionResolver, "stagingmetis_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingmetis_slippageUpdates?: SubscriptionResolver, "stagingmetis_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingmetis_snapshotRoot?: SubscriptionResolver, "stagingmetis_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingmetis_snapshotRoots?: SubscriptionResolver, "stagingmetis_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingmetis_spokeConnectorMode?: SubscriptionResolver, "stagingmetis_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingmetis_spokeConnectorModes?: SubscriptionResolver, "stagingmetis_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRootProposed?: SubscriptionResolver, "stagingmetis_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingmetis_aggregateRootProposeds?: SubscriptionResolver, "stagingmetis_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingmetis_optimisticRootFinalized?: SubscriptionResolver, "stagingmetis_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingmetis_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmetis_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingmetis__meta?: SubscriptionResolver, "stagingmetis__meta", ParentType, ContextType, Partial>; + xdai_asset?: SubscriptionResolver, "xdai_asset", ParentType, ContextType, RequireFields>; + xdai_assets?: SubscriptionResolver, "xdai_assets", ParentType, ContextType, RequireFields>; + xdai_assetStatus?: SubscriptionResolver, "xdai_assetStatus", ParentType, ContextType, RequireFields>; + xdai_assetStatuses?: SubscriptionResolver, "xdai_assetStatuses", ParentType, ContextType, RequireFields>; + xdai_assetBalance?: SubscriptionResolver, "xdai_assetBalance", ParentType, ContextType, RequireFields>; + xdai_assetBalances?: SubscriptionResolver, "xdai_assetBalances", ParentType, ContextType, RequireFields>; + xdai_router?: SubscriptionResolver, "xdai_router", ParentType, ContextType, RequireFields>; + xdai_routers?: SubscriptionResolver, "xdai_routers", ParentType, ContextType, RequireFields>; + xdai_routerDailyTVL?: SubscriptionResolver, "xdai_routerDailyTVL", ParentType, ContextType, RequireFields>; + xdai_routerDailyTVLs?: SubscriptionResolver, "xdai_routerDailyTVLs", ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvent?: SubscriptionResolver, "xdai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + xdai_routerLiquidityEvents?: SubscriptionResolver, "xdai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + xdai_setting?: SubscriptionResolver, "xdai_setting", ParentType, ContextType, RequireFields>; + xdai_settings?: SubscriptionResolver, "xdai_settings", ParentType, ContextType, RequireFields>; + xdai_relayer?: SubscriptionResolver, "xdai_relayer", ParentType, ContextType, RequireFields>; + xdai_relayers?: SubscriptionResolver, "xdai_relayers", ParentType, ContextType, RequireFields>; + xdai_sequencer?: SubscriptionResolver, "xdai_sequencer", ParentType, ContextType, RequireFields>; + xdai_sequencers?: SubscriptionResolver, "xdai_sequencers", ParentType, ContextType, RequireFields>; + xdai_relayerFee?: SubscriptionResolver, "xdai_relayerFee", ParentType, ContextType, RequireFields>; + xdai_relayerFees?: SubscriptionResolver, "xdai_relayerFees", ParentType, ContextType, RequireFields>; + xdai_originTransfer?: SubscriptionResolver, "xdai_originTransfer", ParentType, ContextType, RequireFields>; + xdai_originTransfers?: SubscriptionResolver, "xdai_originTransfers", ParentType, ContextType, RequireFields>; + xdai_destinationTransfer?: SubscriptionResolver, "xdai_destinationTransfer", ParentType, ContextType, RequireFields>; + xdai_destinationTransfers?: SubscriptionResolver, "xdai_destinationTransfers", ParentType, ContextType, RequireFields>; + xdai_originMessage?: SubscriptionResolver, "xdai_originMessage", ParentType, ContextType, RequireFields>; + xdai_originMessages?: SubscriptionResolver, "xdai_originMessages", ParentType, ContextType, RequireFields>; + xdai_aggregateRoot?: SubscriptionResolver, "xdai_aggregateRoot", ParentType, ContextType, RequireFields>; + xdai_aggregateRoots?: SubscriptionResolver, "xdai_aggregateRoots", ParentType, ContextType, RequireFields>; + xdai_connectorMeta?: SubscriptionResolver, "xdai_connectorMeta", ParentType, ContextType, RequireFields>; + xdai_connectorMetas?: SubscriptionResolver, "xdai_connectorMetas", ParentType, ContextType, RequireFields>; + xdai_rootCount?: SubscriptionResolver, "xdai_rootCount", ParentType, ContextType, RequireFields>; + xdai_rootCounts?: SubscriptionResolver, "xdai_rootCounts", ParentType, ContextType, RequireFields>; + xdai_rootMessageSent?: SubscriptionResolver, "xdai_rootMessageSent", ParentType, ContextType, RequireFields>; + xdai_rootMessageSents?: SubscriptionResolver, "xdai_rootMessageSents", ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncrease?: SubscriptionResolver, "xdai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + xdai_relayerFeesIncreases?: SubscriptionResolver, "xdai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + xdai_slippageUpdate?: SubscriptionResolver, "xdai_slippageUpdate", ParentType, ContextType, RequireFields>; + xdai_slippageUpdates?: SubscriptionResolver, "xdai_slippageUpdates", ParentType, ContextType, RequireFields>; + xdai_snapshotRoot?: SubscriptionResolver, "xdai_snapshotRoot", ParentType, ContextType, RequireFields>; + xdai_snapshotRoots?: SubscriptionResolver, "xdai_snapshotRoots", ParentType, ContextType, RequireFields>; + xdai_spokeConnectorMode?: SubscriptionResolver, "xdai_spokeConnectorMode", ParentType, ContextType, RequireFields>; + xdai_spokeConnectorModes?: SubscriptionResolver, "xdai_spokeConnectorModes", ParentType, ContextType, RequireFields>; + xdai_aggregateRootProposed?: SubscriptionResolver, "xdai_aggregateRootProposed", ParentType, ContextType, RequireFields>; + xdai_aggregateRootProposeds?: SubscriptionResolver, "xdai_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + xdai_optimisticRootFinalized?: SubscriptionResolver, "xdai_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + xdai_optimisticRootFinalizeds?: SubscriptionResolver, "xdai_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + xdai__meta?: SubscriptionResolver, "xdai__meta", ParentType, ContextType, Partial>; + xlayer_asset?: SubscriptionResolver, "xlayer_asset", ParentType, ContextType, RequireFields>; + xlayer_assets?: SubscriptionResolver, "xlayer_assets", ParentType, ContextType, RequireFields>; + xlayer_assetStatus?: SubscriptionResolver, "xlayer_assetStatus", ParentType, ContextType, RequireFields>; + xlayer_assetStatuses?: SubscriptionResolver, "xlayer_assetStatuses", ParentType, ContextType, RequireFields>; + xlayer_assetBalance?: SubscriptionResolver, "xlayer_assetBalance", ParentType, ContextType, RequireFields>; + xlayer_assetBalances?: SubscriptionResolver, "xlayer_assetBalances", ParentType, ContextType, RequireFields>; + xlayer_router?: SubscriptionResolver, "xlayer_router", ParentType, ContextType, RequireFields>; + xlayer_routers?: SubscriptionResolver, "xlayer_routers", ParentType, ContextType, RequireFields>; + xlayer_routerDailyTVL?: SubscriptionResolver, "xlayer_routerDailyTVL", ParentType, ContextType, RequireFields>; + xlayer_routerDailyTVLs?: SubscriptionResolver, "xlayer_routerDailyTVLs", ParentType, ContextType, RequireFields>; + xlayer_routerLiquidityEvent?: SubscriptionResolver, "xlayer_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + xlayer_routerLiquidityEvents?: SubscriptionResolver, "xlayer_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + xlayer_setting?: SubscriptionResolver, "xlayer_setting", ParentType, ContextType, RequireFields>; + xlayer_settings?: SubscriptionResolver, "xlayer_settings", ParentType, ContextType, RequireFields>; + xlayer_relayer?: SubscriptionResolver, "xlayer_relayer", ParentType, ContextType, RequireFields>; + xlayer_relayers?: SubscriptionResolver, "xlayer_relayers", ParentType, ContextType, RequireFields>; + xlayer_sequencer?: SubscriptionResolver, "xlayer_sequencer", ParentType, ContextType, RequireFields>; + xlayer_sequencers?: SubscriptionResolver, "xlayer_sequencers", ParentType, ContextType, RequireFields>; + xlayer_relayerFee?: SubscriptionResolver, "xlayer_relayerFee", ParentType, ContextType, RequireFields>; + xlayer_relayerFees?: SubscriptionResolver, "xlayer_relayerFees", ParentType, ContextType, RequireFields>; + xlayer_originTransfer?: SubscriptionResolver, "xlayer_originTransfer", ParentType, ContextType, RequireFields>; + xlayer_originTransfers?: SubscriptionResolver, "xlayer_originTransfers", ParentType, ContextType, RequireFields>; + xlayer_destinationTransfer?: SubscriptionResolver, "xlayer_destinationTransfer", ParentType, ContextType, RequireFields>; + xlayer_destinationTransfers?: SubscriptionResolver, "xlayer_destinationTransfers", ParentType, ContextType, RequireFields>; + xlayer_originMessage?: SubscriptionResolver, "xlayer_originMessage", ParentType, ContextType, RequireFields>; + xlayer_originMessages?: SubscriptionResolver, "xlayer_originMessages", ParentType, ContextType, RequireFields>; + xlayer_aggregateRoot?: SubscriptionResolver, "xlayer_aggregateRoot", ParentType, ContextType, RequireFields>; + xlayer_aggregateRoots?: SubscriptionResolver, "xlayer_aggregateRoots", ParentType, ContextType, RequireFields>; + xlayer_connectorMeta?: SubscriptionResolver, "xlayer_connectorMeta", ParentType, ContextType, RequireFields>; + xlayer_connectorMetas?: SubscriptionResolver, "xlayer_connectorMetas", ParentType, ContextType, RequireFields>; + xlayer_rootCount?: SubscriptionResolver, "xlayer_rootCount", ParentType, ContextType, RequireFields>; + xlayer_rootCounts?: SubscriptionResolver, "xlayer_rootCounts", ParentType, ContextType, RequireFields>; + xlayer_rootMessageSent?: SubscriptionResolver, "xlayer_rootMessageSent", ParentType, ContextType, RequireFields>; + xlayer_rootMessageSents?: SubscriptionResolver, "xlayer_rootMessageSents", ParentType, ContextType, RequireFields>; + xlayer_relayerFeesIncrease?: SubscriptionResolver, "xlayer_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + xlayer_relayerFeesIncreases?: SubscriptionResolver, "xlayer_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + xlayer_slippageUpdate?: SubscriptionResolver, "xlayer_slippageUpdate", ParentType, ContextType, RequireFields>; + xlayer_slippageUpdates?: SubscriptionResolver, "xlayer_slippageUpdates", ParentType, ContextType, RequireFields>; + xlayer_snapshotRoot?: SubscriptionResolver, "xlayer_snapshotRoot", ParentType, ContextType, RequireFields>; + xlayer_snapshotRoots?: SubscriptionResolver, "xlayer_snapshotRoots", ParentType, ContextType, RequireFields>; + xlayer_spokeConnectorMode?: SubscriptionResolver, "xlayer_spokeConnectorMode", ParentType, ContextType, RequireFields>; + xlayer_spokeConnectorModes?: SubscriptionResolver, "xlayer_spokeConnectorModes", ParentType, ContextType, RequireFields>; + xlayer_aggregateRootProposed?: SubscriptionResolver, "xlayer_aggregateRootProposed", ParentType, ContextType, RequireFields>; + xlayer_aggregateRootProposeds?: SubscriptionResolver, "xlayer_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + xlayer_optimisticRootFinalized?: SubscriptionResolver, "xlayer_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + xlayer_optimisticRootFinalizeds?: SubscriptionResolver, "xlayer_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + xlayer__meta?: SubscriptionResolver, "xlayer__meta", ParentType, ContextType, Partial>; + bnb_asset?: SubscriptionResolver, "bnb_asset", ParentType, ContextType, RequireFields>; + bnb_assets?: SubscriptionResolver, "bnb_assets", ParentType, ContextType, RequireFields>; + bnb_assetStatus?: SubscriptionResolver, "bnb_assetStatus", ParentType, ContextType, RequireFields>; + bnb_assetStatuses?: SubscriptionResolver, "bnb_assetStatuses", ParentType, ContextType, RequireFields>; + bnb_assetBalance?: SubscriptionResolver, "bnb_assetBalance", ParentType, ContextType, RequireFields>; + bnb_assetBalances?: SubscriptionResolver, "bnb_assetBalances", ParentType, ContextType, RequireFields>; + bnb_router?: SubscriptionResolver, "bnb_router", ParentType, ContextType, RequireFields>; + bnb_routers?: SubscriptionResolver, "bnb_routers", ParentType, ContextType, RequireFields>; + bnb_routerDailyTVL?: SubscriptionResolver, "bnb_routerDailyTVL", ParentType, ContextType, RequireFields>; + bnb_routerDailyTVLs?: SubscriptionResolver, "bnb_routerDailyTVLs", ParentType, ContextType, RequireFields>; + bnb_routerLiquidityEvent?: SubscriptionResolver, "bnb_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + bnb_routerLiquidityEvents?: SubscriptionResolver, "bnb_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + bnb_setting?: SubscriptionResolver, "bnb_setting", ParentType, ContextType, RequireFields>; + bnb_settings?: SubscriptionResolver, "bnb_settings", ParentType, ContextType, RequireFields>; + bnb_relayer?: SubscriptionResolver, "bnb_relayer", ParentType, ContextType, RequireFields>; + bnb_relayers?: SubscriptionResolver, "bnb_relayers", ParentType, ContextType, RequireFields>; + bnb_sequencer?: SubscriptionResolver, "bnb_sequencer", ParentType, ContextType, RequireFields>; + bnb_sequencers?: SubscriptionResolver, "bnb_sequencers", ParentType, ContextType, RequireFields>; + bnb_relayerFee?: SubscriptionResolver, "bnb_relayerFee", ParentType, ContextType, RequireFields>; + bnb_relayerFees?: SubscriptionResolver, "bnb_relayerFees", ParentType, ContextType, RequireFields>; + bnb_originTransfer?: SubscriptionResolver, "bnb_originTransfer", ParentType, ContextType, RequireFields>; + bnb_originTransfers?: SubscriptionResolver, "bnb_originTransfers", ParentType, ContextType, RequireFields>; + bnb_destinationTransfer?: SubscriptionResolver, "bnb_destinationTransfer", ParentType, ContextType, RequireFields>; + bnb_destinationTransfers?: SubscriptionResolver, "bnb_destinationTransfers", ParentType, ContextType, RequireFields>; + bnb_originMessage?: SubscriptionResolver, "bnb_originMessage", ParentType, ContextType, RequireFields>; + bnb_originMessages?: SubscriptionResolver, "bnb_originMessages", ParentType, ContextType, RequireFields>; + bnb_aggregateRoot?: SubscriptionResolver, "bnb_aggregateRoot", ParentType, ContextType, RequireFields>; + bnb_aggregateRoots?: SubscriptionResolver, "bnb_aggregateRoots", ParentType, ContextType, RequireFields>; + bnb_connectorMeta?: SubscriptionResolver, "bnb_connectorMeta", ParentType, ContextType, RequireFields>; + bnb_connectorMetas?: SubscriptionResolver, "bnb_connectorMetas", ParentType, ContextType, RequireFields>; + bnb_rootCount?: SubscriptionResolver, "bnb_rootCount", ParentType, ContextType, RequireFields>; + bnb_rootCounts?: SubscriptionResolver, "bnb_rootCounts", ParentType, ContextType, RequireFields>; + bnb_rootMessageSent?: SubscriptionResolver, "bnb_rootMessageSent", ParentType, ContextType, RequireFields>; + bnb_rootMessageSents?: SubscriptionResolver, "bnb_rootMessageSents", ParentType, ContextType, RequireFields>; + bnb_relayerFeesIncrease?: SubscriptionResolver, "bnb_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + bnb_relayerFeesIncreases?: SubscriptionResolver, "bnb_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + bnb_slippageUpdate?: SubscriptionResolver, "bnb_slippageUpdate", ParentType, ContextType, RequireFields>; + bnb_slippageUpdates?: SubscriptionResolver, "bnb_slippageUpdates", ParentType, ContextType, RequireFields>; + bnb_snapshotRoot?: SubscriptionResolver, "bnb_snapshotRoot", ParentType, ContextType, RequireFields>; + bnb_snapshotRoots?: SubscriptionResolver, "bnb_snapshotRoots", ParentType, ContextType, RequireFields>; + bnb_spokeConnectorMode?: SubscriptionResolver, "bnb_spokeConnectorMode", ParentType, ContextType, RequireFields>; + bnb_spokeConnectorModes?: SubscriptionResolver, "bnb_spokeConnectorModes", ParentType, ContextType, RequireFields>; + bnb_aggregateRootProposed?: SubscriptionResolver, "bnb_aggregateRootProposed", ParentType, ContextType, RequireFields>; + bnb_aggregateRootProposeds?: SubscriptionResolver, "bnb_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + bnb_optimisticRootFinalized?: SubscriptionResolver, "bnb_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + bnb_optimisticRootFinalizeds?: SubscriptionResolver, "bnb_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + bnb__meta?: SubscriptionResolver, "bnb__meta", ParentType, ContextType, Partial>; + base_asset?: SubscriptionResolver, "base_asset", ParentType, ContextType, RequireFields>; + base_assets?: SubscriptionResolver, "base_assets", ParentType, ContextType, RequireFields>; + base_assetStatus?: SubscriptionResolver, "base_assetStatus", ParentType, ContextType, RequireFields>; + base_assetStatuses?: SubscriptionResolver, "base_assetStatuses", ParentType, ContextType, RequireFields>; + base_assetBalance?: SubscriptionResolver, "base_assetBalance", ParentType, ContextType, RequireFields>; + base_assetBalances?: SubscriptionResolver, "base_assetBalances", ParentType, ContextType, RequireFields>; + base_router?: SubscriptionResolver, "base_router", ParentType, ContextType, RequireFields>; + base_routers?: SubscriptionResolver, "base_routers", ParentType, ContextType, RequireFields>; + base_routerDailyTVL?: SubscriptionResolver, "base_routerDailyTVL", ParentType, ContextType, RequireFields>; + base_routerDailyTVLs?: SubscriptionResolver, "base_routerDailyTVLs", ParentType, ContextType, RequireFields>; + base_routerLiquidityEvent?: SubscriptionResolver, "base_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + base_routerLiquidityEvents?: SubscriptionResolver, "base_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + base_setting?: SubscriptionResolver, "base_setting", ParentType, ContextType, RequireFields>; + base_settings?: SubscriptionResolver, "base_settings", ParentType, ContextType, RequireFields>; + base_relayer?: SubscriptionResolver, "base_relayer", ParentType, ContextType, RequireFields>; + base_relayers?: SubscriptionResolver, "base_relayers", ParentType, ContextType, RequireFields>; + base_sequencer?: SubscriptionResolver, "base_sequencer", ParentType, ContextType, RequireFields>; + base_sequencers?: SubscriptionResolver, "base_sequencers", ParentType, ContextType, RequireFields>; + base_relayerFee?: SubscriptionResolver, "base_relayerFee", ParentType, ContextType, RequireFields>; + base_relayerFees?: SubscriptionResolver, "base_relayerFees", ParentType, ContextType, RequireFields>; + base_originTransfer?: SubscriptionResolver, "base_originTransfer", ParentType, ContextType, RequireFields>; + base_originTransfers?: SubscriptionResolver, "base_originTransfers", ParentType, ContextType, RequireFields>; + base_destinationTransfer?: SubscriptionResolver, "base_destinationTransfer", ParentType, ContextType, RequireFields>; + base_destinationTransfers?: SubscriptionResolver, "base_destinationTransfers", ParentType, ContextType, RequireFields>; + base_originMessage?: SubscriptionResolver, "base_originMessage", ParentType, ContextType, RequireFields>; + base_originMessages?: SubscriptionResolver, "base_originMessages", ParentType, ContextType, RequireFields>; + base_aggregateRoot?: SubscriptionResolver, "base_aggregateRoot", ParentType, ContextType, RequireFields>; + base_aggregateRoots?: SubscriptionResolver, "base_aggregateRoots", ParentType, ContextType, RequireFields>; + base_connectorMeta?: SubscriptionResolver, "base_connectorMeta", ParentType, ContextType, RequireFields>; + base_connectorMetas?: SubscriptionResolver, "base_connectorMetas", ParentType, ContextType, RequireFields>; + base_rootCount?: SubscriptionResolver, "base_rootCount", ParentType, ContextType, RequireFields>; + base_rootCounts?: SubscriptionResolver, "base_rootCounts", ParentType, ContextType, RequireFields>; + base_rootMessageSent?: SubscriptionResolver, "base_rootMessageSent", ParentType, ContextType, RequireFields>; + base_rootMessageSents?: SubscriptionResolver, "base_rootMessageSents", ParentType, ContextType, RequireFields>; + base_relayerFeesIncrease?: SubscriptionResolver, "base_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + base_relayerFeesIncreases?: SubscriptionResolver, "base_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + base_slippageUpdate?: SubscriptionResolver, "base_slippageUpdate", ParentType, ContextType, RequireFields>; + base_slippageUpdates?: SubscriptionResolver, "base_slippageUpdates", ParentType, ContextType, RequireFields>; + base_snapshotRoot?: SubscriptionResolver, "base_snapshotRoot", ParentType, ContextType, RequireFields>; + base_snapshotRoots?: SubscriptionResolver, "base_snapshotRoots", ParentType, ContextType, RequireFields>; + base_spokeConnectorMode?: SubscriptionResolver, "base_spokeConnectorMode", ParentType, ContextType, RequireFields>; + base_spokeConnectorModes?: SubscriptionResolver, "base_spokeConnectorModes", ParentType, ContextType, RequireFields>; + base_aggregateRootProposed?: SubscriptionResolver, "base_aggregateRootProposed", ParentType, ContextType, RequireFields>; + base_aggregateRootProposeds?: SubscriptionResolver, "base_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + base_optimisticRootFinalized?: SubscriptionResolver, "base_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + base_optimisticRootFinalizeds?: SubscriptionResolver, "base_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + base__meta?: SubscriptionResolver, "base__meta", ParentType, ContextType, Partial>; + arbitrumsepolia_swap_systemInfo?: SubscriptionResolver, "arbitrumsepolia_swap_systemInfo", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_systemInfos?: SubscriptionResolver, "arbitrumsepolia_swap_systemInfos", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_pooledToken?: SubscriptionResolver, "arbitrumsepolia_swap_pooledToken", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_pooledTokens?: SubscriptionResolver, "arbitrumsepolia_swap_pooledTokens", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwap?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwap", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwaps?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwaps", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccount?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccount", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccounts?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccounts", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumsepolia_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpToken?: SubscriptionResolver, "arbitrumsepolia_swap_lpToken", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokens?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokens", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumsepolia_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumsepolia_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumsepolia_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumsepolia_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumsepolia_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumsepolia_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + arbitrumsepolia_swap__meta?: SubscriptionResolver, "arbitrumsepolia_swap__meta", ParentType, ContextType, Partial>; + stagingoptimism_asset?: SubscriptionResolver, "stagingoptimism_asset", ParentType, ContextType, RequireFields>; + stagingoptimism_assets?: SubscriptionResolver, "stagingoptimism_assets", ParentType, ContextType, RequireFields>; + stagingoptimism_assetStatus?: SubscriptionResolver, "stagingoptimism_assetStatus", ParentType, ContextType, RequireFields>; + stagingoptimism_assetStatuses?: SubscriptionResolver, "stagingoptimism_assetStatuses", ParentType, ContextType, RequireFields>; + stagingoptimism_assetBalance?: SubscriptionResolver, "stagingoptimism_assetBalance", ParentType, ContextType, RequireFields>; + stagingoptimism_assetBalances?: SubscriptionResolver, "stagingoptimism_assetBalances", ParentType, ContextType, RequireFields>; + stagingoptimism_router?: SubscriptionResolver, "stagingoptimism_router", ParentType, ContextType, RequireFields>; + stagingoptimism_routers?: SubscriptionResolver, "stagingoptimism_routers", ParentType, ContextType, RequireFields>; + stagingoptimism_routerDailyTVL?: SubscriptionResolver, "stagingoptimism_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingoptimism_routerDailyTVLs?: SubscriptionResolver, "stagingoptimism_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingoptimism_routerLiquidityEvent?: SubscriptionResolver, "stagingoptimism_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingoptimism_routerLiquidityEvents?: SubscriptionResolver, "stagingoptimism_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingoptimism_setting?: SubscriptionResolver, "stagingoptimism_setting", ParentType, ContextType, RequireFields>; + stagingoptimism_settings?: SubscriptionResolver, "stagingoptimism_settings", ParentType, ContextType, RequireFields>; + stagingoptimism_relayer?: SubscriptionResolver, "stagingoptimism_relayer", ParentType, ContextType, RequireFields>; + stagingoptimism_relayers?: SubscriptionResolver, "stagingoptimism_relayers", ParentType, ContextType, RequireFields>; + stagingoptimism_sequencer?: SubscriptionResolver, "stagingoptimism_sequencer", ParentType, ContextType, RequireFields>; + stagingoptimism_sequencers?: SubscriptionResolver, "stagingoptimism_sequencers", ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFee?: SubscriptionResolver, "stagingoptimism_relayerFee", ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFees?: SubscriptionResolver, "stagingoptimism_relayerFees", ParentType, ContextType, RequireFields>; + stagingoptimism_originTransfer?: SubscriptionResolver, "stagingoptimism_originTransfer", ParentType, ContextType, RequireFields>; + stagingoptimism_originTransfers?: SubscriptionResolver, "stagingoptimism_originTransfers", ParentType, ContextType, RequireFields>; + stagingoptimism_destinationTransfer?: SubscriptionResolver, "stagingoptimism_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingoptimism_destinationTransfers?: SubscriptionResolver, "stagingoptimism_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingoptimism_originMessage?: SubscriptionResolver, "stagingoptimism_originMessage", ParentType, ContextType, RequireFields>; + stagingoptimism_originMessages?: SubscriptionResolver, "stagingoptimism_originMessages", ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRoot?: SubscriptionResolver, "stagingoptimism_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRoots?: SubscriptionResolver, "stagingoptimism_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingoptimism_connectorMeta?: SubscriptionResolver, "stagingoptimism_connectorMeta", ParentType, ContextType, RequireFields>; + stagingoptimism_connectorMetas?: SubscriptionResolver, "stagingoptimism_connectorMetas", ParentType, ContextType, RequireFields>; + stagingoptimism_rootCount?: SubscriptionResolver, "stagingoptimism_rootCount", ParentType, ContextType, RequireFields>; + stagingoptimism_rootCounts?: SubscriptionResolver, "stagingoptimism_rootCounts", ParentType, ContextType, RequireFields>; + stagingoptimism_rootMessageSent?: SubscriptionResolver, "stagingoptimism_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingoptimism_rootMessageSents?: SubscriptionResolver, "stagingoptimism_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFeesIncrease?: SubscriptionResolver, "stagingoptimism_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingoptimism_relayerFeesIncreases?: SubscriptionResolver, "stagingoptimism_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingoptimism_slippageUpdate?: SubscriptionResolver, "stagingoptimism_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingoptimism_slippageUpdates?: SubscriptionResolver, "stagingoptimism_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingoptimism_snapshotRoot?: SubscriptionResolver, "stagingoptimism_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingoptimism_snapshotRoots?: SubscriptionResolver, "stagingoptimism_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingoptimism_spokeConnectorMode?: SubscriptionResolver, "stagingoptimism_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingoptimism_spokeConnectorModes?: SubscriptionResolver, "stagingoptimism_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRootProposed?: SubscriptionResolver, "stagingoptimism_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingoptimism_aggregateRootProposeds?: SubscriptionResolver, "stagingoptimism_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingoptimism_optimisticRootFinalized?: SubscriptionResolver, "stagingoptimism_optimisticRootFinalized", ParentType, ContextType, RequireFields>; + stagingoptimism_optimisticRootFinalizeds?: SubscriptionResolver, "stagingoptimism_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; + stagingoptimism__meta?: SubscriptionResolver, "stagingoptimism__meta", ParentType, ContextType, Partial>; + avalanche_swap_systemInfo?: SubscriptionResolver, "avalanche_swap_systemInfo", ParentType, ContextType, RequireFields>; + avalanche_swap_systemInfos?: SubscriptionResolver, "avalanche_swap_systemInfos", ParentType, ContextType, RequireFields>; + avalanche_swap_pooledToken?: SubscriptionResolver, "avalanche_swap_pooledToken", ParentType, ContextType, RequireFields>; + avalanche_swap_pooledTokens?: SubscriptionResolver, "avalanche_swap_pooledTokens", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwap?: SubscriptionResolver, "avalanche_swap_stableSwap", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwaps?: SubscriptionResolver, "avalanche_swap_stableSwaps", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "avalanche_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "avalanche_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "avalanche_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "avalanche_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapExchange?: SubscriptionResolver, "avalanche_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapExchanges?: SubscriptionResolver, "avalanche_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + avalanche_swap_swapDailyVolume?: SubscriptionResolver, "avalanche_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + avalanche_swap_swapDailyVolumes?: SubscriptionResolver, "avalanche_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + avalanche_swap_swapHourlyVolume?: SubscriptionResolver, "avalanche_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + avalanche_swap_swapHourlyVolumes?: SubscriptionResolver, "avalanche_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + avalanche_swap_swapWeeklyVolume?: SubscriptionResolver, "avalanche_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + avalanche_swap_swapWeeklyVolumes?: SubscriptionResolver, "avalanche_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccount?: SubscriptionResolver, "avalanche_swap_lpAccount", ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccounts?: SubscriptionResolver, "avalanche_swap_lpAccounts", ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccountBalance?: SubscriptionResolver, "avalanche_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + avalanche_swap_lpAccountBalances?: SubscriptionResolver, "avalanche_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + avalanche_swap_lpToken?: SubscriptionResolver, "avalanche_swap_lpToken", ParentType, ContextType, RequireFields>; + avalanche_swap_lpTokens?: SubscriptionResolver, "avalanche_swap_lpTokens", ParentType, ContextType, RequireFields>; + avalanche_swap_lpTransferEvent?: SubscriptionResolver, "avalanche_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + avalanche_swap_lpTransferEvents?: SubscriptionResolver, "avalanche_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapEvent?: SubscriptionResolver, "avalanche_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + avalanche_swap_stableSwapEvents?: SubscriptionResolver, "avalanche_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + avalanche_swap_swapTradeVolume?: SubscriptionResolver, "avalanche_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + avalanche_swap_swapTradeVolumes?: SubscriptionResolver, "avalanche_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + avalanche_swap_lpTokenEvent?: SubscriptionResolver, "avalanche_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + avalanche_swap_lpTokenEvents?: SubscriptionResolver, "avalanche_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + avalanche_swap__meta?: SubscriptionResolver, "avalanche_swap__meta", ParentType, ContextType, Partial>; + optimism_swap_systemInfo?: SubscriptionResolver, "optimism_swap_systemInfo", ParentType, ContextType, RequireFields>; + optimism_swap_systemInfos?: SubscriptionResolver, "optimism_swap_systemInfos", ParentType, ContextType, RequireFields>; + optimism_swap_pooledToken?: SubscriptionResolver, "optimism_swap_pooledToken", ParentType, ContextType, RequireFields>; + optimism_swap_pooledTokens?: SubscriptionResolver, "optimism_swap_pooledTokens", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwap?: SubscriptionResolver, "optimism_swap_stableSwap", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwaps?: SubscriptionResolver, "optimism_swap_stableSwaps", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "optimism_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchange?: SubscriptionResolver, "optimism_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapExchanges?: SubscriptionResolver, "optimism_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolume?: SubscriptionResolver, "optimism_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapDailyVolumes?: SubscriptionResolver, "optimism_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolume?: SubscriptionResolver, "optimism_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapHourlyVolumes?: SubscriptionResolver, "optimism_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolume?: SubscriptionResolver, "optimism_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapWeeklyVolumes?: SubscriptionResolver, "optimism_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccount?: SubscriptionResolver, "optimism_swap_lpAccount", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccounts?: SubscriptionResolver, "optimism_swap_lpAccounts", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalance?: SubscriptionResolver, "optimism_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + optimism_swap_lpAccountBalances?: SubscriptionResolver, "optimism_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + optimism_swap_lpToken?: SubscriptionResolver, "optimism_swap_lpToken", ParentType, ContextType, RequireFields>; + optimism_swap_lpTokens?: SubscriptionResolver, "optimism_swap_lpTokens", ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvent?: SubscriptionResolver, "optimism_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + optimism_swap_lpTransferEvents?: SubscriptionResolver, "optimism_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvent?: SubscriptionResolver, "optimism_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + optimism_swap_stableSwapEvents?: SubscriptionResolver, "optimism_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolume?: SubscriptionResolver, "optimism_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + optimism_swap_swapTradeVolumes?: SubscriptionResolver, "optimism_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvent?: SubscriptionResolver, "optimism_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + optimism_swap_lpTokenEvents?: SubscriptionResolver, "optimism_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + optimism_swap__meta?: SubscriptionResolver, "optimism_swap__meta", ParentType, ContextType, Partial>; + arbitrumone_swap_systemInfo?: SubscriptionResolver, "arbitrumone_swap_systemInfo", ParentType, ContextType, RequireFields>; + arbitrumone_swap_systemInfos?: SubscriptionResolver, "arbitrumone_swap_systemInfos", ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledToken?: SubscriptionResolver, "arbitrumone_swap_pooledToken", ParentType, ContextType, RequireFields>; + arbitrumone_swap_pooledTokens?: SubscriptionResolver, "arbitrumone_swap_pooledTokens", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwap?: SubscriptionResolver, "arbitrumone_swap_stableSwap", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwaps?: SubscriptionResolver, "arbitrumone_swap_stableSwaps", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchange?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapExchanges?: SubscriptionResolver, "arbitrumone_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolume?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapDailyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolume?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapHourlyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolume?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapWeeklyVolumes?: SubscriptionResolver, "arbitrumone_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccount?: SubscriptionResolver, "arbitrumone_swap_lpAccount", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccounts?: SubscriptionResolver, "arbitrumone_swap_lpAccounts", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalance?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpAccountBalances?: SubscriptionResolver, "arbitrumone_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpToken?: SubscriptionResolver, "arbitrumone_swap_lpToken", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokens?: SubscriptionResolver, "arbitrumone_swap_lpTokens", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvent?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTransferEvents?: SubscriptionResolver, "arbitrumone_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvent?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_stableSwapEvents?: SubscriptionResolver, "arbitrumone_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolume?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + arbitrumone_swap_swapTradeVolumes?: SubscriptionResolver, "arbitrumone_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvent?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + arbitrumone_swap_lpTokenEvents?: SubscriptionResolver, "arbitrumone_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + arbitrumone_swap__meta?: SubscriptionResolver, "arbitrumone_swap__meta", ParentType, ContextType, Partial>; + 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_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>; + polygon_swap_systemInfo?: SubscriptionResolver, "polygon_swap_systemInfo", ParentType, ContextType, RequireFields>; + polygon_swap_systemInfos?: SubscriptionResolver, "polygon_swap_systemInfos", ParentType, ContextType, RequireFields>; + polygon_swap_pooledToken?: SubscriptionResolver, "polygon_swap_pooledToken", ParentType, ContextType, RequireFields>; + polygon_swap_pooledTokens?: SubscriptionResolver, "polygon_swap_pooledTokens", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwap?: SubscriptionResolver, "polygon_swap_stableSwap", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwaps?: SubscriptionResolver, "polygon_swap_stableSwaps", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapAddLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapAddLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvent?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvent", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapRemoveLiquidityEvents?: SubscriptionResolver, "polygon_swap_stableSwapRemoveLiquidityEvents", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchange?: SubscriptionResolver, "polygon_swap_stableSwapExchange", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapExchanges?: SubscriptionResolver, "polygon_swap_stableSwapExchanges", ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolume?: SubscriptionResolver, "polygon_swap_swapDailyVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapDailyVolumes?: SubscriptionResolver, "polygon_swap_swapDailyVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolume?: SubscriptionResolver, "polygon_swap_swapHourlyVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapHourlyVolumes?: SubscriptionResolver, "polygon_swap_swapHourlyVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolume?: SubscriptionResolver, "polygon_swap_swapWeeklyVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapWeeklyVolumes?: SubscriptionResolver, "polygon_swap_swapWeeklyVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccount?: SubscriptionResolver, "polygon_swap_lpAccount", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccounts?: SubscriptionResolver, "polygon_swap_lpAccounts", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalance?: SubscriptionResolver, "polygon_swap_lpAccountBalance", ParentType, ContextType, RequireFields>; + polygon_swap_lpAccountBalances?: SubscriptionResolver, "polygon_swap_lpAccountBalances", ParentType, ContextType, RequireFields>; + polygon_swap_lpToken?: SubscriptionResolver, "polygon_swap_lpToken", ParentType, ContextType, RequireFields>; + polygon_swap_lpTokens?: SubscriptionResolver, "polygon_swap_lpTokens", ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvent?: SubscriptionResolver, "polygon_swap_lpTransferEvent", ParentType, ContextType, RequireFields>; + polygon_swap_lpTransferEvents?: SubscriptionResolver, "polygon_swap_lpTransferEvents", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvent?: SubscriptionResolver, "polygon_swap_stableSwapEvent", ParentType, ContextType, RequireFields>; + polygon_swap_stableSwapEvents?: SubscriptionResolver, "polygon_swap_stableSwapEvents", ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolume?: SubscriptionResolver, "polygon_swap_swapTradeVolume", ParentType, ContextType, RequireFields>; + polygon_swap_swapTradeVolumes?: SubscriptionResolver, "polygon_swap_swapTradeVolumes", ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvent?: SubscriptionResolver, "polygon_swap_lpTokenEvent", ParentType, ContextType, RequireFields>; + polygon_swap_lpTokenEvents?: SubscriptionResolver, "polygon_swap_lpTokenEvents", ParentType, ContextType, RequireFields>; + polygon_swap__meta?: SubscriptionResolver, "polygon_swap__meta", ParentType, ContextType, Partial>; }>; -export interface sepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'sepolia_Int8'; +export interface metis_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_swap_BigDecimal'; } -export type sepolia_LineaConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_MantleConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_MetisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_ModeConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_OptimismConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_OptimisticRootPropagatedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_OptimisticRootProposedResolvers = ResolversObject<{ - id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_PolygonConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_PolygonZkConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_RootAggregatedResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_RootManagerMetaResolvers = ResolversObject<{ - id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_RootManagerModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_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 sepolia_RootPropagatedResolvers = ResolversObject<{ - id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_ScrollConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_X1ConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia_ZkSyncConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type sepolia__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface arbitrumsepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_swap_BigDecimal'; +export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { + name: 'BigInt'; } -export interface arbitrumsepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_swap_Bytes'; +export interface metis_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_swap_Bytes'; } -export interface arbitrumsepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_swap_Int8'; +export interface metis_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_swap_Int8'; } -export type arbitrumsepolia_swap_LpAccountResolvers = ResolversObject<{ +export type metis_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type metis_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 arbitrumsepolia_swap_LpTokenResolvers = ResolversObject<{ +export type metis_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 arbitrumsepolia_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumsepolia_swap_LpTransferEvent', ParentType, ContextType>; +export type metis_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'metis_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 arbitrumsepolia_swap_LpTransferEventResolvers = ResolversObject<{ +export type metis_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 arbitrumsepolia_swap_PooledTokenResolvers = ResolversObject<{ +export type metis_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_StableSwapResolvers = ResolversObject<{ +export type metis_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 arbitrumsepolia_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type metis_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>; @@ -189296,25 +188577,25 @@ export type arbitrumsepolia_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumsepolia_swap_StableSwapAddLiquidityEvent' | 'arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type metis_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'metis_swap_StableSwapAddLiquidityEvent' | 'metis_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type arbitrumsepolia_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type metis_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -189323,15 +188604,15 @@ export type arbitrumsepolia_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type metis_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>; @@ -189340,907 +188621,493 @@ export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'arbitrumsepolia_swap_SwapDailyVolume' | 'arbitrumsepolia_swap_SwapHourlyVolume' | 'arbitrumsepolia_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type arbitrumsepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface arbitrumsepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_BigDecimal'; -} - -export interface arbitrumsepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_Bytes'; -} - -export type arbitrumsepolia_ConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface arbitrumsepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_Int8'; -} - -export type arbitrumsepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_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 arbitrumsepolia_OriginTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_RelayerFeeResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_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 arbitrumsepolia_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_SlippageUpdateResolvers = ResolversObject<{ +export type metis_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_SnapshotRootResolvers = ResolversObject<{ +export type metis_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type arbitrumsepolia__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; +export type metis_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'metis_swap_SwapDailyVolume' | 'metis_swap_SwapHourlyVolume' | 'metis_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface optimismsepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismsepolia_BigDecimal'; -} - -export interface optimismsepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismsepolia_Bytes'; -} - -export type optimismsepolia_ConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + volume?: Resolver; }>; -export type optimismsepolia_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; +export type metis_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimismsepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismsepolia_Int8'; +export type metis_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface TimestampScalarConfig extends GraphQLScalarTypeConfig { + name: 'Timestamp'; } -export type optimismsepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; +export type metis_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_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>; +export type metis_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_OriginTransferResolvers = ResolversObject<{ +export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_BigDecimal'; +} + +export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_Bytes'; +} + +export type linea_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - 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>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_RelayerResolvers = ResolversObject<{ +export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: 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 optimismsepolia_RelayerFeeResolvers = ResolversObject<{ +export type linea_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type linea_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export type optimismsepolia_RootCountResolvers = ResolversObject<{ +export type linea_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - count?: 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 optimismsepolia_RootMessageSentResolvers = ResolversObject<{ +export type linea_swap_PooledTokenResolvers = 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>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_RouterResolvers = ResolversObject<{ +export type linea_swap_StableSwapResolvers = 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>; + 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 optimismsepolia_RouterDailyTVLResolvers = ResolversObject<{ +export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_RouterLiquidityEventResolvers = ResolversObject<{ +export type linea_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; + stableSwap?: Resolver; + block?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_SequencerResolvers = ResolversObject<{ +export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: 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 optimismsepolia_SettingResolvers = ResolversObject<{ +export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_SlippageUpdateResolvers = ResolversObject<{ +export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_SnapshotRootResolvers = ResolversObject<{ +export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type linea_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_SpokeConnectorModeResolvers = ResolversObject<{ +export type linea_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type linea_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type linea_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ +export type sepolia_AggregateRootSavedSlowResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; + aggregatedRoots?: Resolver>, ParentType, ContextType>; rootTimestamp?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregatedMessageRootResolvers = ResolversObject<{ +export type sepolia_AggregatedMessageRootResolvers = ResolversObject<{ id?: Resolver; index?: Resolver; - receivedRoot?: Resolver; + receivedRoot?: Resolver; domain?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ +export type sepolia_ArbitrumConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AvalancheConnectorMetaResolvers = ResolversObject<{ +export type sepolia_AvalancheConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_BaseConnectorMetaResolvers = ResolversObject<{ +export type sepolia_BaseConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_BigDecimal'; +export interface sepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_BigDecimal'; } -export type mainnet_BnbConnectorMetaResolvers = ResolversObject<{ +export type sepolia_BnbConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_Bytes'; +export interface sepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_Bytes'; } -export type mainnet_GnosisConnectorMetaResolvers = ResolversObject<{ +export type sepolia_GnosisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_HubDomainResolvers = ResolversObject<{ +export type sepolia_HubDomainResolvers = ResolversObject<{ id?: Resolver; domain?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export type sepolia_HubOptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_Int8'; +export interface sepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_Int8'; } -export type mainnet_LineaConnectorMetaResolvers = ResolversObject<{ +export type sepolia_LineaConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_MantleConnectorMetaResolvers = ResolversObject<{ +export type sepolia_MantleConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_MetisConnectorMetaResolvers = ResolversObject<{ +export type sepolia_MetisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_ModeConnectorMetaResolvers = ResolversObject<{ +export type sepolia_ModeConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OptimismConnectorMetaResolvers = ResolversObject<{ +export type sepolia_OptimismConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type sepolia_OptimisticRootPropagatedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; + aggregateRoot?: Resolver; + domainsHash?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OptimisticRootProposedResolvers = ResolversObject<{ +export type sepolia_OptimisticRootProposedResolvers = ResolversObject<{ id?: Resolver; disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; + aggregateRoot?: Resolver; + snapshotsRoots?: Resolver>, ParentType, ContextType>; domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; + baseAggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_PolygonConnectorMetaResolvers = ResolversObject<{ +export type sepolia_PolygonConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ +export type sepolia_PolygonZkConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RootAggregatedResolvers = ResolversObject<{ +export type sepolia_RootAggregatedResolvers = ResolversObject<{ id?: Resolver; domain?: Resolver; - receivedRoot?: Resolver; + receivedRoot?: Resolver; index?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RootManagerMetaResolvers = ResolversObject<{ +export type sepolia_RootManagerMetaResolvers = ResolversObject<{ id?: Resolver; domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RootManagerModeResolvers = ResolversObject<{ +export type sepolia_RootManagerModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RootMessageProcessedResolvers = ResolversObject<{ +export type sepolia_RootMessageProcessedResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - root?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -190248,50 +189115,287 @@ export type mainnet_RootMessageProcessedResolvers; }>; -export type mainnet_RootPropagatedResolvers = ResolversObject<{ +export type sepolia_RootPropagatedResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; count?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type sepolia_ScrollConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type sepolia_X1ConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia_ZkSyncConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type sepolia__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_AggregateRootResolvers = ResolversObject<{ +export interface sepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_swap_BigDecimal'; +} + +export interface sepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_swap_Bytes'; +} + +export interface sepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_swap_Int8'; +} + +export type sepolia_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia_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 sepolia_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 sepolia_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'sepolia_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type sepolia_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 sepolia_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia_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 sepolia_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 sepolia_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'sepolia_swap_StableSwapAddLiquidityEvent' | 'sepolia_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type sepolia_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 sepolia_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 sepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'sepolia_swap_SwapDailyVolume' | 'sepolia_swap_SwapHourlyVolume' | 'sepolia_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type sepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type sepolia_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginglinea_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_AggregateRootProposedResolvers = ResolversObject<{ +export type staginglinea_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -190300,170 +189404,178 @@ export type sepolia_AggregateRootProposedResolvers; }>; -export type sepolia_AssetResolvers = ResolversObject<{ +export type staginglinea_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_AssetBalanceResolvers = ResolversObject<{ +export type staginglinea_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 sepolia_AssetStatusResolvers = ResolversObject<{ +export type staginglinea_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_ConnectorMetaResolvers = ResolversObject<{ +export interface staginglinea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginglinea_BigDecimal'; +} + +export interface staginglinea_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginglinea_Bytes'; +} + +export type staginglinea_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 sepolia_DestinationTransferResolvers = ResolversObject<{ +export type staginglinea_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 sepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type staginglinea_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_OriginMessageResolvers = ResolversObject<{ +export type staginglinea_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 sepolia_OriginTransferResolvers = ResolversObject<{ +export type staginglinea_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 sepolia_RelayerResolvers = ResolversObject<{ +export type staginglinea_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RelayerFeeResolvers = ResolversObject<{ +export type staginglinea_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type staginglinea_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; @@ -190471,20 +189583,20 @@ export type sepolia_RelayerFeesIncreaseResolvers; }>; -export type sepolia_RootCountResolvers = ResolversObject<{ +export type staginglinea_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RootMessageSentResolvers = ResolversObject<{ +export type staginglinea_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>; @@ -190492,61 +189604,61 @@ export type sepolia_RootMessageSentResolvers; }>; -export type sepolia_RouterResolvers = ResolversObject<{ +export type staginglinea_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 sepolia_RouterDailyTVLResolvers = ResolversObject<{ +export type staginglinea_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RouterLiquidityEventResolvers = ResolversObject<{ +export type staginglinea_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_SequencerResolvers = ResolversObject<{ +export type staginglinea_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_SettingResolvers = ResolversObject<{ +export type staginglinea_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_SlippageUpdateResolvers = ResolversObject<{ +export type staginglinea_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -190554,32 +189666,46 @@ export type sepolia_SlippageUpdateResolvers; }>; -export type sepolia_SnapshotRootResolvers = ResolversObject<{ +export type staginglinea_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_SpokeConnectorModeResolvers = ResolversObject<{ +export type staginglinea_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AggregateRootResolvers = ResolversObject<{ +export type staginglinea__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type staginglinea__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type linea_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AggregateRootProposedResolvers = ResolversObject<{ +export type linea_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -190588,182 +189714,178 @@ export type arbitrumone_AggregateRootProposedResolvers; }>; -export type arbitrumone_AssetResolvers = ResolversObject<{ +export type linea_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AssetBalanceResolvers = ResolversObject<{ +export type linea_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_AssetStatusResolvers = ResolversObject<{ +export type linea_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_BigDecimal'; +export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_BigDecimal'; } -export interface arbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_Bytes'; +export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_Bytes'; } -export type arbitrumone_ConnectorMetaResolvers = ResolversObject<{ +export type linea_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_DestinationTransferResolvers = ResolversObject<{ +export type linea_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumone_Int8'; -} - -export type arbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type linea_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_OriginMessageResolvers = ResolversObject<{ +export type linea_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_OriginTransferResolvers = ResolversObject<{ +export type linea_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RelayerResolvers = ResolversObject<{ +export type linea_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RelayerFeeResolvers = ResolversObject<{ +export type linea_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type linea_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -190771,20 +189893,20 @@ export type arbitrumone_RelayerFeesIncreaseResolvers; }>; -export type arbitrumone_RootCountResolvers = ResolversObject<{ +export type linea_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RootMessageSentResolvers = ResolversObject<{ +export type linea_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -190792,61 +189914,61 @@ export type arbitrumone_RootMessageSentResolvers; }>; -export type arbitrumone_RouterResolvers = ResolversObject<{ +export type linea_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RouterDailyTVLResolvers = ResolversObject<{ +export type linea_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_RouterLiquidityEventResolvers = ResolversObject<{ +export type linea_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_SequencerResolvers = ResolversObject<{ +export type linea_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_SettingResolvers = ResolversObject<{ +export type linea_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_SlippageUpdateResolvers = ResolversObject<{ +export type linea_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -190854,481 +189976,361 @@ export type arbitrumone_SlippageUpdateResolvers; }>; -export type arbitrumone_SnapshotRootResolvers = ResolversObject<{ +export type linea_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ +export type linea_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type linea__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type linea__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface zksync_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_swap_BigDecimal'; -} - -export interface zksync_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_swap_Bytes'; -} - -export interface zksync_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_swap_Int8'; -} - -export type zksync_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_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 zksync_swap_LpTokenResolvers = ResolversObject<{ +export type stagingmode_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'zksync_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type zksync_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingmode_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingmode_AssetResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapResolvers = ResolversObject<{ +export type stagingmode_AssetBalanceResolvers = 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>; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingmode_AssetStatusResolvers = 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; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'zksync_swap_StableSwapAddLiquidityEvent' | 'zksync_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type zksync_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 interface stagingmode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_BigDecimal'; +} -export type zksync_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 interface stagingmode_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_Bytes'; +} -export type zksync_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingmode_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 zksync_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingmode_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 zksync_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'zksync_swap_SwapDailyVolume' | 'zksync_swap_SwapHourlyVolume' | 'zksync_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; +export interface stagingmode_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_Int8'; +} -export type zksync_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingmode_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingmode_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_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 base_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_swap_BigDecimal'; -} - -export interface base_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_swap_Bytes'; -} - -export interface base_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_swap_Int8'; -} - -export type base_swap_LpAccountResolvers = ResolversObject<{ +export type stagingmode_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 base_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type stagingmode_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 base_swap_LpTokenResolvers = ResolversObject<{ +export type stagingmode_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 base_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'base_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type base_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingmode_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; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingmode_RootCountResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_StableSwapResolvers = ResolversObject<{ +export type stagingmode_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, 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 base_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingmode_RouterResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + 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 base_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'base_swap_StableSwapAddLiquidityEvent' | 'base_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingmode_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingmode_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingmode_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingmode_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingmode_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 base_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'base_swap_SwapDailyVolume' | 'base_swap_SwapHourlyVolume' | 'base_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type base_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingmode_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingmode_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmode__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmode__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootResolvers = ResolversObject<{ +export type stagingscroll_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingscroll_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -191337,182 +190339,182 @@ export type optimism_AggregateRootProposedResolvers; }>; -export type optimism_AssetResolvers = ResolversObject<{ +export type stagingscroll_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetBalanceResolvers = ResolversObject<{ +export type stagingscroll_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 stagingscroll_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_BigDecimal'; +export interface stagingscroll_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingscroll_BigDecimal'; } -export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Bytes'; +export interface stagingscroll_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingscroll_Bytes'; } -export type optimism_ConnectorMetaResolvers = ResolversObject<{ +export type stagingscroll_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 stagingscroll_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Int8'; +export interface stagingscroll_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingscroll_Int8'; } -export type optimism_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingscroll_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_OriginMessageResolvers = ResolversObject<{ +export type stagingscroll_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 stagingscroll_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerResolvers = ResolversObject<{ +export type stagingscroll_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeeResolvers = ResolversObject<{ +export type stagingscroll_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingscroll_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; @@ -191520,20 +190522,20 @@ export type optimism_RelayerFeesIncreaseResolvers; }>; -export type optimism_RootCountResolvers = ResolversObject<{ +export type stagingscroll_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RootMessageSentResolvers = ResolversObject<{ +export type stagingscroll_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>; @@ -191541,61 +190543,61 @@ export type optimism_RootMessageSentResolvers; }>; -export type optimism_RouterResolvers = ResolversObject<{ +export type stagingscroll_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 stagingscroll_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingscroll_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SequencerResolvers = ResolversObject<{ +export type stagingscroll_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SettingResolvers = ResolversObject<{ +export type stagingscroll_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SlippageUpdateResolvers = ResolversObject<{ +export type stagingscroll_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -191603,248 +190605,347 @@ export type optimism_SlippageUpdateResolvers; }>; -export type optimism_SnapshotRootResolvers = ResolversObject<{ +export type stagingscroll_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingscroll_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingscroll__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingscroll__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface metis_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_swap_BigDecimal'; +export type arbitrumone_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface arbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_BigDecimal'; } -export interface metis_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_swap_Bytes'; +export interface arbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_Bytes'; } -export interface metis_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_swap_Int8'; +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>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface arbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumone_Int8'; } -export type metis_swap_LpAccountResolvers = ResolversObject<{ +export type arbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumone_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 arbitrumone_OriginTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type arbitrumone_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 metis_swap_LpTokenResolvers = ResolversObject<{ +export type arbitrumone_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 metis_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'metis_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type metis_swap_LpTransferEventResolvers = ResolversObject<{ +export type arbitrumone_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; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_PooledTokenResolvers = ResolversObject<{ +export type arbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_StableSwapResolvers = ResolversObject<{ +export type arbitrumone_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, 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 metis_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type arbitrumone_RouterResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + 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 metis_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'metis_swap_StableSwapAddLiquidityEvent' | 'metis_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type arbitrumone_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type arbitrumone_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type arbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type arbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type arbitrumone_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 metis_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'metis_swap_SwapDailyVolume' | 'metis_swap_SwapHourlyVolume' | 'metis_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type metis_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type arbitrumone_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap_SystemInfoResolvers = ResolversObject<{ +export type arbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type arbitrumone__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type arbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -192154,6 +191255,7 @@ export type polygon__Block_Resolvers, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; @@ -192164,113 +191266,113 @@ export type polygon__Meta_Resolvers; }>; -export interface mode_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_swap_BigDecimal'; +export interface zksync_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_BigDecimal'; } -export interface mode_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_swap_Bytes'; +export interface zksync_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_Bytes'; } -export interface mode_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_swap_Int8'; +export interface zksync_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_Int8'; } -export type mode_swap_LpAccountResolvers = ResolversObject<{ +export type zksync_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type zksync_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 mode_swap_LpTokenResolvers = ResolversObject<{ +export type zksync_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 mode_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mode_swap_LpTransferEvent', ParentType, ContextType>; +export type zksync_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_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 mode_swap_LpTransferEventResolvers = ResolversObject<{ +export type zksync_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 mode_swap_PooledTokenResolvers = ResolversObject<{ +export type zksync_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_StableSwapResolvers = ResolversObject<{ +export type zksync_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 mode_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type zksync_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>; @@ -192279,25 +191381,25 @@ export type mode_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mode_swap_StableSwapAddLiquidityEvent' | 'mode_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type zksync_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_swap_StableSwapAddLiquidityEvent' | 'zksync_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type mode_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type zksync_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -192306,15 +191408,15 @@ export type mode_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type zksync_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>; @@ -192323,286 +191425,389 @@ export type mode_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type zksync_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type zksync_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mode_swap_SwapDailyVolume' | 'mode_swap_SwapHourlyVolume' | 'mode_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type zksync_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_swap_SwapDailyVolume' | 'zksync_swap_SwapHourlyVolume' | 'zksync_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type mode_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type zksync_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap_SystemInfoResolvers = ResolversObject<{ +export type zksync_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type zksync_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type zksync_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_BigDecimal'; +export type stagingmainnet_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_AssetResolvers = ResolversObject<{ + id?: Resolver; + key?: Resolver, ParentType, ContextType>; + decimal?: Resolver, ParentType, ContextType>; + adoptedDecimal?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface stagingmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmainnet_BigDecimal'; } -export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_Bytes'; +export interface stagingmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmainnet_Bytes'; } -export type linea_swap_LpAccountResolvers = ResolversObject<{ +export type stagingmainnet_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type stagingmainnet_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenResolvers = ResolversObject<{ +export interface stagingmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmainnet_Int8'; +} + +export type stagingmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; +export type stagingmainnet_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + transferId?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; + index?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTransferEventResolvers = ResolversObject<{ +export type stagingmainnet_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingmainnet_RelayerResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapResolvers = ResolversObject<{ +export type stagingmainnet_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingmainnet_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; + transfer?: Resolver; + increase?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingmainnet_RootCountResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingmainnet_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: 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 stagingmainnet_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 stagingmainnet_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingmainnet_RouterLiquidityEventResolvers = 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; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingmainnet_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingmainnet_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type stagingmainnet_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - volume?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingmainnet_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingmainnet_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AggregateRootResolvers = ResolversObject<{ +export type arbitrumsepolia_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AggregateRootProposedResolvers = ResolversObject<{ +export type arbitrumsepolia_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -192611,178 +191816,182 @@ export type linea_AggregateRootProposedResolvers; }>; -export type linea_AssetResolvers = ResolversObject<{ +export type arbitrumsepolia_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AssetBalanceResolvers = ResolversObject<{ +export type arbitrumsepolia_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 linea_AssetStatusResolvers = ResolversObject<{ +export type arbitrumsepolia_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_BigDecimal'; +export interface arbitrumsepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_BigDecimal'; } -export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_Bytes'; +export interface arbitrumsepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_Bytes'; } -export type linea_ConnectorMetaResolvers = ResolversObject<{ +export type arbitrumsepolia_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 linea_DestinationTransferResolvers = ResolversObject<{ +export type arbitrumsepolia_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 linea_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface arbitrumsepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_Int8'; +} + +export type arbitrumsepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_OriginMessageResolvers = ResolversObject<{ +export type arbitrumsepolia_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 linea_OriginTransferResolvers = ResolversObject<{ +export type arbitrumsepolia_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 linea_RelayerResolvers = ResolversObject<{ +export type arbitrumsepolia_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerFeeResolvers = ResolversObject<{ +export type arbitrumsepolia_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type arbitrumsepolia_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; @@ -192790,20 +191999,20 @@ export type linea_RelayerFeesIncreaseResolvers; }>; -export type linea_RootCountResolvers = ResolversObject<{ +export type arbitrumsepolia_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RootMessageSentResolvers = ResolversObject<{ +export type arbitrumsepolia_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>; @@ -192811,309 +192020,348 @@ export type linea_RootMessageSentResolvers; }>; -export type linea_RouterResolvers = ResolversObject<{ +export type arbitrumsepolia_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RouterDailyTVLResolvers = ResolversObject<{ +export type arbitrumsepolia_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RouterLiquidityEventResolvers = ResolversObject<{ +export type arbitrumsepolia_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SequencerResolvers = ResolversObject<{ +export type arbitrumsepolia_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_AggregatedMessageRootResolvers = ResolversObject<{ + id?: Resolver; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SettingResolvers = ResolversObject<{ +export type mainnet_AvalancheConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SlippageUpdateResolvers = ResolversObject<{ +export type mainnet_BaseConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SnapshotRootResolvers = ResolversObject<{ +export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_BigDecimal'; +} + +export type mainnet_BnbConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SpokeConnectorModeResolvers = ResolversObject<{ +export interface mainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Bytes'; +} + +export type mainnet_GnosisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; +export type mainnet_HubDomainResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type mainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xlayer_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_swap_BigDecimal'; -} - -export interface xlayer_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_swap_Bytes'; -} - -export interface xlayer_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_swap_Int8'; +export interface mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Int8'; } -export type xlayer_swap_LpAccountResolvers = ResolversObject<{ +export type mainnet_LineaConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type mainnet_MantleConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_LpTokenResolvers = ResolversObject<{ +export type mainnet_MetisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xlayer_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type xlayer_swap_LpTransferEventResolvers = ResolversObject<{ +export type mainnet_ModeConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_PooledTokenResolvers = ResolversObject<{ +export type mainnet_OptimismConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapResolvers = ResolversObject<{ +export type mainnet_OptimisticRootPropagatedResolvers = 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>; + aggregateRoot?: Resolver; + domainsHash?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type mainnet_OptimisticRootProposedResolvers = 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; + disputeCliff?: Resolver; + aggregateRoot?: Resolver; + snapshotsRoots?: Resolver>, ParentType, ContextType>; + domains?: Resolver>, ParentType, ContextType>; + baseAggregateRoot?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xlayer_swap_StableSwapAddLiquidityEvent' | 'xlayer_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type mainnet_PolygonConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type mainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type mainnet_RootAggregatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type mainnet_RootManagerMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type mainnet_RootManagerModeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xlayer_swap_SwapDailyVolume' | 'xlayer_swap_SwapHourlyVolume' | 'xlayer_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; +export type mainnet_RootMessageProcessedResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type mainnet_RootPropagatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SystemInfoResolvers = ResolversObject<{ +export type mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mainnet__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -193167,10 +192415,6 @@ export type stagingmainnet_BaseConnectorMetaResolvers; }>; -export interface stagingmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_BigDecimal'; -} - export type stagingmainnet_BnbConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; @@ -193181,10 +192425,6 @@ export type stagingmainnet_BnbConnectorMetaResolvers; }>; -export interface stagingmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_Bytes'; -} - export type stagingmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; @@ -193209,10 +192449,6 @@ export type stagingmainnet_HubOptimisticRootFinalizedResolvers; }>; -export interface stagingmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_Int8'; -} - export type stagingmainnet_LineaConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver; @@ -193378,31 +192614,450 @@ export type stagingmainnet_ZkSyncConnectorMetaResolvers; }>; -export type stagingmainnet__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export interface mantle_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_BigDecimal'; +} + +export interface mantle_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_Bytes'; +} + +export interface mantle_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_swap_Int8'; +} + +export type mantle_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_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 mantle_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 mantle_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type mantle_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 mantle_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_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 mantle_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 mantle_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_swap_StableSwapAddLiquidityEvent' | 'mantle_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type mantle_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 mantle_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 mantle_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mantle_swap_SwapDailyVolume' | 'mantle_swap_SwapHourlyVolume' | 'mantle_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type mantle_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mantle_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_AggregateRootResolvers = ResolversObject<{ +export interface optimismsepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismsepolia_swap_BigDecimal'; +} + +export interface optimismsepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismsepolia_swap_Bytes'; +} + +export interface optimismsepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismsepolia_swap_Int8'; +} + +export type optimismsepolia_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismsepolia_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type optimismsepolia_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 optimismsepolia_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismsepolia_swap_StableSwapAddLiquidityEvent' | 'optimismsepolia_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'optimismsepolia_swap_SwapDailyVolume' | 'optimismsepolia_swap_SwapHourlyVolume' | 'optimismsepolia_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type optimismsepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_AggregateRootProposedResolvers = ResolversObject<{ +export type mainnet_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -193411,313 +193066,503 @@ export type stagingavalanche_AggregateRootProposedResolvers; }>; -export type stagingavalanche_AssetResolvers = ResolversObject<{ +export type mainnet_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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 stagingavalanche_AssetStatusResolvers = ResolversObject<{ +export type mainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingavalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_BigDecimal'; -} - -export interface stagingavalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_Bytes'; -} - -export type stagingavalanche_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 stagingavalanche_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>; + 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 stagingavalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_Int8'; -} +export type mainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; -export type stagingavalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mainnet_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: 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 mainnet_OriginTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; + txNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_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 mainnet_RootCountResolvers = ResolversObject<{ + id?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_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 stagingavalanche_OriginMessageResolvers = ResolversObject<{ +export type mainnet_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 mainnet_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RouterLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; + timestamp?: Resolver; + transactionHash?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_SequencerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __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; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface mode_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_swap_BigDecimal'; +} + +export interface mode_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_swap_Bytes'; +} + +export interface mode_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_swap_Int8'; +} + +export type mode_swap_LpAccountResolvers = 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; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_OriginTransferResolvers = ResolversObject<{ +export type mode_swap_LpAccountBalanceResolvers = 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>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_RelayerResolvers = ResolversObject<{ +export type mode_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_RelayerFeeResolvers = ResolversObject<{ +export type mode_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mode_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type stagingavalanche_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mode_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_RootCountResolvers = ResolversObject<{ +export type mode_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - count?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_RootMessageSentResolvers = ResolversObject<{ +export type mode_swap_StableSwapResolvers = 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>; + 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 stagingavalanche_RouterResolvers = ResolversObject<{ +export type mode_swap_StableSwapAddLiquidityEventResolvers = 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 stagingavalanche_RouterDailyTVLResolvers = ResolversObject<{ +export type mode_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mode_swap_StableSwapAddLiquidityEvent' | 'mode_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export type stagingavalanche_RouterLiquidityEventResolvers = ResolversObject<{ +export type mode_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_SequencerResolvers = ResolversObject<{ +export type mode_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: 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 stagingavalanche_SettingResolvers = ResolversObject<{ +export type mode_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_SlippageUpdateResolvers = ResolversObject<{ +export type mode_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_SnapshotRootResolvers = ResolversObject<{ +export type mode_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mode_swap_SwapDailyVolume' | 'mode_swap_SwapHourlyVolume' | 'mode_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type mode_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_SpokeConnectorModeResolvers = ResolversObject<{ +export type mode_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mode_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mode_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_AggregateRootResolvers = ResolversObject<{ +export type stagingxdai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingxdai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -193726,182 +193571,182 @@ export type mantle_AggregateRootProposedResolvers; }>; -export type mantle_AssetResolvers = ResolversObject<{ +export type stagingxdai_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_AssetBalanceResolvers = ResolversObject<{ +export type stagingxdai_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 mantle_AssetStatusResolvers = ResolversObject<{ +export type stagingxdai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_BigDecimal'; +export interface stagingxdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_BigDecimal'; } -export interface mantle_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_Bytes'; +export interface stagingxdai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_Bytes'; } -export type mantle_ConnectorMetaResolvers = ResolversObject<{ +export type stagingxdai_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 mantle_DestinationTransferResolvers = ResolversObject<{ +export type stagingxdai_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 mantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_Int8'; +export interface stagingxdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_Int8'; } -export type mantle_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingxdai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_OriginMessageResolvers = ResolversObject<{ +export type stagingxdai_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 mantle_OriginTransferResolvers = ResolversObject<{ +export type stagingxdai_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 mantle_RelayerResolvers = ResolversObject<{ +export type stagingxdai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RelayerFeeResolvers = ResolversObject<{ +export type stagingxdai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingxdai_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; @@ -193909,20 +193754,20 @@ export type mantle_RelayerFeesIncreaseResolvers; }>; -export type mantle_RootCountResolvers = ResolversObject<{ +export type stagingxdai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RootMessageSentResolvers = ResolversObject<{ +export type stagingxdai_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>; @@ -193930,61 +193775,61 @@ export type mantle_RootMessageSentResolvers; }>; -export type mantle_RouterResolvers = ResolversObject<{ +export type stagingxdai_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 mantle_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingxdai_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingxdai_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_SequencerResolvers = ResolversObject<{ +export type stagingxdai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_SettingResolvers = ResolversObject<{ +export type stagingxdai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_SlippageUpdateResolvers = ResolversObject<{ +export type stagingxdai_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -193992,47 +193837,47 @@ export type mantle_SlippageUpdateResolvers; }>; -export type mantle_SnapshotRootResolvers = ResolversObject<{ +export type stagingxdai_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingxdai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingxdai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingxdai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_AggregateRootResolvers = ResolversObject<{ +export type optimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_AggregateRootProposedResolvers = ResolversObject<{ +export type optimism_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -194041,182 +193886,182 @@ export type stagingpolygon_AggregateRootProposedResolvers; }>; -export type stagingpolygon_AssetResolvers = ResolversObject<{ +export type optimism_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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 stagingpolygon_AssetStatusResolvers = ResolversObject<{ +export type optimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingpolygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_BigDecimal'; +export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_BigDecimal'; } -export interface stagingpolygon_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_Bytes'; +export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Bytes'; } -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_Int8'; +export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Int8'; } -export type stagingpolygon_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type optimism_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_RelayerResolvers = ResolversObject<{ +export type optimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_RelayerFeeResolvers = ResolversObject<{ +export type optimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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; @@ -194224,20 +194069,20 @@ export type stagingpolygon_RelayerFeesIncreaseResolvers; }>; -export type stagingpolygon_RootCountResolvers = ResolversObject<{ +export type optimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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>; @@ -194245,61 +194090,61 @@ export type stagingpolygon_RootMessageSentResolvers; }>; -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_RouterLiquidityEventResolvers = ResolversObject<{ +export type optimism_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_SequencerResolvers = ResolversObject<{ +export type optimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_SettingResolvers = ResolversObject<{ +export type optimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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; @@ -194307,47 +194152,47 @@ export type stagingpolygon_SlippageUpdateResolvers; }>; -export type stagingpolygon_SnapshotRootResolvers = ResolversObject<{ +export type optimism_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_SpokeConnectorModeResolvers = ResolversObject<{ +export type optimism_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AggregateRootResolvers = ResolversObject<{ +export type stagingavalanche_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingavalanche_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -194356,529 +194201,313 @@ export type bnb_AggregateRootProposedResolvers; }>; -export type bnb_AssetResolvers = ResolversObject<{ +export type stagingavalanche_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AssetBalanceResolvers = ResolversObject<{ +export type stagingavalanche_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 stagingavalanche_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_BigDecimal'; +export interface stagingavalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_BigDecimal'; } -export interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Bytes'; +export interface stagingavalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_Bytes'; } -export type bnb_ConnectorMetaResolvers = ResolversObject<{ +export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_Int8'; } -export type bnb_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingavalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_OriginMessageResolvers = ResolversObject<{ +export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerFeeResolvers = ResolversObject<{ +export type stagingavalanche_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingavalanche_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_RootMessageSentResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_RouterResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; - proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type bnb__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface mantle_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_BigDecimal'; -} - -export interface mantle_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_Bytes'; -} - -export interface mantle_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_Int8'; -} - -export type mantle_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mantle_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 mantle_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 mantle_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mantle_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type mantle_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingavalanche_RootCountResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapResolvers = ResolversObject<{ +export type stagingavalanche_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + spokeDomain?: Resolver, 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 mantle_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingavalanche_RouterResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + 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 mantle_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mantle_swap_StableSwapAddLiquidityEvent' | 'mantle_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingavalanche_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingavalanche_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; + amount?: Resolver; + balance?: Resolver; + caller?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingavalanche_SequencerResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingavalanche_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingavalanche_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 mantle_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mantle_swap_SwapDailyVolume' | 'mantle_swap_SwapHourlyVolume' | 'mantle_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type mantle_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingavalanche_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingavalanche_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingavalanche__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingavalanche__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_AggregateRootResolvers = ResolversObject<{ +export type stagingzksync_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingzksync_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -194887,182 +194516,182 @@ export type mode_AggregateRootProposedResolvers; }>; -export type mode_AssetResolvers = ResolversObject<{ +export type stagingzksync_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_AssetBalanceResolvers = ResolversObject<{ +export type stagingzksync_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 mode_AssetStatusResolvers = ResolversObject<{ +export type stagingzksync_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_BigDecimal'; +export interface stagingzksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_BigDecimal'; } -export interface mode_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_Bytes'; +export interface stagingzksync_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_Bytes'; } -export type mode_ConnectorMetaResolvers = ResolversObject<{ +export type stagingzksync_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 mode_DestinationTransferResolvers = ResolversObject<{ +export type stagingzksync_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 mode_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_Int8'; +export interface stagingzksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_Int8'; } -export type mode_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingzksync_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_OriginMessageResolvers = ResolversObject<{ +export type stagingzksync_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 mode_OriginTransferResolvers = ResolversObject<{ +export type stagingzksync_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 mode_RelayerResolvers = ResolversObject<{ +export type stagingzksync_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RelayerFeeResolvers = ResolversObject<{ +export type stagingzksync_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingzksync_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; @@ -195070,20 +194699,20 @@ export type mode_RelayerFeesIncreaseResolvers; }>; -export type mode_RootCountResolvers = ResolversObject<{ +export type stagingzksync_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RootMessageSentResolvers = ResolversObject<{ +export type stagingzksync_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>; @@ -195091,61 +194720,61 @@ export type mode_RootMessageSentResolvers; }>; -export type mode_RouterResolvers = ResolversObject<{ +export type stagingzksync_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 mode_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingzksync_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingzksync_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_SequencerResolvers = ResolversObject<{ +export type stagingzksync_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_SettingResolvers = ResolversObject<{ +export type stagingzksync_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_SlippageUpdateResolvers = ResolversObject<{ +export type stagingzksync_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -195153,46 +194782,263 @@ export type mode_SlippageUpdateResolvers; }>; -export type mode_SnapshotRootResolvers = ResolversObject<{ +export type stagingzksync_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingzksync_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingzksync__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingzksync__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_AggregateRootResolvers = ResolversObject<{ +export interface xlayer_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_swap_BigDecimal'; +} + +export interface xlayer_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_swap_Bytes'; +} + +export interface xlayer_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_swap_Int8'; +} + +export type xlayer_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xlayer_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 xlayer_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 xlayer_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xlayer_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type xlayer_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 xlayer_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xlayer_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 xlayer_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 xlayer_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xlayer_swap_StableSwapAddLiquidityEvent' | 'xlayer_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type xlayer_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 xlayer_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 xlayer_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xlayer_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xlayer_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xlayer_swap_SwapDailyVolume' | 'xlayer_swap_SwapHourlyVolume' | 'xlayer_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type xlayer_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xlayer_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xlayer_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xlayer_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingpolygonzkevm_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -195201,182 +195047,182 @@ export type stagingmetis_AggregateRootProposedResolvers; }>; -export type stagingmetis_AssetResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_AssetBalanceResolvers = ResolversObject<{ +export type stagingpolygonzkevm_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 stagingmetis_AssetStatusResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmetis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmetis_BigDecimal'; +export interface stagingpolygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_BigDecimal'; } -export interface stagingmetis_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmetis_Bytes'; +export interface stagingpolygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_Bytes'; } -export type stagingmetis_ConnectorMetaResolvers = ResolversObject<{ +export type stagingpolygonzkevm_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 stagingmetis_DestinationTransferResolvers = ResolversObject<{ +export type stagingpolygonzkevm_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 stagingmetis_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmetis_Int8'; +export interface stagingpolygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_Int8'; } -export type stagingmetis_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingpolygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_OriginMessageResolvers = ResolversObject<{ +export type stagingpolygonzkevm_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 stagingmetis_OriginTransferResolvers = ResolversObject<{ +export type stagingpolygonzkevm_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 stagingmetis_RelayerResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_RelayerFeeResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingpolygonzkevm_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; @@ -195384,20 +195230,20 @@ export type stagingmetis_RelayerFeesIncreaseResolvers; }>; -export type stagingmetis_RootCountResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_RootMessageSentResolvers = ResolversObject<{ +export type stagingpolygonzkevm_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>; @@ -195405,61 +195251,61 @@ export type stagingmetis_RootMessageSentResolvers; }>; -export type stagingmetis_RouterResolvers = ResolversObject<{ +export type stagingpolygonzkevm_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 stagingmetis_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_SequencerResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_SettingResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_SlippageUpdateResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -195467,46 +195313,47 @@ export type stagingmetis_SlippageUpdateResolvers; }>; -export type stagingmetis_SnapshotRootResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingpolygonzkevm__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingpolygonzkevm__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_AggregateRootResolvers = ResolversObject<{ +export type stagingbnb_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingbnb_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -195515,182 +195362,182 @@ export type avalanche_AggregateRootProposedResolvers; }>; -export type avalanche_AssetResolvers = ResolversObject<{ +export type stagingbnb_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_AssetBalanceResolvers = ResolversObject<{ +export type stagingbnb_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 avalanche_AssetStatusResolvers = ResolversObject<{ +export type stagingbnb_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface avalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_BigDecimal'; +export interface stagingbnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_BigDecimal'; } -export interface avalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_Bytes'; +export interface stagingbnb_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_Bytes'; } -export type avalanche_ConnectorMetaResolvers = ResolversObject<{ +export type stagingbnb_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 avalanche_DestinationTransferResolvers = ResolversObject<{ +export type stagingbnb_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 avalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_Int8'; +export interface stagingbnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_Int8'; } -export type avalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingbnb_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_OriginMessageResolvers = ResolversObject<{ +export type stagingbnb_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 avalanche_OriginTransferResolvers = ResolversObject<{ +export type stagingbnb_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 avalanche_RelayerResolvers = ResolversObject<{ +export type stagingbnb_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_RelayerFeeResolvers = ResolversObject<{ +export type stagingbnb_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingbnb_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; @@ -195698,20 +195545,20 @@ export type avalanche_RelayerFeesIncreaseResolvers; }>; -export type avalanche_RootCountResolvers = ResolversObject<{ +export type stagingbnb_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_RootMessageSentResolvers = ResolversObject<{ +export type stagingbnb_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>; @@ -195719,61 +195566,61 @@ export type avalanche_RootMessageSentResolvers; }>; -export type avalanche_RouterResolvers = ResolversObject<{ +export type stagingbnb_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 avalanche_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingbnb_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingbnb_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_SequencerResolvers = ResolversObject<{ +export type stagingbnb_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_SettingResolvers = ResolversObject<{ +export type stagingbnb_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_SlippageUpdateResolvers = ResolversObject<{ +export type stagingbnb_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -195781,47 +195628,47 @@ export type avalanche_SlippageUpdateResolvers; }>; -export type avalanche_SnapshotRootResolvers = ResolversObject<{ +export type stagingbnb_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingbnb_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingbnb__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type avalanche__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingbnb__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregateRootResolvers = ResolversObject<{ +export type sepolia_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type sepolia_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -195830,170 +195677,170 @@ export type stagingmainnet_AggregateRootProposedResolvers; }>; -export type stagingmainnet_AssetResolvers = ResolversObject<{ +export type sepolia_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AssetBalanceResolvers = ResolversObject<{ +export type sepolia_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 stagingmainnet_AssetStatusResolvers = ResolversObject<{ +export type sepolia_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_ConnectorMetaResolvers = ResolversObject<{ +export type sepolia_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 stagingmainnet_DestinationTransferResolvers = ResolversObject<{ +export type sepolia_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 stagingmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type sepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_OriginMessageResolvers = ResolversObject<{ +export type sepolia_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 stagingmainnet_OriginTransferResolvers = ResolversObject<{ +export type sepolia_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 stagingmainnet_RelayerResolvers = ResolversObject<{ +export type sepolia_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RelayerFeeResolvers = ResolversObject<{ +export type sepolia_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type sepolia_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; @@ -196001,20 +195848,20 @@ export type stagingmainnet_RelayerFeesIncreaseResolvers; }>; -export type stagingmainnet_RootCountResolvers = ResolversObject<{ +export type sepolia_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RootMessageSentResolvers = ResolversObject<{ +export type sepolia_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>; @@ -196022,61 +195869,61 @@ export type stagingmainnet_RootMessageSentResolvers; }>; -export type stagingmainnet_RouterResolvers = ResolversObject<{ +export type sepolia_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 stagingmainnet_RouterDailyTVLResolvers = ResolversObject<{ +export type sepolia_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RouterLiquidityEventResolvers = ResolversObject<{ +export type sepolia_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_SequencerResolvers = ResolversObject<{ +export type sepolia_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_SettingResolvers = ResolversObject<{ +export type sepolia_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_SlippageUpdateResolvers = ResolversObject<{ +export type sepolia_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -196084,32 +195931,32 @@ export type stagingmainnet_SlippageUpdateResolvers; }>; -export type stagingmainnet_SnapshotRootResolvers = ResolversObject<{ +export type sepolia_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_SpokeConnectorModeResolvers = ResolversObject<{ +export type sepolia_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_AggregateRootResolvers = ResolversObject<{ +export type stagingarbitrumone_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -196118,182 +195965,182 @@ export type zksync_AggregateRootProposedResolvers; }>; -export type zksync_AssetResolvers = ResolversObject<{ +export type stagingarbitrumone_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_AssetBalanceResolvers = ResolversObject<{ +export type stagingarbitrumone_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 zksync_AssetStatusResolvers = ResolversObject<{ +export type stagingarbitrumone_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface zksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_BigDecimal'; +export interface stagingarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_BigDecimal'; } -export interface zksync_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_Bytes'; +export interface stagingarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_Bytes'; } -export type zksync_ConnectorMetaResolvers = ResolversObject<{ +export type stagingarbitrumone_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 zksync_DestinationTransferResolvers = ResolversObject<{ +export type stagingarbitrumone_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 zksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_Int8'; +export interface stagingarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_Int8'; } -export type zksync_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_OriginMessageResolvers = ResolversObject<{ +export type stagingarbitrumone_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 zksync_OriginTransferResolvers = ResolversObject<{ +export type stagingarbitrumone_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 zksync_RelayerResolvers = ResolversObject<{ +export type stagingarbitrumone_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RelayerFeeResolvers = ResolversObject<{ +export type stagingarbitrumone_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingarbitrumone_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; @@ -196301,20 +196148,20 @@ export type zksync_RelayerFeesIncreaseResolvers; }>; -export type zksync_RootCountResolvers = ResolversObject<{ +export type stagingarbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RootMessageSentResolvers = ResolversObject<{ +export type stagingarbitrumone_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>; @@ -196322,61 +196169,61 @@ export type zksync_RootMessageSentResolvers; }>; -export type zksync_RouterResolvers = ResolversObject<{ +export type stagingarbitrumone_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 zksync_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingarbitrumone_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingarbitrumone_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_SequencerResolvers = ResolversObject<{ +export type stagingarbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_SettingResolvers = ResolversObject<{ +export type stagingarbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_SlippageUpdateResolvers = ResolversObject<{ +export type stagingarbitrumone_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -196384,47 +196231,47 @@ export type zksync_SlippageUpdateResolvers; }>; -export type zksync_SnapshotRootResolvers = ResolversObject<{ +export type stagingarbitrumone_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingarbitrumone__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingarbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AggregateRootResolvers = ResolversObject<{ +export type stagingpolygon_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingpolygon_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -196433,182 +196280,182 @@ export type polygonzkevm_swap_AggregateRootProposedResolvers; }>; -export type polygonzkevm_swap_AssetResolvers = ResolversObject<{ +export type stagingpolygon_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AssetBalanceResolvers = ResolversObject<{ +export type stagingpolygon_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 polygonzkevm_swap_AssetStatusResolvers = ResolversObject<{ +export type stagingpolygon_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_BigDecimal'; +export interface stagingpolygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_BigDecimal'; } -export interface polygonzkevm_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_Bytes'; +export interface stagingpolygon_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_Bytes'; } -export type polygonzkevm_swap_ConnectorMetaResolvers = ResolversObject<{ +export type stagingpolygon_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 polygonzkevm_swap_DestinationTransferResolvers = ResolversObject<{ +export type stagingpolygon_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 polygonzkevm_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_Int8'; +export interface stagingpolygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_Int8'; } -export type polygonzkevm_swap_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingpolygon_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_OriginMessageResolvers = ResolversObject<{ +export type stagingpolygon_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 polygonzkevm_swap_OriginTransferResolvers = ResolversObject<{ +export type stagingpolygon_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 polygonzkevm_swap_RelayerResolvers = ResolversObject<{ +export type stagingpolygon_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RelayerFeeResolvers = ResolversObject<{ +export type stagingpolygon_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingpolygon_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; @@ -196616,20 +196463,20 @@ export type polygonzkevm_swap_RelayerFeesIncreaseResolvers; }>; -export type polygonzkevm_swap_RootCountResolvers = ResolversObject<{ +export type stagingpolygon_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RootMessageSentResolvers = ResolversObject<{ +export type stagingpolygon_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>; @@ -196637,61 +196484,61 @@ export type polygonzkevm_swap_RootMessageSentResolvers; }>; -export type polygonzkevm_swap_RouterResolvers = ResolversObject<{ +export type stagingpolygon_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 polygonzkevm_swap_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingpolygon_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingpolygon_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SequencerResolvers = ResolversObject<{ +export type stagingpolygon_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SettingResolvers = ResolversObject<{ +export type stagingpolygon_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SlippageUpdateResolvers = ResolversObject<{ +export type stagingpolygon_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -196699,47 +196546,47 @@ export type polygonzkevm_swap_SlippageUpdateResolvers; }>; -export type polygonzkevm_swap_SnapshotRootResolvers = ResolversObject<{ +export type stagingpolygon_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingpolygon_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingpolygon__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingpolygon__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_AggregateRootResolvers = ResolversObject<{ +export type polygonzkevm_swap_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_AggregateRootProposedResolvers = ResolversObject<{ +export type polygonzkevm_swap_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -196748,182 +196595,182 @@ export type xlayer_AggregateRootProposedResolvers; }>; -export type xlayer_AssetResolvers = ResolversObject<{ +export type polygonzkevm_swap_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_AssetBalanceResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xlayer_AssetStatusResolvers = ResolversObject<{ +export type polygonzkevm_swap_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xlayer_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_BigDecimal'; +export interface polygonzkevm_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_BigDecimal'; } -export interface xlayer_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_Bytes'; +export interface polygonzkevm_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_Bytes'; } -export type xlayer_ConnectorMetaResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xlayer_DestinationTransferResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xlayer_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_Int8'; +export interface polygonzkevm_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_Int8'; } -export type xlayer_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type polygonzkevm_swap_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_OriginMessageResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xlayer_OriginTransferResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xlayer_RelayerResolvers = ResolversObject<{ +export type polygonzkevm_swap_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_RelayerFeeResolvers = ResolversObject<{ +export type polygonzkevm_swap_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type polygonzkevm_swap_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; @@ -196931,20 +196778,20 @@ export type xlayer_RelayerFeesIncreaseResolvers; }>; -export type xlayer_RootCountResolvers = ResolversObject<{ +export type polygonzkevm_swap_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_RootMessageSentResolvers = ResolversObject<{ +export type polygonzkevm_swap_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>; @@ -196952,61 +196799,61 @@ export type xlayer_RootMessageSentResolvers; }>; -export type xlayer_RouterResolvers = ResolversObject<{ +export type polygonzkevm_swap_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 xlayer_RouterDailyTVLResolvers = ResolversObject<{ +export type polygonzkevm_swap_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_RouterLiquidityEventResolvers = ResolversObject<{ +export type polygonzkevm_swap_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_SequencerResolvers = ResolversObject<{ +export type polygonzkevm_swap_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_SettingResolvers = ResolversObject<{ +export type polygonzkevm_swap_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_SlippageUpdateResolvers = ResolversObject<{ +export type polygonzkevm_swap_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -197014,46 +196861,47 @@ export type xlayer_SlippageUpdateResolvers; }>; -export type xlayer_SnapshotRootResolvers = ResolversObject<{ +export type polygonzkevm_swap_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_SpokeConnectorModeResolvers = ResolversObject<{ +export type polygonzkevm_swap_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygonzkevm_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygonzkevm_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootResolvers = ResolversObject<{ +export type polygonzkevm_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type polygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -197062,170 +196910,182 @@ export type mainnet_AggregateRootProposedResolvers; }>; -export type mainnet_AssetResolvers = ResolversObject<{ +export type polygonzkevm_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AssetBalanceResolvers = ResolversObject<{ +export type polygonzkevm_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 polygonzkevm_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_ConnectorMetaResolvers = ResolversObject<{ +export interface polygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_BigDecimal'; +} + +export interface polygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_Bytes'; +} + +export type polygonzkevm_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 polygonzkevm_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_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface polygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_Int8'; +} + +export type polygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OriginMessageResolvers = ResolversObject<{ +export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RelayerFeeResolvers = ResolversObject<{ +export type polygonzkevm_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type polygonzkevm_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; @@ -197233,20 +197093,20 @@ export type mainnet_RelayerFeesIncreaseResolvers; }>; -export type mainnet_RootCountResolvers = ResolversObject<{ +export type polygonzkevm_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RootMessageSentResolvers = ResolversObject<{ +export type polygonzkevm_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>; @@ -197254,61 +197114,61 @@ export type mainnet_RootMessageSentResolvers; }>; -export type mainnet_RouterResolvers = ResolversObject<{ +export type polygonzkevm_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 polygonzkevm_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RouterLiquidityEventResolvers = ResolversObject<{ +export type polygonzkevm_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_SequencerResolvers = ResolversObject<{ +export type polygonzkevm_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_SettingResolvers = ResolversObject<{ +export type polygonzkevm_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_SlippageUpdateResolvers = ResolversObject<{ +export type polygonzkevm_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -197316,32 +197176,47 @@ export type mainnet_SlippageUpdateResolvers; }>; -export type mainnet_SnapshotRootResolvers = ResolversObject<{ +export type polygonzkevm_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_SpokeConnectorModeResolvers = ResolversObject<{ +export type polygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_AggregateRootResolvers = ResolversObject<{ +export type polygonzkevm__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygonzkevm__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_AggregateRootProposedResolvers = ResolversObject<{ +export type optimismsepolia_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -197350,182 +197225,182 @@ export type stagingbase_AggregateRootProposedResolvers; }>; -export type stagingbase_AssetResolvers = ResolversObject<{ +export type optimismsepolia_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_AssetBalanceResolvers = ResolversObject<{ +export type optimismsepolia_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 stagingbase_AssetStatusResolvers = ResolversObject<{ +export type optimismsepolia_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingbase_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_BigDecimal'; +export interface optimismsepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismsepolia_BigDecimal'; } -export interface stagingbase_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_Bytes'; +export interface optimismsepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismsepolia_Bytes'; } -export type stagingbase_ConnectorMetaResolvers = ResolversObject<{ +export type optimismsepolia_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 stagingbase_DestinationTransferResolvers = ResolversObject<{ +export type optimismsepolia_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 stagingbase_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_Int8'; +export interface optimismsepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismsepolia_Int8'; } -export type stagingbase_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type optimismsepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_OriginMessageResolvers = ResolversObject<{ +export type optimismsepolia_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 stagingbase_OriginTransferResolvers = ResolversObject<{ +export type optimismsepolia_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 stagingbase_RelayerResolvers = ResolversObject<{ +export type optimismsepolia_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RelayerFeeResolvers = ResolversObject<{ +export type optimismsepolia_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type optimismsepolia_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; @@ -197533,20 +197408,20 @@ export type stagingbase_RelayerFeesIncreaseResolvers; }>; -export type stagingbase_RootCountResolvers = ResolversObject<{ +export type optimismsepolia_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RootMessageSentResolvers = ResolversObject<{ +export type optimismsepolia_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>; @@ -197554,61 +197429,61 @@ export type stagingbase_RootMessageSentResolvers; }>; -export type stagingbase_RouterResolvers = ResolversObject<{ +export type optimismsepolia_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 stagingbase_RouterDailyTVLResolvers = ResolversObject<{ +export type optimismsepolia_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RouterLiquidityEventResolvers = ResolversObject<{ +export type optimismsepolia_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_SequencerResolvers = ResolversObject<{ +export type optimismsepolia_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_SettingResolvers = ResolversObject<{ +export type optimismsepolia_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_SlippageUpdateResolvers = ResolversObject<{ +export type optimismsepolia_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -197616,47 +197491,47 @@ export type stagingbase_SlippageUpdateResolvers; }>; -export type stagingbase_SnapshotRootResolvers = ResolversObject<{ +export type optimismsepolia_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_SpokeConnectorModeResolvers = ResolversObject<{ +export type optimismsepolia_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type optimismsepolia__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimismsepolia__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AggregateRootResolvers = ResolversObject<{ +export type zksync_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AggregateRootProposedResolvers = ResolversObject<{ +export type zksync_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -197665,182 +197540,182 @@ export type metis_AggregateRootProposedResolvers; }>; -export type metis_AssetResolvers = ResolversObject<{ +export type zksync_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AssetBalanceResolvers = ResolversObject<{ +export type zksync_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 metis_AssetStatusResolvers = ResolversObject<{ +export type zksync_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface metis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_BigDecimal'; +export interface zksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_BigDecimal'; } -export interface metis_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_Bytes'; +export interface zksync_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_Bytes'; } -export type metis_ConnectorMetaResolvers = ResolversObject<{ +export type zksync_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 metis_DestinationTransferResolvers = ResolversObject<{ +export type zksync_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 metis_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_Int8'; +export interface zksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_Int8'; } -export type metis_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type zksync_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_OriginMessageResolvers = ResolversObject<{ +export type zksync_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 metis_OriginTransferResolvers = ResolversObject<{ +export type zksync_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 metis_RelayerResolvers = ResolversObject<{ +export type zksync_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RelayerFeeResolvers = ResolversObject<{ +export type zksync_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type zksync_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; @@ -197848,20 +197723,20 @@ export type metis_RelayerFeesIncreaseResolvers; }>; -export type metis_RootCountResolvers = ResolversObject<{ +export type zksync_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RootMessageSentResolvers = ResolversObject<{ +export type zksync_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>; @@ -197869,61 +197744,61 @@ export type metis_RootMessageSentResolvers; }>; -export type metis_RouterResolvers = ResolversObject<{ +export type zksync_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 metis_RouterDailyTVLResolvers = ResolversObject<{ +export type zksync_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RouterLiquidityEventResolvers = ResolversObject<{ +export type zksync_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SequencerResolvers = ResolversObject<{ +export type zksync_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SettingResolvers = ResolversObject<{ +export type zksync_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SlippageUpdateResolvers = ResolversObject<{ +export type zksync_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -197931,46 +197806,47 @@ export type metis_SlippageUpdateResolvers; }>; -export type metis_SnapshotRootResolvers = ResolversObject<{ +export type zksync_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SpokeConnectorModeResolvers = ResolversObject<{ +export type zksync_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type zksync__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type zksync__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_AggregateRootResolvers = ResolversObject<{ +export type mantle_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_AggregateRootProposedResolvers = ResolversObject<{ +export type mantle_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -197979,182 +197855,182 @@ export type stagingoptimism_AggregateRootProposedResolvers; }>; -export type stagingoptimism_AssetResolvers = ResolversObject<{ +export type mantle_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_AssetBalanceResolvers = ResolversObject<{ +export type mantle_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 stagingoptimism_AssetStatusResolvers = ResolversObject<{ +export type mantle_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingoptimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimism_BigDecimal'; +export interface mantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_BigDecimal'; } -export interface stagingoptimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimism_Bytes'; +export interface mantle_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_Bytes'; } -export type stagingoptimism_ConnectorMetaResolvers = ResolversObject<{ +export type mantle_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 stagingoptimism_DestinationTransferResolvers = ResolversObject<{ +export type mantle_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 stagingoptimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingoptimism_Int8'; +export interface mantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mantle_Int8'; } -export type stagingoptimism_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mantle_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_OriginMessageResolvers = ResolversObject<{ +export type mantle_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 stagingoptimism_OriginTransferResolvers = ResolversObject<{ +export type mantle_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 stagingoptimism_RelayerResolvers = ResolversObject<{ +export type mantle_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RelayerFeeResolvers = ResolversObject<{ +export type mantle_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mantle_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; @@ -198162,20 +198038,20 @@ export type stagingoptimism_RelayerFeesIncreaseResolvers; }>; -export type stagingoptimism_RootCountResolvers = ResolversObject<{ +export type mantle_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RootMessageSentResolvers = ResolversObject<{ +export type mantle_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>; @@ -198183,61 +198059,61 @@ export type stagingoptimism_RootMessageSentResolvers; }>; -export type stagingoptimism_RouterResolvers = ResolversObject<{ +export type mantle_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 stagingoptimism_RouterDailyTVLResolvers = ResolversObject<{ +export type mantle_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_RouterLiquidityEventResolvers = ResolversObject<{ +export type mantle_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_SequencerResolvers = ResolversObject<{ +export type mantle_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_SettingResolvers = ResolversObject<{ +export type mantle_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_SlippageUpdateResolvers = ResolversObject<{ +export type mantle_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -198245,47 +198121,47 @@ export type stagingoptimism_SlippageUpdateResolvers; }>; -export type stagingoptimism_SnapshotRootResolvers = ResolversObject<{ +export type mantle_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism_SpokeConnectorModeResolvers = ResolversObject<{ +export type mantle_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mantle__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingoptimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mantle__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_AggregateRootResolvers = ResolversObject<{ +export type avalanche_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_AggregateRootProposedResolvers = ResolversObject<{ +export type avalanche_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -198294,182 +198170,182 @@ export type stagingmantle_AggregateRootProposedResolvers; }>; -export type stagingmantle_AssetResolvers = ResolversObject<{ +export type avalanche_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_AssetBalanceResolvers = ResolversObject<{ +export type avalanche_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 stagingmantle_AssetStatusResolvers = ResolversObject<{ +export type avalanche_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_BigDecimal'; +export interface avalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_BigDecimal'; } -export interface stagingmantle_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_Bytes'; +export interface avalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_Bytes'; } -export type stagingmantle_ConnectorMetaResolvers = ResolversObject<{ +export type avalanche_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 stagingmantle_DestinationTransferResolvers = ResolversObject<{ +export type avalanche_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 stagingmantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_Int8'; +export interface avalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_Int8'; } -export type stagingmantle_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type avalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_OriginMessageResolvers = ResolversObject<{ +export type avalanche_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 stagingmantle_OriginTransferResolvers = ResolversObject<{ +export type avalanche_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 stagingmantle_RelayerResolvers = ResolversObject<{ +export type avalanche_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_RelayerFeeResolvers = ResolversObject<{ +export type avalanche_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type avalanche_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; @@ -198477,20 +198353,20 @@ export type stagingmantle_RelayerFeesIncreaseResolvers; }>; -export type stagingmantle_RootCountResolvers = ResolversObject<{ +export type avalanche_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_RootMessageSentResolvers = ResolversObject<{ +export type avalanche_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>; @@ -198498,61 +198374,61 @@ export type stagingmantle_RootMessageSentResolvers; }>; -export type stagingmantle_RouterResolvers = ResolversObject<{ +export type avalanche_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 stagingmantle_RouterDailyTVLResolvers = ResolversObject<{ +export type avalanche_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_RouterLiquidityEventResolvers = ResolversObject<{ +export type avalanche_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_SequencerResolvers = ResolversObject<{ +export type avalanche_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_SettingResolvers = ResolversObject<{ +export type avalanche_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_SlippageUpdateResolvers = ResolversObject<{ +export type avalanche_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -198560,46 +198436,47 @@ export type stagingmantle_SlippageUpdateResolvers; }>; -export type stagingmantle_SnapshotRootResolvers = ResolversObject<{ +export type avalanche_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_SpokeConnectorModeResolvers = ResolversObject<{ +export type avalanche_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type avalanche__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type avalanche__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_AggregateRootResolvers = ResolversObject<{ +export type mode_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ +export type mode_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -198608,182 +198485,182 @@ export type polygonzkevm_AggregateRootProposedResolvers; }>; -export type polygonzkevm_AssetResolvers = ResolversObject<{ +export type mode_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_AssetBalanceResolvers = ResolversObject<{ +export type mode_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 polygonzkevm_AssetStatusResolvers = ResolversObject<{ +export type mode_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_BigDecimal'; +export interface mode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_BigDecimal'; } -export interface polygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_Bytes'; +export interface mode_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_Bytes'; } -export type polygonzkevm_ConnectorMetaResolvers = ResolversObject<{ +export type mode_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 polygonzkevm_DestinationTransferResolvers = ResolversObject<{ +export type mode_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 polygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_Int8'; +export interface mode_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_Int8'; } -export type polygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mode_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_OriginMessageResolvers = ResolversObject<{ +export type mode_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 polygonzkevm_OriginTransferResolvers = ResolversObject<{ +export type mode_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 polygonzkevm_RelayerResolvers = ResolversObject<{ +export type mode_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_RelayerFeeResolvers = ResolversObject<{ +export type mode_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mode_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; @@ -198791,20 +198668,20 @@ export type polygonzkevm_RelayerFeesIncreaseResolvers; }>; -export type polygonzkevm_RootCountResolvers = ResolversObject<{ +export type mode_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_RootMessageSentResolvers = ResolversObject<{ +export type mode_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>; @@ -198812,61 +198689,61 @@ export type polygonzkevm_RootMessageSentResolvers; }>; -export type polygonzkevm_RouterResolvers = ResolversObject<{ +export type mode_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 polygonzkevm_RouterDailyTVLResolvers = ResolversObject<{ +export type mode_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_RouterLiquidityEventResolvers = ResolversObject<{ +export type mode_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_SequencerResolvers = ResolversObject<{ +export type mode_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_SettingResolvers = ResolversObject<{ +export type mode_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_SlippageUpdateResolvers = ResolversObject<{ +export type mode_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -198874,47 +198751,46 @@ export type polygonzkevm_SlippageUpdateResolvers; }>; -export type polygonzkevm_SnapshotRootResolvers = ResolversObject<{ +export type mode_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ +export type mode_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mode__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mode__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_AggregateRootResolvers = ResolversObject<{ +export type stagingxlayer_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingxlayer_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -198923,182 +198799,182 @@ export type stagingmode_AggregateRootProposedResolvers; }>; -export type stagingmode_AssetResolvers = ResolversObject<{ +export type stagingxlayer_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_AssetBalanceResolvers = ResolversObject<{ +export type stagingxlayer_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 stagingmode_AssetStatusResolvers = ResolversObject<{ +export type stagingxlayer_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_BigDecimal'; +export interface stagingxlayer_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxlayer_BigDecimal'; } -export interface stagingmode_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_Bytes'; +export interface stagingxlayer_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxlayer_Bytes'; } -export type stagingmode_ConnectorMetaResolvers = ResolversObject<{ +export type stagingxlayer_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 stagingmode_DestinationTransferResolvers = ResolversObject<{ +export type stagingxlayer_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 stagingmode_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_Int8'; +export interface stagingxlayer_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxlayer_Int8'; } -export type stagingmode_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingxlayer_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_OriginMessageResolvers = ResolversObject<{ +export type stagingxlayer_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 stagingmode_OriginTransferResolvers = ResolversObject<{ +export type stagingxlayer_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 stagingmode_RelayerResolvers = ResolversObject<{ +export type stagingxlayer_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RelayerFeeResolvers = ResolversObject<{ +export type stagingxlayer_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingxlayer_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; @@ -199106,20 +198982,20 @@ export type stagingmode_RelayerFeesIncreaseResolvers; }>; -export type stagingmode_RootCountResolvers = ResolversObject<{ +export type stagingxlayer_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RootMessageSentResolvers = ResolversObject<{ +export type stagingxlayer_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>; @@ -199127,61 +199003,61 @@ export type stagingmode_RootMessageSentResolvers; }>; -export type stagingmode_RouterResolvers = ResolversObject<{ +export type stagingxlayer_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 stagingmode_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingxlayer_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingxlayer_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_SequencerResolvers = ResolversObject<{ +export type stagingxlayer_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_SettingResolvers = ResolversObject<{ +export type stagingxlayer_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_SlippageUpdateResolvers = ResolversObject<{ +export type stagingxlayer_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -199189,47 +199065,46 @@ export type stagingmode_SlippageUpdateResolvers; }>; -export type stagingmode_SnapshotRootResolvers = ResolversObject<{ +export type stagingxlayer_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingxlayer_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingxlayer__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingxlayer__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AggregateRootResolvers = ResolversObject<{ +export type stagingbase_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingbase_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -199238,182 +199113,182 @@ export type base_AggregateRootProposedResolvers; }>; -export type base_AssetResolvers = ResolversObject<{ +export type stagingbase_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AssetBalanceResolvers = ResolversObject<{ +export type stagingbase_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 base_AssetStatusResolvers = ResolversObject<{ +export type stagingbase_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface base_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_BigDecimal'; +export interface stagingbase_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_BigDecimal'; } -export interface base_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_Bytes'; +export interface stagingbase_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_Bytes'; } -export type base_ConnectorMetaResolvers = ResolversObject<{ +export type stagingbase_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 base_DestinationTransferResolvers = ResolversObject<{ +export type stagingbase_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 base_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_Int8'; +export interface stagingbase_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_Int8'; } -export type base_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingbase_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_OriginMessageResolvers = ResolversObject<{ +export type stagingbase_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 base_OriginTransferResolvers = ResolversObject<{ +export type stagingbase_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 base_RelayerResolvers = ResolversObject<{ +export type stagingbase_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_RelayerFeeResolvers = ResolversObject<{ +export type stagingbase_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingbase_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; @@ -199421,20 +199296,20 @@ export type base_RelayerFeesIncreaseResolvers; }>; -export type base_RootCountResolvers = ResolversObject<{ +export type stagingbase_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_RootMessageSentResolvers = ResolversObject<{ +export type stagingbase_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>; @@ -199442,61 +199317,61 @@ export type base_RootMessageSentResolvers; }>; -export type base_RouterResolvers = ResolversObject<{ +export type stagingbase_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 base_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingbase_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingbase_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_SequencerResolvers = ResolversObject<{ +export type stagingbase_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_SettingResolvers = ResolversObject<{ +export type stagingbase_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_SlippageUpdateResolvers = ResolversObject<{ +export type stagingbase_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -199504,47 +199379,46 @@ export type base_SlippageUpdateResolvers; }>; -export type base_SnapshotRootResolvers = ResolversObject<{ +export type stagingbase_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingbase_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingbase__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingbase__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_AggregateRootResolvers = ResolversObject<{ +export type metis_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_AggregateRootProposedResolvers = ResolversObject<{ +export type metis_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -199553,182 +199427,182 @@ export type stagingscroll_AggregateRootProposedResolvers; }>; -export type stagingscroll_AssetResolvers = ResolversObject<{ +export type metis_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_AssetBalanceResolvers = ResolversObject<{ +export type metis_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 stagingscroll_AssetStatusResolvers = ResolversObject<{ +export type metis_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingscroll_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingscroll_BigDecimal'; +export interface metis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_BigDecimal'; } -export interface stagingscroll_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingscroll_Bytes'; +export interface metis_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_Bytes'; } -export type stagingscroll_ConnectorMetaResolvers = ResolversObject<{ +export type metis_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 stagingscroll_DestinationTransferResolvers = ResolversObject<{ +export type metis_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 stagingscroll_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingscroll_Int8'; +export interface metis_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_Int8'; } -export type stagingscroll_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type metis_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_OriginMessageResolvers = ResolversObject<{ +export type metis_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 stagingscroll_OriginTransferResolvers = ResolversObject<{ +export type metis_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 stagingscroll_RelayerResolvers = ResolversObject<{ +export type metis_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_RelayerFeeResolvers = ResolversObject<{ +export type metis_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type metis_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; @@ -199736,20 +199610,20 @@ export type stagingscroll_RelayerFeesIncreaseResolvers; }>; -export type stagingscroll_RootCountResolvers = ResolversObject<{ +export type metis_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_RootMessageSentResolvers = ResolversObject<{ +export type metis_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>; @@ -199757,61 +199631,61 @@ export type stagingscroll_RootMessageSentResolvers; }>; -export type stagingscroll_RouterResolvers = ResolversObject<{ +export type metis_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 stagingscroll_RouterDailyTVLResolvers = ResolversObject<{ +export type metis_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_RouterLiquidityEventResolvers = ResolversObject<{ +export type metis_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_SequencerResolvers = ResolversObject<{ +export type metis_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_SettingResolvers = ResolversObject<{ +export type metis_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_SlippageUpdateResolvers = ResolversObject<{ +export type metis_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -199819,47 +199693,262 @@ export type stagingscroll_SlippageUpdateResolvers; }>; -export type stagingscroll_SnapshotRootResolvers = ResolversObject<{ +export type metis_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type metis__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface base_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_BigDecimal'; +} + +export interface base_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_Bytes'; +} + +export interface base_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_Int8'; +} + +export type base_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_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 base_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 base_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type base_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 base_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_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 base_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 base_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_StableSwapAddLiquidityEvent' | 'base_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type base_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 base_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 base_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type base_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_SwapDailyVolume' | 'base_swap_SwapHourlyVolume' | 'base_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type base_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_SpokeConnectorModeResolvers = ResolversObject<{ +export type base_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type base_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type base_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AggregateRootResolvers = ResolversObject<{ +export type stagingmantle_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmantle_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -199868,182 +199957,182 @@ export type stagingzksync_AggregateRootProposedResolvers; }>; -export type stagingzksync_AssetResolvers = ResolversObject<{ +export type stagingmantle_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AssetBalanceResolvers = ResolversObject<{ +export type stagingmantle_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 stagingzksync_AssetStatusResolvers = ResolversObject<{ +export type stagingmantle_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingzksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_BigDecimal'; +export interface stagingmantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_BigDecimal'; } -export interface stagingzksync_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_Bytes'; +export interface stagingmantle_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_Bytes'; } -export type stagingzksync_ConnectorMetaResolvers = ResolversObject<{ +export type stagingmantle_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 stagingzksync_DestinationTransferResolvers = ResolversObject<{ +export type stagingmantle_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 stagingzksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_Int8'; +export interface stagingmantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_Int8'; } -export type stagingzksync_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmantle_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_OriginMessageResolvers = ResolversObject<{ +export type stagingmantle_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 stagingzksync_OriginTransferResolvers = ResolversObject<{ +export type stagingmantle_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 stagingzksync_RelayerResolvers = ResolversObject<{ +export type stagingmantle_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RelayerFeeResolvers = ResolversObject<{ +export type stagingmantle_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingmantle_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; @@ -200051,20 +200140,20 @@ export type stagingzksync_RelayerFeesIncreaseResolvers; }>; -export type stagingzksync_RootCountResolvers = ResolversObject<{ +export type stagingmantle_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RootMessageSentResolvers = ResolversObject<{ +export type stagingmantle_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>; @@ -200072,61 +200161,61 @@ export type stagingzksync_RootMessageSentResolvers; }>; -export type stagingzksync_RouterResolvers = ResolversObject<{ +export type stagingmantle_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 stagingzksync_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingmantle_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingmantle_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_SequencerResolvers = ResolversObject<{ +export type stagingmantle_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_SettingResolvers = ResolversObject<{ +export type stagingmantle_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_SlippageUpdateResolvers = ResolversObject<{ +export type stagingmantle_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -200134,47 +200223,46 @@ export type stagingzksync_SlippageUpdateResolvers; }>; -export type stagingzksync_SnapshotRootResolvers = ResolversObject<{ +export type stagingmantle_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmantle_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmantle__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmantle__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_AggregateRootResolvers = ResolversObject<{ +export type stagingmetis_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmetis_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -200183,182 +200271,182 @@ export type stagingxdai_AggregateRootProposedResolvers; }>; -export type stagingxdai_AssetResolvers = ResolversObject<{ +export type stagingmetis_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_AssetBalanceResolvers = ResolversObject<{ +export type stagingmetis_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 stagingxdai_AssetStatusResolvers = ResolversObject<{ +export type stagingmetis_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingxdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxdai_BigDecimal'; +export interface stagingmetis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmetis_BigDecimal'; } -export interface stagingxdai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxdai_Bytes'; +export interface stagingmetis_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmetis_Bytes'; } -export type stagingxdai_ConnectorMetaResolvers = ResolversObject<{ +export type stagingmetis_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 stagingxdai_DestinationTransferResolvers = ResolversObject<{ +export type stagingmetis_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 stagingxdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxdai_Int8'; +export interface stagingmetis_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmetis_Int8'; } -export type stagingxdai_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmetis_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_OriginMessageResolvers = ResolversObject<{ +export type stagingmetis_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 stagingxdai_OriginTransferResolvers = ResolversObject<{ +export type stagingmetis_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 stagingxdai_RelayerResolvers = ResolversObject<{ +export type stagingmetis_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_RelayerFeeResolvers = ResolversObject<{ +export type stagingmetis_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingmetis_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; @@ -200366,20 +200454,20 @@ export type stagingxdai_RelayerFeesIncreaseResolvers; }>; -export type stagingxdai_RootCountResolvers = ResolversObject<{ +export type stagingmetis_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_RootMessageSentResolvers = ResolversObject<{ +export type stagingmetis_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>; @@ -200387,61 +200475,61 @@ export type stagingxdai_RootMessageSentResolvers; }>; -export type stagingxdai_RouterResolvers = ResolversObject<{ +export type stagingmetis_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 stagingxdai_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingmetis_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingmetis_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_SequencerResolvers = ResolversObject<{ +export type stagingmetis_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_SettingResolvers = ResolversObject<{ +export type stagingmetis_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_SlippageUpdateResolvers = ResolversObject<{ +export type stagingmetis_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -200449,32 +200537,31 @@ export type stagingxdai_SlippageUpdateResolvers; }>; -export type stagingxdai_SnapshotRootResolvers = ResolversObject<{ +export type stagingmetis_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmetis_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingmetis__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmetis__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -200794,331 +200881,16 @@ export type xdai__Meta_Resolvers; }>; -export type stagingbnb_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_AssetResolvers = ResolversObject<{ - id?: Resolver; - key?: Resolver, ParentType, ContextType>; - decimal?: Resolver, ParentType, ContextType>; - adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface stagingbnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_BigDecimal'; -} - -export interface stagingbnb_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_Bytes'; -} - -export type stagingbnb_ConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_DestinationTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface stagingbnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_Int8'; -} - -export type stagingbnb_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_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 stagingbnb_OriginTransferResolvers = ResolversObject<{ - id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_RelayerFeeResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_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 stagingbnb_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_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 stagingbnb_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 stagingbnb_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_RouterLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; - timestamp?: Resolver; - transactionHash?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_SnapshotRootResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb_SpokeConnectorModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbnb__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingarbitrumone_AggregateRootResolvers = ResolversObject<{ +export type xlayer_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ +export type xlayer_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -201127,182 +200899,182 @@ export type stagingarbitrumone_AggregateRootProposedResolvers; }>; -export type stagingarbitrumone_AssetResolvers = ResolversObject<{ +export type xlayer_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_AssetBalanceResolvers = ResolversObject<{ +export type xlayer_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 stagingarbitrumone_AssetStatusResolvers = ResolversObject<{ +export type xlayer_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumone_BigDecimal'; +export interface xlayer_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_BigDecimal'; } -export interface stagingarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumone_Bytes'; +export interface xlayer_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_Bytes'; } -export type stagingarbitrumone_ConnectorMetaResolvers = ResolversObject<{ +export type xlayer_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 stagingarbitrumone_DestinationTransferResolvers = ResolversObject<{ +export type xlayer_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 stagingarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumone_Int8'; +export interface xlayer_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_Int8'; } -export type stagingarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type xlayer_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_OriginMessageResolvers = ResolversObject<{ +export type xlayer_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 stagingarbitrumone_OriginTransferResolvers = ResolversObject<{ +export type xlayer_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 stagingarbitrumone_RelayerResolvers = ResolversObject<{ +export type xlayer_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_RelayerFeeResolvers = ResolversObject<{ +export type xlayer_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type xlayer_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; @@ -201310,20 +201082,20 @@ export type stagingarbitrumone_RelayerFeesIncreaseResolvers; }>; -export type stagingarbitrumone_RootCountResolvers = ResolversObject<{ +export type xlayer_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_RootMessageSentResolvers = ResolversObject<{ +export type xlayer_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>; @@ -201331,61 +201103,61 @@ export type stagingarbitrumone_RootMessageSentResolvers; }>; -export type stagingarbitrumone_RouterResolvers = ResolversObject<{ +export type xlayer_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 stagingarbitrumone_RouterDailyTVLResolvers = ResolversObject<{ +export type xlayer_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_RouterLiquidityEventResolvers = ResolversObject<{ +export type xlayer_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_SequencerResolvers = ResolversObject<{ +export type xlayer_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_SettingResolvers = ResolversObject<{ +export type xlayer_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_SlippageUpdateResolvers = ResolversObject<{ +export type xlayer_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -201393,47 +201165,46 @@ export type stagingarbitrumone_SlippageUpdateResolvers; }>; -export type stagingarbitrumone_SnapshotRootResolvers = ResolversObject<{ +export type xlayer_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ +export type xlayer_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xlayer__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xlayer__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_AggregateRootResolvers = ResolversObject<{ +export type bnb_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ +export type bnb_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -201442,182 +201213,182 @@ export type stagingpolygonzkevm_AggregateRootProposedResolvers; }>; -export type stagingpolygonzkevm_AssetResolvers = ResolversObject<{ +export type bnb_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + canonicalDomain?: 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 stagingpolygonzkevm_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 stagingpolygonzkevm_AssetStatusResolvers = ResolversObject<{ +export type bnb_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingpolygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygonzkevm_BigDecimal'; +export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_BigDecimal'; } -export interface stagingpolygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygonzkevm_Bytes'; +export interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_Bytes'; } -export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygonzkevm_Int8'; +export interface bnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_Int8'; } -export type stagingpolygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type bnb_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_RelayerResolvers = ResolversObject<{ +export type bnb_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_RelayerFeeResolvers = ResolversObject<{ +export type bnb_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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; @@ -201625,20 +201396,20 @@ export type stagingpolygonzkevm_RelayerFeesIncreaseResolvers; }>; -export type stagingpolygonzkevm_RootCountResolvers = ResolversObject<{ +export type bnb_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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>; @@ -201646,61 +201417,61 @@ export type stagingpolygonzkevm_RootMessageSentResolvers; }>; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_RouterLiquidityEventResolvers = ResolversObject<{ +export type bnb_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_SequencerResolvers = ResolversObject<{ +export type bnb_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_SettingResolvers = ResolversObject<{ +export type bnb_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_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; @@ -201708,47 +201479,46 @@ export type stagingpolygonzkevm_SlippageUpdateResolvers; }>; -export type stagingpolygonzkevm_SnapshotRootResolvers = ResolversObject<{ +export type bnb_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ +export type bnb_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type bnb__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygonzkevm__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type bnb__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_AggregateRootResolvers = ResolversObject<{ +export type base_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_AggregateRootProposedResolvers = ResolversObject<{ +export type base_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -201757,182 +201527,182 @@ export type stagingxlayer_AggregateRootProposedResolvers; }>; -export type stagingxlayer_AssetResolvers = ResolversObject<{ +export type base_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_AssetBalanceResolvers = ResolversObject<{ +export type base_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 stagingxlayer_AssetStatusResolvers = ResolversObject<{ +export type base_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingxlayer_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxlayer_BigDecimal'; +export interface base_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_BigDecimal'; } -export interface stagingxlayer_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxlayer_Bytes'; +export interface base_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_Bytes'; } -export type stagingxlayer_ConnectorMetaResolvers = ResolversObject<{ +export type base_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 stagingxlayer_DestinationTransferResolvers = ResolversObject<{ +export type base_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 stagingxlayer_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxlayer_Int8'; +export interface base_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_Int8'; } -export type stagingxlayer_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type base_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_OriginMessageResolvers = ResolversObject<{ +export type base_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 stagingxlayer_OriginTransferResolvers = ResolversObject<{ +export type base_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 stagingxlayer_RelayerResolvers = ResolversObject<{ +export type base_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_RelayerFeeResolvers = ResolversObject<{ +export type base_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type base_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; @@ -201940,20 +201710,20 @@ export type stagingxlayer_RelayerFeesIncreaseResolvers; }>; -export type stagingxlayer_RootCountResolvers = ResolversObject<{ +export type base_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_RootMessageSentResolvers = ResolversObject<{ +export type base_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>; @@ -201961,61 +201731,61 @@ export type stagingxlayer_RootMessageSentResolvers; }>; -export type stagingxlayer_RouterResolvers = ResolversObject<{ +export type base_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 stagingxlayer_RouterDailyTVLResolvers = ResolversObject<{ +export type base_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_RouterLiquidityEventResolvers = ResolversObject<{ +export type base_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_SequencerResolvers = ResolversObject<{ +export type base_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_SettingResolvers = ResolversObject<{ +export type base_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_SlippageUpdateResolvers = ResolversObject<{ +export type base_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -202023,46 +201793,263 @@ export type stagingxlayer_SlippageUpdateResolvers; }>; -export type stagingxlayer_SnapshotRootResolvers = ResolversObject<{ +export type base_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_SpokeConnectorModeResolvers = ResolversObject<{ +export type base_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type base__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type base__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_AggregateRootResolvers = ResolversObject<{ +export interface arbitrumsepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_swap_BigDecimal'; +} + +export interface arbitrumsepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_swap_Bytes'; +} + +export interface arbitrumsepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_swap_Int8'; +} + +export type arbitrumsepolia_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumsepolia_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type arbitrumsepolia_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 arbitrumsepolia_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumsepolia_swap_StableSwapAddLiquidityEvent' | 'arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'arbitrumsepolia_swap_SwapDailyVolume' | 'arbitrumsepolia_swap_SwapHourlyVolume' | 'arbitrumsepolia_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type arbitrumsepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type arbitrumsepolia_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimism_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingoptimism_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -202071,178 +202058,182 @@ export type staginglinea_AggregateRootProposedResolvers; }>; -export type staginglinea_AssetResolvers = ResolversObject<{ +export type stagingoptimism_AssetResolvers = ResolversObject<{ id?: Resolver; - key?: Resolver, ParentType, ContextType>; + key?: Resolver, ParentType, ContextType>; decimal?: Resolver, ParentType, ContextType>; adoptedDecimal?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - adoptedAsset?: Resolver, ParentType, ContextType>; - localAsset?: Resolver, ParentType, ContextType>; + adoptedAsset?: Resolver, ParentType, ContextType>; + localAsset?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_AssetBalanceResolvers = ResolversObject<{ +export type stagingoptimism_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 staginglinea_AssetStatusResolvers = ResolversObject<{ +export type stagingoptimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface staginglinea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginglinea_BigDecimal'; +export interface stagingoptimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimism_BigDecimal'; } -export interface staginglinea_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginglinea_Bytes'; +export interface stagingoptimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimism_Bytes'; } -export type staginglinea_ConnectorMetaResolvers = ResolversObject<{ +export type stagingoptimism_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 staginglinea_DestinationTransferResolvers = ResolversObject<{ +export type stagingoptimism_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 staginglinea_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface stagingoptimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimism_Int8'; +} + +export type stagingoptimism_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_OriginMessageResolvers = ResolversObject<{ +export type stagingoptimism_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 staginglinea_OriginTransferResolvers = ResolversObject<{ +export type stagingoptimism_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 staginglinea_RelayerResolvers = ResolversObject<{ +export type stagingoptimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RelayerFeeResolvers = ResolversObject<{ +export type stagingoptimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingoptimism_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; @@ -202250,20 +202241,20 @@ export type staginglinea_RelayerFeesIncreaseResolvers; }>; -export type staginglinea_RootCountResolvers = ResolversObject<{ +export type stagingoptimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RootMessageSentResolvers = ResolversObject<{ +export type stagingoptimism_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>; @@ -202271,61 +202262,61 @@ export type staginglinea_RootMessageSentResolvers; }>; -export type staginglinea_RouterResolvers = ResolversObject<{ +export type stagingoptimism_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 staginglinea_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingoptimism_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingoptimism_RouterLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; + type?: Resolver, ParentType, ContextType>; + router?: Resolver; + asset?: Resolver; amount?: Resolver; balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; blockNumber?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transactionHash?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_SequencerResolvers = ResolversObject<{ +export type stagingoptimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_SettingResolvers = ResolversObject<{ +export type stagingoptimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_SlippageUpdateResolvers = ResolversObject<{ +export type stagingoptimism_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -202333,143 +202324,144 @@ export type staginglinea_SlippageUpdateResolvers; }>; -export type staginglinea_SnapshotRootResolvers = ResolversObject<{ +export type stagingoptimism_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingoptimism_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingoptimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingoptimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_BigDecimal'; +export interface avalanche_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_BigDecimal'; } -export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Bytes'; +export interface avalanche_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_Bytes'; } -export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_swap_Int8'; +export interface avalanche_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'avalanche_swap_Int8'; } -export type bnb_swap_LpAccountResolvers = ResolversObject<{ +export type avalanche_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 avalanche_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 avalanche_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 avalanche_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_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 avalanche_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 avalanche_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap_StableSwapResolvers = ResolversObject<{ +export type avalanche_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 avalanche_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>; @@ -202478,25 +202470,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 avalanche_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_StableSwapAddLiquidityEvent' | 'avalanche_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 avalanche_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -202505,15 +202497,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 avalanche_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>; @@ -202522,59 +202514,59 @@ 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 avalanche_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 avalanche_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 avalanche_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'avalanche_swap_SwapDailyVolume' | 'avalanche_swap_SwapHourlyVolume' | 'avalanche_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type bnb_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type avalanche_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 avalanche_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type avalanche_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type avalanche_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -203014,6 +203006,223 @@ export type arbitrumone_swap__Meta_Resolvers; }>; +export interface bnb_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_BigDecimal'; +} + +export interface bnb_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Bytes'; +} + +export interface bnb_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'bnb_swap_Int8'; +} + +export type bnb_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type bnb_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_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 bnb_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 bnb_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_StableSwapAddLiquidityEvent' | 'bnb_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type bnb_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'bnb_swap_SwapDailyVolume' | 'bnb_swap_SwapHourlyVolume' | 'bnb_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type bnb_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type bnb_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + export interface xdai_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { name: 'xdai_swap_BigDecimal'; } @@ -203448,270 +203657,52 @@ export type polygon_swap__Meta_Resolvers; }>; -export interface avalanche_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_swap_BigDecimal'; -} - -export interface avalanche_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_swap_Bytes'; -} - -export interface avalanche_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'avalanche_swap_Int8'; -} - -export type avalanche_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_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 avalanche_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 avalanche_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'avalanche_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type avalanche_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 avalanche_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_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 avalanche_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 avalanche_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'avalanche_swap_StableSwapAddLiquidityEvent' | 'avalanche_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type avalanche_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 avalanche_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 avalanche_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'avalanche_swap_SwapDailyVolume' | 'avalanche_swap_SwapHourlyVolume' | 'avalanche_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type avalanche_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type avalanche_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - export type Resolvers = ResolversObject<{ Query?: QueryResolvers; Subscription?: SubscriptionResolvers; - sepolia_swap_BigDecimal?: GraphQLScalarType; + metis_swap_BigDecimal?: GraphQLScalarType; BigInt?: GraphQLScalarType; - sepolia_swap_Bytes?: GraphQLScalarType; - sepolia_swap_Int8?: GraphQLScalarType; - sepolia_swap_LpAccount?: sepolia_swap_LpAccountResolvers; - sepolia_swap_LpAccountBalance?: sepolia_swap_LpAccountBalanceResolvers; - sepolia_swap_LpToken?: sepolia_swap_LpTokenResolvers; - sepolia_swap_LpTokenEvent?: sepolia_swap_LpTokenEventResolvers; - sepolia_swap_LpTransferEvent?: sepolia_swap_LpTransferEventResolvers; - sepolia_swap_PooledToken?: sepolia_swap_PooledTokenResolvers; - sepolia_swap_StableSwap?: sepolia_swap_StableSwapResolvers; - sepolia_swap_StableSwapAddLiquidityEvent?: sepolia_swap_StableSwapAddLiquidityEventResolvers; - sepolia_swap_StableSwapEvent?: sepolia_swap_StableSwapEventResolvers; - sepolia_swap_StableSwapExchange?: sepolia_swap_StableSwapExchangeResolvers; - sepolia_swap_StableSwapRemoveLiquidityEvent?: sepolia_swap_StableSwapRemoveLiquidityEventResolvers; - sepolia_swap_SwapDailyVolume?: sepolia_swap_SwapDailyVolumeResolvers; - sepolia_swap_SwapHourlyVolume?: sepolia_swap_SwapHourlyVolumeResolvers; - sepolia_swap_SwapTradeVolume?: sepolia_swap_SwapTradeVolumeResolvers; - sepolia_swap_SwapWeeklyVolume?: sepolia_swap_SwapWeeklyVolumeResolvers; - sepolia_swap_SystemInfo?: sepolia_swap_SystemInfoResolvers; + metis_swap_Bytes?: GraphQLScalarType; + metis_swap_Int8?: GraphQLScalarType; + metis_swap_LpAccount?: metis_swap_LpAccountResolvers; + metis_swap_LpAccountBalance?: metis_swap_LpAccountBalanceResolvers; + metis_swap_LpToken?: metis_swap_LpTokenResolvers; + metis_swap_LpTokenEvent?: metis_swap_LpTokenEventResolvers; + metis_swap_LpTransferEvent?: metis_swap_LpTransferEventResolvers; + metis_swap_PooledToken?: metis_swap_PooledTokenResolvers; + metis_swap_StableSwap?: metis_swap_StableSwapResolvers; + metis_swap_StableSwapAddLiquidityEvent?: metis_swap_StableSwapAddLiquidityEventResolvers; + metis_swap_StableSwapEvent?: metis_swap_StableSwapEventResolvers; + metis_swap_StableSwapExchange?: metis_swap_StableSwapExchangeResolvers; + metis_swap_StableSwapRemoveLiquidityEvent?: metis_swap_StableSwapRemoveLiquidityEventResolvers; + metis_swap_SwapDailyVolume?: metis_swap_SwapDailyVolumeResolvers; + metis_swap_SwapHourlyVolume?: metis_swap_SwapHourlyVolumeResolvers; + metis_swap_SwapTradeVolume?: metis_swap_SwapTradeVolumeResolvers; + metis_swap_SwapWeeklyVolume?: metis_swap_SwapWeeklyVolumeResolvers; + metis_swap_SystemInfo?: metis_swap_SystemInfoResolvers; Timestamp?: GraphQLScalarType; - sepolia_swap__Block_?: sepolia_swap__Block_Resolvers; - sepolia_swap__Meta_?: sepolia_swap__Meta_Resolvers; - optimismsepolia_swap_BigDecimal?: GraphQLScalarType; - optimismsepolia_swap_Bytes?: GraphQLScalarType; - optimismsepolia_swap_Int8?: GraphQLScalarType; - optimismsepolia_swap_LpAccount?: optimismsepolia_swap_LpAccountResolvers; - optimismsepolia_swap_LpAccountBalance?: optimismsepolia_swap_LpAccountBalanceResolvers; - optimismsepolia_swap_LpToken?: optimismsepolia_swap_LpTokenResolvers; - optimismsepolia_swap_LpTokenEvent?: optimismsepolia_swap_LpTokenEventResolvers; - optimismsepolia_swap_LpTransferEvent?: optimismsepolia_swap_LpTransferEventResolvers; - optimismsepolia_swap_PooledToken?: optimismsepolia_swap_PooledTokenResolvers; - optimismsepolia_swap_StableSwap?: optimismsepolia_swap_StableSwapResolvers; - optimismsepolia_swap_StableSwapAddLiquidityEvent?: optimismsepolia_swap_StableSwapAddLiquidityEventResolvers; - optimismsepolia_swap_StableSwapEvent?: optimismsepolia_swap_StableSwapEventResolvers; - optimismsepolia_swap_StableSwapExchange?: optimismsepolia_swap_StableSwapExchangeResolvers; - optimismsepolia_swap_StableSwapRemoveLiquidityEvent?: optimismsepolia_swap_StableSwapRemoveLiquidityEventResolvers; - optimismsepolia_swap_SwapDailyVolume?: optimismsepolia_swap_SwapDailyVolumeResolvers; - optimismsepolia_swap_SwapHourlyVolume?: optimismsepolia_swap_SwapHourlyVolumeResolvers; - optimismsepolia_swap_SwapTradeVolume?: optimismsepolia_swap_SwapTradeVolumeResolvers; - optimismsepolia_swap_SwapWeeklyVolume?: optimismsepolia_swap_SwapWeeklyVolumeResolvers; - optimismsepolia_swap_SystemInfo?: optimismsepolia_swap_SystemInfoResolvers; - optimismsepolia_swap__Block_?: optimismsepolia_swap__Block_Resolvers; - optimismsepolia_swap__Meta_?: optimismsepolia_swap__Meta_Resolvers; + metis_swap__Block_?: metis_swap__Block_Resolvers; + metis_swap__Meta_?: metis_swap__Meta_Resolvers; + linea_swap_BigDecimal?: GraphQLScalarType; + linea_swap_Bytes?: GraphQLScalarType; + linea_swap_LpAccount?: linea_swap_LpAccountResolvers; + linea_swap_LpAccountBalance?: linea_swap_LpAccountBalanceResolvers; + linea_swap_LpToken?: linea_swap_LpTokenResolvers; + linea_swap_LpTokenEvent?: linea_swap_LpTokenEventResolvers; + linea_swap_LpTransferEvent?: linea_swap_LpTransferEventResolvers; + linea_swap_PooledToken?: linea_swap_PooledTokenResolvers; + linea_swap_StableSwap?: linea_swap_StableSwapResolvers; + linea_swap_StableSwapAddLiquidityEvent?: linea_swap_StableSwapAddLiquidityEventResolvers; + linea_swap_StableSwapEvent?: linea_swap_StableSwapEventResolvers; + linea_swap_StableSwapExchange?: linea_swap_StableSwapExchangeResolvers; + linea_swap_StableSwapRemoveLiquidityEvent?: linea_swap_StableSwapRemoveLiquidityEventResolvers; + linea_swap_SwapDailyVolume?: linea_swap_SwapDailyVolumeResolvers; + linea_swap_SwapHourlyVolume?: linea_swap_SwapHourlyVolumeResolvers; + linea_swap_SwapTradeVolume?: linea_swap_SwapTradeVolumeResolvers; + linea_swap_SwapWeeklyVolume?: linea_swap_SwapWeeklyVolumeResolvers; + linea_swap_SystemInfo?: linea_swap_SystemInfoResolvers; + linea_swap__Block_?: linea_swap__Block_Resolvers; + linea_swap__Meta_?: linea_swap__Meta_Resolvers; sepolia_AggregateRootSavedSlow?: sepolia_AggregateRootSavedSlowResolvers; sepolia_AggregatedMessageRoot?: sepolia_AggregatedMessageRootResolvers; sepolia_ArbitrumConnectorMeta?: sepolia_ArbitrumConnectorMetaResolvers; @@ -203743,27 +203734,242 @@ export type Resolvers = ResolversObject<{ sepolia_ZkSyncConnectorMeta?: sepolia_ZkSyncConnectorMetaResolvers; sepolia__Block_?: sepolia__Block_Resolvers; sepolia__Meta_?: sepolia__Meta_Resolvers; - arbitrumsepolia_swap_BigDecimal?: GraphQLScalarType; - arbitrumsepolia_swap_Bytes?: GraphQLScalarType; - arbitrumsepolia_swap_Int8?: GraphQLScalarType; - arbitrumsepolia_swap_LpAccount?: arbitrumsepolia_swap_LpAccountResolvers; - arbitrumsepolia_swap_LpAccountBalance?: arbitrumsepolia_swap_LpAccountBalanceResolvers; - arbitrumsepolia_swap_LpToken?: arbitrumsepolia_swap_LpTokenResolvers; - arbitrumsepolia_swap_LpTokenEvent?: arbitrumsepolia_swap_LpTokenEventResolvers; - arbitrumsepolia_swap_LpTransferEvent?: arbitrumsepolia_swap_LpTransferEventResolvers; - arbitrumsepolia_swap_PooledToken?: arbitrumsepolia_swap_PooledTokenResolvers; - arbitrumsepolia_swap_StableSwap?: arbitrumsepolia_swap_StableSwapResolvers; - arbitrumsepolia_swap_StableSwapAddLiquidityEvent?: arbitrumsepolia_swap_StableSwapAddLiquidityEventResolvers; - arbitrumsepolia_swap_StableSwapEvent?: arbitrumsepolia_swap_StableSwapEventResolvers; - arbitrumsepolia_swap_StableSwapExchange?: arbitrumsepolia_swap_StableSwapExchangeResolvers; - arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent?: arbitrumsepolia_swap_StableSwapRemoveLiquidityEventResolvers; - arbitrumsepolia_swap_SwapDailyVolume?: arbitrumsepolia_swap_SwapDailyVolumeResolvers; - arbitrumsepolia_swap_SwapHourlyVolume?: arbitrumsepolia_swap_SwapHourlyVolumeResolvers; - arbitrumsepolia_swap_SwapTradeVolume?: arbitrumsepolia_swap_SwapTradeVolumeResolvers; - arbitrumsepolia_swap_SwapWeeklyVolume?: arbitrumsepolia_swap_SwapWeeklyVolumeResolvers; - arbitrumsepolia_swap_SystemInfo?: arbitrumsepolia_swap_SystemInfoResolvers; - arbitrumsepolia_swap__Block_?: arbitrumsepolia_swap__Block_Resolvers; - arbitrumsepolia_swap__Meta_?: arbitrumsepolia_swap__Meta_Resolvers; + sepolia_swap_BigDecimal?: GraphQLScalarType; + sepolia_swap_Bytes?: GraphQLScalarType; + sepolia_swap_Int8?: GraphQLScalarType; + sepolia_swap_LpAccount?: sepolia_swap_LpAccountResolvers; + sepolia_swap_LpAccountBalance?: sepolia_swap_LpAccountBalanceResolvers; + sepolia_swap_LpToken?: sepolia_swap_LpTokenResolvers; + sepolia_swap_LpTokenEvent?: sepolia_swap_LpTokenEventResolvers; + sepolia_swap_LpTransferEvent?: sepolia_swap_LpTransferEventResolvers; + sepolia_swap_PooledToken?: sepolia_swap_PooledTokenResolvers; + sepolia_swap_StableSwap?: sepolia_swap_StableSwapResolvers; + sepolia_swap_StableSwapAddLiquidityEvent?: sepolia_swap_StableSwapAddLiquidityEventResolvers; + sepolia_swap_StableSwapEvent?: sepolia_swap_StableSwapEventResolvers; + sepolia_swap_StableSwapExchange?: sepolia_swap_StableSwapExchangeResolvers; + sepolia_swap_StableSwapRemoveLiquidityEvent?: sepolia_swap_StableSwapRemoveLiquidityEventResolvers; + sepolia_swap_SwapDailyVolume?: sepolia_swap_SwapDailyVolumeResolvers; + sepolia_swap_SwapHourlyVolume?: sepolia_swap_SwapHourlyVolumeResolvers; + sepolia_swap_SwapTradeVolume?: sepolia_swap_SwapTradeVolumeResolvers; + sepolia_swap_SwapWeeklyVolume?: sepolia_swap_SwapWeeklyVolumeResolvers; + sepolia_swap_SystemInfo?: sepolia_swap_SystemInfoResolvers; + sepolia_swap__Block_?: sepolia_swap__Block_Resolvers; + sepolia_swap__Meta_?: sepolia_swap__Meta_Resolvers; + staginglinea_AggregateRoot?: staginglinea_AggregateRootResolvers; + staginglinea_AggregateRootProposed?: staginglinea_AggregateRootProposedResolvers; + staginglinea_Asset?: staginglinea_AssetResolvers; + staginglinea_AssetBalance?: staginglinea_AssetBalanceResolvers; + staginglinea_AssetStatus?: staginglinea_AssetStatusResolvers; + staginglinea_BigDecimal?: GraphQLScalarType; + staginglinea_Bytes?: GraphQLScalarType; + staginglinea_ConnectorMeta?: staginglinea_ConnectorMetaResolvers; + staginglinea_DestinationTransfer?: staginglinea_DestinationTransferResolvers; + staginglinea_OptimisticRootFinalized?: staginglinea_OptimisticRootFinalizedResolvers; + staginglinea_OriginMessage?: staginglinea_OriginMessageResolvers; + staginglinea_OriginTransfer?: staginglinea_OriginTransferResolvers; + staginglinea_Relayer?: staginglinea_RelayerResolvers; + staginglinea_RelayerFee?: staginglinea_RelayerFeeResolvers; + staginglinea_RelayerFeesIncrease?: staginglinea_RelayerFeesIncreaseResolvers; + staginglinea_RootCount?: staginglinea_RootCountResolvers; + staginglinea_RootMessageSent?: staginglinea_RootMessageSentResolvers; + staginglinea_Router?: staginglinea_RouterResolvers; + staginglinea_RouterDailyTVL?: staginglinea_RouterDailyTVLResolvers; + staginglinea_RouterLiquidityEvent?: staginglinea_RouterLiquidityEventResolvers; + staginglinea_Sequencer?: staginglinea_SequencerResolvers; + staginglinea_Setting?: staginglinea_SettingResolvers; + staginglinea_SlippageUpdate?: staginglinea_SlippageUpdateResolvers; + staginglinea_SnapshotRoot?: staginglinea_SnapshotRootResolvers; + staginglinea_SpokeConnectorMode?: staginglinea_SpokeConnectorModeResolvers; + staginglinea__Block_?: staginglinea__Block_Resolvers; + staginglinea__Meta_?: staginglinea__Meta_Resolvers; + linea_AggregateRoot?: linea_AggregateRootResolvers; + linea_AggregateRootProposed?: linea_AggregateRootProposedResolvers; + linea_Asset?: linea_AssetResolvers; + linea_AssetBalance?: linea_AssetBalanceResolvers; + linea_AssetStatus?: linea_AssetStatusResolvers; + linea_BigDecimal?: GraphQLScalarType; + linea_Bytes?: GraphQLScalarType; + linea_ConnectorMeta?: linea_ConnectorMetaResolvers; + linea_DestinationTransfer?: linea_DestinationTransferResolvers; + linea_OptimisticRootFinalized?: linea_OptimisticRootFinalizedResolvers; + linea_OriginMessage?: linea_OriginMessageResolvers; + linea_OriginTransfer?: linea_OriginTransferResolvers; + linea_Relayer?: linea_RelayerResolvers; + linea_RelayerFee?: linea_RelayerFeeResolvers; + linea_RelayerFeesIncrease?: linea_RelayerFeesIncreaseResolvers; + linea_RootCount?: linea_RootCountResolvers; + linea_RootMessageSent?: linea_RootMessageSentResolvers; + linea_Router?: linea_RouterResolvers; + linea_RouterDailyTVL?: linea_RouterDailyTVLResolvers; + linea_RouterLiquidityEvent?: linea_RouterLiquidityEventResolvers; + linea_Sequencer?: linea_SequencerResolvers; + linea_Setting?: linea_SettingResolvers; + linea_SlippageUpdate?: linea_SlippageUpdateResolvers; + linea_SnapshotRoot?: linea_SnapshotRootResolvers; + linea_SpokeConnectorMode?: linea_SpokeConnectorModeResolvers; + linea__Block_?: linea__Block_Resolvers; + linea__Meta_?: linea__Meta_Resolvers; + stagingmode_AggregateRoot?: stagingmode_AggregateRootResolvers; + stagingmode_AggregateRootProposed?: stagingmode_AggregateRootProposedResolvers; + stagingmode_Asset?: stagingmode_AssetResolvers; + stagingmode_AssetBalance?: stagingmode_AssetBalanceResolvers; + stagingmode_AssetStatus?: stagingmode_AssetStatusResolvers; + stagingmode_BigDecimal?: GraphQLScalarType; + stagingmode_Bytes?: GraphQLScalarType; + stagingmode_ConnectorMeta?: stagingmode_ConnectorMetaResolvers; + stagingmode_DestinationTransfer?: stagingmode_DestinationTransferResolvers; + stagingmode_Int8?: GraphQLScalarType; + stagingmode_OptimisticRootFinalized?: stagingmode_OptimisticRootFinalizedResolvers; + stagingmode_OriginMessage?: stagingmode_OriginMessageResolvers; + stagingmode_OriginTransfer?: stagingmode_OriginTransferResolvers; + stagingmode_Relayer?: stagingmode_RelayerResolvers; + stagingmode_RelayerFee?: stagingmode_RelayerFeeResolvers; + stagingmode_RelayerFeesIncrease?: stagingmode_RelayerFeesIncreaseResolvers; + stagingmode_RootCount?: stagingmode_RootCountResolvers; + stagingmode_RootMessageSent?: stagingmode_RootMessageSentResolvers; + stagingmode_Router?: stagingmode_RouterResolvers; + stagingmode_RouterDailyTVL?: stagingmode_RouterDailyTVLResolvers; + stagingmode_RouterLiquidityEvent?: stagingmode_RouterLiquidityEventResolvers; + stagingmode_Sequencer?: stagingmode_SequencerResolvers; + stagingmode_Setting?: stagingmode_SettingResolvers; + stagingmode_SlippageUpdate?: stagingmode_SlippageUpdateResolvers; + stagingmode_SnapshotRoot?: stagingmode_SnapshotRootResolvers; + stagingmode_SpokeConnectorMode?: stagingmode_SpokeConnectorModeResolvers; + stagingmode__Block_?: stagingmode__Block_Resolvers; + stagingmode__Meta_?: stagingmode__Meta_Resolvers; + stagingscroll_AggregateRoot?: stagingscroll_AggregateRootResolvers; + stagingscroll_AggregateRootProposed?: stagingscroll_AggregateRootProposedResolvers; + stagingscroll_Asset?: stagingscroll_AssetResolvers; + stagingscroll_AssetBalance?: stagingscroll_AssetBalanceResolvers; + stagingscroll_AssetStatus?: stagingscroll_AssetStatusResolvers; + stagingscroll_BigDecimal?: GraphQLScalarType; + stagingscroll_Bytes?: GraphQLScalarType; + stagingscroll_ConnectorMeta?: stagingscroll_ConnectorMetaResolvers; + stagingscroll_DestinationTransfer?: stagingscroll_DestinationTransferResolvers; + stagingscroll_Int8?: GraphQLScalarType; + stagingscroll_OptimisticRootFinalized?: stagingscroll_OptimisticRootFinalizedResolvers; + stagingscroll_OriginMessage?: stagingscroll_OriginMessageResolvers; + stagingscroll_OriginTransfer?: stagingscroll_OriginTransferResolvers; + stagingscroll_Relayer?: stagingscroll_RelayerResolvers; + stagingscroll_RelayerFee?: stagingscroll_RelayerFeeResolvers; + stagingscroll_RelayerFeesIncrease?: stagingscroll_RelayerFeesIncreaseResolvers; + stagingscroll_RootCount?: stagingscroll_RootCountResolvers; + stagingscroll_RootMessageSent?: stagingscroll_RootMessageSentResolvers; + stagingscroll_Router?: stagingscroll_RouterResolvers; + stagingscroll_RouterDailyTVL?: stagingscroll_RouterDailyTVLResolvers; + stagingscroll_RouterLiquidityEvent?: stagingscroll_RouterLiquidityEventResolvers; + stagingscroll_Sequencer?: stagingscroll_SequencerResolvers; + stagingscroll_Setting?: stagingscroll_SettingResolvers; + stagingscroll_SlippageUpdate?: stagingscroll_SlippageUpdateResolvers; + stagingscroll_SnapshotRoot?: stagingscroll_SnapshotRootResolvers; + stagingscroll_SpokeConnectorMode?: stagingscroll_SpokeConnectorModeResolvers; + stagingscroll__Block_?: stagingscroll__Block_Resolvers; + stagingscroll__Meta_?: stagingscroll__Meta_Resolvers; + arbitrumone_AggregateRoot?: arbitrumone_AggregateRootResolvers; + arbitrumone_AggregateRootProposed?: arbitrumone_AggregateRootProposedResolvers; + 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_OptimisticRootFinalized?: arbitrumone_OptimisticRootFinalizedResolvers; + 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_RouterLiquidityEvent?: arbitrumone_RouterLiquidityEventResolvers; + arbitrumone_Sequencer?: arbitrumone_SequencerResolvers; + arbitrumone_Setting?: arbitrumone_SettingResolvers; + arbitrumone_SlippageUpdate?: arbitrumone_SlippageUpdateResolvers; + arbitrumone_SnapshotRoot?: arbitrumone_SnapshotRootResolvers; + arbitrumone_SpokeConnectorMode?: arbitrumone_SpokeConnectorModeResolvers; + arbitrumone__Block_?: arbitrumone__Block_Resolvers; + arbitrumone__Meta_?: arbitrumone__Meta_Resolvers; + polygon_AggregateRoot?: polygon_AggregateRootResolvers; + polygon_AggregateRootProposed?: polygon_AggregateRootProposedResolvers; + 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_OptimisticRootFinalized?: polygon_OptimisticRootFinalizedResolvers; + polygon_OriginMessage?: polygon_OriginMessageResolvers; + polygon_OriginTransfer?: polygon_OriginTransferResolvers; + polygon_Relayer?: polygon_RelayerResolvers; + polygon_RelayerFee?: polygon_RelayerFeeResolvers; + polygon_RelayerFeesIncrease?: polygon_RelayerFeesIncreaseResolvers; + polygon_RootCount?: polygon_RootCountResolvers; + polygon_RootMessageSent?: polygon_RootMessageSentResolvers; + polygon_Router?: polygon_RouterResolvers; + polygon_RouterDailyTVL?: polygon_RouterDailyTVLResolvers; + polygon_RouterLiquidityEvent?: polygon_RouterLiquidityEventResolvers; + polygon_Sequencer?: polygon_SequencerResolvers; + polygon_Setting?: polygon_SettingResolvers; + polygon_SlippageUpdate?: polygon_SlippageUpdateResolvers; + polygon_SnapshotRoot?: polygon_SnapshotRootResolvers; + polygon_SpokeConnectorMode?: polygon_SpokeConnectorModeResolvers; + polygon__Block_?: polygon__Block_Resolvers; + polygon__Meta_?: polygon__Meta_Resolvers; + zksync_swap_BigDecimal?: GraphQLScalarType; + zksync_swap_Bytes?: GraphQLScalarType; + zksync_swap_Int8?: GraphQLScalarType; + zksync_swap_LpAccount?: zksync_swap_LpAccountResolvers; + zksync_swap_LpAccountBalance?: zksync_swap_LpAccountBalanceResolvers; + zksync_swap_LpToken?: zksync_swap_LpTokenResolvers; + zksync_swap_LpTokenEvent?: zksync_swap_LpTokenEventResolvers; + zksync_swap_LpTransferEvent?: zksync_swap_LpTransferEventResolvers; + zksync_swap_PooledToken?: zksync_swap_PooledTokenResolvers; + zksync_swap_StableSwap?: zksync_swap_StableSwapResolvers; + zksync_swap_StableSwapAddLiquidityEvent?: zksync_swap_StableSwapAddLiquidityEventResolvers; + zksync_swap_StableSwapEvent?: zksync_swap_StableSwapEventResolvers; + zksync_swap_StableSwapExchange?: zksync_swap_StableSwapExchangeResolvers; + zksync_swap_StableSwapRemoveLiquidityEvent?: zksync_swap_StableSwapRemoveLiquidityEventResolvers; + zksync_swap_SwapDailyVolume?: zksync_swap_SwapDailyVolumeResolvers; + zksync_swap_SwapHourlyVolume?: zksync_swap_SwapHourlyVolumeResolvers; + zksync_swap_SwapTradeVolume?: zksync_swap_SwapTradeVolumeResolvers; + zksync_swap_SwapWeeklyVolume?: zksync_swap_SwapWeeklyVolumeResolvers; + zksync_swap_SystemInfo?: zksync_swap_SystemInfoResolvers; + zksync_swap__Block_?: zksync_swap__Block_Resolvers; + zksync_swap__Meta_?: zksync_swap__Meta_Resolvers; + stagingmainnet_AggregateRoot?: stagingmainnet_AggregateRootResolvers; + stagingmainnet_AggregateRootProposed?: stagingmainnet_AggregateRootProposedResolvers; + stagingmainnet_Asset?: stagingmainnet_AssetResolvers; + stagingmainnet_AssetBalance?: stagingmainnet_AssetBalanceResolvers; + stagingmainnet_AssetStatus?: stagingmainnet_AssetStatusResolvers; + stagingmainnet_BigDecimal?: GraphQLScalarType; + stagingmainnet_Bytes?: GraphQLScalarType; + stagingmainnet_ConnectorMeta?: stagingmainnet_ConnectorMetaResolvers; + stagingmainnet_DestinationTransfer?: stagingmainnet_DestinationTransferResolvers; + stagingmainnet_Int8?: GraphQLScalarType; + stagingmainnet_OptimisticRootFinalized?: stagingmainnet_OptimisticRootFinalizedResolvers; + stagingmainnet_OriginMessage?: stagingmainnet_OriginMessageResolvers; + stagingmainnet_OriginTransfer?: stagingmainnet_OriginTransferResolvers; + stagingmainnet_Relayer?: stagingmainnet_RelayerResolvers; + stagingmainnet_RelayerFee?: stagingmainnet_RelayerFeeResolvers; + stagingmainnet_RelayerFeesIncrease?: stagingmainnet_RelayerFeesIncreaseResolvers; + stagingmainnet_RootCount?: stagingmainnet_RootCountResolvers; + stagingmainnet_RootMessageSent?: stagingmainnet_RootMessageSentResolvers; + stagingmainnet_Router?: stagingmainnet_RouterResolvers; + stagingmainnet_RouterDailyTVL?: stagingmainnet_RouterDailyTVLResolvers; + stagingmainnet_RouterLiquidityEvent?: stagingmainnet_RouterLiquidityEventResolvers; + stagingmainnet_Sequencer?: stagingmainnet_SequencerResolvers; + stagingmainnet_Setting?: stagingmainnet_SettingResolvers; + stagingmainnet_SlippageUpdate?: stagingmainnet_SlippageUpdateResolvers; + stagingmainnet_SnapshotRoot?: stagingmainnet_SnapshotRootResolvers; + stagingmainnet_SpokeConnectorMode?: stagingmainnet_SpokeConnectorModeResolvers; + stagingmainnet__Block_?: stagingmainnet__Block_Resolvers; + stagingmainnet__Meta_?: stagingmainnet__Meta_Resolvers; arbitrumsepolia_AggregateRoot?: arbitrumsepolia_AggregateRootResolvers; arbitrumsepolia_AggregateRootProposed?: arbitrumsepolia_AggregateRootProposedResolvers; arbitrumsepolia_Asset?: arbitrumsepolia_AssetResolvers; @@ -203792,34 +203998,6 @@ export type Resolvers = ResolversObject<{ arbitrumsepolia_SpokeConnectorMode?: arbitrumsepolia_SpokeConnectorModeResolvers; arbitrumsepolia__Block_?: arbitrumsepolia__Block_Resolvers; arbitrumsepolia__Meta_?: arbitrumsepolia__Meta_Resolvers; - optimismsepolia_AggregateRoot?: optimismsepolia_AggregateRootResolvers; - optimismsepolia_AggregateRootProposed?: optimismsepolia_AggregateRootProposedResolvers; - optimismsepolia_Asset?: optimismsepolia_AssetResolvers; - optimismsepolia_AssetBalance?: optimismsepolia_AssetBalanceResolvers; - optimismsepolia_AssetStatus?: optimismsepolia_AssetStatusResolvers; - optimismsepolia_BigDecimal?: GraphQLScalarType; - optimismsepolia_Bytes?: GraphQLScalarType; - optimismsepolia_ConnectorMeta?: optimismsepolia_ConnectorMetaResolvers; - optimismsepolia_DestinationTransfer?: optimismsepolia_DestinationTransferResolvers; - optimismsepolia_Int8?: GraphQLScalarType; - optimismsepolia_OptimisticRootFinalized?: optimismsepolia_OptimisticRootFinalizedResolvers; - optimismsepolia_OriginMessage?: optimismsepolia_OriginMessageResolvers; - optimismsepolia_OriginTransfer?: optimismsepolia_OriginTransferResolvers; - optimismsepolia_Relayer?: optimismsepolia_RelayerResolvers; - optimismsepolia_RelayerFee?: optimismsepolia_RelayerFeeResolvers; - optimismsepolia_RelayerFeesIncrease?: optimismsepolia_RelayerFeesIncreaseResolvers; - optimismsepolia_RootCount?: optimismsepolia_RootCountResolvers; - optimismsepolia_RootMessageSent?: optimismsepolia_RootMessageSentResolvers; - optimismsepolia_Router?: optimismsepolia_RouterResolvers; - optimismsepolia_RouterDailyTVL?: optimismsepolia_RouterDailyTVLResolvers; - optimismsepolia_RouterLiquidityEvent?: optimismsepolia_RouterLiquidityEventResolvers; - optimismsepolia_Sequencer?: optimismsepolia_SequencerResolvers; - optimismsepolia_Setting?: optimismsepolia_SettingResolvers; - optimismsepolia_SlippageUpdate?: optimismsepolia_SlippageUpdateResolvers; - optimismsepolia_SnapshotRoot?: optimismsepolia_SnapshotRootResolvers; - optimismsepolia_SpokeConnectorMode?: optimismsepolia_SpokeConnectorModeResolvers; - optimismsepolia__Block_?: optimismsepolia__Block_Resolvers; - optimismsepolia__Meta_?: optimismsepolia__Meta_Resolvers; mainnet_AggregateRootSavedSlow?: mainnet_AggregateRootSavedSlowResolvers; mainnet_AggregatedMessageRoot?: mainnet_AggregatedMessageRootResolvers; mainnet_ArbitrumConnectorMeta?: mainnet_ArbitrumConnectorMetaResolvers; @@ -203849,99 +204027,146 @@ export type Resolvers = ResolversObject<{ mainnet_ZkSyncConnectorMeta?: mainnet_ZkSyncConnectorMetaResolvers; mainnet__Block_?: mainnet__Block_Resolvers; mainnet__Meta_?: mainnet__Meta_Resolvers; - sepolia_AggregateRoot?: sepolia_AggregateRootResolvers; - sepolia_AggregateRootProposed?: sepolia_AggregateRootProposedResolvers; - sepolia_Asset?: sepolia_AssetResolvers; - sepolia_AssetBalance?: sepolia_AssetBalanceResolvers; - sepolia_AssetStatus?: sepolia_AssetStatusResolvers; - sepolia_ConnectorMeta?: sepolia_ConnectorMetaResolvers; - sepolia_DestinationTransfer?: sepolia_DestinationTransferResolvers; - sepolia_OptimisticRootFinalized?: sepolia_OptimisticRootFinalizedResolvers; - sepolia_OriginMessage?: sepolia_OriginMessageResolvers; - sepolia_OriginTransfer?: sepolia_OriginTransferResolvers; - sepolia_Relayer?: sepolia_RelayerResolvers; - sepolia_RelayerFee?: sepolia_RelayerFeeResolvers; - sepolia_RelayerFeesIncrease?: sepolia_RelayerFeesIncreaseResolvers; - sepolia_RootCount?: sepolia_RootCountResolvers; - sepolia_RootMessageSent?: sepolia_RootMessageSentResolvers; - sepolia_Router?: sepolia_RouterResolvers; - sepolia_RouterDailyTVL?: sepolia_RouterDailyTVLResolvers; - sepolia_RouterLiquidityEvent?: sepolia_RouterLiquidityEventResolvers; - sepolia_Sequencer?: sepolia_SequencerResolvers; - sepolia_Setting?: sepolia_SettingResolvers; - sepolia_SlippageUpdate?: sepolia_SlippageUpdateResolvers; - sepolia_SnapshotRoot?: sepolia_SnapshotRootResolvers; - sepolia_SpokeConnectorMode?: sepolia_SpokeConnectorModeResolvers; - arbitrumone_AggregateRoot?: arbitrumone_AggregateRootResolvers; - arbitrumone_AggregateRootProposed?: arbitrumone_AggregateRootProposedResolvers; - 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_OptimisticRootFinalized?: arbitrumone_OptimisticRootFinalizedResolvers; - 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_RouterLiquidityEvent?: arbitrumone_RouterLiquidityEventResolvers; - arbitrumone_Sequencer?: arbitrumone_SequencerResolvers; - arbitrumone_Setting?: arbitrumone_SettingResolvers; - arbitrumone_SlippageUpdate?: arbitrumone_SlippageUpdateResolvers; - arbitrumone_SnapshotRoot?: arbitrumone_SnapshotRootResolvers; - arbitrumone_SpokeConnectorMode?: arbitrumone_SpokeConnectorModeResolvers; - arbitrumone__Block_?: arbitrumone__Block_Resolvers; - arbitrumone__Meta_?: arbitrumone__Meta_Resolvers; - zksync_swap_BigDecimal?: GraphQLScalarType; - zksync_swap_Bytes?: GraphQLScalarType; - zksync_swap_Int8?: GraphQLScalarType; - zksync_swap_LpAccount?: zksync_swap_LpAccountResolvers; - zksync_swap_LpAccountBalance?: zksync_swap_LpAccountBalanceResolvers; - zksync_swap_LpToken?: zksync_swap_LpTokenResolvers; - zksync_swap_LpTokenEvent?: zksync_swap_LpTokenEventResolvers; - zksync_swap_LpTransferEvent?: zksync_swap_LpTransferEventResolvers; - zksync_swap_PooledToken?: zksync_swap_PooledTokenResolvers; - zksync_swap_StableSwap?: zksync_swap_StableSwapResolvers; - zksync_swap_StableSwapAddLiquidityEvent?: zksync_swap_StableSwapAddLiquidityEventResolvers; - zksync_swap_StableSwapEvent?: zksync_swap_StableSwapEventResolvers; - zksync_swap_StableSwapExchange?: zksync_swap_StableSwapExchangeResolvers; - zksync_swap_StableSwapRemoveLiquidityEvent?: zksync_swap_StableSwapRemoveLiquidityEventResolvers; - zksync_swap_SwapDailyVolume?: zksync_swap_SwapDailyVolumeResolvers; - zksync_swap_SwapHourlyVolume?: zksync_swap_SwapHourlyVolumeResolvers; - zksync_swap_SwapTradeVolume?: zksync_swap_SwapTradeVolumeResolvers; - zksync_swap_SwapWeeklyVolume?: zksync_swap_SwapWeeklyVolumeResolvers; - zksync_swap_SystemInfo?: zksync_swap_SystemInfoResolvers; - zksync_swap__Block_?: zksync_swap__Block_Resolvers; - zksync_swap__Meta_?: zksync_swap__Meta_Resolvers; - base_swap_BigDecimal?: GraphQLScalarType; - base_swap_Bytes?: GraphQLScalarType; - base_swap_Int8?: GraphQLScalarType; - base_swap_LpAccount?: base_swap_LpAccountResolvers; - base_swap_LpAccountBalance?: base_swap_LpAccountBalanceResolvers; - base_swap_LpToken?: base_swap_LpTokenResolvers; - base_swap_LpTokenEvent?: base_swap_LpTokenEventResolvers; - base_swap_LpTransferEvent?: base_swap_LpTransferEventResolvers; - base_swap_PooledToken?: base_swap_PooledTokenResolvers; - base_swap_StableSwap?: base_swap_StableSwapResolvers; - base_swap_StableSwapAddLiquidityEvent?: base_swap_StableSwapAddLiquidityEventResolvers; - base_swap_StableSwapEvent?: base_swap_StableSwapEventResolvers; - base_swap_StableSwapExchange?: base_swap_StableSwapExchangeResolvers; - base_swap_StableSwapRemoveLiquidityEvent?: base_swap_StableSwapRemoveLiquidityEventResolvers; - base_swap_SwapDailyVolume?: base_swap_SwapDailyVolumeResolvers; - base_swap_SwapHourlyVolume?: base_swap_SwapHourlyVolumeResolvers; - base_swap_SwapTradeVolume?: base_swap_SwapTradeVolumeResolvers; - base_swap_SwapWeeklyVolume?: base_swap_SwapWeeklyVolumeResolvers; - base_swap_SystemInfo?: base_swap_SystemInfoResolvers; - base_swap__Block_?: base_swap__Block_Resolvers; - base_swap__Meta_?: base_swap__Meta_Resolvers; + stagingmainnet_AggregateRootSavedSlow?: stagingmainnet_AggregateRootSavedSlowResolvers; + stagingmainnet_AggregatedMessageRoot?: stagingmainnet_AggregatedMessageRootResolvers; + stagingmainnet_ArbitrumConnectorMeta?: stagingmainnet_ArbitrumConnectorMetaResolvers; + stagingmainnet_AvalancheConnectorMeta?: stagingmainnet_AvalancheConnectorMetaResolvers; + stagingmainnet_BaseConnectorMeta?: stagingmainnet_BaseConnectorMetaResolvers; + stagingmainnet_BnbConnectorMeta?: stagingmainnet_BnbConnectorMetaResolvers; + stagingmainnet_GnosisConnectorMeta?: stagingmainnet_GnosisConnectorMetaResolvers; + stagingmainnet_HubDomain?: stagingmainnet_HubDomainResolvers; + stagingmainnet_HubOptimisticRootFinalized?: stagingmainnet_HubOptimisticRootFinalizedResolvers; + stagingmainnet_LineaConnectorMeta?: stagingmainnet_LineaConnectorMetaResolvers; + stagingmainnet_MantleConnectorMeta?: stagingmainnet_MantleConnectorMetaResolvers; + stagingmainnet_MetisConnectorMeta?: stagingmainnet_MetisConnectorMetaResolvers; + stagingmainnet_ModeConnectorMeta?: stagingmainnet_ModeConnectorMetaResolvers; + stagingmainnet_OptimismConnectorMeta?: stagingmainnet_OptimismConnectorMetaResolvers; + stagingmainnet_OptimisticRootPropagated?: stagingmainnet_OptimisticRootPropagatedResolvers; + stagingmainnet_OptimisticRootProposed?: stagingmainnet_OptimisticRootProposedResolvers; + stagingmainnet_PolygonConnectorMeta?: stagingmainnet_PolygonConnectorMetaResolvers; + stagingmainnet_PolygonZkConnectorMeta?: stagingmainnet_PolygonZkConnectorMetaResolvers; + stagingmainnet_RootAggregated?: stagingmainnet_RootAggregatedResolvers; + stagingmainnet_RootManagerMeta?: stagingmainnet_RootManagerMetaResolvers; + stagingmainnet_RootManagerMode?: stagingmainnet_RootManagerModeResolvers; + stagingmainnet_RootMessageProcessed?: stagingmainnet_RootMessageProcessedResolvers; + stagingmainnet_RootPropagated?: stagingmainnet_RootPropagatedResolvers; + stagingmainnet_ScrollConnectorMeta?: stagingmainnet_ScrollConnectorMetaResolvers; + stagingmainnet_XlayerConnectorMeta?: stagingmainnet_XlayerConnectorMetaResolvers; + stagingmainnet_ZkSyncConnectorMeta?: stagingmainnet_ZkSyncConnectorMetaResolvers; + mantle_swap_BigDecimal?: GraphQLScalarType; + mantle_swap_Bytes?: GraphQLScalarType; + mantle_swap_Int8?: GraphQLScalarType; + mantle_swap_LpAccount?: mantle_swap_LpAccountResolvers; + mantle_swap_LpAccountBalance?: mantle_swap_LpAccountBalanceResolvers; + mantle_swap_LpToken?: mantle_swap_LpTokenResolvers; + mantle_swap_LpTokenEvent?: mantle_swap_LpTokenEventResolvers; + mantle_swap_LpTransferEvent?: mantle_swap_LpTransferEventResolvers; + mantle_swap_PooledToken?: mantle_swap_PooledTokenResolvers; + mantle_swap_StableSwap?: mantle_swap_StableSwapResolvers; + mantle_swap_StableSwapAddLiquidityEvent?: mantle_swap_StableSwapAddLiquidityEventResolvers; + mantle_swap_StableSwapEvent?: mantle_swap_StableSwapEventResolvers; + mantle_swap_StableSwapExchange?: mantle_swap_StableSwapExchangeResolvers; + mantle_swap_StableSwapRemoveLiquidityEvent?: mantle_swap_StableSwapRemoveLiquidityEventResolvers; + mantle_swap_SwapDailyVolume?: mantle_swap_SwapDailyVolumeResolvers; + mantle_swap_SwapHourlyVolume?: mantle_swap_SwapHourlyVolumeResolvers; + mantle_swap_SwapTradeVolume?: mantle_swap_SwapTradeVolumeResolvers; + mantle_swap_SwapWeeklyVolume?: mantle_swap_SwapWeeklyVolumeResolvers; + mantle_swap_SystemInfo?: mantle_swap_SystemInfoResolvers; + mantle_swap__Block_?: mantle_swap__Block_Resolvers; + mantle_swap__Meta_?: mantle_swap__Meta_Resolvers; + optimismsepolia_swap_BigDecimal?: GraphQLScalarType; + optimismsepolia_swap_Bytes?: GraphQLScalarType; + optimismsepolia_swap_Int8?: GraphQLScalarType; + optimismsepolia_swap_LpAccount?: optimismsepolia_swap_LpAccountResolvers; + optimismsepolia_swap_LpAccountBalance?: optimismsepolia_swap_LpAccountBalanceResolvers; + optimismsepolia_swap_LpToken?: optimismsepolia_swap_LpTokenResolvers; + optimismsepolia_swap_LpTokenEvent?: optimismsepolia_swap_LpTokenEventResolvers; + optimismsepolia_swap_LpTransferEvent?: optimismsepolia_swap_LpTransferEventResolvers; + optimismsepolia_swap_PooledToken?: optimismsepolia_swap_PooledTokenResolvers; + optimismsepolia_swap_StableSwap?: optimismsepolia_swap_StableSwapResolvers; + optimismsepolia_swap_StableSwapAddLiquidityEvent?: optimismsepolia_swap_StableSwapAddLiquidityEventResolvers; + optimismsepolia_swap_StableSwapEvent?: optimismsepolia_swap_StableSwapEventResolvers; + optimismsepolia_swap_StableSwapExchange?: optimismsepolia_swap_StableSwapExchangeResolvers; + optimismsepolia_swap_StableSwapRemoveLiquidityEvent?: optimismsepolia_swap_StableSwapRemoveLiquidityEventResolvers; + optimismsepolia_swap_SwapDailyVolume?: optimismsepolia_swap_SwapDailyVolumeResolvers; + optimismsepolia_swap_SwapHourlyVolume?: optimismsepolia_swap_SwapHourlyVolumeResolvers; + optimismsepolia_swap_SwapTradeVolume?: optimismsepolia_swap_SwapTradeVolumeResolvers; + optimismsepolia_swap_SwapWeeklyVolume?: optimismsepolia_swap_SwapWeeklyVolumeResolvers; + optimismsepolia_swap_SystemInfo?: optimismsepolia_swap_SystemInfoResolvers; + optimismsepolia_swap__Block_?: optimismsepolia_swap__Block_Resolvers; + optimismsepolia_swap__Meta_?: optimismsepolia_swap__Meta_Resolvers; + mainnet_AggregateRoot?: mainnet_AggregateRootResolvers; + mainnet_AggregateRootProposed?: mainnet_AggregateRootProposedResolvers; + mainnet_Asset?: mainnet_AssetResolvers; + mainnet_AssetBalance?: mainnet_AssetBalanceResolvers; + mainnet_AssetStatus?: mainnet_AssetStatusResolvers; + mainnet_ConnectorMeta?: mainnet_ConnectorMetaResolvers; + mainnet_DestinationTransfer?: mainnet_DestinationTransferResolvers; + mainnet_OptimisticRootFinalized?: mainnet_OptimisticRootFinalizedResolvers; + 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_RouterLiquidityEvent?: mainnet_RouterLiquidityEventResolvers; + mainnet_Sequencer?: mainnet_SequencerResolvers; + mainnet_Setting?: mainnet_SettingResolvers; + mainnet_SlippageUpdate?: mainnet_SlippageUpdateResolvers; + mainnet_SnapshotRoot?: mainnet_SnapshotRootResolvers; + mainnet_SpokeConnectorMode?: mainnet_SpokeConnectorModeResolvers; + mode_swap_BigDecimal?: GraphQLScalarType; + mode_swap_Bytes?: GraphQLScalarType; + mode_swap_Int8?: GraphQLScalarType; + mode_swap_LpAccount?: mode_swap_LpAccountResolvers; + mode_swap_LpAccountBalance?: mode_swap_LpAccountBalanceResolvers; + mode_swap_LpToken?: mode_swap_LpTokenResolvers; + mode_swap_LpTokenEvent?: mode_swap_LpTokenEventResolvers; + mode_swap_LpTransferEvent?: mode_swap_LpTransferEventResolvers; + mode_swap_PooledToken?: mode_swap_PooledTokenResolvers; + mode_swap_StableSwap?: mode_swap_StableSwapResolvers; + mode_swap_StableSwapAddLiquidityEvent?: mode_swap_StableSwapAddLiquidityEventResolvers; + mode_swap_StableSwapEvent?: mode_swap_StableSwapEventResolvers; + mode_swap_StableSwapExchange?: mode_swap_StableSwapExchangeResolvers; + mode_swap_StableSwapRemoveLiquidityEvent?: mode_swap_StableSwapRemoveLiquidityEventResolvers; + mode_swap_SwapDailyVolume?: mode_swap_SwapDailyVolumeResolvers; + mode_swap_SwapHourlyVolume?: mode_swap_SwapHourlyVolumeResolvers; + mode_swap_SwapTradeVolume?: mode_swap_SwapTradeVolumeResolvers; + mode_swap_SwapWeeklyVolume?: mode_swap_SwapWeeklyVolumeResolvers; + mode_swap_SystemInfo?: mode_swap_SystemInfoResolvers; + mode_swap__Block_?: mode_swap__Block_Resolvers; + mode_swap__Meta_?: mode_swap__Meta_Resolvers; + stagingxdai_AggregateRoot?: stagingxdai_AggregateRootResolvers; + stagingxdai_AggregateRootProposed?: stagingxdai_AggregateRootProposedResolvers; + stagingxdai_Asset?: stagingxdai_AssetResolvers; + stagingxdai_AssetBalance?: stagingxdai_AssetBalanceResolvers; + stagingxdai_AssetStatus?: stagingxdai_AssetStatusResolvers; + stagingxdai_BigDecimal?: GraphQLScalarType; + stagingxdai_Bytes?: GraphQLScalarType; + stagingxdai_ConnectorMeta?: stagingxdai_ConnectorMetaResolvers; + stagingxdai_DestinationTransfer?: stagingxdai_DestinationTransferResolvers; + stagingxdai_Int8?: GraphQLScalarType; + stagingxdai_OptimisticRootFinalized?: stagingxdai_OptimisticRootFinalizedResolvers; + stagingxdai_OriginMessage?: stagingxdai_OriginMessageResolvers; + stagingxdai_OriginTransfer?: stagingxdai_OriginTransferResolvers; + stagingxdai_Relayer?: stagingxdai_RelayerResolvers; + stagingxdai_RelayerFee?: stagingxdai_RelayerFeeResolvers; + stagingxdai_RelayerFeesIncrease?: stagingxdai_RelayerFeesIncreaseResolvers; + stagingxdai_RootCount?: stagingxdai_RootCountResolvers; + stagingxdai_RootMessageSent?: stagingxdai_RootMessageSentResolvers; + stagingxdai_Router?: stagingxdai_RouterResolvers; + stagingxdai_RouterDailyTVL?: stagingxdai_RouterDailyTVLResolvers; + stagingxdai_RouterLiquidityEvent?: stagingxdai_RouterLiquidityEventResolvers; + stagingxdai_Sequencer?: stagingxdai_SequencerResolvers; + stagingxdai_Setting?: stagingxdai_SettingResolvers; + stagingxdai_SlippageUpdate?: stagingxdai_SlippageUpdateResolvers; + stagingxdai_SnapshotRoot?: stagingxdai_SnapshotRootResolvers; + stagingxdai_SpokeConnectorMode?: stagingxdai_SpokeConnectorModeResolvers; + stagingxdai__Block_?: stagingxdai__Block_Resolvers; + stagingxdai__Meta_?: stagingxdai__Meta_Resolvers; optimism_AggregateRoot?: optimism_AggregateRootResolvers; optimism_AggregateRootProposed?: optimism_AggregateRootProposedResolvers; optimism_Asset?: optimism_AssetResolvers; @@ -203970,175 +204195,6 @@ export type Resolvers = ResolversObject<{ optimism_SpokeConnectorMode?: optimism_SpokeConnectorModeResolvers; optimism__Block_?: optimism__Block_Resolvers; optimism__Meta_?: optimism__Meta_Resolvers; - metis_swap_BigDecimal?: GraphQLScalarType; - metis_swap_Bytes?: GraphQLScalarType; - metis_swap_Int8?: GraphQLScalarType; - metis_swap_LpAccount?: metis_swap_LpAccountResolvers; - metis_swap_LpAccountBalance?: metis_swap_LpAccountBalanceResolvers; - metis_swap_LpToken?: metis_swap_LpTokenResolvers; - metis_swap_LpTokenEvent?: metis_swap_LpTokenEventResolvers; - metis_swap_LpTransferEvent?: metis_swap_LpTransferEventResolvers; - metis_swap_PooledToken?: metis_swap_PooledTokenResolvers; - metis_swap_StableSwap?: metis_swap_StableSwapResolvers; - metis_swap_StableSwapAddLiquidityEvent?: metis_swap_StableSwapAddLiquidityEventResolvers; - metis_swap_StableSwapEvent?: metis_swap_StableSwapEventResolvers; - metis_swap_StableSwapExchange?: metis_swap_StableSwapExchangeResolvers; - metis_swap_StableSwapRemoveLiquidityEvent?: metis_swap_StableSwapRemoveLiquidityEventResolvers; - metis_swap_SwapDailyVolume?: metis_swap_SwapDailyVolumeResolvers; - metis_swap_SwapHourlyVolume?: metis_swap_SwapHourlyVolumeResolvers; - metis_swap_SwapTradeVolume?: metis_swap_SwapTradeVolumeResolvers; - metis_swap_SwapWeeklyVolume?: metis_swap_SwapWeeklyVolumeResolvers; - metis_swap_SystemInfo?: metis_swap_SystemInfoResolvers; - metis_swap__Block_?: metis_swap__Block_Resolvers; - metis_swap__Meta_?: metis_swap__Meta_Resolvers; - polygon_AggregateRoot?: polygon_AggregateRootResolvers; - polygon_AggregateRootProposed?: polygon_AggregateRootProposedResolvers; - 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_OptimisticRootFinalized?: polygon_OptimisticRootFinalizedResolvers; - polygon_OriginMessage?: polygon_OriginMessageResolvers; - polygon_OriginTransfer?: polygon_OriginTransferResolvers; - polygon_Relayer?: polygon_RelayerResolvers; - polygon_RelayerFee?: polygon_RelayerFeeResolvers; - polygon_RelayerFeesIncrease?: polygon_RelayerFeesIncreaseResolvers; - polygon_RootCount?: polygon_RootCountResolvers; - polygon_RootMessageSent?: polygon_RootMessageSentResolvers; - polygon_Router?: polygon_RouterResolvers; - polygon_RouterDailyTVL?: polygon_RouterDailyTVLResolvers; - polygon_RouterLiquidityEvent?: polygon_RouterLiquidityEventResolvers; - polygon_Sequencer?: polygon_SequencerResolvers; - polygon_Setting?: polygon_SettingResolvers; - polygon_SlippageUpdate?: polygon_SlippageUpdateResolvers; - polygon_SnapshotRoot?: polygon_SnapshotRootResolvers; - polygon_SpokeConnectorMode?: polygon_SpokeConnectorModeResolvers; - polygon__Block_?: polygon__Block_Resolvers; - polygon__Meta_?: polygon__Meta_Resolvers; - mode_swap_BigDecimal?: GraphQLScalarType; - mode_swap_Bytes?: GraphQLScalarType; - mode_swap_Int8?: GraphQLScalarType; - mode_swap_LpAccount?: mode_swap_LpAccountResolvers; - mode_swap_LpAccountBalance?: mode_swap_LpAccountBalanceResolvers; - mode_swap_LpToken?: mode_swap_LpTokenResolvers; - mode_swap_LpTokenEvent?: mode_swap_LpTokenEventResolvers; - mode_swap_LpTransferEvent?: mode_swap_LpTransferEventResolvers; - mode_swap_PooledToken?: mode_swap_PooledTokenResolvers; - mode_swap_StableSwap?: mode_swap_StableSwapResolvers; - mode_swap_StableSwapAddLiquidityEvent?: mode_swap_StableSwapAddLiquidityEventResolvers; - mode_swap_StableSwapEvent?: mode_swap_StableSwapEventResolvers; - mode_swap_StableSwapExchange?: mode_swap_StableSwapExchangeResolvers; - mode_swap_StableSwapRemoveLiquidityEvent?: mode_swap_StableSwapRemoveLiquidityEventResolvers; - mode_swap_SwapDailyVolume?: mode_swap_SwapDailyVolumeResolvers; - mode_swap_SwapHourlyVolume?: mode_swap_SwapHourlyVolumeResolvers; - mode_swap_SwapTradeVolume?: mode_swap_SwapTradeVolumeResolvers; - mode_swap_SwapWeeklyVolume?: mode_swap_SwapWeeklyVolumeResolvers; - mode_swap_SystemInfo?: mode_swap_SystemInfoResolvers; - mode_swap__Block_?: mode_swap__Block_Resolvers; - mode_swap__Meta_?: mode_swap__Meta_Resolvers; - linea_swap_BigDecimal?: GraphQLScalarType; - linea_swap_Bytes?: GraphQLScalarType; - linea_swap_LpAccount?: linea_swap_LpAccountResolvers; - linea_swap_LpAccountBalance?: linea_swap_LpAccountBalanceResolvers; - linea_swap_LpToken?: linea_swap_LpTokenResolvers; - linea_swap_LpTokenEvent?: linea_swap_LpTokenEventResolvers; - linea_swap_LpTransferEvent?: linea_swap_LpTransferEventResolvers; - linea_swap_PooledToken?: linea_swap_PooledTokenResolvers; - linea_swap_StableSwap?: linea_swap_StableSwapResolvers; - linea_swap_StableSwapAddLiquidityEvent?: linea_swap_StableSwapAddLiquidityEventResolvers; - linea_swap_StableSwapEvent?: linea_swap_StableSwapEventResolvers; - linea_swap_StableSwapExchange?: linea_swap_StableSwapExchangeResolvers; - linea_swap_StableSwapRemoveLiquidityEvent?: linea_swap_StableSwapRemoveLiquidityEventResolvers; - linea_swap_SwapDailyVolume?: linea_swap_SwapDailyVolumeResolvers; - linea_swap_SwapHourlyVolume?: linea_swap_SwapHourlyVolumeResolvers; - linea_swap_SwapTradeVolume?: linea_swap_SwapTradeVolumeResolvers; - linea_swap_SwapWeeklyVolume?: linea_swap_SwapWeeklyVolumeResolvers; - linea_swap_SystemInfo?: linea_swap_SystemInfoResolvers; - linea_swap__Block_?: linea_swap__Block_Resolvers; - linea_swap__Meta_?: linea_swap__Meta_Resolvers; - linea_AggregateRoot?: linea_AggregateRootResolvers; - linea_AggregateRootProposed?: linea_AggregateRootProposedResolvers; - linea_Asset?: linea_AssetResolvers; - linea_AssetBalance?: linea_AssetBalanceResolvers; - linea_AssetStatus?: linea_AssetStatusResolvers; - linea_BigDecimal?: GraphQLScalarType; - linea_Bytes?: GraphQLScalarType; - linea_ConnectorMeta?: linea_ConnectorMetaResolvers; - linea_DestinationTransfer?: linea_DestinationTransferResolvers; - linea_OptimisticRootFinalized?: linea_OptimisticRootFinalizedResolvers; - linea_OriginMessage?: linea_OriginMessageResolvers; - linea_OriginTransfer?: linea_OriginTransferResolvers; - linea_Relayer?: linea_RelayerResolvers; - linea_RelayerFee?: linea_RelayerFeeResolvers; - linea_RelayerFeesIncrease?: linea_RelayerFeesIncreaseResolvers; - linea_RootCount?: linea_RootCountResolvers; - linea_RootMessageSent?: linea_RootMessageSentResolvers; - linea_Router?: linea_RouterResolvers; - linea_RouterDailyTVL?: linea_RouterDailyTVLResolvers; - linea_RouterLiquidityEvent?: linea_RouterLiquidityEventResolvers; - linea_Sequencer?: linea_SequencerResolvers; - linea_Setting?: linea_SettingResolvers; - linea_SlippageUpdate?: linea_SlippageUpdateResolvers; - linea_SnapshotRoot?: linea_SnapshotRootResolvers; - linea_SpokeConnectorMode?: linea_SpokeConnectorModeResolvers; - linea__Block_?: linea__Block_Resolvers; - linea__Meta_?: linea__Meta_Resolvers; - xlayer_swap_BigDecimal?: GraphQLScalarType; - xlayer_swap_Bytes?: GraphQLScalarType; - xlayer_swap_Int8?: GraphQLScalarType; - xlayer_swap_LpAccount?: xlayer_swap_LpAccountResolvers; - xlayer_swap_LpAccountBalance?: xlayer_swap_LpAccountBalanceResolvers; - xlayer_swap_LpToken?: xlayer_swap_LpTokenResolvers; - xlayer_swap_LpTokenEvent?: xlayer_swap_LpTokenEventResolvers; - xlayer_swap_LpTransferEvent?: xlayer_swap_LpTransferEventResolvers; - xlayer_swap_PooledToken?: xlayer_swap_PooledTokenResolvers; - xlayer_swap_StableSwap?: xlayer_swap_StableSwapResolvers; - xlayer_swap_StableSwapAddLiquidityEvent?: xlayer_swap_StableSwapAddLiquidityEventResolvers; - xlayer_swap_StableSwapEvent?: xlayer_swap_StableSwapEventResolvers; - xlayer_swap_StableSwapExchange?: xlayer_swap_StableSwapExchangeResolvers; - xlayer_swap_StableSwapRemoveLiquidityEvent?: xlayer_swap_StableSwapRemoveLiquidityEventResolvers; - xlayer_swap_SwapDailyVolume?: xlayer_swap_SwapDailyVolumeResolvers; - xlayer_swap_SwapHourlyVolume?: xlayer_swap_SwapHourlyVolumeResolvers; - xlayer_swap_SwapTradeVolume?: xlayer_swap_SwapTradeVolumeResolvers; - xlayer_swap_SwapWeeklyVolume?: xlayer_swap_SwapWeeklyVolumeResolvers; - xlayer_swap_SystemInfo?: xlayer_swap_SystemInfoResolvers; - xlayer_swap__Block_?: xlayer_swap__Block_Resolvers; - xlayer_swap__Meta_?: xlayer_swap__Meta_Resolvers; - stagingmainnet_AggregateRootSavedSlow?: stagingmainnet_AggregateRootSavedSlowResolvers; - stagingmainnet_AggregatedMessageRoot?: stagingmainnet_AggregatedMessageRootResolvers; - stagingmainnet_ArbitrumConnectorMeta?: stagingmainnet_ArbitrumConnectorMetaResolvers; - stagingmainnet_AvalancheConnectorMeta?: stagingmainnet_AvalancheConnectorMetaResolvers; - stagingmainnet_BaseConnectorMeta?: stagingmainnet_BaseConnectorMetaResolvers; - stagingmainnet_BigDecimal?: GraphQLScalarType; - stagingmainnet_BnbConnectorMeta?: stagingmainnet_BnbConnectorMetaResolvers; - stagingmainnet_Bytes?: GraphQLScalarType; - stagingmainnet_GnosisConnectorMeta?: stagingmainnet_GnosisConnectorMetaResolvers; - stagingmainnet_HubDomain?: stagingmainnet_HubDomainResolvers; - stagingmainnet_HubOptimisticRootFinalized?: stagingmainnet_HubOptimisticRootFinalizedResolvers; - stagingmainnet_Int8?: GraphQLScalarType; - stagingmainnet_LineaConnectorMeta?: stagingmainnet_LineaConnectorMetaResolvers; - stagingmainnet_MantleConnectorMeta?: stagingmainnet_MantleConnectorMetaResolvers; - stagingmainnet_MetisConnectorMeta?: stagingmainnet_MetisConnectorMetaResolvers; - stagingmainnet_ModeConnectorMeta?: stagingmainnet_ModeConnectorMetaResolvers; - stagingmainnet_OptimismConnectorMeta?: stagingmainnet_OptimismConnectorMetaResolvers; - stagingmainnet_OptimisticRootPropagated?: stagingmainnet_OptimisticRootPropagatedResolvers; - stagingmainnet_OptimisticRootProposed?: stagingmainnet_OptimisticRootProposedResolvers; - stagingmainnet_PolygonConnectorMeta?: stagingmainnet_PolygonConnectorMetaResolvers; - stagingmainnet_PolygonZkConnectorMeta?: stagingmainnet_PolygonZkConnectorMetaResolvers; - stagingmainnet_RootAggregated?: stagingmainnet_RootAggregatedResolvers; - stagingmainnet_RootManagerMeta?: stagingmainnet_RootManagerMetaResolvers; - stagingmainnet_RootManagerMode?: stagingmainnet_RootManagerModeResolvers; - stagingmainnet_RootMessageProcessed?: stagingmainnet_RootMessageProcessedResolvers; - stagingmainnet_RootPropagated?: stagingmainnet_RootPropagatedResolvers; - stagingmainnet_ScrollConnectorMeta?: stagingmainnet_ScrollConnectorMetaResolvers; - stagingmainnet_XlayerConnectorMeta?: stagingmainnet_XlayerConnectorMetaResolvers; - stagingmainnet_ZkSyncConnectorMeta?: stagingmainnet_ZkSyncConnectorMetaResolvers; - stagingmainnet__Block_?: stagingmainnet__Block_Resolvers; - stagingmainnet__Meta_?: stagingmainnet__Meta_Resolvers; stagingavalanche_AggregateRoot?: stagingavalanche_AggregateRootResolvers; stagingavalanche_AggregateRootProposed?: stagingavalanche_AggregateRootProposedResolvers; stagingavalanche_Asset?: stagingavalanche_AssetResolvers; @@ -204167,6 +204223,302 @@ export type Resolvers = ResolversObject<{ stagingavalanche_SpokeConnectorMode?: stagingavalanche_SpokeConnectorModeResolvers; stagingavalanche__Block_?: stagingavalanche__Block_Resolvers; stagingavalanche__Meta_?: stagingavalanche__Meta_Resolvers; + stagingzksync_AggregateRoot?: stagingzksync_AggregateRootResolvers; + stagingzksync_AggregateRootProposed?: stagingzksync_AggregateRootProposedResolvers; + stagingzksync_Asset?: stagingzksync_AssetResolvers; + stagingzksync_AssetBalance?: stagingzksync_AssetBalanceResolvers; + stagingzksync_AssetStatus?: stagingzksync_AssetStatusResolvers; + stagingzksync_BigDecimal?: GraphQLScalarType; + stagingzksync_Bytes?: GraphQLScalarType; + stagingzksync_ConnectorMeta?: stagingzksync_ConnectorMetaResolvers; + stagingzksync_DestinationTransfer?: stagingzksync_DestinationTransferResolvers; + stagingzksync_Int8?: GraphQLScalarType; + stagingzksync_OptimisticRootFinalized?: stagingzksync_OptimisticRootFinalizedResolvers; + stagingzksync_OriginMessage?: stagingzksync_OriginMessageResolvers; + stagingzksync_OriginTransfer?: stagingzksync_OriginTransferResolvers; + stagingzksync_Relayer?: stagingzksync_RelayerResolvers; + stagingzksync_RelayerFee?: stagingzksync_RelayerFeeResolvers; + stagingzksync_RelayerFeesIncrease?: stagingzksync_RelayerFeesIncreaseResolvers; + stagingzksync_RootCount?: stagingzksync_RootCountResolvers; + stagingzksync_RootMessageSent?: stagingzksync_RootMessageSentResolvers; + stagingzksync_Router?: stagingzksync_RouterResolvers; + stagingzksync_RouterDailyTVL?: stagingzksync_RouterDailyTVLResolvers; + stagingzksync_RouterLiquidityEvent?: stagingzksync_RouterLiquidityEventResolvers; + stagingzksync_Sequencer?: stagingzksync_SequencerResolvers; + stagingzksync_Setting?: stagingzksync_SettingResolvers; + stagingzksync_SlippageUpdate?: stagingzksync_SlippageUpdateResolvers; + stagingzksync_SnapshotRoot?: stagingzksync_SnapshotRootResolvers; + stagingzksync_SpokeConnectorMode?: stagingzksync_SpokeConnectorModeResolvers; + stagingzksync__Block_?: stagingzksync__Block_Resolvers; + stagingzksync__Meta_?: stagingzksync__Meta_Resolvers; + xlayer_swap_BigDecimal?: GraphQLScalarType; + xlayer_swap_Bytes?: GraphQLScalarType; + xlayer_swap_Int8?: GraphQLScalarType; + xlayer_swap_LpAccount?: xlayer_swap_LpAccountResolvers; + xlayer_swap_LpAccountBalance?: xlayer_swap_LpAccountBalanceResolvers; + xlayer_swap_LpToken?: xlayer_swap_LpTokenResolvers; + xlayer_swap_LpTokenEvent?: xlayer_swap_LpTokenEventResolvers; + xlayer_swap_LpTransferEvent?: xlayer_swap_LpTransferEventResolvers; + xlayer_swap_PooledToken?: xlayer_swap_PooledTokenResolvers; + xlayer_swap_StableSwap?: xlayer_swap_StableSwapResolvers; + xlayer_swap_StableSwapAddLiquidityEvent?: xlayer_swap_StableSwapAddLiquidityEventResolvers; + xlayer_swap_StableSwapEvent?: xlayer_swap_StableSwapEventResolvers; + xlayer_swap_StableSwapExchange?: xlayer_swap_StableSwapExchangeResolvers; + xlayer_swap_StableSwapRemoveLiquidityEvent?: xlayer_swap_StableSwapRemoveLiquidityEventResolvers; + xlayer_swap_SwapDailyVolume?: xlayer_swap_SwapDailyVolumeResolvers; + xlayer_swap_SwapHourlyVolume?: xlayer_swap_SwapHourlyVolumeResolvers; + xlayer_swap_SwapTradeVolume?: xlayer_swap_SwapTradeVolumeResolvers; + xlayer_swap_SwapWeeklyVolume?: xlayer_swap_SwapWeeklyVolumeResolvers; + xlayer_swap_SystemInfo?: xlayer_swap_SystemInfoResolvers; + xlayer_swap__Block_?: xlayer_swap__Block_Resolvers; + xlayer_swap__Meta_?: xlayer_swap__Meta_Resolvers; + stagingpolygonzkevm_AggregateRoot?: stagingpolygonzkevm_AggregateRootResolvers; + stagingpolygonzkevm_AggregateRootProposed?: stagingpolygonzkevm_AggregateRootProposedResolvers; + stagingpolygonzkevm_Asset?: stagingpolygonzkevm_AssetResolvers; + stagingpolygonzkevm_AssetBalance?: stagingpolygonzkevm_AssetBalanceResolvers; + stagingpolygonzkevm_AssetStatus?: stagingpolygonzkevm_AssetStatusResolvers; + stagingpolygonzkevm_BigDecimal?: GraphQLScalarType; + stagingpolygonzkevm_Bytes?: GraphQLScalarType; + stagingpolygonzkevm_ConnectorMeta?: stagingpolygonzkevm_ConnectorMetaResolvers; + stagingpolygonzkevm_DestinationTransfer?: stagingpolygonzkevm_DestinationTransferResolvers; + stagingpolygonzkevm_Int8?: GraphQLScalarType; + stagingpolygonzkevm_OptimisticRootFinalized?: stagingpolygonzkevm_OptimisticRootFinalizedResolvers; + stagingpolygonzkevm_OriginMessage?: stagingpolygonzkevm_OriginMessageResolvers; + stagingpolygonzkevm_OriginTransfer?: stagingpolygonzkevm_OriginTransferResolvers; + stagingpolygonzkevm_Relayer?: stagingpolygonzkevm_RelayerResolvers; + stagingpolygonzkevm_RelayerFee?: stagingpolygonzkevm_RelayerFeeResolvers; + stagingpolygonzkevm_RelayerFeesIncrease?: stagingpolygonzkevm_RelayerFeesIncreaseResolvers; + stagingpolygonzkevm_RootCount?: stagingpolygonzkevm_RootCountResolvers; + stagingpolygonzkevm_RootMessageSent?: stagingpolygonzkevm_RootMessageSentResolvers; + stagingpolygonzkevm_Router?: stagingpolygonzkevm_RouterResolvers; + stagingpolygonzkevm_RouterDailyTVL?: stagingpolygonzkevm_RouterDailyTVLResolvers; + stagingpolygonzkevm_RouterLiquidityEvent?: stagingpolygonzkevm_RouterLiquidityEventResolvers; + stagingpolygonzkevm_Sequencer?: stagingpolygonzkevm_SequencerResolvers; + stagingpolygonzkevm_Setting?: stagingpolygonzkevm_SettingResolvers; + stagingpolygonzkevm_SlippageUpdate?: stagingpolygonzkevm_SlippageUpdateResolvers; + stagingpolygonzkevm_SnapshotRoot?: stagingpolygonzkevm_SnapshotRootResolvers; + stagingpolygonzkevm_SpokeConnectorMode?: stagingpolygonzkevm_SpokeConnectorModeResolvers; + stagingpolygonzkevm__Block_?: stagingpolygonzkevm__Block_Resolvers; + stagingpolygonzkevm__Meta_?: stagingpolygonzkevm__Meta_Resolvers; + stagingbnb_AggregateRoot?: stagingbnb_AggregateRootResolvers; + stagingbnb_AggregateRootProposed?: stagingbnb_AggregateRootProposedResolvers; + stagingbnb_Asset?: stagingbnb_AssetResolvers; + stagingbnb_AssetBalance?: stagingbnb_AssetBalanceResolvers; + stagingbnb_AssetStatus?: stagingbnb_AssetStatusResolvers; + stagingbnb_BigDecimal?: GraphQLScalarType; + stagingbnb_Bytes?: GraphQLScalarType; + stagingbnb_ConnectorMeta?: stagingbnb_ConnectorMetaResolvers; + stagingbnb_DestinationTransfer?: stagingbnb_DestinationTransferResolvers; + stagingbnb_Int8?: GraphQLScalarType; + stagingbnb_OptimisticRootFinalized?: stagingbnb_OptimisticRootFinalizedResolvers; + stagingbnb_OriginMessage?: stagingbnb_OriginMessageResolvers; + stagingbnb_OriginTransfer?: stagingbnb_OriginTransferResolvers; + stagingbnb_Relayer?: stagingbnb_RelayerResolvers; + stagingbnb_RelayerFee?: stagingbnb_RelayerFeeResolvers; + stagingbnb_RelayerFeesIncrease?: stagingbnb_RelayerFeesIncreaseResolvers; + stagingbnb_RootCount?: stagingbnb_RootCountResolvers; + stagingbnb_RootMessageSent?: stagingbnb_RootMessageSentResolvers; + stagingbnb_Router?: stagingbnb_RouterResolvers; + stagingbnb_RouterDailyTVL?: stagingbnb_RouterDailyTVLResolvers; + stagingbnb_RouterLiquidityEvent?: stagingbnb_RouterLiquidityEventResolvers; + stagingbnb_Sequencer?: stagingbnb_SequencerResolvers; + stagingbnb_Setting?: stagingbnb_SettingResolvers; + stagingbnb_SlippageUpdate?: stagingbnb_SlippageUpdateResolvers; + stagingbnb_SnapshotRoot?: stagingbnb_SnapshotRootResolvers; + stagingbnb_SpokeConnectorMode?: stagingbnb_SpokeConnectorModeResolvers; + stagingbnb__Block_?: stagingbnb__Block_Resolvers; + stagingbnb__Meta_?: stagingbnb__Meta_Resolvers; + sepolia_AggregateRoot?: sepolia_AggregateRootResolvers; + sepolia_AggregateRootProposed?: sepolia_AggregateRootProposedResolvers; + sepolia_Asset?: sepolia_AssetResolvers; + sepolia_AssetBalance?: sepolia_AssetBalanceResolvers; + sepolia_AssetStatus?: sepolia_AssetStatusResolvers; + sepolia_ConnectorMeta?: sepolia_ConnectorMetaResolvers; + sepolia_DestinationTransfer?: sepolia_DestinationTransferResolvers; + sepolia_OptimisticRootFinalized?: sepolia_OptimisticRootFinalizedResolvers; + sepolia_OriginMessage?: sepolia_OriginMessageResolvers; + sepolia_OriginTransfer?: sepolia_OriginTransferResolvers; + sepolia_Relayer?: sepolia_RelayerResolvers; + sepolia_RelayerFee?: sepolia_RelayerFeeResolvers; + sepolia_RelayerFeesIncrease?: sepolia_RelayerFeesIncreaseResolvers; + sepolia_RootCount?: sepolia_RootCountResolvers; + sepolia_RootMessageSent?: sepolia_RootMessageSentResolvers; + sepolia_Router?: sepolia_RouterResolvers; + sepolia_RouterDailyTVL?: sepolia_RouterDailyTVLResolvers; + sepolia_RouterLiquidityEvent?: sepolia_RouterLiquidityEventResolvers; + sepolia_Sequencer?: sepolia_SequencerResolvers; + sepolia_Setting?: sepolia_SettingResolvers; + sepolia_SlippageUpdate?: sepolia_SlippageUpdateResolvers; + sepolia_SnapshotRoot?: sepolia_SnapshotRootResolvers; + sepolia_SpokeConnectorMode?: sepolia_SpokeConnectorModeResolvers; + stagingarbitrumone_AggregateRoot?: stagingarbitrumone_AggregateRootResolvers; + stagingarbitrumone_AggregateRootProposed?: stagingarbitrumone_AggregateRootProposedResolvers; + stagingarbitrumone_Asset?: stagingarbitrumone_AssetResolvers; + stagingarbitrumone_AssetBalance?: stagingarbitrumone_AssetBalanceResolvers; + stagingarbitrumone_AssetStatus?: stagingarbitrumone_AssetStatusResolvers; + stagingarbitrumone_BigDecimal?: GraphQLScalarType; + stagingarbitrumone_Bytes?: GraphQLScalarType; + stagingarbitrumone_ConnectorMeta?: stagingarbitrumone_ConnectorMetaResolvers; + stagingarbitrumone_DestinationTransfer?: stagingarbitrumone_DestinationTransferResolvers; + stagingarbitrumone_Int8?: GraphQLScalarType; + stagingarbitrumone_OptimisticRootFinalized?: stagingarbitrumone_OptimisticRootFinalizedResolvers; + stagingarbitrumone_OriginMessage?: stagingarbitrumone_OriginMessageResolvers; + stagingarbitrumone_OriginTransfer?: stagingarbitrumone_OriginTransferResolvers; + stagingarbitrumone_Relayer?: stagingarbitrumone_RelayerResolvers; + stagingarbitrumone_RelayerFee?: stagingarbitrumone_RelayerFeeResolvers; + stagingarbitrumone_RelayerFeesIncrease?: stagingarbitrumone_RelayerFeesIncreaseResolvers; + stagingarbitrumone_RootCount?: stagingarbitrumone_RootCountResolvers; + stagingarbitrumone_RootMessageSent?: stagingarbitrumone_RootMessageSentResolvers; + stagingarbitrumone_Router?: stagingarbitrumone_RouterResolvers; + stagingarbitrumone_RouterDailyTVL?: stagingarbitrumone_RouterDailyTVLResolvers; + stagingarbitrumone_RouterLiquidityEvent?: stagingarbitrumone_RouterLiquidityEventResolvers; + stagingarbitrumone_Sequencer?: stagingarbitrumone_SequencerResolvers; + stagingarbitrumone_Setting?: stagingarbitrumone_SettingResolvers; + stagingarbitrumone_SlippageUpdate?: stagingarbitrumone_SlippageUpdateResolvers; + stagingarbitrumone_SnapshotRoot?: stagingarbitrumone_SnapshotRootResolvers; + stagingarbitrumone_SpokeConnectorMode?: stagingarbitrumone_SpokeConnectorModeResolvers; + stagingarbitrumone__Block_?: stagingarbitrumone__Block_Resolvers; + stagingarbitrumone__Meta_?: stagingarbitrumone__Meta_Resolvers; + stagingpolygon_AggregateRoot?: stagingpolygon_AggregateRootResolvers; + stagingpolygon_AggregateRootProposed?: stagingpolygon_AggregateRootProposedResolvers; + stagingpolygon_Asset?: stagingpolygon_AssetResolvers; + stagingpolygon_AssetBalance?: stagingpolygon_AssetBalanceResolvers; + stagingpolygon_AssetStatus?: stagingpolygon_AssetStatusResolvers; + stagingpolygon_BigDecimal?: GraphQLScalarType; + stagingpolygon_Bytes?: GraphQLScalarType; + stagingpolygon_ConnectorMeta?: stagingpolygon_ConnectorMetaResolvers; + stagingpolygon_DestinationTransfer?: stagingpolygon_DestinationTransferResolvers; + stagingpolygon_Int8?: GraphQLScalarType; + stagingpolygon_OptimisticRootFinalized?: stagingpolygon_OptimisticRootFinalizedResolvers; + stagingpolygon_OriginMessage?: stagingpolygon_OriginMessageResolvers; + stagingpolygon_OriginTransfer?: stagingpolygon_OriginTransferResolvers; + stagingpolygon_Relayer?: stagingpolygon_RelayerResolvers; + stagingpolygon_RelayerFee?: stagingpolygon_RelayerFeeResolvers; + stagingpolygon_RelayerFeesIncrease?: stagingpolygon_RelayerFeesIncreaseResolvers; + stagingpolygon_RootCount?: stagingpolygon_RootCountResolvers; + stagingpolygon_RootMessageSent?: stagingpolygon_RootMessageSentResolvers; + stagingpolygon_Router?: stagingpolygon_RouterResolvers; + stagingpolygon_RouterDailyTVL?: stagingpolygon_RouterDailyTVLResolvers; + stagingpolygon_RouterLiquidityEvent?: stagingpolygon_RouterLiquidityEventResolvers; + stagingpolygon_Sequencer?: stagingpolygon_SequencerResolvers; + stagingpolygon_Setting?: stagingpolygon_SettingResolvers; + stagingpolygon_SlippageUpdate?: stagingpolygon_SlippageUpdateResolvers; + stagingpolygon_SnapshotRoot?: stagingpolygon_SnapshotRootResolvers; + stagingpolygon_SpokeConnectorMode?: stagingpolygon_SpokeConnectorModeResolvers; + stagingpolygon__Block_?: stagingpolygon__Block_Resolvers; + stagingpolygon__Meta_?: stagingpolygon__Meta_Resolvers; + polygonzkevm_swap_AggregateRoot?: polygonzkevm_swap_AggregateRootResolvers; + polygonzkevm_swap_AggregateRootProposed?: polygonzkevm_swap_AggregateRootProposedResolvers; + polygonzkevm_swap_Asset?: polygonzkevm_swap_AssetResolvers; + polygonzkevm_swap_AssetBalance?: polygonzkevm_swap_AssetBalanceResolvers; + polygonzkevm_swap_AssetStatus?: polygonzkevm_swap_AssetStatusResolvers; + polygonzkevm_swap_BigDecimal?: GraphQLScalarType; + polygonzkevm_swap_Bytes?: GraphQLScalarType; + polygonzkevm_swap_ConnectorMeta?: polygonzkevm_swap_ConnectorMetaResolvers; + polygonzkevm_swap_DestinationTransfer?: polygonzkevm_swap_DestinationTransferResolvers; + polygonzkevm_swap_Int8?: GraphQLScalarType; + polygonzkevm_swap_OptimisticRootFinalized?: polygonzkevm_swap_OptimisticRootFinalizedResolvers; + polygonzkevm_swap_OriginMessage?: polygonzkevm_swap_OriginMessageResolvers; + polygonzkevm_swap_OriginTransfer?: polygonzkevm_swap_OriginTransferResolvers; + polygonzkevm_swap_Relayer?: polygonzkevm_swap_RelayerResolvers; + polygonzkevm_swap_RelayerFee?: polygonzkevm_swap_RelayerFeeResolvers; + polygonzkevm_swap_RelayerFeesIncrease?: polygonzkevm_swap_RelayerFeesIncreaseResolvers; + polygonzkevm_swap_RootCount?: polygonzkevm_swap_RootCountResolvers; + polygonzkevm_swap_RootMessageSent?: polygonzkevm_swap_RootMessageSentResolvers; + polygonzkevm_swap_Router?: polygonzkevm_swap_RouterResolvers; + polygonzkevm_swap_RouterDailyTVL?: polygonzkevm_swap_RouterDailyTVLResolvers; + polygonzkevm_swap_RouterLiquidityEvent?: polygonzkevm_swap_RouterLiquidityEventResolvers; + polygonzkevm_swap_Sequencer?: polygonzkevm_swap_SequencerResolvers; + polygonzkevm_swap_Setting?: polygonzkevm_swap_SettingResolvers; + polygonzkevm_swap_SlippageUpdate?: polygonzkevm_swap_SlippageUpdateResolvers; + polygonzkevm_swap_SnapshotRoot?: polygonzkevm_swap_SnapshotRootResolvers; + polygonzkevm_swap_SpokeConnectorMode?: polygonzkevm_swap_SpokeConnectorModeResolvers; + polygonzkevm_swap__Block_?: polygonzkevm_swap__Block_Resolvers; + polygonzkevm_swap__Meta_?: polygonzkevm_swap__Meta_Resolvers; + polygonzkevm_AggregateRoot?: polygonzkevm_AggregateRootResolvers; + polygonzkevm_AggregateRootProposed?: polygonzkevm_AggregateRootProposedResolvers; + polygonzkevm_Asset?: polygonzkevm_AssetResolvers; + polygonzkevm_AssetBalance?: polygonzkevm_AssetBalanceResolvers; + polygonzkevm_AssetStatus?: polygonzkevm_AssetStatusResolvers; + polygonzkevm_BigDecimal?: GraphQLScalarType; + polygonzkevm_Bytes?: GraphQLScalarType; + polygonzkevm_ConnectorMeta?: polygonzkevm_ConnectorMetaResolvers; + polygonzkevm_DestinationTransfer?: polygonzkevm_DestinationTransferResolvers; + polygonzkevm_Int8?: GraphQLScalarType; + polygonzkevm_OptimisticRootFinalized?: polygonzkevm_OptimisticRootFinalizedResolvers; + polygonzkevm_OriginMessage?: polygonzkevm_OriginMessageResolvers; + polygonzkevm_OriginTransfer?: polygonzkevm_OriginTransferResolvers; + polygonzkevm_Relayer?: polygonzkevm_RelayerResolvers; + polygonzkevm_RelayerFee?: polygonzkevm_RelayerFeeResolvers; + polygonzkevm_RelayerFeesIncrease?: polygonzkevm_RelayerFeesIncreaseResolvers; + polygonzkevm_RootCount?: polygonzkevm_RootCountResolvers; + polygonzkevm_RootMessageSent?: polygonzkevm_RootMessageSentResolvers; + polygonzkevm_Router?: polygonzkevm_RouterResolvers; + polygonzkevm_RouterDailyTVL?: polygonzkevm_RouterDailyTVLResolvers; + polygonzkevm_RouterLiquidityEvent?: polygonzkevm_RouterLiquidityEventResolvers; + polygonzkevm_Sequencer?: polygonzkevm_SequencerResolvers; + polygonzkevm_Setting?: polygonzkevm_SettingResolvers; + polygonzkevm_SlippageUpdate?: polygonzkevm_SlippageUpdateResolvers; + polygonzkevm_SnapshotRoot?: polygonzkevm_SnapshotRootResolvers; + polygonzkevm_SpokeConnectorMode?: polygonzkevm_SpokeConnectorModeResolvers; + polygonzkevm__Block_?: polygonzkevm__Block_Resolvers; + polygonzkevm__Meta_?: polygonzkevm__Meta_Resolvers; + optimismsepolia_AggregateRoot?: optimismsepolia_AggregateRootResolvers; + optimismsepolia_AggregateRootProposed?: optimismsepolia_AggregateRootProposedResolvers; + optimismsepolia_Asset?: optimismsepolia_AssetResolvers; + optimismsepolia_AssetBalance?: optimismsepolia_AssetBalanceResolvers; + optimismsepolia_AssetStatus?: optimismsepolia_AssetStatusResolvers; + optimismsepolia_BigDecimal?: GraphQLScalarType; + optimismsepolia_Bytes?: GraphQLScalarType; + optimismsepolia_ConnectorMeta?: optimismsepolia_ConnectorMetaResolvers; + optimismsepolia_DestinationTransfer?: optimismsepolia_DestinationTransferResolvers; + optimismsepolia_Int8?: GraphQLScalarType; + optimismsepolia_OptimisticRootFinalized?: optimismsepolia_OptimisticRootFinalizedResolvers; + optimismsepolia_OriginMessage?: optimismsepolia_OriginMessageResolvers; + optimismsepolia_OriginTransfer?: optimismsepolia_OriginTransferResolvers; + optimismsepolia_Relayer?: optimismsepolia_RelayerResolvers; + optimismsepolia_RelayerFee?: optimismsepolia_RelayerFeeResolvers; + optimismsepolia_RelayerFeesIncrease?: optimismsepolia_RelayerFeesIncreaseResolvers; + optimismsepolia_RootCount?: optimismsepolia_RootCountResolvers; + optimismsepolia_RootMessageSent?: optimismsepolia_RootMessageSentResolvers; + optimismsepolia_Router?: optimismsepolia_RouterResolvers; + optimismsepolia_RouterDailyTVL?: optimismsepolia_RouterDailyTVLResolvers; + optimismsepolia_RouterLiquidityEvent?: optimismsepolia_RouterLiquidityEventResolvers; + optimismsepolia_Sequencer?: optimismsepolia_SequencerResolvers; + optimismsepolia_Setting?: optimismsepolia_SettingResolvers; + optimismsepolia_SlippageUpdate?: optimismsepolia_SlippageUpdateResolvers; + optimismsepolia_SnapshotRoot?: optimismsepolia_SnapshotRootResolvers; + optimismsepolia_SpokeConnectorMode?: optimismsepolia_SpokeConnectorModeResolvers; + optimismsepolia__Block_?: optimismsepolia__Block_Resolvers; + optimismsepolia__Meta_?: optimismsepolia__Meta_Resolvers; + zksync_AggregateRoot?: zksync_AggregateRootResolvers; + zksync_AggregateRootProposed?: zksync_AggregateRootProposedResolvers; + zksync_Asset?: zksync_AssetResolvers; + zksync_AssetBalance?: zksync_AssetBalanceResolvers; + zksync_AssetStatus?: zksync_AssetStatusResolvers; + zksync_BigDecimal?: GraphQLScalarType; + zksync_Bytes?: GraphQLScalarType; + zksync_ConnectorMeta?: zksync_ConnectorMetaResolvers; + zksync_DestinationTransfer?: zksync_DestinationTransferResolvers; + zksync_Int8?: GraphQLScalarType; + zksync_OptimisticRootFinalized?: zksync_OptimisticRootFinalizedResolvers; + zksync_OriginMessage?: zksync_OriginMessageResolvers; + zksync_OriginTransfer?: zksync_OriginTransferResolvers; + zksync_Relayer?: zksync_RelayerResolvers; + zksync_RelayerFee?: zksync_RelayerFeeResolvers; + zksync_RelayerFeesIncrease?: zksync_RelayerFeesIncreaseResolvers; + zksync_RootCount?: zksync_RootCountResolvers; + zksync_RootMessageSent?: zksync_RootMessageSentResolvers; + zksync_Router?: zksync_RouterResolvers; + zksync_RouterDailyTVL?: zksync_RouterDailyTVLResolvers; + zksync_RouterLiquidityEvent?: zksync_RouterLiquidityEventResolvers; + zksync_Sequencer?: zksync_SequencerResolvers; + zksync_Setting?: zksync_SettingResolvers; + zksync_SlippageUpdate?: zksync_SlippageUpdateResolvers; + zksync_SnapshotRoot?: zksync_SnapshotRootResolvers; + zksync_SpokeConnectorMode?: zksync_SpokeConnectorModeResolvers; + zksync__Block_?: zksync__Block_Resolvers; + zksync__Meta_?: zksync__Meta_Resolvers; mantle_AggregateRoot?: mantle_AggregateRootResolvers; mantle_AggregateRootProposed?: mantle_AggregateRootProposedResolvers; mantle_Asset?: mantle_AssetResolvers; @@ -204195,139 +204547,6 @@ export type Resolvers = ResolversObject<{ mantle_SpokeConnectorMode?: mantle_SpokeConnectorModeResolvers; mantle__Block_?: mantle__Block_Resolvers; mantle__Meta_?: mantle__Meta_Resolvers; - stagingpolygon_AggregateRoot?: stagingpolygon_AggregateRootResolvers; - stagingpolygon_AggregateRootProposed?: stagingpolygon_AggregateRootProposedResolvers; - stagingpolygon_Asset?: stagingpolygon_AssetResolvers; - stagingpolygon_AssetBalance?: stagingpolygon_AssetBalanceResolvers; - stagingpolygon_AssetStatus?: stagingpolygon_AssetStatusResolvers; - stagingpolygon_BigDecimal?: GraphQLScalarType; - stagingpolygon_Bytes?: GraphQLScalarType; - stagingpolygon_ConnectorMeta?: stagingpolygon_ConnectorMetaResolvers; - stagingpolygon_DestinationTransfer?: stagingpolygon_DestinationTransferResolvers; - stagingpolygon_Int8?: GraphQLScalarType; - stagingpolygon_OptimisticRootFinalized?: stagingpolygon_OptimisticRootFinalizedResolvers; - stagingpolygon_OriginMessage?: stagingpolygon_OriginMessageResolvers; - stagingpolygon_OriginTransfer?: stagingpolygon_OriginTransferResolvers; - stagingpolygon_Relayer?: stagingpolygon_RelayerResolvers; - stagingpolygon_RelayerFee?: stagingpolygon_RelayerFeeResolvers; - stagingpolygon_RelayerFeesIncrease?: stagingpolygon_RelayerFeesIncreaseResolvers; - stagingpolygon_RootCount?: stagingpolygon_RootCountResolvers; - stagingpolygon_RootMessageSent?: stagingpolygon_RootMessageSentResolvers; - stagingpolygon_Router?: stagingpolygon_RouterResolvers; - stagingpolygon_RouterDailyTVL?: stagingpolygon_RouterDailyTVLResolvers; - stagingpolygon_RouterLiquidityEvent?: stagingpolygon_RouterLiquidityEventResolvers; - stagingpolygon_Sequencer?: stagingpolygon_SequencerResolvers; - stagingpolygon_Setting?: stagingpolygon_SettingResolvers; - stagingpolygon_SlippageUpdate?: stagingpolygon_SlippageUpdateResolvers; - stagingpolygon_SnapshotRoot?: stagingpolygon_SnapshotRootResolvers; - stagingpolygon_SpokeConnectorMode?: stagingpolygon_SpokeConnectorModeResolvers; - stagingpolygon__Block_?: stagingpolygon__Block_Resolvers; - stagingpolygon__Meta_?: stagingpolygon__Meta_Resolvers; - bnb_AggregateRoot?: bnb_AggregateRootResolvers; - bnb_AggregateRootProposed?: bnb_AggregateRootProposedResolvers; - 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_OptimisticRootFinalized?: bnb_OptimisticRootFinalizedResolvers; - 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_RouterLiquidityEvent?: bnb_RouterLiquidityEventResolvers; - bnb_Sequencer?: bnb_SequencerResolvers; - bnb_Setting?: bnb_SettingResolvers; - bnb_SlippageUpdate?: bnb_SlippageUpdateResolvers; - bnb_SnapshotRoot?: bnb_SnapshotRootResolvers; - bnb_SpokeConnectorMode?: bnb_SpokeConnectorModeResolvers; - bnb__Block_?: bnb__Block_Resolvers; - bnb__Meta_?: bnb__Meta_Resolvers; - mantle_swap_BigDecimal?: GraphQLScalarType; - mantle_swap_Bytes?: GraphQLScalarType; - mantle_swap_Int8?: GraphQLScalarType; - mantle_swap_LpAccount?: mantle_swap_LpAccountResolvers; - mantle_swap_LpAccountBalance?: mantle_swap_LpAccountBalanceResolvers; - mantle_swap_LpToken?: mantle_swap_LpTokenResolvers; - mantle_swap_LpTokenEvent?: mantle_swap_LpTokenEventResolvers; - mantle_swap_LpTransferEvent?: mantle_swap_LpTransferEventResolvers; - mantle_swap_PooledToken?: mantle_swap_PooledTokenResolvers; - mantle_swap_StableSwap?: mantle_swap_StableSwapResolvers; - mantle_swap_StableSwapAddLiquidityEvent?: mantle_swap_StableSwapAddLiquidityEventResolvers; - mantle_swap_StableSwapEvent?: mantle_swap_StableSwapEventResolvers; - mantle_swap_StableSwapExchange?: mantle_swap_StableSwapExchangeResolvers; - mantle_swap_StableSwapRemoveLiquidityEvent?: mantle_swap_StableSwapRemoveLiquidityEventResolvers; - mantle_swap_SwapDailyVolume?: mantle_swap_SwapDailyVolumeResolvers; - mantle_swap_SwapHourlyVolume?: mantle_swap_SwapHourlyVolumeResolvers; - mantle_swap_SwapTradeVolume?: mantle_swap_SwapTradeVolumeResolvers; - mantle_swap_SwapWeeklyVolume?: mantle_swap_SwapWeeklyVolumeResolvers; - mantle_swap_SystemInfo?: mantle_swap_SystemInfoResolvers; - mantle_swap__Block_?: mantle_swap__Block_Resolvers; - mantle_swap__Meta_?: mantle_swap__Meta_Resolvers; - mode_AggregateRoot?: mode_AggregateRootResolvers; - mode_AggregateRootProposed?: mode_AggregateRootProposedResolvers; - mode_Asset?: mode_AssetResolvers; - mode_AssetBalance?: mode_AssetBalanceResolvers; - mode_AssetStatus?: mode_AssetStatusResolvers; - mode_BigDecimal?: GraphQLScalarType; - mode_Bytes?: GraphQLScalarType; - mode_ConnectorMeta?: mode_ConnectorMetaResolvers; - mode_DestinationTransfer?: mode_DestinationTransferResolvers; - mode_Int8?: GraphQLScalarType; - mode_OptimisticRootFinalized?: mode_OptimisticRootFinalizedResolvers; - mode_OriginMessage?: mode_OriginMessageResolvers; - mode_OriginTransfer?: mode_OriginTransferResolvers; - mode_Relayer?: mode_RelayerResolvers; - mode_RelayerFee?: mode_RelayerFeeResolvers; - mode_RelayerFeesIncrease?: mode_RelayerFeesIncreaseResolvers; - mode_RootCount?: mode_RootCountResolvers; - mode_RootMessageSent?: mode_RootMessageSentResolvers; - mode_Router?: mode_RouterResolvers; - mode_RouterDailyTVL?: mode_RouterDailyTVLResolvers; - mode_RouterLiquidityEvent?: mode_RouterLiquidityEventResolvers; - mode_Sequencer?: mode_SequencerResolvers; - mode_Setting?: mode_SettingResolvers; - mode_SlippageUpdate?: mode_SlippageUpdateResolvers; - mode_SnapshotRoot?: mode_SnapshotRootResolvers; - mode_SpokeConnectorMode?: mode_SpokeConnectorModeResolvers; - mode__Block_?: mode__Block_Resolvers; - mode__Meta_?: mode__Meta_Resolvers; - stagingmetis_AggregateRoot?: stagingmetis_AggregateRootResolvers; - stagingmetis_AggregateRootProposed?: stagingmetis_AggregateRootProposedResolvers; - stagingmetis_Asset?: stagingmetis_AssetResolvers; - stagingmetis_AssetBalance?: stagingmetis_AssetBalanceResolvers; - stagingmetis_AssetStatus?: stagingmetis_AssetStatusResolvers; - stagingmetis_BigDecimal?: GraphQLScalarType; - stagingmetis_Bytes?: GraphQLScalarType; - stagingmetis_ConnectorMeta?: stagingmetis_ConnectorMetaResolvers; - stagingmetis_DestinationTransfer?: stagingmetis_DestinationTransferResolvers; - stagingmetis_Int8?: GraphQLScalarType; - stagingmetis_OptimisticRootFinalized?: stagingmetis_OptimisticRootFinalizedResolvers; - stagingmetis_OriginMessage?: stagingmetis_OriginMessageResolvers; - stagingmetis_OriginTransfer?: stagingmetis_OriginTransferResolvers; - stagingmetis_Relayer?: stagingmetis_RelayerResolvers; - stagingmetis_RelayerFee?: stagingmetis_RelayerFeeResolvers; - stagingmetis_RelayerFeesIncrease?: stagingmetis_RelayerFeesIncreaseResolvers; - stagingmetis_RootCount?: stagingmetis_RootCountResolvers; - stagingmetis_RootMessageSent?: stagingmetis_RootMessageSentResolvers; - stagingmetis_Router?: stagingmetis_RouterResolvers; - stagingmetis_RouterDailyTVL?: stagingmetis_RouterDailyTVLResolvers; - stagingmetis_RouterLiquidityEvent?: stagingmetis_RouterLiquidityEventResolvers; - stagingmetis_Sequencer?: stagingmetis_SequencerResolvers; - stagingmetis_Setting?: stagingmetis_SettingResolvers; - stagingmetis_SlippageUpdate?: stagingmetis_SlippageUpdateResolvers; - stagingmetis_SnapshotRoot?: stagingmetis_SnapshotRootResolvers; - stagingmetis_SpokeConnectorMode?: stagingmetis_SpokeConnectorModeResolvers; - stagingmetis__Block_?: stagingmetis__Block_Resolvers; - stagingmetis__Meta_?: stagingmetis__Meta_Resolvers; avalanche_AggregateRoot?: avalanche_AggregateRootResolvers; avalanche_AggregateRootProposed?: avalanche_AggregateRootProposedResolvers; avalanche_Asset?: avalanche_AssetResolvers; @@ -204356,136 +204575,62 @@ export type Resolvers = ResolversObject<{ avalanche_SpokeConnectorMode?: avalanche_SpokeConnectorModeResolvers; avalanche__Block_?: avalanche__Block_Resolvers; avalanche__Meta_?: avalanche__Meta_Resolvers; - stagingmainnet_AggregateRoot?: stagingmainnet_AggregateRootResolvers; - stagingmainnet_AggregateRootProposed?: stagingmainnet_AggregateRootProposedResolvers; - stagingmainnet_Asset?: stagingmainnet_AssetResolvers; - stagingmainnet_AssetBalance?: stagingmainnet_AssetBalanceResolvers; - stagingmainnet_AssetStatus?: stagingmainnet_AssetStatusResolvers; - stagingmainnet_ConnectorMeta?: stagingmainnet_ConnectorMetaResolvers; - stagingmainnet_DestinationTransfer?: stagingmainnet_DestinationTransferResolvers; - stagingmainnet_OptimisticRootFinalized?: stagingmainnet_OptimisticRootFinalizedResolvers; - stagingmainnet_OriginMessage?: stagingmainnet_OriginMessageResolvers; - stagingmainnet_OriginTransfer?: stagingmainnet_OriginTransferResolvers; - stagingmainnet_Relayer?: stagingmainnet_RelayerResolvers; - stagingmainnet_RelayerFee?: stagingmainnet_RelayerFeeResolvers; - stagingmainnet_RelayerFeesIncrease?: stagingmainnet_RelayerFeesIncreaseResolvers; - stagingmainnet_RootCount?: stagingmainnet_RootCountResolvers; - stagingmainnet_RootMessageSent?: stagingmainnet_RootMessageSentResolvers; - stagingmainnet_Router?: stagingmainnet_RouterResolvers; - stagingmainnet_RouterDailyTVL?: stagingmainnet_RouterDailyTVLResolvers; - stagingmainnet_RouterLiquidityEvent?: stagingmainnet_RouterLiquidityEventResolvers; - stagingmainnet_Sequencer?: stagingmainnet_SequencerResolvers; - stagingmainnet_Setting?: stagingmainnet_SettingResolvers; - stagingmainnet_SlippageUpdate?: stagingmainnet_SlippageUpdateResolvers; - stagingmainnet_SnapshotRoot?: stagingmainnet_SnapshotRootResolvers; - stagingmainnet_SpokeConnectorMode?: stagingmainnet_SpokeConnectorModeResolvers; - zksync_AggregateRoot?: zksync_AggregateRootResolvers; - zksync_AggregateRootProposed?: zksync_AggregateRootProposedResolvers; - zksync_Asset?: zksync_AssetResolvers; - zksync_AssetBalance?: zksync_AssetBalanceResolvers; - zksync_AssetStatus?: zksync_AssetStatusResolvers; - zksync_BigDecimal?: GraphQLScalarType; - zksync_Bytes?: GraphQLScalarType; - zksync_ConnectorMeta?: zksync_ConnectorMetaResolvers; - zksync_DestinationTransfer?: zksync_DestinationTransferResolvers; - zksync_Int8?: GraphQLScalarType; - zksync_OptimisticRootFinalized?: zksync_OptimisticRootFinalizedResolvers; - zksync_OriginMessage?: zksync_OriginMessageResolvers; - zksync_OriginTransfer?: zksync_OriginTransferResolvers; - zksync_Relayer?: zksync_RelayerResolvers; - zksync_RelayerFee?: zksync_RelayerFeeResolvers; - zksync_RelayerFeesIncrease?: zksync_RelayerFeesIncreaseResolvers; - zksync_RootCount?: zksync_RootCountResolvers; - zksync_RootMessageSent?: zksync_RootMessageSentResolvers; - zksync_Router?: zksync_RouterResolvers; - zksync_RouterDailyTVL?: zksync_RouterDailyTVLResolvers; - zksync_RouterLiquidityEvent?: zksync_RouterLiquidityEventResolvers; - zksync_Sequencer?: zksync_SequencerResolvers; - zksync_Setting?: zksync_SettingResolvers; - zksync_SlippageUpdate?: zksync_SlippageUpdateResolvers; - zksync_SnapshotRoot?: zksync_SnapshotRootResolvers; - zksync_SpokeConnectorMode?: zksync_SpokeConnectorModeResolvers; - zksync__Block_?: zksync__Block_Resolvers; - zksync__Meta_?: zksync__Meta_Resolvers; - polygonzkevm_swap_AggregateRoot?: polygonzkevm_swap_AggregateRootResolvers; - polygonzkevm_swap_AggregateRootProposed?: polygonzkevm_swap_AggregateRootProposedResolvers; - polygonzkevm_swap_Asset?: polygonzkevm_swap_AssetResolvers; - polygonzkevm_swap_AssetBalance?: polygonzkevm_swap_AssetBalanceResolvers; - polygonzkevm_swap_AssetStatus?: polygonzkevm_swap_AssetStatusResolvers; - polygonzkevm_swap_BigDecimal?: GraphQLScalarType; - polygonzkevm_swap_Bytes?: GraphQLScalarType; - polygonzkevm_swap_ConnectorMeta?: polygonzkevm_swap_ConnectorMetaResolvers; - polygonzkevm_swap_DestinationTransfer?: polygonzkevm_swap_DestinationTransferResolvers; - polygonzkevm_swap_Int8?: GraphQLScalarType; - polygonzkevm_swap_OptimisticRootFinalized?: polygonzkevm_swap_OptimisticRootFinalizedResolvers; - polygonzkevm_swap_OriginMessage?: polygonzkevm_swap_OriginMessageResolvers; - polygonzkevm_swap_OriginTransfer?: polygonzkevm_swap_OriginTransferResolvers; - polygonzkevm_swap_Relayer?: polygonzkevm_swap_RelayerResolvers; - polygonzkevm_swap_RelayerFee?: polygonzkevm_swap_RelayerFeeResolvers; - polygonzkevm_swap_RelayerFeesIncrease?: polygonzkevm_swap_RelayerFeesIncreaseResolvers; - polygonzkevm_swap_RootCount?: polygonzkevm_swap_RootCountResolvers; - polygonzkevm_swap_RootMessageSent?: polygonzkevm_swap_RootMessageSentResolvers; - polygonzkevm_swap_Router?: polygonzkevm_swap_RouterResolvers; - polygonzkevm_swap_RouterDailyTVL?: polygonzkevm_swap_RouterDailyTVLResolvers; - polygonzkevm_swap_RouterLiquidityEvent?: polygonzkevm_swap_RouterLiquidityEventResolvers; - polygonzkevm_swap_Sequencer?: polygonzkevm_swap_SequencerResolvers; - polygonzkevm_swap_Setting?: polygonzkevm_swap_SettingResolvers; - polygonzkevm_swap_SlippageUpdate?: polygonzkevm_swap_SlippageUpdateResolvers; - polygonzkevm_swap_SnapshotRoot?: polygonzkevm_swap_SnapshotRootResolvers; - polygonzkevm_swap_SpokeConnectorMode?: polygonzkevm_swap_SpokeConnectorModeResolvers; - polygonzkevm_swap__Block_?: polygonzkevm_swap__Block_Resolvers; - polygonzkevm_swap__Meta_?: polygonzkevm_swap__Meta_Resolvers; - xlayer_AggregateRoot?: xlayer_AggregateRootResolvers; - xlayer_AggregateRootProposed?: xlayer_AggregateRootProposedResolvers; - xlayer_Asset?: xlayer_AssetResolvers; - xlayer_AssetBalance?: xlayer_AssetBalanceResolvers; - xlayer_AssetStatus?: xlayer_AssetStatusResolvers; - xlayer_BigDecimal?: GraphQLScalarType; - xlayer_Bytes?: GraphQLScalarType; - xlayer_ConnectorMeta?: xlayer_ConnectorMetaResolvers; - xlayer_DestinationTransfer?: xlayer_DestinationTransferResolvers; - xlayer_Int8?: GraphQLScalarType; - xlayer_OptimisticRootFinalized?: xlayer_OptimisticRootFinalizedResolvers; - xlayer_OriginMessage?: xlayer_OriginMessageResolvers; - xlayer_OriginTransfer?: xlayer_OriginTransferResolvers; - xlayer_Relayer?: xlayer_RelayerResolvers; - xlayer_RelayerFee?: xlayer_RelayerFeeResolvers; - xlayer_RelayerFeesIncrease?: xlayer_RelayerFeesIncreaseResolvers; - xlayer_RootCount?: xlayer_RootCountResolvers; - xlayer_RootMessageSent?: xlayer_RootMessageSentResolvers; - xlayer_Router?: xlayer_RouterResolvers; - xlayer_RouterDailyTVL?: xlayer_RouterDailyTVLResolvers; - xlayer_RouterLiquidityEvent?: xlayer_RouterLiquidityEventResolvers; - xlayer_Sequencer?: xlayer_SequencerResolvers; - xlayer_Setting?: xlayer_SettingResolvers; - xlayer_SlippageUpdate?: xlayer_SlippageUpdateResolvers; - xlayer_SnapshotRoot?: xlayer_SnapshotRootResolvers; - xlayer_SpokeConnectorMode?: xlayer_SpokeConnectorModeResolvers; - xlayer__Block_?: xlayer__Block_Resolvers; - xlayer__Meta_?: xlayer__Meta_Resolvers; - mainnet_AggregateRoot?: mainnet_AggregateRootResolvers; - mainnet_AggregateRootProposed?: mainnet_AggregateRootProposedResolvers; - mainnet_Asset?: mainnet_AssetResolvers; - mainnet_AssetBalance?: mainnet_AssetBalanceResolvers; - mainnet_AssetStatus?: mainnet_AssetStatusResolvers; - mainnet_ConnectorMeta?: mainnet_ConnectorMetaResolvers; - mainnet_DestinationTransfer?: mainnet_DestinationTransferResolvers; - mainnet_OptimisticRootFinalized?: mainnet_OptimisticRootFinalizedResolvers; - 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_RouterLiquidityEvent?: mainnet_RouterLiquidityEventResolvers; - mainnet_Sequencer?: mainnet_SequencerResolvers; - mainnet_Setting?: mainnet_SettingResolvers; - mainnet_SlippageUpdate?: mainnet_SlippageUpdateResolvers; - mainnet_SnapshotRoot?: mainnet_SnapshotRootResolvers; - mainnet_SpokeConnectorMode?: mainnet_SpokeConnectorModeResolvers; + mode_AggregateRoot?: mode_AggregateRootResolvers; + mode_AggregateRootProposed?: mode_AggregateRootProposedResolvers; + mode_Asset?: mode_AssetResolvers; + mode_AssetBalance?: mode_AssetBalanceResolvers; + mode_AssetStatus?: mode_AssetStatusResolvers; + mode_BigDecimal?: GraphQLScalarType; + mode_Bytes?: GraphQLScalarType; + mode_ConnectorMeta?: mode_ConnectorMetaResolvers; + mode_DestinationTransfer?: mode_DestinationTransferResolvers; + mode_Int8?: GraphQLScalarType; + mode_OptimisticRootFinalized?: mode_OptimisticRootFinalizedResolvers; + mode_OriginMessage?: mode_OriginMessageResolvers; + mode_OriginTransfer?: mode_OriginTransferResolvers; + mode_Relayer?: mode_RelayerResolvers; + mode_RelayerFee?: mode_RelayerFeeResolvers; + mode_RelayerFeesIncrease?: mode_RelayerFeesIncreaseResolvers; + mode_RootCount?: mode_RootCountResolvers; + mode_RootMessageSent?: mode_RootMessageSentResolvers; + mode_Router?: mode_RouterResolvers; + mode_RouterDailyTVL?: mode_RouterDailyTVLResolvers; + mode_RouterLiquidityEvent?: mode_RouterLiquidityEventResolvers; + mode_Sequencer?: mode_SequencerResolvers; + mode_Setting?: mode_SettingResolvers; + mode_SlippageUpdate?: mode_SlippageUpdateResolvers; + mode_SnapshotRoot?: mode_SnapshotRootResolvers; + mode_SpokeConnectorMode?: mode_SpokeConnectorModeResolvers; + mode__Block_?: mode__Block_Resolvers; + mode__Meta_?: mode__Meta_Resolvers; + stagingxlayer_AggregateRoot?: stagingxlayer_AggregateRootResolvers; + stagingxlayer_AggregateRootProposed?: stagingxlayer_AggregateRootProposedResolvers; + stagingxlayer_Asset?: stagingxlayer_AssetResolvers; + stagingxlayer_AssetBalance?: stagingxlayer_AssetBalanceResolvers; + stagingxlayer_AssetStatus?: stagingxlayer_AssetStatusResolvers; + stagingxlayer_BigDecimal?: GraphQLScalarType; + stagingxlayer_Bytes?: GraphQLScalarType; + stagingxlayer_ConnectorMeta?: stagingxlayer_ConnectorMetaResolvers; + stagingxlayer_DestinationTransfer?: stagingxlayer_DestinationTransferResolvers; + stagingxlayer_Int8?: GraphQLScalarType; + stagingxlayer_OptimisticRootFinalized?: stagingxlayer_OptimisticRootFinalizedResolvers; + stagingxlayer_OriginMessage?: stagingxlayer_OriginMessageResolvers; + stagingxlayer_OriginTransfer?: stagingxlayer_OriginTransferResolvers; + stagingxlayer_Relayer?: stagingxlayer_RelayerResolvers; + stagingxlayer_RelayerFee?: stagingxlayer_RelayerFeeResolvers; + stagingxlayer_RelayerFeesIncrease?: stagingxlayer_RelayerFeesIncreaseResolvers; + stagingxlayer_RootCount?: stagingxlayer_RootCountResolvers; + stagingxlayer_RootMessageSent?: stagingxlayer_RootMessageSentResolvers; + stagingxlayer_Router?: stagingxlayer_RouterResolvers; + stagingxlayer_RouterDailyTVL?: stagingxlayer_RouterDailyTVLResolvers; + stagingxlayer_RouterLiquidityEvent?: stagingxlayer_RouterLiquidityEventResolvers; + stagingxlayer_Sequencer?: stagingxlayer_SequencerResolvers; + stagingxlayer_Setting?: stagingxlayer_SettingResolvers; + stagingxlayer_SlippageUpdate?: stagingxlayer_SlippageUpdateResolvers; + stagingxlayer_SnapshotRoot?: stagingxlayer_SnapshotRootResolvers; + stagingxlayer_SpokeConnectorMode?: stagingxlayer_SpokeConnectorModeResolvers; + stagingxlayer__Block_?: stagingxlayer__Block_Resolvers; + stagingxlayer__Meta_?: stagingxlayer__Meta_Resolvers; stagingbase_AggregateRoot?: stagingbase_AggregateRootResolvers; stagingbase_AggregateRootProposed?: stagingbase_AggregateRootProposedResolvers; stagingbase_Asset?: stagingbase_AssetResolvers; @@ -204542,34 +204687,27 @@ export type Resolvers = ResolversObject<{ metis_SpokeConnectorMode?: metis_SpokeConnectorModeResolvers; metis__Block_?: metis__Block_Resolvers; metis__Meta_?: metis__Meta_Resolvers; - stagingoptimism_AggregateRoot?: stagingoptimism_AggregateRootResolvers; - stagingoptimism_AggregateRootProposed?: stagingoptimism_AggregateRootProposedResolvers; - stagingoptimism_Asset?: stagingoptimism_AssetResolvers; - stagingoptimism_AssetBalance?: stagingoptimism_AssetBalanceResolvers; - stagingoptimism_AssetStatus?: stagingoptimism_AssetStatusResolvers; - stagingoptimism_BigDecimal?: GraphQLScalarType; - stagingoptimism_Bytes?: GraphQLScalarType; - stagingoptimism_ConnectorMeta?: stagingoptimism_ConnectorMetaResolvers; - stagingoptimism_DestinationTransfer?: stagingoptimism_DestinationTransferResolvers; - stagingoptimism_Int8?: GraphQLScalarType; - stagingoptimism_OptimisticRootFinalized?: stagingoptimism_OptimisticRootFinalizedResolvers; - stagingoptimism_OriginMessage?: stagingoptimism_OriginMessageResolvers; - stagingoptimism_OriginTransfer?: stagingoptimism_OriginTransferResolvers; - stagingoptimism_Relayer?: stagingoptimism_RelayerResolvers; - stagingoptimism_RelayerFee?: stagingoptimism_RelayerFeeResolvers; - stagingoptimism_RelayerFeesIncrease?: stagingoptimism_RelayerFeesIncreaseResolvers; - stagingoptimism_RootCount?: stagingoptimism_RootCountResolvers; - stagingoptimism_RootMessageSent?: stagingoptimism_RootMessageSentResolvers; - stagingoptimism_Router?: stagingoptimism_RouterResolvers; - stagingoptimism_RouterDailyTVL?: stagingoptimism_RouterDailyTVLResolvers; - stagingoptimism_RouterLiquidityEvent?: stagingoptimism_RouterLiquidityEventResolvers; - stagingoptimism_Sequencer?: stagingoptimism_SequencerResolvers; - stagingoptimism_Setting?: stagingoptimism_SettingResolvers; - stagingoptimism_SlippageUpdate?: stagingoptimism_SlippageUpdateResolvers; - stagingoptimism_SnapshotRoot?: stagingoptimism_SnapshotRootResolvers; - stagingoptimism_SpokeConnectorMode?: stagingoptimism_SpokeConnectorModeResolvers; - stagingoptimism__Block_?: stagingoptimism__Block_Resolvers; - stagingoptimism__Meta_?: stagingoptimism__Meta_Resolvers; + base_swap_BigDecimal?: GraphQLScalarType; + base_swap_Bytes?: GraphQLScalarType; + base_swap_Int8?: GraphQLScalarType; + base_swap_LpAccount?: base_swap_LpAccountResolvers; + base_swap_LpAccountBalance?: base_swap_LpAccountBalanceResolvers; + base_swap_LpToken?: base_swap_LpTokenResolvers; + base_swap_LpTokenEvent?: base_swap_LpTokenEventResolvers; + base_swap_LpTransferEvent?: base_swap_LpTransferEventResolvers; + base_swap_PooledToken?: base_swap_PooledTokenResolvers; + base_swap_StableSwap?: base_swap_StableSwapResolvers; + base_swap_StableSwapAddLiquidityEvent?: base_swap_StableSwapAddLiquidityEventResolvers; + base_swap_StableSwapEvent?: base_swap_StableSwapEventResolvers; + base_swap_StableSwapExchange?: base_swap_StableSwapExchangeResolvers; + base_swap_StableSwapRemoveLiquidityEvent?: base_swap_StableSwapRemoveLiquidityEventResolvers; + base_swap_SwapDailyVolume?: base_swap_SwapDailyVolumeResolvers; + base_swap_SwapHourlyVolume?: base_swap_SwapHourlyVolumeResolvers; + base_swap_SwapTradeVolume?: base_swap_SwapTradeVolumeResolvers; + base_swap_SwapWeeklyVolume?: base_swap_SwapWeeklyVolumeResolvers; + base_swap_SystemInfo?: base_swap_SystemInfoResolvers; + base_swap__Block_?: base_swap__Block_Resolvers; + base_swap__Meta_?: base_swap__Meta_Resolvers; stagingmantle_AggregateRoot?: stagingmantle_AggregateRootResolvers; stagingmantle_AggregateRootProposed?: stagingmantle_AggregateRootProposedResolvers; stagingmantle_Asset?: stagingmantle_AssetResolvers; @@ -204598,174 +204736,34 @@ export type Resolvers = ResolversObject<{ stagingmantle_SpokeConnectorMode?: stagingmantle_SpokeConnectorModeResolvers; stagingmantle__Block_?: stagingmantle__Block_Resolvers; stagingmantle__Meta_?: stagingmantle__Meta_Resolvers; - polygonzkevm_AggregateRoot?: polygonzkevm_AggregateRootResolvers; - polygonzkevm_AggregateRootProposed?: polygonzkevm_AggregateRootProposedResolvers; - polygonzkevm_Asset?: polygonzkevm_AssetResolvers; - polygonzkevm_AssetBalance?: polygonzkevm_AssetBalanceResolvers; - polygonzkevm_AssetStatus?: polygonzkevm_AssetStatusResolvers; - polygonzkevm_BigDecimal?: GraphQLScalarType; - polygonzkevm_Bytes?: GraphQLScalarType; - polygonzkevm_ConnectorMeta?: polygonzkevm_ConnectorMetaResolvers; - polygonzkevm_DestinationTransfer?: polygonzkevm_DestinationTransferResolvers; - polygonzkevm_Int8?: GraphQLScalarType; - polygonzkevm_OptimisticRootFinalized?: polygonzkevm_OptimisticRootFinalizedResolvers; - polygonzkevm_OriginMessage?: polygonzkevm_OriginMessageResolvers; - polygonzkevm_OriginTransfer?: polygonzkevm_OriginTransferResolvers; - polygonzkevm_Relayer?: polygonzkevm_RelayerResolvers; - polygonzkevm_RelayerFee?: polygonzkevm_RelayerFeeResolvers; - polygonzkevm_RelayerFeesIncrease?: polygonzkevm_RelayerFeesIncreaseResolvers; - polygonzkevm_RootCount?: polygonzkevm_RootCountResolvers; - polygonzkevm_RootMessageSent?: polygonzkevm_RootMessageSentResolvers; - polygonzkevm_Router?: polygonzkevm_RouterResolvers; - polygonzkevm_RouterDailyTVL?: polygonzkevm_RouterDailyTVLResolvers; - polygonzkevm_RouterLiquidityEvent?: polygonzkevm_RouterLiquidityEventResolvers; - polygonzkevm_Sequencer?: polygonzkevm_SequencerResolvers; - polygonzkevm_Setting?: polygonzkevm_SettingResolvers; - polygonzkevm_SlippageUpdate?: polygonzkevm_SlippageUpdateResolvers; - polygonzkevm_SnapshotRoot?: polygonzkevm_SnapshotRootResolvers; - polygonzkevm_SpokeConnectorMode?: polygonzkevm_SpokeConnectorModeResolvers; - polygonzkevm__Block_?: polygonzkevm__Block_Resolvers; - polygonzkevm__Meta_?: polygonzkevm__Meta_Resolvers; - stagingmode_AggregateRoot?: stagingmode_AggregateRootResolvers; - stagingmode_AggregateRootProposed?: stagingmode_AggregateRootProposedResolvers; - stagingmode_Asset?: stagingmode_AssetResolvers; - stagingmode_AssetBalance?: stagingmode_AssetBalanceResolvers; - stagingmode_AssetStatus?: stagingmode_AssetStatusResolvers; - stagingmode_BigDecimal?: GraphQLScalarType; - stagingmode_Bytes?: GraphQLScalarType; - stagingmode_ConnectorMeta?: stagingmode_ConnectorMetaResolvers; - stagingmode_DestinationTransfer?: stagingmode_DestinationTransferResolvers; - stagingmode_Int8?: GraphQLScalarType; - stagingmode_OptimisticRootFinalized?: stagingmode_OptimisticRootFinalizedResolvers; - stagingmode_OriginMessage?: stagingmode_OriginMessageResolvers; - stagingmode_OriginTransfer?: stagingmode_OriginTransferResolvers; - stagingmode_Relayer?: stagingmode_RelayerResolvers; - stagingmode_RelayerFee?: stagingmode_RelayerFeeResolvers; - stagingmode_RelayerFeesIncrease?: stagingmode_RelayerFeesIncreaseResolvers; - stagingmode_RootCount?: stagingmode_RootCountResolvers; - stagingmode_RootMessageSent?: stagingmode_RootMessageSentResolvers; - stagingmode_Router?: stagingmode_RouterResolvers; - stagingmode_RouterDailyTVL?: stagingmode_RouterDailyTVLResolvers; - stagingmode_RouterLiquidityEvent?: stagingmode_RouterLiquidityEventResolvers; - stagingmode_Sequencer?: stagingmode_SequencerResolvers; - stagingmode_Setting?: stagingmode_SettingResolvers; - stagingmode_SlippageUpdate?: stagingmode_SlippageUpdateResolvers; - stagingmode_SnapshotRoot?: stagingmode_SnapshotRootResolvers; - stagingmode_SpokeConnectorMode?: stagingmode_SpokeConnectorModeResolvers; - stagingmode__Block_?: stagingmode__Block_Resolvers; - stagingmode__Meta_?: stagingmode__Meta_Resolvers; - base_AggregateRoot?: base_AggregateRootResolvers; - base_AggregateRootProposed?: base_AggregateRootProposedResolvers; - base_Asset?: base_AssetResolvers; - base_AssetBalance?: base_AssetBalanceResolvers; - base_AssetStatus?: base_AssetStatusResolvers; - base_BigDecimal?: GraphQLScalarType; - base_Bytes?: GraphQLScalarType; - base_ConnectorMeta?: base_ConnectorMetaResolvers; - base_DestinationTransfer?: base_DestinationTransferResolvers; - base_Int8?: GraphQLScalarType; - base_OptimisticRootFinalized?: base_OptimisticRootFinalizedResolvers; - base_OriginMessage?: base_OriginMessageResolvers; - base_OriginTransfer?: base_OriginTransferResolvers; - base_Relayer?: base_RelayerResolvers; - base_RelayerFee?: base_RelayerFeeResolvers; - base_RelayerFeesIncrease?: base_RelayerFeesIncreaseResolvers; - base_RootCount?: base_RootCountResolvers; - base_RootMessageSent?: base_RootMessageSentResolvers; - base_Router?: base_RouterResolvers; - base_RouterDailyTVL?: base_RouterDailyTVLResolvers; - base_RouterLiquidityEvent?: base_RouterLiquidityEventResolvers; - base_Sequencer?: base_SequencerResolvers; - base_Setting?: base_SettingResolvers; - base_SlippageUpdate?: base_SlippageUpdateResolvers; - base_SnapshotRoot?: base_SnapshotRootResolvers; - base_SpokeConnectorMode?: base_SpokeConnectorModeResolvers; - base__Block_?: base__Block_Resolvers; - base__Meta_?: base__Meta_Resolvers; - stagingscroll_AggregateRoot?: stagingscroll_AggregateRootResolvers; - stagingscroll_AggregateRootProposed?: stagingscroll_AggregateRootProposedResolvers; - stagingscroll_Asset?: stagingscroll_AssetResolvers; - stagingscroll_AssetBalance?: stagingscroll_AssetBalanceResolvers; - stagingscroll_AssetStatus?: stagingscroll_AssetStatusResolvers; - stagingscroll_BigDecimal?: GraphQLScalarType; - stagingscroll_Bytes?: GraphQLScalarType; - stagingscroll_ConnectorMeta?: stagingscroll_ConnectorMetaResolvers; - stagingscroll_DestinationTransfer?: stagingscroll_DestinationTransferResolvers; - stagingscroll_Int8?: GraphQLScalarType; - stagingscroll_OptimisticRootFinalized?: stagingscroll_OptimisticRootFinalizedResolvers; - stagingscroll_OriginMessage?: stagingscroll_OriginMessageResolvers; - stagingscroll_OriginTransfer?: stagingscroll_OriginTransferResolvers; - stagingscroll_Relayer?: stagingscroll_RelayerResolvers; - stagingscroll_RelayerFee?: stagingscroll_RelayerFeeResolvers; - stagingscroll_RelayerFeesIncrease?: stagingscroll_RelayerFeesIncreaseResolvers; - stagingscroll_RootCount?: stagingscroll_RootCountResolvers; - stagingscroll_RootMessageSent?: stagingscroll_RootMessageSentResolvers; - stagingscroll_Router?: stagingscroll_RouterResolvers; - stagingscroll_RouterDailyTVL?: stagingscroll_RouterDailyTVLResolvers; - stagingscroll_RouterLiquidityEvent?: stagingscroll_RouterLiquidityEventResolvers; - stagingscroll_Sequencer?: stagingscroll_SequencerResolvers; - stagingscroll_Setting?: stagingscroll_SettingResolvers; - stagingscroll_SlippageUpdate?: stagingscroll_SlippageUpdateResolvers; - stagingscroll_SnapshotRoot?: stagingscroll_SnapshotRootResolvers; - stagingscroll_SpokeConnectorMode?: stagingscroll_SpokeConnectorModeResolvers; - stagingscroll__Block_?: stagingscroll__Block_Resolvers; - stagingscroll__Meta_?: stagingscroll__Meta_Resolvers; - stagingzksync_AggregateRoot?: stagingzksync_AggregateRootResolvers; - stagingzksync_AggregateRootProposed?: stagingzksync_AggregateRootProposedResolvers; - stagingzksync_Asset?: stagingzksync_AssetResolvers; - stagingzksync_AssetBalance?: stagingzksync_AssetBalanceResolvers; - stagingzksync_AssetStatus?: stagingzksync_AssetStatusResolvers; - stagingzksync_BigDecimal?: GraphQLScalarType; - stagingzksync_Bytes?: GraphQLScalarType; - stagingzksync_ConnectorMeta?: stagingzksync_ConnectorMetaResolvers; - stagingzksync_DestinationTransfer?: stagingzksync_DestinationTransferResolvers; - stagingzksync_Int8?: GraphQLScalarType; - stagingzksync_OptimisticRootFinalized?: stagingzksync_OptimisticRootFinalizedResolvers; - stagingzksync_OriginMessage?: stagingzksync_OriginMessageResolvers; - stagingzksync_OriginTransfer?: stagingzksync_OriginTransferResolvers; - stagingzksync_Relayer?: stagingzksync_RelayerResolvers; - stagingzksync_RelayerFee?: stagingzksync_RelayerFeeResolvers; - stagingzksync_RelayerFeesIncrease?: stagingzksync_RelayerFeesIncreaseResolvers; - stagingzksync_RootCount?: stagingzksync_RootCountResolvers; - stagingzksync_RootMessageSent?: stagingzksync_RootMessageSentResolvers; - stagingzksync_Router?: stagingzksync_RouterResolvers; - stagingzksync_RouterDailyTVL?: stagingzksync_RouterDailyTVLResolvers; - stagingzksync_RouterLiquidityEvent?: stagingzksync_RouterLiquidityEventResolvers; - stagingzksync_Sequencer?: stagingzksync_SequencerResolvers; - stagingzksync_Setting?: stagingzksync_SettingResolvers; - stagingzksync_SlippageUpdate?: stagingzksync_SlippageUpdateResolvers; - stagingzksync_SnapshotRoot?: stagingzksync_SnapshotRootResolvers; - stagingzksync_SpokeConnectorMode?: stagingzksync_SpokeConnectorModeResolvers; - stagingzksync__Block_?: stagingzksync__Block_Resolvers; - stagingzksync__Meta_?: stagingzksync__Meta_Resolvers; - stagingxdai_AggregateRoot?: stagingxdai_AggregateRootResolvers; - stagingxdai_AggregateRootProposed?: stagingxdai_AggregateRootProposedResolvers; - stagingxdai_Asset?: stagingxdai_AssetResolvers; - stagingxdai_AssetBalance?: stagingxdai_AssetBalanceResolvers; - stagingxdai_AssetStatus?: stagingxdai_AssetStatusResolvers; - stagingxdai_BigDecimal?: GraphQLScalarType; - stagingxdai_Bytes?: GraphQLScalarType; - stagingxdai_ConnectorMeta?: stagingxdai_ConnectorMetaResolvers; - stagingxdai_DestinationTransfer?: stagingxdai_DestinationTransferResolvers; - stagingxdai_Int8?: GraphQLScalarType; - stagingxdai_OptimisticRootFinalized?: stagingxdai_OptimisticRootFinalizedResolvers; - stagingxdai_OriginMessage?: stagingxdai_OriginMessageResolvers; - stagingxdai_OriginTransfer?: stagingxdai_OriginTransferResolvers; - stagingxdai_Relayer?: stagingxdai_RelayerResolvers; - stagingxdai_RelayerFee?: stagingxdai_RelayerFeeResolvers; - stagingxdai_RelayerFeesIncrease?: stagingxdai_RelayerFeesIncreaseResolvers; - stagingxdai_RootCount?: stagingxdai_RootCountResolvers; - stagingxdai_RootMessageSent?: stagingxdai_RootMessageSentResolvers; - stagingxdai_Router?: stagingxdai_RouterResolvers; - stagingxdai_RouterDailyTVL?: stagingxdai_RouterDailyTVLResolvers; - stagingxdai_RouterLiquidityEvent?: stagingxdai_RouterLiquidityEventResolvers; - stagingxdai_Sequencer?: stagingxdai_SequencerResolvers; - stagingxdai_Setting?: stagingxdai_SettingResolvers; - stagingxdai_SlippageUpdate?: stagingxdai_SlippageUpdateResolvers; - stagingxdai_SnapshotRoot?: stagingxdai_SnapshotRootResolvers; - stagingxdai_SpokeConnectorMode?: stagingxdai_SpokeConnectorModeResolvers; - stagingxdai__Block_?: stagingxdai__Block_Resolvers; - stagingxdai__Meta_?: stagingxdai__Meta_Resolvers; + stagingmetis_AggregateRoot?: stagingmetis_AggregateRootResolvers; + stagingmetis_AggregateRootProposed?: stagingmetis_AggregateRootProposedResolvers; + stagingmetis_Asset?: stagingmetis_AssetResolvers; + stagingmetis_AssetBalance?: stagingmetis_AssetBalanceResolvers; + stagingmetis_AssetStatus?: stagingmetis_AssetStatusResolvers; + stagingmetis_BigDecimal?: GraphQLScalarType; + stagingmetis_Bytes?: GraphQLScalarType; + stagingmetis_ConnectorMeta?: stagingmetis_ConnectorMetaResolvers; + stagingmetis_DestinationTransfer?: stagingmetis_DestinationTransferResolvers; + stagingmetis_Int8?: GraphQLScalarType; + stagingmetis_OptimisticRootFinalized?: stagingmetis_OptimisticRootFinalizedResolvers; + stagingmetis_OriginMessage?: stagingmetis_OriginMessageResolvers; + stagingmetis_OriginTransfer?: stagingmetis_OriginTransferResolvers; + stagingmetis_Relayer?: stagingmetis_RelayerResolvers; + stagingmetis_RelayerFee?: stagingmetis_RelayerFeeResolvers; + stagingmetis_RelayerFeesIncrease?: stagingmetis_RelayerFeesIncreaseResolvers; + stagingmetis_RootCount?: stagingmetis_RootCountResolvers; + stagingmetis_RootMessageSent?: stagingmetis_RootMessageSentResolvers; + stagingmetis_Router?: stagingmetis_RouterResolvers; + stagingmetis_RouterDailyTVL?: stagingmetis_RouterDailyTVLResolvers; + stagingmetis_RouterLiquidityEvent?: stagingmetis_RouterLiquidityEventResolvers; + stagingmetis_Sequencer?: stagingmetis_SequencerResolvers; + stagingmetis_Setting?: stagingmetis_SettingResolvers; + stagingmetis_SlippageUpdate?: stagingmetis_SlippageUpdateResolvers; + stagingmetis_SnapshotRoot?: stagingmetis_SnapshotRootResolvers; + stagingmetis_SpokeConnectorMode?: stagingmetis_SpokeConnectorModeResolvers; + stagingmetis__Block_?: stagingmetis__Block_Resolvers; + stagingmetis__Meta_?: stagingmetis__Meta_Resolvers; xdai_AggregateRoot?: xdai_AggregateRootResolvers; xdai_AggregateRootProposed?: xdai_AggregateRootProposedResolvers; xdai_Asset?: xdai_AssetResolvers; @@ -204794,166 +204792,160 @@ export type Resolvers = ResolversObject<{ xdai_SpokeConnectorMode?: xdai_SpokeConnectorModeResolvers; xdai__Block_?: xdai__Block_Resolvers; xdai__Meta_?: xdai__Meta_Resolvers; - stagingbnb_AggregateRoot?: stagingbnb_AggregateRootResolvers; - stagingbnb_AggregateRootProposed?: stagingbnb_AggregateRootProposedResolvers; - stagingbnb_Asset?: stagingbnb_AssetResolvers; - stagingbnb_AssetBalance?: stagingbnb_AssetBalanceResolvers; - stagingbnb_AssetStatus?: stagingbnb_AssetStatusResolvers; - stagingbnb_BigDecimal?: GraphQLScalarType; - stagingbnb_Bytes?: GraphQLScalarType; - stagingbnb_ConnectorMeta?: stagingbnb_ConnectorMetaResolvers; - stagingbnb_DestinationTransfer?: stagingbnb_DestinationTransferResolvers; - stagingbnb_Int8?: GraphQLScalarType; - stagingbnb_OptimisticRootFinalized?: stagingbnb_OptimisticRootFinalizedResolvers; - stagingbnb_OriginMessage?: stagingbnb_OriginMessageResolvers; - stagingbnb_OriginTransfer?: stagingbnb_OriginTransferResolvers; - stagingbnb_Relayer?: stagingbnb_RelayerResolvers; - stagingbnb_RelayerFee?: stagingbnb_RelayerFeeResolvers; - stagingbnb_RelayerFeesIncrease?: stagingbnb_RelayerFeesIncreaseResolvers; - stagingbnb_RootCount?: stagingbnb_RootCountResolvers; - stagingbnb_RootMessageSent?: stagingbnb_RootMessageSentResolvers; - stagingbnb_Router?: stagingbnb_RouterResolvers; - stagingbnb_RouterDailyTVL?: stagingbnb_RouterDailyTVLResolvers; - stagingbnb_RouterLiquidityEvent?: stagingbnb_RouterLiquidityEventResolvers; - stagingbnb_Sequencer?: stagingbnb_SequencerResolvers; - stagingbnb_Setting?: stagingbnb_SettingResolvers; - stagingbnb_SlippageUpdate?: stagingbnb_SlippageUpdateResolvers; - stagingbnb_SnapshotRoot?: stagingbnb_SnapshotRootResolvers; - stagingbnb_SpokeConnectorMode?: stagingbnb_SpokeConnectorModeResolvers; - stagingbnb__Block_?: stagingbnb__Block_Resolvers; - stagingbnb__Meta_?: stagingbnb__Meta_Resolvers; - stagingarbitrumone_AggregateRoot?: stagingarbitrumone_AggregateRootResolvers; - stagingarbitrumone_AggregateRootProposed?: stagingarbitrumone_AggregateRootProposedResolvers; - stagingarbitrumone_Asset?: stagingarbitrumone_AssetResolvers; - stagingarbitrumone_AssetBalance?: stagingarbitrumone_AssetBalanceResolvers; - stagingarbitrumone_AssetStatus?: stagingarbitrumone_AssetStatusResolvers; - stagingarbitrumone_BigDecimal?: GraphQLScalarType; - stagingarbitrumone_Bytes?: GraphQLScalarType; - stagingarbitrumone_ConnectorMeta?: stagingarbitrumone_ConnectorMetaResolvers; - stagingarbitrumone_DestinationTransfer?: stagingarbitrumone_DestinationTransferResolvers; - stagingarbitrumone_Int8?: GraphQLScalarType; - stagingarbitrumone_OptimisticRootFinalized?: stagingarbitrumone_OptimisticRootFinalizedResolvers; - stagingarbitrumone_OriginMessage?: stagingarbitrumone_OriginMessageResolvers; - stagingarbitrumone_OriginTransfer?: stagingarbitrumone_OriginTransferResolvers; - stagingarbitrumone_Relayer?: stagingarbitrumone_RelayerResolvers; - stagingarbitrumone_RelayerFee?: stagingarbitrumone_RelayerFeeResolvers; - stagingarbitrumone_RelayerFeesIncrease?: stagingarbitrumone_RelayerFeesIncreaseResolvers; - stagingarbitrumone_RootCount?: stagingarbitrumone_RootCountResolvers; - stagingarbitrumone_RootMessageSent?: stagingarbitrumone_RootMessageSentResolvers; - stagingarbitrumone_Router?: stagingarbitrumone_RouterResolvers; - stagingarbitrumone_RouterDailyTVL?: stagingarbitrumone_RouterDailyTVLResolvers; - stagingarbitrumone_RouterLiquidityEvent?: stagingarbitrumone_RouterLiquidityEventResolvers; - stagingarbitrumone_Sequencer?: stagingarbitrumone_SequencerResolvers; - stagingarbitrumone_Setting?: stagingarbitrumone_SettingResolvers; - stagingarbitrumone_SlippageUpdate?: stagingarbitrumone_SlippageUpdateResolvers; - stagingarbitrumone_SnapshotRoot?: stagingarbitrumone_SnapshotRootResolvers; - stagingarbitrumone_SpokeConnectorMode?: stagingarbitrumone_SpokeConnectorModeResolvers; - stagingarbitrumone__Block_?: stagingarbitrumone__Block_Resolvers; - stagingarbitrumone__Meta_?: stagingarbitrumone__Meta_Resolvers; - stagingpolygonzkevm_AggregateRoot?: stagingpolygonzkevm_AggregateRootResolvers; - stagingpolygonzkevm_AggregateRootProposed?: stagingpolygonzkevm_AggregateRootProposedResolvers; - stagingpolygonzkevm_Asset?: stagingpolygonzkevm_AssetResolvers; - stagingpolygonzkevm_AssetBalance?: stagingpolygonzkevm_AssetBalanceResolvers; - stagingpolygonzkevm_AssetStatus?: stagingpolygonzkevm_AssetStatusResolvers; - stagingpolygonzkevm_BigDecimal?: GraphQLScalarType; - stagingpolygonzkevm_Bytes?: GraphQLScalarType; - stagingpolygonzkevm_ConnectorMeta?: stagingpolygonzkevm_ConnectorMetaResolvers; - stagingpolygonzkevm_DestinationTransfer?: stagingpolygonzkevm_DestinationTransferResolvers; - stagingpolygonzkevm_Int8?: GraphQLScalarType; - stagingpolygonzkevm_OptimisticRootFinalized?: stagingpolygonzkevm_OptimisticRootFinalizedResolvers; - stagingpolygonzkevm_OriginMessage?: stagingpolygonzkevm_OriginMessageResolvers; - stagingpolygonzkevm_OriginTransfer?: stagingpolygonzkevm_OriginTransferResolvers; - stagingpolygonzkevm_Relayer?: stagingpolygonzkevm_RelayerResolvers; - stagingpolygonzkevm_RelayerFee?: stagingpolygonzkevm_RelayerFeeResolvers; - stagingpolygonzkevm_RelayerFeesIncrease?: stagingpolygonzkevm_RelayerFeesIncreaseResolvers; - stagingpolygonzkevm_RootCount?: stagingpolygonzkevm_RootCountResolvers; - stagingpolygonzkevm_RootMessageSent?: stagingpolygonzkevm_RootMessageSentResolvers; - stagingpolygonzkevm_Router?: stagingpolygonzkevm_RouterResolvers; - stagingpolygonzkevm_RouterDailyTVL?: stagingpolygonzkevm_RouterDailyTVLResolvers; - stagingpolygonzkevm_RouterLiquidityEvent?: stagingpolygonzkevm_RouterLiquidityEventResolvers; - stagingpolygonzkevm_Sequencer?: stagingpolygonzkevm_SequencerResolvers; - stagingpolygonzkevm_Setting?: stagingpolygonzkevm_SettingResolvers; - stagingpolygonzkevm_SlippageUpdate?: stagingpolygonzkevm_SlippageUpdateResolvers; - stagingpolygonzkevm_SnapshotRoot?: stagingpolygonzkevm_SnapshotRootResolvers; - stagingpolygonzkevm_SpokeConnectorMode?: stagingpolygonzkevm_SpokeConnectorModeResolvers; - stagingpolygonzkevm__Block_?: stagingpolygonzkevm__Block_Resolvers; - stagingpolygonzkevm__Meta_?: stagingpolygonzkevm__Meta_Resolvers; - stagingxlayer_AggregateRoot?: stagingxlayer_AggregateRootResolvers; - stagingxlayer_AggregateRootProposed?: stagingxlayer_AggregateRootProposedResolvers; - stagingxlayer_Asset?: stagingxlayer_AssetResolvers; - stagingxlayer_AssetBalance?: stagingxlayer_AssetBalanceResolvers; - stagingxlayer_AssetStatus?: stagingxlayer_AssetStatusResolvers; - stagingxlayer_BigDecimal?: GraphQLScalarType; - stagingxlayer_Bytes?: GraphQLScalarType; - stagingxlayer_ConnectorMeta?: stagingxlayer_ConnectorMetaResolvers; - stagingxlayer_DestinationTransfer?: stagingxlayer_DestinationTransferResolvers; - stagingxlayer_Int8?: GraphQLScalarType; - stagingxlayer_OptimisticRootFinalized?: stagingxlayer_OptimisticRootFinalizedResolvers; - stagingxlayer_OriginMessage?: stagingxlayer_OriginMessageResolvers; - stagingxlayer_OriginTransfer?: stagingxlayer_OriginTransferResolvers; - stagingxlayer_Relayer?: stagingxlayer_RelayerResolvers; - stagingxlayer_RelayerFee?: stagingxlayer_RelayerFeeResolvers; - stagingxlayer_RelayerFeesIncrease?: stagingxlayer_RelayerFeesIncreaseResolvers; - stagingxlayer_RootCount?: stagingxlayer_RootCountResolvers; - stagingxlayer_RootMessageSent?: stagingxlayer_RootMessageSentResolvers; - stagingxlayer_Router?: stagingxlayer_RouterResolvers; - stagingxlayer_RouterDailyTVL?: stagingxlayer_RouterDailyTVLResolvers; - stagingxlayer_RouterLiquidityEvent?: stagingxlayer_RouterLiquidityEventResolvers; - stagingxlayer_Sequencer?: stagingxlayer_SequencerResolvers; - stagingxlayer_Setting?: stagingxlayer_SettingResolvers; - stagingxlayer_SlippageUpdate?: stagingxlayer_SlippageUpdateResolvers; - stagingxlayer_SnapshotRoot?: stagingxlayer_SnapshotRootResolvers; - stagingxlayer_SpokeConnectorMode?: stagingxlayer_SpokeConnectorModeResolvers; - stagingxlayer__Block_?: stagingxlayer__Block_Resolvers; - stagingxlayer__Meta_?: stagingxlayer__Meta_Resolvers; - staginglinea_AggregateRoot?: staginglinea_AggregateRootResolvers; - staginglinea_AggregateRootProposed?: staginglinea_AggregateRootProposedResolvers; - staginglinea_Asset?: staginglinea_AssetResolvers; - staginglinea_AssetBalance?: staginglinea_AssetBalanceResolvers; - staginglinea_AssetStatus?: staginglinea_AssetStatusResolvers; - staginglinea_BigDecimal?: GraphQLScalarType; - staginglinea_Bytes?: GraphQLScalarType; - staginglinea_ConnectorMeta?: staginglinea_ConnectorMetaResolvers; - staginglinea_DestinationTransfer?: staginglinea_DestinationTransferResolvers; - staginglinea_OptimisticRootFinalized?: staginglinea_OptimisticRootFinalizedResolvers; - staginglinea_OriginMessage?: staginglinea_OriginMessageResolvers; - staginglinea_OriginTransfer?: staginglinea_OriginTransferResolvers; - staginglinea_Relayer?: staginglinea_RelayerResolvers; - staginglinea_RelayerFee?: staginglinea_RelayerFeeResolvers; - staginglinea_RelayerFeesIncrease?: staginglinea_RelayerFeesIncreaseResolvers; - staginglinea_RootCount?: staginglinea_RootCountResolvers; - staginglinea_RootMessageSent?: staginglinea_RootMessageSentResolvers; - staginglinea_Router?: staginglinea_RouterResolvers; - staginglinea_RouterDailyTVL?: staginglinea_RouterDailyTVLResolvers; - staginglinea_RouterLiquidityEvent?: staginglinea_RouterLiquidityEventResolvers; - staginglinea_Sequencer?: staginglinea_SequencerResolvers; - staginglinea_Setting?: staginglinea_SettingResolvers; - staginglinea_SlippageUpdate?: staginglinea_SlippageUpdateResolvers; - staginglinea_SnapshotRoot?: staginglinea_SnapshotRootResolvers; - staginglinea_SpokeConnectorMode?: staginglinea_SpokeConnectorModeResolvers; - staginglinea__Block_?: staginglinea__Block_Resolvers; - staginglinea__Meta_?: staginglinea__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; + xlayer_AggregateRoot?: xlayer_AggregateRootResolvers; + xlayer_AggregateRootProposed?: xlayer_AggregateRootProposedResolvers; + xlayer_Asset?: xlayer_AssetResolvers; + xlayer_AssetBalance?: xlayer_AssetBalanceResolvers; + xlayer_AssetStatus?: xlayer_AssetStatusResolvers; + xlayer_BigDecimal?: GraphQLScalarType; + xlayer_Bytes?: GraphQLScalarType; + xlayer_ConnectorMeta?: xlayer_ConnectorMetaResolvers; + xlayer_DestinationTransfer?: xlayer_DestinationTransferResolvers; + xlayer_Int8?: GraphQLScalarType; + xlayer_OptimisticRootFinalized?: xlayer_OptimisticRootFinalizedResolvers; + xlayer_OriginMessage?: xlayer_OriginMessageResolvers; + xlayer_OriginTransfer?: xlayer_OriginTransferResolvers; + xlayer_Relayer?: xlayer_RelayerResolvers; + xlayer_RelayerFee?: xlayer_RelayerFeeResolvers; + xlayer_RelayerFeesIncrease?: xlayer_RelayerFeesIncreaseResolvers; + xlayer_RootCount?: xlayer_RootCountResolvers; + xlayer_RootMessageSent?: xlayer_RootMessageSentResolvers; + xlayer_Router?: xlayer_RouterResolvers; + xlayer_RouterDailyTVL?: xlayer_RouterDailyTVLResolvers; + xlayer_RouterLiquidityEvent?: xlayer_RouterLiquidityEventResolvers; + xlayer_Sequencer?: xlayer_SequencerResolvers; + xlayer_Setting?: xlayer_SettingResolvers; + xlayer_SlippageUpdate?: xlayer_SlippageUpdateResolvers; + xlayer_SnapshotRoot?: xlayer_SnapshotRootResolvers; + xlayer_SpokeConnectorMode?: xlayer_SpokeConnectorModeResolvers; + xlayer__Block_?: xlayer__Block_Resolvers; + xlayer__Meta_?: xlayer__Meta_Resolvers; + bnb_AggregateRoot?: bnb_AggregateRootResolvers; + bnb_AggregateRootProposed?: bnb_AggregateRootProposedResolvers; + 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_OptimisticRootFinalized?: bnb_OptimisticRootFinalizedResolvers; + 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_RouterLiquidityEvent?: bnb_RouterLiquidityEventResolvers; + bnb_Sequencer?: bnb_SequencerResolvers; + bnb_Setting?: bnb_SettingResolvers; + bnb_SlippageUpdate?: bnb_SlippageUpdateResolvers; + bnb_SnapshotRoot?: bnb_SnapshotRootResolvers; + bnb_SpokeConnectorMode?: bnb_SpokeConnectorModeResolvers; + bnb__Block_?: bnb__Block_Resolvers; + bnb__Meta_?: bnb__Meta_Resolvers; + base_AggregateRoot?: base_AggregateRootResolvers; + base_AggregateRootProposed?: base_AggregateRootProposedResolvers; + base_Asset?: base_AssetResolvers; + base_AssetBalance?: base_AssetBalanceResolvers; + base_AssetStatus?: base_AssetStatusResolvers; + base_BigDecimal?: GraphQLScalarType; + base_Bytes?: GraphQLScalarType; + base_ConnectorMeta?: base_ConnectorMetaResolvers; + base_DestinationTransfer?: base_DestinationTransferResolvers; + base_Int8?: GraphQLScalarType; + base_OptimisticRootFinalized?: base_OptimisticRootFinalizedResolvers; + base_OriginMessage?: base_OriginMessageResolvers; + base_OriginTransfer?: base_OriginTransferResolvers; + base_Relayer?: base_RelayerResolvers; + base_RelayerFee?: base_RelayerFeeResolvers; + base_RelayerFeesIncrease?: base_RelayerFeesIncreaseResolvers; + base_RootCount?: base_RootCountResolvers; + base_RootMessageSent?: base_RootMessageSentResolvers; + base_Router?: base_RouterResolvers; + base_RouterDailyTVL?: base_RouterDailyTVLResolvers; + base_RouterLiquidityEvent?: base_RouterLiquidityEventResolvers; + base_Sequencer?: base_SequencerResolvers; + base_Setting?: base_SettingResolvers; + base_SlippageUpdate?: base_SlippageUpdateResolvers; + base_SnapshotRoot?: base_SnapshotRootResolvers; + base_SpokeConnectorMode?: base_SpokeConnectorModeResolvers; + base__Block_?: base__Block_Resolvers; + base__Meta_?: base__Meta_Resolvers; + arbitrumsepolia_swap_BigDecimal?: GraphQLScalarType; + arbitrumsepolia_swap_Bytes?: GraphQLScalarType; + arbitrumsepolia_swap_Int8?: GraphQLScalarType; + arbitrumsepolia_swap_LpAccount?: arbitrumsepolia_swap_LpAccountResolvers; + arbitrumsepolia_swap_LpAccountBalance?: arbitrumsepolia_swap_LpAccountBalanceResolvers; + arbitrumsepolia_swap_LpToken?: arbitrumsepolia_swap_LpTokenResolvers; + arbitrumsepolia_swap_LpTokenEvent?: arbitrumsepolia_swap_LpTokenEventResolvers; + arbitrumsepolia_swap_LpTransferEvent?: arbitrumsepolia_swap_LpTransferEventResolvers; + arbitrumsepolia_swap_PooledToken?: arbitrumsepolia_swap_PooledTokenResolvers; + arbitrumsepolia_swap_StableSwap?: arbitrumsepolia_swap_StableSwapResolvers; + arbitrumsepolia_swap_StableSwapAddLiquidityEvent?: arbitrumsepolia_swap_StableSwapAddLiquidityEventResolvers; + arbitrumsepolia_swap_StableSwapEvent?: arbitrumsepolia_swap_StableSwapEventResolvers; + arbitrumsepolia_swap_StableSwapExchange?: arbitrumsepolia_swap_StableSwapExchangeResolvers; + arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent?: arbitrumsepolia_swap_StableSwapRemoveLiquidityEventResolvers; + arbitrumsepolia_swap_SwapDailyVolume?: arbitrumsepolia_swap_SwapDailyVolumeResolvers; + arbitrumsepolia_swap_SwapHourlyVolume?: arbitrumsepolia_swap_SwapHourlyVolumeResolvers; + arbitrumsepolia_swap_SwapTradeVolume?: arbitrumsepolia_swap_SwapTradeVolumeResolvers; + arbitrumsepolia_swap_SwapWeeklyVolume?: arbitrumsepolia_swap_SwapWeeklyVolumeResolvers; + arbitrumsepolia_swap_SystemInfo?: arbitrumsepolia_swap_SystemInfoResolvers; + arbitrumsepolia_swap__Block_?: arbitrumsepolia_swap__Block_Resolvers; + arbitrumsepolia_swap__Meta_?: arbitrumsepolia_swap__Meta_Resolvers; + stagingoptimism_AggregateRoot?: stagingoptimism_AggregateRootResolvers; + stagingoptimism_AggregateRootProposed?: stagingoptimism_AggregateRootProposedResolvers; + stagingoptimism_Asset?: stagingoptimism_AssetResolvers; + stagingoptimism_AssetBalance?: stagingoptimism_AssetBalanceResolvers; + stagingoptimism_AssetStatus?: stagingoptimism_AssetStatusResolvers; + stagingoptimism_BigDecimal?: GraphQLScalarType; + stagingoptimism_Bytes?: GraphQLScalarType; + stagingoptimism_ConnectorMeta?: stagingoptimism_ConnectorMetaResolvers; + stagingoptimism_DestinationTransfer?: stagingoptimism_DestinationTransferResolvers; + stagingoptimism_Int8?: GraphQLScalarType; + stagingoptimism_OptimisticRootFinalized?: stagingoptimism_OptimisticRootFinalizedResolvers; + stagingoptimism_OriginMessage?: stagingoptimism_OriginMessageResolvers; + stagingoptimism_OriginTransfer?: stagingoptimism_OriginTransferResolvers; + stagingoptimism_Relayer?: stagingoptimism_RelayerResolvers; + stagingoptimism_RelayerFee?: stagingoptimism_RelayerFeeResolvers; + stagingoptimism_RelayerFeesIncrease?: stagingoptimism_RelayerFeesIncreaseResolvers; + stagingoptimism_RootCount?: stagingoptimism_RootCountResolvers; + stagingoptimism_RootMessageSent?: stagingoptimism_RootMessageSentResolvers; + stagingoptimism_Router?: stagingoptimism_RouterResolvers; + stagingoptimism_RouterDailyTVL?: stagingoptimism_RouterDailyTVLResolvers; + stagingoptimism_RouterLiquidityEvent?: stagingoptimism_RouterLiquidityEventResolvers; + stagingoptimism_Sequencer?: stagingoptimism_SequencerResolvers; + stagingoptimism_Setting?: stagingoptimism_SettingResolvers; + stagingoptimism_SlippageUpdate?: stagingoptimism_SlippageUpdateResolvers; + stagingoptimism_SnapshotRoot?: stagingoptimism_SnapshotRootResolvers; + stagingoptimism_SpokeConnectorMode?: stagingoptimism_SpokeConnectorModeResolvers; + stagingoptimism__Block_?: stagingoptimism__Block_Resolvers; + stagingoptimism__Meta_?: stagingoptimism__Meta_Resolvers; + avalanche_swap_BigDecimal?: GraphQLScalarType; + avalanche_swap_Bytes?: GraphQLScalarType; + avalanche_swap_Int8?: GraphQLScalarType; + avalanche_swap_LpAccount?: avalanche_swap_LpAccountResolvers; + avalanche_swap_LpAccountBalance?: avalanche_swap_LpAccountBalanceResolvers; + avalanche_swap_LpToken?: avalanche_swap_LpTokenResolvers; + avalanche_swap_LpTokenEvent?: avalanche_swap_LpTokenEventResolvers; + avalanche_swap_LpTransferEvent?: avalanche_swap_LpTransferEventResolvers; + avalanche_swap_PooledToken?: avalanche_swap_PooledTokenResolvers; + avalanche_swap_StableSwap?: avalanche_swap_StableSwapResolvers; + avalanche_swap_StableSwapAddLiquidityEvent?: avalanche_swap_StableSwapAddLiquidityEventResolvers; + avalanche_swap_StableSwapEvent?: avalanche_swap_StableSwapEventResolvers; + avalanche_swap_StableSwapExchange?: avalanche_swap_StableSwapExchangeResolvers; + avalanche_swap_StableSwapRemoveLiquidityEvent?: avalanche_swap_StableSwapRemoveLiquidityEventResolvers; + avalanche_swap_SwapDailyVolume?: avalanche_swap_SwapDailyVolumeResolvers; + avalanche_swap_SwapHourlyVolume?: avalanche_swap_SwapHourlyVolumeResolvers; + avalanche_swap_SwapTradeVolume?: avalanche_swap_SwapTradeVolumeResolvers; + avalanche_swap_SwapWeeklyVolume?: avalanche_swap_SwapWeeklyVolumeResolvers; + avalanche_swap_SystemInfo?: avalanche_swap_SystemInfoResolvers; + avalanche_swap__Block_?: avalanche_swap__Block_Resolvers; + avalanche_swap__Meta_?: avalanche_swap__Meta_Resolvers; optimism_swap_BigDecimal?: GraphQLScalarType; optimism_swap_Bytes?: GraphQLScalarType; optimism_swap_Int8?: GraphQLScalarType; @@ -204996,6 +204988,27 @@ export type Resolvers = ResolversObject<{ arbitrumone_swap_SystemInfo?: arbitrumone_swap_SystemInfoResolvers; arbitrumone_swap__Block_?: arbitrumone_swap__Block_Resolvers; arbitrumone_swap__Meta_?: arbitrumone_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_swap_BigDecimal?: GraphQLScalarType; xdai_swap_Bytes?: GraphQLScalarType; xdai_swap_Int8?: GraphQLScalarType; @@ -205038,27 +205051,6 @@ export type Resolvers = ResolversObject<{ polygon_swap_SystemInfo?: polygon_swap_SystemInfoResolvers; polygon_swap__Block_?: polygon_swap__Block_Resolvers; polygon_swap__Meta_?: polygon_swap__Meta_Resolvers; - avalanche_swap_BigDecimal?: GraphQLScalarType; - avalanche_swap_Bytes?: GraphQLScalarType; - avalanche_swap_Int8?: GraphQLScalarType; - avalanche_swap_LpAccount?: avalanche_swap_LpAccountResolvers; - avalanche_swap_LpAccountBalance?: avalanche_swap_LpAccountBalanceResolvers; - avalanche_swap_LpToken?: avalanche_swap_LpTokenResolvers; - avalanche_swap_LpTokenEvent?: avalanche_swap_LpTokenEventResolvers; - avalanche_swap_LpTransferEvent?: avalanche_swap_LpTransferEventResolvers; - avalanche_swap_PooledToken?: avalanche_swap_PooledTokenResolvers; - avalanche_swap_StableSwap?: avalanche_swap_StableSwapResolvers; - avalanche_swap_StableSwapAddLiquidityEvent?: avalanche_swap_StableSwapAddLiquidityEventResolvers; - avalanche_swap_StableSwapEvent?: avalanche_swap_StableSwapEventResolvers; - avalanche_swap_StableSwapExchange?: avalanche_swap_StableSwapExchangeResolvers; - avalanche_swap_StableSwapRemoveLiquidityEvent?: avalanche_swap_StableSwapRemoveLiquidityEventResolvers; - avalanche_swap_SwapDailyVolume?: avalanche_swap_SwapDailyVolumeResolvers; - avalanche_swap_SwapHourlyVolume?: avalanche_swap_SwapHourlyVolumeResolvers; - avalanche_swap_SwapTradeVolume?: avalanche_swap_SwapTradeVolumeResolvers; - avalanche_swap_SwapWeeklyVolume?: avalanche_swap_SwapWeeklyVolumeResolvers; - avalanche_swap_SystemInfo?: avalanche_swap_SystemInfoResolvers; - avalanche_swap__Block_?: avalanche_swap__Block_Resolvers; - avalanche_swap__Meta_?: avalanche_swap__Meta_Resolvers; }>; export type DirectiveResolvers = ResolversObject<{ @@ -205067,7 +205059,7 @@ export type DirectiveResolvers = ResolversObject<{ derivedFrom?: derivedFromDirectiveResolver; }>; -export type MeshContext = StableSwapSepoliaTypes.Context & StableSwapOptimismSepoliaTypes.Context & HubSepoliaTypes.Context & StableSwapArbitrumSepoliaTypes.Context & ConnextArbitrumSepoliaTypes.Context & ConnextOptimismSepoliaTypes.Context & HubMainnetTypes.Context & ConnextSepoliaTypes.Context & ConnextArbitrumOneTypes.Context & StableSwapZkSyncEraTypes.Context & StableSwapBaseTypes.Context & ConnextOptimismTypes.Context & StableSwapMetisTypes.Context & ConnextPolygonTypes.Context & StableSwapModeTypes.Context & StableSwapLineaTypes.Context & ConnextLineaTypes.Context & StableSwapXlayerTypes.Context & HubStagingMainnetTypes.Context & ConnextStagingAvalancheTypes.Context & ConnextMantleTypes.Context & ConnextStagingPolygonTypes.Context & ConnextBnbTypes.Context & StableSwapMantleTypes.Context & ConnextModeTypes.Context & ConnextStagingMetisTypes.Context & ConnextAvalancheTypes.Context & ConnextStagingMainnetTypes.Context & ConnextZkSyncTypes.Context & StableSwapPolygonZkEvmTypes.Context & ConnextXlayerTypes.Context & ConnextMainnetTypes.Context & ConnextStagingBaseTypes.Context & ConnextMetisTypes.Context & ConnextStagingOptimismTypes.Context & ConnextStagingMantleTypes.Context & ConnextPolygonZkEvmTypes.Context & ConnextStagingModeTypes.Context & ConnextBaseTypes.Context & ConnextStagingScrollTypes.Context & ConnextStagingZkSyncTypes.Context & ConnextStagingXdaiTypes.Context & ConnextXdaiTypes.Context & ConnextStagingBnbTypes.Context & ConnextStagingArbitrumOneTypes.Context & ConnextStagingPolygonZkEvmTypes.Context & ConnextStagingXlayerTypes.Context & ConnextStagingLineaTypes.Context & StableSwapBnbTypes.Context & StableSwapOptimismTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapXdaiTypes.Context & StableSwapPolygonTypes.Context & StableSwapAvalancheTypes.Context & BaseMeshContext; +export type MeshContext = StableSwapMetisTypes.Context & StableSwapLineaTypes.Context & HubSepoliaTypes.Context & StableSwapSepoliaTypes.Context & ConnextStagingLineaTypes.Context & ConnextLineaTypes.Context & ConnextStagingModeTypes.Context & ConnextStagingScrollTypes.Context & ConnextArbitrumOneTypes.Context & ConnextPolygonTypes.Context & StableSwapZkSyncEraTypes.Context & ConnextStagingMainnetTypes.Context & ConnextArbitrumSepoliaTypes.Context & HubMainnetTypes.Context & HubStagingMainnetTypes.Context & StableSwapMantleTypes.Context & StableSwapOptimismSepoliaTypes.Context & ConnextMainnetTypes.Context & StableSwapModeTypes.Context & ConnextStagingXdaiTypes.Context & ConnextOptimismTypes.Context & ConnextStagingAvalancheTypes.Context & ConnextStagingZkSyncTypes.Context & StableSwapXlayerTypes.Context & ConnextStagingPolygonZkEvmTypes.Context & ConnextStagingBnbTypes.Context & ConnextSepoliaTypes.Context & ConnextStagingArbitrumOneTypes.Context & ConnextStagingPolygonTypes.Context & StableSwapPolygonZkEvmTypes.Context & ConnextPolygonZkEvmTypes.Context & ConnextOptimismSepoliaTypes.Context & ConnextZkSyncTypes.Context & ConnextMantleTypes.Context & ConnextAvalancheTypes.Context & ConnextModeTypes.Context & ConnextStagingXlayerTypes.Context & ConnextStagingBaseTypes.Context & ConnextMetisTypes.Context & StableSwapBaseTypes.Context & ConnextStagingMantleTypes.Context & ConnextStagingMetisTypes.Context & ConnextXdaiTypes.Context & ConnextXlayerTypes.Context & ConnextBnbTypes.Context & ConnextBaseTypes.Context & StableSwapArbitrumSepoliaTypes.Context & ConnextStagingOptimismTypes.Context & StableSwapAvalancheTypes.Context & StableSwapOptimismTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapBnbTypes.Context & StableSwapXdaiTypes.Context & StableSwapPolygonTypes.Context & BaseMeshContext; const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', '..'); @@ -205075,151 +205067,151 @@ 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/StableSwap_Sepolia/introspectionSchema": + case ".graphclient/sources/StableSwap_Metis/introspectionSchema": return Promise.resolve(importedModule$0) as T; - case ".graphclient/sources/StableSwap_OptimismSepolia/introspectionSchema": + case ".graphclient/sources/StableSwap_Linea/introspectionSchema": return Promise.resolve(importedModule$1) as T; case ".graphclient/sources/Hub_Sepolia/introspectionSchema": return Promise.resolve(importedModule$2) as T; - case ".graphclient/sources/StableSwap_ArbitrumSepolia/introspectionSchema": + case ".graphclient/sources/StableSwap_Sepolia/introspectionSchema": return Promise.resolve(importedModule$3) as T; - case ".graphclient/sources/Connext_ArbitrumSepolia/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Linea/introspectionSchema": return Promise.resolve(importedModule$4) as T; - case ".graphclient/sources/Connext_OptimismSepolia/introspectionSchema": + case ".graphclient/sources/Connext_Linea/introspectionSchema": return Promise.resolve(importedModule$5) as T; - case ".graphclient/sources/Hub_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mode/introspectionSchema": return Promise.resolve(importedModule$6) as T; - case ".graphclient/sources/Connext_Sepolia/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Scroll/introspectionSchema": return Promise.resolve(importedModule$7) as T; case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$8) as T; - case ".graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema": + case ".graphclient/sources/Connext_Polygon/introspectionSchema": return Promise.resolve(importedModule$9) as T; - case ".graphclient/sources/StableSwap_Base/introspectionSchema": + case ".graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema": return Promise.resolve(importedModule$10) as T; - case ".graphclient/sources/Connext_Optimism/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mainnet/introspectionSchema": return Promise.resolve(importedModule$11) as T; - case ".graphclient/sources/StableSwap_Metis/introspectionSchema": + case ".graphclient/sources/Connext_ArbitrumSepolia/introspectionSchema": return Promise.resolve(importedModule$12) as T; - case ".graphclient/sources/Connext_Polygon/introspectionSchema": + case ".graphclient/sources/Hub_Mainnet/introspectionSchema": return Promise.resolve(importedModule$13) as T; - case ".graphclient/sources/StableSwap_Mode/introspectionSchema": + case ".graphclient/sources/Hub_Staging_Mainnet/introspectionSchema": return Promise.resolve(importedModule$14) as T; - case ".graphclient/sources/StableSwap_Linea/introspectionSchema": + case ".graphclient/sources/StableSwap_Mantle/introspectionSchema": return Promise.resolve(importedModule$15) as T; - case ".graphclient/sources/Connext_Linea/introspectionSchema": + case ".graphclient/sources/StableSwap_OptimismSepolia/introspectionSchema": return Promise.resolve(importedModule$16) as T; - case ".graphclient/sources/StableSwap_Xlayer/introspectionSchema": + case ".graphclient/sources/Connext_Mainnet/introspectionSchema": return Promise.resolve(importedModule$17) as T; - case ".graphclient/sources/Hub_Staging_Mainnet/introspectionSchema": + case ".graphclient/sources/StableSwap_Mode/introspectionSchema": return Promise.resolve(importedModule$18) as T; - case ".graphclient/sources/Connext_Staging_Avalanche/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Xdai/introspectionSchema": return Promise.resolve(importedModule$19) as T; - case ".graphclient/sources/Connext_Mantle/introspectionSchema": + case ".graphclient/sources/Connext_Optimism/introspectionSchema": return Promise.resolve(importedModule$20) as T; - case ".graphclient/sources/Connext_Staging_Polygon/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Avalanche/introspectionSchema": return Promise.resolve(importedModule$21) as T; - case ".graphclient/sources/Connext_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Staging_zkSync/introspectionSchema": return Promise.resolve(importedModule$22) as T; - case ".graphclient/sources/StableSwap_Mantle/introspectionSchema": + case ".graphclient/sources/StableSwap_Xlayer/introspectionSchema": return Promise.resolve(importedModule$23) as T; - case ".graphclient/sources/Connext_Mode/introspectionSchema": + case ".graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema": return Promise.resolve(importedModule$24) as T; - case ".graphclient/sources/Connext_Staging_Metis/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Bnb/introspectionSchema": return Promise.resolve(importedModule$25) as T; - case ".graphclient/sources/Connext_Avalanche/introspectionSchema": + case ".graphclient/sources/Connext_Sepolia/introspectionSchema": return Promise.resolve(importedModule$26) as T; - case ".graphclient/sources/Connext_Staging_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$27) as T; - case ".graphclient/sources/Connext_ZkSync/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Polygon/introspectionSchema": return Promise.resolve(importedModule$28) as T; case ".graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema": return Promise.resolve(importedModule$29) as T; - case ".graphclient/sources/Connext_Xlayer/introspectionSchema": + case ".graphclient/sources/Connext_PolygonZkEVM/introspectionSchema": return Promise.resolve(importedModule$30) as T; - case ".graphclient/sources/Connext_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_OptimismSepolia/introspectionSchema": return Promise.resolve(importedModule$31) as T; - case ".graphclient/sources/Connext_Staging_Base/introspectionSchema": + case ".graphclient/sources/Connext_ZkSync/introspectionSchema": return Promise.resolve(importedModule$32) as T; - case ".graphclient/sources/Connext_Metis/introspectionSchema": + case ".graphclient/sources/Connext_Mantle/introspectionSchema": return Promise.resolve(importedModule$33) as T; - case ".graphclient/sources/Connext_Staging_Optimism/introspectionSchema": + case ".graphclient/sources/Connext_Avalanche/introspectionSchema": return Promise.resolve(importedModule$34) as T; - case ".graphclient/sources/Connext_Staging_Mantle/introspectionSchema": + case ".graphclient/sources/Connext_Mode/introspectionSchema": return Promise.resolve(importedModule$35) as T; - case ".graphclient/sources/Connext_PolygonZkEVM/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Xlayer/introspectionSchema": return Promise.resolve(importedModule$36) as T; - case ".graphclient/sources/Connext_Staging_Mode/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Base/introspectionSchema": return Promise.resolve(importedModule$37) as T; - case ".graphclient/sources/Connext_Base/introspectionSchema": + case ".graphclient/sources/Connext_Metis/introspectionSchema": return Promise.resolve(importedModule$38) as T; - case ".graphclient/sources/Connext_Staging_Scroll/introspectionSchema": + case ".graphclient/sources/StableSwap_Base/introspectionSchema": return Promise.resolve(importedModule$39) as T; - case ".graphclient/sources/Connext_Staging_zkSync/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mantle/introspectionSchema": return Promise.resolve(importedModule$40) as T; - case ".graphclient/sources/Connext_Staging_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Metis/introspectionSchema": return Promise.resolve(importedModule$41) as T; case ".graphclient/sources/Connext_Xdai/introspectionSchema": return Promise.resolve(importedModule$42) as T; - case ".graphclient/sources/Connext_Staging_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Xlayer/introspectionSchema": return Promise.resolve(importedModule$43) as T; - case ".graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_Bnb/introspectionSchema": return Promise.resolve(importedModule$44) as T; - case ".graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema": + case ".graphclient/sources/Connext_Base/introspectionSchema": return Promise.resolve(importedModule$45) as T; - case ".graphclient/sources/Connext_Staging_Xlayer/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumSepolia/introspectionSchema": return Promise.resolve(importedModule$46) as T; - case ".graphclient/sources/Connext_Staging_Linea/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Optimism/introspectionSchema": return Promise.resolve(importedModule$47) as T; - case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": + case ".graphclient/sources/StableSwap_Avalanche/introspectionSchema": return Promise.resolve(importedModule$48) as T; case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": @@ -205228,13 +205220,13 @@ const importFn: ImportFn = (moduleId: string) => { case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$50) as T; - case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": + case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": return Promise.resolve(importedModule$51) as T; - case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": + case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": return Promise.resolve(importedModule$52) as T; - case ".graphclient/sources/StableSwap_Avalanche/introspectionSchema": + case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": return Promise.resolve(importedModule$53) as T; default: diff --git a/packages/adapters/subgraph/.graphclient/schema.graphql b/packages/adapters/subgraph/.graphclient/schema.graphql index 1e85677cad..1d5ee87f6c 100644 --- a/packages/adapters/subgraph/.graphclient/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/schema.graphql @@ -13,842 +13,842 @@ directive @subgraphId(id: String!) on OBJECT directive @derivedFrom(field: String!) on FIELD_DEFINITION type Query { - sepolia_swap_systemInfo( + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SystemInfo - sepolia_swap_systemInfos( + ): metis_swap_SystemInfo + metis_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SystemInfo_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SystemInfo_filter + orderBy: metis_swap_SystemInfo_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SystemInfo!]! - sepolia_swap_pooledToken( + ): [metis_swap_SystemInfo!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_PooledToken - sepolia_swap_pooledTokens( + ): metis_swap_PooledToken + metis_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_PooledToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_PooledToken_filter + orderBy: metis_swap_PooledToken_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_PooledToken!]! - sepolia_swap_stableSwap( + ): [metis_swap_PooledToken!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwap - sepolia_swap_stableSwaps( + ): metis_swap_StableSwap + metis_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwap_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwap_filter + orderBy: metis_swap_StableSwap_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwap!]! - sepolia_swap_stableSwapAddLiquidityEvent( + ): [metis_swap_StableSwap!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwapAddLiquidityEvent - sepolia_swap_stableSwapAddLiquidityEvents( + ): metis_swap_StableSwapAddLiquidityEvent + metis_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapAddLiquidityEvent_filter + orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwapAddLiquidityEvent!]! - sepolia_swap_stableSwapRemoveLiquidityEvent( + ): [metis_swap_StableSwapAddLiquidityEvent!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwapRemoveLiquidityEvent - sepolia_swap_stableSwapRemoveLiquidityEvents( + ): metis_swap_StableSwapRemoveLiquidityEvent + metis_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwapRemoveLiquidityEvent!]! - sepolia_swap_stableSwapExchange( + ): [metis_swap_StableSwapRemoveLiquidityEvent!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwapExchange - sepolia_swap_stableSwapExchanges( + ): metis_swap_StableSwapExchange + metis_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapExchange_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapExchange_filter + orderBy: metis_swap_StableSwapExchange_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwapExchange!]! - sepolia_swap_swapDailyVolume( + ): [metis_swap_StableSwapExchange!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SwapDailyVolume - sepolia_swap_swapDailyVolumes( + ): metis_swap_SwapDailyVolume + metis_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapDailyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapDailyVolume_filter + orderBy: metis_swap_SwapDailyVolume_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SwapDailyVolume!]! - sepolia_swap_swapHourlyVolume( + ): [metis_swap_SwapDailyVolume!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SwapHourlyVolume - sepolia_swap_swapHourlyVolumes( + ): metis_swap_SwapHourlyVolume + metis_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapHourlyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapHourlyVolume_filter + orderBy: metis_swap_SwapHourlyVolume_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SwapHourlyVolume!]! - sepolia_swap_swapWeeklyVolume( + ): [metis_swap_SwapHourlyVolume!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SwapWeeklyVolume - sepolia_swap_swapWeeklyVolumes( + ): metis_swap_SwapWeeklyVolume + metis_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapWeeklyVolume_filter + orderBy: metis_swap_SwapWeeklyVolume_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SwapWeeklyVolume!]! - sepolia_swap_lpAccount( + ): [metis_swap_SwapWeeklyVolume!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_LpAccount - sepolia_swap_lpAccounts( + ): metis_swap_LpAccount + metis_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccount_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpAccount_filter + orderBy: metis_swap_LpAccount_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_LpAccount!]! - sepolia_swap_lpAccountBalance( + ): [metis_swap_LpAccount!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_LpAccountBalance - sepolia_swap_lpAccountBalances( + ): metis_swap_LpAccountBalance + metis_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccountBalance_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpAccountBalance_filter + orderBy: metis_swap_LpAccountBalance_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_LpAccountBalance!]! - sepolia_swap_lpToken( + ): [metis_swap_LpAccountBalance!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_LpToken - sepolia_swap_lpTokens( + ): metis_swap_LpToken + metis_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpToken_filter + orderBy: metis_swap_LpToken_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_LpToken!]! - sepolia_swap_lpTransferEvent( + ): [metis_swap_LpToken!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_LpTransferEvent - sepolia_swap_lpTransferEvents( + ): metis_swap_LpTransferEvent + metis_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTransferEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpTransferEvent_filter + orderBy: metis_swap_LpTransferEvent_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_LpTransferEvent!]! - sepolia_swap_stableSwapEvent( + ): [metis_swap_LpTransferEvent!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwapEvent - sepolia_swap_stableSwapEvents( + ): metis_swap_StableSwapEvent + metis_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapEvent_filter + orderBy: metis_swap_StableSwapEvent_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwapEvent!]! - sepolia_swap_swapTradeVolume( + ): [metis_swap_StableSwapEvent!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SwapTradeVolume - sepolia_swap_swapTradeVolumes( + ): metis_swap_SwapTradeVolume + metis_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapTradeVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapTradeVolume_filter + orderBy: metis_swap_SwapTradeVolume_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SwapTradeVolume!]! - sepolia_swap_lpTokenEvent( + ): [metis_swap_SwapTradeVolume!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_LpTokenEvent - sepolia_swap_lpTokenEvents( + ): metis_swap_LpTokenEvent + metis_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTokenEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpTokenEvent_filter + orderBy: metis_swap_LpTokenEvent_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_LpTokenEvent!]! + ): [metis_swap_LpTokenEvent!]! """Access to subgraph metadata""" - sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_swap__Meta_ - optimismsepolia_swap_systemInfo( + metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ + linea_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SystemInfo - optimismsepolia_swap_systemInfos( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SystemInfo_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SystemInfo_filter + orderBy: linea_swap_SystemInfo_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SystemInfo!]! - optimismsepolia_swap_pooledToken( + ): [linea_swap_SystemInfo!]! + linea_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_PooledToken - optimismsepolia_swap_pooledTokens( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_PooledToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_PooledToken_filter + orderBy: linea_swap_PooledToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_PooledToken!]! - optimismsepolia_swap_stableSwap( + ): [linea_swap_PooledToken!]! + linea_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwap - optimismsepolia_swap_stableSwaps( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwap_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwap_filter + orderBy: linea_swap_StableSwap_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwap!]! - optimismsepolia_swap_stableSwapAddLiquidityEvent( + ): [linea_swap_StableSwap!]! + linea_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapAddLiquidityEvent - optimismsepolia_swap_stableSwapAddLiquidityEvents( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter + orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapAddLiquidityEvent!]! - optimismsepolia_swap_stableSwapRemoveLiquidityEvent( + ): [linea_swap_StableSwapAddLiquidityEvent!]! + linea_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent - optimismsepolia_swap_stableSwapRemoveLiquidityEvents( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapRemoveLiquidityEvent!]! - optimismsepolia_swap_stableSwapExchange( + ): [linea_swap_StableSwapRemoveLiquidityEvent!]! + linea_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapExchange - optimismsepolia_swap_stableSwapExchanges( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapExchange_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapExchange_filter + orderBy: linea_swap_StableSwapExchange_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapExchange!]! - optimismsepolia_swap_swapDailyVolume( + ): [linea_swap_StableSwapExchange!]! + linea_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapDailyVolume - optimismsepolia_swap_swapDailyVolumes( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapDailyVolume_filter + orderBy: linea_swap_SwapDailyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapDailyVolume!]! - optimismsepolia_swap_swapHourlyVolume( + ): [linea_swap_SwapDailyVolume!]! + linea_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapHourlyVolume - optimismsepolia_swap_swapHourlyVolumes( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapHourlyVolume_filter + orderBy: linea_swap_SwapHourlyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapHourlyVolume!]! - optimismsepolia_swap_swapWeeklyVolume( + ): [linea_swap_SwapHourlyVolume!]! + linea_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapWeeklyVolume - optimismsepolia_swap_swapWeeklyVolumes( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapWeeklyVolume_filter + orderBy: linea_swap_SwapWeeklyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapWeeklyVolume!]! - optimismsepolia_swap_lpAccount( + ): [linea_swap_SwapWeeklyVolume!]! + linea_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpAccount - optimismsepolia_swap_lpAccounts( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpAccount_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccount_filter + orderBy: linea_swap_LpAccount_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpAccount!]! - optimismsepolia_swap_lpAccountBalance( + ): [linea_swap_LpAccount!]! + linea_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpAccountBalance - optimismsepolia_swap_lpAccountBalances( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpAccountBalance_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccountBalance_filter + orderBy: linea_swap_LpAccountBalance_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpAccountBalance!]! - optimismsepolia_swap_lpToken( + ): [linea_swap_LpAccountBalance!]! + linea_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpToken - optimismsepolia_swap_lpTokens( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpToken_filter + orderBy: linea_swap_LpToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpToken!]! - optimismsepolia_swap_lpTransferEvent( + ): [linea_swap_LpToken!]! + linea_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpTransferEvent - optimismsepolia_swap_lpTransferEvents( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpTransferEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTransferEvent_filter + orderBy: linea_swap_LpTransferEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpTransferEvent!]! - optimismsepolia_swap_stableSwapEvent( + ): [linea_swap_LpTransferEvent!]! + linea_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapEvent - optimismsepolia_swap_stableSwapEvents( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapEvent_filter + orderBy: linea_swap_StableSwapEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapEvent!]! - optimismsepolia_swap_swapTradeVolume( + ): [linea_swap_StableSwapEvent!]! + linea_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapTradeVolume - optimismsepolia_swap_swapTradeVolumes( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapTradeVolume_filter + orderBy: linea_swap_SwapTradeVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapTradeVolume!]! - optimismsepolia_swap_lpTokenEvent( + ): [linea_swap_SwapTradeVolume!]! + linea_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpTokenEvent - optimismsepolia_swap_lpTokenEvents( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpTokenEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTokenEvent_filter + orderBy: linea_swap_LpTokenEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpTokenEvent!]! + ): [linea_swap_LpTokenEvent!]! """Access to subgraph metadata""" - optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_swap__Meta_ + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ sepolia_rootAggregated( id: ID! """ @@ -1527,2848 +1527,2824 @@ type Query { ): [sepolia_HubDomain!]! """Access to subgraph metadata""" sepolia__meta(block: sepolia_Block_height): sepolia__Meta_ - arbitrumsepolia_swap_systemInfo( + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SystemInfo - arbitrumsepolia_swap_systemInfos( + ): sepolia_swap_SystemInfo + sepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SystemInfo_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SystemInfo_filter + orderBy: sepolia_swap_SystemInfo_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SystemInfo!]! - arbitrumsepolia_swap_pooledToken( + ): [sepolia_swap_SystemInfo!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_PooledToken - arbitrumsepolia_swap_pooledTokens( + ): sepolia_swap_PooledToken + sepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_PooledToken_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_PooledToken_filter + orderBy: sepolia_swap_PooledToken_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_PooledToken!]! - arbitrumsepolia_swap_stableSwap( + ): [sepolia_swap_PooledToken!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwap - arbitrumsepolia_swap_stableSwaps( + ): sepolia_swap_StableSwap + sepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwap_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwap_filter + orderBy: sepolia_swap_StableSwap_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwap!]! - arbitrumsepolia_swap_stableSwapAddLiquidityEvent( + ): [sepolia_swap_StableSwap!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapAddLiquidityEvent - arbitrumsepolia_swap_stableSwapAddLiquidityEvents( + ): sepolia_swap_StableSwapAddLiquidityEvent + sepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter + orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapAddLiquidityEvent!]! - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent( + ): [sepolia_swap_StableSwapAddLiquidityEvent!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( + ): sepolia_swap_StableSwapRemoveLiquidityEvent + sepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumsepolia_swap_stableSwapExchange( + ): [sepolia_swap_StableSwapRemoveLiquidityEvent!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapExchange - arbitrumsepolia_swap_stableSwapExchanges( + ): sepolia_swap_StableSwapExchange + sepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapExchange_filter + orderBy: sepolia_swap_StableSwapExchange_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapExchange!]! - arbitrumsepolia_swap_swapDailyVolume( + ): [sepolia_swap_StableSwapExchange!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapDailyVolume - arbitrumsepolia_swap_swapDailyVolumes( + ): sepolia_swap_SwapDailyVolume + sepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapDailyVolume_filter + orderBy: sepolia_swap_SwapDailyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapDailyVolume!]! - arbitrumsepolia_swap_swapHourlyVolume( + ): [sepolia_swap_SwapDailyVolume!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapHourlyVolume - arbitrumsepolia_swap_swapHourlyVolumes( + ): sepolia_swap_SwapHourlyVolume + sepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapHourlyVolume_filter + orderBy: sepolia_swap_SwapHourlyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapHourlyVolume!]! - arbitrumsepolia_swap_swapWeeklyVolume( + ): [sepolia_swap_SwapHourlyVolume!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapWeeklyVolume - arbitrumsepolia_swap_swapWeeklyVolumes( + ): sepolia_swap_SwapWeeklyVolume + sepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapWeeklyVolume_filter + orderBy: sepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapWeeklyVolume!]! - arbitrumsepolia_swap_lpAccount( + ): [sepolia_swap_SwapWeeklyVolume!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpAccount - arbitrumsepolia_swap_lpAccounts( + ): sepolia_swap_LpAccount + sepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccount_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccount_filter + orderBy: sepolia_swap_LpAccount_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpAccount!]! - arbitrumsepolia_swap_lpAccountBalance( + ): [sepolia_swap_LpAccount!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpAccountBalance - arbitrumsepolia_swap_lpAccountBalances( + ): sepolia_swap_LpAccountBalance + sepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccountBalance_filter + orderBy: sepolia_swap_LpAccountBalance_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpAccountBalance!]! - arbitrumsepolia_swap_lpToken( + ): [sepolia_swap_LpAccountBalance!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpToken - arbitrumsepolia_swap_lpTokens( + ): sepolia_swap_LpToken + sepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpToken_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpToken_filter + orderBy: sepolia_swap_LpToken_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpToken!]! - arbitrumsepolia_swap_lpTransferEvent( + ): [sepolia_swap_LpToken!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpTransferEvent - arbitrumsepolia_swap_lpTransferEvents( + ): sepolia_swap_LpTransferEvent + sepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTransferEvent_filter + orderBy: sepolia_swap_LpTransferEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpTransferEvent!]! - arbitrumsepolia_swap_stableSwapEvent( + ): [sepolia_swap_LpTransferEvent!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapEvent - arbitrumsepolia_swap_stableSwapEvents( + ): sepolia_swap_StableSwapEvent + sepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapEvent_filter + orderBy: sepolia_swap_StableSwapEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapEvent!]! - arbitrumsepolia_swap_swapTradeVolume( + ): [sepolia_swap_StableSwapEvent!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapTradeVolume - arbitrumsepolia_swap_swapTradeVolumes( + ): sepolia_swap_SwapTradeVolume + sepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapTradeVolume_filter + orderBy: sepolia_swap_SwapTradeVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapTradeVolume!]! - arbitrumsepolia_swap_lpTokenEvent( + ): [sepolia_swap_SwapTradeVolume!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpTokenEvent - arbitrumsepolia_swap_lpTokenEvents( + ): sepolia_swap_LpTokenEvent + sepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTokenEvent_filter + orderBy: sepolia_swap_LpTokenEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpTokenEvent!]! + ): [sepolia_swap_LpTokenEvent!]! """Access to subgraph metadata""" - arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__Meta_ - arbitrumsepolia_asset( + sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_swap__Meta_ + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_Asset - arbitrumsepolia_assets( + ): staginglinea_Asset + staginglinea_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Asset_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Asset_filter + orderBy: staginglinea_Asset_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_Asset!]! - arbitrumsepolia_assetStatus( + ): [staginglinea_Asset!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_AssetStatus - arbitrumsepolia_assetStatuses( + ): staginglinea_AssetStatus + staginglinea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AssetStatus_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AssetStatus_filter + orderBy: staginglinea_AssetStatus_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_AssetStatus!]! - arbitrumsepolia_assetBalance( + ): [staginglinea_AssetStatus!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_AssetBalance - arbitrumsepolia_assetBalances( + ): staginglinea_AssetBalance + staginglinea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AssetBalance_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AssetBalance_filter + orderBy: staginglinea_AssetBalance_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_AssetBalance!]! - arbitrumsepolia_router( + ): [staginglinea_AssetBalance!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_Router - arbitrumsepolia_routers( + ): staginglinea_Router + staginglinea_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Router_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Router_filter + orderBy: staginglinea_Router_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_Router!]! - arbitrumsepolia_routerDailyTVL( + ): [staginglinea_Router!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RouterDailyTVL - arbitrumsepolia_routerDailyTVLs( + ): staginglinea_RouterDailyTVL + staginglinea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RouterDailyTVL_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RouterDailyTVL_filter + orderBy: staginglinea_RouterDailyTVL_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RouterDailyTVL!]! - arbitrumsepolia_routerLiquidityEvent( + ): [staginglinea_RouterDailyTVL!]! + staginglinea_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RouterLiquidityEvent - arbitrumsepolia_routerLiquidityEvents( + ): staginglinea_RouterLiquidityEvent + staginglinea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RouterLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RouterLiquidityEvent_filter + orderBy: staginglinea_RouterLiquidityEvent_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RouterLiquidityEvent!]! - arbitrumsepolia_setting( + ): [staginglinea_RouterLiquidityEvent!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_Setting - arbitrumsepolia_settings( + ): staginglinea_Setting + staginglinea_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Setting_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Setting_filter + orderBy: staginglinea_Setting_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_Setting!]! - arbitrumsepolia_relayer( + ): [staginglinea_Setting!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_Relayer - arbitrumsepolia_relayers( + ): staginglinea_Relayer + staginglinea_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Relayer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Relayer_filter + orderBy: staginglinea_Relayer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_Relayer!]! - arbitrumsepolia_sequencer( + ): [staginglinea_Relayer!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_Sequencer - arbitrumsepolia_sequencers( + ): staginglinea_Sequencer + staginglinea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Sequencer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Sequencer_filter + orderBy: staginglinea_Sequencer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_Sequencer!]! - arbitrumsepolia_relayerFee( + ): [staginglinea_Sequencer!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RelayerFee - arbitrumsepolia_relayerFees( + ): staginglinea_RelayerFee + staginglinea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RelayerFee_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RelayerFee_filter + orderBy: staginglinea_RelayerFee_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RelayerFee!]! - arbitrumsepolia_originTransfer( + ): [staginglinea_RelayerFee!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_OriginTransfer - arbitrumsepolia_originTransfers( + ): staginglinea_OriginTransfer + staginglinea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OriginTransfer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OriginTransfer_filter + orderBy: staginglinea_OriginTransfer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_OriginTransfer!]! - arbitrumsepolia_destinationTransfer( + ): [staginglinea_OriginTransfer!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_DestinationTransfer - arbitrumsepolia_destinationTransfers( + ): staginglinea_DestinationTransfer + staginglinea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_DestinationTransfer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_DestinationTransfer_filter + orderBy: staginglinea_DestinationTransfer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_DestinationTransfer!]! - arbitrumsepolia_originMessage( + ): [staginglinea_DestinationTransfer!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_OriginMessage - arbitrumsepolia_originMessages( + ): staginglinea_OriginMessage + staginglinea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OriginMessage_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OriginMessage_filter + orderBy: staginglinea_OriginMessage_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_OriginMessage!]! - arbitrumsepolia_aggregateRoot( + ): [staginglinea_OriginMessage!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_AggregateRoot - arbitrumsepolia_aggregateRoots( + ): staginglinea_AggregateRoot + staginglinea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AggregateRoot_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AggregateRoot_filter + orderBy: staginglinea_AggregateRoot_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_AggregateRoot!]! - arbitrumsepolia_connectorMeta( + ): [staginglinea_AggregateRoot!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_ConnectorMeta - arbitrumsepolia_connectorMetas( + ): staginglinea_ConnectorMeta + staginglinea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_ConnectorMeta_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_ConnectorMeta_filter + orderBy: staginglinea_ConnectorMeta_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_ConnectorMeta!]! - arbitrumsepolia_rootCount( + ): [staginglinea_ConnectorMeta!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RootCount - arbitrumsepolia_rootCounts( + ): staginglinea_RootCount + staginglinea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RootCount_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RootCount_filter + orderBy: staginglinea_RootCount_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RootCount!]! - arbitrumsepolia_rootMessageSent( + ): [staginglinea_RootCount!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RootMessageSent - arbitrumsepolia_rootMessageSents( + ): staginglinea_RootMessageSent + staginglinea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RootMessageSent_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RootMessageSent_filter + orderBy: staginglinea_RootMessageSent_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RootMessageSent!]! - arbitrumsepolia_relayerFeesIncrease( + ): [staginglinea_RootMessageSent!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RelayerFeesIncrease - arbitrumsepolia_relayerFeesIncreases( + ): staginglinea_RelayerFeesIncrease + staginglinea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RelayerFeesIncrease_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RelayerFeesIncrease_filter + orderBy: staginglinea_RelayerFeesIncrease_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RelayerFeesIncrease!]! - arbitrumsepolia_slippageUpdate( + ): [staginglinea_RelayerFeesIncrease!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_SlippageUpdate - arbitrumsepolia_slippageUpdates( + ): staginglinea_SlippageUpdate + staginglinea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SlippageUpdate_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SlippageUpdate_filter + orderBy: staginglinea_SlippageUpdate_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_SlippageUpdate!]! - arbitrumsepolia_snapshotRoot( + ): [staginglinea_SlippageUpdate!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_SnapshotRoot - arbitrumsepolia_snapshotRoots( + ): staginglinea_SnapshotRoot + staginglinea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SnapshotRoot_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SnapshotRoot_filter + orderBy: staginglinea_SnapshotRoot_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_SnapshotRoot!]! - arbitrumsepolia_spokeConnectorMode( + ): [staginglinea_SnapshotRoot!]! + staginglinea_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_SpokeConnectorMode - arbitrumsepolia_spokeConnectorModes( + ): staginglinea_SpokeConnectorMode + staginglinea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SpokeConnectorMode_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SpokeConnectorMode_filter + orderBy: staginglinea_SpokeConnectorMode_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_SpokeConnectorMode!]! - arbitrumsepolia_aggregateRootProposed( + ): [staginglinea_SpokeConnectorMode!]! + staginglinea_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_AggregateRootProposed - arbitrumsepolia_aggregateRootProposeds( + ): staginglinea_AggregateRootProposed + staginglinea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AggregateRootProposed_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AggregateRootProposed_filter + orderBy: staginglinea_AggregateRootProposed_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_AggregateRootProposed!]! - arbitrumsepolia_optimisticRootFinalized( + ): [staginglinea_AggregateRootProposed!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_OptimisticRootFinalized - arbitrumsepolia_optimisticRootFinalizeds( + ): staginglinea_OptimisticRootFinalized + staginglinea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OptimisticRootFinalized_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OptimisticRootFinalized_filter + orderBy: staginglinea_OptimisticRootFinalized_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_OptimisticRootFinalized!]! + ): [staginglinea_OptimisticRootFinalized!]! """Access to subgraph metadata""" - arbitrumsepolia__meta(block: arbitrumsepolia_Block_height): arbitrumsepolia__Meta_ - optimismsepolia_asset( + staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ + linea_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_Asset - optimismsepolia_assets( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Asset_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Asset_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_Asset!]! - optimismsepolia_assetStatus( + ): [linea_Asset!]! + linea_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_AssetStatus - optimismsepolia_assetStatuses( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AssetStatus_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AssetStatus_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_AssetStatus!]! - optimismsepolia_assetBalance( + ): [linea_AssetStatus!]! + linea_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_AssetBalance - optimismsepolia_assetBalances( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AssetBalance_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AssetBalance_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_AssetBalance!]! - optimismsepolia_router( + ): [linea_AssetBalance!]! + linea_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_Router - optimismsepolia_routers( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Router_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Router_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_Router!]! - optimismsepolia_routerDailyTVL( + ): [linea_Router!]! + linea_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RouterDailyTVL - optimismsepolia_routerDailyTVLs( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RouterDailyTVL_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RouterDailyTVL_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RouterDailyTVL!]! - optimismsepolia_routerLiquidityEvent( + ): [linea_RouterDailyTVL!]! + linea_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RouterLiquidityEvent - optimismsepolia_routerLiquidityEvents( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RouterLiquidityEvent_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RouterLiquidityEvent_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RouterLiquidityEvent!]! - optimismsepolia_setting( + ): [linea_RouterLiquidityEvent!]! + linea_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_Setting - optimismsepolia_settings( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Setting_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Setting_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_Setting!]! - optimismsepolia_relayer( + ): [linea_Setting!]! + linea_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_Relayer - optimismsepolia_relayers( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Relayer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Relayer_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_Relayer!]! - optimismsepolia_sequencer( + ): [linea_Relayer!]! + linea_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_Sequencer - optimismsepolia_sequencers( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Sequencer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Sequencer_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_Sequencer!]! - optimismsepolia_relayerFee( + ): [linea_Sequencer!]! + linea_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RelayerFee - optimismsepolia_relayerFees( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RelayerFee_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RelayerFee_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RelayerFee!]! - optimismsepolia_originTransfer( + ): [linea_RelayerFee!]! + linea_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_OriginTransfer - optimismsepolia_originTransfers( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OriginTransfer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OriginTransfer_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_OriginTransfer!]! - optimismsepolia_destinationTransfer( + ): [linea_OriginTransfer!]! + linea_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_DestinationTransfer - optimismsepolia_destinationTransfers( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_DestinationTransfer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_DestinationTransfer_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_DestinationTransfer!]! - optimismsepolia_originMessage( + ): [linea_DestinationTransfer!]! + linea_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_OriginMessage - optimismsepolia_originMessages( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OriginMessage_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OriginMessage_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_OriginMessage!]! - optimismsepolia_aggregateRoot( + ): [linea_OriginMessage!]! + linea_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_AggregateRoot - optimismsepolia_aggregateRoots( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AggregateRoot_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AggregateRoot_filter + orderBy: linea_AggregateRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_AggregateRoot!]! - optimismsepolia_connectorMeta( + ): [linea_AggregateRoot!]! + linea_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_ConnectorMeta - optimismsepolia_connectorMetas( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_ConnectorMeta_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_ConnectorMeta_filter + orderBy: linea_ConnectorMeta_orderBy + orderDirection: linea_OrderDirection + where: linea_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_ConnectorMeta!]! - optimismsepolia_rootCount( + ): [linea_ConnectorMeta!]! + linea_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RootCount - optimismsepolia_rootCounts( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RootCount_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RootCount_filter + orderBy: linea_RootCount_orderBy + orderDirection: linea_OrderDirection + where: linea_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RootCount!]! - optimismsepolia_rootMessageSent( + ): [linea_RootCount!]! + linea_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RootMessageSent - optimismsepolia_rootMessageSents( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RootMessageSent_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RootMessageSent_filter + orderBy: linea_RootMessageSent_orderBy + orderDirection: linea_OrderDirection + where: linea_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RootMessageSent!]! - optimismsepolia_relayerFeesIncrease( + ): [linea_RootMessageSent!]! + linea_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RelayerFeesIncrease - optimismsepolia_relayerFeesIncreases( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RelayerFeesIncrease_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_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: optimismsepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RelayerFeesIncrease!]! - optimismsepolia_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: optimismsepolia_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_SlippageUpdate - optimismsepolia_slippageUpdates( - skip: Int = 0 - first: Int = 100 - orderBy: optimismsepolia_SlippageUpdate_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SlippageUpdate_filter + orderBy: linea_RelayerFeesIncrease_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_SlippageUpdate!]! - optimismsepolia_snapshotRoot( + ): [linea_RelayerFeesIncrease!]! + linea_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_SnapshotRoot - optimismsepolia_snapshotRoots( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SnapshotRoot_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SnapshotRoot_filter + orderBy: linea_SlippageUpdate_orderBy + orderDirection: linea_OrderDirection + where: linea_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_SnapshotRoot!]! - optimismsepolia_spokeConnectorMode( + ): [linea_SlippageUpdate!]! + linea_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: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_SpokeConnectorMode - optimismsepolia_spokeConnectorModes( + ): linea_SnapshotRoot + linea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SpokeConnectorMode_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SpokeConnectorMode_filter + orderBy: linea_SnapshotRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_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: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_SpokeConnectorMode!]! - optimismsepolia_aggregateRootProposed( + ): [linea_SnapshotRoot!]! + linea_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_AggregateRootProposed - optimismsepolia_aggregateRootProposeds( + ): linea_SpokeConnectorMode + linea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AggregateRootProposed_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AggregateRootProposed_filter + orderBy: linea_SpokeConnectorMode_orderBy + orderDirection: linea_OrderDirection + where: linea_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_AggregateRootProposed!]! - optimismsepolia_optimisticRootFinalized( + ): [linea_SpokeConnectorMode!]! + linea_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_OptimisticRootFinalized - optimismsepolia_optimisticRootFinalizeds( + ): linea_AggregateRootProposed + linea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OptimisticRootFinalized_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OptimisticRootFinalized_filter + orderBy: linea_AggregateRootProposed_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - optimismsepolia__meta(block: optimismsepolia_Block_height): optimismsepolia__Meta_ - mainnet_rootAggregated( + ): [linea_AggregateRootProposed!]! + linea_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: linea_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( + ): linea_OptimisticRootFinalized + linea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_filter + orderBy: linea_OptimisticRootFinalized_orderBy + orderDirection: linea_OrderDirection + where: linea_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: linea_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( + ): [linea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__Meta_ + stagingmode_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: stagingmode_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( + ): stagingmode_Asset + stagingmode_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_filter + orderBy: stagingmode_Asset_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_Asset!]! + stagingmode_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: stagingmode_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( + ): stagingmode_AssetStatus + stagingmode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_filter + orderBy: stagingmode_AssetStatus_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_AssetStatus!]! + stagingmode_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: stagingmode_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( + ): stagingmode_AssetBalance + stagingmode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_filter + orderBy: stagingmode_AssetBalance_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMeta!]! - mainnet_rootManagerMode( + ): [stagingmode_AssetBalance!]! + stagingmode_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMode - mainnet_rootManagerModes( + ): stagingmode_Router + stagingmode_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMode_filter + orderBy: stagingmode_Router_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMode!]! - mainnet_optimisticRootProposed( + ): [stagingmode_Router!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootProposed - mainnet_optimisticRootProposeds( + ): stagingmode_RouterDailyTVL + stagingmode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootProposed_filter + orderBy: stagingmode_RouterDailyTVL_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootProposed!]! - mainnet_hubOptimisticRootFinalized( + ): [stagingmode_RouterDailyTVL!]! + stagingmode_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_HubOptimisticRootFinalized - mainnet_hubOptimisticRootFinalizeds( + ): stagingmode_RouterLiquidityEvent + stagingmode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubOptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubOptimisticRootFinalized_filter + orderBy: stagingmode_RouterLiquidityEvent_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_HubOptimisticRootFinalized!]! - mainnet_optimisticRootPropagated( + ): [stagingmode_RouterLiquidityEvent!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootPropagated - mainnet_optimisticRootPropagateds( + ): stagingmode_Setting + stagingmode_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootPropagated_filter + orderBy: stagingmode_Setting_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootPropagated!]! - mainnet_polygonConnectorMeta( + ): [stagingmode_Setting!]! + stagingmode_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: stagingmode_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( + ): stagingmode_Relayer + stagingmode_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_filter + orderBy: stagingmode_Relayer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_Relayer!]! + stagingmode_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: stagingmode_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( + ): stagingmode_Sequencer + stagingmode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_filter + orderBy: stagingmode_Sequencer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_Sequencer!]! + stagingmode_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: stagingmode_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( + ): stagingmode_RelayerFee + stagingmode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_filter + orderBy: stagingmode_RelayerFee_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_RelayerFee!]! + stagingmode_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: stagingmode_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( + ): stagingmode_OriginTransfer + stagingmode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_filter + orderBy: stagingmode_OriginTransfer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_OriginTransfer!]! + stagingmode_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: stagingmode_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( + ): stagingmode_DestinationTransfer + stagingmode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_filter + orderBy: stagingmode_DestinationTransfer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_GnosisConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [stagingmode_DestinationTransfer!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): stagingmode_OriginMessage + stagingmode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_filter + orderBy: stagingmode_OriginMessage_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_LineaConnectorMeta!]! - mainnet_metisConnectorMeta( + ): [stagingmode_OriginMessage!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_MetisConnectorMeta - mainnet_metisConnectorMetas( + ): stagingmode_AggregateRoot + stagingmode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MetisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MetisConnectorMeta_filter + orderBy: stagingmode_AggregateRoot_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_MetisConnectorMeta!]! - mainnet_mantleConnectorMeta( + ): [stagingmode_AggregateRoot!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_MantleConnectorMeta - mainnet_mantleConnectorMetas( + ): stagingmode_ConnectorMeta + stagingmode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MantleConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MantleConnectorMeta_filter + orderBy: stagingmode_ConnectorMeta_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_MantleConnectorMeta!]! - mainnet_avalancheConnectorMeta( + ): [stagingmode_ConnectorMeta!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AvalancheConnectorMeta - mainnet_avalancheConnectorMetas( + ): stagingmode_RootCount + stagingmode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AvalancheConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AvalancheConnectorMeta_filter + orderBy: stagingmode_RootCount_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AvalancheConnectorMeta!]! - mainnet_baseConnectorMeta( + ): [stagingmode_RootCount!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_BaseConnectorMeta - mainnet_baseConnectorMetas( + ): stagingmode_RootMessageSent + stagingmode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BaseConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BaseConnectorMeta_filter + orderBy: stagingmode_RootMessageSent_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_BaseConnectorMeta!]! - mainnet_polygonZkConnectorMeta( + ): [stagingmode_RootMessageSent!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_PolygonZkConnectorMeta - mainnet_polygonZkConnectorMetas( + ): stagingmode_RelayerFeesIncrease + stagingmode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonZkConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonZkConnectorMeta_filter + orderBy: stagingmode_RelayerFeesIncrease_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_PolygonZkConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [stagingmode_RelayerFeesIncrease!]! + stagingmode_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: stagingmode_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( + ): stagingmode_SlippageUpdate + stagingmode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_filter + orderBy: stagingmode_SlippageUpdate_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_modeConnectorMeta( + ): [stagingmode_SlippageUpdate!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ModeConnectorMeta - mainnet_modeConnectorMetas( + ): stagingmode_SnapshotRoot + stagingmode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ModeConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ModeConnectorMeta_filter + orderBy: stagingmode_SnapshotRoot_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ModeConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [stagingmode_SnapshotRoot!]! + stagingmode_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_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( + ): stagingmode_SpokeConnectorMode + stagingmode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_filter + orderBy: stagingmode_SpokeConnectorMode_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageProcessed!]! - mainnet_aggregateRootSavedSlow( + ): [stagingmode_SpokeConnectorMode!]! + stagingmode_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRootSavedSlow - mainnet_aggregateRootSavedSlows( + ): stagingmode_AggregateRootProposed + stagingmode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootSavedSlow_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootSavedSlow_filter + orderBy: stagingmode_AggregateRootProposed_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRootSavedSlow!]! - mainnet_hubDomain( + ): [stagingmode_AggregateRootProposed!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_HubDomain - mainnet_hubDomains( + ): stagingmode_OptimisticRootFinalized + stagingmode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubDomain_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubDomain_filter + orderBy: stagingmode_OptimisticRootFinalized_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_HubDomain!]! + ): [stagingmode_OptimisticRootFinalized!]! """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - sepolia_asset( + stagingmode__meta(block: stagingmode_Block_height): stagingmode__Meta_ + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_Asset - sepolia_assets( + ): stagingscroll_Asset + stagingscroll_assets( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Asset_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_Asset_filter + orderBy: stagingscroll_Asset_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_Asset!]! - sepolia_assetStatus( + ): [stagingscroll_Asset!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AssetStatus - sepolia_assetStatuses( + ): stagingscroll_AssetStatus + stagingscroll_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AssetStatus_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AssetStatus_filter + orderBy: stagingscroll_AssetStatus_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AssetStatus!]! - sepolia_assetBalance( + ): [stagingscroll_AssetStatus!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AssetBalance - sepolia_assetBalances( + ): stagingscroll_AssetBalance + stagingscroll_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AssetBalance_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AssetBalance_filter + orderBy: stagingscroll_AssetBalance_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AssetBalance!]! - sepolia_router( + ): [stagingscroll_AssetBalance!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_Router - sepolia_routers( + ): stagingscroll_Router + stagingscroll_routers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Router_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_Router_filter + orderBy: stagingscroll_Router_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_Router!]! - sepolia_routerDailyTVL( + ): [stagingscroll_Router!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RouterDailyTVL - sepolia_routerDailyTVLs( + ): stagingscroll_RouterDailyTVL + stagingscroll_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RouterDailyTVL_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RouterDailyTVL_filter + orderBy: stagingscroll_RouterDailyTVL_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RouterDailyTVL!]! - sepolia_routerLiquidityEvent( + ): [stagingscroll_RouterDailyTVL!]! + stagingscroll_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RouterLiquidityEvent - sepolia_routerLiquidityEvents( + ): stagingscroll_RouterLiquidityEvent + stagingscroll_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RouterLiquidityEvent_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RouterLiquidityEvent_filter + orderBy: stagingscroll_RouterLiquidityEvent_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RouterLiquidityEvent!]! - sepolia_setting( + ): [stagingscroll_RouterLiquidityEvent!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_Setting - sepolia_settings( + ): stagingscroll_Setting + stagingscroll_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Setting_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_Setting_filter + orderBy: stagingscroll_Setting_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_Setting!]! - sepolia_relayer( + ): [stagingscroll_Setting!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_Relayer - sepolia_relayers( + ): stagingscroll_Relayer + stagingscroll_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Relayer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_Relayer_filter + orderBy: stagingscroll_Relayer_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_Relayer!]! - sepolia_sequencer( + ): [stagingscroll_Relayer!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_Sequencer - sepolia_sequencers( + ): stagingscroll_Sequencer + stagingscroll_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Sequencer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_Sequencer_filter + orderBy: stagingscroll_Sequencer_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_Sequencer!]! - sepolia_relayerFee( + ): [stagingscroll_Sequencer!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RelayerFee - sepolia_relayerFees( + ): stagingscroll_RelayerFee + stagingscroll_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RelayerFee_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RelayerFee_filter + orderBy: stagingscroll_RelayerFee_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RelayerFee!]! - sepolia_originTransfer( + ): [stagingscroll_RelayerFee!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OriginTransfer - sepolia_originTransfers( + ): stagingscroll_OriginTransfer + stagingscroll_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OriginTransfer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OriginTransfer_filter + orderBy: stagingscroll_OriginTransfer_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OriginTransfer!]! - sepolia_destinationTransfer( + ): [stagingscroll_OriginTransfer!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_DestinationTransfer - sepolia_destinationTransfers( + ): stagingscroll_DestinationTransfer + stagingscroll_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_DestinationTransfer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_DestinationTransfer_filter + orderBy: stagingscroll_DestinationTransfer_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_DestinationTransfer!]! - sepolia_originMessage( + ): [stagingscroll_DestinationTransfer!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OriginMessage - sepolia_originMessages( + ): stagingscroll_OriginMessage + stagingscroll_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OriginMessage_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OriginMessage_filter + orderBy: stagingscroll_OriginMessage_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OriginMessage!]! - sepolia_aggregateRoot( + ): [stagingscroll_OriginMessage!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregateRoot - sepolia_aggregateRoots( + ): stagingscroll_AggregateRoot + stagingscroll_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregateRoot_filter + orderBy: stagingscroll_AggregateRoot_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregateRoot!]! - sepolia_connectorMeta( + ): [stagingscroll_AggregateRoot!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ConnectorMeta - sepolia_connectorMetas( + ): stagingscroll_ConnectorMeta + stagingscroll_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ConnectorMeta_filter + orderBy: stagingscroll_ConnectorMeta_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ConnectorMeta!]! - sepolia_rootCount( + ): [stagingscroll_ConnectorMeta!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootCount - sepolia_rootCounts( + ): stagingscroll_RootCount + stagingscroll_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootCount_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootCount_filter + orderBy: stagingscroll_RootCount_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootCount!]! - sepolia_rootMessageSent( + ): [stagingscroll_RootCount!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootMessageSent - sepolia_rootMessageSents( + ): stagingscroll_RootMessageSent + stagingscroll_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootMessageSent_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootMessageSent_filter + orderBy: stagingscroll_RootMessageSent_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootMessageSent!]! - sepolia_relayerFeesIncrease( + ): [stagingscroll_RootMessageSent!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RelayerFeesIncrease - sepolia_relayerFeesIncreases( + ): stagingscroll_RelayerFeesIncrease + stagingscroll_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RelayerFeesIncrease_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RelayerFeesIncrease_filter + orderBy: stagingscroll_RelayerFeesIncrease_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RelayerFeesIncrease!]! - sepolia_slippageUpdate( + ): [stagingscroll_RelayerFeesIncrease!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_SlippageUpdate - sepolia_slippageUpdates( + ): stagingscroll_SlippageUpdate + stagingscroll_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SlippageUpdate_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_SlippageUpdate_filter + orderBy: stagingscroll_SlippageUpdate_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_SlippageUpdate!]! - sepolia_snapshotRoot( + ): [stagingscroll_SlippageUpdate!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_SnapshotRoot - sepolia_snapshotRoots( + ): stagingscroll_SnapshotRoot + stagingscroll_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SnapshotRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_SnapshotRoot_filter + orderBy: stagingscroll_SnapshotRoot_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_SnapshotRoot!]! - sepolia_spokeConnectorMode( + ): [stagingscroll_SnapshotRoot!]! + stagingscroll_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_SpokeConnectorMode - sepolia_spokeConnectorModes( + ): stagingscroll_SpokeConnectorMode + stagingscroll_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SpokeConnectorMode_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_SpokeConnectorMode_filter + orderBy: stagingscroll_SpokeConnectorMode_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_SpokeConnectorMode!]! - sepolia_aggregateRootProposed( + ): [stagingscroll_SpokeConnectorMode!]! + stagingscroll_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregateRootProposed - sepolia_aggregateRootProposeds( + ): stagingscroll_AggregateRootProposed + stagingscroll_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRootProposed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregateRootProposed_filter + orderBy: stagingscroll_AggregateRootProposed_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregateRootProposed!]! - sepolia_optimisticRootFinalized( + ): [stagingscroll_AggregateRootProposed!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimisticRootFinalized - sepolia_optimisticRootFinalizeds( + ): stagingscroll_OptimisticRootFinalized + stagingscroll_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootFinalized_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootFinalized_filter + orderBy: stagingscroll_OptimisticRootFinalized_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimisticRootFinalized!]! + ): [stagingscroll_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__Meta_ arbitrumone_asset( id: ID! """ @@ -4969,10808 +4945,11194 @@ type Query { ): [arbitrumone_OptimisticRootFinalized!]! """Access to subgraph metadata""" arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - zksync_swap_systemInfo( + 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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SystemInfo - zksync_swap_systemInfos( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SystemInfo_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SystemInfo_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SystemInfo!]! - zksync_swap_pooledToken( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_PooledToken - zksync_swap_pooledTokens( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_PooledToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_PooledToken_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_PooledToken!]! - zksync_swap_stableSwap( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwap - zksync_swap_stableSwaps( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwap_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwap_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwap!]! - zksync_swap_stableSwapAddLiquidityEvent( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapAddLiquidityEvent - zksync_swap_stableSwapAddLiquidityEvents( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapAddLiquidityEvent_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapAddLiquidityEvent!]! - zksync_swap_stableSwapRemoveLiquidityEvent( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapRemoveLiquidityEvent - zksync_swap_stableSwapRemoveLiquidityEvents( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapRemoveLiquidityEvent_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! - zksync_swap_stableSwapExchange( + ): [polygon_RouterDailyTVL!]! + polygon_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapExchange - zksync_swap_stableSwapExchanges( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapExchange_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapExchange_filter + orderBy: polygon_RouterLiquidityEvent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapExchange!]! - zksync_swap_swapDailyVolume( + ): [polygon_RouterLiquidityEvent!]! + polygon_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapDailyVolume - zksync_swap_swapDailyVolumes( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapDailyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapDailyVolume_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapDailyVolume!]! - zksync_swap_swapHourlyVolume( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapHourlyVolume - zksync_swap_swapHourlyVolumes( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapHourlyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapHourlyVolume_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapHourlyVolume!]! - zksync_swap_swapWeeklyVolume( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapWeeklyVolume - zksync_swap_swapWeeklyVolumes( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapWeeklyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapWeeklyVolume_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapWeeklyVolume!]! - zksync_swap_lpAccount( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccount - zksync_swap_lpAccounts( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccount_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccount_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccount!]! - zksync_swap_lpAccountBalance( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccountBalance - zksync_swap_lpAccountBalances( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccountBalance_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccountBalance_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccountBalance!]! - zksync_swap_lpToken( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpToken - zksync_swap_lpTokens( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpToken_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpToken!]! - zksync_swap_lpTransferEvent( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTransferEvent - zksync_swap_lpTransferEvents( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTransferEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTransferEvent_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTransferEvent!]! - zksync_swap_stableSwapEvent( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapEvent - zksync_swap_stableSwapEvents( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapEvent_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapEvent!]! - zksync_swap_swapTradeVolume( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapTradeVolume - zksync_swap_swapTradeVolumes( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapTradeVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapTradeVolume_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapTradeVolume!]! - zksync_swap_lpTokenEvent( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTokenEvent - zksync_swap_lpTokenEvents( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTokenEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTokenEvent_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ - base_swap_systemInfo( + ): [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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SystemInfo - base_swap_systemInfos( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SystemInfo_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SystemInfo_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SystemInfo!]! - base_swap_pooledToken( + ): [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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_PooledToken - base_swap_pooledTokens( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_swap_PooledToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_PooledToken_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_PooledToken!]! - base_swap_stableSwap( + ): [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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwap - base_swap_stableSwaps( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwap_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwap_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwap!]! - base_swap_stableSwapAddLiquidityEvent( + ): [polygon_SlippageUpdate!]! + polygon_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapAddLiquidityEvent - base_swap_stableSwapAddLiquidityEvents( + ): polygon_SnapshotRoot + polygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapAddLiquidityEvent_filter + orderBy: polygon_SnapshotRoot_orderBy + orderDirection: polygon_OrderDirection + where: polygon_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapAddLiquidityEvent!]! - base_swap_stableSwapRemoveLiquidityEvent( + ): [polygon_SnapshotRoot!]! + polygon_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapRemoveLiquidityEvent - base_swap_stableSwapRemoveLiquidityEvents( + ): polygon_SpokeConnectorMode + polygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: polygon_SpokeConnectorMode_orderBy + orderDirection: polygon_OrderDirection + where: polygon_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapRemoveLiquidityEvent!]! - base_swap_stableSwapExchange( + ): [polygon_SpokeConnectorMode!]! + polygon_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapExchange - base_swap_stableSwapExchanges( + ): polygon_AggregateRootProposed + polygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapExchange_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapExchange_filter + orderBy: polygon_AggregateRootProposed_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapExchange!]! - base_swap_swapDailyVolume( + ): [polygon_AggregateRootProposed!]! + polygon_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapDailyVolume - base_swap_swapDailyVolumes( + ): polygon_OptimisticRootFinalized + polygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapDailyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapDailyVolume_filter + orderBy: polygon_OptimisticRootFinalized_orderBy + orderDirection: polygon_OrderDirection + where: polygon_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapDailyVolume!]! - base_swap_swapHourlyVolume( + ): [polygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__Meta_ + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapHourlyVolume - base_swap_swapHourlyVolumes( + ): zksync_swap_SystemInfo + zksync_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapHourlyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapHourlyVolume_filter + orderBy: zksync_swap_SystemInfo_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapHourlyVolume!]! - base_swap_swapWeeklyVolume( + ): [zksync_swap_SystemInfo!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapWeeklyVolume - base_swap_swapWeeklyVolumes( + ): zksync_swap_PooledToken + zksync_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapWeeklyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapWeeklyVolume_filter + orderBy: zksync_swap_PooledToken_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapWeeklyVolume!]! - base_swap_lpAccount( + ): [zksync_swap_PooledToken!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpAccount - base_swap_lpAccounts( + ): zksync_swap_StableSwap + zksync_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccount_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccount_filter + orderBy: zksync_swap_StableSwap_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpAccount!]! - base_swap_lpAccountBalance( + ): [zksync_swap_StableSwap!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpAccountBalance - base_swap_lpAccountBalances( + ): zksync_swap_StableSwapAddLiquidityEvent + zksync_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccountBalance_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccountBalance_filter + orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpAccountBalance!]! - base_swap_lpToken( + ): [zksync_swap_StableSwapAddLiquidityEvent!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpToken - base_swap_lpTokens( + ): zksync_swap_StableSwapRemoveLiquidityEvent + zksync_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpToken_filter + orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpToken!]! - base_swap_lpTransferEvent( + ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpTransferEvent - base_swap_lpTransferEvents( + ): zksync_swap_StableSwapExchange + zksync_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTransferEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTransferEvent_filter + orderBy: zksync_swap_StableSwapExchange_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpTransferEvent!]! - base_swap_stableSwapEvent( + ): [zksync_swap_StableSwapExchange!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapEvent - base_swap_stableSwapEvents( + ): zksync_swap_SwapDailyVolume + zksync_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapEvent_filter + orderBy: zksync_swap_SwapDailyVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapEvent!]! - base_swap_swapTradeVolume( + ): [zksync_swap_SwapDailyVolume!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapTradeVolume - base_swap_swapTradeVolumes( + ): zksync_swap_SwapHourlyVolume + zksync_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapTradeVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapTradeVolume_filter + orderBy: zksync_swap_SwapHourlyVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapTradeVolume!]! - base_swap_lpTokenEvent( + ): [zksync_swap_SwapHourlyVolume!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpTokenEvent - base_swap_lpTokenEvents( + ): zksync_swap_SwapWeeklyVolume + zksync_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTokenEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTokenEvent_filter + orderBy: zksync_swap_SwapWeeklyVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ - optimism_asset( + ): [zksync_swap_SwapWeeklyVolume!]! + zksync_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: zksync_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( + ): zksync_swap_LpAccount + zksync_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_filter + orderBy: zksync_swap_LpAccount_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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( + ): [zksync_swap_LpAccount!]! + zksync_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: zksync_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( + ): zksync_swap_LpAccountBalance + zksync_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_filter + orderBy: zksync_swap_LpAccountBalance_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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( + ): [zksync_swap_LpAccountBalance!]! + zksync_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: zksync_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( + ): zksync_swap_LpToken + zksync_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_filter + orderBy: zksync_swap_LpToken_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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( + ): [zksync_swap_LpToken!]! + zksync_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: zksync_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( + ): zksync_swap_LpTransferEvent + zksync_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_filter + orderBy: zksync_swap_LpTransferEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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( + ): [zksync_swap_LpTransferEvent!]! + zksync_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: zksync_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( + ): zksync_swap_StableSwapEvent + zksync_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_filter + orderBy: zksync_swap_StableSwapEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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_routerLiquidityEvent( + ): [zksync_swap_StableSwapEvent!]! + zksync_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: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterLiquidityEvent - optimism_routerLiquidityEvents( + ): zksync_swap_SwapTradeVolume + zksync_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_filter + orderBy: zksync_swap_SwapTradeVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterLiquidityEvent!]! - optimism_setting( + ): [zksync_swap_SwapTradeVolume!]! + zksync_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: zksync_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( + ): zksync_swap_LpTokenEvent + zksync_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_filter + orderBy: zksync_swap_LpTokenEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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( + ): [zksync_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_Asset + stagingmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_filter + orderBy: stagingmainnet_Asset_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_Asset!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_AssetStatus + stagingmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_filter + orderBy: stagingmainnet_AssetStatus_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_AssetStatus!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_AssetBalance + stagingmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_filter + orderBy: stagingmainnet_AssetBalance_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_AssetBalance!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_Router + stagingmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_filter + orderBy: stagingmainnet_Router_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_Router!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_RouterDailyTVL + stagingmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_filter + orderBy: stagingmainnet_RouterDailyTVL_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_RouterDailyTVL!]! + stagingmainnet_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RouterLiquidityEvent + stagingmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_filter + orderBy: stagingmainnet_RouterLiquidityEvent_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmainnet_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( + ): [stagingmainnet_RouterLiquidityEvent!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_Setting + stagingmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_filter + orderBy: stagingmainnet_Setting_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_Setting!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_Relayer + stagingmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_filter + orderBy: stagingmainnet_Relayer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_Relayer!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_Sequencer + stagingmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_filter + orderBy: stagingmainnet_Sequencer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_Sequencer!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_RelayerFee + stagingmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_filter + orderBy: stagingmainnet_RelayerFee_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_RelayerFee!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_OriginTransfer + stagingmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: stagingmainnet_OriginTransfer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_OriginTransfer!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_DestinationTransfer + stagingmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: stagingmainnet_DestinationTransfer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SlippageUpdate!]! - optimism_snapshotRoot( + ): [stagingmainnet_DestinationTransfer!]! + stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SnapshotRoot - optimism_snapshotRoots( + ): stagingmainnet_OriginMessage + stagingmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_SnapshotRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SnapshotRoot_filter + orderBy: stagingmainnet_OriginMessage_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SnapshotRoot!]! - optimism_spokeConnectorMode( + ): [stagingmainnet_OriginMessage!]! + stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SpokeConnectorMode - optimism_spokeConnectorModes( + ): stagingmainnet_AggregateRoot + stagingmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_SpokeConnectorMode_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SpokeConnectorMode_filter + orderBy: stagingmainnet_AggregateRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SpokeConnectorMode!]! - optimism_aggregateRootProposed( + ): [stagingmainnet_AggregateRoot!]! + stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AggregateRootProposed - optimism_aggregateRootProposeds( + ): stagingmainnet_ConnectorMeta + stagingmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRootProposed_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRootProposed_filter + orderBy: stagingmainnet_ConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AggregateRootProposed!]! - optimism_optimisticRootFinalized( + ): [stagingmainnet_ConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OptimisticRootFinalized - optimism_optimisticRootFinalizeds( + ): stagingmainnet_RootCount + stagingmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_OptimisticRootFinalized_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OptimisticRootFinalized_filter + orderBy: stagingmainnet_RootCount_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ - metis_swap_systemInfo( + ): [stagingmainnet_RootCount!]! + stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SystemInfo - metis_swap_systemInfos( + ): stagingmainnet_RootMessageSent + stagingmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SystemInfo_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SystemInfo_filter + orderBy: stagingmainnet_RootMessageSent_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SystemInfo!]! - metis_swap_pooledToken( + ): [stagingmainnet_RootMessageSent!]! + stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_PooledToken - metis_swap_pooledTokens( + ): stagingmainnet_RelayerFeesIncrease + stagingmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_PooledToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_PooledToken_filter + orderBy: stagingmainnet_RelayerFeesIncrease_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_PooledToken!]! - metis_swap_stableSwap( + ): [stagingmainnet_RelayerFeesIncrease!]! + stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwap - metis_swap_stableSwaps( + ): stagingmainnet_SlippageUpdate + stagingmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwap_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwap_filter + orderBy: stagingmainnet_SlippageUpdate_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwap!]! - metis_swap_stableSwapAddLiquidityEvent( + ): [stagingmainnet_SlippageUpdate!]! + stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapAddLiquidityEvent - metis_swap_stableSwapAddLiquidityEvents( + ): stagingmainnet_SnapshotRoot + stagingmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingmainnet_SnapshotRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapAddLiquidityEvent!]! - metis_swap_stableSwapRemoveLiquidityEvent( + ): [stagingmainnet_SnapshotRoot!]! + stagingmainnet_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapRemoveLiquidityEvent - metis_swap_stableSwapRemoveLiquidityEvents( + ): stagingmainnet_SpokeConnectorMode + stagingmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingmainnet_SpokeConnectorMode_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapRemoveLiquidityEvent!]! - metis_swap_stableSwapExchange( + ): [stagingmainnet_SpokeConnectorMode!]! + stagingmainnet_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapExchange - metis_swap_stableSwapExchanges( + ): stagingmainnet_AggregateRootProposed + stagingmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapExchange_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapExchange_filter + orderBy: stagingmainnet_AggregateRootProposed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapExchange!]! - metis_swap_swapDailyVolume( + ): [stagingmainnet_AggregateRootProposed!]! + stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapDailyVolume - metis_swap_swapDailyVolumes( + ): stagingmainnet_OptimisticRootFinalized + stagingmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapDailyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapDailyVolume_filter + orderBy: stagingmainnet_OptimisticRootFinalized_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapDailyVolume!]! - metis_swap_swapHourlyVolume( + ): [stagingmainnet_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapHourlyVolume - metis_swap_swapHourlyVolumes( + ): arbitrumsepolia_Asset + arbitrumsepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapHourlyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapHourlyVolume_filter + orderBy: arbitrumsepolia_Asset_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapHourlyVolume!]! - metis_swap_swapWeeklyVolume( + ): [arbitrumsepolia_Asset!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapWeeklyVolume - metis_swap_swapWeeklyVolumes( + ): arbitrumsepolia_AssetStatus + arbitrumsepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapWeeklyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapWeeklyVolume_filter + orderBy: arbitrumsepolia_AssetStatus_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapWeeklyVolume!]! - metis_swap_lpAccount( + ): [arbitrumsepolia_AssetStatus!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpAccount - metis_swap_lpAccounts( + ): arbitrumsepolia_AssetBalance + arbitrumsepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccount_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccount_filter + orderBy: arbitrumsepolia_AssetBalance_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpAccount!]! - metis_swap_lpAccountBalance( + ): [arbitrumsepolia_AssetBalance!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpAccountBalance - metis_swap_lpAccountBalances( + ): arbitrumsepolia_Router + arbitrumsepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccountBalance_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccountBalance_filter + orderBy: arbitrumsepolia_Router_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpAccountBalance!]! - metis_swap_lpToken( + ): [arbitrumsepolia_Router!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpToken - metis_swap_lpTokens( + ): arbitrumsepolia_RouterDailyTVL + arbitrumsepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpToken_filter + orderBy: arbitrumsepolia_RouterDailyTVL_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpToken!]! - metis_swap_lpTransferEvent( + ): [arbitrumsepolia_RouterDailyTVL!]! + arbitrumsepolia_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTransferEvent - metis_swap_lpTransferEvents( + ): arbitrumsepolia_RouterLiquidityEvent + arbitrumsepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTransferEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTransferEvent_filter + orderBy: arbitrumsepolia_RouterLiquidityEvent_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTransferEvent!]! - metis_swap_stableSwapEvent( + ): [arbitrumsepolia_RouterLiquidityEvent!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapEvent - metis_swap_stableSwapEvents( + ): arbitrumsepolia_Setting + arbitrumsepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapEvent_filter + orderBy: arbitrumsepolia_Setting_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapEvent!]! - metis_swap_swapTradeVolume( + ): [arbitrumsepolia_Setting!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapTradeVolume - metis_swap_swapTradeVolumes( + ): arbitrumsepolia_Relayer + arbitrumsepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapTradeVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapTradeVolume_filter + orderBy: arbitrumsepolia_Relayer_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapTradeVolume!]! - metis_swap_lpTokenEvent( + ): [arbitrumsepolia_Relayer!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTokenEvent - metis_swap_lpTokenEvents( + ): arbitrumsepolia_Sequencer + arbitrumsepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTokenEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTokenEvent_filter + orderBy: arbitrumsepolia_Sequencer_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ - polygon_asset( + ): [arbitrumsepolia_Sequencer!]! + arbitrumsepolia_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_RelayerFee + arbitrumsepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_filter + orderBy: arbitrumsepolia_RelayerFee_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_RelayerFee!]! + arbitrumsepolia_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_OriginTransfer + arbitrumsepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_filter + orderBy: arbitrumsepolia_OriginTransfer_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_OriginTransfer!]! + arbitrumsepolia_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_DestinationTransfer + arbitrumsepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_filter + orderBy: arbitrumsepolia_DestinationTransfer_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_DestinationTransfer!]! + arbitrumsepolia_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_OriginMessage + arbitrumsepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_filter + orderBy: arbitrumsepolia_OriginMessage_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_OriginMessage!]! + arbitrumsepolia_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_AggregateRoot + arbitrumsepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_filter + orderBy: arbitrumsepolia_AggregateRoot_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterDailyTVL!]! - polygon_routerLiquidityEvent( + ): [arbitrumsepolia_AggregateRoot!]! + arbitrumsepolia_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RouterLiquidityEvent - polygon_routerLiquidityEvents( + ): arbitrumsepolia_ConnectorMeta + arbitrumsepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_filter + orderBy: arbitrumsepolia_ConnectorMeta_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterLiquidityEvent!]! - polygon_setting( + ): [arbitrumsepolia_ConnectorMeta!]! + arbitrumsepolia_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_RootCount + arbitrumsepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_filter + orderBy: arbitrumsepolia_RootCount_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_RootCount!]! + arbitrumsepolia_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_RootMessageSent + arbitrumsepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_filter + orderBy: arbitrumsepolia_RootMessageSent_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_RootMessageSent!]! + arbitrumsepolia_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_RelayerFeesIncrease + arbitrumsepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_filter + orderBy: arbitrumsepolia_RelayerFeesIncrease_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_RelayerFeesIncrease!]! + arbitrumsepolia_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_SlippageUpdate + arbitrumsepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_filter + orderBy: arbitrumsepolia_SlippageUpdate_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_SlippageUpdate!]! + arbitrumsepolia_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_SnapshotRoot + arbitrumsepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_filter + orderBy: arbitrumsepolia_SnapshotRoot_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_SnapshotRoot!]! + arbitrumsepolia_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_SpokeConnectorMode + arbitrumsepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_filter + orderBy: arbitrumsepolia_SpokeConnectorMode_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_SpokeConnectorMode!]! + arbitrumsepolia_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_AggregateRootProposed + arbitrumsepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_filter + orderBy: arbitrumsepolia_AggregateRootProposed_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_AggregateRootProposed!]! + arbitrumsepolia_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_OptimisticRootFinalized + arbitrumsepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_filter + orderBy: arbitrumsepolia_OptimisticRootFinalized_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + arbitrumsepolia__meta(block: arbitrumsepolia_Block_height): arbitrumsepolia__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_ConnectorMeta - polygon_connectorMetas( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_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_ConnectorMeta!]! - polygon_rootCount( + ): [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_RootCount - polygon_rootCounts( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_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_RootCount!]! - polygon_rootMessageSent( + ): [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_RootMessageSent - polygon_rootMessageSents( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_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_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [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_RelayerFeesIncrease - polygon_relayerFeesIncreases( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_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_RelayerFeesIncrease!]! - polygon_slippageUpdate( + ): [mainnet_RootManagerMeta!]! + mainnet_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: 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_RootManagerMode + mainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_filter + orderBy: mainnet_RootManagerMode_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_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: 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_snapshotRoot( + ): [mainnet_RootManagerMode!]! + mainnet_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: 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_SnapshotRoot - polygon_snapshotRoots( + ): mainnet_OptimisticRootProposed + mainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_SnapshotRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SnapshotRoot_filter + orderBy: mainnet_OptimisticRootProposed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_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: 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_SnapshotRoot!]! - polygon_spokeConnectorMode( + ): [mainnet_OptimisticRootProposed!]! + mainnet_hubOptimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_SpokeConnectorMode - polygon_spokeConnectorModes( + ): mainnet_HubOptimisticRootFinalized + mainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_SpokeConnectorMode_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SpokeConnectorMode_filter + orderBy: mainnet_HubOptimisticRootFinalized_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_SpokeConnectorMode!]! - polygon_aggregateRootProposed( + ): [mainnet_HubOptimisticRootFinalized!]! + mainnet_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: 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_AggregateRootProposed - polygon_aggregateRootProposeds( + ): mainnet_OptimisticRootPropagated + mainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRootProposed_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRootProposed_filter + orderBy: mainnet_OptimisticRootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_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: 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_AggregateRootProposed!]! - polygon_optimisticRootFinalized( + ): [mainnet_OptimisticRootPropagated!]! + 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_OptimisticRootFinalized - polygon_optimisticRootFinalizeds( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_OptimisticRootFinalized_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OptimisticRootFinalized_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_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ - mode_swap_systemInfo( + ): [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: mode_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 - ): mode_swap_SystemInfo - mode_swap_systemInfos( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SystemInfo_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SystemInfo_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: mode_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 - ): [mode_swap_SystemInfo!]! - mode_swap_pooledToken( + ): [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: mode_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 - ): mode_swap_PooledToken - mode_swap_pooledTokens( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_PooledToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_PooledToken_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: mode_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 - ): [mode_swap_PooledToken!]! - mode_swap_stableSwap( + ): [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: mode_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 - ): mode_swap_StableSwap - mode_swap_stableSwaps( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwap_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwap_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: mode_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 - ): [mode_swap_StableSwap!]! - mode_swap_stableSwapAddLiquidityEvent( + ): [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: mode_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 - ): mode_swap_StableSwapAddLiquidityEvent - mode_swap_stableSwapAddLiquidityEvents( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapAddLiquidityEvent_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: mode_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 - ): [mode_swap_StableSwapAddLiquidityEvent!]! - mode_swap_stableSwapRemoveLiquidityEvent( + ): [mainnet_GnosisConnectorMeta!]! + mainnet_lineaConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_StableSwapRemoveLiquidityEvent - mode_swap_stableSwapRemoveLiquidityEvents( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mainnet_LineaConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_LineaConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_StableSwapRemoveLiquidityEvent!]! - mode_swap_stableSwapExchange( + ): [mainnet_LineaConnectorMeta!]! + mainnet_metisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_StableSwapExchange - mode_swap_stableSwapExchanges( + ): mainnet_MetisConnectorMeta + mainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapExchange_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapExchange_filter + orderBy: mainnet_MetisConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_MetisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_StableSwapExchange!]! - mode_swap_swapDailyVolume( + ): [mainnet_MetisConnectorMeta!]! + mainnet_mantleConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_SwapDailyVolume - mode_swap_swapDailyVolumes( + ): mainnet_MantleConnectorMeta + mainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapDailyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapDailyVolume_filter + orderBy: mainnet_MantleConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_MantleConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_SwapDailyVolume!]! - mode_swap_swapHourlyVolume( + ): [mainnet_MantleConnectorMeta!]! + mainnet_avalancheConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_SwapHourlyVolume - mode_swap_swapHourlyVolumes( + ): mainnet_AvalancheConnectorMeta + mainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapHourlyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapHourlyVolume_filter + orderBy: mainnet_AvalancheConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AvalancheConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_SwapHourlyVolume!]! - mode_swap_swapWeeklyVolume( + ): [mainnet_AvalancheConnectorMeta!]! + mainnet_baseConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_SwapWeeklyVolume - mode_swap_swapWeeklyVolumes( + ): mainnet_BaseConnectorMeta + mainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapWeeklyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapWeeklyVolume_filter + orderBy: mainnet_BaseConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_BaseConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_SwapWeeklyVolume!]! - mode_swap_lpAccount( + ): [mainnet_BaseConnectorMeta!]! + mainnet_polygonZkConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_LpAccount - mode_swap_lpAccounts( + ): mainnet_PolygonZkConnectorMeta + mainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccount_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccount_filter + orderBy: mainnet_PolygonZkConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_PolygonZkConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_LpAccount!]! - mode_swap_lpAccountBalance( + ): [mainnet_PolygonZkConnectorMeta!]! + 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: mode_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 - ): mode_swap_LpAccountBalance - mode_swap_lpAccountBalances( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccountBalance_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccountBalance_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: mode_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 - ): [mode_swap_LpAccountBalance!]! - mode_swap_lpToken( + ): [mainnet_ZkSyncConnectorMeta!]! + mainnet_modeConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_LpToken - mode_swap_lpTokens( + ): mainnet_ModeConnectorMeta + mainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpToken_filter + orderBy: mainnet_ModeConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ModeConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_LpToken!]! - mode_swap_lpTransferEvent( + ): [mainnet_ModeConnectorMeta!]! + 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: mode_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 - ): mode_swap_LpTransferEvent - mode_swap_lpTransferEvents( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTransferEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTransferEvent_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: mode_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 - ): [mode_swap_LpTransferEvent!]! - mode_swap_stableSwapEvent( + ): [mainnet_RootMessageProcessed!]! + mainnet_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_StableSwapEvent - mode_swap_stableSwapEvents( + ): mainnet_AggregateRootSavedSlow + mainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapEvent_filter + orderBy: mainnet_AggregateRootSavedSlow_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_StableSwapEvent!]! - mode_swap_swapTradeVolume( + ): [mainnet_AggregateRootSavedSlow!]! + mainnet_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_SwapTradeVolume - mode_swap_swapTradeVolumes( + ): mainnet_HubDomain + mainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapTradeVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapTradeVolume_filter + orderBy: mainnet_HubDomain_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_SwapTradeVolume!]! - mode_swap_lpTokenEvent( + ): [mainnet_HubDomain!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ + stagingmainnet_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: mode_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpTokenEvent - mode_swap_lpTokenEvents( + ): stagingmainnet_RootAggregated + stagingmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTokenEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTokenEvent_filter + orderBy: stagingmainnet_RootAggregated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: mode_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ - linea_swap_systemInfo( + ): [stagingmainnet_RootAggregated!]! + stagingmainnet_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): stagingmainnet_RootPropagated + stagingmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_filter + orderBy: stagingmainnet_RootPropagated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [stagingmainnet_RootPropagated!]! + stagingmainnet_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): stagingmainnet_AggregatedMessageRoot + stagingmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_filter + orderBy: stagingmainnet_AggregatedMessageRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [stagingmainnet_AggregatedMessageRoot!]! + stagingmainnet_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): stagingmainnet_RootManagerMeta + stagingmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_filter + orderBy: stagingmainnet_RootManagerMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [stagingmainnet_RootManagerMeta!]! + stagingmainnet_rootManagerMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): stagingmainnet_RootManagerMode + stagingmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingmainnet_RootManagerMode_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootManagerMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [stagingmainnet_RootManagerMode!]! + stagingmainnet_optimisticRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): stagingmainnet_OptimisticRootProposed + stagingmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingmainnet_OptimisticRootProposed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_OptimisticRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [stagingmainnet_OptimisticRootProposed!]! + stagingmainnet_hubOptimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): stagingmainnet_HubOptimisticRootFinalized + stagingmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_filter + orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [stagingmainnet_HubOptimisticRootFinalized!]! + stagingmainnet_optimisticRootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): stagingmainnet_OptimisticRootPropagated + stagingmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_filter + orderBy: stagingmainnet_OptimisticRootPropagated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_OptimisticRootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [stagingmainnet_OptimisticRootPropagated!]! + stagingmainnet_polygonConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): stagingmainnet_PolygonConnectorMeta + stagingmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_filter + orderBy: stagingmainnet_PolygonConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [stagingmainnet_PolygonConnectorMeta!]! + stagingmainnet_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): stagingmainnet_OptimismConnectorMeta + stagingmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_filter + orderBy: stagingmainnet_OptimismConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [stagingmainnet_OptimismConnectorMeta!]! + stagingmainnet_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): stagingmainnet_BnbConnectorMeta + stagingmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_filter + orderBy: stagingmainnet_BnbConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [stagingmainnet_BnbConnectorMeta!]! + stagingmainnet_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): stagingmainnet_ArbitrumConnectorMeta + stagingmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_filter + orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [stagingmainnet_ArbitrumConnectorMeta!]! + stagingmainnet_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): stagingmainnet_GnosisConnectorMeta + stagingmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_filter + orderBy: stagingmainnet_GnosisConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [stagingmainnet_GnosisConnectorMeta!]! + stagingmainnet_lineaConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): stagingmainnet_LineaConnectorMeta + stagingmainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_filter + orderBy: stagingmainnet_LineaConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_LineaConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [stagingmainnet_LineaConnectorMeta!]! + stagingmainnet_metisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): stagingmainnet_MetisConnectorMeta + stagingmainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_filter + orderBy: stagingmainnet_MetisConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_MetisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [stagingmainnet_MetisConnectorMeta!]! + stagingmainnet_mantleConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): stagingmainnet_MantleConnectorMeta + stagingmainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_filter + orderBy: stagingmainnet_MantleConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_MantleConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [stagingmainnet_MantleConnectorMeta!]! + stagingmainnet_avalancheConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): stagingmainnet_AvalancheConnectorMeta + stagingmainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_filter + orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AvalancheConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - linea_asset( + ): [stagingmainnet_AvalancheConnectorMeta!]! + stagingmainnet_baseConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Asset - linea_assets( + ): stagingmainnet_BaseConnectorMeta + stagingmainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_filter + orderBy: stagingmainnet_BaseConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_BaseConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Asset!]! - linea_assetStatus( + ): [stagingmainnet_BaseConnectorMeta!]! + stagingmainnet_polygonZkConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AssetStatus - linea_assetStatuses( + ): stagingmainnet_PolygonZkConnectorMeta + stagingmainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_filter + orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_PolygonZkConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AssetStatus!]! - linea_assetBalance( + ): [stagingmainnet_PolygonZkConnectorMeta!]! + stagingmainnet_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AssetBalance - linea_assetBalances( + ): stagingmainnet_ZkSyncConnectorMeta + stagingmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_filter + orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AssetBalance!]! - linea_router( + ): [stagingmainnet_ZkSyncConnectorMeta!]! + stagingmainnet_modeConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Router - linea_routers( + ): stagingmainnet_ModeConnectorMeta + stagingmainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_filter + orderBy: stagingmainnet_ModeConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ModeConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Router!]! - linea_routerDailyTVL( + ): [stagingmainnet_ModeConnectorMeta!]! + stagingmainnet_scrollConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RouterDailyTVL - linea_routerDailyTVLs( + ): stagingmainnet_ScrollConnectorMeta + stagingmainnet_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_filter + orderBy: stagingmainnet_ScrollConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ScrollConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RouterDailyTVL!]! - linea_routerLiquidityEvent( + ): [stagingmainnet_ScrollConnectorMeta!]! + stagingmainnet_xlayerConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RouterLiquidityEvent - linea_routerLiquidityEvents( + ): stagingmainnet_XlayerConnectorMeta + stagingmainnet_xlayerConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_filter + orderBy: stagingmainnet_XlayerConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_XlayerConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RouterLiquidityEvent!]! - linea_setting( + ): [stagingmainnet_XlayerConnectorMeta!]! + stagingmainnet_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Setting - linea_settings( + ): stagingmainnet_RootMessageProcessed + stagingmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_filter + orderBy: stagingmainnet_RootMessageProcessed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Setting!]! - linea_relayer( + ): [stagingmainnet_RootMessageProcessed!]! + stagingmainnet_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Relayer - linea_relayers( + ): stagingmainnet_AggregateRootSavedSlow + stagingmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_filter + orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Relayer!]! - linea_sequencer( + ): [stagingmainnet_AggregateRootSavedSlow!]! + stagingmainnet_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Sequencer - linea_sequencers( + ): stagingmainnet_HubDomain + stagingmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_filter + orderBy: stagingmainnet_HubDomain_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Sequencer!]! - linea_relayerFee( + ): [stagingmainnet_HubDomain!]! + mantle_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFee - linea_relayerFees( + ): mantle_swap_SystemInfo + mantle_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_filter + orderBy: mantle_swap_SystemInfo_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFee!]! - linea_originTransfer( + ): [mantle_swap_SystemInfo!]! + mantle_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OriginTransfer - linea_originTransfers( + ): mantle_swap_PooledToken + mantle_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_filter + orderBy: mantle_swap_PooledToken_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OriginTransfer!]! - linea_destinationTransfer( + ): [mantle_swap_PooledToken!]! + mantle_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_DestinationTransfer - linea_destinationTransfers( + ): mantle_swap_StableSwap + mantle_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_filter + orderBy: mantle_swap_StableSwap_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_DestinationTransfer!]! - linea_originMessage( + ): [mantle_swap_StableSwap!]! + mantle_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OriginMessage - linea_originMessages( + ): mantle_swap_StableSwapAddLiquidityEvent + mantle_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_filter + orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OriginMessage!]! - linea_aggregateRoot( + ): [mantle_swap_StableSwapAddLiquidityEvent!]! + mantle_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRoot - linea_aggregateRoots( + ): mantle_swap_StableSwapRemoveLiquidityEvent + mantle_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_filter + orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRoot!]! - linea_connectorMeta( + ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! + mantle_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_ConnectorMeta - linea_connectorMetas( + ): mantle_swap_StableSwapExchange + mantle_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_filter + orderBy: mantle_swap_StableSwapExchange_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_ConnectorMeta!]! - linea_rootCount( + ): [mantle_swap_StableSwapExchange!]! + mantle_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootCount - linea_rootCounts( + ): mantle_swap_SwapDailyVolume + mantle_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_filter + orderBy: mantle_swap_SwapDailyVolume_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootCount!]! - linea_rootMessageSent( + ): [mantle_swap_SwapDailyVolume!]! + mantle_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootMessageSent - linea_rootMessageSents( + ): mantle_swap_SwapHourlyVolume + mantle_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_filter + orderBy: mantle_swap_SwapHourlyVolume_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootMessageSent!]! - linea_relayerFeesIncrease( + ): [mantle_swap_SwapHourlyVolume!]! + mantle_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): mantle_swap_SwapWeeklyVolume + mantle_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_filter + orderBy: mantle_swap_SwapWeeklyVolume_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFeesIncrease!]! - linea_slippageUpdate( + ): [mantle_swap_SwapWeeklyVolume!]! + mantle_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SlippageUpdate - linea_slippageUpdates( + ): mantle_swap_LpAccount + mantle_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_filter + orderBy: mantle_swap_LpAccount_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SlippageUpdate!]! - linea_snapshotRoot( + ): [mantle_swap_LpAccount!]! + mantle_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SnapshotRoot - linea_snapshotRoots( + ): mantle_swap_LpAccountBalance + mantle_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_SnapshotRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_SnapshotRoot_filter + orderBy: mantle_swap_LpAccountBalance_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SnapshotRoot!]! - linea_spokeConnectorMode( + ): [mantle_swap_LpAccountBalance!]! + mantle_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SpokeConnectorMode - linea_spokeConnectorModes( + ): mantle_swap_LpToken + mantle_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_SpokeConnectorMode_orderBy - orderDirection: linea_OrderDirection - where: linea_SpokeConnectorMode_filter + orderBy: mantle_swap_LpToken_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SpokeConnectorMode!]! - linea_aggregateRootProposed( + ): [mantle_swap_LpToken!]! + mantle_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRootProposed - linea_aggregateRootProposeds( + ): mantle_swap_LpTransferEvent + mantle_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRootProposed_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRootProposed_filter + orderBy: mantle_swap_LpTransferEvent_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRootProposed!]! - linea_optimisticRootFinalized( + ): [mantle_swap_LpTransferEvent!]! + mantle_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OptimisticRootFinalized - linea_optimisticRootFinalizeds( + ): mantle_swap_StableSwapEvent + mantle_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_OptimisticRootFinalized_orderBy - orderDirection: linea_OrderDirection - where: linea_OptimisticRootFinalized_filter + orderBy: mantle_swap_StableSwapEvent_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ - xlayer_swap_systemInfo( + ): [mantle_swap_StableSwapEvent!]! + mantle_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: xlayer_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SystemInfo - xlayer_swap_systemInfos( + ): mantle_swap_SwapTradeVolume + mantle_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SystemInfo_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SystemInfo_filter + orderBy: mantle_swap_SwapTradeVolume_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_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: xlayer_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SystemInfo!]! - xlayer_swap_pooledToken( + ): [mantle_swap_SwapTradeVolume!]! + mantle_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: xlayer_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_PooledToken - xlayer_swap_pooledTokens( + ): mantle_swap_LpTokenEvent + mantle_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_PooledToken_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_PooledToken_filter + orderBy: mantle_swap_LpTokenEvent_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_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: xlayer_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_PooledToken!]! - xlayer_swap_stableSwap( + ): [mantle_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_StableSwap - xlayer_swap_stableSwaps( + ): optimismsepolia_swap_SystemInfo + optimismsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwap_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwap_filter + orderBy: optimismsepolia_swap_SystemInfo_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_StableSwap!]! - xlayer_swap_stableSwapAddLiquidityEvent( + ): [optimismsepolia_swap_SystemInfo!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_StableSwapAddLiquidityEvent - xlayer_swap_stableSwapAddLiquidityEvents( + ): optimismsepolia_swap_PooledToken + optimismsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapAddLiquidityEvent_filter + orderBy: optimismsepolia_swap_PooledToken_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_StableSwapAddLiquidityEvent!]! - xlayer_swap_stableSwapRemoveLiquidityEvent( + ): [optimismsepolia_swap_PooledToken!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_StableSwapRemoveLiquidityEvent - xlayer_swap_stableSwapRemoveLiquidityEvents( + ): optimismsepolia_swap_StableSwap + optimismsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimismsepolia_swap_StableSwap_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_StableSwapRemoveLiquidityEvent!]! - xlayer_swap_stableSwapExchange( + ): [optimismsepolia_swap_StableSwap!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_StableSwapExchange - xlayer_swap_stableSwapExchanges( + ): optimismsepolia_swap_StableSwapAddLiquidityEvent + optimismsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapExchange_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapExchange_filter + orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_StableSwapExchange!]! - xlayer_swap_swapDailyVolume( + ): [optimismsepolia_swap_StableSwapAddLiquidityEvent!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SwapDailyVolume - xlayer_swap_swapDailyVolumes( + ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent + optimismsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapDailyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapDailyVolume_filter + orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SwapDailyVolume!]! - xlayer_swap_swapHourlyVolume( + ): [optimismsepolia_swap_StableSwapRemoveLiquidityEvent!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SwapHourlyVolume - xlayer_swap_swapHourlyVolumes( + ): optimismsepolia_swap_StableSwapExchange + optimismsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapHourlyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapHourlyVolume_filter + orderBy: optimismsepolia_swap_StableSwapExchange_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SwapHourlyVolume!]! - xlayer_swap_swapWeeklyVolume( + ): [optimismsepolia_swap_StableSwapExchange!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SwapWeeklyVolume - xlayer_swap_swapWeeklyVolumes( + ): optimismsepolia_swap_SwapDailyVolume + optimismsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapWeeklyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapWeeklyVolume_filter + orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SwapWeeklyVolume!]! - xlayer_swap_lpAccount( + ): [optimismsepolia_swap_SwapDailyVolume!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_LpAccount - xlayer_swap_lpAccounts( + ): optimismsepolia_swap_SwapHourlyVolume + optimismsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccount_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccount_filter + orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_LpAccount!]! - xlayer_swap_lpAccountBalance( + ): [optimismsepolia_swap_SwapHourlyVolume!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_LpAccountBalance - xlayer_swap_lpAccountBalances( + ): optimismsepolia_swap_SwapWeeklyVolume + optimismsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccountBalance_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccountBalance_filter + orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_LpAccountBalance!]! - xlayer_swap_lpToken( + ): [optimismsepolia_swap_SwapWeeklyVolume!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_LpToken - xlayer_swap_lpTokens( + ): optimismsepolia_swap_LpAccount + optimismsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpToken_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpToken_filter + orderBy: optimismsepolia_swap_LpAccount_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_LpToken!]! - xlayer_swap_lpTransferEvent( + ): [optimismsepolia_swap_LpAccount!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_LpTransferEvent - xlayer_swap_lpTransferEvents( + ): optimismsepolia_swap_LpAccountBalance + optimismsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTransferEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTransferEvent_filter + orderBy: optimismsepolia_swap_LpAccountBalance_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_LpTransferEvent!]! - xlayer_swap_stableSwapEvent( + ): [optimismsepolia_swap_LpAccountBalance!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_StableSwapEvent - xlayer_swap_stableSwapEvents( + ): optimismsepolia_swap_LpToken + optimismsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapEvent_filter + orderBy: optimismsepolia_swap_LpToken_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_StableSwapEvent!]! - xlayer_swap_swapTradeVolume( + ): [optimismsepolia_swap_LpToken!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SwapTradeVolume - xlayer_swap_swapTradeVolumes( + ): optimismsepolia_swap_LpTransferEvent + optimismsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapTradeVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapTradeVolume_filter + orderBy: optimismsepolia_swap_LpTransferEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SwapTradeVolume!]! - xlayer_swap_lpTokenEvent( + ): [optimismsepolia_swap_LpTransferEvent!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_LpTokenEvent - xlayer_swap_lpTokenEvents( + ): optimismsepolia_swap_StableSwapEvent + optimismsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTokenEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTokenEvent_filter + orderBy: optimismsepolia_swap_StableSwapEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_swap__Meta_ - stagingmainnet_rootAggregated( + ): [optimismsepolia_swap_StableSwapEvent!]! + optimismsepolia_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: stagingmainnet_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootAggregated - stagingmainnet_rootAggregateds( + ): optimismsepolia_swap_SwapTradeVolume + optimismsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootAggregated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootAggregated_filter + orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: stagingmainnet_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootAggregated!]! - stagingmainnet_rootPropagated( + ): [optimismsepolia_swap_SwapTradeVolume!]! + optimismsepolia_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: stagingmainnet_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootPropagated - stagingmainnet_rootPropagateds( + ): optimismsepolia_swap_LpTokenEvent + optimismsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootPropagated_filter + orderBy: optimismsepolia_swap_LpTokenEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: stagingmainnet_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootPropagated!]! - stagingmainnet_aggregatedMessageRoot( + ): [optimismsepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_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: stagingmainnet_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 - ): stagingmainnet_AggregatedMessageRoot - stagingmainnet_aggregatedMessageRoots( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregatedMessageRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregatedMessageRoot_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: stagingmainnet_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 - ): [stagingmainnet_AggregatedMessageRoot!]! - stagingmainnet_rootManagerMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMeta - stagingmainnet_rootManagerMetas( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMeta_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMeta!]! - stagingmainnet_rootManagerMode( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMode - stagingmainnet_rootManagerModes( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMode_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMode!]! - stagingmainnet_optimisticRootProposed( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootProposed - stagingmainnet_optimisticRootProposeds( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootProposed_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootProposed!]! - stagingmainnet_hubOptimisticRootFinalized( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubOptimisticRootFinalized - stagingmainnet_hubOptimisticRootFinalizeds( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubOptimisticRootFinalized_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: stagingmainnet_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 - ): [stagingmainnet_HubOptimisticRootFinalized!]! - stagingmainnet_optimisticRootPropagated( + ): [mainnet_RouterDailyTVL!]! + mainnet_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): stagingmainnet_OptimisticRootPropagated - stagingmainnet_optimisticRootPropagateds( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootPropagated_filter + orderBy: mainnet_RouterLiquidityEvent_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootPropagated!]! - stagingmainnet_polygonConnectorMeta( + ): [mainnet_RouterLiquidityEvent!]! + mainnet_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): stagingmainnet_PolygonConnectorMeta - stagingmainnet_polygonConnectorMetas( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonConnectorMeta!]! - stagingmainnet_optimismConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimismConnectorMeta - stagingmainnet_optimismConnectorMetas( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimismConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimismConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_OptimismConnectorMeta!]! - stagingmainnet_bnbConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BnbConnectorMeta - stagingmainnet_bnbConnectorMetas( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BnbConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BnbConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BnbConnectorMeta!]! - stagingmainnet_arbitrumConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ArbitrumConnectorMeta - stagingmainnet_arbitrumConnectorMetas( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ArbitrumConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ArbitrumConnectorMeta!]! - stagingmainnet_gnosisConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_GnosisConnectorMeta - stagingmainnet_gnosisConnectorMetas( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_GnosisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_GnosisConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_GnosisConnectorMeta!]! - stagingmainnet_lineaConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_LineaConnectorMeta - stagingmainnet_lineaConnectorMetas( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_LineaConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_LineaConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_LineaConnectorMeta!]! - stagingmainnet_metisConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_MetisConnectorMeta - stagingmainnet_metisConnectorMetas( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MetisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MetisConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_MetisConnectorMeta!]! - stagingmainnet_mantleConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_MantleConnectorMeta - stagingmainnet_mantleConnectorMetas( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MantleConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MantleConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_MantleConnectorMeta!]! - stagingmainnet_avalancheConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_AvalancheConnectorMeta - stagingmainnet_avalancheConnectorMetas( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AvalancheConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_AvalancheConnectorMeta!]! - stagingmainnet_baseConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BaseConnectorMeta - stagingmainnet_baseConnectorMetas( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BaseConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BaseConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BaseConnectorMeta!]! - stagingmainnet_polygonZkConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_PolygonZkConnectorMeta - stagingmainnet_polygonZkConnectorMetas( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonZkConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonZkConnectorMeta!]! - stagingmainnet_zkSyncConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ZkSyncConnectorMeta - stagingmainnet_zkSyncConnectorMetas( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ZkSyncConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ZkSyncConnectorMeta!]! - stagingmainnet_modeConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ModeConnectorMeta - stagingmainnet_modeConnectorMetas( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ModeConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ModeConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ModeConnectorMeta!]! - stagingmainnet_scrollConnectorMeta( + ): [mainnet_SlippageUpdate!]! + mainnet_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: stagingmainnet_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 - ): stagingmainnet_ScrollConnectorMeta - stagingmainnet_scrollConnectorMetas( + ): mainnet_SnapshotRoot + mainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ScrollConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ScrollConnectorMeta_filter + orderBy: mainnet_SnapshotRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_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: stagingmainnet_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 - ): [stagingmainnet_ScrollConnectorMeta!]! - stagingmainnet_xlayerConnectorMeta( + ): [mainnet_SnapshotRoot!]! + mainnet_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): stagingmainnet_XlayerConnectorMeta - stagingmainnet_xlayerConnectorMetas( + ): mainnet_SpokeConnectorMode + mainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_XlayerConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_XlayerConnectorMeta_filter + orderBy: mainnet_SpokeConnectorMode_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): [stagingmainnet_XlayerConnectorMeta!]! - stagingmainnet_rootMessageProcessed( + ): [mainnet_SpokeConnectorMode!]! + mainnet_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): stagingmainnet_RootMessageProcessed - stagingmainnet_rootMessageProcesseds( + ): mainnet_AggregateRootProposed + mainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageProcessed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageProcessed_filter + orderBy: mainnet_AggregateRootProposed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): [stagingmainnet_RootMessageProcessed!]! - stagingmainnet_aggregateRootSavedSlow( + ): [mainnet_AggregateRootProposed!]! + mainnet_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: stagingmainnet_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 - ): stagingmainnet_AggregateRootSavedSlow - stagingmainnet_aggregateRootSavedSlows( + ): mainnet_OptimisticRootFinalized + mainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootSavedSlow_filter + orderBy: mainnet_OptimisticRootFinalized_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRootSavedSlow!]! - stagingmainnet_hubDomain( + ): [mainnet_OptimisticRootFinalized!]! + mode_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: stagingmainnet_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_HubDomain - stagingmainnet_hubDomains( + ): mode_swap_SystemInfo + mode_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubDomain_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubDomain_filter + orderBy: mode_swap_SystemInfo_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingmainnet_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_HubDomain!]! - """Access to subgraph metadata""" - stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ - stagingavalanche_asset( + ): [mode_swap_SystemInfo!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Asset - stagingavalanche_assets( + ): mode_swap_PooledToken + mode_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Asset_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Asset_filter + orderBy: mode_swap_PooledToken_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Asset!]! - stagingavalanche_assetStatus( + ): [mode_swap_PooledToken!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AssetStatus - stagingavalanche_assetStatuses( + ): mode_swap_StableSwap + mode_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetStatus_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetStatus_filter + orderBy: mode_swap_StableSwap_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AssetStatus!]! - stagingavalanche_assetBalance( + ): [mode_swap_StableSwap!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AssetBalance - stagingavalanche_assetBalances( + ): mode_swap_StableSwapAddLiquidityEvent + mode_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetBalance_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetBalance_filter + orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AssetBalance!]! - stagingavalanche_router( + ): [mode_swap_StableSwapAddLiquidityEvent!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Router - stagingavalanche_routers( + ): mode_swap_StableSwapRemoveLiquidityEvent + mode_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Router_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Router_filter + orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Router!]! - stagingavalanche_routerDailyTVL( + ): [mode_swap_StableSwapRemoveLiquidityEvent!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RouterDailyTVL - stagingavalanche_routerDailyTVLs( + ): mode_swap_StableSwapExchange + mode_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterDailyTVL_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterDailyTVL_filter + orderBy: mode_swap_StableSwapExchange_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RouterDailyTVL!]! - stagingavalanche_routerLiquidityEvent( + ): [mode_swap_StableSwapExchange!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RouterLiquidityEvent - stagingavalanche_routerLiquidityEvents( + ): mode_swap_SwapDailyVolume + mode_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterLiquidityEvent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterLiquidityEvent_filter + orderBy: mode_swap_SwapDailyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RouterLiquidityEvent!]! - stagingavalanche_setting( + ): [mode_swap_SwapDailyVolume!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Setting - stagingavalanche_settings( + ): mode_swap_SwapHourlyVolume + mode_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Setting_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Setting_filter + orderBy: mode_swap_SwapHourlyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Setting!]! - stagingavalanche_relayer( + ): [mode_swap_SwapHourlyVolume!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Relayer - stagingavalanche_relayers( + ): mode_swap_SwapWeeklyVolume + mode_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Relayer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Relayer_filter + orderBy: mode_swap_SwapWeeklyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Relayer!]! - stagingavalanche_sequencer( + ): [mode_swap_SwapWeeklyVolume!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Sequencer - stagingavalanche_sequencers( + ): mode_swap_LpAccount + mode_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Sequencer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Sequencer_filter + orderBy: mode_swap_LpAccount_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Sequencer!]! - stagingavalanche_relayerFee( + ): [mode_swap_LpAccount!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RelayerFee - stagingavalanche_relayerFees( + ): mode_swap_LpAccountBalance + mode_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFee_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFee_filter + orderBy: mode_swap_LpAccountBalance_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RelayerFee!]! - stagingavalanche_originTransfer( + ): [mode_swap_LpAccountBalance!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_OriginTransfer - stagingavalanche_originTransfers( + ): mode_swap_LpToken + mode_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginTransfer_filter + orderBy: mode_swap_LpToken_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OriginTransfer!]! - stagingavalanche_destinationTransfer( + ): [mode_swap_LpToken!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_DestinationTransfer - stagingavalanche_destinationTransfers( + ): mode_swap_LpTransferEvent + mode_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_DestinationTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_DestinationTransfer_filter + orderBy: mode_swap_LpTransferEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_DestinationTransfer!]! - stagingavalanche_originMessage( + ): [mode_swap_LpTransferEvent!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_OriginMessage - stagingavalanche_originMessages( + ): mode_swap_StableSwapEvent + mode_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginMessage_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginMessage_filter + orderBy: mode_swap_StableSwapEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OriginMessage!]! - stagingavalanche_aggregateRoot( + ): [mode_swap_StableSwapEvent!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AggregateRoot - stagingavalanche_aggregateRoots( + ): mode_swap_SwapTradeVolume + mode_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRoot_filter + orderBy: mode_swap_SwapTradeVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AggregateRoot!]! - stagingavalanche_connectorMeta( + ): [mode_swap_SwapTradeVolume!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_ConnectorMeta - stagingavalanche_connectorMetas( + ): mode_swap_LpTokenEvent + mode_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_ConnectorMeta_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_ConnectorMeta_filter + orderBy: mode_swap_LpTokenEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_ConnectorMeta!]! - stagingavalanche_rootCount( + ): [mode_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RootCount - stagingavalanche_rootCounts( + ): stagingxdai_Asset + stagingxdai_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootCount_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootCount_filter + orderBy: stagingxdai_Asset_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RootCount!]! - stagingavalanche_rootMessageSent( + ): [stagingxdai_Asset!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RootMessageSent - stagingavalanche_rootMessageSents( + ): stagingxdai_AssetStatus + stagingxdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootMessageSent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootMessageSent_filter + orderBy: stagingxdai_AssetStatus_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RootMessageSent!]! - stagingavalanche_relayerFeesIncrease( + ): [stagingxdai_AssetStatus!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RelayerFeesIncrease - stagingavalanche_relayerFeesIncreases( + ): stagingxdai_AssetBalance + stagingxdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFeesIncrease_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFeesIncrease_filter + orderBy: stagingxdai_AssetBalance_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RelayerFeesIncrease!]! - stagingavalanche_slippageUpdate( + ): [stagingxdai_AssetBalance!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_SlippageUpdate - stagingavalanche_slippageUpdates( + ): stagingxdai_Router + stagingxdai_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SlippageUpdate_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SlippageUpdate_filter + orderBy: stagingxdai_Router_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_SlippageUpdate!]! - stagingavalanche_snapshotRoot( + ): [stagingxdai_Router!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_SnapshotRoot - stagingavalanche_snapshotRoots( + ): stagingxdai_RouterDailyTVL + stagingxdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SnapshotRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SnapshotRoot_filter + orderBy: stagingxdai_RouterDailyTVL_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_SnapshotRoot!]! - stagingavalanche_spokeConnectorMode( + ): [stagingxdai_RouterDailyTVL!]! + stagingxdai_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_SpokeConnectorMode - stagingavalanche_spokeConnectorModes( + ): stagingxdai_RouterLiquidityEvent + stagingxdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SpokeConnectorMode_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SpokeConnectorMode_filter + orderBy: stagingxdai_RouterLiquidityEvent_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_SpokeConnectorMode!]! - stagingavalanche_aggregateRootProposed( + ): [stagingxdai_RouterLiquidityEvent!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AggregateRootProposed - stagingavalanche_aggregateRootProposeds( + ): stagingxdai_Setting + stagingxdai_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRootProposed_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRootProposed_filter + orderBy: stagingxdai_Setting_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AggregateRootProposed!]! - stagingavalanche_optimisticRootFinalized( + ): [stagingxdai_Setting!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_OptimisticRootFinalized - stagingavalanche_optimisticRootFinalizeds( + ): stagingxdai_Relayer + stagingxdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OptimisticRootFinalized_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OptimisticRootFinalized_filter + orderBy: stagingxdai_Relayer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ - mantle_asset( + ): [stagingxdai_Relayer!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_Asset - mantle_assets( + ): stagingxdai_Sequencer + stagingxdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_Asset_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Asset_filter + orderBy: stagingxdai_Sequencer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_Asset!]! - mantle_assetStatus( + ): [stagingxdai_Sequencer!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_AssetStatus - mantle_assetStatuses( + ): stagingxdai_RelayerFee + stagingxdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetStatus_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetStatus_filter + orderBy: stagingxdai_RelayerFee_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_AssetStatus!]! - mantle_assetBalance( + ): [stagingxdai_RelayerFee!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_AssetBalance - mantle_assetBalances( + ): stagingxdai_OriginTransfer + stagingxdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetBalance_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetBalance_filter + orderBy: stagingxdai_OriginTransfer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_AssetBalance!]! - mantle_router( + ): [stagingxdai_OriginTransfer!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_Router - mantle_routers( + ): stagingxdai_DestinationTransfer + stagingxdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_Router_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Router_filter + orderBy: stagingxdai_DestinationTransfer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_Router!]! - mantle_routerDailyTVL( + ): [stagingxdai_DestinationTransfer!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_RouterDailyTVL - mantle_routerDailyTVLs( + ): stagingxdai_OriginMessage + stagingxdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterDailyTVL_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterDailyTVL_filter + orderBy: stagingxdai_OriginMessage_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_RouterDailyTVL!]! - mantle_routerLiquidityEvent( + ): [stagingxdai_OriginMessage!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_RouterLiquidityEvent - mantle_routerLiquidityEvents( + ): stagingxdai_AggregateRoot + stagingxdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterLiquidityEvent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterLiquidityEvent_filter + orderBy: stagingxdai_AggregateRoot_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_RouterLiquidityEvent!]! - mantle_setting( + ): [stagingxdai_AggregateRoot!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_Setting - mantle_settings( + ): stagingxdai_ConnectorMeta + stagingxdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_Setting_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Setting_filter + orderBy: stagingxdai_ConnectorMeta_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_Setting!]! - mantle_relayer( + ): [stagingxdai_ConnectorMeta!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_Relayer - mantle_relayers( + ): stagingxdai_RootCount + stagingxdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_Relayer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Relayer_filter + orderBy: stagingxdai_RootCount_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_Relayer!]! - mantle_sequencer( + ): [stagingxdai_RootCount!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_Sequencer - mantle_sequencers( + ): stagingxdai_RootMessageSent + stagingxdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Sequencer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Sequencer_filter + orderBy: stagingxdai_RootMessageSent_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_Sequencer!]! - mantle_relayerFee( + ): [stagingxdai_RootMessageSent!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_RelayerFee - mantle_relayerFees( + ): stagingxdai_RelayerFeesIncrease + stagingxdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFee_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFee_filter + orderBy: stagingxdai_RelayerFeesIncrease_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_RelayerFee!]! - mantle_originTransfer( + ): [stagingxdai_RelayerFeesIncrease!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_OriginTransfer - mantle_originTransfers( + ): stagingxdai_SlippageUpdate + stagingxdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginTransfer_filter + orderBy: stagingxdai_SlippageUpdate_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_OriginTransfer!]! - mantle_destinationTransfer( + ): [stagingxdai_SlippageUpdate!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_DestinationTransfer - mantle_destinationTransfers( + ): stagingxdai_SnapshotRoot + stagingxdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_DestinationTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_DestinationTransfer_filter + orderBy: stagingxdai_SnapshotRoot_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_DestinationTransfer!]! - mantle_originMessage( + ): [stagingxdai_SnapshotRoot!]! + stagingxdai_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_OriginMessage - mantle_originMessages( + ): stagingxdai_SpokeConnectorMode + stagingxdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginMessage_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginMessage_filter + orderBy: stagingxdai_SpokeConnectorMode_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_OriginMessage!]! - mantle_aggregateRoot( + ): [stagingxdai_SpokeConnectorMode!]! + stagingxdai_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_AggregateRoot - mantle_aggregateRoots( + ): stagingxdai_AggregateRootProposed + stagingxdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRoot_filter + orderBy: stagingxdai_AggregateRootProposed_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_AggregateRoot!]! - mantle_connectorMeta( + ): [stagingxdai_AggregateRootProposed!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_ConnectorMeta - mantle_connectorMetas( + ): stagingxdai_OptimisticRootFinalized + stagingxdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_ConnectorMeta_orderBy - orderDirection: mantle_OrderDirection - where: mantle_ConnectorMeta_filter + orderBy: stagingxdai_OptimisticRootFinalized_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_ConnectorMeta!]! - mantle_rootCount( + ): [stagingxdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__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: mantle_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 - ): mantle_RootCount - mantle_rootCounts( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootCount_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootCount_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: mantle_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 - ): [mantle_RootCount!]! - mantle_rootMessageSent( + ): [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: mantle_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 - ): mantle_RootMessageSent - mantle_rootMessageSents( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootMessageSent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootMessageSent_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: mantle_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 - ): [mantle_RootMessageSent!]! - mantle_relayerFeesIncrease( + ): [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: mantle_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 - ): mantle_RelayerFeesIncrease - mantle_relayerFeesIncreases( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFeesIncrease_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFeesIncrease_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: mantle_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 - ): [mantle_RelayerFeesIncrease!]! - mantle_slippageUpdate( + ): [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: mantle_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 - ): mantle_SlippageUpdate - mantle_slippageUpdates( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: mantle_SlippageUpdate_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SlippageUpdate_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: mantle_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 - ): [mantle_SlippageUpdate!]! - mantle_snapshotRoot( + ): [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: mantle_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 - ): mantle_SnapshotRoot - mantle_snapshotRoots( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mantle_SnapshotRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SnapshotRoot_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: mantle_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 - ): [mantle_SnapshotRoot!]! - mantle_spokeConnectorMode( + ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_SpokeConnectorMode - mantle_spokeConnectorModes( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_SpokeConnectorMode_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SpokeConnectorMode_filter + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): [mantle_SpokeConnectorMode!]! - mantle_aggregateRootProposed( + ): [optimism_RouterLiquidityEvent!]! + optimism_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_AggregateRootProposed - mantle_aggregateRootProposeds( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRootProposed_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRootProposed_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: mantle_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 - ): [mantle_AggregateRootProposed!]! - mantle_optimisticRootFinalized( + ): [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: mantle_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 - ): mantle_OptimisticRootFinalized - mantle_optimisticRootFinalizeds( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: mantle_OptimisticRootFinalized_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OptimisticRootFinalized_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: mantle_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 - ): [mantle_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mantle__meta(block: mantle_Block_height): mantle__Meta_ - stagingpolygon_asset( + ): [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: stagingpolygon_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 - ): stagingpolygon_Asset - stagingpolygon_assets( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Asset_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Asset_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: stagingpolygon_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 - ): [stagingpolygon_Asset!]! - stagingpolygon_assetStatus( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetStatus - stagingpolygon_assetStatuses( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetStatus_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetStatus_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: stagingpolygon_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 - ): [stagingpolygon_AssetStatus!]! - stagingpolygon_assetBalance( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetBalance - stagingpolygon_assetBalances( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetBalance_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetBalance_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: stagingpolygon_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 - ): [stagingpolygon_AssetBalance!]! - stagingpolygon_router( + ): [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: stagingpolygon_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 - ): stagingpolygon_Router - stagingpolygon_routers( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Router_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Router_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: stagingpolygon_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 - ): [stagingpolygon_Router!]! - stagingpolygon_routerDailyTVL( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterDailyTVL - stagingpolygon_routerDailyTVLs( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterDailyTVL_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterDailyTVL_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: stagingpolygon_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 - ): [stagingpolygon_RouterDailyTVL!]! - stagingpolygon_routerLiquidityEvent( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterLiquidityEvent - stagingpolygon_routerLiquidityEvents( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterLiquidityEvent_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: stagingpolygon_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 - ): [stagingpolygon_RouterLiquidityEvent!]! - stagingpolygon_setting( + ): [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: stagingpolygon_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 - ): stagingpolygon_Setting - stagingpolygon_settings( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Setting_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Setting_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: stagingpolygon_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 - ): [stagingpolygon_Setting!]! - stagingpolygon_relayer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Relayer - stagingpolygon_relayers( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Relayer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Relayer_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: stagingpolygon_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 - ): [stagingpolygon_Relayer!]! - stagingpolygon_sequencer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Sequencer - stagingpolygon_sequencers( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Sequencer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Sequencer_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: stagingpolygon_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 - ): [stagingpolygon_Sequencer!]! - stagingpolygon_relayerFee( + ): [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: stagingpolygon_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 - ): stagingpolygon_RelayerFee - stagingpolygon_relayerFees( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFee_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFee_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: stagingpolygon_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 - ): [stagingpolygon_RelayerFee!]! - stagingpolygon_originTransfer( + ): [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: stagingpolygon_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 - ): stagingpolygon_OriginTransfer - stagingpolygon_originTransfers( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginTransfer_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: stagingpolygon_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 - ): [stagingpolygon_OriginTransfer!]! - stagingpolygon_destinationTransfer( + ): [optimism_SlippageUpdate!]! + optimism_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: stagingpolygon_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 - ): stagingpolygon_DestinationTransfer - stagingpolygon_destinationTransfers( + ): optimism_SnapshotRoot + optimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_DestinationTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_DestinationTransfer_filter + orderBy: optimism_SnapshotRoot_orderBy + orderDirection: optimism_OrderDirection + where: optimism_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: stagingpolygon_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 - ): [stagingpolygon_DestinationTransfer!]! - stagingpolygon_originMessage( + ): [optimism_SnapshotRoot!]! + optimism_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_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 - ): stagingpolygon_OriginMessage - stagingpolygon_originMessages( + ): optimism_SpokeConnectorMode + optimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginMessage_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginMessage_filter + orderBy: optimism_SpokeConnectorMode_orderBy + orderDirection: optimism_OrderDirection + where: optimism_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_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 - ): [stagingpolygon_OriginMessage!]! - stagingpolygon_aggregateRoot( + ): [optimism_SpokeConnectorMode!]! + optimism_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_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 - ): stagingpolygon_AggregateRoot - stagingpolygon_aggregateRoots( + ): optimism_AggregateRootProposed + optimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRoot_filter + orderBy: optimism_AggregateRootProposed_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_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 - ): [stagingpolygon_AggregateRoot!]! - stagingpolygon_connectorMeta( + ): [optimism_AggregateRootProposed!]! + optimism_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: stagingpolygon_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 - ): stagingpolygon_ConnectorMeta - stagingpolygon_connectorMetas( + ): optimism_OptimisticRootFinalized + optimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_ConnectorMeta_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_ConnectorMeta_filter + orderBy: optimism_OptimisticRootFinalized_orderBy + orderDirection: optimism_OrderDirection + where: optimism_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: stagingpolygon_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 - ): [stagingpolygon_ConnectorMeta!]! - stagingpolygon_rootCount( + ): [optimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RootCount - stagingpolygon_rootCounts( + ): stagingavalanche_Asset + stagingavalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootCount_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootCount_filter + orderBy: stagingavalanche_Asset_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RootCount!]! - stagingpolygon_rootMessageSent( + ): [stagingavalanche_Asset!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RootMessageSent - stagingpolygon_rootMessageSents( + ): stagingavalanche_AssetStatus + stagingavalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootMessageSent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootMessageSent_filter + orderBy: stagingavalanche_AssetStatus_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RootMessageSent!]! - stagingpolygon_relayerFeesIncrease( + ): [stagingavalanche_AssetStatus!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RelayerFeesIncrease - stagingpolygon_relayerFeesIncreases( + ): stagingavalanche_AssetBalance + stagingavalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFeesIncrease_filter + orderBy: stagingavalanche_AssetBalance_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RelayerFeesIncrease!]! - stagingpolygon_slippageUpdate( + ): [stagingavalanche_AssetBalance!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_SlippageUpdate - stagingpolygon_slippageUpdates( + ): stagingavalanche_Router + stagingavalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SlippageUpdate_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SlippageUpdate_filter + orderBy: stagingavalanche_Router_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_SlippageUpdate!]! - stagingpolygon_snapshotRoot( + ): [stagingavalanche_Router!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_SnapshotRoot - stagingpolygon_snapshotRoots( + ): stagingavalanche_RouterDailyTVL + stagingavalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SnapshotRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SnapshotRoot_filter + orderBy: stagingavalanche_RouterDailyTVL_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_SnapshotRoot!]! - stagingpolygon_spokeConnectorMode( + ): [stagingavalanche_RouterDailyTVL!]! + stagingavalanche_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_SpokeConnectorMode - stagingpolygon_spokeConnectorModes( + ): stagingavalanche_RouterLiquidityEvent + stagingavalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SpokeConnectorMode_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SpokeConnectorMode_filter + orderBy: stagingavalanche_RouterLiquidityEvent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_SpokeConnectorMode!]! - stagingpolygon_aggregateRootProposed( + ): [stagingavalanche_RouterLiquidityEvent!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_AggregateRootProposed - stagingpolygon_aggregateRootProposeds( + ): stagingavalanche_Setting + stagingavalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRootProposed_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRootProposed_filter + orderBy: stagingavalanche_Setting_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_AggregateRootProposed!]! - stagingpolygon_optimisticRootFinalized( + ): [stagingavalanche_Setting!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_OptimisticRootFinalized - stagingpolygon_optimisticRootFinalizeds( + ): stagingavalanche_Relayer + stagingavalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OptimisticRootFinalized_filter + orderBy: stagingavalanche_Relayer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ - bnb_asset( + ): [stagingavalanche_Relayer!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_Sequencer + stagingavalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_filter + orderBy: stagingavalanche_Sequencer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_Sequencer!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_RelayerFee + stagingavalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_filter + orderBy: stagingavalanche_RelayerFee_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_RelayerFee!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_OriginTransfer + stagingavalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_filter + orderBy: stagingavalanche_OriginTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_OriginTransfer!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_DestinationTransfer + stagingavalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_filter + orderBy: stagingavalanche_DestinationTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_DestinationTransfer!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_OriginMessage + stagingavalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_filter + orderBy: stagingavalanche_OriginMessage_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RouterDailyTVL!]! - bnb_routerLiquidityEvent( + ): [stagingavalanche_OriginMessage!]! + stagingavalanche_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: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RouterLiquidityEvent - bnb_routerLiquidityEvents( + ): stagingavalanche_AggregateRoot + stagingavalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_filter + orderBy: stagingavalanche_AggregateRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RouterLiquidityEvent!]! - bnb_setting( + ): [stagingavalanche_AggregateRoot!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_ConnectorMeta + stagingavalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_filter + orderBy: stagingavalanche_ConnectorMeta_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_ConnectorMeta!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_RootCount + stagingavalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_filter + orderBy: stagingavalanche_RootCount_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_RootCount!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_RootMessageSent + stagingavalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_filter + orderBy: stagingavalanche_RootMessageSent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_RootMessageSent!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_RelayerFeesIncrease + stagingavalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_filter + orderBy: stagingavalanche_RelayerFeesIncrease_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_RelayerFeesIncrease!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_SlippageUpdate + stagingavalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_filter + orderBy: stagingavalanche_SlippageUpdate_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_SlippageUpdate!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_SnapshotRoot + stagingavalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_filter + orderBy: stagingavalanche_SnapshotRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_SnapshotRoot!]! + stagingavalanche_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): stagingavalanche_SpokeConnectorMode + stagingavalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_filter + orderBy: stagingavalanche_SpokeConnectorMode_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): [stagingavalanche_SpokeConnectorMode!]! + stagingavalanche_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): stagingavalanche_AggregateRootProposed + stagingavalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_filter + orderBy: stagingavalanche_AggregateRootProposed_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): [stagingavalanche_AggregateRootProposed!]! + stagingavalanche_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): stagingavalanche_OptimisticRootFinalized + stagingavalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_filter + orderBy: stagingavalanche_OptimisticRootFinalized_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): [stagingavalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ + stagingzksync_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingzksync_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( + ): stagingzksync_Asset + stagingzksync_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_filter + orderBy: stagingzksync_Asset_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingzksync_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( + ): [stagingzksync_Asset!]! + stagingzksync_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: stagingzksync_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( + ): stagingzksync_AssetStatus + stagingzksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_filter + orderBy: stagingzksync_AssetStatus_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_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( + ): [stagingzksync_AssetStatus!]! + stagingzksync_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: stagingzksync_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( + ): stagingzksync_AssetBalance + stagingzksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_filter + orderBy: stagingzksync_AssetBalance_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_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( + ): [stagingzksync_AssetBalance!]! + stagingzksync_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: stagingzksync_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( + ): stagingzksync_Router + stagingzksync_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_filter + orderBy: stagingzksync_Router_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SlippageUpdate!]! - bnb_snapshotRoot( + ): [stagingzksync_Router!]! + stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SnapshotRoot - bnb_snapshotRoots( + ): stagingzksync_RouterDailyTVL + stagingzksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_SnapshotRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SnapshotRoot_filter + orderBy: stagingzksync_RouterDailyTVL_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SnapshotRoot!]! - bnb_spokeConnectorMode( + ): [stagingzksync_RouterDailyTVL!]! + stagingzksync_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SpokeConnectorMode - bnb_spokeConnectorModes( + ): stagingzksync_RouterLiquidityEvent + stagingzksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_SpokeConnectorMode_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SpokeConnectorMode_filter + orderBy: stagingzksync_RouterLiquidityEvent_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SpokeConnectorMode!]! - bnb_aggregateRootProposed( + ): [stagingzksync_RouterLiquidityEvent!]! + stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AggregateRootProposed - bnb_aggregateRootProposeds( + ): stagingzksync_Setting + stagingzksync_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRootProposed_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRootProposed_filter + orderBy: stagingzksync_Setting_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AggregateRootProposed!]! - bnb_optimisticRootFinalized( + ): [stagingzksync_Setting!]! + stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_OptimisticRootFinalized - bnb_optimisticRootFinalizeds( + ): stagingzksync_Relayer + stagingzksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OptimisticRootFinalized_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OptimisticRootFinalized_filter + orderBy: stagingzksync_Relayer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - mantle_swap_systemInfo( + ): [stagingzksync_Relayer!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SystemInfo - mantle_swap_systemInfos( + ): stagingzksync_Sequencer + stagingzksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SystemInfo_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SystemInfo_filter + orderBy: stagingzksync_Sequencer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SystemInfo!]! - mantle_swap_pooledToken( + ): [stagingzksync_Sequencer!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_PooledToken - mantle_swap_pooledTokens( + ): stagingzksync_RelayerFee + stagingzksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_PooledToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_PooledToken_filter + orderBy: stagingzksync_RelayerFee_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_PooledToken!]! - mantle_swap_stableSwap( + ): [stagingzksync_RelayerFee!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwap - mantle_swap_stableSwaps( + ): stagingzksync_OriginTransfer + stagingzksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwap_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwap_filter + orderBy: stagingzksync_OriginTransfer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwap!]! - mantle_swap_stableSwapAddLiquidityEvent( + ): [stagingzksync_OriginTransfer!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapAddLiquidityEvent - mantle_swap_stableSwapAddLiquidityEvents( + ): stagingzksync_DestinationTransfer + stagingzksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingzksync_DestinationTransfer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapAddLiquidityEvent!]! - mantle_swap_stableSwapRemoveLiquidityEvent( + ): [stagingzksync_DestinationTransfer!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapRemoveLiquidityEvent - mantle_swap_stableSwapRemoveLiquidityEvents( + ): stagingzksync_OriginMessage + stagingzksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingzksync_OriginMessage_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! - mantle_swap_stableSwapExchange( + ): [stagingzksync_OriginMessage!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapExchange - mantle_swap_stableSwapExchanges( + ): stagingzksync_AggregateRoot + stagingzksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapExchange_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapExchange_filter + orderBy: stagingzksync_AggregateRoot_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapExchange!]! - mantle_swap_swapDailyVolume( + ): [stagingzksync_AggregateRoot!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapDailyVolume - mantle_swap_swapDailyVolumes( + ): stagingzksync_ConnectorMeta + stagingzksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapDailyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapDailyVolume_filter + orderBy: stagingzksync_ConnectorMeta_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapDailyVolume!]! - mantle_swap_swapHourlyVolume( + ): [stagingzksync_ConnectorMeta!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapHourlyVolume - mantle_swap_swapHourlyVolumes( + ): stagingzksync_RootCount + stagingzksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapHourlyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapHourlyVolume_filter + orderBy: stagingzksync_RootCount_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapHourlyVolume!]! - mantle_swap_swapWeeklyVolume( + ): [stagingzksync_RootCount!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapWeeklyVolume - mantle_swap_swapWeeklyVolumes( + ): stagingzksync_RootMessageSent + stagingzksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapWeeklyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapWeeklyVolume_filter + orderBy: stagingzksync_RootMessageSent_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapWeeklyVolume!]! - mantle_swap_lpAccount( + ): [stagingzksync_RootMessageSent!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccount - mantle_swap_lpAccounts( + ): stagingzksync_RelayerFeesIncrease + stagingzksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccount_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccount_filter + orderBy: stagingzksync_RelayerFeesIncrease_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccount!]! - mantle_swap_lpAccountBalance( + ): [stagingzksync_RelayerFeesIncrease!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccountBalance - mantle_swap_lpAccountBalances( + ): stagingzksync_SlippageUpdate + stagingzksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccountBalance_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccountBalance_filter + orderBy: stagingzksync_SlippageUpdate_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccountBalance!]! - mantle_swap_lpToken( + ): [stagingzksync_SlippageUpdate!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpToken - mantle_swap_lpTokens( + ): stagingzksync_SnapshotRoot + stagingzksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpToken_filter + orderBy: stagingzksync_SnapshotRoot_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpToken!]! - mantle_swap_lpTransferEvent( + ): [stagingzksync_SnapshotRoot!]! + stagingzksync_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTransferEvent - mantle_swap_lpTransferEvents( + ): stagingzksync_SpokeConnectorMode + stagingzksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTransferEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTransferEvent_filter + orderBy: stagingzksync_SpokeConnectorMode_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTransferEvent!]! - mantle_swap_stableSwapEvent( + ): [stagingzksync_SpokeConnectorMode!]! + stagingzksync_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapEvent - mantle_swap_stableSwapEvents( + ): stagingzksync_AggregateRootProposed + stagingzksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapEvent_filter + orderBy: stagingzksync_AggregateRootProposed_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapEvent!]! - mantle_swap_swapTradeVolume( + ): [stagingzksync_AggregateRootProposed!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapTradeVolume - mantle_swap_swapTradeVolumes( + ): stagingzksync_OptimisticRootFinalized + stagingzksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapTradeVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapTradeVolume_filter + orderBy: stagingzksync_OptimisticRootFinalized_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapTradeVolume!]! - mantle_swap_lpTokenEvent( + ): [stagingzksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ + xlayer_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: mantle_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTokenEvent - mantle_swap_lpTokenEvents( + ): xlayer_swap_SystemInfo + xlayer_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTokenEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTokenEvent_filter + orderBy: xlayer_swap_SystemInfo_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mantle_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ - mode_asset( + ): [xlayer_swap_SystemInfo!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Asset - mode_assets( + ): xlayer_swap_PooledToken + xlayer_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mode_Asset_orderBy - orderDirection: mode_OrderDirection - where: mode_Asset_filter + orderBy: xlayer_swap_PooledToken_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Asset!]! - mode_assetStatus( + ): [xlayer_swap_PooledToken!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetStatus - mode_assetStatuses( + ): xlayer_swap_StableSwap + xlayer_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetStatus_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetStatus_filter + orderBy: xlayer_swap_StableSwap_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetStatus!]! - mode_assetBalance( + ): [xlayer_swap_StableSwap!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetBalance - mode_assetBalances( + ): xlayer_swap_StableSwapAddLiquidityEvent + xlayer_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetBalance_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetBalance_filter + orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetBalance!]! - mode_router( + ): [xlayer_swap_StableSwapAddLiquidityEvent!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Router - mode_routers( + ): xlayer_swap_StableSwapRemoveLiquidityEvent + xlayer_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_Router_orderBy - orderDirection: mode_OrderDirection - where: mode_Router_filter + orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Router!]! - mode_routerDailyTVL( + ): [xlayer_swap_StableSwapRemoveLiquidityEvent!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterDailyTVL - mode_routerDailyTVLs( + ): xlayer_swap_StableSwapExchange + xlayer_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterDailyTVL_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterDailyTVL_filter + orderBy: xlayer_swap_StableSwapExchange_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterDailyTVL!]! - mode_routerLiquidityEvent( + ): [xlayer_swap_StableSwapExchange!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterLiquidityEvent - mode_routerLiquidityEvents( + ): xlayer_swap_SwapDailyVolume + xlayer_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterLiquidityEvent_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterLiquidityEvent_filter + orderBy: xlayer_swap_SwapDailyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterLiquidityEvent!]! - mode_setting( + ): [xlayer_swap_SwapDailyVolume!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Setting - mode_settings( + ): xlayer_swap_SwapHourlyVolume + xlayer_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mode_Setting_orderBy - orderDirection: mode_OrderDirection - where: mode_Setting_filter + orderBy: xlayer_swap_SwapHourlyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Setting!]! - mode_relayer( + ): [xlayer_swap_SwapHourlyVolume!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Relayer - mode_relayers( + ): xlayer_swap_SwapWeeklyVolume + xlayer_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mode_Relayer_orderBy - orderDirection: mode_OrderDirection - where: mode_Relayer_filter + orderBy: xlayer_swap_SwapWeeklyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Relayer!]! - mode_sequencer( + ): [xlayer_swap_SwapWeeklyVolume!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Sequencer - mode_sequencers( + ): xlayer_swap_LpAccount + xlayer_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mode_Sequencer_orderBy - orderDirection: mode_OrderDirection - where: mode_Sequencer_filter + orderBy: xlayer_swap_LpAccount_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Sequencer!]! - mode_relayerFee( + ): [xlayer_swap_LpAccount!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFee - mode_relayerFees( + ): xlayer_swap_LpAccountBalance + xlayer_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFee_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFee_filter + orderBy: xlayer_swap_LpAccountBalance_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFee!]! - mode_originTransfer( + ): [xlayer_swap_LpAccountBalance!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginTransfer - mode_originTransfers( + ): xlayer_swap_LpToken + xlayer_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginTransfer_filter + orderBy: xlayer_swap_LpToken_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginTransfer!]! - mode_destinationTransfer( + ): [xlayer_swap_LpToken!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_DestinationTransfer - mode_destinationTransfers( + ): xlayer_swap_LpTransferEvent + xlayer_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_DestinationTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_DestinationTransfer_filter + orderBy: xlayer_swap_LpTransferEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_DestinationTransfer!]! - mode_originMessage( + ): [xlayer_swap_LpTransferEvent!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginMessage - mode_originMessages( + ): xlayer_swap_StableSwapEvent + xlayer_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginMessage_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginMessage_filter + orderBy: xlayer_swap_StableSwapEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginMessage!]! - mode_aggregateRoot( + ): [xlayer_swap_StableSwapEvent!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRoot - mode_aggregateRoots( + ): xlayer_swap_SwapTradeVolume + xlayer_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRoot_filter + orderBy: xlayer_swap_SwapTradeVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRoot!]! - mode_connectorMeta( + ): [xlayer_swap_SwapTradeVolume!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_ConnectorMeta - mode_connectorMetas( + ): xlayer_swap_LpTokenEvent + xlayer_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_ConnectorMeta_orderBy - orderDirection: mode_OrderDirection - where: mode_ConnectorMeta_filter + orderBy: xlayer_swap_LpTokenEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_ConnectorMeta!]! - mode_rootCount( + ): [xlayer_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_swap__Meta_ + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootCount - mode_rootCounts( + ): stagingpolygonzkevm_Asset + stagingpolygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: mode_RootCount_orderBy - orderDirection: mode_OrderDirection - where: mode_RootCount_filter + orderBy: stagingpolygonzkevm_Asset_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootCount!]! - mode_rootMessageSent( + ): [stagingpolygonzkevm_Asset!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootMessageSent - mode_rootMessageSents( + ): stagingpolygonzkevm_AssetStatus + stagingpolygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mode_RootMessageSent_orderBy - orderDirection: mode_OrderDirection - where: mode_RootMessageSent_filter + orderBy: stagingpolygonzkevm_AssetStatus_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootMessageSent!]! - mode_relayerFeesIncrease( + ): [stagingpolygonzkevm_AssetStatus!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFeesIncrease - mode_relayerFeesIncreases( + ): stagingpolygonzkevm_AssetBalance + stagingpolygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFeesIncrease_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFeesIncrease_filter + orderBy: stagingpolygonzkevm_AssetBalance_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFeesIncrease!]! - mode_slippageUpdate( + ): [stagingpolygonzkevm_AssetBalance!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SlippageUpdate - mode_slippageUpdates( + ): stagingpolygonzkevm_Router + stagingpolygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: mode_SlippageUpdate_orderBy - orderDirection: mode_OrderDirection - where: mode_SlippageUpdate_filter + orderBy: stagingpolygonzkevm_Router_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SlippageUpdate!]! - mode_snapshotRoot( + ): [stagingpolygonzkevm_Router!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SnapshotRoot - mode_snapshotRoots( + ): stagingpolygonzkevm_RouterDailyTVL + stagingpolygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mode_SnapshotRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_SnapshotRoot_filter + orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SnapshotRoot!]! - mode_spokeConnectorMode( + ): [stagingpolygonzkevm_RouterDailyTVL!]! + stagingpolygonzkevm_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SpokeConnectorMode - mode_spokeConnectorModes( + ): stagingpolygonzkevm_RouterLiquidityEvent + stagingpolygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_SpokeConnectorMode_orderBy - orderDirection: mode_OrderDirection - where: mode_SpokeConnectorMode_filter + orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SpokeConnectorMode!]! - mode_aggregateRootProposed( + ): [stagingpolygonzkevm_RouterLiquidityEvent!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRootProposed - mode_aggregateRootProposeds( + ): stagingpolygonzkevm_Setting + stagingpolygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRootProposed_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRootProposed_filter + orderBy: stagingpolygonzkevm_Setting_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRootProposed!]! - mode_optimisticRootFinalized( + ): [stagingpolygonzkevm_Setting!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OptimisticRootFinalized - mode_optimisticRootFinalizeds( + ): stagingpolygonzkevm_Relayer + stagingpolygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_OptimisticRootFinalized_orderBy - orderDirection: mode_OrderDirection - where: mode_OptimisticRootFinalized_filter + orderBy: stagingpolygonzkevm_Relayer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mode__meta(block: mode_Block_height): mode__Meta_ - stagingmetis_asset( + ): [stagingpolygonzkevm_Relayer!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_Asset - stagingmetis_assets( + ): stagingpolygonzkevm_Sequencer + stagingpolygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Asset_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Asset_filter + orderBy: stagingpolygonzkevm_Sequencer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_Asset!]! - stagingmetis_assetStatus( + ): [stagingpolygonzkevm_Sequencer!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_AssetStatus - stagingmetis_assetStatuses( + ): stagingpolygonzkevm_RelayerFee + stagingpolygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetStatus_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetStatus_filter + orderBy: stagingpolygonzkevm_RelayerFee_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_AssetStatus!]! - stagingmetis_assetBalance( + ): [stagingpolygonzkevm_RelayerFee!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_AssetBalance - stagingmetis_assetBalances( + ): stagingpolygonzkevm_OriginTransfer + stagingpolygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetBalance_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetBalance_filter + orderBy: stagingpolygonzkevm_OriginTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_AssetBalance!]! - stagingmetis_router( + ): [stagingpolygonzkevm_OriginTransfer!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_Router - stagingmetis_routers( + ): stagingpolygonzkevm_DestinationTransfer + stagingpolygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Router_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Router_filter + orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_Router!]! - stagingmetis_routerDailyTVL( + ): [stagingpolygonzkevm_DestinationTransfer!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RouterDailyTVL - stagingmetis_routerDailyTVLs( + ): stagingpolygonzkevm_OriginMessage + stagingpolygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterDailyTVL_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterDailyTVL_filter + orderBy: stagingpolygonzkevm_OriginMessage_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RouterDailyTVL!]! - stagingmetis_routerLiquidityEvent( + ): [stagingpolygonzkevm_OriginMessage!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RouterLiquidityEvent - stagingmetis_routerLiquidityEvents( + ): stagingpolygonzkevm_AggregateRoot + stagingpolygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterLiquidityEvent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterLiquidityEvent_filter + orderBy: stagingpolygonzkevm_AggregateRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RouterLiquidityEvent!]! - stagingmetis_setting( + ): [stagingpolygonzkevm_AggregateRoot!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_Setting - stagingmetis_settings( + ): stagingpolygonzkevm_ConnectorMeta + stagingpolygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Setting_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Setting_filter + orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_Setting!]! - stagingmetis_relayer( + ): [stagingpolygonzkevm_ConnectorMeta!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_Relayer - stagingmetis_relayers( + ): stagingpolygonzkevm_RootCount + stagingpolygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Relayer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Relayer_filter + orderBy: stagingpolygonzkevm_RootCount_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_Relayer!]! - stagingmetis_sequencer( + ): [stagingpolygonzkevm_RootCount!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_Sequencer - stagingmetis_sequencers( + ): stagingpolygonzkevm_RootMessageSent + stagingpolygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Sequencer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Sequencer_filter + orderBy: stagingpolygonzkevm_RootMessageSent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_Sequencer!]! - stagingmetis_relayerFee( + ): [stagingpolygonzkevm_RootMessageSent!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RelayerFee - stagingmetis_relayerFees( + ): stagingpolygonzkevm_RelayerFeesIncrease + stagingpolygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFee_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFee_filter + orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RelayerFee!]! - stagingmetis_originTransfer( + ): [stagingpolygonzkevm_RelayerFeesIncrease!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_OriginTransfer - stagingmetis_originTransfers( + ): stagingpolygonzkevm_SlippageUpdate + stagingpolygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginTransfer_filter + orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_OriginTransfer!]! - stagingmetis_destinationTransfer( + ): [stagingpolygonzkevm_SlippageUpdate!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_DestinationTransfer - stagingmetis_destinationTransfers( + ): stagingpolygonzkevm_SnapshotRoot + stagingpolygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_DestinationTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_DestinationTransfer_filter + orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_DestinationTransfer!]! - stagingmetis_originMessage( + ): [stagingpolygonzkevm_SnapshotRoot!]! + stagingpolygonzkevm_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_OriginMessage - stagingmetis_originMessages( + ): stagingpolygonzkevm_SpokeConnectorMode + stagingpolygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginMessage_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginMessage_filter + orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_OriginMessage!]! - stagingmetis_aggregateRoot( + ): [stagingpolygonzkevm_SpokeConnectorMode!]! + stagingpolygonzkevm_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_AggregateRoot - stagingmetis_aggregateRoots( + ): stagingpolygonzkevm_AggregateRootProposed + stagingpolygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRoot_filter + orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_AggregateRoot!]! - stagingmetis_connectorMeta( + ): [stagingpolygonzkevm_AggregateRootProposed!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_ConnectorMeta - stagingmetis_connectorMetas( + ): stagingpolygonzkevm_OptimisticRootFinalized + stagingpolygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_ConnectorMeta_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_ConnectorMeta_filter + orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_ConnectorMeta!]! - stagingmetis_rootCount( + ): [stagingpolygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__Meta_ + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RootCount - stagingmetis_rootCounts( + ): stagingbnb_Asset + stagingbnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootCount_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootCount_filter + orderBy: stagingbnb_Asset_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RootCount!]! - stagingmetis_rootMessageSent( + ): [stagingbnb_Asset!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RootMessageSent - stagingmetis_rootMessageSents( + ): stagingbnb_AssetStatus + stagingbnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootMessageSent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootMessageSent_filter + orderBy: stagingbnb_AssetStatus_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RootMessageSent!]! - stagingmetis_relayerFeesIncrease( + ): [stagingbnb_AssetStatus!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RelayerFeesIncrease - stagingmetis_relayerFeesIncreases( + ): stagingbnb_AssetBalance + stagingbnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFeesIncrease_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFeesIncrease_filter + orderBy: stagingbnb_AssetBalance_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RelayerFeesIncrease!]! - stagingmetis_slippageUpdate( + ): [stagingbnb_AssetBalance!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_SlippageUpdate - stagingmetis_slippageUpdates( + ): stagingbnb_Router + stagingbnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SlippageUpdate_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SlippageUpdate_filter + orderBy: stagingbnb_Router_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_SlippageUpdate!]! - stagingmetis_snapshotRoot( + ): [stagingbnb_Router!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_SnapshotRoot - stagingmetis_snapshotRoots( + ): stagingbnb_RouterDailyTVL + stagingbnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SnapshotRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SnapshotRoot_filter + orderBy: stagingbnb_RouterDailyTVL_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_SnapshotRoot!]! - stagingmetis_spokeConnectorMode( + ): [stagingbnb_RouterDailyTVL!]! + stagingbnb_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_SpokeConnectorMode - stagingmetis_spokeConnectorModes( + ): stagingbnb_RouterLiquidityEvent + stagingbnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SpokeConnectorMode_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SpokeConnectorMode_filter + orderBy: stagingbnb_RouterLiquidityEvent_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_SpokeConnectorMode!]! - stagingmetis_aggregateRootProposed( + ): [stagingbnb_RouterLiquidityEvent!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_AggregateRootProposed - stagingmetis_aggregateRootProposeds( + ): stagingbnb_Setting + stagingbnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRootProposed_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRootProposed_filter + orderBy: stagingbnb_Setting_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_AggregateRootProposed!]! - stagingmetis_optimisticRootFinalized( + ): [stagingbnb_Setting!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_OptimisticRootFinalized - stagingmetis_optimisticRootFinalizeds( + ): stagingbnb_Relayer + stagingbnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OptimisticRootFinalized_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OptimisticRootFinalized_filter + orderBy: stagingbnb_Relayer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ - avalanche_asset( + ): [stagingbnb_Relayer!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Asset - avalanche_assets( + ): stagingbnb_Sequencer + stagingbnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Asset_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Asset_filter + orderBy: stagingbnb_Sequencer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Asset!]! - avalanche_assetStatus( + ): [stagingbnb_Sequencer!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AssetStatus - avalanche_assetStatuses( + ): stagingbnb_RelayerFee + stagingbnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetStatus_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AssetStatus_filter + orderBy: stagingbnb_RelayerFee_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AssetStatus!]! - avalanche_assetBalance( + ): [stagingbnb_RelayerFee!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AssetBalance - avalanche_assetBalances( + ): stagingbnb_OriginTransfer + stagingbnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetBalance_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AssetBalance_filter + orderBy: stagingbnb_OriginTransfer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AssetBalance!]! - avalanche_router( + ): [stagingbnb_OriginTransfer!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Router - avalanche_routers( + ): stagingbnb_DestinationTransfer + stagingbnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Router_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Router_filter + orderBy: stagingbnb_DestinationTransfer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Router!]! - avalanche_routerDailyTVL( + ): [stagingbnb_DestinationTransfer!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RouterDailyTVL - avalanche_routerDailyTVLs( + ): stagingbnb_OriginMessage + stagingbnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterDailyTVL_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RouterDailyTVL_filter + orderBy: stagingbnb_OriginMessage_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RouterDailyTVL!]! - avalanche_routerLiquidityEvent( + ): [stagingbnb_OriginMessage!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RouterLiquidityEvent - avalanche_routerLiquidityEvents( + ): stagingbnb_AggregateRoot + stagingbnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterLiquidityEvent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RouterLiquidityEvent_filter + orderBy: stagingbnb_AggregateRoot_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RouterLiquidityEvent!]! - avalanche_setting( + ): [stagingbnb_AggregateRoot!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Setting - avalanche_settings( + ): stagingbnb_ConnectorMeta + stagingbnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Setting_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Setting_filter + orderBy: stagingbnb_ConnectorMeta_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Setting!]! - avalanche_relayer( + ): [stagingbnb_ConnectorMeta!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Relayer - avalanche_relayers( + ): stagingbnb_RootCount + stagingbnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Relayer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Relayer_filter + orderBy: stagingbnb_RootCount_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Relayer!]! - avalanche_sequencer( + ): [stagingbnb_RootCount!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Sequencer - avalanche_sequencers( + ): stagingbnb_RootMessageSent + stagingbnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Sequencer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Sequencer_filter + orderBy: stagingbnb_RootMessageSent_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Sequencer!]! - avalanche_relayerFee( + ): [stagingbnb_RootMessageSent!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RelayerFee - avalanche_relayerFees( + ): stagingbnb_RelayerFeesIncrease + stagingbnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFee_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RelayerFee_filter + orderBy: stagingbnb_RelayerFeesIncrease_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RelayerFee!]! - avalanche_originTransfer( + ): [stagingbnb_RelayerFeesIncrease!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OriginTransfer - avalanche_originTransfers( + ): stagingbnb_SlippageUpdate + stagingbnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OriginTransfer_filter + orderBy: stagingbnb_SlippageUpdate_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OriginTransfer!]! - avalanche_destinationTransfer( + ): [stagingbnb_SlippageUpdate!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_DestinationTransfer - avalanche_destinationTransfers( + ): stagingbnb_SnapshotRoot + stagingbnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_DestinationTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_DestinationTransfer_filter + orderBy: stagingbnb_SnapshotRoot_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_DestinationTransfer!]! - avalanche_originMessage( + ): [stagingbnb_SnapshotRoot!]! + stagingbnb_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OriginMessage - avalanche_originMessages( + ): stagingbnb_SpokeConnectorMode + stagingbnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginMessage_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OriginMessage_filter + orderBy: stagingbnb_SpokeConnectorMode_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OriginMessage!]! - avalanche_aggregateRoot( + ): [stagingbnb_SpokeConnectorMode!]! + stagingbnb_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRoot - avalanche_aggregateRoots( + ): stagingbnb_AggregateRootProposed + stagingbnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AggregateRoot_filter + orderBy: stagingbnb_AggregateRootProposed_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRoot!]! - avalanche_connectorMeta( + ): [stagingbnb_AggregateRootProposed!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_ConnectorMeta - avalanche_connectorMetas( + ): stagingbnb_OptimisticRootFinalized + stagingbnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_ConnectorMeta_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_ConnectorMeta_filter + orderBy: stagingbnb_OptimisticRootFinalized_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_ConnectorMeta!]! - avalanche_rootCount( + ): [stagingbnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootCount - avalanche_rootCounts( + ): sepolia_Asset + sepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootCount_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RootCount_filter + orderBy: sepolia_Asset_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootCount!]! - avalanche_rootMessageSent( + ): [sepolia_Asset!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootMessageSent - avalanche_rootMessageSents( + ): sepolia_AssetStatus + sepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootMessageSent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RootMessageSent_filter + orderBy: sepolia_AssetStatus_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootMessageSent!]! - avalanche_relayerFeesIncrease( + ): [sepolia_AssetStatus!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RelayerFeesIncrease - avalanche_relayerFeesIncreases( + ): sepolia_AssetBalance + sepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFeesIncrease_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RelayerFeesIncrease_filter + orderBy: sepolia_AssetBalance_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RelayerFeesIncrease!]! - avalanche_slippageUpdate( + ): [sepolia_AssetBalance!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SlippageUpdate - avalanche_slippageUpdates( + ): sepolia_Router + sepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SlippageUpdate_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SlippageUpdate_filter + orderBy: sepolia_Router_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SlippageUpdate!]! - avalanche_snapshotRoot( + ): [sepolia_Router!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SnapshotRoot - avalanche_snapshotRoots( + ): sepolia_RouterDailyTVL + sepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SnapshotRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SnapshotRoot_filter + orderBy: sepolia_RouterDailyTVL_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SnapshotRoot!]! - avalanche_spokeConnectorMode( + ): [sepolia_RouterDailyTVL!]! + sepolia_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SpokeConnectorMode - avalanche_spokeConnectorModes( + ): sepolia_RouterLiquidityEvent + sepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SpokeConnectorMode_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SpokeConnectorMode_filter + orderBy: sepolia_RouterLiquidityEvent_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SpokeConnectorMode!]! - avalanche_aggregateRootProposed( + ): [sepolia_RouterLiquidityEvent!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRootProposed - avalanche_aggregateRootProposeds( + ): sepolia_Setting + sepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRootProposed_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AggregateRootProposed_filter + orderBy: sepolia_Setting_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRootProposed!]! - avalanche_optimisticRootFinalized( + ): [sepolia_Setting!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OptimisticRootFinalized - avalanche_optimisticRootFinalizeds( + ): sepolia_Relayer + sepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OptimisticRootFinalized_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OptimisticRootFinalized_filter + orderBy: sepolia_Relayer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ - stagingmainnet_asset( + ): [sepolia_Relayer!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Asset - stagingmainnet_assets( + ): sepolia_Sequencer + sepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Asset_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Asset_filter + orderBy: sepolia_Sequencer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Asset!]! - stagingmainnet_assetStatus( + ): [sepolia_Sequencer!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AssetStatus - stagingmainnet_assetStatuses( + ): sepolia_RelayerFee + sepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetStatus_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetStatus_filter + orderBy: sepolia_RelayerFee_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AssetStatus!]! - stagingmainnet_assetBalance( + ): [sepolia_RelayerFee!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AssetBalance - stagingmainnet_assetBalances( + ): sepolia_OriginTransfer + sepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetBalance_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetBalance_filter + orderBy: sepolia_OriginTransfer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AssetBalance!]! - stagingmainnet_router( + ): [sepolia_OriginTransfer!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Router - stagingmainnet_routers( + ): sepolia_DestinationTransfer + sepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Router_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Router_filter + orderBy: sepolia_DestinationTransfer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Router!]! - stagingmainnet_routerDailyTVL( + ): [sepolia_DestinationTransfer!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RouterDailyTVL - stagingmainnet_routerDailyTVLs( + ): sepolia_OriginMessage + sepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterDailyTVL_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterDailyTVL_filter + orderBy: sepolia_OriginMessage_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RouterDailyTVL!]! - stagingmainnet_routerLiquidityEvent( + ): [sepolia_OriginMessage!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RouterLiquidityEvent - stagingmainnet_routerLiquidityEvents( + ): sepolia_AggregateRoot + sepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterLiquidityEvent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterLiquidityEvent_filter + orderBy: sepolia_AggregateRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RouterLiquidityEvent!]! - stagingmainnet_setting( + ): [sepolia_AggregateRoot!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Setting - stagingmainnet_settings( + ): sepolia_ConnectorMeta + sepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Setting_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Setting_filter + orderBy: sepolia_ConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Setting!]! - stagingmainnet_relayer( + ): [sepolia_ConnectorMeta!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Relayer - stagingmainnet_relayers( + ): sepolia_RootCount + sepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Relayer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Relayer_filter + orderBy: sepolia_RootCount_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Relayer!]! - stagingmainnet_sequencer( + ): [sepolia_RootCount!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Sequencer - stagingmainnet_sequencers( + ): sepolia_RootMessageSent + sepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Sequencer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Sequencer_filter + orderBy: sepolia_RootMessageSent_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Sequencer!]! - stagingmainnet_relayerFee( + ): [sepolia_RootMessageSent!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RelayerFee - stagingmainnet_relayerFees( + ): sepolia_RelayerFeesIncrease + sepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFee_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFee_filter + orderBy: sepolia_RelayerFeesIncrease_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RelayerFee!]! - stagingmainnet_originTransfer( + ): [sepolia_RelayerFeesIncrease!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_OriginTransfer - stagingmainnet_originTransfers( + ): sepolia_SlippageUpdate + sepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginTransfer_filter + orderBy: sepolia_SlippageUpdate_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_OriginTransfer!]! - stagingmainnet_destinationTransfer( + ): [sepolia_SlippageUpdate!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_DestinationTransfer - stagingmainnet_destinationTransfers( + ): sepolia_SnapshotRoot + sepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_DestinationTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_DestinationTransfer_filter + orderBy: sepolia_SnapshotRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_DestinationTransfer!]! - stagingmainnet_originMessage( + ): [sepolia_SnapshotRoot!]! + sepolia_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_OriginMessage - stagingmainnet_originMessages( + ): sepolia_SpokeConnectorMode + sepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginMessage_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginMessage_filter + orderBy: sepolia_SpokeConnectorMode_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_OriginMessage!]! - stagingmainnet_aggregateRoot( + ): [sepolia_SpokeConnectorMode!]! + sepolia_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AggregateRoot - stagingmainnet_aggregateRoots( + ): sepolia_AggregateRootProposed + sepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRoot_filter + orderBy: sepolia_AggregateRootProposed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AggregateRoot!]! - stagingmainnet_connectorMeta( + ): [sepolia_AggregateRootProposed!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_ConnectorMeta - stagingmainnet_connectorMetas( + ): sepolia_OptimisticRootFinalized + sepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ConnectorMeta_filter + orderBy: sepolia_OptimisticRootFinalized_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_ConnectorMeta!]! - stagingmainnet_rootCount( + ): [sepolia_OptimisticRootFinalized!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootCount - stagingmainnet_rootCounts( + ): stagingarbitrumone_Asset + stagingarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootCount_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootCount_filter + orderBy: stagingarbitrumone_Asset_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootCount!]! - stagingmainnet_rootMessageSent( + ): [stagingarbitrumone_Asset!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootMessageSent - stagingmainnet_rootMessageSents( + ): stagingarbitrumone_AssetStatus + stagingarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageSent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageSent_filter + orderBy: stagingarbitrumone_AssetStatus_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootMessageSent!]! - stagingmainnet_relayerFeesIncrease( + ): [stagingarbitrumone_AssetStatus!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RelayerFeesIncrease - stagingmainnet_relayerFeesIncreases( + ): stagingarbitrumone_AssetBalance + stagingarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFeesIncrease_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFeesIncrease_filter + orderBy: stagingarbitrumone_AssetBalance_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RelayerFeesIncrease!]! - stagingmainnet_slippageUpdate( + ): [stagingarbitrumone_AssetBalance!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_SlippageUpdate - stagingmainnet_slippageUpdates( + ): stagingarbitrumone_Router + stagingarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SlippageUpdate_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SlippageUpdate_filter + orderBy: stagingarbitrumone_Router_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_SlippageUpdate!]! - stagingmainnet_snapshotRoot( + ): [stagingarbitrumone_Router!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_SnapshotRoot - stagingmainnet_snapshotRoots( + ): stagingarbitrumone_RouterDailyTVL + stagingarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SnapshotRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SnapshotRoot_filter + orderBy: stagingarbitrumone_RouterDailyTVL_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_SnapshotRoot!]! - stagingmainnet_spokeConnectorMode( + ): [stagingarbitrumone_RouterDailyTVL!]! + stagingarbitrumone_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_SpokeConnectorMode - stagingmainnet_spokeConnectorModes( + ): stagingarbitrumone_RouterLiquidityEvent + stagingarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SpokeConnectorMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SpokeConnectorMode_filter + orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_SpokeConnectorMode!]! - stagingmainnet_aggregateRootProposed( + ): [stagingarbitrumone_RouterLiquidityEvent!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AggregateRootProposed - stagingmainnet_aggregateRootProposeds( + ): stagingarbitrumone_Setting + stagingarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootProposed_filter + orderBy: stagingarbitrumone_Setting_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AggregateRootProposed!]! - stagingmainnet_optimisticRootFinalized( + ): [stagingarbitrumone_Setting!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_OptimisticRootFinalized - stagingmainnet_optimisticRootFinalizeds( + ): stagingarbitrumone_Relayer + stagingarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootFinalized_filter + orderBy: stagingarbitrumone_Relayer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_OptimisticRootFinalized!]! - zksync_asset( + ): [stagingarbitrumone_Relayer!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Asset - zksync_assets( + ): stagingarbitrumone_Sequencer + stagingarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Asset_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Asset_filter + orderBy: stagingarbitrumone_Sequencer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Asset!]! - zksync_assetStatus( + ): [stagingarbitrumone_Sequencer!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetStatus - zksync_assetStatuses( + ): stagingarbitrumone_RelayerFee + stagingarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetStatus_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetStatus_filter + orderBy: stagingarbitrumone_RelayerFee_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetStatus!]! - zksync_assetBalance( + ): [stagingarbitrumone_RelayerFee!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetBalance - zksync_assetBalances( + ): stagingarbitrumone_OriginTransfer + stagingarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetBalance_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetBalance_filter + orderBy: stagingarbitrumone_OriginTransfer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetBalance!]! - zksync_router( + ): [stagingarbitrumone_OriginTransfer!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Router - zksync_routers( + ): stagingarbitrumone_DestinationTransfer + stagingarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Router_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Router_filter + orderBy: stagingarbitrumone_DestinationTransfer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Router!]! - zksync_routerDailyTVL( + ): [stagingarbitrumone_DestinationTransfer!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterDailyTVL - zksync_routerDailyTVLs( + ): stagingarbitrumone_OriginMessage + stagingarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterDailyTVL_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterDailyTVL_filter + orderBy: stagingarbitrumone_OriginMessage_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterDailyTVL!]! - zksync_routerLiquidityEvent( + ): [stagingarbitrumone_OriginMessage!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterLiquidityEvent - zksync_routerLiquidityEvents( + ): stagingarbitrumone_AggregateRoot + stagingarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterLiquidityEvent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterLiquidityEvent_filter + orderBy: stagingarbitrumone_AggregateRoot_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterLiquidityEvent!]! - zksync_setting( + ): [stagingarbitrumone_AggregateRoot!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Setting - zksync_settings( + ): stagingarbitrumone_ConnectorMeta + stagingarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Setting_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Setting_filter + orderBy: stagingarbitrumone_ConnectorMeta_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Setting!]! - zksync_relayer( + ): [stagingarbitrumone_ConnectorMeta!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Relayer - zksync_relayers( + ): stagingarbitrumone_RootCount + stagingarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_Relayer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Relayer_filter + orderBy: stagingarbitrumone_RootCount_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Relayer!]! - zksync_sequencer( + ): [stagingarbitrumone_RootCount!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Sequencer - zksync_sequencers( + ): stagingarbitrumone_RootMessageSent + stagingarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: zksync_Sequencer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Sequencer_filter + orderBy: stagingarbitrumone_RootMessageSent_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Sequencer!]! - zksync_relayerFee( + ): [stagingarbitrumone_RootMessageSent!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFee - zksync_relayerFees( + ): stagingarbitrumone_RelayerFeesIncrease + stagingarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFee_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFee_filter + orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFee!]! - zksync_originTransfer( + ): [stagingarbitrumone_RelayerFeesIncrease!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginTransfer - zksync_originTransfers( + ): stagingarbitrumone_SlippageUpdate + stagingarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginTransfer_filter + orderBy: stagingarbitrumone_SlippageUpdate_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginTransfer!]! - zksync_destinationTransfer( + ): [stagingarbitrumone_SlippageUpdate!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_DestinationTransfer - zksync_destinationTransfers( + ): stagingarbitrumone_SnapshotRoot + stagingarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_DestinationTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_DestinationTransfer_filter + orderBy: stagingarbitrumone_SnapshotRoot_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_DestinationTransfer!]! - zksync_originMessage( + ): [stagingarbitrumone_SnapshotRoot!]! + stagingarbitrumone_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginMessage - zksync_originMessages( + ): stagingarbitrumone_SpokeConnectorMode + stagingarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginMessage_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginMessage_filter + orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginMessage!]! - zksync_aggregateRoot( + ): [stagingarbitrumone_SpokeConnectorMode!]! + stagingarbitrumone_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRoot - zksync_aggregateRoots( + ): stagingarbitrumone_AggregateRootProposed + stagingarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRoot_filter + orderBy: stagingarbitrumone_AggregateRootProposed_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRoot!]! - zksync_connectorMeta( + ): [stagingarbitrumone_AggregateRootProposed!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_ConnectorMeta - zksync_connectorMetas( + ): stagingarbitrumone_OptimisticRootFinalized + stagingarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_ConnectorMeta_orderBy - orderDirection: zksync_OrderDirection - where: zksync_ConnectorMeta_filter + orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_ConnectorMeta!]! - zksync_rootCount( + ): [stagingarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootCount - zksync_rootCounts( + ): stagingpolygon_Asset + stagingpolygon_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootCount_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootCount_filter + orderBy: stagingpolygon_Asset_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootCount!]! - zksync_rootMessageSent( + ): [stagingpolygon_Asset!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootMessageSent - zksync_rootMessageSents( + ): stagingpolygon_AssetStatus + stagingpolygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootMessageSent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootMessageSent_filter + orderBy: stagingpolygon_AssetStatus_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootMessageSent!]! - zksync_relayerFeesIncrease( + ): [stagingpolygon_AssetStatus!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFeesIncrease - zksync_relayerFeesIncreases( + ): stagingpolygon_AssetBalance + stagingpolygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFeesIncrease_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFeesIncrease_filter + orderBy: stagingpolygon_AssetBalance_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFeesIncrease!]! - zksync_slippageUpdate( + ): [stagingpolygon_AssetBalance!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SlippageUpdate - zksync_slippageUpdates( + ): stagingpolygon_Router + stagingpolygon_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_SlippageUpdate_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SlippageUpdate_filter + orderBy: stagingpolygon_Router_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SlippageUpdate!]! - zksync_snapshotRoot( + ): [stagingpolygon_Router!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SnapshotRoot - zksync_snapshotRoots( + ): stagingpolygon_RouterDailyTVL + stagingpolygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_SnapshotRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SnapshotRoot_filter + orderBy: stagingpolygon_RouterDailyTVL_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SnapshotRoot!]! - zksync_spokeConnectorMode( + ): [stagingpolygon_RouterDailyTVL!]! + stagingpolygon_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SpokeConnectorMode - zksync_spokeConnectorModes( + ): stagingpolygon_RouterLiquidityEvent + stagingpolygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_SpokeConnectorMode_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SpokeConnectorMode_filter + orderBy: stagingpolygon_RouterLiquidityEvent_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SpokeConnectorMode!]! - zksync_aggregateRootProposed( + ): [stagingpolygon_RouterLiquidityEvent!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRootProposed - zksync_aggregateRootProposeds( + ): stagingpolygon_Setting + stagingpolygon_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRootProposed_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRootProposed_filter + orderBy: stagingpolygon_Setting_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRootProposed!]! - zksync_optimisticRootFinalized( + ): [stagingpolygon_Setting!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OptimisticRootFinalized - zksync_optimisticRootFinalizeds( + ): stagingpolygon_Relayer + stagingpolygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_OptimisticRootFinalized_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OptimisticRootFinalized_filter + orderBy: stagingpolygon_Relayer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OptimisticRootFinalized!]! + ): [stagingpolygon_Relayer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Sequencer + stagingpolygon_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Sequencer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Sequencer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RelayerFee + stagingpolygon_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RelayerFee_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RelayerFee!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OriginTransfer + stagingpolygon_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OriginTransfer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OriginTransfer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_DestinationTransfer + stagingpolygon_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_DestinationTransfer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_DestinationTransfer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OriginMessage + stagingpolygon_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OriginMessage_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OriginMessage!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AggregateRoot + stagingpolygon_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AggregateRoot_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AggregateRoot!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_ConnectorMeta + stagingpolygon_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_ConnectorMeta_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_ConnectorMeta!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RootCount + stagingpolygon_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RootCount_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RootCount!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RootMessageSent + stagingpolygon_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RootMessageSent_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RootMessageSent!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RelayerFeesIncrease + stagingpolygon_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RelayerFeesIncrease!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SlippageUpdate + stagingpolygon_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SlippageUpdate_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SlippageUpdate!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SnapshotRoot + stagingpolygon_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SnapshotRoot_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SnapshotRoot!]! + stagingpolygon_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SpokeConnectorMode + stagingpolygon_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SpokeConnectorMode_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SpokeConnectorMode!]! + stagingpolygon_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AggregateRootProposed + stagingpolygon_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AggregateRootProposed_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AggregateRootProposed!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OptimisticRootFinalized + stagingpolygon_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OptimisticRootFinalized!]! """Access to subgraph metadata""" - zksync__meta(block: zksync_Block_height): zksync__Meta_ + stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ polygonzkevm_swap_asset( id: ID! """ @@ -16371,7204 +16733,7024 @@ type Query { ): [polygonzkevm_swap_OptimisticRootFinalized!]! """Access to subgraph metadata""" polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ - xlayer_asset( + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_Asset - xlayer_assets( + ): polygonzkevm_Asset + polygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Asset_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_Asset_filter + orderBy: polygonzkevm_Asset_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_Asset!]! - xlayer_assetStatus( + ): [polygonzkevm_Asset!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_AssetStatus - xlayer_assetStatuses( + ): polygonzkevm_AssetStatus + polygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AssetStatus_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_AssetStatus_filter + orderBy: polygonzkevm_AssetStatus_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_AssetStatus!]! - xlayer_assetBalance( + ): [polygonzkevm_AssetStatus!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_AssetBalance - xlayer_assetBalances( + ): polygonzkevm_AssetBalance + polygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AssetBalance_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_AssetBalance_filter + orderBy: polygonzkevm_AssetBalance_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_AssetBalance!]! - xlayer_router( + ): [polygonzkevm_AssetBalance!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_Router - xlayer_routers( + ): polygonzkevm_Router + polygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Router_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_Router_filter + orderBy: polygonzkevm_Router_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_Router!]! - xlayer_routerDailyTVL( + ): [polygonzkevm_Router!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RouterDailyTVL - xlayer_routerDailyTVLs( + ): polygonzkevm_RouterDailyTVL + polygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RouterDailyTVL_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RouterDailyTVL_filter + orderBy: polygonzkevm_RouterDailyTVL_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RouterDailyTVL!]! - xlayer_routerLiquidityEvent( + ): [polygonzkevm_RouterDailyTVL!]! + polygonzkevm_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RouterLiquidityEvent - xlayer_routerLiquidityEvents( + ): polygonzkevm_RouterLiquidityEvent + polygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RouterLiquidityEvent_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RouterLiquidityEvent_filter + orderBy: polygonzkevm_RouterLiquidityEvent_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RouterLiquidityEvent!]! - xlayer_setting( + ): [polygonzkevm_RouterLiquidityEvent!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_Setting - xlayer_settings( + ): polygonzkevm_Setting + polygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Setting_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_Setting_filter + orderBy: polygonzkevm_Setting_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_Setting!]! - xlayer_relayer( + ): [polygonzkevm_Setting!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_Relayer - xlayer_relayers( + ): polygonzkevm_Relayer + polygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Relayer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_Relayer_filter + orderBy: polygonzkevm_Relayer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_Relayer!]! - xlayer_sequencer( + ): [polygonzkevm_Relayer!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_Sequencer - xlayer_sequencers( + ): polygonzkevm_Sequencer + polygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Sequencer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_Sequencer_filter + orderBy: polygonzkevm_Sequencer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_Sequencer!]! - xlayer_relayerFee( + ): [polygonzkevm_Sequencer!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RelayerFee - xlayer_relayerFees( + ): polygonzkevm_RelayerFee + polygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RelayerFee_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RelayerFee_filter + orderBy: polygonzkevm_RelayerFee_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RelayerFee!]! - xlayer_originTransfer( + ): [polygonzkevm_RelayerFee!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_OriginTransfer - xlayer_originTransfers( + ): polygonzkevm_OriginTransfer + polygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OriginTransfer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_OriginTransfer_filter + orderBy: polygonzkevm_OriginTransfer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_OriginTransfer!]! - xlayer_destinationTransfer( + ): [polygonzkevm_OriginTransfer!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_DestinationTransfer - xlayer_destinationTransfers( + ): polygonzkevm_DestinationTransfer + polygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_DestinationTransfer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_DestinationTransfer_filter + orderBy: polygonzkevm_DestinationTransfer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_DestinationTransfer!]! - xlayer_originMessage( + ): [polygonzkevm_DestinationTransfer!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_OriginMessage - xlayer_originMessages( + ): polygonzkevm_OriginMessage + polygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OriginMessage_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_OriginMessage_filter + orderBy: polygonzkevm_OriginMessage_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_OriginMessage!]! - xlayer_aggregateRoot( + ): [polygonzkevm_OriginMessage!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_AggregateRoot - xlayer_aggregateRoots( + ): polygonzkevm_AggregateRoot + polygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AggregateRoot_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_AggregateRoot_filter + orderBy: polygonzkevm_AggregateRoot_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_AggregateRoot!]! - xlayer_connectorMeta( + ): [polygonzkevm_AggregateRoot!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_ConnectorMeta - xlayer_connectorMetas( + ): polygonzkevm_ConnectorMeta + polygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xlayer_ConnectorMeta_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_ConnectorMeta_filter + orderBy: polygonzkevm_ConnectorMeta_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_ConnectorMeta!]! - xlayer_rootCount( + ): [polygonzkevm_ConnectorMeta!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RootCount - xlayer_rootCounts( + ): polygonzkevm_RootCount + polygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RootCount_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RootCount_filter + orderBy: polygonzkevm_RootCount_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RootCount!]! - xlayer_rootMessageSent( + ): [polygonzkevm_RootCount!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RootMessageSent - xlayer_rootMessageSents( + ): polygonzkevm_RootMessageSent + polygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RootMessageSent_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RootMessageSent_filter + orderBy: polygonzkevm_RootMessageSent_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RootMessageSent!]! - xlayer_relayerFeesIncrease( + ): [polygonzkevm_RootMessageSent!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RelayerFeesIncrease - xlayer_relayerFeesIncreases( + ): polygonzkevm_RelayerFeesIncrease + polygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RelayerFeesIncrease_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RelayerFeesIncrease_filter + orderBy: polygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RelayerFeesIncrease!]! - xlayer_slippageUpdate( + ): [polygonzkevm_RelayerFeesIncrease!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_SlippageUpdate - xlayer_slippageUpdates( + ): polygonzkevm_SlippageUpdate + polygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SlippageUpdate_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_SlippageUpdate_filter + orderBy: polygonzkevm_SlippageUpdate_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_SlippageUpdate!]! - xlayer_snapshotRoot( + ): [polygonzkevm_SlippageUpdate!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_SnapshotRoot - xlayer_snapshotRoots( + ): polygonzkevm_SnapshotRoot + polygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SnapshotRoot_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_SnapshotRoot_filter + orderBy: polygonzkevm_SnapshotRoot_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_SnapshotRoot!]! - xlayer_spokeConnectorMode( + ): [polygonzkevm_SnapshotRoot!]! + polygonzkevm_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_SpokeConnectorMode - xlayer_spokeConnectorModes( + ): polygonzkevm_SpokeConnectorMode + polygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SpokeConnectorMode_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_SpokeConnectorMode_filter + orderBy: polygonzkevm_SpokeConnectorMode_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_SpokeConnectorMode!]! - xlayer_aggregateRootProposed( + ): [polygonzkevm_SpokeConnectorMode!]! + polygonzkevm_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_AggregateRootProposed - xlayer_aggregateRootProposeds( + ): polygonzkevm_AggregateRootProposed + polygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AggregateRootProposed_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_AggregateRootProposed_filter + orderBy: polygonzkevm_AggregateRootProposed_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_AggregateRootProposed!]! - xlayer_optimisticRootFinalized( + ): [polygonzkevm_AggregateRootProposed!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_OptimisticRootFinalized - xlayer_optimisticRootFinalizeds( + ): polygonzkevm_OptimisticRootFinalized + polygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OptimisticRootFinalized_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_OptimisticRootFinalized_filter + orderBy: polygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_OptimisticRootFinalized!]! + ): [polygonzkevm_OptimisticRootFinalized!]! """Access to subgraph metadata""" - xlayer__meta(block: xlayer_Block_height): xlayer__Meta_ - mainnet_asset( + polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_Asset + optimismsepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_filter + orderBy: optimismsepolia_Asset_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_Asset!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_AssetStatus + optimismsepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_filter + orderBy: optimismsepolia_AssetStatus_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_AssetStatus!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_AssetBalance + optimismsepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_filter + orderBy: optimismsepolia_AssetBalance_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_AssetBalance!]! + optimismsepolia_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_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( + ): optimismsepolia_Router + optimismsepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_filter + orderBy: optimismsepolia_Router_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_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( + ): [optimismsepolia_Router!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_RouterDailyTVL + optimismsepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_filter + orderBy: optimismsepolia_RouterDailyTVL_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RouterDailyTVL!]! - mainnet_routerLiquidityEvent( + ): [optimismsepolia_RouterDailyTVL!]! + optimismsepolia_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RouterLiquidityEvent - mainnet_routerLiquidityEvents( + ): optimismsepolia_RouterLiquidityEvent + optimismsepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_filter + orderBy: optimismsepolia_RouterLiquidityEvent_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RouterLiquidityEvent!]! - mainnet_setting( + ): [optimismsepolia_RouterLiquidityEvent!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_Setting + optimismsepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_filter + orderBy: optimismsepolia_Setting_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_Setting!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_Relayer + optimismsepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_filter + orderBy: optimismsepolia_Relayer_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_Relayer!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_Sequencer + optimismsepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_filter + orderBy: optimismsepolia_Sequencer_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_Sequencer!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_RelayerFee + optimismsepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_filter + orderBy: optimismsepolia_RelayerFee_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_RelayerFee!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_OriginTransfer + optimismsepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_filter + orderBy: optimismsepolia_OriginTransfer_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_OriginTransfer!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_DestinationTransfer + optimismsepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_filter + orderBy: optimismsepolia_DestinationTransfer_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_DestinationTransfer!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_OriginMessage + optimismsepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_filter + orderBy: optimismsepolia_OriginMessage_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_OriginMessage!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_AggregateRoot + optimismsepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_filter + orderBy: optimismsepolia_AggregateRoot_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_AggregateRoot!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_ConnectorMeta + optimismsepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_filter + orderBy: optimismsepolia_ConnectorMeta_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_ConnectorMeta!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_RootCount + optimismsepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_filter + orderBy: optimismsepolia_RootCount_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_RootCount!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_RootMessageSent + optimismsepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_filter + orderBy: optimismsepolia_RootMessageSent_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_RootMessageSent!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_RelayerFeesIncrease + optimismsepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_filter + orderBy: optimismsepolia_RelayerFeesIncrease_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_RelayerFeesIncrease!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_SlippageUpdate + optimismsepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_filter + orderBy: optimismsepolia_SlippageUpdate_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SlippageUpdate!]! - mainnet_snapshotRoot( + ): [optimismsepolia_SlippageUpdate!]! + optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SnapshotRoot - mainnet_snapshotRoots( + ): optimismsepolia_SnapshotRoot + optimismsepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SnapshotRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SnapshotRoot_filter + orderBy: optimismsepolia_SnapshotRoot_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SnapshotRoot!]! - mainnet_spokeConnectorMode( + ): [optimismsepolia_SnapshotRoot!]! + optimismsepolia_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SpokeConnectorMode - mainnet_spokeConnectorModes( + ): optimismsepolia_SpokeConnectorMode + optimismsepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SpokeConnectorMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SpokeConnectorMode_filter + orderBy: optimismsepolia_SpokeConnectorMode_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SpokeConnectorMode!]! - mainnet_aggregateRootProposed( + ): [optimismsepolia_SpokeConnectorMode!]! + optimismsepolia_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRootProposed - mainnet_aggregateRootProposeds( + ): optimismsepolia_AggregateRootProposed + optimismsepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootProposed_filter + orderBy: optimismsepolia_AggregateRootProposed_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRootProposed!]! - mainnet_optimisticRootFinalized( + ): [optimismsepolia_AggregateRootProposed!]! + optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootFinalized - mainnet_optimisticRootFinalizeds( + ): optimismsepolia_OptimisticRootFinalized + optimismsepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootFinalized_filter + orderBy: optimismsepolia_OptimisticRootFinalized_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootFinalized!]! - stagingbase_asset( + ): [optimismsepolia_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimismsepolia__meta(block: optimismsepolia_Block_height): optimismsepolia__Meta_ + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Asset - stagingbase_assets( + ): zksync_Asset + zksync_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Asset_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Asset_filter + orderBy: zksync_Asset_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Asset!]! - stagingbase_assetStatus( + ): [zksync_Asset!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AssetStatus - stagingbase_assetStatuses( + ): zksync_AssetStatus + zksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetStatus_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetStatus_filter + orderBy: zksync_AssetStatus_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AssetStatus!]! - stagingbase_assetBalance( + ): [zksync_AssetStatus!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AssetBalance - stagingbase_assetBalances( + ): zksync_AssetBalance + zksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetBalance_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetBalance_filter + orderBy: zksync_AssetBalance_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AssetBalance!]! - stagingbase_router( + ): [zksync_AssetBalance!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Router - stagingbase_routers( + ): zksync_Router + zksync_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Router_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Router_filter + orderBy: zksync_Router_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Router!]! - stagingbase_routerDailyTVL( + ): [zksync_Router!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RouterDailyTVL - stagingbase_routerDailyTVLs( + ): zksync_RouterDailyTVL + zksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterDailyTVL_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterDailyTVL_filter + orderBy: zksync_RouterDailyTVL_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RouterDailyTVL!]! - stagingbase_routerLiquidityEvent( + ): [zksync_RouterDailyTVL!]! + zksync_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RouterLiquidityEvent - stagingbase_routerLiquidityEvents( + ): zksync_RouterLiquidityEvent + zksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterLiquidityEvent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterLiquidityEvent_filter + orderBy: zksync_RouterLiquidityEvent_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RouterLiquidityEvent!]! - stagingbase_setting( + ): [zksync_RouterLiquidityEvent!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Setting - stagingbase_settings( + ): zksync_Setting + zksync_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Setting_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Setting_filter + orderBy: zksync_Setting_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Setting!]! - stagingbase_relayer( + ): [zksync_Setting!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Relayer - stagingbase_relayers( + ): zksync_Relayer + zksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Relayer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Relayer_filter + orderBy: zksync_Relayer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Relayer!]! - stagingbase_sequencer( + ): [zksync_Relayer!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Sequencer - stagingbase_sequencers( + ): zksync_Sequencer + zksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Sequencer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Sequencer_filter + orderBy: zksync_Sequencer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Sequencer!]! - stagingbase_relayerFee( + ): [zksync_Sequencer!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RelayerFee - stagingbase_relayerFees( + ): zksync_RelayerFee + zksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFee_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFee_filter + orderBy: zksync_RelayerFee_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RelayerFee!]! - stagingbase_originTransfer( + ): [zksync_RelayerFee!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_OriginTransfer - stagingbase_originTransfers( + ): zksync_OriginTransfer + zksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginTransfer_filter + orderBy: zksync_OriginTransfer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OriginTransfer!]! - stagingbase_destinationTransfer( + ): [zksync_OriginTransfer!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_DestinationTransfer - stagingbase_destinationTransfers( + ): zksync_DestinationTransfer + zksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_DestinationTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_DestinationTransfer_filter + orderBy: zksync_DestinationTransfer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_DestinationTransfer!]! - stagingbase_originMessage( + ): [zksync_DestinationTransfer!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_OriginMessage - stagingbase_originMessages( + ): zksync_OriginMessage + zksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginMessage_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginMessage_filter + orderBy: zksync_OriginMessage_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OriginMessage!]! - stagingbase_aggregateRoot( + ): [zksync_OriginMessage!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AggregateRoot - stagingbase_aggregateRoots( + ): zksync_AggregateRoot + zksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRoot_filter + orderBy: zksync_AggregateRoot_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AggregateRoot!]! - stagingbase_connectorMeta( + ): [zksync_AggregateRoot!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_ConnectorMeta - stagingbase_connectorMetas( + ): zksync_ConnectorMeta + zksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_ConnectorMeta_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_ConnectorMeta_filter + orderBy: zksync_ConnectorMeta_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_ConnectorMeta!]! - stagingbase_rootCount( + ): [zksync_ConnectorMeta!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RootCount - stagingbase_rootCounts( + ): zksync_RootCount + zksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootCount_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootCount_filter + orderBy: zksync_RootCount_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RootCount!]! - stagingbase_rootMessageSent( + ): [zksync_RootCount!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RootMessageSent - stagingbase_rootMessageSents( + ): zksync_RootMessageSent + zksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootMessageSent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootMessageSent_filter + orderBy: zksync_RootMessageSent_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RootMessageSent!]! - stagingbase_relayerFeesIncrease( + ): [zksync_RootMessageSent!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RelayerFeesIncrease - stagingbase_relayerFeesIncreases( + ): zksync_RelayerFeesIncrease + zksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFeesIncrease_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFeesIncrease_filter + orderBy: zksync_RelayerFeesIncrease_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RelayerFeesIncrease!]! - stagingbase_slippageUpdate( + ): [zksync_RelayerFeesIncrease!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_SlippageUpdate - stagingbase_slippageUpdates( + ): zksync_SlippageUpdate + zksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SlippageUpdate_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SlippageUpdate_filter + orderBy: zksync_SlippageUpdate_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_SlippageUpdate!]! - stagingbase_snapshotRoot( + ): [zksync_SlippageUpdate!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_SnapshotRoot - stagingbase_snapshotRoots( + ): zksync_SnapshotRoot + zksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SnapshotRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SnapshotRoot_filter + orderBy: zksync_SnapshotRoot_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_SnapshotRoot!]! - stagingbase_spokeConnectorMode( + ): [zksync_SnapshotRoot!]! + zksync_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_SpokeConnectorMode - stagingbase_spokeConnectorModes( + ): zksync_SpokeConnectorMode + zksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SpokeConnectorMode_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SpokeConnectorMode_filter + orderBy: zksync_SpokeConnectorMode_orderBy + orderDirection: zksync_OrderDirection + where: zksync_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_SpokeConnectorMode!]! - stagingbase_aggregateRootProposed( + ): [zksync_SpokeConnectorMode!]! + zksync_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AggregateRootProposed - stagingbase_aggregateRootProposeds( + ): zksync_AggregateRootProposed + zksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRootProposed_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRootProposed_filter + orderBy: zksync_AggregateRootProposed_orderBy + orderDirection: zksync_OrderDirection + where: zksync_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AggregateRootProposed!]! - stagingbase_optimisticRootFinalized( + ): [zksync_AggregateRootProposed!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_OptimisticRootFinalized - stagingbase_optimisticRootFinalizeds( + ): zksync_OptimisticRootFinalized + zksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OptimisticRootFinalized_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OptimisticRootFinalized_filter + orderBy: zksync_OptimisticRootFinalized_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OptimisticRootFinalized!]! + ): [zksync_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ - metis_asset( + zksync__meta(block: zksync_Block_height): zksync__Meta_ + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Asset - metis_assets( + ): mantle_Asset + mantle_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_Asset_orderBy - orderDirection: metis_OrderDirection - where: metis_Asset_filter + orderBy: mantle_Asset_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Asset!]! - metis_assetStatus( + ): [mantle_Asset!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AssetStatus - metis_assetStatuses( + ): mantle_AssetStatus + mantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetStatus_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetStatus_filter + orderBy: mantle_AssetStatus_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AssetStatus!]! - metis_assetBalance( + ): [mantle_AssetStatus!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AssetBalance - metis_assetBalances( + ): mantle_AssetBalance + mantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetBalance_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetBalance_filter + orderBy: mantle_AssetBalance_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AssetBalance!]! - metis_router( + ): [mantle_AssetBalance!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Router - metis_routers( + ): mantle_Router + mantle_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_Router_orderBy - orderDirection: metis_OrderDirection - where: metis_Router_filter + orderBy: mantle_Router_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Router!]! - metis_routerDailyTVL( + ): [mantle_Router!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RouterDailyTVL - metis_routerDailyTVLs( + ): mantle_RouterDailyTVL + mantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterDailyTVL_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterDailyTVL_filter + orderBy: mantle_RouterDailyTVL_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RouterDailyTVL!]! - metis_routerLiquidityEvent( + ): [mantle_RouterDailyTVL!]! + mantle_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RouterLiquidityEvent - metis_routerLiquidityEvents( + ): mantle_RouterLiquidityEvent + mantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterLiquidityEvent_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterLiquidityEvent_filter + orderBy: mantle_RouterLiquidityEvent_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RouterLiquidityEvent!]! - metis_setting( + ): [mantle_RouterLiquidityEvent!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Setting - metis_settings( + ): mantle_Setting + mantle_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_Setting_orderBy - orderDirection: metis_OrderDirection - where: metis_Setting_filter + orderBy: mantle_Setting_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Setting!]! - metis_relayer( + ): [mantle_Setting!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Relayer - metis_relayers( + ): mantle_Relayer + mantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_Relayer_orderBy - orderDirection: metis_OrderDirection - where: metis_Relayer_filter + orderBy: mantle_Relayer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Relayer!]! - metis_sequencer( + ): [mantle_Relayer!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Sequencer - metis_sequencers( + ): mantle_Sequencer + mantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_Sequencer_orderBy - orderDirection: metis_OrderDirection - where: metis_Sequencer_filter + orderBy: mantle_Sequencer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Sequencer!]! - metis_relayerFee( + ): [mantle_Sequencer!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RelayerFee - metis_relayerFees( + ): mantle_RelayerFee + mantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFee_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFee_filter + orderBy: mantle_RelayerFee_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RelayerFee!]! - metis_originTransfer( + ): [mantle_RelayerFee!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_OriginTransfer - metis_originTransfers( + ): mantle_OriginTransfer + mantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginTransfer_filter + orderBy: mantle_OriginTransfer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_OriginTransfer!]! - metis_destinationTransfer( + ): [mantle_OriginTransfer!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_DestinationTransfer - metis_destinationTransfers( + ): mantle_DestinationTransfer + mantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_DestinationTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_DestinationTransfer_filter + orderBy: mantle_DestinationTransfer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_DestinationTransfer!]! - metis_originMessage( + ): [mantle_DestinationTransfer!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_OriginMessage - metis_originMessages( + ): mantle_OriginMessage + mantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginMessage_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginMessage_filter + orderBy: mantle_OriginMessage_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_OriginMessage!]! - metis_aggregateRoot( + ): [mantle_OriginMessage!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AggregateRoot - metis_aggregateRoots( + ): mantle_AggregateRoot + mantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRoot_filter + orderBy: mantle_AggregateRoot_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AggregateRoot!]! - metis_connectorMeta( + ): [mantle_AggregateRoot!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_ConnectorMeta - metis_connectorMetas( + ): mantle_ConnectorMeta + mantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_ConnectorMeta_orderBy - orderDirection: metis_OrderDirection - where: metis_ConnectorMeta_filter + orderBy: mantle_ConnectorMeta_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_ConnectorMeta!]! - metis_rootCount( + ): [mantle_ConnectorMeta!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RootCount - metis_rootCounts( + ): mantle_RootCount + mantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_RootCount_orderBy - orderDirection: metis_OrderDirection - where: metis_RootCount_filter + orderBy: mantle_RootCount_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RootCount!]! - metis_rootMessageSent( + ): [mantle_RootCount!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RootMessageSent - metis_rootMessageSents( + ): mantle_RootMessageSent + mantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_RootMessageSent_orderBy - orderDirection: metis_OrderDirection - where: metis_RootMessageSent_filter + orderBy: mantle_RootMessageSent_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RootMessageSent!]! - metis_relayerFeesIncrease( + ): [mantle_RootMessageSent!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RelayerFeesIncrease - metis_relayerFeesIncreases( + ): mantle_RelayerFeesIncrease + mantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFeesIncrease_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFeesIncrease_filter + orderBy: mantle_RelayerFeesIncrease_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RelayerFeesIncrease!]! - metis_slippageUpdate( + ): [mantle_RelayerFeesIncrease!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_SlippageUpdate - metis_slippageUpdates( + ): mantle_SlippageUpdate + mantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_SlippageUpdate_orderBy - orderDirection: metis_OrderDirection - where: metis_SlippageUpdate_filter + orderBy: mantle_SlippageUpdate_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_SlippageUpdate!]! - metis_snapshotRoot( + ): [mantle_SlippageUpdate!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_SnapshotRoot - metis_snapshotRoots( + ): mantle_SnapshotRoot + mantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_SnapshotRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_SnapshotRoot_filter + orderBy: mantle_SnapshotRoot_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_SnapshotRoot!]! - metis_spokeConnectorMode( + ): [mantle_SnapshotRoot!]! + mantle_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_SpokeConnectorMode - metis_spokeConnectorModes( + ): mantle_SpokeConnectorMode + mantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_SpokeConnectorMode_orderBy - orderDirection: metis_OrderDirection - where: metis_SpokeConnectorMode_filter + orderBy: mantle_SpokeConnectorMode_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_SpokeConnectorMode!]! - metis_aggregateRootProposed( + ): [mantle_SpokeConnectorMode!]! + mantle_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AggregateRootProposed - metis_aggregateRootProposeds( + ): mantle_AggregateRootProposed + mantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRootProposed_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRootProposed_filter + orderBy: mantle_AggregateRootProposed_orderBy + orderDirection: mantle_OrderDirection + where: mantle_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AggregateRootProposed!]! - metis_optimisticRootFinalized( + ): [mantle_AggregateRootProposed!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_OptimisticRootFinalized - metis_optimisticRootFinalizeds( + ): mantle_OptimisticRootFinalized + mantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_OptimisticRootFinalized_orderBy - orderDirection: metis_OrderDirection - where: metis_OptimisticRootFinalized_filter + orderBy: mantle_OptimisticRootFinalized_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_OptimisticRootFinalized!]! + ): [mantle_OptimisticRootFinalized!]! """Access to subgraph metadata""" - metis__meta(block: metis_Block_height): metis__Meta_ - stagingoptimism_asset( + mantle__meta(block: mantle_Block_height): mantle__Meta_ + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_Asset - stagingoptimism_assets( + ): avalanche_Asset + avalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Asset_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Asset_filter + orderBy: avalanche_Asset_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_Asset!]! - stagingoptimism_assetStatus( + ): [avalanche_Asset!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_AssetStatus - stagingoptimism_assetStatuses( + ): avalanche_AssetStatus + avalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetStatus_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetStatus_filter + orderBy: avalanche_AssetStatus_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_AssetStatus!]! - stagingoptimism_assetBalance( + ): [avalanche_AssetStatus!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_AssetBalance - stagingoptimism_assetBalances( + ): avalanche_AssetBalance + avalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetBalance_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetBalance_filter + orderBy: avalanche_AssetBalance_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_AssetBalance!]! - stagingoptimism_router( + ): [avalanche_AssetBalance!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_Router - stagingoptimism_routers( + ): avalanche_Router + avalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Router_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Router_filter + orderBy: avalanche_Router_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_Router!]! - stagingoptimism_routerDailyTVL( + ): [avalanche_Router!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RouterDailyTVL - stagingoptimism_routerDailyTVLs( + ): avalanche_RouterDailyTVL + avalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterDailyTVL_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterDailyTVL_filter + orderBy: avalanche_RouterDailyTVL_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RouterDailyTVL!]! - stagingoptimism_routerLiquidityEvent( + ): [avalanche_RouterDailyTVL!]! + avalanche_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RouterLiquidityEvent - stagingoptimism_routerLiquidityEvents( + ): avalanche_RouterLiquidityEvent + avalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterLiquidityEvent_filter + orderBy: avalanche_RouterLiquidityEvent_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RouterLiquidityEvent!]! - stagingoptimism_setting( + ): [avalanche_RouterLiquidityEvent!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_Setting - stagingoptimism_settings( + ): avalanche_Setting + avalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Setting_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Setting_filter + orderBy: avalanche_Setting_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_Setting!]! - stagingoptimism_relayer( + ): [avalanche_Setting!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_Relayer - stagingoptimism_relayers( + ): avalanche_Relayer + avalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Relayer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Relayer_filter + orderBy: avalanche_Relayer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_Relayer!]! - stagingoptimism_sequencer( + ): [avalanche_Relayer!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_Sequencer - stagingoptimism_sequencers( + ): avalanche_Sequencer + avalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Sequencer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Sequencer_filter + orderBy: avalanche_Sequencer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_Sequencer!]! - stagingoptimism_relayerFee( + ): [avalanche_Sequencer!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RelayerFee - stagingoptimism_relayerFees( + ): avalanche_RelayerFee + avalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFee_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFee_filter + orderBy: avalanche_RelayerFee_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RelayerFee!]! - stagingoptimism_originTransfer( + ): [avalanche_RelayerFee!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_OriginTransfer - stagingoptimism_originTransfers( + ): avalanche_OriginTransfer + avalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginTransfer_filter + orderBy: avalanche_OriginTransfer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_OriginTransfer!]! - stagingoptimism_destinationTransfer( + ): [avalanche_OriginTransfer!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_DestinationTransfer - stagingoptimism_destinationTransfers( + ): avalanche_DestinationTransfer + avalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_DestinationTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_DestinationTransfer_filter + orderBy: avalanche_DestinationTransfer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_DestinationTransfer!]! - stagingoptimism_originMessage( + ): [avalanche_DestinationTransfer!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_OriginMessage - stagingoptimism_originMessages( + ): avalanche_OriginMessage + avalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginMessage_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginMessage_filter + orderBy: avalanche_OriginMessage_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_OriginMessage!]! - stagingoptimism_aggregateRoot( + ): [avalanche_OriginMessage!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_AggregateRoot - stagingoptimism_aggregateRoots( + ): avalanche_AggregateRoot + avalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRoot_filter + orderBy: avalanche_AggregateRoot_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_AggregateRoot!]! - stagingoptimism_connectorMeta( + ): [avalanche_AggregateRoot!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_ConnectorMeta - stagingoptimism_connectorMetas( + ): avalanche_ConnectorMeta + avalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_ConnectorMeta_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_ConnectorMeta_filter + orderBy: avalanche_ConnectorMeta_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_ConnectorMeta!]! - stagingoptimism_rootCount( + ): [avalanche_ConnectorMeta!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RootCount - stagingoptimism_rootCounts( + ): avalanche_RootCount + avalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootCount_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootCount_filter + orderBy: avalanche_RootCount_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RootCount!]! - stagingoptimism_rootMessageSent( + ): [avalanche_RootCount!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RootMessageSent - stagingoptimism_rootMessageSents( + ): avalanche_RootMessageSent + avalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootMessageSent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootMessageSent_filter + orderBy: avalanche_RootMessageSent_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RootMessageSent!]! - stagingoptimism_relayerFeesIncrease( + ): [avalanche_RootMessageSent!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RelayerFeesIncrease - stagingoptimism_relayerFeesIncreases( + ): avalanche_RelayerFeesIncrease + avalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFeesIncrease_filter + orderBy: avalanche_RelayerFeesIncrease_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RelayerFeesIncrease!]! - stagingoptimism_slippageUpdate( + ): [avalanche_RelayerFeesIncrease!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_SlippageUpdate - stagingoptimism_slippageUpdates( + ): avalanche_SlippageUpdate + avalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SlippageUpdate_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SlippageUpdate_filter + orderBy: avalanche_SlippageUpdate_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_SlippageUpdate!]! - stagingoptimism_snapshotRoot( + ): [avalanche_SlippageUpdate!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_SnapshotRoot - stagingoptimism_snapshotRoots( + ): avalanche_SnapshotRoot + avalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SnapshotRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SnapshotRoot_filter + orderBy: avalanche_SnapshotRoot_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_SnapshotRoot!]! - stagingoptimism_spokeConnectorMode( + ): [avalanche_SnapshotRoot!]! + avalanche_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_SpokeConnectorMode - stagingoptimism_spokeConnectorModes( + ): avalanche_SpokeConnectorMode + avalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SpokeConnectorMode_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SpokeConnectorMode_filter + orderBy: avalanche_SpokeConnectorMode_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_SpokeConnectorMode!]! - stagingoptimism_aggregateRootProposed( + ): [avalanche_SpokeConnectorMode!]! + avalanche_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_AggregateRootProposed - stagingoptimism_aggregateRootProposeds( + ): avalanche_AggregateRootProposed + avalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRootProposed_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRootProposed_filter + orderBy: avalanche_AggregateRootProposed_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_AggregateRootProposed!]! - stagingoptimism_optimisticRootFinalized( + ): [avalanche_AggregateRootProposed!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_OptimisticRootFinalized - stagingoptimism_optimisticRootFinalizeds( + ): avalanche_OptimisticRootFinalized + avalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OptimisticRootFinalized_filter + orderBy: avalanche_OptimisticRootFinalized_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_OptimisticRootFinalized!]! + ): [avalanche_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__Meta_ - stagingmantle_asset( + avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Asset - stagingmantle_assets( + ): mode_Asset + mode_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Asset_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Asset_filter + orderBy: mode_Asset_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Asset!]! - stagingmantle_assetStatus( + ): [mode_Asset!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AssetStatus - stagingmantle_assetStatuses( + ): mode_AssetStatus + mode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetStatus_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetStatus_filter + orderBy: mode_AssetStatus_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AssetStatus!]! - stagingmantle_assetBalance( + ): [mode_AssetStatus!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AssetBalance - stagingmantle_assetBalances( + ): mode_AssetBalance + mode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetBalance_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetBalance_filter + orderBy: mode_AssetBalance_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AssetBalance!]! - stagingmantle_router( + ): [mode_AssetBalance!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Router - stagingmantle_routers( + ): mode_Router + mode_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Router_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Router_filter + orderBy: mode_Router_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Router!]! - stagingmantle_routerDailyTVL( + ): [mode_Router!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RouterDailyTVL - stagingmantle_routerDailyTVLs( + ): mode_RouterDailyTVL + mode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterDailyTVL_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterDailyTVL_filter + orderBy: mode_RouterDailyTVL_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RouterDailyTVL!]! - stagingmantle_routerLiquidityEvent( + ): [mode_RouterDailyTVL!]! + mode_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RouterLiquidityEvent - stagingmantle_routerLiquidityEvents( + ): mode_RouterLiquidityEvent + mode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterLiquidityEvent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterLiquidityEvent_filter + orderBy: mode_RouterLiquidityEvent_orderBy + orderDirection: mode_OrderDirection + where: mode_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RouterLiquidityEvent!]! - stagingmantle_setting( + ): [mode_RouterLiquidityEvent!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Setting - stagingmantle_settings( + ): mode_Setting + mode_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Setting_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Setting_filter + orderBy: mode_Setting_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Setting!]! - stagingmantle_relayer( + ): [mode_Setting!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Relayer - stagingmantle_relayers( + ): mode_Relayer + mode_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Relayer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Relayer_filter + orderBy: mode_Relayer_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Relayer!]! - stagingmantle_sequencer( + ): [mode_Relayer!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Sequencer - stagingmantle_sequencers( + ): mode_Sequencer + mode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Sequencer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Sequencer_filter + orderBy: mode_Sequencer_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Sequencer!]! - stagingmantle_relayerFee( + ): [mode_Sequencer!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RelayerFee - stagingmantle_relayerFees( + ): mode_RelayerFee + mode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFee_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFee_filter + orderBy: mode_RelayerFee_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RelayerFee!]! - stagingmantle_originTransfer( + ): [mode_RelayerFee!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_OriginTransfer - stagingmantle_originTransfers( + ): mode_OriginTransfer + mode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginTransfer_filter + orderBy: mode_OriginTransfer_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OriginTransfer!]! - stagingmantle_destinationTransfer( + ): [mode_OriginTransfer!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_DestinationTransfer - stagingmantle_destinationTransfers( + ): mode_DestinationTransfer + mode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_DestinationTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_DestinationTransfer_filter + orderBy: mode_DestinationTransfer_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_DestinationTransfer!]! - stagingmantle_originMessage( + ): [mode_DestinationTransfer!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_OriginMessage - stagingmantle_originMessages( + ): mode_OriginMessage + mode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginMessage_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginMessage_filter + orderBy: mode_OriginMessage_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OriginMessage!]! - stagingmantle_aggregateRoot( + ): [mode_OriginMessage!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AggregateRoot - stagingmantle_aggregateRoots( + ): mode_AggregateRoot + mode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRoot_filter + orderBy: mode_AggregateRoot_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AggregateRoot!]! - stagingmantle_connectorMeta( + ): [mode_AggregateRoot!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_ConnectorMeta - stagingmantle_connectorMetas( + ): mode_ConnectorMeta + mode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_ConnectorMeta_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_ConnectorMeta_filter + orderBy: mode_ConnectorMeta_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_ConnectorMeta!]! - stagingmantle_rootCount( + ): [mode_ConnectorMeta!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RootCount - stagingmantle_rootCounts( + ): mode_RootCount + mode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootCount_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootCount_filter + orderBy: mode_RootCount_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RootCount!]! - stagingmantle_rootMessageSent( + ): [mode_RootCount!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RootMessageSent - stagingmantle_rootMessageSents( + ): mode_RootMessageSent + mode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootMessageSent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootMessageSent_filter + orderBy: mode_RootMessageSent_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RootMessageSent!]! - stagingmantle_relayerFeesIncrease( + ): [mode_RootMessageSent!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RelayerFeesIncrease - stagingmantle_relayerFeesIncreases( + ): mode_RelayerFeesIncrease + mode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFeesIncrease_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFeesIncrease_filter + orderBy: mode_RelayerFeesIncrease_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RelayerFeesIncrease!]! - stagingmantle_slippageUpdate( + ): [mode_RelayerFeesIncrease!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_SlippageUpdate - stagingmantle_slippageUpdates( + ): mode_SlippageUpdate + mode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SlippageUpdate_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SlippageUpdate_filter + orderBy: mode_SlippageUpdate_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_SlippageUpdate!]! - stagingmantle_snapshotRoot( + ): [mode_SlippageUpdate!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_SnapshotRoot - stagingmantle_snapshotRoots( + ): mode_SnapshotRoot + mode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SnapshotRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SnapshotRoot_filter + orderBy: mode_SnapshotRoot_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_SnapshotRoot!]! - stagingmantle_spokeConnectorMode( + ): [mode_SnapshotRoot!]! + mode_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_SpokeConnectorMode - stagingmantle_spokeConnectorModes( + ): mode_SpokeConnectorMode + mode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SpokeConnectorMode_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SpokeConnectorMode_filter + orderBy: mode_SpokeConnectorMode_orderBy + orderDirection: mode_OrderDirection + where: mode_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_SpokeConnectorMode!]! - stagingmantle_aggregateRootProposed( + ): [mode_SpokeConnectorMode!]! + mode_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AggregateRootProposed - stagingmantle_aggregateRootProposeds( + ): mode_AggregateRootProposed + mode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRootProposed_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRootProposed_filter + orderBy: mode_AggregateRootProposed_orderBy + orderDirection: mode_OrderDirection + where: mode_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AggregateRootProposed!]! - stagingmantle_optimisticRootFinalized( + ): [mode_AggregateRootProposed!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_OptimisticRootFinalized - stagingmantle_optimisticRootFinalizeds( + ): mode_OptimisticRootFinalized + mode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OptimisticRootFinalized_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OptimisticRootFinalized_filter + orderBy: mode_OptimisticRootFinalized_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OptimisticRootFinalized!]! + ): [mode_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ - polygonzkevm_asset( + mode__meta(block: mode_Block_height): mode__Meta_ + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Asset - polygonzkevm_assets( + ): stagingxlayer_Asset + stagingxlayer_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Asset_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Asset_filter + orderBy: stagingxlayer_Asset_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Asset!]! - polygonzkevm_assetStatus( + ): [stagingxlayer_Asset!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AssetStatus - polygonzkevm_assetStatuses( + ): stagingxlayer_AssetStatus + stagingxlayer_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetStatus_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetStatus_filter + orderBy: stagingxlayer_AssetStatus_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AssetStatus!]! - polygonzkevm_assetBalance( + ): [stagingxlayer_AssetStatus!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AssetBalance - polygonzkevm_assetBalances( + ): stagingxlayer_AssetBalance + stagingxlayer_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetBalance_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetBalance_filter + orderBy: stagingxlayer_AssetBalance_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AssetBalance!]! - polygonzkevm_router( + ): [stagingxlayer_AssetBalance!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Router - polygonzkevm_routers( + ): stagingxlayer_Router + stagingxlayer_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Router_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Router_filter + orderBy: stagingxlayer_Router_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Router!]! - polygonzkevm_routerDailyTVL( + ): [stagingxlayer_Router!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RouterDailyTVL - polygonzkevm_routerDailyTVLs( + ): stagingxlayer_RouterDailyTVL + stagingxlayer_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterDailyTVL_filter + orderBy: stagingxlayer_RouterDailyTVL_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RouterDailyTVL!]! - polygonzkevm_routerLiquidityEvent( + ): [stagingxlayer_RouterDailyTVL!]! + stagingxlayer_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RouterLiquidityEvent - polygonzkevm_routerLiquidityEvents( + ): stagingxlayer_RouterLiquidityEvent + stagingxlayer_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterLiquidityEvent_filter + orderBy: stagingxlayer_RouterLiquidityEvent_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RouterLiquidityEvent!]! - polygonzkevm_setting( + ): [stagingxlayer_RouterLiquidityEvent!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Setting - polygonzkevm_settings( + ): stagingxlayer_Setting + stagingxlayer_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Setting_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Setting_filter + orderBy: stagingxlayer_Setting_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Setting!]! - polygonzkevm_relayer( + ): [stagingxlayer_Setting!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Relayer - polygonzkevm_relayers( + ): stagingxlayer_Relayer + stagingxlayer_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Relayer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Relayer_filter + orderBy: stagingxlayer_Relayer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Relayer!]! - polygonzkevm_sequencer( + ): [stagingxlayer_Relayer!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Sequencer - polygonzkevm_sequencers( + ): stagingxlayer_Sequencer + stagingxlayer_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Sequencer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Sequencer_filter + orderBy: stagingxlayer_Sequencer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Sequencer!]! - polygonzkevm_relayerFee( + ): [stagingxlayer_Sequencer!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RelayerFee - polygonzkevm_relayerFees( + ): stagingxlayer_RelayerFee + stagingxlayer_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFee_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFee_filter + orderBy: stagingxlayer_RelayerFee_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RelayerFee!]! - polygonzkevm_originTransfer( + ): [stagingxlayer_RelayerFee!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_OriginTransfer - polygonzkevm_originTransfers( + ): stagingxlayer_OriginTransfer + stagingxlayer_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginTransfer_filter + orderBy: stagingxlayer_OriginTransfer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OriginTransfer!]! - polygonzkevm_destinationTransfer( + ): [stagingxlayer_OriginTransfer!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_DestinationTransfer - polygonzkevm_destinationTransfers( + ): stagingxlayer_DestinationTransfer + stagingxlayer_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_DestinationTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_DestinationTransfer_filter + orderBy: stagingxlayer_DestinationTransfer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_DestinationTransfer!]! - polygonzkevm_originMessage( + ): [stagingxlayer_DestinationTransfer!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_OriginMessage - polygonzkevm_originMessages( + ): stagingxlayer_OriginMessage + stagingxlayer_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginMessage_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginMessage_filter + orderBy: stagingxlayer_OriginMessage_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OriginMessage!]! - polygonzkevm_aggregateRoot( + ): [stagingxlayer_OriginMessage!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AggregateRoot - polygonzkevm_aggregateRoots( + ): stagingxlayer_AggregateRoot + stagingxlayer_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRoot_filter + orderBy: stagingxlayer_AggregateRoot_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AggregateRoot!]! - polygonzkevm_connectorMeta( + ): [stagingxlayer_AggregateRoot!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_ConnectorMeta - polygonzkevm_connectorMetas( + ): stagingxlayer_ConnectorMeta + stagingxlayer_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_ConnectorMeta_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_ConnectorMeta_filter + orderBy: stagingxlayer_ConnectorMeta_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_ConnectorMeta!]! - polygonzkevm_rootCount( + ): [stagingxlayer_ConnectorMeta!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RootCount - polygonzkevm_rootCounts( + ): stagingxlayer_RootCount + stagingxlayer_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootCount_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootCount_filter + orderBy: stagingxlayer_RootCount_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RootCount!]! - polygonzkevm_rootMessageSent( + ): [stagingxlayer_RootCount!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RootMessageSent - polygonzkevm_rootMessageSents( + ): stagingxlayer_RootMessageSent + stagingxlayer_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootMessageSent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootMessageSent_filter + orderBy: stagingxlayer_RootMessageSent_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RootMessageSent!]! - polygonzkevm_relayerFeesIncrease( + ): [stagingxlayer_RootMessageSent!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RelayerFeesIncrease - polygonzkevm_relayerFeesIncreases( + ): stagingxlayer_RelayerFeesIncrease + stagingxlayer_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFeesIncrease_filter + orderBy: stagingxlayer_RelayerFeesIncrease_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RelayerFeesIncrease!]! - polygonzkevm_slippageUpdate( + ): [stagingxlayer_RelayerFeesIncrease!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_SlippageUpdate - polygonzkevm_slippageUpdates( + ): stagingxlayer_SlippageUpdate + stagingxlayer_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SlippageUpdate_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SlippageUpdate_filter + orderBy: stagingxlayer_SlippageUpdate_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_SlippageUpdate!]! - polygonzkevm_snapshotRoot( + ): [stagingxlayer_SlippageUpdate!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_SnapshotRoot - polygonzkevm_snapshotRoots( + ): stagingxlayer_SnapshotRoot + stagingxlayer_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SnapshotRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SnapshotRoot_filter + orderBy: stagingxlayer_SnapshotRoot_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_SnapshotRoot!]! - polygonzkevm_spokeConnectorMode( + ): [stagingxlayer_SnapshotRoot!]! + stagingxlayer_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_SpokeConnectorMode - polygonzkevm_spokeConnectorModes( + ): stagingxlayer_SpokeConnectorMode + stagingxlayer_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SpokeConnectorMode_filter + orderBy: stagingxlayer_SpokeConnectorMode_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_SpokeConnectorMode!]! - polygonzkevm_aggregateRootProposed( + ): [stagingxlayer_SpokeConnectorMode!]! + stagingxlayer_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AggregateRootProposed - polygonzkevm_aggregateRootProposeds( + ): stagingxlayer_AggregateRootProposed + stagingxlayer_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRootProposed_filter + orderBy: stagingxlayer_AggregateRootProposed_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AggregateRootProposed!]! - polygonzkevm_optimisticRootFinalized( + ): [stagingxlayer_AggregateRootProposed!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_OptimisticRootFinalized - polygonzkevm_optimisticRootFinalizeds( + ): stagingxlayer_OptimisticRootFinalized + stagingxlayer_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OptimisticRootFinalized_filter + orderBy: stagingxlayer_OptimisticRootFinalized_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OptimisticRootFinalized!]! + ): [stagingxlayer_OptimisticRootFinalized!]! """Access to subgraph metadata""" - polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ - stagingmode_asset( + stagingxlayer__meta(block: stagingxlayer_Block_height): stagingxlayer__Meta_ + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_Asset - stagingmode_assets( + ): stagingbase_Asset + stagingbase_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Asset_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Asset_filter + orderBy: stagingbase_Asset_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_Asset!]! - stagingmode_assetStatus( + ): [stagingbase_Asset!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_AssetStatus - stagingmode_assetStatuses( + ): stagingbase_AssetStatus + stagingbase_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetStatus_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetStatus_filter + orderBy: stagingbase_AssetStatus_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_AssetStatus!]! - stagingmode_assetBalance( + ): [stagingbase_AssetStatus!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_AssetBalance - stagingmode_assetBalances( + ): stagingbase_AssetBalance + stagingbase_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetBalance_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetBalance_filter + orderBy: stagingbase_AssetBalance_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_AssetBalance!]! - stagingmode_router( + ): [stagingbase_AssetBalance!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_Router - stagingmode_routers( + ): stagingbase_Router + stagingbase_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Router_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Router_filter + orderBy: stagingbase_Router_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_Router!]! - stagingmode_routerDailyTVL( + ): [stagingbase_Router!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RouterDailyTVL - stagingmode_routerDailyTVLs( + ): stagingbase_RouterDailyTVL + stagingbase_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterDailyTVL_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterDailyTVL_filter + orderBy: stagingbase_RouterDailyTVL_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RouterDailyTVL!]! - stagingmode_routerLiquidityEvent( + ): [stagingbase_RouterDailyTVL!]! + stagingbase_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RouterLiquidityEvent - stagingmode_routerLiquidityEvents( + ): stagingbase_RouterLiquidityEvent + stagingbase_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterLiquidityEvent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterLiquidityEvent_filter + orderBy: stagingbase_RouterLiquidityEvent_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RouterLiquidityEvent!]! - stagingmode_setting( + ): [stagingbase_RouterLiquidityEvent!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_Setting - stagingmode_settings( + ): stagingbase_Setting + stagingbase_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Setting_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Setting_filter + orderBy: stagingbase_Setting_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_Setting!]! - stagingmode_relayer( + ): [stagingbase_Setting!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_Relayer - stagingmode_relayers( + ): stagingbase_Relayer + stagingbase_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Relayer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Relayer_filter + orderBy: stagingbase_Relayer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_Relayer!]! - stagingmode_sequencer( + ): [stagingbase_Relayer!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_Sequencer - stagingmode_sequencers( + ): stagingbase_Sequencer + stagingbase_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Sequencer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Sequencer_filter + orderBy: stagingbase_Sequencer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_Sequencer!]! - stagingmode_relayerFee( + ): [stagingbase_Sequencer!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RelayerFee - stagingmode_relayerFees( + ): stagingbase_RelayerFee + stagingbase_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFee_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFee_filter + orderBy: stagingbase_RelayerFee_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RelayerFee!]! - stagingmode_originTransfer( + ): [stagingbase_RelayerFee!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_OriginTransfer - stagingmode_originTransfers( + ): stagingbase_OriginTransfer + stagingbase_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginTransfer_filter + orderBy: stagingbase_OriginTransfer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_OriginTransfer!]! - stagingmode_destinationTransfer( + ): [stagingbase_OriginTransfer!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_DestinationTransfer - stagingmode_destinationTransfers( + ): stagingbase_DestinationTransfer + stagingbase_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_DestinationTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_DestinationTransfer_filter + orderBy: stagingbase_DestinationTransfer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_DestinationTransfer!]! - stagingmode_originMessage( + ): [stagingbase_DestinationTransfer!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_OriginMessage - stagingmode_originMessages( + ): stagingbase_OriginMessage + stagingbase_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginMessage_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginMessage_filter + orderBy: stagingbase_OriginMessage_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_OriginMessage!]! - stagingmode_aggregateRoot( + ): [stagingbase_OriginMessage!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_AggregateRoot - stagingmode_aggregateRoots( + ): stagingbase_AggregateRoot + stagingbase_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRoot_filter + orderBy: stagingbase_AggregateRoot_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_AggregateRoot!]! - stagingmode_connectorMeta( + ): [stagingbase_AggregateRoot!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_ConnectorMeta - stagingmode_connectorMetas( + ): stagingbase_ConnectorMeta + stagingbase_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_ConnectorMeta_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_ConnectorMeta_filter + orderBy: stagingbase_ConnectorMeta_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_ConnectorMeta!]! - stagingmode_rootCount( + ): [stagingbase_ConnectorMeta!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RootCount - stagingmode_rootCounts( + ): stagingbase_RootCount + stagingbase_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootCount_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootCount_filter + orderBy: stagingbase_RootCount_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RootCount!]! - stagingmode_rootMessageSent( + ): [stagingbase_RootCount!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RootMessageSent - stagingmode_rootMessageSents( + ): stagingbase_RootMessageSent + stagingbase_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootMessageSent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootMessageSent_filter + orderBy: stagingbase_RootMessageSent_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RootMessageSent!]! - stagingmode_relayerFeesIncrease( + ): [stagingbase_RootMessageSent!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RelayerFeesIncrease - stagingmode_relayerFeesIncreases( + ): stagingbase_RelayerFeesIncrease + stagingbase_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFeesIncrease_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFeesIncrease_filter + orderBy: stagingbase_RelayerFeesIncrease_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RelayerFeesIncrease!]! - stagingmode_slippageUpdate( + ): [stagingbase_RelayerFeesIncrease!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_SlippageUpdate - stagingmode_slippageUpdates( + ): stagingbase_SlippageUpdate + stagingbase_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SlippageUpdate_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SlippageUpdate_filter + orderBy: stagingbase_SlippageUpdate_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_SlippageUpdate!]! - stagingmode_snapshotRoot( + ): [stagingbase_SlippageUpdate!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_SnapshotRoot - stagingmode_snapshotRoots( + ): stagingbase_SnapshotRoot + stagingbase_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SnapshotRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SnapshotRoot_filter + orderBy: stagingbase_SnapshotRoot_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_SnapshotRoot!]! - stagingmode_spokeConnectorMode( + ): [stagingbase_SnapshotRoot!]! + stagingbase_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_SpokeConnectorMode - stagingmode_spokeConnectorModes( + ): stagingbase_SpokeConnectorMode + stagingbase_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SpokeConnectorMode_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SpokeConnectorMode_filter + orderBy: stagingbase_SpokeConnectorMode_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_SpokeConnectorMode!]! - stagingmode_aggregateRootProposed( + ): [stagingbase_SpokeConnectorMode!]! + stagingbase_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_AggregateRootProposed - stagingmode_aggregateRootProposeds( + ): stagingbase_AggregateRootProposed + stagingbase_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRootProposed_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRootProposed_filter + orderBy: stagingbase_AggregateRootProposed_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_AggregateRootProposed!]! - stagingmode_optimisticRootFinalized( + ): [stagingbase_AggregateRootProposed!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_OptimisticRootFinalized - stagingmode_optimisticRootFinalizeds( + ): stagingbase_OptimisticRootFinalized + stagingbase_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OptimisticRootFinalized_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OptimisticRootFinalized_filter + orderBy: stagingbase_OptimisticRootFinalized_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_OptimisticRootFinalized!]! + ): [stagingbase_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingmode__meta(block: stagingmode_Block_height): stagingmode__Meta_ - base_asset( + stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Asset - base_assets( + ): metis_Asset + metis_assets( skip: Int = 0 first: Int = 100 - orderBy: base_Asset_orderBy - orderDirection: base_OrderDirection - where: base_Asset_filter + orderBy: metis_Asset_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Asset!]! - base_assetStatus( + ): [metis_Asset!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetStatus - base_assetStatuses( + ): metis_AssetStatus + metis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_AssetStatus_orderBy - orderDirection: base_OrderDirection - where: base_AssetStatus_filter + orderBy: metis_AssetStatus_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetStatus!]! - base_assetBalance( + ): [metis_AssetStatus!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetBalance - base_assetBalances( + ): metis_AssetBalance + metis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_AssetBalance_orderBy - orderDirection: base_OrderDirection - where: base_AssetBalance_filter + orderBy: metis_AssetBalance_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetBalance!]! - base_router( + ): [metis_AssetBalance!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Router - base_routers( + ): metis_Router + metis_routers( skip: Int = 0 first: Int = 100 - orderBy: base_Router_orderBy - orderDirection: base_OrderDirection - where: base_Router_filter + orderBy: metis_Router_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Router!]! - base_routerDailyTVL( + ): [metis_Router!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterDailyTVL - base_routerDailyTVLs( + ): metis_RouterDailyTVL + metis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_RouterDailyTVL_orderBy - orderDirection: base_OrderDirection - where: base_RouterDailyTVL_filter + orderBy: metis_RouterDailyTVL_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterDailyTVL!]! - base_routerLiquidityEvent( + ): [metis_RouterDailyTVL!]! + metis_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterLiquidityEvent - base_routerLiquidityEvents( + ): metis_RouterLiquidityEvent + metis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_RouterLiquidityEvent_orderBy - orderDirection: base_OrderDirection - where: base_RouterLiquidityEvent_filter + orderBy: metis_RouterLiquidityEvent_orderBy + orderDirection: metis_OrderDirection + where: metis_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterLiquidityEvent!]! - base_setting( + ): [metis_RouterLiquidityEvent!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Setting - base_settings( + ): metis_Setting + metis_settings( skip: Int = 0 first: Int = 100 - orderBy: base_Setting_orderBy - orderDirection: base_OrderDirection - where: base_Setting_filter + orderBy: metis_Setting_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Setting!]! - base_relayer( + ): [metis_Setting!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Relayer - base_relayers( + ): metis_Relayer + metis_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_Relayer_orderBy - orderDirection: base_OrderDirection - where: base_Relayer_filter + orderBy: metis_Relayer_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Relayer!]! - base_sequencer( + ): [metis_Relayer!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Sequencer - base_sequencers( + ): metis_Sequencer + metis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_Sequencer_orderBy - orderDirection: base_OrderDirection - where: base_Sequencer_filter + orderBy: metis_Sequencer_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Sequencer!]! - base_relayerFee( + ): [metis_Sequencer!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RelayerFee - base_relayerFees( + ): metis_RelayerFee + metis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFee_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFee_filter + orderBy: metis_RelayerFee_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RelayerFee!]! - base_originTransfer( + ): [metis_RelayerFee!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OriginTransfer - base_originTransfers( + ): metis_OriginTransfer + metis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_OriginTransfer_orderBy - orderDirection: base_OrderDirection - where: base_OriginTransfer_filter + orderBy: metis_OriginTransfer_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OriginTransfer!]! - base_destinationTransfer( + ): [metis_OriginTransfer!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_DestinationTransfer - base_destinationTransfers( + ): metis_DestinationTransfer + metis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_DestinationTransfer_orderBy - orderDirection: base_OrderDirection - where: base_DestinationTransfer_filter + orderBy: metis_DestinationTransfer_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_DestinationTransfer!]! - base_originMessage( + ): [metis_DestinationTransfer!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OriginMessage - base_originMessages( + ): metis_OriginMessage + metis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_OriginMessage_orderBy - orderDirection: base_OrderDirection - where: base_OriginMessage_filter + orderBy: metis_OriginMessage_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OriginMessage!]! - base_aggregateRoot( + ): [metis_OriginMessage!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AggregateRoot - base_aggregateRoots( + ): metis_AggregateRoot + metis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRoot_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRoot_filter + orderBy: metis_AggregateRoot_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AggregateRoot!]! - base_connectorMeta( + ): [metis_AggregateRoot!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_ConnectorMeta - base_connectorMetas( + ): metis_ConnectorMeta + metis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_ConnectorMeta_orderBy - orderDirection: base_OrderDirection - where: base_ConnectorMeta_filter + orderBy: metis_ConnectorMeta_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_ConnectorMeta!]! - base_rootCount( + ): [metis_ConnectorMeta!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RootCount - base_rootCounts( + ): metis_RootCount + metis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_RootCount_orderBy - orderDirection: base_OrderDirection - where: base_RootCount_filter + orderBy: metis_RootCount_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RootCount!]! - base_rootMessageSent( + ): [metis_RootCount!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RootMessageSent - base_rootMessageSents( + ): metis_RootMessageSent + metis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_RootMessageSent_orderBy - orderDirection: base_OrderDirection - where: base_RootMessageSent_filter + orderBy: metis_RootMessageSent_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RootMessageSent!]! - base_relayerFeesIncrease( + ): [metis_RootMessageSent!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RelayerFeesIncrease - base_relayerFeesIncreases( + ): metis_RelayerFeesIncrease + metis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFeesIncrease_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFeesIncrease_filter + orderBy: metis_RelayerFeesIncrease_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RelayerFeesIncrease!]! - base_slippageUpdate( + ): [metis_RelayerFeesIncrease!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_SlippageUpdate - base_slippageUpdates( + ): metis_SlippageUpdate + metis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_SlippageUpdate_orderBy - orderDirection: base_OrderDirection - where: base_SlippageUpdate_filter + orderBy: metis_SlippageUpdate_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_SlippageUpdate!]! - base_snapshotRoot( + ): [metis_SlippageUpdate!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_SnapshotRoot - base_snapshotRoots( + ): metis_SnapshotRoot + metis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_SnapshotRoot_orderBy - orderDirection: base_OrderDirection - where: base_SnapshotRoot_filter + orderBy: metis_SnapshotRoot_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_SnapshotRoot!]! - base_spokeConnectorMode( + ): [metis_SnapshotRoot!]! + metis_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_SpokeConnectorMode - base_spokeConnectorModes( + ): metis_SpokeConnectorMode + metis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_SpokeConnectorMode_orderBy - orderDirection: base_OrderDirection - where: base_SpokeConnectorMode_filter + orderBy: metis_SpokeConnectorMode_orderBy + orderDirection: metis_OrderDirection + where: metis_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_SpokeConnectorMode!]! - base_aggregateRootProposed( + ): [metis_SpokeConnectorMode!]! + metis_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AggregateRootProposed - base_aggregateRootProposeds( + ): metis_AggregateRootProposed + metis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRootProposed_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRootProposed_filter + orderBy: metis_AggregateRootProposed_orderBy + orderDirection: metis_OrderDirection + where: metis_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AggregateRootProposed!]! - base_optimisticRootFinalized( + ): [metis_AggregateRootProposed!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OptimisticRootFinalized - base_optimisticRootFinalizeds( + ): metis_OptimisticRootFinalized + metis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_OptimisticRootFinalized_orderBy - orderDirection: base_OrderDirection - where: base_OptimisticRootFinalized_filter + orderBy: metis_OptimisticRootFinalized_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OptimisticRootFinalized!]! + ): [metis_OptimisticRootFinalized!]! """Access to subgraph metadata""" - base__meta(block: base_Block_height): base__Meta_ - stagingscroll_asset( + metis__meta(block: metis_Block_height): metis__Meta_ + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Asset - stagingscroll_assets( + ): base_swap_SystemInfo + base_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Asset_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Asset_filter + orderBy: base_swap_SystemInfo_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Asset!]! - stagingscroll_assetStatus( + ): [base_swap_SystemInfo!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AssetStatus - stagingscroll_assetStatuses( + ): base_swap_PooledToken + base_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetStatus_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetStatus_filter + orderBy: base_swap_PooledToken_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AssetStatus!]! - stagingscroll_assetBalance( + ): [base_swap_PooledToken!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AssetBalance - stagingscroll_assetBalances( + ): base_swap_StableSwap + base_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetBalance_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetBalance_filter + orderBy: base_swap_StableSwap_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AssetBalance!]! - stagingscroll_router( + ): [base_swap_StableSwap!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Router - stagingscroll_routers( + ): base_swap_StableSwapAddLiquidityEvent + base_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Router_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Router_filter + orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Router!]! - stagingscroll_routerDailyTVL( + ): [base_swap_StableSwapAddLiquidityEvent!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RouterDailyTVL - stagingscroll_routerDailyTVLs( + ): base_swap_StableSwapRemoveLiquidityEvent + base_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterDailyTVL_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterDailyTVL_filter + orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RouterDailyTVL!]! - stagingscroll_routerLiquidityEvent( + ): [base_swap_StableSwapRemoveLiquidityEvent!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RouterLiquidityEvent - stagingscroll_routerLiquidityEvents( + ): base_swap_StableSwapExchange + base_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterLiquidityEvent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterLiquidityEvent_filter + orderBy: base_swap_StableSwapExchange_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RouterLiquidityEvent!]! - stagingscroll_setting( + ): [base_swap_StableSwapExchange!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Setting - stagingscroll_settings( + ): base_swap_SwapDailyVolume + base_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Setting_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Setting_filter + orderBy: base_swap_SwapDailyVolume_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Setting!]! - stagingscroll_relayer( + ): [base_swap_SwapDailyVolume!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Relayer - stagingscroll_relayers( + ): base_swap_SwapHourlyVolume + base_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Relayer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Relayer_filter + orderBy: base_swap_SwapHourlyVolume_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Relayer!]! - stagingscroll_sequencer( + ): [base_swap_SwapHourlyVolume!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Sequencer - stagingscroll_sequencers( + ): base_swap_SwapWeeklyVolume + base_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Sequencer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Sequencer_filter + orderBy: base_swap_SwapWeeklyVolume_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Sequencer!]! - stagingscroll_relayerFee( + ): [base_swap_SwapWeeklyVolume!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RelayerFee - stagingscroll_relayerFees( + ): base_swap_LpAccount + base_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFee_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFee_filter + orderBy: base_swap_LpAccount_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RelayerFee!]! - stagingscroll_originTransfer( + ): [base_swap_LpAccount!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_OriginTransfer - stagingscroll_originTransfers( + ): base_swap_LpAccountBalance + base_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginTransfer_filter + orderBy: base_swap_LpAccountBalance_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_OriginTransfer!]! - stagingscroll_destinationTransfer( + ): [base_swap_LpAccountBalance!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_DestinationTransfer - stagingscroll_destinationTransfers( + ): base_swap_LpToken + base_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_DestinationTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_DestinationTransfer_filter + orderBy: base_swap_LpToken_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_DestinationTransfer!]! - stagingscroll_originMessage( + ): [base_swap_LpToken!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_OriginMessage - stagingscroll_originMessages( + ): base_swap_LpTransferEvent + base_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginMessage_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginMessage_filter + orderBy: base_swap_LpTransferEvent_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_OriginMessage!]! - stagingscroll_aggregateRoot( + ): [base_swap_LpTransferEvent!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AggregateRoot - stagingscroll_aggregateRoots( + ): base_swap_StableSwapEvent + base_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRoot_filter + orderBy: base_swap_StableSwapEvent_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AggregateRoot!]! - stagingscroll_connectorMeta( + ): [base_swap_StableSwapEvent!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_ConnectorMeta - stagingscroll_connectorMetas( + ): base_swap_SwapTradeVolume + base_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_ConnectorMeta_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_ConnectorMeta_filter + orderBy: base_swap_SwapTradeVolume_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_ConnectorMeta!]! - stagingscroll_rootCount( + ): [base_swap_SwapTradeVolume!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RootCount - stagingscroll_rootCounts( + ): base_swap_LpTokenEvent + base_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootCount_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootCount_filter + orderBy: base_swap_LpTokenEvent_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RootCount!]! - stagingscroll_rootMessageSent( + ): [base_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RootMessageSent - stagingscroll_rootMessageSents( + ): stagingmantle_Asset + stagingmantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootMessageSent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootMessageSent_filter + orderBy: stagingmantle_Asset_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RootMessageSent!]! - stagingscroll_relayerFeesIncrease( + ): [stagingmantle_Asset!]! + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RelayerFeesIncrease - stagingscroll_relayerFeesIncreases( + ): stagingmantle_AssetStatus + stagingmantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFeesIncrease_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFeesIncrease_filter + orderBy: stagingmantle_AssetStatus_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RelayerFeesIncrease!]! - stagingscroll_slippageUpdate( + ): [stagingmantle_AssetStatus!]! + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_SlippageUpdate - stagingscroll_slippageUpdates( + ): stagingmantle_AssetBalance + stagingmantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SlippageUpdate_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SlippageUpdate_filter + orderBy: stagingmantle_AssetBalance_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_SlippageUpdate!]! - stagingscroll_snapshotRoot( + ): [stagingmantle_AssetBalance!]! + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_SnapshotRoot - stagingscroll_snapshotRoots( + ): stagingmantle_Router + stagingmantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SnapshotRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SnapshotRoot_filter + orderBy: stagingmantle_Router_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_SnapshotRoot!]! - stagingscroll_spokeConnectorMode( + ): [stagingmantle_Router!]! + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_SpokeConnectorMode - stagingscroll_spokeConnectorModes( + ): stagingmantle_RouterDailyTVL + stagingmantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SpokeConnectorMode_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SpokeConnectorMode_filter + orderBy: stagingmantle_RouterDailyTVL_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_SpokeConnectorMode!]! - stagingscroll_aggregateRootProposed( + ): [stagingmantle_RouterDailyTVL!]! + stagingmantle_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AggregateRootProposed - stagingscroll_aggregateRootProposeds( + ): stagingmantle_RouterLiquidityEvent + stagingmantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRootProposed_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRootProposed_filter + orderBy: stagingmantle_RouterLiquidityEvent_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AggregateRootProposed!]! - stagingscroll_optimisticRootFinalized( + ): [stagingmantle_RouterLiquidityEvent!]! + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_OptimisticRootFinalized - stagingscroll_optimisticRootFinalizeds( + ): stagingmantle_Setting + stagingmantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OptimisticRootFinalized_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OptimisticRootFinalized_filter + orderBy: stagingmantle_Setting_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__Meta_ - stagingzksync_asset( + ): [stagingmantle_Setting!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_Asset - stagingzksync_assets( + ): stagingmantle_Relayer + stagingmantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Asset_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Asset_filter + orderBy: stagingmantle_Relayer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_Asset!]! - stagingzksync_assetStatus( + ): [stagingmantle_Relayer!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AssetStatus - stagingzksync_assetStatuses( + ): stagingmantle_Sequencer + stagingmantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetStatus_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetStatus_filter + orderBy: stagingmantle_Sequencer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AssetStatus!]! - stagingzksync_assetBalance( + ): [stagingmantle_Sequencer!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AssetBalance - stagingzksync_assetBalances( + ): stagingmantle_RelayerFee + stagingmantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetBalance_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetBalance_filter + orderBy: stagingmantle_RelayerFee_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AssetBalance!]! - stagingzksync_router( + ): [stagingmantle_RelayerFee!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_Router - stagingzksync_routers( + ): stagingmantle_OriginTransfer + stagingmantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Router_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Router_filter + orderBy: stagingmantle_OriginTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_Router!]! - stagingzksync_routerDailyTVL( + ): [stagingmantle_OriginTransfer!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RouterDailyTVL - stagingzksync_routerDailyTVLs( + ): stagingmantle_DestinationTransfer + stagingmantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterDailyTVL_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterDailyTVL_filter + orderBy: stagingmantle_DestinationTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RouterDailyTVL!]! - stagingzksync_routerLiquidityEvent( + ): [stagingmantle_DestinationTransfer!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RouterLiquidityEvent - stagingzksync_routerLiquidityEvents( + ): stagingmantle_OriginMessage + stagingmantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterLiquidityEvent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterLiquidityEvent_filter + orderBy: stagingmantle_OriginMessage_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RouterLiquidityEvent!]! - stagingzksync_setting( + ): [stagingmantle_OriginMessage!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_Setting - stagingzksync_settings( + ): stagingmantle_AggregateRoot + stagingmantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Setting_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Setting_filter + orderBy: stagingmantle_AggregateRoot_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_Setting!]! - stagingzksync_relayer( + ): [stagingmantle_AggregateRoot!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_Relayer - stagingzksync_relayers( + ): stagingmantle_ConnectorMeta + stagingmantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Relayer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Relayer_filter + orderBy: stagingmantle_ConnectorMeta_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_Relayer!]! - stagingzksync_sequencer( + ): [stagingmantle_ConnectorMeta!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_Sequencer - stagingzksync_sequencers( + ): stagingmantle_RootCount + stagingmantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Sequencer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Sequencer_filter + orderBy: stagingmantle_RootCount_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_Sequencer!]! - stagingzksync_relayerFee( + ): [stagingmantle_RootCount!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RelayerFee - stagingzksync_relayerFees( + ): stagingmantle_RootMessageSent + stagingmantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFee_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFee_filter + orderBy: stagingmantle_RootMessageSent_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RelayerFee!]! - stagingzksync_originTransfer( + ): [stagingmantle_RootMessageSent!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_OriginTransfer - stagingzksync_originTransfers( + ): stagingmantle_RelayerFeesIncrease + stagingmantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginTransfer_filter + orderBy: stagingmantle_RelayerFeesIncrease_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_OriginTransfer!]! - stagingzksync_destinationTransfer( + ): [stagingmantle_RelayerFeesIncrease!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_DestinationTransfer - stagingzksync_destinationTransfers( + ): stagingmantle_SlippageUpdate + stagingmantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_DestinationTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_DestinationTransfer_filter + orderBy: stagingmantle_SlippageUpdate_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_DestinationTransfer!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_OriginMessage - stagingzksync_originMessages( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_OriginMessage_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_OriginMessage!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AggregateRoot - stagingzksync_aggregateRoots( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_AggregateRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AggregateRoot!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_ConnectorMeta - stagingzksync_connectorMetas( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_ConnectorMeta_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_ConnectorMeta!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RootCount - stagingzksync_rootCounts( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_RootCount_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RootCount!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RootMessageSent - stagingzksync_rootMessageSents( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_RootMessageSent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RootMessageSent!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RelayerFeesIncrease - stagingzksync_relayerFeesIncreases( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_RelayerFeesIncrease_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RelayerFeesIncrease!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SlippageUpdate - stagingzksync_slippageUpdates( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_SlippageUpdate_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SlippageUpdate!]! - stagingzksync_snapshotRoot( + ): [stagingmantle_SlippageUpdate!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SnapshotRoot - stagingzksync_snapshotRoots( + ): stagingmantle_SnapshotRoot + stagingmantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SnapshotRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SnapshotRoot_filter + orderBy: stagingmantle_SnapshotRoot_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SnapshotRoot!]! - stagingzksync_spokeConnectorMode( + ): [stagingmantle_SnapshotRoot!]! + stagingmantle_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SpokeConnectorMode - stagingzksync_spokeConnectorModes( + ): stagingmantle_SpokeConnectorMode + stagingmantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SpokeConnectorMode_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SpokeConnectorMode_filter + orderBy: stagingmantle_SpokeConnectorMode_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SpokeConnectorMode!]! - stagingzksync_aggregateRootProposed( + ): [stagingmantle_SpokeConnectorMode!]! + stagingmantle_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AggregateRootProposed - stagingzksync_aggregateRootProposeds( + ): stagingmantle_AggregateRootProposed + stagingmantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRootProposed_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRootProposed_filter + orderBy: stagingmantle_AggregateRootProposed_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AggregateRootProposed!]! - stagingzksync_optimisticRootFinalized( + ): [stagingmantle_AggregateRootProposed!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_OptimisticRootFinalized - stagingzksync_optimisticRootFinalizeds( + ): stagingmantle_OptimisticRootFinalized + stagingmantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OptimisticRootFinalized_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OptimisticRootFinalized_filter + orderBy: stagingmantle_OptimisticRootFinalized_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_OptimisticRootFinalized!]! + ): [stagingmantle_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ - stagingxdai_asset( + stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_Asset - stagingxdai_assets( + ): stagingmetis_Asset + stagingmetis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Asset_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Asset_filter + orderBy: stagingmetis_Asset_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_Asset!]! - stagingxdai_assetStatus( + ): [stagingmetis_Asset!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_AssetStatus - stagingxdai_assetStatuses( + ): stagingmetis_AssetStatus + stagingmetis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetStatus_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetStatus_filter + orderBy: stagingmetis_AssetStatus_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_AssetStatus!]! - stagingxdai_assetBalance( + ): [stagingmetis_AssetStatus!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_AssetBalance - stagingxdai_assetBalances( + ): stagingmetis_AssetBalance + stagingmetis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetBalance_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetBalance_filter + orderBy: stagingmetis_AssetBalance_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_AssetBalance!]! - stagingxdai_router( + ): [stagingmetis_AssetBalance!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_Router - stagingxdai_routers( + ): stagingmetis_Router + stagingmetis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Router_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Router_filter + orderBy: stagingmetis_Router_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_Router!]! - stagingxdai_routerDailyTVL( + ): [stagingmetis_Router!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RouterDailyTVL - stagingxdai_routerDailyTVLs( + ): stagingmetis_RouterDailyTVL + stagingmetis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterDailyTVL_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterDailyTVL_filter + orderBy: stagingmetis_RouterDailyTVL_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RouterDailyTVL!]! - stagingxdai_routerLiquidityEvent( + ): [stagingmetis_RouterDailyTVL!]! + stagingmetis_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RouterLiquidityEvent - stagingxdai_routerLiquidityEvents( + ): stagingmetis_RouterLiquidityEvent + stagingmetis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterLiquidityEvent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterLiquidityEvent_filter + orderBy: stagingmetis_RouterLiquidityEvent_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RouterLiquidityEvent!]! - stagingxdai_setting( + ): [stagingmetis_RouterLiquidityEvent!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_Setting - stagingxdai_settings( + ): stagingmetis_Setting + stagingmetis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Setting_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Setting_filter + orderBy: stagingmetis_Setting_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_Setting!]! - stagingxdai_relayer( + ): [stagingmetis_Setting!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_Relayer - stagingxdai_relayers( + ): stagingmetis_Relayer + stagingmetis_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Relayer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Relayer_filter + orderBy: stagingmetis_Relayer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_Relayer!]! - stagingxdai_sequencer( + ): [stagingmetis_Relayer!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_Sequencer - stagingxdai_sequencers( + ): stagingmetis_Sequencer + stagingmetis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Sequencer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Sequencer_filter + orderBy: stagingmetis_Sequencer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_Sequencer!]! - stagingxdai_relayerFee( + ): [stagingmetis_Sequencer!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RelayerFee - stagingxdai_relayerFees( + ): stagingmetis_RelayerFee + stagingmetis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFee_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFee_filter + orderBy: stagingmetis_RelayerFee_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RelayerFee!]! - stagingxdai_originTransfer( + ): [stagingmetis_RelayerFee!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_OriginTransfer - stagingxdai_originTransfers( + ): stagingmetis_OriginTransfer + stagingmetis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginTransfer_filter + orderBy: stagingmetis_OriginTransfer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_OriginTransfer!]! - stagingxdai_destinationTransfer( + ): [stagingmetis_OriginTransfer!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_DestinationTransfer - stagingxdai_destinationTransfers( + ): stagingmetis_DestinationTransfer + stagingmetis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_DestinationTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_DestinationTransfer_filter + orderBy: stagingmetis_DestinationTransfer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_DestinationTransfer!]! - stagingxdai_originMessage( + ): [stagingmetis_DestinationTransfer!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_OriginMessage - stagingxdai_originMessages( + ): stagingmetis_OriginMessage + stagingmetis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginMessage_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginMessage_filter + orderBy: stagingmetis_OriginMessage_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_OriginMessage!]! - stagingxdai_aggregateRoot( + ): [stagingmetis_OriginMessage!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_AggregateRoot - stagingxdai_aggregateRoots( + ): stagingmetis_AggregateRoot + stagingmetis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRoot_filter + orderBy: stagingmetis_AggregateRoot_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_AggregateRoot!]! - stagingxdai_connectorMeta( + ): [stagingmetis_AggregateRoot!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_ConnectorMeta - stagingxdai_connectorMetas( + ): stagingmetis_ConnectorMeta + stagingmetis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_ConnectorMeta_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_ConnectorMeta_filter + orderBy: stagingmetis_ConnectorMeta_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_ConnectorMeta!]! - stagingxdai_rootCount( + ): [stagingmetis_ConnectorMeta!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RootCount - stagingxdai_rootCounts( + ): stagingmetis_RootCount + stagingmetis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootCount_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootCount_filter + orderBy: stagingmetis_RootCount_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RootCount!]! - stagingxdai_rootMessageSent( + ): [stagingmetis_RootCount!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RootMessageSent - stagingxdai_rootMessageSents( + ): stagingmetis_RootMessageSent + stagingmetis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootMessageSent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootMessageSent_filter + orderBy: stagingmetis_RootMessageSent_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RootMessageSent!]! - stagingxdai_relayerFeesIncrease( + ): [stagingmetis_RootMessageSent!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RelayerFeesIncrease - stagingxdai_relayerFeesIncreases( + ): stagingmetis_RelayerFeesIncrease + stagingmetis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFeesIncrease_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFeesIncrease_filter + orderBy: stagingmetis_RelayerFeesIncrease_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RelayerFeesIncrease!]! - stagingxdai_slippageUpdate( + ): [stagingmetis_RelayerFeesIncrease!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SlippageUpdate - stagingxdai_slippageUpdates( + ): stagingmetis_SlippageUpdate + stagingmetis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SlippageUpdate_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SlippageUpdate_filter + orderBy: stagingmetis_SlippageUpdate_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SlippageUpdate!]! - stagingxdai_snapshotRoot( + ): [stagingmetis_SlippageUpdate!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SnapshotRoot - stagingxdai_snapshotRoots( + ): stagingmetis_SnapshotRoot + stagingmetis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SnapshotRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SnapshotRoot_filter + orderBy: stagingmetis_SnapshotRoot_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SnapshotRoot!]! - stagingxdai_spokeConnectorMode( + ): [stagingmetis_SnapshotRoot!]! + stagingmetis_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SpokeConnectorMode - stagingxdai_spokeConnectorModes( + ): stagingmetis_SpokeConnectorMode + stagingmetis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SpokeConnectorMode_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SpokeConnectorMode_filter + orderBy: stagingmetis_SpokeConnectorMode_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SpokeConnectorMode!]! - stagingxdai_aggregateRootProposed( + ): [stagingmetis_SpokeConnectorMode!]! + stagingmetis_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_AggregateRootProposed - stagingxdai_aggregateRootProposeds( + ): stagingmetis_AggregateRootProposed + stagingmetis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRootProposed_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRootProposed_filter + orderBy: stagingmetis_AggregateRootProposed_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_AggregateRootProposed!]! - stagingxdai_optimisticRootFinalized( + ): [stagingmetis_AggregateRootProposed!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_OptimisticRootFinalized - stagingxdai_optimisticRootFinalizeds( + ): stagingmetis_OptimisticRootFinalized + stagingmetis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OptimisticRootFinalized_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OptimisticRootFinalized_filter + orderBy: stagingmetis_OptimisticRootFinalized_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_OptimisticRootFinalized!]! + ): [stagingmetis_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ + stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ xdai_asset( id: ID! """ @@ -24169,3425 +24351,3425 @@ type Query { ): [xdai_OptimisticRootFinalized!]! """Access to subgraph metadata""" xdai__meta(block: xdai_Block_height): xdai__Meta_ - stagingbnb_asset( + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_Asset - stagingbnb_assets( + ): xlayer_Asset + xlayer_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Asset_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Asset_filter + orderBy: xlayer_Asset_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_Asset!]! - stagingbnb_assetStatus( + ): [xlayer_Asset!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_AssetStatus - stagingbnb_assetStatuses( + ): xlayer_AssetStatus + xlayer_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetStatus_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetStatus_filter + orderBy: xlayer_AssetStatus_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_AssetStatus!]! - stagingbnb_assetBalance( + ): [xlayer_AssetStatus!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_AssetBalance - stagingbnb_assetBalances( + ): xlayer_AssetBalance + xlayer_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetBalance_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetBalance_filter + orderBy: xlayer_AssetBalance_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_AssetBalance!]! - stagingbnb_router( + ): [xlayer_AssetBalance!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_Router - stagingbnb_routers( + ): xlayer_Router + xlayer_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Router_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Router_filter + orderBy: xlayer_Router_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_Router!]! - stagingbnb_routerDailyTVL( + ): [xlayer_Router!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RouterDailyTVL - stagingbnb_routerDailyTVLs( + ): xlayer_RouterDailyTVL + xlayer_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterDailyTVL_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterDailyTVL_filter + orderBy: xlayer_RouterDailyTVL_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RouterDailyTVL!]! - stagingbnb_routerLiquidityEvent( + ): [xlayer_RouterDailyTVL!]! + xlayer_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RouterLiquidityEvent - stagingbnb_routerLiquidityEvents( + ): xlayer_RouterLiquidityEvent + xlayer_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterLiquidityEvent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterLiquidityEvent_filter + orderBy: xlayer_RouterLiquidityEvent_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RouterLiquidityEvent!]! - stagingbnb_setting( + ): [xlayer_RouterLiquidityEvent!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_Setting - stagingbnb_settings( + ): xlayer_Setting + xlayer_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Setting_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Setting_filter + orderBy: xlayer_Setting_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_Setting!]! - stagingbnb_relayer( + ): [xlayer_Setting!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_Relayer - stagingbnb_relayers( + ): xlayer_Relayer + xlayer_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Relayer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Relayer_filter + orderBy: xlayer_Relayer_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_Relayer!]! - stagingbnb_sequencer( + ): [xlayer_Relayer!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_Sequencer - stagingbnb_sequencers( + ): xlayer_Sequencer + xlayer_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Sequencer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Sequencer_filter + orderBy: xlayer_Sequencer_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_Sequencer!]! - stagingbnb_relayerFee( + ): [xlayer_Sequencer!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RelayerFee - stagingbnb_relayerFees( + ): xlayer_RelayerFee + xlayer_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFee_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFee_filter + orderBy: xlayer_RelayerFee_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RelayerFee!]! - stagingbnb_originTransfer( + ): [xlayer_RelayerFee!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_OriginTransfer - stagingbnb_originTransfers( + ): xlayer_OriginTransfer + xlayer_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginTransfer_filter + orderBy: xlayer_OriginTransfer_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_OriginTransfer!]! - stagingbnb_destinationTransfer( + ): [xlayer_OriginTransfer!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_DestinationTransfer - stagingbnb_destinationTransfers( + ): xlayer_DestinationTransfer + xlayer_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_DestinationTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_DestinationTransfer_filter + orderBy: xlayer_DestinationTransfer_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_DestinationTransfer!]! - stagingbnb_originMessage( + ): [xlayer_DestinationTransfer!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_OriginMessage - stagingbnb_originMessages( + ): xlayer_OriginMessage + xlayer_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginMessage_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginMessage_filter + orderBy: xlayer_OriginMessage_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_OriginMessage!]! - stagingbnb_aggregateRoot( + ): [xlayer_OriginMessage!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_AggregateRoot - stagingbnb_aggregateRoots( + ): xlayer_AggregateRoot + xlayer_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRoot_filter + orderBy: xlayer_AggregateRoot_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_AggregateRoot!]! - stagingbnb_connectorMeta( + ): [xlayer_AggregateRoot!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_ConnectorMeta - stagingbnb_connectorMetas( + ): xlayer_ConnectorMeta + xlayer_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_ConnectorMeta_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_ConnectorMeta_filter + orderBy: xlayer_ConnectorMeta_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_ConnectorMeta!]! - stagingbnb_rootCount( + ): [xlayer_ConnectorMeta!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RootCount - stagingbnb_rootCounts( + ): xlayer_RootCount + xlayer_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootCount_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootCount_filter + orderBy: xlayer_RootCount_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RootCount!]! - stagingbnb_rootMessageSent( + ): [xlayer_RootCount!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RootMessageSent - stagingbnb_rootMessageSents( + ): xlayer_RootMessageSent + xlayer_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootMessageSent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootMessageSent_filter + orderBy: xlayer_RootMessageSent_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RootMessageSent!]! - stagingbnb_relayerFeesIncrease( + ): [xlayer_RootMessageSent!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RelayerFeesIncrease - stagingbnb_relayerFeesIncreases( + ): xlayer_RelayerFeesIncrease + xlayer_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFeesIncrease_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFeesIncrease_filter + orderBy: xlayer_RelayerFeesIncrease_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RelayerFeesIncrease!]! - stagingbnb_slippageUpdate( + ): [xlayer_RelayerFeesIncrease!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_SlippageUpdate - stagingbnb_slippageUpdates( + ): xlayer_SlippageUpdate + xlayer_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SlippageUpdate_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SlippageUpdate_filter + orderBy: xlayer_SlippageUpdate_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_SlippageUpdate!]! - stagingbnb_snapshotRoot( + ): [xlayer_SlippageUpdate!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_SnapshotRoot - stagingbnb_snapshotRoots( + ): xlayer_SnapshotRoot + xlayer_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SnapshotRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SnapshotRoot_filter + orderBy: xlayer_SnapshotRoot_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_SnapshotRoot!]! - stagingbnb_spokeConnectorMode( + ): [xlayer_SnapshotRoot!]! + xlayer_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_SpokeConnectorMode - stagingbnb_spokeConnectorModes( + ): xlayer_SpokeConnectorMode + xlayer_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SpokeConnectorMode_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SpokeConnectorMode_filter + orderBy: xlayer_SpokeConnectorMode_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_SpokeConnectorMode!]! - stagingbnb_aggregateRootProposed( + ): [xlayer_SpokeConnectorMode!]! + xlayer_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_AggregateRootProposed - stagingbnb_aggregateRootProposeds( + ): xlayer_AggregateRootProposed + xlayer_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRootProposed_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRootProposed_filter + orderBy: xlayer_AggregateRootProposed_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_AggregateRootProposed!]! - stagingbnb_optimisticRootFinalized( + ): [xlayer_AggregateRootProposed!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_OptimisticRootFinalized - stagingbnb_optimisticRootFinalizeds( + ): xlayer_OptimisticRootFinalized + xlayer_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OptimisticRootFinalized_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OptimisticRootFinalized_filter + orderBy: xlayer_OptimisticRootFinalized_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_OptimisticRootFinalized!]! + ): [xlayer_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ - stagingarbitrumone_asset( + xlayer__meta(block: xlayer_Block_height): xlayer__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: stagingarbitrumone_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 - ): stagingarbitrumone_Asset - stagingarbitrumone_assets( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Asset_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Asset_filter + orderBy: bnb_Asset_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_Asset!]! - stagingarbitrumone_assetStatus( + ): [bnb_Asset!]! + bnb_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_AssetStatus - stagingarbitrumone_assetStatuses( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetStatus_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetStatus_filter + orderBy: bnb_AssetStatus_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetStatus!]! - stagingarbitrumone_assetBalance( + ): [bnb_AssetStatus!]! + bnb_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_AssetBalance - stagingarbitrumone_assetBalances( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetBalance_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetBalance_filter + orderBy: bnb_AssetBalance_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetBalance!]! - stagingarbitrumone_router( + ): [bnb_AssetBalance!]! + bnb_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_Router - stagingarbitrumone_routers( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Router_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Router_filter + orderBy: bnb_Router_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_Router!]! - stagingarbitrumone_routerDailyTVL( + ): [bnb_Router!]! + bnb_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_RouterDailyTVL - stagingarbitrumone_routerDailyTVLs( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterDailyTVL_filter + orderBy: bnb_RouterDailyTVL_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterDailyTVL!]! - stagingarbitrumone_routerLiquidityEvent( + ): [bnb_RouterDailyTVL!]! + bnb_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_RouterLiquidityEvent - stagingarbitrumone_routerLiquidityEvents( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterLiquidityEvent_filter + orderBy: bnb_RouterLiquidityEvent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterLiquidityEvent!]! - stagingarbitrumone_setting( + ): [bnb_RouterLiquidityEvent!]! + bnb_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_Setting - stagingarbitrumone_settings( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Setting_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Setting_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Setting!]! - stagingarbitrumone_relayer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Relayer - stagingarbitrumone_relayers( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Relayer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Relayer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Relayer!]! - stagingarbitrumone_sequencer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Sequencer - stagingarbitrumone_sequencers( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Sequencer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Sequencer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Sequencer!]! - stagingarbitrumone_relayerFee( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFee - stagingarbitrumone_relayerFees( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFee_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFee_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFee!]! - stagingarbitrumone_originTransfer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginTransfer - stagingarbitrumone_originTransfers( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginTransfer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginTransfer!]! - stagingarbitrumone_destinationTransfer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_DestinationTransfer - stagingarbitrumone_destinationTransfers( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_DestinationTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_DestinationTransfer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_DestinationTransfer!]! - stagingarbitrumone_originMessage( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginMessage - stagingarbitrumone_originMessages( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginMessage_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginMessage_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginMessage!]! - stagingarbitrumone_aggregateRoot( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRoot - stagingarbitrumone_aggregateRoots( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRoot_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRoot!]! - stagingarbitrumone_connectorMeta( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_ConnectorMeta - stagingarbitrumone_connectorMetas( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_ConnectorMeta_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_ConnectorMeta_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: stagingarbitrumone_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 - ): [stagingarbitrumone_ConnectorMeta!]! - stagingarbitrumone_rootCount( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RootCount - stagingarbitrumone_rootCounts( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootCount_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootCount_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootCount!]! - stagingarbitrumone_rootMessageSent( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RootMessageSent - stagingarbitrumone_rootMessageSents( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootMessageSent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootMessageSent_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootMessageSent!]! - stagingarbitrumone_relayerFeesIncrease( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFeesIncrease - stagingarbitrumone_relayerFeesIncreases( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFeesIncrease_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFeesIncrease!]! - stagingarbitrumone_slippageUpdate( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_SlippageUpdate - stagingarbitrumone_slippageUpdates( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SlippageUpdate_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SlippageUpdate_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SlippageUpdate!]! - stagingarbitrumone_snapshotRoot( + ): [bnb_SlippageUpdate!]! + bnb_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: stagingarbitrumone_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 - ): stagingarbitrumone_SnapshotRoot - stagingarbitrumone_snapshotRoots( + ): bnb_SnapshotRoot + bnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SnapshotRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SnapshotRoot_filter + orderBy: bnb_SnapshotRoot_orderBy + orderDirection: bnb_OrderDirection + where: bnb_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SnapshotRoot!]! - stagingarbitrumone_spokeConnectorMode( + ): [bnb_SnapshotRoot!]! + bnb_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_SpokeConnectorMode - stagingarbitrumone_spokeConnectorModes( + ): bnb_SpokeConnectorMode + bnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SpokeConnectorMode_filter + orderBy: bnb_SpokeConnectorMode_orderBy + orderDirection: bnb_OrderDirection + where: bnb_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_SpokeConnectorMode!]! - stagingarbitrumone_aggregateRootProposed( + ): [bnb_SpokeConnectorMode!]! + bnb_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRootProposed - stagingarbitrumone_aggregateRootProposeds( + ): bnb_AggregateRootProposed + bnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRootProposed_filter + orderBy: bnb_AggregateRootProposed_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRootProposed!]! - stagingarbitrumone_optimisticRootFinalized( + ): [bnb_AggregateRootProposed!]! + bnb_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: stagingarbitrumone_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 - ): stagingarbitrumone_OptimisticRootFinalized - stagingarbitrumone_optimisticRootFinalizeds( + ): bnb_OptimisticRootFinalized + bnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OptimisticRootFinalized_filter + orderBy: bnb_OptimisticRootFinalized_orderBy + orderDirection: bnb_OrderDirection + where: bnb_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OptimisticRootFinalized!]! + ): [bnb_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ - stagingpolygonzkevm_asset( + bnb__meta(block: bnb_Block_height): bnb__Meta_ + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Asset - stagingpolygonzkevm_assets( + ): base_Asset + base_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Asset_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Asset_filter + orderBy: base_Asset_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Asset!]! - stagingpolygonzkevm_assetStatus( + ): [base_Asset!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AssetStatus - stagingpolygonzkevm_assetStatuses( + ): base_AssetStatus + base_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetStatus_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetStatus_filter + orderBy: base_AssetStatus_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AssetStatus!]! - stagingpolygonzkevm_assetBalance( + ): [base_AssetStatus!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AssetBalance - stagingpolygonzkevm_assetBalances( + ): base_AssetBalance + base_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetBalance_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetBalance_filter + orderBy: base_AssetBalance_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AssetBalance!]! - stagingpolygonzkevm_router( + ): [base_AssetBalance!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Router - stagingpolygonzkevm_routers( + ): base_Router + base_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Router_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Router_filter + orderBy: base_Router_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Router!]! - stagingpolygonzkevm_routerDailyTVL( + ): [base_Router!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RouterDailyTVL - stagingpolygonzkevm_routerDailyTVLs( + ): base_RouterDailyTVL + base_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterDailyTVL_filter + orderBy: base_RouterDailyTVL_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RouterDailyTVL!]! - stagingpolygonzkevm_routerLiquidityEvent( + ): [base_RouterDailyTVL!]! + base_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RouterLiquidityEvent - stagingpolygonzkevm_routerLiquidityEvents( + ): base_RouterLiquidityEvent + base_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterLiquidityEvent_filter + orderBy: base_RouterLiquidityEvent_orderBy + orderDirection: base_OrderDirection + where: base_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RouterLiquidityEvent!]! - stagingpolygonzkevm_setting( + ): [base_RouterLiquidityEvent!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Setting - stagingpolygonzkevm_settings( + ): base_Setting + base_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Setting_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Setting_filter + orderBy: base_Setting_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Setting!]! - stagingpolygonzkevm_relayer( + ): [base_Setting!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Relayer - stagingpolygonzkevm_relayers( + ): base_Relayer + base_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Relayer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Relayer_filter + orderBy: base_Relayer_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Relayer!]! - stagingpolygonzkevm_sequencer( + ): [base_Relayer!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Sequencer - stagingpolygonzkevm_sequencers( + ): base_Sequencer + base_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Sequencer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Sequencer_filter + orderBy: base_Sequencer_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Sequencer!]! - stagingpolygonzkevm_relayerFee( + ): [base_Sequencer!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RelayerFee - stagingpolygonzkevm_relayerFees( + ): base_RelayerFee + base_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFee_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFee_filter + orderBy: base_RelayerFee_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RelayerFee!]! - stagingpolygonzkevm_originTransfer( + ): [base_RelayerFee!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_OriginTransfer - stagingpolygonzkevm_originTransfers( + ): base_OriginTransfer + base_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginTransfer_filter + orderBy: base_OriginTransfer_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_OriginTransfer!]! - stagingpolygonzkevm_destinationTransfer( + ): [base_OriginTransfer!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_DestinationTransfer - stagingpolygonzkevm_destinationTransfers( + ): base_DestinationTransfer + base_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_DestinationTransfer_filter + orderBy: base_DestinationTransfer_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_DestinationTransfer!]! - stagingpolygonzkevm_originMessage( + ): [base_DestinationTransfer!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_OriginMessage - stagingpolygonzkevm_originMessages( + ): base_OriginMessage + base_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginMessage_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginMessage_filter + orderBy: base_OriginMessage_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_OriginMessage!]! - stagingpolygonzkevm_aggregateRoot( + ): [base_OriginMessage!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AggregateRoot - stagingpolygonzkevm_aggregateRoots( + ): base_AggregateRoot + base_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRoot_filter + orderBy: base_AggregateRoot_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AggregateRoot!]! - stagingpolygonzkevm_connectorMeta( + ): [base_AggregateRoot!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_ConnectorMeta - stagingpolygonzkevm_connectorMetas( + ): base_ConnectorMeta + base_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_ConnectorMeta_filter + orderBy: base_ConnectorMeta_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_ConnectorMeta!]! - stagingpolygonzkevm_rootCount( + ): [base_ConnectorMeta!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RootCount - stagingpolygonzkevm_rootCounts( + ): base_RootCount + base_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootCount_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootCount_filter + orderBy: base_RootCount_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RootCount!]! - stagingpolygonzkevm_rootMessageSent( + ): [base_RootCount!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RootMessageSent - stagingpolygonzkevm_rootMessageSents( + ): base_RootMessageSent + base_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootMessageSent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootMessageSent_filter + orderBy: base_RootMessageSent_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RootMessageSent!]! - stagingpolygonzkevm_relayerFeesIncrease( + ): [base_RootMessageSent!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RelayerFeesIncrease - stagingpolygonzkevm_relayerFeesIncreases( + ): base_RelayerFeesIncrease + base_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFeesIncrease_filter + orderBy: base_RelayerFeesIncrease_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RelayerFeesIncrease!]! - stagingpolygonzkevm_slippageUpdate( + ): [base_RelayerFeesIncrease!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_SlippageUpdate - stagingpolygonzkevm_slippageUpdates( + ): base_SlippageUpdate + base_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SlippageUpdate_filter + orderBy: base_SlippageUpdate_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_SlippageUpdate!]! - stagingpolygonzkevm_snapshotRoot( + ): [base_SlippageUpdate!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_SnapshotRoot - stagingpolygonzkevm_snapshotRoots( + ): base_SnapshotRoot + base_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SnapshotRoot_filter + orderBy: base_SnapshotRoot_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_SnapshotRoot!]! - stagingpolygonzkevm_spokeConnectorMode( + ): [base_SnapshotRoot!]! + base_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_SpokeConnectorMode - stagingpolygonzkevm_spokeConnectorModes( + ): base_SpokeConnectorMode + base_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SpokeConnectorMode_filter + orderBy: base_SpokeConnectorMode_orderBy + orderDirection: base_OrderDirection + where: base_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_SpokeConnectorMode!]! - stagingpolygonzkevm_aggregateRootProposed( + ): [base_SpokeConnectorMode!]! + base_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AggregateRootProposed - stagingpolygonzkevm_aggregateRootProposeds( + ): base_AggregateRootProposed + base_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRootProposed_filter + orderBy: base_AggregateRootProposed_orderBy + orderDirection: base_OrderDirection + where: base_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AggregateRootProposed!]! - stagingpolygonzkevm_optimisticRootFinalized( + ): [base_AggregateRootProposed!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_OptimisticRootFinalized - stagingpolygonzkevm_optimisticRootFinalizeds( + ): base_OptimisticRootFinalized + base_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OptimisticRootFinalized_filter + orderBy: base_OptimisticRootFinalized_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_OptimisticRootFinalized!]! + ): [base_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__Meta_ - stagingxlayer_asset( + base__meta(block: base_Block_height): base__Meta_ + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_Asset - stagingxlayer_assets( + ): arbitrumsepolia_swap_SystemInfo + arbitrumsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Asset_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Asset_filter + orderBy: arbitrumsepolia_swap_SystemInfo_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_Asset!]! - stagingxlayer_assetStatus( + ): [arbitrumsepolia_swap_SystemInfo!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_AssetStatus - stagingxlayer_assetStatuses( + ): arbitrumsepolia_swap_PooledToken + arbitrumsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AssetStatus_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AssetStatus_filter + orderBy: arbitrumsepolia_swap_PooledToken_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_AssetStatus!]! - stagingxlayer_assetBalance( + ): [arbitrumsepolia_swap_PooledToken!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_AssetBalance - stagingxlayer_assetBalances( + ): arbitrumsepolia_swap_StableSwap + arbitrumsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AssetBalance_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AssetBalance_filter + orderBy: arbitrumsepolia_swap_StableSwap_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_AssetBalance!]! - stagingxlayer_router( + ): [arbitrumsepolia_swap_StableSwap!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_Router - stagingxlayer_routers( + ): arbitrumsepolia_swap_StableSwapAddLiquidityEvent + arbitrumsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Router_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Router_filter + orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_Router!]! - stagingxlayer_routerDailyTVL( + ): [arbitrumsepolia_swap_StableSwapAddLiquidityEvent!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RouterDailyTVL - stagingxlayer_routerDailyTVLs( + ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RouterDailyTVL_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RouterDailyTVL_filter + orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RouterDailyTVL!]! - stagingxlayer_routerLiquidityEvent( + ): [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RouterLiquidityEvent - stagingxlayer_routerLiquidityEvents( + ): arbitrumsepolia_swap_StableSwapExchange + arbitrumsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RouterLiquidityEvent_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RouterLiquidityEvent_filter + orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RouterLiquidityEvent!]! - stagingxlayer_setting( + ): [arbitrumsepolia_swap_StableSwapExchange!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_Setting - stagingxlayer_settings( + ): arbitrumsepolia_swap_SwapDailyVolume + arbitrumsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Setting_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Setting_filter + orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_Setting!]! - stagingxlayer_relayer( + ): [arbitrumsepolia_swap_SwapDailyVolume!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_Relayer - stagingxlayer_relayers( + ): arbitrumsepolia_swap_SwapHourlyVolume + arbitrumsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Relayer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Relayer_filter + orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_Relayer!]! - stagingxlayer_sequencer( + ): [arbitrumsepolia_swap_SwapHourlyVolume!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_Sequencer - stagingxlayer_sequencers( + ): arbitrumsepolia_swap_SwapWeeklyVolume + arbitrumsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Sequencer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Sequencer_filter + orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_Sequencer!]! - stagingxlayer_relayerFee( + ): [arbitrumsepolia_swap_SwapWeeklyVolume!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RelayerFee - stagingxlayer_relayerFees( + ): arbitrumsepolia_swap_LpAccount + arbitrumsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RelayerFee_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RelayerFee_filter + orderBy: arbitrumsepolia_swap_LpAccount_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RelayerFee!]! - stagingxlayer_originTransfer( + ): [arbitrumsepolia_swap_LpAccount!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_OriginTransfer - stagingxlayer_originTransfers( + ): arbitrumsepolia_swap_LpAccountBalance + arbitrumsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OriginTransfer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OriginTransfer_filter + orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_OriginTransfer!]! - stagingxlayer_destinationTransfer( + ): [arbitrumsepolia_swap_LpAccountBalance!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_DestinationTransfer - stagingxlayer_destinationTransfers( + ): arbitrumsepolia_swap_LpToken + arbitrumsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_DestinationTransfer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_DestinationTransfer_filter + orderBy: arbitrumsepolia_swap_LpToken_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_DestinationTransfer!]! - stagingxlayer_originMessage( + ): [arbitrumsepolia_swap_LpToken!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_OriginMessage - stagingxlayer_originMessages( + ): arbitrumsepolia_swap_LpTransferEvent + arbitrumsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OriginMessage_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OriginMessage_filter + orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_OriginMessage!]! - stagingxlayer_aggregateRoot( + ): [arbitrumsepolia_swap_LpTransferEvent!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_AggregateRoot - stagingxlayer_aggregateRoots( + ): arbitrumsepolia_swap_StableSwapEvent + arbitrumsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AggregateRoot_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AggregateRoot_filter + orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_AggregateRoot!]! - stagingxlayer_connectorMeta( + ): [arbitrumsepolia_swap_StableSwapEvent!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_ConnectorMeta - stagingxlayer_connectorMetas( + ): arbitrumsepolia_swap_SwapTradeVolume + arbitrumsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_ConnectorMeta_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_ConnectorMeta_filter + orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_ConnectorMeta!]! - stagingxlayer_rootCount( + ): [arbitrumsepolia_swap_SwapTradeVolume!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RootCount - stagingxlayer_rootCounts( + ): arbitrumsepolia_swap_LpTokenEvent + arbitrumsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RootCount_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RootCount_filter + orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RootCount!]! - stagingxlayer_rootMessageSent( + ): [arbitrumsepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__Meta_ + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RootMessageSent - stagingxlayer_rootMessageSents( + ): stagingoptimism_Asset + stagingoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RootMessageSent_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RootMessageSent_filter + orderBy: stagingoptimism_Asset_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RootMessageSent!]! - stagingxlayer_relayerFeesIncrease( + ): [stagingoptimism_Asset!]! + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RelayerFeesIncrease - stagingxlayer_relayerFeesIncreases( + ): stagingoptimism_AssetStatus + stagingoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RelayerFeesIncrease_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RelayerFeesIncrease_filter + orderBy: stagingoptimism_AssetStatus_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RelayerFeesIncrease!]! - stagingxlayer_slippageUpdate( + ): [stagingoptimism_AssetStatus!]! + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_SlippageUpdate - stagingxlayer_slippageUpdates( + ): stagingoptimism_AssetBalance + stagingoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SlippageUpdate_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SlippageUpdate_filter + orderBy: stagingoptimism_AssetBalance_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_SlippageUpdate!]! - stagingxlayer_snapshotRoot( + ): [stagingoptimism_AssetBalance!]! + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_SnapshotRoot - stagingxlayer_snapshotRoots( + ): stagingoptimism_Router + stagingoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SnapshotRoot_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SnapshotRoot_filter + orderBy: stagingoptimism_Router_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_SnapshotRoot!]! - stagingxlayer_spokeConnectorMode( + ): [stagingoptimism_Router!]! + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_SpokeConnectorMode - stagingxlayer_spokeConnectorModes( + ): stagingoptimism_RouterDailyTVL + stagingoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SpokeConnectorMode_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SpokeConnectorMode_filter + orderBy: stagingoptimism_RouterDailyTVL_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_SpokeConnectorMode!]! - stagingxlayer_aggregateRootProposed( + ): [stagingoptimism_RouterDailyTVL!]! + stagingoptimism_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_AggregateRootProposed - stagingxlayer_aggregateRootProposeds( + ): stagingoptimism_RouterLiquidityEvent + stagingoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AggregateRootProposed_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AggregateRootProposed_filter + orderBy: stagingoptimism_RouterLiquidityEvent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_AggregateRootProposed!]! - stagingxlayer_optimisticRootFinalized( + ): [stagingoptimism_RouterLiquidityEvent!]! + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_OptimisticRootFinalized - stagingxlayer_optimisticRootFinalizeds( + ): stagingoptimism_Setting + stagingoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OptimisticRootFinalized_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OptimisticRootFinalized_filter + orderBy: stagingoptimism_Setting_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingxlayer__meta(block: stagingxlayer_Block_height): stagingxlayer__Meta_ - staginglinea_asset( + ): [stagingoptimism_Setting!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_Asset - staginglinea_assets( + ): stagingoptimism_Relayer + stagingoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Asset_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Asset_filter + orderBy: stagingoptimism_Relayer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_Asset!]! - staginglinea_assetStatus( + ): [stagingoptimism_Relayer!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_AssetStatus - staginglinea_assetStatuses( + ): stagingoptimism_Sequencer + stagingoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetStatus_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetStatus_filter + orderBy: stagingoptimism_Sequencer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_AssetStatus!]! - staginglinea_assetBalance( + ): [stagingoptimism_Sequencer!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_AssetBalance - staginglinea_assetBalances( + ): stagingoptimism_RelayerFee + stagingoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetBalance_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetBalance_filter + orderBy: stagingoptimism_RelayerFee_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_AssetBalance!]! - staginglinea_router( + ): [stagingoptimism_RelayerFee!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_Router - staginglinea_routers( + ): stagingoptimism_OriginTransfer + stagingoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Router_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Router_filter + orderBy: stagingoptimism_OriginTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_Router!]! - staginglinea_routerDailyTVL( + ): [stagingoptimism_OriginTransfer!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RouterDailyTVL - staginglinea_routerDailyTVLs( + ): stagingoptimism_DestinationTransfer + stagingoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterDailyTVL_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterDailyTVL_filter + orderBy: stagingoptimism_DestinationTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RouterDailyTVL!]! - staginglinea_routerLiquidityEvent( + ): [stagingoptimism_DestinationTransfer!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RouterLiquidityEvent - staginglinea_routerLiquidityEvents( + ): stagingoptimism_OriginMessage + stagingoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterLiquidityEvent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterLiquidityEvent_filter + orderBy: stagingoptimism_OriginMessage_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RouterLiquidityEvent!]! - staginglinea_setting( + ): [stagingoptimism_OriginMessage!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_Setting - staginglinea_settings( + ): stagingoptimism_AggregateRoot + stagingoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Setting_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Setting_filter + orderBy: stagingoptimism_AggregateRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_Setting!]! - staginglinea_relayer( + ): [stagingoptimism_AggregateRoot!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_Relayer - staginglinea_relayers( + ): stagingoptimism_ConnectorMeta + stagingoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Relayer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Relayer_filter + orderBy: stagingoptimism_ConnectorMeta_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_Relayer!]! - staginglinea_sequencer( + ): [stagingoptimism_ConnectorMeta!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_Sequencer - staginglinea_sequencers( + ): stagingoptimism_RootCount + stagingoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Sequencer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Sequencer_filter + orderBy: stagingoptimism_RootCount_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_Sequencer!]! - staginglinea_relayerFee( + ): [stagingoptimism_RootCount!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RelayerFee - staginglinea_relayerFees( + ): stagingoptimism_RootMessageSent + stagingoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFee_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFee_filter + orderBy: stagingoptimism_RootMessageSent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RelayerFee!]! - staginglinea_originTransfer( + ): [stagingoptimism_RootMessageSent!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_OriginTransfer - staginglinea_originTransfers( + ): stagingoptimism_RelayerFeesIncrease + stagingoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginTransfer_filter + orderBy: stagingoptimism_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_OriginTransfer!]! - staginglinea_destinationTransfer( + ): [stagingoptimism_RelayerFeesIncrease!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_DestinationTransfer - staginglinea_destinationTransfers( + ): stagingoptimism_SlippageUpdate + stagingoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_DestinationTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_DestinationTransfer_filter + orderBy: stagingoptimism_SlippageUpdate_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_DestinationTransfer!]! - staginglinea_originMessage( + ): [stagingoptimism_SlippageUpdate!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_OriginMessage - staginglinea_originMessages( + ): stagingoptimism_SnapshotRoot + stagingoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginMessage_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginMessage_filter + orderBy: stagingoptimism_SnapshotRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_OriginMessage!]! - staginglinea_aggregateRoot( + ): [stagingoptimism_SnapshotRoot!]! + stagingoptimism_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_AggregateRoot - staginglinea_aggregateRoots( + ): stagingoptimism_SpokeConnectorMode + stagingoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRoot_filter + orderBy: stagingoptimism_SpokeConnectorMode_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_AggregateRoot!]! - staginglinea_connectorMeta( + ): [stagingoptimism_SpokeConnectorMode!]! + stagingoptimism_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_ConnectorMeta - staginglinea_connectorMetas( + ): stagingoptimism_AggregateRootProposed + stagingoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_ConnectorMeta_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_ConnectorMeta_filter + orderBy: stagingoptimism_AggregateRootProposed_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_ConnectorMeta!]! - staginglinea_rootCount( + ): [stagingoptimism_AggregateRootProposed!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RootCount - staginglinea_rootCounts( + ): stagingoptimism_OptimisticRootFinalized + stagingoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootCount_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootCount_filter + orderBy: stagingoptimism_OptimisticRootFinalized_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RootCount!]! - staginglinea_rootMessageSent( + ): [stagingoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__Meta_ + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RootMessageSent - staginglinea_rootMessageSents( + ): avalanche_swap_SystemInfo + avalanche_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootMessageSent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootMessageSent_filter + orderBy: avalanche_swap_SystemInfo_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RootMessageSent!]! - staginglinea_relayerFeesIncrease( + ): [avalanche_swap_SystemInfo!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RelayerFeesIncrease - staginglinea_relayerFeesIncreases( + ): avalanche_swap_PooledToken + avalanche_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFeesIncrease_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFeesIncrease_filter + orderBy: avalanche_swap_PooledToken_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RelayerFeesIncrease!]! - staginglinea_slippageUpdate( + ): [avalanche_swap_PooledToken!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_SlippageUpdate - staginglinea_slippageUpdates( + ): avalanche_swap_StableSwap + avalanche_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SlippageUpdate_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SlippageUpdate_filter + orderBy: avalanche_swap_StableSwap_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_SlippageUpdate!]! - staginglinea_snapshotRoot( + ): [avalanche_swap_StableSwap!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_SnapshotRoot - staginglinea_snapshotRoots( + ): avalanche_swap_StableSwapAddLiquidityEvent + avalanche_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SnapshotRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SnapshotRoot_filter + orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_SnapshotRoot!]! - staginglinea_spokeConnectorMode( + ): [avalanche_swap_StableSwapAddLiquidityEvent!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_SpokeConnectorMode - staginglinea_spokeConnectorModes( + ): avalanche_swap_StableSwapRemoveLiquidityEvent + avalanche_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SpokeConnectorMode_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SpokeConnectorMode_filter + orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_SpokeConnectorMode!]! - staginglinea_aggregateRootProposed( + ): [avalanche_swap_StableSwapRemoveLiquidityEvent!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_AggregateRootProposed - staginglinea_aggregateRootProposeds( + ): avalanche_swap_StableSwapExchange + avalanche_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRootProposed_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRootProposed_filter + orderBy: avalanche_swap_StableSwapExchange_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_AggregateRootProposed!]! - staginglinea_optimisticRootFinalized( + ): [avalanche_swap_StableSwapExchange!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_OptimisticRootFinalized - staginglinea_optimisticRootFinalizeds( + ): avalanche_swap_SwapDailyVolume + avalanche_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OptimisticRootFinalized_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OptimisticRootFinalized_filter + orderBy: avalanche_swap_SwapDailyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ - bnb_swap_systemInfo( + ): [avalanche_swap_SwapDailyVolume!]! + avalanche_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: avalanche_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( + ): avalanche_swap_SwapHourlyVolume + avalanche_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: avalanche_swap_SwapHourlyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_SwapHourlyVolume!]! + avalanche_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: avalanche_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( + ): avalanche_swap_SwapWeeklyVolume + avalanche_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: avalanche_swap_SwapWeeklyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_SwapWeeklyVolume!]! + avalanche_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: avalanche_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( + ): avalanche_swap_LpAccount + avalanche_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_filter + orderBy: avalanche_swap_LpAccount_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_LpAccount!]! + avalanche_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: avalanche_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( + ): avalanche_swap_LpAccountBalance + avalanche_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_filter + orderBy: avalanche_swap_LpAccountBalance_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_LpAccountBalance!]! + avalanche_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: avalanche_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( + ): avalanche_swap_LpToken + avalanche_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: avalanche_swap_LpToken_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_LpToken!]! + avalanche_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: avalanche_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( + ): avalanche_swap_LpTransferEvent + avalanche_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_filter + orderBy: avalanche_swap_LpTransferEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_LpTransferEvent!]! + avalanche_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: avalanche_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( + ): avalanche_swap_StableSwapEvent + avalanche_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_filter + orderBy: avalanche_swap_StableSwapEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_StableSwapEvent!]! + avalanche_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: avalanche_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( + ): avalanche_swap_SwapTradeVolume + avalanche_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_filter + orderBy: avalanche_swap_SwapTradeVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_SwapTradeVolume!]! + avalanche_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: avalanche_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( + ): avalanche_swap_LpTokenEvent + avalanche_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_filter + orderBy: avalanche_swap_LpTokenEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_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: bnb_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 - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_filter + orderBy: optimism_swap_SystemInfo_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [optimism_swap_SystemInfo!]! + optimism_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_filter + orderBy: optimism_swap_PooledToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [optimism_swap_PooledToken!]! + optimism_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_filter + orderBy: optimism_swap_StableSwap_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [optimism_swap_StableSwap!]! + optimism_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_filter + orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [optimism_swap_StableSwapAddLiquidityEvent!]! + optimism_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_filter + orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! + optimism_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_filter + orderBy: optimism_swap_StableSwapExchange_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [optimism_swap_StableSwapExchange!]! + optimism_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: optimism_swap_SwapDailyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - optimism_swap_systemInfo( + ): [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. @@ -27597,13 +27779,13 @@ type Query { 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( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy + orderBy: optimism_swap_SwapHourlyVolume_orderBy orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_filter + 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. """ @@ -27612,8 +27794,8 @@ type Query { 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( + ): [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. @@ -27623,195 +27805,13 @@ type Query { 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( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy + orderBy: optimism_swap_SwapWeeklyVolume_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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_filter + 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. """ @@ -28423,6 +28423,424 @@ type Query { ): [arbitrumone_swap_LpTokenEvent!]! """Access to subgraph metadata""" arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_LpToken + bnb_swap_lpTokens( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( + skip: Int = 0 + first: Int = 100 + orderBy: bnb_swap_StableSwapEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_StableSwapEvent!]! + bnb_swap_swapTradeVolume( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( + skip: Int = 0 + first: Int = 100 + orderBy: bnb_swap_SwapTradeVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapTradeVolume_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_SwapTradeVolume!]! + bnb_swap_lpTokenEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( + skip: Int = 0 + first: Int = 100 + orderBy: bnb_swap_LpTokenEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTokenEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ xdai_swap_systemInfo( id: ID! """ @@ -29259,1263 +29677,845 @@ type Query { ): [polygon_swap_LpTokenEvent!]! """Access to subgraph metadata""" polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SystemInfo - avalanche_swap_systemInfos( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_SystemInfo_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SystemInfo!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_PooledToken - avalanche_swap_pooledTokens( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_PooledToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_PooledToken!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwap - avalanche_swap_stableSwaps( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_StableSwap_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwap!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwapAddLiquidityEvent - avalanche_swap_stableSwapAddLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwapAddLiquidityEvent!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwapRemoveLiquidityEvent - avalanche_swap_stableSwapRemoveLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwapRemoveLiquidityEvent!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwapExchange - avalanche_swap_stableSwapExchanges( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_StableSwapExchange_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwapExchange!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SwapDailyVolume - avalanche_swap_swapDailyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_SwapDailyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SwapDailyVolume!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SwapHourlyVolume - avalanche_swap_swapHourlyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_SwapHourlyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SwapHourlyVolume!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SwapWeeklyVolume - avalanche_swap_swapWeeklyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_SwapWeeklyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SwapWeeklyVolume!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpAccount - avalanche_swap_lpAccounts( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_LpAccount_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpAccount!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpAccountBalance - avalanche_swap_lpAccountBalances( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_LpAccountBalance_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpAccountBalance!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpToken - avalanche_swap_lpTokens( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_LpToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpToken!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpTransferEvent - avalanche_swap_lpTransferEvents( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_LpTransferEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpTransferEvent!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwapEvent - avalanche_swap_stableSwapEvents( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_StableSwapEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwapEvent!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SwapTradeVolume - avalanche_swap_swapTradeVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_SwapTradeVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SwapTradeVolume!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpTokenEvent - avalanche_swap_lpTokenEvents( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_LpTokenEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_swap__Meta_ } type Subscription { - sepolia_swap_systemInfo( + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SystemInfo - sepolia_swap_systemInfos( + ): metis_swap_SystemInfo + metis_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SystemInfo_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SystemInfo_filter + orderBy: metis_swap_SystemInfo_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SystemInfo!]! - sepolia_swap_pooledToken( + ): [metis_swap_SystemInfo!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_PooledToken - sepolia_swap_pooledTokens( + ): metis_swap_PooledToken + metis_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_PooledToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_PooledToken_filter + orderBy: metis_swap_PooledToken_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_PooledToken!]! - sepolia_swap_stableSwap( + ): [metis_swap_PooledToken!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwap - sepolia_swap_stableSwaps( + ): metis_swap_StableSwap + metis_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwap_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwap_filter + orderBy: metis_swap_StableSwap_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwap!]! - sepolia_swap_stableSwapAddLiquidityEvent( + ): [metis_swap_StableSwap!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwapAddLiquidityEvent - sepolia_swap_stableSwapAddLiquidityEvents( + ): metis_swap_StableSwapAddLiquidityEvent + metis_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapAddLiquidityEvent_filter + orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwapAddLiquidityEvent!]! - sepolia_swap_stableSwapRemoveLiquidityEvent( + ): [metis_swap_StableSwapAddLiquidityEvent!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwapRemoveLiquidityEvent - sepolia_swap_stableSwapRemoveLiquidityEvents( + ): metis_swap_StableSwapRemoveLiquidityEvent + metis_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwapRemoveLiquidityEvent!]! - sepolia_swap_stableSwapExchange( + ): [metis_swap_StableSwapRemoveLiquidityEvent!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwapExchange - sepolia_swap_stableSwapExchanges( + ): metis_swap_StableSwapExchange + metis_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapExchange_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapExchange_filter + orderBy: metis_swap_StableSwapExchange_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwapExchange!]! - sepolia_swap_swapDailyVolume( + ): [metis_swap_StableSwapExchange!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SwapDailyVolume - sepolia_swap_swapDailyVolumes( + ): metis_swap_SwapDailyVolume + metis_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapDailyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapDailyVolume_filter + orderBy: metis_swap_SwapDailyVolume_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SwapDailyVolume!]! - sepolia_swap_swapHourlyVolume( + ): [metis_swap_SwapDailyVolume!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SwapHourlyVolume - sepolia_swap_swapHourlyVolumes( + ): metis_swap_SwapHourlyVolume + metis_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapHourlyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapHourlyVolume_filter + orderBy: metis_swap_SwapHourlyVolume_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SwapHourlyVolume!]! - sepolia_swap_swapWeeklyVolume( + ): [metis_swap_SwapHourlyVolume!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SwapWeeklyVolume - sepolia_swap_swapWeeklyVolumes( + ): metis_swap_SwapWeeklyVolume + metis_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapWeeklyVolume_filter + orderBy: metis_swap_SwapWeeklyVolume_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SwapWeeklyVolume!]! - sepolia_swap_lpAccount( + ): [metis_swap_SwapWeeklyVolume!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_LpAccount - sepolia_swap_lpAccounts( + ): metis_swap_LpAccount + metis_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccount_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpAccount_filter + orderBy: metis_swap_LpAccount_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_LpAccount!]! - sepolia_swap_lpAccountBalance( + ): [metis_swap_LpAccount!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_LpAccountBalance - sepolia_swap_lpAccountBalances( + ): metis_swap_LpAccountBalance + metis_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccountBalance_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpAccountBalance_filter + orderBy: metis_swap_LpAccountBalance_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_LpAccountBalance!]! - sepolia_swap_lpToken( + ): [metis_swap_LpAccountBalance!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_LpToken - sepolia_swap_lpTokens( + ): metis_swap_LpToken + metis_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpToken_filter + orderBy: metis_swap_LpToken_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_LpToken!]! - sepolia_swap_lpTransferEvent( + ): [metis_swap_LpToken!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_LpTransferEvent - sepolia_swap_lpTransferEvents( + ): metis_swap_LpTransferEvent + metis_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTransferEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpTransferEvent_filter + orderBy: metis_swap_LpTransferEvent_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_LpTransferEvent!]! - sepolia_swap_stableSwapEvent( + ): [metis_swap_LpTransferEvent!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_StableSwapEvent - sepolia_swap_stableSwapEvents( + ): metis_swap_StableSwapEvent + metis_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapEvent_filter + orderBy: metis_swap_StableSwapEvent_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_StableSwapEvent!]! - sepolia_swap_swapTradeVolume( + ): [metis_swap_StableSwapEvent!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_SwapTradeVolume - sepolia_swap_swapTradeVolumes( + ): metis_swap_SwapTradeVolume + metis_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapTradeVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapTradeVolume_filter + orderBy: metis_swap_SwapTradeVolume_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_SwapTradeVolume!]! - sepolia_swap_lpTokenEvent( + ): [metis_swap_SwapTradeVolume!]! + metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_swap_LpTokenEvent - sepolia_swap_lpTokenEvents( + ): metis_swap_LpTokenEvent + metis_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTokenEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpTokenEvent_filter + orderBy: metis_swap_LpTokenEvent_orderBy + orderDirection: metis_swap_OrderDirection + where: metis_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: sepolia_swap_Block_height + block: metis_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_swap_LpTokenEvent!]! + ): [metis_swap_LpTokenEvent!]! """Access to subgraph metadata""" - sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_swap__Meta_ - optimismsepolia_swap_systemInfo( + metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ + linea_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SystemInfo - optimismsepolia_swap_systemInfos( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SystemInfo_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SystemInfo_filter + orderBy: linea_swap_SystemInfo_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SystemInfo!]! - optimismsepolia_swap_pooledToken( + ): [linea_swap_SystemInfo!]! + linea_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_PooledToken - optimismsepolia_swap_pooledTokens( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_PooledToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_PooledToken_filter + orderBy: linea_swap_PooledToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_PooledToken!]! - optimismsepolia_swap_stableSwap( + ): [linea_swap_PooledToken!]! + linea_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwap - optimismsepolia_swap_stableSwaps( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwap_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwap_filter + orderBy: linea_swap_StableSwap_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwap!]! - optimismsepolia_swap_stableSwapAddLiquidityEvent( + ): [linea_swap_StableSwap!]! + linea_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapAddLiquidityEvent - optimismsepolia_swap_stableSwapAddLiquidityEvents( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapAddLiquidityEvent_filter + orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapAddLiquidityEvent!]! - optimismsepolia_swap_stableSwapRemoveLiquidityEvent( + ): [linea_swap_StableSwapAddLiquidityEvent!]! + linea_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent - optimismsepolia_swap_stableSwapRemoveLiquidityEvents( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapRemoveLiquidityEvent!]! - optimismsepolia_swap_stableSwapExchange( + ): [linea_swap_StableSwapRemoveLiquidityEvent!]! + linea_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapExchange - optimismsepolia_swap_stableSwapExchanges( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapExchange_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapExchange_filter + orderBy: linea_swap_StableSwapExchange_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapExchange!]! - optimismsepolia_swap_swapDailyVolume( + ): [linea_swap_StableSwapExchange!]! + linea_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapDailyVolume - optimismsepolia_swap_swapDailyVolumes( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapDailyVolume_filter + orderBy: linea_swap_SwapDailyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapDailyVolume!]! - optimismsepolia_swap_swapHourlyVolume( + ): [linea_swap_SwapDailyVolume!]! + linea_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapHourlyVolume - optimismsepolia_swap_swapHourlyVolumes( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapHourlyVolume_filter + orderBy: linea_swap_SwapHourlyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapHourlyVolume!]! - optimismsepolia_swap_swapWeeklyVolume( + ): [linea_swap_SwapHourlyVolume!]! + linea_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapWeeklyVolume - optimismsepolia_swap_swapWeeklyVolumes( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapWeeklyVolume_filter + orderBy: linea_swap_SwapWeeklyVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapWeeklyVolume!]! - optimismsepolia_swap_lpAccount( + ): [linea_swap_SwapWeeklyVolume!]! + linea_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpAccount - optimismsepolia_swap_lpAccounts( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpAccount_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccount_filter + orderBy: linea_swap_LpAccount_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpAccount!]! - optimismsepolia_swap_lpAccountBalance( + ): [linea_swap_LpAccount!]! + linea_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpAccountBalance - optimismsepolia_swap_lpAccountBalances( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpAccountBalance_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccountBalance_filter + orderBy: linea_swap_LpAccountBalance_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpAccountBalance!]! - optimismsepolia_swap_lpToken( + ): [linea_swap_LpAccountBalance!]! + linea_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpToken - optimismsepolia_swap_lpTokens( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpToken_filter + orderBy: linea_swap_LpToken_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpToken!]! - optimismsepolia_swap_lpTransferEvent( + ): [linea_swap_LpToken!]! + linea_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpTransferEvent - optimismsepolia_swap_lpTransferEvents( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpTransferEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTransferEvent_filter + orderBy: linea_swap_LpTransferEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpTransferEvent!]! - optimismsepolia_swap_stableSwapEvent( + ): [linea_swap_LpTransferEvent!]! + linea_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_StableSwapEvent - optimismsepolia_swap_stableSwapEvents( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapEvent_filter + orderBy: linea_swap_StableSwapEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_StableSwapEvent!]! - optimismsepolia_swap_swapTradeVolume( + ): [linea_swap_StableSwapEvent!]! + linea_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_SwapTradeVolume - optimismsepolia_swap_swapTradeVolumes( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapTradeVolume_filter + orderBy: linea_swap_SwapTradeVolume_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_SwapTradeVolume!]! - optimismsepolia_swap_lpTokenEvent( + ): [linea_swap_SwapTradeVolume!]! + linea_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_swap_LpTokenEvent - optimismsepolia_swap_lpTokenEvents( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpTokenEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTokenEvent_filter + orderBy: linea_swap_LpTokenEvent_orderBy + orderDirection: linea_swap_OrderDirection + where: linea_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_swap_Block_height + block: linea_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_swap_LpTokenEvent!]! + ): [linea_swap_LpTokenEvent!]! """Access to subgraph metadata""" - optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_swap__Meta_ + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ sepolia_rootAggregated( id: ID! """ @@ -31194,2848 +31194,2824 @@ type Subscription { ): [sepolia_HubDomain!]! """Access to subgraph metadata""" sepolia__meta(block: sepolia_Block_height): sepolia__Meta_ - arbitrumsepolia_swap_systemInfo( + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SystemInfo - arbitrumsepolia_swap_systemInfos( + ): sepolia_swap_SystemInfo + sepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SystemInfo_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SystemInfo_filter + orderBy: sepolia_swap_SystemInfo_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SystemInfo!]! - arbitrumsepolia_swap_pooledToken( + ): [sepolia_swap_SystemInfo!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_PooledToken - arbitrumsepolia_swap_pooledTokens( + ): sepolia_swap_PooledToken + sepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_PooledToken_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_PooledToken_filter + orderBy: sepolia_swap_PooledToken_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_PooledToken!]! - arbitrumsepolia_swap_stableSwap( + ): [sepolia_swap_PooledToken!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwap - arbitrumsepolia_swap_stableSwaps( + ): sepolia_swap_StableSwap + sepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwap_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwap_filter + orderBy: sepolia_swap_StableSwap_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwap!]! - arbitrumsepolia_swap_stableSwapAddLiquidityEvent( + ): [sepolia_swap_StableSwap!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapAddLiquidityEvent - arbitrumsepolia_swap_stableSwapAddLiquidityEvents( + ): sepolia_swap_StableSwapAddLiquidityEvent + sepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter + orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapAddLiquidityEvent!]! - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvent( + ): [sepolia_swap_StableSwapAddLiquidityEvent!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( + ): sepolia_swap_StableSwapRemoveLiquidityEvent + sepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumsepolia_swap_stableSwapExchange( + ): [sepolia_swap_StableSwapRemoveLiquidityEvent!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapExchange - arbitrumsepolia_swap_stableSwapExchanges( + ): sepolia_swap_StableSwapExchange + sepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapExchange_filter + orderBy: sepolia_swap_StableSwapExchange_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapExchange!]! - arbitrumsepolia_swap_swapDailyVolume( + ): [sepolia_swap_StableSwapExchange!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapDailyVolume - arbitrumsepolia_swap_swapDailyVolumes( + ): sepolia_swap_SwapDailyVolume + sepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapDailyVolume_filter + orderBy: sepolia_swap_SwapDailyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapDailyVolume!]! - arbitrumsepolia_swap_swapHourlyVolume( + ): [sepolia_swap_SwapDailyVolume!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapHourlyVolume - arbitrumsepolia_swap_swapHourlyVolumes( + ): sepolia_swap_SwapHourlyVolume + sepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapHourlyVolume_filter + orderBy: sepolia_swap_SwapHourlyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapHourlyVolume!]! - arbitrumsepolia_swap_swapWeeklyVolume( + ): [sepolia_swap_SwapHourlyVolume!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapWeeklyVolume - arbitrumsepolia_swap_swapWeeklyVolumes( + ): sepolia_swap_SwapWeeklyVolume + sepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapWeeklyVolume_filter + orderBy: sepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapWeeklyVolume!]! - arbitrumsepolia_swap_lpAccount( + ): [sepolia_swap_SwapWeeklyVolume!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpAccount - arbitrumsepolia_swap_lpAccounts( + ): sepolia_swap_LpAccount + sepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccount_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccount_filter + orderBy: sepolia_swap_LpAccount_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpAccount!]! - arbitrumsepolia_swap_lpAccountBalance( + ): [sepolia_swap_LpAccount!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpAccountBalance - arbitrumsepolia_swap_lpAccountBalances( + ): sepolia_swap_LpAccountBalance + sepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccountBalance_filter + orderBy: sepolia_swap_LpAccountBalance_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpAccountBalance!]! - arbitrumsepolia_swap_lpToken( + ): [sepolia_swap_LpAccountBalance!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpToken - arbitrumsepolia_swap_lpTokens( + ): sepolia_swap_LpToken + sepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpToken_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpToken_filter + orderBy: sepolia_swap_LpToken_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpToken!]! - arbitrumsepolia_swap_lpTransferEvent( + ): [sepolia_swap_LpToken!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpTransferEvent - arbitrumsepolia_swap_lpTransferEvents( + ): sepolia_swap_LpTransferEvent + sepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTransferEvent_filter + orderBy: sepolia_swap_LpTransferEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpTransferEvent!]! - arbitrumsepolia_swap_stableSwapEvent( + ): [sepolia_swap_LpTransferEvent!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_StableSwapEvent - arbitrumsepolia_swap_stableSwapEvents( + ): sepolia_swap_StableSwapEvent + sepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapEvent_filter + orderBy: sepolia_swap_StableSwapEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_StableSwapEvent!]! - arbitrumsepolia_swap_swapTradeVolume( + ): [sepolia_swap_StableSwapEvent!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_SwapTradeVolume - arbitrumsepolia_swap_swapTradeVolumes( + ): sepolia_swap_SwapTradeVolume + sepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapTradeVolume_filter + orderBy: sepolia_swap_SwapTradeVolume_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_SwapTradeVolume!]! - arbitrumsepolia_swap_lpTokenEvent( + ): [sepolia_swap_SwapTradeVolume!]! + sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_swap_LpTokenEvent - arbitrumsepolia_swap_lpTokenEvents( + ): sepolia_swap_LpTokenEvent + sepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTokenEvent_filter + orderBy: sepolia_swap_LpTokenEvent_orderBy + orderDirection: sepolia_swap_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_Block_height + block: sepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpTokenEvent!]! + ): [sepolia_swap_LpTokenEvent!]! """Access to subgraph metadata""" - arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__Meta_ - arbitrumsepolia_asset( + sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_swap__Meta_ + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_Asset - arbitrumsepolia_assets( + ): staginglinea_Asset + staginglinea_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Asset_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Asset_filter + orderBy: staginglinea_Asset_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_Asset!]! - arbitrumsepolia_assetStatus( + ): [staginglinea_Asset!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_AssetStatus - arbitrumsepolia_assetStatuses( + ): staginglinea_AssetStatus + staginglinea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AssetStatus_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AssetStatus_filter + orderBy: staginglinea_AssetStatus_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_AssetStatus!]! - arbitrumsepolia_assetBalance( + ): [staginglinea_AssetStatus!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_AssetBalance - arbitrumsepolia_assetBalances( + ): staginglinea_AssetBalance + staginglinea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AssetBalance_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AssetBalance_filter + orderBy: staginglinea_AssetBalance_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_AssetBalance!]! - arbitrumsepolia_router( + ): [staginglinea_AssetBalance!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_Router - arbitrumsepolia_routers( + ): staginglinea_Router + staginglinea_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Router_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Router_filter + orderBy: staginglinea_Router_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_Router!]! - arbitrumsepolia_routerDailyTVL( + ): [staginglinea_Router!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RouterDailyTVL - arbitrumsepolia_routerDailyTVLs( + ): staginglinea_RouterDailyTVL + staginglinea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RouterDailyTVL_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RouterDailyTVL_filter + orderBy: staginglinea_RouterDailyTVL_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RouterDailyTVL!]! - arbitrumsepolia_routerLiquidityEvent( + ): [staginglinea_RouterDailyTVL!]! + staginglinea_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RouterLiquidityEvent - arbitrumsepolia_routerLiquidityEvents( + ): staginglinea_RouterLiquidityEvent + staginglinea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RouterLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RouterLiquidityEvent_filter + orderBy: staginglinea_RouterLiquidityEvent_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RouterLiquidityEvent!]! - arbitrumsepolia_setting( + ): [staginglinea_RouterLiquidityEvent!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_Setting - arbitrumsepolia_settings( + ): staginglinea_Setting + staginglinea_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Setting_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Setting_filter + orderBy: staginglinea_Setting_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_Setting!]! - arbitrumsepolia_relayer( + ): [staginglinea_Setting!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_Relayer - arbitrumsepolia_relayers( + ): staginglinea_Relayer + staginglinea_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Relayer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Relayer_filter + orderBy: staginglinea_Relayer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_Relayer!]! - arbitrumsepolia_sequencer( + ): [staginglinea_Relayer!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_Sequencer - arbitrumsepolia_sequencers( + ): staginglinea_Sequencer + staginglinea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Sequencer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Sequencer_filter + orderBy: staginglinea_Sequencer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_Sequencer!]! - arbitrumsepolia_relayerFee( + ): [staginglinea_Sequencer!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RelayerFee - arbitrumsepolia_relayerFees( + ): staginglinea_RelayerFee + staginglinea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RelayerFee_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RelayerFee_filter + orderBy: staginglinea_RelayerFee_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RelayerFee!]! - arbitrumsepolia_originTransfer( + ): [staginglinea_RelayerFee!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_OriginTransfer - arbitrumsepolia_originTransfers( + ): staginglinea_OriginTransfer + staginglinea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OriginTransfer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OriginTransfer_filter + orderBy: staginglinea_OriginTransfer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_OriginTransfer!]! - arbitrumsepolia_destinationTransfer( + ): [staginglinea_OriginTransfer!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_DestinationTransfer - arbitrumsepolia_destinationTransfers( + ): staginglinea_DestinationTransfer + staginglinea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_DestinationTransfer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_DestinationTransfer_filter + orderBy: staginglinea_DestinationTransfer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_DestinationTransfer!]! - arbitrumsepolia_originMessage( + ): [staginglinea_DestinationTransfer!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_OriginMessage - arbitrumsepolia_originMessages( + ): staginglinea_OriginMessage + staginglinea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OriginMessage_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OriginMessage_filter + orderBy: staginglinea_OriginMessage_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_OriginMessage!]! - arbitrumsepolia_aggregateRoot( + ): [staginglinea_OriginMessage!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_AggregateRoot - arbitrumsepolia_aggregateRoots( + ): staginglinea_AggregateRoot + staginglinea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AggregateRoot_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AggregateRoot_filter + orderBy: staginglinea_AggregateRoot_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_AggregateRoot!]! - arbitrumsepolia_connectorMeta( + ): [staginglinea_AggregateRoot!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_ConnectorMeta - arbitrumsepolia_connectorMetas( + ): staginglinea_ConnectorMeta + staginglinea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_ConnectorMeta_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_ConnectorMeta_filter + orderBy: staginglinea_ConnectorMeta_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_ConnectorMeta!]! - arbitrumsepolia_rootCount( + ): [staginglinea_ConnectorMeta!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RootCount - arbitrumsepolia_rootCounts( + ): staginglinea_RootCount + staginglinea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RootCount_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RootCount_filter + orderBy: staginglinea_RootCount_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RootCount!]! - arbitrumsepolia_rootMessageSent( + ): [staginglinea_RootCount!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RootMessageSent - arbitrumsepolia_rootMessageSents( + ): staginglinea_RootMessageSent + staginglinea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RootMessageSent_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RootMessageSent_filter + orderBy: staginglinea_RootMessageSent_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RootMessageSent!]! - arbitrumsepolia_relayerFeesIncrease( + ): [staginglinea_RootMessageSent!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_RelayerFeesIncrease - arbitrumsepolia_relayerFeesIncreases( + ): staginglinea_RelayerFeesIncrease + staginglinea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RelayerFeesIncrease_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RelayerFeesIncrease_filter + orderBy: staginglinea_RelayerFeesIncrease_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_RelayerFeesIncrease!]! - arbitrumsepolia_slippageUpdate( + ): [staginglinea_RelayerFeesIncrease!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_SlippageUpdate - arbitrumsepolia_slippageUpdates( + ): staginglinea_SlippageUpdate + staginglinea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SlippageUpdate_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SlippageUpdate_filter + orderBy: staginglinea_SlippageUpdate_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_SlippageUpdate!]! - arbitrumsepolia_snapshotRoot( + ): [staginglinea_SlippageUpdate!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_SnapshotRoot - arbitrumsepolia_snapshotRoots( + ): staginglinea_SnapshotRoot + staginglinea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SnapshotRoot_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SnapshotRoot_filter + orderBy: staginglinea_SnapshotRoot_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_SnapshotRoot!]! - arbitrumsepolia_spokeConnectorMode( + ): [staginglinea_SnapshotRoot!]! + staginglinea_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_SpokeConnectorMode - arbitrumsepolia_spokeConnectorModes( + ): staginglinea_SpokeConnectorMode + staginglinea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SpokeConnectorMode_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SpokeConnectorMode_filter + orderBy: staginglinea_SpokeConnectorMode_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_SpokeConnectorMode!]! - arbitrumsepolia_aggregateRootProposed( + ): [staginglinea_SpokeConnectorMode!]! + staginglinea_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_AggregateRootProposed - arbitrumsepolia_aggregateRootProposeds( + ): staginglinea_AggregateRootProposed + staginglinea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AggregateRootProposed_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AggregateRootProposed_filter + orderBy: staginglinea_AggregateRootProposed_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_AggregateRootProposed!]! - arbitrumsepolia_optimisticRootFinalized( + ): [staginglinea_AggregateRootProposed!]! + staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumsepolia_OptimisticRootFinalized - arbitrumsepolia_optimisticRootFinalizeds( + ): staginglinea_OptimisticRootFinalized + staginglinea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OptimisticRootFinalized_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OptimisticRootFinalized_filter + orderBy: staginglinea_OptimisticRootFinalized_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: arbitrumsepolia_Block_height + block: staginglinea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_OptimisticRootFinalized!]! + ): [staginglinea_OptimisticRootFinalized!]! """Access to subgraph metadata""" - arbitrumsepolia__meta(block: arbitrumsepolia_Block_height): arbitrumsepolia__Meta_ - optimismsepolia_asset( + staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ + linea_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_Asset - optimismsepolia_assets( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Asset_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Asset_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_Asset!]! - optimismsepolia_assetStatus( + ): [linea_Asset!]! + linea_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_AssetStatus - optimismsepolia_assetStatuses( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AssetStatus_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AssetStatus_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_AssetStatus!]! - optimismsepolia_assetBalance( + ): [linea_AssetStatus!]! + linea_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_AssetBalance - optimismsepolia_assetBalances( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AssetBalance_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AssetBalance_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_AssetBalance!]! - optimismsepolia_router( + ): [linea_AssetBalance!]! + linea_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_Router - optimismsepolia_routers( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Router_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Router_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_Router!]! - optimismsepolia_routerDailyTVL( + ): [linea_Router!]! + linea_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RouterDailyTVL - optimismsepolia_routerDailyTVLs( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RouterDailyTVL_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RouterDailyTVL_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RouterDailyTVL!]! - optimismsepolia_routerLiquidityEvent( + ): [linea_RouterDailyTVL!]! + linea_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RouterLiquidityEvent - optimismsepolia_routerLiquidityEvents( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RouterLiquidityEvent_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RouterLiquidityEvent_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RouterLiquidityEvent!]! - optimismsepolia_setting( + ): [linea_RouterLiquidityEvent!]! + linea_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_Setting - optimismsepolia_settings( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Setting_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Setting_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_Setting!]! - optimismsepolia_relayer( + ): [linea_Setting!]! + linea_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_Relayer - optimismsepolia_relayers( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Relayer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Relayer_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_Relayer!]! - optimismsepolia_sequencer( + ): [linea_Relayer!]! + linea_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_Sequencer - optimismsepolia_sequencers( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Sequencer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Sequencer_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_Sequencer!]! - optimismsepolia_relayerFee( + ): [linea_Sequencer!]! + linea_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RelayerFee - optimismsepolia_relayerFees( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RelayerFee_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RelayerFee_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RelayerFee!]! - optimismsepolia_originTransfer( + ): [linea_RelayerFee!]! + linea_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_OriginTransfer - optimismsepolia_originTransfers( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OriginTransfer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OriginTransfer_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_OriginTransfer!]! - optimismsepolia_destinationTransfer( + ): [linea_OriginTransfer!]! + linea_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_DestinationTransfer - optimismsepolia_destinationTransfers( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_DestinationTransfer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_DestinationTransfer_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_DestinationTransfer!]! - optimismsepolia_originMessage( + ): [linea_DestinationTransfer!]! + linea_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_OriginMessage - optimismsepolia_originMessages( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OriginMessage_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OriginMessage_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_OriginMessage!]! - optimismsepolia_aggregateRoot( + ): [linea_OriginMessage!]! + linea_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_AggregateRoot - optimismsepolia_aggregateRoots( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AggregateRoot_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AggregateRoot_filter + orderBy: linea_AggregateRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_AggregateRoot!]! - optimismsepolia_connectorMeta( + ): [linea_AggregateRoot!]! + linea_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_ConnectorMeta - optimismsepolia_connectorMetas( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_ConnectorMeta_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_ConnectorMeta_filter + orderBy: linea_ConnectorMeta_orderBy + orderDirection: linea_OrderDirection + where: linea_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_ConnectorMeta!]! - optimismsepolia_rootCount( + ): [linea_ConnectorMeta!]! + linea_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RootCount - optimismsepolia_rootCounts( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RootCount_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RootCount_filter + orderBy: linea_RootCount_orderBy + orderDirection: linea_OrderDirection + where: linea_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RootCount!]! - optimismsepolia_rootMessageSent( + ): [linea_RootCount!]! + linea_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RootMessageSent - optimismsepolia_rootMessageSents( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RootMessageSent_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RootMessageSent_filter + orderBy: linea_RootMessageSent_orderBy + orderDirection: linea_OrderDirection + where: linea_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RootMessageSent!]! - optimismsepolia_relayerFeesIncrease( + ): [linea_RootMessageSent!]! + linea_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_RelayerFeesIncrease - optimismsepolia_relayerFeesIncreases( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RelayerFeesIncrease_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RelayerFeesIncrease_filter + orderBy: linea_RelayerFeesIncrease_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_RelayerFeesIncrease!]! - optimismsepolia_slippageUpdate( + ): [linea_RelayerFeesIncrease!]! + linea_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_SlippageUpdate - optimismsepolia_slippageUpdates( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SlippageUpdate_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SlippageUpdate_filter + orderBy: linea_SlippageUpdate_orderBy + orderDirection: linea_OrderDirection + where: linea_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_SlippageUpdate!]! - optimismsepolia_snapshotRoot( + ): [linea_SlippageUpdate!]! + linea_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: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_SnapshotRoot - optimismsepolia_snapshotRoots( + ): linea_SnapshotRoot + linea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SnapshotRoot_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SnapshotRoot_filter + orderBy: linea_SnapshotRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_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: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_SnapshotRoot!]! - optimismsepolia_spokeConnectorMode( + ): [linea_SnapshotRoot!]! + linea_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_SpokeConnectorMode - optimismsepolia_spokeConnectorModes( + ): linea_SpokeConnectorMode + linea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SpokeConnectorMode_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SpokeConnectorMode_filter + orderBy: linea_SpokeConnectorMode_orderBy + orderDirection: linea_OrderDirection + where: linea_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_SpokeConnectorMode!]! - optimismsepolia_aggregateRootProposed( + ): [linea_SpokeConnectorMode!]! + linea_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_AggregateRootProposed - optimismsepolia_aggregateRootProposeds( + ): linea_AggregateRootProposed + linea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AggregateRootProposed_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AggregateRootProposed_filter + orderBy: linea_AggregateRootProposed_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_AggregateRootProposed!]! - optimismsepolia_optimisticRootFinalized( + ): [linea_AggregateRootProposed!]! + linea_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: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimismsepolia_OptimisticRootFinalized - optimismsepolia_optimisticRootFinalizeds( + ): linea_OptimisticRootFinalized + linea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OptimisticRootFinalized_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OptimisticRootFinalized_filter + orderBy: linea_OptimisticRootFinalized_orderBy + orderDirection: linea_OrderDirection + where: linea_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: optimismsepolia_Block_height + block: linea_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimismsepolia_OptimisticRootFinalized!]! + ): [linea_OptimisticRootFinalized!]! """Access to subgraph metadata""" - optimismsepolia__meta(block: optimismsepolia_Block_height): optimismsepolia__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: mainnet_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( - skip: Int = 0 - first: Int = 100 - 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: mainnet_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( + linea__meta(block: linea_Block_height): linea__Meta_ + stagingmode_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: stagingmode_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( + ): stagingmode_Asset + stagingmode_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_filter + orderBy: stagingmode_Asset_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_Asset!]! + stagingmode_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: stagingmode_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( + ): stagingmode_AssetStatus + stagingmode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_filter + orderBy: stagingmode_AssetStatus_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_AssetStatus!]! + stagingmode_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: stagingmode_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( + ): stagingmode_AssetBalance + stagingmode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_filter + orderBy: stagingmode_AssetBalance_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMeta!]! - mainnet_rootManagerMode( + ): [stagingmode_AssetBalance!]! + stagingmode_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RootManagerMode - mainnet_rootManagerModes( + ): stagingmode_Router + stagingmode_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMode_filter + orderBy: stagingmode_Router_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootManagerMode!]! - mainnet_optimisticRootProposed( + ): [stagingmode_Router!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootProposed - mainnet_optimisticRootProposeds( + ): stagingmode_RouterDailyTVL + stagingmode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootProposed_filter + orderBy: stagingmode_RouterDailyTVL_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootProposed!]! - mainnet_hubOptimisticRootFinalized( + ): [stagingmode_RouterDailyTVL!]! + stagingmode_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_HubOptimisticRootFinalized - mainnet_hubOptimisticRootFinalizeds( + ): stagingmode_RouterLiquidityEvent + stagingmode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubOptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubOptimisticRootFinalized_filter + orderBy: stagingmode_RouterLiquidityEvent_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_HubOptimisticRootFinalized!]! - mainnet_optimisticRootPropagated( + ): [stagingmode_RouterLiquidityEvent!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootPropagated - mainnet_optimisticRootPropagateds( + ): stagingmode_Setting + stagingmode_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootPropagated_filter + orderBy: stagingmode_Setting_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootPropagated!]! - mainnet_polygonConnectorMeta( + ): [stagingmode_Setting!]! + stagingmode_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: stagingmode_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( + ): stagingmode_Relayer + stagingmode_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_filter + orderBy: stagingmode_Relayer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_Relayer!]! + stagingmode_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: stagingmode_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( + ): stagingmode_Sequencer + stagingmode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_filter + orderBy: stagingmode_Sequencer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_Sequencer!]! + stagingmode_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: stagingmode_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( + ): stagingmode_RelayerFee + stagingmode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_filter + orderBy: stagingmode_RelayerFee_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_RelayerFee!]! + stagingmode_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: stagingmode_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( + ): stagingmode_OriginTransfer + stagingmode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_filter + orderBy: stagingmode_OriginTransfer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_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( + ): [stagingmode_OriginTransfer!]! + stagingmode_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: stagingmode_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( + ): stagingmode_DestinationTransfer + stagingmode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_filter + orderBy: stagingmode_DestinationTransfer_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_GnosisConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [stagingmode_DestinationTransfer!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): stagingmode_OriginMessage + stagingmode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_filter + orderBy: stagingmode_OriginMessage_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_LineaConnectorMeta!]! - mainnet_metisConnectorMeta( + ): [stagingmode_OriginMessage!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_MetisConnectorMeta - mainnet_metisConnectorMetas( + ): stagingmode_AggregateRoot + stagingmode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MetisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MetisConnectorMeta_filter + orderBy: stagingmode_AggregateRoot_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_MetisConnectorMeta!]! - mainnet_mantleConnectorMeta( + ): [stagingmode_AggregateRoot!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_MantleConnectorMeta - mainnet_mantleConnectorMetas( + ): stagingmode_ConnectorMeta + stagingmode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MantleConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MantleConnectorMeta_filter + orderBy: stagingmode_ConnectorMeta_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_MantleConnectorMeta!]! - mainnet_avalancheConnectorMeta( + ): [stagingmode_ConnectorMeta!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AvalancheConnectorMeta - mainnet_avalancheConnectorMetas( + ): stagingmode_RootCount + stagingmode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AvalancheConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AvalancheConnectorMeta_filter + orderBy: stagingmode_RootCount_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AvalancheConnectorMeta!]! - mainnet_baseConnectorMeta( + ): [stagingmode_RootCount!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_BaseConnectorMeta - mainnet_baseConnectorMetas( + ): stagingmode_RootMessageSent + stagingmode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BaseConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BaseConnectorMeta_filter + orderBy: stagingmode_RootMessageSent_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_BaseConnectorMeta!]! - mainnet_polygonZkConnectorMeta( + ): [stagingmode_RootMessageSent!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_PolygonZkConnectorMeta - mainnet_polygonZkConnectorMetas( + ): stagingmode_RelayerFeesIncrease + stagingmode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonZkConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonZkConnectorMeta_filter + orderBy: stagingmode_RelayerFeesIncrease_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_PolygonZkConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [stagingmode_RelayerFeesIncrease!]! + stagingmode_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: stagingmode_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( + ): stagingmode_SlippageUpdate + stagingmode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_filter + orderBy: stagingmode_SlippageUpdate_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_modeConnectorMeta( + ): [stagingmode_SlippageUpdate!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_ModeConnectorMeta - mainnet_modeConnectorMetas( + ): stagingmode_SnapshotRoot + stagingmode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ModeConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ModeConnectorMeta_filter + orderBy: stagingmode_SnapshotRoot_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_ModeConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [stagingmode_SnapshotRoot!]! + stagingmode_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_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( + ): stagingmode_SpokeConnectorMode + stagingmode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_filter + orderBy: stagingmode_SpokeConnectorMode_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RootMessageProcessed!]! - mainnet_aggregateRootSavedSlow( + ): [stagingmode_SpokeConnectorMode!]! + stagingmode_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRootSavedSlow - mainnet_aggregateRootSavedSlows( + ): stagingmode_AggregateRootProposed + stagingmode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootSavedSlow_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootSavedSlow_filter + orderBy: stagingmode_AggregateRootProposed_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRootSavedSlow!]! - mainnet_hubDomain( + ): [stagingmode_AggregateRootProposed!]! + stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_HubDomain - mainnet_hubDomains( + ): stagingmode_OptimisticRootFinalized + stagingmode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubDomain_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubDomain_filter + orderBy: stagingmode_OptimisticRootFinalized_orderBy + orderDirection: stagingmode_OrderDirection + where: stagingmode_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: stagingmode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_HubDomain!]! + ): [stagingmode_OptimisticRootFinalized!]! """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - sepolia_asset( + stagingmode__meta(block: stagingmode_Block_height): stagingmode__Meta_ + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_Asset - sepolia_assets( + ): stagingscroll_Asset + stagingscroll_assets( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Asset_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_Asset_filter + orderBy: stagingscroll_Asset_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_Asset!]! - sepolia_assetStatus( + ): [stagingscroll_Asset!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AssetStatus - sepolia_assetStatuses( + ): stagingscroll_AssetStatus + stagingscroll_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AssetStatus_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AssetStatus_filter + orderBy: stagingscroll_AssetStatus_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AssetStatus!]! - sepolia_assetBalance( + ): [stagingscroll_AssetStatus!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AssetBalance - sepolia_assetBalances( + ): stagingscroll_AssetBalance + stagingscroll_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AssetBalance_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AssetBalance_filter + orderBy: stagingscroll_AssetBalance_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AssetBalance!]! - sepolia_router( + ): [stagingscroll_AssetBalance!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_Router - sepolia_routers( + ): stagingscroll_Router + stagingscroll_routers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Router_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_Router_filter + orderBy: stagingscroll_Router_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_Router!]! - sepolia_routerDailyTVL( + ): [stagingscroll_Router!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RouterDailyTVL - sepolia_routerDailyTVLs( + ): stagingscroll_RouterDailyTVL + stagingscroll_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RouterDailyTVL_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RouterDailyTVL_filter + orderBy: stagingscroll_RouterDailyTVL_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RouterDailyTVL!]! - sepolia_routerLiquidityEvent( + ): [stagingscroll_RouterDailyTVL!]! + stagingscroll_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RouterLiquidityEvent - sepolia_routerLiquidityEvents( + ): stagingscroll_RouterLiquidityEvent + stagingscroll_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RouterLiquidityEvent_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RouterLiquidityEvent_filter + orderBy: stagingscroll_RouterLiquidityEvent_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RouterLiquidityEvent!]! - sepolia_setting( + ): [stagingscroll_RouterLiquidityEvent!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_Setting - sepolia_settings( + ): stagingscroll_Setting + stagingscroll_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Setting_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_Setting_filter + orderBy: stagingscroll_Setting_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_Setting!]! - sepolia_relayer( + ): [stagingscroll_Setting!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_Relayer - sepolia_relayers( + ): stagingscroll_Relayer + stagingscroll_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Relayer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_Relayer_filter + orderBy: stagingscroll_Relayer_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_Relayer!]! - sepolia_sequencer( + ): [stagingscroll_Relayer!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_Sequencer - sepolia_sequencers( + ): stagingscroll_Sequencer + stagingscroll_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Sequencer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_Sequencer_filter + orderBy: stagingscroll_Sequencer_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_Sequencer!]! - sepolia_relayerFee( + ): [stagingscroll_Sequencer!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RelayerFee - sepolia_relayerFees( + ): stagingscroll_RelayerFee + stagingscroll_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RelayerFee_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RelayerFee_filter + orderBy: stagingscroll_RelayerFee_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RelayerFee!]! - sepolia_originTransfer( + ): [stagingscroll_RelayerFee!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OriginTransfer - sepolia_originTransfers( + ): stagingscroll_OriginTransfer + stagingscroll_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OriginTransfer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OriginTransfer_filter + orderBy: stagingscroll_OriginTransfer_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OriginTransfer!]! - sepolia_destinationTransfer( + ): [stagingscroll_OriginTransfer!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_DestinationTransfer - sepolia_destinationTransfers( + ): stagingscroll_DestinationTransfer + stagingscroll_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_DestinationTransfer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_DestinationTransfer_filter + orderBy: stagingscroll_DestinationTransfer_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_DestinationTransfer!]! - sepolia_originMessage( + ): [stagingscroll_DestinationTransfer!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OriginMessage - sepolia_originMessages( + ): stagingscroll_OriginMessage + stagingscroll_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OriginMessage_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OriginMessage_filter + orderBy: stagingscroll_OriginMessage_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OriginMessage!]! - sepolia_aggregateRoot( + ): [stagingscroll_OriginMessage!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregateRoot - sepolia_aggregateRoots( + ): stagingscroll_AggregateRoot + stagingscroll_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregateRoot_filter + orderBy: stagingscroll_AggregateRoot_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregateRoot!]! - sepolia_connectorMeta( + ): [stagingscroll_AggregateRoot!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_ConnectorMeta - sepolia_connectorMetas( + ): stagingscroll_ConnectorMeta + stagingscroll_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ConnectorMeta_filter + orderBy: stagingscroll_ConnectorMeta_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_ConnectorMeta!]! - sepolia_rootCount( + ): [stagingscroll_ConnectorMeta!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootCount - sepolia_rootCounts( + ): stagingscroll_RootCount + stagingscroll_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootCount_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootCount_filter + orderBy: stagingscroll_RootCount_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootCount!]! - sepolia_rootMessageSent( + ): [stagingscroll_RootCount!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RootMessageSent - sepolia_rootMessageSents( + ): stagingscroll_RootMessageSent + stagingscroll_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootMessageSent_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootMessageSent_filter + orderBy: stagingscroll_RootMessageSent_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RootMessageSent!]! - sepolia_relayerFeesIncrease( + ): [stagingscroll_RootMessageSent!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_RelayerFeesIncrease - sepolia_relayerFeesIncreases( + ): stagingscroll_RelayerFeesIncrease + stagingscroll_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RelayerFeesIncrease_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RelayerFeesIncrease_filter + orderBy: stagingscroll_RelayerFeesIncrease_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_RelayerFeesIncrease!]! - sepolia_slippageUpdate( + ): [stagingscroll_RelayerFeesIncrease!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_SlippageUpdate - sepolia_slippageUpdates( + ): stagingscroll_SlippageUpdate + stagingscroll_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SlippageUpdate_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_SlippageUpdate_filter + orderBy: stagingscroll_SlippageUpdate_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_SlippageUpdate!]! - sepolia_snapshotRoot( + ): [stagingscroll_SlippageUpdate!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_SnapshotRoot - sepolia_snapshotRoots( + ): stagingscroll_SnapshotRoot + stagingscroll_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SnapshotRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_SnapshotRoot_filter + orderBy: stagingscroll_SnapshotRoot_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_SnapshotRoot!]! - sepolia_spokeConnectorMode( + ): [stagingscroll_SnapshotRoot!]! + stagingscroll_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_SpokeConnectorMode - sepolia_spokeConnectorModes( + ): stagingscroll_SpokeConnectorMode + stagingscroll_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SpokeConnectorMode_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_SpokeConnectorMode_filter + orderBy: stagingscroll_SpokeConnectorMode_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_SpokeConnectorMode!]! - sepolia_aggregateRootProposed( + ): [stagingscroll_SpokeConnectorMode!]! + stagingscroll_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_AggregateRootProposed - sepolia_aggregateRootProposeds( + ): stagingscroll_AggregateRootProposed + stagingscroll_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRootProposed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregateRootProposed_filter + orderBy: stagingscroll_AggregateRootProposed_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_AggregateRootProposed!]! - sepolia_optimisticRootFinalized( + ): [stagingscroll_AggregateRootProposed!]! + stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): sepolia_OptimisticRootFinalized - sepolia_optimisticRootFinalizeds( + ): stagingscroll_OptimisticRootFinalized + stagingscroll_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootFinalized_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootFinalized_filter + orderBy: stagingscroll_OptimisticRootFinalized_orderBy + orderDirection: stagingscroll_OrderDirection + where: stagingscroll_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: sepolia_Block_height + block: stagingscroll_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [sepolia_OptimisticRootFinalized!]! + ): [stagingscroll_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__Meta_ arbitrumone_asset( id: ID! """ @@ -34636,10808 +34612,11194 @@ type Subscription { ): [arbitrumone_OptimisticRootFinalized!]! """Access to subgraph metadata""" arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - zksync_swap_systemInfo( + 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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SystemInfo - zksync_swap_systemInfos( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SystemInfo_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SystemInfo_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SystemInfo!]! - zksync_swap_pooledToken( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_PooledToken - zksync_swap_pooledTokens( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_PooledToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_PooledToken_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_PooledToken!]! - zksync_swap_stableSwap( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwap - zksync_swap_stableSwaps( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwap_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwap_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwap!]! - zksync_swap_stableSwapAddLiquidityEvent( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapAddLiquidityEvent - zksync_swap_stableSwapAddLiquidityEvents( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapAddLiquidityEvent_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapAddLiquidityEvent!]! - zksync_swap_stableSwapRemoveLiquidityEvent( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapRemoveLiquidityEvent - zksync_swap_stableSwapRemoveLiquidityEvents( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapRemoveLiquidityEvent_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! - zksync_swap_stableSwapExchange( + ): [polygon_RouterDailyTVL!]! + polygon_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapExchange - zksync_swap_stableSwapExchanges( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapExchange_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapExchange_filter + orderBy: polygon_RouterLiquidityEvent_orderBy + orderDirection: polygon_OrderDirection + where: polygon_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapExchange!]! - zksync_swap_swapDailyVolume( + ): [polygon_RouterLiquidityEvent!]! + polygon_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapDailyVolume - zksync_swap_swapDailyVolumes( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapDailyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapDailyVolume_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapDailyVolume!]! - zksync_swap_swapHourlyVolume( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapHourlyVolume - zksync_swap_swapHourlyVolumes( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapHourlyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapHourlyVolume_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapHourlyVolume!]! - zksync_swap_swapWeeklyVolume( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapWeeklyVolume - zksync_swap_swapWeeklyVolumes( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapWeeklyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapWeeklyVolume_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapWeeklyVolume!]! - zksync_swap_lpAccount( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccount - zksync_swap_lpAccounts( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccount_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccount_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccount!]! - zksync_swap_lpAccountBalance( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpAccountBalance - zksync_swap_lpAccountBalances( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccountBalance_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccountBalance_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpAccountBalance!]! - zksync_swap_lpToken( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpToken - zksync_swap_lpTokens( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpToken_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpToken!]! - zksync_swap_lpTransferEvent( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTransferEvent - zksync_swap_lpTransferEvents( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTransferEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTransferEvent_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTransferEvent!]! - zksync_swap_stableSwapEvent( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_StableSwapEvent - zksync_swap_stableSwapEvents( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapEvent_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_StableSwapEvent!]! - zksync_swap_swapTradeVolume( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_SwapTradeVolume - zksync_swap_swapTradeVolumes( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapTradeVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapTradeVolume_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_SwapTradeVolume!]! - zksync_swap_lpTokenEvent( + ): [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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_swap_LpTokenEvent - zksync_swap_lpTokenEvents( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTokenEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTokenEvent_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: zksync_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ - base_swap_systemInfo( + ): [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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SystemInfo - base_swap_systemInfos( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SystemInfo_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SystemInfo_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SystemInfo!]! - base_swap_pooledToken( + ): [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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_PooledToken - base_swap_pooledTokens( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_swap_PooledToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_PooledToken_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_PooledToken!]! - base_swap_stableSwap( + ): [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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwap - base_swap_stableSwaps( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwap_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwap_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwap!]! - base_swap_stableSwapAddLiquidityEvent( + ): [polygon_SlippageUpdate!]! + polygon_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapAddLiquidityEvent - base_swap_stableSwapAddLiquidityEvents( + ): polygon_SnapshotRoot + polygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapAddLiquidityEvent_filter + orderBy: polygon_SnapshotRoot_orderBy + orderDirection: polygon_OrderDirection + where: polygon_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapAddLiquidityEvent!]! - base_swap_stableSwapRemoveLiquidityEvent( + ): [polygon_SnapshotRoot!]! + polygon_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapRemoveLiquidityEvent - base_swap_stableSwapRemoveLiquidityEvents( + ): polygon_SpokeConnectorMode + polygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: polygon_SpokeConnectorMode_orderBy + orderDirection: polygon_OrderDirection + where: polygon_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapRemoveLiquidityEvent!]! - base_swap_stableSwapExchange( + ): [polygon_SpokeConnectorMode!]! + polygon_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapExchange - base_swap_stableSwapExchanges( + ): polygon_AggregateRootProposed + polygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapExchange_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapExchange_filter + orderBy: polygon_AggregateRootProposed_orderBy + orderDirection: polygon_OrderDirection + where: polygon_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapExchange!]! - base_swap_swapDailyVolume( + ): [polygon_AggregateRootProposed!]! + polygon_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapDailyVolume - base_swap_swapDailyVolumes( + ): polygon_OptimisticRootFinalized + polygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapDailyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapDailyVolume_filter + orderBy: polygon_OptimisticRootFinalized_orderBy + orderDirection: polygon_OrderDirection + where: polygon_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: base_swap_Block_height + block: polygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapDailyVolume!]! - base_swap_swapHourlyVolume( + ): [polygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__Meta_ + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapHourlyVolume - base_swap_swapHourlyVolumes( + ): zksync_swap_SystemInfo + zksync_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapHourlyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapHourlyVolume_filter + orderBy: zksync_swap_SystemInfo_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapHourlyVolume!]! - base_swap_swapWeeklyVolume( + ): [zksync_swap_SystemInfo!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapWeeklyVolume - base_swap_swapWeeklyVolumes( + ): zksync_swap_PooledToken + zksync_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapWeeklyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapWeeklyVolume_filter + orderBy: zksync_swap_PooledToken_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapWeeklyVolume!]! - base_swap_lpAccount( + ): [zksync_swap_PooledToken!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpAccount - base_swap_lpAccounts( + ): zksync_swap_StableSwap + zksync_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccount_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccount_filter + orderBy: zksync_swap_StableSwap_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpAccount!]! - base_swap_lpAccountBalance( + ): [zksync_swap_StableSwap!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpAccountBalance - base_swap_lpAccountBalances( + ): zksync_swap_StableSwapAddLiquidityEvent + zksync_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccountBalance_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccountBalance_filter + orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpAccountBalance!]! - base_swap_lpToken( + ): [zksync_swap_StableSwapAddLiquidityEvent!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpToken - base_swap_lpTokens( + ): zksync_swap_StableSwapRemoveLiquidityEvent + zksync_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpToken_filter + orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpToken!]! - base_swap_lpTransferEvent( + ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpTransferEvent - base_swap_lpTransferEvents( + ): zksync_swap_StableSwapExchange + zksync_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTransferEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTransferEvent_filter + orderBy: zksync_swap_StableSwapExchange_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpTransferEvent!]! - base_swap_stableSwapEvent( + ): [zksync_swap_StableSwapExchange!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_StableSwapEvent - base_swap_stableSwapEvents( + ): zksync_swap_SwapDailyVolume + zksync_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapEvent_filter + orderBy: zksync_swap_SwapDailyVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_StableSwapEvent!]! - base_swap_swapTradeVolume( + ): [zksync_swap_SwapDailyVolume!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_SwapTradeVolume - base_swap_swapTradeVolumes( + ): zksync_swap_SwapHourlyVolume + zksync_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapTradeVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapTradeVolume_filter + orderBy: zksync_swap_SwapHourlyVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_SwapTradeVolume!]! - base_swap_lpTokenEvent( + ): [zksync_swap_SwapHourlyVolume!]! + zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_swap_LpTokenEvent - base_swap_lpTokenEvents( + ): zksync_swap_SwapWeeklyVolume + zksync_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTokenEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTokenEvent_filter + orderBy: zksync_swap_SwapWeeklyVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: base_swap_Block_height + block: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ - optimism_asset( + ): [zksync_swap_SwapWeeklyVolume!]! + zksync_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: zksync_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( + ): zksync_swap_LpAccount + zksync_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_filter + orderBy: zksync_swap_LpAccount_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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( + ): [zksync_swap_LpAccount!]! + zksync_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: zksync_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( + ): zksync_swap_LpAccountBalance + zksync_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_filter + orderBy: zksync_swap_LpAccountBalance_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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( + ): [zksync_swap_LpAccountBalance!]! + zksync_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: zksync_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( + ): zksync_swap_LpToken + zksync_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_filter + orderBy: zksync_swap_LpToken_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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( + ): [zksync_swap_LpToken!]! + zksync_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: zksync_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( + ): zksync_swap_LpTransferEvent + zksync_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_filter + orderBy: zksync_swap_LpTransferEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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( + ): [zksync_swap_LpTransferEvent!]! + zksync_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: zksync_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( + ): zksync_swap_StableSwapEvent + zksync_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_filter + orderBy: zksync_swap_StableSwapEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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_routerLiquidityEvent( + ): [zksync_swap_StableSwapEvent!]! + zksync_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: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_RouterLiquidityEvent - optimism_routerLiquidityEvents( + ): zksync_swap_SwapTradeVolume + zksync_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_filter + orderBy: zksync_swap_SwapTradeVolume_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_RouterLiquidityEvent!]! - optimism_setting( + ): [zksync_swap_SwapTradeVolume!]! + zksync_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: zksync_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( + ): zksync_swap_LpTokenEvent + zksync_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_filter + orderBy: zksync_swap_LpTokenEvent_orderBy + orderDirection: zksync_swap_OrderDirection + where: zksync_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: zksync_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( + ): [zksync_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_Asset + stagingmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_filter + orderBy: stagingmainnet_Asset_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_Asset!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_AssetStatus + stagingmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_filter + orderBy: stagingmainnet_AssetStatus_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_AssetStatus!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_AssetBalance + stagingmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_filter + orderBy: stagingmainnet_AssetBalance_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_AssetBalance!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_Router + stagingmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_filter + orderBy: stagingmainnet_Router_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_Router!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_RouterDailyTVL + stagingmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_filter + orderBy: stagingmainnet_RouterDailyTVL_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_RouterDailyTVL!]! + stagingmainnet_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmainnet_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( + ): stagingmainnet_RouterLiquidityEvent + stagingmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_filter + orderBy: stagingmainnet_RouterLiquidityEvent_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_Block_height + block: stagingmainnet_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( + ): [stagingmainnet_RouterLiquidityEvent!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_Setting + stagingmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_filter + orderBy: stagingmainnet_Setting_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_Setting!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_Relayer + stagingmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_filter + orderBy: stagingmainnet_Relayer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_Relayer!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_Sequencer + stagingmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_filter + orderBy: stagingmainnet_Sequencer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_Sequencer!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_RelayerFee + stagingmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_filter + orderBy: stagingmainnet_RelayerFee_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_RelayerFee!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_OriginTransfer + stagingmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: stagingmainnet_OriginTransfer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_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( + ): [stagingmainnet_OriginTransfer!]! + stagingmainnet_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: stagingmainnet_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( + ): stagingmainnet_DestinationTransfer + stagingmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: stagingmainnet_DestinationTransfer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SlippageUpdate!]! - optimism_snapshotRoot( + ): [stagingmainnet_DestinationTransfer!]! + stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SnapshotRoot - optimism_snapshotRoots( + ): stagingmainnet_OriginMessage + stagingmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_SnapshotRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SnapshotRoot_filter + orderBy: stagingmainnet_OriginMessage_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SnapshotRoot!]! - optimism_spokeConnectorMode( + ): [stagingmainnet_OriginMessage!]! + stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_SpokeConnectorMode - optimism_spokeConnectorModes( + ): stagingmainnet_AggregateRoot + stagingmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: optimism_SpokeConnectorMode_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SpokeConnectorMode_filter + orderBy: stagingmainnet_AggregateRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_SpokeConnectorMode!]! - optimism_aggregateRootProposed( + ): [stagingmainnet_AggregateRoot!]! + stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_AggregateRootProposed - optimism_aggregateRootProposeds( + ): stagingmainnet_ConnectorMeta + stagingmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRootProposed_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRootProposed_filter + orderBy: stagingmainnet_ConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_AggregateRootProposed!]! - optimism_optimisticRootFinalized( + ): [stagingmainnet_ConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_OptimisticRootFinalized - optimism_optimisticRootFinalizeds( + ): stagingmainnet_RootCount + stagingmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_OptimisticRootFinalized_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OptimisticRootFinalized_filter + orderBy: stagingmainnet_RootCount_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ - metis_swap_systemInfo( + ): [stagingmainnet_RootCount!]! + stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SystemInfo - metis_swap_systemInfos( + ): stagingmainnet_RootMessageSent + stagingmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SystemInfo_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SystemInfo_filter + orderBy: stagingmainnet_RootMessageSent_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SystemInfo!]! - metis_swap_pooledToken( + ): [stagingmainnet_RootMessageSent!]! + stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_PooledToken - metis_swap_pooledTokens( + ): stagingmainnet_RelayerFeesIncrease + stagingmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_PooledToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_PooledToken_filter + orderBy: stagingmainnet_RelayerFeesIncrease_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_PooledToken!]! - metis_swap_stableSwap( + ): [stagingmainnet_RelayerFeesIncrease!]! + stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwap - metis_swap_stableSwaps( + ): stagingmainnet_SlippageUpdate + stagingmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwap_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwap_filter + orderBy: stagingmainnet_SlippageUpdate_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwap!]! - metis_swap_stableSwapAddLiquidityEvent( + ): [stagingmainnet_SlippageUpdate!]! + stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapAddLiquidityEvent - metis_swap_stableSwapAddLiquidityEvents( + ): stagingmainnet_SnapshotRoot + stagingmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingmainnet_SnapshotRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapAddLiquidityEvent!]! - metis_swap_stableSwapRemoveLiquidityEvent( + ): [stagingmainnet_SnapshotRoot!]! + stagingmainnet_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapRemoveLiquidityEvent - metis_swap_stableSwapRemoveLiquidityEvents( + ): stagingmainnet_SpokeConnectorMode + stagingmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingmainnet_SpokeConnectorMode_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapRemoveLiquidityEvent!]! - metis_swap_stableSwapExchange( + ): [stagingmainnet_SpokeConnectorMode!]! + stagingmainnet_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapExchange - metis_swap_stableSwapExchanges( + ): stagingmainnet_AggregateRootProposed + stagingmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapExchange_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapExchange_filter + orderBy: stagingmainnet_AggregateRootProposed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapExchange!]! - metis_swap_swapDailyVolume( + ): [stagingmainnet_AggregateRootProposed!]! + stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapDailyVolume - metis_swap_swapDailyVolumes( + ): stagingmainnet_OptimisticRootFinalized + stagingmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapDailyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapDailyVolume_filter + orderBy: stagingmainnet_OptimisticRootFinalized_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: metis_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapDailyVolume!]! - metis_swap_swapHourlyVolume( + ): [stagingmainnet_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapHourlyVolume - metis_swap_swapHourlyVolumes( + ): arbitrumsepolia_Asset + arbitrumsepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapHourlyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapHourlyVolume_filter + orderBy: arbitrumsepolia_Asset_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapHourlyVolume!]! - metis_swap_swapWeeklyVolume( + ): [arbitrumsepolia_Asset!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapWeeklyVolume - metis_swap_swapWeeklyVolumes( + ): arbitrumsepolia_AssetStatus + arbitrumsepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapWeeklyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapWeeklyVolume_filter + orderBy: arbitrumsepolia_AssetStatus_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapWeeklyVolume!]! - metis_swap_lpAccount( + ): [arbitrumsepolia_AssetStatus!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpAccount - metis_swap_lpAccounts( + ): arbitrumsepolia_AssetBalance + arbitrumsepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccount_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccount_filter + orderBy: arbitrumsepolia_AssetBalance_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpAccount!]! - metis_swap_lpAccountBalance( + ): [arbitrumsepolia_AssetBalance!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpAccountBalance - metis_swap_lpAccountBalances( + ): arbitrumsepolia_Router + arbitrumsepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccountBalance_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccountBalance_filter + orderBy: arbitrumsepolia_Router_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpAccountBalance!]! - metis_swap_lpToken( + ): [arbitrumsepolia_Router!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpToken - metis_swap_lpTokens( + ): arbitrumsepolia_RouterDailyTVL + arbitrumsepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpToken_filter + orderBy: arbitrumsepolia_RouterDailyTVL_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpToken!]! - metis_swap_lpTransferEvent( + ): [arbitrumsepolia_RouterDailyTVL!]! + arbitrumsepolia_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTransferEvent - metis_swap_lpTransferEvents( + ): arbitrumsepolia_RouterLiquidityEvent + arbitrumsepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTransferEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTransferEvent_filter + orderBy: arbitrumsepolia_RouterLiquidityEvent_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTransferEvent!]! - metis_swap_stableSwapEvent( + ): [arbitrumsepolia_RouterLiquidityEvent!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_StableSwapEvent - metis_swap_stableSwapEvents( + ): arbitrumsepolia_Setting + arbitrumsepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapEvent_filter + orderBy: arbitrumsepolia_Setting_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_StableSwapEvent!]! - metis_swap_swapTradeVolume( + ): [arbitrumsepolia_Setting!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_SwapTradeVolume - metis_swap_swapTradeVolumes( + ): arbitrumsepolia_Relayer + arbitrumsepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapTradeVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapTradeVolume_filter + orderBy: arbitrumsepolia_Relayer_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_SwapTradeVolume!]! - metis_swap_lpTokenEvent( + ): [arbitrumsepolia_Relayer!]! + arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_swap_LpTokenEvent - metis_swap_lpTokenEvents( + ): arbitrumsepolia_Sequencer + arbitrumsepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTokenEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTokenEvent_filter + orderBy: arbitrumsepolia_Sequencer_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_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: metis_swap_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ - polygon_asset( + ): [arbitrumsepolia_Sequencer!]! + arbitrumsepolia_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_RelayerFee + arbitrumsepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_filter + orderBy: arbitrumsepolia_RelayerFee_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_RelayerFee!]! + arbitrumsepolia_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_OriginTransfer + arbitrumsepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_filter + orderBy: arbitrumsepolia_OriginTransfer_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_OriginTransfer!]! + arbitrumsepolia_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_DestinationTransfer + arbitrumsepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_filter + orderBy: arbitrumsepolia_DestinationTransfer_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_DestinationTransfer!]! + arbitrumsepolia_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_OriginMessage + arbitrumsepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_filter + orderBy: arbitrumsepolia_OriginMessage_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_OriginMessage!]! + arbitrumsepolia_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_AggregateRoot + arbitrumsepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_filter + orderBy: arbitrumsepolia_AggregateRoot_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterDailyTVL!]! - polygon_routerLiquidityEvent( + ): [arbitrumsepolia_AggregateRoot!]! + arbitrumsepolia_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygon_RouterLiquidityEvent - polygon_routerLiquidityEvents( + ): arbitrumsepolia_ConnectorMeta + arbitrumsepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_filter + orderBy: arbitrumsepolia_ConnectorMeta_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygon_RouterLiquidityEvent!]! - polygon_setting( + ): [arbitrumsepolia_ConnectorMeta!]! + arbitrumsepolia_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_RootCount + arbitrumsepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_filter + orderBy: arbitrumsepolia_RootCount_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_RootCount!]! + arbitrumsepolia_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_RootMessageSent + arbitrumsepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_filter + orderBy: arbitrumsepolia_RootMessageSent_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_RootMessageSent!]! + arbitrumsepolia_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_RelayerFeesIncrease + arbitrumsepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_filter + orderBy: arbitrumsepolia_RelayerFeesIncrease_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_RelayerFeesIncrease!]! + arbitrumsepolia_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_SlippageUpdate + arbitrumsepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_filter + orderBy: arbitrumsepolia_SlippageUpdate_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_SlippageUpdate!]! + arbitrumsepolia_snapshotRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_SnapshotRoot + arbitrumsepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_filter + orderBy: arbitrumsepolia_SnapshotRoot_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_SnapshotRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_SnapshotRoot!]! + arbitrumsepolia_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_SpokeConnectorMode + arbitrumsepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_filter + orderBy: arbitrumsepolia_SpokeConnectorMode_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_SpokeConnectorMode!]! + arbitrumsepolia_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_AggregateRootProposed + arbitrumsepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_filter + orderBy: arbitrumsepolia_AggregateRootProposed_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_AggregateRootProposed!]! + arbitrumsepolia_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): arbitrumsepolia_OptimisticRootFinalized + arbitrumsepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_filter + orderBy: arbitrumsepolia_OptimisticRootFinalized_orderBy + orderDirection: arbitrumsepolia_OrderDirection + where: arbitrumsepolia_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_Block_height + block: arbitrumsepolia_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( + ): [arbitrumsepolia_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + arbitrumsepolia__meta(block: arbitrumsepolia_Block_height): arbitrumsepolia__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_ConnectorMeta - polygon_connectorMetas( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_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_ConnectorMeta!]! - polygon_rootCount( + ): [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_RootCount - polygon_rootCounts( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_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_RootCount!]! - polygon_rootMessageSent( + ): [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_RootMessageSent - polygon_rootMessageSents( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_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_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [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_RelayerFeesIncrease - polygon_relayerFeesIncreases( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_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_RelayerFeesIncrease!]! - polygon_slippageUpdate( + ): [mainnet_RootManagerMeta!]! + mainnet_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: 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_RootManagerMode + mainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_filter + orderBy: mainnet_RootManagerMode_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_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: 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_snapshotRoot( + ): [mainnet_RootManagerMode!]! + mainnet_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: 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_SnapshotRoot - polygon_snapshotRoots( + ): mainnet_OptimisticRootProposed + mainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_SnapshotRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SnapshotRoot_filter + orderBy: mainnet_OptimisticRootProposed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_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: 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_SnapshotRoot!]! - polygon_spokeConnectorMode( + ): [mainnet_OptimisticRootProposed!]! + mainnet_hubOptimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_SpokeConnectorMode - polygon_spokeConnectorModes( + ): mainnet_HubOptimisticRootFinalized + mainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygon_SpokeConnectorMode_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SpokeConnectorMode_filter + orderBy: mainnet_HubOptimisticRootFinalized_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_SpokeConnectorMode!]! - polygon_aggregateRootProposed( + ): [mainnet_HubOptimisticRootFinalized!]! + mainnet_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: 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_AggregateRootProposed - polygon_aggregateRootProposeds( + ): mainnet_OptimisticRootPropagated + mainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRootProposed_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRootProposed_filter + orderBy: mainnet_OptimisticRootPropagated_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_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: 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_AggregateRootProposed!]! - polygon_optimisticRootFinalized( + ): [mainnet_OptimisticRootPropagated!]! + 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_OptimisticRootFinalized - polygon_optimisticRootFinalizeds( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygon_OptimisticRootFinalized_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OptimisticRootFinalized_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_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ - mode_swap_systemInfo( + ): [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: mode_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 - ): mode_swap_SystemInfo - mode_swap_systemInfos( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SystemInfo_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SystemInfo_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: mode_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 - ): [mode_swap_SystemInfo!]! - mode_swap_pooledToken( + ): [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: mode_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 - ): mode_swap_PooledToken - mode_swap_pooledTokens( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_PooledToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_PooledToken_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: mode_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 - ): [mode_swap_PooledToken!]! - mode_swap_stableSwap( + ): [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: mode_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 - ): mode_swap_StableSwap - mode_swap_stableSwaps( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwap_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwap_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: mode_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 - ): [mode_swap_StableSwap!]! - mode_swap_stableSwapAddLiquidityEvent( + ): [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: mode_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 - ): mode_swap_StableSwapAddLiquidityEvent - mode_swap_stableSwapAddLiquidityEvents( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapAddLiquidityEvent_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: mode_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 - ): [mode_swap_StableSwapAddLiquidityEvent!]! - mode_swap_stableSwapRemoveLiquidityEvent( + ): [mainnet_GnosisConnectorMeta!]! + mainnet_lineaConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_StableSwapRemoveLiquidityEvent - mode_swap_stableSwapRemoveLiquidityEvents( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: mainnet_LineaConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_LineaConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_StableSwapRemoveLiquidityEvent!]! - mode_swap_stableSwapExchange( + ): [mainnet_LineaConnectorMeta!]! + mainnet_metisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_StableSwapExchange - mode_swap_stableSwapExchanges( + ): mainnet_MetisConnectorMeta + mainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapExchange_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapExchange_filter + orderBy: mainnet_MetisConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_MetisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_StableSwapExchange!]! - mode_swap_swapDailyVolume( + ): [mainnet_MetisConnectorMeta!]! + mainnet_mantleConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_SwapDailyVolume - mode_swap_swapDailyVolumes( + ): mainnet_MantleConnectorMeta + mainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapDailyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapDailyVolume_filter + orderBy: mainnet_MantleConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_MantleConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_SwapDailyVolume!]! - mode_swap_swapHourlyVolume( + ): [mainnet_MantleConnectorMeta!]! + mainnet_avalancheConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_SwapHourlyVolume - mode_swap_swapHourlyVolumes( + ): mainnet_AvalancheConnectorMeta + mainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapHourlyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapHourlyVolume_filter + orderBy: mainnet_AvalancheConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AvalancheConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_SwapHourlyVolume!]! - mode_swap_swapWeeklyVolume( + ): [mainnet_AvalancheConnectorMeta!]! + mainnet_baseConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_SwapWeeklyVolume - mode_swap_swapWeeklyVolumes( + ): mainnet_BaseConnectorMeta + mainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapWeeklyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapWeeklyVolume_filter + orderBy: mainnet_BaseConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_BaseConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_SwapWeeklyVolume!]! - mode_swap_lpAccount( + ): [mainnet_BaseConnectorMeta!]! + mainnet_polygonZkConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_LpAccount - mode_swap_lpAccounts( + ): mainnet_PolygonZkConnectorMeta + mainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccount_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccount_filter + orderBy: mainnet_PolygonZkConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_PolygonZkConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_LpAccount!]! - mode_swap_lpAccountBalance( + ): [mainnet_PolygonZkConnectorMeta!]! + 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: mode_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 - ): mode_swap_LpAccountBalance - mode_swap_lpAccountBalances( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccountBalance_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccountBalance_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: mode_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 - ): [mode_swap_LpAccountBalance!]! - mode_swap_lpToken( + ): [mainnet_ZkSyncConnectorMeta!]! + mainnet_modeConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_LpToken - mode_swap_lpTokens( + ): mainnet_ModeConnectorMeta + mainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpToken_filter + orderBy: mainnet_ModeConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ModeConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_LpToken!]! - mode_swap_lpTransferEvent( + ): [mainnet_ModeConnectorMeta!]! + 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: mode_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 - ): mode_swap_LpTransferEvent - mode_swap_lpTransferEvents( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTransferEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTransferEvent_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: mode_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 - ): [mode_swap_LpTransferEvent!]! - mode_swap_stableSwapEvent( + ): [mainnet_RootMessageProcessed!]! + mainnet_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_StableSwapEvent - mode_swap_stableSwapEvents( + ): mainnet_AggregateRootSavedSlow + mainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapEvent_filter + orderBy: mainnet_AggregateRootSavedSlow_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_StableSwapEvent!]! - mode_swap_swapTradeVolume( + ): [mainnet_AggregateRootSavedSlow!]! + mainnet_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): mode_swap_SwapTradeVolume - mode_swap_swapTradeVolumes( + ): mainnet_HubDomain + mainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapTradeVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapTradeVolume_filter + orderBy: mainnet_HubDomain_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_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 - ): [mode_swap_SwapTradeVolume!]! - mode_swap_lpTokenEvent( + ): [mainnet_HubDomain!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ + stagingmainnet_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: mode_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_swap_LpTokenEvent - mode_swap_lpTokenEvents( + ): stagingmainnet_RootAggregated + stagingmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTokenEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTokenEvent_filter + orderBy: stagingmainnet_RootAggregated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: mode_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ - linea_swap_systemInfo( + ): [stagingmainnet_RootAggregated!]! + stagingmainnet_rootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): stagingmainnet_RootPropagated + stagingmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_filter + orderBy: stagingmainnet_RootPropagated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [stagingmainnet_RootPropagated!]! + stagingmainnet_aggregatedMessageRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): stagingmainnet_AggregatedMessageRoot + stagingmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_filter + orderBy: stagingmainnet_AggregatedMessageRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregatedMessageRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [stagingmainnet_AggregatedMessageRoot!]! + stagingmainnet_rootManagerMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): stagingmainnet_RootManagerMeta + stagingmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_filter + orderBy: stagingmainnet_RootManagerMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootManagerMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [stagingmainnet_RootManagerMeta!]! + stagingmainnet_rootManagerMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapAddLiquidityEvent - linea_swap_stableSwapAddLiquidityEvents( + ): stagingmainnet_RootManagerMode + stagingmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingmainnet_RootManagerMode_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootManagerMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapAddLiquidityEvent!]! - linea_swap_stableSwapRemoveLiquidityEvent( + ): [stagingmainnet_RootManagerMode!]! + stagingmainnet_optimisticRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): stagingmainnet_OptimisticRootProposed + stagingmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingmainnet_OptimisticRootProposed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_OptimisticRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [stagingmainnet_OptimisticRootProposed!]! + stagingmainnet_hubOptimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapExchange - linea_swap_stableSwapExchanges( + ): stagingmainnet_HubOptimisticRootFinalized + stagingmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_filter + orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_HubOptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [stagingmainnet_HubOptimisticRootFinalized!]! + stagingmainnet_optimisticRootPropagated( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): stagingmainnet_OptimisticRootPropagated + stagingmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_filter + orderBy: stagingmainnet_OptimisticRootPropagated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_OptimisticRootPropagated_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [stagingmainnet_OptimisticRootPropagated!]! + stagingmainnet_polygonConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): stagingmainnet_PolygonConnectorMeta + stagingmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_filter + orderBy: stagingmainnet_PolygonConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_PolygonConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [stagingmainnet_PolygonConnectorMeta!]! + stagingmainnet_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): stagingmainnet_OptimismConnectorMeta + stagingmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_filter + orderBy: stagingmainnet_OptimismConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [stagingmainnet_OptimismConnectorMeta!]! + stagingmainnet_bnbConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccount - linea_swap_lpAccounts( + ): stagingmainnet_BnbConnectorMeta + stagingmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_filter + orderBy: stagingmainnet_BnbConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_BnbConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccount!]! - linea_swap_lpAccountBalance( + ): [stagingmainnet_BnbConnectorMeta!]! + stagingmainnet_arbitrumConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpAccountBalance - linea_swap_lpAccountBalances( + ): stagingmainnet_ArbitrumConnectorMeta + stagingmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_filter + orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ArbitrumConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpAccountBalance!]! - linea_swap_lpToken( + ): [stagingmainnet_ArbitrumConnectorMeta!]! + stagingmainnet_gnosisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpToken - linea_swap_lpTokens( + ): stagingmainnet_GnosisConnectorMeta + stagingmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_filter + orderBy: stagingmainnet_GnosisConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_GnosisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpToken!]! - linea_swap_lpTransferEvent( + ): [stagingmainnet_GnosisConnectorMeta!]! + stagingmainnet_lineaConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTransferEvent - linea_swap_lpTransferEvents( + ): stagingmainnet_LineaConnectorMeta + stagingmainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_filter + orderBy: stagingmainnet_LineaConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_LineaConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [stagingmainnet_LineaConnectorMeta!]! + stagingmainnet_metisConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_StableSwapEvent - linea_swap_stableSwapEvents( + ): stagingmainnet_MetisConnectorMeta + stagingmainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_filter + orderBy: stagingmainnet_MetisConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_MetisConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [stagingmainnet_MetisConnectorMeta!]! + stagingmainnet_mantleConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): stagingmainnet_MantleConnectorMeta + stagingmainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_filter + orderBy: stagingmainnet_MantleConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_MantleConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [stagingmainnet_MantleConnectorMeta!]! + stagingmainnet_avalancheConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_swap_LpTokenEvent - linea_swap_lpTokenEvents( + ): stagingmainnet_AvalancheConnectorMeta + stagingmainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_filter + orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AvalancheConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_swap_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - linea_asset( + ): [stagingmainnet_AvalancheConnectorMeta!]! + stagingmainnet_baseConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Asset - linea_assets( + ): stagingmainnet_BaseConnectorMeta + stagingmainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_Asset_filter + orderBy: stagingmainnet_BaseConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_BaseConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Asset!]! - linea_assetStatus( + ): [stagingmainnet_BaseConnectorMeta!]! + stagingmainnet_polygonZkConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AssetStatus - linea_assetStatuses( + ): stagingmainnet_PolygonZkConnectorMeta + stagingmainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetStatus_filter + orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_PolygonZkConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AssetStatus!]! - linea_assetBalance( + ): [stagingmainnet_PolygonZkConnectorMeta!]! + stagingmainnet_zkSyncConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AssetBalance - linea_assetBalances( + ): stagingmainnet_ZkSyncConnectorMeta + stagingmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_AssetBalance_filter + orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ZkSyncConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AssetBalance!]! - linea_router( + ): [stagingmainnet_ZkSyncConnectorMeta!]! + stagingmainnet_modeConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Router - linea_routers( + ): stagingmainnet_ModeConnectorMeta + stagingmainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_Router_filter + orderBy: stagingmainnet_ModeConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ModeConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Router!]! - linea_routerDailyTVL( + ): [stagingmainnet_ModeConnectorMeta!]! + stagingmainnet_scrollConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RouterDailyTVL - linea_routerDailyTVLs( + ): stagingmainnet_ScrollConnectorMeta + stagingmainnet_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterDailyTVL_filter + orderBy: stagingmainnet_ScrollConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ScrollConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RouterDailyTVL!]! - linea_routerLiquidityEvent( + ): [stagingmainnet_ScrollConnectorMeta!]! + stagingmainnet_xlayerConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RouterLiquidityEvent - linea_routerLiquidityEvents( + ): stagingmainnet_XlayerConnectorMeta + stagingmainnet_xlayerConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_RouterLiquidityEvent_filter + orderBy: stagingmainnet_XlayerConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_XlayerConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RouterLiquidityEvent!]! - linea_setting( + ): [stagingmainnet_XlayerConnectorMeta!]! + stagingmainnet_rootMessageProcessed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Setting - linea_settings( + ): stagingmainnet_RootMessageProcessed + stagingmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_Setting_filter + orderBy: stagingmainnet_RootMessageProcessed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RootMessageProcessed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Setting!]! - linea_relayer( + ): [stagingmainnet_RootMessageProcessed!]! + stagingmainnet_aggregateRootSavedSlow( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Relayer - linea_relayers( + ): stagingmainnet_AggregateRootSavedSlow + stagingmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_Relayer_filter + orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRootSavedSlow_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Relayer!]! - linea_sequencer( + ): [stagingmainnet_AggregateRootSavedSlow!]! + stagingmainnet_hubDomain( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_Sequencer - linea_sequencers( + ): stagingmainnet_HubDomain + stagingmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_Sequencer_filter + orderBy: stagingmainnet_HubDomain_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_HubDomain_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: stagingmainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_Sequencer!]! - linea_relayerFee( + ): [stagingmainnet_HubDomain!]! + mantle_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFee - linea_relayerFees( + ): mantle_swap_SystemInfo + mantle_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFee_filter + orderBy: mantle_swap_SystemInfo_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFee!]! - linea_originTransfer( + ): [mantle_swap_SystemInfo!]! + mantle_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OriginTransfer - linea_originTransfers( + ): mantle_swap_PooledToken + mantle_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginTransfer_filter + orderBy: mantle_swap_PooledToken_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OriginTransfer!]! - linea_destinationTransfer( + ): [mantle_swap_PooledToken!]! + mantle_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_DestinationTransfer - linea_destinationTransfers( + ): mantle_swap_StableSwap + mantle_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_DestinationTransfer_filter + orderBy: mantle_swap_StableSwap_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_DestinationTransfer!]! - linea_originMessage( + ): [mantle_swap_StableSwap!]! + mantle_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OriginMessage - linea_originMessages( + ): mantle_swap_StableSwapAddLiquidityEvent + mantle_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_OriginMessage_filter + orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OriginMessage!]! - linea_aggregateRoot( + ): [mantle_swap_StableSwapAddLiquidityEvent!]! + mantle_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRoot - linea_aggregateRoots( + ): mantle_swap_StableSwapRemoveLiquidityEvent + mantle_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRoot_filter + orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRoot!]! - linea_connectorMeta( + ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! + mantle_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_ConnectorMeta - linea_connectorMetas( + ): mantle_swap_StableSwapExchange + mantle_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_ConnectorMeta_filter + orderBy: mantle_swap_StableSwapExchange_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_ConnectorMeta!]! - linea_rootCount( + ): [mantle_swap_StableSwapExchange!]! + mantle_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootCount - linea_rootCounts( + ): mantle_swap_SwapDailyVolume + mantle_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_RootCount_filter + orderBy: mantle_swap_SwapDailyVolume_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootCount!]! - linea_rootMessageSent( + ): [mantle_swap_SwapDailyVolume!]! + mantle_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RootMessageSent - linea_rootMessageSents( + ): mantle_swap_SwapHourlyVolume + mantle_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_RootMessageSent_filter + orderBy: mantle_swap_SwapHourlyVolume_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RootMessageSent!]! - linea_relayerFeesIncrease( + ): [mantle_swap_SwapHourlyVolume!]! + mantle_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): mantle_swap_SwapWeeklyVolume + mantle_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_RelayerFeesIncrease_filter + orderBy: mantle_swap_SwapWeeklyVolume_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_RelayerFeesIncrease!]! - linea_slippageUpdate( + ): [mantle_swap_SwapWeeklyVolume!]! + mantle_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SlippageUpdate - linea_slippageUpdates( + ): mantle_swap_LpAccount + mantle_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_SlippageUpdate_filter + orderBy: mantle_swap_LpAccount_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SlippageUpdate!]! - linea_snapshotRoot( + ): [mantle_swap_LpAccount!]! + mantle_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SnapshotRoot - linea_snapshotRoots( + ): mantle_swap_LpAccountBalance + mantle_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_SnapshotRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_SnapshotRoot_filter + orderBy: mantle_swap_LpAccountBalance_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SnapshotRoot!]! - linea_spokeConnectorMode( + ): [mantle_swap_LpAccountBalance!]! + mantle_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_SpokeConnectorMode - linea_spokeConnectorModes( + ): mantle_swap_LpToken + mantle_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: linea_SpokeConnectorMode_orderBy - orderDirection: linea_OrderDirection - where: linea_SpokeConnectorMode_filter + orderBy: mantle_swap_LpToken_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_SpokeConnectorMode!]! - linea_aggregateRootProposed( + ): [mantle_swap_LpToken!]! + mantle_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_AggregateRootProposed - linea_aggregateRootProposeds( + ): mantle_swap_LpTransferEvent + mantle_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRootProposed_orderBy - orderDirection: linea_OrderDirection - where: linea_AggregateRootProposed_filter + orderBy: mantle_swap_LpTransferEvent_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_AggregateRootProposed!]! - linea_optimisticRootFinalized( + ): [mantle_swap_LpTransferEvent!]! + mantle_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): linea_OptimisticRootFinalized - linea_optimisticRootFinalizeds( + ): mantle_swap_StableSwapEvent + mantle_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_OptimisticRootFinalized_orderBy - orderDirection: linea_OrderDirection - where: linea_OptimisticRootFinalized_filter + orderBy: mantle_swap_StableSwapEvent_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: linea_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [linea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ - xlayer_swap_systemInfo( + ): [mantle_swap_StableSwapEvent!]! + mantle_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: xlayer_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SystemInfo - xlayer_swap_systemInfos( + ): mantle_swap_SwapTradeVolume + mantle_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SystemInfo_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SystemInfo_filter + orderBy: mantle_swap_SwapTradeVolume_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_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: xlayer_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SystemInfo!]! - xlayer_swap_pooledToken( + ): [mantle_swap_SwapTradeVolume!]! + mantle_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: xlayer_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_PooledToken - xlayer_swap_pooledTokens( + ): mantle_swap_LpTokenEvent + mantle_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_PooledToken_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_PooledToken_filter + orderBy: mantle_swap_LpTokenEvent_orderBy + orderDirection: mantle_swap_OrderDirection + where: mantle_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: xlayer_swap_Block_height + block: mantle_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_PooledToken!]! - xlayer_swap_stableSwap( + ): [mantle_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_StableSwap - xlayer_swap_stableSwaps( + ): optimismsepolia_swap_SystemInfo + optimismsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwap_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwap_filter + orderBy: optimismsepolia_swap_SystemInfo_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_StableSwap!]! - xlayer_swap_stableSwapAddLiquidityEvent( + ): [optimismsepolia_swap_SystemInfo!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_StableSwapAddLiquidityEvent - xlayer_swap_stableSwapAddLiquidityEvents( + ): optimismsepolia_swap_PooledToken + optimismsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapAddLiquidityEvent_filter + orderBy: optimismsepolia_swap_PooledToken_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_StableSwapAddLiquidityEvent!]! - xlayer_swap_stableSwapRemoveLiquidityEvent( + ): [optimismsepolia_swap_PooledToken!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_StableSwapRemoveLiquidityEvent - xlayer_swap_stableSwapRemoveLiquidityEvents( + ): optimismsepolia_swap_StableSwap + optimismsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimismsepolia_swap_StableSwap_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_StableSwapRemoveLiquidityEvent!]! - xlayer_swap_stableSwapExchange( + ): [optimismsepolia_swap_StableSwap!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_StableSwapExchange - xlayer_swap_stableSwapExchanges( + ): optimismsepolia_swap_StableSwapAddLiquidityEvent + optimismsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapExchange_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapExchange_filter + orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_StableSwapExchange!]! - xlayer_swap_swapDailyVolume( + ): [optimismsepolia_swap_StableSwapAddLiquidityEvent!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SwapDailyVolume - xlayer_swap_swapDailyVolumes( + ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent + optimismsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapDailyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapDailyVolume_filter + orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SwapDailyVolume!]! - xlayer_swap_swapHourlyVolume( + ): [optimismsepolia_swap_StableSwapRemoveLiquidityEvent!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SwapHourlyVolume - xlayer_swap_swapHourlyVolumes( + ): optimismsepolia_swap_StableSwapExchange + optimismsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapHourlyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapHourlyVolume_filter + orderBy: optimismsepolia_swap_StableSwapExchange_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SwapHourlyVolume!]! - xlayer_swap_swapWeeklyVolume( + ): [optimismsepolia_swap_StableSwapExchange!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SwapWeeklyVolume - xlayer_swap_swapWeeklyVolumes( + ): optimismsepolia_swap_SwapDailyVolume + optimismsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapWeeklyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapWeeklyVolume_filter + orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SwapWeeklyVolume!]! - xlayer_swap_lpAccount( + ): [optimismsepolia_swap_SwapDailyVolume!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_LpAccount - xlayer_swap_lpAccounts( + ): optimismsepolia_swap_SwapHourlyVolume + optimismsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccount_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccount_filter + orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_LpAccount!]! - xlayer_swap_lpAccountBalance( + ): [optimismsepolia_swap_SwapHourlyVolume!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_LpAccountBalance - xlayer_swap_lpAccountBalances( + ): optimismsepolia_swap_SwapWeeklyVolume + optimismsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccountBalance_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccountBalance_filter + orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_LpAccountBalance!]! - xlayer_swap_lpToken( + ): [optimismsepolia_swap_SwapWeeklyVolume!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_LpToken - xlayer_swap_lpTokens( + ): optimismsepolia_swap_LpAccount + optimismsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpToken_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpToken_filter + orderBy: optimismsepolia_swap_LpAccount_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_LpToken!]! - xlayer_swap_lpTransferEvent( + ): [optimismsepolia_swap_LpAccount!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_LpTransferEvent - xlayer_swap_lpTransferEvents( + ): optimismsepolia_swap_LpAccountBalance + optimismsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTransferEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTransferEvent_filter + orderBy: optimismsepolia_swap_LpAccountBalance_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_LpTransferEvent!]! - xlayer_swap_stableSwapEvent( + ): [optimismsepolia_swap_LpAccountBalance!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_StableSwapEvent - xlayer_swap_stableSwapEvents( + ): optimismsepolia_swap_LpToken + optimismsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapEvent_filter + orderBy: optimismsepolia_swap_LpToken_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_StableSwapEvent!]! - xlayer_swap_swapTradeVolume( + ): [optimismsepolia_swap_LpToken!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_SwapTradeVolume - xlayer_swap_swapTradeVolumes( + ): optimismsepolia_swap_LpTransferEvent + optimismsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapTradeVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapTradeVolume_filter + orderBy: optimismsepolia_swap_LpTransferEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_SwapTradeVolume!]! - xlayer_swap_lpTokenEvent( + ): [optimismsepolia_swap_LpTransferEvent!]! + optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_swap_LpTokenEvent - xlayer_swap_lpTokenEvents( + ): optimismsepolia_swap_StableSwapEvent + optimismsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTokenEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTokenEvent_filter + orderBy: optimismsepolia_swap_StableSwapEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: xlayer_swap_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_swap__Meta_ - stagingmainnet_rootAggregated( + ): [optimismsepolia_swap_StableSwapEvent!]! + optimismsepolia_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: stagingmainnet_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootAggregated - stagingmainnet_rootAggregateds( + ): optimismsepolia_swap_SwapTradeVolume + optimismsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootAggregated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootAggregated_filter + orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: stagingmainnet_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootAggregated!]! - stagingmainnet_rootPropagated( + ): [optimismsepolia_swap_SwapTradeVolume!]! + optimismsepolia_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: stagingmainnet_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootPropagated - stagingmainnet_rootPropagateds( + ): optimismsepolia_swap_LpTokenEvent + optimismsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootPropagated_filter + orderBy: optimismsepolia_swap_LpTokenEvent_orderBy + orderDirection: optimismsepolia_swap_OrderDirection + where: optimismsepolia_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: stagingmainnet_Block_height + block: optimismsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootPropagated!]! - stagingmainnet_aggregatedMessageRoot( + ): [optimismsepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_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: stagingmainnet_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 - ): stagingmainnet_AggregatedMessageRoot - stagingmainnet_aggregatedMessageRoots( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregatedMessageRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregatedMessageRoot_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: stagingmainnet_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 - ): [stagingmainnet_AggregatedMessageRoot!]! - stagingmainnet_rootManagerMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMeta - stagingmainnet_rootManagerMetas( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMeta_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMeta!]! - stagingmainnet_rootManagerMode( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMode - stagingmainnet_rootManagerModes( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMode_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMode!]! - stagingmainnet_optimisticRootProposed( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootProposed - stagingmainnet_optimisticRootProposeds( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootProposed_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootProposed!]! - stagingmainnet_hubOptimisticRootFinalized( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubOptimisticRootFinalized - stagingmainnet_hubOptimisticRootFinalizeds( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubOptimisticRootFinalized_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: stagingmainnet_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 - ): [stagingmainnet_HubOptimisticRootFinalized!]! - stagingmainnet_optimisticRootPropagated( + ): [mainnet_RouterDailyTVL!]! + mainnet_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): stagingmainnet_OptimisticRootPropagated - stagingmainnet_optimisticRootPropagateds( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootPropagated_filter + orderBy: mainnet_RouterLiquidityEvent_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootPropagated!]! - stagingmainnet_polygonConnectorMeta( + ): [mainnet_RouterLiquidityEvent!]! + mainnet_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): stagingmainnet_PolygonConnectorMeta - stagingmainnet_polygonConnectorMetas( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonConnectorMeta!]! - stagingmainnet_optimismConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimismConnectorMeta - stagingmainnet_optimismConnectorMetas( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimismConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimismConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_OptimismConnectorMeta!]! - stagingmainnet_bnbConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BnbConnectorMeta - stagingmainnet_bnbConnectorMetas( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BnbConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BnbConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BnbConnectorMeta!]! - stagingmainnet_arbitrumConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ArbitrumConnectorMeta - stagingmainnet_arbitrumConnectorMetas( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ArbitrumConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ArbitrumConnectorMeta!]! - stagingmainnet_gnosisConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_GnosisConnectorMeta - stagingmainnet_gnosisConnectorMetas( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_GnosisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_GnosisConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_GnosisConnectorMeta!]! - stagingmainnet_lineaConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_LineaConnectorMeta - stagingmainnet_lineaConnectorMetas( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_LineaConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_LineaConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_LineaConnectorMeta!]! - stagingmainnet_metisConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_MetisConnectorMeta - stagingmainnet_metisConnectorMetas( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MetisConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MetisConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_MetisConnectorMeta!]! - stagingmainnet_mantleConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_MantleConnectorMeta - stagingmainnet_mantleConnectorMetas( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_MantleConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_MantleConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_MantleConnectorMeta!]! - stagingmainnet_avalancheConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_AvalancheConnectorMeta - stagingmainnet_avalancheConnectorMetas( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AvalancheConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_AvalancheConnectorMeta!]! - stagingmainnet_baseConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BaseConnectorMeta - stagingmainnet_baseConnectorMetas( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BaseConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BaseConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BaseConnectorMeta!]! - stagingmainnet_polygonZkConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_PolygonZkConnectorMeta - stagingmainnet_polygonZkConnectorMetas( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonZkConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonZkConnectorMeta!]! - stagingmainnet_zkSyncConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ZkSyncConnectorMeta - stagingmainnet_zkSyncConnectorMetas( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ZkSyncConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ZkSyncConnectorMeta!]! - stagingmainnet_modeConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ModeConnectorMeta - stagingmainnet_modeConnectorMetas( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ModeConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ModeConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ModeConnectorMeta!]! - stagingmainnet_scrollConnectorMeta( + ): [mainnet_SlippageUpdate!]! + mainnet_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: stagingmainnet_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 - ): stagingmainnet_ScrollConnectorMeta - stagingmainnet_scrollConnectorMetas( + ): mainnet_SnapshotRoot + mainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ScrollConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ScrollConnectorMeta_filter + orderBy: mainnet_SnapshotRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_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: stagingmainnet_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 - ): [stagingmainnet_ScrollConnectorMeta!]! - stagingmainnet_xlayerConnectorMeta( + ): [mainnet_SnapshotRoot!]! + mainnet_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): stagingmainnet_XlayerConnectorMeta - stagingmainnet_xlayerConnectorMetas( + ): mainnet_SpokeConnectorMode + mainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_XlayerConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_XlayerConnectorMeta_filter + orderBy: mainnet_SpokeConnectorMode_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): [stagingmainnet_XlayerConnectorMeta!]! - stagingmainnet_rootMessageProcessed( + ): [mainnet_SpokeConnectorMode!]! + mainnet_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): stagingmainnet_RootMessageProcessed - stagingmainnet_rootMessageProcesseds( + ): mainnet_AggregateRootProposed + mainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageProcessed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageProcessed_filter + orderBy: mainnet_AggregateRootProposed_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_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 - ): [stagingmainnet_RootMessageProcessed!]! - stagingmainnet_aggregateRootSavedSlow( + ): [mainnet_AggregateRootProposed!]! + mainnet_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: stagingmainnet_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 - ): stagingmainnet_AggregateRootSavedSlow - stagingmainnet_aggregateRootSavedSlows( + ): mainnet_OptimisticRootFinalized + mainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootSavedSlow_filter + orderBy: mainnet_OptimisticRootFinalized_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRootSavedSlow!]! - stagingmainnet_hubDomain( + ): [mainnet_OptimisticRootFinalized!]! + mode_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: stagingmainnet_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_HubDomain - stagingmainnet_hubDomains( + ): mode_swap_SystemInfo + mode_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubDomain_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubDomain_filter + orderBy: mode_swap_SystemInfo_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingmainnet_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_HubDomain!]! - """Access to subgraph metadata""" - stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ - stagingavalanche_asset( + ): [mode_swap_SystemInfo!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Asset - stagingavalanche_assets( + ): mode_swap_PooledToken + mode_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Asset_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Asset_filter + orderBy: mode_swap_PooledToken_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Asset!]! - stagingavalanche_assetStatus( + ): [mode_swap_PooledToken!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AssetStatus - stagingavalanche_assetStatuses( + ): mode_swap_StableSwap + mode_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetStatus_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetStatus_filter + orderBy: mode_swap_StableSwap_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AssetStatus!]! - stagingavalanche_assetBalance( + ): [mode_swap_StableSwap!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AssetBalance - stagingavalanche_assetBalances( + ): mode_swap_StableSwapAddLiquidityEvent + mode_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetBalance_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetBalance_filter + orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AssetBalance!]! - stagingavalanche_router( + ): [mode_swap_StableSwapAddLiquidityEvent!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Router - stagingavalanche_routers( + ): mode_swap_StableSwapRemoveLiquidityEvent + mode_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Router_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Router_filter + orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Router!]! - stagingavalanche_routerDailyTVL( + ): [mode_swap_StableSwapRemoveLiquidityEvent!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RouterDailyTVL - stagingavalanche_routerDailyTVLs( + ): mode_swap_StableSwapExchange + mode_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterDailyTVL_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterDailyTVL_filter + orderBy: mode_swap_StableSwapExchange_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RouterDailyTVL!]! - stagingavalanche_routerLiquidityEvent( + ): [mode_swap_StableSwapExchange!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RouterLiquidityEvent - stagingavalanche_routerLiquidityEvents( + ): mode_swap_SwapDailyVolume + mode_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterLiquidityEvent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterLiquidityEvent_filter + orderBy: mode_swap_SwapDailyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RouterLiquidityEvent!]! - stagingavalanche_setting( + ): [mode_swap_SwapDailyVolume!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Setting - stagingavalanche_settings( + ): mode_swap_SwapHourlyVolume + mode_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Setting_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Setting_filter + orderBy: mode_swap_SwapHourlyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Setting!]! - stagingavalanche_relayer( + ): [mode_swap_SwapHourlyVolume!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Relayer - stagingavalanche_relayers( + ): mode_swap_SwapWeeklyVolume + mode_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Relayer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Relayer_filter + orderBy: mode_swap_SwapWeeklyVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Relayer!]! - stagingavalanche_sequencer( + ): [mode_swap_SwapWeeklyVolume!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_Sequencer - stagingavalanche_sequencers( + ): mode_swap_LpAccount + mode_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Sequencer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Sequencer_filter + orderBy: mode_swap_LpAccount_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_Sequencer!]! - stagingavalanche_relayerFee( + ): [mode_swap_LpAccount!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RelayerFee - stagingavalanche_relayerFees( + ): mode_swap_LpAccountBalance + mode_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFee_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFee_filter + orderBy: mode_swap_LpAccountBalance_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RelayerFee!]! - stagingavalanche_originTransfer( + ): [mode_swap_LpAccountBalance!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_OriginTransfer - stagingavalanche_originTransfers( + ): mode_swap_LpToken + mode_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginTransfer_filter + orderBy: mode_swap_LpToken_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OriginTransfer!]! - stagingavalanche_destinationTransfer( + ): [mode_swap_LpToken!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_DestinationTransfer - stagingavalanche_destinationTransfers( + ): mode_swap_LpTransferEvent + mode_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_DestinationTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_DestinationTransfer_filter + orderBy: mode_swap_LpTransferEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_DestinationTransfer!]! - stagingavalanche_originMessage( + ): [mode_swap_LpTransferEvent!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_OriginMessage - stagingavalanche_originMessages( + ): mode_swap_StableSwapEvent + mode_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginMessage_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginMessage_filter + orderBy: mode_swap_StableSwapEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OriginMessage!]! - stagingavalanche_aggregateRoot( + ): [mode_swap_StableSwapEvent!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AggregateRoot - stagingavalanche_aggregateRoots( + ): mode_swap_SwapTradeVolume + mode_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRoot_filter + orderBy: mode_swap_SwapTradeVolume_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AggregateRoot!]! - stagingavalanche_connectorMeta( + ): [mode_swap_SwapTradeVolume!]! + mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_ConnectorMeta - stagingavalanche_connectorMetas( + ): mode_swap_LpTokenEvent + mode_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_ConnectorMeta_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_ConnectorMeta_filter + orderBy: mode_swap_LpTokenEvent_orderBy + orderDirection: mode_swap_OrderDirection + where: mode_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: stagingavalanche_Block_height + block: mode_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_ConnectorMeta!]! - stagingavalanche_rootCount( + ): [mode_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RootCount - stagingavalanche_rootCounts( + ): stagingxdai_Asset + stagingxdai_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootCount_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootCount_filter + orderBy: stagingxdai_Asset_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RootCount!]! - stagingavalanche_rootMessageSent( + ): [stagingxdai_Asset!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RootMessageSent - stagingavalanche_rootMessageSents( + ): stagingxdai_AssetStatus + stagingxdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootMessageSent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootMessageSent_filter + orderBy: stagingxdai_AssetStatus_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RootMessageSent!]! - stagingavalanche_relayerFeesIncrease( + ): [stagingxdai_AssetStatus!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_RelayerFeesIncrease - stagingavalanche_relayerFeesIncreases( + ): stagingxdai_AssetBalance + stagingxdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFeesIncrease_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFeesIncrease_filter + orderBy: stagingxdai_AssetBalance_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_RelayerFeesIncrease!]! - stagingavalanche_slippageUpdate( + ): [stagingxdai_AssetBalance!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_SlippageUpdate - stagingavalanche_slippageUpdates( + ): stagingxdai_Router + stagingxdai_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SlippageUpdate_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SlippageUpdate_filter + orderBy: stagingxdai_Router_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_SlippageUpdate!]! - stagingavalanche_snapshotRoot( + ): [stagingxdai_Router!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_SnapshotRoot - stagingavalanche_snapshotRoots( + ): stagingxdai_RouterDailyTVL + stagingxdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SnapshotRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SnapshotRoot_filter + orderBy: stagingxdai_RouterDailyTVL_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_SnapshotRoot!]! - stagingavalanche_spokeConnectorMode( + ): [stagingxdai_RouterDailyTVL!]! + stagingxdai_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_SpokeConnectorMode - stagingavalanche_spokeConnectorModes( + ): stagingxdai_RouterLiquidityEvent + stagingxdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SpokeConnectorMode_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SpokeConnectorMode_filter + orderBy: stagingxdai_RouterLiquidityEvent_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_SpokeConnectorMode!]! - stagingavalanche_aggregateRootProposed( + ): [stagingxdai_RouterLiquidityEvent!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_AggregateRootProposed - stagingavalanche_aggregateRootProposeds( + ): stagingxdai_Setting + stagingxdai_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRootProposed_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRootProposed_filter + orderBy: stagingxdai_Setting_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_AggregateRootProposed!]! - stagingavalanche_optimisticRootFinalized( + ): [stagingxdai_Setting!]! + stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingavalanche_OptimisticRootFinalized - stagingavalanche_optimisticRootFinalizeds( + ): stagingxdai_Relayer + stagingxdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OptimisticRootFinalized_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OptimisticRootFinalized_filter + orderBy: stagingxdai_Relayer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingavalanche_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ - mantle_asset( + ): [stagingxdai_Relayer!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_Asset - mantle_assets( + ): stagingxdai_Sequencer + stagingxdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_Asset_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Asset_filter + orderBy: stagingxdai_Sequencer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_Asset!]! - mantle_assetStatus( + ): [stagingxdai_Sequencer!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_AssetStatus - mantle_assetStatuses( + ): stagingxdai_RelayerFee + stagingxdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetStatus_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetStatus_filter + orderBy: stagingxdai_RelayerFee_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_AssetStatus!]! - mantle_assetBalance( + ): [stagingxdai_RelayerFee!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_AssetBalance - mantle_assetBalances( + ): stagingxdai_OriginTransfer + stagingxdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetBalance_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetBalance_filter + orderBy: stagingxdai_OriginTransfer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_AssetBalance!]! - mantle_router( + ): [stagingxdai_OriginTransfer!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_Router - mantle_routers( + ): stagingxdai_DestinationTransfer + stagingxdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_Router_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Router_filter + orderBy: stagingxdai_DestinationTransfer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_Router!]! - mantle_routerDailyTVL( + ): [stagingxdai_DestinationTransfer!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_RouterDailyTVL - mantle_routerDailyTVLs( + ): stagingxdai_OriginMessage + stagingxdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterDailyTVL_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterDailyTVL_filter + orderBy: stagingxdai_OriginMessage_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_RouterDailyTVL!]! - mantle_routerLiquidityEvent( + ): [stagingxdai_OriginMessage!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_RouterLiquidityEvent - mantle_routerLiquidityEvents( + ): stagingxdai_AggregateRoot + stagingxdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterLiquidityEvent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterLiquidityEvent_filter + orderBy: stagingxdai_AggregateRoot_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_RouterLiquidityEvent!]! - mantle_setting( + ): [stagingxdai_AggregateRoot!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_Setting - mantle_settings( + ): stagingxdai_ConnectorMeta + stagingxdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_Setting_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Setting_filter + orderBy: stagingxdai_ConnectorMeta_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_Setting!]! - mantle_relayer( + ): [stagingxdai_ConnectorMeta!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_Relayer - mantle_relayers( + ): stagingxdai_RootCount + stagingxdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_Relayer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Relayer_filter + orderBy: stagingxdai_RootCount_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_Relayer!]! - mantle_sequencer( + ): [stagingxdai_RootCount!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_Sequencer - mantle_sequencers( + ): stagingxdai_RootMessageSent + stagingxdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Sequencer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Sequencer_filter + orderBy: stagingxdai_RootMessageSent_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_Sequencer!]! - mantle_relayerFee( + ): [stagingxdai_RootMessageSent!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_RelayerFee - mantle_relayerFees( + ): stagingxdai_RelayerFeesIncrease + stagingxdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFee_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFee_filter + orderBy: stagingxdai_RelayerFeesIncrease_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_RelayerFee!]! - mantle_originTransfer( + ): [stagingxdai_RelayerFeesIncrease!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_OriginTransfer - mantle_originTransfers( + ): stagingxdai_SlippageUpdate + stagingxdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginTransfer_filter + orderBy: stagingxdai_SlippageUpdate_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_OriginTransfer!]! - mantle_destinationTransfer( + ): [stagingxdai_SlippageUpdate!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_DestinationTransfer - mantle_destinationTransfers( + ): stagingxdai_SnapshotRoot + stagingxdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_DestinationTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_DestinationTransfer_filter + orderBy: stagingxdai_SnapshotRoot_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_DestinationTransfer!]! - mantle_originMessage( + ): [stagingxdai_SnapshotRoot!]! + stagingxdai_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_OriginMessage - mantle_originMessages( + ): stagingxdai_SpokeConnectorMode + stagingxdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginMessage_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginMessage_filter + orderBy: stagingxdai_SpokeConnectorMode_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_OriginMessage!]! - mantle_aggregateRoot( + ): [stagingxdai_SpokeConnectorMode!]! + stagingxdai_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_AggregateRoot - mantle_aggregateRoots( + ): stagingxdai_AggregateRootProposed + stagingxdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRoot_filter + orderBy: stagingxdai_AggregateRootProposed_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_AggregateRoot!]! - mantle_connectorMeta( + ): [stagingxdai_AggregateRootProposed!]! + stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_ConnectorMeta - mantle_connectorMetas( + ): stagingxdai_OptimisticRootFinalized + stagingxdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_ConnectorMeta_orderBy - orderDirection: mantle_OrderDirection - where: mantle_ConnectorMeta_filter + orderBy: stagingxdai_OptimisticRootFinalized_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: mantle_Block_height + block: stagingxdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_ConnectorMeta!]! - mantle_rootCount( + ): [stagingxdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__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: mantle_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 - ): mantle_RootCount - mantle_rootCounts( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootCount_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootCount_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: mantle_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 - ): [mantle_RootCount!]! - mantle_rootMessageSent( + ): [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: mantle_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 - ): mantle_RootMessageSent - mantle_rootMessageSents( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootMessageSent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootMessageSent_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: mantle_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 - ): [mantle_RootMessageSent!]! - mantle_relayerFeesIncrease( + ): [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: mantle_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 - ): mantle_RelayerFeesIncrease - mantle_relayerFeesIncreases( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFeesIncrease_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFeesIncrease_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: mantle_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 - ): [mantle_RelayerFeesIncrease!]! - mantle_slippageUpdate( + ): [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: mantle_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 - ): mantle_SlippageUpdate - mantle_slippageUpdates( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: mantle_SlippageUpdate_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SlippageUpdate_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: mantle_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 - ): [mantle_SlippageUpdate!]! - mantle_snapshotRoot( + ): [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: mantle_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 - ): mantle_SnapshotRoot - mantle_snapshotRoots( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mantle_SnapshotRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SnapshotRoot_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: mantle_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 - ): [mantle_SnapshotRoot!]! - mantle_spokeConnectorMode( + ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_SpokeConnectorMode - mantle_spokeConnectorModes( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_SpokeConnectorMode_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SpokeConnectorMode_filter + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): [mantle_SpokeConnectorMode!]! - mantle_aggregateRootProposed( + ): [optimism_RouterLiquidityEvent!]! + optimism_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_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 - ): mantle_AggregateRootProposed - mantle_aggregateRootProposeds( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRootProposed_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRootProposed_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: mantle_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 - ): [mantle_AggregateRootProposed!]! - mantle_optimisticRootFinalized( + ): [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: mantle_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 - ): mantle_OptimisticRootFinalized - mantle_optimisticRootFinalizeds( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: mantle_OptimisticRootFinalized_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OptimisticRootFinalized_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: mantle_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 - ): [mantle_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mantle__meta(block: mantle_Block_height): mantle__Meta_ - stagingpolygon_asset( + ): [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: stagingpolygon_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 - ): stagingpolygon_Asset - stagingpolygon_assets( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Asset_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Asset_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: stagingpolygon_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 - ): [stagingpolygon_Asset!]! - stagingpolygon_assetStatus( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetStatus - stagingpolygon_assetStatuses( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetStatus_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetStatus_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: stagingpolygon_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 - ): [stagingpolygon_AssetStatus!]! - stagingpolygon_assetBalance( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetBalance - stagingpolygon_assetBalances( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetBalance_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetBalance_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: stagingpolygon_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 - ): [stagingpolygon_AssetBalance!]! - stagingpolygon_router( + ): [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: stagingpolygon_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 - ): stagingpolygon_Router - stagingpolygon_routers( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Router_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Router_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: stagingpolygon_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 - ): [stagingpolygon_Router!]! - stagingpolygon_routerDailyTVL( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterDailyTVL - stagingpolygon_routerDailyTVLs( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterDailyTVL_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterDailyTVL_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: stagingpolygon_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 - ): [stagingpolygon_RouterDailyTVL!]! - stagingpolygon_routerLiquidityEvent( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterLiquidityEvent - stagingpolygon_routerLiquidityEvents( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterLiquidityEvent_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: stagingpolygon_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 - ): [stagingpolygon_RouterLiquidityEvent!]! - stagingpolygon_setting( + ): [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: stagingpolygon_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 - ): stagingpolygon_Setting - stagingpolygon_settings( + ): optimism_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Setting_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Setting_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: stagingpolygon_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 - ): [stagingpolygon_Setting!]! - stagingpolygon_relayer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Relayer - stagingpolygon_relayers( + ): optimism_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Relayer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Relayer_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: stagingpolygon_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 - ): [stagingpolygon_Relayer!]! - stagingpolygon_sequencer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Sequencer - stagingpolygon_sequencers( + ): optimism_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Sequencer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Sequencer_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: stagingpolygon_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 - ): [stagingpolygon_Sequencer!]! - stagingpolygon_relayerFee( + ): [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: stagingpolygon_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 - ): stagingpolygon_RelayerFee - stagingpolygon_relayerFees( + ): optimism_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFee_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFee_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: stagingpolygon_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 - ): [stagingpolygon_RelayerFee!]! - stagingpolygon_originTransfer( + ): [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: stagingpolygon_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 - ): stagingpolygon_OriginTransfer - stagingpolygon_originTransfers( + ): optimism_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginTransfer_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: stagingpolygon_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 - ): [stagingpolygon_OriginTransfer!]! - stagingpolygon_destinationTransfer( + ): [optimism_SlippageUpdate!]! + optimism_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: stagingpolygon_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 - ): stagingpolygon_DestinationTransfer - stagingpolygon_destinationTransfers( + ): optimism_SnapshotRoot + optimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_DestinationTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_DestinationTransfer_filter + orderBy: optimism_SnapshotRoot_orderBy + orderDirection: optimism_OrderDirection + where: optimism_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: stagingpolygon_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 - ): [stagingpolygon_DestinationTransfer!]! - stagingpolygon_originMessage( + ): [optimism_SnapshotRoot!]! + optimism_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_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 - ): stagingpolygon_OriginMessage - stagingpolygon_originMessages( + ): optimism_SpokeConnectorMode + optimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginMessage_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginMessage_filter + orderBy: optimism_SpokeConnectorMode_orderBy + orderDirection: optimism_OrderDirection + where: optimism_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_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 - ): [stagingpolygon_OriginMessage!]! - stagingpolygon_aggregateRoot( + ): [optimism_SpokeConnectorMode!]! + optimism_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_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 - ): stagingpolygon_AggregateRoot - stagingpolygon_aggregateRoots( + ): optimism_AggregateRootProposed + optimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRoot_filter + orderBy: optimism_AggregateRootProposed_orderBy + orderDirection: optimism_OrderDirection + where: optimism_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_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 - ): [stagingpolygon_AggregateRoot!]! - stagingpolygon_connectorMeta( + ): [optimism_AggregateRootProposed!]! + optimism_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: stagingpolygon_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 - ): stagingpolygon_ConnectorMeta - stagingpolygon_connectorMetas( + ): optimism_OptimisticRootFinalized + optimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_ConnectorMeta_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_ConnectorMeta_filter + orderBy: optimism_OptimisticRootFinalized_orderBy + orderDirection: optimism_OrderDirection + where: optimism_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: stagingpolygon_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 - ): [stagingpolygon_ConnectorMeta!]! - stagingpolygon_rootCount( + ): [optimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RootCount - stagingpolygon_rootCounts( + ): stagingavalanche_Asset + stagingavalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootCount_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootCount_filter + orderBy: stagingavalanche_Asset_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RootCount!]! - stagingpolygon_rootMessageSent( + ): [stagingavalanche_Asset!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RootMessageSent - stagingpolygon_rootMessageSents( + ): stagingavalanche_AssetStatus + stagingavalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootMessageSent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootMessageSent_filter + orderBy: stagingavalanche_AssetStatus_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RootMessageSent!]! - stagingpolygon_relayerFeesIncrease( + ): [stagingavalanche_AssetStatus!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_RelayerFeesIncrease - stagingpolygon_relayerFeesIncreases( + ): stagingavalanche_AssetBalance + stagingavalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFeesIncrease_filter + orderBy: stagingavalanche_AssetBalance_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_RelayerFeesIncrease!]! - stagingpolygon_slippageUpdate( + ): [stagingavalanche_AssetBalance!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_SlippageUpdate - stagingpolygon_slippageUpdates( + ): stagingavalanche_Router + stagingavalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SlippageUpdate_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SlippageUpdate_filter + orderBy: stagingavalanche_Router_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_SlippageUpdate!]! - stagingpolygon_snapshotRoot( + ): [stagingavalanche_Router!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_SnapshotRoot - stagingpolygon_snapshotRoots( + ): stagingavalanche_RouterDailyTVL + stagingavalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SnapshotRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SnapshotRoot_filter + orderBy: stagingavalanche_RouterDailyTVL_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_SnapshotRoot!]! - stagingpolygon_spokeConnectorMode( + ): [stagingavalanche_RouterDailyTVL!]! + stagingavalanche_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_SpokeConnectorMode - stagingpolygon_spokeConnectorModes( + ): stagingavalanche_RouterLiquidityEvent + stagingavalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SpokeConnectorMode_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SpokeConnectorMode_filter + orderBy: stagingavalanche_RouterLiquidityEvent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_SpokeConnectorMode!]! - stagingpolygon_aggregateRootProposed( + ): [stagingavalanche_RouterLiquidityEvent!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_AggregateRootProposed - stagingpolygon_aggregateRootProposeds( + ): stagingavalanche_Setting + stagingavalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRootProposed_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRootProposed_filter + orderBy: stagingavalanche_Setting_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_AggregateRootProposed!]! - stagingpolygon_optimisticRootFinalized( + ): [stagingavalanche_Setting!]! + stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygon_OptimisticRootFinalized - stagingpolygon_optimisticRootFinalizeds( + ): stagingavalanche_Relayer + stagingavalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OptimisticRootFinalized_filter + orderBy: stagingavalanche_Relayer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingpolygon_Block_height + block: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygon_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ - bnb_asset( + ): [stagingavalanche_Relayer!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_Sequencer + stagingavalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_filter + orderBy: stagingavalanche_Sequencer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_Sequencer!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_RelayerFee + stagingavalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_filter + orderBy: stagingavalanche_RelayerFee_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_RelayerFee!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_OriginTransfer + stagingavalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_filter + orderBy: stagingavalanche_OriginTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_OriginTransfer!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_DestinationTransfer + stagingavalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_filter + orderBy: stagingavalanche_DestinationTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_DestinationTransfer!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_OriginMessage + stagingavalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_filter + orderBy: stagingavalanche_OriginMessage_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RouterDailyTVL!]! - bnb_routerLiquidityEvent( + ): [stagingavalanche_OriginMessage!]! + stagingavalanche_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: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_RouterLiquidityEvent - bnb_routerLiquidityEvents( + ): stagingavalanche_AggregateRoot + stagingavalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_filter + orderBy: stagingavalanche_AggregateRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_RouterLiquidityEvent!]! - bnb_setting( + ): [stagingavalanche_AggregateRoot!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_ConnectorMeta + stagingavalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_filter + orderBy: stagingavalanche_ConnectorMeta_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_ConnectorMeta!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_RootCount + stagingavalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_filter + orderBy: stagingavalanche_RootCount_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_RootCount!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_RootMessageSent + stagingavalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_filter + orderBy: stagingavalanche_RootMessageSent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_RootMessageSent!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_RelayerFeesIncrease + stagingavalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_filter + orderBy: stagingavalanche_RelayerFeesIncrease_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_RelayerFeesIncrease!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_SlippageUpdate + stagingavalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_filter + orderBy: stagingavalanche_SlippageUpdate_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_SlippageUpdate!]! + stagingavalanche_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: stagingavalanche_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( + ): stagingavalanche_SnapshotRoot + stagingavalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_filter + orderBy: stagingavalanche_SnapshotRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_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( + ): [stagingavalanche_SnapshotRoot!]! + stagingavalanche_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): stagingavalanche_SpokeConnectorMode + stagingavalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_filter + orderBy: stagingavalanche_SpokeConnectorMode_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): [stagingavalanche_SpokeConnectorMode!]! + stagingavalanche_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): stagingavalanche_AggregateRootProposed + stagingavalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_filter + orderBy: stagingavalanche_AggregateRootProposed_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): [stagingavalanche_AggregateRootProposed!]! + stagingavalanche_optimisticRootFinalized( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): stagingavalanche_OptimisticRootFinalized + stagingavalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_filter + orderBy: stagingavalanche_OptimisticRootFinalized_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_OptimisticRootFinalized_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingavalanche_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( + ): [stagingavalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ + stagingzksync_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingzksync_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( + ): stagingzksync_Asset + stagingzksync_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_filter + orderBy: stagingzksync_Asset_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingzksync_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( + ): [stagingzksync_Asset!]! + stagingzksync_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: stagingzksync_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( + ): stagingzksync_AssetStatus + stagingzksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_filter + orderBy: stagingzksync_AssetStatus_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_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( + ): [stagingzksync_AssetStatus!]! + stagingzksync_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: stagingzksync_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( + ): stagingzksync_AssetBalance + stagingzksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_filter + orderBy: stagingzksync_AssetBalance_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_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( + ): [stagingzksync_AssetBalance!]! + stagingzksync_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: stagingzksync_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( + ): stagingzksync_Router + stagingzksync_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_filter + orderBy: stagingzksync_Router_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SlippageUpdate!]! - bnb_snapshotRoot( + ): [stagingzksync_Router!]! + stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SnapshotRoot - bnb_snapshotRoots( + ): stagingzksync_RouterDailyTVL + stagingzksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_SnapshotRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SnapshotRoot_filter + orderBy: stagingzksync_RouterDailyTVL_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SnapshotRoot!]! - bnb_spokeConnectorMode( + ): [stagingzksync_RouterDailyTVL!]! + stagingzksync_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_SpokeConnectorMode - bnb_spokeConnectorModes( + ): stagingzksync_RouterLiquidityEvent + stagingzksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_SpokeConnectorMode_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SpokeConnectorMode_filter + orderBy: stagingzksync_RouterLiquidityEvent_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_SpokeConnectorMode!]! - bnb_aggregateRootProposed( + ): [stagingzksync_RouterLiquidityEvent!]! + stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_AggregateRootProposed - bnb_aggregateRootProposeds( + ): stagingzksync_Setting + stagingzksync_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRootProposed_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRootProposed_filter + orderBy: stagingzksync_Setting_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_AggregateRootProposed!]! - bnb_optimisticRootFinalized( + ): [stagingzksync_Setting!]! + stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): bnb_OptimisticRootFinalized - bnb_optimisticRootFinalizeds( + ): stagingzksync_Relayer + stagingzksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_OptimisticRootFinalized_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OptimisticRootFinalized_filter + orderBy: stagingzksync_Relayer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [bnb_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - mantle_swap_systemInfo( + ): [stagingzksync_Relayer!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SystemInfo - mantle_swap_systemInfos( + ): stagingzksync_Sequencer + stagingzksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SystemInfo_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SystemInfo_filter + orderBy: stagingzksync_Sequencer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SystemInfo!]! - mantle_swap_pooledToken( + ): [stagingzksync_Sequencer!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_PooledToken - mantle_swap_pooledTokens( + ): stagingzksync_RelayerFee + stagingzksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_PooledToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_PooledToken_filter + orderBy: stagingzksync_RelayerFee_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_PooledToken!]! - mantle_swap_stableSwap( + ): [stagingzksync_RelayerFee!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwap - mantle_swap_stableSwaps( + ): stagingzksync_OriginTransfer + stagingzksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwap_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwap_filter + orderBy: stagingzksync_OriginTransfer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwap!]! - mantle_swap_stableSwapAddLiquidityEvent( + ): [stagingzksync_OriginTransfer!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapAddLiquidityEvent - mantle_swap_stableSwapAddLiquidityEvents( + ): stagingzksync_DestinationTransfer + stagingzksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapAddLiquidityEvent_filter + orderBy: stagingzksync_DestinationTransfer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapAddLiquidityEvent!]! - mantle_swap_stableSwapRemoveLiquidityEvent( + ): [stagingzksync_DestinationTransfer!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapRemoveLiquidityEvent - mantle_swap_stableSwapRemoveLiquidityEvents( + ): stagingzksync_OriginMessage + stagingzksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: stagingzksync_OriginMessage_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! - mantle_swap_stableSwapExchange( + ): [stagingzksync_OriginMessage!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapExchange - mantle_swap_stableSwapExchanges( + ): stagingzksync_AggregateRoot + stagingzksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapExchange_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapExchange_filter + orderBy: stagingzksync_AggregateRoot_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapExchange!]! - mantle_swap_swapDailyVolume( + ): [stagingzksync_AggregateRoot!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapDailyVolume - mantle_swap_swapDailyVolumes( + ): stagingzksync_ConnectorMeta + stagingzksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapDailyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapDailyVolume_filter + orderBy: stagingzksync_ConnectorMeta_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapDailyVolume!]! - mantle_swap_swapHourlyVolume( + ): [stagingzksync_ConnectorMeta!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapHourlyVolume - mantle_swap_swapHourlyVolumes( + ): stagingzksync_RootCount + stagingzksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapHourlyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapHourlyVolume_filter + orderBy: stagingzksync_RootCount_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapHourlyVolume!]! - mantle_swap_swapWeeklyVolume( + ): [stagingzksync_RootCount!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapWeeklyVolume - mantle_swap_swapWeeklyVolumes( + ): stagingzksync_RootMessageSent + stagingzksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapWeeklyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapWeeklyVolume_filter + orderBy: stagingzksync_RootMessageSent_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapWeeklyVolume!]! - mantle_swap_lpAccount( + ): [stagingzksync_RootMessageSent!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccount - mantle_swap_lpAccounts( + ): stagingzksync_RelayerFeesIncrease + stagingzksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccount_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccount_filter + orderBy: stagingzksync_RelayerFeesIncrease_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccount!]! - mantle_swap_lpAccountBalance( + ): [stagingzksync_RelayerFeesIncrease!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpAccountBalance - mantle_swap_lpAccountBalances( + ): stagingzksync_SlippageUpdate + stagingzksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccountBalance_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpAccountBalance_filter + orderBy: stagingzksync_SlippageUpdate_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpAccountBalance!]! - mantle_swap_lpToken( + ): [stagingzksync_SlippageUpdate!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpToken - mantle_swap_lpTokens( + ): stagingzksync_SnapshotRoot + stagingzksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpToken_filter + orderBy: stagingzksync_SnapshotRoot_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpToken!]! - mantle_swap_lpTransferEvent( + ): [stagingzksync_SnapshotRoot!]! + stagingzksync_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTransferEvent - mantle_swap_lpTransferEvents( + ): stagingzksync_SpokeConnectorMode + stagingzksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTransferEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTransferEvent_filter + orderBy: stagingzksync_SpokeConnectorMode_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTransferEvent!]! - mantle_swap_stableSwapEvent( + ): [stagingzksync_SpokeConnectorMode!]! + stagingzksync_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_StableSwapEvent - mantle_swap_stableSwapEvents( + ): stagingzksync_AggregateRootProposed + stagingzksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_StableSwapEvent_filter + orderBy: stagingzksync_AggregateRootProposed_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_StableSwapEvent!]! - mantle_swap_swapTradeVolume( + ): [stagingzksync_AggregateRootProposed!]! + stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_SwapTradeVolume - mantle_swap_swapTradeVolumes( + ): stagingzksync_OptimisticRootFinalized + stagingzksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapTradeVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_SwapTradeVolume_filter + orderBy: stagingzksync_OptimisticRootFinalized_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: mantle_swap_Block_height + block: stagingzksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_SwapTradeVolume!]! - mantle_swap_lpTokenEvent( + ): [stagingzksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ + xlayer_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: mantle_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mantle_swap_LpTokenEvent - mantle_swap_lpTokenEvents( + ): xlayer_swap_SystemInfo + xlayer_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTokenEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_swap_LpTokenEvent_filter + orderBy: xlayer_swap_SystemInfo_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mantle_swap_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mantle_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ - mode_asset( + ): [xlayer_swap_SystemInfo!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Asset - mode_assets( + ): xlayer_swap_PooledToken + xlayer_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mode_Asset_orderBy - orderDirection: mode_OrderDirection - where: mode_Asset_filter + orderBy: xlayer_swap_PooledToken_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Asset!]! - mode_assetStatus( + ): [xlayer_swap_PooledToken!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetStatus - mode_assetStatuses( + ): xlayer_swap_StableSwap + xlayer_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetStatus_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetStatus_filter + orderBy: xlayer_swap_StableSwap_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetStatus!]! - mode_assetBalance( + ): [xlayer_swap_StableSwap!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AssetBalance - mode_assetBalances( + ): xlayer_swap_StableSwapAddLiquidityEvent + xlayer_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetBalance_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetBalance_filter + orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AssetBalance!]! - mode_router( + ): [xlayer_swap_StableSwapAddLiquidityEvent!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Router - mode_routers( + ): xlayer_swap_StableSwapRemoveLiquidityEvent + xlayer_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_Router_orderBy - orderDirection: mode_OrderDirection - where: mode_Router_filter + orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Router!]! - mode_routerDailyTVL( + ): [xlayer_swap_StableSwapRemoveLiquidityEvent!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterDailyTVL - mode_routerDailyTVLs( + ): xlayer_swap_StableSwapExchange + xlayer_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterDailyTVL_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterDailyTVL_filter + orderBy: xlayer_swap_StableSwapExchange_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterDailyTVL!]! - mode_routerLiquidityEvent( + ): [xlayer_swap_StableSwapExchange!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RouterLiquidityEvent - mode_routerLiquidityEvents( + ): xlayer_swap_SwapDailyVolume + xlayer_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterLiquidityEvent_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterLiquidityEvent_filter + orderBy: xlayer_swap_SwapDailyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RouterLiquidityEvent!]! - mode_setting( + ): [xlayer_swap_SwapDailyVolume!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Setting - mode_settings( + ): xlayer_swap_SwapHourlyVolume + xlayer_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mode_Setting_orderBy - orderDirection: mode_OrderDirection - where: mode_Setting_filter + orderBy: xlayer_swap_SwapHourlyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Setting!]! - mode_relayer( + ): [xlayer_swap_SwapHourlyVolume!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Relayer - mode_relayers( + ): xlayer_swap_SwapWeeklyVolume + xlayer_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mode_Relayer_orderBy - orderDirection: mode_OrderDirection - where: mode_Relayer_filter + orderBy: xlayer_swap_SwapWeeklyVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Relayer!]! - mode_sequencer( + ): [xlayer_swap_SwapWeeklyVolume!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Sequencer - mode_sequencers( + ): xlayer_swap_LpAccount + xlayer_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mode_Sequencer_orderBy - orderDirection: mode_OrderDirection - where: mode_Sequencer_filter + orderBy: xlayer_swap_LpAccount_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Sequencer!]! - mode_relayerFee( + ): [xlayer_swap_LpAccount!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFee - mode_relayerFees( + ): xlayer_swap_LpAccountBalance + xlayer_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFee_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFee_filter + orderBy: xlayer_swap_LpAccountBalance_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFee!]! - mode_originTransfer( + ): [xlayer_swap_LpAccountBalance!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginTransfer - mode_originTransfers( + ): xlayer_swap_LpToken + xlayer_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginTransfer_filter + orderBy: xlayer_swap_LpToken_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginTransfer!]! - mode_destinationTransfer( + ): [xlayer_swap_LpToken!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_DestinationTransfer - mode_destinationTransfers( + ): xlayer_swap_LpTransferEvent + xlayer_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_DestinationTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_DestinationTransfer_filter + orderBy: xlayer_swap_LpTransferEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_DestinationTransfer!]! - mode_originMessage( + ): [xlayer_swap_LpTransferEvent!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginMessage - mode_originMessages( + ): xlayer_swap_StableSwapEvent + xlayer_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginMessage_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginMessage_filter + orderBy: xlayer_swap_StableSwapEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginMessage!]! - mode_aggregateRoot( + ): [xlayer_swap_StableSwapEvent!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRoot - mode_aggregateRoots( + ): xlayer_swap_SwapTradeVolume + xlayer_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRoot_filter + orderBy: xlayer_swap_SwapTradeVolume_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRoot!]! - mode_connectorMeta( + ): [xlayer_swap_SwapTradeVolume!]! + xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_ConnectorMeta - mode_connectorMetas( + ): xlayer_swap_LpTokenEvent + xlayer_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_ConnectorMeta_orderBy - orderDirection: mode_OrderDirection - where: mode_ConnectorMeta_filter + orderBy: xlayer_swap_LpTokenEvent_orderBy + orderDirection: xlayer_swap_OrderDirection + where: xlayer_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: mode_Block_height + block: xlayer_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_ConnectorMeta!]! - mode_rootCount( + ): [xlayer_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_swap__Meta_ + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootCount - mode_rootCounts( + ): stagingpolygonzkevm_Asset + stagingpolygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: mode_RootCount_orderBy - orderDirection: mode_OrderDirection - where: mode_RootCount_filter + orderBy: stagingpolygonzkevm_Asset_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootCount!]! - mode_rootMessageSent( + ): [stagingpolygonzkevm_Asset!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootMessageSent - mode_rootMessageSents( + ): stagingpolygonzkevm_AssetStatus + stagingpolygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mode_RootMessageSent_orderBy - orderDirection: mode_OrderDirection - where: mode_RootMessageSent_filter + orderBy: stagingpolygonzkevm_AssetStatus_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootMessageSent!]! - mode_relayerFeesIncrease( + ): [stagingpolygonzkevm_AssetStatus!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFeesIncrease - mode_relayerFeesIncreases( + ): stagingpolygonzkevm_AssetBalance + stagingpolygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFeesIncrease_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFeesIncrease_filter + orderBy: stagingpolygonzkevm_AssetBalance_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFeesIncrease!]! - mode_slippageUpdate( + ): [stagingpolygonzkevm_AssetBalance!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SlippageUpdate - mode_slippageUpdates( + ): stagingpolygonzkevm_Router + stagingpolygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: mode_SlippageUpdate_orderBy - orderDirection: mode_OrderDirection - where: mode_SlippageUpdate_filter + orderBy: stagingpolygonzkevm_Router_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SlippageUpdate!]! - mode_snapshotRoot( + ): [stagingpolygonzkevm_Router!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SnapshotRoot - mode_snapshotRoots( + ): stagingpolygonzkevm_RouterDailyTVL + stagingpolygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mode_SnapshotRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_SnapshotRoot_filter + orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SnapshotRoot!]! - mode_spokeConnectorMode( + ): [stagingpolygonzkevm_RouterDailyTVL!]! + stagingpolygonzkevm_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SpokeConnectorMode - mode_spokeConnectorModes( + ): stagingpolygonzkevm_RouterLiquidityEvent + stagingpolygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_SpokeConnectorMode_orderBy - orderDirection: mode_OrderDirection - where: mode_SpokeConnectorMode_filter + orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SpokeConnectorMode!]! - mode_aggregateRootProposed( + ): [stagingpolygonzkevm_RouterLiquidityEvent!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRootProposed - mode_aggregateRootProposeds( + ): stagingpolygonzkevm_Setting + stagingpolygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRootProposed_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRootProposed_filter + orderBy: stagingpolygonzkevm_Setting_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRootProposed!]! - mode_optimisticRootFinalized( + ): [stagingpolygonzkevm_Setting!]! + stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OptimisticRootFinalized - mode_optimisticRootFinalizeds( + ): stagingpolygonzkevm_Relayer + stagingpolygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_OptimisticRootFinalized_orderBy - orderDirection: mode_OrderDirection - where: mode_OptimisticRootFinalized_filter + orderBy: stagingpolygonzkevm_Relayer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: mode_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mode__meta(block: mode_Block_height): mode__Meta_ - stagingmetis_asset( + ): [stagingpolygonzkevm_Relayer!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_Asset - stagingmetis_assets( + ): stagingpolygonzkevm_Sequencer + stagingpolygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Asset_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Asset_filter + orderBy: stagingpolygonzkevm_Sequencer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_Asset!]! - stagingmetis_assetStatus( + ): [stagingpolygonzkevm_Sequencer!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_AssetStatus - stagingmetis_assetStatuses( + ): stagingpolygonzkevm_RelayerFee + stagingpolygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetStatus_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetStatus_filter + orderBy: stagingpolygonzkevm_RelayerFee_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_AssetStatus!]! - stagingmetis_assetBalance( + ): [stagingpolygonzkevm_RelayerFee!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_AssetBalance - stagingmetis_assetBalances( + ): stagingpolygonzkevm_OriginTransfer + stagingpolygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetBalance_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetBalance_filter + orderBy: stagingpolygonzkevm_OriginTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_AssetBalance!]! - stagingmetis_router( + ): [stagingpolygonzkevm_OriginTransfer!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_Router - stagingmetis_routers( + ): stagingpolygonzkevm_DestinationTransfer + stagingpolygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Router_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Router_filter + orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_Router!]! - stagingmetis_routerDailyTVL( + ): [stagingpolygonzkevm_DestinationTransfer!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RouterDailyTVL - stagingmetis_routerDailyTVLs( + ): stagingpolygonzkevm_OriginMessage + stagingpolygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterDailyTVL_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterDailyTVL_filter + orderBy: stagingpolygonzkevm_OriginMessage_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RouterDailyTVL!]! - stagingmetis_routerLiquidityEvent( + ): [stagingpolygonzkevm_OriginMessage!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RouterLiquidityEvent - stagingmetis_routerLiquidityEvents( + ): stagingpolygonzkevm_AggregateRoot + stagingpolygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterLiquidityEvent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterLiquidityEvent_filter + orderBy: stagingpolygonzkevm_AggregateRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RouterLiquidityEvent!]! - stagingmetis_setting( + ): [stagingpolygonzkevm_AggregateRoot!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_Setting - stagingmetis_settings( + ): stagingpolygonzkevm_ConnectorMeta + stagingpolygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Setting_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Setting_filter + orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_Setting!]! - stagingmetis_relayer( + ): [stagingpolygonzkevm_ConnectorMeta!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_Relayer - stagingmetis_relayers( + ): stagingpolygonzkevm_RootCount + stagingpolygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Relayer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Relayer_filter + orderBy: stagingpolygonzkevm_RootCount_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_Relayer!]! - stagingmetis_sequencer( + ): [stagingpolygonzkevm_RootCount!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_Sequencer - stagingmetis_sequencers( + ): stagingpolygonzkevm_RootMessageSent + stagingpolygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Sequencer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Sequencer_filter + orderBy: stagingpolygonzkevm_RootMessageSent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_Sequencer!]! - stagingmetis_relayerFee( + ): [stagingpolygonzkevm_RootMessageSent!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RelayerFee - stagingmetis_relayerFees( + ): stagingpolygonzkevm_RelayerFeesIncrease + stagingpolygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFee_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFee_filter + orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RelayerFee!]! - stagingmetis_originTransfer( + ): [stagingpolygonzkevm_RelayerFeesIncrease!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_OriginTransfer - stagingmetis_originTransfers( + ): stagingpolygonzkevm_SlippageUpdate + stagingpolygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginTransfer_filter + orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_OriginTransfer!]! - stagingmetis_destinationTransfer( + ): [stagingpolygonzkevm_SlippageUpdate!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_DestinationTransfer - stagingmetis_destinationTransfers( + ): stagingpolygonzkevm_SnapshotRoot + stagingpolygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_DestinationTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_DestinationTransfer_filter + orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_DestinationTransfer!]! - stagingmetis_originMessage( + ): [stagingpolygonzkevm_SnapshotRoot!]! + stagingpolygonzkevm_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_OriginMessage - stagingmetis_originMessages( + ): stagingpolygonzkevm_SpokeConnectorMode + stagingpolygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginMessage_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginMessage_filter + orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_OriginMessage!]! - stagingmetis_aggregateRoot( + ): [stagingpolygonzkevm_SpokeConnectorMode!]! + stagingpolygonzkevm_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_AggregateRoot - stagingmetis_aggregateRoots( + ): stagingpolygonzkevm_AggregateRootProposed + stagingpolygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRoot_filter + orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_AggregateRoot!]! - stagingmetis_connectorMeta( + ): [stagingpolygonzkevm_AggregateRootProposed!]! + stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_ConnectorMeta - stagingmetis_connectorMetas( + ): stagingpolygonzkevm_OptimisticRootFinalized + stagingpolygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_ConnectorMeta_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_ConnectorMeta_filter + orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingmetis_Block_height + block: stagingpolygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_ConnectorMeta!]! - stagingmetis_rootCount( + ): [stagingpolygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__Meta_ + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RootCount - stagingmetis_rootCounts( + ): stagingbnb_Asset + stagingbnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootCount_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootCount_filter + orderBy: stagingbnb_Asset_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RootCount!]! - stagingmetis_rootMessageSent( + ): [stagingbnb_Asset!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RootMessageSent - stagingmetis_rootMessageSents( + ): stagingbnb_AssetStatus + stagingbnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootMessageSent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootMessageSent_filter + orderBy: stagingbnb_AssetStatus_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RootMessageSent!]! - stagingmetis_relayerFeesIncrease( + ): [stagingbnb_AssetStatus!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_RelayerFeesIncrease - stagingmetis_relayerFeesIncreases( + ): stagingbnb_AssetBalance + stagingbnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFeesIncrease_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFeesIncrease_filter + orderBy: stagingbnb_AssetBalance_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_RelayerFeesIncrease!]! - stagingmetis_slippageUpdate( + ): [stagingbnb_AssetBalance!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_SlippageUpdate - stagingmetis_slippageUpdates( + ): stagingbnb_Router + stagingbnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SlippageUpdate_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SlippageUpdate_filter + orderBy: stagingbnb_Router_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_SlippageUpdate!]! - stagingmetis_snapshotRoot( + ): [stagingbnb_Router!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_SnapshotRoot - stagingmetis_snapshotRoots( + ): stagingbnb_RouterDailyTVL + stagingbnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SnapshotRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SnapshotRoot_filter + orderBy: stagingbnb_RouterDailyTVL_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_SnapshotRoot!]! - stagingmetis_spokeConnectorMode( + ): [stagingbnb_RouterDailyTVL!]! + stagingbnb_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_SpokeConnectorMode - stagingmetis_spokeConnectorModes( + ): stagingbnb_RouterLiquidityEvent + stagingbnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SpokeConnectorMode_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SpokeConnectorMode_filter + orderBy: stagingbnb_RouterLiquidityEvent_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_SpokeConnectorMode!]! - stagingmetis_aggregateRootProposed( + ): [stagingbnb_RouterLiquidityEvent!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_AggregateRootProposed - stagingmetis_aggregateRootProposeds( + ): stagingbnb_Setting + stagingbnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRootProposed_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRootProposed_filter + orderBy: stagingbnb_Setting_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_AggregateRootProposed!]! - stagingmetis_optimisticRootFinalized( + ): [stagingbnb_Setting!]! + stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmetis_OptimisticRootFinalized - stagingmetis_optimisticRootFinalizeds( + ): stagingbnb_Relayer + stagingbnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OptimisticRootFinalized_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OptimisticRootFinalized_filter + orderBy: stagingbnb_Relayer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingmetis_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmetis_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ - avalanche_asset( + ): [stagingbnb_Relayer!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Asset - avalanche_assets( + ): stagingbnb_Sequencer + stagingbnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Asset_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Asset_filter + orderBy: stagingbnb_Sequencer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Asset!]! - avalanche_assetStatus( + ): [stagingbnb_Sequencer!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AssetStatus - avalanche_assetStatuses( + ): stagingbnb_RelayerFee + stagingbnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetStatus_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AssetStatus_filter + orderBy: stagingbnb_RelayerFee_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AssetStatus!]! - avalanche_assetBalance( + ): [stagingbnb_RelayerFee!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AssetBalance - avalanche_assetBalances( + ): stagingbnb_OriginTransfer + stagingbnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AssetBalance_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AssetBalance_filter + orderBy: stagingbnb_OriginTransfer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AssetBalance!]! - avalanche_router( + ): [stagingbnb_OriginTransfer!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Router - avalanche_routers( + ): stagingbnb_DestinationTransfer + stagingbnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Router_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Router_filter + orderBy: stagingbnb_DestinationTransfer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Router!]! - avalanche_routerDailyTVL( + ): [stagingbnb_DestinationTransfer!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RouterDailyTVL - avalanche_routerDailyTVLs( + ): stagingbnb_OriginMessage + stagingbnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterDailyTVL_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RouterDailyTVL_filter + orderBy: stagingbnb_OriginMessage_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RouterDailyTVL!]! - avalanche_routerLiquidityEvent( + ): [stagingbnb_OriginMessage!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RouterLiquidityEvent - avalanche_routerLiquidityEvents( + ): stagingbnb_AggregateRoot + stagingbnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RouterLiquidityEvent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RouterLiquidityEvent_filter + orderBy: stagingbnb_AggregateRoot_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RouterLiquidityEvent!]! - avalanche_setting( + ): [stagingbnb_AggregateRoot!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Setting - avalanche_settings( + ): stagingbnb_ConnectorMeta + stagingbnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Setting_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Setting_filter + orderBy: stagingbnb_ConnectorMeta_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Setting!]! - avalanche_relayer( + ): [stagingbnb_ConnectorMeta!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Relayer - avalanche_relayers( + ): stagingbnb_RootCount + stagingbnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Relayer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Relayer_filter + orderBy: stagingbnb_RootCount_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Relayer!]! - avalanche_sequencer( + ): [stagingbnb_RootCount!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_Sequencer - avalanche_sequencers( + ): stagingbnb_RootMessageSent + stagingbnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_Sequencer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_Sequencer_filter + orderBy: stagingbnb_RootMessageSent_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_Sequencer!]! - avalanche_relayerFee( + ): [stagingbnb_RootMessageSent!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RelayerFee - avalanche_relayerFees( + ): stagingbnb_RelayerFeesIncrease + stagingbnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFee_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RelayerFee_filter + orderBy: stagingbnb_RelayerFeesIncrease_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RelayerFee!]! - avalanche_originTransfer( + ): [stagingbnb_RelayerFeesIncrease!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OriginTransfer - avalanche_originTransfers( + ): stagingbnb_SlippageUpdate + stagingbnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OriginTransfer_filter + orderBy: stagingbnb_SlippageUpdate_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OriginTransfer!]! - avalanche_destinationTransfer( + ): [stagingbnb_SlippageUpdate!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_DestinationTransfer - avalanche_destinationTransfers( + ): stagingbnb_SnapshotRoot + stagingbnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: avalanche_DestinationTransfer_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_DestinationTransfer_filter + orderBy: stagingbnb_SnapshotRoot_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_DestinationTransfer!]! - avalanche_originMessage( + ): [stagingbnb_SnapshotRoot!]! + stagingbnb_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OriginMessage - avalanche_originMessages( + ): stagingbnb_SpokeConnectorMode + stagingbnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OriginMessage_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OriginMessage_filter + orderBy: stagingbnb_SpokeConnectorMode_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OriginMessage!]! - avalanche_aggregateRoot( + ): [stagingbnb_SpokeConnectorMode!]! + stagingbnb_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRoot - avalanche_aggregateRoots( + ): stagingbnb_AggregateRootProposed + stagingbnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AggregateRoot_filter + orderBy: stagingbnb_AggregateRootProposed_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRoot!]! - avalanche_connectorMeta( + ): [stagingbnb_AggregateRootProposed!]! + stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_ConnectorMeta - avalanche_connectorMetas( + ): stagingbnb_OptimisticRootFinalized + stagingbnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: avalanche_ConnectorMeta_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_ConnectorMeta_filter + orderBy: stagingbnb_OptimisticRootFinalized_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: avalanche_Block_height + block: stagingbnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_ConnectorMeta!]! - avalanche_rootCount( + ): [stagingbnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootCount - avalanche_rootCounts( + ): sepolia_Asset + sepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootCount_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RootCount_filter + orderBy: sepolia_Asset_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootCount!]! - avalanche_rootMessageSent( + ): [sepolia_Asset!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RootMessageSent - avalanche_rootMessageSents( + ): sepolia_AssetStatus + sepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RootMessageSent_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RootMessageSent_filter + orderBy: sepolia_AssetStatus_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RootMessageSent!]! - avalanche_relayerFeesIncrease( + ): [sepolia_AssetStatus!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_RelayerFeesIncrease - avalanche_relayerFeesIncreases( + ): sepolia_AssetBalance + sepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: avalanche_RelayerFeesIncrease_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_RelayerFeesIncrease_filter + orderBy: sepolia_AssetBalance_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_RelayerFeesIncrease!]! - avalanche_slippageUpdate( + ): [sepolia_AssetBalance!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SlippageUpdate - avalanche_slippageUpdates( + ): sepolia_Router + sepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SlippageUpdate_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SlippageUpdate_filter + orderBy: sepolia_Router_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SlippageUpdate!]! - avalanche_snapshotRoot( + ): [sepolia_Router!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SnapshotRoot - avalanche_snapshotRoots( + ): sepolia_RouterDailyTVL + sepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SnapshotRoot_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SnapshotRoot_filter + orderBy: sepolia_RouterDailyTVL_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SnapshotRoot!]! - avalanche_spokeConnectorMode( + ): [sepolia_RouterDailyTVL!]! + sepolia_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_SpokeConnectorMode - avalanche_spokeConnectorModes( + ): sepolia_RouterLiquidityEvent + sepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: avalanche_SpokeConnectorMode_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_SpokeConnectorMode_filter + orderBy: sepolia_RouterLiquidityEvent_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_SpokeConnectorMode!]! - avalanche_aggregateRootProposed( + ): [sepolia_RouterLiquidityEvent!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_AggregateRootProposed - avalanche_aggregateRootProposeds( + ): sepolia_Setting + sepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: avalanche_AggregateRootProposed_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_AggregateRootProposed_filter + orderBy: sepolia_Setting_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_AggregateRootProposed!]! - avalanche_optimisticRootFinalized( + ): [sepolia_Setting!]! + sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_OptimisticRootFinalized - avalanche_optimisticRootFinalizeds( + ): sepolia_Relayer + sepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: avalanche_OptimisticRootFinalized_orderBy - orderDirection: avalanche_OrderDirection - where: avalanche_OptimisticRootFinalized_filter + orderBy: sepolia_Relayer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: avalanche_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ - stagingmainnet_asset( + ): [sepolia_Relayer!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Asset - stagingmainnet_assets( + ): sepolia_Sequencer + sepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Asset_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Asset_filter + orderBy: sepolia_Sequencer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Asset!]! - stagingmainnet_assetStatus( + ): [sepolia_Sequencer!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AssetStatus - stagingmainnet_assetStatuses( + ): sepolia_RelayerFee + sepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetStatus_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetStatus_filter + orderBy: sepolia_RelayerFee_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AssetStatus!]! - stagingmainnet_assetBalance( + ): [sepolia_RelayerFee!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AssetBalance - stagingmainnet_assetBalances( + ): sepolia_OriginTransfer + sepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetBalance_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AssetBalance_filter + orderBy: sepolia_OriginTransfer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AssetBalance!]! - stagingmainnet_router( + ): [sepolia_OriginTransfer!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Router - stagingmainnet_routers( + ): sepolia_DestinationTransfer + sepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Router_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Router_filter + orderBy: sepolia_DestinationTransfer_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Router!]! - stagingmainnet_routerDailyTVL( + ): [sepolia_DestinationTransfer!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RouterDailyTVL - stagingmainnet_routerDailyTVLs( + ): sepolia_OriginMessage + sepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterDailyTVL_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterDailyTVL_filter + orderBy: sepolia_OriginMessage_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RouterDailyTVL!]! - stagingmainnet_routerLiquidityEvent( + ): [sepolia_OriginMessage!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RouterLiquidityEvent - stagingmainnet_routerLiquidityEvents( + ): sepolia_AggregateRoot + sepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterLiquidityEvent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RouterLiquidityEvent_filter + orderBy: sepolia_AggregateRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RouterLiquidityEvent!]! - stagingmainnet_setting( + ): [sepolia_AggregateRoot!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Setting - stagingmainnet_settings( + ): sepolia_ConnectorMeta + sepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Setting_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Setting_filter + orderBy: sepolia_ConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Setting!]! - stagingmainnet_relayer( + ): [sepolia_ConnectorMeta!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Relayer - stagingmainnet_relayers( + ): sepolia_RootCount + sepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Relayer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Relayer_filter + orderBy: sepolia_RootCount_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Relayer!]! - stagingmainnet_sequencer( + ): [sepolia_RootCount!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_Sequencer - stagingmainnet_sequencers( + ): sepolia_RootMessageSent + sepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Sequencer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_Sequencer_filter + orderBy: sepolia_RootMessageSent_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_Sequencer!]! - stagingmainnet_relayerFee( + ): [sepolia_RootMessageSent!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RelayerFee - stagingmainnet_relayerFees( + ): sepolia_RelayerFeesIncrease + sepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFee_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFee_filter + orderBy: sepolia_RelayerFeesIncrease_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RelayerFee!]! - stagingmainnet_originTransfer( + ): [sepolia_RelayerFeesIncrease!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_OriginTransfer - stagingmainnet_originTransfers( + ): sepolia_SlippageUpdate + sepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginTransfer_filter + orderBy: sepolia_SlippageUpdate_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_OriginTransfer!]! - stagingmainnet_destinationTransfer( + ): [sepolia_SlippageUpdate!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_DestinationTransfer - stagingmainnet_destinationTransfers( + ): sepolia_SnapshotRoot + sepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_DestinationTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_DestinationTransfer_filter + orderBy: sepolia_SnapshotRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_DestinationTransfer!]! - stagingmainnet_originMessage( + ): [sepolia_SnapshotRoot!]! + sepolia_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_OriginMessage - stagingmainnet_originMessages( + ): sepolia_SpokeConnectorMode + sepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginMessage_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OriginMessage_filter + orderBy: sepolia_SpokeConnectorMode_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_OriginMessage!]! - stagingmainnet_aggregateRoot( + ): [sepolia_SpokeConnectorMode!]! + sepolia_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AggregateRoot - stagingmainnet_aggregateRoots( + ): sepolia_AggregateRootProposed + sepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRoot_filter + orderBy: sepolia_AggregateRootProposed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AggregateRoot!]! - stagingmainnet_connectorMeta( + ): [sepolia_AggregateRootProposed!]! + sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_ConnectorMeta - stagingmainnet_connectorMetas( + ): sepolia_OptimisticRootFinalized + sepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ConnectorMeta_filter + orderBy: sepolia_OptimisticRootFinalized_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: stagingmainnet_Block_height + block: sepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_ConnectorMeta!]! - stagingmainnet_rootCount( + ): [sepolia_OptimisticRootFinalized!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootCount - stagingmainnet_rootCounts( + ): stagingarbitrumone_Asset + stagingarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootCount_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootCount_filter + orderBy: stagingarbitrumone_Asset_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootCount!]! - stagingmainnet_rootMessageSent( + ): [stagingarbitrumone_Asset!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RootMessageSent - stagingmainnet_rootMessageSents( + ): stagingarbitrumone_AssetStatus + stagingarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageSent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageSent_filter + orderBy: stagingarbitrumone_AssetStatus_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RootMessageSent!]! - stagingmainnet_relayerFeesIncrease( + ): [stagingarbitrumone_AssetStatus!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_RelayerFeesIncrease - stagingmainnet_relayerFeesIncreases( + ): stagingarbitrumone_AssetBalance + stagingarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFeesIncrease_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RelayerFeesIncrease_filter + orderBy: stagingarbitrumone_AssetBalance_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_RelayerFeesIncrease!]! - stagingmainnet_slippageUpdate( + ): [stagingarbitrumone_AssetBalance!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_SlippageUpdate - stagingmainnet_slippageUpdates( + ): stagingarbitrumone_Router + stagingarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SlippageUpdate_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SlippageUpdate_filter + orderBy: stagingarbitrumone_Router_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_SlippageUpdate!]! - stagingmainnet_snapshotRoot( + ): [stagingarbitrumone_Router!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_SnapshotRoot - stagingmainnet_snapshotRoots( + ): stagingarbitrumone_RouterDailyTVL + stagingarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SnapshotRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SnapshotRoot_filter + orderBy: stagingarbitrumone_RouterDailyTVL_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_SnapshotRoot!]! - stagingmainnet_spokeConnectorMode( + ): [stagingarbitrumone_RouterDailyTVL!]! + stagingarbitrumone_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_SpokeConnectorMode - stagingmainnet_spokeConnectorModes( + ): stagingarbitrumone_RouterLiquidityEvent + stagingarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SpokeConnectorMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_SpokeConnectorMode_filter + orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_SpokeConnectorMode!]! - stagingmainnet_aggregateRootProposed( + ): [stagingarbitrumone_RouterLiquidityEvent!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_AggregateRootProposed - stagingmainnet_aggregateRootProposeds( + ): stagingarbitrumone_Setting + stagingarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootProposed_filter + orderBy: stagingarbitrumone_Setting_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_AggregateRootProposed!]! - stagingmainnet_optimisticRootFinalized( + ): [stagingarbitrumone_Setting!]! + stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmainnet_OptimisticRootFinalized - stagingmainnet_optimisticRootFinalizeds( + ): stagingarbitrumone_Relayer + stagingarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootFinalized_filter + orderBy: stagingarbitrumone_Relayer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingmainnet_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmainnet_OptimisticRootFinalized!]! - zksync_asset( + ): [stagingarbitrumone_Relayer!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Asset - zksync_assets( + ): stagingarbitrumone_Sequencer + stagingarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Asset_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Asset_filter + orderBy: stagingarbitrumone_Sequencer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Asset!]! - zksync_assetStatus( + ): [stagingarbitrumone_Sequencer!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetStatus - zksync_assetStatuses( + ): stagingarbitrumone_RelayerFee + stagingarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetStatus_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetStatus_filter + orderBy: stagingarbitrumone_RelayerFee_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetStatus!]! - zksync_assetBalance( + ): [stagingarbitrumone_RelayerFee!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AssetBalance - zksync_assetBalances( + ): stagingarbitrumone_OriginTransfer + stagingarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetBalance_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetBalance_filter + orderBy: stagingarbitrumone_OriginTransfer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AssetBalance!]! - zksync_router( + ): [stagingarbitrumone_OriginTransfer!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Router - zksync_routers( + ): stagingarbitrumone_DestinationTransfer + stagingarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: zksync_Router_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Router_filter + orderBy: stagingarbitrumone_DestinationTransfer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Router!]! - zksync_routerDailyTVL( + ): [stagingarbitrumone_DestinationTransfer!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterDailyTVL - zksync_routerDailyTVLs( + ): stagingarbitrumone_OriginMessage + stagingarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterDailyTVL_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterDailyTVL_filter + orderBy: stagingarbitrumone_OriginMessage_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterDailyTVL!]! - zksync_routerLiquidityEvent( + ): [stagingarbitrumone_OriginMessage!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RouterLiquidityEvent - zksync_routerLiquidityEvents( + ): stagingarbitrumone_AggregateRoot + stagingarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterLiquidityEvent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterLiquidityEvent_filter + orderBy: stagingarbitrumone_AggregateRoot_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RouterLiquidityEvent!]! - zksync_setting( + ): [stagingarbitrumone_AggregateRoot!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Setting - zksync_settings( + ): stagingarbitrumone_ConnectorMeta + stagingarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Setting_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Setting_filter + orderBy: stagingarbitrumone_ConnectorMeta_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Setting!]! - zksync_relayer( + ): [stagingarbitrumone_ConnectorMeta!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Relayer - zksync_relayers( + ): stagingarbitrumone_RootCount + stagingarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: zksync_Relayer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Relayer_filter + orderBy: stagingarbitrumone_RootCount_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Relayer!]! - zksync_sequencer( + ): [stagingarbitrumone_RootCount!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_Sequencer - zksync_sequencers( + ): stagingarbitrumone_RootMessageSent + stagingarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: zksync_Sequencer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Sequencer_filter + orderBy: stagingarbitrumone_RootMessageSent_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_Sequencer!]! - zksync_relayerFee( + ): [stagingarbitrumone_RootMessageSent!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFee - zksync_relayerFees( + ): stagingarbitrumone_RelayerFeesIncrease + stagingarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFee_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFee_filter + orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFee!]! - zksync_originTransfer( + ): [stagingarbitrumone_RelayerFeesIncrease!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginTransfer - zksync_originTransfers( + ): stagingarbitrumone_SlippageUpdate + stagingarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginTransfer_filter + orderBy: stagingarbitrumone_SlippageUpdate_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginTransfer!]! - zksync_destinationTransfer( + ): [stagingarbitrumone_SlippageUpdate!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_DestinationTransfer - zksync_destinationTransfers( + ): stagingarbitrumone_SnapshotRoot + stagingarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_DestinationTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_DestinationTransfer_filter + orderBy: stagingarbitrumone_SnapshotRoot_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_DestinationTransfer!]! - zksync_originMessage( + ): [stagingarbitrumone_SnapshotRoot!]! + stagingarbitrumone_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OriginMessage - zksync_originMessages( + ): stagingarbitrumone_SpokeConnectorMode + stagingarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginMessage_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginMessage_filter + orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OriginMessage!]! - zksync_aggregateRoot( + ): [stagingarbitrumone_SpokeConnectorMode!]! + stagingarbitrumone_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRoot - zksync_aggregateRoots( + ): stagingarbitrumone_AggregateRootProposed + stagingarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRoot_filter + orderBy: stagingarbitrumone_AggregateRootProposed_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRoot!]! - zksync_connectorMeta( + ): [stagingarbitrumone_AggregateRootProposed!]! + stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_ConnectorMeta - zksync_connectorMetas( + ): stagingarbitrumone_OptimisticRootFinalized + stagingarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_ConnectorMeta_orderBy - orderDirection: zksync_OrderDirection - where: zksync_ConnectorMeta_filter + orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: zksync_Block_height + block: stagingarbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_ConnectorMeta!]! - zksync_rootCount( + ): [stagingarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootCount - zksync_rootCounts( + ): stagingpolygon_Asset + stagingpolygon_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootCount_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootCount_filter + orderBy: stagingpolygon_Asset_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootCount!]! - zksync_rootMessageSent( + ): [stagingpolygon_Asset!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RootMessageSent - zksync_rootMessageSents( + ): stagingpolygon_AssetStatus + stagingpolygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootMessageSent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RootMessageSent_filter + orderBy: stagingpolygon_AssetStatus_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RootMessageSent!]! - zksync_relayerFeesIncrease( + ): [stagingpolygon_AssetStatus!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_RelayerFeesIncrease - zksync_relayerFeesIncreases( + ): stagingpolygon_AssetBalance + stagingpolygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFeesIncrease_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFeesIncrease_filter + orderBy: stagingpolygon_AssetBalance_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_RelayerFeesIncrease!]! - zksync_slippageUpdate( + ): [stagingpolygon_AssetBalance!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SlippageUpdate - zksync_slippageUpdates( + ): stagingpolygon_Router + stagingpolygon_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_SlippageUpdate_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SlippageUpdate_filter + orderBy: stagingpolygon_Router_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SlippageUpdate!]! - zksync_snapshotRoot( + ): [stagingpolygon_Router!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SnapshotRoot - zksync_snapshotRoots( + ): stagingpolygon_RouterDailyTVL + stagingpolygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_SnapshotRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SnapshotRoot_filter + orderBy: stagingpolygon_RouterDailyTVL_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SnapshotRoot!]! - zksync_spokeConnectorMode( + ): [stagingpolygon_RouterDailyTVL!]! + stagingpolygon_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_SpokeConnectorMode - zksync_spokeConnectorModes( + ): stagingpolygon_RouterLiquidityEvent + stagingpolygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_SpokeConnectorMode_orderBy - orderDirection: zksync_OrderDirection - where: zksync_SpokeConnectorMode_filter + orderBy: stagingpolygon_RouterLiquidityEvent_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_SpokeConnectorMode!]! - zksync_aggregateRootProposed( + ): [stagingpolygon_RouterLiquidityEvent!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_AggregateRootProposed - zksync_aggregateRootProposeds( + ): stagingpolygon_Setting + stagingpolygon_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRootProposed_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRootProposed_filter + orderBy: stagingpolygon_Setting_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_AggregateRootProposed!]! - zksync_optimisticRootFinalized( + ): [stagingpolygon_Setting!]! + stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): zksync_OptimisticRootFinalized - zksync_optimisticRootFinalizeds( + ): stagingpolygon_Relayer + stagingpolygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_OptimisticRootFinalized_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OptimisticRootFinalized_filter + orderBy: stagingpolygon_Relayer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: zksync_Block_height + block: stagingpolygon_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [zksync_OptimisticRootFinalized!]! + ): [stagingpolygon_Relayer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Sequencer + stagingpolygon_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Sequencer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Sequencer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RelayerFee + stagingpolygon_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RelayerFee_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RelayerFee!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OriginTransfer + stagingpolygon_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OriginTransfer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OriginTransfer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_DestinationTransfer + stagingpolygon_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_DestinationTransfer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_DestinationTransfer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OriginMessage + stagingpolygon_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OriginMessage_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OriginMessage!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AggregateRoot + stagingpolygon_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AggregateRoot_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AggregateRoot!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_ConnectorMeta + stagingpolygon_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_ConnectorMeta_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_ConnectorMeta!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RootCount + stagingpolygon_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RootCount_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RootCount!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RootMessageSent + stagingpolygon_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RootMessageSent_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RootMessageSent!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RelayerFeesIncrease + stagingpolygon_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RelayerFeesIncrease!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SlippageUpdate + stagingpolygon_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SlippageUpdate_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SlippageUpdate!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SnapshotRoot + stagingpolygon_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SnapshotRoot_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SnapshotRoot!]! + stagingpolygon_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SpokeConnectorMode + stagingpolygon_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SpokeConnectorMode_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SpokeConnectorMode!]! + stagingpolygon_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AggregateRootProposed + stagingpolygon_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AggregateRootProposed_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AggregateRootProposed!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OptimisticRootFinalized + stagingpolygon_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OptimisticRootFinalized!]! """Access to subgraph metadata""" - zksync__meta(block: zksync_Block_height): zksync__Meta_ + stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ polygonzkevm_swap_asset( id: ID! """ @@ -46038,7204 +46400,7024 @@ type Subscription { ): [polygonzkevm_swap_OptimisticRootFinalized!]! """Access to subgraph metadata""" polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ - xlayer_asset( + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_Asset - xlayer_assets( + ): polygonzkevm_Asset + polygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Asset_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_Asset_filter + orderBy: polygonzkevm_Asset_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_Asset!]! - xlayer_assetStatus( + ): [polygonzkevm_Asset!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_AssetStatus - xlayer_assetStatuses( + ): polygonzkevm_AssetStatus + polygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AssetStatus_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_AssetStatus_filter + orderBy: polygonzkevm_AssetStatus_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_AssetStatus!]! - xlayer_assetBalance( + ): [polygonzkevm_AssetStatus!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_AssetBalance - xlayer_assetBalances( + ): polygonzkevm_AssetBalance + polygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AssetBalance_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_AssetBalance_filter + orderBy: polygonzkevm_AssetBalance_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_AssetBalance!]! - xlayer_router( + ): [polygonzkevm_AssetBalance!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_Router - xlayer_routers( + ): polygonzkevm_Router + polygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Router_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_Router_filter + orderBy: polygonzkevm_Router_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_Router!]! - xlayer_routerDailyTVL( + ): [polygonzkevm_Router!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RouterDailyTVL - xlayer_routerDailyTVLs( + ): polygonzkevm_RouterDailyTVL + polygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RouterDailyTVL_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RouterDailyTVL_filter + orderBy: polygonzkevm_RouterDailyTVL_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RouterDailyTVL!]! - xlayer_routerLiquidityEvent( + ): [polygonzkevm_RouterDailyTVL!]! + polygonzkevm_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RouterLiquidityEvent - xlayer_routerLiquidityEvents( + ): polygonzkevm_RouterLiquidityEvent + polygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RouterLiquidityEvent_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RouterLiquidityEvent_filter + orderBy: polygonzkevm_RouterLiquidityEvent_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RouterLiquidityEvent!]! - xlayer_setting( + ): [polygonzkevm_RouterLiquidityEvent!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_Setting - xlayer_settings( + ): polygonzkevm_Setting + polygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Setting_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_Setting_filter + orderBy: polygonzkevm_Setting_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_Setting!]! - xlayer_relayer( + ): [polygonzkevm_Setting!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_Relayer - xlayer_relayers( + ): polygonzkevm_Relayer + polygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Relayer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_Relayer_filter + orderBy: polygonzkevm_Relayer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_Relayer!]! - xlayer_sequencer( + ): [polygonzkevm_Relayer!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_Sequencer - xlayer_sequencers( + ): polygonzkevm_Sequencer + polygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Sequencer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_Sequencer_filter + orderBy: polygonzkevm_Sequencer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_Sequencer!]! - xlayer_relayerFee( + ): [polygonzkevm_Sequencer!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RelayerFee - xlayer_relayerFees( + ): polygonzkevm_RelayerFee + polygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RelayerFee_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RelayerFee_filter + orderBy: polygonzkevm_RelayerFee_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RelayerFee!]! - xlayer_originTransfer( + ): [polygonzkevm_RelayerFee!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_OriginTransfer - xlayer_originTransfers( + ): polygonzkevm_OriginTransfer + polygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OriginTransfer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_OriginTransfer_filter + orderBy: polygonzkevm_OriginTransfer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_OriginTransfer!]! - xlayer_destinationTransfer( + ): [polygonzkevm_OriginTransfer!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_DestinationTransfer - xlayer_destinationTransfers( + ): polygonzkevm_DestinationTransfer + polygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_DestinationTransfer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_DestinationTransfer_filter + orderBy: polygonzkevm_DestinationTransfer_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_DestinationTransfer!]! - xlayer_originMessage( + ): [polygonzkevm_DestinationTransfer!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_OriginMessage - xlayer_originMessages( + ): polygonzkevm_OriginMessage + polygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OriginMessage_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_OriginMessage_filter + orderBy: polygonzkevm_OriginMessage_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_OriginMessage!]! - xlayer_aggregateRoot( + ): [polygonzkevm_OriginMessage!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_AggregateRoot - xlayer_aggregateRoots( + ): polygonzkevm_AggregateRoot + polygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AggregateRoot_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_AggregateRoot_filter + orderBy: polygonzkevm_AggregateRoot_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_AggregateRoot!]! - xlayer_connectorMeta( + ): [polygonzkevm_AggregateRoot!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_ConnectorMeta - xlayer_connectorMetas( + ): polygonzkevm_ConnectorMeta + polygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xlayer_ConnectorMeta_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_ConnectorMeta_filter + orderBy: polygonzkevm_ConnectorMeta_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_ConnectorMeta!]! - xlayer_rootCount( + ): [polygonzkevm_ConnectorMeta!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RootCount - xlayer_rootCounts( + ): polygonzkevm_RootCount + polygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RootCount_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RootCount_filter + orderBy: polygonzkevm_RootCount_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RootCount!]! - xlayer_rootMessageSent( + ): [polygonzkevm_RootCount!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RootMessageSent - xlayer_rootMessageSents( + ): polygonzkevm_RootMessageSent + polygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RootMessageSent_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RootMessageSent_filter + orderBy: polygonzkevm_RootMessageSent_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RootMessageSent!]! - xlayer_relayerFeesIncrease( + ): [polygonzkevm_RootMessageSent!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_RelayerFeesIncrease - xlayer_relayerFeesIncreases( + ): polygonzkevm_RelayerFeesIncrease + polygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RelayerFeesIncrease_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_RelayerFeesIncrease_filter + orderBy: polygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_RelayerFeesIncrease!]! - xlayer_slippageUpdate( + ): [polygonzkevm_RelayerFeesIncrease!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_SlippageUpdate - xlayer_slippageUpdates( + ): polygonzkevm_SlippageUpdate + polygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SlippageUpdate_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_SlippageUpdate_filter + orderBy: polygonzkevm_SlippageUpdate_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_SlippageUpdate!]! - xlayer_snapshotRoot( + ): [polygonzkevm_SlippageUpdate!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_SnapshotRoot - xlayer_snapshotRoots( + ): polygonzkevm_SnapshotRoot + polygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SnapshotRoot_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_SnapshotRoot_filter + orderBy: polygonzkevm_SnapshotRoot_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_SnapshotRoot!]! - xlayer_spokeConnectorMode( + ): [polygonzkevm_SnapshotRoot!]! + polygonzkevm_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_SpokeConnectorMode - xlayer_spokeConnectorModes( + ): polygonzkevm_SpokeConnectorMode + polygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SpokeConnectorMode_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_SpokeConnectorMode_filter + orderBy: polygonzkevm_SpokeConnectorMode_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_SpokeConnectorMode!]! - xlayer_aggregateRootProposed( + ): [polygonzkevm_SpokeConnectorMode!]! + polygonzkevm_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_AggregateRootProposed - xlayer_aggregateRootProposeds( + ): polygonzkevm_AggregateRootProposed + polygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AggregateRootProposed_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_AggregateRootProposed_filter + orderBy: polygonzkevm_AggregateRootProposed_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_AggregateRootProposed!]! - xlayer_optimisticRootFinalized( + ): [polygonzkevm_AggregateRootProposed!]! + polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xlayer_OptimisticRootFinalized - xlayer_optimisticRootFinalizeds( + ): polygonzkevm_OptimisticRootFinalized + polygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OptimisticRootFinalized_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_OptimisticRootFinalized_filter + orderBy: polygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: polygonzkevm_OrderDirection + where: polygonzkevm_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: xlayer_Block_height + block: polygonzkevm_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xlayer_OptimisticRootFinalized!]! + ): [polygonzkevm_OptimisticRootFinalized!]! """Access to subgraph metadata""" - xlayer__meta(block: xlayer_Block_height): xlayer__Meta_ - mainnet_asset( + polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_Asset + optimismsepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_filter + orderBy: optimismsepolia_Asset_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_Asset!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_AssetStatus + optimismsepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_filter + orderBy: optimismsepolia_AssetStatus_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_AssetStatus!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_AssetBalance + optimismsepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_filter + orderBy: optimismsepolia_AssetBalance_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_AssetBalance!]! + optimismsepolia_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_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( + ): optimismsepolia_Router + optimismsepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_filter + orderBy: optimismsepolia_Router_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_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( + ): [optimismsepolia_Router!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_RouterDailyTVL + optimismsepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_filter + orderBy: optimismsepolia_RouterDailyTVL_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RouterDailyTVL!]! - mainnet_routerLiquidityEvent( + ): [optimismsepolia_RouterDailyTVL!]! + optimismsepolia_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_RouterLiquidityEvent - mainnet_routerLiquidityEvents( + ): optimismsepolia_RouterLiquidityEvent + optimismsepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_filter + orderBy: optimismsepolia_RouterLiquidityEvent_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_RouterLiquidityEvent!]! - mainnet_setting( + ): [optimismsepolia_RouterLiquidityEvent!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_Setting + optimismsepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_filter + orderBy: optimismsepolia_Setting_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_Setting!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_Relayer + optimismsepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_filter + orderBy: optimismsepolia_Relayer_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_Relayer!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_Sequencer + optimismsepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_filter + orderBy: optimismsepolia_Sequencer_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_Sequencer!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_RelayerFee + optimismsepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_filter + orderBy: optimismsepolia_RelayerFee_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_RelayerFee!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_OriginTransfer + optimismsepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_filter + orderBy: optimismsepolia_OriginTransfer_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_OriginTransfer!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_DestinationTransfer + optimismsepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_filter + orderBy: optimismsepolia_DestinationTransfer_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_DestinationTransfer!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_OriginMessage + optimismsepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_filter + orderBy: optimismsepolia_OriginMessage_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_OriginMessage!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_AggregateRoot + optimismsepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_filter + orderBy: optimismsepolia_AggregateRoot_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_AggregateRoot!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_ConnectorMeta + optimismsepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_filter + orderBy: optimismsepolia_ConnectorMeta_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_ConnectorMeta!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_RootCount + optimismsepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_filter + orderBy: optimismsepolia_RootCount_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_RootCount!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_RootMessageSent + optimismsepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_filter + orderBy: optimismsepolia_RootMessageSent_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_RootMessageSent!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_RelayerFeesIncrease + optimismsepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_filter + orderBy: optimismsepolia_RelayerFeesIncrease_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_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( + ): [optimismsepolia_RelayerFeesIncrease!]! + optimismsepolia_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: optimismsepolia_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( + ): optimismsepolia_SlippageUpdate + optimismsepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_filter + orderBy: optimismsepolia_SlippageUpdate_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SlippageUpdate!]! - mainnet_snapshotRoot( + ): [optimismsepolia_SlippageUpdate!]! + optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SnapshotRoot - mainnet_snapshotRoots( + ): optimismsepolia_SnapshotRoot + optimismsepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SnapshotRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SnapshotRoot_filter + orderBy: optimismsepolia_SnapshotRoot_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SnapshotRoot!]! - mainnet_spokeConnectorMode( + ): [optimismsepolia_SnapshotRoot!]! + optimismsepolia_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_SpokeConnectorMode - mainnet_spokeConnectorModes( + ): optimismsepolia_SpokeConnectorMode + optimismsepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SpokeConnectorMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SpokeConnectorMode_filter + orderBy: optimismsepolia_SpokeConnectorMode_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_SpokeConnectorMode!]! - mainnet_aggregateRootProposed( + ): [optimismsepolia_SpokeConnectorMode!]! + optimismsepolia_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_AggregateRootProposed - mainnet_aggregateRootProposeds( + ): optimismsepolia_AggregateRootProposed + optimismsepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootProposed_filter + orderBy: optimismsepolia_AggregateRootProposed_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mainnet_Block_height + block: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_AggregateRootProposed!]! - mainnet_optimisticRootFinalized( + ): [optimismsepolia_AggregateRootProposed!]! + optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mainnet_OptimisticRootFinalized - mainnet_optimisticRootFinalizeds( + ): optimismsepolia_OptimisticRootFinalized + optimismsepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootFinalized_filter + orderBy: optimismsepolia_OptimisticRootFinalized_orderBy + orderDirection: optimismsepolia_OrderDirection + where: optimismsepolia_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: optimismsepolia_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mainnet_OptimisticRootFinalized!]! - stagingbase_asset( + ): [optimismsepolia_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimismsepolia__meta(block: optimismsepolia_Block_height): optimismsepolia__Meta_ + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Asset - stagingbase_assets( + ): zksync_Asset + zksync_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Asset_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Asset_filter + orderBy: zksync_Asset_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Asset!]! - stagingbase_assetStatus( + ): [zksync_Asset!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AssetStatus - stagingbase_assetStatuses( + ): zksync_AssetStatus + zksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetStatus_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetStatus_filter + orderBy: zksync_AssetStatus_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AssetStatus!]! - stagingbase_assetBalance( + ): [zksync_AssetStatus!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AssetBalance - stagingbase_assetBalances( + ): zksync_AssetBalance + zksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetBalance_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetBalance_filter + orderBy: zksync_AssetBalance_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AssetBalance!]! - stagingbase_router( + ): [zksync_AssetBalance!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Router - stagingbase_routers( + ): zksync_Router + zksync_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Router_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Router_filter + orderBy: zksync_Router_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Router!]! - stagingbase_routerDailyTVL( + ): [zksync_Router!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RouterDailyTVL - stagingbase_routerDailyTVLs( + ): zksync_RouterDailyTVL + zksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterDailyTVL_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterDailyTVL_filter + orderBy: zksync_RouterDailyTVL_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RouterDailyTVL!]! - stagingbase_routerLiquidityEvent( + ): [zksync_RouterDailyTVL!]! + zksync_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RouterLiquidityEvent - stagingbase_routerLiquidityEvents( + ): zksync_RouterLiquidityEvent + zksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterLiquidityEvent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterLiquidityEvent_filter + orderBy: zksync_RouterLiquidityEvent_orderBy + orderDirection: zksync_OrderDirection + where: zksync_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RouterLiquidityEvent!]! - stagingbase_setting( + ): [zksync_RouterLiquidityEvent!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Setting - stagingbase_settings( + ): zksync_Setting + zksync_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Setting_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Setting_filter + orderBy: zksync_Setting_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Setting!]! - stagingbase_relayer( + ): [zksync_Setting!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Relayer - stagingbase_relayers( + ): zksync_Relayer + zksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Relayer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Relayer_filter + orderBy: zksync_Relayer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Relayer!]! - stagingbase_sequencer( + ): [zksync_Relayer!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_Sequencer - stagingbase_sequencers( + ): zksync_Sequencer + zksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Sequencer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Sequencer_filter + orderBy: zksync_Sequencer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_Sequencer!]! - stagingbase_relayerFee( + ): [zksync_Sequencer!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RelayerFee - stagingbase_relayerFees( + ): zksync_RelayerFee + zksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFee_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFee_filter + orderBy: zksync_RelayerFee_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RelayerFee!]! - stagingbase_originTransfer( + ): [zksync_RelayerFee!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_OriginTransfer - stagingbase_originTransfers( + ): zksync_OriginTransfer + zksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginTransfer_filter + orderBy: zksync_OriginTransfer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OriginTransfer!]! - stagingbase_destinationTransfer( + ): [zksync_OriginTransfer!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_DestinationTransfer - stagingbase_destinationTransfers( + ): zksync_DestinationTransfer + zksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_DestinationTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_DestinationTransfer_filter + orderBy: zksync_DestinationTransfer_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_DestinationTransfer!]! - stagingbase_originMessage( + ): [zksync_DestinationTransfer!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_OriginMessage - stagingbase_originMessages( + ): zksync_OriginMessage + zksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginMessage_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginMessage_filter + orderBy: zksync_OriginMessage_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OriginMessage!]! - stagingbase_aggregateRoot( + ): [zksync_OriginMessage!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AggregateRoot - stagingbase_aggregateRoots( + ): zksync_AggregateRoot + zksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRoot_filter + orderBy: zksync_AggregateRoot_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AggregateRoot!]! - stagingbase_connectorMeta( + ): [zksync_AggregateRoot!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_ConnectorMeta - stagingbase_connectorMetas( + ): zksync_ConnectorMeta + zksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_ConnectorMeta_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_ConnectorMeta_filter + orderBy: zksync_ConnectorMeta_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_ConnectorMeta!]! - stagingbase_rootCount( + ): [zksync_ConnectorMeta!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RootCount - stagingbase_rootCounts( + ): zksync_RootCount + zksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootCount_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootCount_filter + orderBy: zksync_RootCount_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RootCount!]! - stagingbase_rootMessageSent( + ): [zksync_RootCount!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RootMessageSent - stagingbase_rootMessageSents( + ): zksync_RootMessageSent + zksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootMessageSent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootMessageSent_filter + orderBy: zksync_RootMessageSent_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RootMessageSent!]! - stagingbase_relayerFeesIncrease( + ): [zksync_RootMessageSent!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_RelayerFeesIncrease - stagingbase_relayerFeesIncreases( + ): zksync_RelayerFeesIncrease + zksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFeesIncrease_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFeesIncrease_filter + orderBy: zksync_RelayerFeesIncrease_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_RelayerFeesIncrease!]! - stagingbase_slippageUpdate( + ): [zksync_RelayerFeesIncrease!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_SlippageUpdate - stagingbase_slippageUpdates( + ): zksync_SlippageUpdate + zksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SlippageUpdate_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SlippageUpdate_filter + orderBy: zksync_SlippageUpdate_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_SlippageUpdate!]! - stagingbase_snapshotRoot( + ): [zksync_SlippageUpdate!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_SnapshotRoot - stagingbase_snapshotRoots( + ): zksync_SnapshotRoot + zksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SnapshotRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SnapshotRoot_filter + orderBy: zksync_SnapshotRoot_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_SnapshotRoot!]! - stagingbase_spokeConnectorMode( + ): [zksync_SnapshotRoot!]! + zksync_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_SpokeConnectorMode - stagingbase_spokeConnectorModes( + ): zksync_SpokeConnectorMode + zksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SpokeConnectorMode_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SpokeConnectorMode_filter + orderBy: zksync_SpokeConnectorMode_orderBy + orderDirection: zksync_OrderDirection + where: zksync_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_SpokeConnectorMode!]! - stagingbase_aggregateRootProposed( + ): [zksync_SpokeConnectorMode!]! + zksync_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_AggregateRootProposed - stagingbase_aggregateRootProposeds( + ): zksync_AggregateRootProposed + zksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRootProposed_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRootProposed_filter + orderBy: zksync_AggregateRootProposed_orderBy + orderDirection: zksync_OrderDirection + where: zksync_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_AggregateRootProposed!]! - stagingbase_optimisticRootFinalized( + ): [zksync_AggregateRootProposed!]! + zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbase_OptimisticRootFinalized - stagingbase_optimisticRootFinalizeds( + ): zksync_OptimisticRootFinalized + zksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OptimisticRootFinalized_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OptimisticRootFinalized_filter + orderBy: zksync_OptimisticRootFinalized_orderBy + orderDirection: zksync_OrderDirection + where: zksync_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: stagingbase_Block_height + block: zksync_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbase_OptimisticRootFinalized!]! + ): [zksync_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ - metis_asset( + zksync__meta(block: zksync_Block_height): zksync__Meta_ + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Asset - metis_assets( + ): mantle_Asset + mantle_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_Asset_orderBy - orderDirection: metis_OrderDirection - where: metis_Asset_filter + orderBy: mantle_Asset_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Asset!]! - metis_assetStatus( + ): [mantle_Asset!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AssetStatus - metis_assetStatuses( + ): mantle_AssetStatus + mantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetStatus_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetStatus_filter + orderBy: mantle_AssetStatus_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AssetStatus!]! - metis_assetBalance( + ): [mantle_AssetStatus!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AssetBalance - metis_assetBalances( + ): mantle_AssetBalance + mantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetBalance_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetBalance_filter + orderBy: mantle_AssetBalance_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AssetBalance!]! - metis_router( + ): [mantle_AssetBalance!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Router - metis_routers( + ): mantle_Router + mantle_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_Router_orderBy - orderDirection: metis_OrderDirection - where: metis_Router_filter + orderBy: mantle_Router_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Router!]! - metis_routerDailyTVL( + ): [mantle_Router!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RouterDailyTVL - metis_routerDailyTVLs( + ): mantle_RouterDailyTVL + mantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterDailyTVL_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterDailyTVL_filter + orderBy: mantle_RouterDailyTVL_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RouterDailyTVL!]! - metis_routerLiquidityEvent( + ): [mantle_RouterDailyTVL!]! + mantle_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RouterLiquidityEvent - metis_routerLiquidityEvents( + ): mantle_RouterLiquidityEvent + mantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterLiquidityEvent_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterLiquidityEvent_filter + orderBy: mantle_RouterLiquidityEvent_orderBy + orderDirection: mantle_OrderDirection + where: mantle_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RouterLiquidityEvent!]! - metis_setting( + ): [mantle_RouterLiquidityEvent!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Setting - metis_settings( + ): mantle_Setting + mantle_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_Setting_orderBy - orderDirection: metis_OrderDirection - where: metis_Setting_filter + orderBy: mantle_Setting_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Setting!]! - metis_relayer( + ): [mantle_Setting!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Relayer - metis_relayers( + ): mantle_Relayer + mantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_Relayer_orderBy - orderDirection: metis_OrderDirection - where: metis_Relayer_filter + orderBy: mantle_Relayer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Relayer!]! - metis_sequencer( + ): [mantle_Relayer!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_Sequencer - metis_sequencers( + ): mantle_Sequencer + mantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_Sequencer_orderBy - orderDirection: metis_OrderDirection - where: metis_Sequencer_filter + orderBy: mantle_Sequencer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_Sequencer!]! - metis_relayerFee( + ): [mantle_Sequencer!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RelayerFee - metis_relayerFees( + ): mantle_RelayerFee + mantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFee_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFee_filter + orderBy: mantle_RelayerFee_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RelayerFee!]! - metis_originTransfer( + ): [mantle_RelayerFee!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_OriginTransfer - metis_originTransfers( + ): mantle_OriginTransfer + mantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginTransfer_filter + orderBy: mantle_OriginTransfer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_OriginTransfer!]! - metis_destinationTransfer( + ): [mantle_OriginTransfer!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_DestinationTransfer - metis_destinationTransfers( + ): mantle_DestinationTransfer + mantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_DestinationTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_DestinationTransfer_filter + orderBy: mantle_DestinationTransfer_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_DestinationTransfer!]! - metis_originMessage( + ): [mantle_DestinationTransfer!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_OriginMessage - metis_originMessages( + ): mantle_OriginMessage + mantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginMessage_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginMessage_filter + orderBy: mantle_OriginMessage_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_OriginMessage!]! - metis_aggregateRoot( + ): [mantle_OriginMessage!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AggregateRoot - metis_aggregateRoots( + ): mantle_AggregateRoot + mantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRoot_filter + orderBy: mantle_AggregateRoot_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AggregateRoot!]! - metis_connectorMeta( + ): [mantle_AggregateRoot!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_ConnectorMeta - metis_connectorMetas( + ): mantle_ConnectorMeta + mantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_ConnectorMeta_orderBy - orderDirection: metis_OrderDirection - where: metis_ConnectorMeta_filter + orderBy: mantle_ConnectorMeta_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_ConnectorMeta!]! - metis_rootCount( + ): [mantle_ConnectorMeta!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RootCount - metis_rootCounts( + ): mantle_RootCount + mantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_RootCount_orderBy - orderDirection: metis_OrderDirection - where: metis_RootCount_filter + orderBy: mantle_RootCount_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RootCount!]! - metis_rootMessageSent( + ): [mantle_RootCount!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RootMessageSent - metis_rootMessageSents( + ): mantle_RootMessageSent + mantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_RootMessageSent_orderBy - orderDirection: metis_OrderDirection - where: metis_RootMessageSent_filter + orderBy: mantle_RootMessageSent_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RootMessageSent!]! - metis_relayerFeesIncrease( + ): [mantle_RootMessageSent!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_RelayerFeesIncrease - metis_relayerFeesIncreases( + ): mantle_RelayerFeesIncrease + mantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFeesIncrease_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFeesIncrease_filter + orderBy: mantle_RelayerFeesIncrease_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_RelayerFeesIncrease!]! - metis_slippageUpdate( + ): [mantle_RelayerFeesIncrease!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_SlippageUpdate - metis_slippageUpdates( + ): mantle_SlippageUpdate + mantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_SlippageUpdate_orderBy - orderDirection: metis_OrderDirection - where: metis_SlippageUpdate_filter + orderBy: mantle_SlippageUpdate_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_SlippageUpdate!]! - metis_snapshotRoot( + ): [mantle_SlippageUpdate!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_SnapshotRoot - metis_snapshotRoots( + ): mantle_SnapshotRoot + mantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_SnapshotRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_SnapshotRoot_filter + orderBy: mantle_SnapshotRoot_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_SnapshotRoot!]! - metis_spokeConnectorMode( + ): [mantle_SnapshotRoot!]! + mantle_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_SpokeConnectorMode - metis_spokeConnectorModes( + ): mantle_SpokeConnectorMode + mantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_SpokeConnectorMode_orderBy - orderDirection: metis_OrderDirection - where: metis_SpokeConnectorMode_filter + orderBy: mantle_SpokeConnectorMode_orderBy + orderDirection: mantle_OrderDirection + where: mantle_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_SpokeConnectorMode!]! - metis_aggregateRootProposed( + ): [mantle_SpokeConnectorMode!]! + mantle_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_AggregateRootProposed - metis_aggregateRootProposeds( + ): mantle_AggregateRootProposed + mantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRootProposed_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRootProposed_filter + orderBy: mantle_AggregateRootProposed_orderBy + orderDirection: mantle_OrderDirection + where: mantle_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_AggregateRootProposed!]! - metis_optimisticRootFinalized( + ): [mantle_AggregateRootProposed!]! + mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): metis_OptimisticRootFinalized - metis_optimisticRootFinalizeds( + ): mantle_OptimisticRootFinalized + mantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_OptimisticRootFinalized_orderBy - orderDirection: metis_OrderDirection - where: metis_OptimisticRootFinalized_filter + orderBy: mantle_OptimisticRootFinalized_orderBy + orderDirection: mantle_OrderDirection + where: mantle_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: metis_Block_height + block: mantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [metis_OptimisticRootFinalized!]! + ): [mantle_OptimisticRootFinalized!]! """Access to subgraph metadata""" - metis__meta(block: metis_Block_height): metis__Meta_ - stagingoptimism_asset( + mantle__meta(block: mantle_Block_height): mantle__Meta_ + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_Asset - stagingoptimism_assets( + ): avalanche_Asset + avalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Asset_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Asset_filter + orderBy: avalanche_Asset_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_Asset!]! - stagingoptimism_assetStatus( + ): [avalanche_Asset!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_AssetStatus - stagingoptimism_assetStatuses( + ): avalanche_AssetStatus + avalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetStatus_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetStatus_filter + orderBy: avalanche_AssetStatus_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_AssetStatus!]! - stagingoptimism_assetBalance( + ): [avalanche_AssetStatus!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_AssetBalance - stagingoptimism_assetBalances( + ): avalanche_AssetBalance + avalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetBalance_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetBalance_filter + orderBy: avalanche_AssetBalance_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_AssetBalance!]! - stagingoptimism_router( + ): [avalanche_AssetBalance!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_Router - stagingoptimism_routers( + ): avalanche_Router + avalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Router_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Router_filter + orderBy: avalanche_Router_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_Router!]! - stagingoptimism_routerDailyTVL( + ): [avalanche_Router!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RouterDailyTVL - stagingoptimism_routerDailyTVLs( + ): avalanche_RouterDailyTVL + avalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterDailyTVL_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterDailyTVL_filter + orderBy: avalanche_RouterDailyTVL_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RouterDailyTVL!]! - stagingoptimism_routerLiquidityEvent( + ): [avalanche_RouterDailyTVL!]! + avalanche_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RouterLiquidityEvent - stagingoptimism_routerLiquidityEvents( + ): avalanche_RouterLiquidityEvent + avalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterLiquidityEvent_filter + orderBy: avalanche_RouterLiquidityEvent_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RouterLiquidityEvent!]! - stagingoptimism_setting( + ): [avalanche_RouterLiquidityEvent!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_Setting - stagingoptimism_settings( + ): avalanche_Setting + avalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Setting_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Setting_filter + orderBy: avalanche_Setting_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_Setting!]! - stagingoptimism_relayer( + ): [avalanche_Setting!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_Relayer - stagingoptimism_relayers( + ): avalanche_Relayer + avalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Relayer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Relayer_filter + orderBy: avalanche_Relayer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_Relayer!]! - stagingoptimism_sequencer( + ): [avalanche_Relayer!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_Sequencer - stagingoptimism_sequencers( + ): avalanche_Sequencer + avalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Sequencer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Sequencer_filter + orderBy: avalanche_Sequencer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_Sequencer!]! - stagingoptimism_relayerFee( + ): [avalanche_Sequencer!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RelayerFee - stagingoptimism_relayerFees( + ): avalanche_RelayerFee + avalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFee_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFee_filter + orderBy: avalanche_RelayerFee_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RelayerFee!]! - stagingoptimism_originTransfer( + ): [avalanche_RelayerFee!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_OriginTransfer - stagingoptimism_originTransfers( + ): avalanche_OriginTransfer + avalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginTransfer_filter + orderBy: avalanche_OriginTransfer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_OriginTransfer!]! - stagingoptimism_destinationTransfer( + ): [avalanche_OriginTransfer!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_DestinationTransfer - stagingoptimism_destinationTransfers( + ): avalanche_DestinationTransfer + avalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_DestinationTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_DestinationTransfer_filter + orderBy: avalanche_DestinationTransfer_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_DestinationTransfer!]! - stagingoptimism_originMessage( + ): [avalanche_DestinationTransfer!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_OriginMessage - stagingoptimism_originMessages( + ): avalanche_OriginMessage + avalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginMessage_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginMessage_filter + orderBy: avalanche_OriginMessage_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_OriginMessage!]! - stagingoptimism_aggregateRoot( + ): [avalanche_OriginMessage!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_AggregateRoot - stagingoptimism_aggregateRoots( + ): avalanche_AggregateRoot + avalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRoot_filter + orderBy: avalanche_AggregateRoot_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_AggregateRoot!]! - stagingoptimism_connectorMeta( + ): [avalanche_AggregateRoot!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_ConnectorMeta - stagingoptimism_connectorMetas( + ): avalanche_ConnectorMeta + avalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_ConnectorMeta_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_ConnectorMeta_filter + orderBy: avalanche_ConnectorMeta_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_ConnectorMeta!]! - stagingoptimism_rootCount( + ): [avalanche_ConnectorMeta!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RootCount - stagingoptimism_rootCounts( + ): avalanche_RootCount + avalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootCount_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootCount_filter + orderBy: avalanche_RootCount_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RootCount!]! - stagingoptimism_rootMessageSent( + ): [avalanche_RootCount!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RootMessageSent - stagingoptimism_rootMessageSents( + ): avalanche_RootMessageSent + avalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootMessageSent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootMessageSent_filter + orderBy: avalanche_RootMessageSent_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RootMessageSent!]! - stagingoptimism_relayerFeesIncrease( + ): [avalanche_RootMessageSent!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_RelayerFeesIncrease - stagingoptimism_relayerFeesIncreases( + ): avalanche_RelayerFeesIncrease + avalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFeesIncrease_filter + orderBy: avalanche_RelayerFeesIncrease_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_RelayerFeesIncrease!]! - stagingoptimism_slippageUpdate( + ): [avalanche_RelayerFeesIncrease!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_SlippageUpdate - stagingoptimism_slippageUpdates( + ): avalanche_SlippageUpdate + avalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SlippageUpdate_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SlippageUpdate_filter + orderBy: avalanche_SlippageUpdate_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_SlippageUpdate!]! - stagingoptimism_snapshotRoot( + ): [avalanche_SlippageUpdate!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_SnapshotRoot - stagingoptimism_snapshotRoots( + ): avalanche_SnapshotRoot + avalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SnapshotRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SnapshotRoot_filter + orderBy: avalanche_SnapshotRoot_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_SnapshotRoot!]! - stagingoptimism_spokeConnectorMode( + ): [avalanche_SnapshotRoot!]! + avalanche_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_SpokeConnectorMode - stagingoptimism_spokeConnectorModes( + ): avalanche_SpokeConnectorMode + avalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SpokeConnectorMode_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SpokeConnectorMode_filter + orderBy: avalanche_SpokeConnectorMode_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_SpokeConnectorMode!]! - stagingoptimism_aggregateRootProposed( + ): [avalanche_SpokeConnectorMode!]! + avalanche_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_AggregateRootProposed - stagingoptimism_aggregateRootProposeds( + ): avalanche_AggregateRootProposed + avalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRootProposed_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRootProposed_filter + orderBy: avalanche_AggregateRootProposed_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_AggregateRootProposed!]! - stagingoptimism_optimisticRootFinalized( + ): [avalanche_AggregateRootProposed!]! + avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingoptimism_OptimisticRootFinalized - stagingoptimism_optimisticRootFinalizeds( + ): avalanche_OptimisticRootFinalized + avalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OptimisticRootFinalized_filter + orderBy: avalanche_OptimisticRootFinalized_orderBy + orderDirection: avalanche_OrderDirection + where: avalanche_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: stagingoptimism_Block_height + block: avalanche_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingoptimism_OptimisticRootFinalized!]! + ): [avalanche_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__Meta_ - stagingmantle_asset( + avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Asset - stagingmantle_assets( + ): mode_Asset + mode_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Asset_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Asset_filter + orderBy: mode_Asset_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Asset!]! - stagingmantle_assetStatus( + ): [mode_Asset!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AssetStatus - stagingmantle_assetStatuses( + ): mode_AssetStatus + mode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetStatus_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetStatus_filter + orderBy: mode_AssetStatus_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AssetStatus!]! - stagingmantle_assetBalance( + ): [mode_AssetStatus!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AssetBalance - stagingmantle_assetBalances( + ): mode_AssetBalance + mode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetBalance_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetBalance_filter + orderBy: mode_AssetBalance_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AssetBalance!]! - stagingmantle_router( + ): [mode_AssetBalance!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Router - stagingmantle_routers( + ): mode_Router + mode_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Router_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Router_filter + orderBy: mode_Router_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Router!]! - stagingmantle_routerDailyTVL( + ): [mode_Router!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RouterDailyTVL - stagingmantle_routerDailyTVLs( + ): mode_RouterDailyTVL + mode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterDailyTVL_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterDailyTVL_filter + orderBy: mode_RouterDailyTVL_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RouterDailyTVL!]! - stagingmantle_routerLiquidityEvent( + ): [mode_RouterDailyTVL!]! + mode_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RouterLiquidityEvent - stagingmantle_routerLiquidityEvents( + ): mode_RouterLiquidityEvent + mode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterLiquidityEvent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterLiquidityEvent_filter + orderBy: mode_RouterLiquidityEvent_orderBy + orderDirection: mode_OrderDirection + where: mode_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RouterLiquidityEvent!]! - stagingmantle_setting( + ): [mode_RouterLiquidityEvent!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Setting - stagingmantle_settings( + ): mode_Setting + mode_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Setting_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Setting_filter + orderBy: mode_Setting_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Setting!]! - stagingmantle_relayer( + ): [mode_Setting!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Relayer - stagingmantle_relayers( + ): mode_Relayer + mode_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Relayer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Relayer_filter + orderBy: mode_Relayer_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Relayer!]! - stagingmantle_sequencer( + ): [mode_Relayer!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Sequencer - stagingmantle_sequencers( + ): mode_Sequencer + mode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Sequencer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Sequencer_filter + orderBy: mode_Sequencer_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Sequencer!]! - stagingmantle_relayerFee( + ): [mode_Sequencer!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RelayerFee - stagingmantle_relayerFees( + ): mode_RelayerFee + mode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFee_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFee_filter + orderBy: mode_RelayerFee_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RelayerFee!]! - stagingmantle_originTransfer( + ): [mode_RelayerFee!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_OriginTransfer - stagingmantle_originTransfers( + ): mode_OriginTransfer + mode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginTransfer_filter + orderBy: mode_OriginTransfer_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OriginTransfer!]! - stagingmantle_destinationTransfer( + ): [mode_OriginTransfer!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_DestinationTransfer - stagingmantle_destinationTransfers( + ): mode_DestinationTransfer + mode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_DestinationTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_DestinationTransfer_filter + orderBy: mode_DestinationTransfer_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_DestinationTransfer!]! - stagingmantle_originMessage( + ): [mode_DestinationTransfer!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_OriginMessage - stagingmantle_originMessages( + ): mode_OriginMessage + mode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginMessage_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginMessage_filter + orderBy: mode_OriginMessage_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OriginMessage!]! - stagingmantle_aggregateRoot( + ): [mode_OriginMessage!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AggregateRoot - stagingmantle_aggregateRoots( + ): mode_AggregateRoot + mode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRoot_filter + orderBy: mode_AggregateRoot_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AggregateRoot!]! - stagingmantle_connectorMeta( + ): [mode_AggregateRoot!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_ConnectorMeta - stagingmantle_connectorMetas( + ): mode_ConnectorMeta + mode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_ConnectorMeta_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_ConnectorMeta_filter + orderBy: mode_ConnectorMeta_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_ConnectorMeta!]! - stagingmantle_rootCount( + ): [mode_ConnectorMeta!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RootCount - stagingmantle_rootCounts( + ): mode_RootCount + mode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootCount_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootCount_filter + orderBy: mode_RootCount_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RootCount!]! - stagingmantle_rootMessageSent( + ): [mode_RootCount!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RootMessageSent - stagingmantle_rootMessageSents( + ): mode_RootMessageSent + mode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootMessageSent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootMessageSent_filter + orderBy: mode_RootMessageSent_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RootMessageSent!]! - stagingmantle_relayerFeesIncrease( + ): [mode_RootMessageSent!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_RelayerFeesIncrease - stagingmantle_relayerFeesIncreases( + ): mode_RelayerFeesIncrease + mode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFeesIncrease_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFeesIncrease_filter + orderBy: mode_RelayerFeesIncrease_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_RelayerFeesIncrease!]! - stagingmantle_slippageUpdate( + ): [mode_RelayerFeesIncrease!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_SlippageUpdate - stagingmantle_slippageUpdates( + ): mode_SlippageUpdate + mode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SlippageUpdate_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SlippageUpdate_filter + orderBy: mode_SlippageUpdate_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_SlippageUpdate!]! - stagingmantle_snapshotRoot( + ): [mode_SlippageUpdate!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_SnapshotRoot - stagingmantle_snapshotRoots( + ): mode_SnapshotRoot + mode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SnapshotRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SnapshotRoot_filter + orderBy: mode_SnapshotRoot_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_SnapshotRoot!]! - stagingmantle_spokeConnectorMode( + ): [mode_SnapshotRoot!]! + mode_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_SpokeConnectorMode - stagingmantle_spokeConnectorModes( + ): mode_SpokeConnectorMode + mode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SpokeConnectorMode_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SpokeConnectorMode_filter + orderBy: mode_SpokeConnectorMode_orderBy + orderDirection: mode_OrderDirection + where: mode_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_SpokeConnectorMode!]! - stagingmantle_aggregateRootProposed( + ): [mode_SpokeConnectorMode!]! + mode_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AggregateRootProposed - stagingmantle_aggregateRootProposeds( + ): mode_AggregateRootProposed + mode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRootProposed_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRootProposed_filter + orderBy: mode_AggregateRootProposed_orderBy + orderDirection: mode_OrderDirection + where: mode_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AggregateRootProposed!]! - stagingmantle_optimisticRootFinalized( + ): [mode_AggregateRootProposed!]! + mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_OptimisticRootFinalized - stagingmantle_optimisticRootFinalizeds( + ): mode_OptimisticRootFinalized + mode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OptimisticRootFinalized_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OptimisticRootFinalized_filter + orderBy: mode_OptimisticRootFinalized_orderBy + orderDirection: mode_OrderDirection + where: mode_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: stagingmantle_Block_height + block: mode_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_OptimisticRootFinalized!]! + ): [mode_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ - polygonzkevm_asset( + mode__meta(block: mode_Block_height): mode__Meta_ + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Asset - polygonzkevm_assets( + ): stagingxlayer_Asset + stagingxlayer_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Asset_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Asset_filter + orderBy: stagingxlayer_Asset_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Asset!]! - polygonzkevm_assetStatus( + ): [stagingxlayer_Asset!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AssetStatus - polygonzkevm_assetStatuses( + ): stagingxlayer_AssetStatus + stagingxlayer_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetStatus_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetStatus_filter + orderBy: stagingxlayer_AssetStatus_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AssetStatus!]! - polygonzkevm_assetBalance( + ): [stagingxlayer_AssetStatus!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AssetBalance - polygonzkevm_assetBalances( + ): stagingxlayer_AssetBalance + stagingxlayer_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetBalance_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetBalance_filter + orderBy: stagingxlayer_AssetBalance_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AssetBalance!]! - polygonzkevm_router( + ): [stagingxlayer_AssetBalance!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Router - polygonzkevm_routers( + ): stagingxlayer_Router + stagingxlayer_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Router_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Router_filter + orderBy: stagingxlayer_Router_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Router!]! - polygonzkevm_routerDailyTVL( + ): [stagingxlayer_Router!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RouterDailyTVL - polygonzkevm_routerDailyTVLs( + ): stagingxlayer_RouterDailyTVL + stagingxlayer_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterDailyTVL_filter + orderBy: stagingxlayer_RouterDailyTVL_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RouterDailyTVL!]! - polygonzkevm_routerLiquidityEvent( + ): [stagingxlayer_RouterDailyTVL!]! + stagingxlayer_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RouterLiquidityEvent - polygonzkevm_routerLiquidityEvents( + ): stagingxlayer_RouterLiquidityEvent + stagingxlayer_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterLiquidityEvent_filter + orderBy: stagingxlayer_RouterLiquidityEvent_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RouterLiquidityEvent!]! - polygonzkevm_setting( + ): [stagingxlayer_RouterLiquidityEvent!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Setting - polygonzkevm_settings( + ): stagingxlayer_Setting + stagingxlayer_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Setting_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Setting_filter + orderBy: stagingxlayer_Setting_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Setting!]! - polygonzkevm_relayer( + ): [stagingxlayer_Setting!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Relayer - polygonzkevm_relayers( + ): stagingxlayer_Relayer + stagingxlayer_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Relayer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Relayer_filter + orderBy: stagingxlayer_Relayer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Relayer!]! - polygonzkevm_sequencer( + ): [stagingxlayer_Relayer!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_Sequencer - polygonzkevm_sequencers( + ): stagingxlayer_Sequencer + stagingxlayer_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Sequencer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Sequencer_filter + orderBy: stagingxlayer_Sequencer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_Sequencer!]! - polygonzkevm_relayerFee( + ): [stagingxlayer_Sequencer!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RelayerFee - polygonzkevm_relayerFees( + ): stagingxlayer_RelayerFee + stagingxlayer_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFee_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFee_filter + orderBy: stagingxlayer_RelayerFee_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RelayerFee!]! - polygonzkevm_originTransfer( + ): [stagingxlayer_RelayerFee!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_OriginTransfer - polygonzkevm_originTransfers( + ): stagingxlayer_OriginTransfer + stagingxlayer_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginTransfer_filter + orderBy: stagingxlayer_OriginTransfer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OriginTransfer!]! - polygonzkevm_destinationTransfer( + ): [stagingxlayer_OriginTransfer!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_DestinationTransfer - polygonzkevm_destinationTransfers( + ): stagingxlayer_DestinationTransfer + stagingxlayer_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_DestinationTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_DestinationTransfer_filter + orderBy: stagingxlayer_DestinationTransfer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_DestinationTransfer!]! - polygonzkevm_originMessage( + ): [stagingxlayer_DestinationTransfer!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_OriginMessage - polygonzkevm_originMessages( + ): stagingxlayer_OriginMessage + stagingxlayer_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginMessage_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginMessage_filter + orderBy: stagingxlayer_OriginMessage_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OriginMessage!]! - polygonzkevm_aggregateRoot( + ): [stagingxlayer_OriginMessage!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AggregateRoot - polygonzkevm_aggregateRoots( + ): stagingxlayer_AggregateRoot + stagingxlayer_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRoot_filter + orderBy: stagingxlayer_AggregateRoot_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AggregateRoot!]! - polygonzkevm_connectorMeta( + ): [stagingxlayer_AggregateRoot!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_ConnectorMeta - polygonzkevm_connectorMetas( + ): stagingxlayer_ConnectorMeta + stagingxlayer_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_ConnectorMeta_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_ConnectorMeta_filter + orderBy: stagingxlayer_ConnectorMeta_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_ConnectorMeta!]! - polygonzkevm_rootCount( + ): [stagingxlayer_ConnectorMeta!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RootCount - polygonzkevm_rootCounts( + ): stagingxlayer_RootCount + stagingxlayer_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootCount_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootCount_filter + orderBy: stagingxlayer_RootCount_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RootCount!]! - polygonzkevm_rootMessageSent( + ): [stagingxlayer_RootCount!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RootMessageSent - polygonzkevm_rootMessageSents( + ): stagingxlayer_RootMessageSent + stagingxlayer_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootMessageSent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootMessageSent_filter + orderBy: stagingxlayer_RootMessageSent_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RootMessageSent!]! - polygonzkevm_relayerFeesIncrease( + ): [stagingxlayer_RootMessageSent!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_RelayerFeesIncrease - polygonzkevm_relayerFeesIncreases( + ): stagingxlayer_RelayerFeesIncrease + stagingxlayer_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFeesIncrease_filter + orderBy: stagingxlayer_RelayerFeesIncrease_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_RelayerFeesIncrease!]! - polygonzkevm_slippageUpdate( + ): [stagingxlayer_RelayerFeesIncrease!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_SlippageUpdate - polygonzkevm_slippageUpdates( + ): stagingxlayer_SlippageUpdate + stagingxlayer_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SlippageUpdate_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SlippageUpdate_filter + orderBy: stagingxlayer_SlippageUpdate_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_SlippageUpdate!]! - polygonzkevm_snapshotRoot( + ): [stagingxlayer_SlippageUpdate!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_SnapshotRoot - polygonzkevm_snapshotRoots( + ): stagingxlayer_SnapshotRoot + stagingxlayer_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SnapshotRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SnapshotRoot_filter + orderBy: stagingxlayer_SnapshotRoot_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_SnapshotRoot!]! - polygonzkevm_spokeConnectorMode( + ): [stagingxlayer_SnapshotRoot!]! + stagingxlayer_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_SpokeConnectorMode - polygonzkevm_spokeConnectorModes( + ): stagingxlayer_SpokeConnectorMode + stagingxlayer_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SpokeConnectorMode_filter + orderBy: stagingxlayer_SpokeConnectorMode_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_SpokeConnectorMode!]! - polygonzkevm_aggregateRootProposed( + ): [stagingxlayer_SpokeConnectorMode!]! + stagingxlayer_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_AggregateRootProposed - polygonzkevm_aggregateRootProposeds( + ): stagingxlayer_AggregateRootProposed + stagingxlayer_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRootProposed_filter + orderBy: stagingxlayer_AggregateRootProposed_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_AggregateRootProposed!]! - polygonzkevm_optimisticRootFinalized( + ): [stagingxlayer_AggregateRootProposed!]! + stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_OptimisticRootFinalized - polygonzkevm_optimisticRootFinalizeds( + ): stagingxlayer_OptimisticRootFinalized + stagingxlayer_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OptimisticRootFinalized_filter + orderBy: stagingxlayer_OptimisticRootFinalized_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: polygonzkevm_Block_height + block: stagingxlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_OptimisticRootFinalized!]! + ): [stagingxlayer_OptimisticRootFinalized!]! """Access to subgraph metadata""" - polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ - stagingmode_asset( + stagingxlayer__meta(block: stagingxlayer_Block_height): stagingxlayer__Meta_ + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_Asset - stagingmode_assets( + ): stagingbase_Asset + stagingbase_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Asset_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Asset_filter + orderBy: stagingbase_Asset_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_Asset!]! - stagingmode_assetStatus( + ): [stagingbase_Asset!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_AssetStatus - stagingmode_assetStatuses( + ): stagingbase_AssetStatus + stagingbase_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetStatus_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetStatus_filter + orderBy: stagingbase_AssetStatus_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_AssetStatus!]! - stagingmode_assetBalance( + ): [stagingbase_AssetStatus!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_AssetBalance - stagingmode_assetBalances( + ): stagingbase_AssetBalance + stagingbase_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetBalance_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetBalance_filter + orderBy: stagingbase_AssetBalance_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_AssetBalance!]! - stagingmode_router( + ): [stagingbase_AssetBalance!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_Router - stagingmode_routers( + ): stagingbase_Router + stagingbase_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Router_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Router_filter + orderBy: stagingbase_Router_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_Router!]! - stagingmode_routerDailyTVL( + ): [stagingbase_Router!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RouterDailyTVL - stagingmode_routerDailyTVLs( + ): stagingbase_RouterDailyTVL + stagingbase_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterDailyTVL_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterDailyTVL_filter + orderBy: stagingbase_RouterDailyTVL_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RouterDailyTVL!]! - stagingmode_routerLiquidityEvent( + ): [stagingbase_RouterDailyTVL!]! + stagingbase_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RouterLiquidityEvent - stagingmode_routerLiquidityEvents( + ): stagingbase_RouterLiquidityEvent + stagingbase_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterLiquidityEvent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterLiquidityEvent_filter + orderBy: stagingbase_RouterLiquidityEvent_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RouterLiquidityEvent!]! - stagingmode_setting( + ): [stagingbase_RouterLiquidityEvent!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_Setting - stagingmode_settings( + ): stagingbase_Setting + stagingbase_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Setting_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Setting_filter + orderBy: stagingbase_Setting_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_Setting!]! - stagingmode_relayer( + ): [stagingbase_Setting!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_Relayer - stagingmode_relayers( + ): stagingbase_Relayer + stagingbase_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Relayer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Relayer_filter + orderBy: stagingbase_Relayer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_Relayer!]! - stagingmode_sequencer( + ): [stagingbase_Relayer!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_Sequencer - stagingmode_sequencers( + ): stagingbase_Sequencer + stagingbase_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Sequencer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Sequencer_filter + orderBy: stagingbase_Sequencer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_Sequencer!]! - stagingmode_relayerFee( + ): [stagingbase_Sequencer!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RelayerFee - stagingmode_relayerFees( + ): stagingbase_RelayerFee + stagingbase_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFee_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFee_filter + orderBy: stagingbase_RelayerFee_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RelayerFee!]! - stagingmode_originTransfer( + ): [stagingbase_RelayerFee!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_OriginTransfer - stagingmode_originTransfers( + ): stagingbase_OriginTransfer + stagingbase_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginTransfer_filter + orderBy: stagingbase_OriginTransfer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_OriginTransfer!]! - stagingmode_destinationTransfer( + ): [stagingbase_OriginTransfer!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_DestinationTransfer - stagingmode_destinationTransfers( + ): stagingbase_DestinationTransfer + stagingbase_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_DestinationTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_DestinationTransfer_filter + orderBy: stagingbase_DestinationTransfer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_DestinationTransfer!]! - stagingmode_originMessage( + ): [stagingbase_DestinationTransfer!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_OriginMessage - stagingmode_originMessages( + ): stagingbase_OriginMessage + stagingbase_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginMessage_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginMessage_filter + orderBy: stagingbase_OriginMessage_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_OriginMessage!]! - stagingmode_aggregateRoot( + ): [stagingbase_OriginMessage!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_AggregateRoot - stagingmode_aggregateRoots( + ): stagingbase_AggregateRoot + stagingbase_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRoot_filter + orderBy: stagingbase_AggregateRoot_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_AggregateRoot!]! - stagingmode_connectorMeta( + ): [stagingbase_AggregateRoot!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_ConnectorMeta - stagingmode_connectorMetas( + ): stagingbase_ConnectorMeta + stagingbase_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_ConnectorMeta_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_ConnectorMeta_filter + orderBy: stagingbase_ConnectorMeta_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_ConnectorMeta!]! - stagingmode_rootCount( + ): [stagingbase_ConnectorMeta!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RootCount - stagingmode_rootCounts( + ): stagingbase_RootCount + stagingbase_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootCount_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootCount_filter + orderBy: stagingbase_RootCount_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RootCount!]! - stagingmode_rootMessageSent( + ): [stagingbase_RootCount!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RootMessageSent - stagingmode_rootMessageSents( + ): stagingbase_RootMessageSent + stagingbase_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootMessageSent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RootMessageSent_filter + orderBy: stagingbase_RootMessageSent_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RootMessageSent!]! - stagingmode_relayerFeesIncrease( + ): [stagingbase_RootMessageSent!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_RelayerFeesIncrease - stagingmode_relayerFeesIncreases( + ): stagingbase_RelayerFeesIncrease + stagingbase_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFeesIncrease_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFeesIncrease_filter + orderBy: stagingbase_RelayerFeesIncrease_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_RelayerFeesIncrease!]! - stagingmode_slippageUpdate( + ): [stagingbase_RelayerFeesIncrease!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_SlippageUpdate - stagingmode_slippageUpdates( + ): stagingbase_SlippageUpdate + stagingbase_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SlippageUpdate_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SlippageUpdate_filter + orderBy: stagingbase_SlippageUpdate_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_SlippageUpdate!]! - stagingmode_snapshotRoot( + ): [stagingbase_SlippageUpdate!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_SnapshotRoot - stagingmode_snapshotRoots( + ): stagingbase_SnapshotRoot + stagingbase_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SnapshotRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SnapshotRoot_filter + orderBy: stagingbase_SnapshotRoot_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_SnapshotRoot!]! - stagingmode_spokeConnectorMode( + ): [stagingbase_SnapshotRoot!]! + stagingbase_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_SpokeConnectorMode - stagingmode_spokeConnectorModes( + ): stagingbase_SpokeConnectorMode + stagingbase_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SpokeConnectorMode_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_SpokeConnectorMode_filter + orderBy: stagingbase_SpokeConnectorMode_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_SpokeConnectorMode!]! - stagingmode_aggregateRootProposed( + ): [stagingbase_SpokeConnectorMode!]! + stagingbase_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_AggregateRootProposed - stagingmode_aggregateRootProposeds( + ): stagingbase_AggregateRootProposed + stagingbase_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRootProposed_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRootProposed_filter + orderBy: stagingbase_AggregateRootProposed_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_AggregateRootProposed!]! - stagingmode_optimisticRootFinalized( + ): [stagingbase_AggregateRootProposed!]! + stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmode_OptimisticRootFinalized - stagingmode_optimisticRootFinalizeds( + ): stagingbase_OptimisticRootFinalized + stagingbase_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OptimisticRootFinalized_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OptimisticRootFinalized_filter + orderBy: stagingbase_OptimisticRootFinalized_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingmode_Block_height + block: stagingbase_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_OptimisticRootFinalized!]! + ): [stagingbase_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingmode__meta(block: stagingmode_Block_height): stagingmode__Meta_ - base_asset( + stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Asset - base_assets( + ): metis_Asset + metis_assets( skip: Int = 0 first: Int = 100 - orderBy: base_Asset_orderBy - orderDirection: base_OrderDirection - where: base_Asset_filter + orderBy: metis_Asset_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Asset!]! - base_assetStatus( + ): [metis_Asset!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetStatus - base_assetStatuses( + ): metis_AssetStatus + metis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_AssetStatus_orderBy - orderDirection: base_OrderDirection - where: base_AssetStatus_filter + orderBy: metis_AssetStatus_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetStatus!]! - base_assetBalance( + ): [metis_AssetStatus!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AssetBalance - base_assetBalances( + ): metis_AssetBalance + metis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_AssetBalance_orderBy - orderDirection: base_OrderDirection - where: base_AssetBalance_filter + orderBy: metis_AssetBalance_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AssetBalance!]! - base_router( + ): [metis_AssetBalance!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Router - base_routers( + ): metis_Router + metis_routers( skip: Int = 0 first: Int = 100 - orderBy: base_Router_orderBy - orderDirection: base_OrderDirection - where: base_Router_filter + orderBy: metis_Router_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Router!]! - base_routerDailyTVL( + ): [metis_Router!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterDailyTVL - base_routerDailyTVLs( + ): metis_RouterDailyTVL + metis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_RouterDailyTVL_orderBy - orderDirection: base_OrderDirection - where: base_RouterDailyTVL_filter + orderBy: metis_RouterDailyTVL_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterDailyTVL!]! - base_routerLiquidityEvent( + ): [metis_RouterDailyTVL!]! + metis_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RouterLiquidityEvent - base_routerLiquidityEvents( + ): metis_RouterLiquidityEvent + metis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_RouterLiquidityEvent_orderBy - orderDirection: base_OrderDirection - where: base_RouterLiquidityEvent_filter + orderBy: metis_RouterLiquidityEvent_orderBy + orderDirection: metis_OrderDirection + where: metis_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RouterLiquidityEvent!]! - base_setting( + ): [metis_RouterLiquidityEvent!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Setting - base_settings( + ): metis_Setting + metis_settings( skip: Int = 0 first: Int = 100 - orderBy: base_Setting_orderBy - orderDirection: base_OrderDirection - where: base_Setting_filter + orderBy: metis_Setting_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Setting!]! - base_relayer( + ): [metis_Setting!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Relayer - base_relayers( + ): metis_Relayer + metis_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_Relayer_orderBy - orderDirection: base_OrderDirection - where: base_Relayer_filter + orderBy: metis_Relayer_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Relayer!]! - base_sequencer( + ): [metis_Relayer!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_Sequencer - base_sequencers( + ): metis_Sequencer + metis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_Sequencer_orderBy - orderDirection: base_OrderDirection - where: base_Sequencer_filter + orderBy: metis_Sequencer_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_Sequencer!]! - base_relayerFee( + ): [metis_Sequencer!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RelayerFee - base_relayerFees( + ): metis_RelayerFee + metis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFee_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFee_filter + orderBy: metis_RelayerFee_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RelayerFee!]! - base_originTransfer( + ): [metis_RelayerFee!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OriginTransfer - base_originTransfers( + ): metis_OriginTransfer + metis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_OriginTransfer_orderBy - orderDirection: base_OrderDirection - where: base_OriginTransfer_filter + orderBy: metis_OriginTransfer_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OriginTransfer!]! - base_destinationTransfer( + ): [metis_OriginTransfer!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_DestinationTransfer - base_destinationTransfers( + ): metis_DestinationTransfer + metis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_DestinationTransfer_orderBy - orderDirection: base_OrderDirection - where: base_DestinationTransfer_filter + orderBy: metis_DestinationTransfer_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_DestinationTransfer!]! - base_originMessage( + ): [metis_DestinationTransfer!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OriginMessage - base_originMessages( + ): metis_OriginMessage + metis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_OriginMessage_orderBy - orderDirection: base_OrderDirection - where: base_OriginMessage_filter + orderBy: metis_OriginMessage_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OriginMessage!]! - base_aggregateRoot( + ): [metis_OriginMessage!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AggregateRoot - base_aggregateRoots( + ): metis_AggregateRoot + metis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRoot_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRoot_filter + orderBy: metis_AggregateRoot_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AggregateRoot!]! - base_connectorMeta( + ): [metis_AggregateRoot!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_ConnectorMeta - base_connectorMetas( + ): metis_ConnectorMeta + metis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_ConnectorMeta_orderBy - orderDirection: base_OrderDirection - where: base_ConnectorMeta_filter + orderBy: metis_ConnectorMeta_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_ConnectorMeta!]! - base_rootCount( + ): [metis_ConnectorMeta!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RootCount - base_rootCounts( + ): metis_RootCount + metis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_RootCount_orderBy - orderDirection: base_OrderDirection - where: base_RootCount_filter + orderBy: metis_RootCount_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RootCount!]! - base_rootMessageSent( + ): [metis_RootCount!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RootMessageSent - base_rootMessageSents( + ): metis_RootMessageSent + metis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_RootMessageSent_orderBy - orderDirection: base_OrderDirection - where: base_RootMessageSent_filter + orderBy: metis_RootMessageSent_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RootMessageSent!]! - base_relayerFeesIncrease( + ): [metis_RootMessageSent!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_RelayerFeesIncrease - base_relayerFeesIncreases( + ): metis_RelayerFeesIncrease + metis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFeesIncrease_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFeesIncrease_filter + orderBy: metis_RelayerFeesIncrease_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_RelayerFeesIncrease!]! - base_slippageUpdate( + ): [metis_RelayerFeesIncrease!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_SlippageUpdate - base_slippageUpdates( + ): metis_SlippageUpdate + metis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_SlippageUpdate_orderBy - orderDirection: base_OrderDirection - where: base_SlippageUpdate_filter + orderBy: metis_SlippageUpdate_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_SlippageUpdate!]! - base_snapshotRoot( + ): [metis_SlippageUpdate!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_SnapshotRoot - base_snapshotRoots( + ): metis_SnapshotRoot + metis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_SnapshotRoot_orderBy - orderDirection: base_OrderDirection - where: base_SnapshotRoot_filter + orderBy: metis_SnapshotRoot_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_SnapshotRoot!]! - base_spokeConnectorMode( + ): [metis_SnapshotRoot!]! + metis_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_SpokeConnectorMode - base_spokeConnectorModes( + ): metis_SpokeConnectorMode + metis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_SpokeConnectorMode_orderBy - orderDirection: base_OrderDirection - where: base_SpokeConnectorMode_filter + orderBy: metis_SpokeConnectorMode_orderBy + orderDirection: metis_OrderDirection + where: metis_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_SpokeConnectorMode!]! - base_aggregateRootProposed( + ): [metis_SpokeConnectorMode!]! + metis_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_AggregateRootProposed - base_aggregateRootProposeds( + ): metis_AggregateRootProposed + metis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRootProposed_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRootProposed_filter + orderBy: metis_AggregateRootProposed_orderBy + orderDirection: metis_OrderDirection + where: metis_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_AggregateRootProposed!]! - base_optimisticRootFinalized( + ): [metis_AggregateRootProposed!]! + metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): base_OptimisticRootFinalized - base_optimisticRootFinalizeds( + ): metis_OptimisticRootFinalized + metis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_OptimisticRootFinalized_orderBy - orderDirection: base_OrderDirection - where: base_OptimisticRootFinalized_filter + orderBy: metis_OptimisticRootFinalized_orderBy + orderDirection: metis_OrderDirection + where: metis_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: base_Block_height + block: metis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OptimisticRootFinalized!]! + ): [metis_OptimisticRootFinalized!]! """Access to subgraph metadata""" - base__meta(block: base_Block_height): base__Meta_ - stagingscroll_asset( + metis__meta(block: metis_Block_height): metis__Meta_ + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Asset - stagingscroll_assets( + ): base_swap_SystemInfo + base_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Asset_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Asset_filter + orderBy: base_swap_SystemInfo_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Asset!]! - stagingscroll_assetStatus( + ): [base_swap_SystemInfo!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AssetStatus - stagingscroll_assetStatuses( + ): base_swap_PooledToken + base_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetStatus_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetStatus_filter + orderBy: base_swap_PooledToken_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AssetStatus!]! - stagingscroll_assetBalance( + ): [base_swap_PooledToken!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AssetBalance - stagingscroll_assetBalances( + ): base_swap_StableSwap + base_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetBalance_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetBalance_filter + orderBy: base_swap_StableSwap_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AssetBalance!]! - stagingscroll_router( + ): [base_swap_StableSwap!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Router - stagingscroll_routers( + ): base_swap_StableSwapAddLiquidityEvent + base_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Router_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Router_filter + orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Router!]! - stagingscroll_routerDailyTVL( + ): [base_swap_StableSwapAddLiquidityEvent!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RouterDailyTVL - stagingscroll_routerDailyTVLs( + ): base_swap_StableSwapRemoveLiquidityEvent + base_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterDailyTVL_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterDailyTVL_filter + orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RouterDailyTVL!]! - stagingscroll_routerLiquidityEvent( + ): [base_swap_StableSwapRemoveLiquidityEvent!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RouterLiquidityEvent - stagingscroll_routerLiquidityEvents( + ): base_swap_StableSwapExchange + base_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterLiquidityEvent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterLiquidityEvent_filter + orderBy: base_swap_StableSwapExchange_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RouterLiquidityEvent!]! - stagingscroll_setting( + ): [base_swap_StableSwapExchange!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Setting - stagingscroll_settings( + ): base_swap_SwapDailyVolume + base_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Setting_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Setting_filter + orderBy: base_swap_SwapDailyVolume_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Setting!]! - stagingscroll_relayer( + ): [base_swap_SwapDailyVolume!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Relayer - stagingscroll_relayers( + ): base_swap_SwapHourlyVolume + base_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Relayer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Relayer_filter + orderBy: base_swap_SwapHourlyVolume_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Relayer!]! - stagingscroll_sequencer( + ): [base_swap_SwapHourlyVolume!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Sequencer - stagingscroll_sequencers( + ): base_swap_SwapWeeklyVolume + base_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Sequencer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Sequencer_filter + orderBy: base_swap_SwapWeeklyVolume_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Sequencer!]! - stagingscroll_relayerFee( + ): [base_swap_SwapWeeklyVolume!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RelayerFee - stagingscroll_relayerFees( + ): base_swap_LpAccount + base_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFee_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFee_filter + orderBy: base_swap_LpAccount_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RelayerFee!]! - stagingscroll_originTransfer( + ): [base_swap_LpAccount!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_OriginTransfer - stagingscroll_originTransfers( + ): base_swap_LpAccountBalance + base_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginTransfer_filter + orderBy: base_swap_LpAccountBalance_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_OriginTransfer!]! - stagingscroll_destinationTransfer( + ): [base_swap_LpAccountBalance!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_DestinationTransfer - stagingscroll_destinationTransfers( + ): base_swap_LpToken + base_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_DestinationTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_DestinationTransfer_filter + orderBy: base_swap_LpToken_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_DestinationTransfer!]! - stagingscroll_originMessage( + ): [base_swap_LpToken!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_OriginMessage - stagingscroll_originMessages( + ): base_swap_LpTransferEvent + base_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginMessage_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginMessage_filter + orderBy: base_swap_LpTransferEvent_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_OriginMessage!]! - stagingscroll_aggregateRoot( + ): [base_swap_LpTransferEvent!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AggregateRoot - stagingscroll_aggregateRoots( + ): base_swap_StableSwapEvent + base_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRoot_filter + orderBy: base_swap_StableSwapEvent_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AggregateRoot!]! - stagingscroll_connectorMeta( + ): [base_swap_StableSwapEvent!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_ConnectorMeta - stagingscroll_connectorMetas( + ): base_swap_SwapTradeVolume + base_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_ConnectorMeta_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_ConnectorMeta_filter + orderBy: base_swap_SwapTradeVolume_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_ConnectorMeta!]! - stagingscroll_rootCount( + ): [base_swap_SwapTradeVolume!]! + base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RootCount - stagingscroll_rootCounts( + ): base_swap_LpTokenEvent + base_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootCount_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootCount_filter + orderBy: base_swap_LpTokenEvent_orderBy + orderDirection: base_swap_OrderDirection + where: base_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: stagingscroll_Block_height + block: base_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RootCount!]! - stagingscroll_rootMessageSent( + ): [base_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RootMessageSent - stagingscroll_rootMessageSents( + ): stagingmantle_Asset + stagingmantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootMessageSent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootMessageSent_filter + orderBy: stagingmantle_Asset_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RootMessageSent!]! - stagingscroll_relayerFeesIncrease( + ): [stagingmantle_Asset!]! + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RelayerFeesIncrease - stagingscroll_relayerFeesIncreases( + ): stagingmantle_AssetStatus + stagingmantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFeesIncrease_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFeesIncrease_filter + orderBy: stagingmantle_AssetStatus_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RelayerFeesIncrease!]! - stagingscroll_slippageUpdate( + ): [stagingmantle_AssetStatus!]! + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_SlippageUpdate - stagingscroll_slippageUpdates( + ): stagingmantle_AssetBalance + stagingmantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SlippageUpdate_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SlippageUpdate_filter + orderBy: stagingmantle_AssetBalance_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_SlippageUpdate!]! - stagingscroll_snapshotRoot( + ): [stagingmantle_AssetBalance!]! + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_SnapshotRoot - stagingscroll_snapshotRoots( + ): stagingmantle_Router + stagingmantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SnapshotRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SnapshotRoot_filter + orderBy: stagingmantle_Router_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_SnapshotRoot!]! - stagingscroll_spokeConnectorMode( + ): [stagingmantle_Router!]! + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_SpokeConnectorMode - stagingscroll_spokeConnectorModes( + ): stagingmantle_RouterDailyTVL + stagingmantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SpokeConnectorMode_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SpokeConnectorMode_filter + orderBy: stagingmantle_RouterDailyTVL_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_SpokeConnectorMode!]! - stagingscroll_aggregateRootProposed( + ): [stagingmantle_RouterDailyTVL!]! + stagingmantle_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AggregateRootProposed - stagingscroll_aggregateRootProposeds( + ): stagingmantle_RouterLiquidityEvent + stagingmantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRootProposed_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRootProposed_filter + orderBy: stagingmantle_RouterLiquidityEvent_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AggregateRootProposed!]! - stagingscroll_optimisticRootFinalized( + ): [stagingmantle_RouterLiquidityEvent!]! + stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_OptimisticRootFinalized - stagingscroll_optimisticRootFinalizeds( + ): stagingmantle_Setting + stagingmantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OptimisticRootFinalized_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OptimisticRootFinalized_filter + orderBy: stagingmantle_Setting_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingscroll_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__Meta_ - stagingzksync_asset( + ): [stagingmantle_Setting!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_Asset - stagingzksync_assets( + ): stagingmantle_Relayer + stagingmantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Asset_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Asset_filter + orderBy: stagingmantle_Relayer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_Asset!]! - stagingzksync_assetStatus( + ): [stagingmantle_Relayer!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AssetStatus - stagingzksync_assetStatuses( + ): stagingmantle_Sequencer + stagingmantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetStatus_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetStatus_filter + orderBy: stagingmantle_Sequencer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AssetStatus!]! - stagingzksync_assetBalance( + ): [stagingmantle_Sequencer!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AssetBalance - stagingzksync_assetBalances( + ): stagingmantle_RelayerFee + stagingmantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetBalance_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetBalance_filter + orderBy: stagingmantle_RelayerFee_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AssetBalance!]! - stagingzksync_router( + ): [stagingmantle_RelayerFee!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_Router - stagingzksync_routers( + ): stagingmantle_OriginTransfer + stagingmantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Router_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Router_filter + orderBy: stagingmantle_OriginTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_Router!]! - stagingzksync_routerDailyTVL( + ): [stagingmantle_OriginTransfer!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RouterDailyTVL - stagingzksync_routerDailyTVLs( + ): stagingmantle_DestinationTransfer + stagingmantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterDailyTVL_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterDailyTVL_filter + orderBy: stagingmantle_DestinationTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RouterDailyTVL!]! - stagingzksync_routerLiquidityEvent( + ): [stagingmantle_DestinationTransfer!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RouterLiquidityEvent - stagingzksync_routerLiquidityEvents( + ): stagingmantle_OriginMessage + stagingmantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterLiquidityEvent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterLiquidityEvent_filter + orderBy: stagingmantle_OriginMessage_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RouterLiquidityEvent!]! - stagingzksync_setting( + ): [stagingmantle_OriginMessage!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_Setting - stagingzksync_settings( + ): stagingmantle_AggregateRoot + stagingmantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Setting_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Setting_filter + orderBy: stagingmantle_AggregateRoot_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_Setting!]! - stagingzksync_relayer( + ): [stagingmantle_AggregateRoot!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_Relayer - stagingzksync_relayers( + ): stagingmantle_ConnectorMeta + stagingmantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Relayer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Relayer_filter + orderBy: stagingmantle_ConnectorMeta_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_Relayer!]! - stagingzksync_sequencer( + ): [stagingmantle_ConnectorMeta!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_Sequencer - stagingzksync_sequencers( + ): stagingmantle_RootCount + stagingmantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Sequencer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Sequencer_filter + orderBy: stagingmantle_RootCount_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_Sequencer!]! - stagingzksync_relayerFee( + ): [stagingmantle_RootCount!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RelayerFee - stagingzksync_relayerFees( + ): stagingmantle_RootMessageSent + stagingmantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFee_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFee_filter + orderBy: stagingmantle_RootMessageSent_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RelayerFee!]! - stagingzksync_originTransfer( + ): [stagingmantle_RootMessageSent!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_OriginTransfer - stagingzksync_originTransfers( + ): stagingmantle_RelayerFeesIncrease + stagingmantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginTransfer_filter + orderBy: stagingmantle_RelayerFeesIncrease_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_OriginTransfer!]! - stagingzksync_destinationTransfer( + ): [stagingmantle_RelayerFeesIncrease!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_DestinationTransfer - stagingzksync_destinationTransfers( + ): stagingmantle_SlippageUpdate + stagingmantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_DestinationTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_DestinationTransfer_filter + orderBy: stagingmantle_SlippageUpdate_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_DestinationTransfer!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_OriginMessage - stagingzksync_originMessages( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_OriginMessage_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_OriginMessage!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AggregateRoot - stagingzksync_aggregateRoots( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_AggregateRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AggregateRoot!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_ConnectorMeta - stagingzksync_connectorMetas( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_ConnectorMeta_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_ConnectorMeta!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RootCount - stagingzksync_rootCounts( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_RootCount_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RootCount!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RootMessageSent - stagingzksync_rootMessageSents( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_RootMessageSent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RootMessageSent!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_RelayerFeesIncrease - stagingzksync_relayerFeesIncreases( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_RelayerFeesIncrease_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_RelayerFeesIncrease!]! - stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SlippageUpdate - stagingzksync_slippageUpdates( - skip: Int = 0 - first: Int = 100 - orderBy: stagingzksync_SlippageUpdate_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_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: stagingzksync_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SlippageUpdate!]! - stagingzksync_snapshotRoot( + ): [stagingmantle_SlippageUpdate!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SnapshotRoot - stagingzksync_snapshotRoots( + ): stagingmantle_SnapshotRoot + stagingmantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SnapshotRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SnapshotRoot_filter + orderBy: stagingmantle_SnapshotRoot_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SnapshotRoot!]! - stagingzksync_spokeConnectorMode( + ): [stagingmantle_SnapshotRoot!]! + stagingmantle_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_SpokeConnectorMode - stagingzksync_spokeConnectorModes( + ): stagingmantle_SpokeConnectorMode + stagingmantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SpokeConnectorMode_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SpokeConnectorMode_filter + orderBy: stagingmantle_SpokeConnectorMode_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_SpokeConnectorMode!]! - stagingzksync_aggregateRootProposed( + ): [stagingmantle_SpokeConnectorMode!]! + stagingmantle_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_AggregateRootProposed - stagingzksync_aggregateRootProposeds( + ): stagingmantle_AggregateRootProposed + stagingmantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRootProposed_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRootProposed_filter + orderBy: stagingmantle_AggregateRootProposed_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_AggregateRootProposed!]! - stagingzksync_optimisticRootFinalized( + ): [stagingmantle_AggregateRootProposed!]! + stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingzksync_OptimisticRootFinalized - stagingzksync_optimisticRootFinalizeds( + ): stagingmantle_OptimisticRootFinalized + stagingmantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OptimisticRootFinalized_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OptimisticRootFinalized_filter + orderBy: stagingmantle_OptimisticRootFinalized_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingzksync_Block_height + block: stagingmantle_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingzksync_OptimisticRootFinalized!]! + ): [stagingmantle_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ - stagingxdai_asset( + stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_Asset - stagingxdai_assets( + ): stagingmetis_Asset + stagingmetis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Asset_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Asset_filter + orderBy: stagingmetis_Asset_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_Asset!]! - stagingxdai_assetStatus( + ): [stagingmetis_Asset!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_AssetStatus - stagingxdai_assetStatuses( + ): stagingmetis_AssetStatus + stagingmetis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetStatus_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetStatus_filter + orderBy: stagingmetis_AssetStatus_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_AssetStatus!]! - stagingxdai_assetBalance( + ): [stagingmetis_AssetStatus!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_AssetBalance - stagingxdai_assetBalances( + ): stagingmetis_AssetBalance + stagingmetis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetBalance_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AssetBalance_filter + orderBy: stagingmetis_AssetBalance_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_AssetBalance!]! - stagingxdai_router( + ): [stagingmetis_AssetBalance!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_Router - stagingxdai_routers( + ): stagingmetis_Router + stagingmetis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Router_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Router_filter + orderBy: stagingmetis_Router_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_Router!]! - stagingxdai_routerDailyTVL( + ): [stagingmetis_Router!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RouterDailyTVL - stagingxdai_routerDailyTVLs( + ): stagingmetis_RouterDailyTVL + stagingmetis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterDailyTVL_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterDailyTVL_filter + orderBy: stagingmetis_RouterDailyTVL_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RouterDailyTVL!]! - stagingxdai_routerLiquidityEvent( + ): [stagingmetis_RouterDailyTVL!]! + stagingmetis_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RouterLiquidityEvent - stagingxdai_routerLiquidityEvents( + ): stagingmetis_RouterLiquidityEvent + stagingmetis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterLiquidityEvent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RouterLiquidityEvent_filter + orderBy: stagingmetis_RouterLiquidityEvent_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RouterLiquidityEvent!]! - stagingxdai_setting( + ): [stagingmetis_RouterLiquidityEvent!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_Setting - stagingxdai_settings( + ): stagingmetis_Setting + stagingmetis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Setting_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Setting_filter + orderBy: stagingmetis_Setting_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_Setting!]! - stagingxdai_relayer( + ): [stagingmetis_Setting!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_Relayer - stagingxdai_relayers( + ): stagingmetis_Relayer + stagingmetis_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Relayer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Relayer_filter + orderBy: stagingmetis_Relayer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_Relayer!]! - stagingxdai_sequencer( + ): [stagingmetis_Relayer!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_Sequencer - stagingxdai_sequencers( + ): stagingmetis_Sequencer + stagingmetis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Sequencer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_Sequencer_filter + orderBy: stagingmetis_Sequencer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_Sequencer!]! - stagingxdai_relayerFee( + ): [stagingmetis_Sequencer!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RelayerFee - stagingxdai_relayerFees( + ): stagingmetis_RelayerFee + stagingmetis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFee_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFee_filter + orderBy: stagingmetis_RelayerFee_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RelayerFee!]! - stagingxdai_originTransfer( + ): [stagingmetis_RelayerFee!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_OriginTransfer - stagingxdai_originTransfers( + ): stagingmetis_OriginTransfer + stagingmetis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginTransfer_filter + orderBy: stagingmetis_OriginTransfer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_OriginTransfer!]! - stagingxdai_destinationTransfer( + ): [stagingmetis_OriginTransfer!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_DestinationTransfer - stagingxdai_destinationTransfers( + ): stagingmetis_DestinationTransfer + stagingmetis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_DestinationTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_DestinationTransfer_filter + orderBy: stagingmetis_DestinationTransfer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_DestinationTransfer!]! - stagingxdai_originMessage( + ): [stagingmetis_DestinationTransfer!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_OriginMessage - stagingxdai_originMessages( + ): stagingmetis_OriginMessage + stagingmetis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginMessage_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OriginMessage_filter + orderBy: stagingmetis_OriginMessage_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_OriginMessage!]! - stagingxdai_aggregateRoot( + ): [stagingmetis_OriginMessage!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_AggregateRoot - stagingxdai_aggregateRoots( + ): stagingmetis_AggregateRoot + stagingmetis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRoot_filter + orderBy: stagingmetis_AggregateRoot_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_AggregateRoot!]! - stagingxdai_connectorMeta( + ): [stagingmetis_AggregateRoot!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_ConnectorMeta - stagingxdai_connectorMetas( + ): stagingmetis_ConnectorMeta + stagingmetis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_ConnectorMeta_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_ConnectorMeta_filter + orderBy: stagingmetis_ConnectorMeta_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_ConnectorMeta!]! - stagingxdai_rootCount( + ): [stagingmetis_ConnectorMeta!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RootCount - stagingxdai_rootCounts( + ): stagingmetis_RootCount + stagingmetis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootCount_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootCount_filter + orderBy: stagingmetis_RootCount_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RootCount!]! - stagingxdai_rootMessageSent( + ): [stagingmetis_RootCount!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RootMessageSent - stagingxdai_rootMessageSents( + ): stagingmetis_RootMessageSent + stagingmetis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootMessageSent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RootMessageSent_filter + orderBy: stagingmetis_RootMessageSent_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RootMessageSent!]! - stagingxdai_relayerFeesIncrease( + ): [stagingmetis_RootMessageSent!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_RelayerFeesIncrease - stagingxdai_relayerFeesIncreases( + ): stagingmetis_RelayerFeesIncrease + stagingmetis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFeesIncrease_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_RelayerFeesIncrease_filter + orderBy: stagingmetis_RelayerFeesIncrease_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_RelayerFeesIncrease!]! - stagingxdai_slippageUpdate( + ): [stagingmetis_RelayerFeesIncrease!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SlippageUpdate - stagingxdai_slippageUpdates( + ): stagingmetis_SlippageUpdate + stagingmetis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SlippageUpdate_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SlippageUpdate_filter + orderBy: stagingmetis_SlippageUpdate_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SlippageUpdate!]! - stagingxdai_snapshotRoot( + ): [stagingmetis_SlippageUpdate!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SnapshotRoot - stagingxdai_snapshotRoots( + ): stagingmetis_SnapshotRoot + stagingmetis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SnapshotRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SnapshotRoot_filter + orderBy: stagingmetis_SnapshotRoot_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SnapshotRoot!]! - stagingxdai_spokeConnectorMode( + ): [stagingmetis_SnapshotRoot!]! + stagingmetis_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_SpokeConnectorMode - stagingxdai_spokeConnectorModes( + ): stagingmetis_SpokeConnectorMode + stagingmetis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SpokeConnectorMode_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_SpokeConnectorMode_filter + orderBy: stagingmetis_SpokeConnectorMode_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_SpokeConnectorMode!]! - stagingxdai_aggregateRootProposed( + ): [stagingmetis_SpokeConnectorMode!]! + stagingmetis_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_AggregateRootProposed - stagingxdai_aggregateRootProposeds( + ): stagingmetis_AggregateRootProposed + stagingmetis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRootProposed_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_AggregateRootProposed_filter + orderBy: stagingmetis_AggregateRootProposed_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_AggregateRootProposed!]! - stagingxdai_optimisticRootFinalized( + ): [stagingmetis_AggregateRootProposed!]! + stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxdai_OptimisticRootFinalized - stagingxdai_optimisticRootFinalizeds( + ): stagingmetis_OptimisticRootFinalized + stagingmetis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OptimisticRootFinalized_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_OptimisticRootFinalized_filter + orderBy: stagingmetis_OptimisticRootFinalized_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingxdai_Block_height + block: stagingmetis_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxdai_OptimisticRootFinalized!]! + ): [stagingmetis_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ + stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ xdai_asset( id: ID! """ @@ -53836,3425 +54018,3425 @@ type Subscription { ): [xdai_OptimisticRootFinalized!]! """Access to subgraph metadata""" xdai__meta(block: xdai_Block_height): xdai__Meta_ - stagingbnb_asset( + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_Asset - stagingbnb_assets( + ): xlayer_Asset + xlayer_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Asset_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Asset_filter + orderBy: xlayer_Asset_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_Asset!]! - stagingbnb_assetStatus( + ): [xlayer_Asset!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_AssetStatus - stagingbnb_assetStatuses( + ): xlayer_AssetStatus + xlayer_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetStatus_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetStatus_filter + orderBy: xlayer_AssetStatus_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_AssetStatus!]! - stagingbnb_assetBalance( + ): [xlayer_AssetStatus!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_AssetBalance - stagingbnb_assetBalances( + ): xlayer_AssetBalance + xlayer_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetBalance_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetBalance_filter + orderBy: xlayer_AssetBalance_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_AssetBalance!]! - stagingbnb_router( + ): [xlayer_AssetBalance!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_Router - stagingbnb_routers( + ): xlayer_Router + xlayer_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Router_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Router_filter + orderBy: xlayer_Router_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_Router!]! - stagingbnb_routerDailyTVL( + ): [xlayer_Router!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RouterDailyTVL - stagingbnb_routerDailyTVLs( + ): xlayer_RouterDailyTVL + xlayer_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterDailyTVL_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterDailyTVL_filter + orderBy: xlayer_RouterDailyTVL_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RouterDailyTVL!]! - stagingbnb_routerLiquidityEvent( + ): [xlayer_RouterDailyTVL!]! + xlayer_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RouterLiquidityEvent - stagingbnb_routerLiquidityEvents( + ): xlayer_RouterLiquidityEvent + xlayer_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterLiquidityEvent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterLiquidityEvent_filter + orderBy: xlayer_RouterLiquidityEvent_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RouterLiquidityEvent!]! - stagingbnb_setting( + ): [xlayer_RouterLiquidityEvent!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_Setting - stagingbnb_settings( + ): xlayer_Setting + xlayer_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Setting_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Setting_filter + orderBy: xlayer_Setting_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_Setting!]! - stagingbnb_relayer( + ): [xlayer_Setting!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_Relayer - stagingbnb_relayers( + ): xlayer_Relayer + xlayer_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Relayer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Relayer_filter + orderBy: xlayer_Relayer_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_Relayer!]! - stagingbnb_sequencer( + ): [xlayer_Relayer!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_Sequencer - stagingbnb_sequencers( + ): xlayer_Sequencer + xlayer_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Sequencer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Sequencer_filter + orderBy: xlayer_Sequencer_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_Sequencer!]! - stagingbnb_relayerFee( + ): [xlayer_Sequencer!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RelayerFee - stagingbnb_relayerFees( + ): xlayer_RelayerFee + xlayer_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFee_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFee_filter + orderBy: xlayer_RelayerFee_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RelayerFee!]! - stagingbnb_originTransfer( + ): [xlayer_RelayerFee!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_OriginTransfer - stagingbnb_originTransfers( + ): xlayer_OriginTransfer + xlayer_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginTransfer_filter + orderBy: xlayer_OriginTransfer_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_OriginTransfer!]! - stagingbnb_destinationTransfer( + ): [xlayer_OriginTransfer!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_DestinationTransfer - stagingbnb_destinationTransfers( + ): xlayer_DestinationTransfer + xlayer_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_DestinationTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_DestinationTransfer_filter + orderBy: xlayer_DestinationTransfer_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_DestinationTransfer!]! - stagingbnb_originMessage( + ): [xlayer_DestinationTransfer!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_OriginMessage - stagingbnb_originMessages( + ): xlayer_OriginMessage + xlayer_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginMessage_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginMessage_filter + orderBy: xlayer_OriginMessage_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_OriginMessage!]! - stagingbnb_aggregateRoot( + ): [xlayer_OriginMessage!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_AggregateRoot - stagingbnb_aggregateRoots( + ): xlayer_AggregateRoot + xlayer_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRoot_filter + orderBy: xlayer_AggregateRoot_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_AggregateRoot!]! - stagingbnb_connectorMeta( + ): [xlayer_AggregateRoot!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_ConnectorMeta - stagingbnb_connectorMetas( + ): xlayer_ConnectorMeta + xlayer_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_ConnectorMeta_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_ConnectorMeta_filter + orderBy: xlayer_ConnectorMeta_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_ConnectorMeta!]! - stagingbnb_rootCount( + ): [xlayer_ConnectorMeta!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RootCount - stagingbnb_rootCounts( + ): xlayer_RootCount + xlayer_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootCount_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootCount_filter + orderBy: xlayer_RootCount_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RootCount!]! - stagingbnb_rootMessageSent( + ): [xlayer_RootCount!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RootMessageSent - stagingbnb_rootMessageSents( + ): xlayer_RootMessageSent + xlayer_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootMessageSent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootMessageSent_filter + orderBy: xlayer_RootMessageSent_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RootMessageSent!]! - stagingbnb_relayerFeesIncrease( + ): [xlayer_RootMessageSent!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_RelayerFeesIncrease - stagingbnb_relayerFeesIncreases( + ): xlayer_RelayerFeesIncrease + xlayer_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFeesIncrease_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFeesIncrease_filter + orderBy: xlayer_RelayerFeesIncrease_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_RelayerFeesIncrease!]! - stagingbnb_slippageUpdate( + ): [xlayer_RelayerFeesIncrease!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_SlippageUpdate - stagingbnb_slippageUpdates( + ): xlayer_SlippageUpdate + xlayer_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SlippageUpdate_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SlippageUpdate_filter + orderBy: xlayer_SlippageUpdate_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_SlippageUpdate!]! - stagingbnb_snapshotRoot( + ): [xlayer_SlippageUpdate!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_SnapshotRoot - stagingbnb_snapshotRoots( + ): xlayer_SnapshotRoot + xlayer_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SnapshotRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SnapshotRoot_filter + orderBy: xlayer_SnapshotRoot_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_SnapshotRoot!]! - stagingbnb_spokeConnectorMode( + ): [xlayer_SnapshotRoot!]! + xlayer_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_SpokeConnectorMode - stagingbnb_spokeConnectorModes( + ): xlayer_SpokeConnectorMode + xlayer_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SpokeConnectorMode_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SpokeConnectorMode_filter + orderBy: xlayer_SpokeConnectorMode_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_SpokeConnectorMode!]! - stagingbnb_aggregateRootProposed( + ): [xlayer_SpokeConnectorMode!]! + xlayer_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_AggregateRootProposed - stagingbnb_aggregateRootProposeds( + ): xlayer_AggregateRootProposed + xlayer_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRootProposed_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRootProposed_filter + orderBy: xlayer_AggregateRootProposed_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_AggregateRootProposed!]! - stagingbnb_optimisticRootFinalized( + ): [xlayer_AggregateRootProposed!]! + xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingbnb_OptimisticRootFinalized - stagingbnb_optimisticRootFinalizeds( + ): xlayer_OptimisticRootFinalized + xlayer_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OptimisticRootFinalized_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OptimisticRootFinalized_filter + orderBy: xlayer_OptimisticRootFinalized_orderBy + orderDirection: xlayer_OrderDirection + where: xlayer_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: stagingbnb_Block_height + block: xlayer_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingbnb_OptimisticRootFinalized!]! + ): [xlayer_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ - stagingarbitrumone_asset( + xlayer__meta(block: xlayer_Block_height): xlayer__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: stagingarbitrumone_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 - ): stagingarbitrumone_Asset - stagingarbitrumone_assets( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Asset_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Asset_filter + orderBy: bnb_Asset_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_Asset!]! - stagingarbitrumone_assetStatus( + ): [bnb_Asset!]! + bnb_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_AssetStatus - stagingarbitrumone_assetStatuses( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetStatus_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetStatus_filter + orderBy: bnb_AssetStatus_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetStatus!]! - stagingarbitrumone_assetBalance( + ): [bnb_AssetStatus!]! + bnb_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_AssetBalance - stagingarbitrumone_assetBalances( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetBalance_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AssetBalance_filter + orderBy: bnb_AssetBalance_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetBalance!]! - stagingarbitrumone_router( + ): [bnb_AssetBalance!]! + bnb_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_Router - stagingarbitrumone_routers( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Router_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Router_filter + orderBy: bnb_Router_orderBy + orderDirection: bnb_OrderDirection + where: bnb_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_Router!]! - stagingarbitrumone_routerDailyTVL( + ): [bnb_Router!]! + bnb_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_RouterDailyTVL - stagingarbitrumone_routerDailyTVLs( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterDailyTVL_filter + orderBy: bnb_RouterDailyTVL_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterDailyTVL!]! - stagingarbitrumone_routerLiquidityEvent( + ): [bnb_RouterDailyTVL!]! + bnb_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_RouterLiquidityEvent - stagingarbitrumone_routerLiquidityEvents( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RouterLiquidityEvent_filter + orderBy: bnb_RouterLiquidityEvent_orderBy + orderDirection: bnb_OrderDirection + where: bnb_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterLiquidityEvent!]! - stagingarbitrumone_setting( + ): [bnb_RouterLiquidityEvent!]! + bnb_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_Setting - stagingarbitrumone_settings( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Setting_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Setting_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Setting!]! - stagingarbitrumone_relayer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Relayer - stagingarbitrumone_relayers( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Relayer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Relayer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Relayer!]! - stagingarbitrumone_sequencer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_Sequencer - stagingarbitrumone_sequencers( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Sequencer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_Sequencer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Sequencer!]! - stagingarbitrumone_relayerFee( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFee - stagingarbitrumone_relayerFees( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFee_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFee_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFee!]! - stagingarbitrumone_originTransfer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginTransfer - stagingarbitrumone_originTransfers( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginTransfer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginTransfer!]! - stagingarbitrumone_destinationTransfer( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_DestinationTransfer - stagingarbitrumone_destinationTransfers( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_DestinationTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_DestinationTransfer_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: stagingarbitrumone_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 - ): [stagingarbitrumone_DestinationTransfer!]! - stagingarbitrumone_originMessage( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginMessage - stagingarbitrumone_originMessages( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginMessage_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OriginMessage_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginMessage!]! - stagingarbitrumone_aggregateRoot( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRoot - stagingarbitrumone_aggregateRoots( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRoot_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRoot!]! - stagingarbitrumone_connectorMeta( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_ConnectorMeta - stagingarbitrumone_connectorMetas( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_ConnectorMeta_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_ConnectorMeta_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: stagingarbitrumone_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 - ): [stagingarbitrumone_ConnectorMeta!]! - stagingarbitrumone_rootCount( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RootCount - stagingarbitrumone_rootCounts( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootCount_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootCount_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootCount!]! - stagingarbitrumone_rootMessageSent( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RootMessageSent - stagingarbitrumone_rootMessageSents( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootMessageSent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RootMessageSent_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootMessageSent!]! - stagingarbitrumone_relayerFeesIncrease( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFeesIncrease - stagingarbitrumone_relayerFeesIncreases( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_RelayerFeesIncrease_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFeesIncrease!]! - stagingarbitrumone_slippageUpdate( + ): [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: stagingarbitrumone_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 - ): stagingarbitrumone_SlippageUpdate - stagingarbitrumone_slippageUpdates( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SlippageUpdate_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SlippageUpdate_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SlippageUpdate!]! - stagingarbitrumone_snapshotRoot( + ): [bnb_SlippageUpdate!]! + bnb_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: stagingarbitrumone_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 - ): stagingarbitrumone_SnapshotRoot - stagingarbitrumone_snapshotRoots( + ): bnb_SnapshotRoot + bnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SnapshotRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SnapshotRoot_filter + orderBy: bnb_SnapshotRoot_orderBy + orderDirection: bnb_OrderDirection + where: bnb_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SnapshotRoot!]! - stagingarbitrumone_spokeConnectorMode( + ): [bnb_SnapshotRoot!]! + bnb_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_SpokeConnectorMode - stagingarbitrumone_spokeConnectorModes( + ): bnb_SpokeConnectorMode + bnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_SpokeConnectorMode_filter + orderBy: bnb_SpokeConnectorMode_orderBy + orderDirection: bnb_OrderDirection + where: bnb_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_SpokeConnectorMode!]! - stagingarbitrumone_aggregateRootProposed( + ): [bnb_SpokeConnectorMode!]! + bnb_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRootProposed - stagingarbitrumone_aggregateRootProposeds( + ): bnb_AggregateRootProposed + bnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_AggregateRootProposed_filter + orderBy: bnb_AggregateRootProposed_orderBy + orderDirection: bnb_OrderDirection + where: bnb_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRootProposed!]! - stagingarbitrumone_optimisticRootFinalized( + ): [bnb_AggregateRootProposed!]! + bnb_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: stagingarbitrumone_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 - ): stagingarbitrumone_OptimisticRootFinalized - stagingarbitrumone_optimisticRootFinalizeds( + ): bnb_OptimisticRootFinalized + bnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_OptimisticRootFinalized_filter + orderBy: bnb_OptimisticRootFinalized_orderBy + orderDirection: bnb_OrderDirection + where: bnb_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OptimisticRootFinalized!]! + ): [bnb_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ - stagingpolygonzkevm_asset( + bnb__meta(block: bnb_Block_height): bnb__Meta_ + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Asset - stagingpolygonzkevm_assets( + ): base_Asset + base_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Asset_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Asset_filter + orderBy: base_Asset_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Asset!]! - stagingpolygonzkevm_assetStatus( + ): [base_Asset!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AssetStatus - stagingpolygonzkevm_assetStatuses( + ): base_AssetStatus + base_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetStatus_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetStatus_filter + orderBy: base_AssetStatus_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AssetStatus!]! - stagingpolygonzkevm_assetBalance( + ): [base_AssetStatus!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AssetBalance - stagingpolygonzkevm_assetBalances( + ): base_AssetBalance + base_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetBalance_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetBalance_filter + orderBy: base_AssetBalance_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AssetBalance!]! - stagingpolygonzkevm_router( + ): [base_AssetBalance!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Router - stagingpolygonzkevm_routers( + ): base_Router + base_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Router_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Router_filter + orderBy: base_Router_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Router!]! - stagingpolygonzkevm_routerDailyTVL( + ): [base_Router!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RouterDailyTVL - stagingpolygonzkevm_routerDailyTVLs( + ): base_RouterDailyTVL + base_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterDailyTVL_filter + orderBy: base_RouterDailyTVL_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RouterDailyTVL!]! - stagingpolygonzkevm_routerLiquidityEvent( + ): [base_RouterDailyTVL!]! + base_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RouterLiquidityEvent - stagingpolygonzkevm_routerLiquidityEvents( + ): base_RouterLiquidityEvent + base_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterLiquidityEvent_filter + orderBy: base_RouterLiquidityEvent_orderBy + orderDirection: base_OrderDirection + where: base_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RouterLiquidityEvent!]! - stagingpolygonzkevm_setting( + ): [base_RouterLiquidityEvent!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Setting - stagingpolygonzkevm_settings( + ): base_Setting + base_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Setting_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Setting_filter + orderBy: base_Setting_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Setting!]! - stagingpolygonzkevm_relayer( + ): [base_Setting!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Relayer - stagingpolygonzkevm_relayers( + ): base_Relayer + base_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Relayer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Relayer_filter + orderBy: base_Relayer_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Relayer!]! - stagingpolygonzkevm_sequencer( + ): [base_Relayer!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_Sequencer - stagingpolygonzkevm_sequencers( + ): base_Sequencer + base_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Sequencer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Sequencer_filter + orderBy: base_Sequencer_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_Sequencer!]! - stagingpolygonzkevm_relayerFee( + ): [base_Sequencer!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RelayerFee - stagingpolygonzkevm_relayerFees( + ): base_RelayerFee + base_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFee_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFee_filter + orderBy: base_RelayerFee_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RelayerFee!]! - stagingpolygonzkevm_originTransfer( + ): [base_RelayerFee!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_OriginTransfer - stagingpolygonzkevm_originTransfers( + ): base_OriginTransfer + base_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginTransfer_filter + orderBy: base_OriginTransfer_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_OriginTransfer!]! - stagingpolygonzkevm_destinationTransfer( + ): [base_OriginTransfer!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_DestinationTransfer - stagingpolygonzkevm_destinationTransfers( + ): base_DestinationTransfer + base_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_DestinationTransfer_filter + orderBy: base_DestinationTransfer_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_DestinationTransfer!]! - stagingpolygonzkevm_originMessage( + ): [base_DestinationTransfer!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_OriginMessage - stagingpolygonzkevm_originMessages( + ): base_OriginMessage + base_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginMessage_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginMessage_filter + orderBy: base_OriginMessage_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_OriginMessage!]! - stagingpolygonzkevm_aggregateRoot( + ): [base_OriginMessage!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AggregateRoot - stagingpolygonzkevm_aggregateRoots( + ): base_AggregateRoot + base_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRoot_filter + orderBy: base_AggregateRoot_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AggregateRoot!]! - stagingpolygonzkevm_connectorMeta( + ): [base_AggregateRoot!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_ConnectorMeta - stagingpolygonzkevm_connectorMetas( + ): base_ConnectorMeta + base_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_ConnectorMeta_filter + orderBy: base_ConnectorMeta_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_ConnectorMeta!]! - stagingpolygonzkevm_rootCount( + ): [base_ConnectorMeta!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RootCount - stagingpolygonzkevm_rootCounts( + ): base_RootCount + base_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootCount_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootCount_filter + orderBy: base_RootCount_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RootCount!]! - stagingpolygonzkevm_rootMessageSent( + ): [base_RootCount!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RootMessageSent - stagingpolygonzkevm_rootMessageSents( + ): base_RootMessageSent + base_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootMessageSent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootMessageSent_filter + orderBy: base_RootMessageSent_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RootMessageSent!]! - stagingpolygonzkevm_relayerFeesIncrease( + ): [base_RootMessageSent!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_RelayerFeesIncrease - stagingpolygonzkevm_relayerFeesIncreases( + ): base_RelayerFeesIncrease + base_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFeesIncrease_filter + orderBy: base_RelayerFeesIncrease_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_RelayerFeesIncrease!]! - stagingpolygonzkevm_slippageUpdate( + ): [base_RelayerFeesIncrease!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_SlippageUpdate - stagingpolygonzkevm_slippageUpdates( + ): base_SlippageUpdate + base_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SlippageUpdate_filter + orderBy: base_SlippageUpdate_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_SlippageUpdate!]! - stagingpolygonzkevm_snapshotRoot( + ): [base_SlippageUpdate!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_SnapshotRoot - stagingpolygonzkevm_snapshotRoots( + ): base_SnapshotRoot + base_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SnapshotRoot_filter + orderBy: base_SnapshotRoot_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_SnapshotRoot!]! - stagingpolygonzkevm_spokeConnectorMode( + ): [base_SnapshotRoot!]! + base_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_SpokeConnectorMode - stagingpolygonzkevm_spokeConnectorModes( + ): base_SpokeConnectorMode + base_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SpokeConnectorMode_filter + orderBy: base_SpokeConnectorMode_orderBy + orderDirection: base_OrderDirection + where: base_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_SpokeConnectorMode!]! - stagingpolygonzkevm_aggregateRootProposed( + ): [base_SpokeConnectorMode!]! + base_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_AggregateRootProposed - stagingpolygonzkevm_aggregateRootProposeds( + ): base_AggregateRootProposed + base_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRootProposed_filter + orderBy: base_AggregateRootProposed_orderBy + orderDirection: base_OrderDirection + where: base_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_AggregateRootProposed!]! - stagingpolygonzkevm_optimisticRootFinalized( + ): [base_AggregateRootProposed!]! + base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingpolygonzkevm_OptimisticRootFinalized - stagingpolygonzkevm_optimisticRootFinalizeds( + ): base_OptimisticRootFinalized + base_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OptimisticRootFinalized_filter + orderBy: base_OptimisticRootFinalized_orderBy + orderDirection: base_OrderDirection + where: base_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: stagingpolygonzkevm_Block_height + block: base_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingpolygonzkevm_OptimisticRootFinalized!]! + ): [base_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__Meta_ - stagingxlayer_asset( + base__meta(block: base_Block_height): base__Meta_ + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_Asset - stagingxlayer_assets( + ): arbitrumsepolia_swap_SystemInfo + arbitrumsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Asset_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Asset_filter + orderBy: arbitrumsepolia_swap_SystemInfo_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_Asset!]! - stagingxlayer_assetStatus( + ): [arbitrumsepolia_swap_SystemInfo!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_AssetStatus - stagingxlayer_assetStatuses( + ): arbitrumsepolia_swap_PooledToken + arbitrumsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AssetStatus_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AssetStatus_filter + orderBy: arbitrumsepolia_swap_PooledToken_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_AssetStatus!]! - stagingxlayer_assetBalance( + ): [arbitrumsepolia_swap_PooledToken!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_AssetBalance - stagingxlayer_assetBalances( + ): arbitrumsepolia_swap_StableSwap + arbitrumsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AssetBalance_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AssetBalance_filter + orderBy: arbitrumsepolia_swap_StableSwap_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_AssetBalance!]! - stagingxlayer_router( + ): [arbitrumsepolia_swap_StableSwap!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_Router - stagingxlayer_routers( + ): arbitrumsepolia_swap_StableSwapAddLiquidityEvent + arbitrumsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Router_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Router_filter + orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_Router!]! - stagingxlayer_routerDailyTVL( + ): [arbitrumsepolia_swap_StableSwapAddLiquidityEvent!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RouterDailyTVL - stagingxlayer_routerDailyTVLs( + ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RouterDailyTVL_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RouterDailyTVL_filter + orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RouterDailyTVL!]! - stagingxlayer_routerLiquidityEvent( + ): [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RouterLiquidityEvent - stagingxlayer_routerLiquidityEvents( + ): arbitrumsepolia_swap_StableSwapExchange + arbitrumsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RouterLiquidityEvent_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RouterLiquidityEvent_filter + orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RouterLiquidityEvent!]! - stagingxlayer_setting( + ): [arbitrumsepolia_swap_StableSwapExchange!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_Setting - stagingxlayer_settings( + ): arbitrumsepolia_swap_SwapDailyVolume + arbitrumsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Setting_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Setting_filter + orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_Setting!]! - stagingxlayer_relayer( + ): [arbitrumsepolia_swap_SwapDailyVolume!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_Relayer - stagingxlayer_relayers( + ): arbitrumsepolia_swap_SwapHourlyVolume + arbitrumsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Relayer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Relayer_filter + orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_Relayer!]! - stagingxlayer_sequencer( + ): [arbitrumsepolia_swap_SwapHourlyVolume!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_Sequencer - stagingxlayer_sequencers( + ): arbitrumsepolia_swap_SwapWeeklyVolume + arbitrumsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Sequencer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Sequencer_filter + orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_Sequencer!]! - stagingxlayer_relayerFee( + ): [arbitrumsepolia_swap_SwapWeeklyVolume!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RelayerFee - stagingxlayer_relayerFees( + ): arbitrumsepolia_swap_LpAccount + arbitrumsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RelayerFee_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RelayerFee_filter + orderBy: arbitrumsepolia_swap_LpAccount_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RelayerFee!]! - stagingxlayer_originTransfer( + ): [arbitrumsepolia_swap_LpAccount!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_OriginTransfer - stagingxlayer_originTransfers( + ): arbitrumsepolia_swap_LpAccountBalance + arbitrumsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OriginTransfer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OriginTransfer_filter + orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_OriginTransfer!]! - stagingxlayer_destinationTransfer( + ): [arbitrumsepolia_swap_LpAccountBalance!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_DestinationTransfer - stagingxlayer_destinationTransfers( + ): arbitrumsepolia_swap_LpToken + arbitrumsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_DestinationTransfer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_DestinationTransfer_filter + orderBy: arbitrumsepolia_swap_LpToken_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_DestinationTransfer!]! - stagingxlayer_originMessage( + ): [arbitrumsepolia_swap_LpToken!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_OriginMessage - stagingxlayer_originMessages( + ): arbitrumsepolia_swap_LpTransferEvent + arbitrumsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OriginMessage_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OriginMessage_filter + orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_OriginMessage!]! - stagingxlayer_aggregateRoot( + ): [arbitrumsepolia_swap_LpTransferEvent!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_AggregateRoot - stagingxlayer_aggregateRoots( + ): arbitrumsepolia_swap_StableSwapEvent + arbitrumsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AggregateRoot_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AggregateRoot_filter + orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_AggregateRoot!]! - stagingxlayer_connectorMeta( + ): [arbitrumsepolia_swap_StableSwapEvent!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_ConnectorMeta - stagingxlayer_connectorMetas( + ): arbitrumsepolia_swap_SwapTradeVolume + arbitrumsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_ConnectorMeta_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_ConnectorMeta_filter + orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_ConnectorMeta!]! - stagingxlayer_rootCount( + ): [arbitrumsepolia_swap_SwapTradeVolume!]! + arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RootCount - stagingxlayer_rootCounts( + ): arbitrumsepolia_swap_LpTokenEvent + arbitrumsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RootCount_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RootCount_filter + orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy + orderDirection: arbitrumsepolia_swap_OrderDirection + where: arbitrumsepolia_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: stagingxlayer_Block_height + block: arbitrumsepolia_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RootCount!]! - stagingxlayer_rootMessageSent( + ): [arbitrumsepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__Meta_ + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RootMessageSent - stagingxlayer_rootMessageSents( + ): stagingoptimism_Asset + stagingoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RootMessageSent_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RootMessageSent_filter + orderBy: stagingoptimism_Asset_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RootMessageSent!]! - stagingxlayer_relayerFeesIncrease( + ): [stagingoptimism_Asset!]! + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_RelayerFeesIncrease - stagingxlayer_relayerFeesIncreases( + ): stagingoptimism_AssetStatus + stagingoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RelayerFeesIncrease_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RelayerFeesIncrease_filter + orderBy: stagingoptimism_AssetStatus_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_RelayerFeesIncrease!]! - stagingxlayer_slippageUpdate( + ): [stagingoptimism_AssetStatus!]! + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_SlippageUpdate - stagingxlayer_slippageUpdates( + ): stagingoptimism_AssetBalance + stagingoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SlippageUpdate_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SlippageUpdate_filter + orderBy: stagingoptimism_AssetBalance_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_SlippageUpdate!]! - stagingxlayer_snapshotRoot( + ): [stagingoptimism_AssetBalance!]! + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_SnapshotRoot - stagingxlayer_snapshotRoots( + ): stagingoptimism_Router + stagingoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SnapshotRoot_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SnapshotRoot_filter + orderBy: stagingoptimism_Router_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_SnapshotRoot!]! - stagingxlayer_spokeConnectorMode( + ): [stagingoptimism_Router!]! + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_SpokeConnectorMode - stagingxlayer_spokeConnectorModes( + ): stagingoptimism_RouterDailyTVL + stagingoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SpokeConnectorMode_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SpokeConnectorMode_filter + orderBy: stagingoptimism_RouterDailyTVL_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_SpokeConnectorMode!]! - stagingxlayer_aggregateRootProposed( + ): [stagingoptimism_RouterDailyTVL!]! + stagingoptimism_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_AggregateRootProposed - stagingxlayer_aggregateRootProposeds( + ): stagingoptimism_RouterLiquidityEvent + stagingoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AggregateRootProposed_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AggregateRootProposed_filter + orderBy: stagingoptimism_RouterLiquidityEvent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_AggregateRootProposed!]! - stagingxlayer_optimisticRootFinalized( + ): [stagingoptimism_RouterLiquidityEvent!]! + stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingxlayer_OptimisticRootFinalized - stagingxlayer_optimisticRootFinalizeds( + ): stagingoptimism_Setting + stagingoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OptimisticRootFinalized_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OptimisticRootFinalized_filter + orderBy: stagingoptimism_Setting_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingxlayer_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingxlayer_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingxlayer__meta(block: stagingxlayer_Block_height): stagingxlayer__Meta_ - staginglinea_asset( + ): [stagingoptimism_Setting!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_Asset - staginglinea_assets( + ): stagingoptimism_Relayer + stagingoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Asset_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Asset_filter + orderBy: stagingoptimism_Relayer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_Asset!]! - staginglinea_assetStatus( + ): [stagingoptimism_Relayer!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_AssetStatus - staginglinea_assetStatuses( + ): stagingoptimism_Sequencer + stagingoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetStatus_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetStatus_filter + orderBy: stagingoptimism_Sequencer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_AssetStatus!]! - staginglinea_assetBalance( + ): [stagingoptimism_Sequencer!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_AssetBalance - staginglinea_assetBalances( + ): stagingoptimism_RelayerFee + stagingoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetBalance_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetBalance_filter + orderBy: stagingoptimism_RelayerFee_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_AssetBalance!]! - staginglinea_router( + ): [stagingoptimism_RelayerFee!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_Router - staginglinea_routers( + ): stagingoptimism_OriginTransfer + stagingoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Router_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Router_filter + orderBy: stagingoptimism_OriginTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_Router!]! - staginglinea_routerDailyTVL( + ): [stagingoptimism_OriginTransfer!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RouterDailyTVL - staginglinea_routerDailyTVLs( + ): stagingoptimism_DestinationTransfer + stagingoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterDailyTVL_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterDailyTVL_filter + orderBy: stagingoptimism_DestinationTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RouterDailyTVL!]! - staginglinea_routerLiquidityEvent( + ): [stagingoptimism_DestinationTransfer!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RouterLiquidityEvent - staginglinea_routerLiquidityEvents( + ): stagingoptimism_OriginMessage + stagingoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterLiquidityEvent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterLiquidityEvent_filter + orderBy: stagingoptimism_OriginMessage_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RouterLiquidityEvent!]! - staginglinea_setting( + ): [stagingoptimism_OriginMessage!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_Setting - staginglinea_settings( + ): stagingoptimism_AggregateRoot + stagingoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Setting_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Setting_filter + orderBy: stagingoptimism_AggregateRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_Setting!]! - staginglinea_relayer( + ): [stagingoptimism_AggregateRoot!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_Relayer - staginglinea_relayers( + ): stagingoptimism_ConnectorMeta + stagingoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Relayer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Relayer_filter + orderBy: stagingoptimism_ConnectorMeta_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_Relayer!]! - staginglinea_sequencer( + ): [stagingoptimism_ConnectorMeta!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_Sequencer - staginglinea_sequencers( + ): stagingoptimism_RootCount + stagingoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Sequencer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Sequencer_filter + orderBy: stagingoptimism_RootCount_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_Sequencer!]! - staginglinea_relayerFee( + ): [stagingoptimism_RootCount!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RelayerFee - staginglinea_relayerFees( + ): stagingoptimism_RootMessageSent + stagingoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFee_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFee_filter + orderBy: stagingoptimism_RootMessageSent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RelayerFee!]! - staginglinea_originTransfer( + ): [stagingoptimism_RootMessageSent!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_OriginTransfer - staginglinea_originTransfers( + ): stagingoptimism_RelayerFeesIncrease + stagingoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginTransfer_filter + orderBy: stagingoptimism_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_OriginTransfer!]! - staginglinea_destinationTransfer( + ): [stagingoptimism_RelayerFeesIncrease!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_DestinationTransfer - staginglinea_destinationTransfers( + ): stagingoptimism_SlippageUpdate + stagingoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_DestinationTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_DestinationTransfer_filter + orderBy: stagingoptimism_SlippageUpdate_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_DestinationTransfer!]! - staginglinea_originMessage( + ): [stagingoptimism_SlippageUpdate!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_OriginMessage - staginglinea_originMessages( + ): stagingoptimism_SnapshotRoot + stagingoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginMessage_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginMessage_filter + orderBy: stagingoptimism_SnapshotRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_OriginMessage!]! - staginglinea_aggregateRoot( + ): [stagingoptimism_SnapshotRoot!]! + stagingoptimism_spokeConnectorMode( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_AggregateRoot - staginglinea_aggregateRoots( + ): stagingoptimism_SpokeConnectorMode + stagingoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRoot_filter + orderBy: stagingoptimism_SpokeConnectorMode_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_SpokeConnectorMode_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_AggregateRoot!]! - staginglinea_connectorMeta( + ): [stagingoptimism_SpokeConnectorMode!]! + stagingoptimism_aggregateRootProposed( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_ConnectorMeta - staginglinea_connectorMetas( + ): stagingoptimism_AggregateRootProposed + stagingoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_ConnectorMeta_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_ConnectorMeta_filter + orderBy: stagingoptimism_AggregateRootProposed_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AggregateRootProposed_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_ConnectorMeta!]! - staginglinea_rootCount( + ): [stagingoptimism_AggregateRootProposed!]! + stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RootCount - staginglinea_rootCounts( + ): stagingoptimism_OptimisticRootFinalized + stagingoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootCount_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootCount_filter + orderBy: stagingoptimism_OptimisticRootFinalized_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: staginglinea_Block_height + block: stagingoptimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RootCount!]! - staginglinea_rootMessageSent( + ): [stagingoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__Meta_ + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RootMessageSent - staginglinea_rootMessageSents( + ): avalanche_swap_SystemInfo + avalanche_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootMessageSent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootMessageSent_filter + orderBy: avalanche_swap_SystemInfo_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RootMessageSent!]! - staginglinea_relayerFeesIncrease( + ): [avalanche_swap_SystemInfo!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_RelayerFeesIncrease - staginglinea_relayerFeesIncreases( + ): avalanche_swap_PooledToken + avalanche_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFeesIncrease_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFeesIncrease_filter + orderBy: avalanche_swap_PooledToken_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_RelayerFeesIncrease!]! - staginglinea_slippageUpdate( + ): [avalanche_swap_PooledToken!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_SlippageUpdate - staginglinea_slippageUpdates( + ): avalanche_swap_StableSwap + avalanche_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SlippageUpdate_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SlippageUpdate_filter + orderBy: avalanche_swap_StableSwap_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_SlippageUpdate!]! - staginglinea_snapshotRoot( + ): [avalanche_swap_StableSwap!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_SnapshotRoot - staginglinea_snapshotRoots( + ): avalanche_swap_StableSwapAddLiquidityEvent + avalanche_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SnapshotRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SnapshotRoot_filter + orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_SnapshotRoot!]! - staginglinea_spokeConnectorMode( + ): [avalanche_swap_StableSwapAddLiquidityEvent!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_SpokeConnectorMode - staginglinea_spokeConnectorModes( + ): avalanche_swap_StableSwapRemoveLiquidityEvent + avalanche_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SpokeConnectorMode_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SpokeConnectorMode_filter + orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_SpokeConnectorMode!]! - staginglinea_aggregateRootProposed( + ): [avalanche_swap_StableSwapRemoveLiquidityEvent!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_AggregateRootProposed - staginglinea_aggregateRootProposeds( + ): avalanche_swap_StableSwapExchange + avalanche_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRootProposed_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRootProposed_filter + orderBy: avalanche_swap_StableSwapExchange_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_AggregateRootProposed!]! - staginglinea_optimisticRootFinalized( + ): [avalanche_swap_StableSwapExchange!]! + avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): staginglinea_OptimisticRootFinalized - staginglinea_optimisticRootFinalizeds( + ): avalanche_swap_SwapDailyVolume + avalanche_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OptimisticRootFinalized_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OptimisticRootFinalized_filter + orderBy: avalanche_swap_SwapDailyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: staginglinea_Block_height + block: avalanche_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [staginglinea_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ - bnb_swap_systemInfo( + ): [avalanche_swap_SwapDailyVolume!]! + avalanche_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: avalanche_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( + ): avalanche_swap_SwapHourlyVolume + avalanche_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SystemInfo_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SystemInfo_filter + orderBy: avalanche_swap_SwapHourlyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_SwapHourlyVolume!]! + avalanche_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: avalanche_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( + ): avalanche_swap_SwapWeeklyVolume + avalanche_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_PooledToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_PooledToken_filter + orderBy: avalanche_swap_SwapWeeklyVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_SwapWeeklyVolume!]! + avalanche_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: avalanche_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( + ): avalanche_swap_LpAccount + avalanche_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwap_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwap_filter + orderBy: avalanche_swap_LpAccount_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_LpAccount!]! + avalanche_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: avalanche_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( + ): avalanche_swap_LpAccountBalance + avalanche_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapAddLiquidityEvent_filter + orderBy: avalanche_swap_LpAccountBalance_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_LpAccountBalance!]! + avalanche_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: avalanche_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( + ): avalanche_swap_LpToken + avalanche_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: avalanche_swap_LpToken_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_LpToken!]! + avalanche_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: avalanche_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( + ): avalanche_swap_LpTransferEvent + avalanche_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapExchange_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapExchange_filter + orderBy: avalanche_swap_LpTransferEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_LpTransferEvent!]! + avalanche_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: avalanche_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( + ): avalanche_swap_StableSwapEvent + avalanche_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapDailyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapDailyVolume_filter + orderBy: avalanche_swap_StableSwapEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_StableSwapEvent!]! + avalanche_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: avalanche_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( + ): avalanche_swap_SwapTradeVolume + avalanche_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapHourlyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapHourlyVolume_filter + orderBy: avalanche_swap_SwapTradeVolume_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_SwapTradeVolume!]! + avalanche_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: avalanche_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( + ): avalanche_swap_LpTokenEvent + avalanche_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapWeeklyVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapWeeklyVolume_filter + orderBy: avalanche_swap_LpTokenEvent_orderBy + orderDirection: avalanche_swap_OrderDirection + where: avalanche_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: avalanche_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( + ): [avalanche_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_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: bnb_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 - ): bnb_swap_LpAccount - bnb_swap_lpAccounts( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccount_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccount_filter + orderBy: optimism_swap_SystemInfo_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpAccount!]! - bnb_swap_lpAccountBalance( + ): [optimism_swap_SystemInfo!]! + optimism_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_LpAccountBalance - bnb_swap_lpAccountBalances( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpAccountBalance_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpAccountBalance_filter + orderBy: optimism_swap_PooledToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpAccountBalance!]! - bnb_swap_lpToken( + ): [optimism_swap_PooledToken!]! + optimism_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_LpToken - bnb_swap_lpTokens( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpToken_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpToken_filter + orderBy: optimism_swap_StableSwap_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpToken!]! - bnb_swap_lpTransferEvent( + ): [optimism_swap_StableSwap!]! + optimism_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_LpTransferEvent - bnb_swap_lpTransferEvents( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTransferEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTransferEvent_filter + orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpTransferEvent!]! - bnb_swap_stableSwapEvent( + ): [optimism_swap_StableSwapAddLiquidityEvent!]! + optimism_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_StableSwapEvent - bnb_swap_stableSwapEvents( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_StableSwapEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_StableSwapEvent_filter + orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_StableSwapEvent!]! - bnb_swap_swapTradeVolume( + ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! + optimism_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_SwapTradeVolume - bnb_swap_swapTradeVolumes( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_SwapTradeVolume_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_SwapTradeVolume_filter + orderBy: optimism_swap_StableSwapExchange_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_SwapTradeVolume!]! - bnb_swap_lpTokenEvent( + ): [optimism_swap_StableSwapExchange!]! + optimism_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): bnb_swap_LpTokenEvent - bnb_swap_lpTokenEvents( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: bnb_swap_LpTokenEvent_orderBy - orderDirection: bnb_swap_OrderDirection - where: bnb_swap_LpTokenEvent_filter + orderBy: optimism_swap_SwapDailyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: bnb_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 - ): [bnb_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - optimism_swap_systemInfo( + ): [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. @@ -57264,13 +57446,13 @@ type Subscription { 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( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy + orderBy: optimism_swap_SwapHourlyVolume_orderBy orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_filter + 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. """ @@ -57279,8 +57461,8 @@ type Subscription { 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( + ): [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. @@ -57290,195 +57472,13 @@ type Subscription { 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( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy + orderBy: optimism_swap_SwapWeeklyVolume_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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - 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: optimism_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( - id: ID! - """ - The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the 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 - """ - 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( - skip: Int = 0 - first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_filter + 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. """ @@ -58090,6 +58090,424 @@ type Subscription { ): [arbitrumone_swap_LpTokenEvent!]! """Access to subgraph metadata""" arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_SystemInfo + bnb_swap_systemInfos( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_PooledToken + bnb_swap_pooledTokens( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_StableSwap + bnb_swap_stableSwaps( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_StableSwapAddLiquidityEvent + bnb_swap_stableSwapAddLiquidityEvents( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_StableSwapRemoveLiquidityEvent + bnb_swap_stableSwapRemoveLiquidityEvents( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_StableSwapExchange + bnb_swap_stableSwapExchanges( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_SwapDailyVolume + bnb_swap_swapDailyVolumes( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_SwapHourlyVolume + bnb_swap_swapHourlyVolumes( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_SwapWeeklyVolume + bnb_swap_swapWeeklyVolumes( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_LpAccount + bnb_swap_lpAccounts( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_LpAccountBalance + bnb_swap_lpAccountBalances( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_LpToken + bnb_swap_lpTokens( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_LpTransferEvent + bnb_swap_lpTransferEvents( + skip: Int = 0 + first: Int = 100 + 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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_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: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_StableSwapEvent + bnb_swap_stableSwapEvents( + skip: Int = 0 + first: Int = 100 + orderBy: bnb_swap_StableSwapEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_StableSwapEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_StableSwapEvent!]! + bnb_swap_swapTradeVolume( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_SwapTradeVolume + bnb_swap_swapTradeVolumes( + skip: Int = 0 + first: Int = 100 + orderBy: bnb_swap_SwapTradeVolume_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_SwapTradeVolume_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_SwapTradeVolume!]! + bnb_swap_lpTokenEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): bnb_swap_LpTokenEvent + bnb_swap_lpTokenEvents( + skip: Int = 0 + first: Int = 100 + orderBy: bnb_swap_LpTokenEvent_orderBy + orderDirection: bnb_swap_OrderDirection + where: bnb_swap_LpTokenEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: bnb_swap_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [bnb_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ xdai_swap_systemInfo( id: ID! """ @@ -58926,470 +59344,52 @@ type Subscription { ): [polygon_swap_LpTokenEvent!]! """Access to subgraph metadata""" polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SystemInfo - avalanche_swap_systemInfos( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_SystemInfo_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SystemInfo!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_PooledToken - avalanche_swap_pooledTokens( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_PooledToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_PooledToken!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwap - avalanche_swap_stableSwaps( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_StableSwap_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwap!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwapAddLiquidityEvent - avalanche_swap_stableSwapAddLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwapAddLiquidityEvent!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwapRemoveLiquidityEvent - avalanche_swap_stableSwapRemoveLiquidityEvents( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwapRemoveLiquidityEvent!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwapExchange - avalanche_swap_stableSwapExchanges( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_StableSwapExchange_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwapExchange!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SwapDailyVolume - avalanche_swap_swapDailyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_SwapDailyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SwapDailyVolume!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SwapHourlyVolume - avalanche_swap_swapHourlyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_SwapHourlyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SwapHourlyVolume!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SwapWeeklyVolume - avalanche_swap_swapWeeklyVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_SwapWeeklyVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SwapWeeklyVolume!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpAccount - avalanche_swap_lpAccounts( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_LpAccount_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpAccount!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpAccountBalance - avalanche_swap_lpAccountBalances( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_LpAccountBalance_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpAccountBalance!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpToken - avalanche_swap_lpTokens( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_LpToken_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpToken!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpTransferEvent - avalanche_swap_lpTransferEvents( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_LpTransferEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpTransferEvent!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_StableSwapEvent - avalanche_swap_stableSwapEvents( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_StableSwapEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_StableSwapEvent!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_SwapTradeVolume - avalanche_swap_swapTradeVolumes( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_SwapTradeVolume_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_SwapTradeVolume!]! - avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): avalanche_swap_LpTokenEvent - avalanche_swap_lpTokenEvents( - skip: Int = 0 - first: Int = 100 - orderBy: avalanche_swap_LpTokenEvent_orderBy - orderDirection: avalanche_swap_OrderDirection - where: avalanche_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: avalanche_swap_Block_height - """ - Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - """ - subgraphError: _SubgraphErrorPolicy_! = deny - ): [avalanche_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_swap__Meta_ } -enum sepolia_swap_Aggregation_interval { +enum metis_swap_Aggregation_interval { hour day } -scalar sepolia_swap_BigDecimal +scalar metis_swap_BigDecimal scalar BigInt -input sepolia_swap_BlockChangedFilter { +input metis_swap_BlockChangedFilter { number_gte: Int! } -input sepolia_swap_Block_height { - hash: sepolia_swap_Bytes +input metis_swap_Block_height { + hash: metis_swap_Bytes number: Int number_gte: Int } -scalar sepolia_swap_Bytes +scalar metis_swap_Bytes """ 8 bytes signed integer """ -scalar sepolia_swap_Int8 +scalar metis_swap_Int8 -type sepolia_swap_LpAccount { +type metis_swap_LpAccount { id: ID! - address: sepolia_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_LpAccountBalance_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_LpAccountBalance_filter): [sepolia_swap_LpAccountBalance!]! + address: metis_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: metis_swap_LpAccountBalance_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_LpAccountBalance_filter): [metis_swap_LpAccountBalance!]! } -type sepolia_swap_LpAccountBalance { +type metis_swap_LpAccountBalance { id: ID! - account: sepolia_swap_LpAccount! - token: sepolia_swap_LpToken! - amount: sepolia_swap_BigDecimal! + account: metis_swap_LpAccount! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! block: BigInt modified: BigInt - transaction: sepolia_swap_Bytes + transaction: metis_swap_Bytes } -input sepolia_swap_LpAccountBalance_filter { +input metis_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -59418,7 +59418,7 @@ input sepolia_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: sepolia_swap_LpAccount_filter + account_: metis_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -59439,15 +59439,15 @@ input sepolia_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: sepolia_swap_LpToken_filter - amount: sepolia_swap_BigDecimal - amount_not: sepolia_swap_BigDecimal - amount_gt: sepolia_swap_BigDecimal - amount_lt: sepolia_swap_BigDecimal - amount_gte: sepolia_swap_BigDecimal - amount_lte: sepolia_swap_BigDecimal - amount_in: [sepolia_swap_BigDecimal!] - amount_not_in: [sepolia_swap_BigDecimal!] + token_: metis_swap_LpToken_filter + amount: metis_swap_BigDecimal + amount_not: metis_swap_BigDecimal + amount_gt: metis_swap_BigDecimal + amount_lt: metis_swap_BigDecimal + amount_gte: metis_swap_BigDecimal + amount_lte: metis_swap_BigDecimal + amount_in: [metis_swap_BigDecimal!] + amount_not_in: [metis_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -59464,23 +59464,23 @@ input sepolia_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpAccountBalance_filter] - or: [sepolia_swap_LpAccountBalance_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpAccountBalance_filter] + or: [metis_swap_LpAccountBalance_filter] } -enum sepolia_swap_LpAccountBalance_orderBy { +enum metis_swap_LpAccountBalance_orderBy { id account account__id @@ -59498,7 +59498,7 @@ enum sepolia_swap_LpAccountBalance_orderBy { transaction } -input sepolia_swap_LpAccount_filter { +input metis_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -59507,51 +59507,51 @@ input sepolia_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: sepolia_swap_Bytes - address_not: sepolia_swap_Bytes - address_gt: sepolia_swap_Bytes - address_lt: sepolia_swap_Bytes - address_gte: sepolia_swap_Bytes - address_lte: sepolia_swap_Bytes - address_in: [sepolia_swap_Bytes!] - address_not_in: [sepolia_swap_Bytes!] - address_contains: sepolia_swap_Bytes - address_not_contains: sepolia_swap_Bytes - balances_: sepolia_swap_LpAccountBalance_filter + address: metis_swap_Bytes + address_not: metis_swap_Bytes + address_gt: metis_swap_Bytes + address_lt: metis_swap_Bytes + address_gte: metis_swap_Bytes + address_lte: metis_swap_Bytes + address_in: [metis_swap_Bytes!] + address_not_in: [metis_swap_Bytes!] + address_contains: metis_swap_Bytes + address_not_contains: metis_swap_Bytes + balances_: metis_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpAccount_filter] - or: [sepolia_swap_LpAccount_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpAccount_filter] + or: [metis_swap_LpAccount_filter] } -enum sepolia_swap_LpAccount_orderBy { +enum metis_swap_LpAccount_orderBy { id address balances } -type sepolia_swap_LpToken { +type metis_swap_LpToken { id: ID! - address: sepolia_swap_Bytes! - stableSwap: sepolia_swap_StableSwap! + address: metis_swap_Bytes! + stableSwap: metis_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: sepolia_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_LpTokenEvent_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_LpTokenEvent_filter): [sepolia_swap_LpTokenEvent!]! + totalSupply: metis_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_LpTokenEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_LpTokenEvent_filter): [metis_swap_LpTokenEvent!]! } -interface sepolia_swap_LpTokenEvent { +interface metis_swap_LpTokenEvent { id: ID! - token: sepolia_swap_LpToken! - amount: sepolia_swap_BigDecimal! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input sepolia_swap_LpTokenEvent_filter { +input metis_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -59580,15 +59580,15 @@ input sepolia_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: sepolia_swap_LpToken_filter - amount: sepolia_swap_BigDecimal - amount_not: sepolia_swap_BigDecimal - amount_gt: sepolia_swap_BigDecimal - amount_lt: sepolia_swap_BigDecimal - amount_gte: sepolia_swap_BigDecimal - amount_lte: sepolia_swap_BigDecimal - amount_in: [sepolia_swap_BigDecimal!] - amount_not_in: [sepolia_swap_BigDecimal!] + token_: metis_swap_LpToken_filter + amount: metis_swap_BigDecimal + amount_not: metis_swap_BigDecimal + amount_gt: metis_swap_BigDecimal + amount_lt: metis_swap_BigDecimal + amount_gte: metis_swap_BigDecimal + amount_lte: metis_swap_BigDecimal + amount_in: [metis_swap_BigDecimal!] + amount_not_in: [metis_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -59605,16 +59605,16 @@ input sepolia_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -59624,12 +59624,12 @@ input sepolia_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpTokenEvent_filter] - or: [sepolia_swap_LpTokenEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpTokenEvent_filter] + or: [metis_swap_LpTokenEvent_filter] } -enum sepolia_swap_LpTokenEvent_orderBy { +enum metis_swap_LpTokenEvent_orderBy { id token token__id @@ -59645,7 +59645,7 @@ enum sepolia_swap_LpTokenEvent_orderBy { nonce } -input sepolia_swap_LpToken_filter { +input metis_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -59654,16 +59654,16 @@ input sepolia_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: sepolia_swap_Bytes - address_not: sepolia_swap_Bytes - address_gt: sepolia_swap_Bytes - address_lt: sepolia_swap_Bytes - address_gte: sepolia_swap_Bytes - address_lte: sepolia_swap_Bytes - address_in: [sepolia_swap_Bytes!] - address_not_in: [sepolia_swap_Bytes!] - address_contains: sepolia_swap_Bytes - address_not_contains: sepolia_swap_Bytes + address: metis_swap_Bytes + address_not: metis_swap_Bytes + address_gt: metis_swap_Bytes + address_lt: metis_swap_Bytes + address_gte: metis_swap_Bytes + address_lte: metis_swap_Bytes + address_in: [metis_swap_Bytes!] + address_not_in: [metis_swap_Bytes!] + address_contains: metis_swap_Bytes + address_not_contains: metis_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -59684,7 +59684,7 @@ input sepolia_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -59733,22 +59733,22 @@ input sepolia_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: sepolia_swap_BigDecimal - totalSupply_not: sepolia_swap_BigDecimal - totalSupply_gt: sepolia_swap_BigDecimal - totalSupply_lt: sepolia_swap_BigDecimal - totalSupply_gte: sepolia_swap_BigDecimal - totalSupply_lte: sepolia_swap_BigDecimal - totalSupply_in: [sepolia_swap_BigDecimal!] - totalSupply_not_in: [sepolia_swap_BigDecimal!] - events_: sepolia_swap_LpTokenEvent_filter + totalSupply: metis_swap_BigDecimal + totalSupply_not: metis_swap_BigDecimal + totalSupply_gt: metis_swap_BigDecimal + totalSupply_lt: metis_swap_BigDecimal + totalSupply_gte: metis_swap_BigDecimal + totalSupply_lte: metis_swap_BigDecimal + totalSupply_in: [metis_swap_BigDecimal!] + totalSupply_not_in: [metis_swap_BigDecimal!] + events_: metis_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpToken_filter] - or: [sepolia_swap_LpToken_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpToken_filter] + or: [metis_swap_LpToken_filter] } -enum sepolia_swap_LpToken_orderBy { +enum metis_swap_LpToken_orderBy { id address stableSwap @@ -59775,21 +59775,21 @@ enum sepolia_swap_LpToken_orderBy { events } -type sepolia_swap_LpTransferEvent implements sepolia_swap_LpTokenEvent { +type metis_swap_LpTransferEvent implements metis_swap_LpTokenEvent { id: ID! - token: sepolia_swap_LpToken! - amount: sepolia_swap_BigDecimal! - from: sepolia_swap_Bytes! - to: sepolia_swap_Bytes! - fromBalance: sepolia_swap_BigDecimal! - toBalance: sepolia_swap_BigDecimal! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! + from: metis_swap_Bytes! + to: metis_swap_Bytes! + fromBalance: metis_swap_BigDecimal! + toBalance: metis_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input sepolia_swap_LpTransferEvent_filter { +input metis_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -59818,51 +59818,51 @@ input sepolia_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: sepolia_swap_LpToken_filter - amount: sepolia_swap_BigDecimal - amount_not: sepolia_swap_BigDecimal - amount_gt: sepolia_swap_BigDecimal - amount_lt: sepolia_swap_BigDecimal - amount_gte: sepolia_swap_BigDecimal - amount_lte: sepolia_swap_BigDecimal - amount_in: [sepolia_swap_BigDecimal!] - amount_not_in: [sepolia_swap_BigDecimal!] - from: sepolia_swap_Bytes - from_not: sepolia_swap_Bytes - from_gt: sepolia_swap_Bytes - from_lt: sepolia_swap_Bytes - from_gte: sepolia_swap_Bytes - from_lte: sepolia_swap_Bytes - from_in: [sepolia_swap_Bytes!] - from_not_in: [sepolia_swap_Bytes!] - from_contains: sepolia_swap_Bytes - from_not_contains: sepolia_swap_Bytes - to: sepolia_swap_Bytes - to_not: sepolia_swap_Bytes - to_gt: sepolia_swap_Bytes - to_lt: sepolia_swap_Bytes - to_gte: sepolia_swap_Bytes - to_lte: sepolia_swap_Bytes - to_in: [sepolia_swap_Bytes!] - to_not_in: [sepolia_swap_Bytes!] - to_contains: sepolia_swap_Bytes - to_not_contains: sepolia_swap_Bytes - fromBalance: sepolia_swap_BigDecimal - fromBalance_not: sepolia_swap_BigDecimal - fromBalance_gt: sepolia_swap_BigDecimal - fromBalance_lt: sepolia_swap_BigDecimal - fromBalance_gte: sepolia_swap_BigDecimal - fromBalance_lte: sepolia_swap_BigDecimal - fromBalance_in: [sepolia_swap_BigDecimal!] - fromBalance_not_in: [sepolia_swap_BigDecimal!] - toBalance: sepolia_swap_BigDecimal - toBalance_not: sepolia_swap_BigDecimal - toBalance_gt: sepolia_swap_BigDecimal - toBalance_lt: sepolia_swap_BigDecimal - toBalance_gte: sepolia_swap_BigDecimal - toBalance_lte: sepolia_swap_BigDecimal - toBalance_in: [sepolia_swap_BigDecimal!] - toBalance_not_in: [sepolia_swap_BigDecimal!] + token_: metis_swap_LpToken_filter + amount: metis_swap_BigDecimal + amount_not: metis_swap_BigDecimal + amount_gt: metis_swap_BigDecimal + amount_lt: metis_swap_BigDecimal + amount_gte: metis_swap_BigDecimal + amount_lte: metis_swap_BigDecimal + amount_in: [metis_swap_BigDecimal!] + amount_not_in: [metis_swap_BigDecimal!] + from: metis_swap_Bytes + from_not: metis_swap_Bytes + from_gt: metis_swap_Bytes + from_lt: metis_swap_Bytes + from_gte: metis_swap_Bytes + from_lte: metis_swap_Bytes + from_in: [metis_swap_Bytes!] + from_not_in: [metis_swap_Bytes!] + from_contains: metis_swap_Bytes + from_not_contains: metis_swap_Bytes + to: metis_swap_Bytes + to_not: metis_swap_Bytes + to_gt: metis_swap_Bytes + to_lt: metis_swap_Bytes + to_gte: metis_swap_Bytes + to_lte: metis_swap_Bytes + to_in: [metis_swap_Bytes!] + to_not_in: [metis_swap_Bytes!] + to_contains: metis_swap_Bytes + to_not_contains: metis_swap_Bytes + fromBalance: metis_swap_BigDecimal + fromBalance_not: metis_swap_BigDecimal + fromBalance_gt: metis_swap_BigDecimal + fromBalance_lt: metis_swap_BigDecimal + fromBalance_gte: metis_swap_BigDecimal + fromBalance_lte: metis_swap_BigDecimal + fromBalance_in: [metis_swap_BigDecimal!] + fromBalance_not_in: [metis_swap_BigDecimal!] + toBalance: metis_swap_BigDecimal + toBalance_not: metis_swap_BigDecimal + toBalance_gt: metis_swap_BigDecimal + toBalance_lt: metis_swap_BigDecimal + toBalance_gte: metis_swap_BigDecimal + toBalance_lte: metis_swap_BigDecimal + toBalance_in: [metis_swap_BigDecimal!] + toBalance_not_in: [metis_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -59879,16 +59879,16 @@ input sepolia_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -59898,12 +59898,12 @@ input sepolia_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpTransferEvent_filter] - or: [sepolia_swap_LpTransferEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpTransferEvent_filter] + or: [metis_swap_LpTransferEvent_filter] } -enum sepolia_swap_LpTransferEvent_orderBy { +enum metis_swap_LpTransferEvent_orderBy { id token token__id @@ -59924,17 +59924,17 @@ enum sepolia_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum sepolia_swap_OrderDirection { +enum metis_swap_OrderDirection { asc desc } -type sepolia_swap_PooledToken { +type metis_swap_PooledToken { id: ID! - asset: sepolia_swap_Bytes! + asset: metis_swap_Bytes! } -input sepolia_swap_PooledToken_filter { +input metis_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -59943,59 +59943,59 @@ input sepolia_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: sepolia_swap_Bytes - asset_not: sepolia_swap_Bytes - asset_gt: sepolia_swap_Bytes - asset_lt: sepolia_swap_Bytes - asset_gte: sepolia_swap_Bytes - asset_lte: sepolia_swap_Bytes - asset_in: [sepolia_swap_Bytes!] - asset_not_in: [sepolia_swap_Bytes!] - asset_contains: sepolia_swap_Bytes - asset_not_contains: sepolia_swap_Bytes + asset: metis_swap_Bytes + asset_not: metis_swap_Bytes + asset_gt: metis_swap_Bytes + asset_lt: metis_swap_Bytes + asset_gte: metis_swap_Bytes + asset_lte: metis_swap_Bytes + asset_in: [metis_swap_Bytes!] + asset_not_in: [metis_swap_Bytes!] + asset_contains: metis_swap_Bytes + asset_not_contains: metis_swap_Bytes """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_PooledToken_filter] - or: [sepolia_swap_PooledToken_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_PooledToken_filter] + or: [metis_swap_PooledToken_filter] } -enum sepolia_swap_PooledToken_orderBy { +enum metis_swap_PooledToken_orderBy { id asset } -type sepolia_swap_StableSwap { +type metis_swap_StableSwap { id: ID! isActive: Boolean - key: sepolia_swap_Bytes! - canonicalId: sepolia_swap_Bytes + key: metis_swap_Bytes! + canonicalId: metis_swap_Bytes domain: BigInt - swapPool: sepolia_swap_Bytes - lpToken: sepolia_swap_Bytes + swapPool: metis_swap_Bytes + lpToken: metis_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [sepolia_swap_Bytes!]! + pooledTokens: [metis_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_StableSwapEvent_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_StableSwapEvent_filter): [sepolia_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_StableSwapExchange_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_StableSwapExchange_filter): [sepolia_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapHourlyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapHourlyVolume_filter): [sepolia_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapDailyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapDailyVolume_filter): [sepolia_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapWeeklyVolume_filter): [sepolia_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapEvent_filter): [metis_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapExchange_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapExchange_filter): [metis_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapHourlyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapHourlyVolume_filter): [metis_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapDailyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapDailyVolume_filter): [metis_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapWeeklyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapWeeklyVolume_filter): [metis_swap_SwapWeeklyVolume!] } -type sepolia_swap_StableSwapAddLiquidityEvent implements sepolia_swap_StableSwapEvent { +type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEvent { id: ID! - stableSwap: sepolia_swap_StableSwap! - provider: sepolia_swap_Bytes! + stableSwap: metis_swap_StableSwap! + provider: metis_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -60004,11 +60004,11 @@ type sepolia_swap_StableSwapAddLiquidityEvent implements sepolia_swap_StableSwap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input sepolia_swap_StableSwapAddLiquidityEvent_filter { +input metis_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -60037,17 +60037,17 @@ input sepolia_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter - provider: sepolia_swap_Bytes - provider_not: sepolia_swap_Bytes - provider_gt: sepolia_swap_Bytes - provider_lt: sepolia_swap_Bytes - provider_gte: sepolia_swap_Bytes - provider_lte: sepolia_swap_Bytes - provider_in: [sepolia_swap_Bytes!] - provider_not_in: [sepolia_swap_Bytes!] - provider_contains: sepolia_swap_Bytes - provider_not_contains: sepolia_swap_Bytes + stableSwap_: metis_swap_StableSwap_filter + provider: metis_swap_Bytes + provider_not: metis_swap_Bytes + provider_gt: metis_swap_Bytes + provider_lt: metis_swap_Bytes + provider_gte: metis_swap_Bytes + provider_lte: metis_swap_Bytes + provider_in: [metis_swap_Bytes!] + provider_not_in: [metis_swap_Bytes!] + provider_contains: metis_swap_Bytes + provider_not_contains: metis_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -60106,16 +60106,16 @@ input sepolia_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60125,12 +60125,12 @@ input sepolia_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapAddLiquidityEvent_filter] - or: [sepolia_swap_StableSwapAddLiquidityEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapAddLiquidityEvent_filter] + or: [metis_swap_StableSwapAddLiquidityEvent_filter] } -enum sepolia_swap_StableSwapAddLiquidityEvent_orderBy { +enum metis_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -60162,16 +60162,16 @@ enum sepolia_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface sepolia_swap_StableSwapEvent { +interface metis_swap_StableSwapEvent { id: ID! - stableSwap: sepolia_swap_StableSwap! + stableSwap: metis_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input sepolia_swap_StableSwapEvent_filter { +input metis_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -60200,7 +60200,7 @@ input sepolia_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -60217,16 +60217,16 @@ input sepolia_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60236,12 +60236,12 @@ input sepolia_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapEvent_filter] - or: [sepolia_swap_StableSwapEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapEvent_filter] + or: [metis_swap_StableSwapEvent_filter] } -enum sepolia_swap_StableSwapEvent_orderBy { +enum metis_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -60266,10 +60266,10 @@ enum sepolia_swap_StableSwapEvent_orderBy { nonce } -type sepolia_swap_StableSwapExchange { +type metis_swap_StableSwapExchange { id: ID! - stableSwap: sepolia_swap_StableSwap! - buyer: sepolia_swap_Bytes! + stableSwap: metis_swap_StableSwap! + buyer: metis_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -60278,11 +60278,11 @@ type sepolia_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input sepolia_swap_StableSwapExchange_filter { +input metis_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -60311,17 +60311,17 @@ input sepolia_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter - buyer: sepolia_swap_Bytes - buyer_not: sepolia_swap_Bytes - buyer_gt: sepolia_swap_Bytes - buyer_lt: sepolia_swap_Bytes - buyer_gte: sepolia_swap_Bytes - buyer_lte: sepolia_swap_Bytes - buyer_in: [sepolia_swap_Bytes!] - buyer_not_in: [sepolia_swap_Bytes!] - buyer_contains: sepolia_swap_Bytes - buyer_not_contains: sepolia_swap_Bytes + stableSwap_: metis_swap_StableSwap_filter + buyer: metis_swap_Bytes + buyer_not: metis_swap_Bytes + buyer_gt: metis_swap_Bytes + buyer_lt: metis_swap_Bytes + buyer_gte: metis_swap_Bytes + buyer_lte: metis_swap_Bytes + buyer_in: [metis_swap_Bytes!] + buyer_not_in: [metis_swap_Bytes!] + buyer_contains: metis_swap_Bytes + buyer_not_contains: metis_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -60384,16 +60384,16 @@ input sepolia_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60403,12 +60403,12 @@ input sepolia_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapExchange_filter] - or: [sepolia_swap_StableSwapExchange_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapExchange_filter] + or: [metis_swap_StableSwapExchange_filter] } -enum sepolia_swap_StableSwapExchange_orderBy { +enum metis_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -60440,10 +60440,10 @@ enum sepolia_swap_StableSwapExchange_orderBy { nonce } -type sepolia_swap_StableSwapRemoveLiquidityEvent implements sepolia_swap_StableSwapEvent { +type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapEvent { id: ID! - stableSwap: sepolia_swap_StableSwap! - provider: sepolia_swap_Bytes! + stableSwap: metis_swap_StableSwap! + provider: metis_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -60452,11 +60452,11 @@ type sepolia_swap_StableSwapRemoveLiquidityEvent implements sepolia_swap_StableS balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transaction: metis_swap_Bytes! nonce: BigInt! } -input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { +input metis_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -60485,22 +60485,22 @@ input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter - provider: sepolia_swap_Bytes - provider_not: sepolia_swap_Bytes - provider_gt: sepolia_swap_Bytes - provider_lt: sepolia_swap_Bytes - provider_gte: sepolia_swap_Bytes - provider_lte: sepolia_swap_Bytes - provider_in: [sepolia_swap_Bytes!] - provider_not_in: [sepolia_swap_Bytes!] - provider_contains: sepolia_swap_Bytes - provider_not_contains: sepolia_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] + stableSwap_: metis_swap_StableSwap_filter + provider: metis_swap_Bytes + provider_not: metis_swap_Bytes + provider_gt: metis_swap_Bytes + provider_lt: metis_swap_Bytes + provider_gte: metis_swap_Bytes + provider_lte: metis_swap_Bytes + provider_in: [metis_swap_Bytes!] + provider_not_in: [metis_swap_Bytes!] + provider_contains: metis_swap_Bytes + provider_not_contains: metis_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!] @@ -60554,16 +60554,16 @@ input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: sepolia_swap_Bytes - transaction_not: sepolia_swap_Bytes - transaction_gt: sepolia_swap_Bytes - transaction_lt: sepolia_swap_Bytes - transaction_gte: sepolia_swap_Bytes - transaction_lte: sepolia_swap_Bytes - transaction_in: [sepolia_swap_Bytes!] - transaction_not_in: [sepolia_swap_Bytes!] - transaction_contains: sepolia_swap_Bytes - transaction_not_contains: sepolia_swap_Bytes + transaction: metis_swap_Bytes + transaction_not: metis_swap_Bytes + transaction_gt: metis_swap_Bytes + transaction_lt: metis_swap_Bytes + transaction_gte: metis_swap_Bytes + transaction_lte: metis_swap_Bytes + transaction_in: [metis_swap_Bytes!] + transaction_not_in: [metis_swap_Bytes!] + transaction_contains: metis_swap_Bytes + transaction_not_contains: metis_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -60573,12 +60573,12 @@ input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapRemoveLiquidityEvent_filter] - or: [sepolia_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapRemoveLiquidityEvent_filter] + or: [metis_swap_StableSwapRemoveLiquidityEvent_filter] } -enum sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -60610,7 +60610,7 @@ enum sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input sepolia_swap_StableSwap_filter { +input metis_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -60623,26 +60623,26 @@ input sepolia_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: sepolia_swap_Bytes - key_not: sepolia_swap_Bytes - key_gt: sepolia_swap_Bytes - key_lt: sepolia_swap_Bytes - key_gte: sepolia_swap_Bytes - key_lte: sepolia_swap_Bytes - key_in: [sepolia_swap_Bytes!] - key_not_in: [sepolia_swap_Bytes!] - key_contains: sepolia_swap_Bytes - key_not_contains: sepolia_swap_Bytes - canonicalId: sepolia_swap_Bytes - canonicalId_not: sepolia_swap_Bytes - canonicalId_gt: sepolia_swap_Bytes - canonicalId_lt: sepolia_swap_Bytes - canonicalId_gte: sepolia_swap_Bytes - canonicalId_lte: sepolia_swap_Bytes - canonicalId_in: [sepolia_swap_Bytes!] - canonicalId_not_in: [sepolia_swap_Bytes!] - canonicalId_contains: sepolia_swap_Bytes - canonicalId_not_contains: sepolia_swap_Bytes + key: metis_swap_Bytes + key_not: metis_swap_Bytes + key_gt: metis_swap_Bytes + key_lt: metis_swap_Bytes + key_gte: metis_swap_Bytes + key_lte: metis_swap_Bytes + key_in: [metis_swap_Bytes!] + key_not_in: [metis_swap_Bytes!] + key_contains: metis_swap_Bytes + key_not_contains: metis_swap_Bytes + canonicalId: metis_swap_Bytes + canonicalId_not: metis_swap_Bytes + canonicalId_gt: metis_swap_Bytes + canonicalId_lt: metis_swap_Bytes + canonicalId_gte: metis_swap_Bytes + canonicalId_lte: metis_swap_Bytes + canonicalId_in: [metis_swap_Bytes!] + canonicalId_not_in: [metis_swap_Bytes!] + canonicalId_contains: metis_swap_Bytes + canonicalId_not_contains: metis_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -60651,26 +60651,26 @@ input sepolia_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: sepolia_swap_Bytes - swapPool_not: sepolia_swap_Bytes - swapPool_gt: sepolia_swap_Bytes - swapPool_lt: sepolia_swap_Bytes - swapPool_gte: sepolia_swap_Bytes - swapPool_lte: sepolia_swap_Bytes - swapPool_in: [sepolia_swap_Bytes!] - swapPool_not_in: [sepolia_swap_Bytes!] - swapPool_contains: sepolia_swap_Bytes - swapPool_not_contains: sepolia_swap_Bytes - lpToken: sepolia_swap_Bytes - lpToken_not: sepolia_swap_Bytes - lpToken_gt: sepolia_swap_Bytes - lpToken_lt: sepolia_swap_Bytes - lpToken_gte: sepolia_swap_Bytes - lpToken_lte: sepolia_swap_Bytes - lpToken_in: [sepolia_swap_Bytes!] - lpToken_not_in: [sepolia_swap_Bytes!] - lpToken_contains: sepolia_swap_Bytes - lpToken_not_contains: sepolia_swap_Bytes + swapPool: metis_swap_Bytes + swapPool_not: metis_swap_Bytes + swapPool_gt: metis_swap_Bytes + swapPool_lt: metis_swap_Bytes + swapPool_gte: metis_swap_Bytes + swapPool_lte: metis_swap_Bytes + swapPool_in: [metis_swap_Bytes!] + swapPool_not_in: [metis_swap_Bytes!] + swapPool_contains: metis_swap_Bytes + swapPool_not_contains: metis_swap_Bytes + lpToken: metis_swap_Bytes + lpToken_not: metis_swap_Bytes + lpToken_gt: metis_swap_Bytes + lpToken_lt: metis_swap_Bytes + lpToken_gte: metis_swap_Bytes + lpToken_lte: metis_swap_Bytes + lpToken_in: [metis_swap_Bytes!] + lpToken_not_in: [metis_swap_Bytes!] + lpToken_contains: metis_swap_Bytes + lpToken_not_contains: metis_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -60719,12 +60719,12 @@ input sepolia_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [sepolia_swap_Bytes!] - pooledTokens_not: [sepolia_swap_Bytes!] - pooledTokens_contains: [sepolia_swap_Bytes!] - pooledTokens_contains_nocase: [sepolia_swap_Bytes!] - pooledTokens_not_contains: [sepolia_swap_Bytes!] - pooledTokens_not_contains_nocase: [sepolia_swap_Bytes!] + pooledTokens: [metis_swap_Bytes!] + pooledTokens_not: [metis_swap_Bytes!] + pooledTokens_contains: [metis_swap_Bytes!] + pooledTokens_contains_nocase: [metis_swap_Bytes!] + pooledTokens_not_contains: [metis_swap_Bytes!] + pooledTokens_not_contains_nocase: [metis_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -60767,18 +60767,18 @@ input sepolia_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: sepolia_swap_StableSwapEvent_filter - exchanges_: sepolia_swap_StableSwapExchange_filter - hourlyVolumes_: sepolia_swap_SwapHourlyVolume_filter - dailyVolumes_: sepolia_swap_SwapDailyVolume_filter - weeklyVolumes_: sepolia_swap_SwapWeeklyVolume_filter + events_: metis_swap_StableSwapEvent_filter + exchanges_: metis_swap_StableSwapExchange_filter + hourlyVolumes_: metis_swap_SwapHourlyVolume_filter + dailyVolumes_: metis_swap_SwapDailyVolume_filter + weeklyVolumes_: metis_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwap_filter] - or: [sepolia_swap_StableSwap_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwap_filter] + or: [metis_swap_StableSwap_filter] } -enum sepolia_swap_StableSwap_orderBy { +enum metis_swap_StableSwap_orderBy { id isActive key @@ -60806,14 +60806,14 @@ enum sepolia_swap_StableSwap_orderBy { weeklyVolumes } -type sepolia_swap_SwapDailyVolume implements sepolia_swap_SwapTradeVolume { +type metis_swap_SwapDailyVolume implements metis_swap_SwapTradeVolume { id: ID! - stableSwap: sepolia_swap_StableSwap! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input sepolia_swap_SwapDailyVolume_filter { +input metis_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60842,7 +60842,7 @@ input sepolia_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60851,21 +60851,21 @@ input sepolia_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: sepolia_swap_BigDecimal - volume_not: sepolia_swap_BigDecimal - volume_gt: sepolia_swap_BigDecimal - volume_lt: sepolia_swap_BigDecimal - volume_gte: sepolia_swap_BigDecimal - volume_lte: sepolia_swap_BigDecimal - volume_in: [sepolia_swap_BigDecimal!] - volume_not_in: [sepolia_swap_BigDecimal!] + volume: metis_swap_BigDecimal + volume_not: metis_swap_BigDecimal + volume_gt: metis_swap_BigDecimal + volume_lt: metis_swap_BigDecimal + volume_gte: metis_swap_BigDecimal + volume_lte: metis_swap_BigDecimal + volume_in: [metis_swap_BigDecimal!] + volume_not_in: [metis_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapDailyVolume_filter] - or: [sepolia_swap_SwapDailyVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapDailyVolume_filter] + or: [metis_swap_SwapDailyVolume_filter] } -enum sepolia_swap_SwapDailyVolume_orderBy { +enum metis_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -60888,14 +60888,14 @@ enum sepolia_swap_SwapDailyVolume_orderBy { volume } -type sepolia_swap_SwapHourlyVolume implements sepolia_swap_SwapTradeVolume { +type metis_swap_SwapHourlyVolume implements metis_swap_SwapTradeVolume { id: ID! - stableSwap: sepolia_swap_StableSwap! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input sepolia_swap_SwapHourlyVolume_filter { +input metis_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60924,7 +60924,7 @@ input sepolia_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60933,21 +60933,21 @@ input sepolia_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: sepolia_swap_BigDecimal - volume_not: sepolia_swap_BigDecimal - volume_gt: sepolia_swap_BigDecimal - volume_lt: sepolia_swap_BigDecimal - volume_gte: sepolia_swap_BigDecimal - volume_lte: sepolia_swap_BigDecimal - volume_in: [sepolia_swap_BigDecimal!] - volume_not_in: [sepolia_swap_BigDecimal!] + volume: metis_swap_BigDecimal + volume_not: metis_swap_BigDecimal + volume_gt: metis_swap_BigDecimal + volume_lt: metis_swap_BigDecimal + volume_gte: metis_swap_BigDecimal + volume_lte: metis_swap_BigDecimal + volume_in: [metis_swap_BigDecimal!] + volume_not_in: [metis_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapHourlyVolume_filter] - or: [sepolia_swap_SwapHourlyVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapHourlyVolume_filter] + or: [metis_swap_SwapHourlyVolume_filter] } -enum sepolia_swap_SwapHourlyVolume_orderBy { +enum metis_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -60970,13 +60970,13 @@ enum sepolia_swap_SwapHourlyVolume_orderBy { volume } -interface sepolia_swap_SwapTradeVolume { - stableSwap: sepolia_swap_StableSwap! +interface metis_swap_SwapTradeVolume { + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input sepolia_swap_SwapTradeVolume_filter { +input metis_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -60997,7 +60997,7 @@ input sepolia_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -61006,21 +61006,21 @@ input sepolia_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: sepolia_swap_BigDecimal - volume_not: sepolia_swap_BigDecimal - volume_gt: sepolia_swap_BigDecimal - volume_lt: sepolia_swap_BigDecimal - volume_gte: sepolia_swap_BigDecimal - volume_lte: sepolia_swap_BigDecimal - volume_in: [sepolia_swap_BigDecimal!] - volume_not_in: [sepolia_swap_BigDecimal!] + volume: metis_swap_BigDecimal + volume_not: metis_swap_BigDecimal + volume_gt: metis_swap_BigDecimal + volume_lt: metis_swap_BigDecimal + volume_gte: metis_swap_BigDecimal + volume_lte: metis_swap_BigDecimal + volume_in: [metis_swap_BigDecimal!] + volume_not_in: [metis_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapTradeVolume_filter] - or: [sepolia_swap_SwapTradeVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapTradeVolume_filter] + or: [metis_swap_SwapTradeVolume_filter] } -enum sepolia_swap_SwapTradeVolume_orderBy { +enum metis_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -61042,14 +61042,14 @@ enum sepolia_swap_SwapTradeVolume_orderBy { volume } -type sepolia_swap_SwapWeeklyVolume implements sepolia_swap_SwapTradeVolume { +type metis_swap_SwapWeeklyVolume implements metis_swap_SwapTradeVolume { id: ID! - stableSwap: sepolia_swap_StableSwap! + stableSwap: metis_swap_StableSwap! timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + volume: metis_swap_BigDecimal! } -input sepolia_swap_SwapWeeklyVolume_filter { +input metis_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -61078,7 +61078,7 @@ input sepolia_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_swap_StableSwap_filter + stableSwap_: metis_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -61087,21 +61087,21 @@ input sepolia_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: sepolia_swap_BigDecimal - volume_not: sepolia_swap_BigDecimal - volume_gt: sepolia_swap_BigDecimal - volume_lt: sepolia_swap_BigDecimal - volume_gte: sepolia_swap_BigDecimal - volume_lte: sepolia_swap_BigDecimal - volume_in: [sepolia_swap_BigDecimal!] - volume_not_in: [sepolia_swap_BigDecimal!] + volume: metis_swap_BigDecimal + volume_not: metis_swap_BigDecimal + volume_gt: metis_swap_BigDecimal + volume_lt: metis_swap_BigDecimal + volume_gte: metis_swap_BigDecimal + volume_lte: metis_swap_BigDecimal + volume_in: [metis_swap_BigDecimal!] + volume_not_in: [metis_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapWeeklyVolume_filter] - or: [sepolia_swap_SwapWeeklyVolume_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapWeeklyVolume_filter] + or: [metis_swap_SwapWeeklyVolume_filter] } -enum sepolia_swap_SwapWeeklyVolume_orderBy { +enum metis_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -61124,13 +61124,13 @@ enum sepolia_swap_SwapWeeklyVolume_orderBy { volume } -type sepolia_swap_SystemInfo { +type metis_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input sepolia_swap_SystemInfo_filter { +input metis_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -61156,12 +61156,12 @@ input sepolia_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SystemInfo_filter] - or: [sepolia_swap_SystemInfo_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SystemInfo_filter] + or: [metis_swap_SystemInfo_filter] } -enum sepolia_swap_SystemInfo_orderBy { +enum metis_swap_SystemInfo_orderBy { id exchangeCount swapCount @@ -61173,19 +61173,19 @@ A string representation of microseconds UNIX timestamp (16 digits) """ scalar Timestamp -type sepolia_swap__Block_ { +type metis_swap__Block_ { """The hash of the block""" - hash: sepolia_swap_Bytes + hash: metis_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: sepolia_swap_Bytes + parentHash: metis_swap_Bytes } """The type for the top-level _meta field""" -type sepolia_swap__Meta_ { +type metis_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 @@ -61193,7 +61193,7 @@ type sepolia_swap__Meta_ { and therefore asks for the latest block """ - block: sepolia_swap__Block_! + block: metis_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -61209,48 +61209,37 @@ enum _SubgraphErrorPolicy_ { deny } -enum optimismsepolia_swap_Aggregation_interval { - hour - day -} - -scalar optimismsepolia_swap_BigDecimal +scalar linea_swap_BigDecimal -input optimismsepolia_swap_BlockChangedFilter { +input linea_swap_BlockChangedFilter { number_gte: Int! } -input optimismsepolia_swap_Block_height { - hash: optimismsepolia_swap_Bytes +input linea_swap_Block_height { + hash: linea_swap_Bytes number: Int number_gte: Int } -scalar optimismsepolia_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar optimismsepolia_swap_Int8 +scalar linea_swap_Bytes -type optimismsepolia_swap_LpAccount { +type linea_swap_LpAccount { id: ID! - address: optimismsepolia_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_LpAccountBalance_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_LpAccountBalance_filter): [optimismsepolia_swap_LpAccountBalance!]! + address: linea_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpAccountBalance_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpAccountBalance_filter): [linea_swap_LpAccountBalance!]! } -type optimismsepolia_swap_LpAccountBalance { +type linea_swap_LpAccountBalance { id: ID! - account: optimismsepolia_swap_LpAccount! - token: optimismsepolia_swap_LpToken! - amount: optimismsepolia_swap_BigDecimal! + account: linea_swap_LpAccount! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! block: BigInt modified: BigInt - transaction: optimismsepolia_swap_Bytes + transaction: linea_swap_Bytes } -input optimismsepolia_swap_LpAccountBalance_filter { +input linea_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -61279,7 +61268,7 @@ input optimismsepolia_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: optimismsepolia_swap_LpAccount_filter + account_: linea_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -61300,15 +61289,15 @@ input optimismsepolia_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismsepolia_swap_LpToken_filter - amount: optimismsepolia_swap_BigDecimal - amount_not: optimismsepolia_swap_BigDecimal - amount_gt: optimismsepolia_swap_BigDecimal - amount_lt: optimismsepolia_swap_BigDecimal - amount_gte: optimismsepolia_swap_BigDecimal - amount_lte: optimismsepolia_swap_BigDecimal - amount_in: [optimismsepolia_swap_BigDecimal!] - amount_not_in: [optimismsepolia_swap_BigDecimal!] + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -61325,41 +61314,27 @@ input optimismsepolia_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpAccountBalance_filter] - or: [optimismsepolia_swap_LpAccountBalance_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_LpAccountBalance_orderBy { +enum linea_swap_LpAccountBalance_orderBy { id account - account__id - account__address token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount block modified transaction } -input optimismsepolia_swap_LpAccount_filter { +input linea_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -61368,51 +61343,45 @@ input optimismsepolia_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimismsepolia_swap_Bytes - address_not: optimismsepolia_swap_Bytes - address_gt: optimismsepolia_swap_Bytes - address_lt: optimismsepolia_swap_Bytes - address_gte: optimismsepolia_swap_Bytes - address_lte: optimismsepolia_swap_Bytes - address_in: [optimismsepolia_swap_Bytes!] - address_not_in: [optimismsepolia_swap_Bytes!] - address_contains: optimismsepolia_swap_Bytes - address_not_contains: optimismsepolia_swap_Bytes - balances_: optimismsepolia_swap_LpAccountBalance_filter + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes + balances_: linea_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpAccount_filter] - or: [optimismsepolia_swap_LpAccount_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_LpAccount_orderBy { +enum linea_swap_LpAccount_orderBy { id address balances } -type optimismsepolia_swap_LpToken { +type linea_swap_LpToken { id: ID! - address: optimismsepolia_swap_Bytes! - stableSwap: optimismsepolia_swap_StableSwap! + address: linea_swap_Bytes! + stableSwap: linea_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: optimismsepolia_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_LpTokenEvent_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_LpTokenEvent_filter): [optimismsepolia_swap_LpTokenEvent!]! + totalSupply: linea_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! } -interface optimismsepolia_swap_LpTokenEvent { +interface linea_swap_LpTokenEvent { id: ID! - token: optimismsepolia_swap_LpToken! - amount: optimismsepolia_swap_BigDecimal! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input optimismsepolia_swap_LpTokenEvent_filter { +input linea_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -61441,15 +61410,15 @@ input optimismsepolia_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismsepolia_swap_LpToken_filter - amount: optimismsepolia_swap_BigDecimal - amount_not: optimismsepolia_swap_BigDecimal - amount_gt: optimismsepolia_swap_BigDecimal - amount_lt: optimismsepolia_swap_BigDecimal - amount_gte: optimismsepolia_swap_BigDecimal - amount_lte: optimismsepolia_swap_BigDecimal - amount_in: [optimismsepolia_swap_BigDecimal!] - amount_not_in: [optimismsepolia_swap_BigDecimal!] + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -61466,16 +61435,12 @@ input optimismsepolia_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -61485,20 +61450,12 @@ input optimismsepolia_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpTokenEvent_filter] - or: [optimismsepolia_swap_LpTokenEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_LpTokenEvent_orderBy { +enum linea_swap_LpTokenEvent_orderBy { id token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount block timestamp @@ -61506,7 +61463,7 @@ enum optimismsepolia_swap_LpTokenEvent_orderBy { nonce } -input optimismsepolia_swap_LpToken_filter { +input linea_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -61515,16 +61472,12 @@ input optimismsepolia_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimismsepolia_swap_Bytes - address_not: optimismsepolia_swap_Bytes - address_gt: optimismsepolia_swap_Bytes - address_lt: optimismsepolia_swap_Bytes - address_gte: optimismsepolia_swap_Bytes - address_lte: optimismsepolia_swap_Bytes - address_in: [optimismsepolia_swap_Bytes!] - address_not_in: [optimismsepolia_swap_Bytes!] - address_contains: optimismsepolia_swap_Bytes - address_not_contains: optimismsepolia_swap_Bytes + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -61545,7 +61498,7 @@ input optimismsepolia_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -61594,41 +61547,22 @@ input optimismsepolia_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: optimismsepolia_swap_BigDecimal - totalSupply_not: optimismsepolia_swap_BigDecimal - totalSupply_gt: optimismsepolia_swap_BigDecimal - totalSupply_lt: optimismsepolia_swap_BigDecimal - totalSupply_gte: optimismsepolia_swap_BigDecimal - totalSupply_lte: optimismsepolia_swap_BigDecimal - totalSupply_in: [optimismsepolia_swap_BigDecimal!] - totalSupply_not_in: [optimismsepolia_swap_BigDecimal!] - events_: optimismsepolia_swap_LpTokenEvent_filter + totalSupply: linea_swap_BigDecimal + totalSupply_not: linea_swap_BigDecimal + totalSupply_gt: linea_swap_BigDecimal + totalSupply_lt: linea_swap_BigDecimal + totalSupply_gte: linea_swap_BigDecimal + totalSupply_lte: linea_swap_BigDecimal + totalSupply_in: [linea_swap_BigDecimal!] + totalSupply_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpToken_filter] - or: [optimismsepolia_swap_LpToken_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_LpToken_orderBy { +enum linea_swap_LpToken_orderBy { id address stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply decimals name symbol @@ -61636,21 +61570,21 @@ enum optimismsepolia_swap_LpToken_orderBy { events } -type optimismsepolia_swap_LpTransferEvent implements optimismsepolia_swap_LpTokenEvent { +type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { id: ID! - token: optimismsepolia_swap_LpToken! - amount: optimismsepolia_swap_BigDecimal! - from: optimismsepolia_swap_Bytes! - to: optimismsepolia_swap_Bytes! - fromBalance: optimismsepolia_swap_BigDecimal! - toBalance: optimismsepolia_swap_BigDecimal! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + from: linea_swap_Bytes! + to: linea_swap_Bytes! + fromBalance: linea_swap_BigDecimal! + toBalance: linea_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input optimismsepolia_swap_LpTransferEvent_filter { +input linea_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -61679,51 +61613,43 @@ input optimismsepolia_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimismsepolia_swap_LpToken_filter - amount: optimismsepolia_swap_BigDecimal - amount_not: optimismsepolia_swap_BigDecimal - amount_gt: optimismsepolia_swap_BigDecimal - amount_lt: optimismsepolia_swap_BigDecimal - amount_gte: optimismsepolia_swap_BigDecimal - amount_lte: optimismsepolia_swap_BigDecimal - amount_in: [optimismsepolia_swap_BigDecimal!] - amount_not_in: [optimismsepolia_swap_BigDecimal!] - from: optimismsepolia_swap_Bytes - from_not: optimismsepolia_swap_Bytes - from_gt: optimismsepolia_swap_Bytes - from_lt: optimismsepolia_swap_Bytes - from_gte: optimismsepolia_swap_Bytes - from_lte: optimismsepolia_swap_Bytes - from_in: [optimismsepolia_swap_Bytes!] - from_not_in: [optimismsepolia_swap_Bytes!] - from_contains: optimismsepolia_swap_Bytes - from_not_contains: optimismsepolia_swap_Bytes - to: optimismsepolia_swap_Bytes - to_not: optimismsepolia_swap_Bytes - to_gt: optimismsepolia_swap_Bytes - to_lt: optimismsepolia_swap_Bytes - to_gte: optimismsepolia_swap_Bytes - to_lte: optimismsepolia_swap_Bytes - to_in: [optimismsepolia_swap_Bytes!] - to_not_in: [optimismsepolia_swap_Bytes!] - to_contains: optimismsepolia_swap_Bytes - to_not_contains: optimismsepolia_swap_Bytes - fromBalance: optimismsepolia_swap_BigDecimal - fromBalance_not: optimismsepolia_swap_BigDecimal - fromBalance_gt: optimismsepolia_swap_BigDecimal - fromBalance_lt: optimismsepolia_swap_BigDecimal - fromBalance_gte: optimismsepolia_swap_BigDecimal - fromBalance_lte: optimismsepolia_swap_BigDecimal - fromBalance_in: [optimismsepolia_swap_BigDecimal!] - fromBalance_not_in: [optimismsepolia_swap_BigDecimal!] - toBalance: optimismsepolia_swap_BigDecimal - toBalance_not: optimismsepolia_swap_BigDecimal - toBalance_gt: optimismsepolia_swap_BigDecimal - toBalance_lt: optimismsepolia_swap_BigDecimal - toBalance_gte: optimismsepolia_swap_BigDecimal - toBalance_lte: optimismsepolia_swap_BigDecimal - toBalance_in: [optimismsepolia_swap_BigDecimal!] - toBalance_not_in: [optimismsepolia_swap_BigDecimal!] + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + from: linea_swap_Bytes + from_not: linea_swap_Bytes + from_in: [linea_swap_Bytes!] + from_not_in: [linea_swap_Bytes!] + from_contains: linea_swap_Bytes + from_not_contains: linea_swap_Bytes + to: linea_swap_Bytes + to_not: linea_swap_Bytes + to_in: [linea_swap_Bytes!] + to_not_in: [linea_swap_Bytes!] + to_contains: linea_swap_Bytes + to_not_contains: linea_swap_Bytes + fromBalance: linea_swap_BigDecimal + fromBalance_not: linea_swap_BigDecimal + fromBalance_gt: linea_swap_BigDecimal + fromBalance_lt: linea_swap_BigDecimal + fromBalance_gte: linea_swap_BigDecimal + fromBalance_lte: linea_swap_BigDecimal + fromBalance_in: [linea_swap_BigDecimal!] + fromBalance_not_in: [linea_swap_BigDecimal!] + toBalance: linea_swap_BigDecimal + toBalance_not: linea_swap_BigDecimal + toBalance_gt: linea_swap_BigDecimal + toBalance_lt: linea_swap_BigDecimal + toBalance_gte: linea_swap_BigDecimal + toBalance_lte: linea_swap_BigDecimal + toBalance_in: [linea_swap_BigDecimal!] + toBalance_not_in: [linea_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -61740,16 +61666,12 @@ input optimismsepolia_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -61759,20 +61681,12 @@ input optimismsepolia_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpTransferEvent_filter] - or: [optimismsepolia_swap_LpTransferEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_LpTransferEvent_orderBy { +enum linea_swap_LpTransferEvent_orderBy { id token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount from to @@ -61785,17 +61699,17 @@ enum optimismsepolia_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimismsepolia_swap_OrderDirection { +enum linea_swap_OrderDirection { asc desc } -type optimismsepolia_swap_PooledToken { +type linea_swap_PooledToken { id: ID! - asset: optimismsepolia_swap_Bytes! + asset: linea_swap_Bytes! } -input optimismsepolia_swap_PooledToken_filter { +input linea_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -61804,59 +61718,53 @@ input optimismsepolia_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: optimismsepolia_swap_Bytes - asset_not: optimismsepolia_swap_Bytes - asset_gt: optimismsepolia_swap_Bytes - asset_lt: optimismsepolia_swap_Bytes - asset_gte: optimismsepolia_swap_Bytes - asset_lte: optimismsepolia_swap_Bytes - asset_in: [optimismsepolia_swap_Bytes!] - asset_not_in: [optimismsepolia_swap_Bytes!] - asset_contains: optimismsepolia_swap_Bytes - asset_not_contains: optimismsepolia_swap_Bytes + asset: linea_swap_Bytes + asset_not: linea_swap_Bytes + asset_in: [linea_swap_Bytes!] + asset_not_in: [linea_swap_Bytes!] + asset_contains: linea_swap_Bytes + asset_not_contains: linea_swap_Bytes """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_PooledToken_filter] - or: [optimismsepolia_swap_PooledToken_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_PooledToken_orderBy { +enum linea_swap_PooledToken_orderBy { id asset } -type optimismsepolia_swap_StableSwap { +type linea_swap_StableSwap { id: ID! isActive: Boolean - key: optimismsepolia_swap_Bytes! - canonicalId: optimismsepolia_swap_Bytes + key: linea_swap_Bytes! + canonicalId: linea_swap_Bytes domain: BigInt - swapPool: optimismsepolia_swap_Bytes - lpToken: optimismsepolia_swap_Bytes + swapPool: linea_swap_Bytes + lpToken: linea_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [optimismsepolia_swap_Bytes!]! + pooledTokens: [linea_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_StableSwapEvent_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_StableSwapEvent_filter): [optimismsepolia_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_StableSwapExchange_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_StableSwapExchange_filter): [optimismsepolia_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapHourlyVolume_filter): [optimismsepolia_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapDailyVolume_filter): [optimismsepolia_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapWeeklyVolume_filter): [optimismsepolia_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapEvent_filter): [linea_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapExchange_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapExchange_filter): [linea_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapHourlyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapHourlyVolume_filter): [linea_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapDailyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapDailyVolume_filter): [linea_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapWeeklyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapWeeklyVolume_filter): [linea_swap_SwapWeeklyVolume!] } -type optimismsepolia_swap_StableSwapAddLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { +type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - provider: optimismsepolia_swap_Bytes! + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -61865,11 +61773,11 @@ type optimismsepolia_swap_StableSwapAddLiquidityEvent implements optimismsepolia balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input optimismsepolia_swap_StableSwapAddLiquidityEvent_filter { +input linea_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -61898,17 +61806,13 @@ input optimismsepolia_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter - provider: optimismsepolia_swap_Bytes - provider_not: optimismsepolia_swap_Bytes - provider_gt: optimismsepolia_swap_Bytes - provider_lt: optimismsepolia_swap_Bytes - provider_gte: optimismsepolia_swap_Bytes - provider_lte: optimismsepolia_swap_Bytes - provider_in: [optimismsepolia_swap_Bytes!] - provider_not_in: [optimismsepolia_swap_Bytes!] - provider_contains: optimismsepolia_swap_Bytes - provider_not_contains: optimismsepolia_swap_Bytes + stableSwap_: linea_swap_StableSwap_filter + provider: linea_swap_Bytes + provider_not: linea_swap_Bytes + provider_in: [linea_swap_Bytes!] + provider_not_in: [linea_swap_Bytes!] + provider_contains: linea_swap_Bytes + provider_not_contains: linea_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -61967,16 +61871,12 @@ input optimismsepolia_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -61986,30 +61886,12 @@ input optimismsepolia_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] - or: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy { +enum linea_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply provider tokenAmounts fees @@ -62023,16 +61905,16 @@ enum optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface optimismsepolia_swap_StableSwapEvent { +interface linea_swap_StableSwapEvent { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! + stableSwap: linea_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input optimismsepolia_swap_StableSwapEvent_filter { +input linea_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -62061,7 +61943,7 @@ input optimismsepolia_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -62078,16 +61960,12 @@ input optimismsepolia_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -62097,40 +61975,22 @@ input optimismsepolia_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapEvent_filter] - or: [optimismsepolia_swap_StableSwapEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_StableSwapEvent_orderBy { +enum linea_swap_StableSwapEvent_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply block timestamp transaction nonce } -type optimismsepolia_swap_StableSwapExchange { +type linea_swap_StableSwapExchange { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - buyer: optimismsepolia_swap_Bytes! + stableSwap: linea_swap_StableSwap! + buyer: linea_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -62139,11 +61999,11 @@ type optimismsepolia_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input optimismsepolia_swap_StableSwapExchange_filter { +input linea_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -62172,17 +62032,13 @@ input optimismsepolia_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter - buyer: optimismsepolia_swap_Bytes - buyer_not: optimismsepolia_swap_Bytes - buyer_gt: optimismsepolia_swap_Bytes - buyer_lt: optimismsepolia_swap_Bytes - buyer_gte: optimismsepolia_swap_Bytes - buyer_lte: optimismsepolia_swap_Bytes - buyer_in: [optimismsepolia_swap_Bytes!] - buyer_not_in: [optimismsepolia_swap_Bytes!] - buyer_contains: optimismsepolia_swap_Bytes - buyer_not_contains: optimismsepolia_swap_Bytes + stableSwap_: linea_swap_StableSwap_filter + buyer: linea_swap_Bytes + buyer_not: linea_swap_Bytes + buyer_in: [linea_swap_Bytes!] + buyer_not_in: [linea_swap_Bytes!] + buyer_contains: linea_swap_Bytes + buyer_not_contains: linea_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -62245,16 +62101,12 @@ input optimismsepolia_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -62264,30 +62116,12 @@ input optimismsepolia_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapExchange_filter] - or: [optimismsepolia_swap_StableSwapExchange_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_StableSwapExchange_orderBy { +enum linea_swap_StableSwapExchange_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply buyer boughtId tokensBought @@ -62301,10 +62135,10 @@ enum optimismsepolia_swap_StableSwapExchange_orderBy { nonce } -type optimismsepolia_swap_StableSwapRemoveLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { +type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - provider: optimismsepolia_swap_Bytes! + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -62313,11 +62147,11 @@ type optimismsepolia_swap_StableSwapRemoveLiquidityEvent implements optimismsepo balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! + transaction: linea_swap_Bytes! nonce: BigInt! } -input optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter { +input linea_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -62346,17 +62180,13 @@ input optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter - provider: optimismsepolia_swap_Bytes - provider_not: optimismsepolia_swap_Bytes - provider_gt: optimismsepolia_swap_Bytes - provider_lt: optimismsepolia_swap_Bytes - provider_gte: optimismsepolia_swap_Bytes - provider_lte: optimismsepolia_swap_Bytes - provider_in: [optimismsepolia_swap_Bytes!] - provider_not_in: [optimismsepolia_swap_Bytes!] - provider_contains: optimismsepolia_swap_Bytes - provider_not_contains: optimismsepolia_swap_Bytes + stableSwap_: linea_swap_StableSwap_filter + provider: linea_swap_Bytes + provider_not: linea_swap_Bytes + provider_in: [linea_swap_Bytes!] + provider_not_in: [linea_swap_Bytes!] + provider_contains: linea_swap_Bytes + provider_not_contains: linea_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -62415,16 +62245,12 @@ input optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimismsepolia_swap_Bytes - transaction_not: optimismsepolia_swap_Bytes - transaction_gt: optimismsepolia_swap_Bytes - transaction_lt: optimismsepolia_swap_Bytes - transaction_gte: optimismsepolia_swap_Bytes - transaction_lte: optimismsepolia_swap_Bytes - transaction_in: [optimismsepolia_swap_Bytes!] - transaction_not_in: [optimismsepolia_swap_Bytes!] - transaction_contains: optimismsepolia_swap_Bytes - transaction_not_contains: optimismsepolia_swap_Bytes + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -62434,30 +62260,12 @@ input optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply provider tokenAmounts fees @@ -62471,7 +62279,7 @@ enum optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input optimismsepolia_swap_StableSwap_filter { +input linea_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -62484,26 +62292,18 @@ input optimismsepolia_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: optimismsepolia_swap_Bytes - key_not: optimismsepolia_swap_Bytes - key_gt: optimismsepolia_swap_Bytes - key_lt: optimismsepolia_swap_Bytes - key_gte: optimismsepolia_swap_Bytes - key_lte: optimismsepolia_swap_Bytes - key_in: [optimismsepolia_swap_Bytes!] - key_not_in: [optimismsepolia_swap_Bytes!] - key_contains: optimismsepolia_swap_Bytes - key_not_contains: optimismsepolia_swap_Bytes - canonicalId: optimismsepolia_swap_Bytes - canonicalId_not: optimismsepolia_swap_Bytes - canonicalId_gt: optimismsepolia_swap_Bytes - canonicalId_lt: optimismsepolia_swap_Bytes - canonicalId_gte: optimismsepolia_swap_Bytes - canonicalId_lte: optimismsepolia_swap_Bytes - canonicalId_in: [optimismsepolia_swap_Bytes!] - canonicalId_not_in: [optimismsepolia_swap_Bytes!] - canonicalId_contains: optimismsepolia_swap_Bytes - canonicalId_not_contains: optimismsepolia_swap_Bytes + key: linea_swap_Bytes + key_not: linea_swap_Bytes + key_in: [linea_swap_Bytes!] + key_not_in: [linea_swap_Bytes!] + key_contains: linea_swap_Bytes + key_not_contains: linea_swap_Bytes + canonicalId: linea_swap_Bytes + canonicalId_not: linea_swap_Bytes + canonicalId_in: [linea_swap_Bytes!] + canonicalId_not_in: [linea_swap_Bytes!] + canonicalId_contains: linea_swap_Bytes + canonicalId_not_contains: linea_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -62512,26 +62312,18 @@ input optimismsepolia_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: optimismsepolia_swap_Bytes - swapPool_not: optimismsepolia_swap_Bytes - swapPool_gt: optimismsepolia_swap_Bytes - swapPool_lt: optimismsepolia_swap_Bytes - swapPool_gte: optimismsepolia_swap_Bytes - swapPool_lte: optimismsepolia_swap_Bytes - swapPool_in: [optimismsepolia_swap_Bytes!] - swapPool_not_in: [optimismsepolia_swap_Bytes!] - swapPool_contains: optimismsepolia_swap_Bytes - swapPool_not_contains: optimismsepolia_swap_Bytes - lpToken: optimismsepolia_swap_Bytes - lpToken_not: optimismsepolia_swap_Bytes - lpToken_gt: optimismsepolia_swap_Bytes - lpToken_lt: optimismsepolia_swap_Bytes - lpToken_gte: optimismsepolia_swap_Bytes - lpToken_lte: optimismsepolia_swap_Bytes - lpToken_in: [optimismsepolia_swap_Bytes!] - lpToken_not_in: [optimismsepolia_swap_Bytes!] - lpToken_contains: optimismsepolia_swap_Bytes - lpToken_not_contains: optimismsepolia_swap_Bytes + swapPool: linea_swap_Bytes + swapPool_not: linea_swap_Bytes + swapPool_in: [linea_swap_Bytes!] + swapPool_not_in: [linea_swap_Bytes!] + swapPool_contains: linea_swap_Bytes + swapPool_not_contains: linea_swap_Bytes + lpToken: linea_swap_Bytes + lpToken_not: linea_swap_Bytes + lpToken_in: [linea_swap_Bytes!] + lpToken_not_in: [linea_swap_Bytes!] + lpToken_contains: linea_swap_Bytes + lpToken_not_contains: linea_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -62580,12 +62372,12 @@ input optimismsepolia_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [optimismsepolia_swap_Bytes!] - pooledTokens_not: [optimismsepolia_swap_Bytes!] - pooledTokens_contains: [optimismsepolia_swap_Bytes!] - pooledTokens_contains_nocase: [optimismsepolia_swap_Bytes!] - pooledTokens_not_contains: [optimismsepolia_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimismsepolia_swap_Bytes!] + pooledTokens: [linea_swap_Bytes!] + pooledTokens_not: [linea_swap_Bytes!] + pooledTokens_contains: [linea_swap_Bytes!] + pooledTokens_contains_nocase: [linea_swap_Bytes!] + pooledTokens_not_contains: [linea_swap_Bytes!] + pooledTokens_not_contains_nocase: [linea_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -62628,18 +62420,15 @@ input optimismsepolia_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: optimismsepolia_swap_StableSwapEvent_filter - exchanges_: optimismsepolia_swap_StableSwapExchange_filter - hourlyVolumes_: optimismsepolia_swap_SwapHourlyVolume_filter - dailyVolumes_: optimismsepolia_swap_SwapDailyVolume_filter - weeklyVolumes_: optimismsepolia_swap_SwapWeeklyVolume_filter + exchanges_: linea_swap_StableSwapExchange_filter + hourlyVolumes_: linea_swap_SwapHourlyVolume_filter + dailyVolumes_: linea_swap_SwapDailyVolume_filter + weeklyVolumes_: linea_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwap_filter] - or: [optimismsepolia_swap_StableSwap_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_StableSwap_orderBy { +enum linea_swap_StableSwap_orderBy { id isActive key @@ -62667,14 +62456,14 @@ enum optimismsepolia_swap_StableSwap_orderBy { weeklyVolumes } -type optimismsepolia_swap_SwapDailyVolume implements optimismsepolia_swap_SwapTradeVolume { +type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! + volume: linea_swap_BigDecimal! } -input optimismsepolia_swap_SwapDailyVolume_filter { +input linea_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62703,7 +62492,7 @@ input optimismsepolia_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62712,51 +62501,33 @@ input optimismsepolia_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismsepolia_swap_BigDecimal - volume_not: optimismsepolia_swap_BigDecimal - volume_gt: optimismsepolia_swap_BigDecimal - volume_lt: optimismsepolia_swap_BigDecimal - volume_gte: optimismsepolia_swap_BigDecimal - volume_lte: optimismsepolia_swap_BigDecimal - volume_in: [optimismsepolia_swap_BigDecimal!] - volume_not_in: [optimismsepolia_swap_BigDecimal!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapDailyVolume_filter] - or: [optimismsepolia_swap_SwapDailyVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_SwapDailyVolume_orderBy { +enum linea_swap_SwapDailyVolume_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply timestamp volume } -type optimismsepolia_swap_SwapHourlyVolume implements optimismsepolia_swap_SwapTradeVolume { +type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! + volume: linea_swap_BigDecimal! } -input optimismsepolia_swap_SwapHourlyVolume_filter { +input linea_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62785,7 +62556,7 @@ input optimismsepolia_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62794,50 +62565,32 @@ input optimismsepolia_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismsepolia_swap_BigDecimal - volume_not: optimismsepolia_swap_BigDecimal - volume_gt: optimismsepolia_swap_BigDecimal - volume_lt: optimismsepolia_swap_BigDecimal - volume_gte: optimismsepolia_swap_BigDecimal - volume_lte: optimismsepolia_swap_BigDecimal - volume_in: [optimismsepolia_swap_BigDecimal!] - volume_not_in: [optimismsepolia_swap_BigDecimal!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapHourlyVolume_filter] - or: [optimismsepolia_swap_SwapHourlyVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_SwapHourlyVolume_orderBy { +enum linea_swap_SwapHourlyVolume_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply timestamp volume } -interface optimismsepolia_swap_SwapTradeVolume { - stableSwap: optimismsepolia_swap_StableSwap! +interface linea_swap_SwapTradeVolume { + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! + volume: linea_swap_BigDecimal! } -input optimismsepolia_swap_SwapTradeVolume_filter { +input linea_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -62858,7 +62611,7 @@ input optimismsepolia_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62867,50 +62620,32 @@ input optimismsepolia_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismsepolia_swap_BigDecimal - volume_not: optimismsepolia_swap_BigDecimal - volume_gt: optimismsepolia_swap_BigDecimal - volume_lt: optimismsepolia_swap_BigDecimal - volume_gte: optimismsepolia_swap_BigDecimal - volume_lte: optimismsepolia_swap_BigDecimal - volume_in: [optimismsepolia_swap_BigDecimal!] - volume_not_in: [optimismsepolia_swap_BigDecimal!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapTradeVolume_filter] - or: [optimismsepolia_swap_SwapTradeVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_SwapTradeVolume_orderBy { +enum linea_swap_SwapTradeVolume_orderBy { stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply timestamp volume } -type optimismsepolia_swap_SwapWeeklyVolume implements optimismsepolia_swap_SwapTradeVolume { +type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! + volume: linea_swap_BigDecimal! } -input optimismsepolia_swap_SwapWeeklyVolume_filter { +input linea_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62939,7 +62674,7 @@ input optimismsepolia_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimismsepolia_swap_StableSwap_filter + stableSwap_: linea_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62948,50 +62683,32 @@ input optimismsepolia_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimismsepolia_swap_BigDecimal - volume_not: optimismsepolia_swap_BigDecimal - volume_gt: optimismsepolia_swap_BigDecimal - volume_lt: optimismsepolia_swap_BigDecimal - volume_gte: optimismsepolia_swap_BigDecimal - volume_lte: optimismsepolia_swap_BigDecimal - volume_in: [optimismsepolia_swap_BigDecimal!] - volume_not_in: [optimismsepolia_swap_BigDecimal!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapWeeklyVolume_filter] - or: [optimismsepolia_swap_SwapWeeklyVolume_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_SwapWeeklyVolume_orderBy { +enum linea_swap_SwapWeeklyVolume_orderBy { id stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply timestamp volume } -type optimismsepolia_swap_SystemInfo { +type linea_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input optimismsepolia_swap_SystemInfo_filter { +input linea_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -63017,30 +62734,26 @@ input optimismsepolia_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SystemInfo_filter] - or: [optimismsepolia_swap_SystemInfo_filter] + _change_block: linea_swap_BlockChangedFilter } -enum optimismsepolia_swap_SystemInfo_orderBy { +enum linea_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type optimismsepolia_swap__Block_ { +type linea_swap__Block_ { """The hash of the block""" - hash: optimismsepolia_swap_Bytes + hash: linea_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: optimismsepolia_swap_Bytes } """The type for the top-level _meta field""" -type optimismsepolia_swap__Meta_ { +type linea_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -63048,7 +62761,7 @@ type optimismsepolia_swap__Meta_ { and therefore asks for the latest block """ - block: optimismsepolia_swap__Block_! + block: linea_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -64999,48 +64712,48 @@ type sepolia__Meta_ { hasIndexingErrors: Boolean! } -enum arbitrumsepolia_swap_Aggregation_interval { +enum sepolia_swap_Aggregation_interval { hour day } -scalar arbitrumsepolia_swap_BigDecimal +scalar sepolia_swap_BigDecimal -input arbitrumsepolia_swap_BlockChangedFilter { +input sepolia_swap_BlockChangedFilter { number_gte: Int! } -input arbitrumsepolia_swap_Block_height { - hash: arbitrumsepolia_swap_Bytes +input sepolia_swap_Block_height { + hash: sepolia_swap_Bytes number: Int number_gte: Int } -scalar arbitrumsepolia_swap_Bytes +scalar sepolia_swap_Bytes """ 8 bytes signed integer """ -scalar arbitrumsepolia_swap_Int8 +scalar sepolia_swap_Int8 -type arbitrumsepolia_swap_LpAccount { +type sepolia_swap_LpAccount { id: ID! - address: arbitrumsepolia_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_LpAccountBalance_filter): [arbitrumsepolia_swap_LpAccountBalance!]! + address: sepolia_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_LpAccountBalance_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_LpAccountBalance_filter): [sepolia_swap_LpAccountBalance!]! } -type arbitrumsepolia_swap_LpAccountBalance { +type sepolia_swap_LpAccountBalance { id: ID! - account: arbitrumsepolia_swap_LpAccount! - token: arbitrumsepolia_swap_LpToken! - amount: arbitrumsepolia_swap_BigDecimal! + account: sepolia_swap_LpAccount! + token: sepolia_swap_LpToken! + amount: sepolia_swap_BigDecimal! block: BigInt modified: BigInt - transaction: arbitrumsepolia_swap_Bytes + transaction: sepolia_swap_Bytes } -input arbitrumsepolia_swap_LpAccountBalance_filter { +input sepolia_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -65069,7 +64782,7 @@ input arbitrumsepolia_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: arbitrumsepolia_swap_LpAccount_filter + account_: sepolia_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -65090,15 +64803,15 @@ input arbitrumsepolia_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumsepolia_swap_LpToken_filter - amount: arbitrumsepolia_swap_BigDecimal - amount_not: arbitrumsepolia_swap_BigDecimal - amount_gt: arbitrumsepolia_swap_BigDecimal - amount_lt: arbitrumsepolia_swap_BigDecimal - amount_gte: arbitrumsepolia_swap_BigDecimal - amount_lte: arbitrumsepolia_swap_BigDecimal - amount_in: [arbitrumsepolia_swap_BigDecimal!] - amount_not_in: [arbitrumsepolia_swap_BigDecimal!] + token_: sepolia_swap_LpToken_filter + amount: sepolia_swap_BigDecimal + amount_not: sepolia_swap_BigDecimal + amount_gt: sepolia_swap_BigDecimal + amount_lt: sepolia_swap_BigDecimal + amount_gte: sepolia_swap_BigDecimal + amount_lte: sepolia_swap_BigDecimal + amount_in: [sepolia_swap_BigDecimal!] + amount_not_in: [sepolia_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -65115,23 +64828,23 @@ input arbitrumsepolia_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpAccountBalance_filter] - or: [arbitrumsepolia_swap_LpAccountBalance_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpAccountBalance_filter] + or: [sepolia_swap_LpAccountBalance_filter] } -enum arbitrumsepolia_swap_LpAccountBalance_orderBy { +enum sepolia_swap_LpAccountBalance_orderBy { id account account__id @@ -65149,7 +64862,7 @@ enum arbitrumsepolia_swap_LpAccountBalance_orderBy { transaction } -input arbitrumsepolia_swap_LpAccount_filter { +input sepolia_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -65158,51 +64871,51 @@ input arbitrumsepolia_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumsepolia_swap_Bytes - address_not: arbitrumsepolia_swap_Bytes - address_gt: arbitrumsepolia_swap_Bytes - address_lt: arbitrumsepolia_swap_Bytes - address_gte: arbitrumsepolia_swap_Bytes - address_lte: arbitrumsepolia_swap_Bytes - address_in: [arbitrumsepolia_swap_Bytes!] - address_not_in: [arbitrumsepolia_swap_Bytes!] - address_contains: arbitrumsepolia_swap_Bytes - address_not_contains: arbitrumsepolia_swap_Bytes - balances_: arbitrumsepolia_swap_LpAccountBalance_filter + address: sepolia_swap_Bytes + address_not: sepolia_swap_Bytes + address_gt: sepolia_swap_Bytes + address_lt: sepolia_swap_Bytes + address_gte: sepolia_swap_Bytes + address_lte: sepolia_swap_Bytes + address_in: [sepolia_swap_Bytes!] + address_not_in: [sepolia_swap_Bytes!] + address_contains: sepolia_swap_Bytes + address_not_contains: sepolia_swap_Bytes + balances_: sepolia_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpAccount_filter] - or: [arbitrumsepolia_swap_LpAccount_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpAccount_filter] + or: [sepolia_swap_LpAccount_filter] } -enum arbitrumsepolia_swap_LpAccount_orderBy { +enum sepolia_swap_LpAccount_orderBy { id address balances } -type arbitrumsepolia_swap_LpToken { +type sepolia_swap_LpToken { id: ID! - address: arbitrumsepolia_swap_Bytes! - stableSwap: arbitrumsepolia_swap_StableSwap! + address: sepolia_swap_Bytes! + stableSwap: sepolia_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: arbitrumsepolia_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_LpTokenEvent_filter): [arbitrumsepolia_swap_LpTokenEvent!]! + totalSupply: sepolia_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_LpTokenEvent_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_LpTokenEvent_filter): [sepolia_swap_LpTokenEvent!]! } -interface arbitrumsepolia_swap_LpTokenEvent { +interface sepolia_swap_LpTokenEvent { id: ID! - token: arbitrumsepolia_swap_LpToken! - amount: arbitrumsepolia_swap_BigDecimal! + token: sepolia_swap_LpToken! + amount: sepolia_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_LpTokenEvent_filter { +input sepolia_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -65231,15 +64944,15 @@ input arbitrumsepolia_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumsepolia_swap_LpToken_filter - amount: arbitrumsepolia_swap_BigDecimal - amount_not: arbitrumsepolia_swap_BigDecimal - amount_gt: arbitrumsepolia_swap_BigDecimal - amount_lt: arbitrumsepolia_swap_BigDecimal - amount_gte: arbitrumsepolia_swap_BigDecimal - amount_lte: arbitrumsepolia_swap_BigDecimal - amount_in: [arbitrumsepolia_swap_BigDecimal!] - amount_not_in: [arbitrumsepolia_swap_BigDecimal!] + token_: sepolia_swap_LpToken_filter + amount: sepolia_swap_BigDecimal + amount_not: sepolia_swap_BigDecimal + amount_gt: sepolia_swap_BigDecimal + amount_lt: sepolia_swap_BigDecimal + amount_gte: sepolia_swap_BigDecimal + amount_lte: sepolia_swap_BigDecimal + amount_in: [sepolia_swap_BigDecimal!] + amount_not_in: [sepolia_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -65256,16 +64969,16 @@ input arbitrumsepolia_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -65275,12 +64988,12 @@ input arbitrumsepolia_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpTokenEvent_filter] - or: [arbitrumsepolia_swap_LpTokenEvent_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpTokenEvent_filter] + or: [sepolia_swap_LpTokenEvent_filter] } -enum arbitrumsepolia_swap_LpTokenEvent_orderBy { +enum sepolia_swap_LpTokenEvent_orderBy { id token token__id @@ -65296,7 +65009,7 @@ enum arbitrumsepolia_swap_LpTokenEvent_orderBy { nonce } -input arbitrumsepolia_swap_LpToken_filter { +input sepolia_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -65305,16 +65018,16 @@ input arbitrumsepolia_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumsepolia_swap_Bytes - address_not: arbitrumsepolia_swap_Bytes - address_gt: arbitrumsepolia_swap_Bytes - address_lt: arbitrumsepolia_swap_Bytes - address_gte: arbitrumsepolia_swap_Bytes - address_lte: arbitrumsepolia_swap_Bytes - address_in: [arbitrumsepolia_swap_Bytes!] - address_not_in: [arbitrumsepolia_swap_Bytes!] - address_contains: arbitrumsepolia_swap_Bytes - address_not_contains: arbitrumsepolia_swap_Bytes + address: sepolia_swap_Bytes + address_not: sepolia_swap_Bytes + address_gt: sepolia_swap_Bytes + address_lt: sepolia_swap_Bytes + address_gte: sepolia_swap_Bytes + address_lte: sepolia_swap_Bytes + address_in: [sepolia_swap_Bytes!] + address_not_in: [sepolia_swap_Bytes!] + address_contains: sepolia_swap_Bytes + address_not_contains: sepolia_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -65335,7 +65048,7 @@ input arbitrumsepolia_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -65384,22 +65097,22 @@ input arbitrumsepolia_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: arbitrumsepolia_swap_BigDecimal - totalSupply_not: arbitrumsepolia_swap_BigDecimal - totalSupply_gt: arbitrumsepolia_swap_BigDecimal - totalSupply_lt: arbitrumsepolia_swap_BigDecimal - totalSupply_gte: arbitrumsepolia_swap_BigDecimal - totalSupply_lte: arbitrumsepolia_swap_BigDecimal - totalSupply_in: [arbitrumsepolia_swap_BigDecimal!] - totalSupply_not_in: [arbitrumsepolia_swap_BigDecimal!] - events_: arbitrumsepolia_swap_LpTokenEvent_filter + totalSupply: sepolia_swap_BigDecimal + totalSupply_not: sepolia_swap_BigDecimal + totalSupply_gt: sepolia_swap_BigDecimal + totalSupply_lt: sepolia_swap_BigDecimal + totalSupply_gte: sepolia_swap_BigDecimal + totalSupply_lte: sepolia_swap_BigDecimal + totalSupply_in: [sepolia_swap_BigDecimal!] + totalSupply_not_in: [sepolia_swap_BigDecimal!] + events_: sepolia_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpToken_filter] - or: [arbitrumsepolia_swap_LpToken_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpToken_filter] + or: [sepolia_swap_LpToken_filter] } -enum arbitrumsepolia_swap_LpToken_orderBy { +enum sepolia_swap_LpToken_orderBy { id address stableSwap @@ -65426,21 +65139,21 @@ enum arbitrumsepolia_swap_LpToken_orderBy { events } -type arbitrumsepolia_swap_LpTransferEvent implements arbitrumsepolia_swap_LpTokenEvent { +type sepolia_swap_LpTransferEvent implements sepolia_swap_LpTokenEvent { id: ID! - token: arbitrumsepolia_swap_LpToken! - amount: arbitrumsepolia_swap_BigDecimal! - from: arbitrumsepolia_swap_Bytes! - to: arbitrumsepolia_swap_Bytes! - fromBalance: arbitrumsepolia_swap_BigDecimal! - toBalance: arbitrumsepolia_swap_BigDecimal! + token: sepolia_swap_LpToken! + amount: sepolia_swap_BigDecimal! + from: sepolia_swap_Bytes! + to: sepolia_swap_Bytes! + fromBalance: sepolia_swap_BigDecimal! + toBalance: sepolia_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_LpTransferEvent_filter { +input sepolia_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -65469,51 +65182,51 @@ input arbitrumsepolia_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumsepolia_swap_LpToken_filter - amount: arbitrumsepolia_swap_BigDecimal - amount_not: arbitrumsepolia_swap_BigDecimal - amount_gt: arbitrumsepolia_swap_BigDecimal - amount_lt: arbitrumsepolia_swap_BigDecimal - amount_gte: arbitrumsepolia_swap_BigDecimal - amount_lte: arbitrumsepolia_swap_BigDecimal - amount_in: [arbitrumsepolia_swap_BigDecimal!] - amount_not_in: [arbitrumsepolia_swap_BigDecimal!] - from: arbitrumsepolia_swap_Bytes - from_not: arbitrumsepolia_swap_Bytes - from_gt: arbitrumsepolia_swap_Bytes - from_lt: arbitrumsepolia_swap_Bytes - from_gte: arbitrumsepolia_swap_Bytes - from_lte: arbitrumsepolia_swap_Bytes - from_in: [arbitrumsepolia_swap_Bytes!] - from_not_in: [arbitrumsepolia_swap_Bytes!] - from_contains: arbitrumsepolia_swap_Bytes - from_not_contains: arbitrumsepolia_swap_Bytes - to: arbitrumsepolia_swap_Bytes - to_not: arbitrumsepolia_swap_Bytes - to_gt: arbitrumsepolia_swap_Bytes - to_lt: arbitrumsepolia_swap_Bytes - to_gte: arbitrumsepolia_swap_Bytes - to_lte: arbitrumsepolia_swap_Bytes - to_in: [arbitrumsepolia_swap_Bytes!] - to_not_in: [arbitrumsepolia_swap_Bytes!] - to_contains: arbitrumsepolia_swap_Bytes - to_not_contains: arbitrumsepolia_swap_Bytes - fromBalance: arbitrumsepolia_swap_BigDecimal - fromBalance_not: arbitrumsepolia_swap_BigDecimal - fromBalance_gt: arbitrumsepolia_swap_BigDecimal - fromBalance_lt: arbitrumsepolia_swap_BigDecimal - fromBalance_gte: arbitrumsepolia_swap_BigDecimal - fromBalance_lte: arbitrumsepolia_swap_BigDecimal - fromBalance_in: [arbitrumsepolia_swap_BigDecimal!] - fromBalance_not_in: [arbitrumsepolia_swap_BigDecimal!] - toBalance: arbitrumsepolia_swap_BigDecimal - toBalance_not: arbitrumsepolia_swap_BigDecimal - toBalance_gt: arbitrumsepolia_swap_BigDecimal - toBalance_lt: arbitrumsepolia_swap_BigDecimal - toBalance_gte: arbitrumsepolia_swap_BigDecimal - toBalance_lte: arbitrumsepolia_swap_BigDecimal - toBalance_in: [arbitrumsepolia_swap_BigDecimal!] - toBalance_not_in: [arbitrumsepolia_swap_BigDecimal!] + token_: sepolia_swap_LpToken_filter + amount: sepolia_swap_BigDecimal + amount_not: sepolia_swap_BigDecimal + amount_gt: sepolia_swap_BigDecimal + amount_lt: sepolia_swap_BigDecimal + amount_gte: sepolia_swap_BigDecimal + amount_lte: sepolia_swap_BigDecimal + amount_in: [sepolia_swap_BigDecimal!] + amount_not_in: [sepolia_swap_BigDecimal!] + from: sepolia_swap_Bytes + from_not: sepolia_swap_Bytes + from_gt: sepolia_swap_Bytes + from_lt: sepolia_swap_Bytes + from_gte: sepolia_swap_Bytes + from_lte: sepolia_swap_Bytes + from_in: [sepolia_swap_Bytes!] + from_not_in: [sepolia_swap_Bytes!] + from_contains: sepolia_swap_Bytes + from_not_contains: sepolia_swap_Bytes + to: sepolia_swap_Bytes + to_not: sepolia_swap_Bytes + to_gt: sepolia_swap_Bytes + to_lt: sepolia_swap_Bytes + to_gte: sepolia_swap_Bytes + to_lte: sepolia_swap_Bytes + to_in: [sepolia_swap_Bytes!] + to_not_in: [sepolia_swap_Bytes!] + to_contains: sepolia_swap_Bytes + to_not_contains: sepolia_swap_Bytes + fromBalance: sepolia_swap_BigDecimal + fromBalance_not: sepolia_swap_BigDecimal + fromBalance_gt: sepolia_swap_BigDecimal + fromBalance_lt: sepolia_swap_BigDecimal + fromBalance_gte: sepolia_swap_BigDecimal + fromBalance_lte: sepolia_swap_BigDecimal + fromBalance_in: [sepolia_swap_BigDecimal!] + fromBalance_not_in: [sepolia_swap_BigDecimal!] + toBalance: sepolia_swap_BigDecimal + toBalance_not: sepolia_swap_BigDecimal + toBalance_gt: sepolia_swap_BigDecimal + toBalance_lt: sepolia_swap_BigDecimal + toBalance_gte: sepolia_swap_BigDecimal + toBalance_lte: sepolia_swap_BigDecimal + toBalance_in: [sepolia_swap_BigDecimal!] + toBalance_not_in: [sepolia_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -65530,16 +65243,16 @@ input arbitrumsepolia_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -65549,12 +65262,12 @@ input arbitrumsepolia_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpTransferEvent_filter] - or: [arbitrumsepolia_swap_LpTransferEvent_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpTransferEvent_filter] + or: [sepolia_swap_LpTransferEvent_filter] } -enum arbitrumsepolia_swap_LpTransferEvent_orderBy { +enum sepolia_swap_LpTransferEvent_orderBy { id token token__id @@ -65575,17 +65288,17 @@ enum arbitrumsepolia_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumsepolia_swap_OrderDirection { +enum sepolia_swap_OrderDirection { asc desc } -type arbitrumsepolia_swap_PooledToken { +type sepolia_swap_PooledToken { id: ID! - asset: arbitrumsepolia_swap_Bytes! + asset: sepolia_swap_Bytes! } -input arbitrumsepolia_swap_PooledToken_filter { +input sepolia_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -65594,59 +65307,59 @@ input arbitrumsepolia_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: arbitrumsepolia_swap_Bytes - asset_not: arbitrumsepolia_swap_Bytes - asset_gt: arbitrumsepolia_swap_Bytes - asset_lt: arbitrumsepolia_swap_Bytes - asset_gte: arbitrumsepolia_swap_Bytes - asset_lte: arbitrumsepolia_swap_Bytes - asset_in: [arbitrumsepolia_swap_Bytes!] - asset_not_in: [arbitrumsepolia_swap_Bytes!] - asset_contains: arbitrumsepolia_swap_Bytes - asset_not_contains: arbitrumsepolia_swap_Bytes + asset: sepolia_swap_Bytes + asset_not: sepolia_swap_Bytes + asset_gt: sepolia_swap_Bytes + asset_lt: sepolia_swap_Bytes + asset_gte: sepolia_swap_Bytes + asset_lte: sepolia_swap_Bytes + asset_in: [sepolia_swap_Bytes!] + asset_not_in: [sepolia_swap_Bytes!] + asset_contains: sepolia_swap_Bytes + asset_not_contains: sepolia_swap_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_PooledToken_filter] - or: [arbitrumsepolia_swap_PooledToken_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_PooledToken_filter] + or: [sepolia_swap_PooledToken_filter] } -enum arbitrumsepolia_swap_PooledToken_orderBy { +enum sepolia_swap_PooledToken_orderBy { id asset } -type arbitrumsepolia_swap_StableSwap { +type sepolia_swap_StableSwap { id: ID! isActive: Boolean - key: arbitrumsepolia_swap_Bytes! - canonicalId: arbitrumsepolia_swap_Bytes + key: sepolia_swap_Bytes! + canonicalId: sepolia_swap_Bytes domain: BigInt - swapPool: arbitrumsepolia_swap_Bytes - lpToken: arbitrumsepolia_swap_Bytes + swapPool: sepolia_swap_Bytes + lpToken: sepolia_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [arbitrumsepolia_swap_Bytes!]! + pooledTokens: [sepolia_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_StableSwapEvent_filter): [arbitrumsepolia_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_StableSwapExchange_filter): [arbitrumsepolia_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapHourlyVolume_filter): [arbitrumsepolia_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapDailyVolume_filter): [arbitrumsepolia_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapWeeklyVolume_filter): [arbitrumsepolia_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_StableSwapEvent_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_StableSwapEvent_filter): [sepolia_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_StableSwapExchange_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_StableSwapExchange_filter): [sepolia_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapHourlyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapHourlyVolume_filter): [sepolia_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapDailyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapDailyVolume_filter): [sepolia_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: sepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: sepolia_swap_OrderDirection, where: sepolia_swap_SwapWeeklyVolume_filter): [sepolia_swap_SwapWeeklyVolume!] } -type arbitrumsepolia_swap_StableSwapAddLiquidityEvent implements arbitrumsepolia_swap_StableSwapEvent { +type sepolia_swap_StableSwapAddLiquidityEvent implements sepolia_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! - provider: arbitrumsepolia_swap_Bytes! + stableSwap: sepolia_swap_StableSwap! + provider: sepolia_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -65655,11 +65368,11 @@ type arbitrumsepolia_swap_StableSwapAddLiquidityEvent implements arbitrumsepolia balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter { +input sepolia_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -65688,17 +65401,17 @@ input arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter - provider: arbitrumsepolia_swap_Bytes - provider_not: arbitrumsepolia_swap_Bytes - provider_gt: arbitrumsepolia_swap_Bytes - provider_lt: arbitrumsepolia_swap_Bytes - provider_gte: arbitrumsepolia_swap_Bytes - provider_lte: arbitrumsepolia_swap_Bytes - provider_in: [arbitrumsepolia_swap_Bytes!] - provider_not_in: [arbitrumsepolia_swap_Bytes!] - provider_contains: arbitrumsepolia_swap_Bytes - provider_not_contains: arbitrumsepolia_swap_Bytes + stableSwap_: sepolia_swap_StableSwap_filter + provider: sepolia_swap_Bytes + provider_not: sepolia_swap_Bytes + provider_gt: sepolia_swap_Bytes + provider_lt: sepolia_swap_Bytes + provider_gte: sepolia_swap_Bytes + provider_lte: sepolia_swap_Bytes + provider_in: [sepolia_swap_Bytes!] + provider_not_in: [sepolia_swap_Bytes!] + provider_contains: sepolia_swap_Bytes + provider_not_contains: sepolia_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -65757,16 +65470,16 @@ input arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -65776,12 +65489,12 @@ input arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter] - or: [arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapAddLiquidityEvent_filter] + or: [sepolia_swap_StableSwapAddLiquidityEvent_filter] } -enum arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy { +enum sepolia_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -65813,16 +65526,16 @@ enum arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface arbitrumsepolia_swap_StableSwapEvent { +interface sepolia_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! + stableSwap: sepolia_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_StableSwapEvent_filter { +input sepolia_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -65851,7 +65564,7 @@ input arbitrumsepolia_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -65868,16 +65581,16 @@ input arbitrumsepolia_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -65887,12 +65600,12 @@ input arbitrumsepolia_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_StableSwapEvent_filter] - or: [arbitrumsepolia_swap_StableSwapEvent_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapEvent_filter] + or: [sepolia_swap_StableSwapEvent_filter] } -enum arbitrumsepolia_swap_StableSwapEvent_orderBy { +enum sepolia_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -65917,10 +65630,10 @@ enum arbitrumsepolia_swap_StableSwapEvent_orderBy { nonce } -type arbitrumsepolia_swap_StableSwapExchange { +type sepolia_swap_StableSwapExchange { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! - buyer: arbitrumsepolia_swap_Bytes! + stableSwap: sepolia_swap_StableSwap! + buyer: sepolia_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -65929,11 +65642,11 @@ type arbitrumsepolia_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_StableSwapExchange_filter { +input sepolia_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -65962,17 +65675,17 @@ input arbitrumsepolia_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter - buyer: arbitrumsepolia_swap_Bytes - buyer_not: arbitrumsepolia_swap_Bytes - buyer_gt: arbitrumsepolia_swap_Bytes - buyer_lt: arbitrumsepolia_swap_Bytes - buyer_gte: arbitrumsepolia_swap_Bytes - buyer_lte: arbitrumsepolia_swap_Bytes - buyer_in: [arbitrumsepolia_swap_Bytes!] - buyer_not_in: [arbitrumsepolia_swap_Bytes!] - buyer_contains: arbitrumsepolia_swap_Bytes - buyer_not_contains: arbitrumsepolia_swap_Bytes + stableSwap_: sepolia_swap_StableSwap_filter + buyer: sepolia_swap_Bytes + buyer_not: sepolia_swap_Bytes + buyer_gt: sepolia_swap_Bytes + buyer_lt: sepolia_swap_Bytes + buyer_gte: sepolia_swap_Bytes + buyer_lte: sepolia_swap_Bytes + buyer_in: [sepolia_swap_Bytes!] + buyer_not_in: [sepolia_swap_Bytes!] + buyer_contains: sepolia_swap_Bytes + buyer_not_contains: sepolia_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -66035,16 +65748,16 @@ input arbitrumsepolia_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -66054,12 +65767,12 @@ input arbitrumsepolia_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_StableSwapExchange_filter] - or: [arbitrumsepolia_swap_StableSwapExchange_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapExchange_filter] + or: [sepolia_swap_StableSwapExchange_filter] } -enum arbitrumsepolia_swap_StableSwapExchange_orderBy { +enum sepolia_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -66091,10 +65804,10 @@ enum arbitrumsepolia_swap_StableSwapExchange_orderBy { nonce } -type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent implements arbitrumsepolia_swap_StableSwapEvent { +type sepolia_swap_StableSwapRemoveLiquidityEvent implements sepolia_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! - provider: arbitrumsepolia_swap_Bytes! + stableSwap: sepolia_swap_StableSwap! + provider: sepolia_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -66103,11 +65816,11 @@ type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent implements arbitrumsepo balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter { +input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -66136,17 +65849,17 @@ input arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter - provider: arbitrumsepolia_swap_Bytes - provider_not: arbitrumsepolia_swap_Bytes - provider_gt: arbitrumsepolia_swap_Bytes - provider_lt: arbitrumsepolia_swap_Bytes - provider_gte: arbitrumsepolia_swap_Bytes - provider_lte: arbitrumsepolia_swap_Bytes - provider_in: [arbitrumsepolia_swap_Bytes!] - provider_not_in: [arbitrumsepolia_swap_Bytes!] - provider_contains: arbitrumsepolia_swap_Bytes - provider_not_contains: arbitrumsepolia_swap_Bytes + stableSwap_: sepolia_swap_StableSwap_filter + provider: sepolia_swap_Bytes + provider_not: sepolia_swap_Bytes + provider_gt: sepolia_swap_Bytes + provider_lt: sepolia_swap_Bytes + provider_gte: sepolia_swap_Bytes + provider_lte: sepolia_swap_Bytes + provider_in: [sepolia_swap_Bytes!] + provider_not_in: [sepolia_swap_Bytes!] + provider_contains: sepolia_swap_Bytes + provider_not_contains: sepolia_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -66205,16 +65918,16 @@ input arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumsepolia_swap_Bytes - transaction_not: arbitrumsepolia_swap_Bytes - transaction_gt: arbitrumsepolia_swap_Bytes - transaction_lt: arbitrumsepolia_swap_Bytes - transaction_gte: arbitrumsepolia_swap_Bytes - transaction_lte: arbitrumsepolia_swap_Bytes - transaction_in: [arbitrumsepolia_swap_Bytes!] - transaction_not_in: [arbitrumsepolia_swap_Bytes!] - transaction_contains: arbitrumsepolia_swap_Bytes - transaction_not_contains: arbitrumsepolia_swap_Bytes + transaction: sepolia_swap_Bytes + transaction_not: sepolia_swap_Bytes + transaction_gt: sepolia_swap_Bytes + transaction_lt: sepolia_swap_Bytes + transaction_gte: sepolia_swap_Bytes + transaction_lte: sepolia_swap_Bytes + transaction_in: [sepolia_swap_Bytes!] + transaction_not_in: [sepolia_swap_Bytes!] + transaction_contains: sepolia_swap_Bytes + transaction_not_contains: sepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -66224,12 +65937,12 @@ input arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter] - or: [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapRemoveLiquidityEvent_filter] + or: [sepolia_swap_StableSwapRemoveLiquidityEvent_filter] } -enum arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -66261,7 +65974,7 @@ enum arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input arbitrumsepolia_swap_StableSwap_filter { +input sepolia_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -66274,26 +65987,26 @@ input arbitrumsepolia_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: arbitrumsepolia_swap_Bytes - key_not: arbitrumsepolia_swap_Bytes - key_gt: arbitrumsepolia_swap_Bytes - key_lt: arbitrumsepolia_swap_Bytes - key_gte: arbitrumsepolia_swap_Bytes - key_lte: arbitrumsepolia_swap_Bytes - key_in: [arbitrumsepolia_swap_Bytes!] - key_not_in: [arbitrumsepolia_swap_Bytes!] - key_contains: arbitrumsepolia_swap_Bytes - key_not_contains: arbitrumsepolia_swap_Bytes - canonicalId: arbitrumsepolia_swap_Bytes - canonicalId_not: arbitrumsepolia_swap_Bytes - canonicalId_gt: arbitrumsepolia_swap_Bytes - canonicalId_lt: arbitrumsepolia_swap_Bytes - canonicalId_gte: arbitrumsepolia_swap_Bytes - canonicalId_lte: arbitrumsepolia_swap_Bytes - canonicalId_in: [arbitrumsepolia_swap_Bytes!] - canonicalId_not_in: [arbitrumsepolia_swap_Bytes!] - canonicalId_contains: arbitrumsepolia_swap_Bytes - canonicalId_not_contains: arbitrumsepolia_swap_Bytes + key: sepolia_swap_Bytes + key_not: sepolia_swap_Bytes + key_gt: sepolia_swap_Bytes + key_lt: sepolia_swap_Bytes + key_gte: sepolia_swap_Bytes + key_lte: sepolia_swap_Bytes + key_in: [sepolia_swap_Bytes!] + key_not_in: [sepolia_swap_Bytes!] + key_contains: sepolia_swap_Bytes + key_not_contains: sepolia_swap_Bytes + canonicalId: sepolia_swap_Bytes + canonicalId_not: sepolia_swap_Bytes + canonicalId_gt: sepolia_swap_Bytes + canonicalId_lt: sepolia_swap_Bytes + canonicalId_gte: sepolia_swap_Bytes + canonicalId_lte: sepolia_swap_Bytes + canonicalId_in: [sepolia_swap_Bytes!] + canonicalId_not_in: [sepolia_swap_Bytes!] + canonicalId_contains: sepolia_swap_Bytes + canonicalId_not_contains: sepolia_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -66302,26 +66015,26 @@ input arbitrumsepolia_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: arbitrumsepolia_swap_Bytes - swapPool_not: arbitrumsepolia_swap_Bytes - swapPool_gt: arbitrumsepolia_swap_Bytes - swapPool_lt: arbitrumsepolia_swap_Bytes - swapPool_gte: arbitrumsepolia_swap_Bytes - swapPool_lte: arbitrumsepolia_swap_Bytes - swapPool_in: [arbitrumsepolia_swap_Bytes!] - swapPool_not_in: [arbitrumsepolia_swap_Bytes!] - swapPool_contains: arbitrumsepolia_swap_Bytes - swapPool_not_contains: arbitrumsepolia_swap_Bytes - lpToken: arbitrumsepolia_swap_Bytes - lpToken_not: arbitrumsepolia_swap_Bytes - lpToken_gt: arbitrumsepolia_swap_Bytes - lpToken_lt: arbitrumsepolia_swap_Bytes - lpToken_gte: arbitrumsepolia_swap_Bytes - lpToken_lte: arbitrumsepolia_swap_Bytes - lpToken_in: [arbitrumsepolia_swap_Bytes!] - lpToken_not_in: [arbitrumsepolia_swap_Bytes!] - lpToken_contains: arbitrumsepolia_swap_Bytes - lpToken_not_contains: arbitrumsepolia_swap_Bytes + swapPool: sepolia_swap_Bytes + swapPool_not: sepolia_swap_Bytes + swapPool_gt: sepolia_swap_Bytes + swapPool_lt: sepolia_swap_Bytes + swapPool_gte: sepolia_swap_Bytes + swapPool_lte: sepolia_swap_Bytes + swapPool_in: [sepolia_swap_Bytes!] + swapPool_not_in: [sepolia_swap_Bytes!] + swapPool_contains: sepolia_swap_Bytes + swapPool_not_contains: sepolia_swap_Bytes + lpToken: sepolia_swap_Bytes + lpToken_not: sepolia_swap_Bytes + lpToken_gt: sepolia_swap_Bytes + lpToken_lt: sepolia_swap_Bytes + lpToken_gte: sepolia_swap_Bytes + lpToken_lte: sepolia_swap_Bytes + lpToken_in: [sepolia_swap_Bytes!] + lpToken_not_in: [sepolia_swap_Bytes!] + lpToken_contains: sepolia_swap_Bytes + lpToken_not_contains: sepolia_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -66370,12 +66083,12 @@ input arbitrumsepolia_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [arbitrumsepolia_swap_Bytes!] - pooledTokens_not: [arbitrumsepolia_swap_Bytes!] - pooledTokens_contains: [arbitrumsepolia_swap_Bytes!] - pooledTokens_contains_nocase: [arbitrumsepolia_swap_Bytes!] - pooledTokens_not_contains: [arbitrumsepolia_swap_Bytes!] - pooledTokens_not_contains_nocase: [arbitrumsepolia_swap_Bytes!] + pooledTokens: [sepolia_swap_Bytes!] + pooledTokens_not: [sepolia_swap_Bytes!] + pooledTokens_contains: [sepolia_swap_Bytes!] + pooledTokens_contains_nocase: [sepolia_swap_Bytes!] + pooledTokens_not_contains: [sepolia_swap_Bytes!] + pooledTokens_not_contains_nocase: [sepolia_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -66418,18 +66131,18 @@ input arbitrumsepolia_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: arbitrumsepolia_swap_StableSwapEvent_filter - exchanges_: arbitrumsepolia_swap_StableSwapExchange_filter - hourlyVolumes_: arbitrumsepolia_swap_SwapHourlyVolume_filter - dailyVolumes_: arbitrumsepolia_swap_SwapDailyVolume_filter - weeklyVolumes_: arbitrumsepolia_swap_SwapWeeklyVolume_filter + events_: sepolia_swap_StableSwapEvent_filter + exchanges_: sepolia_swap_StableSwapExchange_filter + hourlyVolumes_: sepolia_swap_SwapHourlyVolume_filter + dailyVolumes_: sepolia_swap_SwapDailyVolume_filter + weeklyVolumes_: sepolia_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_StableSwap_filter] - or: [arbitrumsepolia_swap_StableSwap_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwap_filter] + or: [sepolia_swap_StableSwap_filter] } -enum arbitrumsepolia_swap_StableSwap_orderBy { +enum sepolia_swap_StableSwap_orderBy { id isActive key @@ -66457,14 +66170,14 @@ enum arbitrumsepolia_swap_StableSwap_orderBy { weeklyVolumes } -type arbitrumsepolia_swap_SwapDailyVolume implements arbitrumsepolia_swap_SwapTradeVolume { +type sepolia_swap_SwapDailyVolume implements sepolia_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! + stableSwap: sepolia_swap_StableSwap! timestamp: BigInt! - volume: arbitrumsepolia_swap_BigDecimal! + volume: sepolia_swap_BigDecimal! } -input arbitrumsepolia_swap_SwapDailyVolume_filter { +input sepolia_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -66493,7 +66206,7 @@ input arbitrumsepolia_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66502,21 +66215,21 @@ input arbitrumsepolia_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumsepolia_swap_BigDecimal - volume_not: arbitrumsepolia_swap_BigDecimal - volume_gt: arbitrumsepolia_swap_BigDecimal - volume_lt: arbitrumsepolia_swap_BigDecimal - volume_gte: arbitrumsepolia_swap_BigDecimal - volume_lte: arbitrumsepolia_swap_BigDecimal - volume_in: [arbitrumsepolia_swap_BigDecimal!] - volume_not_in: [arbitrumsepolia_swap_BigDecimal!] + volume: sepolia_swap_BigDecimal + volume_not: sepolia_swap_BigDecimal + volume_gt: sepolia_swap_BigDecimal + volume_lt: sepolia_swap_BigDecimal + volume_gte: sepolia_swap_BigDecimal + volume_lte: sepolia_swap_BigDecimal + volume_in: [sepolia_swap_BigDecimal!] + volume_not_in: [sepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_SwapDailyVolume_filter] - or: [arbitrumsepolia_swap_SwapDailyVolume_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapDailyVolume_filter] + or: [sepolia_swap_SwapDailyVolume_filter] } -enum arbitrumsepolia_swap_SwapDailyVolume_orderBy { +enum sepolia_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -66539,14 +66252,14 @@ enum arbitrumsepolia_swap_SwapDailyVolume_orderBy { volume } -type arbitrumsepolia_swap_SwapHourlyVolume implements arbitrumsepolia_swap_SwapTradeVolume { +type sepolia_swap_SwapHourlyVolume implements sepolia_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! + stableSwap: sepolia_swap_StableSwap! timestamp: BigInt! - volume: arbitrumsepolia_swap_BigDecimal! + volume: sepolia_swap_BigDecimal! } -input arbitrumsepolia_swap_SwapHourlyVolume_filter { +input sepolia_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -66575,7 +66288,7 @@ input arbitrumsepolia_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66584,21 +66297,21 @@ input arbitrumsepolia_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumsepolia_swap_BigDecimal - volume_not: arbitrumsepolia_swap_BigDecimal - volume_gt: arbitrumsepolia_swap_BigDecimal - volume_lt: arbitrumsepolia_swap_BigDecimal - volume_gte: arbitrumsepolia_swap_BigDecimal - volume_lte: arbitrumsepolia_swap_BigDecimal - volume_in: [arbitrumsepolia_swap_BigDecimal!] - volume_not_in: [arbitrumsepolia_swap_BigDecimal!] + volume: sepolia_swap_BigDecimal + volume_not: sepolia_swap_BigDecimal + volume_gt: sepolia_swap_BigDecimal + volume_lt: sepolia_swap_BigDecimal + volume_gte: sepolia_swap_BigDecimal + volume_lte: sepolia_swap_BigDecimal + volume_in: [sepolia_swap_BigDecimal!] + volume_not_in: [sepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_SwapHourlyVolume_filter] - or: [arbitrumsepolia_swap_SwapHourlyVolume_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapHourlyVolume_filter] + or: [sepolia_swap_SwapHourlyVolume_filter] } -enum arbitrumsepolia_swap_SwapHourlyVolume_orderBy { +enum sepolia_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -66621,13 +66334,13 @@ enum arbitrumsepolia_swap_SwapHourlyVolume_orderBy { volume } -interface arbitrumsepolia_swap_SwapTradeVolume { - stableSwap: arbitrumsepolia_swap_StableSwap! +interface sepolia_swap_SwapTradeVolume { + stableSwap: sepolia_swap_StableSwap! timestamp: BigInt! - volume: arbitrumsepolia_swap_BigDecimal! + volume: sepolia_swap_BigDecimal! } -input arbitrumsepolia_swap_SwapTradeVolume_filter { +input sepolia_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -66648,7 +66361,7 @@ input arbitrumsepolia_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66657,21 +66370,21 @@ input arbitrumsepolia_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumsepolia_swap_BigDecimal - volume_not: arbitrumsepolia_swap_BigDecimal - volume_gt: arbitrumsepolia_swap_BigDecimal - volume_lt: arbitrumsepolia_swap_BigDecimal - volume_gte: arbitrumsepolia_swap_BigDecimal - volume_lte: arbitrumsepolia_swap_BigDecimal - volume_in: [arbitrumsepolia_swap_BigDecimal!] - volume_not_in: [arbitrumsepolia_swap_BigDecimal!] + volume: sepolia_swap_BigDecimal + volume_not: sepolia_swap_BigDecimal + volume_gt: sepolia_swap_BigDecimal + volume_lt: sepolia_swap_BigDecimal + volume_gte: sepolia_swap_BigDecimal + volume_lte: sepolia_swap_BigDecimal + volume_in: [sepolia_swap_BigDecimal!] + volume_not_in: [sepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_SwapTradeVolume_filter] - or: [arbitrumsepolia_swap_SwapTradeVolume_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapTradeVolume_filter] + or: [sepolia_swap_SwapTradeVolume_filter] } -enum arbitrumsepolia_swap_SwapTradeVolume_orderBy { +enum sepolia_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -66693,14 +66406,14 @@ enum arbitrumsepolia_swap_SwapTradeVolume_orderBy { volume } -type arbitrumsepolia_swap_SwapWeeklyVolume implements arbitrumsepolia_swap_SwapTradeVolume { +type sepolia_swap_SwapWeeklyVolume implements sepolia_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumsepolia_swap_StableSwap! + stableSwap: sepolia_swap_StableSwap! timestamp: BigInt! - volume: arbitrumsepolia_swap_BigDecimal! + volume: sepolia_swap_BigDecimal! } -input arbitrumsepolia_swap_SwapWeeklyVolume_filter { +input sepolia_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -66729,7 +66442,7 @@ input arbitrumsepolia_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumsepolia_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -66738,21 +66451,21 @@ input arbitrumsepolia_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumsepolia_swap_BigDecimal - volume_not: arbitrumsepolia_swap_BigDecimal - volume_gt: arbitrumsepolia_swap_BigDecimal - volume_lt: arbitrumsepolia_swap_BigDecimal - volume_gte: arbitrumsepolia_swap_BigDecimal - volume_lte: arbitrumsepolia_swap_BigDecimal - volume_in: [arbitrumsepolia_swap_BigDecimal!] - volume_not_in: [arbitrumsepolia_swap_BigDecimal!] + volume: sepolia_swap_BigDecimal + volume_not: sepolia_swap_BigDecimal + volume_gt: sepolia_swap_BigDecimal + volume_lt: sepolia_swap_BigDecimal + volume_gte: sepolia_swap_BigDecimal + volume_lte: sepolia_swap_BigDecimal + volume_in: [sepolia_swap_BigDecimal!] + volume_not_in: [sepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_SwapWeeklyVolume_filter] - or: [arbitrumsepolia_swap_SwapWeeklyVolume_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapWeeklyVolume_filter] + or: [sepolia_swap_SwapWeeklyVolume_filter] } -enum arbitrumsepolia_swap_SwapWeeklyVolume_orderBy { +enum sepolia_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -66775,13 +66488,13 @@ enum arbitrumsepolia_swap_SwapWeeklyVolume_orderBy { volume } -type arbitrumsepolia_swap_SystemInfo { +type sepolia_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input arbitrumsepolia_swap_SystemInfo_filter { +input sepolia_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -66807,30 +66520,30 @@ input arbitrumsepolia_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_SystemInfo_filter] - or: [arbitrumsepolia_swap_SystemInfo_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SystemInfo_filter] + or: [sepolia_swap_SystemInfo_filter] } -enum arbitrumsepolia_swap_SystemInfo_orderBy { +enum sepolia_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type arbitrumsepolia_swap__Block_ { +type sepolia_swap__Block_ { """The hash of the block""" - hash: arbitrumsepolia_swap_Bytes + hash: sepolia_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: arbitrumsepolia_swap_Bytes + parentHash: sepolia_swap_Bytes } """The type for the top-level _meta field""" -type arbitrumsepolia_swap__Meta_ { +type sepolia_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 @@ -66838,22 +66551,22 @@ type arbitrumsepolia_swap__Meta_ { and therefore asks for the latest block """ - block: arbitrumsepolia_swap__Block_! + block: sepolia_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type arbitrumsepolia_AggregateRoot { +type staginglinea_AggregateRoot { id: ID! - root: arbitrumsepolia_Bytes! + root: staginglinea_Bytes! blockNumber: BigInt! } -type arbitrumsepolia_AggregateRootProposed { +type staginglinea_AggregateRootProposed { id: ID! - aggregateRoot: arbitrumsepolia_Bytes! + aggregateRoot: staginglinea_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -66861,7 +66574,7 @@ type arbitrumsepolia_AggregateRootProposed { blockNumber: BigInt } -input arbitrumsepolia_AggregateRootProposed_filter { +input staginglinea_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -66870,16 +66583,12 @@ input arbitrumsepolia_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: arbitrumsepolia_Bytes - aggregateRoot_not: arbitrumsepolia_Bytes - aggregateRoot_gt: arbitrumsepolia_Bytes - aggregateRoot_lt: arbitrumsepolia_Bytes - aggregateRoot_gte: arbitrumsepolia_Bytes - aggregateRoot_lte: arbitrumsepolia_Bytes - aggregateRoot_in: [arbitrumsepolia_Bytes!] - aggregateRoot_not_in: [arbitrumsepolia_Bytes!] - aggregateRoot_contains: arbitrumsepolia_Bytes - aggregateRoot_not_contains: arbitrumsepolia_Bytes + aggregateRoot: staginglinea_Bytes + aggregateRoot_not: staginglinea_Bytes + aggregateRoot_in: [staginglinea_Bytes!] + aggregateRoot_not_in: [staginglinea_Bytes!] + aggregateRoot_contains: staginglinea_Bytes + aggregateRoot_not_contains: staginglinea_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -66921,12 +66630,10 @@ input arbitrumsepolia_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_AggregateRootProposed_filter] - or: [arbitrumsepolia_AggregateRootProposed_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_AggregateRootProposed_orderBy { +enum staginglinea_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -66936,7 +66643,7 @@ enum arbitrumsepolia_AggregateRootProposed_orderBy { blockNumber } -input arbitrumsepolia_AggregateRoot_filter { +input staginglinea_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -66945,16 +66652,12 @@ input arbitrumsepolia_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: arbitrumsepolia_Bytes - root_not: arbitrumsepolia_Bytes - root_gt: arbitrumsepolia_Bytes - root_lt: arbitrumsepolia_Bytes - root_gte: arbitrumsepolia_Bytes - root_lte: arbitrumsepolia_Bytes - root_in: [arbitrumsepolia_Bytes!] - root_not_in: [arbitrumsepolia_Bytes!] - root_contains: arbitrumsepolia_Bytes - root_not_contains: arbitrumsepolia_Bytes + root: staginglinea_Bytes + root_not: staginglinea_Bytes + root_in: [staginglinea_Bytes!] + root_not_in: [staginglinea_Bytes!] + root_contains: staginglinea_Bytes + root_not_contains: staginglinea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -66964,47 +66667,40 @@ input arbitrumsepolia_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_AggregateRoot_filter] - or: [arbitrumsepolia_AggregateRoot_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_AggregateRoot_orderBy { +enum staginglinea_AggregateRoot_orderBy { id root blockNumber } -enum arbitrumsepolia_Aggregation_interval { - hour - day -} - -type arbitrumsepolia_Asset { +type staginglinea_Asset { id: ID! - key: arbitrumsepolia_Bytes + key: staginglinea_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: arbitrumsepolia_Bytes + canonicalId: staginglinea_Bytes canonicalDomain: BigInt - adoptedAsset: arbitrumsepolia_Bytes - localAsset: arbitrumsepolia_Bytes + adoptedAsset: staginglinea_Bytes + localAsset: staginglinea_Bytes blockNumber: BigInt - status: arbitrumsepolia_AssetStatus + status: staginglinea_AssetStatus } -type arbitrumsepolia_AssetBalance { +type staginglinea_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: arbitrumsepolia_Router! - asset: arbitrumsepolia_Asset! + router: staginglinea_Router! + asset: staginglinea_Asset! feesEarned: BigInt! } -input arbitrumsepolia_AssetBalance_filter { +input staginglinea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -67065,7 +66761,7 @@ input arbitrumsepolia_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumsepolia_Router_filter + router_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -67086,7 +66782,7 @@ input arbitrumsepolia_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumsepolia_Asset_filter + asset_: staginglinea_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -67096,43 +66792,26 @@ input arbitrumsepolia_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_AssetBalance_filter] - or: [arbitrumsepolia_AssetBalance_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_AssetBalance_orderBy { +enum staginglinea_AssetBalance_orderBy { id amount locked supplied removed router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber feesEarned } -type arbitrumsepolia_AssetStatus { +type staginglinea_AssetStatus { id: ID! status: Boolean } -input arbitrumsepolia_AssetStatus_filter { +input staginglinea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -67146,17 +66825,15 @@ input arbitrumsepolia_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_AssetStatus_filter] - or: [arbitrumsepolia_AssetStatus_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_AssetStatus_orderBy { +enum staginglinea_AssetStatus_orderBy { id status } -input arbitrumsepolia_Asset_filter { +input staginglinea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -67165,16 +66842,12 @@ input arbitrumsepolia_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: arbitrumsepolia_Bytes - key_not: arbitrumsepolia_Bytes - key_gt: arbitrumsepolia_Bytes - key_lt: arbitrumsepolia_Bytes - key_gte: arbitrumsepolia_Bytes - key_lte: arbitrumsepolia_Bytes - key_in: [arbitrumsepolia_Bytes!] - key_not_in: [arbitrumsepolia_Bytes!] - key_contains: arbitrumsepolia_Bytes - key_not_contains: arbitrumsepolia_Bytes + key: staginglinea_Bytes + key_not: staginglinea_Bytes + key_in: [staginglinea_Bytes!] + key_not_in: [staginglinea_Bytes!] + key_contains: staginglinea_Bytes + key_not_contains: staginglinea_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -67191,16 +66864,12 @@ input arbitrumsepolia_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: arbitrumsepolia_Bytes - canonicalId_not: arbitrumsepolia_Bytes - canonicalId_gt: arbitrumsepolia_Bytes - canonicalId_lt: arbitrumsepolia_Bytes - canonicalId_gte: arbitrumsepolia_Bytes - canonicalId_lte: arbitrumsepolia_Bytes - canonicalId_in: [arbitrumsepolia_Bytes!] - canonicalId_not_in: [arbitrumsepolia_Bytes!] - canonicalId_contains: arbitrumsepolia_Bytes - canonicalId_not_contains: arbitrumsepolia_Bytes + canonicalId: staginglinea_Bytes + canonicalId_not: staginglinea_Bytes + canonicalId_in: [staginglinea_Bytes!] + canonicalId_not_in: [staginglinea_Bytes!] + canonicalId_contains: staginglinea_Bytes + canonicalId_not_contains: staginglinea_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -67209,26 +66878,18 @@ input arbitrumsepolia_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: arbitrumsepolia_Bytes - adoptedAsset_not: arbitrumsepolia_Bytes - adoptedAsset_gt: arbitrumsepolia_Bytes - adoptedAsset_lt: arbitrumsepolia_Bytes - adoptedAsset_gte: arbitrumsepolia_Bytes - adoptedAsset_lte: arbitrumsepolia_Bytes - adoptedAsset_in: [arbitrumsepolia_Bytes!] - adoptedAsset_not_in: [arbitrumsepolia_Bytes!] - adoptedAsset_contains: arbitrumsepolia_Bytes - adoptedAsset_not_contains: arbitrumsepolia_Bytes - localAsset: arbitrumsepolia_Bytes - localAsset_not: arbitrumsepolia_Bytes - localAsset_gt: arbitrumsepolia_Bytes - localAsset_lt: arbitrumsepolia_Bytes - localAsset_gte: arbitrumsepolia_Bytes - localAsset_lte: arbitrumsepolia_Bytes - localAsset_in: [arbitrumsepolia_Bytes!] - localAsset_not_in: [arbitrumsepolia_Bytes!] - localAsset_contains: arbitrumsepolia_Bytes - localAsset_not_contains: arbitrumsepolia_Bytes + adoptedAsset: staginglinea_Bytes + adoptedAsset_not: staginglinea_Bytes + adoptedAsset_in: [staginglinea_Bytes!] + adoptedAsset_not_in: [staginglinea_Bytes!] + adoptedAsset_contains: staginglinea_Bytes + adoptedAsset_not_contains: staginglinea_Bytes + localAsset: staginglinea_Bytes + localAsset_not: staginglinea_Bytes + localAsset_in: [staginglinea_Bytes!] + localAsset_not_in: [staginglinea_Bytes!] + localAsset_contains: staginglinea_Bytes + localAsset_not_contains: staginglinea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -67257,14 +66918,12 @@ input arbitrumsepolia_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: arbitrumsepolia_AssetStatus_filter + status_: staginglinea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Asset_filter] - or: [arbitrumsepolia_Asset_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_Asset_orderBy { +enum staginglinea_Asset_orderBy { id key decimal @@ -67275,34 +66934,32 @@ enum arbitrumsepolia_Asset_orderBy { localAsset blockNumber status - status__id - status__status } -scalar arbitrumsepolia_BigDecimal +scalar staginglinea_BigDecimal -input arbitrumsepolia_BlockChangedFilter { +input staginglinea_BlockChangedFilter { number_gte: Int! } -input arbitrumsepolia_Block_height { - hash: arbitrumsepolia_Bytes +input staginglinea_Block_height { + hash: staginglinea_Bytes number: Int number_gte: Int } -scalar arbitrumsepolia_Bytes +scalar staginglinea_Bytes -type arbitrumsepolia_ConnectorMeta { +type staginglinea_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: arbitrumsepolia_Bytes - rootManager: arbitrumsepolia_Bytes - mirrorConnector: arbitrumsepolia_Bytes + amb: staginglinea_Bytes + rootManager: staginglinea_Bytes + mirrorConnector: staginglinea_Bytes } -input arbitrumsepolia_ConnectorMeta_filter { +input staginglinea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -67327,43 +66984,29 @@ input arbitrumsepolia_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: arbitrumsepolia_Bytes - amb_not: arbitrumsepolia_Bytes - amb_gt: arbitrumsepolia_Bytes - amb_lt: arbitrumsepolia_Bytes - amb_gte: arbitrumsepolia_Bytes - amb_lte: arbitrumsepolia_Bytes - amb_in: [arbitrumsepolia_Bytes!] - amb_not_in: [arbitrumsepolia_Bytes!] - amb_contains: arbitrumsepolia_Bytes - amb_not_contains: arbitrumsepolia_Bytes - rootManager: arbitrumsepolia_Bytes - rootManager_not: arbitrumsepolia_Bytes - rootManager_gt: arbitrumsepolia_Bytes - rootManager_lt: arbitrumsepolia_Bytes - rootManager_gte: arbitrumsepolia_Bytes - rootManager_lte: arbitrumsepolia_Bytes - rootManager_in: [arbitrumsepolia_Bytes!] - rootManager_not_in: [arbitrumsepolia_Bytes!] - rootManager_contains: arbitrumsepolia_Bytes - rootManager_not_contains: arbitrumsepolia_Bytes - mirrorConnector: arbitrumsepolia_Bytes - mirrorConnector_not: arbitrumsepolia_Bytes - mirrorConnector_gt: arbitrumsepolia_Bytes - mirrorConnector_lt: arbitrumsepolia_Bytes - mirrorConnector_gte: arbitrumsepolia_Bytes - mirrorConnector_lte: arbitrumsepolia_Bytes - mirrorConnector_in: [arbitrumsepolia_Bytes!] - mirrorConnector_not_in: [arbitrumsepolia_Bytes!] - mirrorConnector_contains: arbitrumsepolia_Bytes - mirrorConnector_not_contains: arbitrumsepolia_Bytes + amb: staginglinea_Bytes + amb_not: staginglinea_Bytes + amb_in: [staginglinea_Bytes!] + amb_not_in: [staginglinea_Bytes!] + amb_contains: staginglinea_Bytes + amb_not_contains: staginglinea_Bytes + rootManager: staginglinea_Bytes + rootManager_not: staginglinea_Bytes + rootManager_in: [staginglinea_Bytes!] + rootManager_not_in: [staginglinea_Bytes!] + rootManager_contains: staginglinea_Bytes + rootManager_not_contains: staginglinea_Bytes + mirrorConnector: staginglinea_Bytes + mirrorConnector_not: staginglinea_Bytes + mirrorConnector_in: [staginglinea_Bytes!] + mirrorConnector_not_in: [staginglinea_Bytes!] + mirrorConnector_contains: staginglinea_Bytes + mirrorConnector_not_contains: staginglinea_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_ConnectorMeta_filter] - or: [arbitrumsepolia_ConnectorMeta_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_ConnectorMeta_orderBy { +enum staginglinea_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -67372,48 +67015,48 @@ enum arbitrumsepolia_ConnectorMeta_orderBy { mirrorConnector } -type arbitrumsepolia_DestinationTransfer { +type staginglinea_DestinationTransfer { id: ID! chainId: BigInt - transferId: arbitrumsepolia_Bytes + transferId: staginglinea_Bytes nonce: BigInt - status: arbitrumsepolia_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_Router_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_Router_filter): [arbitrumsepolia_Router!] + status: staginglinea_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: staginglinea_Router_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_Router_filter): [staginglinea_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumsepolia_Bytes - delegate: arbitrumsepolia_Bytes + to: staginglinea_Bytes + delegate: staginglinea_Bytes receiveLocal: Boolean - callData: arbitrumsepolia_Bytes + callData: staginglinea_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: arbitrumsepolia_Bytes + originSender: staginglinea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumsepolia_Bytes - asset: arbitrumsepolia_Asset + canonicalId: staginglinea_Bytes + asset: staginglinea_Asset amount: BigInt routersFee: BigInt - executedCaller: arbitrumsepolia_Bytes - executedTransactionHash: arbitrumsepolia_Bytes + executedCaller: staginglinea_Bytes + executedTransactionHash: staginglinea_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: arbitrumsepolia_Bytes + executedTxOrigin: staginglinea_Bytes executedTxNonce: BigInt - reconciledCaller: arbitrumsepolia_Bytes - reconciledTransactionHash: arbitrumsepolia_Bytes + reconciledCaller: staginglinea_Bytes + reconciledTransactionHash: staginglinea_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: arbitrumsepolia_Bytes + reconciledTxOrigin: staginglinea_Bytes reconciledTxNonce: BigInt } -input arbitrumsepolia_DestinationTransfer_filter { +input staginglinea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -67430,16 +67073,12 @@ input arbitrumsepolia_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumsepolia_Bytes - transferId_not: arbitrumsepolia_Bytes - transferId_gt: arbitrumsepolia_Bytes - transferId_lt: arbitrumsepolia_Bytes - transferId_gte: arbitrumsepolia_Bytes - transferId_lte: arbitrumsepolia_Bytes - transferId_in: [arbitrumsepolia_Bytes!] - transferId_not_in: [arbitrumsepolia_Bytes!] - transferId_contains: arbitrumsepolia_Bytes - transferId_not_contains: arbitrumsepolia_Bytes + transferId: staginglinea_Bytes + transferId_not: staginglinea_Bytes + transferId_in: [staginglinea_Bytes!] + transferId_not_in: [staginglinea_Bytes!] + transferId_contains: staginglinea_Bytes + transferId_not_contains: staginglinea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -67448,17 +67087,17 @@ input arbitrumsepolia_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumsepolia_TransferStatus - status_not: arbitrumsepolia_TransferStatus - status_in: [arbitrumsepolia_TransferStatus!] - status_not_in: [arbitrumsepolia_TransferStatus!] + status: staginglinea_TransferStatus + status_not: staginglinea_TransferStatus + status_in: [staginglinea_TransferStatus!] + status_not_in: [staginglinea_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: arbitrumsepolia_Router_filter + routers_: staginglinea_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -67483,40 +67122,28 @@ input arbitrumsepolia_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumsepolia_Bytes - to_not: arbitrumsepolia_Bytes - to_gt: arbitrumsepolia_Bytes - to_lt: arbitrumsepolia_Bytes - to_gte: arbitrumsepolia_Bytes - to_lte: arbitrumsepolia_Bytes - to_in: [arbitrumsepolia_Bytes!] - to_not_in: [arbitrumsepolia_Bytes!] - to_contains: arbitrumsepolia_Bytes - to_not_contains: arbitrumsepolia_Bytes - delegate: arbitrumsepolia_Bytes - delegate_not: arbitrumsepolia_Bytes - delegate_gt: arbitrumsepolia_Bytes - delegate_lt: arbitrumsepolia_Bytes - delegate_gte: arbitrumsepolia_Bytes - delegate_lte: arbitrumsepolia_Bytes - delegate_in: [arbitrumsepolia_Bytes!] - delegate_not_in: [arbitrumsepolia_Bytes!] - delegate_contains: arbitrumsepolia_Bytes - delegate_not_contains: arbitrumsepolia_Bytes + to: staginglinea_Bytes + to_not: staginglinea_Bytes + to_in: [staginglinea_Bytes!] + to_not_in: [staginglinea_Bytes!] + to_contains: staginglinea_Bytes + to_not_contains: staginglinea_Bytes + delegate: staginglinea_Bytes + delegate_not: staginglinea_Bytes + delegate_in: [staginglinea_Bytes!] + delegate_not_in: [staginglinea_Bytes!] + delegate_contains: staginglinea_Bytes + delegate_not_contains: staginglinea_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: arbitrumsepolia_Bytes - callData_not: arbitrumsepolia_Bytes - callData_gt: arbitrumsepolia_Bytes - callData_lt: arbitrumsepolia_Bytes - callData_gte: arbitrumsepolia_Bytes - callData_lte: arbitrumsepolia_Bytes - callData_in: [arbitrumsepolia_Bytes!] - callData_not_in: [arbitrumsepolia_Bytes!] - callData_contains: arbitrumsepolia_Bytes - callData_not_contains: arbitrumsepolia_Bytes + callData: staginglinea_Bytes + callData_not: staginglinea_Bytes + callData_in: [staginglinea_Bytes!] + callData_not_in: [staginglinea_Bytes!] + callData_contains: staginglinea_Bytes + callData_not_contains: staginglinea_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -67533,16 +67160,12 @@ input arbitrumsepolia_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: arbitrumsepolia_Bytes - originSender_not: arbitrumsepolia_Bytes - originSender_gt: arbitrumsepolia_Bytes - originSender_lt: arbitrumsepolia_Bytes - originSender_gte: arbitrumsepolia_Bytes - originSender_lte: arbitrumsepolia_Bytes - originSender_in: [arbitrumsepolia_Bytes!] - originSender_not_in: [arbitrumsepolia_Bytes!] - originSender_contains: arbitrumsepolia_Bytes - originSender_not_contains: arbitrumsepolia_Bytes + originSender: staginglinea_Bytes + originSender_not: staginglinea_Bytes + originSender_in: [staginglinea_Bytes!] + originSender_not_in: [staginglinea_Bytes!] + originSender_contains: staginglinea_Bytes + originSender_not_contains: staginglinea_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -67559,16 +67182,12 @@ input arbitrumsepolia_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumsepolia_Bytes - canonicalId_not: arbitrumsepolia_Bytes - canonicalId_gt: arbitrumsepolia_Bytes - canonicalId_lt: arbitrumsepolia_Bytes - canonicalId_gte: arbitrumsepolia_Bytes - canonicalId_lte: arbitrumsepolia_Bytes - canonicalId_in: [arbitrumsepolia_Bytes!] - canonicalId_not_in: [arbitrumsepolia_Bytes!] - canonicalId_contains: arbitrumsepolia_Bytes - canonicalId_not_contains: arbitrumsepolia_Bytes + canonicalId: staginglinea_Bytes + canonicalId_not: staginglinea_Bytes + canonicalId_in: [staginglinea_Bytes!] + canonicalId_not_in: [staginglinea_Bytes!] + canonicalId_contains: staginglinea_Bytes + canonicalId_not_contains: staginglinea_Bytes asset: String asset_not: String asset_gt: String @@ -67589,7 +67208,7 @@ input arbitrumsepolia_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumsepolia_Asset_filter + asset_: staginglinea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -67606,26 +67225,18 @@ input arbitrumsepolia_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: arbitrumsepolia_Bytes - executedCaller_not: arbitrumsepolia_Bytes - executedCaller_gt: arbitrumsepolia_Bytes - executedCaller_lt: arbitrumsepolia_Bytes - executedCaller_gte: arbitrumsepolia_Bytes - executedCaller_lte: arbitrumsepolia_Bytes - executedCaller_in: [arbitrumsepolia_Bytes!] - executedCaller_not_in: [arbitrumsepolia_Bytes!] - executedCaller_contains: arbitrumsepolia_Bytes - executedCaller_not_contains: arbitrumsepolia_Bytes - executedTransactionHash: arbitrumsepolia_Bytes - executedTransactionHash_not: arbitrumsepolia_Bytes - executedTransactionHash_gt: arbitrumsepolia_Bytes - executedTransactionHash_lt: arbitrumsepolia_Bytes - executedTransactionHash_gte: arbitrumsepolia_Bytes - executedTransactionHash_lte: arbitrumsepolia_Bytes - executedTransactionHash_in: [arbitrumsepolia_Bytes!] - executedTransactionHash_not_in: [arbitrumsepolia_Bytes!] - executedTransactionHash_contains: arbitrumsepolia_Bytes - executedTransactionHash_not_contains: arbitrumsepolia_Bytes + executedCaller: staginglinea_Bytes + executedCaller_not: staginglinea_Bytes + executedCaller_in: [staginglinea_Bytes!] + executedCaller_not_in: [staginglinea_Bytes!] + executedCaller_contains: staginglinea_Bytes + executedCaller_not_contains: staginglinea_Bytes + executedTransactionHash: staginglinea_Bytes + executedTransactionHash_not: staginglinea_Bytes + executedTransactionHash_in: [staginglinea_Bytes!] + executedTransactionHash_not_in: [staginglinea_Bytes!] + executedTransactionHash_contains: staginglinea_Bytes + executedTransactionHash_not_contains: staginglinea_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -67658,16 +67269,12 @@ input arbitrumsepolia_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: arbitrumsepolia_Bytes - executedTxOrigin_not: arbitrumsepolia_Bytes - executedTxOrigin_gt: arbitrumsepolia_Bytes - executedTxOrigin_lt: arbitrumsepolia_Bytes - executedTxOrigin_gte: arbitrumsepolia_Bytes - executedTxOrigin_lte: arbitrumsepolia_Bytes - executedTxOrigin_in: [arbitrumsepolia_Bytes!] - executedTxOrigin_not_in: [arbitrumsepolia_Bytes!] - executedTxOrigin_contains: arbitrumsepolia_Bytes - executedTxOrigin_not_contains: arbitrumsepolia_Bytes + executedTxOrigin: staginglinea_Bytes + executedTxOrigin_not: staginglinea_Bytes + executedTxOrigin_in: [staginglinea_Bytes!] + executedTxOrigin_not_in: [staginglinea_Bytes!] + executedTxOrigin_contains: staginglinea_Bytes + executedTxOrigin_not_contains: staginglinea_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -67676,26 +67283,18 @@ input arbitrumsepolia_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: arbitrumsepolia_Bytes - reconciledCaller_not: arbitrumsepolia_Bytes - reconciledCaller_gt: arbitrumsepolia_Bytes - reconciledCaller_lt: arbitrumsepolia_Bytes - reconciledCaller_gte: arbitrumsepolia_Bytes - reconciledCaller_lte: arbitrumsepolia_Bytes - reconciledCaller_in: [arbitrumsepolia_Bytes!] - reconciledCaller_not_in: [arbitrumsepolia_Bytes!] - reconciledCaller_contains: arbitrumsepolia_Bytes - reconciledCaller_not_contains: arbitrumsepolia_Bytes - reconciledTransactionHash: arbitrumsepolia_Bytes - reconciledTransactionHash_not: arbitrumsepolia_Bytes - reconciledTransactionHash_gt: arbitrumsepolia_Bytes - reconciledTransactionHash_lt: arbitrumsepolia_Bytes - reconciledTransactionHash_gte: arbitrumsepolia_Bytes - reconciledTransactionHash_lte: arbitrumsepolia_Bytes - reconciledTransactionHash_in: [arbitrumsepolia_Bytes!] - reconciledTransactionHash_not_in: [arbitrumsepolia_Bytes!] - reconciledTransactionHash_contains: arbitrumsepolia_Bytes - reconciledTransactionHash_not_contains: arbitrumsepolia_Bytes + reconciledCaller: staginglinea_Bytes + reconciledCaller_not: staginglinea_Bytes + reconciledCaller_in: [staginglinea_Bytes!] + reconciledCaller_not_in: [staginglinea_Bytes!] + reconciledCaller_contains: staginglinea_Bytes + reconciledCaller_not_contains: staginglinea_Bytes + reconciledTransactionHash: staginglinea_Bytes + reconciledTransactionHash_not: staginglinea_Bytes + reconciledTransactionHash_in: [staginglinea_Bytes!] + reconciledTransactionHash_not_in: [staginglinea_Bytes!] + reconciledTransactionHash_contains: staginglinea_Bytes + reconciledTransactionHash_not_contains: staginglinea_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -67728,16 +67327,12 @@ input arbitrumsepolia_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: arbitrumsepolia_Bytes - reconciledTxOrigin_not: arbitrumsepolia_Bytes - reconciledTxOrigin_gt: arbitrumsepolia_Bytes - reconciledTxOrigin_lt: arbitrumsepolia_Bytes - reconciledTxOrigin_gte: arbitrumsepolia_Bytes - reconciledTxOrigin_lte: arbitrumsepolia_Bytes - reconciledTxOrigin_in: [arbitrumsepolia_Bytes!] - reconciledTxOrigin_not_in: [arbitrumsepolia_Bytes!] - reconciledTxOrigin_contains: arbitrumsepolia_Bytes - reconciledTxOrigin_not_contains: arbitrumsepolia_Bytes + reconciledTxOrigin: staginglinea_Bytes + reconciledTxOrigin_not: staginglinea_Bytes + reconciledTxOrigin_in: [staginglinea_Bytes!] + reconciledTxOrigin_not_in: [staginglinea_Bytes!] + reconciledTxOrigin_contains: staginglinea_Bytes + reconciledTxOrigin_not_contains: staginglinea_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -67747,12 +67342,10 @@ input arbitrumsepolia_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_DestinationTransfer_filter] - or: [arbitrumsepolia_DestinationTransfer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_DestinationTransfer_orderBy { +enum staginglinea_DestinationTransfer_orderBy { id chainId transferId @@ -67773,15 +67366,6 @@ enum arbitrumsepolia_DestinationTransfer_orderBy { normalizedIn canonicalId asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber amount routersFee executedCaller @@ -67802,20 +67386,14 @@ enum arbitrumsepolia_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar arbitrumsepolia_Int8 - -type arbitrumsepolia_OptimisticRootFinalized { +type staginglinea_OptimisticRootFinalized { id: ID! - aggregateRoot: arbitrumsepolia_Bytes! + aggregateRoot: staginglinea_Bytes! timestamp: BigInt! blockNumber: BigInt } -input arbitrumsepolia_OptimisticRootFinalized_filter { +input staginglinea_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -67824,16 +67402,12 @@ input arbitrumsepolia_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: arbitrumsepolia_Bytes - aggregateRoot_not: arbitrumsepolia_Bytes - aggregateRoot_gt: arbitrumsepolia_Bytes - aggregateRoot_lt: arbitrumsepolia_Bytes - aggregateRoot_gte: arbitrumsepolia_Bytes - aggregateRoot_lte: arbitrumsepolia_Bytes - aggregateRoot_in: [arbitrumsepolia_Bytes!] - aggregateRoot_not_in: [arbitrumsepolia_Bytes!] - aggregateRoot_contains: arbitrumsepolia_Bytes - aggregateRoot_not_contains: arbitrumsepolia_Bytes + aggregateRoot: staginglinea_Bytes + aggregateRoot_not: staginglinea_Bytes + aggregateRoot_in: [staginglinea_Bytes!] + aggregateRoot_not_in: [staginglinea_Bytes!] + aggregateRoot_contains: staginglinea_Bytes + aggregateRoot_not_contains: staginglinea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -67851,12 +67425,10 @@ input arbitrumsepolia_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_OptimisticRootFinalized_filter] - or: [arbitrumsepolia_OptimisticRootFinalized_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_OptimisticRootFinalized_orderBy { +enum staginglinea_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -67864,25 +67436,25 @@ enum arbitrumsepolia_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumsepolia_OrderDirection { +enum staginglinea_OrderDirection { asc desc } -type arbitrumsepolia_OriginMessage { +type staginglinea_OriginMessage { id: ID! - transferId: arbitrumsepolia_Bytes + transferId: staginglinea_Bytes destinationDomain: BigInt - leaf: arbitrumsepolia_Bytes + leaf: staginglinea_Bytes index: BigInt - message: arbitrumsepolia_Bytes - root: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes + message: staginglinea_Bytes + root: staginglinea_Bytes + transactionHash: staginglinea_Bytes blockNumber: BigInt - rootCount: arbitrumsepolia_RootCount + rootCount: staginglinea_RootCount } -input arbitrumsepolia_OriginMessage_filter { +input staginglinea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -67891,16 +67463,12 @@ input arbitrumsepolia_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: arbitrumsepolia_Bytes - transferId_not: arbitrumsepolia_Bytes - transferId_gt: arbitrumsepolia_Bytes - transferId_lt: arbitrumsepolia_Bytes - transferId_gte: arbitrumsepolia_Bytes - transferId_lte: arbitrumsepolia_Bytes - transferId_in: [arbitrumsepolia_Bytes!] - transferId_not_in: [arbitrumsepolia_Bytes!] - transferId_contains: arbitrumsepolia_Bytes - transferId_not_contains: arbitrumsepolia_Bytes + transferId: staginglinea_Bytes + transferId_not: staginglinea_Bytes + transferId_in: [staginglinea_Bytes!] + transferId_not_in: [staginglinea_Bytes!] + transferId_contains: staginglinea_Bytes + transferId_not_contains: staginglinea_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -67909,16 +67477,12 @@ input arbitrumsepolia_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: arbitrumsepolia_Bytes - leaf_not: arbitrumsepolia_Bytes - leaf_gt: arbitrumsepolia_Bytes - leaf_lt: arbitrumsepolia_Bytes - leaf_gte: arbitrumsepolia_Bytes - leaf_lte: arbitrumsepolia_Bytes - leaf_in: [arbitrumsepolia_Bytes!] - leaf_not_in: [arbitrumsepolia_Bytes!] - leaf_contains: arbitrumsepolia_Bytes - leaf_not_contains: arbitrumsepolia_Bytes + leaf: staginglinea_Bytes + leaf_not: staginglinea_Bytes + leaf_in: [staginglinea_Bytes!] + leaf_not_in: [staginglinea_Bytes!] + leaf_contains: staginglinea_Bytes + leaf_not_contains: staginglinea_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -67927,36 +67491,24 @@ input arbitrumsepolia_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: arbitrumsepolia_Bytes - message_not: arbitrumsepolia_Bytes - message_gt: arbitrumsepolia_Bytes - message_lt: arbitrumsepolia_Bytes - message_gte: arbitrumsepolia_Bytes - message_lte: arbitrumsepolia_Bytes - message_in: [arbitrumsepolia_Bytes!] - message_not_in: [arbitrumsepolia_Bytes!] - message_contains: arbitrumsepolia_Bytes - message_not_contains: arbitrumsepolia_Bytes - root: arbitrumsepolia_Bytes - root_not: arbitrumsepolia_Bytes - root_gt: arbitrumsepolia_Bytes - root_lt: arbitrumsepolia_Bytes - root_gte: arbitrumsepolia_Bytes - root_lte: arbitrumsepolia_Bytes - root_in: [arbitrumsepolia_Bytes!] - root_not_in: [arbitrumsepolia_Bytes!] - root_contains: arbitrumsepolia_Bytes - root_not_contains: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + message: staginglinea_Bytes + message_not: staginglinea_Bytes + message_in: [staginglinea_Bytes!] + message_not_in: [staginglinea_Bytes!] + message_contains: staginglinea_Bytes + message_not_contains: staginglinea_Bytes + root: staginglinea_Bytes + root_not: staginglinea_Bytes + root_in: [staginglinea_Bytes!] + root_not_in: [staginglinea_Bytes!] + root_contains: staginglinea_Bytes + root_not_contains: staginglinea_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -67985,14 +67537,12 @@ input arbitrumsepolia_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: arbitrumsepolia_RootCount_filter + rootCount_: staginglinea_RootCount_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_OriginMessage_filter] - or: [arbitrumsepolia_OriginMessage_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_OriginMessage_orderBy { +enum staginglinea_OriginMessage_orderBy { id transferId destinationDomain @@ -68003,46 +67553,44 @@ enum arbitrumsepolia_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type arbitrumsepolia_OriginTransfer { +type staginglinea_OriginTransfer { id: ID! chainId: BigInt - transferId: arbitrumsepolia_Bytes + transferId: staginglinea_Bytes nonce: BigInt - status: arbitrumsepolia_TransferStatus - messageHash: arbitrumsepolia_Bytes + status: staginglinea_TransferStatus + messageHash: staginglinea_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumsepolia_Bytes - delegate: arbitrumsepolia_Bytes + to: staginglinea_Bytes + delegate: staginglinea_Bytes receiveLocal: Boolean - callData: arbitrumsepolia_Bytes + callData: staginglinea_Bytes slippage: BigInt - originSender: arbitrumsepolia_Bytes + originSender: staginglinea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumsepolia_Bytes - asset: arbitrumsepolia_Asset - transactingAsset: arbitrumsepolia_Bytes - message: arbitrumsepolia_OriginMessage + canonicalId: staginglinea_Bytes + asset: staginglinea_Asset + transactingAsset: staginglinea_Bytes + message: staginglinea_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_RelayerFee_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_RelayerFee_filter): [arbitrumsepolia_RelayerFee!] - initialRelayerFeeAsset: arbitrumsepolia_Bytes - caller: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginglinea_RelayerFee_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_RelayerFee_filter): [staginglinea_RelayerFee!] + initialRelayerFeeAsset: staginglinea_Bytes + caller: staginglinea_Bytes + transactionHash: staginglinea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: arbitrumsepolia_Bytes + txOrigin: staginglinea_Bytes txNonce: BigInt } -input arbitrumsepolia_OriginTransfer_filter { +input staginglinea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -68059,16 +67607,12 @@ input arbitrumsepolia_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: arbitrumsepolia_Bytes - transferId_not: arbitrumsepolia_Bytes - transferId_gt: arbitrumsepolia_Bytes - transferId_lt: arbitrumsepolia_Bytes - transferId_gte: arbitrumsepolia_Bytes - transferId_lte: arbitrumsepolia_Bytes - transferId_in: [arbitrumsepolia_Bytes!] - transferId_not_in: [arbitrumsepolia_Bytes!] - transferId_contains: arbitrumsepolia_Bytes - transferId_not_contains: arbitrumsepolia_Bytes + transferId: staginglinea_Bytes + transferId_not: staginglinea_Bytes + transferId_in: [staginglinea_Bytes!] + transferId_not_in: [staginglinea_Bytes!] + transferId_contains: staginglinea_Bytes + transferId_not_contains: staginglinea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -68077,20 +67621,16 @@ input arbitrumsepolia_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: arbitrumsepolia_TransferStatus - status_not: arbitrumsepolia_TransferStatus - status_in: [arbitrumsepolia_TransferStatus!] - status_not_in: [arbitrumsepolia_TransferStatus!] - messageHash: arbitrumsepolia_Bytes - messageHash_not: arbitrumsepolia_Bytes - messageHash_gt: arbitrumsepolia_Bytes - messageHash_lt: arbitrumsepolia_Bytes - messageHash_gte: arbitrumsepolia_Bytes - messageHash_lte: arbitrumsepolia_Bytes - messageHash_in: [arbitrumsepolia_Bytes!] - messageHash_not_in: [arbitrumsepolia_Bytes!] - messageHash_contains: arbitrumsepolia_Bytes - messageHash_not_contains: arbitrumsepolia_Bytes + status: staginglinea_TransferStatus + status_not: staginglinea_TransferStatus + status_in: [staginglinea_TransferStatus!] + status_not_in: [staginglinea_TransferStatus!] + messageHash: staginglinea_Bytes + messageHash_not: staginglinea_Bytes + messageHash_in: [staginglinea_Bytes!] + messageHash_not_in: [staginglinea_Bytes!] + messageHash_contains: staginglinea_Bytes + messageHash_not_contains: staginglinea_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -68115,40 +67655,28 @@ input arbitrumsepolia_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: arbitrumsepolia_Bytes - to_not: arbitrumsepolia_Bytes - to_gt: arbitrumsepolia_Bytes - to_lt: arbitrumsepolia_Bytes - to_gte: arbitrumsepolia_Bytes - to_lte: arbitrumsepolia_Bytes - to_in: [arbitrumsepolia_Bytes!] - to_not_in: [arbitrumsepolia_Bytes!] - to_contains: arbitrumsepolia_Bytes - to_not_contains: arbitrumsepolia_Bytes - delegate: arbitrumsepolia_Bytes - delegate_not: arbitrumsepolia_Bytes - delegate_gt: arbitrumsepolia_Bytes - delegate_lt: arbitrumsepolia_Bytes - delegate_gte: arbitrumsepolia_Bytes - delegate_lte: arbitrumsepolia_Bytes - delegate_in: [arbitrumsepolia_Bytes!] - delegate_not_in: [arbitrumsepolia_Bytes!] - delegate_contains: arbitrumsepolia_Bytes - delegate_not_contains: arbitrumsepolia_Bytes + to: staginglinea_Bytes + to_not: staginglinea_Bytes + to_in: [staginglinea_Bytes!] + to_not_in: [staginglinea_Bytes!] + to_contains: staginglinea_Bytes + to_not_contains: staginglinea_Bytes + delegate: staginglinea_Bytes + delegate_not: staginglinea_Bytes + delegate_in: [staginglinea_Bytes!] + delegate_not_in: [staginglinea_Bytes!] + delegate_contains: staginglinea_Bytes + delegate_not_contains: staginglinea_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: arbitrumsepolia_Bytes - callData_not: arbitrumsepolia_Bytes - callData_gt: arbitrumsepolia_Bytes - callData_lt: arbitrumsepolia_Bytes - callData_gte: arbitrumsepolia_Bytes - callData_lte: arbitrumsepolia_Bytes - callData_in: [arbitrumsepolia_Bytes!] - callData_not_in: [arbitrumsepolia_Bytes!] - callData_contains: arbitrumsepolia_Bytes - callData_not_contains: arbitrumsepolia_Bytes + callData: staginglinea_Bytes + callData_not: staginglinea_Bytes + callData_in: [staginglinea_Bytes!] + callData_not_in: [staginglinea_Bytes!] + callData_contains: staginglinea_Bytes + callData_not_contains: staginglinea_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -68157,16 +67685,12 @@ input arbitrumsepolia_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: arbitrumsepolia_Bytes - originSender_not: arbitrumsepolia_Bytes - originSender_gt: arbitrumsepolia_Bytes - originSender_lt: arbitrumsepolia_Bytes - originSender_gte: arbitrumsepolia_Bytes - originSender_lte: arbitrumsepolia_Bytes - originSender_in: [arbitrumsepolia_Bytes!] - originSender_not_in: [arbitrumsepolia_Bytes!] - originSender_contains: arbitrumsepolia_Bytes - originSender_not_contains: arbitrumsepolia_Bytes + originSender: staginglinea_Bytes + originSender_not: staginglinea_Bytes + originSender_in: [staginglinea_Bytes!] + originSender_not_in: [staginglinea_Bytes!] + originSender_contains: staginglinea_Bytes + originSender_not_contains: staginglinea_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -68183,16 +67707,12 @@ input arbitrumsepolia_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: arbitrumsepolia_Bytes - canonicalId_not: arbitrumsepolia_Bytes - canonicalId_gt: arbitrumsepolia_Bytes - canonicalId_lt: arbitrumsepolia_Bytes - canonicalId_gte: arbitrumsepolia_Bytes - canonicalId_lte: arbitrumsepolia_Bytes - canonicalId_in: [arbitrumsepolia_Bytes!] - canonicalId_not_in: [arbitrumsepolia_Bytes!] - canonicalId_contains: arbitrumsepolia_Bytes - canonicalId_not_contains: arbitrumsepolia_Bytes + canonicalId: staginglinea_Bytes + canonicalId_not: staginglinea_Bytes + canonicalId_in: [staginglinea_Bytes!] + canonicalId_not_in: [staginglinea_Bytes!] + canonicalId_contains: staginglinea_Bytes + canonicalId_not_contains: staginglinea_Bytes asset: String asset_not: String asset_gt: String @@ -68213,17 +67733,13 @@ input arbitrumsepolia_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumsepolia_Asset_filter - transactingAsset: arbitrumsepolia_Bytes - transactingAsset_not: arbitrumsepolia_Bytes - transactingAsset_gt: arbitrumsepolia_Bytes - transactingAsset_lt: arbitrumsepolia_Bytes - transactingAsset_gte: arbitrumsepolia_Bytes - transactingAsset_lte: arbitrumsepolia_Bytes - transactingAsset_in: [arbitrumsepolia_Bytes!] - transactingAsset_not_in: [arbitrumsepolia_Bytes!] - transactingAsset_contains: arbitrumsepolia_Bytes - transactingAsset_not_contains: arbitrumsepolia_Bytes + asset_: staginglinea_Asset_filter + transactingAsset: staginglinea_Bytes + transactingAsset_not: staginglinea_Bytes + transactingAsset_in: [staginglinea_Bytes!] + transactingAsset_not_in: [staginglinea_Bytes!] + transactingAsset_contains: staginglinea_Bytes + transactingAsset_not_contains: staginglinea_Bytes message: String message_not: String message_gt: String @@ -68244,7 +67760,7 @@ input arbitrumsepolia_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: arbitrumsepolia_OriginMessage_filter + message_: staginglinea_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -68259,37 +67775,25 @@ input arbitrumsepolia_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: arbitrumsepolia_RelayerFee_filter - initialRelayerFeeAsset: arbitrumsepolia_Bytes - initialRelayerFeeAsset_not: arbitrumsepolia_Bytes - initialRelayerFeeAsset_gt: arbitrumsepolia_Bytes - initialRelayerFeeAsset_lt: arbitrumsepolia_Bytes - initialRelayerFeeAsset_gte: arbitrumsepolia_Bytes - initialRelayerFeeAsset_lte: arbitrumsepolia_Bytes - initialRelayerFeeAsset_in: [arbitrumsepolia_Bytes!] - initialRelayerFeeAsset_not_in: [arbitrumsepolia_Bytes!] - initialRelayerFeeAsset_contains: arbitrumsepolia_Bytes - initialRelayerFeeAsset_not_contains: arbitrumsepolia_Bytes - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + relayerFees_: staginglinea_RelayerFee_filter + initialRelayerFeeAsset: staginglinea_Bytes + initialRelayerFeeAsset_not: staginglinea_Bytes + initialRelayerFeeAsset_in: [staginglinea_Bytes!] + initialRelayerFeeAsset_not_in: [staginglinea_Bytes!] + initialRelayerFeeAsset_contains: staginglinea_Bytes + initialRelayerFeeAsset_not_contains: staginglinea_Bytes + caller: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68322,16 +67826,12 @@ input arbitrumsepolia_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: arbitrumsepolia_Bytes - txOrigin_not: arbitrumsepolia_Bytes - txOrigin_gt: arbitrumsepolia_Bytes - txOrigin_lt: arbitrumsepolia_Bytes - txOrigin_gte: arbitrumsepolia_Bytes - txOrigin_lte: arbitrumsepolia_Bytes - txOrigin_in: [arbitrumsepolia_Bytes!] - txOrigin_not_in: [arbitrumsepolia_Bytes!] - txOrigin_contains: arbitrumsepolia_Bytes - txOrigin_not_contains: arbitrumsepolia_Bytes + txOrigin: staginglinea_Bytes + txOrigin_not: staginglinea_Bytes + txOrigin_in: [staginglinea_Bytes!] + txOrigin_not_in: [staginglinea_Bytes!] + txOrigin_contains: staginglinea_Bytes + txOrigin_not_contains: staginglinea_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -68341,12 +67841,10 @@ input arbitrumsepolia_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_OriginTransfer_filter] - or: [arbitrumsepolia_OriginTransfer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_OriginTransfer_orderBy { +enum staginglinea_OriginTransfer_orderBy { id chainId transferId @@ -68366,26 +67864,8 @@ enum arbitrumsepolia_OriginTransfer_orderBy { normalizedIn canonicalId asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber transactingAsset message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber bumpRelayerFeeCount relayerFees initialRelayerFeeAsset @@ -68399,20 +67879,20 @@ enum arbitrumsepolia_OriginTransfer_orderBy { txNonce } -type arbitrumsepolia_Relayer { +type staginglinea_Relayer { id: ID! isActive: Boolean! - relayer: arbitrumsepolia_Bytes + relayer: staginglinea_Bytes } -type arbitrumsepolia_RelayerFee { +type staginglinea_RelayerFee { id: ID! - transfer: arbitrumsepolia_OriginTransfer! + transfer: staginglinea_OriginTransfer! fee: BigInt! - asset: arbitrumsepolia_Bytes! + asset: staginglinea_Bytes! } -input arbitrumsepolia_RelayerFee_filter { +input staginglinea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -68441,7 +67921,7 @@ input arbitrumsepolia_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumsepolia_OriginTransfer_filter + transfer_: staginglinea_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -68450,72 +67930,37 @@ input arbitrumsepolia_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: arbitrumsepolia_Bytes - asset_not: arbitrumsepolia_Bytes - asset_gt: arbitrumsepolia_Bytes - asset_lt: arbitrumsepolia_Bytes - asset_gte: arbitrumsepolia_Bytes - asset_lte: arbitrumsepolia_Bytes - asset_in: [arbitrumsepolia_Bytes!] - asset_not_in: [arbitrumsepolia_Bytes!] - asset_contains: arbitrumsepolia_Bytes - asset_not_contains: arbitrumsepolia_Bytes + asset: staginglinea_Bytes + asset_not: staginglinea_Bytes + asset_in: [staginglinea_Bytes!] + asset_not_in: [staginglinea_Bytes!] + asset_contains: staginglinea_Bytes + asset_not_contains: staginglinea_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RelayerFee_filter] - or: [arbitrumsepolia_RelayerFee_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_RelayerFee_orderBy { +enum staginglinea_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 arbitrumsepolia_RelayerFeesIncrease { +type staginglinea_RelayerFeesIncrease { id: ID! - transfer: arbitrumsepolia_OriginTransfer! + transfer: staginglinea_OriginTransfer! increase: BigInt - asset: arbitrumsepolia_Bytes - caller: arbitrumsepolia_Bytes! - transactionHash: arbitrumsepolia_Bytes! + asset: staginglinea_Bytes + caller: staginglinea_Bytes! + transactionHash: staginglinea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumsepolia_RelayerFeesIncrease_filter { +input staginglinea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -68544,7 +67989,7 @@ input arbitrumsepolia_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumsepolia_OriginTransfer_filter + transfer_: staginglinea_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -68553,36 +67998,24 @@ input arbitrumsepolia_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: arbitrumsepolia_Bytes - asset_not: arbitrumsepolia_Bytes - asset_gt: arbitrumsepolia_Bytes - asset_lt: arbitrumsepolia_Bytes - asset_gte: arbitrumsepolia_Bytes - asset_lte: arbitrumsepolia_Bytes - asset_in: [arbitrumsepolia_Bytes!] - asset_not_in: [arbitrumsepolia_Bytes!] - asset_contains: arbitrumsepolia_Bytes - asset_not_contains: arbitrumsepolia_Bytes - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + asset: staginglinea_Bytes + asset_not: staginglinea_Bytes + asset_in: [staginglinea_Bytes!] + asset_not_in: [staginglinea_Bytes!] + asset_contains: staginglinea_Bytes + asset_not_contains: staginglinea_Bytes + caller: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68616,43 +68049,12 @@ input arbitrumsepolia_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RelayerFeesIncrease_filter] - or: [arbitrumsepolia_RelayerFeesIncrease_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_RelayerFeesIncrease_orderBy { +enum staginglinea_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 @@ -68663,7 +68065,7 @@ enum arbitrumsepolia_RelayerFeesIncrease_orderBy { blockNumber } -input arbitrumsepolia_Relayer_filter { +input staginglinea_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -68676,34 +68078,28 @@ input arbitrumsepolia_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: arbitrumsepolia_Bytes - relayer_not: arbitrumsepolia_Bytes - relayer_gt: arbitrumsepolia_Bytes - relayer_lt: arbitrumsepolia_Bytes - relayer_gte: arbitrumsepolia_Bytes - relayer_lte: arbitrumsepolia_Bytes - relayer_in: [arbitrumsepolia_Bytes!] - relayer_not_in: [arbitrumsepolia_Bytes!] - relayer_contains: arbitrumsepolia_Bytes - relayer_not_contains: arbitrumsepolia_Bytes - """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Relayer_filter] - or: [arbitrumsepolia_Relayer_filter] + relayer: staginglinea_Bytes + relayer_not: staginglinea_Bytes + relayer_in: [staginglinea_Bytes!] + relayer_not_in: [staginglinea_Bytes!] + relayer_contains: staginglinea_Bytes + relayer_not_contains: staginglinea_Bytes + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_Relayer_orderBy { +enum staginglinea_Relayer_orderBy { id isActive relayer } -type arbitrumsepolia_RootCount { +type staginglinea_RootCount { id: ID! count: BigInt } -input arbitrumsepolia_RootCount_filter { +input staginglinea_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -68721,31 +68117,29 @@ input arbitrumsepolia_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RootCount_filter] - or: [arbitrumsepolia_RootCount_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_RootCount_orderBy { +enum staginglinea_RootCount_orderBy { id count } -type arbitrumsepolia_RootMessageSent { +type staginglinea_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: arbitrumsepolia_Bytes + root: staginglinea_Bytes count: BigInt - caller: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes + caller: staginglinea_Bytes + transactionHash: staginglinea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input arbitrumsepolia_RootMessageSent_filter { +input staginglinea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -68770,16 +68164,12 @@ input arbitrumsepolia_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: arbitrumsepolia_Bytes - root_not: arbitrumsepolia_Bytes - root_gt: arbitrumsepolia_Bytes - root_lt: arbitrumsepolia_Bytes - root_gte: arbitrumsepolia_Bytes - root_lte: arbitrumsepolia_Bytes - root_in: [arbitrumsepolia_Bytes!] - root_not_in: [arbitrumsepolia_Bytes!] - root_contains: arbitrumsepolia_Bytes - root_not_contains: arbitrumsepolia_Bytes + root: staginglinea_Bytes + root_not: staginglinea_Bytes + root_in: [staginglinea_Bytes!] + root_not_in: [staginglinea_Bytes!] + root_contains: staginglinea_Bytes + root_not_contains: staginglinea_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -68788,26 +68178,18 @@ input arbitrumsepolia_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + caller: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68841,12 +68223,10 @@ input arbitrumsepolia_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RootMessageSent_filter] - or: [arbitrumsepolia_RootMessageSent_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_RootMessageSent_orderBy { +enum staginglinea_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -68860,25 +68240,25 @@ enum arbitrumsepolia_RootMessageSent_orderBy { blockNumber } -type arbitrumsepolia_Router { +type staginglinea_Router { id: ID! isActive: Boolean! - owner: arbitrumsepolia_Bytes - recipient: arbitrumsepolia_Bytes - proposedOwner: arbitrumsepolia_Bytes + owner: staginglinea_Bytes + recipient: staginglinea_Bytes + proposedOwner: staginglinea_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_AssetBalance_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_AssetBalance_filter): [arbitrumsepolia_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginglinea_AssetBalance_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_AssetBalance_filter): [staginglinea_AssetBalance!]! } -type arbitrumsepolia_RouterDailyTVL { +type staginglinea_RouterDailyTVL { id: ID! - router: arbitrumsepolia_Router! - asset: arbitrumsepolia_Asset! + router: staginglinea_Router! + asset: staginglinea_Asset! timestamp: BigInt! balance: BigInt! } -input arbitrumsepolia_RouterDailyTVL_filter { +input staginglinea_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -68907,7 +68287,7 @@ input arbitrumsepolia_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumsepolia_Router_filter + router_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -68928,7 +68308,7 @@ input arbitrumsepolia_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumsepolia_Asset_filter + asset_: staginglinea_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -68946,54 +68326,37 @@ input arbitrumsepolia_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RouterDailyTVL_filter] - or: [arbitrumsepolia_RouterDailyTVL_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_RouterDailyTVL_orderBy { +enum staginglinea_RouterDailyTVL_orderBy { id router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber timestamp balance } -type arbitrumsepolia_RouterLiquidityEvent { +type staginglinea_RouterLiquidityEvent { id: ID! - type: arbitrumsepolia_RouterLiquidityEventType - router: arbitrumsepolia_Router! - asset: arbitrumsepolia_Asset! + type: staginglinea_RouterLiquidityEventType + router: staginglinea_Router! + asset: staginglinea_Asset! amount: BigInt! balance: BigInt! - caller: arbitrumsepolia_Bytes + caller: staginglinea_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: arbitrumsepolia_Bytes! + transactionHash: staginglinea_Bytes! nonce: BigInt! } -enum arbitrumsepolia_RouterLiquidityEventType { +enum staginglinea_RouterLiquidityEventType { Add Remove } -input arbitrumsepolia_RouterLiquidityEvent_filter { +input staginglinea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -69002,10 +68365,10 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: arbitrumsepolia_RouterLiquidityEventType - type_not: arbitrumsepolia_RouterLiquidityEventType - type_in: [arbitrumsepolia_RouterLiquidityEventType!] - type_not_in: [arbitrumsepolia_RouterLiquidityEventType!] + type: staginglinea_RouterLiquidityEventType + type_not: staginglinea_RouterLiquidityEventType + type_in: [staginglinea_RouterLiquidityEventType!] + type_not_in: [staginglinea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -69026,7 +68389,7 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: arbitrumsepolia_Router_filter + router_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -69047,7 +68410,7 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: arbitrumsepolia_Asset_filter + asset_: staginglinea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -69064,16 +68427,12 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes + caller: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -69090,16 +68449,12 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -69109,31 +68464,14 @@ input arbitrumsepolia_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RouterLiquidityEvent_filter] - or: [arbitrumsepolia_RouterLiquidityEvent_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_RouterLiquidityEvent_orderBy { +enum staginglinea_RouterLiquidityEvent_orderBy { id type router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber amount balance caller @@ -69143,7 +68481,7 @@ enum arbitrumsepolia_RouterLiquidityEvent_orderBy { nonce } -input arbitrumsepolia_Router_filter { +input staginglinea_Router_filter { id: ID id_not: ID id_gt: ID @@ -69156,36 +68494,24 @@ input arbitrumsepolia_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: arbitrumsepolia_Bytes - owner_not: arbitrumsepolia_Bytes - owner_gt: arbitrumsepolia_Bytes - owner_lt: arbitrumsepolia_Bytes - owner_gte: arbitrumsepolia_Bytes - owner_lte: arbitrumsepolia_Bytes - owner_in: [arbitrumsepolia_Bytes!] - owner_not_in: [arbitrumsepolia_Bytes!] - owner_contains: arbitrumsepolia_Bytes - owner_not_contains: arbitrumsepolia_Bytes - recipient: arbitrumsepolia_Bytes - recipient_not: arbitrumsepolia_Bytes - recipient_gt: arbitrumsepolia_Bytes - recipient_lt: arbitrumsepolia_Bytes - recipient_gte: arbitrumsepolia_Bytes - recipient_lte: arbitrumsepolia_Bytes - recipient_in: [arbitrumsepolia_Bytes!] - recipient_not_in: [arbitrumsepolia_Bytes!] - recipient_contains: arbitrumsepolia_Bytes - recipient_not_contains: arbitrumsepolia_Bytes - proposedOwner: arbitrumsepolia_Bytes - proposedOwner_not: arbitrumsepolia_Bytes - proposedOwner_gt: arbitrumsepolia_Bytes - proposedOwner_lt: arbitrumsepolia_Bytes - proposedOwner_gte: arbitrumsepolia_Bytes - proposedOwner_lte: arbitrumsepolia_Bytes - proposedOwner_in: [arbitrumsepolia_Bytes!] - proposedOwner_not_in: [arbitrumsepolia_Bytes!] - proposedOwner_contains: arbitrumsepolia_Bytes - proposedOwner_not_contains: arbitrumsepolia_Bytes + owner: staginglinea_Bytes + owner_not: staginglinea_Bytes + owner_in: [staginglinea_Bytes!] + owner_not_in: [staginglinea_Bytes!] + owner_contains: staginglinea_Bytes + owner_not_contains: staginglinea_Bytes + recipient: staginglinea_Bytes + recipient_not: staginglinea_Bytes + recipient_in: [staginglinea_Bytes!] + recipient_not_in: [staginglinea_Bytes!] + recipient_contains: staginglinea_Bytes + recipient_not_contains: staginglinea_Bytes + proposedOwner: staginglinea_Bytes + proposedOwner_not: staginglinea_Bytes + proposedOwner_in: [staginglinea_Bytes!] + proposedOwner_not_in: [staginglinea_Bytes!] + proposedOwner_contains: staginglinea_Bytes + proposedOwner_not_contains: staginglinea_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -69194,14 +68520,12 @@ input arbitrumsepolia_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: arbitrumsepolia_AssetBalance_filter + assetBalances_: staginglinea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Router_filter] - or: [arbitrumsepolia_Router_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_Router_orderBy { +enum staginglinea_Router_orderBy { id isActive owner @@ -69211,13 +68535,13 @@ enum arbitrumsepolia_Router_orderBy { assetBalances } -type arbitrumsepolia_Sequencer { +type staginglinea_Sequencer { id: ID! isActive: Boolean! - sequencer: arbitrumsepolia_Bytes + sequencer: staginglinea_Bytes } -input arbitrumsepolia_Sequencer_filter { +input staginglinea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -69230,35 +68554,29 @@ input arbitrumsepolia_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: arbitrumsepolia_Bytes - sequencer_not: arbitrumsepolia_Bytes - sequencer_gt: arbitrumsepolia_Bytes - sequencer_lt: arbitrumsepolia_Bytes - sequencer_gte: arbitrumsepolia_Bytes - sequencer_lte: arbitrumsepolia_Bytes - sequencer_in: [arbitrumsepolia_Bytes!] - sequencer_not_in: [arbitrumsepolia_Bytes!] - sequencer_contains: arbitrumsepolia_Bytes - sequencer_not_contains: arbitrumsepolia_Bytes + sequencer: staginglinea_Bytes + sequencer_not: staginglinea_Bytes + sequencer_in: [staginglinea_Bytes!] + sequencer_not_in: [staginglinea_Bytes!] + sequencer_contains: staginglinea_Bytes + sequencer_not_contains: staginglinea_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Sequencer_filter] - or: [arbitrumsepolia_Sequencer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_Sequencer_orderBy { +enum staginglinea_Sequencer_orderBy { id isActive sequencer } -type arbitrumsepolia_Setting { +type staginglinea_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: arbitrumsepolia_Bytes! + caller: staginglinea_Bytes! } -input arbitrumsepolia_Setting_filter { +input staginglinea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -69275,41 +68593,35 @@ input arbitrumsepolia_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes + caller: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Setting_filter] - or: [arbitrumsepolia_Setting_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_Setting_orderBy { +enum staginglinea_Setting_orderBy { id maxRoutersPerTransfer caller } -type arbitrumsepolia_SlippageUpdate { +type staginglinea_SlippageUpdate { id: ID! - transfer: arbitrumsepolia_DestinationTransfer! + transfer: staginglinea_DestinationTransfer! slippage: BigInt! - caller: arbitrumsepolia_Bytes! - transactionHash: arbitrumsepolia_Bytes! + caller: staginglinea_Bytes! + transactionHash: staginglinea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumsepolia_SlippageUpdate_filter { +input staginglinea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -69338,7 +68650,7 @@ input arbitrumsepolia_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: arbitrumsepolia_DestinationTransfer_filter + transfer_: staginglinea_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -69347,26 +68659,18 @@ input arbitrumsepolia_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: arbitrumsepolia_Bytes - caller_not: arbitrumsepolia_Bytes - caller_gt: arbitrumsepolia_Bytes - caller_lt: arbitrumsepolia_Bytes - caller_gte: arbitrumsepolia_Bytes - caller_lte: arbitrumsepolia_Bytes - caller_in: [arbitrumsepolia_Bytes!] - caller_not_in: [arbitrumsepolia_Bytes!] - caller_contains: arbitrumsepolia_Bytes - caller_not_contains: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes - transactionHash_not: arbitrumsepolia_Bytes - transactionHash_gt: arbitrumsepolia_Bytes - transactionHash_lt: arbitrumsepolia_Bytes - transactionHash_gte: arbitrumsepolia_Bytes - transactionHash_lte: arbitrumsepolia_Bytes - transactionHash_in: [arbitrumsepolia_Bytes!] - transactionHash_not_in: [arbitrumsepolia_Bytes!] - transactionHash_contains: arbitrumsepolia_Bytes - transactionHash_not_contains: arbitrumsepolia_Bytes + caller: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -69400,50 +68704,12 @@ input arbitrumsepolia_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_SlippageUpdate_filter] - or: [arbitrumsepolia_SlippageUpdate_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_SlippageUpdate_orderBy { +enum staginglinea_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 @@ -69453,16 +68719,16 @@ enum arbitrumsepolia_SlippageUpdate_orderBy { blockNumber } -type arbitrumsepolia_SnapshotRoot { +type staginglinea_SnapshotRoot { id: ID! spokeDomain: BigInt - root: arbitrumsepolia_Bytes! + root: staginglinea_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input arbitrumsepolia_SnapshotRoot_filter { +input staginglinea_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -69479,16 +68745,12 @@ input arbitrumsepolia_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: arbitrumsepolia_Bytes - root_not: arbitrumsepolia_Bytes - root_gt: arbitrumsepolia_Bytes - root_lt: arbitrumsepolia_Bytes - root_gte: arbitrumsepolia_Bytes - root_lte: arbitrumsepolia_Bytes - root_in: [arbitrumsepolia_Bytes!] - root_not_in: [arbitrumsepolia_Bytes!] - root_contains: arbitrumsepolia_Bytes - root_not_contains: arbitrumsepolia_Bytes + root: staginglinea_Bytes + root_not: staginglinea_Bytes + root_in: [staginglinea_Bytes!] + root_not_in: [staginglinea_Bytes!] + root_contains: staginglinea_Bytes + root_not_contains: staginglinea_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -69514,12 +68776,10 @@ input arbitrumsepolia_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_SnapshotRoot_filter] - or: [arbitrumsepolia_SnapshotRoot_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_SnapshotRoot_orderBy { +enum staginglinea_SnapshotRoot_orderBy { id spokeDomain root @@ -69528,12 +68788,12 @@ enum arbitrumsepolia_SnapshotRoot_orderBy { blockNumber } -type arbitrumsepolia_SpokeConnectorMode { +type staginglinea_SpokeConnectorMode { id: ID! mode: String! } -input arbitrumsepolia_SpokeConnectorMode_filter { +input staginglinea_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -69563,17 +68823,15 @@ input arbitrumsepolia_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_SpokeConnectorMode_filter] - or: [arbitrumsepolia_SpokeConnectorMode_filter] + _change_block: staginglinea_BlockChangedFilter } -enum arbitrumsepolia_SpokeConnectorMode_orderBy { +enum staginglinea_SpokeConnectorMode_orderBy { id mode } -enum arbitrumsepolia_TransferStatus { +enum staginglinea_TransferStatus { XCalled Executed Reconciled @@ -69581,19 +68839,17 @@ enum arbitrumsepolia_TransferStatus { CompletedFast } -type arbitrumsepolia__Block_ { +type staginglinea__Block_ { """The hash of the block""" - hash: arbitrumsepolia_Bytes + hash: staginglinea_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: arbitrumsepolia_Bytes } """The type for the top-level _meta field""" -type arbitrumsepolia__Meta_ { +type staginglinea__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -69601,22 +68857,22 @@ type arbitrumsepolia__Meta_ { and therefore asks for the latest block """ - block: arbitrumsepolia__Block_! + block: staginglinea__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type optimismsepolia_AggregateRoot { +type linea_AggregateRoot { id: ID! - root: optimismsepolia_Bytes! + root: linea_Bytes! blockNumber: BigInt! } -type optimismsepolia_AggregateRootProposed { +type linea_AggregateRootProposed { id: ID! - aggregateRoot: optimismsepolia_Bytes! + aggregateRoot: linea_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -69624,7 +68880,7 @@ type optimismsepolia_AggregateRootProposed { blockNumber: BigInt } -input optimismsepolia_AggregateRootProposed_filter { +input linea_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -69633,16 +68889,12 @@ input optimismsepolia_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: optimismsepolia_Bytes - aggregateRoot_not: optimismsepolia_Bytes - aggregateRoot_gt: optimismsepolia_Bytes - aggregateRoot_lt: optimismsepolia_Bytes - aggregateRoot_gte: optimismsepolia_Bytes - aggregateRoot_lte: optimismsepolia_Bytes - aggregateRoot_in: [optimismsepolia_Bytes!] - aggregateRoot_not_in: [optimismsepolia_Bytes!] - aggregateRoot_contains: optimismsepolia_Bytes - aggregateRoot_not_contains: optimismsepolia_Bytes + aggregateRoot: linea_Bytes + aggregateRoot_not: linea_Bytes + aggregateRoot_in: [linea_Bytes!] + aggregateRoot_not_in: [linea_Bytes!] + aggregateRoot_contains: linea_Bytes + aggregateRoot_not_contains: linea_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -69684,12 +68936,10 @@ input optimismsepolia_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_AggregateRootProposed_filter] - or: [optimismsepolia_AggregateRootProposed_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_AggregateRootProposed_orderBy { +enum linea_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -69699,7 +68949,7 @@ enum optimismsepolia_AggregateRootProposed_orderBy { blockNumber } -input optimismsepolia_AggregateRoot_filter { +input linea_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -69708,16 +68958,12 @@ input optimismsepolia_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: optimismsepolia_Bytes - root_not: optimismsepolia_Bytes - root_gt: optimismsepolia_Bytes - root_lt: optimismsepolia_Bytes - root_gte: optimismsepolia_Bytes - root_lte: optimismsepolia_Bytes - root_in: [optimismsepolia_Bytes!] - root_not_in: [optimismsepolia_Bytes!] - root_contains: optimismsepolia_Bytes - root_not_contains: optimismsepolia_Bytes + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -69727,47 +68973,40 @@ input optimismsepolia_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_AggregateRoot_filter] - or: [optimismsepolia_AggregateRoot_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_AggregateRoot_orderBy { +enum linea_AggregateRoot_orderBy { id root blockNumber } -enum optimismsepolia_Aggregation_interval { - hour - day -} - -type optimismsepolia_Asset { +type linea_Asset { id: ID! - key: optimismsepolia_Bytes + key: linea_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: optimismsepolia_Bytes + canonicalId: linea_Bytes canonicalDomain: BigInt - adoptedAsset: optimismsepolia_Bytes - localAsset: optimismsepolia_Bytes + adoptedAsset: linea_Bytes + localAsset: linea_Bytes blockNumber: BigInt - status: optimismsepolia_AssetStatus + status: linea_AssetStatus } -type optimismsepolia_AssetBalance { +type linea_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: optimismsepolia_Router! - asset: optimismsepolia_Asset! + router: linea_Router! + asset: linea_Asset! feesEarned: BigInt! } -input optimismsepolia_AssetBalance_filter { +input linea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -69828,7 +69067,7 @@ input optimismsepolia_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimismsepolia_Router_filter + router_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -69849,7 +69088,7 @@ input optimismsepolia_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismsepolia_Asset_filter + asset_: linea_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -69859,43 +69098,26 @@ input optimismsepolia_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_AssetBalance_filter] - or: [optimismsepolia_AssetBalance_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_AssetBalance_orderBy { +enum linea_AssetBalance_orderBy { id amount locked supplied removed router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber feesEarned } -type optimismsepolia_AssetStatus { +type linea_AssetStatus { id: ID! status: Boolean } -input optimismsepolia_AssetStatus_filter { +input linea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -69909,17 +69131,15 @@ input optimismsepolia_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_AssetStatus_filter] - or: [optimismsepolia_AssetStatus_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_AssetStatus_orderBy { +enum linea_AssetStatus_orderBy { id status } -input optimismsepolia_Asset_filter { +input linea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -69928,16 +69148,12 @@ input optimismsepolia_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: optimismsepolia_Bytes - key_not: optimismsepolia_Bytes - key_gt: optimismsepolia_Bytes - key_lt: optimismsepolia_Bytes - key_gte: optimismsepolia_Bytes - key_lte: optimismsepolia_Bytes - key_in: [optimismsepolia_Bytes!] - key_not_in: [optimismsepolia_Bytes!] - key_contains: optimismsepolia_Bytes - key_not_contains: optimismsepolia_Bytes + key: linea_Bytes + key_not: linea_Bytes + key_in: [linea_Bytes!] + key_not_in: [linea_Bytes!] + key_contains: linea_Bytes + key_not_contains: linea_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -69954,16 +69170,12 @@ input optimismsepolia_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: optimismsepolia_Bytes - canonicalId_not: optimismsepolia_Bytes - canonicalId_gt: optimismsepolia_Bytes - canonicalId_lt: optimismsepolia_Bytes - canonicalId_gte: optimismsepolia_Bytes - canonicalId_lte: optimismsepolia_Bytes - canonicalId_in: [optimismsepolia_Bytes!] - canonicalId_not_in: [optimismsepolia_Bytes!] - canonicalId_contains: optimismsepolia_Bytes - canonicalId_not_contains: optimismsepolia_Bytes + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -69972,26 +69184,18 @@ input optimismsepolia_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: optimismsepolia_Bytes - adoptedAsset_not: optimismsepolia_Bytes - adoptedAsset_gt: optimismsepolia_Bytes - adoptedAsset_lt: optimismsepolia_Bytes - adoptedAsset_gte: optimismsepolia_Bytes - adoptedAsset_lte: optimismsepolia_Bytes - adoptedAsset_in: [optimismsepolia_Bytes!] - adoptedAsset_not_in: [optimismsepolia_Bytes!] - adoptedAsset_contains: optimismsepolia_Bytes - adoptedAsset_not_contains: optimismsepolia_Bytes - localAsset: optimismsepolia_Bytes - localAsset_not: optimismsepolia_Bytes - localAsset_gt: optimismsepolia_Bytes - localAsset_lt: optimismsepolia_Bytes - localAsset_gte: optimismsepolia_Bytes - localAsset_lte: optimismsepolia_Bytes - localAsset_in: [optimismsepolia_Bytes!] - localAsset_not_in: [optimismsepolia_Bytes!] - localAsset_contains: optimismsepolia_Bytes - localAsset_not_contains: optimismsepolia_Bytes + adoptedAsset: linea_Bytes + adoptedAsset_not: linea_Bytes + adoptedAsset_in: [linea_Bytes!] + adoptedAsset_not_in: [linea_Bytes!] + adoptedAsset_contains: linea_Bytes + adoptedAsset_not_contains: linea_Bytes + localAsset: linea_Bytes + localAsset_not: linea_Bytes + localAsset_in: [linea_Bytes!] + localAsset_not_in: [linea_Bytes!] + localAsset_contains: linea_Bytes + localAsset_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -70020,14 +69224,12 @@ input optimismsepolia_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: optimismsepolia_AssetStatus_filter + status_: linea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_Asset_filter] - or: [optimismsepolia_Asset_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_Asset_orderBy { +enum linea_Asset_orderBy { id key decimal @@ -70038,34 +69240,32 @@ enum optimismsepolia_Asset_orderBy { localAsset blockNumber status - status__id - status__status } -scalar optimismsepolia_BigDecimal +scalar linea_BigDecimal -input optimismsepolia_BlockChangedFilter { +input linea_BlockChangedFilter { number_gte: Int! } -input optimismsepolia_Block_height { - hash: optimismsepolia_Bytes +input linea_Block_height { + hash: linea_Bytes number: Int number_gte: Int } -scalar optimismsepolia_Bytes +scalar linea_Bytes -type optimismsepolia_ConnectorMeta { +type linea_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimismsepolia_Bytes - rootManager: optimismsepolia_Bytes - mirrorConnector: optimismsepolia_Bytes + amb: linea_Bytes + rootManager: linea_Bytes + mirrorConnector: linea_Bytes } -input optimismsepolia_ConnectorMeta_filter { +input linea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -70090,43 +69290,29 @@ input optimismsepolia_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: optimismsepolia_Bytes - amb_not: optimismsepolia_Bytes - amb_gt: optimismsepolia_Bytes - amb_lt: optimismsepolia_Bytes - amb_gte: optimismsepolia_Bytes - amb_lte: optimismsepolia_Bytes - amb_in: [optimismsepolia_Bytes!] - amb_not_in: [optimismsepolia_Bytes!] - amb_contains: optimismsepolia_Bytes - amb_not_contains: optimismsepolia_Bytes - rootManager: optimismsepolia_Bytes - rootManager_not: optimismsepolia_Bytes - rootManager_gt: optimismsepolia_Bytes - rootManager_lt: optimismsepolia_Bytes - rootManager_gte: optimismsepolia_Bytes - rootManager_lte: optimismsepolia_Bytes - rootManager_in: [optimismsepolia_Bytes!] - rootManager_not_in: [optimismsepolia_Bytes!] - rootManager_contains: optimismsepolia_Bytes - rootManager_not_contains: optimismsepolia_Bytes - mirrorConnector: optimismsepolia_Bytes - mirrorConnector_not: optimismsepolia_Bytes - mirrorConnector_gt: optimismsepolia_Bytes - mirrorConnector_lt: optimismsepolia_Bytes - mirrorConnector_gte: optimismsepolia_Bytes - mirrorConnector_lte: optimismsepolia_Bytes - mirrorConnector_in: [optimismsepolia_Bytes!] - mirrorConnector_not_in: [optimismsepolia_Bytes!] - mirrorConnector_contains: optimismsepolia_Bytes - mirrorConnector_not_contains: optimismsepolia_Bytes + amb: linea_Bytes + amb_not: linea_Bytes + amb_in: [linea_Bytes!] + amb_not_in: [linea_Bytes!] + amb_contains: linea_Bytes + amb_not_contains: linea_Bytes + rootManager: linea_Bytes + rootManager_not: linea_Bytes + rootManager_in: [linea_Bytes!] + rootManager_not_in: [linea_Bytes!] + rootManager_contains: linea_Bytes + rootManager_not_contains: linea_Bytes + mirrorConnector: linea_Bytes + mirrorConnector_not: linea_Bytes + mirrorConnector_in: [linea_Bytes!] + mirrorConnector_not_in: [linea_Bytes!] + mirrorConnector_contains: linea_Bytes + mirrorConnector_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_ConnectorMeta_filter] - or: [optimismsepolia_ConnectorMeta_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_ConnectorMeta_orderBy { +enum linea_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -70135,48 +69321,48 @@ enum optimismsepolia_ConnectorMeta_orderBy { mirrorConnector } -type optimismsepolia_DestinationTransfer { +type linea_DestinationTransfer { id: ID! chainId: BigInt - transferId: optimismsepolia_Bytes + transferId: linea_Bytes nonce: BigInt - status: optimismsepolia_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_Router_orderBy, orderDirection: optimismsepolia_OrderDirection, where: optimismsepolia_Router_filter): [optimismsepolia_Router!] + status: linea_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: linea_Router_orderBy, orderDirection: linea_OrderDirection, where: linea_Router_filter): [linea_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimismsepolia_Bytes - delegate: optimismsepolia_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: optimismsepolia_Bytes + callData: linea_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimismsepolia_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimismsepolia_Bytes - asset: optimismsepolia_Asset + canonicalId: linea_Bytes + asset: linea_Asset amount: BigInt routersFee: BigInt - executedCaller: optimismsepolia_Bytes - executedTransactionHash: optimismsepolia_Bytes + executedCaller: linea_Bytes + executedTransactionHash: linea_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimismsepolia_Bytes + executedTxOrigin: linea_Bytes executedTxNonce: BigInt - reconciledCaller: optimismsepolia_Bytes - reconciledTransactionHash: optimismsepolia_Bytes + reconciledCaller: linea_Bytes + reconciledTransactionHash: linea_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimismsepolia_Bytes + reconciledTxOrigin: linea_Bytes reconciledTxNonce: BigInt } -input optimismsepolia_DestinationTransfer_filter { +input linea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -70193,16 +69379,12 @@ input optimismsepolia_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimismsepolia_Bytes - transferId_not: optimismsepolia_Bytes - transferId_gt: optimismsepolia_Bytes - transferId_lt: optimismsepolia_Bytes - transferId_gte: optimismsepolia_Bytes - transferId_lte: optimismsepolia_Bytes - transferId_in: [optimismsepolia_Bytes!] - transferId_not_in: [optimismsepolia_Bytes!] - transferId_contains: optimismsepolia_Bytes - transferId_not_contains: optimismsepolia_Bytes + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -70211,17 +69393,17 @@ input optimismsepolia_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimismsepolia_TransferStatus - status_not: optimismsepolia_TransferStatus - status_in: [optimismsepolia_TransferStatus!] - status_not_in: [optimismsepolia_TransferStatus!] + status: linea_TransferStatus + status_not: linea_TransferStatus + status_in: [linea_TransferStatus!] + status_not_in: [linea_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: optimismsepolia_Router_filter + routers_: linea_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -70246,40 +69428,28 @@ input optimismsepolia_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimismsepolia_Bytes - to_not: optimismsepolia_Bytes - to_gt: optimismsepolia_Bytes - to_lt: optimismsepolia_Bytes - to_gte: optimismsepolia_Bytes - to_lte: optimismsepolia_Bytes - to_in: [optimismsepolia_Bytes!] - to_not_in: [optimismsepolia_Bytes!] - to_contains: optimismsepolia_Bytes - to_not_contains: optimismsepolia_Bytes - delegate: optimismsepolia_Bytes - delegate_not: optimismsepolia_Bytes - delegate_gt: optimismsepolia_Bytes - delegate_lt: optimismsepolia_Bytes - delegate_gte: optimismsepolia_Bytes - delegate_lte: optimismsepolia_Bytes - delegate_in: [optimismsepolia_Bytes!] - delegate_not_in: [optimismsepolia_Bytes!] - delegate_contains: optimismsepolia_Bytes - delegate_not_contains: optimismsepolia_Bytes + to: linea_Bytes + to_not: linea_Bytes + to_in: [linea_Bytes!] + to_not_in: [linea_Bytes!] + to_contains: linea_Bytes + to_not_contains: linea_Bytes + delegate: linea_Bytes + delegate_not: linea_Bytes + delegate_in: [linea_Bytes!] + delegate_not_in: [linea_Bytes!] + delegate_contains: linea_Bytes + delegate_not_contains: linea_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimismsepolia_Bytes - callData_not: optimismsepolia_Bytes - callData_gt: optimismsepolia_Bytes - callData_lt: optimismsepolia_Bytes - callData_gte: optimismsepolia_Bytes - callData_lte: optimismsepolia_Bytes - callData_in: [optimismsepolia_Bytes!] - callData_not_in: [optimismsepolia_Bytes!] - callData_contains: optimismsepolia_Bytes - callData_not_contains: optimismsepolia_Bytes + callData: linea_Bytes + callData_not: linea_Bytes + callData_in: [linea_Bytes!] + callData_not_in: [linea_Bytes!] + callData_contains: linea_Bytes + callData_not_contains: linea_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -70296,16 +69466,12 @@ input optimismsepolia_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: optimismsepolia_Bytes - originSender_not: optimismsepolia_Bytes - originSender_gt: optimismsepolia_Bytes - originSender_lt: optimismsepolia_Bytes - originSender_gte: optimismsepolia_Bytes - originSender_lte: optimismsepolia_Bytes - originSender_in: [optimismsepolia_Bytes!] - originSender_not_in: [optimismsepolia_Bytes!] - originSender_contains: optimismsepolia_Bytes - originSender_not_contains: optimismsepolia_Bytes + originSender: linea_Bytes + originSender_not: linea_Bytes + originSender_in: [linea_Bytes!] + originSender_not_in: [linea_Bytes!] + originSender_contains: linea_Bytes + originSender_not_contains: linea_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -70322,16 +69488,12 @@ input optimismsepolia_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimismsepolia_Bytes - canonicalId_not: optimismsepolia_Bytes - canonicalId_gt: optimismsepolia_Bytes - canonicalId_lt: optimismsepolia_Bytes - canonicalId_gte: optimismsepolia_Bytes - canonicalId_lte: optimismsepolia_Bytes - canonicalId_in: [optimismsepolia_Bytes!] - canonicalId_not_in: [optimismsepolia_Bytes!] - canonicalId_contains: optimismsepolia_Bytes - canonicalId_not_contains: optimismsepolia_Bytes + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes asset: String asset_not: String asset_gt: String @@ -70352,7 +69514,7 @@ input optimismsepolia_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismsepolia_Asset_filter + asset_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -70369,26 +69531,18 @@ input optimismsepolia_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: optimismsepolia_Bytes - executedCaller_not: optimismsepolia_Bytes - executedCaller_gt: optimismsepolia_Bytes - executedCaller_lt: optimismsepolia_Bytes - executedCaller_gte: optimismsepolia_Bytes - executedCaller_lte: optimismsepolia_Bytes - executedCaller_in: [optimismsepolia_Bytes!] - executedCaller_not_in: [optimismsepolia_Bytes!] - executedCaller_contains: optimismsepolia_Bytes - executedCaller_not_contains: optimismsepolia_Bytes - executedTransactionHash: optimismsepolia_Bytes - executedTransactionHash_not: optimismsepolia_Bytes - executedTransactionHash_gt: optimismsepolia_Bytes - executedTransactionHash_lt: optimismsepolia_Bytes - executedTransactionHash_gte: optimismsepolia_Bytes - executedTransactionHash_lte: optimismsepolia_Bytes - executedTransactionHash_in: [optimismsepolia_Bytes!] - executedTransactionHash_not_in: [optimismsepolia_Bytes!] - executedTransactionHash_contains: optimismsepolia_Bytes - executedTransactionHash_not_contains: optimismsepolia_Bytes + executedCaller: linea_Bytes + executedCaller_not: linea_Bytes + executedCaller_in: [linea_Bytes!] + executedCaller_not_in: [linea_Bytes!] + executedCaller_contains: linea_Bytes + executedCaller_not_contains: linea_Bytes + executedTransactionHash: linea_Bytes + executedTransactionHash_not: linea_Bytes + executedTransactionHash_in: [linea_Bytes!] + executedTransactionHash_not_in: [linea_Bytes!] + executedTransactionHash_contains: linea_Bytes + executedTransactionHash_not_contains: linea_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -70421,16 +69575,12 @@ input optimismsepolia_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: optimismsepolia_Bytes - executedTxOrigin_not: optimismsepolia_Bytes - executedTxOrigin_gt: optimismsepolia_Bytes - executedTxOrigin_lt: optimismsepolia_Bytes - executedTxOrigin_gte: optimismsepolia_Bytes - executedTxOrigin_lte: optimismsepolia_Bytes - executedTxOrigin_in: [optimismsepolia_Bytes!] - executedTxOrigin_not_in: [optimismsepolia_Bytes!] - executedTxOrigin_contains: optimismsepolia_Bytes - executedTxOrigin_not_contains: optimismsepolia_Bytes + executedTxOrigin: linea_Bytes + executedTxOrigin_not: linea_Bytes + executedTxOrigin_in: [linea_Bytes!] + executedTxOrigin_not_in: [linea_Bytes!] + executedTxOrigin_contains: linea_Bytes + executedTxOrigin_not_contains: linea_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -70439,26 +69589,18 @@ input optimismsepolia_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: optimismsepolia_Bytes - reconciledCaller_not: optimismsepolia_Bytes - reconciledCaller_gt: optimismsepolia_Bytes - reconciledCaller_lt: optimismsepolia_Bytes - reconciledCaller_gte: optimismsepolia_Bytes - reconciledCaller_lte: optimismsepolia_Bytes - reconciledCaller_in: [optimismsepolia_Bytes!] - reconciledCaller_not_in: [optimismsepolia_Bytes!] - reconciledCaller_contains: optimismsepolia_Bytes - reconciledCaller_not_contains: optimismsepolia_Bytes - reconciledTransactionHash: optimismsepolia_Bytes - reconciledTransactionHash_not: optimismsepolia_Bytes - reconciledTransactionHash_gt: optimismsepolia_Bytes - reconciledTransactionHash_lt: optimismsepolia_Bytes - reconciledTransactionHash_gte: optimismsepolia_Bytes - reconciledTransactionHash_lte: optimismsepolia_Bytes - reconciledTransactionHash_in: [optimismsepolia_Bytes!] - reconciledTransactionHash_not_in: [optimismsepolia_Bytes!] - reconciledTransactionHash_contains: optimismsepolia_Bytes - reconciledTransactionHash_not_contains: optimismsepolia_Bytes + reconciledCaller: linea_Bytes + reconciledCaller_not: linea_Bytes + reconciledCaller_in: [linea_Bytes!] + reconciledCaller_not_in: [linea_Bytes!] + reconciledCaller_contains: linea_Bytes + reconciledCaller_not_contains: linea_Bytes + reconciledTransactionHash: linea_Bytes + reconciledTransactionHash_not: linea_Bytes + reconciledTransactionHash_in: [linea_Bytes!] + reconciledTransactionHash_not_in: [linea_Bytes!] + reconciledTransactionHash_contains: linea_Bytes + reconciledTransactionHash_not_contains: linea_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -70491,16 +69633,12 @@ input optimismsepolia_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: optimismsepolia_Bytes - reconciledTxOrigin_not: optimismsepolia_Bytes - reconciledTxOrigin_gt: optimismsepolia_Bytes - reconciledTxOrigin_lt: optimismsepolia_Bytes - reconciledTxOrigin_gte: optimismsepolia_Bytes - reconciledTxOrigin_lte: optimismsepolia_Bytes - reconciledTxOrigin_in: [optimismsepolia_Bytes!] - reconciledTxOrigin_not_in: [optimismsepolia_Bytes!] - reconciledTxOrigin_contains: optimismsepolia_Bytes - reconciledTxOrigin_not_contains: optimismsepolia_Bytes + reconciledTxOrigin: linea_Bytes + reconciledTxOrigin_not: linea_Bytes + reconciledTxOrigin_in: [linea_Bytes!] + reconciledTxOrigin_not_in: [linea_Bytes!] + reconciledTxOrigin_contains: linea_Bytes + reconciledTxOrigin_not_contains: linea_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -70510,12 +69648,10 @@ input optimismsepolia_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_DestinationTransfer_filter] - or: [optimismsepolia_DestinationTransfer_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_DestinationTransfer_orderBy { +enum linea_DestinationTransfer_orderBy { id chainId transferId @@ -70536,15 +69672,6 @@ enum optimismsepolia_DestinationTransfer_orderBy { normalizedIn canonicalId asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber amount routersFee executedCaller @@ -70565,20 +69692,14 @@ enum optimismsepolia_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar optimismsepolia_Int8 - -type optimismsepolia_OptimisticRootFinalized { +type linea_OptimisticRootFinalized { id: ID! - aggregateRoot: optimismsepolia_Bytes! + aggregateRoot: linea_Bytes! timestamp: BigInt! blockNumber: BigInt } -input optimismsepolia_OptimisticRootFinalized_filter { +input linea_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -70587,16 +69708,12 @@ input optimismsepolia_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: optimismsepolia_Bytes - aggregateRoot_not: optimismsepolia_Bytes - aggregateRoot_gt: optimismsepolia_Bytes - aggregateRoot_lt: optimismsepolia_Bytes - aggregateRoot_gte: optimismsepolia_Bytes - aggregateRoot_lte: optimismsepolia_Bytes - aggregateRoot_in: [optimismsepolia_Bytes!] - aggregateRoot_not_in: [optimismsepolia_Bytes!] - aggregateRoot_contains: optimismsepolia_Bytes - aggregateRoot_not_contains: optimismsepolia_Bytes + aggregateRoot: linea_Bytes + aggregateRoot_not: linea_Bytes + aggregateRoot_in: [linea_Bytes!] + aggregateRoot_not_in: [linea_Bytes!] + aggregateRoot_contains: linea_Bytes + aggregateRoot_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -70614,12 +69731,10 @@ input optimismsepolia_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_OptimisticRootFinalized_filter] - or: [optimismsepolia_OptimisticRootFinalized_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_OptimisticRootFinalized_orderBy { +enum linea_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -70627,25 +69742,25 @@ enum optimismsepolia_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimismsepolia_OrderDirection { +enum linea_OrderDirection { asc desc } -type optimismsepolia_OriginMessage { +type linea_OriginMessage { id: ID! - transferId: optimismsepolia_Bytes + transferId: linea_Bytes destinationDomain: BigInt - leaf: optimismsepolia_Bytes + leaf: linea_Bytes index: BigInt - message: optimismsepolia_Bytes - root: optimismsepolia_Bytes - transactionHash: optimismsepolia_Bytes - blockNumber: BigInt - rootCount: optimismsepolia_RootCount + message: linea_Bytes + root: linea_Bytes + transactionHash: linea_Bytes + blockNumber: BigInt + rootCount: linea_RootCount } -input optimismsepolia_OriginMessage_filter { +input linea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -70654,16 +69769,12 @@ input optimismsepolia_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: optimismsepolia_Bytes - transferId_not: optimismsepolia_Bytes - transferId_gt: optimismsepolia_Bytes - transferId_lt: optimismsepolia_Bytes - transferId_gte: optimismsepolia_Bytes - transferId_lte: optimismsepolia_Bytes - transferId_in: [optimismsepolia_Bytes!] - transferId_not_in: [optimismsepolia_Bytes!] - transferId_contains: optimismsepolia_Bytes - transferId_not_contains: optimismsepolia_Bytes + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -70672,16 +69783,12 @@ input optimismsepolia_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: optimismsepolia_Bytes - leaf_not: optimismsepolia_Bytes - leaf_gt: optimismsepolia_Bytes - leaf_lt: optimismsepolia_Bytes - leaf_gte: optimismsepolia_Bytes - leaf_lte: optimismsepolia_Bytes - leaf_in: [optimismsepolia_Bytes!] - leaf_not_in: [optimismsepolia_Bytes!] - leaf_contains: optimismsepolia_Bytes - leaf_not_contains: optimismsepolia_Bytes + leaf: linea_Bytes + leaf_not: linea_Bytes + leaf_in: [linea_Bytes!] + leaf_not_in: [linea_Bytes!] + leaf_contains: linea_Bytes + leaf_not_contains: linea_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -70690,36 +69797,24 @@ input optimismsepolia_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: optimismsepolia_Bytes - message_not: optimismsepolia_Bytes - message_gt: optimismsepolia_Bytes - message_lt: optimismsepolia_Bytes - message_gte: optimismsepolia_Bytes - message_lte: optimismsepolia_Bytes - message_in: [optimismsepolia_Bytes!] - message_not_in: [optimismsepolia_Bytes!] - message_contains: optimismsepolia_Bytes - message_not_contains: optimismsepolia_Bytes - root: optimismsepolia_Bytes - root_not: optimismsepolia_Bytes - root_gt: optimismsepolia_Bytes - root_lt: optimismsepolia_Bytes - root_gte: optimismsepolia_Bytes - root_lte: optimismsepolia_Bytes - root_in: [optimismsepolia_Bytes!] - root_not_in: [optimismsepolia_Bytes!] - root_contains: optimismsepolia_Bytes - root_not_contains: optimismsepolia_Bytes - transactionHash: optimismsepolia_Bytes - transactionHash_not: optimismsepolia_Bytes - transactionHash_gt: optimismsepolia_Bytes - transactionHash_lt: optimismsepolia_Bytes - transactionHash_gte: optimismsepolia_Bytes - transactionHash_lte: optimismsepolia_Bytes - transactionHash_in: [optimismsepolia_Bytes!] - transactionHash_not_in: [optimismsepolia_Bytes!] - transactionHash_contains: optimismsepolia_Bytes - transactionHash_not_contains: optimismsepolia_Bytes + message: linea_Bytes + message_not: linea_Bytes + message_in: [linea_Bytes!] + message_not_in: [linea_Bytes!] + message_contains: linea_Bytes + message_not_contains: linea_Bytes + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -70748,14 +69843,12 @@ input optimismsepolia_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: optimismsepolia_RootCount_filter + rootCount_: linea_RootCount_filter """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_OriginMessage_filter] - or: [optimismsepolia_OriginMessage_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_OriginMessage_orderBy { +enum linea_OriginMessage_orderBy { id transferId destinationDomain @@ -70766,46 +69859,44 @@ enum optimismsepolia_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type optimismsepolia_OriginTransfer { +type linea_OriginTransfer { id: ID! chainId: BigInt - transferId: optimismsepolia_Bytes + transferId: linea_Bytes nonce: BigInt - status: optimismsepolia_TransferStatus - messageHash: optimismsepolia_Bytes + status: linea_TransferStatus + messageHash: linea_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimismsepolia_Bytes - delegate: optimismsepolia_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: optimismsepolia_Bytes + callData: linea_Bytes slippage: BigInt - originSender: optimismsepolia_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimismsepolia_Bytes - asset: optimismsepolia_Asset - transactingAsset: optimismsepolia_Bytes - message: optimismsepolia_OriginMessage + canonicalId: linea_Bytes + asset: linea_Asset + transactingAsset: linea_Bytes + message: linea_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_RelayerFee_orderBy, orderDirection: optimismsepolia_OrderDirection, where: optimismsepolia_RelayerFee_filter): [optimismsepolia_RelayerFee!] - initialRelayerFeeAsset: optimismsepolia_Bytes - caller: optimismsepolia_Bytes - transactionHash: optimismsepolia_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: linea_RelayerFee_orderBy, orderDirection: linea_OrderDirection, where: linea_RelayerFee_filter): [linea_RelayerFee!] + initialRelayerFeeAsset: linea_Bytes + caller: linea_Bytes + transactionHash: linea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: optimismsepolia_Bytes + txOrigin: linea_Bytes txNonce: BigInt } -input optimismsepolia_OriginTransfer_filter { +input linea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -70822,16 +69913,12 @@ input optimismsepolia_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimismsepolia_Bytes - transferId_not: optimismsepolia_Bytes - transferId_gt: optimismsepolia_Bytes - transferId_lt: optimismsepolia_Bytes - transferId_gte: optimismsepolia_Bytes - transferId_lte: optimismsepolia_Bytes - transferId_in: [optimismsepolia_Bytes!] - transferId_not_in: [optimismsepolia_Bytes!] - transferId_contains: optimismsepolia_Bytes - transferId_not_contains: optimismsepolia_Bytes + transferId: linea_Bytes + transferId_not: linea_Bytes + transferId_in: [linea_Bytes!] + transferId_not_in: [linea_Bytes!] + transferId_contains: linea_Bytes + transferId_not_contains: linea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -70840,20 +69927,16 @@ input optimismsepolia_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimismsepolia_TransferStatus - status_not: optimismsepolia_TransferStatus - status_in: [optimismsepolia_TransferStatus!] - status_not_in: [optimismsepolia_TransferStatus!] - messageHash: optimismsepolia_Bytes - messageHash_not: optimismsepolia_Bytes - messageHash_gt: optimismsepolia_Bytes - messageHash_lt: optimismsepolia_Bytes - messageHash_gte: optimismsepolia_Bytes - messageHash_lte: optimismsepolia_Bytes - messageHash_in: [optimismsepolia_Bytes!] - messageHash_not_in: [optimismsepolia_Bytes!] - messageHash_contains: optimismsepolia_Bytes - messageHash_not_contains: optimismsepolia_Bytes + status: linea_TransferStatus + status_not: linea_TransferStatus + status_in: [linea_TransferStatus!] + status_not_in: [linea_TransferStatus!] + messageHash: linea_Bytes + messageHash_not: linea_Bytes + messageHash_in: [linea_Bytes!] + messageHash_not_in: [linea_Bytes!] + messageHash_contains: linea_Bytes + messageHash_not_contains: linea_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -70878,40 +69961,28 @@ input optimismsepolia_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimismsepolia_Bytes - to_not: optimismsepolia_Bytes - to_gt: optimismsepolia_Bytes - to_lt: optimismsepolia_Bytes - to_gte: optimismsepolia_Bytes - to_lte: optimismsepolia_Bytes - to_in: [optimismsepolia_Bytes!] - to_not_in: [optimismsepolia_Bytes!] - to_contains: optimismsepolia_Bytes - to_not_contains: optimismsepolia_Bytes - delegate: optimismsepolia_Bytes - delegate_not: optimismsepolia_Bytes - delegate_gt: optimismsepolia_Bytes - delegate_lt: optimismsepolia_Bytes - delegate_gte: optimismsepolia_Bytes - delegate_lte: optimismsepolia_Bytes - delegate_in: [optimismsepolia_Bytes!] - delegate_not_in: [optimismsepolia_Bytes!] - delegate_contains: optimismsepolia_Bytes - delegate_not_contains: optimismsepolia_Bytes + to: linea_Bytes + to_not: linea_Bytes + to_in: [linea_Bytes!] + to_not_in: [linea_Bytes!] + to_contains: linea_Bytes + to_not_contains: linea_Bytes + delegate: linea_Bytes + delegate_not: linea_Bytes + delegate_in: [linea_Bytes!] + delegate_not_in: [linea_Bytes!] + delegate_contains: linea_Bytes + delegate_not_contains: linea_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimismsepolia_Bytes - callData_not: optimismsepolia_Bytes - callData_gt: optimismsepolia_Bytes - callData_lt: optimismsepolia_Bytes - callData_gte: optimismsepolia_Bytes - callData_lte: optimismsepolia_Bytes - callData_in: [optimismsepolia_Bytes!] - callData_not_in: [optimismsepolia_Bytes!] - callData_contains: optimismsepolia_Bytes - callData_not_contains: optimismsepolia_Bytes + callData: linea_Bytes + callData_not: linea_Bytes + callData_in: [linea_Bytes!] + callData_not_in: [linea_Bytes!] + callData_contains: linea_Bytes + callData_not_contains: linea_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -70920,16 +69991,12 @@ input optimismsepolia_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: optimismsepolia_Bytes - originSender_not: optimismsepolia_Bytes - originSender_gt: optimismsepolia_Bytes - originSender_lt: optimismsepolia_Bytes - originSender_gte: optimismsepolia_Bytes - originSender_lte: optimismsepolia_Bytes - originSender_in: [optimismsepolia_Bytes!] - originSender_not_in: [optimismsepolia_Bytes!] - originSender_contains: optimismsepolia_Bytes - originSender_not_contains: optimismsepolia_Bytes + originSender: linea_Bytes + originSender_not: linea_Bytes + originSender_in: [linea_Bytes!] + originSender_not_in: [linea_Bytes!] + originSender_contains: linea_Bytes + originSender_not_contains: linea_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -70946,16 +70013,12 @@ input optimismsepolia_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimismsepolia_Bytes - canonicalId_not: optimismsepolia_Bytes - canonicalId_gt: optimismsepolia_Bytes - canonicalId_lt: optimismsepolia_Bytes - canonicalId_gte: optimismsepolia_Bytes - canonicalId_lte: optimismsepolia_Bytes - canonicalId_in: [optimismsepolia_Bytes!] - canonicalId_not_in: [optimismsepolia_Bytes!] - canonicalId_contains: optimismsepolia_Bytes - canonicalId_not_contains: optimismsepolia_Bytes + canonicalId: linea_Bytes + canonicalId_not: linea_Bytes + canonicalId_in: [linea_Bytes!] + canonicalId_not_in: [linea_Bytes!] + canonicalId_contains: linea_Bytes + canonicalId_not_contains: linea_Bytes asset: String asset_not: String asset_gt: String @@ -70976,17 +70039,13 @@ input optimismsepolia_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismsepolia_Asset_filter - transactingAsset: optimismsepolia_Bytes - transactingAsset_not: optimismsepolia_Bytes - transactingAsset_gt: optimismsepolia_Bytes - transactingAsset_lt: optimismsepolia_Bytes - transactingAsset_gte: optimismsepolia_Bytes - transactingAsset_lte: optimismsepolia_Bytes - transactingAsset_in: [optimismsepolia_Bytes!] - transactingAsset_not_in: [optimismsepolia_Bytes!] - transactingAsset_contains: optimismsepolia_Bytes - transactingAsset_not_contains: optimismsepolia_Bytes + asset_: linea_Asset_filter + transactingAsset: linea_Bytes + transactingAsset_not: linea_Bytes + transactingAsset_in: [linea_Bytes!] + transactingAsset_not_in: [linea_Bytes!] + transactingAsset_contains: linea_Bytes + transactingAsset_not_contains: linea_Bytes message: String message_not: String message_gt: String @@ -71007,7 +70066,7 @@ input optimismsepolia_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: optimismsepolia_OriginMessage_filter + message_: linea_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -71022,37 +70081,25 @@ input optimismsepolia_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: optimismsepolia_RelayerFee_filter - initialRelayerFeeAsset: optimismsepolia_Bytes - initialRelayerFeeAsset_not: optimismsepolia_Bytes - initialRelayerFeeAsset_gt: optimismsepolia_Bytes - initialRelayerFeeAsset_lt: optimismsepolia_Bytes - initialRelayerFeeAsset_gte: optimismsepolia_Bytes - initialRelayerFeeAsset_lte: optimismsepolia_Bytes - initialRelayerFeeAsset_in: [optimismsepolia_Bytes!] - initialRelayerFeeAsset_not_in: [optimismsepolia_Bytes!] - initialRelayerFeeAsset_contains: optimismsepolia_Bytes - initialRelayerFeeAsset_not_contains: optimismsepolia_Bytes - caller: optimismsepolia_Bytes - caller_not: optimismsepolia_Bytes - caller_gt: optimismsepolia_Bytes - caller_lt: optimismsepolia_Bytes - caller_gte: optimismsepolia_Bytes - caller_lte: optimismsepolia_Bytes - caller_in: [optimismsepolia_Bytes!] - caller_not_in: [optimismsepolia_Bytes!] - caller_contains: optimismsepolia_Bytes - caller_not_contains: optimismsepolia_Bytes - transactionHash: optimismsepolia_Bytes - transactionHash_not: optimismsepolia_Bytes - transactionHash_gt: optimismsepolia_Bytes - transactionHash_lt: optimismsepolia_Bytes - transactionHash_gte: optimismsepolia_Bytes - transactionHash_lte: optimismsepolia_Bytes - transactionHash_in: [optimismsepolia_Bytes!] - transactionHash_not_in: [optimismsepolia_Bytes!] - transactionHash_contains: optimismsepolia_Bytes - transactionHash_not_contains: optimismsepolia_Bytes + relayerFees_: linea_RelayerFee_filter + initialRelayerFeeAsset: linea_Bytes + initialRelayerFeeAsset_not: linea_Bytes + initialRelayerFeeAsset_in: [linea_Bytes!] + initialRelayerFeeAsset_not_in: [linea_Bytes!] + initialRelayerFeeAsset_contains: linea_Bytes + initialRelayerFeeAsset_not_contains: linea_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71085,16 +70132,12 @@ input optimismsepolia_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: optimismsepolia_Bytes - txOrigin_not: optimismsepolia_Bytes - txOrigin_gt: optimismsepolia_Bytes - txOrigin_lt: optimismsepolia_Bytes - txOrigin_gte: optimismsepolia_Bytes - txOrigin_lte: optimismsepolia_Bytes - txOrigin_in: [optimismsepolia_Bytes!] - txOrigin_not_in: [optimismsepolia_Bytes!] - txOrigin_contains: optimismsepolia_Bytes - txOrigin_not_contains: optimismsepolia_Bytes + txOrigin: linea_Bytes + txOrigin_not: linea_Bytes + txOrigin_in: [linea_Bytes!] + txOrigin_not_in: [linea_Bytes!] + txOrigin_contains: linea_Bytes + txOrigin_not_contains: linea_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -71104,12 +70147,10 @@ input optimismsepolia_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_OriginTransfer_filter] - or: [optimismsepolia_OriginTransfer_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_OriginTransfer_orderBy { +enum linea_OriginTransfer_orderBy { id chainId transferId @@ -71129,26 +70170,8 @@ enum optimismsepolia_OriginTransfer_orderBy { normalizedIn canonicalId asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber transactingAsset message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber bumpRelayerFeeCount relayerFees initialRelayerFeeAsset @@ -71162,20 +70185,20 @@ enum optimismsepolia_OriginTransfer_orderBy { txNonce } -type optimismsepolia_Relayer { +type linea_Relayer { id: ID! isActive: Boolean! - relayer: optimismsepolia_Bytes + relayer: linea_Bytes } -type optimismsepolia_RelayerFee { +type linea_RelayerFee { id: ID! - transfer: optimismsepolia_OriginTransfer! + transfer: linea_OriginTransfer! fee: BigInt! - asset: optimismsepolia_Bytes! + asset: linea_Bytes! } -input optimismsepolia_RelayerFee_filter { +input linea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -71204,7 +70227,7 @@ input optimismsepolia_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimismsepolia_OriginTransfer_filter + transfer_: linea_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -71213,72 +70236,37 @@ input optimismsepolia_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: optimismsepolia_Bytes - asset_not: optimismsepolia_Bytes - asset_gt: optimismsepolia_Bytes - asset_lt: optimismsepolia_Bytes - asset_gte: optimismsepolia_Bytes - asset_lte: optimismsepolia_Bytes - asset_in: [optimismsepolia_Bytes!] - asset_not_in: [optimismsepolia_Bytes!] - asset_contains: optimismsepolia_Bytes - asset_not_contains: optimismsepolia_Bytes + asset: linea_Bytes + asset_not: linea_Bytes + asset_in: [linea_Bytes!] + asset_not_in: [linea_Bytes!] + asset_contains: linea_Bytes + asset_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_RelayerFee_filter] - or: [optimismsepolia_RelayerFee_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_RelayerFee_orderBy { +enum linea_RelayerFee_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce fee asset } -type optimismsepolia_RelayerFeesIncrease { +type linea_RelayerFeesIncrease { id: ID! - transfer: optimismsepolia_OriginTransfer! + transfer: linea_OriginTransfer! increase: BigInt - asset: optimismsepolia_Bytes - caller: optimismsepolia_Bytes! - transactionHash: optimismsepolia_Bytes! + asset: linea_Bytes + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimismsepolia_RelayerFeesIncrease_filter { +input linea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -71307,7 +70295,7 @@ input optimismsepolia_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimismsepolia_OriginTransfer_filter + transfer_: linea_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -71316,36 +70304,24 @@ input optimismsepolia_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: optimismsepolia_Bytes - asset_not: optimismsepolia_Bytes - asset_gt: optimismsepolia_Bytes - asset_lt: optimismsepolia_Bytes - asset_gte: optimismsepolia_Bytes - asset_lte: optimismsepolia_Bytes - asset_in: [optimismsepolia_Bytes!] - asset_not_in: [optimismsepolia_Bytes!] - asset_contains: optimismsepolia_Bytes - asset_not_contains: optimismsepolia_Bytes - caller: optimismsepolia_Bytes - caller_not: optimismsepolia_Bytes - caller_gt: optimismsepolia_Bytes - caller_lt: optimismsepolia_Bytes - caller_gte: optimismsepolia_Bytes - caller_lte: optimismsepolia_Bytes - caller_in: [optimismsepolia_Bytes!] - caller_not_in: [optimismsepolia_Bytes!] - caller_contains: optimismsepolia_Bytes - caller_not_contains: optimismsepolia_Bytes - transactionHash: optimismsepolia_Bytes - transactionHash_not: optimismsepolia_Bytes - transactionHash_gt: optimismsepolia_Bytes - transactionHash_lt: optimismsepolia_Bytes - transactionHash_gte: optimismsepolia_Bytes - transactionHash_lte: optimismsepolia_Bytes - transactionHash_in: [optimismsepolia_Bytes!] - transactionHash_not_in: [optimismsepolia_Bytes!] - transactionHash_contains: optimismsepolia_Bytes - transactionHash_not_contains: optimismsepolia_Bytes + asset: linea_Bytes + asset_not: linea_Bytes + asset_in: [linea_Bytes!] + asset_not_in: [linea_Bytes!] + asset_contains: linea_Bytes + asset_not_contains: linea_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71379,43 +70355,12 @@ input optimismsepolia_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_RelayerFeesIncrease_filter] - or: [optimismsepolia_RelayerFeesIncrease_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_RelayerFeesIncrease_orderBy { +enum linea_RelayerFeesIncrease_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce increase asset caller @@ -71426,7 +70371,7 @@ enum optimismsepolia_RelayerFeesIncrease_orderBy { blockNumber } -input optimismsepolia_Relayer_filter { +input linea_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -71439,34 +70384,28 @@ input optimismsepolia_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: optimismsepolia_Bytes - relayer_not: optimismsepolia_Bytes - relayer_gt: optimismsepolia_Bytes - relayer_lt: optimismsepolia_Bytes - relayer_gte: optimismsepolia_Bytes - relayer_lte: optimismsepolia_Bytes - relayer_in: [optimismsepolia_Bytes!] - relayer_not_in: [optimismsepolia_Bytes!] - relayer_contains: optimismsepolia_Bytes - relayer_not_contains: optimismsepolia_Bytes + relayer: linea_Bytes + relayer_not: linea_Bytes + relayer_in: [linea_Bytes!] + relayer_not_in: [linea_Bytes!] + relayer_contains: linea_Bytes + relayer_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_Relayer_filter] - or: [optimismsepolia_Relayer_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_Relayer_orderBy { +enum linea_Relayer_orderBy { id isActive relayer } -type optimismsepolia_RootCount { +type linea_RootCount { id: ID! count: BigInt } -input optimismsepolia_RootCount_filter { +input linea_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -71484,31 +70423,29 @@ input optimismsepolia_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_RootCount_filter] - or: [optimismsepolia_RootCount_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_RootCount_orderBy { +enum linea_RootCount_orderBy { id count } -type optimismsepolia_RootMessageSent { +type linea_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: optimismsepolia_Bytes + root: linea_Bytes count: BigInt - caller: optimismsepolia_Bytes - transactionHash: optimismsepolia_Bytes + caller: linea_Bytes + transactionHash: linea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input optimismsepolia_RootMessageSent_filter { +input linea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -71533,16 +70470,12 @@ input optimismsepolia_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: optimismsepolia_Bytes - root_not: optimismsepolia_Bytes - root_gt: optimismsepolia_Bytes - root_lt: optimismsepolia_Bytes - root_gte: optimismsepolia_Bytes - root_lte: optimismsepolia_Bytes - root_in: [optimismsepolia_Bytes!] - root_not_in: [optimismsepolia_Bytes!] - root_contains: optimismsepolia_Bytes - root_not_contains: optimismsepolia_Bytes + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -71551,26 +70484,18 @@ input optimismsepolia_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: optimismsepolia_Bytes - caller_not: optimismsepolia_Bytes - caller_gt: optimismsepolia_Bytes - caller_lt: optimismsepolia_Bytes - caller_gte: optimismsepolia_Bytes - caller_lte: optimismsepolia_Bytes - caller_in: [optimismsepolia_Bytes!] - caller_not_in: [optimismsepolia_Bytes!] - caller_contains: optimismsepolia_Bytes - caller_not_contains: optimismsepolia_Bytes - transactionHash: optimismsepolia_Bytes - transactionHash_not: optimismsepolia_Bytes - transactionHash_gt: optimismsepolia_Bytes - transactionHash_lt: optimismsepolia_Bytes - transactionHash_gte: optimismsepolia_Bytes - transactionHash_lte: optimismsepolia_Bytes - transactionHash_in: [optimismsepolia_Bytes!] - transactionHash_not_in: [optimismsepolia_Bytes!] - transactionHash_contains: optimismsepolia_Bytes - transactionHash_not_contains: optimismsepolia_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71604,12 +70529,10 @@ input optimismsepolia_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_RootMessageSent_filter] - or: [optimismsepolia_RootMessageSent_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_RootMessageSent_orderBy { +enum linea_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -71623,25 +70546,25 @@ enum optimismsepolia_RootMessageSent_orderBy { blockNumber } -type optimismsepolia_Router { +type linea_Router { id: ID! isActive: Boolean! - owner: optimismsepolia_Bytes - recipient: optimismsepolia_Bytes - proposedOwner: optimismsepolia_Bytes + owner: linea_Bytes + recipient: linea_Bytes + proposedOwner: linea_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_AssetBalance_orderBy, orderDirection: optimismsepolia_OrderDirection, where: optimismsepolia_AssetBalance_filter): [optimismsepolia_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! } -type optimismsepolia_RouterDailyTVL { +type linea_RouterDailyTVL { id: ID! - router: optimismsepolia_Router! - asset: optimismsepolia_Asset! + router: linea_Router! + asset: linea_Asset! timestamp: BigInt! balance: BigInt! } -input optimismsepolia_RouterDailyTVL_filter { +input linea_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -71670,7 +70593,7 @@ input optimismsepolia_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimismsepolia_Router_filter + router_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -71691,7 +70614,7 @@ input optimismsepolia_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismsepolia_Asset_filter + asset_: linea_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -71709,54 +70632,37 @@ input optimismsepolia_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_RouterDailyTVL_filter] - or: [optimismsepolia_RouterDailyTVL_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_RouterDailyTVL_orderBy { +enum linea_RouterDailyTVL_orderBy { id router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber timestamp balance } -type optimismsepolia_RouterLiquidityEvent { +type linea_RouterLiquidityEvent { id: ID! - type: optimismsepolia_RouterLiquidityEventType - router: optimismsepolia_Router! - asset: optimismsepolia_Asset! + type: linea_RouterLiquidityEventType + router: linea_Router! + asset: linea_Asset! amount: BigInt! balance: BigInt! - caller: optimismsepolia_Bytes + caller: linea_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: optimismsepolia_Bytes! + transactionHash: linea_Bytes! nonce: BigInt! } -enum optimismsepolia_RouterLiquidityEventType { +enum linea_RouterLiquidityEventType { Add Remove } -input optimismsepolia_RouterLiquidityEvent_filter { +input linea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -71765,10 +70671,10 @@ input optimismsepolia_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: optimismsepolia_RouterLiquidityEventType - type_not: optimismsepolia_RouterLiquidityEventType - type_in: [optimismsepolia_RouterLiquidityEventType!] - type_not_in: [optimismsepolia_RouterLiquidityEventType!] + type: linea_RouterLiquidityEventType + type_not: linea_RouterLiquidityEventType + type_in: [linea_RouterLiquidityEventType!] + type_not_in: [linea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -71789,7 +70695,7 @@ input optimismsepolia_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimismsepolia_Router_filter + router_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -71810,7 +70716,7 @@ input optimismsepolia_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismsepolia_Asset_filter + asset_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -71827,16 +70733,12 @@ input optimismsepolia_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: optimismsepolia_Bytes - caller_not: optimismsepolia_Bytes - caller_gt: optimismsepolia_Bytes - caller_lt: optimismsepolia_Bytes - caller_gte: optimismsepolia_Bytes - caller_lte: optimismsepolia_Bytes - caller_in: [optimismsepolia_Bytes!] - caller_not_in: [optimismsepolia_Bytes!] - caller_contains: optimismsepolia_Bytes - caller_not_contains: optimismsepolia_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -71853,16 +70755,12 @@ input optimismsepolia_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: optimismsepolia_Bytes - transactionHash_not: optimismsepolia_Bytes - transactionHash_gt: optimismsepolia_Bytes - transactionHash_lt: optimismsepolia_Bytes - transactionHash_gte: optimismsepolia_Bytes - transactionHash_lte: optimismsepolia_Bytes - transactionHash_in: [optimismsepolia_Bytes!] - transactionHash_not_in: [optimismsepolia_Bytes!] - transactionHash_contains: optimismsepolia_Bytes - transactionHash_not_contains: optimismsepolia_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -71872,31 +70770,14 @@ input optimismsepolia_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_RouterLiquidityEvent_filter] - or: [optimismsepolia_RouterLiquidityEvent_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_RouterLiquidityEvent_orderBy { +enum linea_RouterLiquidityEvent_orderBy { id type router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber amount balance caller @@ -71906,7 +70787,7 @@ enum optimismsepolia_RouterLiquidityEvent_orderBy { nonce } -input optimismsepolia_Router_filter { +input linea_Router_filter { id: ID id_not: ID id_gt: ID @@ -71919,36 +70800,24 @@ input optimismsepolia_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: optimismsepolia_Bytes - owner_not: optimismsepolia_Bytes - owner_gt: optimismsepolia_Bytes - owner_lt: optimismsepolia_Bytes - owner_gte: optimismsepolia_Bytes - owner_lte: optimismsepolia_Bytes - owner_in: [optimismsepolia_Bytes!] - owner_not_in: [optimismsepolia_Bytes!] - owner_contains: optimismsepolia_Bytes - owner_not_contains: optimismsepolia_Bytes - recipient: optimismsepolia_Bytes - recipient_not: optimismsepolia_Bytes - recipient_gt: optimismsepolia_Bytes - recipient_lt: optimismsepolia_Bytes - recipient_gte: optimismsepolia_Bytes - recipient_lte: optimismsepolia_Bytes - recipient_in: [optimismsepolia_Bytes!] - recipient_not_in: [optimismsepolia_Bytes!] - recipient_contains: optimismsepolia_Bytes - recipient_not_contains: optimismsepolia_Bytes - proposedOwner: optimismsepolia_Bytes - proposedOwner_not: optimismsepolia_Bytes - proposedOwner_gt: optimismsepolia_Bytes - proposedOwner_lt: optimismsepolia_Bytes - proposedOwner_gte: optimismsepolia_Bytes - proposedOwner_lte: optimismsepolia_Bytes - proposedOwner_in: [optimismsepolia_Bytes!] - proposedOwner_not_in: [optimismsepolia_Bytes!] - proposedOwner_contains: optimismsepolia_Bytes - proposedOwner_not_contains: optimismsepolia_Bytes + owner: linea_Bytes + owner_not: linea_Bytes + owner_in: [linea_Bytes!] + owner_not_in: [linea_Bytes!] + owner_contains: linea_Bytes + owner_not_contains: linea_Bytes + recipient: linea_Bytes + recipient_not: linea_Bytes + recipient_in: [linea_Bytes!] + recipient_not_in: [linea_Bytes!] + recipient_contains: linea_Bytes + recipient_not_contains: linea_Bytes + proposedOwner: linea_Bytes + proposedOwner_not: linea_Bytes + proposedOwner_in: [linea_Bytes!] + proposedOwner_not_in: [linea_Bytes!] + proposedOwner_contains: linea_Bytes + proposedOwner_not_contains: linea_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -71957,14 +70826,12 @@ input optimismsepolia_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimismsepolia_AssetBalance_filter + assetBalances_: linea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_Router_filter] - or: [optimismsepolia_Router_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_Router_orderBy { +enum linea_Router_orderBy { id isActive owner @@ -71974,13 +70841,13 @@ enum optimismsepolia_Router_orderBy { assetBalances } -type optimismsepolia_Sequencer { +type linea_Sequencer { id: ID! isActive: Boolean! - sequencer: optimismsepolia_Bytes + sequencer: linea_Bytes } -input optimismsepolia_Sequencer_filter { +input linea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -71993,35 +70860,29 @@ input optimismsepolia_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: optimismsepolia_Bytes - sequencer_not: optimismsepolia_Bytes - sequencer_gt: optimismsepolia_Bytes - sequencer_lt: optimismsepolia_Bytes - sequencer_gte: optimismsepolia_Bytes - sequencer_lte: optimismsepolia_Bytes - sequencer_in: [optimismsepolia_Bytes!] - sequencer_not_in: [optimismsepolia_Bytes!] - sequencer_contains: optimismsepolia_Bytes - sequencer_not_contains: optimismsepolia_Bytes + sequencer: linea_Bytes + sequencer_not: linea_Bytes + sequencer_in: [linea_Bytes!] + sequencer_not_in: [linea_Bytes!] + sequencer_contains: linea_Bytes + sequencer_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_Sequencer_filter] - or: [optimismsepolia_Sequencer_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_Sequencer_orderBy { +enum linea_Sequencer_orderBy { id isActive sequencer } -type optimismsepolia_Setting { +type linea_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: optimismsepolia_Bytes! + caller: linea_Bytes! } -input optimismsepolia_Setting_filter { +input linea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -72038,41 +70899,35 @@ input optimismsepolia_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: optimismsepolia_Bytes - caller_not: optimismsepolia_Bytes - caller_gt: optimismsepolia_Bytes - caller_lt: optimismsepolia_Bytes - caller_gte: optimismsepolia_Bytes - caller_lte: optimismsepolia_Bytes - caller_in: [optimismsepolia_Bytes!] - caller_not_in: [optimismsepolia_Bytes!] - caller_contains: optimismsepolia_Bytes - caller_not_contains: optimismsepolia_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_Setting_filter] - or: [optimismsepolia_Setting_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_Setting_orderBy { +enum linea_Setting_orderBy { id maxRoutersPerTransfer caller } -type optimismsepolia_SlippageUpdate { +type linea_SlippageUpdate { id: ID! - transfer: optimismsepolia_DestinationTransfer! + transfer: linea_DestinationTransfer! slippage: BigInt! - caller: optimismsepolia_Bytes! - transactionHash: optimismsepolia_Bytes! + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimismsepolia_SlippageUpdate_filter { +input linea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -72101,7 +70956,7 @@ input optimismsepolia_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimismsepolia_DestinationTransfer_filter + transfer_: linea_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -72110,26 +70965,18 @@ input optimismsepolia_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: optimismsepolia_Bytes - caller_not: optimismsepolia_Bytes - caller_gt: optimismsepolia_Bytes - caller_lt: optimismsepolia_Bytes - caller_gte: optimismsepolia_Bytes - caller_lte: optimismsepolia_Bytes - caller_in: [optimismsepolia_Bytes!] - caller_not_in: [optimismsepolia_Bytes!] - caller_contains: optimismsepolia_Bytes - caller_not_contains: optimismsepolia_Bytes - transactionHash: optimismsepolia_Bytes - transactionHash_not: optimismsepolia_Bytes - transactionHash_gt: optimismsepolia_Bytes - transactionHash_lt: optimismsepolia_Bytes - transactionHash_gte: optimismsepolia_Bytes - transactionHash_lte: optimismsepolia_Bytes - transactionHash_in: [optimismsepolia_Bytes!] - transactionHash_not_in: [optimismsepolia_Bytes!] - transactionHash_contains: optimismsepolia_Bytes - transactionHash_not_contains: optimismsepolia_Bytes + caller: linea_Bytes + caller_not: linea_Bytes + caller_in: [linea_Bytes!] + caller_not_in: [linea_Bytes!] + caller_contains: linea_Bytes + caller_not_contains: linea_Bytes + transactionHash: linea_Bytes + transactionHash_not: linea_Bytes + transactionHash_in: [linea_Bytes!] + transactionHash_not_in: [linea_Bytes!] + transactionHash_contains: linea_Bytes + transactionHash_not_contains: linea_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -72163,50 +71010,12 @@ input optimismsepolia_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_SlippageUpdate_filter] - or: [optimismsepolia_SlippageUpdate_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_SlippageUpdate_orderBy { +enum linea_SlippageUpdate_orderBy { id transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce slippage caller transactionHash @@ -72216,16 +71025,16 @@ enum optimismsepolia_SlippageUpdate_orderBy { blockNumber } -type optimismsepolia_SnapshotRoot { +type linea_SnapshotRoot { id: ID! spokeDomain: BigInt - root: optimismsepolia_Bytes! + root: linea_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input optimismsepolia_SnapshotRoot_filter { +input linea_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -72242,16 +71051,12 @@ input optimismsepolia_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: optimismsepolia_Bytes - root_not: optimismsepolia_Bytes - root_gt: optimismsepolia_Bytes - root_lt: optimismsepolia_Bytes - root_gte: optimismsepolia_Bytes - root_lte: optimismsepolia_Bytes - root_in: [optimismsepolia_Bytes!] - root_not_in: [optimismsepolia_Bytes!] - root_contains: optimismsepolia_Bytes - root_not_contains: optimismsepolia_Bytes + root: linea_Bytes + root_not: linea_Bytes + root_in: [linea_Bytes!] + root_not_in: [linea_Bytes!] + root_contains: linea_Bytes + root_not_contains: linea_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -72277,12 +71082,10 @@ input optimismsepolia_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_SnapshotRoot_filter] - or: [optimismsepolia_SnapshotRoot_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_SnapshotRoot_orderBy { +enum linea_SnapshotRoot_orderBy { id spokeDomain root @@ -72291,12 +71094,12 @@ enum optimismsepolia_SnapshotRoot_orderBy { blockNumber } -type optimismsepolia_SpokeConnectorMode { +type linea_SpokeConnectorMode { id: ID! mode: String! } -input optimismsepolia_SpokeConnectorMode_filter { +input linea_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -72326,17 +71129,15 @@ input optimismsepolia_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_SpokeConnectorMode_filter] - or: [optimismsepolia_SpokeConnectorMode_filter] + _change_block: linea_BlockChangedFilter } -enum optimismsepolia_SpokeConnectorMode_orderBy { +enum linea_SpokeConnectorMode_orderBy { id mode } -enum optimismsepolia_TransferStatus { +enum linea_TransferStatus { XCalled Executed Reconciled @@ -72344,19 +71145,17 @@ enum optimismsepolia_TransferStatus { CompletedFast } -type optimismsepolia__Block_ { +type linea__Block_ { """The hash of the block""" - hash: optimismsepolia_Bytes + hash: linea_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: optimismsepolia_Bytes } """The type for the top-level _meta field""" -type optimismsepolia__Meta_ { +type linea__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -72364,22 +71163,30 @@ type optimismsepolia__Meta_ { and therefore asks for the latest block """ - block: optimismsepolia__Block_! + block: linea__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mainnet_AggregateRootSavedSlow { +type stagingmode_AggregateRoot { id: ID! - aggregateRoot: mainnet_Bytes! - count: BigInt! - aggregatedRoots: [mainnet_Bytes!] + root: stagingmode_Bytes! + blockNumber: BigInt! +} + +type stagingmode_AggregateRootProposed { + id: ID! + aggregateRoot: stagingmode_Bytes! rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input mainnet_AggregateRootSavedSlow_filter { +input stagingmode_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -72388,30 +71195,16 @@ input mainnet_AggregateRootSavedSlow_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_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!] - aggregatedRoots: [mainnet_Bytes!] - aggregatedRoots_not: [mainnet_Bytes!] - aggregatedRoots_contains: [mainnet_Bytes!] - aggregatedRoots_contains_nocase: [mainnet_Bytes!] - aggregatedRoots_not_contains: [mainnet_Bytes!] - aggregatedRoots_not_contains_nocase: [mainnet_Bytes!] + aggregateRoot: stagingmode_Bytes + aggregateRoot_not: stagingmode_Bytes + aggregateRoot_gt: stagingmode_Bytes + aggregateRoot_lt: stagingmode_Bytes + aggregateRoot_gte: stagingmode_Bytes + aggregateRoot_lte: stagingmode_Bytes + aggregateRoot_in: [stagingmode_Bytes!] + aggregateRoot_not_in: [stagingmode_Bytes!] + aggregateRoot_contains: stagingmode_Bytes + aggregateRoot_not_contains: stagingmode_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -72420,55 +71213,14 @@ input mainnet_AggregateRootSavedSlow_filter { rootTimestamp_lte: BigInt rootTimestamp_in: [BigInt!] rootTimestamp_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregateRootSavedSlow_filter] - or: [mainnet_AggregateRootSavedSlow_filter] -} - -enum mainnet_AggregateRootSavedSlow_orderBy { - id - aggregateRoot - count - aggregatedRoots - rootTimestamp -} - -type mainnet_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: mainnet_Bytes! - domain: BigInt - blockNumber: 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 + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -72477,6 +71229,14 @@ input mainnet_AggregatedMessageRoot_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -72486,192 +71246,22 @@ input mainnet_AggregatedMessageRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregatedMessageRoot_filter] - or: [mainnet_AggregatedMessageRoot_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_AggregateRootProposed_filter] + or: [stagingmode_AggregateRootProposed_filter] } -enum mainnet_AggregatedMessageRoot_orderBy { +enum stagingmode_AggregateRootProposed_orderBy { id - index - receivedRoot + aggregateRoot + rootTimestamp + endOfDispute domain + timestamp blockNumber } -enum mainnet_Aggregation_interval { - hour - day -} - -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 -} - -type mainnet_AvalancheConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_AvalancheConnectorMeta_filter { - 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_AvalancheConnectorMeta_filter] - or: [mainnet_AvalancheConnectorMeta_filter] -} - -enum mainnet_AvalancheConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_BaseConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_BaseConnectorMeta_filter { +input stagingmode_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -72680,170 +71270,66 @@ input mainnet_BaseConnectorMeta_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 + root: stagingmode_Bytes + root_not: stagingmode_Bytes + root_gt: stagingmode_Bytes + root_lt: stagingmode_Bytes + root_gte: stagingmode_Bytes + root_lte: stagingmode_Bytes + root_in: [stagingmode_Bytes!] + root_not_in: [stagingmode_Bytes!] + root_contains: stagingmode_Bytes + root_not_contains: stagingmode_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: mainnet_BlockChangedFilter - and: [mainnet_BaseConnectorMeta_filter] - or: [mainnet_BaseConnectorMeta_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_AggregateRoot_filter] + or: [stagingmode_AggregateRoot_filter] } -enum mainnet_BaseConnectorMeta_orderBy { +enum stagingmode_AggregateRoot_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar mainnet_BigDecimal - -input mainnet_BlockChangedFilter { - number_gte: Int! + root + blockNumber } -input mainnet_Block_height { - hash: mainnet_Bytes - number: Int - number_gte: Int +enum stagingmode_Aggregation_interval { + hour + day } -type mainnet_BnbConnectorMeta { +type stagingmode_Asset { 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 + key: stagingmode_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingmode_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingmode_Bytes + localAsset: stagingmode_Bytes + blockNumber: BigInt + status: stagingmode_AssetStatus } -scalar mainnet_Bytes - -type mainnet_GnosisConnectorMeta { +type stagingmode_AssetBalance { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingmode_Router! + asset: stagingmode_Asset! + feesEarned: BigInt! } -input mainnet_GnosisConnectorMeta_filter { +input stagingmode_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -72852,73 +71338,126 @@ input mainnet_GnosisConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: 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 + 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_: stagingmode_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_: stagingmode_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: mainnet_BlockChangedFilter - and: [mainnet_GnosisConnectorMeta_filter] - or: [mainnet_GnosisConnectorMeta_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_AssetBalance_filter] + or: [stagingmode_AssetBalance_filter] } -enum mainnet_GnosisConnectorMeta_orderBy { +enum stagingmode_AssetBalance_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -type mainnet_HubDomain { +type stagingmode_AssetStatus { id: ID! - domain: BigInt + status: Boolean } -input mainnet_HubDomain_filter { +input stagingmode_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -72927,33 +71466,22 @@ input mainnet_HubDomain_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_HubDomain_filter] - or: [mainnet_HubDomain_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_AssetStatus_filter] + or: [stagingmode_AssetStatus_filter] } -enum mainnet_HubDomain_orderBy { +enum stagingmode_AssetStatus_orderBy { id - domain -} - -type mainnet_HubOptimisticRootFinalized { - id: ID! - aggregateRoot: mainnet_Bytes! - timestamp: BigInt! - blockNumber: BigInt + status } -input mainnet_HubOptimisticRootFinalized_filter { +input stagingmode_Asset_filter { id: ID id_not: ID id_gt: ID @@ -72962,24 +71490,70 @@ input mainnet_HubOptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_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!] + key: stagingmode_Bytes + key_not: stagingmode_Bytes + key_gt: stagingmode_Bytes + key_lt: stagingmode_Bytes + key_gte: stagingmode_Bytes + key_lte: stagingmode_Bytes + key_in: [stagingmode_Bytes!] + key_not_in: [stagingmode_Bytes!] + key_contains: stagingmode_Bytes + key_not_contains: stagingmode_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingmode_Bytes + canonicalId_not: stagingmode_Bytes + canonicalId_gt: stagingmode_Bytes + canonicalId_lt: stagingmode_Bytes + canonicalId_gte: stagingmode_Bytes + canonicalId_lte: stagingmode_Bytes + canonicalId_in: [stagingmode_Bytes!] + canonicalId_not_in: [stagingmode_Bytes!] + canonicalId_contains: stagingmode_Bytes + canonicalId_not_contains: stagingmode_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: stagingmode_Bytes + adoptedAsset_not: stagingmode_Bytes + adoptedAsset_gt: stagingmode_Bytes + adoptedAsset_lt: stagingmode_Bytes + adoptedAsset_gte: stagingmode_Bytes + adoptedAsset_lte: stagingmode_Bytes + adoptedAsset_in: [stagingmode_Bytes!] + adoptedAsset_not_in: [stagingmode_Bytes!] + adoptedAsset_contains: stagingmode_Bytes + adoptedAsset_not_contains: stagingmode_Bytes + localAsset: stagingmode_Bytes + localAsset_not: stagingmode_Bytes + localAsset_gt: stagingmode_Bytes + localAsset_lt: stagingmode_Bytes + localAsset_gte: stagingmode_Bytes + localAsset_lte: stagingmode_Bytes + localAsset_in: [stagingmode_Bytes!] + localAsset_not_in: [stagingmode_Bytes!] + localAsset_contains: stagingmode_Bytes + localAsset_not_contains: stagingmode_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -72988,114 +71562,72 @@ input mainnet_HubOptimisticRootFinalized_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + status: String + status_not: String + status_gt: String + status_lt: String + status_gte: String + status_lte: String + status_in: [String!] + status_not_in: [String!] + status_contains: String + status_contains_nocase: String + status_not_contains: String + status_not_contains_nocase: String + status_starts_with: String + status_starts_with_nocase: String + status_not_starts_with: String + status_not_starts_with_nocase: String + status_ends_with: String + status_ends_with_nocase: String + status_not_ends_with: String + status_not_ends_with_nocase: String + status_: stagingmode_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_HubOptimisticRootFinalized_filter] - or: [mainnet_HubOptimisticRootFinalized_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Asset_filter] + or: [stagingmode_Asset_filter] } -enum mainnet_HubOptimisticRootFinalized_orderBy { +enum stagingmode_Asset_orderBy { id - aggregateRoot - timestamp + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset blockNumber + status + status__id + status__status } -""" -8 bytes signed integer - -""" -scalar mainnet_Int8 +scalar stagingmode_BigDecimal -type mainnet_LineaConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! +input stagingmode_BlockChangedFilter { + number_gte: Int! } -input mainnet_LineaConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_LineaConnectorMeta_filter] - or: [mainnet_LineaConnectorMeta_filter] +input stagingmode_Block_height { + hash: stagingmode_Bytes + number: Int + number_gte: Int } -enum mainnet_LineaConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} +scalar stagingmode_Bytes -type mainnet_MantleConnectorMeta { +type stagingmode_ConnectorMeta { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingmode_Bytes + rootManager: stagingmode_Bytes + mirrorConnector: stagingmode_Bytes } -input mainnet_MantleConnectorMeta_filter { +input stagingmode_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -73120,43 +71652,43 @@ input mainnet_MantleConnectorMeta_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: stagingmode_Bytes + amb_not: stagingmode_Bytes + amb_gt: stagingmode_Bytes + amb_lt: stagingmode_Bytes + amb_gte: stagingmode_Bytes + amb_lte: stagingmode_Bytes + amb_in: [stagingmode_Bytes!] + amb_not_in: [stagingmode_Bytes!] + amb_contains: stagingmode_Bytes + amb_not_contains: stagingmode_Bytes + rootManager: stagingmode_Bytes + rootManager_not: stagingmode_Bytes + rootManager_gt: stagingmode_Bytes + rootManager_lt: stagingmode_Bytes + rootManager_gte: stagingmode_Bytes + rootManager_lte: stagingmode_Bytes + rootManager_in: [stagingmode_Bytes!] + rootManager_not_in: [stagingmode_Bytes!] + rootManager_contains: stagingmode_Bytes + rootManager_not_contains: stagingmode_Bytes + mirrorConnector: stagingmode_Bytes + mirrorConnector_not: stagingmode_Bytes + mirrorConnector_gt: stagingmode_Bytes + mirrorConnector_lt: stagingmode_Bytes + mirrorConnector_gte: stagingmode_Bytes + mirrorConnector_lte: stagingmode_Bytes + mirrorConnector_in: [stagingmode_Bytes!] + mirrorConnector_not_in: [stagingmode_Bytes!] + mirrorConnector_contains: stagingmode_Bytes + mirrorConnector_not_contains: stagingmode_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_MantleConnectorMeta_filter] - or: [mainnet_MantleConnectorMeta_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_ConnectorMeta_filter] + or: [stagingmode_ConnectorMeta_filter] } -enum mainnet_MantleConnectorMeta_orderBy { +enum stagingmode_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -73165,16 +71697,48 @@ enum mainnet_MantleConnectorMeta_orderBy { mirrorConnector } -type mainnet_MetisConnectorMeta { +type stagingmode_DestinationTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + chainId: BigInt + transferId: stagingmode_Bytes + nonce: BigInt + status: stagingmode_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingmode_Router_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_Router_filter): [stagingmode_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingmode_Bytes + delegate: stagingmode_Bytes + receiveLocal: Boolean + callData: stagingmode_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingmode_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingmode_Bytes + asset: stagingmode_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingmode_Bytes + executedTransactionHash: stagingmode_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingmode_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingmode_Bytes + reconciledTransactionHash: stagingmode_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingmode_Bytes + reconciledTxNonce: BigInt } -input mainnet_MetisConnectorMeta_filter { +input stagingmode_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -73183,234 +71747,400 @@ input mainnet_MetisConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_MetisConnectorMeta_filter] - or: [mainnet_MetisConnectorMeta_filter] -} - -enum mainnet_MetisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_ModeConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_ModeConnectorMeta_filter { - 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 + 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: stagingmode_Bytes + transferId_not: stagingmode_Bytes + transferId_gt: stagingmode_Bytes + transferId_lt: stagingmode_Bytes + transferId_gte: stagingmode_Bytes + transferId_lte: stagingmode_Bytes + transferId_in: [stagingmode_Bytes!] + transferId_not_in: [stagingmode_Bytes!] + transferId_contains: stagingmode_Bytes + transferId_not_contains: stagingmode_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: stagingmode_TransferStatus + status_not: stagingmode_TransferStatus + status_in: [stagingmode_TransferStatus!] + status_not_in: [stagingmode_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingmode_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: stagingmode_Bytes + to_not: stagingmode_Bytes + to_gt: stagingmode_Bytes + to_lt: stagingmode_Bytes + to_gte: stagingmode_Bytes + to_lte: stagingmode_Bytes + to_in: [stagingmode_Bytes!] + to_not_in: [stagingmode_Bytes!] + to_contains: stagingmode_Bytes + to_not_contains: stagingmode_Bytes + delegate: stagingmode_Bytes + delegate_not: stagingmode_Bytes + delegate_gt: stagingmode_Bytes + delegate_lt: stagingmode_Bytes + delegate_gte: stagingmode_Bytes + delegate_lte: stagingmode_Bytes + delegate_in: [stagingmode_Bytes!] + delegate_not_in: [stagingmode_Bytes!] + delegate_contains: stagingmode_Bytes + delegate_not_contains: stagingmode_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingmode_Bytes + callData_not: stagingmode_Bytes + callData_gt: stagingmode_Bytes + callData_lt: stagingmode_Bytes + callData_gte: stagingmode_Bytes + callData_lte: stagingmode_Bytes + callData_in: [stagingmode_Bytes!] + callData_not_in: [stagingmode_Bytes!] + callData_contains: stagingmode_Bytes + callData_not_contains: stagingmode_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: stagingmode_Bytes + originSender_not: stagingmode_Bytes + originSender_gt: stagingmode_Bytes + originSender_lt: stagingmode_Bytes + originSender_gte: stagingmode_Bytes + originSender_lte: stagingmode_Bytes + originSender_in: [stagingmode_Bytes!] + originSender_not_in: [stagingmode_Bytes!] + originSender_contains: stagingmode_Bytes + originSender_not_contains: stagingmode_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: stagingmode_Bytes + canonicalId_not: stagingmode_Bytes + canonicalId_gt: stagingmode_Bytes + canonicalId_lt: stagingmode_Bytes + canonicalId_gte: stagingmode_Bytes + canonicalId_lte: stagingmode_Bytes + canonicalId_in: [stagingmode_Bytes!] + canonicalId_not_in: [stagingmode_Bytes!] + canonicalId_contains: stagingmode_Bytes + canonicalId_not_contains: stagingmode_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_: stagingmode_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: stagingmode_Bytes + executedCaller_not: stagingmode_Bytes + executedCaller_gt: stagingmode_Bytes + executedCaller_lt: stagingmode_Bytes + executedCaller_gte: stagingmode_Bytes + executedCaller_lte: stagingmode_Bytes + executedCaller_in: [stagingmode_Bytes!] + executedCaller_not_in: [stagingmode_Bytes!] + executedCaller_contains: stagingmode_Bytes + executedCaller_not_contains: stagingmode_Bytes + executedTransactionHash: stagingmode_Bytes + executedTransactionHash_not: stagingmode_Bytes + executedTransactionHash_gt: stagingmode_Bytes + executedTransactionHash_lt: stagingmode_Bytes + executedTransactionHash_gte: stagingmode_Bytes + executedTransactionHash_lte: stagingmode_Bytes + executedTransactionHash_in: [stagingmode_Bytes!] + executedTransactionHash_not_in: [stagingmode_Bytes!] + executedTransactionHash_contains: stagingmode_Bytes + executedTransactionHash_not_contains: stagingmode_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: stagingmode_Bytes + executedTxOrigin_not: stagingmode_Bytes + executedTxOrigin_gt: stagingmode_Bytes + executedTxOrigin_lt: stagingmode_Bytes + executedTxOrigin_gte: stagingmode_Bytes + executedTxOrigin_lte: stagingmode_Bytes + executedTxOrigin_in: [stagingmode_Bytes!] + executedTxOrigin_not_in: [stagingmode_Bytes!] + executedTxOrigin_contains: stagingmode_Bytes + executedTxOrigin_not_contains: stagingmode_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: stagingmode_Bytes + reconciledCaller_not: stagingmode_Bytes + reconciledCaller_gt: stagingmode_Bytes + reconciledCaller_lt: stagingmode_Bytes + reconciledCaller_gte: stagingmode_Bytes + reconciledCaller_lte: stagingmode_Bytes + reconciledCaller_in: [stagingmode_Bytes!] + reconciledCaller_not_in: [stagingmode_Bytes!] + reconciledCaller_contains: stagingmode_Bytes + reconciledCaller_not_contains: stagingmode_Bytes + reconciledTransactionHash: stagingmode_Bytes + reconciledTransactionHash_not: stagingmode_Bytes + reconciledTransactionHash_gt: stagingmode_Bytes + reconciledTransactionHash_lt: stagingmode_Bytes + reconciledTransactionHash_gte: stagingmode_Bytes + reconciledTransactionHash_lte: stagingmode_Bytes + reconciledTransactionHash_in: [stagingmode_Bytes!] + reconciledTransactionHash_not_in: [stagingmode_Bytes!] + reconciledTransactionHash_contains: stagingmode_Bytes + reconciledTransactionHash_not_contains: stagingmode_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: stagingmode_Bytes + reconciledTxOrigin_not: stagingmode_Bytes + reconciledTxOrigin_gt: stagingmode_Bytes + reconciledTxOrigin_lt: stagingmode_Bytes + reconciledTxOrigin_gte: stagingmode_Bytes + reconciledTxOrigin_lte: stagingmode_Bytes + reconciledTxOrigin_in: [stagingmode_Bytes!] + reconciledTxOrigin_not_in: [stagingmode_Bytes!] + reconciledTxOrigin_contains: stagingmode_Bytes + reconciledTxOrigin_not_contains: stagingmode_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_ModeConnectorMeta_filter] - or: [mainnet_ModeConnectorMeta_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_DestinationTransfer_filter] + or: [stagingmode_DestinationTransfer_filter] } -enum mainnet_ModeConnectorMeta_orderBy { +enum stagingmode_DestinationTransfer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -input mainnet_OptimismConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimismConnectorMeta_filter] - or: [mainnet_OptimismConnectorMeta_filter] -} +""" +8 bytes signed integer -enum mainnet_OptimismConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} +""" +scalar stagingmode_Int8 -type mainnet_OptimisticRootPropagated { +type stagingmode_OptimisticRootFinalized { id: ID! - aggregateRoot: mainnet_Bytes! - domainsHash: mainnet_Bytes! + aggregateRoot: stagingmode_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mainnet_OptimisticRootPropagated_filter { +input stagingmode_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -73419,26 +72149,16 @@ input mainnet_OptimisticRootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_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 + aggregateRoot: stagingmode_Bytes + aggregateRoot_not: stagingmode_Bytes + aggregateRoot_gt: stagingmode_Bytes + aggregateRoot_lt: stagingmode_Bytes + aggregateRoot_gte: stagingmode_Bytes + aggregateRoot_lte: stagingmode_Bytes + aggregateRoot_in: [stagingmode_Bytes!] + aggregateRoot_not_in: [stagingmode_Bytes!] + aggregateRoot_contains: stagingmode_Bytes + aggregateRoot_not_contains: stagingmode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73456,31 +72176,38 @@ input mainnet_OptimisticRootPropagated_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootPropagated_filter] - or: [mainnet_OptimisticRootPropagated_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_OptimisticRootFinalized_filter] + or: [stagingmode_OptimisticRootFinalized_filter] } -enum mainnet_OptimisticRootPropagated_orderBy { +enum stagingmode_OptimisticRootFinalized_orderBy { id aggregateRoot - domainsHash timestamp blockNumber } -type mainnet_OptimisticRootProposed { +"""Defines the order direction, either ascending or descending""" +enum stagingmode_OrderDirection { + asc + desc +} + +type stagingmode_OriginMessage { id: ID! - disputeCliff: BigInt! - aggregateRoot: mainnet_Bytes! - snapshotsRoots: [mainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: mainnet_Bytes! - timestamp: BigInt! + transferId: stagingmode_Bytes + destinationDomain: BigInt + leaf: stagingmode_Bytes + index: BigInt + message: stagingmode_Bytes + root: stagingmode_Bytes + transactionHash: stagingmode_Bytes blockNumber: BigInt + rootCount: stagingmode_RootCount } -input mainnet_OptimisticRootProposed_filter { +input stagingmode_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -73489,54 +72216,72 @@ input mainnet_OptimisticRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - disputeCliff: BigInt - disputeCliff_not: BigInt - disputeCliff_gt: BigInt - disputeCliff_lt: BigInt - disputeCliff_gte: BigInt - disputeCliff_lte: BigInt - disputeCliff_in: [BigInt!] - disputeCliff_not_in: [BigInt!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes - snapshotsRoots: [mainnet_Bytes!] - snapshotsRoots_not: [mainnet_Bytes!] - snapshotsRoots_contains: [mainnet_Bytes!] - snapshotsRoots_contains_nocase: [mainnet_Bytes!] - snapshotsRoots_not_contains: [mainnet_Bytes!] - snapshotsRoots_not_contains_nocase: [mainnet_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: mainnet_Bytes - baseAggregateRoot_not: mainnet_Bytes - baseAggregateRoot_gt: mainnet_Bytes - baseAggregateRoot_lt: mainnet_Bytes - baseAggregateRoot_gte: mainnet_Bytes - baseAggregateRoot_lte: mainnet_Bytes - baseAggregateRoot_in: [mainnet_Bytes!] - baseAggregateRoot_not_in: [mainnet_Bytes!] - baseAggregateRoot_contains: mainnet_Bytes - baseAggregateRoot_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!] + transferId: stagingmode_Bytes + transferId_not: stagingmode_Bytes + transferId_gt: stagingmode_Bytes + transferId_lt: stagingmode_Bytes + transferId_gte: stagingmode_Bytes + transferId_lte: stagingmode_Bytes + transferId_in: [stagingmode_Bytes!] + transferId_not_in: [stagingmode_Bytes!] + transferId_contains: stagingmode_Bytes + transferId_not_contains: stagingmode_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: stagingmode_Bytes + leaf_not: stagingmode_Bytes + leaf_gt: stagingmode_Bytes + leaf_lt: stagingmode_Bytes + leaf_gte: stagingmode_Bytes + leaf_lte: stagingmode_Bytes + leaf_in: [stagingmode_Bytes!] + leaf_not_in: [stagingmode_Bytes!] + leaf_contains: stagingmode_Bytes + leaf_not_contains: stagingmode_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: stagingmode_Bytes + message_not: stagingmode_Bytes + message_gt: stagingmode_Bytes + message_lt: stagingmode_Bytes + message_gte: stagingmode_Bytes + message_lte: stagingmode_Bytes + message_in: [stagingmode_Bytes!] + message_not_in: [stagingmode_Bytes!] + message_contains: stagingmode_Bytes + message_not_contains: stagingmode_Bytes + root: stagingmode_Bytes + root_not: stagingmode_Bytes + root_gt: stagingmode_Bytes + root_lt: stagingmode_Bytes + root_gte: stagingmode_Bytes + root_lte: stagingmode_Bytes + root_in: [stagingmode_Bytes!] + root_not_in: [stagingmode_Bytes!] + root_contains: stagingmode_Bytes + root_not_contains: stagingmode_Bytes + transactionHash: stagingmode_Bytes + transactionHash_not: stagingmode_Bytes + transactionHash_gt: stagingmode_Bytes + transactionHash_lt: stagingmode_Bytes + transactionHash_gte: stagingmode_Bytes + transactionHash_lte: stagingmode_Bytes + transactionHash_in: [stagingmode_Bytes!] + transactionHash_not_in: [stagingmode_Bytes!] + transactionHash_contains: stagingmode_Bytes + transactionHash_not_contains: stagingmode_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -73545,195 +72290,84 @@ input mainnet_OptimisticRootProposed_filter { 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_: stagingmode_RootCount_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootProposed_filter] - or: [mainnet_OptimisticRootProposed_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_OriginMessage_filter] + or: [stagingmode_OriginMessage_filter] } -enum mainnet_OptimisticRootProposed_orderBy { +enum stagingmode_OriginMessage_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot - timestamp + transferId + destinationDomain + leaf + index + message + root + transactionHash blockNumber + rootCount + rootCount__id + rootCount__count } -"""Defines the order direction, either ascending or descending""" -enum mainnet_OrderDirection { - asc - desc -} - -type mainnet_PolygonConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_PolygonConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_PolygonConnectorMeta_filter] - or: [mainnet_PolygonConnectorMeta_filter] -} - -enum mainnet_PolygonConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_PolygonZkConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_PolygonZkConnectorMeta_filter { - 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_PolygonZkConnectorMeta_filter] - or: [mainnet_PolygonZkConnectorMeta_filter] -} - -enum mainnet_PolygonZkConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet_RootAggregated { +type stagingmode_OriginTransfer { id: ID! - domain: BigInt! - receivedRoot: mainnet_Bytes! - index: BigInt! + chainId: BigInt + transferId: stagingmode_Bytes + nonce: BigInt + status: stagingmode_TransferStatus + messageHash: stagingmode_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingmode_Bytes + delegate: stagingmode_Bytes + receiveLocal: Boolean + callData: stagingmode_Bytes + slippage: BigInt + originSender: stagingmode_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingmode_Bytes + asset: stagingmode_Asset + transactingAsset: stagingmode_Bytes + message: stagingmode_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmode_RelayerFee_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_RelayerFee_filter): [stagingmode_RelayerFee!] + initialRelayerFeeAsset: stagingmode_Bytes + caller: stagingmode_Bytes + transactionHash: stagingmode_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingmode_Bytes + txNonce: BigInt } -input mainnet_RootAggregated_filter { +input stagingmode_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -73742,90 +72376,368 @@ input mainnet_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: 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!] + 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: stagingmode_Bytes + transferId_not: stagingmode_Bytes + transferId_gt: stagingmode_Bytes + transferId_lt: stagingmode_Bytes + transferId_gte: stagingmode_Bytes + transferId_lte: stagingmode_Bytes + transferId_in: [stagingmode_Bytes!] + transferId_not_in: [stagingmode_Bytes!] + transferId_contains: stagingmode_Bytes + transferId_not_contains: stagingmode_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: stagingmode_TransferStatus + status_not: stagingmode_TransferStatus + status_in: [stagingmode_TransferStatus!] + status_not_in: [stagingmode_TransferStatus!] + messageHash: stagingmode_Bytes + messageHash_not: stagingmode_Bytes + messageHash_gt: stagingmode_Bytes + messageHash_lt: stagingmode_Bytes + messageHash_gte: stagingmode_Bytes + messageHash_lte: stagingmode_Bytes + messageHash_in: [stagingmode_Bytes!] + messageHash_not_in: [stagingmode_Bytes!] + messageHash_contains: stagingmode_Bytes + messageHash_not_contains: stagingmode_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: stagingmode_Bytes + to_not: stagingmode_Bytes + to_gt: stagingmode_Bytes + to_lt: stagingmode_Bytes + to_gte: stagingmode_Bytes + to_lte: stagingmode_Bytes + to_in: [stagingmode_Bytes!] + to_not_in: [stagingmode_Bytes!] + to_contains: stagingmode_Bytes + to_not_contains: stagingmode_Bytes + delegate: stagingmode_Bytes + delegate_not: stagingmode_Bytes + delegate_gt: stagingmode_Bytes + delegate_lt: stagingmode_Bytes + delegate_gte: stagingmode_Bytes + delegate_lte: stagingmode_Bytes + delegate_in: [stagingmode_Bytes!] + delegate_not_in: [stagingmode_Bytes!] + delegate_contains: stagingmode_Bytes + delegate_not_contains: stagingmode_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingmode_Bytes + callData_not: stagingmode_Bytes + callData_gt: stagingmode_Bytes + callData_lt: stagingmode_Bytes + callData_gte: stagingmode_Bytes + callData_lte: stagingmode_Bytes + callData_in: [stagingmode_Bytes!] + callData_not_in: [stagingmode_Bytes!] + callData_contains: stagingmode_Bytes + callData_not_contains: stagingmode_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: stagingmode_Bytes + originSender_not: stagingmode_Bytes + originSender_gt: stagingmode_Bytes + originSender_lt: stagingmode_Bytes + originSender_gte: stagingmode_Bytes + originSender_lte: stagingmode_Bytes + originSender_in: [stagingmode_Bytes!] + originSender_not_in: [stagingmode_Bytes!] + originSender_contains: stagingmode_Bytes + originSender_not_contains: stagingmode_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: stagingmode_Bytes + canonicalId_not: stagingmode_Bytes + canonicalId_gt: stagingmode_Bytes + canonicalId_lt: stagingmode_Bytes + canonicalId_gte: stagingmode_Bytes + canonicalId_lte: stagingmode_Bytes + canonicalId_in: [stagingmode_Bytes!] + canonicalId_not_in: [stagingmode_Bytes!] + canonicalId_contains: stagingmode_Bytes + canonicalId_not_contains: stagingmode_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_: stagingmode_Asset_filter + transactingAsset: stagingmode_Bytes + transactingAsset_not: stagingmode_Bytes + transactingAsset_gt: stagingmode_Bytes + transactingAsset_lt: stagingmode_Bytes + transactingAsset_gte: stagingmode_Bytes + transactingAsset_lte: stagingmode_Bytes + transactingAsset_in: [stagingmode_Bytes!] + transactingAsset_not_in: [stagingmode_Bytes!] + transactingAsset_contains: stagingmode_Bytes + transactingAsset_not_contains: stagingmode_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_: stagingmode_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_: stagingmode_RelayerFee_filter + initialRelayerFeeAsset: stagingmode_Bytes + initialRelayerFeeAsset_not: stagingmode_Bytes + initialRelayerFeeAsset_gt: stagingmode_Bytes + initialRelayerFeeAsset_lt: stagingmode_Bytes + initialRelayerFeeAsset_gte: stagingmode_Bytes + initialRelayerFeeAsset_lte: stagingmode_Bytes + initialRelayerFeeAsset_in: [stagingmode_Bytes!] + initialRelayerFeeAsset_not_in: [stagingmode_Bytes!] + initialRelayerFeeAsset_contains: stagingmode_Bytes + initialRelayerFeeAsset_not_contains: stagingmode_Bytes + caller: stagingmode_Bytes + caller_not: stagingmode_Bytes + caller_gt: stagingmode_Bytes + caller_lt: stagingmode_Bytes + caller_gte: stagingmode_Bytes + caller_lte: stagingmode_Bytes + caller_in: [stagingmode_Bytes!] + caller_not_in: [stagingmode_Bytes!] + caller_contains: stagingmode_Bytes + caller_not_contains: stagingmode_Bytes + transactionHash: stagingmode_Bytes + transactionHash_not: stagingmode_Bytes + transactionHash_gt: stagingmode_Bytes + transactionHash_lt: stagingmode_Bytes + transactionHash_gte: stagingmode_Bytes + transactionHash_lte: stagingmode_Bytes + transactionHash_in: [stagingmode_Bytes!] + transactionHash_not_in: [stagingmode_Bytes!] + transactionHash_contains: stagingmode_Bytes + transactionHash_not_contains: stagingmode_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: stagingmode_Bytes + txOrigin_not: stagingmode_Bytes + txOrigin_gt: stagingmode_Bytes + txOrigin_lt: stagingmode_Bytes + txOrigin_gte: stagingmode_Bytes + txOrigin_lte: stagingmode_Bytes + txOrigin_in: [stagingmode_Bytes!] + txOrigin_not_in: [stagingmode_Bytes!] + txOrigin_contains: stagingmode_Bytes + txOrigin_not_contains: stagingmode_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_RootAggregated_filter] - or: [mainnet_RootAggregated_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_OriginTransfer_filter] + or: [stagingmode_OriginTransfer_filter] } -enum mainnet_RootAggregated_orderBy { +enum stagingmode_OriginTransfer_orderBy { id - domain - receivedRoot - index + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type mainnet_RootManagerMeta { +type stagingmode_Relayer { id: ID! - domains: [BigInt!] - connectors: [mainnet_Bytes!] -} - -input mainnet_RootManagerMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [mainnet_Bytes!] - connectors_not: [mainnet_Bytes!] - connectors_contains: [mainnet_Bytes!] - connectors_contains_nocase: [mainnet_Bytes!] - connectors_not_contains: [mainnet_Bytes!] - connectors_not_contains_nocase: [mainnet_Bytes!] - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootManagerMeta_filter] - or: [mainnet_RootManagerMeta_filter] -} - -enum mainnet_RootManagerMeta_orderBy { - id - domains - connectors + isActive: Boolean! + relayer: stagingmode_Bytes } -type mainnet_RootManagerMode { +type stagingmode_RelayerFee { id: ID! - mode: String! + transfer: stagingmode_OriginTransfer! + fee: BigInt! + asset: stagingmode_Bytes! } -input mainnet_RootManagerMode_filter { +input stagingmode_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -73834,51 +72746,101 @@ input mainnet_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 + 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_: stagingmode_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: stagingmode_Bytes + asset_not: stagingmode_Bytes + asset_gt: stagingmode_Bytes + asset_lt: stagingmode_Bytes + asset_gte: stagingmode_Bytes + asset_lte: stagingmode_Bytes + asset_in: [stagingmode_Bytes!] + asset_not_in: [stagingmode_Bytes!] + asset_contains: stagingmode_Bytes + asset_not_contains: stagingmode_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootManagerMode_filter] - or: [mainnet_RootManagerMode_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RelayerFee_filter] + or: [stagingmode_RelayerFee_filter] } -enum mainnet_RootManagerMode_orderBy { +enum stagingmode_RelayerFee_orderBy { id - mode + 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 mainnet_RootMessageProcessed { +type stagingmode_RelayerFeesIncrease { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + transfer: stagingmode_OriginTransfer! + increase: BigInt + asset: stagingmode_Bytes + caller: stagingmode_Bytes! + transactionHash: stagingmode_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input mainnet_RootMessageProcessed_filter { +input stagingmode_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -73887,52 +72849,65 @@ input mainnet_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: 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 + 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_: stagingmode_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: stagingmode_Bytes + asset_not: stagingmode_Bytes + asset_gt: stagingmode_Bytes + asset_lt: stagingmode_Bytes + asset_gte: stagingmode_Bytes + asset_lte: stagingmode_Bytes + asset_in: [stagingmode_Bytes!] + asset_not_in: [stagingmode_Bytes!] + asset_contains: stagingmode_Bytes + asset_not_contains: stagingmode_Bytes + caller: stagingmode_Bytes + caller_not: stagingmode_Bytes + caller_gt: stagingmode_Bytes + caller_lt: stagingmode_Bytes + caller_gte: stagingmode_Bytes + caller_lte: stagingmode_Bytes + caller_in: [stagingmode_Bytes!] + caller_not_in: [stagingmode_Bytes!] + caller_contains: stagingmode_Bytes + caller_not_contains: stagingmode_Bytes + transactionHash: stagingmode_Bytes + transactionHash_not: stagingmode_Bytes + transactionHash_gt: stagingmode_Bytes + transactionHash_lt: stagingmode_Bytes + transactionHash_gte: stagingmode_Bytes + transactionHash_lte: stagingmode_Bytes + transactionHash_in: [stagingmode_Bytes!] + transactionHash_not_in: [stagingmode_Bytes!] + transactionHash_contains: stagingmode_Bytes + transactionHash_not_contains: stagingmode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -73966,16 +72941,45 @@ input mainnet_RootMessageProcessed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootMessageProcessed_filter] - or: [mainnet_RootMessageProcessed_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RelayerFeesIncrease_filter] + or: [stagingmode_RelayerFeesIncrease_filter] } -enum mainnet_RootMessageProcessed_orderBy { +enum stagingmode_RelayerFeesIncrease_orderBy { id - spokeDomain - hubDomain - root + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset caller transactionHash timestamp @@ -73984,15 +72988,47 @@ enum mainnet_RootMessageProcessed_orderBy { blockNumber } -type mainnet_RootPropagated { +input stagingmode_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: stagingmode_Bytes + relayer_not: stagingmode_Bytes + relayer_gt: stagingmode_Bytes + relayer_lt: stagingmode_Bytes + relayer_gte: stagingmode_Bytes + relayer_lte: stagingmode_Bytes + relayer_in: [stagingmode_Bytes!] + relayer_not_in: [stagingmode_Bytes!] + relayer_contains: stagingmode_Bytes + relayer_not_contains: stagingmode_Bytes + """Filter for the block changed event.""" + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Relayer_filter] + or: [stagingmode_Relayer_filter] +} + +enum stagingmode_Relayer_orderBy { + id + isActive + relayer +} + +type stagingmode_RootCount { id: ID! - aggregate: mainnet_Bytes! - domainsHash: mainnet_Bytes! - count: BigInt! - blockNumber: BigInt + count: BigInt } -input mainnet_RootPropagated_filter { +input stagingmode_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -74001,26 +73037,6 @@ 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 @@ -74029,38 +73045,32 @@ input mainnet_RootPropagated_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootPropagated_filter] - or: [mainnet_RootPropagated_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RootCount_filter] + or: [stagingmode_RootCount_filter] } -enum mainnet_RootPropagated_orderBy { +enum stagingmode_RootCount_orderBy { id - aggregate - domainsHash count - blockNumber } -type mainnet_ZkSyncConnectorMeta { +type stagingmode_RootMessageSent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingmode_Bytes + count: BigInt + caller: stagingmode_Bytes + transactionHash: stagingmode_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input mainnet_ZkSyncConnectorMeta_filter { +input stagingmode_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -74085,137 +73095,44 @@ 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 - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_ZkSyncConnectorMeta_filter] - or: [mainnet_ZkSyncConnectorMeta_filter] -} - -enum mainnet_ZkSyncConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type mainnet__Block_ { - """The hash of the block""" - hash: mainnet_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: mainnet_Bytes -} - -"""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 sepolia_AggregateRoot { - id: ID! - root: sepolia_Bytes! - blockNumber: BigInt! -} - -type sepolia_AggregateRootProposed { - id: ID! - aggregateRoot: sepolia_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input sepolia_AggregateRootProposed_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: sepolia_Bytes - aggregateRoot_not: sepolia_Bytes - aggregateRoot_gt: sepolia_Bytes - aggregateRoot_lt: sepolia_Bytes - aggregateRoot_gte: sepolia_Bytes - aggregateRoot_lte: sepolia_Bytes - aggregateRoot_in: [sepolia_Bytes!] - aggregateRoot_not_in: [sepolia_Bytes!] - aggregateRoot_contains: sepolia_Bytes - aggregateRoot_not_contains: sepolia_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + root: stagingmode_Bytes + root_not: stagingmode_Bytes + root_gt: stagingmode_Bytes + root_lt: stagingmode_Bytes + root_gte: stagingmode_Bytes + root_lte: stagingmode_Bytes + root_in: [stagingmode_Bytes!] + root_not_in: [stagingmode_Bytes!] + root_contains: stagingmode_Bytes + root_not_contains: stagingmode_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: stagingmode_Bytes + caller_not: stagingmode_Bytes + caller_gt: stagingmode_Bytes + caller_lt: stagingmode_Bytes + caller_gte: stagingmode_Bytes + caller_lte: stagingmode_Bytes + caller_in: [stagingmode_Bytes!] + caller_not_in: [stagingmode_Bytes!] + caller_contains: stagingmode_Bytes + caller_not_contains: stagingmode_Bytes + transactionHash: stagingmode_Bytes + transactionHash_not: stagingmode_Bytes + transactionHash_gt: stagingmode_Bytes + transactionHash_lt: stagingmode_Bytes + transactionHash_gte: stagingmode_Bytes + transactionHash_lte: stagingmode_Bytes + transactionHash_in: [stagingmode_Bytes!] + transactionHash_not_in: [stagingmode_Bytes!] + transactionHash_contains: stagingmode_Bytes + transactionHash_not_contains: stagingmode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -74224,6 +73141,22 @@ input sepolia_AggregateRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -74233,22 +73166,44 @@ input sepolia_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_AggregateRootProposed_filter] - or: [sepolia_AggregateRootProposed_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RootMessageSent_filter] + or: [stagingmode_RootMessageSent_filter] } -enum sepolia_AggregateRootProposed_orderBy { +enum stagingmode_RootMessageSent_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -input sepolia_AggregateRoot_filter { +type stagingmode_Router { + id: ID! + isActive: Boolean! + owner: stagingmode_Bytes + recipient: stagingmode_Bytes + proposedOwner: stagingmode_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmode_AssetBalance_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_AssetBalance_filter): [stagingmode_AssetBalance!]! +} + +type stagingmode_RouterDailyTVL { + id: ID! + router: stagingmode_Router! + asset: stagingmode_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingmode_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -74257,61 +73212,887 @@ input sepolia_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: sepolia_Bytes - root_not: sepolia_Bytes - root_gt: sepolia_Bytes - root_lt: sepolia_Bytes - root_gte: sepolia_Bytes - root_lte: sepolia_Bytes - root_in: [sepolia_Bytes!] - root_not_in: [sepolia_Bytes!] - root_contains: sepolia_Bytes - root_not_contains: sepolia_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: sepolia_BlockChangedFilter - and: [sepolia_AggregateRoot_filter] - or: [sepolia_AggregateRoot_filter] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingmode_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_: stagingmode_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: stagingmode_BlockChangedFilter + and: [stagingmode_RouterDailyTVL_filter] + or: [stagingmode_RouterDailyTVL_filter] } -enum sepolia_AggregateRoot_orderBy { +enum stagingmode_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingmode_RouterLiquidityEvent { + id: ID! + type: stagingmode_RouterLiquidityEventType + router: stagingmode_Router! + asset: stagingmode_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingmode_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingmode_Bytes! + nonce: BigInt! +} + +enum stagingmode_RouterLiquidityEventType { + Add + Remove +} + +input stagingmode_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingmode_RouterLiquidityEventType + type_not: stagingmode_RouterLiquidityEventType + type_in: [stagingmode_RouterLiquidityEventType!] + type_not_in: [stagingmode_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingmode_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_: stagingmode_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingmode_Bytes + caller_not: stagingmode_Bytes + caller_gt: stagingmode_Bytes + caller_lt: stagingmode_Bytes + caller_gte: stagingmode_Bytes + caller_lte: stagingmode_Bytes + caller_in: [stagingmode_Bytes!] + caller_not_in: [stagingmode_Bytes!] + caller_contains: stagingmode_Bytes + caller_not_contains: stagingmode_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingmode_Bytes + transactionHash_not: stagingmode_Bytes + transactionHash_gt: stagingmode_Bytes + transactionHash_lt: stagingmode_Bytes + transactionHash_gte: stagingmode_Bytes + transactionHash_lte: stagingmode_Bytes + transactionHash_in: [stagingmode_Bytes!] + transactionHash_not_in: [stagingmode_Bytes!] + transactionHash_contains: stagingmode_Bytes + transactionHash_not_contains: stagingmode_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: stagingmode_BlockChangedFilter + and: [stagingmode_RouterLiquidityEvent_filter] + or: [stagingmode_RouterLiquidityEvent_filter] +} + +enum stagingmode_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingmode_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: stagingmode_Bytes + owner_not: stagingmode_Bytes + owner_gt: stagingmode_Bytes + owner_lt: stagingmode_Bytes + owner_gte: stagingmode_Bytes + owner_lte: stagingmode_Bytes + owner_in: [stagingmode_Bytes!] + owner_not_in: [stagingmode_Bytes!] + owner_contains: stagingmode_Bytes + owner_not_contains: stagingmode_Bytes + recipient: stagingmode_Bytes + recipient_not: stagingmode_Bytes + recipient_gt: stagingmode_Bytes + recipient_lt: stagingmode_Bytes + recipient_gte: stagingmode_Bytes + recipient_lte: stagingmode_Bytes + recipient_in: [stagingmode_Bytes!] + recipient_not_in: [stagingmode_Bytes!] + recipient_contains: stagingmode_Bytes + recipient_not_contains: stagingmode_Bytes + proposedOwner: stagingmode_Bytes + proposedOwner_not: stagingmode_Bytes + proposedOwner_gt: stagingmode_Bytes + proposedOwner_lt: stagingmode_Bytes + proposedOwner_gte: stagingmode_Bytes + proposedOwner_lte: stagingmode_Bytes + proposedOwner_in: [stagingmode_Bytes!] + proposedOwner_not_in: [stagingmode_Bytes!] + proposedOwner_contains: stagingmode_Bytes + proposedOwner_not_contains: stagingmode_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_: stagingmode_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Router_filter] + or: [stagingmode_Router_filter] +} + +enum stagingmode_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingmode_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingmode_Bytes +} + +input stagingmode_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: stagingmode_Bytes + sequencer_not: stagingmode_Bytes + sequencer_gt: stagingmode_Bytes + sequencer_lt: stagingmode_Bytes + sequencer_gte: stagingmode_Bytes + sequencer_lte: stagingmode_Bytes + sequencer_in: [stagingmode_Bytes!] + sequencer_not_in: [stagingmode_Bytes!] + sequencer_contains: stagingmode_Bytes + sequencer_not_contains: stagingmode_Bytes + """Filter for the block changed event.""" + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Sequencer_filter] + or: [stagingmode_Sequencer_filter] +} + +enum stagingmode_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingmode_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingmode_Bytes! +} + +input stagingmode_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: stagingmode_Bytes + caller_not: stagingmode_Bytes + caller_gt: stagingmode_Bytes + caller_lt: stagingmode_Bytes + caller_gte: stagingmode_Bytes + caller_lte: stagingmode_Bytes + caller_in: [stagingmode_Bytes!] + caller_not_in: [stagingmode_Bytes!] + caller_contains: stagingmode_Bytes + caller_not_contains: stagingmode_Bytes + """Filter for the block changed event.""" + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Setting_filter] + or: [stagingmode_Setting_filter] +} + +enum stagingmode_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingmode_SlippageUpdate { + id: ID! + transfer: stagingmode_DestinationTransfer! + slippage: BigInt! + caller: stagingmode_Bytes! + transactionHash: stagingmode_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingmode_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_: stagingmode_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: stagingmode_Bytes + caller_not: stagingmode_Bytes + caller_gt: stagingmode_Bytes + caller_lt: stagingmode_Bytes + caller_gte: stagingmode_Bytes + caller_lte: stagingmode_Bytes + caller_in: [stagingmode_Bytes!] + caller_not_in: [stagingmode_Bytes!] + caller_contains: stagingmode_Bytes + caller_not_contains: stagingmode_Bytes + transactionHash: stagingmode_Bytes + transactionHash_not: stagingmode_Bytes + transactionHash_gt: stagingmode_Bytes + transactionHash_lt: stagingmode_Bytes + transactionHash_gte: stagingmode_Bytes + transactionHash_lte: stagingmode_Bytes + transactionHash_in: [stagingmode_Bytes!] + transactionHash_not_in: [stagingmode_Bytes!] + transactionHash_contains: stagingmode_Bytes + transactionHash_not_contains: stagingmode_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: stagingmode_BlockChangedFilter + and: [stagingmode_SlippageUpdate_filter] + or: [stagingmode_SlippageUpdate_filter] +} + +enum stagingmode_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 stagingmode_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingmode_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingmode_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: stagingmode_Bytes + root_not: stagingmode_Bytes + root_gt: stagingmode_Bytes + root_lt: stagingmode_Bytes + root_gte: stagingmode_Bytes + root_lte: stagingmode_Bytes + root_in: [stagingmode_Bytes!] + root_not_in: [stagingmode_Bytes!] + root_contains: stagingmode_Bytes + root_not_contains: stagingmode_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: stagingmode_BlockChangedFilter + and: [stagingmode_SnapshotRoot_filter] + or: [stagingmode_SnapshotRoot_filter] +} + +enum stagingmode_SnapshotRoot_orderBy { id + spokeDomain root + count + timestamp blockNumber } -type sepolia_Asset { +type stagingmode_SpokeConnectorMode { id: ID! - key: sepolia_Bytes + mode: String! +} + +input stagingmode_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_SpokeConnectorMode_filter] + or: [stagingmode_SpokeConnectorMode_filter] +} + +enum stagingmode_SpokeConnectorMode_orderBy { + id + mode +} + +enum stagingmode_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingmode__Block_ { + """The hash of the block""" + hash: stagingmode_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingmode_Bytes +} + +"""The type for the top-level _meta field""" +type stagingmode__Meta_ { + """ + Information 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: stagingmode__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type stagingscroll_AggregateRoot { + id: ID! + root: stagingscroll_Bytes! + blockNumber: BigInt! +} + +type stagingscroll_AggregateRootProposed { + id: ID! + aggregateRoot: stagingscroll_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingscroll_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingscroll_Bytes + aggregateRoot_not: stagingscroll_Bytes + aggregateRoot_gt: stagingscroll_Bytes + aggregateRoot_lt: stagingscroll_Bytes + aggregateRoot_gte: stagingscroll_Bytes + aggregateRoot_lte: stagingscroll_Bytes + aggregateRoot_in: [stagingscroll_Bytes!] + aggregateRoot_not_in: [stagingscroll_Bytes!] + aggregateRoot_contains: stagingscroll_Bytes + aggregateRoot_not_contains: stagingscroll_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_AggregateRootProposed_filter] + or: [stagingscroll_AggregateRootProposed_filter] +} + +enum stagingscroll_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingscroll_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: stagingscroll_Bytes + root_not: stagingscroll_Bytes + root_gt: stagingscroll_Bytes + root_lt: stagingscroll_Bytes + root_gte: stagingscroll_Bytes + root_lte: stagingscroll_Bytes + root_in: [stagingscroll_Bytes!] + root_not_in: [stagingscroll_Bytes!] + root_contains: stagingscroll_Bytes + root_not_contains: stagingscroll_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: stagingscroll_BlockChangedFilter + and: [stagingscroll_AggregateRoot_filter] + or: [stagingscroll_AggregateRoot_filter] +} + +enum stagingscroll_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingscroll_Aggregation_interval { + hour + day +} + +type stagingscroll_Asset { + id: ID! + key: stagingscroll_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: sepolia_Bytes + canonicalId: stagingscroll_Bytes canonicalDomain: BigInt - adoptedAsset: sepolia_Bytes - localAsset: sepolia_Bytes + adoptedAsset: stagingscroll_Bytes + localAsset: stagingscroll_Bytes blockNumber: BigInt - status: sepolia_AssetStatus + status: stagingscroll_AssetStatus } -type sepolia_AssetBalance { +type stagingscroll_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: sepolia_Router! - asset: sepolia_Asset! + router: stagingscroll_Router! + asset: stagingscroll_Asset! feesEarned: BigInt! } -input sepolia_AssetBalance_filter { +input stagingscroll_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -74372,7 +74153,7 @@ input sepolia_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: sepolia_Router_filter + router_: stagingscroll_Router_filter asset: String asset_not: String asset_gt: String @@ -74393,7 +74174,7 @@ input sepolia_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: sepolia_Asset_filter + asset_: stagingscroll_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -74403,12 +74184,12 @@ input sepolia_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_AssetBalance_filter] - or: [sepolia_AssetBalance_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_AssetBalance_filter] + or: [stagingscroll_AssetBalance_filter] } -enum sepolia_AssetBalance_orderBy { +enum stagingscroll_AssetBalance_orderBy { id amount locked @@ -74434,12 +74215,12 @@ enum sepolia_AssetBalance_orderBy { feesEarned } -type sepolia_AssetStatus { +type stagingscroll_AssetStatus { id: ID! status: Boolean } -input sepolia_AssetStatus_filter { +input stagingscroll_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -74453,17 +74234,17 @@ input sepolia_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_AssetStatus_filter] - or: [sepolia_AssetStatus_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_AssetStatus_filter] + or: [stagingscroll_AssetStatus_filter] } -enum sepolia_AssetStatus_orderBy { +enum stagingscroll_AssetStatus_orderBy { id status } -input sepolia_Asset_filter { +input stagingscroll_Asset_filter { id: ID id_not: ID id_gt: ID @@ -74472,16 +74253,16 @@ input sepolia_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: sepolia_Bytes - key_not: sepolia_Bytes - key_gt: sepolia_Bytes - key_lt: sepolia_Bytes - key_gte: sepolia_Bytes - key_lte: sepolia_Bytes - key_in: [sepolia_Bytes!] - key_not_in: [sepolia_Bytes!] - key_contains: sepolia_Bytes - key_not_contains: sepolia_Bytes + key: stagingscroll_Bytes + key_not: stagingscroll_Bytes + key_gt: stagingscroll_Bytes + key_lt: stagingscroll_Bytes + key_gte: stagingscroll_Bytes + key_lte: stagingscroll_Bytes + key_in: [stagingscroll_Bytes!] + key_not_in: [stagingscroll_Bytes!] + key_contains: stagingscroll_Bytes + key_not_contains: stagingscroll_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -74498,16 +74279,16 @@ input sepolia_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: sepolia_Bytes - canonicalId_not: sepolia_Bytes - canonicalId_gt: sepolia_Bytes - canonicalId_lt: sepolia_Bytes - canonicalId_gte: sepolia_Bytes - canonicalId_lte: sepolia_Bytes - canonicalId_in: [sepolia_Bytes!] - canonicalId_not_in: [sepolia_Bytes!] - canonicalId_contains: sepolia_Bytes - canonicalId_not_contains: sepolia_Bytes + canonicalId: stagingscroll_Bytes + canonicalId_not: stagingscroll_Bytes + canonicalId_gt: stagingscroll_Bytes + canonicalId_lt: stagingscroll_Bytes + canonicalId_gte: stagingscroll_Bytes + canonicalId_lte: stagingscroll_Bytes + canonicalId_in: [stagingscroll_Bytes!] + canonicalId_not_in: [stagingscroll_Bytes!] + canonicalId_contains: stagingscroll_Bytes + canonicalId_not_contains: stagingscroll_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -74516,26 +74297,26 @@ input sepolia_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: sepolia_Bytes - adoptedAsset_not: sepolia_Bytes - adoptedAsset_gt: sepolia_Bytes - adoptedAsset_lt: sepolia_Bytes - adoptedAsset_gte: sepolia_Bytes - adoptedAsset_lte: sepolia_Bytes - adoptedAsset_in: [sepolia_Bytes!] - adoptedAsset_not_in: [sepolia_Bytes!] - adoptedAsset_contains: sepolia_Bytes - adoptedAsset_not_contains: sepolia_Bytes - localAsset: sepolia_Bytes - localAsset_not: sepolia_Bytes - localAsset_gt: sepolia_Bytes - localAsset_lt: sepolia_Bytes - localAsset_gte: sepolia_Bytes - localAsset_lte: sepolia_Bytes - localAsset_in: [sepolia_Bytes!] - localAsset_not_in: [sepolia_Bytes!] - localAsset_contains: sepolia_Bytes - localAsset_not_contains: sepolia_Bytes + adoptedAsset: stagingscroll_Bytes + adoptedAsset_not: stagingscroll_Bytes + adoptedAsset_gt: stagingscroll_Bytes + adoptedAsset_lt: stagingscroll_Bytes + adoptedAsset_gte: stagingscroll_Bytes + adoptedAsset_lte: stagingscroll_Bytes + adoptedAsset_in: [stagingscroll_Bytes!] + adoptedAsset_not_in: [stagingscroll_Bytes!] + adoptedAsset_contains: stagingscroll_Bytes + adoptedAsset_not_contains: stagingscroll_Bytes + localAsset: stagingscroll_Bytes + localAsset_not: stagingscroll_Bytes + localAsset_gt: stagingscroll_Bytes + localAsset_lt: stagingscroll_Bytes + localAsset_gte: stagingscroll_Bytes + localAsset_lte: stagingscroll_Bytes + localAsset_in: [stagingscroll_Bytes!] + localAsset_not_in: [stagingscroll_Bytes!] + localAsset_contains: stagingscroll_Bytes + localAsset_not_contains: stagingscroll_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -74564,14 +74345,14 @@ input sepolia_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: sepolia_AssetStatus_filter + status_: stagingscroll_AssetStatus_filter """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_Asset_filter] - or: [sepolia_Asset_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Asset_filter] + or: [stagingscroll_Asset_filter] } -enum sepolia_Asset_orderBy { +enum stagingscroll_Asset_orderBy { id key decimal @@ -74586,16 +74367,30 @@ enum sepolia_Asset_orderBy { status__status } -type sepolia_ConnectorMeta { +scalar stagingscroll_BigDecimal + +input stagingscroll_BlockChangedFilter { + number_gte: Int! +} + +input stagingscroll_Block_height { + hash: stagingscroll_Bytes + number: Int + number_gte: Int +} + +scalar stagingscroll_Bytes + +type stagingscroll_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: sepolia_Bytes - rootManager: sepolia_Bytes - mirrorConnector: sepolia_Bytes + amb: stagingscroll_Bytes + rootManager: stagingscroll_Bytes + mirrorConnector: stagingscroll_Bytes } -input sepolia_ConnectorMeta_filter { +input stagingscroll_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -74620,43 +74415,43 @@ input sepolia_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: sepolia_Bytes - amb_not: sepolia_Bytes - amb_gt: sepolia_Bytes - amb_lt: sepolia_Bytes - amb_gte: sepolia_Bytes - amb_lte: sepolia_Bytes - amb_in: [sepolia_Bytes!] - amb_not_in: [sepolia_Bytes!] - amb_contains: sepolia_Bytes - amb_not_contains: sepolia_Bytes - rootManager: sepolia_Bytes - rootManager_not: sepolia_Bytes - rootManager_gt: sepolia_Bytes - rootManager_lt: sepolia_Bytes - rootManager_gte: sepolia_Bytes - rootManager_lte: sepolia_Bytes - rootManager_in: [sepolia_Bytes!] - rootManager_not_in: [sepolia_Bytes!] - rootManager_contains: sepolia_Bytes - rootManager_not_contains: sepolia_Bytes - mirrorConnector: sepolia_Bytes - mirrorConnector_not: sepolia_Bytes - mirrorConnector_gt: sepolia_Bytes - mirrorConnector_lt: sepolia_Bytes - mirrorConnector_gte: sepolia_Bytes - mirrorConnector_lte: sepolia_Bytes - mirrorConnector_in: [sepolia_Bytes!] - mirrorConnector_not_in: [sepolia_Bytes!] - mirrorConnector_contains: sepolia_Bytes - mirrorConnector_not_contains: sepolia_Bytes + amb: stagingscroll_Bytes + amb_not: stagingscroll_Bytes + amb_gt: stagingscroll_Bytes + amb_lt: stagingscroll_Bytes + amb_gte: stagingscroll_Bytes + amb_lte: stagingscroll_Bytes + amb_in: [stagingscroll_Bytes!] + amb_not_in: [stagingscroll_Bytes!] + amb_contains: stagingscroll_Bytes + amb_not_contains: stagingscroll_Bytes + rootManager: stagingscroll_Bytes + rootManager_not: stagingscroll_Bytes + rootManager_gt: stagingscroll_Bytes + rootManager_lt: stagingscroll_Bytes + rootManager_gte: stagingscroll_Bytes + rootManager_lte: stagingscroll_Bytes + rootManager_in: [stagingscroll_Bytes!] + rootManager_not_in: [stagingscroll_Bytes!] + rootManager_contains: stagingscroll_Bytes + rootManager_not_contains: stagingscroll_Bytes + mirrorConnector: stagingscroll_Bytes + mirrorConnector_not: stagingscroll_Bytes + mirrorConnector_gt: stagingscroll_Bytes + mirrorConnector_lt: stagingscroll_Bytes + mirrorConnector_gte: stagingscroll_Bytes + mirrorConnector_lte: stagingscroll_Bytes + mirrorConnector_in: [stagingscroll_Bytes!] + mirrorConnector_not_in: [stagingscroll_Bytes!] + mirrorConnector_contains: stagingscroll_Bytes + mirrorConnector_not_contains: stagingscroll_Bytes """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_ConnectorMeta_filter] - or: [sepolia_ConnectorMeta_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_ConnectorMeta_filter] + or: [stagingscroll_ConnectorMeta_filter] } -enum sepolia_ConnectorMeta_orderBy { +enum stagingscroll_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -74665,48 +74460,48 @@ enum sepolia_ConnectorMeta_orderBy { mirrorConnector } -type sepolia_DestinationTransfer { +type stagingscroll_DestinationTransfer { id: ID! chainId: BigInt - transferId: sepolia_Bytes + transferId: stagingscroll_Bytes nonce: BigInt - status: sepolia_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: sepolia_Router_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_Router_filter): [sepolia_Router!] + status: stagingscroll_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingscroll_Router_orderBy, orderDirection: stagingscroll_OrderDirection, where: stagingscroll_Router_filter): [stagingscroll_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: sepolia_Bytes - delegate: sepolia_Bytes + to: stagingscroll_Bytes + delegate: stagingscroll_Bytes receiveLocal: Boolean - callData: sepolia_Bytes + callData: stagingscroll_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: sepolia_Bytes + originSender: stagingscroll_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: sepolia_Bytes - asset: sepolia_Asset + canonicalId: stagingscroll_Bytes + asset: stagingscroll_Asset amount: BigInt routersFee: BigInt - executedCaller: sepolia_Bytes - executedTransactionHash: sepolia_Bytes + executedCaller: stagingscroll_Bytes + executedTransactionHash: stagingscroll_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: sepolia_Bytes + executedTxOrigin: stagingscroll_Bytes executedTxNonce: BigInt - reconciledCaller: sepolia_Bytes - reconciledTransactionHash: sepolia_Bytes + reconciledCaller: stagingscroll_Bytes + reconciledTransactionHash: stagingscroll_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: sepolia_Bytes + reconciledTxOrigin: stagingscroll_Bytes reconciledTxNonce: BigInt } -input sepolia_DestinationTransfer_filter { +input stagingscroll_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -74723,16 +74518,16 @@ input sepolia_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: sepolia_Bytes - transferId_not: sepolia_Bytes - transferId_gt: sepolia_Bytes - transferId_lt: sepolia_Bytes - transferId_gte: sepolia_Bytes - transferId_lte: sepolia_Bytes - transferId_in: [sepolia_Bytes!] - transferId_not_in: [sepolia_Bytes!] - transferId_contains: sepolia_Bytes - transferId_not_contains: sepolia_Bytes + transferId: stagingscroll_Bytes + transferId_not: stagingscroll_Bytes + transferId_gt: stagingscroll_Bytes + transferId_lt: stagingscroll_Bytes + transferId_gte: stagingscroll_Bytes + transferId_lte: stagingscroll_Bytes + transferId_in: [stagingscroll_Bytes!] + transferId_not_in: [stagingscroll_Bytes!] + transferId_contains: stagingscroll_Bytes + transferId_not_contains: stagingscroll_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -74741,17 +74536,17 @@ input sepolia_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: sepolia_TransferStatus - status_not: sepolia_TransferStatus - status_in: [sepolia_TransferStatus!] - status_not_in: [sepolia_TransferStatus!] + status: stagingscroll_TransferStatus + status_not: stagingscroll_TransferStatus + status_in: [stagingscroll_TransferStatus!] + status_not_in: [stagingscroll_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: sepolia_Router_filter + routers_: stagingscroll_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -74776,40 +74571,40 @@ input sepolia_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: sepolia_Bytes - to_not: sepolia_Bytes - to_gt: sepolia_Bytes - to_lt: sepolia_Bytes - to_gte: sepolia_Bytes - to_lte: sepolia_Bytes - to_in: [sepolia_Bytes!] - to_not_in: [sepolia_Bytes!] - to_contains: sepolia_Bytes - to_not_contains: sepolia_Bytes - delegate: sepolia_Bytes - delegate_not: sepolia_Bytes - delegate_gt: sepolia_Bytes - delegate_lt: sepolia_Bytes - delegate_gte: sepolia_Bytes - delegate_lte: sepolia_Bytes - delegate_in: [sepolia_Bytes!] - delegate_not_in: [sepolia_Bytes!] - delegate_contains: sepolia_Bytes - delegate_not_contains: sepolia_Bytes + to: stagingscroll_Bytes + to_not: stagingscroll_Bytes + to_gt: stagingscroll_Bytes + to_lt: stagingscroll_Bytes + to_gte: stagingscroll_Bytes + to_lte: stagingscroll_Bytes + to_in: [stagingscroll_Bytes!] + to_not_in: [stagingscroll_Bytes!] + to_contains: stagingscroll_Bytes + to_not_contains: stagingscroll_Bytes + delegate: stagingscroll_Bytes + delegate_not: stagingscroll_Bytes + delegate_gt: stagingscroll_Bytes + delegate_lt: stagingscroll_Bytes + delegate_gte: stagingscroll_Bytes + delegate_lte: stagingscroll_Bytes + delegate_in: [stagingscroll_Bytes!] + delegate_not_in: [stagingscroll_Bytes!] + delegate_contains: stagingscroll_Bytes + delegate_not_contains: stagingscroll_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: sepolia_Bytes - callData_not: sepolia_Bytes - callData_gt: sepolia_Bytes - callData_lt: sepolia_Bytes - callData_gte: sepolia_Bytes - callData_lte: sepolia_Bytes - callData_in: [sepolia_Bytes!] - callData_not_in: [sepolia_Bytes!] - callData_contains: sepolia_Bytes - callData_not_contains: sepolia_Bytes + callData: stagingscroll_Bytes + callData_not: stagingscroll_Bytes + callData_gt: stagingscroll_Bytes + callData_lt: stagingscroll_Bytes + callData_gte: stagingscroll_Bytes + callData_lte: stagingscroll_Bytes + callData_in: [stagingscroll_Bytes!] + callData_not_in: [stagingscroll_Bytes!] + callData_contains: stagingscroll_Bytes + callData_not_contains: stagingscroll_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -74826,16 +74621,16 @@ input sepolia_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: sepolia_Bytes - originSender_not: sepolia_Bytes - originSender_gt: sepolia_Bytes - originSender_lt: sepolia_Bytes - originSender_gte: sepolia_Bytes - originSender_lte: sepolia_Bytes - originSender_in: [sepolia_Bytes!] - originSender_not_in: [sepolia_Bytes!] - originSender_contains: sepolia_Bytes - originSender_not_contains: sepolia_Bytes + originSender: stagingscroll_Bytes + originSender_not: stagingscroll_Bytes + originSender_gt: stagingscroll_Bytes + originSender_lt: stagingscroll_Bytes + originSender_gte: stagingscroll_Bytes + originSender_lte: stagingscroll_Bytes + originSender_in: [stagingscroll_Bytes!] + originSender_not_in: [stagingscroll_Bytes!] + originSender_contains: stagingscroll_Bytes + originSender_not_contains: stagingscroll_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -74852,16 +74647,16 @@ input sepolia_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: sepolia_Bytes - canonicalId_not: sepolia_Bytes - canonicalId_gt: sepolia_Bytes - canonicalId_lt: sepolia_Bytes - canonicalId_gte: sepolia_Bytes - canonicalId_lte: sepolia_Bytes - canonicalId_in: [sepolia_Bytes!] - canonicalId_not_in: [sepolia_Bytes!] - canonicalId_contains: sepolia_Bytes - canonicalId_not_contains: sepolia_Bytes + canonicalId: stagingscroll_Bytes + canonicalId_not: stagingscroll_Bytes + canonicalId_gt: stagingscroll_Bytes + canonicalId_lt: stagingscroll_Bytes + canonicalId_gte: stagingscroll_Bytes + canonicalId_lte: stagingscroll_Bytes + canonicalId_in: [stagingscroll_Bytes!] + canonicalId_not_in: [stagingscroll_Bytes!] + canonicalId_contains: stagingscroll_Bytes + canonicalId_not_contains: stagingscroll_Bytes asset: String asset_not: String asset_gt: String @@ -74882,7 +74677,7 @@ input sepolia_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: sepolia_Asset_filter + asset_: stagingscroll_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -74899,26 +74694,26 @@ input sepolia_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: sepolia_Bytes - executedCaller_not: sepolia_Bytes - executedCaller_gt: sepolia_Bytes - executedCaller_lt: sepolia_Bytes - executedCaller_gte: sepolia_Bytes - executedCaller_lte: sepolia_Bytes - executedCaller_in: [sepolia_Bytes!] - executedCaller_not_in: [sepolia_Bytes!] - executedCaller_contains: sepolia_Bytes - executedCaller_not_contains: sepolia_Bytes - executedTransactionHash: sepolia_Bytes - executedTransactionHash_not: sepolia_Bytes - executedTransactionHash_gt: sepolia_Bytes - executedTransactionHash_lt: sepolia_Bytes - executedTransactionHash_gte: sepolia_Bytes - executedTransactionHash_lte: sepolia_Bytes - executedTransactionHash_in: [sepolia_Bytes!] - executedTransactionHash_not_in: [sepolia_Bytes!] - executedTransactionHash_contains: sepolia_Bytes - executedTransactionHash_not_contains: sepolia_Bytes + executedCaller: stagingscroll_Bytes + executedCaller_not: stagingscroll_Bytes + executedCaller_gt: stagingscroll_Bytes + executedCaller_lt: stagingscroll_Bytes + executedCaller_gte: stagingscroll_Bytes + executedCaller_lte: stagingscroll_Bytes + executedCaller_in: [stagingscroll_Bytes!] + executedCaller_not_in: [stagingscroll_Bytes!] + executedCaller_contains: stagingscroll_Bytes + executedCaller_not_contains: stagingscroll_Bytes + executedTransactionHash: stagingscroll_Bytes + executedTransactionHash_not: stagingscroll_Bytes + executedTransactionHash_gt: stagingscroll_Bytes + executedTransactionHash_lt: stagingscroll_Bytes + executedTransactionHash_gte: stagingscroll_Bytes + executedTransactionHash_lte: stagingscroll_Bytes + executedTransactionHash_in: [stagingscroll_Bytes!] + executedTransactionHash_not_in: [stagingscroll_Bytes!] + executedTransactionHash_contains: stagingscroll_Bytes + executedTransactionHash_not_contains: stagingscroll_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -74951,16 +74746,16 @@ input sepolia_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: sepolia_Bytes - executedTxOrigin_not: sepolia_Bytes - executedTxOrigin_gt: sepolia_Bytes - executedTxOrigin_lt: sepolia_Bytes - executedTxOrigin_gte: sepolia_Bytes - executedTxOrigin_lte: sepolia_Bytes - executedTxOrigin_in: [sepolia_Bytes!] - executedTxOrigin_not_in: [sepolia_Bytes!] - executedTxOrigin_contains: sepolia_Bytes - executedTxOrigin_not_contains: sepolia_Bytes + executedTxOrigin: stagingscroll_Bytes + executedTxOrigin_not: stagingscroll_Bytes + executedTxOrigin_gt: stagingscroll_Bytes + executedTxOrigin_lt: stagingscroll_Bytes + executedTxOrigin_gte: stagingscroll_Bytes + executedTxOrigin_lte: stagingscroll_Bytes + executedTxOrigin_in: [stagingscroll_Bytes!] + executedTxOrigin_not_in: [stagingscroll_Bytes!] + executedTxOrigin_contains: stagingscroll_Bytes + executedTxOrigin_not_contains: stagingscroll_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -74969,26 +74764,26 @@ input sepolia_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: sepolia_Bytes - reconciledCaller_not: sepolia_Bytes - reconciledCaller_gt: sepolia_Bytes - reconciledCaller_lt: sepolia_Bytes - reconciledCaller_gte: sepolia_Bytes - reconciledCaller_lte: sepolia_Bytes - reconciledCaller_in: [sepolia_Bytes!] - reconciledCaller_not_in: [sepolia_Bytes!] - reconciledCaller_contains: sepolia_Bytes - reconciledCaller_not_contains: sepolia_Bytes - reconciledTransactionHash: sepolia_Bytes - reconciledTransactionHash_not: sepolia_Bytes - reconciledTransactionHash_gt: sepolia_Bytes - reconciledTransactionHash_lt: sepolia_Bytes - reconciledTransactionHash_gte: sepolia_Bytes - reconciledTransactionHash_lte: sepolia_Bytes - reconciledTransactionHash_in: [sepolia_Bytes!] - reconciledTransactionHash_not_in: [sepolia_Bytes!] - reconciledTransactionHash_contains: sepolia_Bytes - reconciledTransactionHash_not_contains: sepolia_Bytes + reconciledCaller: stagingscroll_Bytes + reconciledCaller_not: stagingscroll_Bytes + reconciledCaller_gt: stagingscroll_Bytes + reconciledCaller_lt: stagingscroll_Bytes + reconciledCaller_gte: stagingscroll_Bytes + reconciledCaller_lte: stagingscroll_Bytes + reconciledCaller_in: [stagingscroll_Bytes!] + reconciledCaller_not_in: [stagingscroll_Bytes!] + reconciledCaller_contains: stagingscroll_Bytes + reconciledCaller_not_contains: stagingscroll_Bytes + reconciledTransactionHash: stagingscroll_Bytes + reconciledTransactionHash_not: stagingscroll_Bytes + reconciledTransactionHash_gt: stagingscroll_Bytes + reconciledTransactionHash_lt: stagingscroll_Bytes + reconciledTransactionHash_gte: stagingscroll_Bytes + reconciledTransactionHash_lte: stagingscroll_Bytes + reconciledTransactionHash_in: [stagingscroll_Bytes!] + reconciledTransactionHash_not_in: [stagingscroll_Bytes!] + reconciledTransactionHash_contains: stagingscroll_Bytes + reconciledTransactionHash_not_contains: stagingscroll_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -75021,16 +74816,16 @@ input sepolia_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: sepolia_Bytes - reconciledTxOrigin_not: sepolia_Bytes - reconciledTxOrigin_gt: sepolia_Bytes - reconciledTxOrigin_lt: sepolia_Bytes - reconciledTxOrigin_gte: sepolia_Bytes - reconciledTxOrigin_lte: sepolia_Bytes - reconciledTxOrigin_in: [sepolia_Bytes!] - reconciledTxOrigin_not_in: [sepolia_Bytes!] - reconciledTxOrigin_contains: sepolia_Bytes - reconciledTxOrigin_not_contains: sepolia_Bytes + reconciledTxOrigin: stagingscroll_Bytes + reconciledTxOrigin_not: stagingscroll_Bytes + reconciledTxOrigin_gt: stagingscroll_Bytes + reconciledTxOrigin_lt: stagingscroll_Bytes + reconciledTxOrigin_gte: stagingscroll_Bytes + reconciledTxOrigin_lte: stagingscroll_Bytes + reconciledTxOrigin_in: [stagingscroll_Bytes!] + reconciledTxOrigin_not_in: [stagingscroll_Bytes!] + reconciledTxOrigin_contains: stagingscroll_Bytes + reconciledTxOrigin_not_contains: stagingscroll_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -75040,12 +74835,12 @@ input sepolia_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_DestinationTransfer_filter] - or: [sepolia_DestinationTransfer_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_DestinationTransfer_filter] + or: [stagingscroll_DestinationTransfer_filter] } -enum sepolia_DestinationTransfer_orderBy { +enum stagingscroll_DestinationTransfer_orderBy { id chainId transferId @@ -75095,14 +74890,20 @@ enum sepolia_DestinationTransfer_orderBy { reconciledTxNonce } -type sepolia_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar stagingscroll_Int8 + +type stagingscroll_OptimisticRootFinalized { id: ID! - aggregateRoot: sepolia_Bytes! + aggregateRoot: stagingscroll_Bytes! timestamp: BigInt! blockNumber: BigInt } -input sepolia_OptimisticRootFinalized_filter { +input stagingscroll_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -75111,16 +74912,16 @@ input sepolia_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: sepolia_Bytes - aggregateRoot_not: sepolia_Bytes - aggregateRoot_gt: sepolia_Bytes - aggregateRoot_lt: sepolia_Bytes - aggregateRoot_gte: sepolia_Bytes - aggregateRoot_lte: sepolia_Bytes - aggregateRoot_in: [sepolia_Bytes!] - aggregateRoot_not_in: [sepolia_Bytes!] - aggregateRoot_contains: sepolia_Bytes - aggregateRoot_not_contains: sepolia_Bytes + aggregateRoot: stagingscroll_Bytes + aggregateRoot_not: stagingscroll_Bytes + aggregateRoot_gt: stagingscroll_Bytes + aggregateRoot_lt: stagingscroll_Bytes + aggregateRoot_gte: stagingscroll_Bytes + aggregateRoot_lte: stagingscroll_Bytes + aggregateRoot_in: [stagingscroll_Bytes!] + aggregateRoot_not_in: [stagingscroll_Bytes!] + aggregateRoot_contains: stagingscroll_Bytes + aggregateRoot_not_contains: stagingscroll_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -75138,32 +74939,38 @@ input sepolia_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_OptimisticRootFinalized_filter] - or: [sepolia_OptimisticRootFinalized_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_OptimisticRootFinalized_filter] + or: [stagingscroll_OptimisticRootFinalized_filter] } -enum sepolia_OptimisticRootFinalized_orderBy { +enum stagingscroll_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type sepolia_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum stagingscroll_OrderDirection { + asc + desc +} + +type stagingscroll_OriginMessage { id: ID! - transferId: sepolia_Bytes + transferId: stagingscroll_Bytes destinationDomain: BigInt - leaf: sepolia_Bytes + leaf: stagingscroll_Bytes index: BigInt - message: sepolia_Bytes - root: sepolia_Bytes - transactionHash: sepolia_Bytes + message: stagingscroll_Bytes + root: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes blockNumber: BigInt - rootCount: sepolia_RootCount + rootCount: stagingscroll_RootCount } -input sepolia_OriginMessage_filter { +input stagingscroll_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -75172,16 +74979,16 @@ input sepolia_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: sepolia_Bytes - transferId_not: sepolia_Bytes - transferId_gt: sepolia_Bytes - transferId_lt: sepolia_Bytes - transferId_gte: sepolia_Bytes - transferId_lte: sepolia_Bytes - transferId_in: [sepolia_Bytes!] - transferId_not_in: [sepolia_Bytes!] - transferId_contains: sepolia_Bytes - transferId_not_contains: sepolia_Bytes + transferId: stagingscroll_Bytes + transferId_not: stagingscroll_Bytes + transferId_gt: stagingscroll_Bytes + transferId_lt: stagingscroll_Bytes + transferId_gte: stagingscroll_Bytes + transferId_lte: stagingscroll_Bytes + transferId_in: [stagingscroll_Bytes!] + transferId_not_in: [stagingscroll_Bytes!] + transferId_contains: stagingscroll_Bytes + transferId_not_contains: stagingscroll_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -75190,16 +74997,16 @@ input sepolia_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: sepolia_Bytes - leaf_not: sepolia_Bytes - leaf_gt: sepolia_Bytes - leaf_lt: sepolia_Bytes - leaf_gte: sepolia_Bytes - leaf_lte: sepolia_Bytes - leaf_in: [sepolia_Bytes!] - leaf_not_in: [sepolia_Bytes!] - leaf_contains: sepolia_Bytes - leaf_not_contains: sepolia_Bytes + leaf: stagingscroll_Bytes + leaf_not: stagingscroll_Bytes + leaf_gt: stagingscroll_Bytes + leaf_lt: stagingscroll_Bytes + leaf_gte: stagingscroll_Bytes + leaf_lte: stagingscroll_Bytes + leaf_in: [stagingscroll_Bytes!] + leaf_not_in: [stagingscroll_Bytes!] + leaf_contains: stagingscroll_Bytes + leaf_not_contains: stagingscroll_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -75208,36 +75015,36 @@ input sepolia_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: sepolia_Bytes - message_not: sepolia_Bytes - message_gt: sepolia_Bytes - message_lt: sepolia_Bytes - message_gte: sepolia_Bytes - message_lte: sepolia_Bytes - message_in: [sepolia_Bytes!] - message_not_in: [sepolia_Bytes!] - message_contains: sepolia_Bytes - message_not_contains: sepolia_Bytes - root: sepolia_Bytes - root_not: sepolia_Bytes - root_gt: sepolia_Bytes - root_lt: sepolia_Bytes - root_gte: sepolia_Bytes - root_lte: sepolia_Bytes - root_in: [sepolia_Bytes!] - root_not_in: [sepolia_Bytes!] - root_contains: sepolia_Bytes - root_not_contains: sepolia_Bytes - transactionHash: sepolia_Bytes - transactionHash_not: sepolia_Bytes - transactionHash_gt: sepolia_Bytes - transactionHash_lt: sepolia_Bytes - transactionHash_gte: sepolia_Bytes - transactionHash_lte: sepolia_Bytes - transactionHash_in: [sepolia_Bytes!] - transactionHash_not_in: [sepolia_Bytes!] - transactionHash_contains: sepolia_Bytes - transactionHash_not_contains: sepolia_Bytes + message: stagingscroll_Bytes + message_not: stagingscroll_Bytes + message_gt: stagingscroll_Bytes + message_lt: stagingscroll_Bytes + message_gte: stagingscroll_Bytes + message_lte: stagingscroll_Bytes + message_in: [stagingscroll_Bytes!] + message_not_in: [stagingscroll_Bytes!] + message_contains: stagingscroll_Bytes + message_not_contains: stagingscroll_Bytes + root: stagingscroll_Bytes + root_not: stagingscroll_Bytes + root_gt: stagingscroll_Bytes + root_lt: stagingscroll_Bytes + root_gte: stagingscroll_Bytes + root_lte: stagingscroll_Bytes + root_in: [stagingscroll_Bytes!] + root_not_in: [stagingscroll_Bytes!] + root_contains: stagingscroll_Bytes + root_not_contains: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes + transactionHash_not: stagingscroll_Bytes + transactionHash_gt: stagingscroll_Bytes + transactionHash_lt: stagingscroll_Bytes + transactionHash_gte: stagingscroll_Bytes + transactionHash_lte: stagingscroll_Bytes + transactionHash_in: [stagingscroll_Bytes!] + transactionHash_not_in: [stagingscroll_Bytes!] + transactionHash_contains: stagingscroll_Bytes + transactionHash_not_contains: stagingscroll_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -75266,14 +75073,14 @@ input sepolia_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: sepolia_RootCount_filter + rootCount_: stagingscroll_RootCount_filter """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_OriginMessage_filter] - or: [sepolia_OriginMessage_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_OriginMessage_filter] + or: [stagingscroll_OriginMessage_filter] } -enum sepolia_OriginMessage_orderBy { +enum stagingscroll_OriginMessage_orderBy { id transferId destinationDomain @@ -75288,42 +75095,42 @@ enum sepolia_OriginMessage_orderBy { rootCount__count } -type sepolia_OriginTransfer { +type stagingscroll_OriginTransfer { id: ID! chainId: BigInt - transferId: sepolia_Bytes + transferId: stagingscroll_Bytes nonce: BigInt - status: sepolia_TransferStatus - messageHash: sepolia_Bytes + status: stagingscroll_TransferStatus + messageHash: stagingscroll_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: sepolia_Bytes - delegate: sepolia_Bytes + to: stagingscroll_Bytes + delegate: stagingscroll_Bytes receiveLocal: Boolean - callData: sepolia_Bytes + callData: stagingscroll_Bytes slippage: BigInt - originSender: sepolia_Bytes + originSender: stagingscroll_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: sepolia_Bytes - asset: sepolia_Asset - transactingAsset: sepolia_Bytes - message: sepolia_OriginMessage + canonicalId: stagingscroll_Bytes + asset: stagingscroll_Asset + transactingAsset: stagingscroll_Bytes + message: stagingscroll_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: sepolia_RelayerFee_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_RelayerFee_filter): [sepolia_RelayerFee!] - initialRelayerFeeAsset: sepolia_Bytes - caller: sepolia_Bytes - transactionHash: sepolia_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingscroll_RelayerFee_orderBy, orderDirection: stagingscroll_OrderDirection, where: stagingscroll_RelayerFee_filter): [stagingscroll_RelayerFee!] + initialRelayerFeeAsset: stagingscroll_Bytes + caller: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: sepolia_Bytes + txOrigin: stagingscroll_Bytes txNonce: BigInt } -input sepolia_OriginTransfer_filter { +input stagingscroll_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -75340,16 +75147,16 @@ input sepolia_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: sepolia_Bytes - transferId_not: sepolia_Bytes - transferId_gt: sepolia_Bytes - transferId_lt: sepolia_Bytes - transferId_gte: sepolia_Bytes - transferId_lte: sepolia_Bytes - transferId_in: [sepolia_Bytes!] - transferId_not_in: [sepolia_Bytes!] - transferId_contains: sepolia_Bytes - transferId_not_contains: sepolia_Bytes + transferId: stagingscroll_Bytes + transferId_not: stagingscroll_Bytes + transferId_gt: stagingscroll_Bytes + transferId_lt: stagingscroll_Bytes + transferId_gte: stagingscroll_Bytes + transferId_lte: stagingscroll_Bytes + transferId_in: [stagingscroll_Bytes!] + transferId_not_in: [stagingscroll_Bytes!] + transferId_contains: stagingscroll_Bytes + transferId_not_contains: stagingscroll_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -75358,20 +75165,20 @@ input sepolia_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: sepolia_TransferStatus - status_not: sepolia_TransferStatus - status_in: [sepolia_TransferStatus!] - status_not_in: [sepolia_TransferStatus!] - messageHash: sepolia_Bytes - messageHash_not: sepolia_Bytes - messageHash_gt: sepolia_Bytes - messageHash_lt: sepolia_Bytes - messageHash_gte: sepolia_Bytes - messageHash_lte: sepolia_Bytes - messageHash_in: [sepolia_Bytes!] - messageHash_not_in: [sepolia_Bytes!] - messageHash_contains: sepolia_Bytes - messageHash_not_contains: sepolia_Bytes + status: stagingscroll_TransferStatus + status_not: stagingscroll_TransferStatus + status_in: [stagingscroll_TransferStatus!] + status_not_in: [stagingscroll_TransferStatus!] + messageHash: stagingscroll_Bytes + messageHash_not: stagingscroll_Bytes + messageHash_gt: stagingscroll_Bytes + messageHash_lt: stagingscroll_Bytes + messageHash_gte: stagingscroll_Bytes + messageHash_lte: stagingscroll_Bytes + messageHash_in: [stagingscroll_Bytes!] + messageHash_not_in: [stagingscroll_Bytes!] + messageHash_contains: stagingscroll_Bytes + messageHash_not_contains: stagingscroll_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -75396,40 +75203,40 @@ input sepolia_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: sepolia_Bytes - to_not: sepolia_Bytes - to_gt: sepolia_Bytes - to_lt: sepolia_Bytes - to_gte: sepolia_Bytes - to_lte: sepolia_Bytes - to_in: [sepolia_Bytes!] - to_not_in: [sepolia_Bytes!] - to_contains: sepolia_Bytes - to_not_contains: sepolia_Bytes - delegate: sepolia_Bytes - delegate_not: sepolia_Bytes - delegate_gt: sepolia_Bytes - delegate_lt: sepolia_Bytes - delegate_gte: sepolia_Bytes - delegate_lte: sepolia_Bytes - delegate_in: [sepolia_Bytes!] - delegate_not_in: [sepolia_Bytes!] - delegate_contains: sepolia_Bytes - delegate_not_contains: sepolia_Bytes + to: stagingscroll_Bytes + to_not: stagingscroll_Bytes + to_gt: stagingscroll_Bytes + to_lt: stagingscroll_Bytes + to_gte: stagingscroll_Bytes + to_lte: stagingscroll_Bytes + to_in: [stagingscroll_Bytes!] + to_not_in: [stagingscroll_Bytes!] + to_contains: stagingscroll_Bytes + to_not_contains: stagingscroll_Bytes + delegate: stagingscroll_Bytes + delegate_not: stagingscroll_Bytes + delegate_gt: stagingscroll_Bytes + delegate_lt: stagingscroll_Bytes + delegate_gte: stagingscroll_Bytes + delegate_lte: stagingscroll_Bytes + delegate_in: [stagingscroll_Bytes!] + delegate_not_in: [stagingscroll_Bytes!] + delegate_contains: stagingscroll_Bytes + delegate_not_contains: stagingscroll_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: sepolia_Bytes - callData_not: sepolia_Bytes - callData_gt: sepolia_Bytes - callData_lt: sepolia_Bytes - callData_gte: sepolia_Bytes - callData_lte: sepolia_Bytes - callData_in: [sepolia_Bytes!] - callData_not_in: [sepolia_Bytes!] - callData_contains: sepolia_Bytes - callData_not_contains: sepolia_Bytes + callData: stagingscroll_Bytes + callData_not: stagingscroll_Bytes + callData_gt: stagingscroll_Bytes + callData_lt: stagingscroll_Bytes + callData_gte: stagingscroll_Bytes + callData_lte: stagingscroll_Bytes + callData_in: [stagingscroll_Bytes!] + callData_not_in: [stagingscroll_Bytes!] + callData_contains: stagingscroll_Bytes + callData_not_contains: stagingscroll_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -75438,16 +75245,16 @@ input sepolia_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: sepolia_Bytes - originSender_not: sepolia_Bytes - originSender_gt: sepolia_Bytes - originSender_lt: sepolia_Bytes - originSender_gte: sepolia_Bytes - originSender_lte: sepolia_Bytes - originSender_in: [sepolia_Bytes!] - originSender_not_in: [sepolia_Bytes!] - originSender_contains: sepolia_Bytes - originSender_not_contains: sepolia_Bytes + originSender: stagingscroll_Bytes + originSender_not: stagingscroll_Bytes + originSender_gt: stagingscroll_Bytes + originSender_lt: stagingscroll_Bytes + originSender_gte: stagingscroll_Bytes + originSender_lte: stagingscroll_Bytes + originSender_in: [stagingscroll_Bytes!] + originSender_not_in: [stagingscroll_Bytes!] + originSender_contains: stagingscroll_Bytes + originSender_not_contains: stagingscroll_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -75464,16 +75271,16 @@ input sepolia_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: sepolia_Bytes - canonicalId_not: sepolia_Bytes - canonicalId_gt: sepolia_Bytes - canonicalId_lt: sepolia_Bytes - canonicalId_gte: sepolia_Bytes - canonicalId_lte: sepolia_Bytes - canonicalId_in: [sepolia_Bytes!] - canonicalId_not_in: [sepolia_Bytes!] - canonicalId_contains: sepolia_Bytes - canonicalId_not_contains: sepolia_Bytes + canonicalId: stagingscroll_Bytes + canonicalId_not: stagingscroll_Bytes + canonicalId_gt: stagingscroll_Bytes + canonicalId_lt: stagingscroll_Bytes + canonicalId_gte: stagingscroll_Bytes + canonicalId_lte: stagingscroll_Bytes + canonicalId_in: [stagingscroll_Bytes!] + canonicalId_not_in: [stagingscroll_Bytes!] + canonicalId_contains: stagingscroll_Bytes + canonicalId_not_contains: stagingscroll_Bytes asset: String asset_not: String asset_gt: String @@ -75494,17 +75301,17 @@ input sepolia_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: sepolia_Asset_filter - transactingAsset: sepolia_Bytes - transactingAsset_not: sepolia_Bytes - transactingAsset_gt: sepolia_Bytes - transactingAsset_lt: sepolia_Bytes - transactingAsset_gte: sepolia_Bytes - transactingAsset_lte: sepolia_Bytes - transactingAsset_in: [sepolia_Bytes!] - transactingAsset_not_in: [sepolia_Bytes!] - transactingAsset_contains: sepolia_Bytes - transactingAsset_not_contains: sepolia_Bytes + asset_: stagingscroll_Asset_filter + transactingAsset: stagingscroll_Bytes + transactingAsset_not: stagingscroll_Bytes + transactingAsset_gt: stagingscroll_Bytes + transactingAsset_lt: stagingscroll_Bytes + transactingAsset_gte: stagingscroll_Bytes + transactingAsset_lte: stagingscroll_Bytes + transactingAsset_in: [stagingscroll_Bytes!] + transactingAsset_not_in: [stagingscroll_Bytes!] + transactingAsset_contains: stagingscroll_Bytes + transactingAsset_not_contains: stagingscroll_Bytes message: String message_not: String message_gt: String @@ -75525,7 +75332,7 @@ input sepolia_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: sepolia_OriginMessage_filter + message_: stagingscroll_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -75540,37 +75347,37 @@ input sepolia_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: sepolia_RelayerFee_filter - initialRelayerFeeAsset: sepolia_Bytes - initialRelayerFeeAsset_not: sepolia_Bytes - initialRelayerFeeAsset_gt: sepolia_Bytes - initialRelayerFeeAsset_lt: sepolia_Bytes - initialRelayerFeeAsset_gte: sepolia_Bytes - initialRelayerFeeAsset_lte: sepolia_Bytes - initialRelayerFeeAsset_in: [sepolia_Bytes!] - initialRelayerFeeAsset_not_in: [sepolia_Bytes!] - initialRelayerFeeAsset_contains: sepolia_Bytes - initialRelayerFeeAsset_not_contains: sepolia_Bytes - caller: sepolia_Bytes - caller_not: sepolia_Bytes - caller_gt: sepolia_Bytes - caller_lt: sepolia_Bytes - caller_gte: sepolia_Bytes - caller_lte: sepolia_Bytes - caller_in: [sepolia_Bytes!] - caller_not_in: [sepolia_Bytes!] - caller_contains: sepolia_Bytes - caller_not_contains: sepolia_Bytes - transactionHash: sepolia_Bytes - transactionHash_not: sepolia_Bytes - transactionHash_gt: sepolia_Bytes - transactionHash_lt: sepolia_Bytes - transactionHash_gte: sepolia_Bytes - transactionHash_lte: sepolia_Bytes - transactionHash_in: [sepolia_Bytes!] - transactionHash_not_in: [sepolia_Bytes!] - transactionHash_contains: sepolia_Bytes - transactionHash_not_contains: sepolia_Bytes + relayerFees_: stagingscroll_RelayerFee_filter + initialRelayerFeeAsset: stagingscroll_Bytes + initialRelayerFeeAsset_not: stagingscroll_Bytes + initialRelayerFeeAsset_gt: stagingscroll_Bytes + initialRelayerFeeAsset_lt: stagingscroll_Bytes + initialRelayerFeeAsset_gte: stagingscroll_Bytes + initialRelayerFeeAsset_lte: stagingscroll_Bytes + initialRelayerFeeAsset_in: [stagingscroll_Bytes!] + initialRelayerFeeAsset_not_in: [stagingscroll_Bytes!] + initialRelayerFeeAsset_contains: stagingscroll_Bytes + initialRelayerFeeAsset_not_contains: stagingscroll_Bytes + caller: stagingscroll_Bytes + caller_not: stagingscroll_Bytes + caller_gt: stagingscroll_Bytes + caller_lt: stagingscroll_Bytes + caller_gte: stagingscroll_Bytes + caller_lte: stagingscroll_Bytes + caller_in: [stagingscroll_Bytes!] + caller_not_in: [stagingscroll_Bytes!] + caller_contains: stagingscroll_Bytes + caller_not_contains: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes + transactionHash_not: stagingscroll_Bytes + transactionHash_gt: stagingscroll_Bytes + transactionHash_lt: stagingscroll_Bytes + transactionHash_gte: stagingscroll_Bytes + transactionHash_lte: stagingscroll_Bytes + transactionHash_in: [stagingscroll_Bytes!] + transactionHash_not_in: [stagingscroll_Bytes!] + transactionHash_contains: stagingscroll_Bytes + transactionHash_not_contains: stagingscroll_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -75603,16 +75410,16 @@ input sepolia_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: sepolia_Bytes - txOrigin_not: sepolia_Bytes - txOrigin_gt: sepolia_Bytes - txOrigin_lt: sepolia_Bytes - txOrigin_gte: sepolia_Bytes - txOrigin_lte: sepolia_Bytes - txOrigin_in: [sepolia_Bytes!] - txOrigin_not_in: [sepolia_Bytes!] - txOrigin_contains: sepolia_Bytes - txOrigin_not_contains: sepolia_Bytes + txOrigin: stagingscroll_Bytes + txOrigin_not: stagingscroll_Bytes + txOrigin_gt: stagingscroll_Bytes + txOrigin_lt: stagingscroll_Bytes + txOrigin_gte: stagingscroll_Bytes + txOrigin_lte: stagingscroll_Bytes + txOrigin_in: [stagingscroll_Bytes!] + txOrigin_not_in: [stagingscroll_Bytes!] + txOrigin_contains: stagingscroll_Bytes + txOrigin_not_contains: stagingscroll_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -75622,12 +75429,12 @@ input sepolia_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_OriginTransfer_filter] - or: [sepolia_OriginTransfer_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_OriginTransfer_filter] + or: [stagingscroll_OriginTransfer_filter] } -enum sepolia_OriginTransfer_orderBy { +enum stagingscroll_OriginTransfer_orderBy { id chainId transferId @@ -75680,20 +75487,20 @@ enum sepolia_OriginTransfer_orderBy { txNonce } -type sepolia_Relayer { +type stagingscroll_Relayer { id: ID! isActive: Boolean! - relayer: sepolia_Bytes + relayer: stagingscroll_Bytes } -type sepolia_RelayerFee { +type stagingscroll_RelayerFee { id: ID! - transfer: sepolia_OriginTransfer! + transfer: stagingscroll_OriginTransfer! fee: BigInt! - asset: sepolia_Bytes! + asset: stagingscroll_Bytes! } -input sepolia_RelayerFee_filter { +input stagingscroll_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -75722,7 +75529,7 @@ input sepolia_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: sepolia_OriginTransfer_filter + transfer_: stagingscroll_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -75731,23 +75538,23 @@ input sepolia_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: sepolia_Bytes - asset_not: sepolia_Bytes - asset_gt: sepolia_Bytes - asset_lt: sepolia_Bytes - asset_gte: sepolia_Bytes - asset_lte: sepolia_Bytes - asset_in: [sepolia_Bytes!] - asset_not_in: [sepolia_Bytes!] - asset_contains: sepolia_Bytes - asset_not_contains: sepolia_Bytes + asset: stagingscroll_Bytes + asset_not: stagingscroll_Bytes + asset_gt: stagingscroll_Bytes + asset_lt: stagingscroll_Bytes + asset_gte: stagingscroll_Bytes + asset_lte: stagingscroll_Bytes + asset_in: [stagingscroll_Bytes!] + asset_not_in: [stagingscroll_Bytes!] + asset_contains: stagingscroll_Bytes + asset_not_contains: stagingscroll_Bytes """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RelayerFee_filter] - or: [sepolia_RelayerFee_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RelayerFee_filter] + or: [stagingscroll_RelayerFee_filter] } -enum sepolia_RelayerFee_orderBy { +enum stagingscroll_RelayerFee_orderBy { id transfer transfer__id @@ -75783,20 +75590,20 @@ enum sepolia_RelayerFee_orderBy { asset } -type sepolia_RelayerFeesIncrease { +type stagingscroll_RelayerFeesIncrease { id: ID! - transfer: sepolia_OriginTransfer! + transfer: stagingscroll_OriginTransfer! increase: BigInt - asset: sepolia_Bytes - caller: sepolia_Bytes! - transactionHash: sepolia_Bytes! + asset: stagingscroll_Bytes + caller: stagingscroll_Bytes! + transactionHash: stagingscroll_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input sepolia_RelayerFeesIncrease_filter { +input stagingscroll_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -75825,7 +75632,7 @@ input sepolia_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: sepolia_OriginTransfer_filter + transfer_: stagingscroll_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -75834,36 +75641,36 @@ input sepolia_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: sepolia_Bytes - asset_not: sepolia_Bytes - asset_gt: sepolia_Bytes - asset_lt: sepolia_Bytes - asset_gte: sepolia_Bytes - asset_lte: sepolia_Bytes - asset_in: [sepolia_Bytes!] - asset_not_in: [sepolia_Bytes!] - asset_contains: sepolia_Bytes - asset_not_contains: sepolia_Bytes - caller: sepolia_Bytes - caller_not: sepolia_Bytes - caller_gt: sepolia_Bytes - caller_lt: sepolia_Bytes - caller_gte: sepolia_Bytes - caller_lte: sepolia_Bytes - caller_in: [sepolia_Bytes!] - caller_not_in: [sepolia_Bytes!] - caller_contains: sepolia_Bytes - caller_not_contains: sepolia_Bytes - transactionHash: sepolia_Bytes - transactionHash_not: sepolia_Bytes - transactionHash_gt: sepolia_Bytes - transactionHash_lt: sepolia_Bytes - transactionHash_gte: sepolia_Bytes - transactionHash_lte: sepolia_Bytes - transactionHash_in: [sepolia_Bytes!] - transactionHash_not_in: [sepolia_Bytes!] - transactionHash_contains: sepolia_Bytes - transactionHash_not_contains: sepolia_Bytes + asset: stagingscroll_Bytes + asset_not: stagingscroll_Bytes + asset_gt: stagingscroll_Bytes + asset_lt: stagingscroll_Bytes + asset_gte: stagingscroll_Bytes + asset_lte: stagingscroll_Bytes + asset_in: [stagingscroll_Bytes!] + asset_not_in: [stagingscroll_Bytes!] + asset_contains: stagingscroll_Bytes + asset_not_contains: stagingscroll_Bytes + caller: stagingscroll_Bytes + caller_not: stagingscroll_Bytes + caller_gt: stagingscroll_Bytes + caller_lt: stagingscroll_Bytes + caller_gte: stagingscroll_Bytes + caller_lte: stagingscroll_Bytes + caller_in: [stagingscroll_Bytes!] + caller_not_in: [stagingscroll_Bytes!] + caller_contains: stagingscroll_Bytes + caller_not_contains: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes + transactionHash_not: stagingscroll_Bytes + transactionHash_gt: stagingscroll_Bytes + transactionHash_lt: stagingscroll_Bytes + transactionHash_gte: stagingscroll_Bytes + transactionHash_lte: stagingscroll_Bytes + transactionHash_in: [stagingscroll_Bytes!] + transactionHash_not_in: [stagingscroll_Bytes!] + transactionHash_contains: stagingscroll_Bytes + transactionHash_not_contains: stagingscroll_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -75897,12 +75704,12 @@ input sepolia_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RelayerFeesIncrease_filter] - or: [sepolia_RelayerFeesIncrease_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RelayerFeesIncrease_filter] + or: [stagingscroll_RelayerFeesIncrease_filter] } -enum sepolia_RelayerFeesIncrease_orderBy { +enum stagingscroll_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -75944,7 +75751,7 @@ enum sepolia_RelayerFeesIncrease_orderBy { blockNumber } -input sepolia_Relayer_filter { +input stagingscroll_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -75957,34 +75764,34 @@ input sepolia_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: sepolia_Bytes - relayer_not: sepolia_Bytes - relayer_gt: sepolia_Bytes - relayer_lt: sepolia_Bytes - relayer_gte: sepolia_Bytes - relayer_lte: sepolia_Bytes - relayer_in: [sepolia_Bytes!] - relayer_not_in: [sepolia_Bytes!] - relayer_contains: sepolia_Bytes - relayer_not_contains: sepolia_Bytes + relayer: stagingscroll_Bytes + relayer_not: stagingscroll_Bytes + relayer_gt: stagingscroll_Bytes + relayer_lt: stagingscroll_Bytes + relayer_gte: stagingscroll_Bytes + relayer_lte: stagingscroll_Bytes + relayer_in: [stagingscroll_Bytes!] + relayer_not_in: [stagingscroll_Bytes!] + relayer_contains: stagingscroll_Bytes + relayer_not_contains: stagingscroll_Bytes """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_Relayer_filter] - or: [sepolia_Relayer_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Relayer_filter] + or: [stagingscroll_Relayer_filter] } -enum sepolia_Relayer_orderBy { +enum stagingscroll_Relayer_orderBy { id isActive relayer } -type sepolia_RootCount { +type stagingscroll_RootCount { id: ID! count: BigInt } -input sepolia_RootCount_filter { +input stagingscroll_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -76002,31 +75809,31 @@ input sepolia_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootCount_filter] - or: [sepolia_RootCount_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RootCount_filter] + or: [stagingscroll_RootCount_filter] } -enum sepolia_RootCount_orderBy { +enum stagingscroll_RootCount_orderBy { id count } -type sepolia_RootMessageSent { +type stagingscroll_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: sepolia_Bytes + root: stagingscroll_Bytes count: BigInt - caller: sepolia_Bytes - transactionHash: sepolia_Bytes + caller: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input sepolia_RootMessageSent_filter { +input stagingscroll_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -76051,16 +75858,16 @@ input sepolia_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: sepolia_Bytes - root_not: sepolia_Bytes - root_gt: sepolia_Bytes - root_lt: sepolia_Bytes - root_gte: sepolia_Bytes - root_lte: sepolia_Bytes - root_in: [sepolia_Bytes!] - root_not_in: [sepolia_Bytes!] - root_contains: sepolia_Bytes - root_not_contains: sepolia_Bytes + root: stagingscroll_Bytes + root_not: stagingscroll_Bytes + root_gt: stagingscroll_Bytes + root_lt: stagingscroll_Bytes + root_gte: stagingscroll_Bytes + root_lte: stagingscroll_Bytes + root_in: [stagingscroll_Bytes!] + root_not_in: [stagingscroll_Bytes!] + root_contains: stagingscroll_Bytes + root_not_contains: stagingscroll_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -76069,26 +75876,26 @@ input sepolia_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: sepolia_Bytes - caller_not: sepolia_Bytes - caller_gt: sepolia_Bytes - caller_lt: sepolia_Bytes - caller_gte: sepolia_Bytes - caller_lte: sepolia_Bytes - caller_in: [sepolia_Bytes!] - caller_not_in: [sepolia_Bytes!] - caller_contains: sepolia_Bytes - caller_not_contains: sepolia_Bytes - transactionHash: sepolia_Bytes - transactionHash_not: sepolia_Bytes - transactionHash_gt: sepolia_Bytes - transactionHash_lt: sepolia_Bytes - transactionHash_gte: sepolia_Bytes - transactionHash_lte: sepolia_Bytes - transactionHash_in: [sepolia_Bytes!] - transactionHash_not_in: [sepolia_Bytes!] - transactionHash_contains: sepolia_Bytes - transactionHash_not_contains: sepolia_Bytes + caller: stagingscroll_Bytes + caller_not: stagingscroll_Bytes + caller_gt: stagingscroll_Bytes + caller_lt: stagingscroll_Bytes + caller_gte: stagingscroll_Bytes + caller_lte: stagingscroll_Bytes + caller_in: [stagingscroll_Bytes!] + caller_not_in: [stagingscroll_Bytes!] + caller_contains: stagingscroll_Bytes + caller_not_contains: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes + transactionHash_not: stagingscroll_Bytes + transactionHash_gt: stagingscroll_Bytes + transactionHash_lt: stagingscroll_Bytes + transactionHash_gte: stagingscroll_Bytes + transactionHash_lte: stagingscroll_Bytes + transactionHash_in: [stagingscroll_Bytes!] + transactionHash_not_in: [stagingscroll_Bytes!] + transactionHash_contains: stagingscroll_Bytes + transactionHash_not_contains: stagingscroll_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76122,12 +75929,12 @@ input sepolia_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootMessageSent_filter] - or: [sepolia_RootMessageSent_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RootMessageSent_filter] + or: [stagingscroll_RootMessageSent_filter] } -enum sepolia_RootMessageSent_orderBy { +enum stagingscroll_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -76141,25 +75948,25 @@ enum sepolia_RootMessageSent_orderBy { blockNumber } -type sepolia_Router { +type stagingscroll_Router { id: ID! isActive: Boolean! - owner: sepolia_Bytes - recipient: sepolia_Bytes - proposedOwner: sepolia_Bytes + owner: stagingscroll_Bytes + recipient: stagingscroll_Bytes + proposedOwner: stagingscroll_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: sepolia_AssetBalance_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_AssetBalance_filter): [sepolia_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingscroll_AssetBalance_orderBy, orderDirection: stagingscroll_OrderDirection, where: stagingscroll_AssetBalance_filter): [stagingscroll_AssetBalance!]! } -type sepolia_RouterDailyTVL { +type stagingscroll_RouterDailyTVL { id: ID! - router: sepolia_Router! - asset: sepolia_Asset! + router: stagingscroll_Router! + asset: stagingscroll_Asset! timestamp: BigInt! balance: BigInt! } -input sepolia_RouterDailyTVL_filter { +input stagingscroll_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -76188,7 +75995,7 @@ input sepolia_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: sepolia_Router_filter + router_: stagingscroll_Router_filter asset: String asset_not: String asset_gt: String @@ -76209,7 +76016,7 @@ input sepolia_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: sepolia_Asset_filter + asset_: stagingscroll_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76227,12 +76034,12 @@ input sepolia_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RouterDailyTVL_filter] - or: [sepolia_RouterDailyTVL_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RouterDailyTVL_filter] + or: [stagingscroll_RouterDailyTVL_filter] } -enum sepolia_RouterDailyTVL_orderBy { +enum stagingscroll_RouterDailyTVL_orderBy { id router router__id @@ -76255,26 +76062,26 @@ enum sepolia_RouterDailyTVL_orderBy { balance } -type sepolia_RouterLiquidityEvent { +type stagingscroll_RouterLiquidityEvent { id: ID! - type: sepolia_RouterLiquidityEventType - router: sepolia_Router! - asset: sepolia_Asset! + type: stagingscroll_RouterLiquidityEventType + router: stagingscroll_Router! + asset: stagingscroll_Asset! amount: BigInt! balance: BigInt! - caller: sepolia_Bytes + caller: stagingscroll_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: sepolia_Bytes! + transactionHash: stagingscroll_Bytes! nonce: BigInt! } -enum sepolia_RouterLiquidityEventType { +enum stagingscroll_RouterLiquidityEventType { Add Remove } -input sepolia_RouterLiquidityEvent_filter { +input stagingscroll_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -76283,10 +76090,10 @@ input sepolia_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: sepolia_RouterLiquidityEventType - type_not: sepolia_RouterLiquidityEventType - type_in: [sepolia_RouterLiquidityEventType!] - type_not_in: [sepolia_RouterLiquidityEventType!] + type: stagingscroll_RouterLiquidityEventType + type_not: stagingscroll_RouterLiquidityEventType + type_in: [stagingscroll_RouterLiquidityEventType!] + type_not_in: [stagingscroll_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -76307,7 +76114,7 @@ input sepolia_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: sepolia_Router_filter + router_: stagingscroll_Router_filter asset: String asset_not: String asset_gt: String @@ -76328,7 +76135,7 @@ input sepolia_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: sepolia_Asset_filter + asset_: stagingscroll_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -76345,16 +76152,16 @@ input sepolia_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: sepolia_Bytes - caller_not: sepolia_Bytes - caller_gt: sepolia_Bytes - caller_lt: sepolia_Bytes - caller_gte: sepolia_Bytes - caller_lte: sepolia_Bytes - caller_in: [sepolia_Bytes!] - caller_not_in: [sepolia_Bytes!] - caller_contains: sepolia_Bytes - caller_not_contains: sepolia_Bytes + caller: stagingscroll_Bytes + caller_not: stagingscroll_Bytes + caller_gt: stagingscroll_Bytes + caller_lt: stagingscroll_Bytes + caller_gte: stagingscroll_Bytes + caller_lte: stagingscroll_Bytes + caller_in: [stagingscroll_Bytes!] + caller_not_in: [stagingscroll_Bytes!] + caller_contains: stagingscroll_Bytes + caller_not_contains: stagingscroll_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -76371,16 +76178,16 @@ input sepolia_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: sepolia_Bytes - transactionHash_not: sepolia_Bytes - transactionHash_gt: sepolia_Bytes - transactionHash_lt: sepolia_Bytes - transactionHash_gte: sepolia_Bytes - transactionHash_lte: sepolia_Bytes - transactionHash_in: [sepolia_Bytes!] - transactionHash_not_in: [sepolia_Bytes!] - transactionHash_contains: sepolia_Bytes - transactionHash_not_contains: sepolia_Bytes + transactionHash: stagingscroll_Bytes + transactionHash_not: stagingscroll_Bytes + transactionHash_gt: stagingscroll_Bytes + transactionHash_lt: stagingscroll_Bytes + transactionHash_gte: stagingscroll_Bytes + transactionHash_lte: stagingscroll_Bytes + transactionHash_in: [stagingscroll_Bytes!] + transactionHash_not_in: [stagingscroll_Bytes!] + transactionHash_contains: stagingscroll_Bytes + transactionHash_not_contains: stagingscroll_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -76390,12 +76197,12 @@ input sepolia_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RouterLiquidityEvent_filter] - or: [sepolia_RouterLiquidityEvent_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RouterLiquidityEvent_filter] + or: [stagingscroll_RouterLiquidityEvent_filter] } -enum sepolia_RouterLiquidityEvent_orderBy { +enum stagingscroll_RouterLiquidityEvent_orderBy { id type router @@ -76424,7 +76231,7 @@ enum sepolia_RouterLiquidityEvent_orderBy { nonce } -input sepolia_Router_filter { +input stagingscroll_Router_filter { id: ID id_not: ID id_gt: ID @@ -76437,36 +76244,36 @@ input sepolia_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: sepolia_Bytes - owner_not: sepolia_Bytes - owner_gt: sepolia_Bytes - owner_lt: sepolia_Bytes - owner_gte: sepolia_Bytes - owner_lte: sepolia_Bytes - owner_in: [sepolia_Bytes!] - owner_not_in: [sepolia_Bytes!] - owner_contains: sepolia_Bytes - owner_not_contains: sepolia_Bytes - recipient: sepolia_Bytes - recipient_not: sepolia_Bytes - recipient_gt: sepolia_Bytes - recipient_lt: sepolia_Bytes - recipient_gte: sepolia_Bytes - recipient_lte: sepolia_Bytes - recipient_in: [sepolia_Bytes!] - recipient_not_in: [sepolia_Bytes!] - recipient_contains: sepolia_Bytes - recipient_not_contains: sepolia_Bytes - proposedOwner: sepolia_Bytes - proposedOwner_not: sepolia_Bytes - proposedOwner_gt: sepolia_Bytes - proposedOwner_lt: sepolia_Bytes - proposedOwner_gte: sepolia_Bytes - proposedOwner_lte: sepolia_Bytes - proposedOwner_in: [sepolia_Bytes!] - proposedOwner_not_in: [sepolia_Bytes!] - proposedOwner_contains: sepolia_Bytes - proposedOwner_not_contains: sepolia_Bytes + owner: stagingscroll_Bytes + owner_not: stagingscroll_Bytes + owner_gt: stagingscroll_Bytes + owner_lt: stagingscroll_Bytes + owner_gte: stagingscroll_Bytes + owner_lte: stagingscroll_Bytes + owner_in: [stagingscroll_Bytes!] + owner_not_in: [stagingscroll_Bytes!] + owner_contains: stagingscroll_Bytes + owner_not_contains: stagingscroll_Bytes + recipient: stagingscroll_Bytes + recipient_not: stagingscroll_Bytes + recipient_gt: stagingscroll_Bytes + recipient_lt: stagingscroll_Bytes + recipient_gte: stagingscroll_Bytes + recipient_lte: stagingscroll_Bytes + recipient_in: [stagingscroll_Bytes!] + recipient_not_in: [stagingscroll_Bytes!] + recipient_contains: stagingscroll_Bytes + recipient_not_contains: stagingscroll_Bytes + proposedOwner: stagingscroll_Bytes + proposedOwner_not: stagingscroll_Bytes + proposedOwner_gt: stagingscroll_Bytes + proposedOwner_lt: stagingscroll_Bytes + proposedOwner_gte: stagingscroll_Bytes + proposedOwner_lte: stagingscroll_Bytes + proposedOwner_in: [stagingscroll_Bytes!] + proposedOwner_not_in: [stagingscroll_Bytes!] + proposedOwner_contains: stagingscroll_Bytes + proposedOwner_not_contains: stagingscroll_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -76475,14 +76282,14 @@ input sepolia_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: sepolia_AssetBalance_filter + assetBalances_: stagingscroll_AssetBalance_filter """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_Router_filter] - or: [sepolia_Router_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Router_filter] + or: [stagingscroll_Router_filter] } -enum sepolia_Router_orderBy { +enum stagingscroll_Router_orderBy { id isActive owner @@ -76492,13 +76299,13 @@ enum sepolia_Router_orderBy { assetBalances } -type sepolia_Sequencer { +type stagingscroll_Sequencer { id: ID! isActive: Boolean! - sequencer: sepolia_Bytes + sequencer: stagingscroll_Bytes } -input sepolia_Sequencer_filter { +input stagingscroll_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -76511,35 +76318,35 @@ input sepolia_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: sepolia_Bytes - sequencer_not: sepolia_Bytes - sequencer_gt: sepolia_Bytes - sequencer_lt: sepolia_Bytes - sequencer_gte: sepolia_Bytes - sequencer_lte: sepolia_Bytes - sequencer_in: [sepolia_Bytes!] - sequencer_not_in: [sepolia_Bytes!] - sequencer_contains: sepolia_Bytes - sequencer_not_contains: sepolia_Bytes + sequencer: stagingscroll_Bytes + sequencer_not: stagingscroll_Bytes + sequencer_gt: stagingscroll_Bytes + sequencer_lt: stagingscroll_Bytes + sequencer_gte: stagingscroll_Bytes + sequencer_lte: stagingscroll_Bytes + sequencer_in: [stagingscroll_Bytes!] + sequencer_not_in: [stagingscroll_Bytes!] + sequencer_contains: stagingscroll_Bytes + sequencer_not_contains: stagingscroll_Bytes """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_Sequencer_filter] - or: [sepolia_Sequencer_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Sequencer_filter] + or: [stagingscroll_Sequencer_filter] } -enum sepolia_Sequencer_orderBy { +enum stagingscroll_Sequencer_orderBy { id isActive sequencer } -type sepolia_Setting { +type stagingscroll_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: sepolia_Bytes! + caller: stagingscroll_Bytes! } -input sepolia_Setting_filter { +input stagingscroll_Setting_filter { id: ID id_not: ID id_gt: ID @@ -76556,41 +76363,41 @@ input sepolia_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: sepolia_Bytes - caller_not: sepolia_Bytes - caller_gt: sepolia_Bytes - caller_lt: sepolia_Bytes - caller_gte: sepolia_Bytes - caller_lte: sepolia_Bytes - caller_in: [sepolia_Bytes!] - caller_not_in: [sepolia_Bytes!] - caller_contains: sepolia_Bytes - caller_not_contains: sepolia_Bytes + caller: stagingscroll_Bytes + caller_not: stagingscroll_Bytes + caller_gt: stagingscroll_Bytes + caller_lt: stagingscroll_Bytes + caller_gte: stagingscroll_Bytes + caller_lte: stagingscroll_Bytes + caller_in: [stagingscroll_Bytes!] + caller_not_in: [stagingscroll_Bytes!] + caller_contains: stagingscroll_Bytes + caller_not_contains: stagingscroll_Bytes """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_Setting_filter] - or: [sepolia_Setting_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Setting_filter] + or: [stagingscroll_Setting_filter] } -enum sepolia_Setting_orderBy { +enum stagingscroll_Setting_orderBy { id maxRoutersPerTransfer caller } -type sepolia_SlippageUpdate { +type stagingscroll_SlippageUpdate { id: ID! - transfer: sepolia_DestinationTransfer! + transfer: stagingscroll_DestinationTransfer! slippage: BigInt! - caller: sepolia_Bytes! - transactionHash: sepolia_Bytes! + caller: stagingscroll_Bytes! + transactionHash: stagingscroll_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input sepolia_SlippageUpdate_filter { +input stagingscroll_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -76619,7 +76426,7 @@ input sepolia_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: sepolia_DestinationTransfer_filter + transfer_: stagingscroll_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -76628,26 +76435,26 @@ input sepolia_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: sepolia_Bytes - caller_not: sepolia_Bytes - caller_gt: sepolia_Bytes - caller_lt: sepolia_Bytes - caller_gte: sepolia_Bytes - caller_lte: sepolia_Bytes - caller_in: [sepolia_Bytes!] - caller_not_in: [sepolia_Bytes!] - caller_contains: sepolia_Bytes - caller_not_contains: sepolia_Bytes - transactionHash: sepolia_Bytes - transactionHash_not: sepolia_Bytes - transactionHash_gt: sepolia_Bytes - transactionHash_lt: sepolia_Bytes - transactionHash_gte: sepolia_Bytes - transactionHash_lte: sepolia_Bytes - transactionHash_in: [sepolia_Bytes!] - transactionHash_not_in: [sepolia_Bytes!] - transactionHash_contains: sepolia_Bytes - transactionHash_not_contains: sepolia_Bytes + caller: stagingscroll_Bytes + caller_not: stagingscroll_Bytes + caller_gt: stagingscroll_Bytes + caller_lt: stagingscroll_Bytes + caller_gte: stagingscroll_Bytes + caller_lte: stagingscroll_Bytes + caller_in: [stagingscroll_Bytes!] + caller_not_in: [stagingscroll_Bytes!] + caller_contains: stagingscroll_Bytes + caller_not_contains: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes + transactionHash_not: stagingscroll_Bytes + transactionHash_gt: stagingscroll_Bytes + transactionHash_lt: stagingscroll_Bytes + transactionHash_gte: stagingscroll_Bytes + transactionHash_lte: stagingscroll_Bytes + transactionHash_in: [stagingscroll_Bytes!] + transactionHash_not_in: [stagingscroll_Bytes!] + transactionHash_contains: stagingscroll_Bytes + transactionHash_not_contains: stagingscroll_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -76681,12 +76488,12 @@ input sepolia_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_SlippageUpdate_filter] - or: [sepolia_SlippageUpdate_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_SlippageUpdate_filter] + or: [stagingscroll_SlippageUpdate_filter] } -enum sepolia_SlippageUpdate_orderBy { +enum stagingscroll_SlippageUpdate_orderBy { id transfer transfer__id @@ -76734,16 +76541,16 @@ enum sepolia_SlippageUpdate_orderBy { blockNumber } -type sepolia_SnapshotRoot { +type stagingscroll_SnapshotRoot { id: ID! spokeDomain: BigInt - root: sepolia_Bytes! + root: stagingscroll_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input sepolia_SnapshotRoot_filter { +input stagingscroll_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -76760,16 +76567,16 @@ input sepolia_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: sepolia_Bytes - root_not: sepolia_Bytes - root_gt: sepolia_Bytes - root_lt: sepolia_Bytes - root_gte: sepolia_Bytes - root_lte: sepolia_Bytes - root_in: [sepolia_Bytes!] - root_not_in: [sepolia_Bytes!] - root_contains: sepolia_Bytes - root_not_contains: sepolia_Bytes + root: stagingscroll_Bytes + root_not: stagingscroll_Bytes + root_gt: stagingscroll_Bytes + root_lt: stagingscroll_Bytes + root_gte: stagingscroll_Bytes + root_lte: stagingscroll_Bytes + root_in: [stagingscroll_Bytes!] + root_not_in: [stagingscroll_Bytes!] + root_contains: stagingscroll_Bytes + root_not_contains: stagingscroll_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -76795,12 +76602,12 @@ input sepolia_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_SnapshotRoot_filter] - or: [sepolia_SnapshotRoot_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_SnapshotRoot_filter] + or: [stagingscroll_SnapshotRoot_filter] } -enum sepolia_SnapshotRoot_orderBy { +enum stagingscroll_SnapshotRoot_orderBy { id spokeDomain root @@ -76809,12 +76616,12 @@ enum sepolia_SnapshotRoot_orderBy { blockNumber } -type sepolia_SpokeConnectorMode { +type stagingscroll_SpokeConnectorMode { id: ID! mode: String! } -input sepolia_SpokeConnectorMode_filter { +input stagingscroll_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -76844,17 +76651,17 @@ input sepolia_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_SpokeConnectorMode_filter] - or: [sepolia_SpokeConnectorMode_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_SpokeConnectorMode_filter] + or: [stagingscroll_SpokeConnectorMode_filter] } -enum sepolia_SpokeConnectorMode_orderBy { +enum stagingscroll_SpokeConnectorMode_orderBy { id mode } -enum sepolia_TransferStatus { +enum stagingscroll_TransferStatus { XCalled Executed Reconciled @@ -76862,6 +76669,33 @@ enum sepolia_TransferStatus { CompletedFast } +type stagingscroll__Block_ { + """The hash of the block""" + hash: stagingscroll_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingscroll_Bytes +} + +"""The type for the top-level _meta field""" +type stagingscroll__Meta_ { + """ + Information 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: stagingscroll__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + type arbitrumone_AggregateRoot { id: ID! root: arbitrumone_Bytes! @@ -79625,48 +79459,23 @@ type arbitrumone__Meta_ { hasIndexingErrors: Boolean! } -enum zksync_swap_Aggregation_interval { - hour - day -} - -scalar zksync_swap_BigDecimal - -input zksync_swap_BlockChangedFilter { - number_gte: Int! -} - -input zksync_swap_Block_height { - hash: zksync_swap_Bytes - number: Int - number_gte: Int -} - -scalar zksync_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar zksync_swap_Int8 - -type zksync_swap_LpAccount { +type polygon_AggregateRoot { id: ID! - address: zksync_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_LpAccountBalance_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_LpAccountBalance_filter): [zksync_swap_LpAccountBalance!]! + root: polygon_Bytes! + blockNumber: BigInt! } -type zksync_swap_LpAccountBalance { +type polygon_AggregateRootProposed { id: ID! - account: zksync_swap_LpAccount! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: zksync_swap_Bytes + aggregateRoot: polygon_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input zksync_swap_LpAccountBalance_filter { +input polygon_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -79675,107 +79484,73 @@ input zksync_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_: zksync_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_: zksync_swap_LpToken_filter - amount: zksync_swap_BigDecimal - amount_not: zksync_swap_BigDecimal - amount_gt: zksync_swap_BigDecimal - amount_lt: zksync_swap_BigDecimal - amount_gte: zksync_swap_BigDecimal - amount_lte: zksync_swap_BigDecimal - amount_in: [zksync_swap_BigDecimal!] - amount_not_in: [zksync_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: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes + aggregateRoot: polygon_Bytes + aggregateRoot_not: polygon_Bytes + aggregateRoot_gt: polygon_Bytes + aggregateRoot_lt: polygon_Bytes + aggregateRoot_gte: polygon_Bytes + aggregateRoot_lte: polygon_Bytes + aggregateRoot_in: [polygon_Bytes!] + aggregateRoot_not_in: [polygon_Bytes!] + aggregateRoot_contains: polygon_Bytes + aggregateRoot_not_contains: polygon_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpAccountBalance_filter] - or: [zksync_swap_LpAccountBalance_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_AggregateRootProposed_filter] + or: [polygon_AggregateRootProposed_filter] } -enum zksync_swap_LpAccountBalance_orderBy { +enum polygon_AggregateRootProposed_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber } -input zksync_swap_LpAccount_filter { +input polygon_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -79784,51 +79559,66 @@ input zksync_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: zksync_swap_Bytes - address_not: zksync_swap_Bytes - address_gt: zksync_swap_Bytes - address_lt: zksync_swap_Bytes - address_gte: zksync_swap_Bytes - address_lte: zksync_swap_Bytes - address_in: [zksync_swap_Bytes!] - address_not_in: [zksync_swap_Bytes!] - address_contains: zksync_swap_Bytes - address_not_contains: zksync_swap_Bytes - balances_: zksync_swap_LpAccountBalance_filter + 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpAccount_filter] - or: [zksync_swap_LpAccount_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_AggregateRoot_filter] + or: [polygon_AggregateRoot_filter] } -enum zksync_swap_LpAccount_orderBy { +enum polygon_AggregateRoot_orderBy { id - address - balances + root + blockNumber } -type zksync_swap_LpToken { +enum polygon_Aggregation_interval { + hour + day +} + +type polygon_Asset { id: ID! - address: zksync_swap_Bytes! - stableSwap: zksync_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: zksync_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_LpTokenEvent_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_LpTokenEvent_filter): [zksync_swap_LpTokenEvent!]! + key: polygon_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: polygon_Bytes + canonicalDomain: BigInt + adoptedAsset: polygon_Bytes + localAsset: polygon_Bytes + blockNumber: BigInt + status: polygon_AssetStatus } -interface zksync_swap_LpTokenEvent { +type polygon_AssetBalance { id: ID! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: polygon_Router! + asset: polygon_Asset! + feesEarned: BigInt! } -input zksync_swap_LpTokenEvent_filter { +input polygon_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -79837,92 +79627,126 @@ input zksync_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_: zksync_swap_LpToken_filter - amount: zksync_swap_BigDecimal - amount_not: zksync_swap_BigDecimal - amount_gt: zksync_swap_BigDecimal - amount_lt: zksync_swap_BigDecimal - amount_gte: zksync_swap_BigDecimal - amount_lte: zksync_swap_BigDecimal - amount_in: [zksync_swap_BigDecimal!] - amount_not_in: [zksync_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: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpTokenEvent_filter] - or: [zksync_swap_LpTokenEvent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_AssetBalance_filter] + or: [polygon_AssetBalance_filter] } -enum zksync_swap_LpTokenEvent_orderBy { +enum polygon_AssetBalance_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount - block - timestamp - transaction - nonce + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -input zksync_swap_LpToken_filter { +type polygon_AssetStatus { + id: ID! + status: Boolean +} + +input polygon_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -79931,142 +79755,22 @@ input zksync_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: zksync_swap_Bytes - address_not: zksync_swap_Bytes - address_gt: zksync_swap_Bytes - address_lt: zksync_swap_Bytes - address_gte: zksync_swap_Bytes - address_lte: zksync_swap_Bytes - address_in: [zksync_swap_Bytes!] - address_not_in: [zksync_swap_Bytes!] - address_contains: zksync_swap_Bytes - address_not_contains: zksync_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_: zksync_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: zksync_swap_BigDecimal - totalSupply_not: zksync_swap_BigDecimal - totalSupply_gt: zksync_swap_BigDecimal - totalSupply_lt: zksync_swap_BigDecimal - totalSupply_gte: zksync_swap_BigDecimal - totalSupply_lte: zksync_swap_BigDecimal - totalSupply_in: [zksync_swap_BigDecimal!] - totalSupply_not_in: [zksync_swap_BigDecimal!] - events_: zksync_swap_LpTokenEvent_filter + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpToken_filter] - or: [zksync_swap_LpToken_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_AssetStatus_filter] + or: [polygon_AssetStatus_filter] } -enum zksync_swap_LpToken_orderBy { +enum polygon_AssetStatus_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 zksync_swap_LpTransferEvent implements zksync_swap_LpTokenEvent { - id: ID! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! - from: zksync_swap_Bytes! - to: zksync_swap_Bytes! - fromBalance: zksync_swap_BigDecimal! - toBalance: zksync_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + status } -input zksync_swap_LpTransferEvent_filter { +input polygon_Asset_filter { id: ID id_not: ID id_gt: ID @@ -80075,143 +79779,144 @@ input zksync_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_: zksync_swap_LpToken_filter - amount: zksync_swap_BigDecimal - amount_not: zksync_swap_BigDecimal - amount_gt: zksync_swap_BigDecimal - amount_lt: zksync_swap_BigDecimal - amount_gte: zksync_swap_BigDecimal - amount_lte: zksync_swap_BigDecimal - amount_in: [zksync_swap_BigDecimal!] - amount_not_in: [zksync_swap_BigDecimal!] - from: zksync_swap_Bytes - from_not: zksync_swap_Bytes - from_gt: zksync_swap_Bytes - from_lt: zksync_swap_Bytes - from_gte: zksync_swap_Bytes - from_lte: zksync_swap_Bytes - from_in: [zksync_swap_Bytes!] - from_not_in: [zksync_swap_Bytes!] - from_contains: zksync_swap_Bytes - from_not_contains: zksync_swap_Bytes - to: zksync_swap_Bytes - to_not: zksync_swap_Bytes - to_gt: zksync_swap_Bytes - to_lt: zksync_swap_Bytes - to_gte: zksync_swap_Bytes - to_lte: zksync_swap_Bytes - to_in: [zksync_swap_Bytes!] - to_not_in: [zksync_swap_Bytes!] - to_contains: zksync_swap_Bytes - to_not_contains: zksync_swap_Bytes - fromBalance: zksync_swap_BigDecimal - fromBalance_not: zksync_swap_BigDecimal - fromBalance_gt: zksync_swap_BigDecimal - fromBalance_lt: zksync_swap_BigDecimal - fromBalance_gte: zksync_swap_BigDecimal - fromBalance_lte: zksync_swap_BigDecimal - fromBalance_in: [zksync_swap_BigDecimal!] - fromBalance_not_in: [zksync_swap_BigDecimal!] - toBalance: zksync_swap_BigDecimal - toBalance_not: zksync_swap_BigDecimal - toBalance_gt: zksync_swap_BigDecimal - toBalance_lt: zksync_swap_BigDecimal - toBalance_gte: zksync_swap_BigDecimal - toBalance_lte: zksync_swap_BigDecimal - toBalance_in: [zksync_swap_BigDecimal!] - toBalance_not_in: [zksync_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: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_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: 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!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: polygon_Bytes + canonicalId_not: polygon_Bytes + canonicalId_gt: polygon_Bytes + canonicalId_lt: polygon_Bytes + canonicalId_gte: polygon_Bytes + canonicalId_lte: polygon_Bytes + canonicalId_in: [polygon_Bytes!] + canonicalId_not_in: [polygon_Bytes!] + canonicalId_contains: polygon_Bytes + canonicalId_not_contains: polygon_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpTransferEvent_filter] - or: [zksync_swap_LpTransferEvent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Asset_filter] + or: [polygon_Asset_filter] } -enum zksync_swap_LpTransferEvent_orderBy { +enum polygon_Asset_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -"""Defines the order direction, either ascending or descending""" -enum zksync_swap_OrderDirection { - asc - desc +scalar polygon_BigDecimal + +input polygon_BlockChangedFilter { + number_gte: Int! } -type zksync_swap_PooledToken { +input polygon_Block_height { + hash: polygon_Bytes + number: Int + number_gte: Int +} + +scalar polygon_Bytes + +type polygon_ConnectorMeta { id: ID! - asset: zksync_swap_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: polygon_Bytes + rootManager: polygon_Bytes + mirrorConnector: polygon_Bytes } -input zksync_swap_PooledToken_filter { +input polygon_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -80220,72 +79925,109 @@ input zksync_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: zksync_swap_Bytes - asset_not: zksync_swap_Bytes - asset_gt: zksync_swap_Bytes - asset_lt: zksync_swap_Bytes - asset_gte: zksync_swap_Bytes - asset_lte: zksync_swap_Bytes - asset_in: [zksync_swap_Bytes!] - asset_not_in: [zksync_swap_Bytes!] - asset_contains: zksync_swap_Bytes - asset_not_contains: zksync_swap_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_PooledToken_filter] - or: [zksync_swap_PooledToken_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_ConnectorMeta_filter] + or: [polygon_ConnectorMeta_filter] } -enum zksync_swap_PooledToken_orderBy { +enum polygon_ConnectorMeta_orderBy { id - asset -} - -type zksync_swap_StableSwap { - id: ID! - isActive: Boolean - key: zksync_swap_Bytes! - canonicalId: zksync_swap_Bytes - domain: BigInt - swapPool: zksync_swap_Bytes - lpToken: zksync_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [zksync_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_StableSwapEvent_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_StableSwapEvent_filter): [zksync_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_StableSwapExchange_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_StableSwapExchange_filter): [zksync_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapHourlyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapHourlyVolume_filter): [zksync_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapDailyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapDailyVolume_filter): [zksync_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapWeeklyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapWeeklyVolume_filter): [zksync_swap_SwapWeeklyVolume!] + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEvent { +type polygon_DestinationTransfer { id: ID! - stableSwap: zksync_swap_StableSwap! - provider: zksync_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: 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 zksync_swap_StableSwapAddLiquidityEvent_filter { +input polygon_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -80294,105 +80036,24 @@ input zksync_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_: zksync_swap_StableSwap_filter - provider: zksync_swap_Bytes - provider_not: zksync_swap_Bytes - provider_gt: zksync_swap_Bytes - provider_lt: zksync_swap_Bytes - provider_gte: zksync_swap_Bytes - provider_lte: zksync_swap_Bytes - provider_in: [zksync_swap_Bytes!] - provider_not_in: [zksync_swap_Bytes!] - provider_contains: zksync_swap_Bytes - provider_not_contains: zksync_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: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_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: 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 @@ -80401,54 +80062,374 @@ input zksync_swap_StableSwapAddLiquidityEvent_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!] + 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 + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygon_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapAddLiquidityEvent_filter] - or: [zksync_swap_StableSwapAddLiquidityEvent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_DestinationTransfer_filter] + or: [polygon_DestinationTransfer_filter] } -enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { +enum polygon_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 - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction + chainId + transferId nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -interface zksync_swap_StableSwapEvent { +""" +8 bytes signed integer + +""" +scalar polygon_Int8 + +type polygon_OptimisticRootFinalized { id: ID! - stableSwap: zksync_swap_StableSwap! - block: BigInt! + aggregateRoot: polygon_Bytes! timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input zksync_swap_StableSwapEvent_filter { +input polygon_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -80457,35 +80438,16 @@ input zksync_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_: zksync_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!] + aggregateRoot: polygon_Bytes + aggregateRoot_not: polygon_Bytes + aggregateRoot_gt: polygon_Bytes + aggregateRoot_lt: polygon_Bytes + aggregateRoot_gte: polygon_Bytes + aggregateRoot_lte: polygon_Bytes + aggregateRoot_in: [polygon_Bytes!] + aggregateRoot_not_in: [polygon_Bytes!] + aggregateRoot_contains: polygon_Bytes + aggregateRoot_not_contains: polygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -80494,72 +80456,47 @@ input zksync_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapEvent_filter] - or: [zksync_swap_StableSwapEvent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OptimisticRootFinalized_filter] + or: [polygon_OptimisticRootFinalized_filter] } -enum zksync_swap_StableSwapEvent_orderBy { +enum polygon_OptimisticRootFinalized_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - 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 + aggregateRoot timestamp - transaction - nonce + blockNumber } -type zksync_swap_StableSwapExchange { +"""Defines the order direction, either ascending or descending""" +enum polygon_OrderDirection { + asc + desc +} + +type polygon_OriginMessage { id: ID! - stableSwap: zksync_swap_StableSwap! - buyer: zksync_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + 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 zksync_swap_StableSwapExchange_filter { +input polygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -80568,172 +80505,158 @@ input zksync_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_: zksync_swap_StableSwap_filter - buyer: zksync_swap_Bytes - buyer_not: zksync_swap_Bytes - buyer_gt: zksync_swap_Bytes - buyer_lt: zksync_swap_Bytes - buyer_gte: zksync_swap_Bytes - buyer_lte: zksync_swap_Bytes - buyer_in: [zksync_swap_Bytes!] - buyer_not_in: [zksync_swap_Bytes!] - buyer_contains: zksync_swap_Bytes - buyer_not_contains: zksync_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: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_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!] + 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapExchange_filter] - or: [zksync_swap_StableSwapExchange_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginMessage_filter] + or: [polygon_OriginMessage_filter] } -enum zksync_swap_StableSwapExchange_orderBy { +enum polygon_OriginMessage_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwapEvent { +type polygon_OriginTransfer { id: ID! - stableSwap: zksync_swap_StableSwap! - provider: zksync_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: 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 zksync_swap_StableSwapRemoveLiquidityEvent_filter { +input polygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -80742,105 +80665,24 @@ input zksync_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_: zksync_swap_StableSwap_filter - provider: zksync_swap_Bytes - provider_not: zksync_swap_Bytes - provider_gt: zksync_swap_Bytes - provider_lt: zksync_swap_Bytes - provider_gte: zksync_swap_Bytes - provider_lte: zksync_swap_Bytes - provider_in: [zksync_swap_Bytes!] - provider_not_in: [zksync_swap_Bytes!] - provider_contains: zksync_swap_Bytes - provider_not_contains: zksync_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: zksync_swap_Bytes - transaction_not: zksync_swap_Bytes - transaction_gt: zksync_swap_Bytes - transaction_lt: zksync_swap_Bytes - transaction_gte: zksync_swap_Bytes - transaction_lte: zksync_swap_Bytes - transaction_in: [zksync_swap_Bytes!] - transaction_not_in: [zksync_swap_Bytes!] - transaction_contains: zksync_swap_Bytes - transaction_not_contains: zksync_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: 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 @@ -80849,45 +80691,342 @@ input zksync_swap_StableSwapRemoveLiquidityEvent_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 + 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!] + 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 + 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] - or: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_OriginTransfer_filter] + or: [polygon_OriginTransfer_filter] } -enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum polygon_OriginTransfer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction + chainId + transferId nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -input zksync_swap_StableSwap_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 @@ -80896,201 +81035,101 @@ input zksync_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: zksync_swap_Bytes - key_not: zksync_swap_Bytes - key_gt: zksync_swap_Bytes - key_lt: zksync_swap_Bytes - key_gte: zksync_swap_Bytes - key_lte: zksync_swap_Bytes - key_in: [zksync_swap_Bytes!] - key_not_in: [zksync_swap_Bytes!] - key_contains: zksync_swap_Bytes - key_not_contains: zksync_swap_Bytes - canonicalId: zksync_swap_Bytes - canonicalId_not: zksync_swap_Bytes - canonicalId_gt: zksync_swap_Bytes - canonicalId_lt: zksync_swap_Bytes - canonicalId_gte: zksync_swap_Bytes - canonicalId_lte: zksync_swap_Bytes - canonicalId_in: [zksync_swap_Bytes!] - canonicalId_not_in: [zksync_swap_Bytes!] - canonicalId_contains: zksync_swap_Bytes - canonicalId_not_contains: zksync_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: zksync_swap_Bytes - swapPool_not: zksync_swap_Bytes - swapPool_gt: zksync_swap_Bytes - swapPool_lt: zksync_swap_Bytes - swapPool_gte: zksync_swap_Bytes - swapPool_lte: zksync_swap_Bytes - swapPool_in: [zksync_swap_Bytes!] - swapPool_not_in: [zksync_swap_Bytes!] - swapPool_contains: zksync_swap_Bytes - swapPool_not_contains: zksync_swap_Bytes - lpToken: zksync_swap_Bytes - lpToken_not: zksync_swap_Bytes - lpToken_gt: zksync_swap_Bytes - lpToken_lt: zksync_swap_Bytes - lpToken_gte: zksync_swap_Bytes - lpToken_lte: zksync_swap_Bytes - lpToken_in: [zksync_swap_Bytes!] - lpToken_not_in: [zksync_swap_Bytes!] - lpToken_contains: zksync_swap_Bytes - lpToken_not_contains: zksync_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: [zksync_swap_Bytes!] - pooledTokens_not: [zksync_swap_Bytes!] - pooledTokens_contains: [zksync_swap_Bytes!] - pooledTokens_contains_nocase: [zksync_swap_Bytes!] - pooledTokens_not_contains: [zksync_swap_Bytes!] - pooledTokens_not_contains_nocase: [zksync_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_: zksync_swap_StableSwapEvent_filter - exchanges_: zksync_swap_StableSwapExchange_filter - hourlyVolumes_: zksync_swap_SwapHourlyVolume_filter - dailyVolumes_: zksync_swap_SwapDailyVolume_filter - weeklyVolumes_: zksync_swap_SwapWeeklyVolume_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: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwap_filter] - or: [zksync_swap_StableSwap_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFee_filter] + or: [polygon_RelayerFee_filter] } -enum zksync_swap_StableSwap_orderBy { +enum polygon_RelayerFee_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 + 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 zksync_swap_SwapDailyVolume implements zksync_swap_SwapTradeVolume { +type polygon_RelayerFeesIncrease { id: ID! - stableSwap: zksync_swap_StableSwap! + transfer: polygon_OriginTransfer! + increase: BigInt + asset: polygon_Bytes + caller: polygon_Bytes! + transactionHash: polygon_Bytes! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input zksync_swap_SwapDailyVolume_filter { +input polygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -81099,27 +81138,65 @@ input zksync_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_: zksync_swap_StableSwap_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 + 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 @@ -81128,51 +81205,79 @@ input zksync_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapDailyVolume_filter] - or: [zksync_swap_SwapDailyVolume_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFeesIncrease_filter] + or: [polygon_RelayerFeesIncrease_filter] } -enum zksync_swap_SwapDailyVolume_orderBy { +enum polygon_RelayerFeesIncrease_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + 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 - volume -} - -type zksync_swap_SwapHourlyVolume implements zksync_swap_SwapTradeVolume { - id: ID! - stableSwap: zksync_swap_StableSwap! - timestamp: BigInt! - volume: zksync_swap_BigDecimal! + gasPrice + gasLimit + blockNumber } -input zksync_swap_SwapHourlyVolume_filter { +input polygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -81181,152 +81286,38 @@ input zksync_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_: zksync_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: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapHourlyVolume_filter] - or: [zksync_swap_SwapHourlyVolume_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Relayer_filter] + or: [polygon_Relayer_filter] } -enum zksync_swap_SwapHourlyVolume_orderBy { +enum polygon_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 -} - -interface zksync_swap_SwapTradeVolume { - stableSwap: zksync_swap_StableSwap! - timestamp: BigInt! - volume: zksync_swap_BigDecimal! -} - -input zksync_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_: zksync_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: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapTradeVolume_filter] - or: [zksync_swap_SwapTradeVolume_filter] -} - -enum zksync_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 + isActive + relayer } -type zksync_swap_SwapWeeklyVolume implements zksync_swap_SwapTradeVolume { +type polygon_RootCount { id: ID! - stableSwap: zksync_swap_StableSwap! - timestamp: BigInt! - volume: zksync_swap_BigDecimal! + count: BigInt } -input zksync_swap_SwapWeeklyVolume_filter { +input polygon_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -81335,79 +81326,173 @@ input zksync_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_: zksync_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_RootCount_filter] + or: [polygon_RootCount_filter] +} + +enum polygon_RootCount_orderBy { + id + count +} + +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 + 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: 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 timestamp_lt: BigInt timestamp_gte: BigInt timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: zksync_swap_BigDecimal - volume_not: zksync_swap_BigDecimal - volume_gt: zksync_swap_BigDecimal - volume_lt: zksync_swap_BigDecimal - volume_gte: zksync_swap_BigDecimal - volume_lte: zksync_swap_BigDecimal - volume_in: [zksync_swap_BigDecimal!] - volume_not_in: [zksync_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapWeeklyVolume_filter] - or: [zksync_swap_SwapWeeklyVolume_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RootMessageSent_filter] + or: [polygon_RootMessageSent_filter] } -enum zksync_swap_SwapWeeklyVolume_orderBy { +enum polygon_RootMessageSent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type zksync_swap_SystemInfo { +type polygon_Router { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + 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!]! } -input zksync_swap_SystemInfo_filter { +type polygon_RouterDailyTVL { + id: ID! + router: polygon_Router! + asset: polygon_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input polygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -81416,47 +81501,713 @@ input zksync_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!] + 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_SystemInfo_filter] - or: [zksync_swap_SystemInfo_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterDailyTVL_filter] + or: [polygon_RouterDailyTVL_filter] } -enum zksync_swap_SystemInfo_orderBy { +enum polygon_RouterDailyTVL_orderBy { id - exchangeCount - swapCount + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance } -type zksync_swap__Block_ { +type polygon_RouterLiquidityEvent { + id: ID! + type: polygon_RouterLiquidityEventType + router: polygon_Router! + asset: polygon_Asset! + amount: BigInt! + balance: BigInt! + caller: polygon_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: polygon_Bytes! + nonce: BigInt! +} + +enum polygon_RouterLiquidityEventType { + Add + Remove +} + +input polygon_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: polygon_RouterLiquidityEventType + type_not: polygon_RouterLiquidityEventType + type_in: [polygon_RouterLiquidityEventType!] + type_not_in: [polygon_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: polygon_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: polygon_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: polygon_Bytes + caller_not: polygon_Bytes + caller_gt: polygon_Bytes + caller_lt: polygon_Bytes + caller_gte: polygon_Bytes + caller_lte: polygon_Bytes + caller_in: [polygon_Bytes!] + caller_not_in: [polygon_Bytes!] + caller_contains: polygon_Bytes + caller_not_contains: polygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: polygon_Bytes + transactionHash_not: polygon_Bytes + transactionHash_gt: polygon_Bytes + transactionHash_lt: polygon_Bytes + transactionHash_gte: polygon_Bytes + transactionHash_lte: polygon_Bytes + transactionHash_in: [polygon_Bytes!] + transactionHash_not_in: [polygon_Bytes!] + transactionHash_contains: polygon_Bytes + transactionHash_not_contains: polygon_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_RouterLiquidityEvent_filter] + or: [polygon_RouterLiquidityEvent_filter] +} + +enum polygon_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input polygon_Router_filter { + id: ID + id_not: ID + id_gt: ID + 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: 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: polygon_BlockChangedFilter + and: [polygon_Router_filter] + or: [polygon_Router_filter] +} + +enum polygon_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type polygon_Sequencer { + id: ID! + isActive: Boolean! + sequencer: polygon_Bytes +} + +input polygon_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: 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: polygon_BlockChangedFilter + and: [polygon_Sequencer_filter] + or: [polygon_Sequencer_filter] +} + +enum polygon_Sequencer_orderBy { + id + isActive + sequencer +} + +type polygon_Setting { + id: ID! + 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! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input polygon_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_: 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 + 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: polygon_BlockChangedFilter + and: [polygon_SlippageUpdate_filter] + or: [polygon_SlippageUpdate_filter] +} + +enum 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 +} + +type polygon_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: polygon_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input polygon_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: 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!] + 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: polygon_BlockChangedFilter + and: [polygon_SnapshotRoot_filter] + or: [polygon_SnapshotRoot_filter] +} + +enum polygon_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type polygon_SpokeConnectorMode { + id: ID! + mode: String! +} + +input polygon_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_SpokeConnectorMode_filter] + or: [polygon_SpokeConnectorMode_filter] +} + +enum polygon_SpokeConnectorMode_orderBy { + id + mode +} + +enum polygon_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type polygon__Block_ { """The hash of the block""" - hash: zksync_swap_Bytes + hash: polygon_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: zksync_swap_Bytes + parentHash: polygon_Bytes } """The type for the top-level _meta field""" -type zksync_swap__Meta_ { +type polygon__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -81464,55 +82215,55 @@ type zksync_swap__Meta_ { and therefore asks for the latest block """ - block: zksync_swap__Block_! + block: polygon__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum base_swap_Aggregation_interval { +enum zksync_swap_Aggregation_interval { hour day } -scalar base_swap_BigDecimal +scalar zksync_swap_BigDecimal -input base_swap_BlockChangedFilter { +input zksync_swap_BlockChangedFilter { number_gte: Int! } -input base_swap_Block_height { - hash: base_swap_Bytes +input zksync_swap_Block_height { + hash: zksync_swap_Bytes number: Int number_gte: Int } -scalar base_swap_Bytes +scalar zksync_swap_Bytes """ 8 bytes signed integer """ -scalar base_swap_Int8 +scalar zksync_swap_Int8 -type base_swap_LpAccount { +type zksync_swap_LpAccount { id: ID! - address: base_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: base_swap_LpAccountBalance_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_LpAccountBalance_filter): [base_swap_LpAccountBalance!]! + address: zksync_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_LpAccountBalance_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_LpAccountBalance_filter): [zksync_swap_LpAccountBalance!]! } -type base_swap_LpAccountBalance { +type zksync_swap_LpAccountBalance { id: ID! - account: base_swap_LpAccount! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! + account: zksync_swap_LpAccount! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! block: BigInt modified: BigInt - transaction: base_swap_Bytes + transaction: zksync_swap_Bytes } -input base_swap_LpAccountBalance_filter { +input zksync_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -81541,7 +82292,7 @@ input base_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: base_swap_LpAccount_filter + account_: zksync_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -81562,15 +82313,15 @@ input base_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: base_swap_LpToken_filter - amount: base_swap_BigDecimal - amount_not: base_swap_BigDecimal - amount_gt: base_swap_BigDecimal - amount_lt: base_swap_BigDecimal - amount_gte: base_swap_BigDecimal - amount_lte: base_swap_BigDecimal - amount_in: [base_swap_BigDecimal!] - amount_not_in: [base_swap_BigDecimal!] + token_: zksync_swap_LpToken_filter + amount: zksync_swap_BigDecimal + amount_not: zksync_swap_BigDecimal + amount_gt: zksync_swap_BigDecimal + amount_lt: zksync_swap_BigDecimal + amount_gte: zksync_swap_BigDecimal + amount_lte: zksync_swap_BigDecimal + amount_in: [zksync_swap_BigDecimal!] + amount_not_in: [zksync_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -81587,23 +82338,23 @@ input base_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpAccountBalance_filter] - or: [base_swap_LpAccountBalance_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpAccountBalance_filter] + or: [zksync_swap_LpAccountBalance_filter] } -enum base_swap_LpAccountBalance_orderBy { +enum zksync_swap_LpAccountBalance_orderBy { id account account__id @@ -81621,7 +82372,7 @@ enum base_swap_LpAccountBalance_orderBy { transaction } -input base_swap_LpAccount_filter { +input zksync_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -81630,51 +82381,51 @@ input base_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: base_swap_Bytes - address_not: base_swap_Bytes - address_gt: base_swap_Bytes - address_lt: base_swap_Bytes - address_gte: base_swap_Bytes - address_lte: base_swap_Bytes - address_in: [base_swap_Bytes!] - address_not_in: [base_swap_Bytes!] - address_contains: base_swap_Bytes - address_not_contains: base_swap_Bytes - balances_: base_swap_LpAccountBalance_filter + address: zksync_swap_Bytes + address_not: zksync_swap_Bytes + address_gt: zksync_swap_Bytes + address_lt: zksync_swap_Bytes + address_gte: zksync_swap_Bytes + address_lte: zksync_swap_Bytes + address_in: [zksync_swap_Bytes!] + address_not_in: [zksync_swap_Bytes!] + address_contains: zksync_swap_Bytes + address_not_contains: zksync_swap_Bytes + balances_: zksync_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpAccount_filter] - or: [base_swap_LpAccount_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpAccount_filter] + or: [zksync_swap_LpAccount_filter] } -enum base_swap_LpAccount_orderBy { +enum zksync_swap_LpAccount_orderBy { id address balances } -type base_swap_LpToken { +type zksync_swap_LpToken { id: ID! - address: base_swap_Bytes! - stableSwap: base_swap_StableSwap! + address: zksync_swap_Bytes! + stableSwap: zksync_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: base_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: base_swap_LpTokenEvent_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_LpTokenEvent_filter): [base_swap_LpTokenEvent!]! + totalSupply: zksync_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_LpTokenEvent_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_LpTokenEvent_filter): [zksync_swap_LpTokenEvent!]! } -interface base_swap_LpTokenEvent { +interface zksync_swap_LpTokenEvent { id: ID! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: base_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input base_swap_LpTokenEvent_filter { +input zksync_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -81703,15 +82454,15 @@ input base_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: base_swap_LpToken_filter - amount: base_swap_BigDecimal - amount_not: base_swap_BigDecimal - amount_gt: base_swap_BigDecimal - amount_lt: base_swap_BigDecimal - amount_gte: base_swap_BigDecimal - amount_lte: base_swap_BigDecimal - amount_in: [base_swap_BigDecimal!] - amount_not_in: [base_swap_BigDecimal!] + token_: zksync_swap_LpToken_filter + amount: zksync_swap_BigDecimal + amount_not: zksync_swap_BigDecimal + amount_gt: zksync_swap_BigDecimal + amount_lt: zksync_swap_BigDecimal + amount_gte: zksync_swap_BigDecimal + amount_lte: zksync_swap_BigDecimal + amount_in: [zksync_swap_BigDecimal!] + amount_not_in: [zksync_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -81728,16 +82479,16 @@ input base_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -81747,12 +82498,12 @@ input base_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpTokenEvent_filter] - or: [base_swap_LpTokenEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpTokenEvent_filter] + or: [zksync_swap_LpTokenEvent_filter] } -enum base_swap_LpTokenEvent_orderBy { +enum zksync_swap_LpTokenEvent_orderBy { id token token__id @@ -81768,7 +82519,7 @@ enum base_swap_LpTokenEvent_orderBy { nonce } -input base_swap_LpToken_filter { +input zksync_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -81777,16 +82528,16 @@ input base_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: base_swap_Bytes - address_not: base_swap_Bytes - address_gt: base_swap_Bytes - address_lt: base_swap_Bytes - address_gte: base_swap_Bytes - address_lte: base_swap_Bytes - address_in: [base_swap_Bytes!] - address_not_in: [base_swap_Bytes!] - address_contains: base_swap_Bytes - address_not_contains: base_swap_Bytes + address: zksync_swap_Bytes + address_not: zksync_swap_Bytes + address_gt: zksync_swap_Bytes + address_lt: zksync_swap_Bytes + address_gte: zksync_swap_Bytes + address_lte: zksync_swap_Bytes + address_in: [zksync_swap_Bytes!] + address_not_in: [zksync_swap_Bytes!] + address_contains: zksync_swap_Bytes + address_not_contains: zksync_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -81807,7 +82558,7 @@ input base_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -81856,22 +82607,22 @@ input base_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: base_swap_BigDecimal - totalSupply_not: base_swap_BigDecimal - totalSupply_gt: base_swap_BigDecimal - totalSupply_lt: base_swap_BigDecimal - totalSupply_gte: base_swap_BigDecimal - totalSupply_lte: base_swap_BigDecimal - totalSupply_in: [base_swap_BigDecimal!] - totalSupply_not_in: [base_swap_BigDecimal!] - events_: base_swap_LpTokenEvent_filter + totalSupply: zksync_swap_BigDecimal + totalSupply_not: zksync_swap_BigDecimal + totalSupply_gt: zksync_swap_BigDecimal + totalSupply_lt: zksync_swap_BigDecimal + totalSupply_gte: zksync_swap_BigDecimal + totalSupply_lte: zksync_swap_BigDecimal + totalSupply_in: [zksync_swap_BigDecimal!] + totalSupply_not_in: [zksync_swap_BigDecimal!] + events_: zksync_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpToken_filter] - or: [base_swap_LpToken_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpToken_filter] + or: [zksync_swap_LpToken_filter] } -enum base_swap_LpToken_orderBy { +enum zksync_swap_LpToken_orderBy { id address stableSwap @@ -81898,21 +82649,21 @@ enum base_swap_LpToken_orderBy { events } -type base_swap_LpTransferEvent implements base_swap_LpTokenEvent { +type zksync_swap_LpTransferEvent implements zksync_swap_LpTokenEvent { id: ID! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! - from: base_swap_Bytes! - to: base_swap_Bytes! - fromBalance: base_swap_BigDecimal! - toBalance: base_swap_BigDecimal! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! + from: zksync_swap_Bytes! + to: zksync_swap_Bytes! + fromBalance: zksync_swap_BigDecimal! + toBalance: zksync_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: base_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input base_swap_LpTransferEvent_filter { +input zksync_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -81941,51 +82692,51 @@ input base_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: base_swap_LpToken_filter - amount: base_swap_BigDecimal - amount_not: base_swap_BigDecimal - amount_gt: base_swap_BigDecimal - amount_lt: base_swap_BigDecimal - amount_gte: base_swap_BigDecimal - amount_lte: base_swap_BigDecimal - amount_in: [base_swap_BigDecimal!] - amount_not_in: [base_swap_BigDecimal!] - from: base_swap_Bytes - from_not: base_swap_Bytes - from_gt: base_swap_Bytes - from_lt: base_swap_Bytes - from_gte: base_swap_Bytes - from_lte: base_swap_Bytes - from_in: [base_swap_Bytes!] - from_not_in: [base_swap_Bytes!] - from_contains: base_swap_Bytes - from_not_contains: base_swap_Bytes - to: base_swap_Bytes - to_not: base_swap_Bytes - to_gt: base_swap_Bytes - to_lt: base_swap_Bytes - to_gte: base_swap_Bytes - to_lte: base_swap_Bytes - to_in: [base_swap_Bytes!] - to_not_in: [base_swap_Bytes!] - to_contains: base_swap_Bytes - to_not_contains: base_swap_Bytes - fromBalance: base_swap_BigDecimal - fromBalance_not: base_swap_BigDecimal - fromBalance_gt: base_swap_BigDecimal - fromBalance_lt: base_swap_BigDecimal - fromBalance_gte: base_swap_BigDecimal - fromBalance_lte: base_swap_BigDecimal - fromBalance_in: [base_swap_BigDecimal!] - fromBalance_not_in: [base_swap_BigDecimal!] - toBalance: base_swap_BigDecimal - toBalance_not: base_swap_BigDecimal - toBalance_gt: base_swap_BigDecimal - toBalance_lt: base_swap_BigDecimal - toBalance_gte: base_swap_BigDecimal - toBalance_lte: base_swap_BigDecimal - toBalance_in: [base_swap_BigDecimal!] - toBalance_not_in: [base_swap_BigDecimal!] + token_: zksync_swap_LpToken_filter + amount: zksync_swap_BigDecimal + amount_not: zksync_swap_BigDecimal + amount_gt: zksync_swap_BigDecimal + amount_lt: zksync_swap_BigDecimal + amount_gte: zksync_swap_BigDecimal + amount_lte: zksync_swap_BigDecimal + amount_in: [zksync_swap_BigDecimal!] + amount_not_in: [zksync_swap_BigDecimal!] + from: zksync_swap_Bytes + from_not: zksync_swap_Bytes + from_gt: zksync_swap_Bytes + from_lt: zksync_swap_Bytes + from_gte: zksync_swap_Bytes + from_lte: zksync_swap_Bytes + from_in: [zksync_swap_Bytes!] + from_not_in: [zksync_swap_Bytes!] + from_contains: zksync_swap_Bytes + from_not_contains: zksync_swap_Bytes + to: zksync_swap_Bytes + to_not: zksync_swap_Bytes + to_gt: zksync_swap_Bytes + to_lt: zksync_swap_Bytes + to_gte: zksync_swap_Bytes + to_lte: zksync_swap_Bytes + to_in: [zksync_swap_Bytes!] + to_not_in: [zksync_swap_Bytes!] + to_contains: zksync_swap_Bytes + to_not_contains: zksync_swap_Bytes + fromBalance: zksync_swap_BigDecimal + fromBalance_not: zksync_swap_BigDecimal + fromBalance_gt: zksync_swap_BigDecimal + fromBalance_lt: zksync_swap_BigDecimal + fromBalance_gte: zksync_swap_BigDecimal + fromBalance_lte: zksync_swap_BigDecimal + fromBalance_in: [zksync_swap_BigDecimal!] + fromBalance_not_in: [zksync_swap_BigDecimal!] + toBalance: zksync_swap_BigDecimal + toBalance_not: zksync_swap_BigDecimal + toBalance_gt: zksync_swap_BigDecimal + toBalance_lt: zksync_swap_BigDecimal + toBalance_gte: zksync_swap_BigDecimal + toBalance_lte: zksync_swap_BigDecimal + toBalance_in: [zksync_swap_BigDecimal!] + toBalance_not_in: [zksync_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -82002,16 +82753,16 @@ input base_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -82021,12 +82772,12 @@ input base_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_LpTransferEvent_filter] - or: [base_swap_LpTransferEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpTransferEvent_filter] + or: [zksync_swap_LpTransferEvent_filter] } -enum base_swap_LpTransferEvent_orderBy { +enum zksync_swap_LpTransferEvent_orderBy { id token token__id @@ -82047,17 +82798,17 @@ enum base_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum base_swap_OrderDirection { +enum zksync_swap_OrderDirection { asc desc } -type base_swap_PooledToken { +type zksync_swap_PooledToken { id: ID! - asset: base_swap_Bytes! + asset: zksync_swap_Bytes! } -input base_swap_PooledToken_filter { +input zksync_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -82066,59 +82817,59 @@ input base_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: base_swap_Bytes - asset_not: base_swap_Bytes - asset_gt: base_swap_Bytes - asset_lt: base_swap_Bytes - asset_gte: base_swap_Bytes - asset_lte: base_swap_Bytes - asset_in: [base_swap_Bytes!] - asset_not_in: [base_swap_Bytes!] - asset_contains: base_swap_Bytes - asset_not_contains: base_swap_Bytes + asset: zksync_swap_Bytes + asset_not: zksync_swap_Bytes + asset_gt: zksync_swap_Bytes + asset_lt: zksync_swap_Bytes + asset_gte: zksync_swap_Bytes + asset_lte: zksync_swap_Bytes + asset_in: [zksync_swap_Bytes!] + asset_not_in: [zksync_swap_Bytes!] + asset_contains: zksync_swap_Bytes + asset_not_contains: zksync_swap_Bytes """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_PooledToken_filter] - or: [base_swap_PooledToken_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_PooledToken_filter] + or: [zksync_swap_PooledToken_filter] } -enum base_swap_PooledToken_orderBy { +enum zksync_swap_PooledToken_orderBy { id asset } -type base_swap_StableSwap { +type zksync_swap_StableSwap { id: ID! isActive: Boolean - key: base_swap_Bytes! - canonicalId: base_swap_Bytes + key: zksync_swap_Bytes! + canonicalId: zksync_swap_Bytes domain: BigInt - swapPool: base_swap_Bytes - lpToken: base_swap_Bytes + swapPool: zksync_swap_Bytes + lpToken: zksync_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [base_swap_Bytes!]! + pooledTokens: [zksync_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: base_swap_StableSwapEvent_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_StableSwapEvent_filter): [base_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: base_swap_StableSwapExchange_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_StableSwapExchange_filter): [base_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapHourlyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapHourlyVolume_filter): [base_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapDailyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapDailyVolume_filter): [base_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapWeeklyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapWeeklyVolume_filter): [base_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_StableSwapEvent_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_StableSwapEvent_filter): [zksync_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_StableSwapExchange_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_StableSwapExchange_filter): [zksync_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapHourlyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapHourlyVolume_filter): [zksync_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapDailyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapDailyVolume_filter): [zksync_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: zksync_swap_SwapWeeklyVolume_orderBy, orderDirection: zksync_swap_OrderDirection, where: zksync_swap_SwapWeeklyVolume_filter): [zksync_swap_SwapWeeklyVolume!] } -type base_swap_StableSwapAddLiquidityEvent implements base_swap_StableSwapEvent { +type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEvent { id: ID! - stableSwap: base_swap_StableSwap! - provider: base_swap_Bytes! + stableSwap: zksync_swap_StableSwap! + provider: zksync_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -82127,11 +82878,11 @@ type base_swap_StableSwapAddLiquidityEvent implements base_swap_StableSwapEvent balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: base_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input base_swap_StableSwapAddLiquidityEvent_filter { +input zksync_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -82160,17 +82911,17 @@ input base_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter - provider: base_swap_Bytes - provider_not: base_swap_Bytes - provider_gt: base_swap_Bytes - provider_lt: base_swap_Bytes - provider_gte: base_swap_Bytes - provider_lte: base_swap_Bytes - provider_in: [base_swap_Bytes!] - provider_not_in: [base_swap_Bytes!] - provider_contains: base_swap_Bytes - provider_not_contains: base_swap_Bytes + stableSwap_: zksync_swap_StableSwap_filter + provider: zksync_swap_Bytes + provider_not: zksync_swap_Bytes + provider_gt: zksync_swap_Bytes + provider_lt: zksync_swap_Bytes + provider_gte: zksync_swap_Bytes + provider_lte: zksync_swap_Bytes + provider_in: [zksync_swap_Bytes!] + provider_not_in: [zksync_swap_Bytes!] + provider_contains: zksync_swap_Bytes + provider_not_contains: zksync_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -82229,16 +82980,16 @@ input base_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -82248,12 +82999,12 @@ input base_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwapAddLiquidityEvent_filter] - or: [base_swap_StableSwapAddLiquidityEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapAddLiquidityEvent_filter] + or: [zksync_swap_StableSwapAddLiquidityEvent_filter] } -enum base_swap_StableSwapAddLiquidityEvent_orderBy { +enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -82285,16 +83036,16 @@ enum base_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface base_swap_StableSwapEvent { +interface zksync_swap_StableSwapEvent { id: ID! - stableSwap: base_swap_StableSwap! + stableSwap: zksync_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: base_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input base_swap_StableSwapEvent_filter { +input zksync_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -82323,7 +83074,7 @@ input base_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -82340,16 +83091,16 @@ input base_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -82359,12 +83110,12 @@ input base_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwapEvent_filter] - or: [base_swap_StableSwapEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapEvent_filter] + or: [zksync_swap_StableSwapEvent_filter] } -enum base_swap_StableSwapEvent_orderBy { +enum zksync_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -82389,10 +83140,10 @@ enum base_swap_StableSwapEvent_orderBy { nonce } -type base_swap_StableSwapExchange { +type zksync_swap_StableSwapExchange { id: ID! - stableSwap: base_swap_StableSwap! - buyer: base_swap_Bytes! + stableSwap: zksync_swap_StableSwap! + buyer: zksync_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -82401,11 +83152,11 @@ type base_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: base_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input base_swap_StableSwapExchange_filter { +input zksync_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -82434,17 +83185,17 @@ input base_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter - buyer: base_swap_Bytes - buyer_not: base_swap_Bytes - buyer_gt: base_swap_Bytes - buyer_lt: base_swap_Bytes - buyer_gte: base_swap_Bytes - buyer_lte: base_swap_Bytes - buyer_in: [base_swap_Bytes!] - buyer_not_in: [base_swap_Bytes!] - buyer_contains: base_swap_Bytes - buyer_not_contains: base_swap_Bytes + stableSwap_: zksync_swap_StableSwap_filter + buyer: zksync_swap_Bytes + buyer_not: zksync_swap_Bytes + buyer_gt: zksync_swap_Bytes + buyer_lt: zksync_swap_Bytes + buyer_gte: zksync_swap_Bytes + buyer_lte: zksync_swap_Bytes + buyer_in: [zksync_swap_Bytes!] + buyer_not_in: [zksync_swap_Bytes!] + buyer_contains: zksync_swap_Bytes + buyer_not_contains: zksync_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -82507,16 +83258,16 @@ input base_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -82526,12 +83277,12 @@ input base_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwapExchange_filter] - or: [base_swap_StableSwapExchange_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapExchange_filter] + or: [zksync_swap_StableSwapExchange_filter] } -enum base_swap_StableSwapExchange_orderBy { +enum zksync_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -82563,10 +83314,10 @@ enum base_swap_StableSwapExchange_orderBy { nonce } -type base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEvent { +type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwapEvent { id: ID! - stableSwap: base_swap_StableSwap! - provider: base_swap_Bytes! + stableSwap: zksync_swap_StableSwap! + provider: zksync_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -82575,11 +83326,11 @@ type base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEve balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: base_swap_Bytes! + transaction: zksync_swap_Bytes! nonce: BigInt! } -input base_swap_StableSwapRemoveLiquidityEvent_filter { +input zksync_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -82608,17 +83359,17 @@ input base_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter - provider: base_swap_Bytes - provider_not: base_swap_Bytes - provider_gt: base_swap_Bytes - provider_lt: base_swap_Bytes - provider_gte: base_swap_Bytes - provider_lte: base_swap_Bytes - provider_in: [base_swap_Bytes!] - provider_not_in: [base_swap_Bytes!] - provider_contains: base_swap_Bytes - provider_not_contains: base_swap_Bytes + stableSwap_: zksync_swap_StableSwap_filter + provider: zksync_swap_Bytes + provider_not: zksync_swap_Bytes + provider_gt: zksync_swap_Bytes + provider_lt: zksync_swap_Bytes + provider_gte: zksync_swap_Bytes + provider_lte: zksync_swap_Bytes + provider_in: [zksync_swap_Bytes!] + provider_not_in: [zksync_swap_Bytes!] + provider_contains: zksync_swap_Bytes + provider_not_contains: zksync_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -82677,16 +83428,16 @@ input base_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: base_swap_Bytes - transaction_not: base_swap_Bytes - transaction_gt: base_swap_Bytes - transaction_lt: base_swap_Bytes - transaction_gte: base_swap_Bytes - transaction_lte: base_swap_Bytes - transaction_in: [base_swap_Bytes!] - transaction_not_in: [base_swap_Bytes!] - transaction_contains: base_swap_Bytes - transaction_not_contains: base_swap_Bytes + transaction: zksync_swap_Bytes + transaction_not: zksync_swap_Bytes + transaction_gt: zksync_swap_Bytes + transaction_lt: zksync_swap_Bytes + transaction_gte: zksync_swap_Bytes + transaction_lte: zksync_swap_Bytes + transaction_in: [zksync_swap_Bytes!] + transaction_not_in: [zksync_swap_Bytes!] + transaction_contains: zksync_swap_Bytes + transaction_not_contains: zksync_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -82696,12 +83447,12 @@ input base_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwapRemoveLiquidityEvent_filter] - or: [base_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] + or: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] } -enum base_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -82733,7 +83484,7 @@ enum base_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input base_swap_StableSwap_filter { +input zksync_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -82746,26 +83497,26 @@ input base_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: base_swap_Bytes - key_not: base_swap_Bytes - key_gt: base_swap_Bytes - key_lt: base_swap_Bytes - key_gte: base_swap_Bytes - key_lte: base_swap_Bytes - key_in: [base_swap_Bytes!] - key_not_in: [base_swap_Bytes!] - key_contains: base_swap_Bytes - key_not_contains: base_swap_Bytes - canonicalId: base_swap_Bytes - canonicalId_not: base_swap_Bytes - canonicalId_gt: base_swap_Bytes - canonicalId_lt: base_swap_Bytes - canonicalId_gte: base_swap_Bytes - canonicalId_lte: base_swap_Bytes - canonicalId_in: [base_swap_Bytes!] - canonicalId_not_in: [base_swap_Bytes!] - canonicalId_contains: base_swap_Bytes - canonicalId_not_contains: base_swap_Bytes + key: zksync_swap_Bytes + key_not: zksync_swap_Bytes + key_gt: zksync_swap_Bytes + key_lt: zksync_swap_Bytes + key_gte: zksync_swap_Bytes + key_lte: zksync_swap_Bytes + key_in: [zksync_swap_Bytes!] + key_not_in: [zksync_swap_Bytes!] + key_contains: zksync_swap_Bytes + key_not_contains: zksync_swap_Bytes + canonicalId: zksync_swap_Bytes + canonicalId_not: zksync_swap_Bytes + canonicalId_gt: zksync_swap_Bytes + canonicalId_lt: zksync_swap_Bytes + canonicalId_gte: zksync_swap_Bytes + canonicalId_lte: zksync_swap_Bytes + canonicalId_in: [zksync_swap_Bytes!] + canonicalId_not_in: [zksync_swap_Bytes!] + canonicalId_contains: zksync_swap_Bytes + canonicalId_not_contains: zksync_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -82774,26 +83525,26 @@ input base_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: base_swap_Bytes - swapPool_not: base_swap_Bytes - swapPool_gt: base_swap_Bytes - swapPool_lt: base_swap_Bytes - swapPool_gte: base_swap_Bytes - swapPool_lte: base_swap_Bytes - swapPool_in: [base_swap_Bytes!] - swapPool_not_in: [base_swap_Bytes!] - swapPool_contains: base_swap_Bytes - swapPool_not_contains: base_swap_Bytes - lpToken: base_swap_Bytes - lpToken_not: base_swap_Bytes - lpToken_gt: base_swap_Bytes - lpToken_lt: base_swap_Bytes - lpToken_gte: base_swap_Bytes - lpToken_lte: base_swap_Bytes - lpToken_in: [base_swap_Bytes!] - lpToken_not_in: [base_swap_Bytes!] - lpToken_contains: base_swap_Bytes - lpToken_not_contains: base_swap_Bytes + swapPool: zksync_swap_Bytes + swapPool_not: zksync_swap_Bytes + swapPool_gt: zksync_swap_Bytes + swapPool_lt: zksync_swap_Bytes + swapPool_gte: zksync_swap_Bytes + swapPool_lte: zksync_swap_Bytes + swapPool_in: [zksync_swap_Bytes!] + swapPool_not_in: [zksync_swap_Bytes!] + swapPool_contains: zksync_swap_Bytes + swapPool_not_contains: zksync_swap_Bytes + lpToken: zksync_swap_Bytes + lpToken_not: zksync_swap_Bytes + lpToken_gt: zksync_swap_Bytes + lpToken_lt: zksync_swap_Bytes + lpToken_gte: zksync_swap_Bytes + lpToken_lte: zksync_swap_Bytes + lpToken_in: [zksync_swap_Bytes!] + lpToken_not_in: [zksync_swap_Bytes!] + lpToken_contains: zksync_swap_Bytes + lpToken_not_contains: zksync_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -82842,12 +83593,12 @@ input base_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [base_swap_Bytes!] - pooledTokens_not: [base_swap_Bytes!] - pooledTokens_contains: [base_swap_Bytes!] - pooledTokens_contains_nocase: [base_swap_Bytes!] - pooledTokens_not_contains: [base_swap_Bytes!] - pooledTokens_not_contains_nocase: [base_swap_Bytes!] + pooledTokens: [zksync_swap_Bytes!] + pooledTokens_not: [zksync_swap_Bytes!] + pooledTokens_contains: [zksync_swap_Bytes!] + pooledTokens_contains_nocase: [zksync_swap_Bytes!] + pooledTokens_not_contains: [zksync_swap_Bytes!] + pooledTokens_not_contains_nocase: [zksync_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -82890,18 +83641,18 @@ input base_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: base_swap_StableSwapEvent_filter - exchanges_: base_swap_StableSwapExchange_filter - hourlyVolumes_: base_swap_SwapHourlyVolume_filter - dailyVolumes_: base_swap_SwapDailyVolume_filter - weeklyVolumes_: base_swap_SwapWeeklyVolume_filter + events_: zksync_swap_StableSwapEvent_filter + exchanges_: zksync_swap_StableSwapExchange_filter + hourlyVolumes_: zksync_swap_SwapHourlyVolume_filter + dailyVolumes_: zksync_swap_SwapDailyVolume_filter + weeklyVolumes_: zksync_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_StableSwap_filter] - or: [base_swap_StableSwap_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwap_filter] + or: [zksync_swap_StableSwap_filter] } -enum base_swap_StableSwap_orderBy { +enum zksync_swap_StableSwap_orderBy { id isActive key @@ -82929,14 +83680,14 @@ enum base_swap_StableSwap_orderBy { weeklyVolumes } -type base_swap_SwapDailyVolume implements base_swap_SwapTradeVolume { +type zksync_swap_SwapDailyVolume implements zksync_swap_SwapTradeVolume { id: ID! - stableSwap: base_swap_StableSwap! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - volume: base_swap_BigDecimal! + volume: zksync_swap_BigDecimal! } -input base_swap_SwapDailyVolume_filter { +input zksync_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -82965,7 +83716,7 @@ input base_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -82974,21 +83725,21 @@ input base_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: base_swap_BigDecimal - volume_not: base_swap_BigDecimal - volume_gt: base_swap_BigDecimal - volume_lt: base_swap_BigDecimal - volume_gte: base_swap_BigDecimal - volume_lte: base_swap_BigDecimal - volume_in: [base_swap_BigDecimal!] - volume_not_in: [base_swap_BigDecimal!] + volume: zksync_swap_BigDecimal + volume_not: zksync_swap_BigDecimal + volume_gt: zksync_swap_BigDecimal + volume_lt: zksync_swap_BigDecimal + volume_gte: zksync_swap_BigDecimal + volume_lte: zksync_swap_BigDecimal + volume_in: [zksync_swap_BigDecimal!] + volume_not_in: [zksync_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SwapDailyVolume_filter] - or: [base_swap_SwapDailyVolume_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapDailyVolume_filter] + or: [zksync_swap_SwapDailyVolume_filter] } -enum base_swap_SwapDailyVolume_orderBy { +enum zksync_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -83011,14 +83762,14 @@ enum base_swap_SwapDailyVolume_orderBy { volume } -type base_swap_SwapHourlyVolume implements base_swap_SwapTradeVolume { +type zksync_swap_SwapHourlyVolume implements zksync_swap_SwapTradeVolume { id: ID! - stableSwap: base_swap_StableSwap! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - volume: base_swap_BigDecimal! + volume: zksync_swap_BigDecimal! } -input base_swap_SwapHourlyVolume_filter { +input zksync_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -83047,7 +83798,7 @@ input base_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83056,21 +83807,21 @@ input base_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: base_swap_BigDecimal - volume_not: base_swap_BigDecimal - volume_gt: base_swap_BigDecimal - volume_lt: base_swap_BigDecimal - volume_gte: base_swap_BigDecimal - volume_lte: base_swap_BigDecimal - volume_in: [base_swap_BigDecimal!] - volume_not_in: [base_swap_BigDecimal!] + volume: zksync_swap_BigDecimal + volume_not: zksync_swap_BigDecimal + volume_gt: zksync_swap_BigDecimal + volume_lt: zksync_swap_BigDecimal + volume_gte: zksync_swap_BigDecimal + volume_lte: zksync_swap_BigDecimal + volume_in: [zksync_swap_BigDecimal!] + volume_not_in: [zksync_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SwapHourlyVolume_filter] - or: [base_swap_SwapHourlyVolume_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapHourlyVolume_filter] + or: [zksync_swap_SwapHourlyVolume_filter] } -enum base_swap_SwapHourlyVolume_orderBy { +enum zksync_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -83093,13 +83844,13 @@ enum base_swap_SwapHourlyVolume_orderBy { volume } -interface base_swap_SwapTradeVolume { - stableSwap: base_swap_StableSwap! +interface zksync_swap_SwapTradeVolume { + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - volume: base_swap_BigDecimal! + volume: zksync_swap_BigDecimal! } -input base_swap_SwapTradeVolume_filter { +input zksync_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -83120,7 +83871,7 @@ input base_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83129,21 +83880,21 @@ input base_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: base_swap_BigDecimal - volume_not: base_swap_BigDecimal - volume_gt: base_swap_BigDecimal - volume_lt: base_swap_BigDecimal - volume_gte: base_swap_BigDecimal - volume_lte: base_swap_BigDecimal - volume_in: [base_swap_BigDecimal!] - volume_not_in: [base_swap_BigDecimal!] + volume: zksync_swap_BigDecimal + volume_not: zksync_swap_BigDecimal + volume_gt: zksync_swap_BigDecimal + volume_lt: zksync_swap_BigDecimal + volume_gte: zksync_swap_BigDecimal + volume_lte: zksync_swap_BigDecimal + volume_in: [zksync_swap_BigDecimal!] + volume_not_in: [zksync_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SwapTradeVolume_filter] - or: [base_swap_SwapTradeVolume_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapTradeVolume_filter] + or: [zksync_swap_SwapTradeVolume_filter] } -enum base_swap_SwapTradeVolume_orderBy { +enum zksync_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -83165,14 +83916,14 @@ enum base_swap_SwapTradeVolume_orderBy { volume } -type base_swap_SwapWeeklyVolume implements base_swap_SwapTradeVolume { +type zksync_swap_SwapWeeklyVolume implements zksync_swap_SwapTradeVolume { id: ID! - stableSwap: base_swap_StableSwap! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - volume: base_swap_BigDecimal! + volume: zksync_swap_BigDecimal! } -input base_swap_SwapWeeklyVolume_filter { +input zksync_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -83201,7 +83952,7 @@ input base_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: base_swap_StableSwap_filter + stableSwap_: zksync_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83210,21 +83961,21 @@ input base_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: base_swap_BigDecimal - volume_not: base_swap_BigDecimal - volume_gt: base_swap_BigDecimal - volume_lt: base_swap_BigDecimal - volume_gte: base_swap_BigDecimal - volume_lte: base_swap_BigDecimal - volume_in: [base_swap_BigDecimal!] - volume_not_in: [base_swap_BigDecimal!] + volume: zksync_swap_BigDecimal + volume_not: zksync_swap_BigDecimal + volume_gt: zksync_swap_BigDecimal + volume_lt: zksync_swap_BigDecimal + volume_gte: zksync_swap_BigDecimal + volume_lte: zksync_swap_BigDecimal + volume_in: [zksync_swap_BigDecimal!] + volume_not_in: [zksync_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SwapWeeklyVolume_filter] - or: [base_swap_SwapWeeklyVolume_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapWeeklyVolume_filter] + or: [zksync_swap_SwapWeeklyVolume_filter] } -enum base_swap_SwapWeeklyVolume_orderBy { +enum zksync_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -83247,13 +83998,13 @@ enum base_swap_SwapWeeklyVolume_orderBy { volume } -type base_swap_SystemInfo { +type zksync_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input base_swap_SystemInfo_filter { +input zksync_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -83279,30 +84030,30 @@ input base_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_swap_BlockChangedFilter - and: [base_swap_SystemInfo_filter] - or: [base_swap_SystemInfo_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SystemInfo_filter] + or: [zksync_swap_SystemInfo_filter] } -enum base_swap_SystemInfo_orderBy { +enum zksync_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type base_swap__Block_ { +type zksync_swap__Block_ { """The hash of the block""" - hash: base_swap_Bytes + hash: zksync_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: base_swap_Bytes + parentHash: zksync_swap_Bytes } """The type for the top-level _meta field""" -type base_swap__Meta_ { +type zksync_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 @@ -83310,22 +84061,22 @@ type base_swap__Meta_ { and therefore asks for the latest block """ - block: base_swap__Block_! + block: zksync_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type optimism_AggregateRoot { +type stagingmainnet_AggregateRoot { id: ID! - root: optimism_Bytes! + root: stagingmainnet_Bytes! blockNumber: BigInt! } -type optimism_AggregateRootProposed { +type stagingmainnet_AggregateRootProposed { id: ID! - aggregateRoot: optimism_Bytes! + aggregateRoot: stagingmainnet_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -83333,7 +84084,7 @@ type optimism_AggregateRootProposed { blockNumber: BigInt } -input optimism_AggregateRootProposed_filter { +input stagingmainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -83342,16 +84093,16 @@ input optimism_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: optimism_Bytes - aggregateRoot_not: optimism_Bytes - aggregateRoot_gt: optimism_Bytes - aggregateRoot_lt: optimism_Bytes - aggregateRoot_gte: optimism_Bytes - aggregateRoot_lte: optimism_Bytes - aggregateRoot_in: [optimism_Bytes!] - aggregateRoot_not_in: [optimism_Bytes!] - aggregateRoot_contains: optimism_Bytes - aggregateRoot_not_contains: optimism_Bytes + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -83393,12 +84144,12 @@ input optimism_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AggregateRootProposed_filter] - or: [optimism_AggregateRootProposed_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRootProposed_filter] + or: [stagingmainnet_AggregateRootProposed_filter] } -enum optimism_AggregateRootProposed_orderBy { +enum stagingmainnet_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -83408,7 +84159,7 @@ enum optimism_AggregateRootProposed_orderBy { blockNumber } -input optimism_AggregateRoot_filter { +input stagingmainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -83417,16 +84168,16 @@ input optimism_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes + root: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -83436,42 +84187,47 @@ input optimism_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AggregateRoot_filter] - or: [optimism_AggregateRoot_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRoot_filter] + or: [stagingmainnet_AggregateRoot_filter] } -enum optimism_AggregateRoot_orderBy { +enum stagingmainnet_AggregateRoot_orderBy { id root blockNumber } -type optimism_Asset { +enum stagingmainnet_Aggregation_interval { + hour + day +} + +type stagingmainnet_Asset { id: ID! - key: optimism_Bytes + key: stagingmainnet_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: optimism_Bytes + canonicalId: stagingmainnet_Bytes canonicalDomain: BigInt - adoptedAsset: optimism_Bytes - localAsset: optimism_Bytes + adoptedAsset: stagingmainnet_Bytes + localAsset: stagingmainnet_Bytes blockNumber: BigInt - status: optimism_AssetStatus + status: stagingmainnet_AssetStatus } -type optimism_AssetBalance { +type stagingmainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: optimism_Router! - asset: optimism_Asset! + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! feesEarned: BigInt! } -input optimism_AssetBalance_filter { +input stagingmainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -83532,7 +84288,7 @@ input optimism_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimism_Router_filter + router_: stagingmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -83553,7 +84309,7 @@ input optimism_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter + asset_: stagingmainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -83563,12 +84319,12 @@ input optimism_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AssetBalance_filter] - or: [optimism_AssetBalance_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AssetBalance_filter] + or: [stagingmainnet_AssetBalance_filter] } -enum optimism_AssetBalance_orderBy { +enum stagingmainnet_AssetBalance_orderBy { id amount locked @@ -83594,12 +84350,12 @@ enum optimism_AssetBalance_orderBy { feesEarned } -type optimism_AssetStatus { +type stagingmainnet_AssetStatus { id: ID! status: Boolean } -input optimism_AssetStatus_filter { +input stagingmainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -83613,17 +84369,17 @@ input optimism_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_AssetStatus_filter] - or: [optimism_AssetStatus_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AssetStatus_filter] + or: [stagingmainnet_AssetStatus_filter] } -enum optimism_AssetStatus_orderBy { +enum stagingmainnet_AssetStatus_orderBy { id status } -input optimism_Asset_filter { +input stagingmainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -83632,16 +84388,16 @@ input optimism_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: optimism_Bytes - key_not: optimism_Bytes - key_gt: optimism_Bytes - key_lt: optimism_Bytes - key_gte: optimism_Bytes - key_lte: optimism_Bytes - key_in: [optimism_Bytes!] - key_not_in: [optimism_Bytes!] - key_contains: optimism_Bytes - key_not_contains: optimism_Bytes + key: stagingmainnet_Bytes + key_not: stagingmainnet_Bytes + key_gt: stagingmainnet_Bytes + key_lt: stagingmainnet_Bytes + key_gte: stagingmainnet_Bytes + key_lte: stagingmainnet_Bytes + key_in: [stagingmainnet_Bytes!] + key_not_in: [stagingmainnet_Bytes!] + key_contains: stagingmainnet_Bytes + key_not_contains: stagingmainnet_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -83658,16 +84414,16 @@ input optimism_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: stagingmainnet_Bytes + canonicalId_not: stagingmainnet_Bytes + canonicalId_gt: stagingmainnet_Bytes + canonicalId_lt: stagingmainnet_Bytes + canonicalId_gte: stagingmainnet_Bytes + canonicalId_lte: stagingmainnet_Bytes + canonicalId_in: [stagingmainnet_Bytes!] + canonicalId_not_in: [stagingmainnet_Bytes!] + canonicalId_contains: stagingmainnet_Bytes + canonicalId_not_contains: stagingmainnet_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -83676,26 +84432,26 @@ input optimism_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: optimism_Bytes - adoptedAsset_not: optimism_Bytes - adoptedAsset_gt: optimism_Bytes - adoptedAsset_lt: optimism_Bytes - adoptedAsset_gte: optimism_Bytes - adoptedAsset_lte: optimism_Bytes - adoptedAsset_in: [optimism_Bytes!] - adoptedAsset_not_in: [optimism_Bytes!] - adoptedAsset_contains: optimism_Bytes - adoptedAsset_not_contains: optimism_Bytes - localAsset: optimism_Bytes - localAsset_not: optimism_Bytes - localAsset_gt: optimism_Bytes - localAsset_lt: optimism_Bytes - localAsset_gte: optimism_Bytes - localAsset_lte: optimism_Bytes - localAsset_in: [optimism_Bytes!] - localAsset_not_in: [optimism_Bytes!] - localAsset_contains: optimism_Bytes - localAsset_not_contains: optimism_Bytes + adoptedAsset: stagingmainnet_Bytes + adoptedAsset_not: stagingmainnet_Bytes + adoptedAsset_gt: stagingmainnet_Bytes + adoptedAsset_lt: stagingmainnet_Bytes + adoptedAsset_gte: stagingmainnet_Bytes + adoptedAsset_lte: stagingmainnet_Bytes + adoptedAsset_in: [stagingmainnet_Bytes!] + adoptedAsset_not_in: [stagingmainnet_Bytes!] + adoptedAsset_contains: stagingmainnet_Bytes + adoptedAsset_not_contains: stagingmainnet_Bytes + localAsset: stagingmainnet_Bytes + localAsset_not: stagingmainnet_Bytes + localAsset_gt: stagingmainnet_Bytes + localAsset_lt: stagingmainnet_Bytes + localAsset_gte: stagingmainnet_Bytes + localAsset_lte: stagingmainnet_Bytes + localAsset_in: [stagingmainnet_Bytes!] + localAsset_not_in: [stagingmainnet_Bytes!] + localAsset_contains: stagingmainnet_Bytes + localAsset_not_contains: stagingmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -83724,14 +84480,14 @@ input optimism_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: optimism_AssetStatus_filter + status_: stagingmainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Asset_filter] - or: [optimism_Asset_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Asset_filter] + or: [stagingmainnet_Asset_filter] } -enum optimism_Asset_orderBy { +enum stagingmainnet_Asset_orderBy { id key decimal @@ -83746,30 +84502,30 @@ enum optimism_Asset_orderBy { status__status } -scalar optimism_BigDecimal +scalar stagingmainnet_BigDecimal -input optimism_BlockChangedFilter { +input stagingmainnet_BlockChangedFilter { number_gte: Int! } -input optimism_Block_height { - hash: optimism_Bytes +input stagingmainnet_Block_height { + hash: stagingmainnet_Bytes number: Int number_gte: Int } -scalar optimism_Bytes +scalar stagingmainnet_Bytes -type optimism_ConnectorMeta { +type stagingmainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimism_Bytes - rootManager: optimism_Bytes - mirrorConnector: optimism_Bytes + amb: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes } -input optimism_ConnectorMeta_filter { +input stagingmainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -83794,43 +84550,43 @@ input optimism_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: optimism_Bytes - amb_not: optimism_Bytes - amb_gt: optimism_Bytes - amb_lt: optimism_Bytes - amb_gte: optimism_Bytes - amb_lte: optimism_Bytes - amb_in: [optimism_Bytes!] - amb_not_in: [optimism_Bytes!] - amb_contains: optimism_Bytes - amb_not_contains: optimism_Bytes - rootManager: optimism_Bytes - rootManager_not: optimism_Bytes - rootManager_gt: optimism_Bytes - rootManager_lt: optimism_Bytes - rootManager_gte: optimism_Bytes - rootManager_lte: optimism_Bytes - rootManager_in: [optimism_Bytes!] - rootManager_not_in: [optimism_Bytes!] - rootManager_contains: optimism_Bytes - rootManager_not_contains: optimism_Bytes - mirrorConnector: optimism_Bytes - mirrorConnector_not: optimism_Bytes - mirrorConnector_gt: optimism_Bytes - mirrorConnector_lt: optimism_Bytes - mirrorConnector_gte: optimism_Bytes - mirrorConnector_lte: optimism_Bytes - mirrorConnector_in: [optimism_Bytes!] - mirrorConnector_not_in: [optimism_Bytes!] - mirrorConnector_contains: optimism_Bytes - mirrorConnector_not_contains: optimism_Bytes + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_ConnectorMeta_filter] - or: [optimism_ConnectorMeta_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ConnectorMeta_filter] + or: [stagingmainnet_ConnectorMeta_filter] } -enum optimism_ConnectorMeta_orderBy { +enum stagingmainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -83839,48 +84595,48 @@ enum optimism_ConnectorMeta_orderBy { mirrorConnector } -type optimism_DestinationTransfer { +type stagingmainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: stagingmainnet_Bytes nonce: BigInt - status: optimism_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: optimism_Router_orderBy, orderDirection: optimism_OrderDirection, where: optimism_Router_filter): [optimism_Router!] + status: stagingmainnet_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingmainnet_Router_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_Router_filter): [stagingmainnet_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes + to: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: stagingmainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimism_Bytes + originSender: stagingmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset + canonicalId: stagingmainnet_Bytes + asset: stagingmainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: optimism_Bytes - executedTransactionHash: optimism_Bytes + executedCaller: stagingmainnet_Bytes + executedTransactionHash: stagingmainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimism_Bytes + executedTxOrigin: stagingmainnet_Bytes executedTxNonce: BigInt - reconciledCaller: optimism_Bytes - reconciledTransactionHash: optimism_Bytes + reconciledCaller: stagingmainnet_Bytes + reconciledTransactionHash: stagingmainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimism_Bytes + reconciledTxOrigin: stagingmainnet_Bytes reconciledTxNonce: BigInt } -input optimism_DestinationTransfer_filter { +input stagingmainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -83897,16 +84653,16 @@ input optimism_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: stagingmainnet_Bytes + transferId_not: stagingmainnet_Bytes + transferId_gt: stagingmainnet_Bytes + transferId_lt: stagingmainnet_Bytes + transferId_gte: stagingmainnet_Bytes + transferId_lte: stagingmainnet_Bytes + transferId_in: [stagingmainnet_Bytes!] + transferId_not_in: [stagingmainnet_Bytes!] + transferId_contains: stagingmainnet_Bytes + transferId_not_contains: stagingmainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -83915,17 +84671,17 @@ input optimism_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimism_TransferStatus - status_not: optimism_TransferStatus - status_in: [optimism_TransferStatus!] - status_not_in: [optimism_TransferStatus!] + status: stagingmainnet_TransferStatus + status_not: stagingmainnet_TransferStatus + status_in: [stagingmainnet_TransferStatus!] + status_not_in: [stagingmainnet_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: optimism_Router_filter + routers_: stagingmainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -83950,40 +84706,40 @@ input optimism_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimism_Bytes - to_not: optimism_Bytes - to_gt: optimism_Bytes - to_lt: optimism_Bytes - to_gte: optimism_Bytes - to_lte: optimism_Bytes - to_in: [optimism_Bytes!] - to_not_in: [optimism_Bytes!] - to_contains: optimism_Bytes - to_not_contains: optimism_Bytes - delegate: optimism_Bytes - delegate_not: optimism_Bytes - delegate_gt: optimism_Bytes - delegate_lt: optimism_Bytes - delegate_gte: optimism_Bytes - delegate_lte: optimism_Bytes - delegate_in: [optimism_Bytes!] - delegate_not_in: [optimism_Bytes!] - delegate_contains: optimism_Bytes - delegate_not_contains: optimism_Bytes + to: stagingmainnet_Bytes + to_not: stagingmainnet_Bytes + to_gt: stagingmainnet_Bytes + to_lt: stagingmainnet_Bytes + to_gte: stagingmainnet_Bytes + to_lte: stagingmainnet_Bytes + to_in: [stagingmainnet_Bytes!] + to_not_in: [stagingmainnet_Bytes!] + to_contains: stagingmainnet_Bytes + to_not_contains: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes + delegate_not: stagingmainnet_Bytes + delegate_gt: stagingmainnet_Bytes + delegate_lt: stagingmainnet_Bytes + delegate_gte: stagingmainnet_Bytes + delegate_lte: stagingmainnet_Bytes + delegate_in: [stagingmainnet_Bytes!] + delegate_not_in: [stagingmainnet_Bytes!] + delegate_contains: stagingmainnet_Bytes + delegate_not_contains: stagingmainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimism_Bytes - callData_not: optimism_Bytes - callData_gt: optimism_Bytes - callData_lt: optimism_Bytes - callData_gte: optimism_Bytes - callData_lte: optimism_Bytes - callData_in: [optimism_Bytes!] - callData_not_in: [optimism_Bytes!] - callData_contains: optimism_Bytes - callData_not_contains: optimism_Bytes + callData: stagingmainnet_Bytes + callData_not: stagingmainnet_Bytes + callData_gt: stagingmainnet_Bytes + callData_lt: stagingmainnet_Bytes + callData_gte: stagingmainnet_Bytes + callData_lte: stagingmainnet_Bytes + callData_in: [stagingmainnet_Bytes!] + callData_not_in: [stagingmainnet_Bytes!] + callData_contains: stagingmainnet_Bytes + callData_not_contains: stagingmainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -84000,16 +84756,16 @@ input optimism_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: optimism_Bytes - originSender_not: optimism_Bytes - originSender_gt: optimism_Bytes - originSender_lt: optimism_Bytes - originSender_gte: optimism_Bytes - originSender_lte: optimism_Bytes - originSender_in: [optimism_Bytes!] - originSender_not_in: [optimism_Bytes!] - originSender_contains: optimism_Bytes - originSender_not_contains: optimism_Bytes + originSender: stagingmainnet_Bytes + originSender_not: stagingmainnet_Bytes + originSender_gt: stagingmainnet_Bytes + originSender_lt: stagingmainnet_Bytes + originSender_gte: stagingmainnet_Bytes + originSender_lte: stagingmainnet_Bytes + originSender_in: [stagingmainnet_Bytes!] + originSender_not_in: [stagingmainnet_Bytes!] + originSender_contains: stagingmainnet_Bytes + originSender_not_contains: stagingmainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -84026,16 +84782,16 @@ input optimism_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: stagingmainnet_Bytes + canonicalId_not: stagingmainnet_Bytes + canonicalId_gt: stagingmainnet_Bytes + canonicalId_lt: stagingmainnet_Bytes + canonicalId_gte: stagingmainnet_Bytes + canonicalId_lte: stagingmainnet_Bytes + canonicalId_in: [stagingmainnet_Bytes!] + canonicalId_not_in: [stagingmainnet_Bytes!] + canonicalId_contains: stagingmainnet_Bytes + canonicalId_not_contains: stagingmainnet_Bytes asset: String asset_not: String asset_gt: String @@ -84056,7 +84812,7 @@ input optimism_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter + asset_: stagingmainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -84073,26 +84829,26 @@ input optimism_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: optimism_Bytes - executedCaller_not: optimism_Bytes - executedCaller_gt: optimism_Bytes - executedCaller_lt: optimism_Bytes - executedCaller_gte: optimism_Bytes - executedCaller_lte: optimism_Bytes - executedCaller_in: [optimism_Bytes!] - executedCaller_not_in: [optimism_Bytes!] - executedCaller_contains: optimism_Bytes - executedCaller_not_contains: optimism_Bytes - executedTransactionHash: optimism_Bytes - executedTransactionHash_not: optimism_Bytes - executedTransactionHash_gt: optimism_Bytes - executedTransactionHash_lt: optimism_Bytes - executedTransactionHash_gte: optimism_Bytes - executedTransactionHash_lte: optimism_Bytes - executedTransactionHash_in: [optimism_Bytes!] - executedTransactionHash_not_in: [optimism_Bytes!] - executedTransactionHash_contains: optimism_Bytes - executedTransactionHash_not_contains: optimism_Bytes + executedCaller: stagingmainnet_Bytes + executedCaller_not: stagingmainnet_Bytes + executedCaller_gt: stagingmainnet_Bytes + executedCaller_lt: stagingmainnet_Bytes + executedCaller_gte: stagingmainnet_Bytes + executedCaller_lte: stagingmainnet_Bytes + executedCaller_in: [stagingmainnet_Bytes!] + executedCaller_not_in: [stagingmainnet_Bytes!] + executedCaller_contains: stagingmainnet_Bytes + executedCaller_not_contains: stagingmainnet_Bytes + executedTransactionHash: stagingmainnet_Bytes + executedTransactionHash_not: stagingmainnet_Bytes + executedTransactionHash_gt: stagingmainnet_Bytes + executedTransactionHash_lt: stagingmainnet_Bytes + executedTransactionHash_gte: stagingmainnet_Bytes + executedTransactionHash_lte: stagingmainnet_Bytes + executedTransactionHash_in: [stagingmainnet_Bytes!] + executedTransactionHash_not_in: [stagingmainnet_Bytes!] + executedTransactionHash_contains: stagingmainnet_Bytes + executedTransactionHash_not_contains: stagingmainnet_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -84125,16 +84881,16 @@ input optimism_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: optimism_Bytes - executedTxOrigin_not: optimism_Bytes - executedTxOrigin_gt: optimism_Bytes - executedTxOrigin_lt: optimism_Bytes - executedTxOrigin_gte: optimism_Bytes - executedTxOrigin_lte: optimism_Bytes - executedTxOrigin_in: [optimism_Bytes!] - executedTxOrigin_not_in: [optimism_Bytes!] - executedTxOrigin_contains: optimism_Bytes - executedTxOrigin_not_contains: optimism_Bytes + executedTxOrigin: stagingmainnet_Bytes + executedTxOrigin_not: stagingmainnet_Bytes + executedTxOrigin_gt: stagingmainnet_Bytes + executedTxOrigin_lt: stagingmainnet_Bytes + executedTxOrigin_gte: stagingmainnet_Bytes + executedTxOrigin_lte: stagingmainnet_Bytes + executedTxOrigin_in: [stagingmainnet_Bytes!] + executedTxOrigin_not_in: [stagingmainnet_Bytes!] + executedTxOrigin_contains: stagingmainnet_Bytes + executedTxOrigin_not_contains: stagingmainnet_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -84143,26 +84899,26 @@ input optimism_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: optimism_Bytes - reconciledCaller_not: optimism_Bytes - reconciledCaller_gt: optimism_Bytes - reconciledCaller_lt: optimism_Bytes - reconciledCaller_gte: optimism_Bytes - reconciledCaller_lte: optimism_Bytes - reconciledCaller_in: [optimism_Bytes!] - reconciledCaller_not_in: [optimism_Bytes!] - reconciledCaller_contains: optimism_Bytes - reconciledCaller_not_contains: optimism_Bytes - reconciledTransactionHash: optimism_Bytes - reconciledTransactionHash_not: optimism_Bytes - reconciledTransactionHash_gt: optimism_Bytes - reconciledTransactionHash_lt: optimism_Bytes - reconciledTransactionHash_gte: optimism_Bytes - reconciledTransactionHash_lte: optimism_Bytes - reconciledTransactionHash_in: [optimism_Bytes!] - reconciledTransactionHash_not_in: [optimism_Bytes!] - reconciledTransactionHash_contains: optimism_Bytes - reconciledTransactionHash_not_contains: optimism_Bytes + reconciledCaller: stagingmainnet_Bytes + reconciledCaller_not: stagingmainnet_Bytes + reconciledCaller_gt: stagingmainnet_Bytes + reconciledCaller_lt: stagingmainnet_Bytes + reconciledCaller_gte: stagingmainnet_Bytes + reconciledCaller_lte: stagingmainnet_Bytes + reconciledCaller_in: [stagingmainnet_Bytes!] + reconciledCaller_not_in: [stagingmainnet_Bytes!] + reconciledCaller_contains: stagingmainnet_Bytes + reconciledCaller_not_contains: stagingmainnet_Bytes + reconciledTransactionHash: stagingmainnet_Bytes + reconciledTransactionHash_not: stagingmainnet_Bytes + reconciledTransactionHash_gt: stagingmainnet_Bytes + reconciledTransactionHash_lt: stagingmainnet_Bytes + reconciledTransactionHash_gte: stagingmainnet_Bytes + reconciledTransactionHash_lte: stagingmainnet_Bytes + reconciledTransactionHash_in: [stagingmainnet_Bytes!] + reconciledTransactionHash_not_in: [stagingmainnet_Bytes!] + reconciledTransactionHash_contains: stagingmainnet_Bytes + reconciledTransactionHash_not_contains: stagingmainnet_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -84195,16 +84951,16 @@ input optimism_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: optimism_Bytes - reconciledTxOrigin_not: optimism_Bytes - reconciledTxOrigin_gt: optimism_Bytes - reconciledTxOrigin_lt: optimism_Bytes - reconciledTxOrigin_gte: optimism_Bytes - reconciledTxOrigin_lte: optimism_Bytes - reconciledTxOrigin_in: [optimism_Bytes!] - reconciledTxOrigin_not_in: [optimism_Bytes!] - reconciledTxOrigin_contains: optimism_Bytes - reconciledTxOrigin_not_contains: optimism_Bytes + reconciledTxOrigin: stagingmainnet_Bytes + reconciledTxOrigin_not: stagingmainnet_Bytes + reconciledTxOrigin_gt: stagingmainnet_Bytes + reconciledTxOrigin_lt: stagingmainnet_Bytes + reconciledTxOrigin_gte: stagingmainnet_Bytes + reconciledTxOrigin_lte: stagingmainnet_Bytes + reconciledTxOrigin_in: [stagingmainnet_Bytes!] + reconciledTxOrigin_not_in: [stagingmainnet_Bytes!] + reconciledTxOrigin_contains: stagingmainnet_Bytes + reconciledTxOrigin_not_contains: stagingmainnet_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -84214,12 +84970,12 @@ input optimism_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_DestinationTransfer_filter] - or: [optimism_DestinationTransfer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_DestinationTransfer_filter] + or: [stagingmainnet_DestinationTransfer_filter] } -enum optimism_DestinationTransfer_orderBy { +enum stagingmainnet_DestinationTransfer_orderBy { id chainId transferId @@ -84273,16 +85029,16 @@ enum optimism_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar optimism_Int8 +scalar stagingmainnet_Int8 -type optimism_OptimisticRootFinalized { +type stagingmainnet_OptimisticRootFinalized { id: ID! - aggregateRoot: optimism_Bytes! + aggregateRoot: stagingmainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input optimism_OptimisticRootFinalized_filter { +input stagingmainnet_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -84291,16 +85047,16 @@ input optimism_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: optimism_Bytes - aggregateRoot_not: optimism_Bytes - aggregateRoot_gt: optimism_Bytes - aggregateRoot_lt: optimism_Bytes - aggregateRoot_gte: optimism_Bytes - aggregateRoot_lte: optimism_Bytes - aggregateRoot_in: [optimism_Bytes!] - aggregateRoot_not_in: [optimism_Bytes!] - aggregateRoot_contains: optimism_Bytes - aggregateRoot_not_contains: optimism_Bytes + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -84318,12 +85074,12 @@ input optimism_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OptimisticRootFinalized_filter] - or: [optimism_OptimisticRootFinalized_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootFinalized_filter] + or: [stagingmainnet_OptimisticRootFinalized_filter] } -enum optimism_OptimisticRootFinalized_orderBy { +enum stagingmainnet_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -84331,25 +85087,25 @@ enum optimism_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimism_OrderDirection { +enum stagingmainnet_OrderDirection { asc desc } -type optimism_OriginMessage { +type stagingmainnet_OriginMessage { id: ID! - transferId: optimism_Bytes + transferId: stagingmainnet_Bytes destinationDomain: BigInt - leaf: optimism_Bytes + leaf: stagingmainnet_Bytes index: BigInt - message: optimism_Bytes - root: optimism_Bytes - transactionHash: optimism_Bytes + message: stagingmainnet_Bytes + root: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes blockNumber: BigInt - rootCount: optimism_RootCount + rootCount: stagingmainnet_RootCount } -input optimism_OriginMessage_filter { +input stagingmainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -84358,16 +85114,16 @@ input optimism_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: stagingmainnet_Bytes + transferId_not: stagingmainnet_Bytes + transferId_gt: stagingmainnet_Bytes + transferId_lt: stagingmainnet_Bytes + transferId_gte: stagingmainnet_Bytes + transferId_lte: stagingmainnet_Bytes + transferId_in: [stagingmainnet_Bytes!] + transferId_not_in: [stagingmainnet_Bytes!] + transferId_contains: stagingmainnet_Bytes + transferId_not_contains: stagingmainnet_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -84376,16 +85132,16 @@ input optimism_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: optimism_Bytes - leaf_not: optimism_Bytes - leaf_gt: optimism_Bytes - leaf_lt: optimism_Bytes - leaf_gte: optimism_Bytes - leaf_lte: optimism_Bytes - leaf_in: [optimism_Bytes!] - leaf_not_in: [optimism_Bytes!] - leaf_contains: optimism_Bytes - leaf_not_contains: optimism_Bytes + leaf: stagingmainnet_Bytes + leaf_not: stagingmainnet_Bytes + leaf_gt: stagingmainnet_Bytes + leaf_lt: stagingmainnet_Bytes + leaf_gte: stagingmainnet_Bytes + leaf_lte: stagingmainnet_Bytes + leaf_in: [stagingmainnet_Bytes!] + leaf_not_in: [stagingmainnet_Bytes!] + leaf_contains: stagingmainnet_Bytes + leaf_not_contains: stagingmainnet_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -84394,36 +85150,36 @@ input optimism_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: optimism_Bytes - message_not: optimism_Bytes - message_gt: optimism_Bytes - message_lt: optimism_Bytes - message_gte: optimism_Bytes - message_lte: optimism_Bytes - message_in: [optimism_Bytes!] - message_not_in: [optimism_Bytes!] - message_contains: optimism_Bytes - message_not_contains: optimism_Bytes - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + message: stagingmainnet_Bytes + message_not: stagingmainnet_Bytes + message_gt: stagingmainnet_Bytes + message_lt: stagingmainnet_Bytes + message_gte: stagingmainnet_Bytes + message_lte: stagingmainnet_Bytes + message_in: [stagingmainnet_Bytes!] + message_not_in: [stagingmainnet_Bytes!] + message_contains: stagingmainnet_Bytes + message_not_contains: stagingmainnet_Bytes + root: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -84452,14 +85208,14 @@ input optimism_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: optimism_RootCount_filter + rootCount_: stagingmainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginMessage_filter] - or: [optimism_OriginMessage_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OriginMessage_filter] + or: [stagingmainnet_OriginMessage_filter] } -enum optimism_OriginMessage_orderBy { +enum stagingmainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -84474,42 +85230,42 @@ enum optimism_OriginMessage_orderBy { rootCount__count } -type optimism_OriginTransfer { +type stagingmainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: stagingmainnet_Bytes nonce: BigInt - status: optimism_TransferStatus - messageHash: optimism_Bytes + status: stagingmainnet_TransferStatus + messageHash: stagingmainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes + to: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: stagingmainnet_Bytes slippage: BigInt - originSender: optimism_Bytes + originSender: stagingmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset - transactingAsset: optimism_Bytes - message: optimism_OriginMessage + canonicalId: stagingmainnet_Bytes + asset: stagingmainnet_Asset + transactingAsset: stagingmainnet_Bytes + message: stagingmainnet_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimism_RelayerFee_orderBy, orderDirection: optimism_OrderDirection, where: optimism_RelayerFee_filter): [optimism_RelayerFee!] - initialRelayerFeeAsset: optimism_Bytes - caller: optimism_Bytes - transactionHash: optimism_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmainnet_RelayerFee_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_RelayerFee_filter): [stagingmainnet_RelayerFee!] + initialRelayerFeeAsset: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: optimism_Bytes + txOrigin: stagingmainnet_Bytes txNonce: BigInt } -input optimism_OriginTransfer_filter { +input stagingmainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -84526,16 +85282,16 @@ input optimism_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: optimism_Bytes - transferId_not: optimism_Bytes - transferId_gt: optimism_Bytes - transferId_lt: optimism_Bytes - transferId_gte: optimism_Bytes - transferId_lte: optimism_Bytes - transferId_in: [optimism_Bytes!] - transferId_not_in: [optimism_Bytes!] - transferId_contains: optimism_Bytes - transferId_not_contains: optimism_Bytes + transferId: stagingmainnet_Bytes + transferId_not: stagingmainnet_Bytes + transferId_gt: stagingmainnet_Bytes + transferId_lt: stagingmainnet_Bytes + transferId_gte: stagingmainnet_Bytes + transferId_lte: stagingmainnet_Bytes + transferId_in: [stagingmainnet_Bytes!] + transferId_not_in: [stagingmainnet_Bytes!] + transferId_contains: stagingmainnet_Bytes + transferId_not_contains: stagingmainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -84544,20 +85300,20 @@ input optimism_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: optimism_TransferStatus - status_not: optimism_TransferStatus - status_in: [optimism_TransferStatus!] - status_not_in: [optimism_TransferStatus!] - messageHash: optimism_Bytes - messageHash_not: optimism_Bytes - messageHash_gt: optimism_Bytes - messageHash_lt: optimism_Bytes - messageHash_gte: optimism_Bytes - messageHash_lte: optimism_Bytes - messageHash_in: [optimism_Bytes!] - messageHash_not_in: [optimism_Bytes!] - messageHash_contains: optimism_Bytes - messageHash_not_contains: optimism_Bytes + status: stagingmainnet_TransferStatus + status_not: stagingmainnet_TransferStatus + status_in: [stagingmainnet_TransferStatus!] + status_not_in: [stagingmainnet_TransferStatus!] + messageHash: stagingmainnet_Bytes + messageHash_not: stagingmainnet_Bytes + messageHash_gt: stagingmainnet_Bytes + messageHash_lt: stagingmainnet_Bytes + messageHash_gte: stagingmainnet_Bytes + messageHash_lte: stagingmainnet_Bytes + messageHash_in: [stagingmainnet_Bytes!] + messageHash_not_in: [stagingmainnet_Bytes!] + messageHash_contains: stagingmainnet_Bytes + messageHash_not_contains: stagingmainnet_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -84582,40 +85338,40 @@ input optimism_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: optimism_Bytes - to_not: optimism_Bytes - to_gt: optimism_Bytes - to_lt: optimism_Bytes - to_gte: optimism_Bytes - to_lte: optimism_Bytes - to_in: [optimism_Bytes!] - to_not_in: [optimism_Bytes!] - to_contains: optimism_Bytes - to_not_contains: optimism_Bytes - delegate: optimism_Bytes - delegate_not: optimism_Bytes - delegate_gt: optimism_Bytes - delegate_lt: optimism_Bytes - delegate_gte: optimism_Bytes - delegate_lte: optimism_Bytes - delegate_in: [optimism_Bytes!] - delegate_not_in: [optimism_Bytes!] - delegate_contains: optimism_Bytes - delegate_not_contains: optimism_Bytes + to: stagingmainnet_Bytes + to_not: stagingmainnet_Bytes + to_gt: stagingmainnet_Bytes + to_lt: stagingmainnet_Bytes + to_gte: stagingmainnet_Bytes + to_lte: stagingmainnet_Bytes + to_in: [stagingmainnet_Bytes!] + to_not_in: [stagingmainnet_Bytes!] + to_contains: stagingmainnet_Bytes + to_not_contains: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes + delegate_not: stagingmainnet_Bytes + delegate_gt: stagingmainnet_Bytes + delegate_lt: stagingmainnet_Bytes + delegate_gte: stagingmainnet_Bytes + delegate_lte: stagingmainnet_Bytes + delegate_in: [stagingmainnet_Bytes!] + delegate_not_in: [stagingmainnet_Bytes!] + delegate_contains: stagingmainnet_Bytes + delegate_not_contains: stagingmainnet_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: optimism_Bytes - callData_not: optimism_Bytes - callData_gt: optimism_Bytes - callData_lt: optimism_Bytes - callData_gte: optimism_Bytes - callData_lte: optimism_Bytes - callData_in: [optimism_Bytes!] - callData_not_in: [optimism_Bytes!] - callData_contains: optimism_Bytes - callData_not_contains: optimism_Bytes + callData: stagingmainnet_Bytes + callData_not: stagingmainnet_Bytes + callData_gt: stagingmainnet_Bytes + callData_lt: stagingmainnet_Bytes + callData_gte: stagingmainnet_Bytes + callData_lte: stagingmainnet_Bytes + callData_in: [stagingmainnet_Bytes!] + callData_not_in: [stagingmainnet_Bytes!] + callData_contains: stagingmainnet_Bytes + callData_not_contains: stagingmainnet_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -84624,16 +85380,16 @@ input optimism_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: optimism_Bytes - originSender_not: optimism_Bytes - originSender_gt: optimism_Bytes - originSender_lt: optimism_Bytes - originSender_gte: optimism_Bytes - originSender_lte: optimism_Bytes - originSender_in: [optimism_Bytes!] - originSender_not_in: [optimism_Bytes!] - originSender_contains: optimism_Bytes - originSender_not_contains: optimism_Bytes + originSender: stagingmainnet_Bytes + originSender_not: stagingmainnet_Bytes + originSender_gt: stagingmainnet_Bytes + originSender_lt: stagingmainnet_Bytes + originSender_gte: stagingmainnet_Bytes + originSender_lte: stagingmainnet_Bytes + originSender_in: [stagingmainnet_Bytes!] + originSender_not_in: [stagingmainnet_Bytes!] + originSender_contains: stagingmainnet_Bytes + originSender_not_contains: stagingmainnet_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -84650,16 +85406,16 @@ input optimism_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: optimism_Bytes - canonicalId_not: optimism_Bytes - canonicalId_gt: optimism_Bytes - canonicalId_lt: optimism_Bytes - canonicalId_gte: optimism_Bytes - canonicalId_lte: optimism_Bytes - canonicalId_in: [optimism_Bytes!] - canonicalId_not_in: [optimism_Bytes!] - canonicalId_contains: optimism_Bytes - canonicalId_not_contains: optimism_Bytes + canonicalId: stagingmainnet_Bytes + canonicalId_not: stagingmainnet_Bytes + canonicalId_gt: stagingmainnet_Bytes + canonicalId_lt: stagingmainnet_Bytes + canonicalId_gte: stagingmainnet_Bytes + canonicalId_lte: stagingmainnet_Bytes + canonicalId_in: [stagingmainnet_Bytes!] + canonicalId_not_in: [stagingmainnet_Bytes!] + canonicalId_contains: stagingmainnet_Bytes + canonicalId_not_contains: stagingmainnet_Bytes asset: String asset_not: String asset_gt: String @@ -84680,17 +85436,17 @@ input optimism_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter - transactingAsset: optimism_Bytes - transactingAsset_not: optimism_Bytes - transactingAsset_gt: optimism_Bytes - transactingAsset_lt: optimism_Bytes - transactingAsset_gte: optimism_Bytes - transactingAsset_lte: optimism_Bytes - transactingAsset_in: [optimism_Bytes!] - transactingAsset_not_in: [optimism_Bytes!] - transactingAsset_contains: optimism_Bytes - transactingAsset_not_contains: optimism_Bytes + asset_: stagingmainnet_Asset_filter + transactingAsset: stagingmainnet_Bytes + transactingAsset_not: stagingmainnet_Bytes + transactingAsset_gt: stagingmainnet_Bytes + transactingAsset_lt: stagingmainnet_Bytes + transactingAsset_gte: stagingmainnet_Bytes + transactingAsset_lte: stagingmainnet_Bytes + transactingAsset_in: [stagingmainnet_Bytes!] + transactingAsset_not_in: [stagingmainnet_Bytes!] + transactingAsset_contains: stagingmainnet_Bytes + transactingAsset_not_contains: stagingmainnet_Bytes message: String message_not: String message_gt: String @@ -84711,7 +85467,7 @@ input optimism_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: optimism_OriginMessage_filter + message_: stagingmainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -84726,37 +85482,37 @@ input optimism_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: optimism_RelayerFee_filter - initialRelayerFeeAsset: optimism_Bytes - initialRelayerFeeAsset_not: optimism_Bytes - initialRelayerFeeAsset_gt: optimism_Bytes - initialRelayerFeeAsset_lt: optimism_Bytes - initialRelayerFeeAsset_gte: optimism_Bytes - initialRelayerFeeAsset_lte: optimism_Bytes - initialRelayerFeeAsset_in: [optimism_Bytes!] - initialRelayerFeeAsset_not_in: [optimism_Bytes!] - initialRelayerFeeAsset_contains: optimism_Bytes - initialRelayerFeeAsset_not_contains: optimism_Bytes - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + relayerFees_: stagingmainnet_RelayerFee_filter + initialRelayerFeeAsset: stagingmainnet_Bytes + initialRelayerFeeAsset_not: stagingmainnet_Bytes + initialRelayerFeeAsset_gt: stagingmainnet_Bytes + initialRelayerFeeAsset_lt: stagingmainnet_Bytes + initialRelayerFeeAsset_gte: stagingmainnet_Bytes + initialRelayerFeeAsset_lte: stagingmainnet_Bytes + initialRelayerFeeAsset_in: [stagingmainnet_Bytes!] + initialRelayerFeeAsset_not_in: [stagingmainnet_Bytes!] + initialRelayerFeeAsset_contains: stagingmainnet_Bytes + initialRelayerFeeAsset_not_contains: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -84789,16 +85545,16 @@ input optimism_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: optimism_Bytes - txOrigin_not: optimism_Bytes - txOrigin_gt: optimism_Bytes - txOrigin_lt: optimism_Bytes - txOrigin_gte: optimism_Bytes - txOrigin_lte: optimism_Bytes - txOrigin_in: [optimism_Bytes!] - txOrigin_not_in: [optimism_Bytes!] - txOrigin_contains: optimism_Bytes - txOrigin_not_contains: optimism_Bytes + txOrigin: stagingmainnet_Bytes + txOrigin_not: stagingmainnet_Bytes + txOrigin_gt: stagingmainnet_Bytes + txOrigin_lt: stagingmainnet_Bytes + txOrigin_gte: stagingmainnet_Bytes + txOrigin_lte: stagingmainnet_Bytes + txOrigin_in: [stagingmainnet_Bytes!] + txOrigin_not_in: [stagingmainnet_Bytes!] + txOrigin_contains: stagingmainnet_Bytes + txOrigin_not_contains: stagingmainnet_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -84808,12 +85564,12 @@ input optimism_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginTransfer_filter] - or: [optimism_OriginTransfer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OriginTransfer_filter] + or: [stagingmainnet_OriginTransfer_filter] } -enum optimism_OriginTransfer_orderBy { +enum stagingmainnet_OriginTransfer_orderBy { id chainId transferId @@ -84866,20 +85622,20 @@ enum optimism_OriginTransfer_orderBy { txNonce } -type optimism_Relayer { +type stagingmainnet_Relayer { id: ID! isActive: Boolean! - relayer: optimism_Bytes + relayer: stagingmainnet_Bytes } -type optimism_RelayerFee { +type stagingmainnet_RelayerFee { id: ID! - transfer: optimism_OriginTransfer! + transfer: stagingmainnet_OriginTransfer! fee: BigInt! - asset: optimism_Bytes! + asset: stagingmainnet_Bytes! } -input optimism_RelayerFee_filter { +input stagingmainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -84908,7 +85664,7 @@ input optimism_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimism_OriginTransfer_filter + transfer_: stagingmainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -84917,23 +85673,23 @@ input optimism_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: optimism_Bytes - asset_not: optimism_Bytes - asset_gt: optimism_Bytes - asset_lt: optimism_Bytes - asset_gte: optimism_Bytes - asset_lte: optimism_Bytes - asset_in: [optimism_Bytes!] - asset_not_in: [optimism_Bytes!] - asset_contains: optimism_Bytes - asset_not_contains: optimism_Bytes + asset: stagingmainnet_Bytes + asset_not: stagingmainnet_Bytes + asset_gt: stagingmainnet_Bytes + asset_lt: stagingmainnet_Bytes + asset_gte: stagingmainnet_Bytes + asset_lte: stagingmainnet_Bytes + asset_in: [stagingmainnet_Bytes!] + asset_not_in: [stagingmainnet_Bytes!] + asset_contains: stagingmainnet_Bytes + asset_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RelayerFee_filter] - or: [optimism_RelayerFee_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RelayerFee_filter] + or: [stagingmainnet_RelayerFee_filter] } -enum optimism_RelayerFee_orderBy { +enum stagingmainnet_RelayerFee_orderBy { id transfer transfer__id @@ -84969,20 +85725,20 @@ enum optimism_RelayerFee_orderBy { asset } -type optimism_RelayerFeesIncrease { +type stagingmainnet_RelayerFeesIncrease { id: ID! - transfer: optimism_OriginTransfer! + transfer: stagingmainnet_OriginTransfer! increase: BigInt - asset: optimism_Bytes - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + asset: stagingmainnet_Bytes + caller: stagingmainnet_Bytes! + transactionHash: stagingmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_RelayerFeesIncrease_filter { +input stagingmainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -85011,7 +85767,7 @@ input optimism_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimism_OriginTransfer_filter + transfer_: stagingmainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -85020,36 +85776,36 @@ input optimism_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: optimism_Bytes - asset_not: optimism_Bytes - asset_gt: optimism_Bytes - asset_lt: optimism_Bytes - asset_gte: optimism_Bytes - asset_lte: optimism_Bytes - asset_in: [optimism_Bytes!] - asset_not_in: [optimism_Bytes!] - asset_contains: optimism_Bytes - asset_not_contains: optimism_Bytes - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + asset: stagingmainnet_Bytes + asset_not: stagingmainnet_Bytes + asset_gt: stagingmainnet_Bytes + asset_lt: stagingmainnet_Bytes + asset_gte: stagingmainnet_Bytes + asset_lte: stagingmainnet_Bytes + asset_in: [stagingmainnet_Bytes!] + asset_not_in: [stagingmainnet_Bytes!] + asset_contains: stagingmainnet_Bytes + asset_not_contains: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85083,12 +85839,12 @@ input optimism_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RelayerFeesIncrease_filter] - or: [optimism_RelayerFeesIncrease_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RelayerFeesIncrease_filter] + or: [stagingmainnet_RelayerFeesIncrease_filter] } -enum optimism_RelayerFeesIncrease_orderBy { +enum stagingmainnet_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -85130,7 +85886,7 @@ enum optimism_RelayerFeesIncrease_orderBy { blockNumber } -input optimism_Relayer_filter { +input stagingmainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -85143,34 +85899,34 @@ input optimism_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: optimism_Bytes - relayer_not: optimism_Bytes - relayer_gt: optimism_Bytes - relayer_lt: optimism_Bytes - relayer_gte: optimism_Bytes - relayer_lte: optimism_Bytes - relayer_in: [optimism_Bytes!] - relayer_not_in: [optimism_Bytes!] - relayer_contains: optimism_Bytes - relayer_not_contains: optimism_Bytes + relayer: stagingmainnet_Bytes + relayer_not: stagingmainnet_Bytes + relayer_gt: stagingmainnet_Bytes + relayer_lt: stagingmainnet_Bytes + relayer_gte: stagingmainnet_Bytes + relayer_lte: stagingmainnet_Bytes + relayer_in: [stagingmainnet_Bytes!] + relayer_not_in: [stagingmainnet_Bytes!] + relayer_contains: stagingmainnet_Bytes + relayer_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Relayer_filter] - or: [optimism_Relayer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Relayer_filter] + or: [stagingmainnet_Relayer_filter] } -enum optimism_Relayer_orderBy { +enum stagingmainnet_Relayer_orderBy { id isActive relayer } -type optimism_RootCount { +type stagingmainnet_RootCount { id: ID! count: BigInt } -input optimism_RootCount_filter { +input stagingmainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -85188,31 +85944,31 @@ input optimism_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RootCount_filter] - or: [optimism_RootCount_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootCount_filter] + or: [stagingmainnet_RootCount_filter] } -enum optimism_RootCount_orderBy { +enum stagingmainnet_RootCount_orderBy { id count } -type optimism_RootMessageSent { +type stagingmainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: optimism_Bytes + root: stagingmainnet_Bytes count: BigInt - caller: optimism_Bytes - transactionHash: optimism_Bytes + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input optimism_RootMessageSent_filter { +input stagingmainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -85237,16 +85993,16 @@ input optimism_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes + root: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -85255,26 +86011,26 @@ input optimism_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85308,12 +86064,12 @@ input optimism_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RootMessageSent_filter] - or: [optimism_RootMessageSent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootMessageSent_filter] + or: [stagingmainnet_RootMessageSent_filter] } -enum optimism_RootMessageSent_orderBy { +enum stagingmainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -85327,25 +86083,25 @@ enum optimism_RootMessageSent_orderBy { blockNumber } -type optimism_Router { +type stagingmainnet_Router { id: ID! isActive: Boolean! - owner: optimism_Bytes - recipient: optimism_Bytes - proposedOwner: optimism_Bytes + owner: stagingmainnet_Bytes + recipient: stagingmainnet_Bytes + proposedOwner: stagingmainnet_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmainnet_AssetBalance_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_AssetBalance_filter): [stagingmainnet_AssetBalance!]! } -type optimism_RouterDailyTVL { +type stagingmainnet_RouterDailyTVL { id: ID! - router: optimism_Router! - asset: optimism_Asset! + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! timestamp: BigInt! balance: BigInt! } -input optimism_RouterDailyTVL_filter { +input stagingmainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -85374,7 +86130,7 @@ input optimism_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimism_Router_filter + router_: stagingmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -85395,7 +86151,7 @@ input optimism_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter + asset_: stagingmainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85413,12 +86169,12 @@ input optimism_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RouterDailyTVL_filter] - or: [optimism_RouterDailyTVL_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RouterDailyTVL_filter] + or: [stagingmainnet_RouterDailyTVL_filter] } -enum optimism_RouterDailyTVL_orderBy { +enum stagingmainnet_RouterDailyTVL_orderBy { id router router__id @@ -85441,26 +86197,26 @@ enum optimism_RouterDailyTVL_orderBy { balance } -type optimism_RouterLiquidityEvent { +type stagingmainnet_RouterLiquidityEvent { id: ID! - type: optimism_RouterLiquidityEventType - router: optimism_Router! - asset: optimism_Asset! + type: stagingmainnet_RouterLiquidityEventType + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! amount: BigInt! balance: BigInt! - caller: optimism_Bytes + caller: stagingmainnet_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: optimism_Bytes! + transactionHash: stagingmainnet_Bytes! nonce: BigInt! } -enum optimism_RouterLiquidityEventType { +enum stagingmainnet_RouterLiquidityEventType { Add Remove } -input optimism_RouterLiquidityEvent_filter { +input stagingmainnet_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -85469,10 +86225,10 @@ input optimism_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: optimism_RouterLiquidityEventType - type_not: optimism_RouterLiquidityEventType - type_in: [optimism_RouterLiquidityEventType!] - type_not_in: [optimism_RouterLiquidityEventType!] + type: stagingmainnet_RouterLiquidityEventType + type_not: stagingmainnet_RouterLiquidityEventType + type_in: [stagingmainnet_RouterLiquidityEventType!] + type_not_in: [stagingmainnet_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -85493,7 +86249,7 @@ input optimism_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: optimism_Router_filter + router_: stagingmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -85514,7 +86270,7 @@ input optimism_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimism_Asset_filter + asset_: stagingmainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -85531,16 +86287,16 @@ input optimism_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -85557,16 +86313,16 @@ input optimism_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -85576,12 +86332,12 @@ input optimism_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_RouterLiquidityEvent_filter] - or: [optimism_RouterLiquidityEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RouterLiquidityEvent_filter] + or: [stagingmainnet_RouterLiquidityEvent_filter] } -enum optimism_RouterLiquidityEvent_orderBy { +enum stagingmainnet_RouterLiquidityEvent_orderBy { id type router @@ -85610,7 +86366,7 @@ enum optimism_RouterLiquidityEvent_orderBy { nonce } -input optimism_Router_filter { +input stagingmainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -85623,36 +86379,36 @@ input optimism_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: optimism_Bytes - owner_not: optimism_Bytes - owner_gt: optimism_Bytes - owner_lt: optimism_Bytes - owner_gte: optimism_Bytes - owner_lte: optimism_Bytes - owner_in: [optimism_Bytes!] - owner_not_in: [optimism_Bytes!] - owner_contains: optimism_Bytes - owner_not_contains: optimism_Bytes - recipient: optimism_Bytes - recipient_not: optimism_Bytes - recipient_gt: optimism_Bytes - recipient_lt: optimism_Bytes - recipient_gte: optimism_Bytes - recipient_lte: optimism_Bytes - recipient_in: [optimism_Bytes!] - recipient_not_in: [optimism_Bytes!] - recipient_contains: optimism_Bytes - recipient_not_contains: optimism_Bytes - proposedOwner: optimism_Bytes - proposedOwner_not: optimism_Bytes - proposedOwner_gt: optimism_Bytes - proposedOwner_lt: optimism_Bytes - proposedOwner_gte: optimism_Bytes - proposedOwner_lte: optimism_Bytes - proposedOwner_in: [optimism_Bytes!] - proposedOwner_not_in: [optimism_Bytes!] - proposedOwner_contains: optimism_Bytes - proposedOwner_not_contains: optimism_Bytes + owner: stagingmainnet_Bytes + owner_not: stagingmainnet_Bytes + owner_gt: stagingmainnet_Bytes + owner_lt: stagingmainnet_Bytes + owner_gte: stagingmainnet_Bytes + owner_lte: stagingmainnet_Bytes + owner_in: [stagingmainnet_Bytes!] + owner_not_in: [stagingmainnet_Bytes!] + owner_contains: stagingmainnet_Bytes + owner_not_contains: stagingmainnet_Bytes + recipient: stagingmainnet_Bytes + recipient_not: stagingmainnet_Bytes + recipient_gt: stagingmainnet_Bytes + recipient_lt: stagingmainnet_Bytes + recipient_gte: stagingmainnet_Bytes + recipient_lte: stagingmainnet_Bytes + recipient_in: [stagingmainnet_Bytes!] + recipient_not_in: [stagingmainnet_Bytes!] + recipient_contains: stagingmainnet_Bytes + recipient_not_contains: stagingmainnet_Bytes + proposedOwner: stagingmainnet_Bytes + proposedOwner_not: stagingmainnet_Bytes + proposedOwner_gt: stagingmainnet_Bytes + proposedOwner_lt: stagingmainnet_Bytes + proposedOwner_gte: stagingmainnet_Bytes + proposedOwner_lte: stagingmainnet_Bytes + proposedOwner_in: [stagingmainnet_Bytes!] + proposedOwner_not_in: [stagingmainnet_Bytes!] + proposedOwner_contains: stagingmainnet_Bytes + proposedOwner_not_contains: stagingmainnet_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -85661,14 +86417,14 @@ input optimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimism_AssetBalance_filter + assetBalances_: stagingmainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Router_filter] - or: [optimism_Router_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Router_filter] + or: [stagingmainnet_Router_filter] } -enum optimism_Router_orderBy { +enum stagingmainnet_Router_orderBy { id isActive owner @@ -85678,13 +86434,13 @@ enum optimism_Router_orderBy { assetBalances } -type optimism_Sequencer { +type stagingmainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: optimism_Bytes + sequencer: stagingmainnet_Bytes } -input optimism_Sequencer_filter { +input stagingmainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -85697,35 +86453,35 @@ input optimism_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: optimism_Bytes - sequencer_not: optimism_Bytes - sequencer_gt: optimism_Bytes - sequencer_lt: optimism_Bytes - sequencer_gte: optimism_Bytes - sequencer_lte: optimism_Bytes - sequencer_in: [optimism_Bytes!] - sequencer_not_in: [optimism_Bytes!] - sequencer_contains: optimism_Bytes - sequencer_not_contains: optimism_Bytes + sequencer: stagingmainnet_Bytes + sequencer_not: stagingmainnet_Bytes + sequencer_gt: stagingmainnet_Bytes + sequencer_lt: stagingmainnet_Bytes + sequencer_gte: stagingmainnet_Bytes + sequencer_lte: stagingmainnet_Bytes + sequencer_in: [stagingmainnet_Bytes!] + sequencer_not_in: [stagingmainnet_Bytes!] + sequencer_contains: stagingmainnet_Bytes + sequencer_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Sequencer_filter] - or: [optimism_Sequencer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Sequencer_filter] + or: [stagingmainnet_Sequencer_filter] } -enum optimism_Sequencer_orderBy { +enum stagingmainnet_Sequencer_orderBy { id isActive sequencer } -type optimism_Setting { +type stagingmainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: optimism_Bytes! + caller: stagingmainnet_Bytes! } -input optimism_Setting_filter { +input stagingmainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -85742,41 +86498,41 @@ input optimism_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Setting_filter] - or: [optimism_Setting_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Setting_filter] + or: [stagingmainnet_Setting_filter] } -enum optimism_Setting_orderBy { +enum stagingmainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type optimism_SlippageUpdate { +type stagingmainnet_SlippageUpdate { id: ID! - transfer: optimism_DestinationTransfer! + transfer: stagingmainnet_DestinationTransfer! slippage: BigInt! - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + caller: stagingmainnet_Bytes! + transactionHash: stagingmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_SlippageUpdate_filter { +input stagingmainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -85805,7 +86561,7 @@ input optimism_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: optimism_DestinationTransfer_filter + transfer_: stagingmainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -85814,26 +86570,26 @@ input optimism_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: optimism_Bytes - caller_not: optimism_Bytes - caller_gt: optimism_Bytes - caller_lt: optimism_Bytes - caller_gte: optimism_Bytes - caller_lte: optimism_Bytes - caller_in: [optimism_Bytes!] - caller_not_in: [optimism_Bytes!] - caller_contains: optimism_Bytes - caller_not_contains: optimism_Bytes - transactionHash: optimism_Bytes - transactionHash_not: optimism_Bytes - transactionHash_gt: optimism_Bytes - transactionHash_lt: optimism_Bytes - transactionHash_gte: optimism_Bytes - transactionHash_lte: optimism_Bytes - transactionHash_in: [optimism_Bytes!] - transactionHash_not_in: [optimism_Bytes!] - transactionHash_contains: optimism_Bytes - transactionHash_not_contains: optimism_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85867,12 +86623,12 @@ input optimism_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_SlippageUpdate_filter] - or: [optimism_SlippageUpdate_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SlippageUpdate_filter] + or: [stagingmainnet_SlippageUpdate_filter] } -enum optimism_SlippageUpdate_orderBy { +enum stagingmainnet_SlippageUpdate_orderBy { id transfer transfer__id @@ -85920,16 +86676,16 @@ enum optimism_SlippageUpdate_orderBy { blockNumber } -type optimism_SnapshotRoot { +type stagingmainnet_SnapshotRoot { id: ID! spokeDomain: BigInt - root: optimism_Bytes! + root: stagingmainnet_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input optimism_SnapshotRoot_filter { +input stagingmainnet_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -85946,16 +86702,16 @@ input optimism_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: optimism_Bytes - root_not: optimism_Bytes - root_gt: optimism_Bytes - root_lt: optimism_Bytes - root_gte: optimism_Bytes - root_lte: optimism_Bytes - root_in: [optimism_Bytes!] - root_not_in: [optimism_Bytes!] - root_contains: optimism_Bytes - root_not_contains: optimism_Bytes + root: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -85981,12 +86737,12 @@ input optimism_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_SnapshotRoot_filter] - or: [optimism_SnapshotRoot_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SnapshotRoot_filter] + or: [stagingmainnet_SnapshotRoot_filter] } -enum optimism_SnapshotRoot_orderBy { +enum stagingmainnet_SnapshotRoot_orderBy { id spokeDomain root @@ -85995,12 +86751,12 @@ enum optimism_SnapshotRoot_orderBy { blockNumber } -type optimism_SpokeConnectorMode { +type stagingmainnet_SpokeConnectorMode { id: ID! mode: String! } -input optimism_SpokeConnectorMode_filter { +input stagingmainnet_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -86030,17 +86786,17 @@ input optimism_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_SpokeConnectorMode_filter] - or: [optimism_SpokeConnectorMode_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SpokeConnectorMode_filter] + or: [stagingmainnet_SpokeConnectorMode_filter] } -enum optimism_SpokeConnectorMode_orderBy { +enum stagingmainnet_SpokeConnectorMode_orderBy { id mode } -enum optimism_TransferStatus { +enum stagingmainnet_TransferStatus { XCalled Executed Reconciled @@ -86048,17 +86804,19 @@ enum optimism_TransferStatus { CompletedFast } -type optimism__Block_ { +type stagingmainnet__Block_ { """The hash of the block""" - hash: optimism_Bytes + hash: stagingmainnet_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: stagingmainnet_Bytes } """The type for the top-level _meta field""" -type optimism__Meta_ { +type stagingmainnet__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -86066,55 +86824,30 @@ type optimism__Meta_ { and therefore asks for the latest block """ - block: optimism__Block_! + block: stagingmainnet__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum metis_swap_Aggregation_interval { - hour - day -} - -scalar metis_swap_BigDecimal - -input metis_swap_BlockChangedFilter { - number_gte: Int! -} - -input metis_swap_Block_height { - hash: metis_swap_Bytes - number: Int - number_gte: Int -} - -scalar metis_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar metis_swap_Int8 - -type metis_swap_LpAccount { +type arbitrumsepolia_AggregateRoot { id: ID! - address: metis_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: metis_swap_LpAccountBalance_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_LpAccountBalance_filter): [metis_swap_LpAccountBalance!]! + root: arbitrumsepolia_Bytes! + blockNumber: BigInt! } -type metis_swap_LpAccountBalance { +type arbitrumsepolia_AggregateRootProposed { id: ID! - account: metis_swap_LpAccount! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: metis_swap_Bytes + aggregateRoot: arbitrumsepolia_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input metis_swap_LpAccountBalance_filter { +input arbitrumsepolia_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -86123,107 +86856,73 @@ input metis_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_: metis_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_: metis_swap_LpToken_filter - amount: metis_swap_BigDecimal - amount_not: metis_swap_BigDecimal - amount_gt: metis_swap_BigDecimal - amount_lt: metis_swap_BigDecimal - amount_gte: metis_swap_BigDecimal - amount_lte: metis_swap_BigDecimal - amount_in: [metis_swap_BigDecimal!] - amount_not_in: [metis_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: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes + aggregateRoot: arbitrumsepolia_Bytes + aggregateRoot_not: arbitrumsepolia_Bytes + aggregateRoot_gt: arbitrumsepolia_Bytes + aggregateRoot_lt: arbitrumsepolia_Bytes + aggregateRoot_gte: arbitrumsepolia_Bytes + aggregateRoot_lte: arbitrumsepolia_Bytes + aggregateRoot_in: [arbitrumsepolia_Bytes!] + aggregateRoot_not_in: [arbitrumsepolia_Bytes!] + aggregateRoot_contains: arbitrumsepolia_Bytes + aggregateRoot_not_contains: arbitrumsepolia_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpAccountBalance_filter] - or: [metis_swap_LpAccountBalance_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AggregateRootProposed_filter] + or: [arbitrumsepolia_AggregateRootProposed_filter] } -enum metis_swap_LpAccountBalance_orderBy { +enum arbitrumsepolia_AggregateRootProposed_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber } -input metis_swap_LpAccount_filter { +input arbitrumsepolia_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -86232,51 +86931,66 @@ input metis_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: metis_swap_Bytes - address_not: metis_swap_Bytes - address_gt: metis_swap_Bytes - address_lt: metis_swap_Bytes - address_gte: metis_swap_Bytes - address_lte: metis_swap_Bytes - address_in: [metis_swap_Bytes!] - address_not_in: [metis_swap_Bytes!] - address_contains: metis_swap_Bytes - address_not_contains: metis_swap_Bytes - balances_: metis_swap_LpAccountBalance_filter + root: arbitrumsepolia_Bytes + root_not: arbitrumsepolia_Bytes + root_gt: arbitrumsepolia_Bytes + root_lt: arbitrumsepolia_Bytes + root_gte: arbitrumsepolia_Bytes + root_lte: arbitrumsepolia_Bytes + root_in: [arbitrumsepolia_Bytes!] + root_not_in: [arbitrumsepolia_Bytes!] + root_contains: arbitrumsepolia_Bytes + root_not_contains: arbitrumsepolia_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: metis_swap_BlockChangedFilter - and: [metis_swap_LpAccount_filter] - or: [metis_swap_LpAccount_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AggregateRoot_filter] + or: [arbitrumsepolia_AggregateRoot_filter] } -enum metis_swap_LpAccount_orderBy { +enum arbitrumsepolia_AggregateRoot_orderBy { id - address - balances + root + blockNumber } -type metis_swap_LpToken { +enum arbitrumsepolia_Aggregation_interval { + hour + day +} + +type arbitrumsepolia_Asset { id: ID! - address: metis_swap_Bytes! - stableSwap: metis_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: metis_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_LpTokenEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_LpTokenEvent_filter): [metis_swap_LpTokenEvent!]! + key: arbitrumsepolia_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: arbitrumsepolia_Bytes + canonicalDomain: BigInt + adoptedAsset: arbitrumsepolia_Bytes + localAsset: arbitrumsepolia_Bytes + blockNumber: BigInt + status: arbitrumsepolia_AssetStatus } -interface metis_swap_LpTokenEvent { +type arbitrumsepolia_AssetBalance { id: ID! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: arbitrumsepolia_Router! + asset: arbitrumsepolia_Asset! + feesEarned: BigInt! } -input metis_swap_LpTokenEvent_filter { +input arbitrumsepolia_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -86285,92 +86999,126 @@ input metis_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_: metis_swap_LpToken_filter - amount: metis_swap_BigDecimal - amount_not: metis_swap_BigDecimal - amount_gt: metis_swap_BigDecimal - amount_lt: metis_swap_BigDecimal - amount_gte: metis_swap_BigDecimal - amount_lte: metis_swap_BigDecimal - amount_in: [metis_swap_BigDecimal!] - amount_not_in: [metis_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: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + 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_: arbitrumsepolia_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_: arbitrumsepolia_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: metis_swap_BlockChangedFilter - and: [metis_swap_LpTokenEvent_filter] - or: [metis_swap_LpTokenEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AssetBalance_filter] + or: [arbitrumsepolia_AssetBalance_filter] } -enum metis_swap_LpTokenEvent_orderBy { +enum arbitrumsepolia_AssetBalance_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply amount - block - timestamp - transaction - nonce + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned } -input metis_swap_LpToken_filter { +type arbitrumsepolia_AssetStatus { + id: ID! + status: Boolean +} + +input arbitrumsepolia_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -86379,142 +87127,22 @@ input metis_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: metis_swap_Bytes - address_not: metis_swap_Bytes - address_gt: metis_swap_Bytes - address_lt: metis_swap_Bytes - address_gte: metis_swap_Bytes - address_lte: metis_swap_Bytes - address_in: [metis_swap_Bytes!] - address_not_in: [metis_swap_Bytes!] - address_contains: metis_swap_Bytes - address_not_contains: metis_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_: metis_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: metis_swap_BigDecimal - totalSupply_not: metis_swap_BigDecimal - totalSupply_gt: metis_swap_BigDecimal - totalSupply_lt: metis_swap_BigDecimal - totalSupply_gte: metis_swap_BigDecimal - totalSupply_lte: metis_swap_BigDecimal - totalSupply_in: [metis_swap_BigDecimal!] - totalSupply_not_in: [metis_swap_BigDecimal!] - events_: metis_swap_LpTokenEvent_filter + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpToken_filter] - or: [metis_swap_LpToken_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AssetStatus_filter] + or: [arbitrumsepolia_AssetStatus_filter] } -enum metis_swap_LpToken_orderBy { +enum arbitrumsepolia_AssetStatus_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 metis_swap_LpTransferEvent implements metis_swap_LpTokenEvent { - id: ID! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! - from: metis_swap_Bytes! - to: metis_swap_Bytes! - fromBalance: metis_swap_BigDecimal! - toBalance: metis_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + status } -input metis_swap_LpTransferEvent_filter { +input arbitrumsepolia_Asset_filter { id: ID id_not: ID id_gt: ID @@ -86523,143 +87151,144 @@ input metis_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_: metis_swap_LpToken_filter - amount: metis_swap_BigDecimal - amount_not: metis_swap_BigDecimal - amount_gt: metis_swap_BigDecimal - amount_lt: metis_swap_BigDecimal - amount_gte: metis_swap_BigDecimal - amount_lte: metis_swap_BigDecimal - amount_in: [metis_swap_BigDecimal!] - amount_not_in: [metis_swap_BigDecimal!] - from: metis_swap_Bytes - from_not: metis_swap_Bytes - from_gt: metis_swap_Bytes - from_lt: metis_swap_Bytes - from_gte: metis_swap_Bytes - from_lte: metis_swap_Bytes - from_in: [metis_swap_Bytes!] - from_not_in: [metis_swap_Bytes!] - from_contains: metis_swap_Bytes - from_not_contains: metis_swap_Bytes - to: metis_swap_Bytes - to_not: metis_swap_Bytes - to_gt: metis_swap_Bytes - to_lt: metis_swap_Bytes - to_gte: metis_swap_Bytes - to_lte: metis_swap_Bytes - to_in: [metis_swap_Bytes!] - to_not_in: [metis_swap_Bytes!] - to_contains: metis_swap_Bytes - to_not_contains: metis_swap_Bytes - fromBalance: metis_swap_BigDecimal - fromBalance_not: metis_swap_BigDecimal - fromBalance_gt: metis_swap_BigDecimal - fromBalance_lt: metis_swap_BigDecimal - fromBalance_gte: metis_swap_BigDecimal - fromBalance_lte: metis_swap_BigDecimal - fromBalance_in: [metis_swap_BigDecimal!] - fromBalance_not_in: [metis_swap_BigDecimal!] - toBalance: metis_swap_BigDecimal - toBalance_not: metis_swap_BigDecimal - toBalance_gt: metis_swap_BigDecimal - toBalance_lt: metis_swap_BigDecimal - toBalance_gte: metis_swap_BigDecimal - toBalance_lte: metis_swap_BigDecimal - toBalance_in: [metis_swap_BigDecimal!] - toBalance_not_in: [metis_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: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_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: arbitrumsepolia_Bytes + key_not: arbitrumsepolia_Bytes + key_gt: arbitrumsepolia_Bytes + key_lt: arbitrumsepolia_Bytes + key_gte: arbitrumsepolia_Bytes + key_lte: arbitrumsepolia_Bytes + key_in: [arbitrumsepolia_Bytes!] + key_not_in: [arbitrumsepolia_Bytes!] + key_contains: arbitrumsepolia_Bytes + key_not_contains: arbitrumsepolia_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: arbitrumsepolia_Bytes + canonicalId_not: arbitrumsepolia_Bytes + canonicalId_gt: arbitrumsepolia_Bytes + canonicalId_lt: arbitrumsepolia_Bytes + canonicalId_gte: arbitrumsepolia_Bytes + canonicalId_lte: arbitrumsepolia_Bytes + canonicalId_in: [arbitrumsepolia_Bytes!] + canonicalId_not_in: [arbitrumsepolia_Bytes!] + canonicalId_contains: arbitrumsepolia_Bytes + canonicalId_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + adoptedAsset_not: arbitrumsepolia_Bytes + adoptedAsset_gt: arbitrumsepolia_Bytes + adoptedAsset_lt: arbitrumsepolia_Bytes + adoptedAsset_gte: arbitrumsepolia_Bytes + adoptedAsset_lte: arbitrumsepolia_Bytes + adoptedAsset_in: [arbitrumsepolia_Bytes!] + adoptedAsset_not_in: [arbitrumsepolia_Bytes!] + adoptedAsset_contains: arbitrumsepolia_Bytes + adoptedAsset_not_contains: arbitrumsepolia_Bytes + localAsset: arbitrumsepolia_Bytes + localAsset_not: arbitrumsepolia_Bytes + localAsset_gt: arbitrumsepolia_Bytes + localAsset_lt: arbitrumsepolia_Bytes + localAsset_gte: arbitrumsepolia_Bytes + localAsset_lte: arbitrumsepolia_Bytes + localAsset_in: [arbitrumsepolia_Bytes!] + localAsset_not_in: [arbitrumsepolia_Bytes!] + localAsset_contains: arbitrumsepolia_Bytes + localAsset_not_contains: arbitrumsepolia_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_: arbitrumsepolia_AssetStatus_filter """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpTransferEvent_filter] - or: [metis_swap_LpTransferEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Asset_filter] + or: [arbitrumsepolia_Asset_filter] } -enum metis_swap_LpTransferEvent_orderBy { +enum arbitrumsepolia_Asset_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -"""Defines the order direction, either ascending or descending""" -enum metis_swap_OrderDirection { - asc - desc +scalar arbitrumsepolia_BigDecimal + +input arbitrumsepolia_BlockChangedFilter { + number_gte: Int! } -type metis_swap_PooledToken { +input arbitrumsepolia_Block_height { + hash: arbitrumsepolia_Bytes + number: Int + number_gte: Int +} + +scalar arbitrumsepolia_Bytes + +type arbitrumsepolia_ConnectorMeta { id: ID! - asset: metis_swap_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: arbitrumsepolia_Bytes + rootManager: arbitrumsepolia_Bytes + mirrorConnector: arbitrumsepolia_Bytes } -input metis_swap_PooledToken_filter { +input arbitrumsepolia_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -86668,72 +87297,109 @@ input metis_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: metis_swap_Bytes - asset_not: metis_swap_Bytes - asset_gt: metis_swap_Bytes - asset_lt: metis_swap_Bytes - asset_gte: metis_swap_Bytes - asset_lte: metis_swap_Bytes - asset_in: [metis_swap_Bytes!] - asset_not_in: [metis_swap_Bytes!] - asset_contains: metis_swap_Bytes - asset_not_contains: metis_swap_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: arbitrumsepolia_Bytes + amb_not: arbitrumsepolia_Bytes + amb_gt: arbitrumsepolia_Bytes + amb_lt: arbitrumsepolia_Bytes + amb_gte: arbitrumsepolia_Bytes + amb_lte: arbitrumsepolia_Bytes + amb_in: [arbitrumsepolia_Bytes!] + amb_not_in: [arbitrumsepolia_Bytes!] + amb_contains: arbitrumsepolia_Bytes + amb_not_contains: arbitrumsepolia_Bytes + rootManager: arbitrumsepolia_Bytes + rootManager_not: arbitrumsepolia_Bytes + rootManager_gt: arbitrumsepolia_Bytes + rootManager_lt: arbitrumsepolia_Bytes + rootManager_gte: arbitrumsepolia_Bytes + rootManager_lte: arbitrumsepolia_Bytes + rootManager_in: [arbitrumsepolia_Bytes!] + rootManager_not_in: [arbitrumsepolia_Bytes!] + rootManager_contains: arbitrumsepolia_Bytes + rootManager_not_contains: arbitrumsepolia_Bytes + mirrorConnector: arbitrumsepolia_Bytes + mirrorConnector_not: arbitrumsepolia_Bytes + mirrorConnector_gt: arbitrumsepolia_Bytes + mirrorConnector_lt: arbitrumsepolia_Bytes + mirrorConnector_gte: arbitrumsepolia_Bytes + mirrorConnector_lte: arbitrumsepolia_Bytes + mirrorConnector_in: [arbitrumsepolia_Bytes!] + mirrorConnector_not_in: [arbitrumsepolia_Bytes!] + mirrorConnector_contains: arbitrumsepolia_Bytes + mirrorConnector_not_contains: arbitrumsepolia_Bytes """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_PooledToken_filter] - or: [metis_swap_PooledToken_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_ConnectorMeta_filter] + or: [arbitrumsepolia_ConnectorMeta_filter] } -enum metis_swap_PooledToken_orderBy { +enum arbitrumsepolia_ConnectorMeta_orderBy { id - asset -} - -type metis_swap_StableSwap { - id: ID! - isActive: Boolean - key: metis_swap_Bytes! - canonicalId: metis_swap_Bytes - domain: BigInt - swapPool: metis_swap_Bytes - lpToken: metis_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [metis_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapEvent_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapEvent_filter): [metis_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: metis_swap_StableSwapExchange_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_StableSwapExchange_filter): [metis_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapHourlyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapHourlyVolume_filter): [metis_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapDailyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapDailyVolume_filter): [metis_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: metis_swap_SwapWeeklyVolume_orderBy, orderDirection: metis_swap_OrderDirection, where: metis_swap_SwapWeeklyVolume_filter): [metis_swap_SwapWeeklyVolume!] + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEvent { +type arbitrumsepolia_DestinationTransfer { id: ID! - stableSwap: metis_swap_StableSwap! - provider: metis_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: arbitrumsepolia_Bytes + nonce: BigInt + status: arbitrumsepolia_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_Router_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_Router_filter): [arbitrumsepolia_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: arbitrumsepolia_Bytes + delegate: arbitrumsepolia_Bytes + receiveLocal: Boolean + callData: arbitrumsepolia_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: arbitrumsepolia_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: arbitrumsepolia_Bytes + asset: arbitrumsepolia_Asset + amount: BigInt + routersFee: BigInt + executedCaller: arbitrumsepolia_Bytes + executedTransactionHash: arbitrumsepolia_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: arbitrumsepolia_Bytes + executedTxNonce: BigInt + reconciledCaller: arbitrumsepolia_Bytes + reconciledTransactionHash: arbitrumsepolia_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: arbitrumsepolia_Bytes + reconciledTxNonce: BigInt } -input metis_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumsepolia_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -86742,105 +87408,24 @@ input metis_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_: metis_swap_StableSwap_filter - provider: metis_swap_Bytes - provider_not: metis_swap_Bytes - provider_gt: metis_swap_Bytes - provider_lt: metis_swap_Bytes - provider_gte: metis_swap_Bytes - provider_lte: metis_swap_Bytes - provider_in: [metis_swap_Bytes!] - provider_not_in: [metis_swap_Bytes!] - provider_contains: metis_swap_Bytes - provider_not_contains: metis_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: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_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: arbitrumsepolia_Bytes + transferId_not: arbitrumsepolia_Bytes + transferId_gt: arbitrumsepolia_Bytes + transferId_lt: arbitrumsepolia_Bytes + transferId_gte: arbitrumsepolia_Bytes + transferId_lte: arbitrumsepolia_Bytes + transferId_in: [arbitrumsepolia_Bytes!] + transferId_not_in: [arbitrumsepolia_Bytes!] + transferId_contains: arbitrumsepolia_Bytes + transferId_not_contains: arbitrumsepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -86849,54 +87434,374 @@ input metis_swap_StableSwapAddLiquidityEvent_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: arbitrumsepolia_TransferStatus + status_not: arbitrumsepolia_TransferStatus + status_in: [arbitrumsepolia_TransferStatus!] + status_not_in: [arbitrumsepolia_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: arbitrumsepolia_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: arbitrumsepolia_Bytes + to_not: arbitrumsepolia_Bytes + to_gt: arbitrumsepolia_Bytes + to_lt: arbitrumsepolia_Bytes + to_gte: arbitrumsepolia_Bytes + to_lte: arbitrumsepolia_Bytes + to_in: [arbitrumsepolia_Bytes!] + to_not_in: [arbitrumsepolia_Bytes!] + to_contains: arbitrumsepolia_Bytes + to_not_contains: arbitrumsepolia_Bytes + delegate: arbitrumsepolia_Bytes + delegate_not: arbitrumsepolia_Bytes + delegate_gt: arbitrumsepolia_Bytes + delegate_lt: arbitrumsepolia_Bytes + delegate_gte: arbitrumsepolia_Bytes + delegate_lte: arbitrumsepolia_Bytes + delegate_in: [arbitrumsepolia_Bytes!] + delegate_not_in: [arbitrumsepolia_Bytes!] + delegate_contains: arbitrumsepolia_Bytes + delegate_not_contains: arbitrumsepolia_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: arbitrumsepolia_Bytes + callData_not: arbitrumsepolia_Bytes + callData_gt: arbitrumsepolia_Bytes + callData_lt: arbitrumsepolia_Bytes + callData_gte: arbitrumsepolia_Bytes + callData_lte: arbitrumsepolia_Bytes + callData_in: [arbitrumsepolia_Bytes!] + callData_not_in: [arbitrumsepolia_Bytes!] + callData_contains: arbitrumsepolia_Bytes + callData_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + originSender_not: arbitrumsepolia_Bytes + originSender_gt: arbitrumsepolia_Bytes + originSender_lt: arbitrumsepolia_Bytes + originSender_gte: arbitrumsepolia_Bytes + originSender_lte: arbitrumsepolia_Bytes + originSender_in: [arbitrumsepolia_Bytes!] + originSender_not_in: [arbitrumsepolia_Bytes!] + originSender_contains: arbitrumsepolia_Bytes + originSender_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + canonicalId_not: arbitrumsepolia_Bytes + canonicalId_gt: arbitrumsepolia_Bytes + canonicalId_lt: arbitrumsepolia_Bytes + canonicalId_gte: arbitrumsepolia_Bytes + canonicalId_lte: arbitrumsepolia_Bytes + canonicalId_in: [arbitrumsepolia_Bytes!] + canonicalId_not_in: [arbitrumsepolia_Bytes!] + canonicalId_contains: arbitrumsepolia_Bytes + canonicalId_not_contains: arbitrumsepolia_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_: arbitrumsepolia_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: arbitrumsepolia_Bytes + executedCaller_not: arbitrumsepolia_Bytes + executedCaller_gt: arbitrumsepolia_Bytes + executedCaller_lt: arbitrumsepolia_Bytes + executedCaller_gte: arbitrumsepolia_Bytes + executedCaller_lte: arbitrumsepolia_Bytes + executedCaller_in: [arbitrumsepolia_Bytes!] + executedCaller_not_in: [arbitrumsepolia_Bytes!] + executedCaller_contains: arbitrumsepolia_Bytes + executedCaller_not_contains: arbitrumsepolia_Bytes + executedTransactionHash: arbitrumsepolia_Bytes + executedTransactionHash_not: arbitrumsepolia_Bytes + executedTransactionHash_gt: arbitrumsepolia_Bytes + executedTransactionHash_lt: arbitrumsepolia_Bytes + executedTransactionHash_gte: arbitrumsepolia_Bytes + executedTransactionHash_lte: arbitrumsepolia_Bytes + executedTransactionHash_in: [arbitrumsepolia_Bytes!] + executedTransactionHash_not_in: [arbitrumsepolia_Bytes!] + executedTransactionHash_contains: arbitrumsepolia_Bytes + executedTransactionHash_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + executedTxOrigin_not: arbitrumsepolia_Bytes + executedTxOrigin_gt: arbitrumsepolia_Bytes + executedTxOrigin_lt: arbitrumsepolia_Bytes + executedTxOrigin_gte: arbitrumsepolia_Bytes + executedTxOrigin_lte: arbitrumsepolia_Bytes + executedTxOrigin_in: [arbitrumsepolia_Bytes!] + executedTxOrigin_not_in: [arbitrumsepolia_Bytes!] + executedTxOrigin_contains: arbitrumsepolia_Bytes + executedTxOrigin_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + reconciledCaller_not: arbitrumsepolia_Bytes + reconciledCaller_gt: arbitrumsepolia_Bytes + reconciledCaller_lt: arbitrumsepolia_Bytes + reconciledCaller_gte: arbitrumsepolia_Bytes + reconciledCaller_lte: arbitrumsepolia_Bytes + reconciledCaller_in: [arbitrumsepolia_Bytes!] + reconciledCaller_not_in: [arbitrumsepolia_Bytes!] + reconciledCaller_contains: arbitrumsepolia_Bytes + reconciledCaller_not_contains: arbitrumsepolia_Bytes + reconciledTransactionHash: arbitrumsepolia_Bytes + reconciledTransactionHash_not: arbitrumsepolia_Bytes + reconciledTransactionHash_gt: arbitrumsepolia_Bytes + reconciledTransactionHash_lt: arbitrumsepolia_Bytes + reconciledTransactionHash_gte: arbitrumsepolia_Bytes + reconciledTransactionHash_lte: arbitrumsepolia_Bytes + reconciledTransactionHash_in: [arbitrumsepolia_Bytes!] + reconciledTransactionHash_not_in: [arbitrumsepolia_Bytes!] + reconciledTransactionHash_contains: arbitrumsepolia_Bytes + reconciledTransactionHash_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + reconciledTxOrigin_not: arbitrumsepolia_Bytes + reconciledTxOrigin_gt: arbitrumsepolia_Bytes + reconciledTxOrigin_lt: arbitrumsepolia_Bytes + reconciledTxOrigin_gte: arbitrumsepolia_Bytes + reconciledTxOrigin_lte: arbitrumsepolia_Bytes + reconciledTxOrigin_in: [arbitrumsepolia_Bytes!] + reconciledTxOrigin_not_in: [arbitrumsepolia_Bytes!] + reconciledTxOrigin_contains: arbitrumsepolia_Bytes + reconciledTxOrigin_not_contains: arbitrumsepolia_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: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapAddLiquidityEvent_filter] - or: [metis_swap_StableSwapAddLiquidityEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_DestinationTransfer_filter] + or: [arbitrumsepolia_DestinationTransfer_filter] } -enum metis_swap_StableSwapAddLiquidityEvent_orderBy { +enum arbitrumsepolia_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 - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction + chainId + transferId nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -interface metis_swap_StableSwapEvent { +""" +8 bytes signed integer + +""" +scalar arbitrumsepolia_Int8 + +type arbitrumsepolia_OptimisticRootFinalized { id: ID! - stableSwap: metis_swap_StableSwap! - block: BigInt! + aggregateRoot: arbitrumsepolia_Bytes! timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input metis_swap_StableSwapEvent_filter { +input arbitrumsepolia_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -86905,35 +87810,16 @@ input metis_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_: metis_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!] + aggregateRoot: arbitrumsepolia_Bytes + aggregateRoot_not: arbitrumsepolia_Bytes + aggregateRoot_gt: arbitrumsepolia_Bytes + aggregateRoot_lt: arbitrumsepolia_Bytes + aggregateRoot_gte: arbitrumsepolia_Bytes + aggregateRoot_lte: arbitrumsepolia_Bytes + aggregateRoot_in: [arbitrumsepolia_Bytes!] + aggregateRoot_not_in: [arbitrumsepolia_Bytes!] + aggregateRoot_contains: arbitrumsepolia_Bytes + aggregateRoot_not_contains: arbitrumsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -86942,72 +87828,47 @@ input metis_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapEvent_filter] - or: [metis_swap_StableSwapEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_OptimisticRootFinalized_filter] + or: [arbitrumsepolia_OptimisticRootFinalized_filter] } -enum metis_swap_StableSwapEvent_orderBy { +enum arbitrumsepolia_OptimisticRootFinalized_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - 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 + aggregateRoot timestamp - transaction - nonce + blockNumber } -type metis_swap_StableSwapExchange { +"""Defines the order direction, either ascending or descending""" +enum arbitrumsepolia_OrderDirection { + asc + desc +} + +type arbitrumsepolia_OriginMessage { id: ID! - stableSwap: metis_swap_StableSwap! - buyer: metis_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + transferId: arbitrumsepolia_Bytes + destinationDomain: BigInt + leaf: arbitrumsepolia_Bytes + index: BigInt + message: arbitrumsepolia_Bytes + root: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + blockNumber: BigInt + rootCount: arbitrumsepolia_RootCount } -input metis_swap_StableSwapExchange_filter { +input arbitrumsepolia_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -87016,109 +87877,184 @@ input metis_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_: metis_swap_StableSwap_filter - buyer: metis_swap_Bytes - buyer_not: metis_swap_Bytes - buyer_gt: metis_swap_Bytes - buyer_lt: metis_swap_Bytes - buyer_gte: metis_swap_Bytes - buyer_lte: metis_swap_Bytes - buyer_in: [metis_swap_Bytes!] - buyer_not_in: [metis_swap_Bytes!] - buyer_contains: metis_swap_Bytes - buyer_not_contains: metis_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!] + transferId: arbitrumsepolia_Bytes + transferId_not: arbitrumsepolia_Bytes + transferId_gt: arbitrumsepolia_Bytes + transferId_lt: arbitrumsepolia_Bytes + transferId_gte: arbitrumsepolia_Bytes + transferId_lte: arbitrumsepolia_Bytes + transferId_in: [arbitrumsepolia_Bytes!] + transferId_not_in: [arbitrumsepolia_Bytes!] + transferId_contains: arbitrumsepolia_Bytes + transferId_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + leaf_not: arbitrumsepolia_Bytes + leaf_gt: arbitrumsepolia_Bytes + leaf_lt: arbitrumsepolia_Bytes + leaf_gte: arbitrumsepolia_Bytes + leaf_lte: arbitrumsepolia_Bytes + leaf_in: [arbitrumsepolia_Bytes!] + leaf_not_in: [arbitrumsepolia_Bytes!] + leaf_contains: arbitrumsepolia_Bytes + leaf_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + message_not: arbitrumsepolia_Bytes + message_gt: arbitrumsepolia_Bytes + message_lt: arbitrumsepolia_Bytes + message_gte: arbitrumsepolia_Bytes + message_lte: arbitrumsepolia_Bytes + message_in: [arbitrumsepolia_Bytes!] + message_not_in: [arbitrumsepolia_Bytes!] + message_contains: arbitrumsepolia_Bytes + message_not_contains: arbitrumsepolia_Bytes + root: arbitrumsepolia_Bytes + root_not: arbitrumsepolia_Bytes + root_gt: arbitrumsepolia_Bytes + root_lt: arbitrumsepolia_Bytes + root_gte: arbitrumsepolia_Bytes + root_lte: arbitrumsepolia_Bytes + root_in: [arbitrumsepolia_Bytes!] + root_not_in: [arbitrumsepolia_Bytes!] + root_contains: arbitrumsepolia_Bytes + root_not_contains: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_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_: arbitrumsepolia_RootCount_filter + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_OriginMessage_filter] + or: [arbitrumsepolia_OriginMessage_filter] +} + +enum arbitrumsepolia_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type arbitrumsepolia_OriginTransfer { + id: ID! + chainId: BigInt + transferId: arbitrumsepolia_Bytes + nonce: BigInt + status: arbitrumsepolia_TransferStatus + messageHash: arbitrumsepolia_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: arbitrumsepolia_Bytes + delegate: arbitrumsepolia_Bytes + receiveLocal: Boolean + callData: arbitrumsepolia_Bytes + slippage: BigInt + originSender: arbitrumsepolia_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: arbitrumsepolia_Bytes + asset: arbitrumsepolia_Asset + transactingAsset: arbitrumsepolia_Bytes + message: arbitrumsepolia_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_RelayerFee_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_RelayerFee_filter): [arbitrumsepolia_RelayerFee!] + initialRelayerFeeAsset: arbitrumsepolia_Bytes + caller: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_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: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_swap_Bytes + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: arbitrumsepolia_Bytes + txNonce: BigInt +} + +input arbitrumsepolia_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: arbitrumsepolia_Bytes + transferId_not: arbitrumsepolia_Bytes + transferId_gt: arbitrumsepolia_Bytes + transferId_lt: arbitrumsepolia_Bytes + transferId_gte: arbitrumsepolia_Bytes + transferId_lte: arbitrumsepolia_Bytes + transferId_in: [arbitrumsepolia_Bytes!] + transferId_not_in: [arbitrumsepolia_Bytes!] + transferId_contains: arbitrumsepolia_Bytes + transferId_not_contains: arbitrumsepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -87127,61 +88063,445 @@ input metis_swap_StableSwapExchange_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] + status: arbitrumsepolia_TransferStatus + status_not: arbitrumsepolia_TransferStatus + status_in: [arbitrumsepolia_TransferStatus!] + status_not_in: [arbitrumsepolia_TransferStatus!] + messageHash: arbitrumsepolia_Bytes + messageHash_not: arbitrumsepolia_Bytes + messageHash_gt: arbitrumsepolia_Bytes + messageHash_lt: arbitrumsepolia_Bytes + messageHash_gte: arbitrumsepolia_Bytes + messageHash_lte: arbitrumsepolia_Bytes + messageHash_in: [arbitrumsepolia_Bytes!] + messageHash_not_in: [arbitrumsepolia_Bytes!] + messageHash_contains: arbitrumsepolia_Bytes + messageHash_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + to_not: arbitrumsepolia_Bytes + to_gt: arbitrumsepolia_Bytes + to_lt: arbitrumsepolia_Bytes + to_gte: arbitrumsepolia_Bytes + to_lte: arbitrumsepolia_Bytes + to_in: [arbitrumsepolia_Bytes!] + to_not_in: [arbitrumsepolia_Bytes!] + to_contains: arbitrumsepolia_Bytes + to_not_contains: arbitrumsepolia_Bytes + delegate: arbitrumsepolia_Bytes + delegate_not: arbitrumsepolia_Bytes + delegate_gt: arbitrumsepolia_Bytes + delegate_lt: arbitrumsepolia_Bytes + delegate_gte: arbitrumsepolia_Bytes + delegate_lte: arbitrumsepolia_Bytes + delegate_in: [arbitrumsepolia_Bytes!] + delegate_not_in: [arbitrumsepolia_Bytes!] + delegate_contains: arbitrumsepolia_Bytes + delegate_not_contains: arbitrumsepolia_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: arbitrumsepolia_Bytes + callData_not: arbitrumsepolia_Bytes + callData_gt: arbitrumsepolia_Bytes + callData_lt: arbitrumsepolia_Bytes + callData_gte: arbitrumsepolia_Bytes + callData_lte: arbitrumsepolia_Bytes + callData_in: [arbitrumsepolia_Bytes!] + callData_not_in: [arbitrumsepolia_Bytes!] + callData_contains: arbitrumsepolia_Bytes + callData_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + originSender_not: arbitrumsepolia_Bytes + originSender_gt: arbitrumsepolia_Bytes + originSender_lt: arbitrumsepolia_Bytes + originSender_gte: arbitrumsepolia_Bytes + originSender_lte: arbitrumsepolia_Bytes + originSender_in: [arbitrumsepolia_Bytes!] + originSender_not_in: [arbitrumsepolia_Bytes!] + originSender_contains: arbitrumsepolia_Bytes + originSender_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + canonicalId_not: arbitrumsepolia_Bytes + canonicalId_gt: arbitrumsepolia_Bytes + canonicalId_lt: arbitrumsepolia_Bytes + canonicalId_gte: arbitrumsepolia_Bytes + canonicalId_lte: arbitrumsepolia_Bytes + canonicalId_in: [arbitrumsepolia_Bytes!] + canonicalId_not_in: [arbitrumsepolia_Bytes!] + canonicalId_contains: arbitrumsepolia_Bytes + canonicalId_not_contains: arbitrumsepolia_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_: arbitrumsepolia_Asset_filter + transactingAsset: arbitrumsepolia_Bytes + transactingAsset_not: arbitrumsepolia_Bytes + transactingAsset_gt: arbitrumsepolia_Bytes + transactingAsset_lt: arbitrumsepolia_Bytes + transactingAsset_gte: arbitrumsepolia_Bytes + transactingAsset_lte: arbitrumsepolia_Bytes + transactingAsset_in: [arbitrumsepolia_Bytes!] + transactingAsset_not_in: [arbitrumsepolia_Bytes!] + transactingAsset_contains: arbitrumsepolia_Bytes + transactingAsset_not_contains: arbitrumsepolia_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_: arbitrumsepolia_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_: arbitrumsepolia_RelayerFee_filter + initialRelayerFeeAsset: arbitrumsepolia_Bytes + initialRelayerFeeAsset_not: arbitrumsepolia_Bytes + initialRelayerFeeAsset_gt: arbitrumsepolia_Bytes + initialRelayerFeeAsset_lt: arbitrumsepolia_Bytes + initialRelayerFeeAsset_gte: arbitrumsepolia_Bytes + initialRelayerFeeAsset_lte: arbitrumsepolia_Bytes + initialRelayerFeeAsset_in: [arbitrumsepolia_Bytes!] + initialRelayerFeeAsset_not_in: [arbitrumsepolia_Bytes!] + initialRelayerFeeAsset_contains: arbitrumsepolia_Bytes + initialRelayerFeeAsset_not_contains: arbitrumsepolia_Bytes + caller: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + txOrigin_not: arbitrumsepolia_Bytes + txOrigin_gt: arbitrumsepolia_Bytes + txOrigin_lt: arbitrumsepolia_Bytes + txOrigin_gte: arbitrumsepolia_Bytes + txOrigin_lte: arbitrumsepolia_Bytes + txOrigin_in: [arbitrumsepolia_Bytes!] + txOrigin_not_in: [arbitrumsepolia_Bytes!] + txOrigin_contains: arbitrumsepolia_Bytes + txOrigin_not_contains: arbitrumsepolia_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: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapExchange_filter] - or: [metis_swap_StableSwapExchange_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_OriginTransfer_filter] + or: [arbitrumsepolia_OriginTransfer_filter] } -enum metis_swap_StableSwapExchange_orderBy { +enum arbitrumsepolia_OriginTransfer_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction + chainId + transferId nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapEvent { +type arbitrumsepolia_Relayer { id: ID! - stableSwap: metis_swap_StableSwap! - provider: metis_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + isActive: Boolean! + relayer: arbitrumsepolia_Bytes +} + +type arbitrumsepolia_RelayerFee { + id: ID! + transfer: arbitrumsepolia_OriginTransfer! + fee: BigInt! + asset: arbitrumsepolia_Bytes! +} + +input arbitrumsepolia_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_: arbitrumsepolia_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: arbitrumsepolia_Bytes + asset_not: arbitrumsepolia_Bytes + asset_gt: arbitrumsepolia_Bytes + asset_lt: arbitrumsepolia_Bytes + asset_gte: arbitrumsepolia_Bytes + asset_lte: arbitrumsepolia_Bytes + asset_in: [arbitrumsepolia_Bytes!] + asset_not_in: [arbitrumsepolia_Bytes!] + asset_contains: arbitrumsepolia_Bytes + asset_not_contains: arbitrumsepolia_Bytes + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RelayerFee_filter] + or: [arbitrumsepolia_RelayerFee_filter] +} + +enum arbitrumsepolia_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 arbitrumsepolia_RelayerFeesIncrease { + id: ID! + transfer: arbitrumsepolia_OriginTransfer! + increase: BigInt + asset: arbitrumsepolia_Bytes + caller: arbitrumsepolia_Bytes! + transactionHash: arbitrumsepolia_Bytes! timestamp: BigInt! - transaction: metis_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input metis_swap_StableSwapRemoveLiquidityEvent_filter { +input arbitrumsepolia_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -87190,87 +88510,65 @@ input metis_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_: metis_swap_StableSwap_filter - provider: metis_swap_Bytes - provider_not: metis_swap_Bytes - provider_gt: metis_swap_Bytes - provider_lt: metis_swap_Bytes - provider_gte: metis_swap_Bytes - provider_lte: metis_swap_Bytes - provider_in: [metis_swap_Bytes!] - provider_not_in: [metis_swap_Bytes!] - provider_contains: metis_swap_Bytes - provider_not_contains: metis_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_: arbitrumsepolia_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: arbitrumsepolia_Bytes + asset_not: arbitrumsepolia_Bytes + asset_gt: arbitrumsepolia_Bytes + asset_lt: arbitrumsepolia_Bytes + asset_gte: arbitrumsepolia_Bytes + asset_lte: arbitrumsepolia_Bytes + asset_in: [arbitrumsepolia_Bytes!] + asset_not_in: [arbitrumsepolia_Bytes!] + asset_contains: arbitrumsepolia_Bytes + asset_not_contains: arbitrumsepolia_Bytes + caller: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87279,63 +88577,79 @@ input metis_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: metis_swap_Bytes - transaction_not: metis_swap_Bytes - transaction_gt: metis_swap_Bytes - transaction_lt: metis_swap_Bytes - transaction_gte: metis_swap_Bytes - transaction_lte: metis_swap_Bytes - transaction_in: [metis_swap_Bytes!] - transaction_not_in: [metis_swap_Bytes!] - transaction_contains: metis_swap_Bytes - transaction_not_contains: metis_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: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwapRemoveLiquidityEvent_filter] - or: [metis_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RelayerFeesIncrease_filter] + or: [arbitrumsepolia_RelayerFeesIncrease_filter] } -enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumsepolia_RelayerFeesIncrease_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -input metis_swap_StableSwap_filter { +input arbitrumsepolia_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -87348,197 +88662,34 @@ input metis_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: metis_swap_Bytes - key_not: metis_swap_Bytes - key_gt: metis_swap_Bytes - key_lt: metis_swap_Bytes - key_gte: metis_swap_Bytes - key_lte: metis_swap_Bytes - key_in: [metis_swap_Bytes!] - key_not_in: [metis_swap_Bytes!] - key_contains: metis_swap_Bytes - key_not_contains: metis_swap_Bytes - canonicalId: metis_swap_Bytes - canonicalId_not: metis_swap_Bytes - canonicalId_gt: metis_swap_Bytes - canonicalId_lt: metis_swap_Bytes - canonicalId_gte: metis_swap_Bytes - canonicalId_lte: metis_swap_Bytes - canonicalId_in: [metis_swap_Bytes!] - canonicalId_not_in: [metis_swap_Bytes!] - canonicalId_contains: metis_swap_Bytes - canonicalId_not_contains: metis_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: metis_swap_Bytes - swapPool_not: metis_swap_Bytes - swapPool_gt: metis_swap_Bytes - swapPool_lt: metis_swap_Bytes - swapPool_gte: metis_swap_Bytes - swapPool_lte: metis_swap_Bytes - swapPool_in: [metis_swap_Bytes!] - swapPool_not_in: [metis_swap_Bytes!] - swapPool_contains: metis_swap_Bytes - swapPool_not_contains: metis_swap_Bytes - lpToken: metis_swap_Bytes - lpToken_not: metis_swap_Bytes - lpToken_gt: metis_swap_Bytes - lpToken_lt: metis_swap_Bytes - lpToken_gte: metis_swap_Bytes - lpToken_lte: metis_swap_Bytes - lpToken_in: [metis_swap_Bytes!] - lpToken_not_in: [metis_swap_Bytes!] - lpToken_contains: metis_swap_Bytes - lpToken_not_contains: metis_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: [metis_swap_Bytes!] - pooledTokens_not: [metis_swap_Bytes!] - pooledTokens_contains: [metis_swap_Bytes!] - pooledTokens_contains_nocase: [metis_swap_Bytes!] - pooledTokens_not_contains: [metis_swap_Bytes!] - pooledTokens_not_contains_nocase: [metis_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_: metis_swap_StableSwapEvent_filter - exchanges_: metis_swap_StableSwapExchange_filter - hourlyVolumes_: metis_swap_SwapHourlyVolume_filter - dailyVolumes_: metis_swap_SwapDailyVolume_filter - weeklyVolumes_: metis_swap_SwapWeeklyVolume_filter + relayer: arbitrumsepolia_Bytes + relayer_not: arbitrumsepolia_Bytes + relayer_gt: arbitrumsepolia_Bytes + relayer_lt: arbitrumsepolia_Bytes + relayer_gte: arbitrumsepolia_Bytes + relayer_lte: arbitrumsepolia_Bytes + relayer_in: [arbitrumsepolia_Bytes!] + relayer_not_in: [arbitrumsepolia_Bytes!] + relayer_contains: arbitrumsepolia_Bytes + relayer_not_contains: arbitrumsepolia_Bytes """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwap_filter] - or: [metis_swap_StableSwap_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Relayer_filter] + or: [arbitrumsepolia_Relayer_filter] } -enum metis_swap_StableSwap_orderBy { +enum arbitrumsepolia_Relayer_orderBy { id isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + relayer } -type metis_swap_SwapDailyVolume implements metis_swap_SwapTradeVolume { +type arbitrumsepolia_RootCount { id: ID! - stableSwap: metis_swap_StableSwap! - timestamp: BigInt! - volume: metis_swap_BigDecimal! + count: BigInt } -input metis_swap_SwapDailyVolume_filter { +input arbitrumsepolia_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -87547,234 +88698,40 @@ input metis_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_: metis_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: metis_swap_BigDecimal - volume_not: metis_swap_BigDecimal - volume_gt: metis_swap_BigDecimal - volume_lt: metis_swap_BigDecimal - volume_gte: metis_swap_BigDecimal - volume_lte: metis_swap_BigDecimal - volume_in: [metis_swap_BigDecimal!] - volume_not_in: [metis_swap_BigDecimal!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SwapDailyVolume_filter] - or: [metis_swap_SwapDailyVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RootCount_filter] + or: [arbitrumsepolia_RootCount_filter] } -enum metis_swap_SwapDailyVolume_orderBy { +enum arbitrumsepolia_RootCount_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + count } -type metis_swap_SwapHourlyVolume implements metis_swap_SwapTradeVolume { +type arbitrumsepolia_RootMessageSent { id: ID! - stableSwap: metis_swap_StableSwap! - timestamp: BigInt! - volume: metis_swap_BigDecimal! -} - -input metis_swap_SwapHourlyVolume_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: metis_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: metis_swap_BigDecimal - volume_not: metis_swap_BigDecimal - volume_gt: metis_swap_BigDecimal - volume_lt: metis_swap_BigDecimal - volume_gte: metis_swap_BigDecimal - volume_lte: metis_swap_BigDecimal - volume_in: [metis_swap_BigDecimal!] - volume_not_in: [metis_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SwapHourlyVolume_filter] - or: [metis_swap_SwapHourlyVolume_filter] -} - -enum metis_swap_SwapHourlyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -interface metis_swap_SwapTradeVolume { - stableSwap: metis_swap_StableSwap! - timestamp: BigInt! - volume: metis_swap_BigDecimal! -} - -input metis_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_: metis_swap_StableSwap_filter + spokeDomain: BigInt + hubDomain: BigInt + root: arbitrumsepolia_Bytes + count: BigInt + caller: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_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!] - volume: metis_swap_BigDecimal - volume_not: metis_swap_BigDecimal - volume_gt: metis_swap_BigDecimal - volume_lt: metis_swap_BigDecimal - volume_gte: metis_swap_BigDecimal - volume_lte: metis_swap_BigDecimal - volume_in: [metis_swap_BigDecimal!] - volume_not_in: [metis_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SwapTradeVolume_filter] - or: [metis_swap_SwapTradeVolume_filter] -} - -enum metis_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 metis_swap_SwapWeeklyVolume implements metis_swap_SwapTradeVolume { - id: ID! - stableSwap: metis_swap_StableSwap! - timestamp: BigInt! - volume: metis_swap_BigDecimal! + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input metis_swap_SwapWeeklyVolume_filter { +input arbitrumsepolia_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -87783,27 +88740,60 @@ input metis_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_: metis_swap_StableSwap_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: arbitrumsepolia_Bytes + root_not: arbitrumsepolia_Bytes + root_gt: arbitrumsepolia_Bytes + root_lt: arbitrumsepolia_Bytes + root_gte: arbitrumsepolia_Bytes + root_lte: arbitrumsepolia_Bytes + root_in: [arbitrumsepolia_Bytes!] + root_not_in: [arbitrumsepolia_Bytes!] + root_contains: arbitrumsepolia_Bytes + root_not_contains: arbitrumsepolia_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: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87812,130 +88802,69 @@ input metis_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: metis_swap_BigDecimal - volume_not: metis_swap_BigDecimal - volume_gt: metis_swap_BigDecimal - volume_lt: metis_swap_BigDecimal - volume_gte: metis_swap_BigDecimal - volume_lte: metis_swap_BigDecimal - volume_in: [metis_swap_BigDecimal!] - volume_not_in: [metis_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_SwapWeeklyVolume_filter] - or: [metis_swap_SwapWeeklyVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RootMessageSent_filter] + or: [arbitrumsepolia_RootMessageSent_filter] } -enum metis_swap_SwapWeeklyVolume_orderBy { +enum arbitrumsepolia_RootMessageSent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - volume -} - -type metis_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input metis_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: metis_swap_BlockChangedFilter - and: [metis_swap_SystemInfo_filter] - or: [metis_swap_SystemInfo_filter] -} - -enum metis_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type metis_swap__Block_ { - """The hash of the block""" - hash: metis_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: metis_swap_Bytes -} - -"""The type for the top-level _meta field""" -type metis_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: metis_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! + gasPrice + gasLimit + blockNumber } -type polygon_AggregateRoot { +type arbitrumsepolia_Router { id: ID! - root: polygon_Bytes! - blockNumber: BigInt! + isActive: Boolean! + owner: arbitrumsepolia_Bytes + recipient: arbitrumsepolia_Bytes + proposedOwner: arbitrumsepolia_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_AssetBalance_orderBy, orderDirection: arbitrumsepolia_OrderDirection, where: arbitrumsepolia_AssetBalance_filter): [arbitrumsepolia_AssetBalance!]! } -type polygon_AggregateRootProposed { +type arbitrumsepolia_RouterDailyTVL { id: ID! - aggregateRoot: polygon_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + router: arbitrumsepolia_Router! + asset: arbitrumsepolia_Asset! timestamp: BigInt! - blockNumber: BigInt + balance: BigInt! } -input polygon_AggregateRootProposed_filter { +input arbitrumsepolia_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -87944,40 +88873,48 @@ input polygon_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygon_Bytes - aggregateRoot_not: polygon_Bytes - aggregateRoot_gt: polygon_Bytes - aggregateRoot_lt: polygon_Bytes - aggregateRoot_gte: polygon_Bytes - aggregateRoot_lte: polygon_Bytes - aggregateRoot_in: [polygon_Bytes!] - aggregateRoot_not_in: [polygon_Bytes!] - aggregateRoot_contains: polygon_Bytes - aggregateRoot_not_contains: polygon_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + 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_: arbitrumsepolia_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_: arbitrumsepolia_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -87986,94 +88923,63 @@ input polygon_AggregateRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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: polygon_BlockChangedFilter - and: [polygon_AggregateRootProposed_filter] - or: [polygon_AggregateRootProposed_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RouterDailyTVL_filter] + or: [arbitrumsepolia_RouterDailyTVL_filter] } -enum polygon_AggregateRootProposed_orderBy { +enum arbitrumsepolia_RouterDailyTVL_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - blockNumber -} - -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 + balance } -type polygon_Asset { +type arbitrumsepolia_RouterLiquidityEvent { id: ID! - key: polygon_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: polygon_Bytes - canonicalDomain: BigInt - adoptedAsset: polygon_Bytes - localAsset: polygon_Bytes - blockNumber: BigInt - status: polygon_AssetStatus + type: arbitrumsepolia_RouterLiquidityEventType + router: arbitrumsepolia_Router! + asset: arbitrumsepolia_Asset! + amount: BigInt! + balance: BigInt! + caller: arbitrumsepolia_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: arbitrumsepolia_Bytes! + nonce: BigInt! } -type polygon_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: polygon_Router! - asset: polygon_Asset! - feesEarned: BigInt! +enum arbitrumsepolia_RouterLiquidityEventType { + Add + Remove } -input polygon_AssetBalance_filter { +input arbitrumsepolia_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -88082,38 +88988,10 @@ input polygon_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!] + type: arbitrumsepolia_RouterLiquidityEventType + type_not: arbitrumsepolia_RouterLiquidityEventType + type_in: [arbitrumsepolia_RouterLiquidityEventType!] + type_not_in: [arbitrumsepolia_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -88134,7 +89012,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_: arbitrumsepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -88155,27 +89033,76 @@ input polygon_AssetBalance_filter { 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!] + asset_: arbitrumsepolia_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AssetBalance_filter] - or: [polygon_AssetBalance_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RouterLiquidityEvent_filter] + or: [arbitrumsepolia_RouterLiquidityEvent_filter] } -enum polygon_AssetBalance_orderBy { +enum arbitrumsepolia_RouterLiquidityEvent_orderBy { id - amount - locked - supplied - removed + type router router__id router__isActive @@ -88193,15 +89120,16 @@ enum polygon_AssetBalance_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - feesEarned -} - -type polygon_AssetStatus { - id: ID! - status: Boolean + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce } -input polygon_AssetStatus_filter { +input arbitrumsepolia_Router_filter { id: ID id_not: ID id_gt: ID @@ -88210,22 +89138,72 @@ input polygon_AssetStatus_filter { 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 { + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + owner: arbitrumsepolia_Bytes + owner_not: arbitrumsepolia_Bytes + owner_gt: arbitrumsepolia_Bytes + owner_lt: arbitrumsepolia_Bytes + owner_gte: arbitrumsepolia_Bytes + owner_lte: arbitrumsepolia_Bytes + owner_in: [arbitrumsepolia_Bytes!] + owner_not_in: [arbitrumsepolia_Bytes!] + owner_contains: arbitrumsepolia_Bytes + owner_not_contains: arbitrumsepolia_Bytes + recipient: arbitrumsepolia_Bytes + recipient_not: arbitrumsepolia_Bytes + recipient_gt: arbitrumsepolia_Bytes + recipient_lt: arbitrumsepolia_Bytes + recipient_gte: arbitrumsepolia_Bytes + recipient_lte: arbitrumsepolia_Bytes + recipient_in: [arbitrumsepolia_Bytes!] + recipient_not_in: [arbitrumsepolia_Bytes!] + recipient_contains: arbitrumsepolia_Bytes + recipient_not_contains: arbitrumsepolia_Bytes + proposedOwner: arbitrumsepolia_Bytes + proposedOwner_not: arbitrumsepolia_Bytes + proposedOwner_gt: arbitrumsepolia_Bytes + proposedOwner_lt: arbitrumsepolia_Bytes + proposedOwner_gte: arbitrumsepolia_Bytes + proposedOwner_lte: arbitrumsepolia_Bytes + proposedOwner_in: [arbitrumsepolia_Bytes!] + proposedOwner_not_in: [arbitrumsepolia_Bytes!] + proposedOwner_contains: arbitrumsepolia_Bytes + proposedOwner_not_contains: arbitrumsepolia_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_: arbitrumsepolia_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Router_filter] + or: [arbitrumsepolia_Router_filter] +} + +enum arbitrumsepolia_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type arbitrumsepolia_Sequencer { + id: ID! + isActive: Boolean! + sequencer: arbitrumsepolia_Bytes +} + +input arbitrumsepolia_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -88234,144 +89212,39 @@ 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 - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: 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 + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: arbitrumsepolia_Bytes + sequencer_not: arbitrumsepolia_Bytes + sequencer_gt: arbitrumsepolia_Bytes + sequencer_lt: arbitrumsepolia_Bytes + sequencer_gte: arbitrumsepolia_Bytes + sequencer_lte: arbitrumsepolia_Bytes + sequencer_in: [arbitrumsepolia_Bytes!] + sequencer_not_in: [arbitrumsepolia_Bytes!] + sequencer_contains: arbitrumsepolia_Bytes + sequencer_not_contains: arbitrumsepolia_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Asset_filter] - or: [polygon_Asset_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Sequencer_filter] + or: [arbitrumsepolia_Sequencer_filter] } -enum polygon_Asset_orderBy { +enum arbitrumsepolia_Sequencer_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar polygon_BigDecimal - -input polygon_BlockChangedFilter { - number_gte: Int! -} - -input polygon_Block_height { - hash: polygon_Bytes - number: Int - number_gte: Int + isActive + sequencer } -scalar polygon_Bytes - -type polygon_ConnectorMeta { +type arbitrumsepolia_Setting { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: polygon_Bytes - rootManager: polygon_Bytes - mirrorConnector: polygon_Bytes + maxRoutersPerTransfer: BigInt! + caller: arbitrumsepolia_Bytes! } -input polygon_ConnectorMeta_filter { +input arbitrumsepolia_Setting_filter { id: ID id_not: ID id_gt: ID @@ -88380,109 +89253,49 @@ input polygon_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: 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 + 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: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_ConnectorMeta_filter] - or: [polygon_ConnectorMeta_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Setting_filter] + or: [arbitrumsepolia_Setting_filter] } -enum polygon_ConnectorMeta_orderBy { +enum arbitrumsepolia_Setting_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + maxRoutersPerTransfer + caller } -type polygon_DestinationTransfer { +type arbitrumsepolia_SlippageUpdate { id: ID! - 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 + transfer: arbitrumsepolia_DestinationTransfer! + slippage: BigInt! + caller: arbitrumsepolia_Bytes! + transactionHash: arbitrumsepolia_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input polygon_DestinationTransfer_filter { +input arbitrumsepolia_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -88491,101 +89304,27 @@ input polygon_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: 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 + 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_: arbitrumsepolia_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -88594,297 +89333,122 @@ input polygon_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: 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 - 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!] + caller: arbitrumsepolia_Bytes + caller_not: arbitrumsepolia_Bytes + caller_gt: arbitrumsepolia_Bytes + caller_lt: arbitrumsepolia_Bytes + caller_gte: arbitrumsepolia_Bytes + caller_lte: arbitrumsepolia_Bytes + caller_in: [arbitrumsepolia_Bytes!] + caller_not_in: [arbitrumsepolia_Bytes!] + caller_contains: arbitrumsepolia_Bytes + caller_not_contains: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + transactionHash_not: arbitrumsepolia_Bytes + transactionHash_gt: arbitrumsepolia_Bytes + transactionHash_lt: arbitrumsepolia_Bytes + transactionHash_gte: arbitrumsepolia_Bytes + transactionHash_lte: arbitrumsepolia_Bytes + transactionHash_in: [arbitrumsepolia_Bytes!] + transactionHash_not_in: [arbitrumsepolia_Bytes!] + transactionHash_contains: arbitrumsepolia_Bytes + transactionHash_not_contains: arbitrumsepolia_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: polygon_BlockChangedFilter - and: [polygon_DestinationTransfer_filter] - or: [polygon_DestinationTransfer_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_SlippageUpdate_filter] + or: [arbitrumsepolia_SlippageUpdate_filter] } -enum polygon_DestinationTransfer_orderBy { +enum arbitrumsepolia_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__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -""" -8 bytes signed integer - -""" -scalar polygon_Int8 - -type polygon_OptimisticRootFinalized { +type arbitrumsepolia_SnapshotRoot { id: ID! - aggregateRoot: polygon_Bytes! + spokeDomain: BigInt + root: arbitrumsepolia_Bytes! + count: BigInt! timestamp: BigInt! - blockNumber: BigInt + blockNumber: BigInt! } -input polygon_OptimisticRootFinalized_filter { +input arbitrumsepolia_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -88893,16 +89457,32 @@ input polygon_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygon_Bytes - aggregateRoot_not: polygon_Bytes - aggregateRoot_gt: polygon_Bytes - aggregateRoot_lt: polygon_Bytes - aggregateRoot_gte: polygon_Bytes - aggregateRoot_lte: polygon_Bytes - aggregateRoot_in: [polygon_Bytes!] - aggregateRoot_not_in: [polygon_Bytes!] - aggregateRoot_contains: polygon_Bytes - aggregateRoot_not_contains: polygon_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: arbitrumsepolia_Bytes + root_not: arbitrumsepolia_Bytes + root_gt: arbitrumsepolia_Bytes + root_lt: arbitrumsepolia_Bytes + root_gte: arbitrumsepolia_Bytes + root_lte: arbitrumsepolia_Bytes + root_in: [arbitrumsepolia_Bytes!] + root_not_in: [arbitrumsepolia_Bytes!] + root_contains: arbitrumsepolia_Bytes + root_not_contains: arbitrumsepolia_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 @@ -88920,38 +89500,109 @@ input polygon_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OptimisticRootFinalized_filter] - or: [polygon_OptimisticRootFinalized_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_SnapshotRoot_filter] + or: [arbitrumsepolia_SnapshotRoot_filter] } -enum polygon_OptimisticRootFinalized_orderBy { +enum arbitrumsepolia_SnapshotRoot_orderBy { id - aggregateRoot + spokeDomain + root + count timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum polygon_OrderDirection { - asc - desc +type arbitrumsepolia_SpokeConnectorMode { + id: ID! + mode: String! } -type polygon_OriginMessage { +input arbitrumsepolia_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_SpokeConnectorMode_filter] + or: [arbitrumsepolia_SpokeConnectorMode_filter] +} + +enum arbitrumsepolia_SpokeConnectorMode_orderBy { + id + mode +} + +enum arbitrumsepolia_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type arbitrumsepolia__Block_ { + """The hash of the block""" + hash: arbitrumsepolia_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: arbitrumsepolia_Bytes +} + +"""The type for the top-level _meta field""" +type arbitrumsepolia__Meta_ { + """ + Information 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: arbitrumsepolia__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type mainnet_AggregateRootSavedSlow { id: ID! - transferId: polygon_Bytes - destinationDomain: BigInt - leaf: polygon_Bytes - index: BigInt - message: polygon_Bytes - root: polygon_Bytes - transactionHash: polygon_Bytes - blockNumber: BigInt - rootCount: polygon_RootCount + aggregateRoot: mainnet_Bytes! + count: BigInt! + aggregatedRoots: [mainnet_Bytes!] + rootTimestamp: BigInt! } -input polygon_OriginMessage_filter { +input mainnet_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -88960,158 +89611,61 @@ 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 - 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 + aggregateRoot: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_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!] + aggregatedRoots: [mainnet_Bytes!] + aggregatedRoots_not: [mainnet_Bytes!] + aggregatedRoots_contains: [mainnet_Bytes!] + aggregatedRoots_contains_nocase: [mainnet_Bytes!] + aggregatedRoots_not_contains: [mainnet_Bytes!] + aggregatedRoots_not_contains_nocase: [mainnet_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginMessage_filter] - or: [polygon_OriginMessage_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRootSavedSlow_filter] + or: [mainnet_AggregateRootSavedSlow_filter] } -enum polygon_OriginMessage_orderBy { +enum mainnet_AggregateRootSavedSlow_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + aggregateRoot + count + aggregatedRoots + rootTimestamp } -type polygon_OriginTransfer { +type mainnet_AggregatedMessageRoot { id: ID! - 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 + index: BigInt! + receivedRoot: mainnet_Bytes! + domain: BigInt blockNumber: BigInt - txOrigin: polygon_Bytes - txNonce: BigInt } -input polygon_OriginTransfer_filter { +input mainnet_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -89120,269 +89674,32 @@ input polygon_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: 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 - slippage_lt: BigInt - slippage_gte: BigInt - 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 - 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 - 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!] + 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!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -89391,97 +89708,35 @@ 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 - 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: polygon_BlockChangedFilter - and: [polygon_OriginTransfer_filter] - or: [polygon_OriginTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregatedMessageRoot_filter] + or: [mainnet_AggregatedMessageRoot_filter] } -enum polygon_OriginTransfer_orderBy { +enum mainnet_AggregatedMessageRoot_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash - timestamp - gasPrice - gasLimit + index + receivedRoot + domain blockNumber - txOrigin - txNonce } -type polygon_Relayer { - id: ID! - isActive: Boolean! - relayer: polygon_Bytes +enum mainnet_Aggregation_interval { + hour + day } -type polygon_RelayerFee { +type mainnet_ArbitrumConnectorMeta { id: ID! - transfer: polygon_OriginTransfer! - fee: BigInt! - asset: polygon_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygon_RelayerFee_filter { +input mainnet_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -89490,101 +89745,77 @@ input polygon_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_: 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 + 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: polygon_BlockChangedFilter - and: [polygon_RelayerFee_filter] - or: [polygon_RelayerFee_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ArbitrumConnectorMeta_filter] + or: [mainnet_ArbitrumConnectorMeta_filter] } -enum polygon_RelayerFee_orderBy { +enum mainnet_ArbitrumConnectorMeta_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type polygon_RelayerFeesIncrease { +type mainnet_AvalancheConnectorMeta { id: ID! - transfer: polygon_OriginTransfer! - increase: BigInt - asset: polygon_Bytes - caller: polygon_Bytes! - transactionHash: polygon_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygon_RelayerFeesIncrease_filter { +input mainnet_AvalancheConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -89593,146 +89824,77 @@ input polygon_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_: 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 - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RelayerFeesIncrease_filter] - or: [polygon_RelayerFeesIncrease_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AvalancheConnectorMeta_filter] + or: [mainnet_AvalancheConnectorMeta_filter] } -enum polygon_RelayerFeesIncrease_orderBy { +enum mainnet_AvalancheConnectorMeta_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input polygon_Relayer_filter { +type mainnet_BaseConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_BaseConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -89741,80 +89903,89 @@ input polygon_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: 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 + 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: polygon_BlockChangedFilter - and: [polygon_Relayer_filter] - or: [polygon_Relayer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_BaseConnectorMeta_filter] + or: [mainnet_BaseConnectorMeta_filter] } -enum polygon_Relayer_orderBy { +enum mainnet_BaseConnectorMeta_orderBy { id - isActive - relayer + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type polygon_RootCount { - id: ID! - count: BigInt -} +scalar mainnet_BigDecimal -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] +input mainnet_BlockChangedFilter { + number_gte: Int! } -enum polygon_RootCount_orderBy { - id - count +input mainnet_Block_height { + hash: mainnet_Bytes + number: Int + number_gte: Int } -type polygon_RootMessageSent { +type mainnet_BnbConnectorMeta { 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 + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygon_RootMessageSent_filter { +input mainnet_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -89839,115 +90010,138 @@ 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 - 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 - 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: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RootMessageSent_filter] - or: [polygon_RootMessageSent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_BnbConnectorMeta_filter] + or: [mainnet_BnbConnectorMeta_filter] } -enum polygon_RootMessageSent_orderBy { +enum mainnet_BnbConnectorMeta_orderBy { id spokeDomain hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber + amb + rootManager + mirrorConnector } -type polygon_Router { +scalar mainnet_Bytes + +type mainnet_GnosisConnectorMeta { 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!]! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -type polygon_RouterDailyTVL { +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 +} + +type mainnet_HubDomain { id: ID! - router: polygon_Router! - asset: polygon_Asset! - timestamp: BigInt! - balance: BigInt! + domain: BigInt } -input polygon_RouterDailyTVL_filter { +input mainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -89956,113 +90150,33 @@ input polygon_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_: 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!] + 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: polygon_BlockChangedFilter - and: [polygon_RouterDailyTVL_filter] - or: [polygon_RouterDailyTVL_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_HubDomain_filter] + or: [mainnet_HubDomain_filter] } -enum polygon_RouterDailyTVL_orderBy { +enum mainnet_HubDomain_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance + domain } -type polygon_RouterLiquidityEvent { +type mainnet_HubOptimisticRootFinalized { id: ID! - type: polygon_RouterLiquidityEventType - router: polygon_Router! - asset: polygon_Asset! - amount: BigInt! - balance: BigInt! - caller: polygon_Bytes - blockNumber: BigInt! + aggregateRoot: mainnet_Bytes! timestamp: BigInt! - transactionHash: polygon_Bytes! - nonce: BigInt! -} - -enum polygon_RouterLiquidityEventType { - Add - Remove + blockNumber: BigInt } -input polygon_RouterLiquidityEvent_filter { +input mainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -90071,86 +90185,16 @@ input polygon_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: polygon_RouterLiquidityEventType - type_not: polygon_RouterLiquidityEventType - type_in: [polygon_RouterLiquidityEventType!] - type_not_in: [polygon_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: polygon_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + aggregateRoot: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -90159,60 +90203,43 @@ input polygon_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RouterLiquidityEvent_filter] - or: [polygon_RouterLiquidityEvent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_HubOptimisticRootFinalized_filter] + or: [mainnet_HubOptimisticRootFinalized_filter] } -enum polygon_RouterLiquidityEvent_orderBy { +enum mainnet_HubOptimisticRootFinalized_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber + aggregateRoot timestamp - transactionHash - nonce + blockNumber } -input polygon_Router_filter { +""" +8 bytes signed integer + +""" +scalar mainnet_Int8 + +type mainnet_LineaConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -90221,72 +90248,77 @@ input polygon_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: 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 + 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: polygon_BlockChangedFilter - and: [polygon_Router_filter] - or: [polygon_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_LineaConnectorMeta_filter] + or: [mainnet_LineaConnectorMeta_filter] } -enum polygon_Router_orderBy { +enum mainnet_LineaConnectorMeta_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type polygon_Sequencer { +type mainnet_MantleConnectorMeta { id: ID! - isActive: Boolean! - sequencer: polygon_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygon_Sequencer_filter { +input mainnet_MantleConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -90295,39 +90327,77 @@ input polygon_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: 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 + 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: polygon_BlockChangedFilter - and: [polygon_Sequencer_filter] - or: [polygon_Sequencer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_MantleConnectorMeta_filter] + or: [mainnet_MantleConnectorMeta_filter] } -enum polygon_Sequencer_orderBy { +enum mainnet_MantleConnectorMeta_orderBy { id - isActive - sequencer + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type polygon_Setting { +type mainnet_MetisConnectorMeta { id: ID! - maxRoutersPerTransfer: BigInt! - caller: polygon_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygon_Setting_filter { +input mainnet_MetisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -90336,49 +90406,77 @@ input polygon_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: 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 + 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: polygon_BlockChangedFilter - and: [polygon_Setting_filter] - or: [polygon_Setting_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_MetisConnectorMeta_filter] + or: [mainnet_MetisConnectorMeta_filter] } -enum polygon_Setting_orderBy { +enum mainnet_MetisConnectorMeta_orderBy { id - maxRoutersPerTransfer - caller + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type polygon_SlippageUpdate { +type mainnet_ModeConnectorMeta { id: ID! - transfer: polygon_DestinationTransfer! - slippage: BigInt! - caller: polygon_Bytes! - transactionHash: polygon_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygon_SlippageUpdate_filter { +input mainnet_ModeConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -90387,151 +90485,77 @@ input polygon_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_: 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 - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_SlippageUpdate_filter] - or: [polygon_SlippageUpdate_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ModeConnectorMeta_filter] + or: [mainnet_ModeConnectorMeta_filter] } -enum polygon_SlippageUpdate_orderBy { +enum mainnet_ModeConnectorMeta_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 + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type polygon_SnapshotRoot { +type mainnet_OptimismConnectorMeta { id: ID! - spokeDomain: BigInt - root: polygon_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input polygon_SnapshotRoot_filter { +input mainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -90548,61 +90572,68 @@ input polygon_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_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!] - 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: polygon_BlockChangedFilter - and: [polygon_SnapshotRoot_filter] - or: [polygon_SnapshotRoot_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: 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 polygon_SnapshotRoot_orderBy { +enum mainnet_OptimismConnectorMeta_orderBy { id spokeDomain - root - count - timestamp - blockNumber + hubDomain + amb + rootManager + mirrorConnector } -type polygon_SpokeConnectorMode { +type mainnet_OptimisticRootPropagated { id: ID! - mode: String! + aggregateRoot: mainnet_Bytes! + domainsHash: mainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input polygon_SpokeConnectorMode_filter { +input mainnet_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -90611,112 +90642,321 @@ input polygon_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + aggregateRoot: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_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 + 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: polygon_BlockChangedFilter - and: [polygon_SpokeConnectorMode_filter] - or: [polygon_SpokeConnectorMode_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootPropagated_filter] + or: [mainnet_OptimisticRootPropagated_filter] } -enum polygon_SpokeConnectorMode_orderBy { +enum mainnet_OptimisticRootPropagated_orderBy { id - mode + aggregateRoot + domainsHash + timestamp + blockNumber } -enum polygon_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast +type mainnet_OptimisticRootProposed { + id: ID! + disputeCliff: BigInt! + aggregateRoot: mainnet_Bytes! + snapshotsRoots: [mainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: mainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -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 +input mainnet_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: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes + snapshotsRoots: [mainnet_Bytes!] + snapshotsRoots_not: [mainnet_Bytes!] + snapshotsRoots_contains: [mainnet_Bytes!] + snapshotsRoots_contains_nocase: [mainnet_Bytes!] + snapshotsRoots_not_contains: [mainnet_Bytes!] + snapshotsRoots_not_contains_nocase: [mainnet_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: mainnet_Bytes + baseAggregateRoot_not: mainnet_Bytes + baseAggregateRoot_gt: mainnet_Bytes + baseAggregateRoot_lt: mainnet_Bytes + baseAggregateRoot_gte: mainnet_Bytes + baseAggregateRoot_lte: mainnet_Bytes + baseAggregateRoot_in: [mainnet_Bytes!] + baseAggregateRoot_not_in: [mainnet_Bytes!] + baseAggregateRoot_contains: mainnet_Bytes + baseAggregateRoot_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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootProposed_filter] + or: [mainnet_OptimisticRootProposed_filter] } -"""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! +enum mainnet_OptimisticRootProposed_orderBy { + id + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp + blockNumber } -enum mode_swap_Aggregation_interval { - hour - day +"""Defines the order direction, either ascending or descending""" +enum mainnet_OrderDirection { + asc + desc } -scalar mode_swap_BigDecimal - -input mode_swap_BlockChangedFilter { - number_gte: Int! +type mainnet_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input mode_swap_Block_height { - hash: mode_swap_Bytes - number: Int - number_gte: Int +input mainnet_PolygonConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_PolygonConnectorMeta_filter] + or: [mainnet_PolygonConnectorMeta_filter] } -scalar mode_swap_Bytes +enum mainnet_PolygonConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} -""" -8 bytes signed integer +type mainnet_PolygonZkConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} -""" -scalar mode_swap_Int8 +input mainnet_PolygonZkConnectorMeta_filter { + 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_PolygonZkConnectorMeta_filter] + or: [mainnet_PolygonZkConnectorMeta_filter] +} -type mode_swap_LpAccount { - id: ID! - address: mode_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpAccountBalance_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpAccountBalance_filter): [mode_swap_LpAccountBalance!]! +enum mainnet_PolygonZkConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mode_swap_LpAccountBalance { +type mainnet_RootAggregated { id: ID! - account: mode_swap_LpAccount! - token: mode_swap_LpToken! - amount: mode_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: mode_swap_Bytes + domain: BigInt! + receivedRoot: mainnet_Bytes! + index: BigInt! } -input mode_swap_LpAccountBalance_filter { +input mainnet_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -90725,107 +90965,52 @@ input mode_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_: mode_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_: mode_swap_LpToken_filter - amount: mode_swap_BigDecimal - amount_not: mode_swap_BigDecimal - amount_gt: mode_swap_BigDecimal - amount_lt: mode_swap_BigDecimal - amount_gte: mode_swap_BigDecimal - amount_lte: mode_swap_BigDecimal - amount_in: [mode_swap_BigDecimal!] - amount_not_in: [mode_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: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + receivedRoot: 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: mode_swap_BlockChangedFilter - and: [mode_swap_LpAccountBalance_filter] - or: [mode_swap_LpAccountBalance_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootAggregated_filter] + or: [mainnet_RootAggregated_filter] } -enum mode_swap_LpAccountBalance_orderBy { +enum mainnet_RootAggregated_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + domain + receivedRoot + index } -input mode_swap_LpAccount_filter { +type mainnet_RootManagerMeta { + id: ID! + domains: [BigInt!] + connectors: [mainnet_Bytes!] +} + +input mainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -90834,51 +91019,89 @@ input mode_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mode_swap_Bytes - address_not: mode_swap_Bytes - address_gt: mode_swap_Bytes - address_lt: mode_swap_Bytes - address_gte: mode_swap_Bytes - address_lte: mode_swap_Bytes - address_in: [mode_swap_Bytes!] - address_not_in: [mode_swap_Bytes!] - address_contains: mode_swap_Bytes - address_not_contains: mode_swap_Bytes - balances_: mode_swap_LpAccountBalance_filter + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [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: mode_swap_BlockChangedFilter - and: [mode_swap_LpAccount_filter] - or: [mode_swap_LpAccount_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMeta_filter] + or: [mainnet_RootManagerMeta_filter] } -enum mode_swap_LpAccount_orderBy { +enum mainnet_RootManagerMeta_orderBy { id - address - balances + domains + connectors } -type mode_swap_LpToken { +type mainnet_RootManagerMode { id: ID! - address: mode_swap_Bytes! - stableSwap: mode_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: mode_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpTokenEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpTokenEvent_filter): [mode_swap_LpTokenEvent!]! + mode: String! } -interface mode_swap_LpTokenEvent { +input mainnet_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: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMode_filter] + or: [mainnet_RootManagerMode_filter] +} + +enum mainnet_RootManagerMode_orderBy { + id + mode +} + +type mainnet_RootMessageProcessed { id: ID! - token: mode_swap_LpToken! - amount: mode_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + root: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input mode_swap_LpTokenEvent_filter { +input mainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -90887,43 +91110,52 @@ input mode_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_: mode_swap_LpToken_filter - amount: mode_swap_BigDecimal - amount_not: mode_swap_BigDecimal - amount_gt: mode_swap_BigDecimal - amount_lt: mode_swap_BigDecimal - amount_gte: mode_swap_BigDecimal - amount_lte: mode_swap_BigDecimal - amount_in: [mode_swap_BigDecimal!] - amount_not_in: [mode_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: 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 @@ -90932,47 +91164,58 @@ input mode_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_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: mode_swap_BlockChangedFilter - and: [mode_swap_LpTokenEvent_filter] - or: [mode_swap_LpTokenEvent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageProcessed_filter] + or: [mainnet_RootMessageProcessed_filter] } -enum mode_swap_LpTokenEvent_orderBy { +enum mainnet_RootMessageProcessed_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block + spokeDomain + hubDomain + root + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -input mode_swap_LpToken_filter { +type mainnet_RootPropagated { + id: ID! + aggregate: mainnet_Bytes! + domainsHash: mainnet_Bytes! + count: BigInt! + blockNumber: BigInt +} + +input mainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -90981,142 +91224,66 @@ input mode_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mode_swap_Bytes - address_not: mode_swap_Bytes - address_gt: mode_swap_Bytes - address_lt: mode_swap_Bytes - address_gte: mode_swap_Bytes - address_lte: mode_swap_Bytes - address_in: [mode_swap_Bytes!] - address_not_in: [mode_swap_Bytes!] - address_contains: mode_swap_Bytes - address_not_contains: mode_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_: mode_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: mode_swap_BigDecimal - totalSupply_not: mode_swap_BigDecimal - totalSupply_gt: mode_swap_BigDecimal - totalSupply_lt: mode_swap_BigDecimal - totalSupply_gte: mode_swap_BigDecimal - totalSupply_lte: mode_swap_BigDecimal - totalSupply_in: [mode_swap_BigDecimal!] - totalSupply_not_in: [mode_swap_BigDecimal!] - events_: mode_swap_LpTokenEvent_filter + 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!] + 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: mode_swap_BlockChangedFilter - and: [mode_swap_LpToken_filter] - or: [mode_swap_LpToken_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootPropagated_filter] + or: [mainnet_RootPropagated_filter] } -enum mode_swap_LpToken_orderBy { +enum mainnet_RootPropagated_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + aggregate + domainsHash + count + blockNumber } -type mode_swap_LpTransferEvent implements mode_swap_LpTokenEvent { +type mainnet_ZkSyncConnectorMeta { id: ID! - token: mode_swap_LpToken! - amount: mode_swap_BigDecimal! - from: mode_swap_Bytes! - to: mode_swap_Bytes! - fromBalance: mode_swap_BigDecimal! - toBalance: mode_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input mode_swap_LpTransferEvent_filter { +input mainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91125,143 +91292,103 @@ input mode_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_: mode_swap_LpToken_filter - amount: mode_swap_BigDecimal - amount_not: mode_swap_BigDecimal - amount_gt: mode_swap_BigDecimal - amount_lt: mode_swap_BigDecimal - amount_gte: mode_swap_BigDecimal - amount_lte: mode_swap_BigDecimal - amount_in: [mode_swap_BigDecimal!] - amount_not_in: [mode_swap_BigDecimal!] - from: mode_swap_Bytes - from_not: mode_swap_Bytes - from_gt: mode_swap_Bytes - from_lt: mode_swap_Bytes - from_gte: mode_swap_Bytes - from_lte: mode_swap_Bytes - from_in: [mode_swap_Bytes!] - from_not_in: [mode_swap_Bytes!] - from_contains: mode_swap_Bytes - from_not_contains: mode_swap_Bytes - to: mode_swap_Bytes - to_not: mode_swap_Bytes - to_gt: mode_swap_Bytes - to_lt: mode_swap_Bytes - to_gte: mode_swap_Bytes - to_lte: mode_swap_Bytes - to_in: [mode_swap_Bytes!] - to_not_in: [mode_swap_Bytes!] - to_contains: mode_swap_Bytes - to_not_contains: mode_swap_Bytes - fromBalance: mode_swap_BigDecimal - fromBalance_not: mode_swap_BigDecimal - fromBalance_gt: mode_swap_BigDecimal - fromBalance_lt: mode_swap_BigDecimal - fromBalance_gte: mode_swap_BigDecimal - fromBalance_lte: mode_swap_BigDecimal - fromBalance_in: [mode_swap_BigDecimal!] - fromBalance_not_in: [mode_swap_BigDecimal!] - toBalance: mode_swap_BigDecimal - toBalance_not: mode_swap_BigDecimal - toBalance_gt: mode_swap_BigDecimal - toBalance_lt: mode_swap_BigDecimal - toBalance_gte: mode_swap_BigDecimal - toBalance_lte: mode_swap_BigDecimal - toBalance_in: [mode_swap_BigDecimal!] - toBalance_not_in: [mode_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: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: 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: mode_swap_BlockChangedFilter - and: [mode_swap_LpTransferEvent_filter] - or: [mode_swap_LpTransferEvent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ZkSyncConnectorMeta_filter] + or: [mainnet_ZkSyncConnectorMeta_filter] } -enum mode_swap_LpTransferEvent_orderBy { +enum mainnet_ZkSyncConnectorMeta_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -"""Defines the order direction, either ascending or descending""" -enum mode_swap_OrderDirection { - asc - desc +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 hash of the parent block""" + parentHash: mainnet_Bytes } -type mode_swap_PooledToken { +"""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 stagingmainnet_AggregateRootSavedSlow { id: ID! - asset: mode_swap_Bytes! + aggregateRoot: stagingmainnet_Bytes! + count: BigInt! + aggregatedRoots: [stagingmainnet_Bytes!] + rootTimestamp: BigInt! } -input mode_swap_PooledToken_filter { +input stagingmainnet_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -91270,72 +91397,127 @@ input mode_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: mode_swap_Bytes - asset_not: mode_swap_Bytes - asset_gt: mode_swap_Bytes - asset_lt: mode_swap_Bytes - asset_gte: mode_swap_Bytes - asset_lte: mode_swap_Bytes - asset_in: [mode_swap_Bytes!] - asset_not_in: [mode_swap_Bytes!] - asset_contains: mode_swap_Bytes - asset_not_contains: mode_swap_Bytes + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [stagingmainnet_Bytes!] + aggregatedRoots_not: [stagingmainnet_Bytes!] + aggregatedRoots_contains: [stagingmainnet_Bytes!] + aggregatedRoots_contains_nocase: [stagingmainnet_Bytes!] + aggregatedRoots_not_contains: [stagingmainnet_Bytes!] + aggregatedRoots_not_contains_nocase: [stagingmainnet_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_PooledToken_filter] - or: [mode_swap_PooledToken_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRootSavedSlow_filter] + or: [stagingmainnet_AggregateRootSavedSlow_filter] } -enum mode_swap_PooledToken_orderBy { +enum stagingmainnet_AggregateRootSavedSlow_orderBy { id - asset + aggregateRoot + count + aggregatedRoots + rootTimestamp } -type mode_swap_StableSwap { +type stagingmainnet_AggregatedMessageRoot { id: ID! - isActive: Boolean - key: mode_swap_Bytes! - canonicalId: mode_swap_Bytes + index: BigInt! + receivedRoot: stagingmainnet_Bytes! domain: BigInt - swapPool: mode_swap_Bytes - lpToken: mode_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [mode_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapEvent_filter): [mode_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapExchange_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapExchange_filter): [mode_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapHourlyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapHourlyVolume_filter): [mode_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapDailyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapDailyVolume_filter): [mode_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapWeeklyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapWeeklyVolume_filter): [mode_swap_SwapWeeklyVolume!] + blockNumber: BigInt } -type mode_swap_StableSwapAddLiquidityEvent implements mode_swap_StableSwapEvent { +input stagingmainnet_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: stagingmainnet_Bytes + receivedRoot_not: stagingmainnet_Bytes + receivedRoot_gt: stagingmainnet_Bytes + receivedRoot_lt: stagingmainnet_Bytes + receivedRoot_gte: stagingmainnet_Bytes + receivedRoot_lte: stagingmainnet_Bytes + receivedRoot_in: [stagingmainnet_Bytes!] + receivedRoot_not_in: [stagingmainnet_Bytes!] + receivedRoot_contains: stagingmainnet_Bytes + receivedRoot_not_contains: stagingmainnet_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregatedMessageRoot_filter] + or: [stagingmainnet_AggregatedMessageRoot_filter] +} + +enum stagingmainnet_AggregatedMessageRoot_orderBy { + id + index + receivedRoot + domain + blockNumber +} + +type stagingmainnet_ArbitrumConnectorMeta { id: ID! - stableSwap: mode_swap_StableSwap! - provider: mode_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mode_swap_StableSwapAddLiquidityEvent_filter { +input stagingmainnet_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91344,161 +91526,77 @@ input mode_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_: mode_swap_StableSwap_filter - provider: mode_swap_Bytes - provider_not: mode_swap_Bytes - provider_gt: mode_swap_Bytes - provider_lt: mode_swap_Bytes - provider_gte: mode_swap_Bytes - provider_lte: mode_swap_Bytes - provider_in: [mode_swap_Bytes!] - provider_not_in: [mode_swap_Bytes!] - provider_contains: mode_swap_Bytes - provider_not_contains: mode_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: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapAddLiquidityEvent_filter] - or: [mode_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ArbitrumConnectorMeta_filter] + or: [stagingmainnet_ArbitrumConnectorMeta_filter] } -enum mode_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingmainnet_ArbitrumConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -interface mode_swap_StableSwapEvent { +type stagingmainnet_AvalancheConnectorMeta { id: ID! - stableSwap: mode_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mode_swap_StableSwapEvent_filter { +input stagingmainnet_AvalancheConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91507,109 +91605,77 @@ input mode_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_: mode_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: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapEvent_filter] - or: [mode_swap_StableSwapEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AvalancheConnectorMeta_filter] + or: [stagingmainnet_AvalancheConnectorMeta_filter] } -enum mode_swap_StableSwapEvent_orderBy { +enum stagingmainnet_AvalancheConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mode_swap_StableSwapExchange { +type stagingmainnet_BaseConnectorMeta { id: ID! - stableSwap: mode_swap_StableSwap! - buyer: mode_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mode_swap_StableSwapExchange_filter { +input stagingmainnet_BaseConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91618,172 +91684,77 @@ input mode_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_: mode_swap_StableSwap_filter - buyer: mode_swap_Bytes - buyer_not: mode_swap_Bytes - buyer_gt: mode_swap_Bytes - buyer_lt: mode_swap_Bytes - buyer_gte: mode_swap_Bytes - buyer_lte: mode_swap_Bytes - buyer_in: [mode_swap_Bytes!] - buyer_not_in: [mode_swap_Bytes!] - buyer_contains: mode_swap_Bytes - buyer_not_contains: mode_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: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapExchange_filter] - or: [mode_swap_StableSwapExchange_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_BaseConnectorMeta_filter] + or: [stagingmainnet_BaseConnectorMeta_filter] } -enum mode_swap_StableSwapExchange_orderBy { +enum stagingmainnet_BaseConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mode_swap_StableSwapRemoveLiquidityEvent implements mode_swap_StableSwapEvent { +type stagingmainnet_BnbConnectorMeta { id: ID! - stableSwap: mode_swap_StableSwap! - provider: mode_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: mode_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mode_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingmainnet_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -91792,152 +91763,152 @@ input mode_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_: mode_swap_StableSwap_filter - provider: mode_swap_Bytes - provider_not: mode_swap_Bytes - provider_gt: mode_swap_Bytes - provider_lt: mode_swap_Bytes - provider_gte: mode_swap_Bytes - provider_lte: mode_swap_Bytes - provider_in: [mode_swap_Bytes!] - provider_not_in: [mode_swap_Bytes!] - provider_contains: mode_swap_Bytes - provider_not_contains: mode_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: mode_swap_Bytes - transaction_not: mode_swap_Bytes - transaction_gt: mode_swap_Bytes - transaction_lt: mode_swap_Bytes - transaction_gte: mode_swap_Bytes - transaction_lte: mode_swap_Bytes - transaction_in: [mode_swap_Bytes!] - transaction_not_in: [mode_swap_Bytes!] - transaction_contains: mode_swap_Bytes - transaction_not_contains: mode_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwapRemoveLiquidityEvent_filter] - or: [mode_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_BnbConnectorMeta_filter] + or: [stagingmainnet_BnbConnectorMeta_filter] } -enum mode_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingmainnet_BnbConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input mode_swap_StableSwap_filter { +type stagingmainnet_GnosisConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_GnosisConnectorMeta_filter] + or: [stagingmainnet_GnosisConnectorMeta_filter] +} + +enum stagingmainnet_GnosisConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_HubDomain { + id: ID! + domain: BigInt +} + +input stagingmainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -91946,30 +91917,6 @@ input mode_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: mode_swap_Bytes - key_not: mode_swap_Bytes - key_gt: mode_swap_Bytes - key_lt: mode_swap_Bytes - key_gte: mode_swap_Bytes - key_lte: mode_swap_Bytes - key_in: [mode_swap_Bytes!] - key_not_in: [mode_swap_Bytes!] - key_contains: mode_swap_Bytes - key_not_contains: mode_swap_Bytes - canonicalId: mode_swap_Bytes - canonicalId_not: mode_swap_Bytes - canonicalId_gt: mode_swap_Bytes - canonicalId_lt: mode_swap_Bytes - canonicalId_gte: mode_swap_Bytes - canonicalId_lte: mode_swap_Bytes - canonicalId_in: [mode_swap_Bytes!] - canonicalId_not_in: [mode_swap_Bytes!] - canonicalId_contains: mode_swap_Bytes - canonicalId_not_contains: mode_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -91978,169 +91925,25 @@ input mode_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: mode_swap_Bytes - swapPool_not: mode_swap_Bytes - swapPool_gt: mode_swap_Bytes - swapPool_lt: mode_swap_Bytes - swapPool_gte: mode_swap_Bytes - swapPool_lte: mode_swap_Bytes - swapPool_in: [mode_swap_Bytes!] - swapPool_not_in: [mode_swap_Bytes!] - swapPool_contains: mode_swap_Bytes - swapPool_not_contains: mode_swap_Bytes - lpToken: mode_swap_Bytes - lpToken_not: mode_swap_Bytes - lpToken_gt: mode_swap_Bytes - lpToken_lt: mode_swap_Bytes - lpToken_gte: mode_swap_Bytes - lpToken_lte: mode_swap_Bytes - lpToken_in: [mode_swap_Bytes!] - lpToken_not_in: [mode_swap_Bytes!] - lpToken_contains: mode_swap_Bytes - lpToken_not_contains: mode_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: [mode_swap_Bytes!] - pooledTokens_not: [mode_swap_Bytes!] - pooledTokens_contains: [mode_swap_Bytes!] - pooledTokens_contains_nocase: [mode_swap_Bytes!] - pooledTokens_not_contains: [mode_swap_Bytes!] - pooledTokens_not_contains_nocase: [mode_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_: mode_swap_StableSwapEvent_filter - exchanges_: mode_swap_StableSwapExchange_filter - hourlyVolumes_: mode_swap_SwapHourlyVolume_filter - dailyVolumes_: mode_swap_SwapDailyVolume_filter - weeklyVolumes_: mode_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_StableSwap_filter] - or: [mode_swap_StableSwap_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_HubDomain_filter] + or: [stagingmainnet_HubDomain_filter] } -enum mode_swap_StableSwap_orderBy { +enum stagingmainnet_HubDomain_orderBy { id - isActive - key - canonicalId domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes } -type mode_swap_SwapDailyVolume implements mode_swap_SwapTradeVolume { +type stagingmainnet_HubOptimisticRootFinalized { id: ID! - stableSwap: mode_swap_StableSwap! + aggregateRoot: stagingmainnet_Bytes! timestamp: BigInt! - volume: mode_swap_BigDecimal! + blockNumber: BigInt } -input mode_swap_SwapDailyVolume_filter { +input stagingmainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -92149,27 +91952,16 @@ input mode_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_: mode_swap_StableSwap_filter + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -92178,51 +91970,37 @@ input mode_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SwapDailyVolume_filter] - or: [mode_swap_SwapDailyVolume_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_HubOptimisticRootFinalized_filter] + or: [stagingmainnet_HubOptimisticRootFinalized_filter] } -enum mode_swap_SwapDailyVolume_orderBy { +enum stagingmainnet_HubOptimisticRootFinalized_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + aggregateRoot timestamp - volume + blockNumber } -type mode_swap_SwapHourlyVolume implements mode_swap_SwapTradeVolume { +type stagingmainnet_LineaConnectorMeta { id: ID! - stableSwap: mode_swap_StableSwap! - timestamp: BigInt! - volume: mode_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mode_swap_SwapHourlyVolume_filter { +input stagingmainnet_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92231,152 +92009,156 @@ input mode_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_: mode_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: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SwapHourlyVolume_filter] - or: [mode_swap_SwapHourlyVolume_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_LineaConnectorMeta_filter] + or: [stagingmainnet_LineaConnectorMeta_filter] } -enum mode_swap_SwapHourlyVolume_orderBy { +enum stagingmainnet_LineaConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -interface mode_swap_SwapTradeVolume { - stableSwap: mode_swap_StableSwap! - timestamp: BigInt! - volume: mode_swap_BigDecimal! +type stagingmainnet_MantleConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mode_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_: mode_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: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] +input stagingmainnet_MantleConnectorMeta_filter { + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SwapTradeVolume_filter] - or: [mode_swap_SwapTradeVolume_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_MantleConnectorMeta_filter] + or: [stagingmainnet_MantleConnectorMeta_filter] } -enum mode_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 stagingmainnet_MantleConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mode_swap_SwapWeeklyVolume implements mode_swap_SwapTradeVolume { +type stagingmainnet_MetisConnectorMeta { id: ID! - stableSwap: mode_swap_StableSwap! - timestamp: BigInt! - volume: mode_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mode_swap_SwapWeeklyVolume_filter { +input stagingmainnet_MetisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92385,79 +92167,77 @@ input mode_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_: mode_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: mode_swap_BigDecimal - volume_not: mode_swap_BigDecimal - volume_gt: mode_swap_BigDecimal - volume_lt: mode_swap_BigDecimal - volume_gte: mode_swap_BigDecimal - volume_lte: mode_swap_BigDecimal - volume_in: [mode_swap_BigDecimal!] - volume_not_in: [mode_swap_BigDecimal!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SwapWeeklyVolume_filter] - or: [mode_swap_SwapWeeklyVolume_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_MetisConnectorMeta_filter] + or: [stagingmainnet_MetisConnectorMeta_filter] } -enum mode_swap_SwapWeeklyVolume_orderBy { +enum stagingmainnet_MetisConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mode_swap_SystemInfo { +type stagingmainnet_ModeConnectorMeta { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mode_swap_SystemInfo_filter { +input stagingmainnet_ModeConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92466,92 +92246,77 @@ input mode_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: mode_swap_BlockChangedFilter - and: [mode_swap_SystemInfo_filter] - or: [mode_swap_SystemInfo_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ModeConnectorMeta_filter] + or: [stagingmainnet_ModeConnectorMeta_filter] } -enum mode_swap_SystemInfo_orderBy { +enum stagingmainnet_ModeConnectorMeta_orderBy { id - exchangeCount - swapCount -} - -type mode_swap__Block_ { - """The hash of the block""" - hash: mode_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: mode_swap_Bytes -} - -"""The type for the top-level _meta field""" -type mode_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: mode_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar linea_swap_BigDecimal - -input linea_swap_BlockChangedFilter { - number_gte: Int! -} - -input linea_swap_Block_height { - hash: linea_swap_Bytes - number: Int - number_gte: Int -} - -scalar linea_swap_Bytes - -type linea_swap_LpAccount { - id: ID! - address: linea_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpAccountBalance_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpAccountBalance_filter): [linea_swap_LpAccountBalance!]! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_LpAccountBalance { +type stagingmainnet_OptimismConnectorMeta { id: ID! - account: linea_swap_LpAccount! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: linea_swap_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input linea_swap_LpAccountBalance_filter { +input stagingmainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92560,93 +92325,76 @@ input linea_swap_LpAccountBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: linea_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimismConnectorMeta_filter] + or: [stagingmainnet_OptimismConnectorMeta_filter] } -enum linea_swap_LpAccountBalance_orderBy { +enum stagingmainnet_OptimismConnectorMeta_orderBy { id - account - token - amount - block - modified - transaction + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input linea_swap_LpAccount_filter { +type stagingmainnet_OptimisticRootPropagated { + id: ID! + aggregateRoot: stagingmainnet_Bytes! + domainsHash: stagingmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmainnet_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -92655,45 +92403,68 @@ input linea_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: linea_swap_Bytes - address_not: linea_swap_Bytes - address_in: [linea_swap_Bytes!] - address_not_in: [linea_swap_Bytes!] - address_contains: linea_swap_Bytes - address_not_contains: linea_swap_Bytes - balances_: linea_swap_LpAccountBalance_filter + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + domainsHash: stagingmainnet_Bytes + domainsHash_not: stagingmainnet_Bytes + domainsHash_gt: stagingmainnet_Bytes + domainsHash_lt: stagingmainnet_Bytes + domainsHash_gte: stagingmainnet_Bytes + domainsHash_lte: stagingmainnet_Bytes + domainsHash_in: [stagingmainnet_Bytes!] + domainsHash_not_in: [stagingmainnet_Bytes!] + domainsHash_contains: stagingmainnet_Bytes + domainsHash_not_contains: stagingmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootPropagated_filter] + or: [stagingmainnet_OptimisticRootPropagated_filter] } -enum linea_swap_LpAccount_orderBy { +enum stagingmainnet_OptimisticRootPropagated_orderBy { id - address - balances -} - -type linea_swap_LpToken { - id: ID! - address: linea_swap_Bytes! - stableSwap: linea_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: linea_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! + aggregateRoot + domainsHash + timestamp + blockNumber } -interface linea_swap_LpTokenEvent { +type stagingmainnet_OptimisticRootProposed { id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt! + disputeCliff: BigInt! + aggregateRoot: stagingmainnet_Bytes! + snapshotsRoots: [stagingmainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: stagingmainnet_Bytes! timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input linea_swap_LpTokenEvent_filter { +input stagingmainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -92702,43 +92473,46 @@ input linea_swap_LpTokenEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + snapshotsRoots: [stagingmainnet_Bytes!] + snapshotsRoots_not: [stagingmainnet_Bytes!] + snapshotsRoots_contains: [stagingmainnet_Bytes!] + snapshotsRoots_contains_nocase: [stagingmainnet_Bytes!] + snapshotsRoots_not_contains: [stagingmainnet_Bytes!] + snapshotsRoots_not_contains_nocase: [stagingmainnet_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: stagingmainnet_Bytes + baseAggregateRoot_not: stagingmainnet_Bytes + baseAggregateRoot_gt: stagingmainnet_Bytes + baseAggregateRoot_lt: stagingmainnet_Bytes + baseAggregateRoot_gte: stagingmainnet_Bytes + baseAggregateRoot_lte: stagingmainnet_Bytes + baseAggregateRoot_in: [stagingmainnet_Bytes!] + baseAggregateRoot_not_in: [stagingmainnet_Bytes!] + baseAggregateRoot_contains: stagingmainnet_Bytes + baseAggregateRoot_not_contains: stagingmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -92747,35 +92521,41 @@ input linea_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootProposed_filter] + or: [stagingmainnet_OptimisticRootProposed_filter] } -enum linea_swap_LpTokenEvent_orderBy { +enum stagingmainnet_OptimisticRootProposed_orderBy { id - token - amount - block + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot timestamp - transaction - nonce + blockNumber } -input linea_swap_LpToken_filter { +type stagingmainnet_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92784,119 +92564,77 @@ input linea_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: linea_swap_Bytes - address_not: linea_swap_Bytes - address_in: [linea_swap_Bytes!] - address_not_in: [linea_swap_Bytes!] - address_contains: linea_swap_Bytes - address_not_contains: linea_swap_Bytes - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - decimals: Int - decimals_not: Int - decimals_gt: Int - decimals_lt: Int - decimals_gte: Int - decimals_lte: Int - decimals_in: [Int!] - decimals_not_in: [Int!] - name: String - name_not: String - name_gt: String - name_lt: String - name_gte: String - name_lte: String - name_in: [String!] - name_not_in: [String!] - name_contains: String - name_contains_nocase: String - name_not_contains: String - name_not_contains_nocase: String - name_starts_with: String - name_starts_with_nocase: String - name_not_starts_with: String - name_not_starts_with_nocase: String - name_ends_with: String - name_ends_with_nocase: String - name_not_ends_with: String - name_not_ends_with_nocase: String - symbol: String - symbol_not: String - symbol_gt: String - symbol_lt: String - symbol_gte: String - symbol_lte: String - symbol_in: [String!] - symbol_not_in: [String!] - symbol_contains: String - symbol_contains_nocase: String - symbol_not_contains: String - symbol_not_contains_nocase: String - symbol_starts_with: String - symbol_starts_with_nocase: String - symbol_not_starts_with: String - symbol_not_starts_with_nocase: String - symbol_ends_with: String - symbol_ends_with_nocase: String - symbol_not_ends_with: String - symbol_not_ends_with_nocase: String - totalSupply: linea_swap_BigDecimal - totalSupply_not: linea_swap_BigDecimal - totalSupply_gt: linea_swap_BigDecimal - totalSupply_lt: linea_swap_BigDecimal - totalSupply_gte: linea_swap_BigDecimal - totalSupply_lte: linea_swap_BigDecimal - totalSupply_in: [linea_swap_BigDecimal!] - totalSupply_not_in: [linea_swap_BigDecimal!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_PolygonConnectorMeta_filter] + or: [stagingmainnet_PolygonConnectorMeta_filter] } -enum linea_swap_LpToken_orderBy { +enum stagingmainnet_PolygonConnectorMeta_orderBy { id - address - stableSwap - decimals - name - symbol - totalSupply - events + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { +type stagingmainnet_PolygonZkConnectorMeta { id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - from: linea_swap_Bytes! - to: linea_swap_Bytes! - fromBalance: linea_swap_BigDecimal! - toBalance: linea_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input linea_swap_LpTransferEvent_filter { +input stagingmainnet_PolygonZkConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -92905,123 +92643,75 @@ input linea_swap_LpTransferEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - from: linea_swap_Bytes - from_not: linea_swap_Bytes - from_in: [linea_swap_Bytes!] - from_not_in: [linea_swap_Bytes!] - from_contains: linea_swap_Bytes - from_not_contains: linea_swap_Bytes - to: linea_swap_Bytes - to_not: linea_swap_Bytes - to_in: [linea_swap_Bytes!] - to_not_in: [linea_swap_Bytes!] - to_contains: linea_swap_Bytes - to_not_contains: linea_swap_Bytes - fromBalance: linea_swap_BigDecimal - fromBalance_not: linea_swap_BigDecimal - fromBalance_gt: linea_swap_BigDecimal - fromBalance_lt: linea_swap_BigDecimal - fromBalance_gte: linea_swap_BigDecimal - fromBalance_lte: linea_swap_BigDecimal - fromBalance_in: [linea_swap_BigDecimal!] - fromBalance_not_in: [linea_swap_BigDecimal!] - toBalance: linea_swap_BigDecimal - toBalance_not: linea_swap_BigDecimal - toBalance_gt: linea_swap_BigDecimal - toBalance_lt: linea_swap_BigDecimal - toBalance_gte: linea_swap_BigDecimal - toBalance_lte: linea_swap_BigDecimal - toBalance_in: [linea_swap_BigDecimal!] - toBalance_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_PolygonZkConnectorMeta_filter] + or: [stagingmainnet_PolygonZkConnectorMeta_filter] } -enum linea_swap_LpTransferEvent_orderBy { +enum stagingmainnet_PolygonZkConnectorMeta_orderBy { id - token - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum linea_swap_OrderDirection { - asc - desc + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_PooledToken { +type stagingmainnet_RootAggregated { id: ID! - asset: linea_swap_Bytes! + domain: BigInt! + receivedRoot: stagingmainnet_Bytes! + index: BigInt! } -input linea_swap_PooledToken_filter { +input stagingmainnet_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -93030,66 +92720,52 @@ input linea_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: linea_swap_Bytes - asset_not: linea_swap_Bytes - asset_in: [linea_swap_Bytes!] - asset_not_in: [linea_swap_Bytes!] - asset_contains: linea_swap_Bytes - asset_not_contains: linea_swap_Bytes + 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: stagingmainnet_Bytes + receivedRoot_not: stagingmainnet_Bytes + receivedRoot_gt: stagingmainnet_Bytes + receivedRoot_lt: stagingmainnet_Bytes + receivedRoot_gte: stagingmainnet_Bytes + receivedRoot_lte: stagingmainnet_Bytes + receivedRoot_in: [stagingmainnet_Bytes!] + receivedRoot_not_in: [stagingmainnet_Bytes!] + receivedRoot_contains: stagingmainnet_Bytes + receivedRoot_not_contains: stagingmainnet_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: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootAggregated_filter] + or: [stagingmainnet_RootAggregated_filter] } -enum linea_swap_PooledToken_orderBy { +enum stagingmainnet_RootAggregated_orderBy { id - asset -} - -type linea_swap_StableSwap { - id: ID! - isActive: Boolean - key: linea_swap_Bytes! - canonicalId: linea_swap_Bytes - domain: BigInt - swapPool: linea_swap_Bytes - lpToken: linea_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [linea_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapEvent_filter): [linea_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: linea_swap_StableSwapExchange_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_StableSwapExchange_filter): [linea_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapHourlyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapHourlyVolume_filter): [linea_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapDailyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapDailyVolume_filter): [linea_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: linea_swap_SwapWeeklyVolume_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_SwapWeeklyVolume_filter): [linea_swap_SwapWeeklyVolume!] + domain + receivedRoot + index } -type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { +type stagingmainnet_RootManagerMeta { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + domains: [BigInt!] + connectors: [stagingmainnet_Bytes!] } -input linea_swap_StableSwapAddLiquidityEvent_filter { +input stagingmainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -93098,135 +92774,36 @@ input linea_swap_StableSwapAddLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - provider: linea_swap_Bytes - provider_not: linea_swap_Bytes - provider_in: [linea_swap_Bytes!] - provider_not_in: [linea_swap_Bytes!] - provider_contains: linea_swap_Bytes - provider_not_contains: linea_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [stagingmainnet_Bytes!] + connectors_not: [stagingmainnet_Bytes!] + connectors_contains: [stagingmainnet_Bytes!] + connectors_contains_nocase: [stagingmainnet_Bytes!] + connectors_not_contains: [stagingmainnet_Bytes!] + connectors_not_contains_nocase: [stagingmainnet_Bytes!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootManagerMeta_filter] + or: [stagingmainnet_RootManagerMeta_filter] } -enum linea_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingmainnet_RootManagerMeta_orderBy { id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + domains + connectors } -interface linea_swap_StableSwapEvent { +type stagingmainnet_RootManagerMode { id: ID! - stableSwap: linea_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + mode: String! } -input linea_swap_StableSwapEvent_filter { +input stagingmainnet_RootManagerMode_filter { id: ID id_not: ID id_gt: ID @@ -93235,87 +92812,51 @@ input linea_swap_StableSwapEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootManagerMode_filter] + or: [stagingmainnet_RootManagerMode_filter] } -enum linea_swap_StableSwapEvent_orderBy { +enum stagingmainnet_RootManagerMode_orderBy { id - stableSwap - block - timestamp - transaction - nonce + mode } -type linea_swap_StableSwapExchange { +type stagingmainnet_RootMessageProcessed { id: ID! - stableSwap: linea_swap_StableSwap! - buyer: linea_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + root: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input linea_swap_StableSwapExchange_filter { +input stagingmainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -93324,87 +92865,52 @@ input linea_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - buyer: linea_swap_Bytes - buyer_not: linea_swap_Bytes - buyer_in: [linea_swap_Bytes!] - buyer_not_in: [linea_swap_Bytes!] - buyer_contains: linea_swap_Bytes - buyer_not_contains: linea_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + 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: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93413,57 +92919,58 @@ input linea_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootMessageProcessed_filter] + or: [stagingmainnet_RootMessageProcessed_filter] } -enum linea_swap_StableSwapExchange_orderBy { +enum stagingmainnet_RootMessageProcessed_orderBy { id - stableSwap - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block + spokeDomain + hubDomain + root + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { +type stagingmainnet_RootPropagated { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + aggregate: stagingmainnet_Bytes! + domainsHash: stagingmainnet_Bytes! + count: BigInt! + blockNumber: BigInt } -input linea_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingmainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -93472,126 +92979,66 @@ input linea_swap_StableSwapRemoveLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - provider: linea_swap_Bytes - provider_not: linea_swap_Bytes - provider_in: [linea_swap_Bytes!] - provider_not_in: [linea_swap_Bytes!] - provider_contains: linea_swap_Bytes - provider_not_contains: linea_swap_Bytes - tokenAmounts: [BigInt!] - tokenAmounts_not: [BigInt!] - tokenAmounts_contains: [BigInt!] - tokenAmounts_contains_nocase: [BigInt!] - tokenAmounts_not_contains: [BigInt!] - tokenAmounts_not_contains_nocase: [BigInt!] - fees: [BigInt!] - fees_not: [BigInt!] - fees_contains: [BigInt!] - fees_contains_nocase: [BigInt!] - fees_not_contains: [BigInt!] - fees_not_contains_nocase: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - lpTokenAmount: BigInt - lpTokenAmount_not: BigInt - lpTokenAmount_gt: BigInt - lpTokenAmount_lt: BigInt - lpTokenAmount_gte: BigInt - lpTokenAmount_lte: BigInt - lpTokenAmount_in: [BigInt!] - lpTokenAmount_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + aggregate: stagingmainnet_Bytes + aggregate_not: stagingmainnet_Bytes + aggregate_gt: stagingmainnet_Bytes + aggregate_lt: stagingmainnet_Bytes + aggregate_gte: stagingmainnet_Bytes + aggregate_lte: stagingmainnet_Bytes + aggregate_in: [stagingmainnet_Bytes!] + aggregate_not_in: [stagingmainnet_Bytes!] + aggregate_contains: stagingmainnet_Bytes + aggregate_not_contains: stagingmainnet_Bytes + domainsHash: stagingmainnet_Bytes + domainsHash_not: stagingmainnet_Bytes + domainsHash_gt: stagingmainnet_Bytes + domainsHash_lt: stagingmainnet_Bytes + domainsHash_gte: stagingmainnet_Bytes + domainsHash_lte: stagingmainnet_Bytes + domainsHash_in: [stagingmainnet_Bytes!] + domainsHash_not_in: [stagingmainnet_Bytes!] + domainsHash_contains: stagingmainnet_Bytes + domainsHash_not_contains: stagingmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootPropagated_filter] + or: [stagingmainnet_RootPropagated_filter] } -enum linea_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingmainnet_RootPropagated_orderBy { id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + aggregate + domainsHash + count + blockNumber } -input linea_swap_StableSwap_filter { +type stagingmainnet_ScrollConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_ScrollConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -93600,182 +93047,77 @@ input linea_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: linea_swap_Bytes - key_not: linea_swap_Bytes - key_in: [linea_swap_Bytes!] - key_not_in: [linea_swap_Bytes!] - key_contains: linea_swap_Bytes - key_not_contains: linea_swap_Bytes - canonicalId: linea_swap_Bytes - canonicalId_not: linea_swap_Bytes - canonicalId_in: [linea_swap_Bytes!] - canonicalId_not_in: [linea_swap_Bytes!] - canonicalId_contains: linea_swap_Bytes - canonicalId_not_contains: linea_swap_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - swapPool: linea_swap_Bytes - swapPool_not: linea_swap_Bytes - swapPool_in: [linea_swap_Bytes!] - swapPool_not_in: [linea_swap_Bytes!] - swapPool_contains: linea_swap_Bytes - swapPool_not_contains: linea_swap_Bytes - lpToken: linea_swap_Bytes - lpToken_not: linea_swap_Bytes - lpToken_in: [linea_swap_Bytes!] - lpToken_not_in: [linea_swap_Bytes!] - lpToken_contains: linea_swap_Bytes - lpToken_not_contains: linea_swap_Bytes - initialA: BigInt - initialA_not: BigInt - initialA_gt: BigInt - initialA_lt: BigInt - initialA_gte: BigInt - initialA_lte: BigInt - initialA_in: [BigInt!] - initialA_not_in: [BigInt!] - futureA: BigInt - futureA_not: BigInt - futureA_gt: BigInt - futureA_lt: BigInt - futureA_gte: BigInt - futureA_lte: BigInt - futureA_in: [BigInt!] - futureA_not_in: [BigInt!] - initialATime: BigInt - initialATime_not: BigInt - initialATime_gt: BigInt - initialATime_lt: BigInt - initialATime_gte: BigInt - initialATime_lte: BigInt - initialATime_in: [BigInt!] - initialATime_not_in: [BigInt!] - futureATime: BigInt - futureATime_not: BigInt - futureATime_gt: BigInt - futureATime_lt: BigInt - futureATime_gte: BigInt - futureATime_lte: BigInt - futureATime_in: [BigInt!] - futureATime_not_in: [BigInt!] - swapFee: BigInt - swapFee_not: BigInt - swapFee_gt: BigInt - swapFee_lt: BigInt - swapFee_gte: BigInt - swapFee_lte: BigInt - swapFee_in: [BigInt!] - swapFee_not_in: [BigInt!] - adminFee: BigInt - adminFee_not: BigInt - adminFee_gt: BigInt - adminFee_lt: BigInt - adminFee_gte: BigInt - adminFee_lte: BigInt - adminFee_in: [BigInt!] - adminFee_not_in: [BigInt!] - pooledTokens: [linea_swap_Bytes!] - pooledTokens_not: [linea_swap_Bytes!] - pooledTokens_contains: [linea_swap_Bytes!] - pooledTokens_contains_nocase: [linea_swap_Bytes!] - pooledTokens_not_contains: [linea_swap_Bytes!] - pooledTokens_not_contains_nocase: [linea_swap_Bytes!] - tokenPrecisionMultipliers: [BigInt!] - tokenPrecisionMultipliers_not: [BigInt!] - tokenPrecisionMultipliers_contains: [BigInt!] - tokenPrecisionMultipliers_contains_nocase: [BigInt!] - tokenPrecisionMultipliers_not_contains: [BigInt!] - tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - adminFees: [BigInt!] - adminFees_not: [BigInt!] - adminFees_contains: [BigInt!] - adminFees_contains_nocase: [BigInt!] - adminFees_not_contains: [BigInt!] - adminFees_not_contains_nocase: [BigInt!] - virtualPrice: BigInt - virtualPrice_not: BigInt - virtualPrice_gt: BigInt - virtualPrice_lt: BigInt - virtualPrice_gte: BigInt - virtualPrice_lte: BigInt - virtualPrice_in: [BigInt!] - virtualPrice_not_in: [BigInt!] - invariant: BigInt - invariant_not: BigInt - invariant_gt: BigInt - invariant_lt: BigInt - invariant_gte: BigInt - invariant_lte: BigInt - invariant_in: [BigInt!] - invariant_not_in: [BigInt!] - lpTokenSupply: BigInt - lpTokenSupply_not: BigInt - lpTokenSupply_gt: BigInt - lpTokenSupply_lt: BigInt - lpTokenSupply_gte: BigInt - lpTokenSupply_lte: BigInt - lpTokenSupply_in: [BigInt!] - lpTokenSupply_not_in: [BigInt!] - exchanges_: linea_swap_StableSwapExchange_filter - hourlyVolumes_: linea_swap_SwapHourlyVolume_filter - dailyVolumes_: linea_swap_SwapDailyVolume_filter - weeklyVolumes_: linea_swap_SwapWeeklyVolume_filter + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ScrollConnectorMeta_filter] + or: [stagingmainnet_ScrollConnectorMeta_filter] } -enum linea_swap_StableSwap_orderBy { +enum stagingmainnet_ScrollConnectorMeta_orderBy { id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { +type stagingmainnet_XlayerConnectorMeta { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input linea_swap_SwapDailyVolume_filter { +input stagingmainnet_XlayerConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -93784,62 +93126,77 @@ input linea_swap_SwapDailyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_XlayerConnectorMeta_filter] + or: [stagingmainnet_XlayerConnectorMeta_filter] } -enum linea_swap_SwapDailyVolume_orderBy { +enum stagingmainnet_XlayerConnectorMeta_orderBy { id - stableSwap - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { +type stagingmainnet_ZkSyncConnectorMeta { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input linea_swap_SwapHourlyVolume_filter { +input stagingmainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -93848,116 +93205,109 @@ input linea_swap_SwapHourlyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ZkSyncConnectorMeta_filter] + or: [stagingmainnet_ZkSyncConnectorMeta_filter] } -enum linea_swap_SwapHourlyVolume_orderBy { +enum stagingmainnet_ZkSyncConnectorMeta_orderBy { id - stableSwap - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -interface linea_swap_SwapTradeVolume { - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! +enum mantle_swap_Aggregation_interval { + hour + day } -input linea_swap_SwapTradeVolume_filter { - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter +scalar mantle_swap_BigDecimal + +input mantle_swap_BlockChangedFilter { + number_gte: Int! } -enum linea_swap_SwapTradeVolume_orderBy { - stableSwap - timestamp - volume +input mantle_swap_Block_height { + hash: mantle_swap_Bytes + number: Int + number_gte: Int } -type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { +scalar mantle_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar mantle_swap_Int8 + +type mantle_swap_LpAccount { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + address: mantle_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_LpAccountBalance_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_LpAccountBalance_filter): [mantle_swap_LpAccountBalance!]! } -input linea_swap_SwapWeeklyVolume_filter { +type mantle_swap_LpAccountBalance { + id: ID! + account: mantle_swap_LpAccount! + token: mantle_swap_LpToken! + amount: mantle_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: mantle_swap_Bytes +} + +input mantle_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -93966,61 +93316,107 @@ input linea_swap_SwapWeeklyVolume_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + 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_: mantle_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_: mantle_swap_LpToken_filter + amount: mantle_swap_BigDecimal + amount_not: mantle_swap_BigDecimal + amount_gt: mantle_swap_BigDecimal + amount_lt: mantle_swap_BigDecimal + amount_gte: mantle_swap_BigDecimal + amount_lte: mantle_swap_BigDecimal + amount_in: [mantle_swap_BigDecimal!] + amount_not_in: [mantle_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: mantle_swap_Bytes + transaction_not: mantle_swap_Bytes + transaction_gt: mantle_swap_Bytes + transaction_lt: mantle_swap_Bytes + transaction_gte: mantle_swap_Bytes + transaction_lte: mantle_swap_Bytes + transaction_in: [mantle_swap_Bytes!] + transaction_not_in: [mantle_swap_Bytes!] + transaction_contains: mantle_swap_Bytes + transaction_not_contains: mantle_swap_Bytes """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpAccountBalance_filter] + or: [mantle_swap_LpAccountBalance_filter] } -enum linea_swap_SwapWeeklyVolume_orderBy { +enum mantle_swap_LpAccountBalance_orderBy { id - stableSwap - timestamp - volume -} - -type linea_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input linea_swap_SystemInfo_filter { +input mantle_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -94029,74 +93425,51 @@ input linea_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + address: mantle_swap_Bytes + address_not: mantle_swap_Bytes + address_gt: mantle_swap_Bytes + address_lt: mantle_swap_Bytes + address_gte: mantle_swap_Bytes + address_lte: mantle_swap_Bytes + address_in: [mantle_swap_Bytes!] + address_not_in: [mantle_swap_Bytes!] + address_contains: mantle_swap_Bytes + address_not_contains: mantle_swap_Bytes + balances_: mantle_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpAccount_filter] + or: [mantle_swap_LpAccount_filter] } -enum linea_swap_SystemInfo_orderBy { +enum mantle_swap_LpAccount_orderBy { id - exchangeCount - swapCount -} - -type linea_swap__Block_ { - """The hash of the block""" - hash: linea_swap_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type linea_swap__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: linea_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! + address + balances } -type linea_AggregateRoot { +type mantle_swap_LpToken { id: ID! - root: linea_Bytes! - blockNumber: BigInt! + address: mantle_swap_Bytes! + stableSwap: mantle_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: mantle_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_LpTokenEvent_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_LpTokenEvent_filter): [mantle_swap_LpTokenEvent!]! } -type linea_AggregateRootProposed { +interface mantle_swap_LpTokenEvent { id: ID! - aggregateRoot: linea_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + token: mantle_swap_LpToken! + amount: mantle_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input linea_AggregateRootProposed_filter { +input mantle_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -94105,36 +93478,43 @@ input linea_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: linea_Bytes - aggregateRoot_not: linea_Bytes - aggregateRoot_in: [linea_Bytes!] - aggregateRoot_not_in: [linea_Bytes!] - aggregateRoot_contains: linea_Bytes - aggregateRoot_not_contains: linea_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: mantle_swap_LpToken_filter + amount: mantle_swap_BigDecimal + amount_not: mantle_swap_BigDecimal + amount_gt: mantle_swap_BigDecimal + amount_lt: mantle_swap_BigDecimal + amount_gte: mantle_swap_BigDecimal + amount_lte: mantle_swap_BigDecimal + amount_in: [mantle_swap_BigDecimal!] + amount_not_in: [mantle_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 @@ -94143,29 +93523,47 @@ input linea_AggregateRootProposed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + transaction: mantle_swap_Bytes + transaction_not: mantle_swap_Bytes + transaction_gt: mantle_swap_Bytes + transaction_lt: mantle_swap_Bytes + transaction_gte: mantle_swap_Bytes + transaction_lte: mantle_swap_Bytes + transaction_in: [mantle_swap_Bytes!] + transaction_not_in: [mantle_swap_Bytes!] + transaction_contains: mantle_swap_Bytes + transaction_not_contains: mantle_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpTokenEvent_filter] + or: [mantle_swap_LpTokenEvent_filter] } -enum linea_AggregateRootProposed_orderBy { +enum mantle_swap_LpTokenEvent_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block timestamp - blockNumber + transaction + nonce } -input linea_AggregateRoot_filter { +input mantle_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -94174,55 +93572,142 @@ input linea_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + address: mantle_swap_Bytes + address_not: mantle_swap_Bytes + address_gt: mantle_swap_Bytes + address_lt: mantle_swap_Bytes + address_gte: mantle_swap_Bytes + address_lte: mantle_swap_Bytes + address_in: [mantle_swap_Bytes!] + address_not_in: [mantle_swap_Bytes!] + address_contains: mantle_swap_Bytes + address_not_contains: mantle_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_: mantle_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: mantle_swap_BigDecimal + totalSupply_not: mantle_swap_BigDecimal + totalSupply_gt: mantle_swap_BigDecimal + totalSupply_lt: mantle_swap_BigDecimal + totalSupply_gte: mantle_swap_BigDecimal + totalSupply_lte: mantle_swap_BigDecimal + totalSupply_in: [mantle_swap_BigDecimal!] + totalSupply_not_in: [mantle_swap_BigDecimal!] + events_: mantle_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpToken_filter] + or: [mantle_swap_LpToken_filter] } -enum linea_AggregateRoot_orderBy { +enum mantle_swap_LpToken_orderBy { id - root - blockNumber -} - -type linea_Asset { - id: ID! - key: linea_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: linea_Bytes - canonicalDomain: BigInt - adoptedAsset: linea_Bytes - localAsset: linea_Bytes - blockNumber: BigInt - status: linea_AssetStatus + 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 linea_AssetBalance { +type mantle_swap_LpTransferEvent implements mantle_swap_LpTokenEvent { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: linea_Router! - asset: linea_Asset! - feesEarned: BigInt! + token: mantle_swap_LpToken! + amount: mantle_swap_BigDecimal! + from: mantle_swap_Bytes! + to: mantle_swap_Bytes! + fromBalance: mantle_swap_BigDecimal! + toBalance: mantle_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input linea_AssetBalance_filter { +input mantle_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -94231,131 +93716,143 @@ input linea_AssetBalance_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - locked: BigInt - locked_not: BigInt - locked_gt: BigInt - locked_lt: BigInt - locked_gte: BigInt - locked_lte: BigInt - locked_in: [BigInt!] - locked_not_in: [BigInt!] - supplied: BigInt - supplied_not: BigInt - supplied_gt: BigInt - supplied_lt: BigInt - supplied_gte: BigInt - supplied_lte: BigInt - supplied_in: [BigInt!] - supplied_not_in: [BigInt!] - removed: BigInt - removed_not: BigInt - removed_gt: BigInt - removed_lt: BigInt - removed_gte: BigInt - removed_lte: BigInt - removed_in: [BigInt!] - removed_not_in: [BigInt!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: linea_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - feesEarned: BigInt - feesEarned_not: BigInt - feesEarned_gt: BigInt - feesEarned_lt: BigInt - feesEarned_gte: BigInt - feesEarned_lte: BigInt - feesEarned_in: [BigInt!] - feesEarned_not_in: [BigInt!] + 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_: mantle_swap_LpToken_filter + amount: mantle_swap_BigDecimal + amount_not: mantle_swap_BigDecimal + amount_gt: mantle_swap_BigDecimal + amount_lt: mantle_swap_BigDecimal + amount_gte: mantle_swap_BigDecimal + amount_lte: mantle_swap_BigDecimal + amount_in: [mantle_swap_BigDecimal!] + amount_not_in: [mantle_swap_BigDecimal!] + from: mantle_swap_Bytes + from_not: mantle_swap_Bytes + from_gt: mantle_swap_Bytes + from_lt: mantle_swap_Bytes + from_gte: mantle_swap_Bytes + from_lte: mantle_swap_Bytes + from_in: [mantle_swap_Bytes!] + from_not_in: [mantle_swap_Bytes!] + from_contains: mantle_swap_Bytes + from_not_contains: mantle_swap_Bytes + to: mantle_swap_Bytes + to_not: mantle_swap_Bytes + to_gt: mantle_swap_Bytes + to_lt: mantle_swap_Bytes + to_gte: mantle_swap_Bytes + to_lte: mantle_swap_Bytes + to_in: [mantle_swap_Bytes!] + to_not_in: [mantle_swap_Bytes!] + to_contains: mantle_swap_Bytes + to_not_contains: mantle_swap_Bytes + fromBalance: mantle_swap_BigDecimal + fromBalance_not: mantle_swap_BigDecimal + fromBalance_gt: mantle_swap_BigDecimal + fromBalance_lt: mantle_swap_BigDecimal + fromBalance_gte: mantle_swap_BigDecimal + fromBalance_lte: mantle_swap_BigDecimal + fromBalance_in: [mantle_swap_BigDecimal!] + fromBalance_not_in: [mantle_swap_BigDecimal!] + toBalance: mantle_swap_BigDecimal + toBalance_not: mantle_swap_BigDecimal + toBalance_gt: mantle_swap_BigDecimal + toBalance_lt: mantle_swap_BigDecimal + toBalance_gte: mantle_swap_BigDecimal + toBalance_lte: mantle_swap_BigDecimal + toBalance_in: [mantle_swap_BigDecimal!] + toBalance_not_in: [mantle_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: mantle_swap_Bytes + transaction_not: mantle_swap_Bytes + transaction_gt: mantle_swap_Bytes + transaction_lt: mantle_swap_Bytes + transaction_gte: mantle_swap_Bytes + transaction_lte: mantle_swap_Bytes + transaction_in: [mantle_swap_Bytes!] + transaction_not_in: [mantle_swap_Bytes!] + transaction_contains: mantle_swap_Bytes + transaction_not_contains: mantle_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpTransferEvent_filter] + or: [mantle_swap_LpTransferEvent_filter] } -enum linea_AssetBalance_orderBy { +enum mantle_swap_LpTransferEvent_orderBy { id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply amount - locked - supplied - removed - router - asset - feesEarned -} - -type linea_AssetStatus { - id: ID! - status: Boolean + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -input linea_AssetStatus_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter +"""Defines the order direction, either ascending or descending""" +enum mantle_swap_OrderDirection { + asc + desc } -enum linea_AssetStatus_orderBy { - id - status +type mantle_swap_PooledToken { + id: ID! + asset: mantle_swap_Bytes! } -input linea_Asset_filter { +input mantle_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -94364,124 +93861,72 @@ input linea_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: linea_Bytes - key_not: linea_Bytes - key_in: [linea_Bytes!] - key_not_in: [linea_Bytes!] - key_contains: linea_Bytes - key_not_contains: linea_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - adoptedAsset: linea_Bytes - adoptedAsset_not: linea_Bytes - adoptedAsset_in: [linea_Bytes!] - adoptedAsset_not_in: [linea_Bytes!] - adoptedAsset_contains: linea_Bytes - adoptedAsset_not_contains: linea_Bytes - localAsset: linea_Bytes - localAsset_not: linea_Bytes - localAsset_in: [linea_Bytes!] - localAsset_not_in: [linea_Bytes!] - localAsset_contains: linea_Bytes - localAsset_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - status: String - status_not: String - status_gt: String - status_lt: String - status_gte: String - status_lte: String - status_in: [String!] - status_not_in: [String!] - status_contains: String - status_contains_nocase: String - status_not_contains: String - status_not_contains_nocase: String - status_starts_with: String - status_starts_with_nocase: String - status_not_starts_with: String - status_not_starts_with_nocase: String - status_ends_with: String - status_ends_with_nocase: String - status_not_ends_with: String - status_not_ends_with_nocase: String - status_: linea_AssetStatus_filter + asset: mantle_swap_Bytes + asset_not: mantle_swap_Bytes + asset_gt: mantle_swap_Bytes + asset_lt: mantle_swap_Bytes + asset_gte: mantle_swap_Bytes + asset_lte: mantle_swap_Bytes + asset_in: [mantle_swap_Bytes!] + asset_not_in: [mantle_swap_Bytes!] + asset_contains: mantle_swap_Bytes + asset_not_contains: mantle_swap_Bytes """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_PooledToken_filter] + or: [mantle_swap_PooledToken_filter] } -enum linea_Asset_orderBy { +enum mantle_swap_PooledToken_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status -} - -scalar linea_BigDecimal - -input linea_BlockChangedFilter { - number_gte: Int! + asset } -input linea_Block_height { - hash: linea_Bytes - number: Int - number_gte: Int +type mantle_swap_StableSwap { + id: ID! + isActive: Boolean + key: mantle_swap_Bytes! + canonicalId: mantle_swap_Bytes + domain: BigInt + swapPool: mantle_swap_Bytes + lpToken: mantle_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [mantle_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_StableSwapEvent_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_StableSwapEvent_filter): [mantle_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_StableSwapExchange_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_StableSwapExchange_filter): [mantle_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_SwapHourlyVolume_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_SwapHourlyVolume_filter): [mantle_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_SwapDailyVolume_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_SwapDailyVolume_filter): [mantle_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_SwapWeeklyVolume_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_SwapWeeklyVolume_filter): [mantle_swap_SwapWeeklyVolume!] } -scalar linea_Bytes - -type linea_ConnectorMeta { +type mantle_swap_StableSwapAddLiquidityEvent implements mantle_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: linea_Bytes - rootManager: linea_Bytes - mirrorConnector: linea_Bytes + stableSwap: mantle_swap_StableSwap! + provider: mantle_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input linea_ConnectorMeta_filter { +input mantle_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -94490,95 +93935,161 @@ input linea_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: linea_Bytes - amb_not: linea_Bytes - amb_in: [linea_Bytes!] - amb_not_in: [linea_Bytes!] - amb_contains: linea_Bytes - amb_not_contains: linea_Bytes - rootManager: linea_Bytes - rootManager_not: linea_Bytes - rootManager_in: [linea_Bytes!] - rootManager_not_in: [linea_Bytes!] - rootManager_contains: linea_Bytes - rootManager_not_contains: linea_Bytes - mirrorConnector: linea_Bytes - mirrorConnector_not: linea_Bytes - mirrorConnector_in: [linea_Bytes!] - mirrorConnector_not_in: [linea_Bytes!] - mirrorConnector_contains: linea_Bytes - mirrorConnector_not_contains: linea_Bytes + 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_: mantle_swap_StableSwap_filter + provider: mantle_swap_Bytes + provider_not: mantle_swap_Bytes + provider_gt: mantle_swap_Bytes + provider_lt: mantle_swap_Bytes + provider_gte: mantle_swap_Bytes + provider_lte: mantle_swap_Bytes + provider_in: [mantle_swap_Bytes!] + provider_not_in: [mantle_swap_Bytes!] + provider_contains: mantle_swap_Bytes + provider_not_contains: mantle_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: mantle_swap_Bytes + transaction_not: mantle_swap_Bytes + transaction_gt: mantle_swap_Bytes + transaction_lt: mantle_swap_Bytes + transaction_gte: mantle_swap_Bytes + transaction_lte: mantle_swap_Bytes + transaction_in: [mantle_swap_Bytes!] + transaction_not_in: [mantle_swap_Bytes!] + transaction_contains: mantle_swap_Bytes + transaction_not_contains: mantle_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapAddLiquidityEvent_filter] + or: [mantle_swap_StableSwapAddLiquidityEvent_filter] } -enum linea_ConnectorMeta_orderBy { +enum mantle_swap_StableSwapAddLiquidityEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type linea_DestinationTransfer { +interface mantle_swap_StableSwapEvent { id: ID! - chainId: BigInt - transferId: linea_Bytes - nonce: BigInt - status: linea_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: linea_Router_orderBy, orderDirection: linea_OrderDirection, where: linea_Router_filter): [linea_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes - receiveLocal: Boolean - callData: linea_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: linea_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset - amount: BigInt - routersFee: BigInt - executedCaller: linea_Bytes - executedTransactionHash: linea_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: linea_Bytes - executedTxNonce: BigInt - reconciledCaller: linea_Bytes - reconciledTransactionHash: linea_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: linea_Bytes - reconciledTxNonce: BigInt + stableSwap: mantle_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input linea_DestinationTransfer_filter { +input mantle_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -94587,349 +94098,35 @@ input linea_DestinationTransfer_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - status: linea_TransferStatus - status_not: linea_TransferStatus - status_in: [linea_TransferStatus!] - status_not_in: [linea_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: linea_Router_filter - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: linea_Bytes - to_not: linea_Bytes - to_in: [linea_Bytes!] - to_not_in: [linea_Bytes!] - to_contains: linea_Bytes - to_not_contains: linea_Bytes - delegate: linea_Bytes - delegate_not: linea_Bytes - delegate_in: [linea_Bytes!] - delegate_not_in: [linea_Bytes!] - delegate_contains: linea_Bytes - delegate_not_contains: linea_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: linea_Bytes - callData_not: linea_Bytes - callData_in: [linea_Bytes!] - callData_not_in: [linea_Bytes!] - callData_contains: linea_Bytes - callData_not_contains: linea_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - bumpSlippageCount: BigInt - bumpSlippageCount_not: BigInt - bumpSlippageCount_gt: BigInt - bumpSlippageCount_lt: BigInt - bumpSlippageCount_gte: BigInt - bumpSlippageCount_lte: BigInt - bumpSlippageCount_in: [BigInt!] - bumpSlippageCount_not_in: [BigInt!] - originSender: linea_Bytes - originSender_not: linea_Bytes - originSender_in: [linea_Bytes!] - originSender_not_in: [linea_Bytes!] - originSender_contains: linea_Bytes - originSender_not_contains: linea_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - routersFee: BigInt - routersFee_not: BigInt - routersFee_gt: BigInt - routersFee_lt: BigInt - routersFee_gte: BigInt - routersFee_lte: BigInt - routersFee_in: [BigInt!] - routersFee_not_in: [BigInt!] - executedCaller: linea_Bytes - executedCaller_not: linea_Bytes - executedCaller_in: [linea_Bytes!] - executedCaller_not_in: [linea_Bytes!] - executedCaller_contains: linea_Bytes - executedCaller_not_contains: linea_Bytes - executedTransactionHash: linea_Bytes - executedTransactionHash_not: linea_Bytes - executedTransactionHash_in: [linea_Bytes!] - executedTransactionHash_not_in: [linea_Bytes!] - executedTransactionHash_contains: linea_Bytes - executedTransactionHash_not_contains: linea_Bytes - executedTimestamp: BigInt - executedTimestamp_not: BigInt - executedTimestamp_gt: BigInt - executedTimestamp_lt: BigInt - executedTimestamp_gte: BigInt - executedTimestamp_lte: BigInt - executedTimestamp_in: [BigInt!] - executedTimestamp_not_in: [BigInt!] - executedGasPrice: BigInt - executedGasPrice_not: BigInt - executedGasPrice_gt: BigInt - executedGasPrice_lt: BigInt - executedGasPrice_gte: BigInt - executedGasPrice_lte: BigInt - executedGasPrice_in: [BigInt!] - executedGasPrice_not_in: [BigInt!] - executedGasLimit: BigInt - executedGasLimit_not: BigInt - executedGasLimit_gt: BigInt - executedGasLimit_lt: BigInt - executedGasLimit_gte: BigInt - executedGasLimit_lte: BigInt - executedGasLimit_in: [BigInt!] - executedGasLimit_not_in: [BigInt!] - executedBlockNumber: BigInt - executedBlockNumber_not: BigInt - executedBlockNumber_gt: BigInt - executedBlockNumber_lt: BigInt - executedBlockNumber_gte: BigInt - executedBlockNumber_lte: BigInt - executedBlockNumber_in: [BigInt!] - executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: linea_Bytes - executedTxOrigin_not: linea_Bytes - executedTxOrigin_in: [linea_Bytes!] - executedTxOrigin_not_in: [linea_Bytes!] - executedTxOrigin_contains: linea_Bytes - executedTxOrigin_not_contains: linea_Bytes - executedTxNonce: BigInt - executedTxNonce_not: BigInt - executedTxNonce_gt: BigInt - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: linea_Bytes - reconciledCaller_not: linea_Bytes - reconciledCaller_in: [linea_Bytes!] - reconciledCaller_not_in: [linea_Bytes!] - reconciledCaller_contains: linea_Bytes - reconciledCaller_not_contains: linea_Bytes - reconciledTransactionHash: linea_Bytes - reconciledTransactionHash_not: linea_Bytes - reconciledTransactionHash_in: [linea_Bytes!] - reconciledTransactionHash_not_in: [linea_Bytes!] - reconciledTransactionHash_contains: linea_Bytes - reconciledTransactionHash_not_contains: linea_Bytes - reconciledTimestamp: BigInt - reconciledTimestamp_not: BigInt - reconciledTimestamp_gt: BigInt - reconciledTimestamp_lt: BigInt - reconciledTimestamp_gte: BigInt - reconciledTimestamp_lte: BigInt - reconciledTimestamp_in: [BigInt!] - reconciledTimestamp_not_in: [BigInt!] - reconciledGasPrice: BigInt - reconciledGasPrice_not: BigInt - reconciledGasPrice_gt: BigInt - reconciledGasPrice_lt: BigInt - reconciledGasPrice_gte: BigInt - reconciledGasPrice_lte: BigInt - reconciledGasPrice_in: [BigInt!] - reconciledGasPrice_not_in: [BigInt!] - reconciledGasLimit: BigInt - reconciledGasLimit_not: BigInt - reconciledGasLimit_gt: BigInt - reconciledGasLimit_lt: BigInt - reconciledGasLimit_gte: BigInt - reconciledGasLimit_lte: BigInt - reconciledGasLimit_in: [BigInt!] - reconciledGasLimit_not_in: [BigInt!] - reconciledBlockNumber: BigInt - reconciledBlockNumber_not: BigInt - reconciledBlockNumber_gt: BigInt - reconciledBlockNumber_lt: BigInt - reconciledBlockNumber_gte: BigInt - reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: linea_Bytes - reconciledTxOrigin_not: linea_Bytes - reconciledTxOrigin_in: [linea_Bytes!] - reconciledTxOrigin_not_in: [linea_Bytes!] - reconciledTxOrigin_contains: linea_Bytes - reconciledTxOrigin_not_contains: linea_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_DestinationTransfer_orderBy { - id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce -} - -type linea_OptimisticRootFinalized { - id: ID! - aggregateRoot: linea_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input linea_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: linea_Bytes - aggregateRoot_not: linea_Bytes - aggregateRoot_in: [linea_Bytes!] - aggregateRoot_not_in: [linea_Bytes!] - aggregateRoot_contains: linea_Bytes - aggregateRoot_not_contains: linea_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_: mantle_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 @@ -94938,203 +94135,16 @@ input linea_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_OptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum linea_OrderDirection { - asc - desc -} - -type linea_OriginMessage { - id: ID! - transferId: linea_Bytes - destinationDomain: BigInt - leaf: linea_Bytes - index: BigInt - message: linea_Bytes - root: linea_Bytes - transactionHash: linea_Bytes - blockNumber: BigInt - rootCount: linea_RootCount -} - -input linea_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: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - leaf: linea_Bytes - leaf_not: linea_Bytes - leaf_in: [linea_Bytes!] - leaf_not_in: [linea_Bytes!] - leaf_contains: linea_Bytes - leaf_not_contains: linea_Bytes - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - message: linea_Bytes - message_not: linea_Bytes - message_in: [linea_Bytes!] - message_not_in: [linea_Bytes!] - message_contains: linea_Bytes - message_not_contains: linea_Bytes - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - rootCount: String - rootCount_not: String - rootCount_gt: String - rootCount_lt: String - rootCount_gte: String - rootCount_lte: String - rootCount_in: [String!] - rootCount_not_in: [String!] - rootCount_contains: String - rootCount_contains_nocase: String - rootCount_not_contains: String - rootCount_not_contains_nocase: String - rootCount_starts_with: String - rootCount_starts_with_nocase: String - rootCount_not_starts_with: String - rootCount_not_starts_with_nocase: String - rootCount_ends_with: String - rootCount_ends_with_nocase: String - rootCount_not_ends_with: String - rootCount_not_ends_with_nocase: String - rootCount_: linea_RootCount_filter - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_OriginMessage_orderBy { - id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount -} - -type linea_OriginTransfer { - id: ID! - chainId: BigInt - transferId: linea_Bytes - nonce: BigInt - status: linea_TransferStatus - messageHash: linea_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes - receiveLocal: Boolean - callData: linea_Bytes - slippage: BigInt - originSender: linea_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset - transactingAsset: linea_Bytes - message: linea_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: linea_RelayerFee_orderBy, orderDirection: linea_OrderDirection, where: linea_RelayerFee_filter): [linea_RelayerFee!] - initialRelayerFeeAsset: linea_Bytes - caller: linea_Bytes - transactionHash: linea_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: linea_Bytes - txNonce: BigInt -} - -input linea_OriginTransfer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - chainId: BigInt - chainId_not: BigInt - chainId_gt: BigInt - chainId_lt: BigInt - chainId_gte: BigInt - chainId_lte: BigInt - chainId_in: [BigInt!] - chainId_not_in: [BigInt!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes + transaction: mantle_swap_Bytes + transaction_not: mantle_swap_Bytes + transaction_gt: mantle_swap_Bytes + transaction_lt: mantle_swap_Bytes + transaction_gte: mantle_swap_Bytes + transaction_lte: mantle_swap_Bytes + transaction_in: [mantle_swap_Bytes!] + transaction_not_in: [mantle_swap_Bytes!] + transaction_contains: mantle_swap_Bytes + transaction_not_contains: mantle_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -95143,278 +94153,54 @@ input linea_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: linea_TransferStatus - status_not: linea_TransferStatus - status_in: [linea_TransferStatus!] - status_not_in: [linea_TransferStatus!] - messageHash: linea_Bytes - messageHash_not: linea_Bytes - messageHash_in: [linea_Bytes!] - messageHash_not_in: [linea_Bytes!] - messageHash_contains: linea_Bytes - messageHash_not_contains: linea_Bytes - originDomain: BigInt - originDomain_not: BigInt - originDomain_gt: BigInt - originDomain_lt: BigInt - originDomain_gte: BigInt - originDomain_lte: BigInt - originDomain_in: [BigInt!] - originDomain_not_in: [BigInt!] - destinationDomain: BigInt - destinationDomain_not: BigInt - destinationDomain_gt: BigInt - destinationDomain_lt: BigInt - destinationDomain_gte: BigInt - destinationDomain_lte: BigInt - destinationDomain_in: [BigInt!] - destinationDomain_not_in: [BigInt!] - canonicalDomain: BigInt - canonicalDomain_not: BigInt - canonicalDomain_gt: BigInt - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - canonicalDomain_lte: BigInt - canonicalDomain_in: [BigInt!] - canonicalDomain_not_in: [BigInt!] - to: linea_Bytes - to_not: linea_Bytes - to_in: [linea_Bytes!] - to_not_in: [linea_Bytes!] - to_contains: linea_Bytes - to_not_contains: linea_Bytes - delegate: linea_Bytes - delegate_not: linea_Bytes - delegate_in: [linea_Bytes!] - delegate_not_in: [linea_Bytes!] - delegate_contains: linea_Bytes - delegate_not_contains: linea_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: linea_Bytes - callData_not: linea_Bytes - callData_in: [linea_Bytes!] - callData_not_in: [linea_Bytes!] - callData_contains: linea_Bytes - callData_not_contains: linea_Bytes - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - originSender: linea_Bytes - originSender_not: linea_Bytes - originSender_in: [linea_Bytes!] - originSender_not_in: [linea_Bytes!] - originSender_contains: linea_Bytes - originSender_not_contains: linea_Bytes - bridgedAmt: BigInt - bridgedAmt_not: BigInt - bridgedAmt_gt: BigInt - bridgedAmt_lt: BigInt - bridgedAmt_gte: BigInt - bridgedAmt_lte: BigInt - bridgedAmt_in: [BigInt!] - bridgedAmt_not_in: [BigInt!] - normalizedIn: BigInt - normalizedIn_not: BigInt - normalizedIn_gt: BigInt - normalizedIn_lt: BigInt - normalizedIn_gte: BigInt - normalizedIn_lte: BigInt - normalizedIn_in: [BigInt!] - normalizedIn_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - transactingAsset: linea_Bytes - transactingAsset_not: linea_Bytes - transactingAsset_in: [linea_Bytes!] - transactingAsset_not_in: [linea_Bytes!] - transactingAsset_contains: linea_Bytes - transactingAsset_not_contains: linea_Bytes - message: String - message_not: String - message_gt: String - message_lt: String - message_gte: String - message_lte: String - message_in: [String!] - message_not_in: [String!] - message_contains: String - message_contains_nocase: String - message_not_contains: String - message_not_contains_nocase: String - message_starts_with: String - message_starts_with_nocase: String - message_not_starts_with: String - message_not_starts_with_nocase: String - message_ends_with: String - message_ends_with_nocase: String - message_not_ends_with: String - message_not_ends_with_nocase: String - message_: linea_OriginMessage_filter - bumpRelayerFeeCount: BigInt - bumpRelayerFeeCount_not: BigInt - bumpRelayerFeeCount_gt: BigInt - bumpRelayerFeeCount_lt: BigInt - bumpRelayerFeeCount_gte: BigInt - bumpRelayerFeeCount_lte: BigInt - bumpRelayerFeeCount_in: [BigInt!] - bumpRelayerFeeCount_not_in: [BigInt!] - relayerFees: [String!] - relayerFees_not: [String!] - relayerFees_contains: [String!] - relayerFees_contains_nocase: [String!] - relayerFees_not_contains: [String!] - relayerFees_not_contains_nocase: [String!] - relayerFees_: linea_RelayerFee_filter - initialRelayerFeeAsset: linea_Bytes - initialRelayerFeeAsset_not: linea_Bytes - initialRelayerFeeAsset_in: [linea_Bytes!] - initialRelayerFeeAsset_not_in: [linea_Bytes!] - initialRelayerFeeAsset_contains: linea_Bytes - initialRelayerFeeAsset_not_contains: linea_Bytes - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - 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: linea_Bytes - txOrigin_not: linea_Bytes - txOrigin_in: [linea_Bytes!] - txOrigin_not_in: [linea_Bytes!] - txOrigin_contains: linea_Bytes - txOrigin_not_contains: linea_Bytes - txNonce: BigInt - txNonce_not: BigInt - txNonce_gt: BigInt - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapEvent_filter] + or: [mantle_swap_StableSwapEvent_filter] } -enum linea_OriginTransfer_orderBy { +enum mantle_swap_StableSwapEvent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - transactingAsset - message - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type linea_Relayer { - id: ID! - isActive: Boolean! - relayer: linea_Bytes + transaction + nonce } -type linea_RelayerFee { +type mantle_swap_StableSwapExchange { id: ID! - transfer: linea_OriginTransfer! + stableSwap: mantle_swap_StableSwap! + buyer: mantle_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! fee: BigInt! - asset: linea_Bytes! + block: BigInt! + timestamp: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input linea_RelayerFee_filter { +input mantle_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -95423,27 +94209,75 @@ input linea_RelayerFee_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transfer: String - transfer_not: String - transfer_gt: String - transfer_lt: String - transfer_gte: String - transfer_lte: String - transfer_in: [String!] - transfer_not_in: [String!] - transfer_contains: String - transfer_contains_nocase: String - transfer_not_contains: String - transfer_not_contains_nocase: String - transfer_starts_with: String - transfer_starts_with_nocase: String - transfer_not_starts_with: String - transfer_not_starts_with_nocase: String - transfer_ends_with: String - transfer_ends_with_nocase: String - transfer_not_ends_with: String - transfer_not_ends_with_nocase: String - transfer_: linea_OriginTransfer_filter + 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_: mantle_swap_StableSwap_filter + buyer: mantle_swap_Bytes + buyer_not: mantle_swap_Bytes + buyer_gt: mantle_swap_Bytes + buyer_lt: mantle_swap_Bytes + buyer_gte: mantle_swap_Bytes + buyer_lte: mantle_swap_Bytes + buyer_in: [mantle_swap_Bytes!] + buyer_not_in: [mantle_swap_Bytes!] + buyer_contains: mantle_swap_Bytes + buyer_not_contains: mantle_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 @@ -95452,5011 +94286,95 @@ input linea_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: linea_Bytes - asset_not: linea_Bytes - asset_in: [linea_Bytes!] - asset_not_in: [linea_Bytes!] - asset_contains: linea_Bytes - asset_not_contains: linea_Bytes + 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: mantle_swap_Bytes + transaction_not: mantle_swap_Bytes + transaction_gt: mantle_swap_Bytes + transaction_lt: mantle_swap_Bytes + transaction_gte: mantle_swap_Bytes + transaction_lte: mantle_swap_Bytes + transaction_in: [mantle_swap_Bytes!] + transaction_not_in: [mantle_swap_Bytes!] + transaction_contains: mantle_swap_Bytes + transaction_not_contains: mantle_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapExchange_filter] + or: [mantle_swap_StableSwapExchange_filter] } -enum linea_RelayerFee_orderBy { +enum mantle_swap_StableSwapExchange_orderBy { id - transfer - fee - asset -} - -type linea_RelayerFeesIncrease { - id: ID! - transfer: linea_OriginTransfer! - increase: BigInt - asset: linea_Bytes - caller: linea_Bytes! - transactionHash: linea_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input linea_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_: linea_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: linea_Bytes - asset_not: linea_Bytes - asset_in: [linea_Bytes!] - asset_not_in: [linea_Bytes!] - asset_contains: linea_Bytes - asset_not_contains: linea_Bytes - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_RelayerFeesIncrease_orderBy { - id - transfer - increase - asset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -input linea_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: linea_Bytes - relayer_not: linea_Bytes - relayer_in: [linea_Bytes!] - relayer_not_in: [linea_Bytes!] - relayer_contains: linea_Bytes - relayer_not_contains: linea_Bytes - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_Relayer_orderBy { - id - isActive - relayer -} - -type linea_RootCount { - id: ID! - count: BigInt -} - -input linea_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: linea_BlockChangedFilter -} - -enum linea_RootCount_orderBy { - id - count -} - -type linea_RootMessageSent { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: linea_Bytes - count: BigInt - caller: linea_Bytes - transactionHash: linea_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input linea_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: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type linea_Router { - id: ID! - isActive: Boolean! - owner: linea_Bytes - recipient: linea_Bytes - proposedOwner: linea_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! -} - -type linea_RouterDailyTVL { - id: ID! - router: linea_Router! - asset: linea_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input linea_RouterDailyTVL_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: linea_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_RouterDailyTVL_orderBy { - id - router - asset - timestamp - balance -} - -type linea_RouterLiquidityEvent { - id: ID! - type: linea_RouterLiquidityEventType - router: linea_Router! - asset: linea_Asset! - amount: BigInt! - balance: BigInt! - caller: linea_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: linea_Bytes! - nonce: BigInt! -} - -enum linea_RouterLiquidityEventType { - Add - Remove -} - -input linea_RouterLiquidityEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - type: linea_RouterLiquidityEventType - type_not: linea_RouterLiquidityEventType - type_in: [linea_RouterLiquidityEventType!] - type_not_in: [linea_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: linea_Router_filter - asset: String - asset_not: String - asset_gt: String - asset_lt: String - asset_gte: String - asset_lte: String - asset_in: [String!] - asset_not_in: [String!] - asset_contains: String - asset_contains_nocase: String - asset_not_contains: String - asset_not_contains_nocase: String - asset_starts_with: String - asset_starts_with_nocase: String - asset_not_starts_with: String - asset_not_starts_with_nocase: String - asset_ends_with: String - asset_ends_with_nocase: String - asset_not_ends_with: String - asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_RouterLiquidityEvent_orderBy { - id - type - router - asset - amount - balance - caller - blockNumber - timestamp - transactionHash - nonce -} - -input linea_Router_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - owner: linea_Bytes - owner_not: linea_Bytes - owner_in: [linea_Bytes!] - owner_not_in: [linea_Bytes!] - owner_contains: linea_Bytes - owner_not_contains: linea_Bytes - recipient: linea_Bytes - recipient_not: linea_Bytes - recipient_in: [linea_Bytes!] - recipient_not_in: [linea_Bytes!] - recipient_contains: linea_Bytes - recipient_not_contains: linea_Bytes - proposedOwner: linea_Bytes - proposedOwner_not: linea_Bytes - proposedOwner_in: [linea_Bytes!] - proposedOwner_not_in: [linea_Bytes!] - proposedOwner_contains: linea_Bytes - proposedOwner_not_contains: linea_Bytes - proposedTimestamp: BigInt - proposedTimestamp_not: BigInt - proposedTimestamp_gt: BigInt - proposedTimestamp_lt: BigInt - proposedTimestamp_gte: BigInt - proposedTimestamp_lte: BigInt - proposedTimestamp_in: [BigInt!] - proposedTimestamp_not_in: [BigInt!] - assetBalances_: linea_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type linea_Sequencer { - id: ID! - isActive: Boolean! - sequencer: linea_Bytes -} - -input linea_Sequencer_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - isActive: Boolean - isActive_not: Boolean - isActive_in: [Boolean!] - isActive_not_in: [Boolean!] - sequencer: linea_Bytes - sequencer_not: linea_Bytes - sequencer_in: [linea_Bytes!] - sequencer_not_in: [linea_Bytes!] - sequencer_contains: linea_Bytes - sequencer_not_contains: linea_Bytes - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_Sequencer_orderBy { - id - isActive - sequencer -} - -type linea_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: linea_Bytes! -} - -input linea_Setting_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - maxRoutersPerTransfer: BigInt - maxRoutersPerTransfer_not: BigInt - maxRoutersPerTransfer_gt: BigInt - maxRoutersPerTransfer_lt: BigInt - maxRoutersPerTransfer_gte: BigInt - maxRoutersPerTransfer_lte: BigInt - maxRoutersPerTransfer_in: [BigInt!] - maxRoutersPerTransfer_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} - -type linea_SlippageUpdate { - id: ID! - transfer: linea_DestinationTransfer! - slippage: BigInt! - caller: linea_Bytes! - transactionHash: linea_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input linea_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_: linea_DestinationTransfer_filter - slippage: BigInt - slippage_not: BigInt - slippage_gt: BigInt - slippage_lt: BigInt - slippage_gte: BigInt - slippage_lte: BigInt - slippage_in: [BigInt!] - slippage_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_SlippageUpdate_orderBy { - id - transfer - slippage - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type linea_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: linea_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input linea_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: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type linea_SpokeConnectorMode { - id: ID! - mode: String! -} - -input linea_SpokeConnectorMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter -} - -enum linea_SpokeConnectorMode_orderBy { - id - mode -} - -enum linea_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type linea__Block_ { - """The hash of the block""" - hash: linea_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int -} - -"""The type for the top-level _meta field""" -type linea__Meta_ { - """ - Information about a specific subgraph block. The hash of the block - will be null if the _meta field has a block constraint that asks for - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: linea__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -scalar xlayer_swap_BigDecimal - -input xlayer_swap_BlockChangedFilter { - number_gte: Int! -} - -input xlayer_swap_Block_height { - hash: xlayer_swap_Bytes - number: Int - number_gte: Int -} - -scalar xlayer_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar xlayer_swap_Int8 - -type xlayer_swap_LpAccount { - id: ID! - address: xlayer_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_LpAccountBalance_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_LpAccountBalance_filter): [xlayer_swap_LpAccountBalance!]! -} - -type xlayer_swap_LpAccountBalance { - id: ID! - account: xlayer_swap_LpAccount! - token: xlayer_swap_LpToken! - amount: xlayer_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: xlayer_swap_Bytes -} - -input xlayer_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_: xlayer_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_: xlayer_swap_LpToken_filter - amount: xlayer_swap_BigDecimal - amount_not: xlayer_swap_BigDecimal - amount_gt: xlayer_swap_BigDecimal - amount_lt: xlayer_swap_BigDecimal - amount_gte: xlayer_swap_BigDecimal - amount_lte: xlayer_swap_BigDecimal - amount_in: [xlayer_swap_BigDecimal!] - amount_not_in: [xlayer_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: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_swap_Bytes - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpAccountBalance_filter] - or: [xlayer_swap_LpAccountBalance_filter] -} - -enum xlayer_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 xlayer_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: xlayer_swap_Bytes - address_not: xlayer_swap_Bytes - address_gt: xlayer_swap_Bytes - address_lt: xlayer_swap_Bytes - address_gte: xlayer_swap_Bytes - address_lte: xlayer_swap_Bytes - address_in: [xlayer_swap_Bytes!] - address_not_in: [xlayer_swap_Bytes!] - address_contains: xlayer_swap_Bytes - address_not_contains: xlayer_swap_Bytes - balances_: xlayer_swap_LpAccountBalance_filter - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpAccount_filter] - or: [xlayer_swap_LpAccount_filter] -} - -enum xlayer_swap_LpAccount_orderBy { - id - address - balances -} - -type xlayer_swap_LpToken { - id: ID! - address: xlayer_swap_Bytes! - stableSwap: xlayer_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: xlayer_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_LpTokenEvent_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_LpTokenEvent_filter): [xlayer_swap_LpTokenEvent!]! -} - -interface xlayer_swap_LpTokenEvent { - id: ID! - token: xlayer_swap_LpToken! - amount: xlayer_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! -} - -input xlayer_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_: xlayer_swap_LpToken_filter - amount: xlayer_swap_BigDecimal - amount_not: xlayer_swap_BigDecimal - amount_gt: xlayer_swap_BigDecimal - amount_lt: xlayer_swap_BigDecimal - amount_gte: xlayer_swap_BigDecimal - amount_lte: xlayer_swap_BigDecimal - amount_in: [xlayer_swap_BigDecimal!] - amount_not_in: [xlayer_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: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpTokenEvent_filter] - or: [xlayer_swap_LpTokenEvent_filter] -} - -enum xlayer_swap_LpTokenEvent_orderBy { - id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce -} - -input xlayer_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: xlayer_swap_Bytes - address_not: xlayer_swap_Bytes - address_gt: xlayer_swap_Bytes - address_lt: xlayer_swap_Bytes - address_gte: xlayer_swap_Bytes - address_lte: xlayer_swap_Bytes - address_in: [xlayer_swap_Bytes!] - address_not_in: [xlayer_swap_Bytes!] - address_contains: xlayer_swap_Bytes - address_not_contains: xlayer_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_: xlayer_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: xlayer_swap_BigDecimal - totalSupply_not: xlayer_swap_BigDecimal - totalSupply_gt: xlayer_swap_BigDecimal - totalSupply_lt: xlayer_swap_BigDecimal - totalSupply_gte: xlayer_swap_BigDecimal - totalSupply_lte: xlayer_swap_BigDecimal - totalSupply_in: [xlayer_swap_BigDecimal!] - totalSupply_not_in: [xlayer_swap_BigDecimal!] - events_: xlayer_swap_LpTokenEvent_filter - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpToken_filter] - or: [xlayer_swap_LpToken_filter] -} - -enum xlayer_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 xlayer_swap_LpTransferEvent implements xlayer_swap_LpTokenEvent { - id: ID! - token: xlayer_swap_LpToken! - amount: xlayer_swap_BigDecimal! - from: xlayer_swap_Bytes! - to: xlayer_swap_Bytes! - fromBalance: xlayer_swap_BigDecimal! - toBalance: xlayer_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! -} - -input xlayer_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_: xlayer_swap_LpToken_filter - amount: xlayer_swap_BigDecimal - amount_not: xlayer_swap_BigDecimal - amount_gt: xlayer_swap_BigDecimal - amount_lt: xlayer_swap_BigDecimal - amount_gte: xlayer_swap_BigDecimal - amount_lte: xlayer_swap_BigDecimal - amount_in: [xlayer_swap_BigDecimal!] - amount_not_in: [xlayer_swap_BigDecimal!] - from: xlayer_swap_Bytes - from_not: xlayer_swap_Bytes - from_gt: xlayer_swap_Bytes - from_lt: xlayer_swap_Bytes - from_gte: xlayer_swap_Bytes - from_lte: xlayer_swap_Bytes - from_in: [xlayer_swap_Bytes!] - from_not_in: [xlayer_swap_Bytes!] - from_contains: xlayer_swap_Bytes - from_not_contains: xlayer_swap_Bytes - to: xlayer_swap_Bytes - to_not: xlayer_swap_Bytes - to_gt: xlayer_swap_Bytes - to_lt: xlayer_swap_Bytes - to_gte: xlayer_swap_Bytes - to_lte: xlayer_swap_Bytes - to_in: [xlayer_swap_Bytes!] - to_not_in: [xlayer_swap_Bytes!] - to_contains: xlayer_swap_Bytes - to_not_contains: xlayer_swap_Bytes - fromBalance: xlayer_swap_BigDecimal - fromBalance_not: xlayer_swap_BigDecimal - fromBalance_gt: xlayer_swap_BigDecimal - fromBalance_lt: xlayer_swap_BigDecimal - fromBalance_gte: xlayer_swap_BigDecimal - fromBalance_lte: xlayer_swap_BigDecimal - fromBalance_in: [xlayer_swap_BigDecimal!] - fromBalance_not_in: [xlayer_swap_BigDecimal!] - toBalance: xlayer_swap_BigDecimal - toBalance_not: xlayer_swap_BigDecimal - toBalance_gt: xlayer_swap_BigDecimal - toBalance_lt: xlayer_swap_BigDecimal - toBalance_gte: xlayer_swap_BigDecimal - toBalance_lte: xlayer_swap_BigDecimal - toBalance_in: [xlayer_swap_BigDecimal!] - toBalance_not_in: [xlayer_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: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpTransferEvent_filter] - or: [xlayer_swap_LpTransferEvent_filter] -} - -enum xlayer_swap_LpTransferEvent_orderBy { - id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce -} - -"""Defines the order direction, either ascending or descending""" -enum xlayer_swap_OrderDirection { - asc - desc -} - -type xlayer_swap_PooledToken { - id: ID! - asset: xlayer_swap_Bytes! -} - -input xlayer_swap_PooledToken_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - asset: xlayer_swap_Bytes - asset_not: xlayer_swap_Bytes - asset_gt: xlayer_swap_Bytes - asset_lt: xlayer_swap_Bytes - asset_gte: xlayer_swap_Bytes - asset_lte: xlayer_swap_Bytes - asset_in: [xlayer_swap_Bytes!] - asset_not_in: [xlayer_swap_Bytes!] - asset_contains: xlayer_swap_Bytes - asset_not_contains: xlayer_swap_Bytes - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_PooledToken_filter] - or: [xlayer_swap_PooledToken_filter] -} - -enum xlayer_swap_PooledToken_orderBy { - id - asset -} - -type xlayer_swap_StableSwap { - id: ID! - isActive: Boolean - key: xlayer_swap_Bytes! - canonicalId: xlayer_swap_Bytes - domain: BigInt - swapPool: xlayer_swap_Bytes - lpToken: xlayer_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [xlayer_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_StableSwapEvent_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_StableSwapEvent_filter): [xlayer_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_StableSwapExchange_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_StableSwapExchange_filter): [xlayer_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapHourlyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapHourlyVolume_filter): [xlayer_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapDailyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapDailyVolume_filter): [xlayer_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapWeeklyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapWeeklyVolume_filter): [xlayer_swap_SwapWeeklyVolume!] -} - -type xlayer_swap_StableSwapAddLiquidityEvent implements xlayer_swap_StableSwapEvent { - id: ID! - stableSwap: xlayer_swap_StableSwap! - provider: xlayer_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! -} - -input xlayer_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_: xlayer_swap_StableSwap_filter - provider: xlayer_swap_Bytes - provider_not: xlayer_swap_Bytes - provider_gt: xlayer_swap_Bytes - provider_lt: xlayer_swap_Bytes - provider_gte: xlayer_swap_Bytes - provider_lte: xlayer_swap_Bytes - provider_in: [xlayer_swap_Bytes!] - provider_not_in: [xlayer_swap_Bytes!] - provider_contains: xlayer_swap_Bytes - provider_not_contains: xlayer_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: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapAddLiquidityEvent_filter] - or: [xlayer_swap_StableSwapAddLiquidityEvent_filter] -} - -enum xlayer_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 -} - -interface xlayer_swap_StableSwapEvent { - id: ID! - stableSwap: xlayer_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! -} - -input xlayer_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_: xlayer_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: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapEvent_filter] - or: [xlayer_swap_StableSwapEvent_filter] -} - -enum xlayer_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 xlayer_swap_StableSwapExchange { - id: ID! - stableSwap: xlayer_swap_StableSwap! - buyer: xlayer_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! -} - -input xlayer_swap_StableSwapExchange_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_swap_StableSwap_filter - buyer: xlayer_swap_Bytes - buyer_not: xlayer_swap_Bytes - buyer_gt: xlayer_swap_Bytes - buyer_lt: xlayer_swap_Bytes - buyer_gte: xlayer_swap_Bytes - buyer_lte: xlayer_swap_Bytes - buyer_in: [xlayer_swap_Bytes!] - buyer_not_in: [xlayer_swap_Bytes!] - buyer_contains: xlayer_swap_Bytes - buyer_not_contains: xlayer_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: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapExchange_filter] - or: [xlayer_swap_StableSwapExchange_filter] -} - -enum xlayer_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 -} - -type xlayer_swap_StableSwapRemoveLiquidityEvent implements xlayer_swap_StableSwapEvent { - id: ID! - stableSwap: xlayer_swap_StableSwap! - provider: xlayer_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! -} - -input xlayer_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_: xlayer_swap_StableSwap_filter - provider: xlayer_swap_Bytes - provider_not: xlayer_swap_Bytes - provider_gt: xlayer_swap_Bytes - provider_lt: xlayer_swap_Bytes - provider_gte: xlayer_swap_Bytes - provider_lte: xlayer_swap_Bytes - provider_in: [xlayer_swap_Bytes!] - provider_not_in: [xlayer_swap_Bytes!] - provider_contains: xlayer_swap_Bytes - provider_not_contains: xlayer_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: xlayer_swap_Bytes - transaction_not: xlayer_swap_Bytes - transaction_gt: xlayer_swap_Bytes - transaction_lt: xlayer_swap_Bytes - transaction_gte: xlayer_swap_Bytes - transaction_lte: xlayer_swap_Bytes - transaction_in: [xlayer_swap_Bytes!] - transaction_not_in: [xlayer_swap_Bytes!] - transaction_contains: xlayer_swap_Bytes - transaction_not_contains: xlayer_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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapRemoveLiquidityEvent_filter] - or: [xlayer_swap_StableSwapRemoveLiquidityEvent_filter] -} - -enum xlayer_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 xlayer_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: xlayer_swap_Bytes - key_not: xlayer_swap_Bytes - key_gt: xlayer_swap_Bytes - key_lt: xlayer_swap_Bytes - key_gte: xlayer_swap_Bytes - key_lte: xlayer_swap_Bytes - key_in: [xlayer_swap_Bytes!] - key_not_in: [xlayer_swap_Bytes!] - key_contains: xlayer_swap_Bytes - key_not_contains: xlayer_swap_Bytes - canonicalId: xlayer_swap_Bytes - canonicalId_not: xlayer_swap_Bytes - canonicalId_gt: xlayer_swap_Bytes - canonicalId_lt: xlayer_swap_Bytes - canonicalId_gte: xlayer_swap_Bytes - canonicalId_lte: xlayer_swap_Bytes - canonicalId_in: [xlayer_swap_Bytes!] - canonicalId_not_in: [xlayer_swap_Bytes!] - canonicalId_contains: xlayer_swap_Bytes - canonicalId_not_contains: xlayer_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: xlayer_swap_Bytes - swapPool_not: xlayer_swap_Bytes - swapPool_gt: xlayer_swap_Bytes - swapPool_lt: xlayer_swap_Bytes - swapPool_gte: xlayer_swap_Bytes - swapPool_lte: xlayer_swap_Bytes - swapPool_in: [xlayer_swap_Bytes!] - swapPool_not_in: [xlayer_swap_Bytes!] - swapPool_contains: xlayer_swap_Bytes - swapPool_not_contains: xlayer_swap_Bytes - lpToken: xlayer_swap_Bytes - lpToken_not: xlayer_swap_Bytes - lpToken_gt: xlayer_swap_Bytes - lpToken_lt: xlayer_swap_Bytes - lpToken_gte: xlayer_swap_Bytes - lpToken_lte: xlayer_swap_Bytes - lpToken_in: [xlayer_swap_Bytes!] - lpToken_not_in: [xlayer_swap_Bytes!] - lpToken_contains: xlayer_swap_Bytes - lpToken_not_contains: xlayer_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: [xlayer_swap_Bytes!] - pooledTokens_not: [xlayer_swap_Bytes!] - pooledTokens_contains: [xlayer_swap_Bytes!] - pooledTokens_contains_nocase: [xlayer_swap_Bytes!] - pooledTokens_not_contains: [xlayer_swap_Bytes!] - pooledTokens_not_contains_nocase: [xlayer_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_: xlayer_swap_StableSwapEvent_filter - exchanges_: xlayer_swap_StableSwapExchange_filter - hourlyVolumes_: xlayer_swap_SwapHourlyVolume_filter - dailyVolumes_: xlayer_swap_SwapDailyVolume_filter - weeklyVolumes_: xlayer_swap_SwapWeeklyVolume_filter - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwap_filter] - or: [xlayer_swap_StableSwap_filter] -} - -enum xlayer_swap_StableSwap_orderBy { - id - isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes -} - -type xlayer_swap_SwapDailyVolume implements xlayer_swap_SwapTradeVolume { - id: ID! - stableSwap: xlayer_swap_StableSwap! - timestamp: BigInt! - volume: xlayer_swap_BigDecimal! -} - -input xlayer_swap_SwapDailyVolume_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_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: xlayer_swap_BigDecimal - volume_not: xlayer_swap_BigDecimal - volume_gt: xlayer_swap_BigDecimal - volume_lt: xlayer_swap_BigDecimal - volume_gte: xlayer_swap_BigDecimal - volume_lte: xlayer_swap_BigDecimal - volume_in: [xlayer_swap_BigDecimal!] - volume_not_in: [xlayer_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapDailyVolume_filter] - or: [xlayer_swap_SwapDailyVolume_filter] -} - -enum xlayer_swap_SwapDailyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type xlayer_swap_SwapHourlyVolume implements xlayer_swap_SwapTradeVolume { - id: ID! - stableSwap: xlayer_swap_StableSwap! - timestamp: BigInt! - volume: xlayer_swap_BigDecimal! -} - -input xlayer_swap_SwapHourlyVolume_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_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: xlayer_swap_BigDecimal - volume_not: xlayer_swap_BigDecimal - volume_gt: xlayer_swap_BigDecimal - volume_lt: xlayer_swap_BigDecimal - volume_gte: xlayer_swap_BigDecimal - volume_lte: xlayer_swap_BigDecimal - volume_in: [xlayer_swap_BigDecimal!] - volume_not_in: [xlayer_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapHourlyVolume_filter] - or: [xlayer_swap_SwapHourlyVolume_filter] -} - -enum xlayer_swap_SwapHourlyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -interface xlayer_swap_SwapTradeVolume { - stableSwap: xlayer_swap_StableSwap! - timestamp: BigInt! - volume: xlayer_swap_BigDecimal! -} - -input xlayer_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_: xlayer_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: xlayer_swap_BigDecimal - volume_not: xlayer_swap_BigDecimal - volume_gt: xlayer_swap_BigDecimal - volume_lt: xlayer_swap_BigDecimal - volume_gte: xlayer_swap_BigDecimal - volume_lte: xlayer_swap_BigDecimal - volume_in: [xlayer_swap_BigDecimal!] - volume_not_in: [xlayer_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapTradeVolume_filter] - or: [xlayer_swap_SwapTradeVolume_filter] -} - -enum xlayer_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 xlayer_swap_SwapWeeklyVolume implements xlayer_swap_SwapTradeVolume { - id: ID! - stableSwap: xlayer_swap_StableSwap! - timestamp: BigInt! - volume: xlayer_swap_BigDecimal! -} - -input xlayer_swap_SwapWeeklyVolume_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: xlayer_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: xlayer_swap_BigDecimal - volume_not: xlayer_swap_BigDecimal - volume_gt: xlayer_swap_BigDecimal - volume_lt: xlayer_swap_BigDecimal - volume_gte: xlayer_swap_BigDecimal - volume_lte: xlayer_swap_BigDecimal - volume_in: [xlayer_swap_BigDecimal!] - volume_not_in: [xlayer_swap_BigDecimal!] - """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapWeeklyVolume_filter] - or: [xlayer_swap_SwapWeeklyVolume_filter] -} - -enum xlayer_swap_SwapWeeklyVolume_orderBy { - id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - timestamp - volume -} - -type xlayer_swap_SystemInfo { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input xlayer_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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SystemInfo_filter] - or: [xlayer_swap_SystemInfo_filter] -} - -enum xlayer_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type xlayer_swap__Block_ { - """The hash of the block""" - hash: xlayer_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 xlayer_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: xlayer_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type stagingmainnet_AggregateRootSavedSlow { - id: ID! - aggregateRoot: stagingmainnet_Bytes! - count: BigInt! - aggregatedRoots: [stagingmainnet_Bytes!] - rootTimestamp: BigInt! -} - -input stagingmainnet_AggregateRootSavedSlow_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: stagingmainnet_Bytes - aggregateRoot_not: stagingmainnet_Bytes - aggregateRoot_gt: stagingmainnet_Bytes - aggregateRoot_lt: stagingmainnet_Bytes - aggregateRoot_gte: stagingmainnet_Bytes - aggregateRoot_lte: stagingmainnet_Bytes - aggregateRoot_in: [stagingmainnet_Bytes!] - aggregateRoot_not_in: [stagingmainnet_Bytes!] - aggregateRoot_contains: stagingmainnet_Bytes - aggregateRoot_not_contains: stagingmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - aggregatedRoots: [stagingmainnet_Bytes!] - aggregatedRoots_not: [stagingmainnet_Bytes!] - aggregatedRoots_contains: [stagingmainnet_Bytes!] - aggregatedRoots_contains_nocase: [stagingmainnet_Bytes!] - aggregatedRoots_not_contains: [stagingmainnet_Bytes!] - aggregatedRoots_not_contains_nocase: [stagingmainnet_Bytes!] - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AggregateRootSavedSlow_filter] - or: [stagingmainnet_AggregateRootSavedSlow_filter] -} - -enum stagingmainnet_AggregateRootSavedSlow_orderBy { - id - aggregateRoot - count - aggregatedRoots - rootTimestamp -} - -type stagingmainnet_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: stagingmainnet_Bytes! - domain: BigInt - blockNumber: BigInt -} - -input stagingmainnet_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: stagingmainnet_Bytes - receivedRoot_not: stagingmainnet_Bytes - receivedRoot_gt: stagingmainnet_Bytes - receivedRoot_lt: stagingmainnet_Bytes - receivedRoot_gte: stagingmainnet_Bytes - receivedRoot_lte: stagingmainnet_Bytes - receivedRoot_in: [stagingmainnet_Bytes!] - receivedRoot_not_in: [stagingmainnet_Bytes!] - receivedRoot_contains: stagingmainnet_Bytes - receivedRoot_not_contains: stagingmainnet_Bytes - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AggregatedMessageRoot_filter] - or: [stagingmainnet_AggregatedMessageRoot_filter] -} - -enum stagingmainnet_AggregatedMessageRoot_orderBy { - id - index - receivedRoot - domain - blockNumber -} - -enum stagingmainnet_Aggregation_interval { - hour - day -} - -type stagingmainnet_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ArbitrumConnectorMeta_filter] - or: [stagingmainnet_ArbitrumConnectorMeta_filter] -} - -enum stagingmainnet_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_AvalancheConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_AvalancheConnectorMeta_filter { - 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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AvalancheConnectorMeta_filter] - or: [stagingmainnet_AvalancheConnectorMeta_filter] -} - -enum stagingmainnet_AvalancheConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_BaseConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_BaseConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_BaseConnectorMeta_filter] - or: [stagingmainnet_BaseConnectorMeta_filter] -} - -enum stagingmainnet_BaseConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar stagingmainnet_BigDecimal - -input stagingmainnet_BlockChangedFilter { - number_gte: Int! -} - -input stagingmainnet_Block_height { - hash: stagingmainnet_Bytes - number: Int - number_gte: Int -} - -type stagingmainnet_BnbConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_BnbConnectorMeta_filter] - or: [stagingmainnet_BnbConnectorMeta_filter] -} - -enum stagingmainnet_BnbConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar stagingmainnet_Bytes - -type stagingmainnet_GnosisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_GnosisConnectorMeta_filter] - or: [stagingmainnet_GnosisConnectorMeta_filter] -} - -enum stagingmainnet_GnosisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_HubDomain { - id: ID! - domain: BigInt -} - -input stagingmainnet_HubDomain_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_HubDomain_filter] - or: [stagingmainnet_HubDomain_filter] -} - -enum stagingmainnet_HubDomain_orderBy { - id - domain -} - -type stagingmainnet_HubOptimisticRootFinalized { - id: ID! - aggregateRoot: stagingmainnet_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingmainnet_HubOptimisticRootFinalized_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: stagingmainnet_Bytes - aggregateRoot_not: stagingmainnet_Bytes - aggregateRoot_gt: stagingmainnet_Bytes - aggregateRoot_lt: stagingmainnet_Bytes - aggregateRoot_gte: stagingmainnet_Bytes - aggregateRoot_lte: stagingmainnet_Bytes - aggregateRoot_in: [stagingmainnet_Bytes!] - aggregateRoot_not_in: [stagingmainnet_Bytes!] - aggregateRoot_contains: stagingmainnet_Bytes - aggregateRoot_not_contains: stagingmainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_HubOptimisticRootFinalized_filter] - or: [stagingmainnet_HubOptimisticRootFinalized_filter] -} - -enum stagingmainnet_HubOptimisticRootFinalized_orderBy { - id - aggregateRoot - timestamp - blockNumber -} - -""" -8 bytes signed integer - -""" -scalar stagingmainnet_Int8 - -type stagingmainnet_LineaConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_LineaConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_LineaConnectorMeta_filter] - or: [stagingmainnet_LineaConnectorMeta_filter] -} - -enum stagingmainnet_LineaConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_MantleConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_MantleConnectorMeta_filter { - 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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_MantleConnectorMeta_filter] - or: [stagingmainnet_MantleConnectorMeta_filter] -} - -enum stagingmainnet_MantleConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_MetisConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_MetisConnectorMeta_filter { - 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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_MetisConnectorMeta_filter] - or: [stagingmainnet_MetisConnectorMeta_filter] -} - -enum stagingmainnet_MetisConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_ModeConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_ModeConnectorMeta_filter { - 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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ModeConnectorMeta_filter] - or: [stagingmainnet_ModeConnectorMeta_filter] -} - -enum stagingmainnet_ModeConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_OptimismConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_OptimismConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_OptimismConnectorMeta_filter] - or: [stagingmainnet_OptimismConnectorMeta_filter] -} - -enum stagingmainnet_OptimismConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_OptimisticRootPropagated { - id: ID! - aggregateRoot: stagingmainnet_Bytes! - domainsHash: stagingmainnet_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingmainnet_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: stagingmainnet_Bytes - aggregateRoot_not: stagingmainnet_Bytes - aggregateRoot_gt: stagingmainnet_Bytes - aggregateRoot_lt: stagingmainnet_Bytes - aggregateRoot_gte: stagingmainnet_Bytes - aggregateRoot_lte: stagingmainnet_Bytes - aggregateRoot_in: [stagingmainnet_Bytes!] - aggregateRoot_not_in: [stagingmainnet_Bytes!] - aggregateRoot_contains: stagingmainnet_Bytes - aggregateRoot_not_contains: stagingmainnet_Bytes - domainsHash: stagingmainnet_Bytes - domainsHash_not: stagingmainnet_Bytes - domainsHash_gt: stagingmainnet_Bytes - domainsHash_lt: stagingmainnet_Bytes - domainsHash_gte: stagingmainnet_Bytes - domainsHash_lte: stagingmainnet_Bytes - domainsHash_in: [stagingmainnet_Bytes!] - domainsHash_not_in: [stagingmainnet_Bytes!] - domainsHash_contains: stagingmainnet_Bytes - domainsHash_not_contains: stagingmainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_OptimisticRootPropagated_filter] - or: [stagingmainnet_OptimisticRootPropagated_filter] -} - -enum stagingmainnet_OptimisticRootPropagated_orderBy { - id - aggregateRoot - domainsHash - timestamp - blockNumber -} - -type stagingmainnet_OptimisticRootProposed { - id: ID! - disputeCliff: BigInt! - aggregateRoot: stagingmainnet_Bytes! - snapshotsRoots: [stagingmainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: stagingmainnet_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingmainnet_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: stagingmainnet_Bytes - aggregateRoot_not: stagingmainnet_Bytes - aggregateRoot_gt: stagingmainnet_Bytes - aggregateRoot_lt: stagingmainnet_Bytes - aggregateRoot_gte: stagingmainnet_Bytes - aggregateRoot_lte: stagingmainnet_Bytes - aggregateRoot_in: [stagingmainnet_Bytes!] - aggregateRoot_not_in: [stagingmainnet_Bytes!] - aggregateRoot_contains: stagingmainnet_Bytes - aggregateRoot_not_contains: stagingmainnet_Bytes - snapshotsRoots: [stagingmainnet_Bytes!] - snapshotsRoots_not: [stagingmainnet_Bytes!] - snapshotsRoots_contains: [stagingmainnet_Bytes!] - snapshotsRoots_contains_nocase: [stagingmainnet_Bytes!] - snapshotsRoots_not_contains: [stagingmainnet_Bytes!] - snapshotsRoots_not_contains_nocase: [stagingmainnet_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: stagingmainnet_Bytes - baseAggregateRoot_not: stagingmainnet_Bytes - baseAggregateRoot_gt: stagingmainnet_Bytes - baseAggregateRoot_lt: stagingmainnet_Bytes - baseAggregateRoot_gte: stagingmainnet_Bytes - baseAggregateRoot_lte: stagingmainnet_Bytes - baseAggregateRoot_in: [stagingmainnet_Bytes!] - baseAggregateRoot_not_in: [stagingmainnet_Bytes!] - baseAggregateRoot_contains: stagingmainnet_Bytes - baseAggregateRoot_not_contains: stagingmainnet_Bytes - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_OptimisticRootProposed_filter] - or: [stagingmainnet_OptimisticRootProposed_filter] -} - -enum stagingmainnet_OptimisticRootProposed_orderBy { - id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot - timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum stagingmainnet_OrderDirection { - asc - desc -} - -type stagingmainnet_PolygonConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_PolygonConnectorMeta_filter] - or: [stagingmainnet_PolygonConnectorMeta_filter] -} - -enum stagingmainnet_PolygonConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_PolygonZkConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_PolygonZkConnectorMeta_filter { - 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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_PolygonZkConnectorMeta_filter] - or: [stagingmainnet_PolygonZkConnectorMeta_filter] -} - -enum stagingmainnet_PolygonZkConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: stagingmainnet_Bytes! - index: BigInt! -} - -input stagingmainnet_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: stagingmainnet_Bytes - receivedRoot_not: stagingmainnet_Bytes - receivedRoot_gt: stagingmainnet_Bytes - receivedRoot_lt: stagingmainnet_Bytes - receivedRoot_gte: stagingmainnet_Bytes - receivedRoot_lte: stagingmainnet_Bytes - receivedRoot_in: [stagingmainnet_Bytes!] - receivedRoot_not_in: [stagingmainnet_Bytes!] - receivedRoot_contains: stagingmainnet_Bytes - receivedRoot_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootAggregated_filter] - or: [stagingmainnet_RootAggregated_filter] -} - -enum stagingmainnet_RootAggregated_orderBy { - id - domain - receivedRoot - index -} - -type stagingmainnet_RootManagerMeta { - id: ID! - domains: [BigInt!] - connectors: [stagingmainnet_Bytes!] -} - -input stagingmainnet_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: [stagingmainnet_Bytes!] - connectors_not: [stagingmainnet_Bytes!] - connectors_contains: [stagingmainnet_Bytes!] - connectors_contains_nocase: [stagingmainnet_Bytes!] - connectors_not_contains: [stagingmainnet_Bytes!] - connectors_not_contains_nocase: [stagingmainnet_Bytes!] - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootManagerMeta_filter] - or: [stagingmainnet_RootManagerMeta_filter] -} - -enum stagingmainnet_RootManagerMeta_orderBy { - id - domains - connectors -} - -type stagingmainnet_RootManagerMode { - id: ID! - mode: String! -} - -input stagingmainnet_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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootManagerMode_filter] - or: [stagingmainnet_RootManagerMode_filter] -} - -enum stagingmainnet_RootManagerMode_orderBy { - id - mode -} - -type stagingmainnet_RootMessageProcessed { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: stagingmainnet_Bytes - caller: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input stagingmainnet_RootMessageProcessed_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - root: stagingmainnet_Bytes - root_not: stagingmainnet_Bytes - root_gt: stagingmainnet_Bytes - root_lt: stagingmainnet_Bytes - root_gte: stagingmainnet_Bytes - root_lte: stagingmainnet_Bytes - root_in: [stagingmainnet_Bytes!] - root_not_in: [stagingmainnet_Bytes!] - root_contains: stagingmainnet_Bytes - root_not_contains: stagingmainnet_Bytes - caller: stagingmainnet_Bytes - caller_not: stagingmainnet_Bytes - caller_gt: stagingmainnet_Bytes - caller_lt: stagingmainnet_Bytes - caller_gte: stagingmainnet_Bytes - caller_lte: stagingmainnet_Bytes - caller_in: [stagingmainnet_Bytes!] - caller_not_in: [stagingmainnet_Bytes!] - caller_contains: stagingmainnet_Bytes - caller_not_contains: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes - transactionHash_not: stagingmainnet_Bytes - transactionHash_gt: stagingmainnet_Bytes - transactionHash_lt: stagingmainnet_Bytes - transactionHash_gte: stagingmainnet_Bytes - transactionHash_lte: stagingmainnet_Bytes - transactionHash_in: [stagingmainnet_Bytes!] - transactionHash_not_in: [stagingmainnet_Bytes!] - transactionHash_contains: stagingmainnet_Bytes - transactionHash_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootMessageProcessed_filter] - or: [stagingmainnet_RootMessageProcessed_filter] -} - -enum stagingmainnet_RootMessageProcessed_orderBy { - id - spokeDomain - hubDomain - root - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingmainnet_RootPropagated { - id: ID! - aggregate: stagingmainnet_Bytes! - domainsHash: stagingmainnet_Bytes! - count: BigInt! - blockNumber: BigInt -} - -input stagingmainnet_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: stagingmainnet_Bytes - aggregate_not: stagingmainnet_Bytes - aggregate_gt: stagingmainnet_Bytes - aggregate_lt: stagingmainnet_Bytes - aggregate_gte: stagingmainnet_Bytes - aggregate_lte: stagingmainnet_Bytes - aggregate_in: [stagingmainnet_Bytes!] - aggregate_not_in: [stagingmainnet_Bytes!] - aggregate_contains: stagingmainnet_Bytes - aggregate_not_contains: stagingmainnet_Bytes - domainsHash: stagingmainnet_Bytes - domainsHash_not: stagingmainnet_Bytes - domainsHash_gt: stagingmainnet_Bytes - domainsHash_lt: stagingmainnet_Bytes - domainsHash_gte: stagingmainnet_Bytes - domainsHash_lte: stagingmainnet_Bytes - domainsHash_in: [stagingmainnet_Bytes!] - domainsHash_not_in: [stagingmainnet_Bytes!] - domainsHash_contains: stagingmainnet_Bytes - domainsHash_not_contains: stagingmainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootPropagated_filter] - or: [stagingmainnet_RootPropagated_filter] -} - -enum stagingmainnet_RootPropagated_orderBy { - id - aggregate - domainsHash - count - blockNumber -} - -type stagingmainnet_ScrollConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_ScrollConnectorMeta_filter { - 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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ScrollConnectorMeta_filter] - or: [stagingmainnet_ScrollConnectorMeta_filter] -} - -enum stagingmainnet_ScrollConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_XlayerConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_XlayerConnectorMeta_filter { - 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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_XlayerConnectorMeta_filter] - or: [stagingmainnet_XlayerConnectorMeta_filter] -} - -enum stagingmainnet_XlayerConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet_ZkSyncConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} - -input stagingmainnet_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: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes - """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ZkSyncConnectorMeta_filter] - or: [stagingmainnet_ZkSyncConnectorMeta_filter] -} - -enum stagingmainnet_ZkSyncConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type stagingmainnet__Block_ { - """The hash of the block""" - hash: stagingmainnet_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: stagingmainnet_Bytes -} - -"""The type for the top-level _meta field""" -type stagingmainnet__Meta_ { - """ - Information 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: stagingmainnet__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type stagingavalanche_AggregateRoot { - id: ID! - root: stagingavalanche_Bytes! - blockNumber: BigInt! -} - -type stagingavalanche_AggregateRootProposed { - id: ID! - aggregateRoot: stagingavalanche_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingavalanche_AggregateRootProposed_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: stagingavalanche_Bytes - aggregateRoot_not: stagingavalanche_Bytes - aggregateRoot_gt: stagingavalanche_Bytes - aggregateRoot_lt: stagingavalanche_Bytes - aggregateRoot_gte: stagingavalanche_Bytes - aggregateRoot_lte: stagingavalanche_Bytes - aggregateRoot_in: [stagingavalanche_Bytes!] - aggregateRoot_not_in: [stagingavalanche_Bytes!] - aggregateRoot_contains: stagingavalanche_Bytes - aggregateRoot_not_contains: stagingavalanche_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_AggregateRootProposed_filter] - or: [stagingavalanche_AggregateRootProposed_filter] -} - -enum stagingavalanche_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input stagingavalanche_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: stagingavalanche_Bytes - root_not: stagingavalanche_Bytes - root_gt: stagingavalanche_Bytes - root_lt: stagingavalanche_Bytes - root_gte: stagingavalanche_Bytes - root_lte: stagingavalanche_Bytes - root_in: [stagingavalanche_Bytes!] - root_not_in: [stagingavalanche_Bytes!] - root_contains: stagingavalanche_Bytes - root_not_contains: stagingavalanche_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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_AggregateRoot_filter] - or: [stagingavalanche_AggregateRoot_filter] -} - -enum stagingavalanche_AggregateRoot_orderBy { - id - root - blockNumber -} - -enum stagingavalanche_Aggregation_interval { - hour - day -} - -type stagingavalanche_Asset { - id: ID! - key: stagingavalanche_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: stagingavalanche_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingavalanche_Bytes - localAsset: stagingavalanche_Bytes - blockNumber: BigInt - status: stagingavalanche_AssetStatus -} - -type stagingavalanche_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! - feesEarned: BigInt! -} - -input stagingavalanche_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_: stagingavalanche_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_: stagingavalanche_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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_AssetBalance_filter] - or: [stagingavalanche_AssetBalance_filter] -} - -enum stagingavalanche_AssetBalance_orderBy { - id - amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type stagingavalanche_AssetStatus { +type mantle_swap_StableSwapRemoveLiquidityEvent implements mantle_swap_StableSwapEvent { id: ID! - status: Boolean + stableSwap: mantle_swap_StableSwap! + provider: mantle_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input stagingavalanche_AssetStatus_filter { +input mantle_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -100465,22 +94383,152 @@ input stagingavalanche_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + 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_: mantle_swap_StableSwap_filter + provider: mantle_swap_Bytes + provider_not: mantle_swap_Bytes + provider_gt: mantle_swap_Bytes + provider_lt: mantle_swap_Bytes + provider_gte: mantle_swap_Bytes + provider_lte: mantle_swap_Bytes + provider_in: [mantle_swap_Bytes!] + provider_not_in: [mantle_swap_Bytes!] + provider_contains: mantle_swap_Bytes + provider_not_contains: mantle_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: mantle_swap_Bytes + transaction_not: mantle_swap_Bytes + transaction_gt: mantle_swap_Bytes + transaction_lt: mantle_swap_Bytes + transaction_gte: mantle_swap_Bytes + transaction_lte: mantle_swap_Bytes + transaction_in: [mantle_swap_Bytes!] + transaction_not_in: [mantle_swap_Bytes!] + transaction_contains: mantle_swap_Bytes + transaction_not_contains: mantle_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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_AssetStatus_filter] - or: [stagingavalanche_AssetStatus_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingavalanche_AssetStatus_orderBy { +enum mantle_swap_StableSwapRemoveLiquidityEvent_orderBy { id - status + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + 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 stagingavalanche_Asset_filter { +input mantle_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -100489,144 +94537,201 @@ input stagingavalanche_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingavalanche_Bytes - key_not: stagingavalanche_Bytes - key_gt: stagingavalanche_Bytes - key_lt: stagingavalanche_Bytes - key_gte: stagingavalanche_Bytes - key_lte: stagingavalanche_Bytes - key_in: [stagingavalanche_Bytes!] - key_not_in: [stagingavalanche_Bytes!] - key_contains: stagingavalanche_Bytes - key_not_contains: stagingavalanche_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingavalanche_Bytes - canonicalId_not: stagingavalanche_Bytes - canonicalId_gt: stagingavalanche_Bytes - canonicalId_lt: stagingavalanche_Bytes - canonicalId_gte: stagingavalanche_Bytes - canonicalId_lte: stagingavalanche_Bytes - canonicalId_in: [stagingavalanche_Bytes!] - canonicalId_not_in: [stagingavalanche_Bytes!] - canonicalId_contains: stagingavalanche_Bytes - canonicalId_not_contains: stagingavalanche_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: stagingavalanche_Bytes - adoptedAsset_not: stagingavalanche_Bytes - adoptedAsset_gt: stagingavalanche_Bytes - adoptedAsset_lt: stagingavalanche_Bytes - adoptedAsset_gte: stagingavalanche_Bytes - adoptedAsset_lte: stagingavalanche_Bytes - adoptedAsset_in: [stagingavalanche_Bytes!] - adoptedAsset_not_in: [stagingavalanche_Bytes!] - adoptedAsset_contains: stagingavalanche_Bytes - adoptedAsset_not_contains: stagingavalanche_Bytes - localAsset: stagingavalanche_Bytes - localAsset_not: stagingavalanche_Bytes - localAsset_gt: stagingavalanche_Bytes - localAsset_lt: stagingavalanche_Bytes - localAsset_gte: stagingavalanche_Bytes - localAsset_lte: stagingavalanche_Bytes - localAsset_in: [stagingavalanche_Bytes!] - localAsset_not_in: [stagingavalanche_Bytes!] - localAsset_contains: stagingavalanche_Bytes - localAsset_not_contains: stagingavalanche_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_: stagingavalanche_AssetStatus_filter + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: mantle_swap_Bytes + key_not: mantle_swap_Bytes + key_gt: mantle_swap_Bytes + key_lt: mantle_swap_Bytes + key_gte: mantle_swap_Bytes + key_lte: mantle_swap_Bytes + key_in: [mantle_swap_Bytes!] + key_not_in: [mantle_swap_Bytes!] + key_contains: mantle_swap_Bytes + key_not_contains: mantle_swap_Bytes + canonicalId: mantle_swap_Bytes + canonicalId_not: mantle_swap_Bytes + canonicalId_gt: mantle_swap_Bytes + canonicalId_lt: mantle_swap_Bytes + canonicalId_gte: mantle_swap_Bytes + canonicalId_lte: mantle_swap_Bytes + canonicalId_in: [mantle_swap_Bytes!] + canonicalId_not_in: [mantle_swap_Bytes!] + canonicalId_contains: mantle_swap_Bytes + canonicalId_not_contains: mantle_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: mantle_swap_Bytes + swapPool_not: mantle_swap_Bytes + swapPool_gt: mantle_swap_Bytes + swapPool_lt: mantle_swap_Bytes + swapPool_gte: mantle_swap_Bytes + swapPool_lte: mantle_swap_Bytes + swapPool_in: [mantle_swap_Bytes!] + swapPool_not_in: [mantle_swap_Bytes!] + swapPool_contains: mantle_swap_Bytes + swapPool_not_contains: mantle_swap_Bytes + lpToken: mantle_swap_Bytes + lpToken_not: mantle_swap_Bytes + lpToken_gt: mantle_swap_Bytes + lpToken_lt: mantle_swap_Bytes + lpToken_gte: mantle_swap_Bytes + lpToken_lte: mantle_swap_Bytes + lpToken_in: [mantle_swap_Bytes!] + lpToken_not_in: [mantle_swap_Bytes!] + lpToken_contains: mantle_swap_Bytes + lpToken_not_contains: mantle_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: [mantle_swap_Bytes!] + pooledTokens_not: [mantle_swap_Bytes!] + pooledTokens_contains: [mantle_swap_Bytes!] + pooledTokens_contains_nocase: [mantle_swap_Bytes!] + pooledTokens_not_contains: [mantle_swap_Bytes!] + pooledTokens_not_contains_nocase: [mantle_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_: mantle_swap_StableSwapEvent_filter + exchanges_: mantle_swap_StableSwapExchange_filter + hourlyVolumes_: mantle_swap_SwapHourlyVolume_filter + dailyVolumes_: mantle_swap_SwapDailyVolume_filter + weeklyVolumes_: mantle_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Asset_filter] - or: [stagingavalanche_Asset_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwap_filter] + or: [mantle_swap_StableSwap_filter] } -enum stagingavalanche_Asset_orderBy { +enum mantle_swap_StableSwap_orderBy { id + isActive key - decimal - adoptedDecimal canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingavalanche_BigDecimal - -input stagingavalanche_BlockChangedFilter { - number_gte: Int! -} - -input stagingavalanche_Block_height { - hash: stagingavalanche_Bytes - number: Int - number_gte: Int + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -scalar stagingavalanche_Bytes - -type stagingavalanche_ConnectorMeta { +type mantle_swap_SwapDailyVolume implements mantle_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingavalanche_Bytes - rootManager: stagingavalanche_Bytes - mirrorConnector: stagingavalanche_Bytes + stableSwap: mantle_swap_StableSwap! + timestamp: BigInt! + volume: mantle_swap_BigDecimal! } -input stagingavalanche_ConnectorMeta_filter { +input mantle_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -100635,109 +94740,80 @@ input stagingavalanche_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: stagingavalanche_Bytes - amb_not: stagingavalanche_Bytes - amb_gt: stagingavalanche_Bytes - amb_lt: stagingavalanche_Bytes - amb_gte: stagingavalanche_Bytes - amb_lte: stagingavalanche_Bytes - amb_in: [stagingavalanche_Bytes!] - amb_not_in: [stagingavalanche_Bytes!] - amb_contains: stagingavalanche_Bytes - amb_not_contains: stagingavalanche_Bytes - rootManager: stagingavalanche_Bytes - rootManager_not: stagingavalanche_Bytes - rootManager_gt: stagingavalanche_Bytes - rootManager_lt: stagingavalanche_Bytes - rootManager_gte: stagingavalanche_Bytes - rootManager_lte: stagingavalanche_Bytes - rootManager_in: [stagingavalanche_Bytes!] - rootManager_not_in: [stagingavalanche_Bytes!] - rootManager_contains: stagingavalanche_Bytes - rootManager_not_contains: stagingavalanche_Bytes - mirrorConnector: stagingavalanche_Bytes - mirrorConnector_not: stagingavalanche_Bytes - mirrorConnector_gt: stagingavalanche_Bytes - mirrorConnector_lt: stagingavalanche_Bytes - mirrorConnector_gte: stagingavalanche_Bytes - mirrorConnector_lte: stagingavalanche_Bytes - mirrorConnector_in: [stagingavalanche_Bytes!] - mirrorConnector_not_in: [stagingavalanche_Bytes!] - mirrorConnector_contains: stagingavalanche_Bytes - mirrorConnector_not_contains: stagingavalanche_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_: mantle_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: mantle_swap_BigDecimal + volume_not: mantle_swap_BigDecimal + volume_gt: mantle_swap_BigDecimal + volume_lt: mantle_swap_BigDecimal + volume_gte: mantle_swap_BigDecimal + volume_lte: mantle_swap_BigDecimal + volume_in: [mantle_swap_BigDecimal!] + volume_not_in: [mantle_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_ConnectorMeta_filter] - or: [stagingavalanche_ConnectorMeta_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapDailyVolume_filter] + or: [mantle_swap_SwapDailyVolume_filter] } -enum stagingavalanche_ConnectorMeta_orderBy { +enum mantle_swap_SwapDailyVolume_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type stagingavalanche_DestinationTransfer { +type mantle_swap_SwapHourlyVolume implements mantle_swap_SwapTradeVolume { id: ID! - chainId: BigInt - transferId: stagingavalanche_Bytes - nonce: BigInt - status: stagingavalanche_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_Router_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_Router_filter): [stagingavalanche_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingavalanche_Bytes - delegate: stagingavalanche_Bytes - receiveLocal: Boolean - callData: stagingavalanche_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: stagingavalanche_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingavalanche_Bytes - asset: stagingavalanche_Asset - amount: BigInt - routersFee: BigInt - executedCaller: stagingavalanche_Bytes - executedTransactionHash: stagingavalanche_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: stagingavalanche_Bytes - executedTxNonce: BigInt - reconciledCaller: stagingavalanche_Bytes - reconciledTransactionHash: stagingavalanche_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingavalanche_Bytes - reconciledTxNonce: BigInt + stableSwap: mantle_swap_StableSwap! + timestamp: BigInt! + volume: mantle_swap_BigDecimal! } -input stagingavalanche_DestinationTransfer_filter { +input mantle_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -100746,400 +94822,152 @@ input stagingavalanche_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: stagingavalanche_Bytes - transferId_not: stagingavalanche_Bytes - transferId_gt: stagingavalanche_Bytes - transferId_lt: stagingavalanche_Bytes - transferId_gte: stagingavalanche_Bytes - transferId_lte: stagingavalanche_Bytes - transferId_in: [stagingavalanche_Bytes!] - transferId_not_in: [stagingavalanche_Bytes!] - transferId_contains: stagingavalanche_Bytes - transferId_not_contains: stagingavalanche_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: stagingavalanche_TransferStatus - status_not: stagingavalanche_TransferStatus - status_in: [stagingavalanche_TransferStatus!] - status_not_in: [stagingavalanche_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: stagingavalanche_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: stagingavalanche_Bytes - to_not: stagingavalanche_Bytes - to_gt: stagingavalanche_Bytes - to_lt: stagingavalanche_Bytes - to_gte: stagingavalanche_Bytes - to_lte: stagingavalanche_Bytes - to_in: [stagingavalanche_Bytes!] - to_not_in: [stagingavalanche_Bytes!] - to_contains: stagingavalanche_Bytes - to_not_contains: stagingavalanche_Bytes - delegate: stagingavalanche_Bytes - delegate_not: stagingavalanche_Bytes - delegate_gt: stagingavalanche_Bytes - delegate_lt: stagingavalanche_Bytes - delegate_gte: stagingavalanche_Bytes - delegate_lte: stagingavalanche_Bytes - delegate_in: [stagingavalanche_Bytes!] - delegate_not_in: [stagingavalanche_Bytes!] - delegate_contains: stagingavalanche_Bytes - delegate_not_contains: stagingavalanche_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingavalanche_Bytes - callData_not: stagingavalanche_Bytes - callData_gt: stagingavalanche_Bytes - callData_lt: stagingavalanche_Bytes - callData_gte: stagingavalanche_Bytes - callData_lte: stagingavalanche_Bytes - callData_in: [stagingavalanche_Bytes!] - callData_not_in: [stagingavalanche_Bytes!] - callData_contains: stagingavalanche_Bytes - callData_not_contains: stagingavalanche_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: stagingavalanche_Bytes - originSender_not: stagingavalanche_Bytes - originSender_gt: stagingavalanche_Bytes - originSender_lt: stagingavalanche_Bytes - originSender_gte: stagingavalanche_Bytes - originSender_lte: stagingavalanche_Bytes - originSender_in: [stagingavalanche_Bytes!] - originSender_not_in: [stagingavalanche_Bytes!] - originSender_contains: stagingavalanche_Bytes - originSender_not_contains: stagingavalanche_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: stagingavalanche_Bytes - canonicalId_not: stagingavalanche_Bytes - canonicalId_gt: stagingavalanche_Bytes - canonicalId_lt: stagingavalanche_Bytes - canonicalId_gte: stagingavalanche_Bytes - canonicalId_lte: stagingavalanche_Bytes - canonicalId_in: [stagingavalanche_Bytes!] - canonicalId_not_in: [stagingavalanche_Bytes!] - canonicalId_contains: stagingavalanche_Bytes - canonicalId_not_contains: stagingavalanche_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_: stagingavalanche_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: stagingavalanche_Bytes - executedCaller_not: stagingavalanche_Bytes - executedCaller_gt: stagingavalanche_Bytes - executedCaller_lt: stagingavalanche_Bytes - executedCaller_gte: stagingavalanche_Bytes - executedCaller_lte: stagingavalanche_Bytes - executedCaller_in: [stagingavalanche_Bytes!] - executedCaller_not_in: [stagingavalanche_Bytes!] - executedCaller_contains: stagingavalanche_Bytes - executedCaller_not_contains: stagingavalanche_Bytes - executedTransactionHash: stagingavalanche_Bytes - executedTransactionHash_not: stagingavalanche_Bytes - executedTransactionHash_gt: stagingavalanche_Bytes - executedTransactionHash_lt: stagingavalanche_Bytes - executedTransactionHash_gte: stagingavalanche_Bytes - executedTransactionHash_lte: stagingavalanche_Bytes - executedTransactionHash_in: [stagingavalanche_Bytes!] - executedTransactionHash_not_in: [stagingavalanche_Bytes!] - executedTransactionHash_contains: stagingavalanche_Bytes - executedTransactionHash_not_contains: stagingavalanche_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: stagingavalanche_Bytes - executedTxOrigin_not: stagingavalanche_Bytes - executedTxOrigin_gt: stagingavalanche_Bytes - executedTxOrigin_lt: stagingavalanche_Bytes - executedTxOrigin_gte: stagingavalanche_Bytes - executedTxOrigin_lte: stagingavalanche_Bytes - executedTxOrigin_in: [stagingavalanche_Bytes!] - executedTxOrigin_not_in: [stagingavalanche_Bytes!] - executedTxOrigin_contains: stagingavalanche_Bytes - executedTxOrigin_not_contains: stagingavalanche_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: stagingavalanche_Bytes - reconciledCaller_not: stagingavalanche_Bytes - reconciledCaller_gt: stagingavalanche_Bytes - reconciledCaller_lt: stagingavalanche_Bytes - reconciledCaller_gte: stagingavalanche_Bytes - reconciledCaller_lte: stagingavalanche_Bytes - reconciledCaller_in: [stagingavalanche_Bytes!] - reconciledCaller_not_in: [stagingavalanche_Bytes!] - reconciledCaller_contains: stagingavalanche_Bytes - reconciledCaller_not_contains: stagingavalanche_Bytes - reconciledTransactionHash: stagingavalanche_Bytes - reconciledTransactionHash_not: stagingavalanche_Bytes - reconciledTransactionHash_gt: stagingavalanche_Bytes - reconciledTransactionHash_lt: stagingavalanche_Bytes - reconciledTransactionHash_gte: stagingavalanche_Bytes - reconciledTransactionHash_lte: stagingavalanche_Bytes - reconciledTransactionHash_in: [stagingavalanche_Bytes!] - reconciledTransactionHash_not_in: [stagingavalanche_Bytes!] - reconciledTransactionHash_contains: stagingavalanche_Bytes - reconciledTransactionHash_not_contains: stagingavalanche_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: stagingavalanche_Bytes - reconciledTxOrigin_not: stagingavalanche_Bytes - reconciledTxOrigin_gt: stagingavalanche_Bytes - reconciledTxOrigin_lt: stagingavalanche_Bytes - reconciledTxOrigin_gte: stagingavalanche_Bytes - reconciledTxOrigin_lte: stagingavalanche_Bytes - reconciledTxOrigin_in: [stagingavalanche_Bytes!] - reconciledTxOrigin_not_in: [stagingavalanche_Bytes!] - reconciledTxOrigin_contains: stagingavalanche_Bytes - reconciledTxOrigin_not_contains: stagingavalanche_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!] + 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_: mantle_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: mantle_swap_BigDecimal + volume_not: mantle_swap_BigDecimal + volume_gt: mantle_swap_BigDecimal + volume_lt: mantle_swap_BigDecimal + volume_gte: mantle_swap_BigDecimal + volume_lte: mantle_swap_BigDecimal + volume_in: [mantle_swap_BigDecimal!] + volume_not_in: [mantle_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_DestinationTransfer_filter] - or: [stagingavalanche_DestinationTransfer_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapHourlyVolume_filter] + or: [mantle_swap_SwapHourlyVolume_filter] +} + +enum mantle_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 } -enum stagingavalanche_DestinationTransfer_orderBy { - id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce +interface mantle_swap_SwapTradeVolume { + stableSwap: mantle_swap_StableSwap! + timestamp: BigInt! + volume: mantle_swap_BigDecimal! } -""" -8 bytes signed integer +input mantle_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_: mantle_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: mantle_swap_BigDecimal + volume_not: mantle_swap_BigDecimal + volume_gt: mantle_swap_BigDecimal + volume_lt: mantle_swap_BigDecimal + volume_gte: mantle_swap_BigDecimal + volume_lte: mantle_swap_BigDecimal + volume_in: [mantle_swap_BigDecimal!] + volume_not_in: [mantle_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapTradeVolume_filter] + or: [mantle_swap_SwapTradeVolume_filter] +} -""" -scalar stagingavalanche_Int8 +enum mantle_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 stagingavalanche_OptimisticRootFinalized { +type mantle_swap_SwapWeeklyVolume implements mantle_swap_SwapTradeVolume { id: ID! - aggregateRoot: stagingavalanche_Bytes! + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt + volume: mantle_swap_BigDecimal! } -input stagingavalanche_OptimisticRootFinalized_filter { +input mantle_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -101148,16 +94976,27 @@ input stagingavalanche_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingavalanche_Bytes - aggregateRoot_not: stagingavalanche_Bytes - aggregateRoot_gt: stagingavalanche_Bytes - aggregateRoot_lt: stagingavalanche_Bytes - aggregateRoot_gte: stagingavalanche_Bytes - aggregateRoot_lte: stagingavalanche_Bytes - aggregateRoot_in: [stagingavalanche_Bytes!] - aggregateRoot_not_in: [stagingavalanche_Bytes!] - aggregateRoot_contains: stagingavalanche_Bytes - aggregateRoot_not_contains: stagingavalanche_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_: mantle_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -101166,47 +95005,155 @@ input stagingavalanche_OptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: mantle_swap_BigDecimal + volume_not: mantle_swap_BigDecimal + volume_gt: mantle_swap_BigDecimal + volume_lt: mantle_swap_BigDecimal + volume_gte: mantle_swap_BigDecimal + volume_lte: mantle_swap_BigDecimal + volume_in: [mantle_swap_BigDecimal!] + volume_not_in: [mantle_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_OptimisticRootFinalized_filter] - or: [stagingavalanche_OptimisticRootFinalized_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapWeeklyVolume_filter] + or: [mantle_swap_SwapWeeklyVolume_filter] } -enum stagingavalanche_OptimisticRootFinalized_orderBy { +enum mantle_swap_SwapWeeklyVolume_orderBy { id - aggregateRoot + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - blockNumber + volume } -"""Defines the order direction, either ascending or descending""" -enum stagingavalanche_OrderDirection { - asc - desc +type mantle_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! } -type stagingavalanche_OriginMessage { +input mantle_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: mantle_swap_BlockChangedFilter + and: [mantle_swap_SystemInfo_filter] + or: [mantle_swap_SystemInfo_filter] +} + +enum mantle_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type mantle_swap__Block_ { + """The hash of the block""" + hash: mantle_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: mantle_swap_Bytes +} + +"""The type for the top-level _meta field""" +type mantle_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: mantle_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum optimismsepolia_swap_Aggregation_interval { + hour + day +} + +scalar optimismsepolia_swap_BigDecimal + +input optimismsepolia_swap_BlockChangedFilter { + number_gte: Int! +} + +input optimismsepolia_swap_Block_height { + hash: optimismsepolia_swap_Bytes + number: Int + number_gte: Int +} + +scalar optimismsepolia_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar optimismsepolia_swap_Int8 + +type optimismsepolia_swap_LpAccount { id: ID! - transferId: stagingavalanche_Bytes - destinationDomain: BigInt - leaf: stagingavalanche_Bytes - index: BigInt - message: stagingavalanche_Bytes - root: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes - blockNumber: BigInt - rootCount: stagingavalanche_RootCount + address: optimismsepolia_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_LpAccountBalance_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_LpAccountBalance_filter): [optimismsepolia_swap_LpAccountBalance!]! } -input stagingavalanche_OriginMessage_filter { +type optimismsepolia_swap_LpAccountBalance { + id: ID! + account: optimismsepolia_swap_LpAccount! + token: optimismsepolia_swap_LpToken! + amount: optimismsepolia_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: optimismsepolia_swap_Bytes +} + +input optimismsepolia_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -101215,158 +95162,160 @@ input stagingavalanche_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingavalanche_Bytes - transferId_not: stagingavalanche_Bytes - transferId_gt: stagingavalanche_Bytes - transferId_lt: stagingavalanche_Bytes - transferId_gte: stagingavalanche_Bytes - transferId_lte: stagingavalanche_Bytes - transferId_in: [stagingavalanche_Bytes!] - transferId_not_in: [stagingavalanche_Bytes!] - transferId_contains: stagingavalanche_Bytes - transferId_not_contains: stagingavalanche_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: stagingavalanche_Bytes - leaf_not: stagingavalanche_Bytes - leaf_gt: stagingavalanche_Bytes - leaf_lt: stagingavalanche_Bytes - leaf_gte: stagingavalanche_Bytes - leaf_lte: stagingavalanche_Bytes - leaf_in: [stagingavalanche_Bytes!] - leaf_not_in: [stagingavalanche_Bytes!] - leaf_contains: stagingavalanche_Bytes - leaf_not_contains: stagingavalanche_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: stagingavalanche_Bytes - message_not: stagingavalanche_Bytes - message_gt: stagingavalanche_Bytes - message_lt: stagingavalanche_Bytes - message_gte: stagingavalanche_Bytes - message_lte: stagingavalanche_Bytes - message_in: [stagingavalanche_Bytes!] - message_not_in: [stagingavalanche_Bytes!] - message_contains: stagingavalanche_Bytes - message_not_contains: stagingavalanche_Bytes - root: stagingavalanche_Bytes - root_not: stagingavalanche_Bytes - root_gt: stagingavalanche_Bytes - root_lt: stagingavalanche_Bytes - root_gte: stagingavalanche_Bytes - root_lte: stagingavalanche_Bytes - root_in: [stagingavalanche_Bytes!] - root_not_in: [stagingavalanche_Bytes!] - root_contains: stagingavalanche_Bytes - root_not_contains: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes - transactionHash_not: stagingavalanche_Bytes - transactionHash_gt: stagingavalanche_Bytes - transactionHash_lt: stagingavalanche_Bytes - transactionHash_gte: stagingavalanche_Bytes - transactionHash_lte: stagingavalanche_Bytes - transactionHash_in: [stagingavalanche_Bytes!] - transactionHash_not_in: [stagingavalanche_Bytes!] - transactionHash_contains: stagingavalanche_Bytes - transactionHash_not_contains: stagingavalanche_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_: stagingavalanche_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_: optimismsepolia_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_: optimismsepolia_swap_LpToken_filter + amount: optimismsepolia_swap_BigDecimal + amount_not: optimismsepolia_swap_BigDecimal + amount_gt: optimismsepolia_swap_BigDecimal + amount_lt: optimismsepolia_swap_BigDecimal + amount_gte: optimismsepolia_swap_BigDecimal + amount_lte: optimismsepolia_swap_BigDecimal + amount_in: [optimismsepolia_swap_BigDecimal!] + amount_not_in: [optimismsepolia_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: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_OriginMessage_filter] - or: [stagingavalanche_OriginMessage_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpAccountBalance_filter] + or: [optimismsepolia_swap_LpAccountBalance_filter] } -enum stagingavalanche_OriginMessage_orderBy { +enum optimismsepolia_swap_LpAccountBalance_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -type stagingavalanche_OriginTransfer { +input optimismsepolia_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: optimismsepolia_swap_Bytes + address_not: optimismsepolia_swap_Bytes + address_gt: optimismsepolia_swap_Bytes + address_lt: optimismsepolia_swap_Bytes + address_gte: optimismsepolia_swap_Bytes + address_lte: optimismsepolia_swap_Bytes + address_in: [optimismsepolia_swap_Bytes!] + address_not_in: [optimismsepolia_swap_Bytes!] + address_contains: optimismsepolia_swap_Bytes + address_not_contains: optimismsepolia_swap_Bytes + balances_: optimismsepolia_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpAccount_filter] + or: [optimismsepolia_swap_LpAccount_filter] +} + +enum optimismsepolia_swap_LpAccount_orderBy { + id + address + balances +} + +type optimismsepolia_swap_LpToken { id: ID! - chainId: BigInt - transferId: stagingavalanche_Bytes - nonce: BigInt - status: stagingavalanche_TransferStatus - messageHash: stagingavalanche_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingavalanche_Bytes - delegate: stagingavalanche_Bytes - receiveLocal: Boolean - callData: stagingavalanche_Bytes - slippage: BigInt - originSender: stagingavalanche_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingavalanche_Bytes - asset: stagingavalanche_Asset - transactingAsset: stagingavalanche_Bytes - message: stagingavalanche_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_RelayerFee_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_RelayerFee_filter): [stagingavalanche_RelayerFee!] - initialRelayerFeeAsset: stagingavalanche_Bytes - caller: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: stagingavalanche_Bytes - txNonce: BigInt + address: optimismsepolia_swap_Bytes! + stableSwap: optimismsepolia_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: optimismsepolia_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_LpTokenEvent_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_LpTokenEvent_filter): [optimismsepolia_swap_LpTokenEvent!]! } -input stagingavalanche_OriginTransfer_filter { +interface optimismsepolia_swap_LpTokenEvent { + id: ID! + token: optimismsepolia_swap_LpToken! + amount: optimismsepolia_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: optimismsepolia_swap_Bytes! + nonce: BigInt! +} + +input optimismsepolia_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -101375,245 +95324,43 @@ input stagingavalanche_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: stagingavalanche_Bytes - transferId_not: stagingavalanche_Bytes - transferId_gt: stagingavalanche_Bytes - transferId_lt: stagingavalanche_Bytes - transferId_gte: stagingavalanche_Bytes - transferId_lte: stagingavalanche_Bytes - transferId_in: [stagingavalanche_Bytes!] - transferId_not_in: [stagingavalanche_Bytes!] - transferId_contains: stagingavalanche_Bytes - transferId_not_contains: stagingavalanche_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: stagingavalanche_TransferStatus - status_not: stagingavalanche_TransferStatus - status_in: [stagingavalanche_TransferStatus!] - status_not_in: [stagingavalanche_TransferStatus!] - messageHash: stagingavalanche_Bytes - messageHash_not: stagingavalanche_Bytes - messageHash_gt: stagingavalanche_Bytes - messageHash_lt: stagingavalanche_Bytes - messageHash_gte: stagingavalanche_Bytes - messageHash_lte: stagingavalanche_Bytes - messageHash_in: [stagingavalanche_Bytes!] - messageHash_not_in: [stagingavalanche_Bytes!] - messageHash_contains: stagingavalanche_Bytes - messageHash_not_contains: stagingavalanche_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: stagingavalanche_Bytes - to_not: stagingavalanche_Bytes - to_gt: stagingavalanche_Bytes - to_lt: stagingavalanche_Bytes - to_gte: stagingavalanche_Bytes - to_lte: stagingavalanche_Bytes - to_in: [stagingavalanche_Bytes!] - to_not_in: [stagingavalanche_Bytes!] - to_contains: stagingavalanche_Bytes - to_not_contains: stagingavalanche_Bytes - delegate: stagingavalanche_Bytes - delegate_not: stagingavalanche_Bytes - delegate_gt: stagingavalanche_Bytes - delegate_lt: stagingavalanche_Bytes - delegate_gte: stagingavalanche_Bytes - delegate_lte: stagingavalanche_Bytes - delegate_in: [stagingavalanche_Bytes!] - delegate_not_in: [stagingavalanche_Bytes!] - delegate_contains: stagingavalanche_Bytes - delegate_not_contains: stagingavalanche_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingavalanche_Bytes - callData_not: stagingavalanche_Bytes - callData_gt: stagingavalanche_Bytes - callData_lt: stagingavalanche_Bytes - callData_gte: stagingavalanche_Bytes - callData_lte: stagingavalanche_Bytes - callData_in: [stagingavalanche_Bytes!] - callData_not_in: [stagingavalanche_Bytes!] - callData_contains: stagingavalanche_Bytes - callData_not_contains: stagingavalanche_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: stagingavalanche_Bytes - originSender_not: stagingavalanche_Bytes - originSender_gt: stagingavalanche_Bytes - originSender_lt: stagingavalanche_Bytes - originSender_gte: stagingavalanche_Bytes - originSender_lte: stagingavalanche_Bytes - originSender_in: [stagingavalanche_Bytes!] - originSender_not_in: [stagingavalanche_Bytes!] - originSender_contains: stagingavalanche_Bytes - originSender_not_contains: stagingavalanche_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: stagingavalanche_Bytes - canonicalId_not: stagingavalanche_Bytes - canonicalId_gt: stagingavalanche_Bytes - canonicalId_lt: stagingavalanche_Bytes - canonicalId_gte: stagingavalanche_Bytes - canonicalId_lte: stagingavalanche_Bytes - canonicalId_in: [stagingavalanche_Bytes!] - canonicalId_not_in: [stagingavalanche_Bytes!] - canonicalId_contains: stagingavalanche_Bytes - canonicalId_not_contains: stagingavalanche_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_: stagingavalanche_Asset_filter - transactingAsset: stagingavalanche_Bytes - transactingAsset_not: stagingavalanche_Bytes - transactingAsset_gt: stagingavalanche_Bytes - transactingAsset_lt: stagingavalanche_Bytes - transactingAsset_gte: stagingavalanche_Bytes - transactingAsset_lte: stagingavalanche_Bytes - transactingAsset_in: [stagingavalanche_Bytes!] - transactingAsset_not_in: [stagingavalanche_Bytes!] - transactingAsset_contains: stagingavalanche_Bytes - transactingAsset_not_contains: stagingavalanche_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_: stagingavalanche_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_: stagingavalanche_RelayerFee_filter - initialRelayerFeeAsset: stagingavalanche_Bytes - initialRelayerFeeAsset_not: stagingavalanche_Bytes - initialRelayerFeeAsset_gt: stagingavalanche_Bytes - initialRelayerFeeAsset_lt: stagingavalanche_Bytes - initialRelayerFeeAsset_gte: stagingavalanche_Bytes - initialRelayerFeeAsset_lte: stagingavalanche_Bytes - initialRelayerFeeAsset_in: [stagingavalanche_Bytes!] - initialRelayerFeeAsset_not_in: [stagingavalanche_Bytes!] - initialRelayerFeeAsset_contains: stagingavalanche_Bytes - initialRelayerFeeAsset_not_contains: stagingavalanche_Bytes - caller: stagingavalanche_Bytes - caller_not: stagingavalanche_Bytes - caller_gt: stagingavalanche_Bytes - caller_lt: stagingavalanche_Bytes - caller_gte: stagingavalanche_Bytes - caller_lte: stagingavalanche_Bytes - caller_in: [stagingavalanche_Bytes!] - caller_not_in: [stagingavalanche_Bytes!] - caller_contains: stagingavalanche_Bytes - caller_not_contains: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes - transactionHash_not: stagingavalanche_Bytes - transactionHash_gt: stagingavalanche_Bytes - transactionHash_lt: stagingavalanche_Bytes - transactionHash_gte: stagingavalanche_Bytes - transactionHash_lte: stagingavalanche_Bytes - transactionHash_in: [stagingavalanche_Bytes!] - transactionHash_not_in: [stagingavalanche_Bytes!] - transactionHash_contains: stagingavalanche_Bytes - transactionHash_not_contains: stagingavalanche_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_: optimismsepolia_swap_LpToken_filter + amount: optimismsepolia_swap_BigDecimal + amount_not: optimismsepolia_swap_BigDecimal + amount_gt: optimismsepolia_swap_BigDecimal + amount_lt: optimismsepolia_swap_BigDecimal + amount_gte: optimismsepolia_swap_BigDecimal + amount_lte: optimismsepolia_swap_BigDecimal + amount_in: [optimismsepolia_swap_BigDecimal!] + amount_not_in: [optimismsepolia_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 @@ -101622,121 +95369,47 @@ input stagingavalanche_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: stagingavalanche_Bytes - txOrigin_not: stagingavalanche_Bytes - txOrigin_gt: stagingavalanche_Bytes - txOrigin_lt: stagingavalanche_Bytes - txOrigin_gte: stagingavalanche_Bytes - txOrigin_lte: stagingavalanche_Bytes - txOrigin_in: [stagingavalanche_Bytes!] - txOrigin_not_in: [stagingavalanche_Bytes!] - txOrigin_contains: stagingavalanche_Bytes - txOrigin_not_contains: stagingavalanche_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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_OriginTransfer_filter] - or: [stagingavalanche_OriginTransfer_filter] -} - -enum stagingavalanche_OriginTransfer_orderBy { - id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type stagingavalanche_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingavalanche_Bytes + transaction: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_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: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpTokenEvent_filter] + or: [optimismsepolia_swap_LpTokenEvent_filter] } -type stagingavalanche_RelayerFee { - id: ID! - transfer: stagingavalanche_OriginTransfer! - fee: BigInt! - asset: stagingavalanche_Bytes! +enum optimismsepolia_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input stagingavalanche_RelayerFee_filter { +input optimismsepolia_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -101745,101 +95418,142 @@ input stagingavalanche_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_: stagingavalanche_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: stagingavalanche_Bytes - asset_not: stagingavalanche_Bytes - asset_gt: stagingavalanche_Bytes - asset_lt: stagingavalanche_Bytes - asset_gte: stagingavalanche_Bytes - asset_lte: stagingavalanche_Bytes - asset_in: [stagingavalanche_Bytes!] - asset_not_in: [stagingavalanche_Bytes!] - asset_contains: stagingavalanche_Bytes - asset_not_contains: stagingavalanche_Bytes + address: optimismsepolia_swap_Bytes + address_not: optimismsepolia_swap_Bytes + address_gt: optimismsepolia_swap_Bytes + address_lt: optimismsepolia_swap_Bytes + address_gte: optimismsepolia_swap_Bytes + address_lte: optimismsepolia_swap_Bytes + address_in: [optimismsepolia_swap_Bytes!] + address_not_in: [optimismsepolia_swap_Bytes!] + address_contains: optimismsepolia_swap_Bytes + address_not_contains: optimismsepolia_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_: optimismsepolia_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: optimismsepolia_swap_BigDecimal + totalSupply_not: optimismsepolia_swap_BigDecimal + totalSupply_gt: optimismsepolia_swap_BigDecimal + totalSupply_lt: optimismsepolia_swap_BigDecimal + totalSupply_gte: optimismsepolia_swap_BigDecimal + totalSupply_lte: optimismsepolia_swap_BigDecimal + totalSupply_in: [optimismsepolia_swap_BigDecimal!] + totalSupply_not_in: [optimismsepolia_swap_BigDecimal!] + events_: optimismsepolia_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_RelayerFee_filter] - or: [stagingavalanche_RelayerFee_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpToken_filter] + or: [optimismsepolia_swap_LpToken_filter] } -enum stagingavalanche_RelayerFee_orderBy { +enum optimismsepolia_swap_LpToken_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 + 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 stagingavalanche_RelayerFeesIncrease { +type optimismsepolia_swap_LpTransferEvent implements optimismsepolia_swap_LpTokenEvent { id: ID! - transfer: stagingavalanche_OriginTransfer! - increase: BigInt - asset: stagingavalanche_Bytes - caller: stagingavalanche_Bytes! - transactionHash: stagingavalanche_Bytes! + token: optimismsepolia_swap_LpToken! + amount: optimismsepolia_swap_BigDecimal! + from: optimismsepolia_swap_Bytes! + to: optimismsepolia_swap_Bytes! + fromBalance: optimismsepolia_swap_BigDecimal! + toBalance: optimismsepolia_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: optimismsepolia_swap_Bytes! + nonce: BigInt! } -input stagingavalanche_RelayerFeesIncrease_filter { +input optimismsepolia_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -101848,65 +95562,79 @@ input stagingavalanche_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_: stagingavalanche_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: stagingavalanche_Bytes - asset_not: stagingavalanche_Bytes - asset_gt: stagingavalanche_Bytes - asset_lt: stagingavalanche_Bytes - asset_gte: stagingavalanche_Bytes - asset_lte: stagingavalanche_Bytes - asset_in: [stagingavalanche_Bytes!] - asset_not_in: [stagingavalanche_Bytes!] - asset_contains: stagingavalanche_Bytes - asset_not_contains: stagingavalanche_Bytes - caller: stagingavalanche_Bytes - caller_not: stagingavalanche_Bytes - caller_gt: stagingavalanche_Bytes - caller_lt: stagingavalanche_Bytes - caller_gte: stagingavalanche_Bytes - caller_lte: stagingavalanche_Bytes - caller_in: [stagingavalanche_Bytes!] - caller_not_in: [stagingavalanche_Bytes!] - caller_contains: stagingavalanche_Bytes - caller_not_contains: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes - transactionHash_not: stagingavalanche_Bytes - transactionHash_gt: stagingavalanche_Bytes - transactionHash_lt: stagingavalanche_Bytes - transactionHash_gte: stagingavalanche_Bytes - transactionHash_lte: stagingavalanche_Bytes - transactionHash_in: [stagingavalanche_Bytes!] - transactionHash_not_in: [stagingavalanche_Bytes!] - transactionHash_contains: stagingavalanche_Bytes - transactionHash_not_contains: stagingavalanche_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_: optimismsepolia_swap_LpToken_filter + amount: optimismsepolia_swap_BigDecimal + amount_not: optimismsepolia_swap_BigDecimal + amount_gt: optimismsepolia_swap_BigDecimal + amount_lt: optimismsepolia_swap_BigDecimal + amount_gte: optimismsepolia_swap_BigDecimal + amount_lte: optimismsepolia_swap_BigDecimal + amount_in: [optimismsepolia_swap_BigDecimal!] + amount_not_in: [optimismsepolia_swap_BigDecimal!] + from: optimismsepolia_swap_Bytes + from_not: optimismsepolia_swap_Bytes + from_gt: optimismsepolia_swap_Bytes + from_lt: optimismsepolia_swap_Bytes + from_gte: optimismsepolia_swap_Bytes + from_lte: optimismsepolia_swap_Bytes + from_in: [optimismsepolia_swap_Bytes!] + from_not_in: [optimismsepolia_swap_Bytes!] + from_contains: optimismsepolia_swap_Bytes + from_not_contains: optimismsepolia_swap_Bytes + to: optimismsepolia_swap_Bytes + to_not: optimismsepolia_swap_Bytes + to_gt: optimismsepolia_swap_Bytes + to_lt: optimismsepolia_swap_Bytes + to_gte: optimismsepolia_swap_Bytes + to_lte: optimismsepolia_swap_Bytes + to_in: [optimismsepolia_swap_Bytes!] + to_not_in: [optimismsepolia_swap_Bytes!] + to_contains: optimismsepolia_swap_Bytes + to_not_contains: optimismsepolia_swap_Bytes + fromBalance: optimismsepolia_swap_BigDecimal + fromBalance_not: optimismsepolia_swap_BigDecimal + fromBalance_gt: optimismsepolia_swap_BigDecimal + fromBalance_lt: optimismsepolia_swap_BigDecimal + fromBalance_gte: optimismsepolia_swap_BigDecimal + fromBalance_lte: optimismsepolia_swap_BigDecimal + fromBalance_in: [optimismsepolia_swap_BigDecimal!] + fromBalance_not_in: [optimismsepolia_swap_BigDecimal!] + toBalance: optimismsepolia_swap_BigDecimal + toBalance_not: optimismsepolia_swap_BigDecimal + toBalance_gt: optimismsepolia_swap_BigDecimal + toBalance_lt: optimismsepolia_swap_BigDecimal + toBalance_gte: optimismsepolia_swap_BigDecimal + toBalance_lte: optimismsepolia_swap_BigDecimal + toBalance_in: [optimismsepolia_swap_BigDecimal!] + toBalance_not_in: [optimismsepolia_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 @@ -101915,79 +95643,62 @@ input stagingavalanche_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: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_RelayerFeesIncrease_filter] - or: [stagingavalanche_RelayerFeesIncrease_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpTransferEvent_filter] + or: [optimismsepolia_swap_LpTransferEvent_filter] } -enum stagingavalanche_RelayerFeesIncrease_orderBy { +enum optimismsepolia_swap_LpTransferEvent_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 + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -input stagingavalanche_Relayer_filter { +"""Defines the order direction, either ascending or descending""" +enum optimismsepolia_swap_OrderDirection { + asc + desc +} + +type optimismsepolia_swap_PooledToken { + id: ID! + asset: optimismsepolia_swap_Bytes! +} + +input optimismsepolia_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -101996,38 +95707,72 @@ input stagingavalanche_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: stagingavalanche_Bytes - relayer_not: stagingavalanche_Bytes - relayer_gt: stagingavalanche_Bytes - relayer_lt: stagingavalanche_Bytes - relayer_gte: stagingavalanche_Bytes - relayer_lte: stagingavalanche_Bytes - relayer_in: [stagingavalanche_Bytes!] - relayer_not_in: [stagingavalanche_Bytes!] - relayer_contains: stagingavalanche_Bytes - relayer_not_contains: stagingavalanche_Bytes + asset: optimismsepolia_swap_Bytes + asset_not: optimismsepolia_swap_Bytes + asset_gt: optimismsepolia_swap_Bytes + asset_lt: optimismsepolia_swap_Bytes + asset_gte: optimismsepolia_swap_Bytes + asset_lte: optimismsepolia_swap_Bytes + asset_in: [optimismsepolia_swap_Bytes!] + asset_not_in: [optimismsepolia_swap_Bytes!] + asset_contains: optimismsepolia_swap_Bytes + asset_not_contains: optimismsepolia_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Relayer_filter] - or: [stagingavalanche_Relayer_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_PooledToken_filter] + or: [optimismsepolia_swap_PooledToken_filter] } -enum stagingavalanche_Relayer_orderBy { +enum optimismsepolia_swap_PooledToken_orderBy { id - isActive - relayer + asset } -type stagingavalanche_RootCount { +type optimismsepolia_swap_StableSwap { id: ID! - count: BigInt + isActive: Boolean + key: optimismsepolia_swap_Bytes! + canonicalId: optimismsepolia_swap_Bytes + domain: BigInt + swapPool: optimismsepolia_swap_Bytes + lpToken: optimismsepolia_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [optimismsepolia_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_StableSwapEvent_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_StableSwapEvent_filter): [optimismsepolia_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_StableSwapExchange_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_StableSwapExchange_filter): [optimismsepolia_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapHourlyVolume_filter): [optimismsepolia_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapDailyVolume_filter): [optimismsepolia_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: optimismsepolia_swap_OrderDirection, where: optimismsepolia_swap_SwapWeeklyVolume_filter): [optimismsepolia_swap_SwapWeeklyVolume!] } -input stagingavalanche_RootCount_filter { +type optimismsepolia_swap_StableSwapAddLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { + id: ID! + stableSwap: optimismsepolia_swap_StableSwap! + provider: optimismsepolia_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: optimismsepolia_swap_Bytes! + nonce: BigInt! +} + +input optimismsepolia_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -102036,40 +95781,161 @@ input stagingavalanche_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_: optimismsepolia_swap_StableSwap_filter + provider: optimismsepolia_swap_Bytes + provider_not: optimismsepolia_swap_Bytes + provider_gt: optimismsepolia_swap_Bytes + provider_lt: optimismsepolia_swap_Bytes + provider_gte: optimismsepolia_swap_Bytes + provider_lte: optimismsepolia_swap_Bytes + provider_in: [optimismsepolia_swap_Bytes!] + provider_not_in: [optimismsepolia_swap_Bytes!] + provider_contains: optimismsepolia_swap_Bytes + provider_not_contains: optimismsepolia_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: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_RootCount_filter] - or: [stagingavalanche_RootCount_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] + or: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingavalanche_RootCount_orderBy { +enum optimismsepolia_swap_StableSwapAddLiquidityEvent_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 + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type stagingavalanche_RootMessageSent { +interface optimismsepolia_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingavalanche_Bytes - count: BigInt - caller: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: optimismsepolia_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: optimismsepolia_swap_Bytes! + nonce: BigInt! } -input stagingavalanche_RootMessageSent_filter { +input optimismsepolia_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -102078,60 +95944,35 @@ input stagingavalanche_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: stagingavalanche_Bytes - root_not: stagingavalanche_Bytes - root_gt: stagingavalanche_Bytes - root_lt: stagingavalanche_Bytes - root_gte: stagingavalanche_Bytes - root_lte: stagingavalanche_Bytes - root_in: [stagingavalanche_Bytes!] - root_not_in: [stagingavalanche_Bytes!] - root_contains: stagingavalanche_Bytes - root_not_contains: stagingavalanche_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: stagingavalanche_Bytes - caller_not: stagingavalanche_Bytes - caller_gt: stagingavalanche_Bytes - caller_lt: stagingavalanche_Bytes - caller_gte: stagingavalanche_Bytes - caller_lte: stagingavalanche_Bytes - caller_in: [stagingavalanche_Bytes!] - caller_not_in: [stagingavalanche_Bytes!] - caller_contains: stagingavalanche_Bytes - caller_not_contains: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes - transactionHash_not: stagingavalanche_Bytes - transactionHash_gt: stagingavalanche_Bytes - transactionHash_lt: stagingavalanche_Bytes - transactionHash_gte: stagingavalanche_Bytes - transactionHash_lte: stagingavalanche_Bytes - transactionHash_in: [stagingavalanche_Bytes!] - transactionHash_not_in: [stagingavalanche_Bytes!] - transactionHash_contains: stagingavalanche_Bytes - transactionHash_not_contains: stagingavalanche_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_: optimismsepolia_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 @@ -102140,69 +95981,72 @@ input stagingavalanche_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: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_RootMessageSent_filter] - or: [stagingavalanche_RootMessageSent_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapEvent_filter] + or: [optimismsepolia_swap_StableSwapEvent_filter] } -enum stagingavalanche_RootMessageSent_orderBy { +enum optimismsepolia_swap_StableSwapEvent_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingavalanche_Router { - id: ID! - isActive: Boolean! - owner: stagingavalanche_Bytes - recipient: stagingavalanche_Bytes - proposedOwner: stagingavalanche_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_AssetBalance_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_AssetBalance_filter): [stagingavalanche_AssetBalance!]! + transaction + nonce } -type stagingavalanche_RouterDailyTVL { +type optimismsepolia_swap_StableSwapExchange { id: ID! - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! + stableSwap: optimismsepolia_swap_StableSwap! + buyer: optimismsepolia_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: optimismsepolia_swap_Bytes! + nonce: BigInt! } -input stagingavalanche_RouterDailyTVL_filter { +input optimismsepolia_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -102211,48 +96055,91 @@ input stagingavalanche_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_: stagingavalanche_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_: stagingavalanche_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_: optimismsepolia_swap_StableSwap_filter + buyer: optimismsepolia_swap_Bytes + buyer_not: optimismsepolia_swap_Bytes + buyer_gt: optimismsepolia_swap_Bytes + buyer_lt: optimismsepolia_swap_Bytes + buyer_gte: optimismsepolia_swap_Bytes + buyer_lte: optimismsepolia_swap_Bytes + buyer_in: [optimismsepolia_swap_Bytes!] + buyer_not_in: [optimismsepolia_swap_Bytes!] + buyer_contains: optimismsepolia_swap_Bytes + buyer_not_contains: optimismsepolia_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 @@ -102261,63 +96148,79 @@ input stagingavalanche_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: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_RouterDailyTVL_filter] - or: [stagingavalanche_RouterDailyTVL_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapExchange_filter] + or: [optimismsepolia_swap_StableSwapExchange_filter] } -enum stagingavalanche_RouterDailyTVL_orderBy { +enum optimismsepolia_swap_StableSwapExchange_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - balance + transaction + nonce } -type stagingavalanche_RouterLiquidityEvent { +type optimismsepolia_swap_StableSwapRemoveLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { id: ID! - type: stagingavalanche_RouterLiquidityEventType - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingavalanche_Bytes - blockNumber: BigInt! + stableSwap: optimismsepolia_swap_StableSwap! + provider: optimismsepolia_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - transactionHash: stagingavalanche_Bytes! + transaction: optimismsepolia_swap_Bytes! nonce: BigInt! } -enum stagingavalanche_RouterLiquidityEventType { - Add - Remove -} - -input stagingavalanche_RouterLiquidityEvent_filter { +input optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -102326,86 +96229,87 @@ input stagingavalanche_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingavalanche_RouterLiquidityEventType - type_not: stagingavalanche_RouterLiquidityEventType - type_in: [stagingavalanche_RouterLiquidityEventType!] - type_not_in: [stagingavalanche_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingavalanche_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_: stagingavalanche_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: stagingavalanche_Bytes - caller_not: stagingavalanche_Bytes - caller_gt: stagingavalanche_Bytes - caller_lt: stagingavalanche_Bytes - caller_gte: stagingavalanche_Bytes - caller_lte: stagingavalanche_Bytes - caller_in: [stagingavalanche_Bytes!] - caller_not_in: [stagingavalanche_Bytes!] - caller_contains: stagingavalanche_Bytes - caller_not_contains: stagingavalanche_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!] + 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_: optimismsepolia_swap_StableSwap_filter + provider: optimismsepolia_swap_Bytes + provider_not: optimismsepolia_swap_Bytes + provider_gt: optimismsepolia_swap_Bytes + provider_lt: optimismsepolia_swap_Bytes + provider_gte: optimismsepolia_swap_Bytes + provider_lte: optimismsepolia_swap_Bytes + provider_in: [optimismsepolia_swap_Bytes!] + provider_not_in: [optimismsepolia_swap_Bytes!] + provider_contains: optimismsepolia_swap_Bytes + provider_not_contains: optimismsepolia_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 @@ -102414,16 +96318,16 @@ input stagingavalanche_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingavalanche_Bytes - transactionHash_not: stagingavalanche_Bytes - transactionHash_gt: stagingavalanche_Bytes - transactionHash_lt: stagingavalanche_Bytes - transactionHash_gte: stagingavalanche_Bytes - transactionHash_lte: stagingavalanche_Bytes - transactionHash_in: [stagingavalanche_Bytes!] - transactionHash_not_in: [stagingavalanche_Bytes!] - transactionHash_contains: stagingavalanche_Bytes - transactionHash_not_contains: stagingavalanche_Bytes + transaction: optimismsepolia_swap_Bytes + transaction_not: optimismsepolia_swap_Bytes + transaction_gt: optimismsepolia_swap_Bytes + transaction_lt: optimismsepolia_swap_Bytes + transaction_gte: optimismsepolia_swap_Bytes + transaction_lte: optimismsepolia_swap_Bytes + transaction_in: [optimismsepolia_swap_Bytes!] + transaction_not_in: [optimismsepolia_swap_Bytes!] + transaction_contains: optimismsepolia_swap_Bytes + transaction_not_contains: optimismsepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -102433,41 +96337,44 @@ input stagingavalanche_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_RouterLiquidityEvent_filter] - or: [stagingavalanche_RouterLiquidityEvent_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingavalanche_RouterLiquidityEvent_orderBy { +enum optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - transactionHash + transaction nonce } -input stagingavalanche_Router_filter { +input optimismsepolia_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -102480,68 +96387,197 @@ input stagingavalanche_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingavalanche_Bytes - owner_not: stagingavalanche_Bytes - owner_gt: stagingavalanche_Bytes - owner_lt: stagingavalanche_Bytes - owner_gte: stagingavalanche_Bytes - owner_lte: stagingavalanche_Bytes - owner_in: [stagingavalanche_Bytes!] - owner_not_in: [stagingavalanche_Bytes!] - owner_contains: stagingavalanche_Bytes - owner_not_contains: stagingavalanche_Bytes - recipient: stagingavalanche_Bytes - recipient_not: stagingavalanche_Bytes - recipient_gt: stagingavalanche_Bytes - recipient_lt: stagingavalanche_Bytes - recipient_gte: stagingavalanche_Bytes - recipient_lte: stagingavalanche_Bytes - recipient_in: [stagingavalanche_Bytes!] - recipient_not_in: [stagingavalanche_Bytes!] - recipient_contains: stagingavalanche_Bytes - recipient_not_contains: stagingavalanche_Bytes - proposedOwner: stagingavalanche_Bytes - proposedOwner_not: stagingavalanche_Bytes - proposedOwner_gt: stagingavalanche_Bytes - proposedOwner_lt: stagingavalanche_Bytes - proposedOwner_gte: stagingavalanche_Bytes - proposedOwner_lte: stagingavalanche_Bytes - proposedOwner_in: [stagingavalanche_Bytes!] - proposedOwner_not_in: [stagingavalanche_Bytes!] - proposedOwner_contains: stagingavalanche_Bytes - proposedOwner_not_contains: stagingavalanche_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_: stagingavalanche_AssetBalance_filter + key: optimismsepolia_swap_Bytes + key_not: optimismsepolia_swap_Bytes + key_gt: optimismsepolia_swap_Bytes + key_lt: optimismsepolia_swap_Bytes + key_gte: optimismsepolia_swap_Bytes + key_lte: optimismsepolia_swap_Bytes + key_in: [optimismsepolia_swap_Bytes!] + key_not_in: [optimismsepolia_swap_Bytes!] + key_contains: optimismsepolia_swap_Bytes + key_not_contains: optimismsepolia_swap_Bytes + canonicalId: optimismsepolia_swap_Bytes + canonicalId_not: optimismsepolia_swap_Bytes + canonicalId_gt: optimismsepolia_swap_Bytes + canonicalId_lt: optimismsepolia_swap_Bytes + canonicalId_gte: optimismsepolia_swap_Bytes + canonicalId_lte: optimismsepolia_swap_Bytes + canonicalId_in: [optimismsepolia_swap_Bytes!] + canonicalId_not_in: [optimismsepolia_swap_Bytes!] + canonicalId_contains: optimismsepolia_swap_Bytes + canonicalId_not_contains: optimismsepolia_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: optimismsepolia_swap_Bytes + swapPool_not: optimismsepolia_swap_Bytes + swapPool_gt: optimismsepolia_swap_Bytes + swapPool_lt: optimismsepolia_swap_Bytes + swapPool_gte: optimismsepolia_swap_Bytes + swapPool_lte: optimismsepolia_swap_Bytes + swapPool_in: [optimismsepolia_swap_Bytes!] + swapPool_not_in: [optimismsepolia_swap_Bytes!] + swapPool_contains: optimismsepolia_swap_Bytes + swapPool_not_contains: optimismsepolia_swap_Bytes + lpToken: optimismsepolia_swap_Bytes + lpToken_not: optimismsepolia_swap_Bytes + lpToken_gt: optimismsepolia_swap_Bytes + lpToken_lt: optimismsepolia_swap_Bytes + lpToken_gte: optimismsepolia_swap_Bytes + lpToken_lte: optimismsepolia_swap_Bytes + lpToken_in: [optimismsepolia_swap_Bytes!] + lpToken_not_in: [optimismsepolia_swap_Bytes!] + lpToken_contains: optimismsepolia_swap_Bytes + lpToken_not_contains: optimismsepolia_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: [optimismsepolia_swap_Bytes!] + pooledTokens_not: [optimismsepolia_swap_Bytes!] + pooledTokens_contains: [optimismsepolia_swap_Bytes!] + pooledTokens_contains_nocase: [optimismsepolia_swap_Bytes!] + pooledTokens_not_contains: [optimismsepolia_swap_Bytes!] + pooledTokens_not_contains_nocase: [optimismsepolia_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_: optimismsepolia_swap_StableSwapEvent_filter + exchanges_: optimismsepolia_swap_StableSwapExchange_filter + hourlyVolumes_: optimismsepolia_swap_SwapHourlyVolume_filter + dailyVolumes_: optimismsepolia_swap_SwapDailyVolume_filter + weeklyVolumes_: optimismsepolia_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Router_filter] - or: [stagingavalanche_Router_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwap_filter] + or: [optimismsepolia_swap_StableSwap_filter] } -enum stagingavalanche_Router_orderBy { +enum optimismsepolia_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 stagingavalanche_Sequencer { +type optimismsepolia_swap_SwapDailyVolume implements optimismsepolia_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: stagingavalanche_Bytes + stableSwap: optimismsepolia_swap_StableSwap! + timestamp: BigInt! + volume: optimismsepolia_swap_BigDecimal! } -input stagingavalanche_Sequencer_filter { +input optimismsepolia_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -102550,39 +96586,80 @@ input stagingavalanche_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: stagingavalanche_Bytes - sequencer_not: stagingavalanche_Bytes - sequencer_gt: stagingavalanche_Bytes - sequencer_lt: stagingavalanche_Bytes - sequencer_gte: stagingavalanche_Bytes - sequencer_lte: stagingavalanche_Bytes - sequencer_in: [stagingavalanche_Bytes!] - sequencer_not_in: [stagingavalanche_Bytes!] - sequencer_contains: stagingavalanche_Bytes - sequencer_not_contains: stagingavalanche_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_: optimismsepolia_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: optimismsepolia_swap_BigDecimal + volume_not: optimismsepolia_swap_BigDecimal + volume_gt: optimismsepolia_swap_BigDecimal + volume_lt: optimismsepolia_swap_BigDecimal + volume_gte: optimismsepolia_swap_BigDecimal + volume_lte: optimismsepolia_swap_BigDecimal + volume_in: [optimismsepolia_swap_BigDecimal!] + volume_not_in: [optimismsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Sequencer_filter] - or: [stagingavalanche_Sequencer_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapDailyVolume_filter] + or: [optimismsepolia_swap_SwapDailyVolume_filter] } -enum stagingavalanche_Sequencer_orderBy { +enum optimismsepolia_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 stagingavalanche_Setting { +type optimismsepolia_swap_SwapHourlyVolume implements optimismsepolia_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingavalanche_Bytes! + stableSwap: optimismsepolia_swap_StableSwap! + timestamp: BigInt! + volume: optimismsepolia_swap_BigDecimal! } -input stagingavalanche_Setting_filter { +input optimismsepolia_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -102591,106 +96668,100 @@ input stagingavalanche_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: stagingavalanche_Bytes - caller_not: stagingavalanche_Bytes - caller_gt: stagingavalanche_Bytes - caller_lt: stagingavalanche_Bytes - caller_gte: stagingavalanche_Bytes - caller_lte: stagingavalanche_Bytes - caller_in: [stagingavalanche_Bytes!] - caller_not_in: [stagingavalanche_Bytes!] - caller_contains: stagingavalanche_Bytes - caller_not_contains: stagingavalanche_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_: optimismsepolia_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: optimismsepolia_swap_BigDecimal + volume_not: optimismsepolia_swap_BigDecimal + volume_gt: optimismsepolia_swap_BigDecimal + volume_lt: optimismsepolia_swap_BigDecimal + volume_gte: optimismsepolia_swap_BigDecimal + volume_lte: optimismsepolia_swap_BigDecimal + volume_in: [optimismsepolia_swap_BigDecimal!] + volume_not_in: [optimismsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Setting_filter] - or: [stagingavalanche_Setting_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapHourlyVolume_filter] + or: [optimismsepolia_swap_SwapHourlyVolume_filter] } -enum stagingavalanche_Setting_orderBy { +enum optimismsepolia_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 stagingavalanche_SlippageUpdate { - id: ID! - transfer: stagingavalanche_DestinationTransfer! - slippage: BigInt! - caller: stagingavalanche_Bytes! - transactionHash: stagingavalanche_Bytes! +interface optimismsepolia_swap_SwapTradeVolume { + stableSwap: optimismsepolia_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: optimismsepolia_swap_BigDecimal! } -input stagingavalanche_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_: stagingavalanche_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: stagingavalanche_Bytes - caller_not: stagingavalanche_Bytes - caller_gt: stagingavalanche_Bytes - caller_lt: stagingavalanche_Bytes - caller_gte: stagingavalanche_Bytes - caller_lte: stagingavalanche_Bytes - caller_in: [stagingavalanche_Bytes!] - caller_not_in: [stagingavalanche_Bytes!] - caller_contains: stagingavalanche_Bytes - caller_not_contains: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes - transactionHash_not: stagingavalanche_Bytes - transactionHash_gt: stagingavalanche_Bytes - transactionHash_lt: stagingavalanche_Bytes - transactionHash_gte: stagingavalanche_Bytes - transactionHash_lte: stagingavalanche_Bytes - transactionHash_in: [stagingavalanche_Bytes!] - transactionHash_not_in: [stagingavalanche_Bytes!] - transactionHash_contains: stagingavalanche_Bytes - transactionHash_not_contains: stagingavalanche_Bytes +input optimismsepolia_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_: optimismsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -102699,128 +96770,79 @@ input stagingavalanche_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: optimismsepolia_swap_BigDecimal + volume_not: optimismsepolia_swap_BigDecimal + volume_gt: optimismsepolia_swap_BigDecimal + volume_lt: optimismsepolia_swap_BigDecimal + volume_gte: optimismsepolia_swap_BigDecimal + volume_lte: optimismsepolia_swap_BigDecimal + volume_in: [optimismsepolia_swap_BigDecimal!] + volume_not_in: [optimismsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_SlippageUpdate_filter] - or: [stagingavalanche_SlippageUpdate_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapTradeVolume_filter] + or: [optimismsepolia_swap_SwapTradeVolume_filter] } -enum stagingavalanche_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 optimismsepolia_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 stagingavalanche_SnapshotRoot { +type optimismsepolia_swap_SwapWeeklyVolume implements optimismsepolia_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: stagingavalanche_Bytes! - count: BigInt! + stableSwap: optimismsepolia_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: optimismsepolia_swap_BigDecimal! } - -input stagingavalanche_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: stagingavalanche_Bytes - root_not: stagingavalanche_Bytes - root_gt: stagingavalanche_Bytes - root_lt: stagingavalanche_Bytes - root_gte: stagingavalanche_Bytes - root_lte: stagingavalanche_Bytes - root_in: [stagingavalanche_Bytes!] - root_not_in: [stagingavalanche_Bytes!] - root_contains: stagingavalanche_Bytes - root_not_contains: stagingavalanche_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!] + +input optimismsepolia_swap_SwapWeeklyVolume_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: optimismsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -102829,35 +96851,50 @@ input stagingavalanche_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: optimismsepolia_swap_BigDecimal + volume_not: optimismsepolia_swap_BigDecimal + volume_gt: optimismsepolia_swap_BigDecimal + volume_lt: optimismsepolia_swap_BigDecimal + volume_gte: optimismsepolia_swap_BigDecimal + volume_lte: optimismsepolia_swap_BigDecimal + volume_in: [optimismsepolia_swap_BigDecimal!] + volume_not_in: [optimismsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_SnapshotRoot_filter] - or: [stagingavalanche_SnapshotRoot_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapWeeklyVolume_filter] + or: [optimismsepolia_swap_SwapWeeklyVolume_filter] } -enum stagingavalanche_SnapshotRoot_orderBy { +enum optimismsepolia_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - root - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - blockNumber + volume } -type stagingavalanche_SpokeConnectorMode { +type optimismsepolia_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input stagingavalanche_SpokeConnectorMode_filter { +input optimismsepolia_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -102866,58 +96903,47 @@ input stagingavalanche_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_SpokeConnectorMode_filter] - or: [stagingavalanche_SpokeConnectorMode_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SystemInfo_filter] + or: [optimismsepolia_swap_SystemInfo_filter] } -enum stagingavalanche_SpokeConnectorMode_orderBy { +enum optimismsepolia_swap_SystemInfo_orderBy { id - mode -} - -enum stagingavalanche_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type stagingavalanche__Block_ { +type optimismsepolia_swap__Block_ { """The hash of the block""" - hash: stagingavalanche_Bytes + hash: optimismsepolia_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: stagingavalanche_Bytes + parentHash: optimismsepolia_swap_Bytes } """The type for the top-level _meta field""" -type stagingavalanche__Meta_ { +type optimismsepolia_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 @@ -102925,22 +96951,22 @@ type stagingavalanche__Meta_ { and therefore asks for the latest block """ - block: stagingavalanche__Block_! + block: optimismsepolia_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mantle_AggregateRoot { +type mainnet_AggregateRoot { id: ID! - root: mantle_Bytes! + root: mainnet_Bytes! blockNumber: BigInt! } -type mantle_AggregateRootProposed { +type mainnet_AggregateRootProposed { id: ID! - aggregateRoot: mantle_Bytes! + aggregateRoot: mainnet_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -102948,7 +96974,7 @@ type mantle_AggregateRootProposed { blockNumber: BigInt } -input mantle_AggregateRootProposed_filter { +input mainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -102957,16 +96983,16 @@ input mantle_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mantle_Bytes - aggregateRoot_not: mantle_Bytes - aggregateRoot_gt: mantle_Bytes - aggregateRoot_lt: mantle_Bytes - aggregateRoot_gte: mantle_Bytes - aggregateRoot_lte: mantle_Bytes - aggregateRoot_in: [mantle_Bytes!] - aggregateRoot_not_in: [mantle_Bytes!] - aggregateRoot_contains: mantle_Bytes - aggregateRoot_not_contains: mantle_Bytes + aggregateRoot: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -103008,12 +97034,12 @@ input mantle_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AggregateRootProposed_filter] - or: [mantle_AggregateRootProposed_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRootProposed_filter] + or: [mainnet_AggregateRootProposed_filter] } -enum mantle_AggregateRootProposed_orderBy { +enum mainnet_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -103023,7 +97049,7 @@ enum mantle_AggregateRootProposed_orderBy { blockNumber } -input mantle_AggregateRoot_filter { +input mainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -103032,16 +97058,16 @@ input mantle_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: mantle_Bytes - root_not: mantle_Bytes - root_gt: mantle_Bytes - root_lt: mantle_Bytes - root_gte: mantle_Bytes - root_lte: mantle_Bytes - root_in: [mantle_Bytes!] - root_not_in: [mantle_Bytes!] - root_contains: mantle_Bytes - root_not_contains: mantle_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 @@ -103051,47 +97077,42 @@ input mantle_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AggregateRoot_filter] - or: [mantle_AggregateRoot_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRoot_filter] + or: [mainnet_AggregateRoot_filter] } -enum mantle_AggregateRoot_orderBy { +enum mainnet_AggregateRoot_orderBy { id root blockNumber } -enum mantle_Aggregation_interval { - hour - day -} - -type mantle_Asset { +type mainnet_Asset { id: ID! - key: mantle_Bytes + key: mainnet_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mantle_Bytes + canonicalId: mainnet_Bytes canonicalDomain: BigInt - adoptedAsset: mantle_Bytes - localAsset: mantle_Bytes + adoptedAsset: mainnet_Bytes + localAsset: mainnet_Bytes blockNumber: BigInt - status: mantle_AssetStatus + status: mainnet_AssetStatus } -type mantle_AssetBalance { +type mainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mantle_Router! - asset: mantle_Asset! + router: mainnet_Router! + asset: mainnet_Asset! feesEarned: BigInt! } -input mantle_AssetBalance_filter { +input mainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -103152,7 +97173,7 @@ input mantle_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mantle_Router_filter + router_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -103173,7 +97194,7 @@ input mantle_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter + asset_: mainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -103183,12 +97204,12 @@ input mantle_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AssetBalance_filter] - or: [mantle_AssetBalance_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AssetBalance_filter] + or: [mainnet_AssetBalance_filter] } -enum mantle_AssetBalance_orderBy { +enum mainnet_AssetBalance_orderBy { id amount locked @@ -103214,12 +97235,12 @@ enum mantle_AssetBalance_orderBy { feesEarned } -type mantle_AssetStatus { +type mainnet_AssetStatus { id: ID! status: Boolean } -input mantle_AssetStatus_filter { +input mainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -103233,17 +97254,17 @@ input mantle_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AssetStatus_filter] - or: [mantle_AssetStatus_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AssetStatus_filter] + or: [mainnet_AssetStatus_filter] } -enum mantle_AssetStatus_orderBy { +enum mainnet_AssetStatus_orderBy { id status } -input mantle_Asset_filter { +input mainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -103252,16 +97273,16 @@ input mantle_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: mantle_Bytes - key_not: mantle_Bytes - key_gt: mantle_Bytes - key_lt: mantle_Bytes - key_gte: mantle_Bytes - key_lte: mantle_Bytes - key_in: [mantle_Bytes!] - key_not_in: [mantle_Bytes!] - key_contains: mantle_Bytes - key_not_contains: mantle_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 @@ -103278,16 +97299,16 @@ input mantle_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: mantle_Bytes - canonicalId_not: mantle_Bytes - canonicalId_gt: mantle_Bytes - canonicalId_lt: mantle_Bytes - canonicalId_gte: mantle_Bytes - canonicalId_lte: mantle_Bytes - canonicalId_in: [mantle_Bytes!] - canonicalId_not_in: [mantle_Bytes!] - canonicalId_contains: mantle_Bytes - canonicalId_not_contains: mantle_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 @@ -103296,26 +97317,26 @@ input mantle_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: mantle_Bytes - adoptedAsset_not: mantle_Bytes - adoptedAsset_gt: mantle_Bytes - adoptedAsset_lt: mantle_Bytes - adoptedAsset_gte: mantle_Bytes - adoptedAsset_lte: mantle_Bytes - adoptedAsset_in: [mantle_Bytes!] - adoptedAsset_not_in: [mantle_Bytes!] - adoptedAsset_contains: mantle_Bytes - adoptedAsset_not_contains: mantle_Bytes - localAsset: mantle_Bytes - localAsset_not: mantle_Bytes - localAsset_gt: mantle_Bytes - localAsset_lt: mantle_Bytes - localAsset_gte: mantle_Bytes - localAsset_lte: mantle_Bytes - localAsset_in: [mantle_Bytes!] - localAsset_not_in: [mantle_Bytes!] - localAsset_contains: mantle_Bytes - localAsset_not_contains: mantle_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 @@ -103344,14 +97365,14 @@ input mantle_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: mantle_AssetStatus_filter + status_: mainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Asset_filter] - or: [mantle_Asset_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Asset_filter] + or: [mainnet_Asset_filter] } -enum mantle_Asset_orderBy { +enum mainnet_Asset_orderBy { id key decimal @@ -103366,30 +97387,16 @@ enum mantle_Asset_orderBy { status__status } -scalar mantle_BigDecimal - -input mantle_BlockChangedFilter { - number_gte: Int! -} - -input mantle_Block_height { - hash: mantle_Bytes - number: Int - number_gte: Int -} - -scalar mantle_Bytes - -type mantle_ConnectorMeta { +type mainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mantle_Bytes - rootManager: mantle_Bytes - mirrorConnector: mantle_Bytes + amb: mainnet_Bytes + rootManager: mainnet_Bytes + mirrorConnector: mainnet_Bytes } -input mantle_ConnectorMeta_filter { +input mainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -103414,43 +97421,43 @@ input mantle_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mantle_Bytes - amb_not: mantle_Bytes - amb_gt: mantle_Bytes - amb_lt: mantle_Bytes - amb_gte: mantle_Bytes - amb_lte: mantle_Bytes - amb_in: [mantle_Bytes!] - amb_not_in: [mantle_Bytes!] - amb_contains: mantle_Bytes - amb_not_contains: mantle_Bytes - rootManager: mantle_Bytes - rootManager_not: mantle_Bytes - rootManager_gt: mantle_Bytes - rootManager_lt: mantle_Bytes - rootManager_gte: mantle_Bytes - rootManager_lte: mantle_Bytes - rootManager_in: [mantle_Bytes!] - rootManager_not_in: [mantle_Bytes!] - rootManager_contains: mantle_Bytes - rootManager_not_contains: mantle_Bytes - mirrorConnector: mantle_Bytes - mirrorConnector_not: mantle_Bytes - mirrorConnector_gt: mantle_Bytes - mirrorConnector_lt: mantle_Bytes - mirrorConnector_gte: mantle_Bytes - mirrorConnector_lte: mantle_Bytes - mirrorConnector_in: [mantle_Bytes!] - mirrorConnector_not_in: [mantle_Bytes!] - mirrorConnector_contains: mantle_Bytes - mirrorConnector_not_contains: mantle_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: mantle_BlockChangedFilter - and: [mantle_ConnectorMeta_filter] - or: [mantle_ConnectorMeta_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ConnectorMeta_filter] + or: [mainnet_ConnectorMeta_filter] } -enum mantle_ConnectorMeta_orderBy { +enum mainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -103459,48 +97466,48 @@ enum mantle_ConnectorMeta_orderBy { mirrorConnector } -type mantle_DestinationTransfer { +type mainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: mantle_Bytes + transferId: mainnet_Bytes nonce: BigInt - status: mantle_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mantle_Router_orderBy, orderDirection: mantle_OrderDirection, where: mantle_Router_filter): [mantle_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: mantle_Bytes - delegate: mantle_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: mantle_Bytes + callData: mainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mantle_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mantle_Bytes - asset: mantle_Asset + canonicalId: mainnet_Bytes + asset: mainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: mantle_Bytes - executedTransactionHash: mantle_Bytes + executedCaller: mainnet_Bytes + executedTransactionHash: mainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mantle_Bytes + executedTxOrigin: mainnet_Bytes executedTxNonce: BigInt - reconciledCaller: mantle_Bytes - reconciledTransactionHash: mantle_Bytes + reconciledCaller: mainnet_Bytes + reconciledTransactionHash: mainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mantle_Bytes + reconciledTxOrigin: mainnet_Bytes reconciledTxNonce: BigInt } -input mantle_DestinationTransfer_filter { +input mainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -103517,16 +97524,16 @@ input mantle_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mantle_Bytes - transferId_not: mantle_Bytes - transferId_gt: mantle_Bytes - transferId_lt: mantle_Bytes - transferId_gte: mantle_Bytes - transferId_lte: mantle_Bytes - transferId_in: [mantle_Bytes!] - transferId_not_in: [mantle_Bytes!] - transferId_contains: mantle_Bytes - transferId_not_contains: mantle_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 @@ -103535,17 +97542,17 @@ input mantle_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mantle_TransferStatus - status_not: mantle_TransferStatus - status_in: [mantle_TransferStatus!] - status_not_in: [mantle_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_: mantle_Router_filter + routers_: mainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -103570,40 +97577,40 @@ input mantle_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mantle_Bytes - to_not: mantle_Bytes - to_gt: mantle_Bytes - to_lt: mantle_Bytes - to_gte: mantle_Bytes - to_lte: mantle_Bytes - to_in: [mantle_Bytes!] - to_not_in: [mantle_Bytes!] - to_contains: mantle_Bytes - to_not_contains: mantle_Bytes - delegate: mantle_Bytes - delegate_not: mantle_Bytes - delegate_gt: mantle_Bytes - delegate_lt: mantle_Bytes - delegate_gte: mantle_Bytes - delegate_lte: mantle_Bytes - delegate_in: [mantle_Bytes!] - delegate_not_in: [mantle_Bytes!] - delegate_contains: mantle_Bytes - delegate_not_contains: mantle_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: mantle_Bytes - callData_not: mantle_Bytes - callData_gt: mantle_Bytes - callData_lt: mantle_Bytes - callData_gte: mantle_Bytes - callData_lte: mantle_Bytes - callData_in: [mantle_Bytes!] - callData_not_in: [mantle_Bytes!] - callData_contains: mantle_Bytes - callData_not_contains: mantle_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 @@ -103620,16 +97627,16 @@ input mantle_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: mantle_Bytes - originSender_not: mantle_Bytes - originSender_gt: mantle_Bytes - originSender_lt: mantle_Bytes - originSender_gte: mantle_Bytes - originSender_lte: mantle_Bytes - originSender_in: [mantle_Bytes!] - originSender_not_in: [mantle_Bytes!] - originSender_contains: mantle_Bytes - originSender_not_contains: mantle_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 @@ -103646,16 +97653,16 @@ input mantle_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mantle_Bytes - canonicalId_not: mantle_Bytes - canonicalId_gt: mantle_Bytes - canonicalId_lt: mantle_Bytes - canonicalId_gte: mantle_Bytes - canonicalId_lte: mantle_Bytes - canonicalId_in: [mantle_Bytes!] - canonicalId_not_in: [mantle_Bytes!] - canonicalId_contains: mantle_Bytes - canonicalId_not_contains: mantle_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 @@ -103676,7 +97683,7 @@ input mantle_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter + asset_: mainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -103693,26 +97700,26 @@ input mantle_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: mantle_Bytes - executedCaller_not: mantle_Bytes - executedCaller_gt: mantle_Bytes - executedCaller_lt: mantle_Bytes - executedCaller_gte: mantle_Bytes - executedCaller_lte: mantle_Bytes - executedCaller_in: [mantle_Bytes!] - executedCaller_not_in: [mantle_Bytes!] - executedCaller_contains: mantle_Bytes - executedCaller_not_contains: mantle_Bytes - executedTransactionHash: mantle_Bytes - executedTransactionHash_not: mantle_Bytes - executedTransactionHash_gt: mantle_Bytes - executedTransactionHash_lt: mantle_Bytes - executedTransactionHash_gte: mantle_Bytes - executedTransactionHash_lte: mantle_Bytes - executedTransactionHash_in: [mantle_Bytes!] - executedTransactionHash_not_in: [mantle_Bytes!] - executedTransactionHash_contains: mantle_Bytes - executedTransactionHash_not_contains: mantle_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 @@ -103745,16 +97752,16 @@ input mantle_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mantle_Bytes - executedTxOrigin_not: mantle_Bytes - executedTxOrigin_gt: mantle_Bytes - executedTxOrigin_lt: mantle_Bytes - executedTxOrigin_gte: mantle_Bytes - executedTxOrigin_lte: mantle_Bytes - executedTxOrigin_in: [mantle_Bytes!] - executedTxOrigin_not_in: [mantle_Bytes!] - executedTxOrigin_contains: mantle_Bytes - executedTxOrigin_not_contains: mantle_Bytes + executedTxOrigin: mainnet_Bytes + executedTxOrigin_not: mainnet_Bytes + executedTxOrigin_gt: mainnet_Bytes + executedTxOrigin_lt: mainnet_Bytes + executedTxOrigin_gte: mainnet_Bytes + executedTxOrigin_lte: mainnet_Bytes + executedTxOrigin_in: [mainnet_Bytes!] + executedTxOrigin_not_in: [mainnet_Bytes!] + executedTxOrigin_contains: mainnet_Bytes + executedTxOrigin_not_contains: mainnet_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -103763,26 +97770,26 @@ input mantle_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: mantle_Bytes - reconciledCaller_not: mantle_Bytes - reconciledCaller_gt: mantle_Bytes - reconciledCaller_lt: mantle_Bytes - reconciledCaller_gte: mantle_Bytes - reconciledCaller_lte: mantle_Bytes - reconciledCaller_in: [mantle_Bytes!] - reconciledCaller_not_in: [mantle_Bytes!] - reconciledCaller_contains: mantle_Bytes - reconciledCaller_not_contains: mantle_Bytes - reconciledTransactionHash: mantle_Bytes - reconciledTransactionHash_not: mantle_Bytes - reconciledTransactionHash_gt: mantle_Bytes - reconciledTransactionHash_lt: mantle_Bytes - reconciledTransactionHash_gte: mantle_Bytes - reconciledTransactionHash_lte: mantle_Bytes - reconciledTransactionHash_in: [mantle_Bytes!] - reconciledTransactionHash_not_in: [mantle_Bytes!] - reconciledTransactionHash_contains: mantle_Bytes - reconciledTransactionHash_not_contains: mantle_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 @@ -103815,16 +97822,16 @@ input mantle_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mantle_Bytes - reconciledTxOrigin_not: mantle_Bytes - reconciledTxOrigin_gt: mantle_Bytes - reconciledTxOrigin_lt: mantle_Bytes - reconciledTxOrigin_gte: mantle_Bytes - reconciledTxOrigin_lte: mantle_Bytes - reconciledTxOrigin_in: [mantle_Bytes!] - reconciledTxOrigin_not_in: [mantle_Bytes!] - reconciledTxOrigin_contains: mantle_Bytes - reconciledTxOrigin_not_contains: mantle_Bytes + reconciledTxOrigin: mainnet_Bytes + reconciledTxOrigin_not: mainnet_Bytes + reconciledTxOrigin_gt: mainnet_Bytes + reconciledTxOrigin_lt: mainnet_Bytes + reconciledTxOrigin_gte: mainnet_Bytes + reconciledTxOrigin_lte: mainnet_Bytes + reconciledTxOrigin_in: [mainnet_Bytes!] + reconciledTxOrigin_not_in: [mainnet_Bytes!] + reconciledTxOrigin_contains: mainnet_Bytes + reconciledTxOrigin_not_contains: mainnet_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -103834,12 +97841,12 @@ input mantle_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_DestinationTransfer_filter] - or: [mantle_DestinationTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_DestinationTransfer_filter] + or: [mainnet_DestinationTransfer_filter] } -enum mantle_DestinationTransfer_orderBy { +enum mainnet_DestinationTransfer_orderBy { id chainId transferId @@ -103889,20 +97896,14 @@ enum mantle_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar mantle_Int8 - -type mantle_OptimisticRootFinalized { +type mainnet_OptimisticRootFinalized { id: ID! - aggregateRoot: mantle_Bytes! + aggregateRoot: mainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mantle_OptimisticRootFinalized_filter { +input mainnet_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -103911,16 +97912,16 @@ input mantle_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mantle_Bytes - aggregateRoot_not: mantle_Bytes - aggregateRoot_gt: mantle_Bytes - aggregateRoot_lt: mantle_Bytes - aggregateRoot_gte: mantle_Bytes - aggregateRoot_lte: mantle_Bytes - aggregateRoot_in: [mantle_Bytes!] - aggregateRoot_not_in: [mantle_Bytes!] - aggregateRoot_contains: mantle_Bytes - aggregateRoot_not_contains: mantle_Bytes + aggregateRoot: mainnet_Bytes + aggregateRoot_not: mainnet_Bytes + aggregateRoot_gt: mainnet_Bytes + aggregateRoot_lt: mainnet_Bytes + aggregateRoot_gte: mainnet_Bytes + aggregateRoot_lte: mainnet_Bytes + aggregateRoot_in: [mainnet_Bytes!] + aggregateRoot_not_in: [mainnet_Bytes!] + aggregateRoot_contains: mainnet_Bytes + aggregateRoot_not_contains: mainnet_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103938,38 +97939,32 @@ input mantle_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_OptimisticRootFinalized_filter] - or: [mantle_OptimisticRootFinalized_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootFinalized_filter] + or: [mainnet_OptimisticRootFinalized_filter] } -enum mantle_OptimisticRootFinalized_orderBy { +enum mainnet_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum mantle_OrderDirection { - asc - desc -} - -type mantle_OriginMessage { +type mainnet_OriginMessage { id: ID! - transferId: mantle_Bytes + transferId: mainnet_Bytes destinationDomain: BigInt - leaf: mantle_Bytes + leaf: mainnet_Bytes index: BigInt - message: mantle_Bytes - root: mantle_Bytes - transactionHash: mantle_Bytes + message: mainnet_Bytes + root: mainnet_Bytes + transactionHash: mainnet_Bytes blockNumber: BigInt - rootCount: mantle_RootCount + rootCount: mainnet_RootCount } -input mantle_OriginMessage_filter { +input mainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -103978,16 +97973,16 @@ input mantle_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mantle_Bytes - transferId_not: mantle_Bytes - transferId_gt: mantle_Bytes - transferId_lt: mantle_Bytes - transferId_gte: mantle_Bytes - transferId_lte: mantle_Bytes - transferId_in: [mantle_Bytes!] - transferId_not_in: [mantle_Bytes!] - transferId_contains: mantle_Bytes - transferId_not_contains: mantle_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 @@ -103996,16 +97991,16 @@ input mantle_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: mantle_Bytes - leaf_not: mantle_Bytes - leaf_gt: mantle_Bytes - leaf_lt: mantle_Bytes - leaf_gte: mantle_Bytes - leaf_lte: mantle_Bytes - leaf_in: [mantle_Bytes!] - leaf_not_in: [mantle_Bytes!] - leaf_contains: mantle_Bytes - leaf_not_contains: mantle_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 @@ -104014,36 +98009,36 @@ input mantle_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: mantle_Bytes - message_not: mantle_Bytes - message_gt: mantle_Bytes - message_lt: mantle_Bytes - message_gte: mantle_Bytes - message_lte: mantle_Bytes - message_in: [mantle_Bytes!] - message_not_in: [mantle_Bytes!] - message_contains: mantle_Bytes - message_not_contains: mantle_Bytes - root: mantle_Bytes - root_not: mantle_Bytes - root_gt: mantle_Bytes - root_lt: mantle_Bytes - root_gte: mantle_Bytes - root_lte: mantle_Bytes - root_in: [mantle_Bytes!] - root_not_in: [mantle_Bytes!] - root_contains: mantle_Bytes - root_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_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 @@ -104072,14 +98067,14 @@ input mantle_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: mantle_RootCount_filter + rootCount_: mainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_OriginMessage_filter] - or: [mantle_OriginMessage_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginMessage_filter] + or: [mainnet_OriginMessage_filter] } -enum mantle_OriginMessage_orderBy { +enum mainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -104094,42 +98089,42 @@ enum mantle_OriginMessage_orderBy { rootCount__count } -type mantle_OriginTransfer { +type mainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: mantle_Bytes + transferId: mainnet_Bytes nonce: BigInt - status: mantle_TransferStatus - messageHash: mantle_Bytes + status: mainnet_TransferStatus + messageHash: mainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mantle_Bytes - delegate: mantle_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: mantle_Bytes + callData: mainnet_Bytes slippage: BigInt - originSender: mantle_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mantle_Bytes - asset: mantle_Asset - transactingAsset: mantle_Bytes - message: mantle_OriginMessage + canonicalId: mainnet_Bytes + asset: mainnet_Asset + transactingAsset: mainnet_Bytes + message: mainnet_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mantle_RelayerFee_orderBy, orderDirection: mantle_OrderDirection, where: mantle_RelayerFee_filter): [mantle_RelayerFee!] - initialRelayerFeeAsset: mantle_Bytes - caller: mantle_Bytes - transactionHash: mantle_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: mainnet_RelayerFee_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_RelayerFee_filter): [mainnet_RelayerFee!] + initialRelayerFeeAsset: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: mantle_Bytes + txOrigin: mainnet_Bytes txNonce: BigInt } -input mantle_OriginTransfer_filter { +input mainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -104146,16 +98141,16 @@ input mantle_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mantle_Bytes - transferId_not: mantle_Bytes - transferId_gt: mantle_Bytes - transferId_lt: mantle_Bytes - transferId_gte: mantle_Bytes - transferId_lte: mantle_Bytes - transferId_in: [mantle_Bytes!] - transferId_not_in: [mantle_Bytes!] - transferId_contains: mantle_Bytes - transferId_not_contains: mantle_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 @@ -104164,20 +98159,20 @@ input mantle_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mantle_TransferStatus - status_not: mantle_TransferStatus - status_in: [mantle_TransferStatus!] - status_not_in: [mantle_TransferStatus!] - messageHash: mantle_Bytes - messageHash_not: mantle_Bytes - messageHash_gt: mantle_Bytes - messageHash_lt: mantle_Bytes - messageHash_gte: mantle_Bytes - messageHash_lte: mantle_Bytes - messageHash_in: [mantle_Bytes!] - messageHash_not_in: [mantle_Bytes!] - messageHash_contains: mantle_Bytes - messageHash_not_contains: mantle_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 @@ -104202,40 +98197,40 @@ input mantle_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mantle_Bytes - to_not: mantle_Bytes - to_gt: mantle_Bytes - to_lt: mantle_Bytes - to_gte: mantle_Bytes - to_lte: mantle_Bytes - to_in: [mantle_Bytes!] - to_not_in: [mantle_Bytes!] - to_contains: mantle_Bytes - to_not_contains: mantle_Bytes - delegate: mantle_Bytes - delegate_not: mantle_Bytes - delegate_gt: mantle_Bytes - delegate_lt: mantle_Bytes - delegate_gte: mantle_Bytes - delegate_lte: mantle_Bytes - delegate_in: [mantle_Bytes!] - delegate_not_in: [mantle_Bytes!] - delegate_contains: mantle_Bytes - delegate_not_contains: mantle_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: mantle_Bytes - callData_not: mantle_Bytes - callData_gt: mantle_Bytes - callData_lt: mantle_Bytes - callData_gte: mantle_Bytes - callData_lte: mantle_Bytes - callData_in: [mantle_Bytes!] - callData_not_in: [mantle_Bytes!] - callData_contains: mantle_Bytes - callData_not_contains: mantle_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 @@ -104244,16 +98239,16 @@ input mantle_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: mantle_Bytes - originSender_not: mantle_Bytes - originSender_gt: mantle_Bytes - originSender_lt: mantle_Bytes - originSender_gte: mantle_Bytes - originSender_lte: mantle_Bytes - originSender_in: [mantle_Bytes!] - originSender_not_in: [mantle_Bytes!] - originSender_contains: mantle_Bytes - originSender_not_contains: mantle_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 @@ -104270,16 +98265,16 @@ input mantle_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mantle_Bytes - canonicalId_not: mantle_Bytes - canonicalId_gt: mantle_Bytes - canonicalId_lt: mantle_Bytes - canonicalId_gte: mantle_Bytes - canonicalId_lte: mantle_Bytes - canonicalId_in: [mantle_Bytes!] - canonicalId_not_in: [mantle_Bytes!] - canonicalId_contains: mantle_Bytes - canonicalId_not_contains: mantle_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 @@ -104300,17 +98295,17 @@ input mantle_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter - transactingAsset: mantle_Bytes - transactingAsset_not: mantle_Bytes - transactingAsset_gt: mantle_Bytes - transactingAsset_lt: mantle_Bytes - transactingAsset_gte: mantle_Bytes - transactingAsset_lte: mantle_Bytes - transactingAsset_in: [mantle_Bytes!] - transactingAsset_not_in: [mantle_Bytes!] - transactingAsset_contains: mantle_Bytes - transactingAsset_not_contains: mantle_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 @@ -104331,7 +98326,7 @@ input mantle_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: mantle_OriginMessage_filter + message_: mainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -104346,37 +98341,37 @@ input mantle_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: mantle_RelayerFee_filter - initialRelayerFeeAsset: mantle_Bytes - initialRelayerFeeAsset_not: mantle_Bytes - initialRelayerFeeAsset_gt: mantle_Bytes - initialRelayerFeeAsset_lt: mantle_Bytes - initialRelayerFeeAsset_gte: mantle_Bytes - initialRelayerFeeAsset_lte: mantle_Bytes - initialRelayerFeeAsset_in: [mantle_Bytes!] - initialRelayerFeeAsset_not_in: [mantle_Bytes!] - initialRelayerFeeAsset_contains: mantle_Bytes - initialRelayerFeeAsset_not_contains: mantle_Bytes - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_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 @@ -104409,16 +98404,16 @@ input mantle_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: mantle_Bytes - txOrigin_not: mantle_Bytes - txOrigin_gt: mantle_Bytes - txOrigin_lt: mantle_Bytes - txOrigin_gte: mantle_Bytes - txOrigin_lte: mantle_Bytes - txOrigin_in: [mantle_Bytes!] - txOrigin_not_in: [mantle_Bytes!] - txOrigin_contains: mantle_Bytes - txOrigin_not_contains: mantle_Bytes + txOrigin: mainnet_Bytes + txOrigin_not: mainnet_Bytes + txOrigin_gt: mainnet_Bytes + txOrigin_lt: mainnet_Bytes + txOrigin_gte: mainnet_Bytes + txOrigin_lte: mainnet_Bytes + txOrigin_in: [mainnet_Bytes!] + txOrigin_not_in: [mainnet_Bytes!] + txOrigin_contains: mainnet_Bytes + txOrigin_not_contains: mainnet_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -104428,12 +98423,12 @@ input mantle_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_OriginTransfer_filter] - or: [mantle_OriginTransfer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginTransfer_filter] + or: [mainnet_OriginTransfer_filter] } -enum mantle_OriginTransfer_orderBy { +enum mainnet_OriginTransfer_orderBy { id chainId transferId @@ -104486,20 +98481,20 @@ enum mantle_OriginTransfer_orderBy { txNonce } -type mantle_Relayer { +type mainnet_Relayer { id: ID! isActive: Boolean! - relayer: mantle_Bytes + relayer: mainnet_Bytes } -type mantle_RelayerFee { +type mainnet_RelayerFee { id: ID! - transfer: mantle_OriginTransfer! + transfer: mainnet_OriginTransfer! fee: BigInt! - asset: mantle_Bytes! + asset: mainnet_Bytes! } -input mantle_RelayerFee_filter { +input mainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -104528,7 +98523,7 @@ input mantle_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mantle_OriginTransfer_filter + transfer_: mainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -104537,23 +98532,23 @@ input mantle_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: mantle_Bytes - asset_not: mantle_Bytes - asset_gt: mantle_Bytes - asset_lt: mantle_Bytes - asset_gte: mantle_Bytes - asset_lte: mantle_Bytes - asset_in: [mantle_Bytes!] - asset_not_in: [mantle_Bytes!] - asset_contains: mantle_Bytes - asset_not_contains: mantle_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: mantle_BlockChangedFilter - and: [mantle_RelayerFee_filter] - or: [mantle_RelayerFee_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFee_filter] + or: [mainnet_RelayerFee_filter] } -enum mantle_RelayerFee_orderBy { +enum mainnet_RelayerFee_orderBy { id transfer transfer__id @@ -104589,20 +98584,20 @@ enum mantle_RelayerFee_orderBy { asset } -type mantle_RelayerFeesIncrease { +type mainnet_RelayerFeesIncrease { id: ID! - transfer: mantle_OriginTransfer! + transfer: mainnet_OriginTransfer! increase: BigInt - asset: mantle_Bytes - caller: mantle_Bytes! - transactionHash: mantle_Bytes! + asset: mainnet_Bytes + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mantle_RelayerFeesIncrease_filter { +input mainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -104631,7 +98626,7 @@ input mantle_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mantle_OriginTransfer_filter + transfer_: mainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -104640,36 +98635,820 @@ input mantle_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: mantle_Bytes - asset_not: mantle_Bytes - asset_gt: mantle_Bytes - asset_lt: mantle_Bytes - asset_gte: mantle_Bytes - asset_lte: mantle_Bytes - asset_in: [mantle_Bytes!] - asset_not_in: [mantle_Bytes!] - asset_contains: mantle_Bytes - asset_not_contains: mantle_Bytes - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_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 + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFeesIncrease_filter] + or: [mainnet_RelayerFeesIncrease_filter] +} + +enum 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 +} + +input mainnet_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: 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: mainnet_BlockChangedFilter + and: [mainnet_Relayer_filter] + or: [mainnet_Relayer_filter] +} + +enum mainnet_Relayer_orderBy { + id + isActive + relayer +} + +type mainnet_RootCount { + id: ID! + count: BigInt +} + +input mainnet_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: mainnet_BlockChangedFilter + and: [mainnet_RootCount_filter] + or: [mainnet_RootCount_filter] +} + +enum mainnet_RootCount_orderBy { + id + count +} + +type mainnet_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: mainnet_Bytes + count: BigInt + caller: mainnet_Bytes + transactionHash: mainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input mainnet_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: 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 + count_lt: BigInt + count_gte: BigInt + 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 + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageSent_filter] + or: [mainnet_RootMessageSent_filter] +} + +enum mainnet_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type mainnet_Router { + id: ID! + isActive: Boolean! + owner: mainnet_Bytes + recipient: mainnet_Bytes + proposedOwner: mainnet_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! +} + +type mainnet_RouterDailyTVL { + id: ID! + router: mainnet_Router! + asset: mainnet_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input mainnet_RouterDailyTVL_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: mainnet_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: mainnet_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterDailyTVL_filter] + or: [mainnet_RouterDailyTVL_filter] +} + +enum mainnet_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type mainnet_RouterLiquidityEvent { + id: ID! + type: mainnet_RouterLiquidityEventType + router: mainnet_Router! + asset: mainnet_Asset! + amount: BigInt! + balance: BigInt! + caller: mainnet_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: mainnet_Bytes! + nonce: BigInt! +} + +enum mainnet_RouterLiquidityEventType { + Add + Remove +} + +input mainnet_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: mainnet_RouterLiquidityEventType + type_not: mainnet_RouterLiquidityEventType + type_in: [mainnet_RouterLiquidityEventType!] + type_not_in: [mainnet_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: mainnet_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: mainnet_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterLiquidityEvent_filter] + or: [mainnet_RouterLiquidityEvent_filter] +} + +enum mainnet_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input mainnet_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: 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 + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: mainnet_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Router_filter] + or: [mainnet_Router_filter] +} + +enum mainnet_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type mainnet_Sequencer { + id: ID! + isActive: Boolean! + sequencer: mainnet_Bytes +} + +input mainnet_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: 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: mainnet_BlockChangedFilter + and: [mainnet_Sequencer_filter] + or: [mainnet_Sequencer_filter] +} + +enum mainnet_Sequencer_orderBy { + id + isActive + sequencer +} + +type mainnet_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: mainnet_Bytes! +} + +input mainnet_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: 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: mainnet_BlockChangedFilter + and: [mainnet_Setting_filter] + or: [mainnet_Setting_filter] +} + +enum mainnet_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type mainnet_SlippageUpdate { + id: ID! + transfer: mainnet_DestinationTransfer! + slippage: BigInt! + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input mainnet_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_: mainnet_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: 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 @@ -104703,12 +99482,12 @@ input mantle_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RelayerFeesIncrease_filter] - or: [mantle_RelayerFeesIncrease_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SlippageUpdate_filter] + or: [mainnet_SlippageUpdate_filter] } -enum mantle_RelayerFeesIncrease_orderBy { +enum mainnet_SlippageUpdate_orderBy { id transfer transfer__id @@ -104716,7 +99495,6 @@ enum mantle_RelayerFeesIncrease_orderBy { transfer__transferId transfer__nonce transfer__status - transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -104725,23 +99503,30 @@ enum mantle_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 @@ -104750,7 +99535,16 @@ enum mantle_RelayerFeesIncrease_orderBy { blockNumber } -input mantle_Relayer_filter { +type mainnet_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: mainnet_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input mainnet_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -104759,38 +99553,69 @@ input mantle_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: mantle_Bytes - relayer_not: mantle_Bytes - relayer_gt: mantle_Bytes - relayer_lt: mantle_Bytes - relayer_gte: mantle_Bytes - relayer_lte: mantle_Bytes - relayer_in: [mantle_Bytes!] - relayer_not_in: [mantle_Bytes!] - relayer_contains: mantle_Bytes - relayer_not_contains: mantle_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: 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 + 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: mantle_BlockChangedFilter - and: [mantle_Relayer_filter] - or: [mantle_Relayer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SnapshotRoot_filter] + or: [mainnet_SnapshotRoot_filter] } -enum mantle_Relayer_orderBy { +enum mainnet_SnapshotRoot_orderBy { id - isActive - relayer + spokeDomain + root + count + timestamp + blockNumber } -type mantle_RootCount { +type mainnet_SpokeConnectorMode { id: ID! - count: BigInt + mode: String! } -input mantle_RootCount_filter { +input mainnet_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -104799,40 +99624,343 @@ input mantle_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!] + 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: mantle_BlockChangedFilter - and: [mantle_RootCount_filter] - or: [mantle_RootCount_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SpokeConnectorMode_filter] + or: [mainnet_SpokeConnectorMode_filter] } -enum mantle_RootCount_orderBy { +enum mainnet_SpokeConnectorMode_orderBy { id - count + mode } -type mantle_RootMessageSent { +enum mainnet_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +enum mode_swap_Aggregation_interval { + hour + day +} + +scalar mode_swap_BigDecimal + +input mode_swap_BlockChangedFilter { + number_gte: Int! +} + +input mode_swap_Block_height { + hash: mode_swap_Bytes + number: Int + number_gte: Int +} + +scalar mode_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar mode_swap_Int8 + +type mode_swap_LpAccount { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: mantle_Bytes - count: BigInt - caller: mantle_Bytes - transactionHash: mantle_Bytes + address: mode_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpAccountBalance_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpAccountBalance_filter): [mode_swap_LpAccountBalance!]! +} + +type mode_swap_LpAccountBalance { + id: ID! + account: mode_swap_LpAccount! + token: mode_swap_LpToken! + amount: mode_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: mode_swap_Bytes +} + +input mode_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_: mode_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_: mode_swap_LpToken_filter + amount: mode_swap_BigDecimal + amount_not: mode_swap_BigDecimal + amount_gt: mode_swap_BigDecimal + amount_lt: mode_swap_BigDecimal + amount_gte: mode_swap_BigDecimal + amount_lte: mode_swap_BigDecimal + amount_in: [mode_swap_BigDecimal!] + amount_not_in: [mode_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: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes + """Filter for the block changed event.""" + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpAccountBalance_filter] + or: [mode_swap_LpAccountBalance_filter] +} + +enum mode_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 mode_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: mode_swap_Bytes + address_not: mode_swap_Bytes + address_gt: mode_swap_Bytes + address_lt: mode_swap_Bytes + address_gte: mode_swap_Bytes + address_lte: mode_swap_Bytes + address_in: [mode_swap_Bytes!] + address_not_in: [mode_swap_Bytes!] + address_contains: mode_swap_Bytes + address_not_contains: mode_swap_Bytes + balances_: mode_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpAccount_filter] + or: [mode_swap_LpAccount_filter] +} + +enum mode_swap_LpAccount_orderBy { + id + address + balances +} + +type mode_swap_LpToken { + id: ID! + address: mode_swap_Bytes! + stableSwap: mode_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: mode_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_LpTokenEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_LpTokenEvent_filter): [mode_swap_LpTokenEvent!]! +} + +interface mode_swap_LpTokenEvent { + id: ID! + token: mode_swap_LpToken! + amount: mode_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: mode_swap_Bytes! + nonce: BigInt! +} + +input mode_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_: mode_swap_LpToken_filter + amount: mode_swap_BigDecimal + amount_not: mode_swap_BigDecimal + amount_gt: mode_swap_BigDecimal + amount_lt: mode_swap_BigDecimal + amount_gte: mode_swap_BigDecimal + amount_lte: mode_swap_BigDecimal + amount_in: [mode_swap_BigDecimal!] + amount_not_in: [mode_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 - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_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: mode_swap_BlockChangedFilter + and: [mode_swap_LpTokenEvent_filter] + or: [mode_swap_LpTokenEvent_filter] } -input mantle_RootMessageSent_filter { +enum mode_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input mode_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -104841,60 +99969,450 @@ input mantle_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: mantle_Bytes - root_not: mantle_Bytes - root_gt: mantle_Bytes - root_lt: mantle_Bytes - root_gte: mantle_Bytes - root_lte: mantle_Bytes - root_in: [mantle_Bytes!] - root_not_in: [mantle_Bytes!] - root_contains: mantle_Bytes - root_not_contains: mantle_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: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes + address: mode_swap_Bytes + address_not: mode_swap_Bytes + address_gt: mode_swap_Bytes + address_lt: mode_swap_Bytes + address_gte: mode_swap_Bytes + address_lte: mode_swap_Bytes + address_in: [mode_swap_Bytes!] + address_not_in: [mode_swap_Bytes!] + address_contains: mode_swap_Bytes + address_not_contains: mode_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_: mode_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: mode_swap_BigDecimal + totalSupply_not: mode_swap_BigDecimal + totalSupply_gt: mode_swap_BigDecimal + totalSupply_lt: mode_swap_BigDecimal + totalSupply_gte: mode_swap_BigDecimal + totalSupply_lte: mode_swap_BigDecimal + totalSupply_in: [mode_swap_BigDecimal!] + totalSupply_not_in: [mode_swap_BigDecimal!] + events_: mode_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_LpToken_filter] + or: [mode_swap_LpToken_filter] +} + +enum mode_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 mode_swap_LpTransferEvent implements mode_swap_LpTokenEvent { + id: ID! + token: mode_swap_LpToken! + amount: mode_swap_BigDecimal! + from: mode_swap_Bytes! + to: mode_swap_Bytes! + fromBalance: mode_swap_BigDecimal! + toBalance: mode_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: mode_swap_Bytes! + nonce: BigInt! +} + +input mode_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_: mode_swap_LpToken_filter + amount: mode_swap_BigDecimal + amount_not: mode_swap_BigDecimal + amount_gt: mode_swap_BigDecimal + amount_lt: mode_swap_BigDecimal + amount_gte: mode_swap_BigDecimal + amount_lte: mode_swap_BigDecimal + amount_in: [mode_swap_BigDecimal!] + amount_not_in: [mode_swap_BigDecimal!] + from: mode_swap_Bytes + from_not: mode_swap_Bytes + from_gt: mode_swap_Bytes + from_lt: mode_swap_Bytes + from_gte: mode_swap_Bytes + from_lte: mode_swap_Bytes + from_in: [mode_swap_Bytes!] + from_not_in: [mode_swap_Bytes!] + from_contains: mode_swap_Bytes + from_not_contains: mode_swap_Bytes + to: mode_swap_Bytes + to_not: mode_swap_Bytes + to_gt: mode_swap_Bytes + to_lt: mode_swap_Bytes + to_gte: mode_swap_Bytes + to_lte: mode_swap_Bytes + to_in: [mode_swap_Bytes!] + to_not_in: [mode_swap_Bytes!] + to_contains: mode_swap_Bytes + to_not_contains: mode_swap_Bytes + fromBalance: mode_swap_BigDecimal + fromBalance_not: mode_swap_BigDecimal + fromBalance_gt: mode_swap_BigDecimal + fromBalance_lt: mode_swap_BigDecimal + fromBalance_gte: mode_swap_BigDecimal + fromBalance_lte: mode_swap_BigDecimal + fromBalance_in: [mode_swap_BigDecimal!] + fromBalance_not_in: [mode_swap_BigDecimal!] + toBalance: mode_swap_BigDecimal + toBalance_not: mode_swap_BigDecimal + toBalance_gt: mode_swap_BigDecimal + toBalance_lt: mode_swap_BigDecimal + toBalance_gte: mode_swap_BigDecimal + toBalance_lte: mode_swap_BigDecimal + toBalance_in: [mode_swap_BigDecimal!] + toBalance_not_in: [mode_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: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_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: mode_swap_BlockChangedFilter + and: [mode_swap_LpTransferEvent_filter] + or: [mode_swap_LpTransferEvent_filter] +} + +enum mode_swap_LpTransferEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce +} + +"""Defines the order direction, either ascending or descending""" +enum mode_swap_OrderDirection { + asc + desc +} + +type mode_swap_PooledToken { + id: ID! + asset: mode_swap_Bytes! +} + +input mode_swap_PooledToken_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + asset: mode_swap_Bytes + asset_not: mode_swap_Bytes + asset_gt: mode_swap_Bytes + asset_lt: mode_swap_Bytes + asset_gte: mode_swap_Bytes + asset_lte: mode_swap_Bytes + asset_in: [mode_swap_Bytes!] + asset_not_in: [mode_swap_Bytes!] + asset_contains: mode_swap_Bytes + asset_not_contains: mode_swap_Bytes + """Filter for the block changed event.""" + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_PooledToken_filter] + or: [mode_swap_PooledToken_filter] +} + +enum mode_swap_PooledToken_orderBy { + id + asset +} + +type mode_swap_StableSwap { + id: ID! + isActive: Boolean + key: mode_swap_Bytes! + canonicalId: mode_swap_Bytes + domain: BigInt + swapPool: mode_swap_Bytes + lpToken: mode_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [mode_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapEvent_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapEvent_filter): [mode_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: mode_swap_StableSwapExchange_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_StableSwapExchange_filter): [mode_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapHourlyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapHourlyVolume_filter): [mode_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapDailyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapDailyVolume_filter): [mode_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mode_swap_SwapWeeklyVolume_orderBy, orderDirection: mode_swap_OrderDirection, where: mode_swap_SwapWeeklyVolume_filter): [mode_swap_SwapWeeklyVolume!] +} + +type mode_swap_StableSwapAddLiquidityEvent implements mode_swap_StableSwapEvent { + id: ID! + stableSwap: mode_swap_StableSwap! + provider: mode_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: mode_swap_Bytes! + nonce: BigInt! +} + +input mode_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_: mode_swap_StableSwap_filter + provider: mode_swap_Bytes + provider_not: mode_swap_Bytes + provider_gt: mode_swap_Bytes + provider_lt: mode_swap_Bytes + provider_gte: mode_swap_Bytes + provider_lte: mode_swap_Bytes + provider_in: [mode_swap_Bytes!] + provider_not_in: [mode_swap_Bytes!] + provider_contains: mode_swap_Bytes + provider_not_contains: mode_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 @@ -104903,69 +100421,72 @@ input mantle_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: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_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: mantle_BlockChangedFilter - and: [mantle_RootMessageSent_filter] - or: [mantle_RootMessageSent_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapAddLiquidityEvent_filter] + or: [mode_swap_StableSwapAddLiquidityEvent_filter] } -enum mantle_RootMessageSent_orderBy { +enum mode_swap_StableSwapAddLiquidityEvent_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 + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - gasPrice - gasLimit - blockNumber -} - -type mantle_Router { - id: ID! - isActive: Boolean! - owner: mantle_Bytes - recipient: mantle_Bytes - proposedOwner: mantle_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mantle_AssetBalance_orderBy, orderDirection: mantle_OrderDirection, where: mantle_AssetBalance_filter): [mantle_AssetBalance!]! + transaction + nonce } -type mantle_RouterDailyTVL { +interface mode_swap_StableSwapEvent { id: ID! - router: mantle_Router! - asset: mantle_Asset! + stableSwap: mode_swap_StableSwap! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: mode_swap_Bytes! + nonce: BigInt! } -input mantle_RouterDailyTVL_filter { +input mode_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -104974,48 +100495,35 @@ input mantle_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_: mantle_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_: mantle_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_: mode_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 @@ -105024,63 +100532,72 @@ input mantle_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: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_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: mantle_BlockChangedFilter - and: [mantle_RouterDailyTVL_filter] - or: [mantle_RouterDailyTVL_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapEvent_filter] + or: [mode_swap_StableSwapEvent_filter] } -enum mantle_RouterDailyTVL_orderBy { +enum mode_swap_StableSwapEvent_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - balance + transaction + nonce } -type mantle_RouterLiquidityEvent { +type mode_swap_StableSwapExchange { id: ID! - type: mantle_RouterLiquidityEventType - router: mantle_Router! - asset: mantle_Asset! - amount: BigInt! - balance: BigInt! - caller: mantle_Bytes - blockNumber: BigInt! + stableSwap: mode_swap_StableSwap! + buyer: mode_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - transactionHash: mantle_Bytes! + transaction: mode_swap_Bytes! nonce: BigInt! } -enum mantle_RouterLiquidityEventType { - Add - Remove -} - -input mantle_RouterLiquidityEvent_filter { +input mode_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -105089,86 +100606,91 @@ input mantle_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mantle_RouterLiquidityEventType - type_not: mantle_RouterLiquidityEventType - type_in: [mantle_RouterLiquidityEventType!] - type_not_in: [mantle_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: mantle_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_: mantle_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_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!] + 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_: mode_swap_StableSwap_filter + buyer: mode_swap_Bytes + buyer_not: mode_swap_Bytes + buyer_gt: mode_swap_Bytes + buyer_lt: mode_swap_Bytes + buyer_gte: mode_swap_Bytes + buyer_lte: mode_swap_Bytes + buyer_in: [mode_swap_Bytes!] + buyer_not_in: [mode_swap_Bytes!] + buyer_contains: mode_swap_Bytes + buyer_not_contains: mode_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 @@ -105177,16 +100699,16 @@ input mantle_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_Bytes + transaction: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -105196,41 +100718,60 @@ input mantle_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RouterLiquidityEvent_filter] - or: [mantle_RouterLiquidityEvent_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapExchange_filter] + or: [mode_swap_StableSwapExchange_filter] } -enum mantle_RouterLiquidityEvent_orderBy { +enum mode_swap_StableSwapExchange_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - transactionHash + transaction nonce } -input mantle_Router_filter { +type mode_swap_StableSwapRemoveLiquidityEvent implements mode_swap_StableSwapEvent { + id: ID! + stableSwap: mode_swap_StableSwap! + provider: mode_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: mode_swap_Bytes! + nonce: BigInt! +} + +input mode_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -105239,72 +100780,152 @@ input mantle_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: mantle_Bytes - owner_not: mantle_Bytes - owner_gt: mantle_Bytes - owner_lt: mantle_Bytes - owner_gte: mantle_Bytes - owner_lte: mantle_Bytes - owner_in: [mantle_Bytes!] - owner_not_in: [mantle_Bytes!] - owner_contains: mantle_Bytes - owner_not_contains: mantle_Bytes - recipient: mantle_Bytes - recipient_not: mantle_Bytes - recipient_gt: mantle_Bytes - recipient_lt: mantle_Bytes - recipient_gte: mantle_Bytes - recipient_lte: mantle_Bytes - recipient_in: [mantle_Bytes!] - recipient_not_in: [mantle_Bytes!] - recipient_contains: mantle_Bytes - recipient_not_contains: mantle_Bytes - proposedOwner: mantle_Bytes - proposedOwner_not: mantle_Bytes - proposedOwner_gt: mantle_Bytes - proposedOwner_lt: mantle_Bytes - proposedOwner_gte: mantle_Bytes - proposedOwner_lte: mantle_Bytes - proposedOwner_in: [mantle_Bytes!] - proposedOwner_not_in: [mantle_Bytes!] - proposedOwner_contains: mantle_Bytes - proposedOwner_not_contains: mantle_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_: mantle_AssetBalance_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: mode_swap_StableSwap_filter + provider: mode_swap_Bytes + provider_not: mode_swap_Bytes + provider_gt: mode_swap_Bytes + provider_lt: mode_swap_Bytes + provider_gte: mode_swap_Bytes + provider_lte: mode_swap_Bytes + provider_in: [mode_swap_Bytes!] + provider_not_in: [mode_swap_Bytes!] + provider_contains: mode_swap_Bytes + provider_not_contains: mode_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: mode_swap_Bytes + transaction_not: mode_swap_Bytes + transaction_gt: mode_swap_Bytes + transaction_lt: mode_swap_Bytes + transaction_gte: mode_swap_Bytes + transaction_lte: mode_swap_Bytes + transaction_in: [mode_swap_Bytes!] + transaction_not_in: [mode_swap_Bytes!] + transaction_contains: mode_swap_Bytes + transaction_not_contains: mode_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: mantle_BlockChangedFilter - and: [mantle_Router_filter] - or: [mantle_Router_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mode_swap_StableSwapRemoveLiquidityEvent_filter] } -enum mantle_Router_orderBy { +enum mode_swap_StableSwapRemoveLiquidityEvent_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type mantle_Sequencer { - id: ID! - isActive: Boolean! - sequencer: mantle_Bytes + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -input mantle_Sequencer_filter { +input mode_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -105317,35 +100938,197 @@ input mantle_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: mantle_Bytes - sequencer_not: mantle_Bytes - sequencer_gt: mantle_Bytes - sequencer_lt: mantle_Bytes - sequencer_gte: mantle_Bytes - sequencer_lte: mantle_Bytes - sequencer_in: [mantle_Bytes!] - sequencer_not_in: [mantle_Bytes!] - sequencer_contains: mantle_Bytes - sequencer_not_contains: mantle_Bytes + key: mode_swap_Bytes + key_not: mode_swap_Bytes + key_gt: mode_swap_Bytes + key_lt: mode_swap_Bytes + key_gte: mode_swap_Bytes + key_lte: mode_swap_Bytes + key_in: [mode_swap_Bytes!] + key_not_in: [mode_swap_Bytes!] + key_contains: mode_swap_Bytes + key_not_contains: mode_swap_Bytes + canonicalId: mode_swap_Bytes + canonicalId_not: mode_swap_Bytes + canonicalId_gt: mode_swap_Bytes + canonicalId_lt: mode_swap_Bytes + canonicalId_gte: mode_swap_Bytes + canonicalId_lte: mode_swap_Bytes + canonicalId_in: [mode_swap_Bytes!] + canonicalId_not_in: [mode_swap_Bytes!] + canonicalId_contains: mode_swap_Bytes + canonicalId_not_contains: mode_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: mode_swap_Bytes + swapPool_not: mode_swap_Bytes + swapPool_gt: mode_swap_Bytes + swapPool_lt: mode_swap_Bytes + swapPool_gte: mode_swap_Bytes + swapPool_lte: mode_swap_Bytes + swapPool_in: [mode_swap_Bytes!] + swapPool_not_in: [mode_swap_Bytes!] + swapPool_contains: mode_swap_Bytes + swapPool_not_contains: mode_swap_Bytes + lpToken: mode_swap_Bytes + lpToken_not: mode_swap_Bytes + lpToken_gt: mode_swap_Bytes + lpToken_lt: mode_swap_Bytes + lpToken_gte: mode_swap_Bytes + lpToken_lte: mode_swap_Bytes + lpToken_in: [mode_swap_Bytes!] + lpToken_not_in: [mode_swap_Bytes!] + lpToken_contains: mode_swap_Bytes + lpToken_not_contains: mode_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: [mode_swap_Bytes!] + pooledTokens_not: [mode_swap_Bytes!] + pooledTokens_contains: [mode_swap_Bytes!] + pooledTokens_contains_nocase: [mode_swap_Bytes!] + pooledTokens_not_contains: [mode_swap_Bytes!] + pooledTokens_not_contains_nocase: [mode_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_: mode_swap_StableSwapEvent_filter + exchanges_: mode_swap_StableSwapExchange_filter + hourlyVolumes_: mode_swap_SwapHourlyVolume_filter + dailyVolumes_: mode_swap_SwapDailyVolume_filter + weeklyVolumes_: mode_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Sequencer_filter] - or: [mantle_Sequencer_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_StableSwap_filter] + or: [mode_swap_StableSwap_filter] } -enum mantle_Sequencer_orderBy { +enum mode_swap_StableSwap_orderBy { id isActive - sequencer + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type mantle_Setting { +type mode_swap_SwapDailyVolume implements mode_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: mantle_Bytes! + stableSwap: mode_swap_StableSwap! + timestamp: BigInt! + volume: mode_swap_BigDecimal! } -input mantle_Setting_filter { +input mode_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -105354,49 +101137,80 @@ input mantle_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: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_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_: mode_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: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Setting_filter] - or: [mantle_Setting_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapDailyVolume_filter] + or: [mode_swap_SwapDailyVolume_filter] } -enum mantle_Setting_orderBy { - id - maxRoutersPerTransfer - caller +enum mode_swap_SwapDailyVolume_orderBy { + id + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type mantle_SlippageUpdate { +type mode_swap_SwapHourlyVolume implements mode_swap_SwapTradeVolume { id: ID! - transfer: mantle_DestinationTransfer! - slippage: BigInt! - caller: mantle_Bytes! - transactionHash: mantle_Bytes! + stableSwap: mode_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: mode_swap_BigDecimal! } -input mantle_SlippageUpdate_filter { +input mode_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -105405,55 +101219,27 @@ input mantle_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_: mantle_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: mantle_Bytes - caller_not: mantle_Bytes - caller_gt: mantle_Bytes - caller_lt: mantle_Bytes - caller_gte: mantle_Bytes - caller_lte: mantle_Bytes - caller_in: [mantle_Bytes!] - caller_not_in: [mantle_Bytes!] - caller_contains: mantle_Bytes - caller_not_contains: mantle_Bytes - transactionHash: mantle_Bytes - transactionHash_not: mantle_Bytes - transactionHash_gt: mantle_Bytes - transactionHash_lt: mantle_Bytes - transactionHash_gte: mantle_Bytes - transactionHash_lte: mantle_Bytes - transactionHash_in: [mantle_Bytes!] - transactionHash_not_in: [mantle_Bytes!] - transactionHash_contains: mantle_Bytes - transactionHash_not_contains: mantle_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_: mode_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -105462,94 +101248,123 @@ input mantle_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: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_SlippageUpdate_filter] - or: [mantle_SlippageUpdate_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapHourlyVolume_filter] + or: [mode_swap_SwapHourlyVolume_filter] } -enum mantle_SlippageUpdate_orderBy { +enum mode_swap_SwapHourlyVolume_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 } -type mantle_SnapshotRoot { +interface mode_swap_SwapTradeVolume { + stableSwap: mode_swap_StableSwap! + timestamp: BigInt! + volume: mode_swap_BigDecimal! +} + +input mode_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_: mode_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: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapTradeVolume_filter] + or: [mode_swap_SwapTradeVolume_filter] +} + +enum mode_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 mode_swap_SwapWeeklyVolume implements mode_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: mantle_Bytes! - count: BigInt! + stableSwap: mode_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: mode_swap_BigDecimal! } -input mantle_SnapshotRoot_filter { +input mode_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -105558,32 +101373,27 @@ input mantle_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: mantle_Bytes - root_not: mantle_Bytes - root_gt: mantle_Bytes - root_lt: mantle_Bytes - root_gte: mantle_Bytes - root_lte: mantle_Bytes - root_in: [mantle_Bytes!] - root_not_in: [mantle_Bytes!] - root_contains: mantle_Bytes - root_not_contains: mantle_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_: mode_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -105592,35 +101402,50 @@ input mantle_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: mode_swap_BigDecimal + volume_not: mode_swap_BigDecimal + volume_gt: mode_swap_BigDecimal + volume_lt: mode_swap_BigDecimal + volume_gte: mode_swap_BigDecimal + volume_lte: mode_swap_BigDecimal + volume_in: [mode_swap_BigDecimal!] + volume_not_in: [mode_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_SnapshotRoot_filter] - or: [mantle_SnapshotRoot_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SwapWeeklyVolume_filter] + or: [mode_swap_SwapWeeklyVolume_filter] } -enum mantle_SnapshotRoot_orderBy { +enum mode_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - root - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - blockNumber + volume } -type mantle_SpokeConnectorMode { +type mode_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input mantle_SpokeConnectorMode_filter { +input mode_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -105629,58 +101454,47 @@ input mantle_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_SpokeConnectorMode_filter] - or: [mantle_SpokeConnectorMode_filter] + _change_block: mode_swap_BlockChangedFilter + and: [mode_swap_SystemInfo_filter] + or: [mode_swap_SystemInfo_filter] } -enum mantle_SpokeConnectorMode_orderBy { +enum mode_swap_SystemInfo_orderBy { id - mode -} - -enum mantle_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type mantle__Block_ { +type mode_swap__Block_ { """The hash of the block""" - hash: mantle_Bytes + hash: mode_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: mantle_Bytes + parentHash: mode_swap_Bytes } """The type for the top-level _meta field""" -type mantle__Meta_ { +type mode_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 @@ -105688,22 +101502,22 @@ type mantle__Meta_ { and therefore asks for the latest block """ - block: mantle__Block_! + block: mode_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingpolygon_AggregateRoot { +type stagingxdai_AggregateRoot { id: ID! - root: stagingpolygon_Bytes! + root: stagingxdai_Bytes! blockNumber: BigInt! } -type stagingpolygon_AggregateRootProposed { +type stagingxdai_AggregateRootProposed { id: ID! - aggregateRoot: stagingpolygon_Bytes! + aggregateRoot: stagingxdai_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -105711,7 +101525,7 @@ type stagingpolygon_AggregateRootProposed { blockNumber: BigInt } -input stagingpolygon_AggregateRootProposed_filter { +input stagingxdai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -105720,16 +101534,16 @@ input stagingpolygon_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingpolygon_Bytes - aggregateRoot_not: stagingpolygon_Bytes - aggregateRoot_gt: stagingpolygon_Bytes - aggregateRoot_lt: stagingpolygon_Bytes - aggregateRoot_gte: stagingpolygon_Bytes - aggregateRoot_lte: stagingpolygon_Bytes - aggregateRoot_in: [stagingpolygon_Bytes!] - aggregateRoot_not_in: [stagingpolygon_Bytes!] - aggregateRoot_contains: stagingpolygon_Bytes - aggregateRoot_not_contains: stagingpolygon_Bytes + aggregateRoot: stagingxdai_Bytes + aggregateRoot_not: stagingxdai_Bytes + aggregateRoot_gt: stagingxdai_Bytes + aggregateRoot_lt: stagingxdai_Bytes + aggregateRoot_gte: stagingxdai_Bytes + aggregateRoot_lte: stagingxdai_Bytes + aggregateRoot_in: [stagingxdai_Bytes!] + aggregateRoot_not_in: [stagingxdai_Bytes!] + aggregateRoot_contains: stagingxdai_Bytes + aggregateRoot_not_contains: stagingxdai_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -105771,12 +101585,12 @@ input stagingpolygon_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_AggregateRootProposed_filter] - or: [stagingpolygon_AggregateRootProposed_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_AggregateRootProposed_filter] + or: [stagingxdai_AggregateRootProposed_filter] } -enum stagingpolygon_AggregateRootProposed_orderBy { +enum stagingxdai_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -105786,7 +101600,7 @@ enum stagingpolygon_AggregateRootProposed_orderBy { blockNumber } -input stagingpolygon_AggregateRoot_filter { +input stagingxdai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -105795,16 +101609,16 @@ input stagingpolygon_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingpolygon_Bytes - root_not: stagingpolygon_Bytes - root_gt: stagingpolygon_Bytes - root_lt: stagingpolygon_Bytes - root_gte: stagingpolygon_Bytes - root_lte: stagingpolygon_Bytes - root_in: [stagingpolygon_Bytes!] - root_not_in: [stagingpolygon_Bytes!] - root_contains: stagingpolygon_Bytes - root_not_contains: stagingpolygon_Bytes + root: stagingxdai_Bytes + root_not: stagingxdai_Bytes + root_gt: stagingxdai_Bytes + root_lt: stagingxdai_Bytes + root_gte: stagingxdai_Bytes + root_lte: stagingxdai_Bytes + root_in: [stagingxdai_Bytes!] + root_not_in: [stagingxdai_Bytes!] + root_contains: stagingxdai_Bytes + root_not_contains: stagingxdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -105814,47 +101628,47 @@ input stagingpolygon_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_AggregateRoot_filter] - or: [stagingpolygon_AggregateRoot_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_AggregateRoot_filter] + or: [stagingxdai_AggregateRoot_filter] } -enum stagingpolygon_AggregateRoot_orderBy { +enum stagingxdai_AggregateRoot_orderBy { id root blockNumber } -enum stagingpolygon_Aggregation_interval { +enum stagingxdai_Aggregation_interval { hour day } -type stagingpolygon_Asset { +type stagingxdai_Asset { id: ID! - key: stagingpolygon_Bytes + key: stagingxdai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingpolygon_Bytes + canonicalId: stagingxdai_Bytes canonicalDomain: BigInt - adoptedAsset: stagingpolygon_Bytes - localAsset: stagingpolygon_Bytes + adoptedAsset: stagingxdai_Bytes + localAsset: stagingxdai_Bytes blockNumber: BigInt - status: stagingpolygon_AssetStatus + status: stagingxdai_AssetStatus } -type stagingpolygon_AssetBalance { +type stagingxdai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + router: stagingxdai_Router! + asset: stagingxdai_Asset! feesEarned: BigInt! } -input stagingpolygon_AssetBalance_filter { +input stagingxdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -105915,7 +101729,7 @@ input stagingpolygon_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingpolygon_Router_filter + router_: stagingxdai_Router_filter asset: String asset_not: String asset_gt: String @@ -105936,7 +101750,7 @@ input stagingpolygon_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygon_Asset_filter + asset_: stagingxdai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -105946,12 +101760,12 @@ input stagingpolygon_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_AssetBalance_filter] - or: [stagingpolygon_AssetBalance_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_AssetBalance_filter] + or: [stagingxdai_AssetBalance_filter] } -enum stagingpolygon_AssetBalance_orderBy { +enum stagingxdai_AssetBalance_orderBy { id amount locked @@ -105977,12 +101791,12 @@ enum stagingpolygon_AssetBalance_orderBy { feesEarned } -type stagingpolygon_AssetStatus { +type stagingxdai_AssetStatus { id: ID! status: Boolean } -input stagingpolygon_AssetStatus_filter { +input stagingxdai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -105996,17 +101810,17 @@ input stagingpolygon_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_AssetStatus_filter] - or: [stagingpolygon_AssetStatus_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_AssetStatus_filter] + or: [stagingxdai_AssetStatus_filter] } -enum stagingpolygon_AssetStatus_orderBy { +enum stagingxdai_AssetStatus_orderBy { id status } -input stagingpolygon_Asset_filter { +input stagingxdai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -106015,16 +101829,16 @@ input stagingpolygon_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingpolygon_Bytes - key_not: stagingpolygon_Bytes - key_gt: stagingpolygon_Bytes - key_lt: stagingpolygon_Bytes - key_gte: stagingpolygon_Bytes - key_lte: stagingpolygon_Bytes - key_in: [stagingpolygon_Bytes!] - key_not_in: [stagingpolygon_Bytes!] - key_contains: stagingpolygon_Bytes - key_not_contains: stagingpolygon_Bytes + key: stagingxdai_Bytes + key_not: stagingxdai_Bytes + key_gt: stagingxdai_Bytes + key_lt: stagingxdai_Bytes + key_gte: stagingxdai_Bytes + key_lte: stagingxdai_Bytes + key_in: [stagingxdai_Bytes!] + key_not_in: [stagingxdai_Bytes!] + key_contains: stagingxdai_Bytes + key_not_contains: stagingxdai_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -106041,16 +101855,16 @@ input stagingpolygon_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingpolygon_Bytes - canonicalId_not: stagingpolygon_Bytes - canonicalId_gt: stagingpolygon_Bytes - canonicalId_lt: stagingpolygon_Bytes - canonicalId_gte: stagingpolygon_Bytes - canonicalId_lte: stagingpolygon_Bytes - canonicalId_in: [stagingpolygon_Bytes!] - canonicalId_not_in: [stagingpolygon_Bytes!] - canonicalId_contains: stagingpolygon_Bytes - canonicalId_not_contains: stagingpolygon_Bytes + canonicalId: stagingxdai_Bytes + canonicalId_not: stagingxdai_Bytes + canonicalId_gt: stagingxdai_Bytes + canonicalId_lt: stagingxdai_Bytes + canonicalId_gte: stagingxdai_Bytes + canonicalId_lte: stagingxdai_Bytes + canonicalId_in: [stagingxdai_Bytes!] + canonicalId_not_in: [stagingxdai_Bytes!] + canonicalId_contains: stagingxdai_Bytes + canonicalId_not_contains: stagingxdai_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -106059,26 +101873,26 @@ input stagingpolygon_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingpolygon_Bytes - adoptedAsset_not: stagingpolygon_Bytes - adoptedAsset_gt: stagingpolygon_Bytes - adoptedAsset_lt: stagingpolygon_Bytes - adoptedAsset_gte: stagingpolygon_Bytes - adoptedAsset_lte: stagingpolygon_Bytes - adoptedAsset_in: [stagingpolygon_Bytes!] - adoptedAsset_not_in: [stagingpolygon_Bytes!] - adoptedAsset_contains: stagingpolygon_Bytes - adoptedAsset_not_contains: stagingpolygon_Bytes - localAsset: stagingpolygon_Bytes - localAsset_not: stagingpolygon_Bytes - localAsset_gt: stagingpolygon_Bytes - localAsset_lt: stagingpolygon_Bytes - localAsset_gte: stagingpolygon_Bytes - localAsset_lte: stagingpolygon_Bytes - localAsset_in: [stagingpolygon_Bytes!] - localAsset_not_in: [stagingpolygon_Bytes!] - localAsset_contains: stagingpolygon_Bytes - localAsset_not_contains: stagingpolygon_Bytes + adoptedAsset: stagingxdai_Bytes + adoptedAsset_not: stagingxdai_Bytes + adoptedAsset_gt: stagingxdai_Bytes + adoptedAsset_lt: stagingxdai_Bytes + adoptedAsset_gte: stagingxdai_Bytes + adoptedAsset_lte: stagingxdai_Bytes + adoptedAsset_in: [stagingxdai_Bytes!] + adoptedAsset_not_in: [stagingxdai_Bytes!] + adoptedAsset_contains: stagingxdai_Bytes + adoptedAsset_not_contains: stagingxdai_Bytes + localAsset: stagingxdai_Bytes + localAsset_not: stagingxdai_Bytes + localAsset_gt: stagingxdai_Bytes + localAsset_lt: stagingxdai_Bytes + localAsset_gte: stagingxdai_Bytes + localAsset_lte: stagingxdai_Bytes + localAsset_in: [stagingxdai_Bytes!] + localAsset_not_in: [stagingxdai_Bytes!] + localAsset_contains: stagingxdai_Bytes + localAsset_not_contains: stagingxdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -106107,14 +101921,14 @@ input stagingpolygon_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingpolygon_AssetStatus_filter + status_: stagingxdai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Asset_filter] - or: [stagingpolygon_Asset_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Asset_filter] + or: [stagingxdai_Asset_filter] } -enum stagingpolygon_Asset_orderBy { +enum stagingxdai_Asset_orderBy { id key decimal @@ -106129,30 +101943,30 @@ enum stagingpolygon_Asset_orderBy { status__status } -scalar stagingpolygon_BigDecimal +scalar stagingxdai_BigDecimal -input stagingpolygon_BlockChangedFilter { +input stagingxdai_BlockChangedFilter { number_gte: Int! } -input stagingpolygon_Block_height { - hash: stagingpolygon_Bytes +input stagingxdai_Block_height { + hash: stagingxdai_Bytes number: Int number_gte: Int } -scalar stagingpolygon_Bytes +scalar stagingxdai_Bytes -type stagingpolygon_ConnectorMeta { +type stagingxdai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingpolygon_Bytes - rootManager: stagingpolygon_Bytes - mirrorConnector: stagingpolygon_Bytes + amb: stagingxdai_Bytes + rootManager: stagingxdai_Bytes + mirrorConnector: stagingxdai_Bytes } -input stagingpolygon_ConnectorMeta_filter { +input stagingxdai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -106177,43 +101991,43 @@ input stagingpolygon_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingpolygon_Bytes - amb_not: stagingpolygon_Bytes - amb_gt: stagingpolygon_Bytes - amb_lt: stagingpolygon_Bytes - amb_gte: stagingpolygon_Bytes - amb_lte: stagingpolygon_Bytes - amb_in: [stagingpolygon_Bytes!] - amb_not_in: [stagingpolygon_Bytes!] - amb_contains: stagingpolygon_Bytes - amb_not_contains: stagingpolygon_Bytes - rootManager: stagingpolygon_Bytes - rootManager_not: stagingpolygon_Bytes - rootManager_gt: stagingpolygon_Bytes - rootManager_lt: stagingpolygon_Bytes - rootManager_gte: stagingpolygon_Bytes - rootManager_lte: stagingpolygon_Bytes - rootManager_in: [stagingpolygon_Bytes!] - rootManager_not_in: [stagingpolygon_Bytes!] - rootManager_contains: stagingpolygon_Bytes - rootManager_not_contains: stagingpolygon_Bytes - mirrorConnector: stagingpolygon_Bytes - mirrorConnector_not: stagingpolygon_Bytes - mirrorConnector_gt: stagingpolygon_Bytes - mirrorConnector_lt: stagingpolygon_Bytes - mirrorConnector_gte: stagingpolygon_Bytes - mirrorConnector_lte: stagingpolygon_Bytes - mirrorConnector_in: [stagingpolygon_Bytes!] - mirrorConnector_not_in: [stagingpolygon_Bytes!] - mirrorConnector_contains: stagingpolygon_Bytes - mirrorConnector_not_contains: stagingpolygon_Bytes + amb: stagingxdai_Bytes + amb_not: stagingxdai_Bytes + amb_gt: stagingxdai_Bytes + amb_lt: stagingxdai_Bytes + amb_gte: stagingxdai_Bytes + amb_lte: stagingxdai_Bytes + amb_in: [stagingxdai_Bytes!] + amb_not_in: [stagingxdai_Bytes!] + amb_contains: stagingxdai_Bytes + amb_not_contains: stagingxdai_Bytes + rootManager: stagingxdai_Bytes + rootManager_not: stagingxdai_Bytes + rootManager_gt: stagingxdai_Bytes + rootManager_lt: stagingxdai_Bytes + rootManager_gte: stagingxdai_Bytes + rootManager_lte: stagingxdai_Bytes + rootManager_in: [stagingxdai_Bytes!] + rootManager_not_in: [stagingxdai_Bytes!] + rootManager_contains: stagingxdai_Bytes + rootManager_not_contains: stagingxdai_Bytes + mirrorConnector: stagingxdai_Bytes + mirrorConnector_not: stagingxdai_Bytes + mirrorConnector_gt: stagingxdai_Bytes + mirrorConnector_lt: stagingxdai_Bytes + mirrorConnector_gte: stagingxdai_Bytes + mirrorConnector_lte: stagingxdai_Bytes + mirrorConnector_in: [stagingxdai_Bytes!] + mirrorConnector_not_in: [stagingxdai_Bytes!] + mirrorConnector_contains: stagingxdai_Bytes + mirrorConnector_not_contains: stagingxdai_Bytes """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_ConnectorMeta_filter] - or: [stagingpolygon_ConnectorMeta_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_ConnectorMeta_filter] + or: [stagingxdai_ConnectorMeta_filter] } -enum stagingpolygon_ConnectorMeta_orderBy { +enum stagingxdai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -106222,48 +102036,48 @@ enum stagingpolygon_ConnectorMeta_orderBy { mirrorConnector } -type stagingpolygon_DestinationTransfer { +type stagingxdai_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingpolygon_Bytes + transferId: stagingxdai_Bytes nonce: BigInt - status: stagingpolygon_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_Router_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_Router_filter): [stagingpolygon_Router!] + status: stagingxdai_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_Router_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_Router_filter): [stagingxdai_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingpolygon_Bytes - delegate: stagingpolygon_Bytes + to: stagingxdai_Bytes + delegate: stagingxdai_Bytes receiveLocal: Boolean - callData: stagingpolygon_Bytes + callData: stagingxdai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingpolygon_Bytes + originSender: stagingxdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygon_Bytes - asset: stagingpolygon_Asset + canonicalId: stagingxdai_Bytes + asset: stagingxdai_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingpolygon_Bytes - executedTransactionHash: stagingpolygon_Bytes + executedCaller: stagingxdai_Bytes + executedTransactionHash: stagingxdai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingpolygon_Bytes + executedTxOrigin: stagingxdai_Bytes executedTxNonce: BigInt - reconciledCaller: stagingpolygon_Bytes - reconciledTransactionHash: stagingpolygon_Bytes + reconciledCaller: stagingxdai_Bytes + reconciledTransactionHash: stagingxdai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingpolygon_Bytes + reconciledTxOrigin: stagingxdai_Bytes reconciledTxNonce: BigInt } -input stagingpolygon_DestinationTransfer_filter { +input stagingxdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -106280,16 +102094,16 @@ input stagingpolygon_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingpolygon_Bytes - transferId_not: stagingpolygon_Bytes - transferId_gt: stagingpolygon_Bytes - transferId_lt: stagingpolygon_Bytes - transferId_gte: stagingpolygon_Bytes - transferId_lte: stagingpolygon_Bytes - transferId_in: [stagingpolygon_Bytes!] - transferId_not_in: [stagingpolygon_Bytes!] - transferId_contains: stagingpolygon_Bytes - transferId_not_contains: stagingpolygon_Bytes + transferId: stagingxdai_Bytes + transferId_not: stagingxdai_Bytes + transferId_gt: stagingxdai_Bytes + transferId_lt: stagingxdai_Bytes + transferId_gte: stagingxdai_Bytes + transferId_lte: stagingxdai_Bytes + transferId_in: [stagingxdai_Bytes!] + transferId_not_in: [stagingxdai_Bytes!] + transferId_contains: stagingxdai_Bytes + transferId_not_contains: stagingxdai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -106298,17 +102112,17 @@ input stagingpolygon_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingpolygon_TransferStatus - status_not: stagingpolygon_TransferStatus - status_in: [stagingpolygon_TransferStatus!] - status_not_in: [stagingpolygon_TransferStatus!] + status: stagingxdai_TransferStatus + status_not: stagingxdai_TransferStatus + status_in: [stagingxdai_TransferStatus!] + status_not_in: [stagingxdai_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingpolygon_Router_filter + routers_: stagingxdai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -106333,40 +102147,40 @@ input stagingpolygon_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingpolygon_Bytes - to_not: stagingpolygon_Bytes - to_gt: stagingpolygon_Bytes - to_lt: stagingpolygon_Bytes - to_gte: stagingpolygon_Bytes - to_lte: stagingpolygon_Bytes - to_in: [stagingpolygon_Bytes!] - to_not_in: [stagingpolygon_Bytes!] - to_contains: stagingpolygon_Bytes - to_not_contains: stagingpolygon_Bytes - delegate: stagingpolygon_Bytes - delegate_not: stagingpolygon_Bytes - delegate_gt: stagingpolygon_Bytes - delegate_lt: stagingpolygon_Bytes - delegate_gte: stagingpolygon_Bytes - delegate_lte: stagingpolygon_Bytes - delegate_in: [stagingpolygon_Bytes!] - delegate_not_in: [stagingpolygon_Bytes!] - delegate_contains: stagingpolygon_Bytes - delegate_not_contains: stagingpolygon_Bytes + to: stagingxdai_Bytes + to_not: stagingxdai_Bytes + to_gt: stagingxdai_Bytes + to_lt: stagingxdai_Bytes + to_gte: stagingxdai_Bytes + to_lte: stagingxdai_Bytes + to_in: [stagingxdai_Bytes!] + to_not_in: [stagingxdai_Bytes!] + to_contains: stagingxdai_Bytes + to_not_contains: stagingxdai_Bytes + delegate: stagingxdai_Bytes + delegate_not: stagingxdai_Bytes + delegate_gt: stagingxdai_Bytes + delegate_lt: stagingxdai_Bytes + delegate_gte: stagingxdai_Bytes + delegate_lte: stagingxdai_Bytes + delegate_in: [stagingxdai_Bytes!] + delegate_not_in: [stagingxdai_Bytes!] + delegate_contains: stagingxdai_Bytes + delegate_not_contains: stagingxdai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingpolygon_Bytes - callData_not: stagingpolygon_Bytes - callData_gt: stagingpolygon_Bytes - callData_lt: stagingpolygon_Bytes - callData_gte: stagingpolygon_Bytes - callData_lte: stagingpolygon_Bytes - callData_in: [stagingpolygon_Bytes!] - callData_not_in: [stagingpolygon_Bytes!] - callData_contains: stagingpolygon_Bytes - callData_not_contains: stagingpolygon_Bytes + callData: stagingxdai_Bytes + callData_not: stagingxdai_Bytes + callData_gt: stagingxdai_Bytes + callData_lt: stagingxdai_Bytes + callData_gte: stagingxdai_Bytes + callData_lte: stagingxdai_Bytes + callData_in: [stagingxdai_Bytes!] + callData_not_in: [stagingxdai_Bytes!] + callData_contains: stagingxdai_Bytes + callData_not_contains: stagingxdai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -106383,16 +102197,16 @@ input stagingpolygon_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingpolygon_Bytes - originSender_not: stagingpolygon_Bytes - originSender_gt: stagingpolygon_Bytes - originSender_lt: stagingpolygon_Bytes - originSender_gte: stagingpolygon_Bytes - originSender_lte: stagingpolygon_Bytes - originSender_in: [stagingpolygon_Bytes!] - originSender_not_in: [stagingpolygon_Bytes!] - originSender_contains: stagingpolygon_Bytes - originSender_not_contains: stagingpolygon_Bytes + originSender: stagingxdai_Bytes + originSender_not: stagingxdai_Bytes + originSender_gt: stagingxdai_Bytes + originSender_lt: stagingxdai_Bytes + originSender_gte: stagingxdai_Bytes + originSender_lte: stagingxdai_Bytes + originSender_in: [stagingxdai_Bytes!] + originSender_not_in: [stagingxdai_Bytes!] + originSender_contains: stagingxdai_Bytes + originSender_not_contains: stagingxdai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -106409,16 +102223,16 @@ input stagingpolygon_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingpolygon_Bytes - canonicalId_not: stagingpolygon_Bytes - canonicalId_gt: stagingpolygon_Bytes - canonicalId_lt: stagingpolygon_Bytes - canonicalId_gte: stagingpolygon_Bytes - canonicalId_lte: stagingpolygon_Bytes - canonicalId_in: [stagingpolygon_Bytes!] - canonicalId_not_in: [stagingpolygon_Bytes!] - canonicalId_contains: stagingpolygon_Bytes - canonicalId_not_contains: stagingpolygon_Bytes + canonicalId: stagingxdai_Bytes + canonicalId_not: stagingxdai_Bytes + canonicalId_gt: stagingxdai_Bytes + canonicalId_lt: stagingxdai_Bytes + canonicalId_gte: stagingxdai_Bytes + canonicalId_lte: stagingxdai_Bytes + canonicalId_in: [stagingxdai_Bytes!] + canonicalId_not_in: [stagingxdai_Bytes!] + canonicalId_contains: stagingxdai_Bytes + canonicalId_not_contains: stagingxdai_Bytes asset: String asset_not: String asset_gt: String @@ -106439,7 +102253,7 @@ input stagingpolygon_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygon_Asset_filter + asset_: stagingxdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -106456,26 +102270,26 @@ input stagingpolygon_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingpolygon_Bytes - executedCaller_not: stagingpolygon_Bytes - executedCaller_gt: stagingpolygon_Bytes - executedCaller_lt: stagingpolygon_Bytes - executedCaller_gte: stagingpolygon_Bytes - executedCaller_lte: stagingpolygon_Bytes - executedCaller_in: [stagingpolygon_Bytes!] - executedCaller_not_in: [stagingpolygon_Bytes!] - executedCaller_contains: stagingpolygon_Bytes - executedCaller_not_contains: stagingpolygon_Bytes - executedTransactionHash: stagingpolygon_Bytes - executedTransactionHash_not: stagingpolygon_Bytes - executedTransactionHash_gt: stagingpolygon_Bytes - executedTransactionHash_lt: stagingpolygon_Bytes - executedTransactionHash_gte: stagingpolygon_Bytes - executedTransactionHash_lte: stagingpolygon_Bytes - executedTransactionHash_in: [stagingpolygon_Bytes!] - executedTransactionHash_not_in: [stagingpolygon_Bytes!] - executedTransactionHash_contains: stagingpolygon_Bytes - executedTransactionHash_not_contains: stagingpolygon_Bytes + executedCaller: stagingxdai_Bytes + executedCaller_not: stagingxdai_Bytes + executedCaller_gt: stagingxdai_Bytes + executedCaller_lt: stagingxdai_Bytes + executedCaller_gte: stagingxdai_Bytes + executedCaller_lte: stagingxdai_Bytes + executedCaller_in: [stagingxdai_Bytes!] + executedCaller_not_in: [stagingxdai_Bytes!] + executedCaller_contains: stagingxdai_Bytes + executedCaller_not_contains: stagingxdai_Bytes + executedTransactionHash: stagingxdai_Bytes + executedTransactionHash_not: stagingxdai_Bytes + executedTransactionHash_gt: stagingxdai_Bytes + executedTransactionHash_lt: stagingxdai_Bytes + executedTransactionHash_gte: stagingxdai_Bytes + executedTransactionHash_lte: stagingxdai_Bytes + executedTransactionHash_in: [stagingxdai_Bytes!] + executedTransactionHash_not_in: [stagingxdai_Bytes!] + executedTransactionHash_contains: stagingxdai_Bytes + executedTransactionHash_not_contains: stagingxdai_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -106508,16 +102322,16 @@ input stagingpolygon_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingpolygon_Bytes - executedTxOrigin_not: stagingpolygon_Bytes - executedTxOrigin_gt: stagingpolygon_Bytes - executedTxOrigin_lt: stagingpolygon_Bytes - executedTxOrigin_gte: stagingpolygon_Bytes - executedTxOrigin_lte: stagingpolygon_Bytes - executedTxOrigin_in: [stagingpolygon_Bytes!] - executedTxOrigin_not_in: [stagingpolygon_Bytes!] - executedTxOrigin_contains: stagingpolygon_Bytes - executedTxOrigin_not_contains: stagingpolygon_Bytes + executedTxOrigin: stagingxdai_Bytes + executedTxOrigin_not: stagingxdai_Bytes + executedTxOrigin_gt: stagingxdai_Bytes + executedTxOrigin_lt: stagingxdai_Bytes + executedTxOrigin_gte: stagingxdai_Bytes + executedTxOrigin_lte: stagingxdai_Bytes + executedTxOrigin_in: [stagingxdai_Bytes!] + executedTxOrigin_not_in: [stagingxdai_Bytes!] + executedTxOrigin_contains: stagingxdai_Bytes + executedTxOrigin_not_contains: stagingxdai_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -106526,26 +102340,26 @@ input stagingpolygon_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingpolygon_Bytes - reconciledCaller_not: stagingpolygon_Bytes - reconciledCaller_gt: stagingpolygon_Bytes - reconciledCaller_lt: stagingpolygon_Bytes - reconciledCaller_gte: stagingpolygon_Bytes - reconciledCaller_lte: stagingpolygon_Bytes - reconciledCaller_in: [stagingpolygon_Bytes!] - reconciledCaller_not_in: [stagingpolygon_Bytes!] - reconciledCaller_contains: stagingpolygon_Bytes - reconciledCaller_not_contains: stagingpolygon_Bytes - reconciledTransactionHash: stagingpolygon_Bytes - reconciledTransactionHash_not: stagingpolygon_Bytes - reconciledTransactionHash_gt: stagingpolygon_Bytes - reconciledTransactionHash_lt: stagingpolygon_Bytes - reconciledTransactionHash_gte: stagingpolygon_Bytes - reconciledTransactionHash_lte: stagingpolygon_Bytes - reconciledTransactionHash_in: [stagingpolygon_Bytes!] - reconciledTransactionHash_not_in: [stagingpolygon_Bytes!] - reconciledTransactionHash_contains: stagingpolygon_Bytes - reconciledTransactionHash_not_contains: stagingpolygon_Bytes + reconciledCaller: stagingxdai_Bytes + reconciledCaller_not: stagingxdai_Bytes + reconciledCaller_gt: stagingxdai_Bytes + reconciledCaller_lt: stagingxdai_Bytes + reconciledCaller_gte: stagingxdai_Bytes + reconciledCaller_lte: stagingxdai_Bytes + reconciledCaller_in: [stagingxdai_Bytes!] + reconciledCaller_not_in: [stagingxdai_Bytes!] + reconciledCaller_contains: stagingxdai_Bytes + reconciledCaller_not_contains: stagingxdai_Bytes + reconciledTransactionHash: stagingxdai_Bytes + reconciledTransactionHash_not: stagingxdai_Bytes + reconciledTransactionHash_gt: stagingxdai_Bytes + reconciledTransactionHash_lt: stagingxdai_Bytes + reconciledTransactionHash_gte: stagingxdai_Bytes + reconciledTransactionHash_lte: stagingxdai_Bytes + reconciledTransactionHash_in: [stagingxdai_Bytes!] + reconciledTransactionHash_not_in: [stagingxdai_Bytes!] + reconciledTransactionHash_contains: stagingxdai_Bytes + reconciledTransactionHash_not_contains: stagingxdai_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -106578,16 +102392,16 @@ input stagingpolygon_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingpolygon_Bytes - reconciledTxOrigin_not: stagingpolygon_Bytes - reconciledTxOrigin_gt: stagingpolygon_Bytes - reconciledTxOrigin_lt: stagingpolygon_Bytes - reconciledTxOrigin_gte: stagingpolygon_Bytes - reconciledTxOrigin_lte: stagingpolygon_Bytes - reconciledTxOrigin_in: [stagingpolygon_Bytes!] - reconciledTxOrigin_not_in: [stagingpolygon_Bytes!] - reconciledTxOrigin_contains: stagingpolygon_Bytes - reconciledTxOrigin_not_contains: stagingpolygon_Bytes + reconciledTxOrigin: stagingxdai_Bytes + reconciledTxOrigin_not: stagingxdai_Bytes + reconciledTxOrigin_gt: stagingxdai_Bytes + reconciledTxOrigin_lt: stagingxdai_Bytes + reconciledTxOrigin_gte: stagingxdai_Bytes + reconciledTxOrigin_lte: stagingxdai_Bytes + reconciledTxOrigin_in: [stagingxdai_Bytes!] + reconciledTxOrigin_not_in: [stagingxdai_Bytes!] + reconciledTxOrigin_contains: stagingxdai_Bytes + reconciledTxOrigin_not_contains: stagingxdai_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -106597,12 +102411,12 @@ input stagingpolygon_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_DestinationTransfer_filter] - or: [stagingpolygon_DestinationTransfer_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_DestinationTransfer_filter] + or: [stagingxdai_DestinationTransfer_filter] } -enum stagingpolygon_DestinationTransfer_orderBy { +enum stagingxdai_DestinationTransfer_orderBy { id chainId transferId @@ -106656,16 +102470,16 @@ enum stagingpolygon_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingpolygon_Int8 +scalar stagingxdai_Int8 -type stagingpolygon_OptimisticRootFinalized { +type stagingxdai_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingpolygon_Bytes! + aggregateRoot: stagingxdai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingpolygon_OptimisticRootFinalized_filter { +input stagingxdai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -106674,16 +102488,16 @@ input stagingpolygon_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingpolygon_Bytes - aggregateRoot_not: stagingpolygon_Bytes - aggregateRoot_gt: stagingpolygon_Bytes - aggregateRoot_lt: stagingpolygon_Bytes - aggregateRoot_gte: stagingpolygon_Bytes - aggregateRoot_lte: stagingpolygon_Bytes - aggregateRoot_in: [stagingpolygon_Bytes!] - aggregateRoot_not_in: [stagingpolygon_Bytes!] - aggregateRoot_contains: stagingpolygon_Bytes - aggregateRoot_not_contains: stagingpolygon_Bytes + aggregateRoot: stagingxdai_Bytes + aggregateRoot_not: stagingxdai_Bytes + aggregateRoot_gt: stagingxdai_Bytes + aggregateRoot_lt: stagingxdai_Bytes + aggregateRoot_gte: stagingxdai_Bytes + aggregateRoot_lte: stagingxdai_Bytes + aggregateRoot_in: [stagingxdai_Bytes!] + aggregateRoot_not_in: [stagingxdai_Bytes!] + aggregateRoot_contains: stagingxdai_Bytes + aggregateRoot_not_contains: stagingxdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -106701,12 +102515,12 @@ input stagingpolygon_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_OptimisticRootFinalized_filter] - or: [stagingpolygon_OptimisticRootFinalized_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_OptimisticRootFinalized_filter] + or: [stagingxdai_OptimisticRootFinalized_filter] } -enum stagingpolygon_OptimisticRootFinalized_orderBy { +enum stagingxdai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -106714,25 +102528,25 @@ enum stagingpolygon_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingpolygon_OrderDirection { +enum stagingxdai_OrderDirection { asc desc } -type stagingpolygon_OriginMessage { +type stagingxdai_OriginMessage { id: ID! - transferId: stagingpolygon_Bytes + transferId: stagingxdai_Bytes destinationDomain: BigInt - leaf: stagingpolygon_Bytes + leaf: stagingxdai_Bytes index: BigInt - message: stagingpolygon_Bytes - root: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes + message: stagingxdai_Bytes + root: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes blockNumber: BigInt - rootCount: stagingpolygon_RootCount + rootCount: stagingxdai_RootCount } -input stagingpolygon_OriginMessage_filter { +input stagingxdai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -106741,16 +102555,16 @@ input stagingpolygon_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingpolygon_Bytes - transferId_not: stagingpolygon_Bytes - transferId_gt: stagingpolygon_Bytes - transferId_lt: stagingpolygon_Bytes - transferId_gte: stagingpolygon_Bytes - transferId_lte: stagingpolygon_Bytes - transferId_in: [stagingpolygon_Bytes!] - transferId_not_in: [stagingpolygon_Bytes!] - transferId_contains: stagingpolygon_Bytes - transferId_not_contains: stagingpolygon_Bytes + transferId: stagingxdai_Bytes + transferId_not: stagingxdai_Bytes + transferId_gt: stagingxdai_Bytes + transferId_lt: stagingxdai_Bytes + transferId_gte: stagingxdai_Bytes + transferId_lte: stagingxdai_Bytes + transferId_in: [stagingxdai_Bytes!] + transferId_not_in: [stagingxdai_Bytes!] + transferId_contains: stagingxdai_Bytes + transferId_not_contains: stagingxdai_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -106759,16 +102573,16 @@ input stagingpolygon_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingpolygon_Bytes - leaf_not: stagingpolygon_Bytes - leaf_gt: stagingpolygon_Bytes - leaf_lt: stagingpolygon_Bytes - leaf_gte: stagingpolygon_Bytes - leaf_lte: stagingpolygon_Bytes - leaf_in: [stagingpolygon_Bytes!] - leaf_not_in: [stagingpolygon_Bytes!] - leaf_contains: stagingpolygon_Bytes - leaf_not_contains: stagingpolygon_Bytes + leaf: stagingxdai_Bytes + leaf_not: stagingxdai_Bytes + leaf_gt: stagingxdai_Bytes + leaf_lt: stagingxdai_Bytes + leaf_gte: stagingxdai_Bytes + leaf_lte: stagingxdai_Bytes + leaf_in: [stagingxdai_Bytes!] + leaf_not_in: [stagingxdai_Bytes!] + leaf_contains: stagingxdai_Bytes + leaf_not_contains: stagingxdai_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -106777,36 +102591,36 @@ input stagingpolygon_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingpolygon_Bytes - message_not: stagingpolygon_Bytes - message_gt: stagingpolygon_Bytes - message_lt: stagingpolygon_Bytes - message_gte: stagingpolygon_Bytes - message_lte: stagingpolygon_Bytes - message_in: [stagingpolygon_Bytes!] - message_not_in: [stagingpolygon_Bytes!] - message_contains: stagingpolygon_Bytes - message_not_contains: stagingpolygon_Bytes - root: stagingpolygon_Bytes - root_not: stagingpolygon_Bytes - root_gt: stagingpolygon_Bytes - root_lt: stagingpolygon_Bytes - root_gte: stagingpolygon_Bytes - root_lte: stagingpolygon_Bytes - root_in: [stagingpolygon_Bytes!] - root_not_in: [stagingpolygon_Bytes!] - root_contains: stagingpolygon_Bytes - root_not_contains: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes - transactionHash_not: stagingpolygon_Bytes - transactionHash_gt: stagingpolygon_Bytes - transactionHash_lt: stagingpolygon_Bytes - transactionHash_gte: stagingpolygon_Bytes - transactionHash_lte: stagingpolygon_Bytes - transactionHash_in: [stagingpolygon_Bytes!] - transactionHash_not_in: [stagingpolygon_Bytes!] - transactionHash_contains: stagingpolygon_Bytes - transactionHash_not_contains: stagingpolygon_Bytes + message: stagingxdai_Bytes + message_not: stagingxdai_Bytes + message_gt: stagingxdai_Bytes + message_lt: stagingxdai_Bytes + message_gte: stagingxdai_Bytes + message_lte: stagingxdai_Bytes + message_in: [stagingxdai_Bytes!] + message_not_in: [stagingxdai_Bytes!] + message_contains: stagingxdai_Bytes + message_not_contains: stagingxdai_Bytes + root: stagingxdai_Bytes + root_not: stagingxdai_Bytes + root_gt: stagingxdai_Bytes + root_lt: stagingxdai_Bytes + root_gte: stagingxdai_Bytes + root_lte: stagingxdai_Bytes + root_in: [stagingxdai_Bytes!] + root_not_in: [stagingxdai_Bytes!] + root_contains: stagingxdai_Bytes + root_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -106835,14 +102649,14 @@ input stagingpolygon_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingpolygon_RootCount_filter + rootCount_: stagingxdai_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_OriginMessage_filter] - or: [stagingpolygon_OriginMessage_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_OriginMessage_filter] + or: [stagingxdai_OriginMessage_filter] } -enum stagingpolygon_OriginMessage_orderBy { +enum stagingxdai_OriginMessage_orderBy { id transferId destinationDomain @@ -106857,42 +102671,42 @@ enum stagingpolygon_OriginMessage_orderBy { rootCount__count } -type stagingpolygon_OriginTransfer { +type stagingxdai_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingpolygon_Bytes + transferId: stagingxdai_Bytes nonce: BigInt - status: stagingpolygon_TransferStatus - messageHash: stagingpolygon_Bytes + status: stagingxdai_TransferStatus + messageHash: stagingxdai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingpolygon_Bytes - delegate: stagingpolygon_Bytes + to: stagingxdai_Bytes + delegate: stagingxdai_Bytes receiveLocal: Boolean - callData: stagingpolygon_Bytes + callData: stagingxdai_Bytes slippage: BigInt - originSender: stagingpolygon_Bytes + originSender: stagingxdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygon_Bytes - asset: stagingpolygon_Asset - transactingAsset: stagingpolygon_Bytes - message: stagingpolygon_OriginMessage + canonicalId: stagingxdai_Bytes + asset: stagingxdai_Asset + transactingAsset: stagingxdai_Bytes + message: stagingxdai_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_RelayerFee_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_RelayerFee_filter): [stagingpolygon_RelayerFee!] - initialRelayerFeeAsset: stagingpolygon_Bytes - caller: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_RelayerFee_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_RelayerFee_filter): [stagingxdai_RelayerFee!] + initialRelayerFeeAsset: stagingxdai_Bytes + caller: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingpolygon_Bytes + txOrigin: stagingxdai_Bytes txNonce: BigInt } -input stagingpolygon_OriginTransfer_filter { +input stagingxdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -106909,16 +102723,16 @@ input stagingpolygon_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingpolygon_Bytes - transferId_not: stagingpolygon_Bytes - transferId_gt: stagingpolygon_Bytes - transferId_lt: stagingpolygon_Bytes - transferId_gte: stagingpolygon_Bytes - transferId_lte: stagingpolygon_Bytes - transferId_in: [stagingpolygon_Bytes!] - transferId_not_in: [stagingpolygon_Bytes!] - transferId_contains: stagingpolygon_Bytes - transferId_not_contains: stagingpolygon_Bytes + transferId: stagingxdai_Bytes + transferId_not: stagingxdai_Bytes + transferId_gt: stagingxdai_Bytes + transferId_lt: stagingxdai_Bytes + transferId_gte: stagingxdai_Bytes + transferId_lte: stagingxdai_Bytes + transferId_in: [stagingxdai_Bytes!] + transferId_not_in: [stagingxdai_Bytes!] + transferId_contains: stagingxdai_Bytes + transferId_not_contains: stagingxdai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -106927,20 +102741,20 @@ input stagingpolygon_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingpolygon_TransferStatus - status_not: stagingpolygon_TransferStatus - status_in: [stagingpolygon_TransferStatus!] - status_not_in: [stagingpolygon_TransferStatus!] - messageHash: stagingpolygon_Bytes - messageHash_not: stagingpolygon_Bytes - messageHash_gt: stagingpolygon_Bytes - messageHash_lt: stagingpolygon_Bytes - messageHash_gte: stagingpolygon_Bytes - messageHash_lte: stagingpolygon_Bytes - messageHash_in: [stagingpolygon_Bytes!] - messageHash_not_in: [stagingpolygon_Bytes!] - messageHash_contains: stagingpolygon_Bytes - messageHash_not_contains: stagingpolygon_Bytes + status: stagingxdai_TransferStatus + status_not: stagingxdai_TransferStatus + status_in: [stagingxdai_TransferStatus!] + status_not_in: [stagingxdai_TransferStatus!] + messageHash: stagingxdai_Bytes + messageHash_not: stagingxdai_Bytes + messageHash_gt: stagingxdai_Bytes + messageHash_lt: stagingxdai_Bytes + messageHash_gte: stagingxdai_Bytes + messageHash_lte: stagingxdai_Bytes + messageHash_in: [stagingxdai_Bytes!] + messageHash_not_in: [stagingxdai_Bytes!] + messageHash_contains: stagingxdai_Bytes + messageHash_not_contains: stagingxdai_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -106965,40 +102779,40 @@ input stagingpolygon_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingpolygon_Bytes - to_not: stagingpolygon_Bytes - to_gt: stagingpolygon_Bytes - to_lt: stagingpolygon_Bytes - to_gte: stagingpolygon_Bytes - to_lte: stagingpolygon_Bytes - to_in: [stagingpolygon_Bytes!] - to_not_in: [stagingpolygon_Bytes!] - to_contains: stagingpolygon_Bytes - to_not_contains: stagingpolygon_Bytes - delegate: stagingpolygon_Bytes - delegate_not: stagingpolygon_Bytes - delegate_gt: stagingpolygon_Bytes - delegate_lt: stagingpolygon_Bytes - delegate_gte: stagingpolygon_Bytes - delegate_lte: stagingpolygon_Bytes - delegate_in: [stagingpolygon_Bytes!] - delegate_not_in: [stagingpolygon_Bytes!] - delegate_contains: stagingpolygon_Bytes - delegate_not_contains: stagingpolygon_Bytes + to: stagingxdai_Bytes + to_not: stagingxdai_Bytes + to_gt: stagingxdai_Bytes + to_lt: stagingxdai_Bytes + to_gte: stagingxdai_Bytes + to_lte: stagingxdai_Bytes + to_in: [stagingxdai_Bytes!] + to_not_in: [stagingxdai_Bytes!] + to_contains: stagingxdai_Bytes + to_not_contains: stagingxdai_Bytes + delegate: stagingxdai_Bytes + delegate_not: stagingxdai_Bytes + delegate_gt: stagingxdai_Bytes + delegate_lt: stagingxdai_Bytes + delegate_gte: stagingxdai_Bytes + delegate_lte: stagingxdai_Bytes + delegate_in: [stagingxdai_Bytes!] + delegate_not_in: [stagingxdai_Bytes!] + delegate_contains: stagingxdai_Bytes + delegate_not_contains: stagingxdai_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingpolygon_Bytes - callData_not: stagingpolygon_Bytes - callData_gt: stagingpolygon_Bytes - callData_lt: stagingpolygon_Bytes - callData_gte: stagingpolygon_Bytes - callData_lte: stagingpolygon_Bytes - callData_in: [stagingpolygon_Bytes!] - callData_not_in: [stagingpolygon_Bytes!] - callData_contains: stagingpolygon_Bytes - callData_not_contains: stagingpolygon_Bytes + callData: stagingxdai_Bytes + callData_not: stagingxdai_Bytes + callData_gt: stagingxdai_Bytes + callData_lt: stagingxdai_Bytes + callData_gte: stagingxdai_Bytes + callData_lte: stagingxdai_Bytes + callData_in: [stagingxdai_Bytes!] + callData_not_in: [stagingxdai_Bytes!] + callData_contains: stagingxdai_Bytes + callData_not_contains: stagingxdai_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -107007,16 +102821,16 @@ input stagingpolygon_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingpolygon_Bytes - originSender_not: stagingpolygon_Bytes - originSender_gt: stagingpolygon_Bytes - originSender_lt: stagingpolygon_Bytes - originSender_gte: stagingpolygon_Bytes - originSender_lte: stagingpolygon_Bytes - originSender_in: [stagingpolygon_Bytes!] - originSender_not_in: [stagingpolygon_Bytes!] - originSender_contains: stagingpolygon_Bytes - originSender_not_contains: stagingpolygon_Bytes + originSender: stagingxdai_Bytes + originSender_not: stagingxdai_Bytes + originSender_gt: stagingxdai_Bytes + originSender_lt: stagingxdai_Bytes + originSender_gte: stagingxdai_Bytes + originSender_lte: stagingxdai_Bytes + originSender_in: [stagingxdai_Bytes!] + originSender_not_in: [stagingxdai_Bytes!] + originSender_contains: stagingxdai_Bytes + originSender_not_contains: stagingxdai_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -107033,16 +102847,16 @@ input stagingpolygon_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingpolygon_Bytes - canonicalId_not: stagingpolygon_Bytes - canonicalId_gt: stagingpolygon_Bytes - canonicalId_lt: stagingpolygon_Bytes - canonicalId_gte: stagingpolygon_Bytes - canonicalId_lte: stagingpolygon_Bytes - canonicalId_in: [stagingpolygon_Bytes!] - canonicalId_not_in: [stagingpolygon_Bytes!] - canonicalId_contains: stagingpolygon_Bytes - canonicalId_not_contains: stagingpolygon_Bytes + canonicalId: stagingxdai_Bytes + canonicalId_not: stagingxdai_Bytes + canonicalId_gt: stagingxdai_Bytes + canonicalId_lt: stagingxdai_Bytes + canonicalId_gte: stagingxdai_Bytes + canonicalId_lte: stagingxdai_Bytes + canonicalId_in: [stagingxdai_Bytes!] + canonicalId_not_in: [stagingxdai_Bytes!] + canonicalId_contains: stagingxdai_Bytes + canonicalId_not_contains: stagingxdai_Bytes asset: String asset_not: String asset_gt: String @@ -107063,17 +102877,17 @@ input stagingpolygon_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygon_Asset_filter - transactingAsset: stagingpolygon_Bytes - transactingAsset_not: stagingpolygon_Bytes - transactingAsset_gt: stagingpolygon_Bytes - transactingAsset_lt: stagingpolygon_Bytes - transactingAsset_gte: stagingpolygon_Bytes - transactingAsset_lte: stagingpolygon_Bytes - transactingAsset_in: [stagingpolygon_Bytes!] - transactingAsset_not_in: [stagingpolygon_Bytes!] - transactingAsset_contains: stagingpolygon_Bytes - transactingAsset_not_contains: stagingpolygon_Bytes + asset_: stagingxdai_Asset_filter + transactingAsset: stagingxdai_Bytes + transactingAsset_not: stagingxdai_Bytes + transactingAsset_gt: stagingxdai_Bytes + transactingAsset_lt: stagingxdai_Bytes + transactingAsset_gte: stagingxdai_Bytes + transactingAsset_lte: stagingxdai_Bytes + transactingAsset_in: [stagingxdai_Bytes!] + transactingAsset_not_in: [stagingxdai_Bytes!] + transactingAsset_contains: stagingxdai_Bytes + transactingAsset_not_contains: stagingxdai_Bytes message: String message_not: String message_gt: String @@ -107094,7 +102908,7 @@ input stagingpolygon_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingpolygon_OriginMessage_filter + message_: stagingxdai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -107109,37 +102923,37 @@ input stagingpolygon_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingpolygon_RelayerFee_filter - initialRelayerFeeAsset: stagingpolygon_Bytes - initialRelayerFeeAsset_not: stagingpolygon_Bytes - initialRelayerFeeAsset_gt: stagingpolygon_Bytes - initialRelayerFeeAsset_lt: stagingpolygon_Bytes - initialRelayerFeeAsset_gte: stagingpolygon_Bytes - initialRelayerFeeAsset_lte: stagingpolygon_Bytes - initialRelayerFeeAsset_in: [stagingpolygon_Bytes!] - initialRelayerFeeAsset_not_in: [stagingpolygon_Bytes!] - initialRelayerFeeAsset_contains: stagingpolygon_Bytes - initialRelayerFeeAsset_not_contains: stagingpolygon_Bytes - caller: stagingpolygon_Bytes - caller_not: stagingpolygon_Bytes - caller_gt: stagingpolygon_Bytes - caller_lt: stagingpolygon_Bytes - caller_gte: stagingpolygon_Bytes - caller_lte: stagingpolygon_Bytes - caller_in: [stagingpolygon_Bytes!] - caller_not_in: [stagingpolygon_Bytes!] - caller_contains: stagingpolygon_Bytes - caller_not_contains: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes - transactionHash_not: stagingpolygon_Bytes - transactionHash_gt: stagingpolygon_Bytes - transactionHash_lt: stagingpolygon_Bytes - transactionHash_gte: stagingpolygon_Bytes - transactionHash_lte: stagingpolygon_Bytes - transactionHash_in: [stagingpolygon_Bytes!] - transactionHash_not_in: [stagingpolygon_Bytes!] - transactionHash_contains: stagingpolygon_Bytes - transactionHash_not_contains: stagingpolygon_Bytes + relayerFees_: stagingxdai_RelayerFee_filter + initialRelayerFeeAsset: stagingxdai_Bytes + initialRelayerFeeAsset_not: stagingxdai_Bytes + initialRelayerFeeAsset_gt: stagingxdai_Bytes + initialRelayerFeeAsset_lt: stagingxdai_Bytes + initialRelayerFeeAsset_gte: stagingxdai_Bytes + initialRelayerFeeAsset_lte: stagingxdai_Bytes + initialRelayerFeeAsset_in: [stagingxdai_Bytes!] + initialRelayerFeeAsset_not_in: [stagingxdai_Bytes!] + initialRelayerFeeAsset_contains: stagingxdai_Bytes + initialRelayerFeeAsset_not_contains: stagingxdai_Bytes + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -107172,16 +102986,16 @@ input stagingpolygon_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingpolygon_Bytes - txOrigin_not: stagingpolygon_Bytes - txOrigin_gt: stagingpolygon_Bytes - txOrigin_lt: stagingpolygon_Bytes - txOrigin_gte: stagingpolygon_Bytes - txOrigin_lte: stagingpolygon_Bytes - txOrigin_in: [stagingpolygon_Bytes!] - txOrigin_not_in: [stagingpolygon_Bytes!] - txOrigin_contains: stagingpolygon_Bytes - txOrigin_not_contains: stagingpolygon_Bytes + txOrigin: stagingxdai_Bytes + txOrigin_not: stagingxdai_Bytes + txOrigin_gt: stagingxdai_Bytes + txOrigin_lt: stagingxdai_Bytes + txOrigin_gte: stagingxdai_Bytes + txOrigin_lte: stagingxdai_Bytes + txOrigin_in: [stagingxdai_Bytes!] + txOrigin_not_in: [stagingxdai_Bytes!] + txOrigin_contains: stagingxdai_Bytes + txOrigin_not_contains: stagingxdai_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -107191,12 +103005,12 @@ input stagingpolygon_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_OriginTransfer_filter] - or: [stagingpolygon_OriginTransfer_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_OriginTransfer_filter] + or: [stagingxdai_OriginTransfer_filter] } -enum stagingpolygon_OriginTransfer_orderBy { +enum stagingxdai_OriginTransfer_orderBy { id chainId transferId @@ -107249,20 +103063,20 @@ enum stagingpolygon_OriginTransfer_orderBy { txNonce } -type stagingpolygon_Relayer { +type stagingxdai_Relayer { id: ID! isActive: Boolean! - relayer: stagingpolygon_Bytes + relayer: stagingxdai_Bytes } -type stagingpolygon_RelayerFee { +type stagingxdai_RelayerFee { id: ID! - transfer: stagingpolygon_OriginTransfer! + transfer: stagingxdai_OriginTransfer! fee: BigInt! - asset: stagingpolygon_Bytes! + asset: stagingxdai_Bytes! } -input stagingpolygon_RelayerFee_filter { +input stagingxdai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -107291,7 +103105,7 @@ input stagingpolygon_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingpolygon_OriginTransfer_filter + transfer_: stagingxdai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -107300,23 +103114,23 @@ input stagingpolygon_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingpolygon_Bytes - asset_not: stagingpolygon_Bytes - asset_gt: stagingpolygon_Bytes - asset_lt: stagingpolygon_Bytes - asset_gte: stagingpolygon_Bytes - asset_lte: stagingpolygon_Bytes - asset_in: [stagingpolygon_Bytes!] - asset_not_in: [stagingpolygon_Bytes!] - asset_contains: stagingpolygon_Bytes - asset_not_contains: stagingpolygon_Bytes + asset: stagingxdai_Bytes + asset_not: stagingxdai_Bytes + asset_gt: stagingxdai_Bytes + asset_lt: stagingxdai_Bytes + asset_gte: stagingxdai_Bytes + asset_lte: stagingxdai_Bytes + asset_in: [stagingxdai_Bytes!] + asset_not_in: [stagingxdai_Bytes!] + asset_contains: stagingxdai_Bytes + asset_not_contains: stagingxdai_Bytes """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_RelayerFee_filter] - or: [stagingpolygon_RelayerFee_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RelayerFee_filter] + or: [stagingxdai_RelayerFee_filter] } -enum stagingpolygon_RelayerFee_orderBy { +enum stagingxdai_RelayerFee_orderBy { id transfer transfer__id @@ -107352,20 +103166,20 @@ enum stagingpolygon_RelayerFee_orderBy { asset } -type stagingpolygon_RelayerFeesIncrease { +type stagingxdai_RelayerFeesIncrease { id: ID! - transfer: stagingpolygon_OriginTransfer! + transfer: stagingxdai_OriginTransfer! increase: BigInt - asset: stagingpolygon_Bytes - caller: stagingpolygon_Bytes! - transactionHash: stagingpolygon_Bytes! + asset: stagingxdai_Bytes + caller: stagingxdai_Bytes! + transactionHash: stagingxdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygon_RelayerFeesIncrease_filter { +input stagingxdai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -107394,7 +103208,7 @@ input stagingpolygon_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingpolygon_OriginTransfer_filter + transfer_: stagingxdai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -107403,36 +103217,36 @@ input stagingpolygon_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingpolygon_Bytes - asset_not: stagingpolygon_Bytes - asset_gt: stagingpolygon_Bytes - asset_lt: stagingpolygon_Bytes - asset_gte: stagingpolygon_Bytes - asset_lte: stagingpolygon_Bytes - asset_in: [stagingpolygon_Bytes!] - asset_not_in: [stagingpolygon_Bytes!] - asset_contains: stagingpolygon_Bytes - asset_not_contains: stagingpolygon_Bytes - caller: stagingpolygon_Bytes - caller_not: stagingpolygon_Bytes - caller_gt: stagingpolygon_Bytes - caller_lt: stagingpolygon_Bytes - caller_gte: stagingpolygon_Bytes - caller_lte: stagingpolygon_Bytes - caller_in: [stagingpolygon_Bytes!] - caller_not_in: [stagingpolygon_Bytes!] - caller_contains: stagingpolygon_Bytes - caller_not_contains: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes - transactionHash_not: stagingpolygon_Bytes - transactionHash_gt: stagingpolygon_Bytes - transactionHash_lt: stagingpolygon_Bytes - transactionHash_gte: stagingpolygon_Bytes - transactionHash_lte: stagingpolygon_Bytes - transactionHash_in: [stagingpolygon_Bytes!] - transactionHash_not_in: [stagingpolygon_Bytes!] - transactionHash_contains: stagingpolygon_Bytes - transactionHash_not_contains: stagingpolygon_Bytes + asset: stagingxdai_Bytes + asset_not: stagingxdai_Bytes + asset_gt: stagingxdai_Bytes + asset_lt: stagingxdai_Bytes + asset_gte: stagingxdai_Bytes + asset_lte: stagingxdai_Bytes + asset_in: [stagingxdai_Bytes!] + asset_not_in: [stagingxdai_Bytes!] + asset_contains: stagingxdai_Bytes + asset_not_contains: stagingxdai_Bytes + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -107466,12 +103280,12 @@ input stagingpolygon_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_RelayerFeesIncrease_filter] - or: [stagingpolygon_RelayerFeesIncrease_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RelayerFeesIncrease_filter] + or: [stagingxdai_RelayerFeesIncrease_filter] } -enum stagingpolygon_RelayerFeesIncrease_orderBy { +enum stagingxdai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -107513,7 +103327,7 @@ enum stagingpolygon_RelayerFeesIncrease_orderBy { blockNumber } -input stagingpolygon_Relayer_filter { +input stagingxdai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -107526,34 +103340,34 @@ input stagingpolygon_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingpolygon_Bytes - relayer_not: stagingpolygon_Bytes - relayer_gt: stagingpolygon_Bytes - relayer_lt: stagingpolygon_Bytes - relayer_gte: stagingpolygon_Bytes - relayer_lte: stagingpolygon_Bytes - relayer_in: [stagingpolygon_Bytes!] - relayer_not_in: [stagingpolygon_Bytes!] - relayer_contains: stagingpolygon_Bytes - relayer_not_contains: stagingpolygon_Bytes + relayer: stagingxdai_Bytes + relayer_not: stagingxdai_Bytes + relayer_gt: stagingxdai_Bytes + relayer_lt: stagingxdai_Bytes + relayer_gte: stagingxdai_Bytes + relayer_lte: stagingxdai_Bytes + relayer_in: [stagingxdai_Bytes!] + relayer_not_in: [stagingxdai_Bytes!] + relayer_contains: stagingxdai_Bytes + relayer_not_contains: stagingxdai_Bytes """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Relayer_filter] - or: [stagingpolygon_Relayer_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Relayer_filter] + or: [stagingxdai_Relayer_filter] } -enum stagingpolygon_Relayer_orderBy { +enum stagingxdai_Relayer_orderBy { id isActive relayer } -type stagingpolygon_RootCount { +type stagingxdai_RootCount { id: ID! count: BigInt } -input stagingpolygon_RootCount_filter { +input stagingxdai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -107571,31 +103385,31 @@ input stagingpolygon_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_RootCount_filter] - or: [stagingpolygon_RootCount_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RootCount_filter] + or: [stagingxdai_RootCount_filter] } -enum stagingpolygon_RootCount_orderBy { +enum stagingxdai_RootCount_orderBy { id count } -type stagingpolygon_RootMessageSent { +type stagingxdai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingpolygon_Bytes + root: stagingxdai_Bytes count: BigInt - caller: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes + caller: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingpolygon_RootMessageSent_filter { +input stagingxdai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -107620,16 +103434,16 @@ input stagingpolygon_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingpolygon_Bytes - root_not: stagingpolygon_Bytes - root_gt: stagingpolygon_Bytes - root_lt: stagingpolygon_Bytes - root_gte: stagingpolygon_Bytes - root_lte: stagingpolygon_Bytes - root_in: [stagingpolygon_Bytes!] - root_not_in: [stagingpolygon_Bytes!] - root_contains: stagingpolygon_Bytes - root_not_contains: stagingpolygon_Bytes + root: stagingxdai_Bytes + root_not: stagingxdai_Bytes + root_gt: stagingxdai_Bytes + root_lt: stagingxdai_Bytes + root_gte: stagingxdai_Bytes + root_lte: stagingxdai_Bytes + root_in: [stagingxdai_Bytes!] + root_not_in: [stagingxdai_Bytes!] + root_contains: stagingxdai_Bytes + root_not_contains: stagingxdai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -107638,26 +103452,26 @@ input stagingpolygon_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingpolygon_Bytes - caller_not: stagingpolygon_Bytes - caller_gt: stagingpolygon_Bytes - caller_lt: stagingpolygon_Bytes - caller_gte: stagingpolygon_Bytes - caller_lte: stagingpolygon_Bytes - caller_in: [stagingpolygon_Bytes!] - caller_not_in: [stagingpolygon_Bytes!] - caller_contains: stagingpolygon_Bytes - caller_not_contains: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes - transactionHash_not: stagingpolygon_Bytes - transactionHash_gt: stagingpolygon_Bytes - transactionHash_lt: stagingpolygon_Bytes - transactionHash_gte: stagingpolygon_Bytes - transactionHash_lte: stagingpolygon_Bytes - transactionHash_in: [stagingpolygon_Bytes!] - transactionHash_not_in: [stagingpolygon_Bytes!] - transactionHash_contains: stagingpolygon_Bytes - transactionHash_not_contains: stagingpolygon_Bytes + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -107691,12 +103505,12 @@ input stagingpolygon_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_RootMessageSent_filter] - or: [stagingpolygon_RootMessageSent_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RootMessageSent_filter] + or: [stagingxdai_RootMessageSent_filter] } -enum stagingpolygon_RootMessageSent_orderBy { +enum stagingxdai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -107710,25 +103524,25 @@ enum stagingpolygon_RootMessageSent_orderBy { blockNumber } -type stagingpolygon_Router { +type stagingxdai_Router { id: ID! isActive: Boolean! - owner: stagingpolygon_Bytes - recipient: stagingpolygon_Bytes - proposedOwner: stagingpolygon_Bytes + owner: stagingxdai_Bytes + recipient: stagingxdai_Bytes + proposedOwner: stagingxdai_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_AssetBalance_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_AssetBalance_filter): [stagingpolygon_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_AssetBalance_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_AssetBalance_filter): [stagingxdai_AssetBalance!]! } -type stagingpolygon_RouterDailyTVL { +type stagingxdai_RouterDailyTVL { id: ID! - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + router: stagingxdai_Router! + asset: stagingxdai_Asset! timestamp: BigInt! balance: BigInt! } -input stagingpolygon_RouterDailyTVL_filter { +input stagingxdai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -107757,7 +103571,7 @@ input stagingpolygon_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingpolygon_Router_filter + router_: stagingxdai_Router_filter asset: String asset_not: String asset_gt: String @@ -107778,7 +103592,7 @@ input stagingpolygon_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygon_Asset_filter + asset_: stagingxdai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -107796,12 +103610,12 @@ input stagingpolygon_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_RouterDailyTVL_filter] - or: [stagingpolygon_RouterDailyTVL_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RouterDailyTVL_filter] + or: [stagingxdai_RouterDailyTVL_filter] } -enum stagingpolygon_RouterDailyTVL_orderBy { +enum stagingxdai_RouterDailyTVL_orderBy { id router router__id @@ -107824,26 +103638,26 @@ enum stagingpolygon_RouterDailyTVL_orderBy { balance } -type stagingpolygon_RouterLiquidityEvent { +type stagingxdai_RouterLiquidityEvent { id: ID! - type: stagingpolygon_RouterLiquidityEventType - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + type: stagingxdai_RouterLiquidityEventType + router: stagingxdai_Router! + asset: stagingxdai_Asset! amount: BigInt! balance: BigInt! - caller: stagingpolygon_Bytes + caller: stagingxdai_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingpolygon_Bytes! + transactionHash: stagingxdai_Bytes! nonce: BigInt! } -enum stagingpolygon_RouterLiquidityEventType { +enum stagingxdai_RouterLiquidityEventType { Add Remove } -input stagingpolygon_RouterLiquidityEvent_filter { +input stagingxdai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -107852,10 +103666,10 @@ input stagingpolygon_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingpolygon_RouterLiquidityEventType - type_not: stagingpolygon_RouterLiquidityEventType - type_in: [stagingpolygon_RouterLiquidityEventType!] - type_not_in: [stagingpolygon_RouterLiquidityEventType!] + type: stagingxdai_RouterLiquidityEventType + type_not: stagingxdai_RouterLiquidityEventType + type_in: [stagingxdai_RouterLiquidityEventType!] + type_not_in: [stagingxdai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -107876,7 +103690,7 @@ input stagingpolygon_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingpolygon_Router_filter + router_: stagingxdai_Router_filter asset: String asset_not: String asset_gt: String @@ -107897,7 +103711,7 @@ input stagingpolygon_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygon_Asset_filter + asset_: stagingxdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -107914,16 +103728,16 @@ input stagingpolygon_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingpolygon_Bytes - caller_not: stagingpolygon_Bytes - caller_gt: stagingpolygon_Bytes - caller_lt: stagingpolygon_Bytes - caller_gte: stagingpolygon_Bytes - caller_lte: stagingpolygon_Bytes - caller_in: [stagingpolygon_Bytes!] - caller_not_in: [stagingpolygon_Bytes!] - caller_contains: stagingpolygon_Bytes - caller_not_contains: stagingpolygon_Bytes + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -107940,16 +103754,16 @@ input stagingpolygon_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingpolygon_Bytes - transactionHash_not: stagingpolygon_Bytes - transactionHash_gt: stagingpolygon_Bytes - transactionHash_lt: stagingpolygon_Bytes - transactionHash_gte: stagingpolygon_Bytes - transactionHash_lte: stagingpolygon_Bytes - transactionHash_in: [stagingpolygon_Bytes!] - transactionHash_not_in: [stagingpolygon_Bytes!] - transactionHash_contains: stagingpolygon_Bytes - transactionHash_not_contains: stagingpolygon_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -107959,12 +103773,12 @@ input stagingpolygon_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_RouterLiquidityEvent_filter] - or: [stagingpolygon_RouterLiquidityEvent_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RouterLiquidityEvent_filter] + or: [stagingxdai_RouterLiquidityEvent_filter] } -enum stagingpolygon_RouterLiquidityEvent_orderBy { +enum stagingxdai_RouterLiquidityEvent_orderBy { id type router @@ -107993,7 +103807,7 @@ enum stagingpolygon_RouterLiquidityEvent_orderBy { nonce } -input stagingpolygon_Router_filter { +input stagingxdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -108006,36 +103820,36 @@ input stagingpolygon_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingpolygon_Bytes - owner_not: stagingpolygon_Bytes - owner_gt: stagingpolygon_Bytes - owner_lt: stagingpolygon_Bytes - owner_gte: stagingpolygon_Bytes - owner_lte: stagingpolygon_Bytes - owner_in: [stagingpolygon_Bytes!] - owner_not_in: [stagingpolygon_Bytes!] - owner_contains: stagingpolygon_Bytes - owner_not_contains: stagingpolygon_Bytes - recipient: stagingpolygon_Bytes - recipient_not: stagingpolygon_Bytes - recipient_gt: stagingpolygon_Bytes - recipient_lt: stagingpolygon_Bytes - recipient_gte: stagingpolygon_Bytes - recipient_lte: stagingpolygon_Bytes - recipient_in: [stagingpolygon_Bytes!] - recipient_not_in: [stagingpolygon_Bytes!] - recipient_contains: stagingpolygon_Bytes - recipient_not_contains: stagingpolygon_Bytes - proposedOwner: stagingpolygon_Bytes - proposedOwner_not: stagingpolygon_Bytes - proposedOwner_gt: stagingpolygon_Bytes - proposedOwner_lt: stagingpolygon_Bytes - proposedOwner_gte: stagingpolygon_Bytes - proposedOwner_lte: stagingpolygon_Bytes - proposedOwner_in: [stagingpolygon_Bytes!] - proposedOwner_not_in: [stagingpolygon_Bytes!] - proposedOwner_contains: stagingpolygon_Bytes - proposedOwner_not_contains: stagingpolygon_Bytes + owner: stagingxdai_Bytes + owner_not: stagingxdai_Bytes + owner_gt: stagingxdai_Bytes + owner_lt: stagingxdai_Bytes + owner_gte: stagingxdai_Bytes + owner_lte: stagingxdai_Bytes + owner_in: [stagingxdai_Bytes!] + owner_not_in: [stagingxdai_Bytes!] + owner_contains: stagingxdai_Bytes + owner_not_contains: stagingxdai_Bytes + recipient: stagingxdai_Bytes + recipient_not: stagingxdai_Bytes + recipient_gt: stagingxdai_Bytes + recipient_lt: stagingxdai_Bytes + recipient_gte: stagingxdai_Bytes + recipient_lte: stagingxdai_Bytes + recipient_in: [stagingxdai_Bytes!] + recipient_not_in: [stagingxdai_Bytes!] + recipient_contains: stagingxdai_Bytes + recipient_not_contains: stagingxdai_Bytes + proposedOwner: stagingxdai_Bytes + proposedOwner_not: stagingxdai_Bytes + proposedOwner_gt: stagingxdai_Bytes + proposedOwner_lt: stagingxdai_Bytes + proposedOwner_gte: stagingxdai_Bytes + proposedOwner_lte: stagingxdai_Bytes + proposedOwner_in: [stagingxdai_Bytes!] + proposedOwner_not_in: [stagingxdai_Bytes!] + proposedOwner_contains: stagingxdai_Bytes + proposedOwner_not_contains: stagingxdai_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -108044,14 +103858,14 @@ input stagingpolygon_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingpolygon_AssetBalance_filter + assetBalances_: stagingxdai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Router_filter] - or: [stagingpolygon_Router_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Router_filter] + or: [stagingxdai_Router_filter] } -enum stagingpolygon_Router_orderBy { +enum stagingxdai_Router_orderBy { id isActive owner @@ -108061,13 +103875,13 @@ enum stagingpolygon_Router_orderBy { assetBalances } -type stagingpolygon_Sequencer { +type stagingxdai_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingpolygon_Bytes + sequencer: stagingxdai_Bytes } -input stagingpolygon_Sequencer_filter { +input stagingxdai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -108080,35 +103894,35 @@ input stagingpolygon_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingpolygon_Bytes - sequencer_not: stagingpolygon_Bytes - sequencer_gt: stagingpolygon_Bytes - sequencer_lt: stagingpolygon_Bytes - sequencer_gte: stagingpolygon_Bytes - sequencer_lte: stagingpolygon_Bytes - sequencer_in: [stagingpolygon_Bytes!] - sequencer_not_in: [stagingpolygon_Bytes!] - sequencer_contains: stagingpolygon_Bytes - sequencer_not_contains: stagingpolygon_Bytes + sequencer: stagingxdai_Bytes + sequencer_not: stagingxdai_Bytes + sequencer_gt: stagingxdai_Bytes + sequencer_lt: stagingxdai_Bytes + sequencer_gte: stagingxdai_Bytes + sequencer_lte: stagingxdai_Bytes + sequencer_in: [stagingxdai_Bytes!] + sequencer_not_in: [stagingxdai_Bytes!] + sequencer_contains: stagingxdai_Bytes + sequencer_not_contains: stagingxdai_Bytes """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Sequencer_filter] - or: [stagingpolygon_Sequencer_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Sequencer_filter] + or: [stagingxdai_Sequencer_filter] } -enum stagingpolygon_Sequencer_orderBy { +enum stagingxdai_Sequencer_orderBy { id isActive sequencer } -type stagingpolygon_Setting { +type stagingxdai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingpolygon_Bytes! + caller: stagingxdai_Bytes! } -input stagingpolygon_Setting_filter { +input stagingxdai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -108125,41 +103939,41 @@ input stagingpolygon_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingpolygon_Bytes - caller_not: stagingpolygon_Bytes - caller_gt: stagingpolygon_Bytes - caller_lt: stagingpolygon_Bytes - caller_gte: stagingpolygon_Bytes - caller_lte: stagingpolygon_Bytes - caller_in: [stagingpolygon_Bytes!] - caller_not_in: [stagingpolygon_Bytes!] - caller_contains: stagingpolygon_Bytes - caller_not_contains: stagingpolygon_Bytes + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Setting_filter] - or: [stagingpolygon_Setting_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Setting_filter] + or: [stagingxdai_Setting_filter] } -enum stagingpolygon_Setting_orderBy { +enum stagingxdai_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingpolygon_SlippageUpdate { +type stagingxdai_SlippageUpdate { id: ID! - transfer: stagingpolygon_DestinationTransfer! + transfer: stagingxdai_DestinationTransfer! slippage: BigInt! - caller: stagingpolygon_Bytes! - transactionHash: stagingpolygon_Bytes! + caller: stagingxdai_Bytes! + transactionHash: stagingxdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygon_SlippageUpdate_filter { +input stagingxdai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -108188,7 +104002,7 @@ input stagingpolygon_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingpolygon_DestinationTransfer_filter + transfer_: stagingxdai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -108197,26 +104011,26 @@ input stagingpolygon_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingpolygon_Bytes - caller_not: stagingpolygon_Bytes - caller_gt: stagingpolygon_Bytes - caller_lt: stagingpolygon_Bytes - caller_gte: stagingpolygon_Bytes - caller_lte: stagingpolygon_Bytes - caller_in: [stagingpolygon_Bytes!] - caller_not_in: [stagingpolygon_Bytes!] - caller_contains: stagingpolygon_Bytes - caller_not_contains: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes - transactionHash_not: stagingpolygon_Bytes - transactionHash_gt: stagingpolygon_Bytes - transactionHash_lt: stagingpolygon_Bytes - transactionHash_gte: stagingpolygon_Bytes - transactionHash_lte: stagingpolygon_Bytes - transactionHash_in: [stagingpolygon_Bytes!] - transactionHash_not_in: [stagingpolygon_Bytes!] - transactionHash_contains: stagingpolygon_Bytes - transactionHash_not_contains: stagingpolygon_Bytes + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -108248,14 +104062,14 @@ input stagingpolygon_SlippageUpdate_filter { blockNumber_gte: BigInt blockNumber_lte: BigInt blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_SlippageUpdate_filter] - or: [stagingpolygon_SlippageUpdate_filter] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_SlippageUpdate_filter] + or: [stagingxdai_SlippageUpdate_filter] } -enum stagingpolygon_SlippageUpdate_orderBy { +enum stagingxdai_SlippageUpdate_orderBy { id transfer transfer__id @@ -108303,16 +104117,16 @@ enum stagingpolygon_SlippageUpdate_orderBy { blockNumber } -type stagingpolygon_SnapshotRoot { +type stagingxdai_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingpolygon_Bytes! + root: stagingxdai_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingpolygon_SnapshotRoot_filter { +input stagingxdai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -108329,16 +104143,16 @@ input stagingpolygon_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingpolygon_Bytes - root_not: stagingpolygon_Bytes - root_gt: stagingpolygon_Bytes - root_lt: stagingpolygon_Bytes - root_gte: stagingpolygon_Bytes - root_lte: stagingpolygon_Bytes - root_in: [stagingpolygon_Bytes!] - root_not_in: [stagingpolygon_Bytes!] - root_contains: stagingpolygon_Bytes - root_not_contains: stagingpolygon_Bytes + root: stagingxdai_Bytes + root_not: stagingxdai_Bytes + root_gt: stagingxdai_Bytes + root_lt: stagingxdai_Bytes + root_gte: stagingxdai_Bytes + root_lte: stagingxdai_Bytes + root_in: [stagingxdai_Bytes!] + root_not_in: [stagingxdai_Bytes!] + root_contains: stagingxdai_Bytes + root_not_contains: stagingxdai_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -108364,12 +104178,12 @@ input stagingpolygon_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_SnapshotRoot_filter] - or: [stagingpolygon_SnapshotRoot_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_SnapshotRoot_filter] + or: [stagingxdai_SnapshotRoot_filter] } -enum stagingpolygon_SnapshotRoot_orderBy { +enum stagingxdai_SnapshotRoot_orderBy { id spokeDomain root @@ -108378,12 +104192,12 @@ enum stagingpolygon_SnapshotRoot_orderBy { blockNumber } -type stagingpolygon_SpokeConnectorMode { +type stagingxdai_SpokeConnectorMode { id: ID! mode: String! } -input stagingpolygon_SpokeConnectorMode_filter { +input stagingxdai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -108413,17 +104227,17 @@ input stagingpolygon_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_SpokeConnectorMode_filter] - or: [stagingpolygon_SpokeConnectorMode_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_SpokeConnectorMode_filter] + or: [stagingxdai_SpokeConnectorMode_filter] } -enum stagingpolygon_SpokeConnectorMode_orderBy { +enum stagingxdai_SpokeConnectorMode_orderBy { id mode } -enum stagingpolygon_TransferStatus { +enum stagingxdai_TransferStatus { XCalled Executed Reconciled @@ -108431,19 +104245,19 @@ enum stagingpolygon_TransferStatus { CompletedFast } -type stagingpolygon__Block_ { +type stagingxdai__Block_ { """The hash of the block""" - hash: stagingpolygon_Bytes + hash: stagingxdai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: stagingpolygon_Bytes + parentHash: stagingxdai_Bytes } """The type for the top-level _meta field""" -type stagingpolygon__Meta_ { +type stagingxdai__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -108451,22 +104265,22 @@ type stagingpolygon__Meta_ { and therefore asks for the latest block """ - block: stagingpolygon__Block_! + block: stagingxdai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type bnb_AggregateRoot { +type optimism_AggregateRoot { id: ID! - root: bnb_Bytes! + root: optimism_Bytes! blockNumber: BigInt! } -type bnb_AggregateRootProposed { +type optimism_AggregateRootProposed { id: ID! - aggregateRoot: bnb_Bytes! + aggregateRoot: optimism_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -108474,7 +104288,7 @@ type bnb_AggregateRootProposed { blockNumber: BigInt } -input bnb_AggregateRootProposed_filter { +input optimism_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -108483,16 +104297,16 @@ input bnb_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: bnb_Bytes - aggregateRoot_not: bnb_Bytes - aggregateRoot_gt: bnb_Bytes - aggregateRoot_lt: bnb_Bytes - aggregateRoot_gte: bnb_Bytes - aggregateRoot_lte: bnb_Bytes - aggregateRoot_in: [bnb_Bytes!] - aggregateRoot_not_in: [bnb_Bytes!] - aggregateRoot_contains: bnb_Bytes - aggregateRoot_not_contains: bnb_Bytes + aggregateRoot: optimism_Bytes + aggregateRoot_not: optimism_Bytes + aggregateRoot_gt: optimism_Bytes + aggregateRoot_lt: optimism_Bytes + aggregateRoot_gte: optimism_Bytes + aggregateRoot_lte: optimism_Bytes + aggregateRoot_in: [optimism_Bytes!] + aggregateRoot_not_in: [optimism_Bytes!] + aggregateRoot_contains: optimism_Bytes + aggregateRoot_not_contains: optimism_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -108534,12 +104348,12 @@ input bnb_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_AggregateRootProposed_filter] - or: [bnb_AggregateRootProposed_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_AggregateRootProposed_filter] + or: [optimism_AggregateRootProposed_filter] } -enum bnb_AggregateRootProposed_orderBy { +enum optimism_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -108549,7 +104363,7 @@ enum bnb_AggregateRootProposed_orderBy { blockNumber } -input bnb_AggregateRoot_filter { +input optimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -108558,16 +104372,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: 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 @@ -108577,42 +104391,47 @@ 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: optimism_BlockChangedFilter + and: [optimism_AggregateRoot_filter] + or: [optimism_AggregateRoot_filter] } -enum bnb_AggregateRoot_orderBy { +enum optimism_AggregateRoot_orderBy { id root blockNumber } -type bnb_Asset { +enum optimism_Aggregation_interval { + hour + day +} + +type optimism_Asset { id: ID! - key: bnb_Bytes + key: optimism_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: bnb_Bytes + canonicalId: optimism_Bytes canonicalDomain: BigInt - adoptedAsset: bnb_Bytes - localAsset: bnb_Bytes + adoptedAsset: optimism_Bytes + localAsset: optimism_Bytes blockNumber: BigInt - status: bnb_AssetStatus + status: optimism_AssetStatus } -type bnb_AssetBalance { +type optimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: bnb_Router! - asset: bnb_Asset! + router: optimism_Router! + asset: optimism_Asset! feesEarned: BigInt! } -input bnb_AssetBalance_filter { +input optimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -108673,7 +104492,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_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -108694,7 +104513,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_: optimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -108704,12 +104523,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: optimism_BlockChangedFilter + and: [optimism_AssetBalance_filter] + or: [optimism_AssetBalance_filter] } -enum bnb_AssetBalance_orderBy { +enum optimism_AssetBalance_orderBy { id amount locked @@ -108735,12 +104554,12 @@ enum bnb_AssetBalance_orderBy { feesEarned } -type bnb_AssetStatus { +type optimism_AssetStatus { id: ID! status: Boolean } -input bnb_AssetStatus_filter { +input optimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -108754,17 +104573,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: optimism_BlockChangedFilter + and: [optimism_AssetStatus_filter] + or: [optimism_AssetStatus_filter] } -enum bnb_AssetStatus_orderBy { +enum optimism_AssetStatus_orderBy { id status } -input bnb_Asset_filter { +input optimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -108773,16 +104592,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: 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 @@ -108799,16 +104618,16 @@ input bnb_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: bnb_Bytes - canonicalId_not: bnb_Bytes - canonicalId_gt: bnb_Bytes - canonicalId_lt: bnb_Bytes - canonicalId_gte: bnb_Bytes - canonicalId_lte: bnb_Bytes - canonicalId_in: [bnb_Bytes!] - canonicalId_not_in: [bnb_Bytes!] - canonicalId_contains: bnb_Bytes - canonicalId_not_contains: bnb_Bytes + canonicalId: 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 @@ -108817,26 +104636,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: 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 @@ -108865,14 +104684,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_: optimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Asset_filter] - or: [bnb_Asset_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Asset_filter] + or: [optimism_Asset_filter] } -enum bnb_Asset_orderBy { +enum optimism_Asset_orderBy { id key decimal @@ -108887,30 +104706,30 @@ enum bnb_Asset_orderBy { status__status } -scalar bnb_BigDecimal +scalar optimism_BigDecimal -input bnb_BlockChangedFilter { +input optimism_BlockChangedFilter { number_gte: Int! } -input bnb_Block_height { - hash: bnb_Bytes +input optimism_Block_height { + hash: optimism_Bytes number: Int number_gte: Int } -scalar bnb_Bytes +scalar optimism_Bytes -type bnb_ConnectorMeta { +type optimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: bnb_Bytes - rootManager: bnb_Bytes - mirrorConnector: bnb_Bytes + amb: optimism_Bytes + rootManager: optimism_Bytes + mirrorConnector: optimism_Bytes } -input bnb_ConnectorMeta_filter { +input optimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -108935,43 +104754,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: 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: bnb_BlockChangedFilter - and: [bnb_ConnectorMeta_filter] - or: [bnb_ConnectorMeta_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_ConnectorMeta_filter] + or: [optimism_ConnectorMeta_filter] } -enum bnb_ConnectorMeta_orderBy { +enum optimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -108980,48 +104799,677 @@ enum bnb_ConnectorMeta_orderBy { mirrorConnector } -type bnb_DestinationTransfer { +type optimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: optimism_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: 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: bnb_Bytes - delegate: bnb_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: optimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: bnb_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset + canonicalId: optimism_Bytes + asset: optimism_Asset amount: BigInt routersFee: BigInt - executedCaller: bnb_Bytes - executedTransactionHash: bnb_Bytes + executedCaller: optimism_Bytes + executedTransactionHash: optimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: bnb_Bytes + executedTxOrigin: optimism_Bytes executedTxNonce: BigInt - reconciledCaller: bnb_Bytes - reconciledTransactionHash: bnb_Bytes + reconciledCaller: optimism_Bytes + reconciledTransactionHash: optimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin: optimism_Bytes reconciledTxNonce: BigInt } -input bnb_DestinationTransfer_filter { +input optimism_DestinationTransfer_filter { + 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!] + 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!] + """Filter for the block changed event.""" + _change_block: optimism_BlockChangedFilter + and: [optimism_DestinationTransfer_filter] + or: [optimism_DestinationTransfer_filter] +} + +enum 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__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar optimism_Int8 + +type optimism_OptimisticRootFinalized { + id: ID! + aggregateRoot: optimism_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input optimism_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: optimism_Bytes + aggregateRoot_not: optimism_Bytes + aggregateRoot_gt: optimism_Bytes + aggregateRoot_lt: optimism_Bytes + aggregateRoot_gte: optimism_Bytes + aggregateRoot_lte: optimism_Bytes + aggregateRoot_in: [optimism_Bytes!] + aggregateRoot_not_in: [optimism_Bytes!] + aggregateRoot_contains: optimism_Bytes + aggregateRoot_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!] + 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_OptimisticRootFinalized_filter] + or: [optimism_OptimisticRootFinalized_filter] +} + +enum optimism_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum optimism_OrderDirection { + asc + desc +} + +type optimism_OriginMessage { + 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 +} + +input optimism_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: 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 + """Filter for the block changed event.""" + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginMessage_filter] + or: [optimism_OriginMessage_filter] +} + +enum optimism_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type optimism_OriginTransfer { + 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 @@ -109038,16 +105486,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: 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 @@ -109056,17 +105504,20 @@ 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!] - 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 + 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 @@ -109091,40 +105542,40 @@ input bnb_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: bnb_Bytes - to_not: bnb_Bytes - to_gt: bnb_Bytes - to_lt: bnb_Bytes - to_gte: bnb_Bytes - to_lte: bnb_Bytes - to_in: [bnb_Bytes!] - to_not_in: [bnb_Bytes!] - to_contains: bnb_Bytes - to_not_contains: bnb_Bytes - delegate: bnb_Bytes - delegate_not: bnb_Bytes - delegate_gt: bnb_Bytes - delegate_lt: bnb_Bytes - delegate_gte: bnb_Bytes - delegate_lte: bnb_Bytes - delegate_in: [bnb_Bytes!] - delegate_not_in: [bnb_Bytes!] - delegate_contains: bnb_Bytes - delegate_not_contains: bnb_Bytes + to: 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: 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: 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 @@ -109133,24 +105584,16 @@ input bnb_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: 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: 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 @@ -109167,16 +105610,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: 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 @@ -109197,176 +105640,146 @@ input bnb_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - 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: 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 - 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: 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 - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - 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 - 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: 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 - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + 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 + 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: 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!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_DestinationTransfer_filter] - or: [bnb_DestinationTransfer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginTransfer_filter] + or: [optimism_OriginTransfer_filter] } -enum bnb_DestinationTransfer_orderBy { +enum optimism_OriginTransfer_orderBy { id chainId transferId nonce status - routers + messageHash originDomain destinationDomain canonicalDomain @@ -109375,7 +105788,6 @@ enum bnb_DestinationTransfer_orderBy { receiveLocal callData slippage - bumpSlippageCount originSender bridgedAmt normalizedIn @@ -109390,40 +105802,147 @@ enum bnb_DestinationTransfer_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + 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 } -""" -8 bytes signed integer +type optimism_Relayer { + id: ID! + isActive: Boolean! + relayer: optimism_Bytes +} -""" -scalar bnb_Int8 +type optimism_RelayerFee { + id: ID! + transfer: optimism_OriginTransfer! + fee: BigInt! + asset: optimism_Bytes! +} -type bnb_OptimisticRootFinalized { +input optimism_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_: optimism_OriginTransfer_filter + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + asset: 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: optimism_BlockChangedFilter + and: [optimism_RelayerFee_filter] + or: [optimism_RelayerFee_filter] +} + +enum 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 +} + +type optimism_RelayerFeesIncrease { id: ID! - aggregateRoot: bnb_Bytes! + transfer: optimism_OriginTransfer! + increase: BigInt + asset: optimism_Bytes + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! - blockNumber: BigInt + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input bnb_OptimisticRootFinalized_filter { +input optimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -109432,16 +105951,65 @@ input bnb_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: bnb_Bytes - aggregateRoot_not: bnb_Bytes - aggregateRoot_gt: bnb_Bytes - aggregateRoot_lt: bnb_Bytes - aggregateRoot_gte: bnb_Bytes - aggregateRoot_lte: bnb_Bytes - aggregateRoot_in: [bnb_Bytes!] - aggregateRoot_not_in: [bnb_Bytes!] - aggregateRoot_contains: bnb_Bytes - aggregateRoot_not_contains: bnb_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_: 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -109450,6 +106018,22 @@ input bnb_OptimisticRootFinalized_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 @@ -109459,38 +106043,136 @@ input bnb_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OptimisticRootFinalized_filter] - or: [bnb_OptimisticRootFinalized_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFeesIncrease_filter] + or: [optimism_RelayerFeesIncrease_filter] } -enum bnb_OptimisticRootFinalized_orderBy { +enum optimism_RelayerFeesIncrease_orderBy { id - aggregateRoot + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -"""Defines the order direction, either ascending or descending""" -enum bnb_OrderDirection { - asc - desc +input optimism_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: 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] } -type bnb_OriginMessage { +enum optimism_Relayer_orderBy { + id + isActive + relayer +} + +type optimism_RootCount { id: ID! - transferId: bnb_Bytes - destinationDomain: BigInt - leaf: bnb_Bytes - index: BigInt - message: bnb_Bytes - root: bnb_Bytes - transactionHash: bnb_Bytes + 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!] + """Filter for the block changed event.""" + _change_block: optimism_BlockChangedFilter + and: [optimism_RootCount_filter] + or: [optimism_RootCount_filter] +} + +enum optimism_RootCount_orderBy { + id + count +} + +type optimism_RootMessageSent { + 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 - rootCount: bnb_RootCount } -input bnb_OriginMessage_filter { +input optimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -109499,72 +106181,84 @@ 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 - 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: 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 - index_lt: BigInt - index_gte: BigInt - 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 + 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 + 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 @@ -109573,84 +106267,45 @@ input bnb_OriginMessage_filter { 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_: bnb_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginMessage_filter] - or: [bnb_OriginMessage_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RootMessageSent_filter] + or: [optimism_RootMessageSent_filter] } -enum bnb_OriginMessage_orderBy { +enum optimism_RootMessageSent_orderBy { id - transferId - destinationDomain - leaf - index - message + spokeDomain + hubDomain root + count + caller transactionHash + timestamp + gasPrice + gasLimit blockNumber - rootCount - rootCount__id - rootCount__count } -type bnb_OriginTransfer { +type optimism_Router { + id: ID! + isActive: Boolean! + owner: optimism_Bytes + recipient: optimism_Bytes + proposedOwner: optimism_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! +} + +type optimism_RouterDailyTVL { id: ID! - chainId: BigInt - transferId: bnb_Bytes - nonce: BigInt - status: bnb_TransferStatus - messageHash: bnb_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: bnb_Bytes - delegate: bnb_Bytes - receiveLocal: Boolean - callData: bnb_Bytes - slippage: BigInt - originSender: bnb_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset - transactingAsset: bnb_Bytes - message: bnb_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 - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: bnb_Bytes - txNonce: BigInt + router: optimism_Router! + asset: optimism_Asset! + timestamp: BigInt! + balance: BigInt! } -input bnb_OriginTransfer_filter { +input optimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -109659,148 +106314,27 @@ input bnb_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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - 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 - 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: 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: 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 - slippage_lt: BigInt - slippage_gte: BigInt - 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 - 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: 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 + 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 @@ -109821,83 +106355,7 @@ 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 - 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_: bnb_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_: 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 + asset_: optimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -109906,22 +106364,143 @@ input bnb_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!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterDailyTVL_filter] + or: [optimism_RouterDailyTVL_filter] +} + +enum optimism_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type optimism_RouterLiquidityEvent { + id: ID! + type: optimism_RouterLiquidityEventType + router: optimism_Router! + asset: optimism_Asset! + amount: BigInt! + balance: BigInt! + caller: optimism_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: optimism_Bytes! + nonce: BigInt! +} + +enum optimism_RouterLiquidityEventType { + Add + Remove +} + +input optimism_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: optimism_RouterLiquidityEventType + type_not: optimism_RouterLiquidityEventType + type_in: [optimism_RouterLiquidityEventType!] + type_not_in: [optimism_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimism_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String + asset_ends_with_nocase: String + asset_not_ends_with: String + asset_not_ends_with_nocase: String + asset_: optimism_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: optimism_Bytes + caller_not: optimism_Bytes + caller_gt: optimism_Bytes + caller_lt: optimism_Bytes + caller_gte: optimism_Bytes + caller_lte: optimism_Bytes + caller_in: [optimism_Bytes!] + caller_not_in: [optimism_Bytes!] + caller_contains: optimism_Bytes + caller_not_contains: optimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -109930,49 +106509,48 @@ 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!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: optimism_Bytes + transactionHash_not: optimism_Bytes + transactionHash_gt: optimism_Bytes + transactionHash_lt: optimism_Bytes + transactionHash_gte: optimism_Bytes + transactionHash_lte: optimism_Bytes + transactionHash_in: [optimism_Bytes!] + transactionHash_not_in: [optimism_Bytes!] + transactionHash_contains: optimism_Bytes + transactionHash_not_contains: optimism_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginTransfer_filter] - or: [bnb_OriginTransfer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RouterLiquidityEvent_filter] + or: [optimism_RouterLiquidityEvent_filter] } -enum bnb_OriginTransfer_orderBy { +enum optimism_RouterLiquidityEvent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -109983,44 +106561,131 @@ 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 + amount + balance caller - transactionHash - timestamp - gasPrice - gasLimit blockNumber - txOrigin - txNonce + timestamp + transactionHash + nonce } -type bnb_Relayer { +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 +} + +type optimism_Sequencer { id: ID! isActive: Boolean! - relayer: bnb_Bytes + sequencer: optimism_Bytes } -type bnb_RelayerFee { +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 + """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 +} + +type optimism_Setting { id: ID! - transfer: bnb_OriginTransfer! - fee: BigInt! - asset: bnb_Bytes! + maxRoutersPerTransfer: BigInt! + caller: optimism_Bytes! } -input bnb_RelayerFee_filter { +input optimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -110029,101 +106694,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: 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: bnb_BlockChangedFilter - and: [bnb_RelayerFee_filter] - or: [bnb_RelayerFee_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Setting_filter] + or: [optimism_Setting_filter] } -enum bnb_RelayerFee_orderBy { +enum optimism_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 { +type optimism_SlippageUpdate { id: ID! - transfer: bnb_OriginTransfer! - increase: BigInt - asset: bnb_Bytes - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + transfer: optimism_DestinationTransfer! + slippage: BigInt! + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_RelayerFeesIncrease_filter { +input optimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -110152,45 +106765,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_: 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 @@ -110224,12 +106827,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: optimism_BlockChangedFilter + and: [optimism_SlippageUpdate_filter] + or: [optimism_SlippageUpdate_filter] } -enum bnb_RelayerFeesIncrease_orderBy { +enum optimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -110237,7 +106840,6 @@ enum bnb_RelayerFeesIncrease_orderBy { transfer__transferId transfer__nonce transfer__status - transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -110246,23 +106848,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 @@ -110271,7 +106880,16 @@ enum bnb_RelayerFeesIncrease_orderBy { blockNumber } -input bnb_Relayer_filter { +type optimism_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: optimism_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input optimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -110280,38 +106898,160 @@ 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: 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!] + 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: bnb_BlockChangedFilter - and: [bnb_Relayer_filter] - or: [bnb_Relayer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_SnapshotRoot_filter] + or: [optimism_SnapshotRoot_filter] +} + +enum optimism_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type optimism_SpokeConnectorMode { + id: ID! + mode: String! +} + +input optimism_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: optimism_BlockChangedFilter + and: [optimism_SpokeConnectorMode_filter] + or: [optimism_SpokeConnectorMode_filter] +} + +enum optimism_SpokeConnectorMode_orderBy { + id + mode +} + +enum optimism_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type optimism__Block_ { + """The hash of the block""" + hash: optimism_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: optimism_Bytes +} + +"""The type for the top-level _meta field""" +type optimism__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: optimism__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -enum bnb_Relayer_orderBy { - id - isActive - relayer +type stagingavalanche_AggregateRoot { + id: ID! + root: stagingavalanche_Bytes! + blockNumber: BigInt! } -type bnb_RootCount { +type stagingavalanche_AggregateRootProposed { id: ID! - count: BigInt + aggregateRoot: stagingavalanche_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input bnb_RootCount_filter { +input stagingavalanche_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -110320,40 +107060,73 @@ input bnb_RootCount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + aggregateRoot: stagingavalanche_Bytes + aggregateRoot_not: stagingavalanche_Bytes + aggregateRoot_gt: stagingavalanche_Bytes + aggregateRoot_lt: stagingavalanche_Bytes + aggregateRoot_gte: stagingavalanche_Bytes + aggregateRoot_lte: stagingavalanche_Bytes + aggregateRoot_in: [stagingavalanche_Bytes!] + aggregateRoot_not_in: [stagingavalanche_Bytes!] + aggregateRoot_contains: stagingavalanche_Bytes + aggregateRoot_not_contains: stagingavalanche_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RootCount_filter] - or: [bnb_RootCount_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AggregateRootProposed_filter] + or: [stagingavalanche_AggregateRootProposed_filter] } -enum bnb_RootCount_orderBy { +enum stagingavalanche_AggregateRootProposed_orderBy { id - count -} - -type bnb_RootMessageSent { - 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 + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber } -input bnb_RootMessageSent_filter { +input stagingavalanche_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -110362,84 +107135,16 @@ input bnb_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: 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!] + root: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -110449,44 +107154,47 @@ input bnb_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RootMessageSent_filter] - or: [bnb_RootMessageSent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AggregateRoot_filter] + or: [stagingavalanche_AggregateRoot_filter] } -enum bnb_RootMessageSent_orderBy { +enum stagingavalanche_AggregateRoot_orderBy { id - spokeDomain - hubDomain root - count - caller - transactionHash - timestamp - gasPrice - gasLimit blockNumber } -type bnb_Router { +enum stagingavalanche_Aggregation_interval { + hour + day +} + +type stagingavalanche_Asset { 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!]! + key: stagingavalanche_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingavalanche_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingavalanche_Bytes + localAsset: stagingavalanche_Bytes + blockNumber: BigInt + status: stagingavalanche_AssetStatus } -type bnb_RouterDailyTVL { +type stagingavalanche_AssetBalance { id: ID! - router: bnb_Router! - asset: bnb_Asset! - timestamp: BigInt! - balance: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! + feesEarned: BigInt! } -input bnb_RouterDailyTVL_filter { +input stagingavalanche_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -110495,6 +107203,38 @@ input bnb_RouterDailyTVL_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] router: String router_not: String router_gt: String @@ -110515,7 +107255,7 @@ input bnb_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: bnb_Router_filter + router_: stagingavalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -110536,31 +107276,27 @@ 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_: stagingavalanche_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: bnb_BlockChangedFilter - and: [bnb_RouterDailyTVL_filter] - or: [bnb_RouterDailyTVL_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AssetBalance_filter] + or: [stagingavalanche_AssetBalance_filter] } -enum bnb_RouterDailyTVL_orderBy { +enum stagingavalanche_AssetBalance_orderBy { id + amount + locked + supplied + removed router router__id router__isActive @@ -110578,30 +107314,39 @@ enum bnb_RouterDailyTVL_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp - balance + feesEarned } -type bnb_RouterLiquidityEvent { +type stagingavalanche_AssetStatus { id: ID! - type: bnb_RouterLiquidityEventType - router: bnb_Router! - asset: bnb_Asset! - amount: BigInt! - balance: BigInt! - caller: bnb_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: bnb_Bytes! - nonce: BigInt! + status: Boolean } -enum bnb_RouterLiquidityEventType { - Add - Remove +input stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AssetStatus_filter] + or: [stagingavalanche_AssetStatus_filter] } -input bnb_RouterLiquidityEvent_filter { +enum stagingavalanche_AssetStatus_orderBy { + id + status +} + +input stagingavalanche_Asset_filter { id: ID id_not: ID id_gt: ID @@ -110610,31 +107355,410 @@ input bnb_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: bnb_RouterLiquidityEventType - type_not: bnb_RouterLiquidityEventType - type_in: [bnb_RouterLiquidityEventType!] - type_not_in: [bnb_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - 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 + key: stagingavalanche_Bytes + key_not: stagingavalanche_Bytes + key_gt: stagingavalanche_Bytes + key_lt: stagingavalanche_Bytes + key_gte: stagingavalanche_Bytes + key_lte: stagingavalanche_Bytes + key_in: [stagingavalanche_Bytes!] + key_not_in: [stagingavalanche_Bytes!] + key_contains: stagingavalanche_Bytes + key_not_contains: stagingavalanche_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingavalanche_Bytes + canonicalId_not: stagingavalanche_Bytes + canonicalId_gt: stagingavalanche_Bytes + canonicalId_lt: stagingavalanche_Bytes + canonicalId_gte: stagingavalanche_Bytes + canonicalId_lte: stagingavalanche_Bytes + canonicalId_in: [stagingavalanche_Bytes!] + canonicalId_not_in: [stagingavalanche_Bytes!] + canonicalId_contains: stagingavalanche_Bytes + canonicalId_not_contains: stagingavalanche_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: stagingavalanche_Bytes + adoptedAsset_not: stagingavalanche_Bytes + adoptedAsset_gt: stagingavalanche_Bytes + adoptedAsset_lt: stagingavalanche_Bytes + adoptedAsset_gte: stagingavalanche_Bytes + adoptedAsset_lte: stagingavalanche_Bytes + adoptedAsset_in: [stagingavalanche_Bytes!] + adoptedAsset_not_in: [stagingavalanche_Bytes!] + adoptedAsset_contains: stagingavalanche_Bytes + adoptedAsset_not_contains: stagingavalanche_Bytes + localAsset: stagingavalanche_Bytes + localAsset_not: stagingavalanche_Bytes + localAsset_gt: stagingavalanche_Bytes + localAsset_lt: stagingavalanche_Bytes + localAsset_gte: stagingavalanche_Bytes + localAsset_lte: stagingavalanche_Bytes + localAsset_in: [stagingavalanche_Bytes!] + localAsset_not_in: [stagingavalanche_Bytes!] + localAsset_contains: stagingavalanche_Bytes + localAsset_not_contains: stagingavalanche_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_: stagingavalanche_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Asset_filter] + or: [stagingavalanche_Asset_filter] +} + +enum stagingavalanche_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingavalanche_BigDecimal + +input stagingavalanche_BlockChangedFilter { + number_gte: Int! +} + +input stagingavalanche_Block_height { + hash: stagingavalanche_Bytes + number: Int + number_gte: Int +} + +scalar stagingavalanche_Bytes + +type stagingavalanche_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingavalanche_Bytes + rootManager: stagingavalanche_Bytes + mirrorConnector: stagingavalanche_Bytes +} + +input stagingavalanche_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: stagingavalanche_Bytes + amb_not: stagingavalanche_Bytes + amb_gt: stagingavalanche_Bytes + amb_lt: stagingavalanche_Bytes + amb_gte: stagingavalanche_Bytes + amb_lte: stagingavalanche_Bytes + amb_in: [stagingavalanche_Bytes!] + amb_not_in: [stagingavalanche_Bytes!] + amb_contains: stagingavalanche_Bytes + amb_not_contains: stagingavalanche_Bytes + rootManager: stagingavalanche_Bytes + rootManager_not: stagingavalanche_Bytes + rootManager_gt: stagingavalanche_Bytes + rootManager_lt: stagingavalanche_Bytes + rootManager_gte: stagingavalanche_Bytes + rootManager_lte: stagingavalanche_Bytes + rootManager_in: [stagingavalanche_Bytes!] + rootManager_not_in: [stagingavalanche_Bytes!] + rootManager_contains: stagingavalanche_Bytes + rootManager_not_contains: stagingavalanche_Bytes + mirrorConnector: stagingavalanche_Bytes + mirrorConnector_not: stagingavalanche_Bytes + mirrorConnector_gt: stagingavalanche_Bytes + mirrorConnector_lt: stagingavalanche_Bytes + mirrorConnector_gte: stagingavalanche_Bytes + mirrorConnector_lte: stagingavalanche_Bytes + mirrorConnector_in: [stagingavalanche_Bytes!] + mirrorConnector_not_in: [stagingavalanche_Bytes!] + mirrorConnector_contains: stagingavalanche_Bytes + mirrorConnector_not_contains: stagingavalanche_Bytes + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_ConnectorMeta_filter] + or: [stagingavalanche_ConnectorMeta_filter] +} + +enum stagingavalanche_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingavalanche_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingavalanche_Bytes + nonce: BigInt + status: stagingavalanche_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_Router_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_Router_filter): [stagingavalanche_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + receiveLocal: Boolean + callData: stagingavalanche_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingavalanche_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingavalanche_Bytes + asset: stagingavalanche_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingavalanche_Bytes + executedTransactionHash: stagingavalanche_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingavalanche_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingavalanche_Bytes + reconciledTransactionHash: stagingavalanche_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingavalanche_Bytes + reconciledTxNonce: BigInt +} + +input stagingavalanche_DestinationTransfer_filter { + 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: stagingavalanche_Bytes + transferId_not: stagingavalanche_Bytes + transferId_gt: stagingavalanche_Bytes + transferId_lt: stagingavalanche_Bytes + transferId_gte: stagingavalanche_Bytes + transferId_lte: stagingavalanche_Bytes + transferId_in: [stagingavalanche_Bytes!] + transferId_not_in: [stagingavalanche_Bytes!] + transferId_contains: stagingavalanche_Bytes + transferId_not_contains: stagingavalanche_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: stagingavalanche_TransferStatus + status_not: stagingavalanche_TransferStatus + status_in: [stagingavalanche_TransferStatus!] + status_not_in: [stagingavalanche_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingavalanche_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: stagingavalanche_Bytes + to_not: stagingavalanche_Bytes + to_gt: stagingavalanche_Bytes + to_lt: stagingavalanche_Bytes + to_gte: stagingavalanche_Bytes + to_lte: stagingavalanche_Bytes + to_in: [stagingavalanche_Bytes!] + to_not_in: [stagingavalanche_Bytes!] + to_contains: stagingavalanche_Bytes + to_not_contains: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + delegate_not: stagingavalanche_Bytes + delegate_gt: stagingavalanche_Bytes + delegate_lt: stagingavalanche_Bytes + delegate_gte: stagingavalanche_Bytes + delegate_lte: stagingavalanche_Bytes + delegate_in: [stagingavalanche_Bytes!] + delegate_not_in: [stagingavalanche_Bytes!] + delegate_contains: stagingavalanche_Bytes + delegate_not_contains: stagingavalanche_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingavalanche_Bytes + callData_not: stagingavalanche_Bytes + callData_gt: stagingavalanche_Bytes + callData_lt: stagingavalanche_Bytes + callData_gte: stagingavalanche_Bytes + callData_lte: stagingavalanche_Bytes + callData_in: [stagingavalanche_Bytes!] + callData_not_in: [stagingavalanche_Bytes!] + callData_contains: stagingavalanche_Bytes + callData_not_contains: stagingavalanche_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: stagingavalanche_Bytes + originSender_not: stagingavalanche_Bytes + originSender_gt: stagingavalanche_Bytes + originSender_lt: stagingavalanche_Bytes + originSender_gte: stagingavalanche_Bytes + originSender_lte: stagingavalanche_Bytes + originSender_in: [stagingavalanche_Bytes!] + originSender_not_in: [stagingavalanche_Bytes!] + originSender_contains: stagingavalanche_Bytes + originSender_not_contains: stagingavalanche_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: stagingavalanche_Bytes + canonicalId_not: stagingavalanche_Bytes + canonicalId_gt: stagingavalanche_Bytes + canonicalId_lt: stagingavalanche_Bytes + canonicalId_gte: stagingavalanche_Bytes + canonicalId_lte: stagingavalanche_Bytes + canonicalId_in: [stagingavalanche_Bytes!] + canonicalId_not_in: [stagingavalanche_Bytes!] + canonicalId_contains: stagingavalanche_Bytes + canonicalId_not_contains: stagingavalanche_Bytes asset: String asset_not: String asset_gt: String @@ -110655,7 +107779,7 @@ input bnb_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter + asset_: stagingavalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -110664,74 +107788,180 @@ input bnb_RouterLiquidityEvent_filter { amount_lte: BigInt amount_in: [BigInt!] amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + 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: stagingavalanche_Bytes + executedCaller_not: stagingavalanche_Bytes + executedCaller_gt: stagingavalanche_Bytes + executedCaller_lt: stagingavalanche_Bytes + executedCaller_gte: stagingavalanche_Bytes + executedCaller_lte: stagingavalanche_Bytes + executedCaller_in: [stagingavalanche_Bytes!] + executedCaller_not_in: [stagingavalanche_Bytes!] + executedCaller_contains: stagingavalanche_Bytes + executedCaller_not_contains: stagingavalanche_Bytes + executedTransactionHash: stagingavalanche_Bytes + executedTransactionHash_not: stagingavalanche_Bytes + executedTransactionHash_gt: stagingavalanche_Bytes + executedTransactionHash_lt: stagingavalanche_Bytes + executedTransactionHash_gte: stagingavalanche_Bytes + executedTransactionHash_lte: stagingavalanche_Bytes + executedTransactionHash_in: [stagingavalanche_Bytes!] + executedTransactionHash_not_in: [stagingavalanche_Bytes!] + executedTransactionHash_contains: stagingavalanche_Bytes + executedTransactionHash_not_contains: stagingavalanche_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: stagingavalanche_Bytes + executedTxOrigin_not: stagingavalanche_Bytes + executedTxOrigin_gt: stagingavalanche_Bytes + executedTxOrigin_lt: stagingavalanche_Bytes + executedTxOrigin_gte: stagingavalanche_Bytes + executedTxOrigin_lte: stagingavalanche_Bytes + executedTxOrigin_in: [stagingavalanche_Bytes!] + executedTxOrigin_not_in: [stagingavalanche_Bytes!] + executedTxOrigin_contains: stagingavalanche_Bytes + executedTxOrigin_not_contains: stagingavalanche_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: stagingavalanche_Bytes + reconciledCaller_not: stagingavalanche_Bytes + reconciledCaller_gt: stagingavalanche_Bytes + reconciledCaller_lt: stagingavalanche_Bytes + reconciledCaller_gte: stagingavalanche_Bytes + reconciledCaller_lte: stagingavalanche_Bytes + reconciledCaller_in: [stagingavalanche_Bytes!] + reconciledCaller_not_in: [stagingavalanche_Bytes!] + reconciledCaller_contains: stagingavalanche_Bytes + reconciledCaller_not_contains: stagingavalanche_Bytes + reconciledTransactionHash: stagingavalanche_Bytes + reconciledTransactionHash_not: stagingavalanche_Bytes + reconciledTransactionHash_gt: stagingavalanche_Bytes + reconciledTransactionHash_lt: stagingavalanche_Bytes + reconciledTransactionHash_gte: stagingavalanche_Bytes + reconciledTransactionHash_lte: stagingavalanche_Bytes + reconciledTransactionHash_in: [stagingavalanche_Bytes!] + reconciledTransactionHash_not_in: [stagingavalanche_Bytes!] + reconciledTransactionHash_contains: stagingavalanche_Bytes + reconciledTransactionHash_not_contains: stagingavalanche_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: stagingavalanche_Bytes + reconciledTxOrigin_not: stagingavalanche_Bytes + reconciledTxOrigin_gt: stagingavalanche_Bytes + reconciledTxOrigin_lt: stagingavalanche_Bytes + reconciledTxOrigin_gte: stagingavalanche_Bytes + reconciledTxOrigin_lte: stagingavalanche_Bytes + reconciledTxOrigin_in: [stagingavalanche_Bytes!] + reconciledTxOrigin_not_in: [stagingavalanche_Bytes!] + reconciledTxOrigin_contains: stagingavalanche_Bytes + reconciledTxOrigin_not_contains: stagingavalanche_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_RouterLiquidityEvent_filter] - or: [bnb_RouterLiquidityEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_DestinationTransfer_filter] + or: [stagingavalanche_DestinationTransfer_filter] } -enum bnb_RouterLiquidityEvent_orderBy { - id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp +enum stagingavalanche_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 @@ -110743,181 +107973,39 @@ enum bnb_RouterLiquidityEvent_orderBy { asset__localAsset asset__blockNumber amount - balance - caller - blockNumber - timestamp - transactionHash - nonce -} - -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 -} - -type bnb_Sequencer { - id: ID! - isActive: Boolean! - sequencer: bnb_Bytes -} - -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] -} - -enum bnb_Sequencer_orderBy { - id - isActive - sequencer -} - -type bnb_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: bnb_Bytes! + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -input bnb_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: 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: bnb_BlockChangedFilter - and: [bnb_Setting_filter] - or: [bnb_Setting_filter] -} +""" +8 bytes signed integer -enum bnb_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} +""" +scalar stagingavalanche_Int8 -type bnb_SlippageUpdate { +type stagingavalanche_OptimisticRootFinalized { id: ID! - transfer: bnb_DestinationTransfer! - slippage: BigInt! - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + aggregateRoot: stagingavalanche_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input bnb_SlippageUpdate_filter { +input stagingavalanche_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -110926,55 +108014,16 @@ 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 - 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: 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 + aggregateRoot: stagingavalanche_Bytes + aggregateRoot_not: stagingavalanche_Bytes + aggregateRoot_gt: stagingavalanche_Bytes + aggregateRoot_lt: stagingavalanche_Bytes + aggregateRoot_gte: stagingavalanche_Bytes + aggregateRoot_lte: stagingavalanche_Bytes + aggregateRoot_in: [stagingavalanche_Bytes!] + aggregateRoot_not_in: [stagingavalanche_Bytes!] + aggregateRoot_contains: stagingavalanche_Bytes + aggregateRoot_not_contains: stagingavalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -110983,22 +108032,6 @@ input bnb_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 @@ -111008,69 +108041,38 @@ input bnb_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_SlippageUpdate_filter] - or: [bnb_SlippageUpdate_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OptimisticRootFinalized_filter] + or: [stagingavalanche_OptimisticRootFinalized_filter] } -enum bnb_SlippageUpdate_orderBy { +enum stagingavalanche_OptimisticRootFinalized_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit blockNumber } -type bnb_SnapshotRoot { +"""Defines the order direction, either ascending or descending""" +enum stagingavalanche_OrderDirection { + asc + desc +} + +type stagingavalanche_OriginMessage { id: ID! - spokeDomain: BigInt - root: bnb_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + transferId: stagingavalanche_Bytes + destinationDomain: BigInt + leaf: stagingavalanche_Bytes + index: BigInt + message: stagingavalanche_Bytes + root: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + blockNumber: BigInt + rootCount: stagingavalanche_RootCount } -input bnb_SnapshotRoot_filter { +input stagingavalanche_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -111079,40 +108081,72 @@ input bnb_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: 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!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] + transferId: stagingavalanche_Bytes + transferId_not: stagingavalanche_Bytes + transferId_gt: stagingavalanche_Bytes + transferId_lt: stagingavalanche_Bytes + transferId_gte: stagingavalanche_Bytes + transferId_lte: stagingavalanche_Bytes + transferId_in: [stagingavalanche_Bytes!] + transferId_not_in: [stagingavalanche_Bytes!] + transferId_contains: stagingavalanche_Bytes + transferId_not_contains: stagingavalanche_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: stagingavalanche_Bytes + leaf_not: stagingavalanche_Bytes + leaf_gt: stagingavalanche_Bytes + leaf_lt: stagingavalanche_Bytes + leaf_gte: stagingavalanche_Bytes + leaf_lte: stagingavalanche_Bytes + leaf_in: [stagingavalanche_Bytes!] + leaf_not_in: [stagingavalanche_Bytes!] + leaf_contains: stagingavalanche_Bytes + leaf_not_contains: stagingavalanche_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: stagingavalanche_Bytes + message_not: stagingavalanche_Bytes + message_gt: stagingavalanche_Bytes + message_lt: stagingavalanche_Bytes + message_gte: stagingavalanche_Bytes + message_lte: stagingavalanche_Bytes + message_in: [stagingavalanche_Bytes!] + message_not_in: [stagingavalanche_Bytes!] + message_contains: stagingavalanche_Bytes + message_not_contains: stagingavalanche_Bytes + root: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -111121,303 +108155,84 @@ input bnb_SnapshotRoot_filter { 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_: stagingavalanche_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_SnapshotRoot_filter] - or: [bnb_SnapshotRoot_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OriginMessage_filter] + or: [stagingavalanche_OriginMessage_filter] } -enum bnb_SnapshotRoot_orderBy { +enum stagingavalanche_OriginMessage_orderBy { id - spokeDomain + transferId + destinationDomain + leaf + index + message root - count - timestamp + transactionHash blockNumber + rootCount + rootCount__id + rootCount__count } -type bnb_SpokeConnectorMode { - id: ID! - mode: String! -} - -input bnb_SpokeConnectorMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_SpokeConnectorMode_filter] - or: [bnb_SpokeConnectorMode_filter] -} - -enum bnb_SpokeConnectorMode_orderBy { - id - mode -} - -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! -} - -enum mantle_swap_Aggregation_interval { - hour - day -} - -scalar mantle_swap_BigDecimal - -input mantle_swap_BlockChangedFilter { - number_gte: Int! -} - -input mantle_swap_Block_height { - hash: mantle_swap_Bytes - number: Int - number_gte: Int -} - -scalar mantle_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar mantle_swap_Int8 - -type mantle_swap_LpAccount { - id: ID! - address: mantle_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_LpAccountBalance_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_LpAccountBalance_filter): [mantle_swap_LpAccountBalance!]! -} - -type mantle_swap_LpAccountBalance { - id: ID! - account: mantle_swap_LpAccount! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: mantle_swap_Bytes -} - -input mantle_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_: mantle_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_: mantle_swap_LpToken_filter - amount: mantle_swap_BigDecimal - amount_not: mantle_swap_BigDecimal - amount_gt: mantle_swap_BigDecimal - amount_lt: mantle_swap_BigDecimal - amount_gte: mantle_swap_BigDecimal - amount_lte: mantle_swap_BigDecimal - amount_in: [mantle_swap_BigDecimal!] - amount_not_in: [mantle_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: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes - """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpAccountBalance_filter] - or: [mantle_swap_LpAccountBalance_filter] -} - -enum mantle_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 mantle_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: mantle_swap_Bytes - address_not: mantle_swap_Bytes - address_gt: mantle_swap_Bytes - address_lt: mantle_swap_Bytes - address_gte: mantle_swap_Bytes - address_lte: mantle_swap_Bytes - address_in: [mantle_swap_Bytes!] - address_not_in: [mantle_swap_Bytes!] - address_contains: mantle_swap_Bytes - address_not_contains: mantle_swap_Bytes - balances_: mantle_swap_LpAccountBalance_filter - """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpAccount_filter] - or: [mantle_swap_LpAccount_filter] -} - -enum mantle_swap_LpAccount_orderBy { - id - address - balances -} - -type mantle_swap_LpToken { - id: ID! - address: mantle_swap_Bytes! - stableSwap: mantle_swap_StableSwap! - decimals: Int! - name: String! - symbol: String! - totalSupply: mantle_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_LpTokenEvent_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_LpTokenEvent_filter): [mantle_swap_LpTokenEvent!]! -} - -interface mantle_swap_LpTokenEvent { +type stagingavalanche_OriginTransfer { id: ID! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + chainId: BigInt + transferId: stagingavalanche_Bytes + nonce: BigInt + status: stagingavalanche_TransferStatus + messageHash: stagingavalanche_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + receiveLocal: Boolean + callData: stagingavalanche_Bytes + slippage: BigInt + originSender: stagingavalanche_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingavalanche_Bytes + asset: stagingavalanche_Asset + transactingAsset: stagingavalanche_Bytes + message: stagingavalanche_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_RelayerFee_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_RelayerFee_filter): [stagingavalanche_RelayerFee!] + initialRelayerFeeAsset: stagingavalanche_Bytes + caller: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingavalanche_Bytes + txNonce: BigInt } -input mantle_swap_LpTokenEvent_filter { +input stagingavalanche_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -111426,43 +108241,245 @@ input mantle_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_: mantle_swap_LpToken_filter - amount: mantle_swap_BigDecimal - amount_not: mantle_swap_BigDecimal - amount_gt: mantle_swap_BigDecimal - amount_lt: mantle_swap_BigDecimal - amount_gte: mantle_swap_BigDecimal - amount_lte: mantle_swap_BigDecimal - amount_in: [mantle_swap_BigDecimal!] - amount_not_in: [mantle_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] + chainId: BigInt + chainId_not: BigInt + chainId_gt: BigInt + chainId_lt: BigInt + chainId_gte: BigInt + chainId_lte: BigInt + chainId_in: [BigInt!] + chainId_not_in: [BigInt!] + transferId: stagingavalanche_Bytes + transferId_not: stagingavalanche_Bytes + transferId_gt: stagingavalanche_Bytes + transferId_lt: stagingavalanche_Bytes + transferId_gte: stagingavalanche_Bytes + transferId_lte: stagingavalanche_Bytes + transferId_in: [stagingavalanche_Bytes!] + transferId_not_in: [stagingavalanche_Bytes!] + transferId_contains: stagingavalanche_Bytes + transferId_not_contains: stagingavalanche_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: stagingavalanche_TransferStatus + status_not: stagingavalanche_TransferStatus + status_in: [stagingavalanche_TransferStatus!] + status_not_in: [stagingavalanche_TransferStatus!] + messageHash: stagingavalanche_Bytes + messageHash_not: stagingavalanche_Bytes + messageHash_gt: stagingavalanche_Bytes + messageHash_lt: stagingavalanche_Bytes + messageHash_gte: stagingavalanche_Bytes + messageHash_lte: stagingavalanche_Bytes + messageHash_in: [stagingavalanche_Bytes!] + messageHash_not_in: [stagingavalanche_Bytes!] + messageHash_contains: stagingavalanche_Bytes + messageHash_not_contains: stagingavalanche_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: stagingavalanche_Bytes + to_not: stagingavalanche_Bytes + to_gt: stagingavalanche_Bytes + to_lt: stagingavalanche_Bytes + to_gte: stagingavalanche_Bytes + to_lte: stagingavalanche_Bytes + to_in: [stagingavalanche_Bytes!] + to_not_in: [stagingavalanche_Bytes!] + to_contains: stagingavalanche_Bytes + to_not_contains: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + delegate_not: stagingavalanche_Bytes + delegate_gt: stagingavalanche_Bytes + delegate_lt: stagingavalanche_Bytes + delegate_gte: stagingavalanche_Bytes + delegate_lte: stagingavalanche_Bytes + delegate_in: [stagingavalanche_Bytes!] + delegate_not_in: [stagingavalanche_Bytes!] + delegate_contains: stagingavalanche_Bytes + delegate_not_contains: stagingavalanche_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingavalanche_Bytes + callData_not: stagingavalanche_Bytes + callData_gt: stagingavalanche_Bytes + callData_lt: stagingavalanche_Bytes + callData_gte: stagingavalanche_Bytes + callData_lte: stagingavalanche_Bytes + callData_in: [stagingavalanche_Bytes!] + callData_not_in: [stagingavalanche_Bytes!] + callData_contains: stagingavalanche_Bytes + callData_not_contains: stagingavalanche_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: stagingavalanche_Bytes + originSender_not: stagingavalanche_Bytes + originSender_gt: stagingavalanche_Bytes + originSender_lt: stagingavalanche_Bytes + originSender_gte: stagingavalanche_Bytes + originSender_lte: stagingavalanche_Bytes + originSender_in: [stagingavalanche_Bytes!] + originSender_not_in: [stagingavalanche_Bytes!] + originSender_contains: stagingavalanche_Bytes + originSender_not_contains: stagingavalanche_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: stagingavalanche_Bytes + canonicalId_not: stagingavalanche_Bytes + canonicalId_gt: stagingavalanche_Bytes + canonicalId_lt: stagingavalanche_Bytes + canonicalId_gte: stagingavalanche_Bytes + canonicalId_lte: stagingavalanche_Bytes + canonicalId_in: [stagingavalanche_Bytes!] + canonicalId_not_in: [stagingavalanche_Bytes!] + canonicalId_contains: stagingavalanche_Bytes + canonicalId_not_contains: stagingavalanche_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_: stagingavalanche_Asset_filter + transactingAsset: stagingavalanche_Bytes + transactingAsset_not: stagingavalanche_Bytes + transactingAsset_gt: stagingavalanche_Bytes + transactingAsset_lt: stagingavalanche_Bytes + transactingAsset_gte: stagingavalanche_Bytes + transactingAsset_lte: stagingavalanche_Bytes + transactingAsset_in: [stagingavalanche_Bytes!] + transactingAsset_not_in: [stagingavalanche_Bytes!] + transactingAsset_contains: stagingavalanche_Bytes + transactingAsset_not_contains: stagingavalanche_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_: stagingavalanche_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_: stagingavalanche_RelayerFee_filter + initialRelayerFeeAsset: stagingavalanche_Bytes + initialRelayerFeeAsset_not: stagingavalanche_Bytes + initialRelayerFeeAsset_gt: stagingavalanche_Bytes + initialRelayerFeeAsset_lt: stagingavalanche_Bytes + initialRelayerFeeAsset_gte: stagingavalanche_Bytes + initialRelayerFeeAsset_lte: stagingavalanche_Bytes + initialRelayerFeeAsset_in: [stagingavalanche_Bytes!] + initialRelayerFeeAsset_not_in: [stagingavalanche_Bytes!] + initialRelayerFeeAsset_contains: stagingavalanche_Bytes + initialRelayerFeeAsset_not_contains: stagingavalanche_Bytes + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111471,47 +108488,121 @@ input mantle_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: stagingavalanche_Bytes + txOrigin_not: stagingavalanche_Bytes + txOrigin_gt: stagingavalanche_Bytes + txOrigin_lt: stagingavalanche_Bytes + txOrigin_gte: stagingavalanche_Bytes + txOrigin_lte: stagingavalanche_Bytes + txOrigin_in: [stagingavalanche_Bytes!] + txOrigin_not_in: [stagingavalanche_Bytes!] + txOrigin_contains: stagingavalanche_Bytes + txOrigin_not_contains: stagingavalanche_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: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpTokenEvent_filter] - or: [mantle_swap_LpTokenEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OriginTransfer_filter] + or: [stagingavalanche_OriginTransfer_filter] } -enum mantle_swap_LpTokenEvent_orderBy { +enum stagingavalanche_OriginTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction + chainId + transferId nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -input mantle_swap_LpToken_filter { +type stagingavalanche_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingavalanche_Bytes +} + +type stagingavalanche_RelayerFee { + id: ID! + transfer: stagingavalanche_OriginTransfer! + fee: BigInt! + asset: stagingavalanche_Bytes! +} + +input stagingavalanche_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -111520,142 +108611,101 @@ input mantle_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: mantle_swap_Bytes - address_not: mantle_swap_Bytes - address_gt: mantle_swap_Bytes - address_lt: mantle_swap_Bytes - address_gte: mantle_swap_Bytes - address_lte: mantle_swap_Bytes - address_in: [mantle_swap_Bytes!] - address_not_in: [mantle_swap_Bytes!] - address_contains: mantle_swap_Bytes - address_not_contains: mantle_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_: mantle_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: mantle_swap_BigDecimal - totalSupply_not: mantle_swap_BigDecimal - totalSupply_gt: mantle_swap_BigDecimal - totalSupply_lt: mantle_swap_BigDecimal - totalSupply_gte: mantle_swap_BigDecimal - totalSupply_lte: mantle_swap_BigDecimal - totalSupply_in: [mantle_swap_BigDecimal!] - totalSupply_not_in: [mantle_swap_BigDecimal!] - events_: mantle_swap_LpTokenEvent_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_: stagingavalanche_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: stagingavalanche_Bytes + asset_not: stagingavalanche_Bytes + asset_gt: stagingavalanche_Bytes + asset_lt: stagingavalanche_Bytes + asset_gte: stagingavalanche_Bytes + asset_lte: stagingavalanche_Bytes + asset_in: [stagingavalanche_Bytes!] + asset_not_in: [stagingavalanche_Bytes!] + asset_contains: stagingavalanche_Bytes + asset_not_contains: stagingavalanche_Bytes """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpToken_filter] - or: [mantle_swap_LpToken_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RelayerFee_filter] + or: [stagingavalanche_RelayerFee_filter] } -enum mantle_swap_LpToken_orderBy { +enum stagingavalanche_RelayerFee_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 + 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 mantle_swap_LpTransferEvent implements mantle_swap_LpTokenEvent { +type stagingavalanche_RelayerFeesIncrease { id: ID! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! - from: mantle_swap_Bytes! - to: mantle_swap_Bytes! - fromBalance: mantle_swap_BigDecimal! - toBalance: mantle_swap_BigDecimal! - block: BigInt! + transfer: stagingavalanche_OriginTransfer! + increase: BigInt + asset: stagingavalanche_Bytes + caller: stagingavalanche_Bytes! + transactionHash: stagingavalanche_Bytes! timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input mantle_swap_LpTransferEvent_filter { +input stagingavalanche_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -111664,79 +108714,65 @@ input mantle_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_: mantle_swap_LpToken_filter - amount: mantle_swap_BigDecimal - amount_not: mantle_swap_BigDecimal - amount_gt: mantle_swap_BigDecimal - amount_lt: mantle_swap_BigDecimal - amount_gte: mantle_swap_BigDecimal - amount_lte: mantle_swap_BigDecimal - amount_in: [mantle_swap_BigDecimal!] - amount_not_in: [mantle_swap_BigDecimal!] - from: mantle_swap_Bytes - from_not: mantle_swap_Bytes - from_gt: mantle_swap_Bytes - from_lt: mantle_swap_Bytes - from_gte: mantle_swap_Bytes - from_lte: mantle_swap_Bytes - from_in: [mantle_swap_Bytes!] - from_not_in: [mantle_swap_Bytes!] - from_contains: mantle_swap_Bytes - from_not_contains: mantle_swap_Bytes - to: mantle_swap_Bytes - to_not: mantle_swap_Bytes - to_gt: mantle_swap_Bytes - to_lt: mantle_swap_Bytes - to_gte: mantle_swap_Bytes - to_lte: mantle_swap_Bytes - to_in: [mantle_swap_Bytes!] - to_not_in: [mantle_swap_Bytes!] - to_contains: mantle_swap_Bytes - to_not_contains: mantle_swap_Bytes - fromBalance: mantle_swap_BigDecimal - fromBalance_not: mantle_swap_BigDecimal - fromBalance_gt: mantle_swap_BigDecimal - fromBalance_lt: mantle_swap_BigDecimal - fromBalance_gte: mantle_swap_BigDecimal - fromBalance_lte: mantle_swap_BigDecimal - fromBalance_in: [mantle_swap_BigDecimal!] - fromBalance_not_in: [mantle_swap_BigDecimal!] - toBalance: mantle_swap_BigDecimal - toBalance_not: mantle_swap_BigDecimal - toBalance_gt: mantle_swap_BigDecimal - toBalance_lt: mantle_swap_BigDecimal - toBalance_gte: mantle_swap_BigDecimal - toBalance_lte: mantle_swap_BigDecimal - toBalance_in: [mantle_swap_BigDecimal!] - toBalance_not_in: [mantle_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_: stagingavalanche_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: stagingavalanche_Bytes + asset_not: stagingavalanche_Bytes + asset_gt: stagingavalanche_Bytes + asset_lt: stagingavalanche_Bytes + asset_gte: stagingavalanche_Bytes + asset_lte: stagingavalanche_Bytes + asset_in: [stagingavalanche_Bytes!] + asset_not_in: [stagingavalanche_Bytes!] + asset_contains: stagingavalanche_Bytes + asset_not_contains: stagingavalanche_Bytes + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111745,62 +108781,79 @@ input mantle_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_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: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpTransferEvent_filter] - or: [mantle_swap_LpTransferEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RelayerFeesIncrease_filter] + or: [stagingavalanche_RelayerFeesIncrease_filter] } -enum mantle_swap_LpTransferEvent_orderBy { +enum stagingavalanche_RelayerFeesIncrease_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - 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 -} - -"""Defines the order direction, either ascending or descending""" -enum mantle_swap_OrderDirection { - asc - desc -} - -type mantle_swap_PooledToken { - id: ID! - asset: mantle_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input mantle_swap_PooledToken_filter { +input stagingavalanche_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -111809,72 +108862,38 @@ input mantle_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: mantle_swap_Bytes - asset_not: mantle_swap_Bytes - asset_gt: mantle_swap_Bytes - asset_lt: mantle_swap_Bytes - asset_gte: mantle_swap_Bytes - asset_lte: mantle_swap_Bytes - asset_in: [mantle_swap_Bytes!] - asset_not_in: [mantle_swap_Bytes!] - asset_contains: mantle_swap_Bytes - asset_not_contains: mantle_swap_Bytes + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: stagingavalanche_Bytes + relayer_not: stagingavalanche_Bytes + relayer_gt: stagingavalanche_Bytes + relayer_lt: stagingavalanche_Bytes + relayer_gte: stagingavalanche_Bytes + relayer_lte: stagingavalanche_Bytes + relayer_in: [stagingavalanche_Bytes!] + relayer_not_in: [stagingavalanche_Bytes!] + relayer_contains: stagingavalanche_Bytes + relayer_not_contains: stagingavalanche_Bytes """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_PooledToken_filter] - or: [mantle_swap_PooledToken_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Relayer_filter] + or: [stagingavalanche_Relayer_filter] } -enum mantle_swap_PooledToken_orderBy { +enum stagingavalanche_Relayer_orderBy { id - asset -} - -type mantle_swap_StableSwap { - id: ID! - isActive: Boolean - key: mantle_swap_Bytes! - canonicalId: mantle_swap_Bytes - domain: BigInt - swapPool: mantle_swap_Bytes - lpToken: mantle_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [mantle_swap_Bytes!]! - tokenPrecisionMultipliers: [BigInt!]! - balances: [BigInt!]! - adminFees: [BigInt!]! - virtualPrice: BigInt! - invariant: BigInt! - lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_StableSwapEvent_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_StableSwapEvent_filter): [mantle_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_StableSwapExchange_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_StableSwapExchange_filter): [mantle_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_SwapHourlyVolume_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_SwapHourlyVolume_filter): [mantle_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_SwapDailyVolume_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_SwapDailyVolume_filter): [mantle_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: mantle_swap_SwapWeeklyVolume_orderBy, orderDirection: mantle_swap_OrderDirection, where: mantle_swap_SwapWeeklyVolume_filter): [mantle_swap_SwapWeeklyVolume!] + isActive + relayer } -type mantle_swap_StableSwapAddLiquidityEvent implements mantle_swap_StableSwapEvent { +type stagingavalanche_RootCount { id: ID! - stableSwap: mantle_swap_StableSwap! - provider: mantle_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + count: BigInt } -input mantle_swap_StableSwapAddLiquidityEvent_filter { +input stagingavalanche_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -111883,161 +108902,40 @@ input mantle_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_: mantle_swap_StableSwap_filter - provider: mantle_swap_Bytes - provider_not: mantle_swap_Bytes - provider_gt: mantle_swap_Bytes - provider_lt: mantle_swap_Bytes - provider_gte: mantle_swap_Bytes - provider_lte: mantle_swap_Bytes - provider_in: [mantle_swap_Bytes!] - provider_not_in: [mantle_swap_Bytes!] - provider_contains: mantle_swap_Bytes - provider_not_contains: mantle_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: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapAddLiquidityEvent_filter] - or: [mantle_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RootCount_filter] + or: [stagingavalanche_RootCount_filter] } -enum mantle_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingavalanche_RootCount_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + count } -interface mantle_swap_StableSwapEvent { +type stagingavalanche_RootMessageSent { id: ID! - stableSwap: mantle_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingavalanche_Bytes + count: BigInt + caller: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input mantle_swap_StableSwapEvent_filter { +input stagingavalanche_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -112046,35 +108944,60 @@ input mantle_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_: mantle_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!] + 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: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_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: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -112083,72 +109006,69 @@ input mantle_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_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: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapEvent_filter] - or: [mantle_swap_StableSwapEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RootMessageSent_filter] + or: [stagingavalanche_RootMessageSent_filter] } -enum mantle_swap_StableSwapEvent_orderBy { +enum stagingavalanche_RootMessageSent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -type mantle_swap_StableSwapExchange { +type stagingavalanche_Router { id: ID! - stableSwap: mantle_swap_StableSwap! - buyer: mantle_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + isActive: Boolean! + owner: stagingavalanche_Bytes + recipient: stagingavalanche_Bytes + proposedOwner: stagingavalanche_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_AssetBalance_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_AssetBalance_filter): [stagingavalanche_AssetBalance!]! +} + +type stagingavalanche_RouterDailyTVL { + id: ID! + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! timestamp: BigInt! - transaction: mantle_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input mantle_swap_StableSwapExchange_filter { +input stagingavalanche_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -112157,91 +109077,48 @@ input mantle_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_: mantle_swap_StableSwap_filter - buyer: mantle_swap_Bytes - buyer_not: mantle_swap_Bytes - buyer_gt: mantle_swap_Bytes - buyer_lt: mantle_swap_Bytes - buyer_gte: mantle_swap_Bytes - buyer_lte: mantle_swap_Bytes - buyer_in: [mantle_swap_Bytes!] - buyer_not_in: [mantle_swap_Bytes!] - buyer_contains: mantle_swap_Bytes - buyer_not_contains: mantle_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!] + 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_: stagingavalanche_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_: stagingavalanche_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -112250,79 +109127,63 @@ input mantle_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapExchange_filter] - or: [mantle_swap_StableSwapExchange_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RouterDailyTVL_filter] + or: [stagingavalanche_RouterDailyTVL_filter] } -enum mantle_swap_StableSwapExchange_orderBy { +enum stagingavalanche_RouterDailyTVL_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - 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 + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - transaction - nonce + balance } -type mantle_swap_StableSwapRemoveLiquidityEvent implements mantle_swap_StableSwapEvent { +type stagingavalanche_RouterLiquidityEvent { id: ID! - stableSwap: mantle_swap_StableSwap! - provider: mantle_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: stagingavalanche_RouterLiquidityEventType + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingavalanche_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! + transactionHash: stagingavalanche_Bytes! nonce: BigInt! } -input mantle_swap_StableSwapRemoveLiquidityEvent_filter { +enum stagingavalanche_RouterLiquidityEventType { + Add + Remove +} + +input stagingavalanche_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -112331,87 +109192,86 @@ input mantle_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_: mantle_swap_StableSwap_filter - provider: mantle_swap_Bytes - provider_not: mantle_swap_Bytes - provider_gt: mantle_swap_Bytes - provider_lt: mantle_swap_Bytes - provider_gte: mantle_swap_Bytes - provider_lte: mantle_swap_Bytes - provider_in: [mantle_swap_Bytes!] - provider_not_in: [mantle_swap_Bytes!] - provider_contains: mantle_swap_Bytes - provider_not_contains: mantle_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!] + type: stagingavalanche_RouterLiquidityEventType + type_not: stagingavalanche_RouterLiquidityEventType + type_in: [stagingavalanche_RouterLiquidityEventType!] + type_not_in: [stagingavalanche_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingavalanche_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_: stagingavalanche_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -112420,16 +109280,16 @@ input mantle_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: mantle_swap_Bytes - transaction_not: mantle_swap_Bytes - transaction_gt: mantle_swap_Bytes - transaction_lt: mantle_swap_Bytes - transaction_gte: mantle_swap_Bytes - transaction_lte: mantle_swap_Bytes - transaction_in: [mantle_swap_Bytes!] - transaction_not_in: [mantle_swap_Bytes!] - transaction_contains: mantle_swap_Bytes - transaction_not_contains: mantle_swap_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -112439,44 +109299,41 @@ input mantle_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] - or: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RouterLiquidityEvent_filter] + or: [stagingavalanche_RouterLiquidityEvent_filter] } -enum mantle_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingavalanche_RouterLiquidityEvent_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber timestamp - transaction + transactionHash nonce } -input mantle_swap_StableSwap_filter { +input stagingavalanche_Router_filter { id: ID id_not: ID id_gt: ID @@ -112489,197 +109346,68 @@ input mantle_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: mantle_swap_Bytes - key_not: mantle_swap_Bytes - key_gt: mantle_swap_Bytes - key_lt: mantle_swap_Bytes - key_gte: mantle_swap_Bytes - key_lte: mantle_swap_Bytes - key_in: [mantle_swap_Bytes!] - key_not_in: [mantle_swap_Bytes!] - key_contains: mantle_swap_Bytes - key_not_contains: mantle_swap_Bytes - canonicalId: mantle_swap_Bytes - canonicalId_not: mantle_swap_Bytes - canonicalId_gt: mantle_swap_Bytes - canonicalId_lt: mantle_swap_Bytes - canonicalId_gte: mantle_swap_Bytes - canonicalId_lte: mantle_swap_Bytes - canonicalId_in: [mantle_swap_Bytes!] - canonicalId_not_in: [mantle_swap_Bytes!] - canonicalId_contains: mantle_swap_Bytes - canonicalId_not_contains: mantle_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: mantle_swap_Bytes - swapPool_not: mantle_swap_Bytes - swapPool_gt: mantle_swap_Bytes - swapPool_lt: mantle_swap_Bytes - swapPool_gte: mantle_swap_Bytes - swapPool_lte: mantle_swap_Bytes - swapPool_in: [mantle_swap_Bytes!] - swapPool_not_in: [mantle_swap_Bytes!] - swapPool_contains: mantle_swap_Bytes - swapPool_not_contains: mantle_swap_Bytes - lpToken: mantle_swap_Bytes - lpToken_not: mantle_swap_Bytes - lpToken_gt: mantle_swap_Bytes - lpToken_lt: mantle_swap_Bytes - lpToken_gte: mantle_swap_Bytes - lpToken_lte: mantle_swap_Bytes - lpToken_in: [mantle_swap_Bytes!] - lpToken_not_in: [mantle_swap_Bytes!] - lpToken_contains: mantle_swap_Bytes - lpToken_not_contains: mantle_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: [mantle_swap_Bytes!] - pooledTokens_not: [mantle_swap_Bytes!] - pooledTokens_contains: [mantle_swap_Bytes!] - pooledTokens_contains_nocase: [mantle_swap_Bytes!] - pooledTokens_not_contains: [mantle_swap_Bytes!] - pooledTokens_not_contains_nocase: [mantle_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_: mantle_swap_StableSwapEvent_filter - exchanges_: mantle_swap_StableSwapExchange_filter - hourlyVolumes_: mantle_swap_SwapHourlyVolume_filter - dailyVolumes_: mantle_swap_SwapDailyVolume_filter - weeklyVolumes_: mantle_swap_SwapWeeklyVolume_filter + owner: stagingavalanche_Bytes + owner_not: stagingavalanche_Bytes + owner_gt: stagingavalanche_Bytes + owner_lt: stagingavalanche_Bytes + owner_gte: stagingavalanche_Bytes + owner_lte: stagingavalanche_Bytes + owner_in: [stagingavalanche_Bytes!] + owner_not_in: [stagingavalanche_Bytes!] + owner_contains: stagingavalanche_Bytes + owner_not_contains: stagingavalanche_Bytes + recipient: stagingavalanche_Bytes + recipient_not: stagingavalanche_Bytes + recipient_gt: stagingavalanche_Bytes + recipient_lt: stagingavalanche_Bytes + recipient_gte: stagingavalanche_Bytes + recipient_lte: stagingavalanche_Bytes + recipient_in: [stagingavalanche_Bytes!] + recipient_not_in: [stagingavalanche_Bytes!] + recipient_contains: stagingavalanche_Bytes + recipient_not_contains: stagingavalanche_Bytes + proposedOwner: stagingavalanche_Bytes + proposedOwner_not: stagingavalanche_Bytes + proposedOwner_gt: stagingavalanche_Bytes + proposedOwner_lt: stagingavalanche_Bytes + proposedOwner_gte: stagingavalanche_Bytes + proposedOwner_lte: stagingavalanche_Bytes + proposedOwner_in: [stagingavalanche_Bytes!] + proposedOwner_not_in: [stagingavalanche_Bytes!] + proposedOwner_contains: stagingavalanche_Bytes + proposedOwner_not_contains: stagingavalanche_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_: stagingavalanche_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwap_filter] - or: [mantle_swap_StableSwap_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Router_filter] + or: [stagingavalanche_Router_filter] } -enum mantle_swap_StableSwap_orderBy { +enum stagingavalanche_Router_orderBy { id isActive - key - canonicalId - domain - swapPool - lpToken - initialA - futureA - initialATime - futureATime - swapFee - adminFee - pooledTokens - tokenPrecisionMultipliers - balances - adminFees - virtualPrice - invariant - lpTokenSupply - events - exchanges - hourlyVolumes - dailyVolumes - weeklyVolumes + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type mantle_swap_SwapDailyVolume implements mantle_swap_SwapTradeVolume { +type stagingavalanche_Sequencer { id: ID! - stableSwap: mantle_swap_StableSwap! - timestamp: BigInt! - volume: mantle_swap_BigDecimal! + isActive: Boolean! + sequencer: stagingavalanche_Bytes } -input mantle_swap_SwapDailyVolume_filter { +input stagingavalanche_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -112688,80 +109416,39 @@ input mantle_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_: mantle_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: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: stagingavalanche_Bytes + sequencer_not: stagingavalanche_Bytes + sequencer_gt: stagingavalanche_Bytes + sequencer_lt: stagingavalanche_Bytes + sequencer_gte: stagingavalanche_Bytes + sequencer_lte: stagingavalanche_Bytes + sequencer_in: [stagingavalanche_Bytes!] + sequencer_not_in: [stagingavalanche_Bytes!] + sequencer_contains: stagingavalanche_Bytes + sequencer_not_contains: stagingavalanche_Bytes """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapDailyVolume_filter] - or: [mantle_swap_SwapDailyVolume_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Sequencer_filter] + or: [stagingavalanche_Sequencer_filter] } -enum mantle_swap_SwapDailyVolume_orderBy { +enum stagingavalanche_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 - timestamp - volume + isActive + sequencer } -type mantle_swap_SwapHourlyVolume implements mantle_swap_SwapTradeVolume { +type stagingavalanche_Setting { id: ID! - stableSwap: mantle_swap_StableSwap! - timestamp: BigInt! - volume: mantle_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: stagingavalanche_Bytes! } -input mantle_swap_SwapHourlyVolume_filter { +input stagingavalanche_Setting_filter { id: ID id_not: ID id_gt: ID @@ -112770,100 +109457,106 @@ input mantle_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_: mantle_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: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapHourlyVolume_filter] - or: [mantle_swap_SwapHourlyVolume_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Setting_filter] + or: [stagingavalanche_Setting_filter] } -enum mantle_swap_SwapHourlyVolume_orderBy { +enum stagingavalanche_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 - timestamp - volume + maxRoutersPerTransfer + caller } -interface mantle_swap_SwapTradeVolume { - stableSwap: mantle_swap_StableSwap! +type stagingavalanche_SlippageUpdate { + id: ID! + transfer: stagingavalanche_DestinationTransfer! + slippage: BigInt! + caller: stagingavalanche_Bytes! + transactionHash: stagingavalanche_Bytes! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input mantle_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_: mantle_swap_StableSwap_filter +input stagingavalanche_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_: stagingavalanche_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: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -112872,50 +109565,94 @@ input mantle_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapTradeVolume_filter] - or: [mantle_swap_SwapTradeVolume_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SlippageUpdate_filter] + or: [stagingavalanche_SlippageUpdate_filter] } -enum mantle_swap_SwapTradeVolume_orderBy { - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply +enum stagingavalanche_SlippageUpdate_orderBy { + id + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type mantle_swap_SwapWeeklyVolume implements mantle_swap_SwapTradeVolume { +type stagingavalanche_SnapshotRoot { id: ID! - stableSwap: mantle_swap_StableSwap! + spokeDomain: BigInt + root: stagingavalanche_Bytes! + count: BigInt! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + blockNumber: BigInt! } -input mantle_swap_SwapWeeklyVolume_filter { +input stagingavalanche_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -112924,27 +109661,32 @@ input mantle_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_: mantle_swap_StableSwap_filter + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + root: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_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 @@ -112953,50 +109695,35 @@ input mantle_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: mantle_swap_BigDecimal - volume_not: mantle_swap_BigDecimal - volume_gt: mantle_swap_BigDecimal - volume_lt: mantle_swap_BigDecimal - volume_gte: mantle_swap_BigDecimal - volume_lte: mantle_swap_BigDecimal - volume_in: [mantle_swap_BigDecimal!] - volume_not_in: [mantle_swap_BigDecimal!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapWeeklyVolume_filter] - or: [mantle_swap_SwapWeeklyVolume_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SnapshotRoot_filter] + or: [stagingavalanche_SnapshotRoot_filter] } -enum mantle_swap_SwapWeeklyVolume_orderBy { +enum stagingavalanche_SnapshotRoot_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + spokeDomain + root + count timestamp - volume + blockNumber } -type mantle_swap_SystemInfo { +type stagingavalanche_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input mantle_swap_SystemInfo_filter { +input stagingavalanche_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -113005,47 +109732,58 @@ input mantle_swap_SystemInfo_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - exchangeCount: BigInt - exchangeCount_not: BigInt - exchangeCount_gt: BigInt - exchangeCount_lt: BigInt - exchangeCount_gte: BigInt - exchangeCount_lte: BigInt - exchangeCount_in: [BigInt!] - exchangeCount_not_in: [BigInt!] - swapCount: BigInt - swapCount_not: BigInt - swapCount_gt: BigInt - swapCount_lt: BigInt - swapCount_gte: BigInt - swapCount_lte: BigInt - swapCount_in: [BigInt!] - swapCount_not_in: [BigInt!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: mantle_swap_BlockChangedFilter - and: [mantle_swap_SystemInfo_filter] - or: [mantle_swap_SystemInfo_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SpokeConnectorMode_filter] + or: [stagingavalanche_SpokeConnectorMode_filter] } -enum mantle_swap_SystemInfo_orderBy { +enum stagingavalanche_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type mantle_swap__Block_ { +enum stagingavalanche_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingavalanche__Block_ { """The hash of the block""" - hash: mantle_swap_Bytes + hash: stagingavalanche_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: mantle_swap_Bytes + parentHash: stagingavalanche_Bytes } """The type for the top-level _meta field""" -type mantle_swap__Meta_ { +type stagingavalanche__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -113053,22 +109791,22 @@ type mantle_swap__Meta_ { and therefore asks for the latest block """ - block: mantle_swap__Block_! + block: stagingavalanche__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mode_AggregateRoot { +type stagingzksync_AggregateRoot { id: ID! - root: mode_Bytes! + root: stagingzksync_Bytes! blockNumber: BigInt! } -type mode_AggregateRootProposed { +type stagingzksync_AggregateRootProposed { id: ID! - aggregateRoot: mode_Bytes! + aggregateRoot: stagingzksync_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -113076,7 +109814,7 @@ type mode_AggregateRootProposed { blockNumber: BigInt } -input mode_AggregateRootProposed_filter { +input stagingzksync_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -113085,16 +109823,16 @@ input mode_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mode_Bytes - aggregateRoot_not: mode_Bytes - aggregateRoot_gt: mode_Bytes - aggregateRoot_lt: mode_Bytes - aggregateRoot_gte: mode_Bytes - aggregateRoot_lte: mode_Bytes - aggregateRoot_in: [mode_Bytes!] - aggregateRoot_not_in: [mode_Bytes!] - aggregateRoot_contains: mode_Bytes - aggregateRoot_not_contains: mode_Bytes + aggregateRoot: stagingzksync_Bytes + aggregateRoot_not: stagingzksync_Bytes + aggregateRoot_gt: stagingzksync_Bytes + aggregateRoot_lt: stagingzksync_Bytes + aggregateRoot_gte: stagingzksync_Bytes + aggregateRoot_lte: stagingzksync_Bytes + aggregateRoot_in: [stagingzksync_Bytes!] + aggregateRoot_not_in: [stagingzksync_Bytes!] + aggregateRoot_contains: stagingzksync_Bytes + aggregateRoot_not_contains: stagingzksync_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -113136,12 +109874,12 @@ input mode_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_AggregateRootProposed_filter] - or: [mode_AggregateRootProposed_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_AggregateRootProposed_filter] + or: [stagingzksync_AggregateRootProposed_filter] } -enum mode_AggregateRootProposed_orderBy { +enum stagingzksync_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -113151,7 +109889,7 @@ enum mode_AggregateRootProposed_orderBy { blockNumber } -input mode_AggregateRoot_filter { +input stagingzksync_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -113160,16 +109898,16 @@ input mode_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: mode_Bytes - root_not: mode_Bytes - root_gt: mode_Bytes - root_lt: mode_Bytes - root_gte: mode_Bytes - root_lte: mode_Bytes - root_in: [mode_Bytes!] - root_not_in: [mode_Bytes!] - root_contains: mode_Bytes - root_not_contains: mode_Bytes + root: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -113179,42 +109917,47 @@ input mode_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_AggregateRoot_filter] - or: [mode_AggregateRoot_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_AggregateRoot_filter] + or: [stagingzksync_AggregateRoot_filter] } -enum mode_AggregateRoot_orderBy { +enum stagingzksync_AggregateRoot_orderBy { id root blockNumber } -type mode_Asset { +enum stagingzksync_Aggregation_interval { + hour + day +} + +type stagingzksync_Asset { id: ID! - key: mode_Bytes + key: stagingzksync_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mode_Bytes + canonicalId: stagingzksync_Bytes canonicalDomain: BigInt - adoptedAsset: mode_Bytes - localAsset: mode_Bytes + adoptedAsset: stagingzksync_Bytes + localAsset: stagingzksync_Bytes blockNumber: BigInt - status: mode_AssetStatus + status: stagingzksync_AssetStatus } -type mode_AssetBalance { +type stagingzksync_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mode_Router! - asset: mode_Asset! + router: stagingzksync_Router! + asset: stagingzksync_Asset! feesEarned: BigInt! } -input mode_AssetBalance_filter { +input stagingzksync_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -113275,7 +110018,7 @@ input mode_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mode_Router_filter + router_: stagingzksync_Router_filter asset: String asset_not: String asset_gt: String @@ -113296,7 +110039,7 @@ input mode_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mode_Asset_filter + asset_: stagingzksync_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -113306,12 +110049,12 @@ input mode_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_AssetBalance_filter] - or: [mode_AssetBalance_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_AssetBalance_filter] + or: [stagingzksync_AssetBalance_filter] } -enum mode_AssetBalance_orderBy { +enum stagingzksync_AssetBalance_orderBy { id amount locked @@ -113337,12 +110080,12 @@ enum mode_AssetBalance_orderBy { feesEarned } -type mode_AssetStatus { +type stagingzksync_AssetStatus { id: ID! status: Boolean } -input mode_AssetStatus_filter { +input stagingzksync_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -113356,17 +110099,17 @@ input mode_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_AssetStatus_filter] - or: [mode_AssetStatus_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_AssetStatus_filter] + or: [stagingzksync_AssetStatus_filter] } -enum mode_AssetStatus_orderBy { +enum stagingzksync_AssetStatus_orderBy { id status } -input mode_Asset_filter { +input stagingzksync_Asset_filter { id: ID id_not: ID id_gt: ID @@ -113375,16 +110118,16 @@ input mode_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: mode_Bytes - key_not: mode_Bytes - key_gt: mode_Bytes - key_lt: mode_Bytes - key_gte: mode_Bytes - key_lte: mode_Bytes - key_in: [mode_Bytes!] - key_not_in: [mode_Bytes!] - key_contains: mode_Bytes - key_not_contains: mode_Bytes + key: stagingzksync_Bytes + key_not: stagingzksync_Bytes + key_gt: stagingzksync_Bytes + key_lt: stagingzksync_Bytes + key_gte: stagingzksync_Bytes + key_lte: stagingzksync_Bytes + key_in: [stagingzksync_Bytes!] + key_not_in: [stagingzksync_Bytes!] + key_contains: stagingzksync_Bytes + key_not_contains: stagingzksync_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -113401,16 +110144,16 @@ input mode_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: mode_Bytes - canonicalId_not: mode_Bytes - canonicalId_gt: mode_Bytes - canonicalId_lt: mode_Bytes - canonicalId_gte: mode_Bytes - canonicalId_lte: mode_Bytes - canonicalId_in: [mode_Bytes!] - canonicalId_not_in: [mode_Bytes!] - canonicalId_contains: mode_Bytes - canonicalId_not_contains: mode_Bytes + canonicalId: stagingzksync_Bytes + canonicalId_not: stagingzksync_Bytes + canonicalId_gt: stagingzksync_Bytes + canonicalId_lt: stagingzksync_Bytes + canonicalId_gte: stagingzksync_Bytes + canonicalId_lte: stagingzksync_Bytes + canonicalId_in: [stagingzksync_Bytes!] + canonicalId_not_in: [stagingzksync_Bytes!] + canonicalId_contains: stagingzksync_Bytes + canonicalId_not_contains: stagingzksync_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -113419,26 +110162,26 @@ input mode_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: mode_Bytes - adoptedAsset_not: mode_Bytes - adoptedAsset_gt: mode_Bytes - adoptedAsset_lt: mode_Bytes - adoptedAsset_gte: mode_Bytes - adoptedAsset_lte: mode_Bytes - adoptedAsset_in: [mode_Bytes!] - adoptedAsset_not_in: [mode_Bytes!] - adoptedAsset_contains: mode_Bytes - adoptedAsset_not_contains: mode_Bytes - localAsset: mode_Bytes - localAsset_not: mode_Bytes - localAsset_gt: mode_Bytes - localAsset_lt: mode_Bytes - localAsset_gte: mode_Bytes - localAsset_lte: mode_Bytes - localAsset_in: [mode_Bytes!] - localAsset_not_in: [mode_Bytes!] - localAsset_contains: mode_Bytes - localAsset_not_contains: mode_Bytes + adoptedAsset: stagingzksync_Bytes + adoptedAsset_not: stagingzksync_Bytes + adoptedAsset_gt: stagingzksync_Bytes + adoptedAsset_lt: stagingzksync_Bytes + adoptedAsset_gte: stagingzksync_Bytes + adoptedAsset_lte: stagingzksync_Bytes + adoptedAsset_in: [stagingzksync_Bytes!] + adoptedAsset_not_in: [stagingzksync_Bytes!] + adoptedAsset_contains: stagingzksync_Bytes + adoptedAsset_not_contains: stagingzksync_Bytes + localAsset: stagingzksync_Bytes + localAsset_not: stagingzksync_Bytes + localAsset_gt: stagingzksync_Bytes + localAsset_lt: stagingzksync_Bytes + localAsset_gte: stagingzksync_Bytes + localAsset_lte: stagingzksync_Bytes + localAsset_in: [stagingzksync_Bytes!] + localAsset_not_in: [stagingzksync_Bytes!] + localAsset_contains: stagingzksync_Bytes + localAsset_not_contains: stagingzksync_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -113467,14 +110210,14 @@ input mode_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: mode_AssetStatus_filter + status_: stagingzksync_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Asset_filter] - or: [mode_Asset_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Asset_filter] + or: [stagingzksync_Asset_filter] } -enum mode_Asset_orderBy { +enum stagingzksync_Asset_orderBy { id key decimal @@ -113489,30 +110232,30 @@ enum mode_Asset_orderBy { status__status } -scalar mode_BigDecimal +scalar stagingzksync_BigDecimal -input mode_BlockChangedFilter { +input stagingzksync_BlockChangedFilter { number_gte: Int! } -input mode_Block_height { - hash: mode_Bytes +input stagingzksync_Block_height { + hash: stagingzksync_Bytes number: Int number_gte: Int } -scalar mode_Bytes +scalar stagingzksync_Bytes -type mode_ConnectorMeta { +type stagingzksync_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mode_Bytes - rootManager: mode_Bytes - mirrorConnector: mode_Bytes + amb: stagingzksync_Bytes + rootManager: stagingzksync_Bytes + mirrorConnector: stagingzksync_Bytes } -input mode_ConnectorMeta_filter { +input stagingzksync_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -113537,43 +110280,43 @@ input mode_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mode_Bytes - amb_not: mode_Bytes - amb_gt: mode_Bytes - amb_lt: mode_Bytes - amb_gte: mode_Bytes - amb_lte: mode_Bytes - amb_in: [mode_Bytes!] - amb_not_in: [mode_Bytes!] - amb_contains: mode_Bytes - amb_not_contains: mode_Bytes - rootManager: mode_Bytes - rootManager_not: mode_Bytes - rootManager_gt: mode_Bytes - rootManager_lt: mode_Bytes - rootManager_gte: mode_Bytes - rootManager_lte: mode_Bytes - rootManager_in: [mode_Bytes!] - rootManager_not_in: [mode_Bytes!] - rootManager_contains: mode_Bytes - rootManager_not_contains: mode_Bytes - mirrorConnector: mode_Bytes - mirrorConnector_not: mode_Bytes - mirrorConnector_gt: mode_Bytes - mirrorConnector_lt: mode_Bytes - mirrorConnector_gte: mode_Bytes - mirrorConnector_lte: mode_Bytes - mirrorConnector_in: [mode_Bytes!] - mirrorConnector_not_in: [mode_Bytes!] - mirrorConnector_contains: mode_Bytes - mirrorConnector_not_contains: mode_Bytes + amb: stagingzksync_Bytes + amb_not: stagingzksync_Bytes + amb_gt: stagingzksync_Bytes + amb_lt: stagingzksync_Bytes + amb_gte: stagingzksync_Bytes + amb_lte: stagingzksync_Bytes + amb_in: [stagingzksync_Bytes!] + amb_not_in: [stagingzksync_Bytes!] + amb_contains: stagingzksync_Bytes + amb_not_contains: stagingzksync_Bytes + rootManager: stagingzksync_Bytes + rootManager_not: stagingzksync_Bytes + rootManager_gt: stagingzksync_Bytes + rootManager_lt: stagingzksync_Bytes + rootManager_gte: stagingzksync_Bytes + rootManager_lte: stagingzksync_Bytes + rootManager_in: [stagingzksync_Bytes!] + rootManager_not_in: [stagingzksync_Bytes!] + rootManager_contains: stagingzksync_Bytes + rootManager_not_contains: stagingzksync_Bytes + mirrorConnector: stagingzksync_Bytes + mirrorConnector_not: stagingzksync_Bytes + mirrorConnector_gt: stagingzksync_Bytes + mirrorConnector_lt: stagingzksync_Bytes + mirrorConnector_gte: stagingzksync_Bytes + mirrorConnector_lte: stagingzksync_Bytes + mirrorConnector_in: [stagingzksync_Bytes!] + mirrorConnector_not_in: [stagingzksync_Bytes!] + mirrorConnector_contains: stagingzksync_Bytes + mirrorConnector_not_contains: stagingzksync_Bytes """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_ConnectorMeta_filter] - or: [mode_ConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_ConnectorMeta_filter] + or: [stagingzksync_ConnectorMeta_filter] } -enum mode_ConnectorMeta_orderBy { +enum stagingzksync_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -113582,48 +110325,48 @@ enum mode_ConnectorMeta_orderBy { mirrorConnector } -type mode_DestinationTransfer { +type stagingzksync_DestinationTransfer { id: ID! chainId: BigInt - transferId: mode_Bytes + transferId: stagingzksync_Bytes nonce: BigInt - status: mode_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: mode_Router_orderBy, orderDirection: mode_OrderDirection, where: mode_Router_filter): [mode_Router!] + status: stagingzksync_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_Router_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_Router_filter): [stagingzksync_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mode_Bytes - delegate: mode_Bytes + to: stagingzksync_Bytes + delegate: stagingzksync_Bytes receiveLocal: Boolean - callData: mode_Bytes + callData: stagingzksync_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mode_Bytes + originSender: stagingzksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mode_Bytes - asset: mode_Asset + canonicalId: stagingzksync_Bytes + asset: stagingzksync_Asset amount: BigInt routersFee: BigInt - executedCaller: mode_Bytes - executedTransactionHash: mode_Bytes + executedCaller: stagingzksync_Bytes + executedTransactionHash: stagingzksync_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mode_Bytes + executedTxOrigin: stagingzksync_Bytes executedTxNonce: BigInt - reconciledCaller: mode_Bytes - reconciledTransactionHash: mode_Bytes + reconciledCaller: stagingzksync_Bytes + reconciledTransactionHash: stagingzksync_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mode_Bytes + reconciledTxOrigin: stagingzksync_Bytes reconciledTxNonce: BigInt } -input mode_DestinationTransfer_filter { +input stagingzksync_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -113640,16 +110383,16 @@ input mode_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mode_Bytes - transferId_not: mode_Bytes - transferId_gt: mode_Bytes - transferId_lt: mode_Bytes - transferId_gte: mode_Bytes - transferId_lte: mode_Bytes - transferId_in: [mode_Bytes!] - transferId_not_in: [mode_Bytes!] - transferId_contains: mode_Bytes - transferId_not_contains: mode_Bytes + transferId: stagingzksync_Bytes + transferId_not: stagingzksync_Bytes + transferId_gt: stagingzksync_Bytes + transferId_lt: stagingzksync_Bytes + transferId_gte: stagingzksync_Bytes + transferId_lte: stagingzksync_Bytes + transferId_in: [stagingzksync_Bytes!] + transferId_not_in: [stagingzksync_Bytes!] + transferId_contains: stagingzksync_Bytes + transferId_not_contains: stagingzksync_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -113658,17 +110401,17 @@ input mode_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mode_TransferStatus - status_not: mode_TransferStatus - status_in: [mode_TransferStatus!] - status_not_in: [mode_TransferStatus!] + status: stagingzksync_TransferStatus + status_not: stagingzksync_TransferStatus + status_in: [stagingzksync_TransferStatus!] + status_not_in: [stagingzksync_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: mode_Router_filter + routers_: stagingzksync_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -113693,40 +110436,40 @@ input mode_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mode_Bytes - to_not: mode_Bytes - to_gt: mode_Bytes - to_lt: mode_Bytes - to_gte: mode_Bytes - to_lte: mode_Bytes - to_in: [mode_Bytes!] - to_not_in: [mode_Bytes!] - to_contains: mode_Bytes - to_not_contains: mode_Bytes - delegate: mode_Bytes - delegate_not: mode_Bytes - delegate_gt: mode_Bytes - delegate_lt: mode_Bytes - delegate_gte: mode_Bytes - delegate_lte: mode_Bytes - delegate_in: [mode_Bytes!] - delegate_not_in: [mode_Bytes!] - delegate_contains: mode_Bytes - delegate_not_contains: mode_Bytes + to: stagingzksync_Bytes + to_not: stagingzksync_Bytes + to_gt: stagingzksync_Bytes + to_lt: stagingzksync_Bytes + to_gte: stagingzksync_Bytes + to_lte: stagingzksync_Bytes + to_in: [stagingzksync_Bytes!] + to_not_in: [stagingzksync_Bytes!] + to_contains: stagingzksync_Bytes + to_not_contains: stagingzksync_Bytes + delegate: stagingzksync_Bytes + delegate_not: stagingzksync_Bytes + delegate_gt: stagingzksync_Bytes + delegate_lt: stagingzksync_Bytes + delegate_gte: stagingzksync_Bytes + delegate_lte: stagingzksync_Bytes + delegate_in: [stagingzksync_Bytes!] + delegate_not_in: [stagingzksync_Bytes!] + delegate_contains: stagingzksync_Bytes + delegate_not_contains: stagingzksync_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mode_Bytes - callData_not: mode_Bytes - callData_gt: mode_Bytes - callData_lt: mode_Bytes - callData_gte: mode_Bytes - callData_lte: mode_Bytes - callData_in: [mode_Bytes!] - callData_not_in: [mode_Bytes!] - callData_contains: mode_Bytes - callData_not_contains: mode_Bytes + callData: stagingzksync_Bytes + callData_not: stagingzksync_Bytes + callData_gt: stagingzksync_Bytes + callData_lt: stagingzksync_Bytes + callData_gte: stagingzksync_Bytes + callData_lte: stagingzksync_Bytes + callData_in: [stagingzksync_Bytes!] + callData_not_in: [stagingzksync_Bytes!] + callData_contains: stagingzksync_Bytes + callData_not_contains: stagingzksync_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -113743,16 +110486,16 @@ input mode_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: mode_Bytes - originSender_not: mode_Bytes - originSender_gt: mode_Bytes - originSender_lt: mode_Bytes - originSender_gte: mode_Bytes - originSender_lte: mode_Bytes - originSender_in: [mode_Bytes!] - originSender_not_in: [mode_Bytes!] - originSender_contains: mode_Bytes - originSender_not_contains: mode_Bytes + originSender: stagingzksync_Bytes + originSender_not: stagingzksync_Bytes + originSender_gt: stagingzksync_Bytes + originSender_lt: stagingzksync_Bytes + originSender_gte: stagingzksync_Bytes + originSender_lte: stagingzksync_Bytes + originSender_in: [stagingzksync_Bytes!] + originSender_not_in: [stagingzksync_Bytes!] + originSender_contains: stagingzksync_Bytes + originSender_not_contains: stagingzksync_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -113769,16 +110512,16 @@ input mode_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mode_Bytes - canonicalId_not: mode_Bytes - canonicalId_gt: mode_Bytes - canonicalId_lt: mode_Bytes - canonicalId_gte: mode_Bytes - canonicalId_lte: mode_Bytes - canonicalId_in: [mode_Bytes!] - canonicalId_not_in: [mode_Bytes!] - canonicalId_contains: mode_Bytes - canonicalId_not_contains: mode_Bytes + canonicalId: stagingzksync_Bytes + canonicalId_not: stagingzksync_Bytes + canonicalId_gt: stagingzksync_Bytes + canonicalId_lt: stagingzksync_Bytes + canonicalId_gte: stagingzksync_Bytes + canonicalId_lte: stagingzksync_Bytes + canonicalId_in: [stagingzksync_Bytes!] + canonicalId_not_in: [stagingzksync_Bytes!] + canonicalId_contains: stagingzksync_Bytes + canonicalId_not_contains: stagingzksync_Bytes asset: String asset_not: String asset_gt: String @@ -113799,7 +110542,7 @@ input mode_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mode_Asset_filter + asset_: stagingzksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -113816,26 +110559,26 @@ input mode_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: mode_Bytes - executedCaller_not: mode_Bytes - executedCaller_gt: mode_Bytes - executedCaller_lt: mode_Bytes - executedCaller_gte: mode_Bytes - executedCaller_lte: mode_Bytes - executedCaller_in: [mode_Bytes!] - executedCaller_not_in: [mode_Bytes!] - executedCaller_contains: mode_Bytes - executedCaller_not_contains: mode_Bytes - executedTransactionHash: mode_Bytes - executedTransactionHash_not: mode_Bytes - executedTransactionHash_gt: mode_Bytes - executedTransactionHash_lt: mode_Bytes - executedTransactionHash_gte: mode_Bytes - executedTransactionHash_lte: mode_Bytes - executedTransactionHash_in: [mode_Bytes!] - executedTransactionHash_not_in: [mode_Bytes!] - executedTransactionHash_contains: mode_Bytes - executedTransactionHash_not_contains: mode_Bytes + executedCaller: stagingzksync_Bytes + executedCaller_not: stagingzksync_Bytes + executedCaller_gt: stagingzksync_Bytes + executedCaller_lt: stagingzksync_Bytes + executedCaller_gte: stagingzksync_Bytes + executedCaller_lte: stagingzksync_Bytes + executedCaller_in: [stagingzksync_Bytes!] + executedCaller_not_in: [stagingzksync_Bytes!] + executedCaller_contains: stagingzksync_Bytes + executedCaller_not_contains: stagingzksync_Bytes + executedTransactionHash: stagingzksync_Bytes + executedTransactionHash_not: stagingzksync_Bytes + executedTransactionHash_gt: stagingzksync_Bytes + executedTransactionHash_lt: stagingzksync_Bytes + executedTransactionHash_gte: stagingzksync_Bytes + executedTransactionHash_lte: stagingzksync_Bytes + executedTransactionHash_in: [stagingzksync_Bytes!] + executedTransactionHash_not_in: [stagingzksync_Bytes!] + executedTransactionHash_contains: stagingzksync_Bytes + executedTransactionHash_not_contains: stagingzksync_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -113868,16 +110611,16 @@ input mode_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: mode_Bytes - executedTxOrigin_not: mode_Bytes - executedTxOrigin_gt: mode_Bytes - executedTxOrigin_lt: mode_Bytes - executedTxOrigin_gte: mode_Bytes - executedTxOrigin_lte: mode_Bytes - executedTxOrigin_in: [mode_Bytes!] - executedTxOrigin_not_in: [mode_Bytes!] - executedTxOrigin_contains: mode_Bytes - executedTxOrigin_not_contains: mode_Bytes + executedTxOrigin: stagingzksync_Bytes + executedTxOrigin_not: stagingzksync_Bytes + executedTxOrigin_gt: stagingzksync_Bytes + executedTxOrigin_lt: stagingzksync_Bytes + executedTxOrigin_gte: stagingzksync_Bytes + executedTxOrigin_lte: stagingzksync_Bytes + executedTxOrigin_in: [stagingzksync_Bytes!] + executedTxOrigin_not_in: [stagingzksync_Bytes!] + executedTxOrigin_contains: stagingzksync_Bytes + executedTxOrigin_not_contains: stagingzksync_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -113886,26 +110629,26 @@ input mode_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: mode_Bytes - reconciledCaller_not: mode_Bytes - reconciledCaller_gt: mode_Bytes - reconciledCaller_lt: mode_Bytes - reconciledCaller_gte: mode_Bytes - reconciledCaller_lte: mode_Bytes - reconciledCaller_in: [mode_Bytes!] - reconciledCaller_not_in: [mode_Bytes!] - reconciledCaller_contains: mode_Bytes - reconciledCaller_not_contains: mode_Bytes - reconciledTransactionHash: mode_Bytes - reconciledTransactionHash_not: mode_Bytes - reconciledTransactionHash_gt: mode_Bytes - reconciledTransactionHash_lt: mode_Bytes - reconciledTransactionHash_gte: mode_Bytes - reconciledTransactionHash_lte: mode_Bytes - reconciledTransactionHash_in: [mode_Bytes!] - reconciledTransactionHash_not_in: [mode_Bytes!] - reconciledTransactionHash_contains: mode_Bytes - reconciledTransactionHash_not_contains: mode_Bytes + reconciledCaller: stagingzksync_Bytes + reconciledCaller_not: stagingzksync_Bytes + reconciledCaller_gt: stagingzksync_Bytes + reconciledCaller_lt: stagingzksync_Bytes + reconciledCaller_gte: stagingzksync_Bytes + reconciledCaller_lte: stagingzksync_Bytes + reconciledCaller_in: [stagingzksync_Bytes!] + reconciledCaller_not_in: [stagingzksync_Bytes!] + reconciledCaller_contains: stagingzksync_Bytes + reconciledCaller_not_contains: stagingzksync_Bytes + reconciledTransactionHash: stagingzksync_Bytes + reconciledTransactionHash_not: stagingzksync_Bytes + reconciledTransactionHash_gt: stagingzksync_Bytes + reconciledTransactionHash_lt: stagingzksync_Bytes + reconciledTransactionHash_gte: stagingzksync_Bytes + reconciledTransactionHash_lte: stagingzksync_Bytes + reconciledTransactionHash_in: [stagingzksync_Bytes!] + reconciledTransactionHash_not_in: [stagingzksync_Bytes!] + reconciledTransactionHash_contains: stagingzksync_Bytes + reconciledTransactionHash_not_contains: stagingzksync_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -113938,16 +110681,16 @@ input mode_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: mode_Bytes - reconciledTxOrigin_not: mode_Bytes - reconciledTxOrigin_gt: mode_Bytes - reconciledTxOrigin_lt: mode_Bytes - reconciledTxOrigin_gte: mode_Bytes - reconciledTxOrigin_lte: mode_Bytes - reconciledTxOrigin_in: [mode_Bytes!] - reconciledTxOrigin_not_in: [mode_Bytes!] - reconciledTxOrigin_contains: mode_Bytes - reconciledTxOrigin_not_contains: mode_Bytes + reconciledTxOrigin: stagingzksync_Bytes + reconciledTxOrigin_not: stagingzksync_Bytes + reconciledTxOrigin_gt: stagingzksync_Bytes + reconciledTxOrigin_lt: stagingzksync_Bytes + reconciledTxOrigin_gte: stagingzksync_Bytes + reconciledTxOrigin_lte: stagingzksync_Bytes + reconciledTxOrigin_in: [stagingzksync_Bytes!] + reconciledTxOrigin_not_in: [stagingzksync_Bytes!] + reconciledTxOrigin_contains: stagingzksync_Bytes + reconciledTxOrigin_not_contains: stagingzksync_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -113957,12 +110700,12 @@ input mode_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_DestinationTransfer_filter] - or: [mode_DestinationTransfer_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_DestinationTransfer_filter] + or: [stagingzksync_DestinationTransfer_filter] } -enum mode_DestinationTransfer_orderBy { +enum stagingzksync_DestinationTransfer_orderBy { id chainId transferId @@ -114016,16 +110759,16 @@ enum mode_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar mode_Int8 +scalar stagingzksync_Int8 -type mode_OptimisticRootFinalized { +type stagingzksync_OptimisticRootFinalized { id: ID! - aggregateRoot: mode_Bytes! + aggregateRoot: stagingzksync_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mode_OptimisticRootFinalized_filter { +input stagingzksync_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -114034,16 +110777,16 @@ input mode_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mode_Bytes - aggregateRoot_not: mode_Bytes - aggregateRoot_gt: mode_Bytes - aggregateRoot_lt: mode_Bytes - aggregateRoot_gte: mode_Bytes - aggregateRoot_lte: mode_Bytes - aggregateRoot_in: [mode_Bytes!] - aggregateRoot_not_in: [mode_Bytes!] - aggregateRoot_contains: mode_Bytes - aggregateRoot_not_contains: mode_Bytes + aggregateRoot: stagingzksync_Bytes + aggregateRoot_not: stagingzksync_Bytes + aggregateRoot_gt: stagingzksync_Bytes + aggregateRoot_lt: stagingzksync_Bytes + aggregateRoot_gte: stagingzksync_Bytes + aggregateRoot_lte: stagingzksync_Bytes + aggregateRoot_in: [stagingzksync_Bytes!] + aggregateRoot_not_in: [stagingzksync_Bytes!] + aggregateRoot_contains: stagingzksync_Bytes + aggregateRoot_not_contains: stagingzksync_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -114061,12 +110804,12 @@ input mode_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_OptimisticRootFinalized_filter] - or: [mode_OptimisticRootFinalized_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_OptimisticRootFinalized_filter] + or: [stagingzksync_OptimisticRootFinalized_filter] } -enum mode_OptimisticRootFinalized_orderBy { +enum stagingzksync_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -114074,25 +110817,25 @@ enum mode_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum mode_OrderDirection { +enum stagingzksync_OrderDirection { asc desc } -type mode_OriginMessage { +type stagingzksync_OriginMessage { id: ID! - transferId: mode_Bytes + transferId: stagingzksync_Bytes destinationDomain: BigInt - leaf: mode_Bytes + leaf: stagingzksync_Bytes index: BigInt - message: mode_Bytes - root: mode_Bytes - transactionHash: mode_Bytes + message: stagingzksync_Bytes + root: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes blockNumber: BigInt - rootCount: mode_RootCount + rootCount: stagingzksync_RootCount } -input mode_OriginMessage_filter { +input stagingzksync_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -114101,16 +110844,16 @@ input mode_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: mode_Bytes - transferId_not: mode_Bytes - transferId_gt: mode_Bytes - transferId_lt: mode_Bytes - transferId_gte: mode_Bytes - transferId_lte: mode_Bytes - transferId_in: [mode_Bytes!] - transferId_not_in: [mode_Bytes!] - transferId_contains: mode_Bytes - transferId_not_contains: mode_Bytes + transferId: stagingzksync_Bytes + transferId_not: stagingzksync_Bytes + transferId_gt: stagingzksync_Bytes + transferId_lt: stagingzksync_Bytes + transferId_gte: stagingzksync_Bytes + transferId_lte: stagingzksync_Bytes + transferId_in: [stagingzksync_Bytes!] + transferId_not_in: [stagingzksync_Bytes!] + transferId_contains: stagingzksync_Bytes + transferId_not_contains: stagingzksync_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -114119,16 +110862,16 @@ input mode_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: mode_Bytes - leaf_not: mode_Bytes - leaf_gt: mode_Bytes - leaf_lt: mode_Bytes - leaf_gte: mode_Bytes - leaf_lte: mode_Bytes - leaf_in: [mode_Bytes!] - leaf_not_in: [mode_Bytes!] - leaf_contains: mode_Bytes - leaf_not_contains: mode_Bytes + leaf: stagingzksync_Bytes + leaf_not: stagingzksync_Bytes + leaf_gt: stagingzksync_Bytes + leaf_lt: stagingzksync_Bytes + leaf_gte: stagingzksync_Bytes + leaf_lte: stagingzksync_Bytes + leaf_in: [stagingzksync_Bytes!] + leaf_not_in: [stagingzksync_Bytes!] + leaf_contains: stagingzksync_Bytes + leaf_not_contains: stagingzksync_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -114137,36 +110880,36 @@ input mode_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: mode_Bytes - message_not: mode_Bytes - message_gt: mode_Bytes - message_lt: mode_Bytes - message_gte: mode_Bytes - message_lte: mode_Bytes - message_in: [mode_Bytes!] - message_not_in: [mode_Bytes!] - message_contains: mode_Bytes - message_not_contains: mode_Bytes - root: mode_Bytes - root_not: mode_Bytes - root_gt: mode_Bytes - root_lt: mode_Bytes - root_gte: mode_Bytes - root_lte: mode_Bytes - root_in: [mode_Bytes!] - root_not_in: [mode_Bytes!] - root_contains: mode_Bytes - root_not_contains: mode_Bytes - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_Bytes + message: stagingzksync_Bytes + message_not: stagingzksync_Bytes + message_gt: stagingzksync_Bytes + message_lt: stagingzksync_Bytes + message_gte: stagingzksync_Bytes + message_lte: stagingzksync_Bytes + message_in: [stagingzksync_Bytes!] + message_not_in: [stagingzksync_Bytes!] + message_contains: stagingzksync_Bytes + message_not_contains: stagingzksync_Bytes + root: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -114195,14 +110938,14 @@ input mode_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: mode_RootCount_filter + rootCount_: stagingzksync_RootCount_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_OriginMessage_filter] - or: [mode_OriginMessage_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_OriginMessage_filter] + or: [stagingzksync_OriginMessage_filter] } -enum mode_OriginMessage_orderBy { +enum stagingzksync_OriginMessage_orderBy { id transferId destinationDomain @@ -114217,42 +110960,42 @@ enum mode_OriginMessage_orderBy { rootCount__count } -type mode_OriginTransfer { +type stagingzksync_OriginTransfer { id: ID! chainId: BigInt - transferId: mode_Bytes + transferId: stagingzksync_Bytes nonce: BigInt - status: mode_TransferStatus - messageHash: mode_Bytes + status: stagingzksync_TransferStatus + messageHash: stagingzksync_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mode_Bytes - delegate: mode_Bytes + to: stagingzksync_Bytes + delegate: stagingzksync_Bytes receiveLocal: Boolean - callData: mode_Bytes + callData: stagingzksync_Bytes slippage: BigInt - originSender: mode_Bytes + originSender: stagingzksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mode_Bytes - asset: mode_Asset - transactingAsset: mode_Bytes - message: mode_OriginMessage + canonicalId: stagingzksync_Bytes + asset: stagingzksync_Asset + transactingAsset: stagingzksync_Bytes + message: stagingzksync_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mode_RelayerFee_orderBy, orderDirection: mode_OrderDirection, where: mode_RelayerFee_filter): [mode_RelayerFee!] - initialRelayerFeeAsset: mode_Bytes - caller: mode_Bytes - transactionHash: mode_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_RelayerFee_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_RelayerFee_filter): [stagingzksync_RelayerFee!] + initialRelayerFeeAsset: stagingzksync_Bytes + caller: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: mode_Bytes + txOrigin: stagingzksync_Bytes txNonce: BigInt } -input mode_OriginTransfer_filter { +input stagingzksync_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -114269,16 +111012,16 @@ input mode_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: mode_Bytes - transferId_not: mode_Bytes - transferId_gt: mode_Bytes - transferId_lt: mode_Bytes - transferId_gte: mode_Bytes - transferId_lte: mode_Bytes - transferId_in: [mode_Bytes!] - transferId_not_in: [mode_Bytes!] - transferId_contains: mode_Bytes - transferId_not_contains: mode_Bytes + transferId: stagingzksync_Bytes + transferId_not: stagingzksync_Bytes + transferId_gt: stagingzksync_Bytes + transferId_lt: stagingzksync_Bytes + transferId_gte: stagingzksync_Bytes + transferId_lte: stagingzksync_Bytes + transferId_in: [stagingzksync_Bytes!] + transferId_not_in: [stagingzksync_Bytes!] + transferId_contains: stagingzksync_Bytes + transferId_not_contains: stagingzksync_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -114287,20 +111030,20 @@ input mode_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: mode_TransferStatus - status_not: mode_TransferStatus - status_in: [mode_TransferStatus!] - status_not_in: [mode_TransferStatus!] - messageHash: mode_Bytes - messageHash_not: mode_Bytes - messageHash_gt: mode_Bytes - messageHash_lt: mode_Bytes - messageHash_gte: mode_Bytes - messageHash_lte: mode_Bytes - messageHash_in: [mode_Bytes!] - messageHash_not_in: [mode_Bytes!] - messageHash_contains: mode_Bytes - messageHash_not_contains: mode_Bytes + status: stagingzksync_TransferStatus + status_not: stagingzksync_TransferStatus + status_in: [stagingzksync_TransferStatus!] + status_not_in: [stagingzksync_TransferStatus!] + messageHash: stagingzksync_Bytes + messageHash_not: stagingzksync_Bytes + messageHash_gt: stagingzksync_Bytes + messageHash_lt: stagingzksync_Bytes + messageHash_gte: stagingzksync_Bytes + messageHash_lte: stagingzksync_Bytes + messageHash_in: [stagingzksync_Bytes!] + messageHash_not_in: [stagingzksync_Bytes!] + messageHash_contains: stagingzksync_Bytes + messageHash_not_contains: stagingzksync_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -114325,40 +111068,40 @@ input mode_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: mode_Bytes - to_not: mode_Bytes - to_gt: mode_Bytes - to_lt: mode_Bytes - to_gte: mode_Bytes - to_lte: mode_Bytes - to_in: [mode_Bytes!] - to_not_in: [mode_Bytes!] - to_contains: mode_Bytes - to_not_contains: mode_Bytes - delegate: mode_Bytes - delegate_not: mode_Bytes - delegate_gt: mode_Bytes - delegate_lt: mode_Bytes - delegate_gte: mode_Bytes - delegate_lte: mode_Bytes - delegate_in: [mode_Bytes!] - delegate_not_in: [mode_Bytes!] - delegate_contains: mode_Bytes - delegate_not_contains: mode_Bytes + to: stagingzksync_Bytes + to_not: stagingzksync_Bytes + to_gt: stagingzksync_Bytes + to_lt: stagingzksync_Bytes + to_gte: stagingzksync_Bytes + to_lte: stagingzksync_Bytes + to_in: [stagingzksync_Bytes!] + to_not_in: [stagingzksync_Bytes!] + to_contains: stagingzksync_Bytes + to_not_contains: stagingzksync_Bytes + delegate: stagingzksync_Bytes + delegate_not: stagingzksync_Bytes + delegate_gt: stagingzksync_Bytes + delegate_lt: stagingzksync_Bytes + delegate_gte: stagingzksync_Bytes + delegate_lte: stagingzksync_Bytes + delegate_in: [stagingzksync_Bytes!] + delegate_not_in: [stagingzksync_Bytes!] + delegate_contains: stagingzksync_Bytes + delegate_not_contains: stagingzksync_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: mode_Bytes - callData_not: mode_Bytes - callData_gt: mode_Bytes - callData_lt: mode_Bytes - callData_gte: mode_Bytes - callData_lte: mode_Bytes - callData_in: [mode_Bytes!] - callData_not_in: [mode_Bytes!] - callData_contains: mode_Bytes - callData_not_contains: mode_Bytes + callData: stagingzksync_Bytes + callData_not: stagingzksync_Bytes + callData_gt: stagingzksync_Bytes + callData_lt: stagingzksync_Bytes + callData_gte: stagingzksync_Bytes + callData_lte: stagingzksync_Bytes + callData_in: [stagingzksync_Bytes!] + callData_not_in: [stagingzksync_Bytes!] + callData_contains: stagingzksync_Bytes + callData_not_contains: stagingzksync_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -114367,16 +111110,16 @@ input mode_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: mode_Bytes - originSender_not: mode_Bytes - originSender_gt: mode_Bytes - originSender_lt: mode_Bytes - originSender_gte: mode_Bytes - originSender_lte: mode_Bytes - originSender_in: [mode_Bytes!] - originSender_not_in: [mode_Bytes!] - originSender_contains: mode_Bytes - originSender_not_contains: mode_Bytes + originSender: stagingzksync_Bytes + originSender_not: stagingzksync_Bytes + originSender_gt: stagingzksync_Bytes + originSender_lt: stagingzksync_Bytes + originSender_gte: stagingzksync_Bytes + originSender_lte: stagingzksync_Bytes + originSender_in: [stagingzksync_Bytes!] + originSender_not_in: [stagingzksync_Bytes!] + originSender_contains: stagingzksync_Bytes + originSender_not_contains: stagingzksync_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -114393,16 +111136,16 @@ input mode_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: mode_Bytes - canonicalId_not: mode_Bytes - canonicalId_gt: mode_Bytes - canonicalId_lt: mode_Bytes - canonicalId_gte: mode_Bytes - canonicalId_lte: mode_Bytes - canonicalId_in: [mode_Bytes!] - canonicalId_not_in: [mode_Bytes!] - canonicalId_contains: mode_Bytes - canonicalId_not_contains: mode_Bytes + canonicalId: stagingzksync_Bytes + canonicalId_not: stagingzksync_Bytes + canonicalId_gt: stagingzksync_Bytes + canonicalId_lt: stagingzksync_Bytes + canonicalId_gte: stagingzksync_Bytes + canonicalId_lte: stagingzksync_Bytes + canonicalId_in: [stagingzksync_Bytes!] + canonicalId_not_in: [stagingzksync_Bytes!] + canonicalId_contains: stagingzksync_Bytes + canonicalId_not_contains: stagingzksync_Bytes asset: String asset_not: String asset_gt: String @@ -114423,17 +111166,17 @@ input mode_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mode_Asset_filter - transactingAsset: mode_Bytes - transactingAsset_not: mode_Bytes - transactingAsset_gt: mode_Bytes - transactingAsset_lt: mode_Bytes - transactingAsset_gte: mode_Bytes - transactingAsset_lte: mode_Bytes - transactingAsset_in: [mode_Bytes!] - transactingAsset_not_in: [mode_Bytes!] - transactingAsset_contains: mode_Bytes - transactingAsset_not_contains: mode_Bytes + asset_: stagingzksync_Asset_filter + transactingAsset: stagingzksync_Bytes + transactingAsset_not: stagingzksync_Bytes + transactingAsset_gt: stagingzksync_Bytes + transactingAsset_lt: stagingzksync_Bytes + transactingAsset_gte: stagingzksync_Bytes + transactingAsset_lte: stagingzksync_Bytes + transactingAsset_in: [stagingzksync_Bytes!] + transactingAsset_not_in: [stagingzksync_Bytes!] + transactingAsset_contains: stagingzksync_Bytes + transactingAsset_not_contains: stagingzksync_Bytes message: String message_not: String message_gt: String @@ -114454,7 +111197,7 @@ input mode_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: mode_OriginMessage_filter + message_: stagingzksync_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -114469,37 +111212,555 @@ input mode_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: mode_RelayerFee_filter - initialRelayerFeeAsset: mode_Bytes - initialRelayerFeeAsset_not: mode_Bytes - initialRelayerFeeAsset_gt: mode_Bytes - initialRelayerFeeAsset_lt: mode_Bytes - initialRelayerFeeAsset_gte: mode_Bytes - initialRelayerFeeAsset_lte: mode_Bytes - initialRelayerFeeAsset_in: [mode_Bytes!] - initialRelayerFeeAsset_not_in: [mode_Bytes!] - initialRelayerFeeAsset_contains: mode_Bytes - initialRelayerFeeAsset_not_contains: mode_Bytes - caller: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_Bytes - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_Bytes + relayerFees_: stagingzksync_RelayerFee_filter + initialRelayerFeeAsset: stagingzksync_Bytes + initialRelayerFeeAsset_not: stagingzksync_Bytes + initialRelayerFeeAsset_gt: stagingzksync_Bytes + initialRelayerFeeAsset_lt: stagingzksync_Bytes + initialRelayerFeeAsset_gte: stagingzksync_Bytes + initialRelayerFeeAsset_lte: stagingzksync_Bytes + initialRelayerFeeAsset_in: [stagingzksync_Bytes!] + initialRelayerFeeAsset_not_in: [stagingzksync_Bytes!] + initialRelayerFeeAsset_contains: stagingzksync_Bytes + initialRelayerFeeAsset_not_contains: stagingzksync_Bytes + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_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: stagingzksync_Bytes + txOrigin_not: stagingzksync_Bytes + txOrigin_gt: stagingzksync_Bytes + txOrigin_lt: stagingzksync_Bytes + txOrigin_gte: stagingzksync_Bytes + txOrigin_lte: stagingzksync_Bytes + txOrigin_in: [stagingzksync_Bytes!] + txOrigin_not_in: [stagingzksync_Bytes!] + txOrigin_contains: stagingzksync_Bytes + txOrigin_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_OriginTransfer_filter] + or: [stagingzksync_OriginTransfer_filter] +} + +enum stagingzksync_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type stagingzksync_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingzksync_Bytes +} + +type stagingzksync_RelayerFee { + id: ID! + transfer: stagingzksync_OriginTransfer! + fee: BigInt! + asset: stagingzksync_Bytes! +} + +input stagingzksync_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_: stagingzksync_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: stagingzksync_Bytes + asset_not: stagingzksync_Bytes + asset_gt: stagingzksync_Bytes + asset_lt: stagingzksync_Bytes + asset_gte: stagingzksync_Bytes + asset_lte: stagingzksync_Bytes + asset_in: [stagingzksync_Bytes!] + asset_not_in: [stagingzksync_Bytes!] + asset_contains: stagingzksync_Bytes + asset_not_contains: stagingzksync_Bytes + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RelayerFee_filter] + or: [stagingzksync_RelayerFee_filter] +} + +enum stagingzksync_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 stagingzksync_RelayerFeesIncrease { + id: ID! + transfer: stagingzksync_OriginTransfer! + increase: BigInt + asset: stagingzksync_Bytes + caller: stagingzksync_Bytes! + transactionHash: stagingzksync_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingzksync_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_: stagingzksync_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: stagingzksync_Bytes + asset_not: stagingzksync_Bytes + asset_gt: stagingzksync_Bytes + asset_lt: stagingzksync_Bytes + asset_gte: stagingzksync_Bytes + asset_lte: stagingzksync_Bytes + asset_in: [stagingzksync_Bytes!] + asset_not_in: [stagingzksync_Bytes!] + asset_contains: stagingzksync_Bytes + asset_not_contains: stagingzksync_Bytes + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RelayerFeesIncrease_filter] + or: [stagingzksync_RelayerFeesIncrease_filter] +} + +enum stagingzksync_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 stagingzksync_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: stagingzksync_Bytes + relayer_not: stagingzksync_Bytes + relayer_gt: stagingzksync_Bytes + relayer_lt: stagingzksync_Bytes + relayer_gte: stagingzksync_Bytes + relayer_lte: stagingzksync_Bytes + relayer_in: [stagingzksync_Bytes!] + relayer_not_in: [stagingzksync_Bytes!] + relayer_contains: stagingzksync_Bytes + relayer_not_contains: stagingzksync_Bytes + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Relayer_filter] + or: [stagingzksync_Relayer_filter] +} + +enum stagingzksync_Relayer_orderBy { + id + isActive + relayer +} + +type stagingzksync_RootCount { + id: ID! + count: BigInt +} + +input stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RootCount_filter] + or: [stagingzksync_RootCount_filter] +} + +enum stagingzksync_RootCount_orderBy { + id + count +} + +type stagingzksync_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingzksync_Bytes + count: BigInt + caller: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingzksync_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: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_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: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -114532,49 +111793,290 @@ input mode_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: mode_Bytes - txOrigin_not: mode_Bytes - txOrigin_gt: mode_Bytes - txOrigin_lt: mode_Bytes - txOrigin_gte: mode_Bytes - txOrigin_lte: mode_Bytes - txOrigin_in: [mode_Bytes!] - txOrigin_not_in: [mode_Bytes!] - txOrigin_contains: mode_Bytes - txOrigin_not_contains: mode_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: mode_BlockChangedFilter - and: [mode_OriginTransfer_filter] - or: [mode_OriginTransfer_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RootMessageSent_filter] + or: [stagingzksync_RootMessageSent_filter] +} + +enum stagingzksync_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingzksync_Router { + id: ID! + isActive: Boolean! + owner: stagingzksync_Bytes + recipient: stagingzksync_Bytes + proposedOwner: stagingzksync_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_AssetBalance_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_AssetBalance_filter): [stagingzksync_AssetBalance!]! +} + +type stagingzksync_RouterDailyTVL { + id: ID! + router: stagingzksync_Router! + asset: stagingzksync_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingzksync_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_: stagingzksync_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_: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RouterDailyTVL_filter] + or: [stagingzksync_RouterDailyTVL_filter] +} + +enum stagingzksync_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingzksync_RouterLiquidityEvent { + id: ID! + type: stagingzksync_RouterLiquidityEventType + router: stagingzksync_Router! + asset: stagingzksync_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingzksync_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingzksync_Bytes! + nonce: BigInt! +} + +enum stagingzksync_RouterLiquidityEventType { + Add + Remove +} + +input stagingzksync_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingzksync_RouterLiquidityEventType + type_not: stagingzksync_RouterLiquidityEventType + type_in: [stagingzksync_RouterLiquidityEventType!] + type_not_in: [stagingzksync_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingzksync_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_: stagingzksync_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RouterLiquidityEvent_filter] + or: [stagingzksync_RouterLiquidityEvent_filter] } -enum mode_OriginTransfer_orderBy { +enum stagingzksync_RouterLiquidityEvent_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -114585,44 +112087,182 @@ enum mode_OriginTransfer_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset + amount + balance caller - transactionHash - timestamp - gasPrice - gasLimit blockNumber - txOrigin - txNonce + timestamp + transactionHash + nonce } -type mode_Relayer { +input stagingzksync_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: stagingzksync_Bytes + owner_not: stagingzksync_Bytes + owner_gt: stagingzksync_Bytes + owner_lt: stagingzksync_Bytes + owner_gte: stagingzksync_Bytes + owner_lte: stagingzksync_Bytes + owner_in: [stagingzksync_Bytes!] + owner_not_in: [stagingzksync_Bytes!] + owner_contains: stagingzksync_Bytes + owner_not_contains: stagingzksync_Bytes + recipient: stagingzksync_Bytes + recipient_not: stagingzksync_Bytes + recipient_gt: stagingzksync_Bytes + recipient_lt: stagingzksync_Bytes + recipient_gte: stagingzksync_Bytes + recipient_lte: stagingzksync_Bytes + recipient_in: [stagingzksync_Bytes!] + recipient_not_in: [stagingzksync_Bytes!] + recipient_contains: stagingzksync_Bytes + recipient_not_contains: stagingzksync_Bytes + proposedOwner: stagingzksync_Bytes + proposedOwner_not: stagingzksync_Bytes + proposedOwner_gt: stagingzksync_Bytes + proposedOwner_lt: stagingzksync_Bytes + proposedOwner_gte: stagingzksync_Bytes + proposedOwner_lte: stagingzksync_Bytes + proposedOwner_in: [stagingzksync_Bytes!] + proposedOwner_not_in: [stagingzksync_Bytes!] + proposedOwner_contains: stagingzksync_Bytes + proposedOwner_not_contains: stagingzksync_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_: stagingzksync_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Router_filter] + or: [stagingzksync_Router_filter] +} + +enum stagingzksync_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingzksync_Sequencer { id: ID! isActive: Boolean! - relayer: mode_Bytes + sequencer: stagingzksync_Bytes } -type mode_RelayerFee { +input stagingzksync_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: stagingzksync_Bytes + sequencer_not: stagingzksync_Bytes + sequencer_gt: stagingzksync_Bytes + sequencer_lt: stagingzksync_Bytes + sequencer_gte: stagingzksync_Bytes + sequencer_lte: stagingzksync_Bytes + sequencer_in: [stagingzksync_Bytes!] + sequencer_not_in: [stagingzksync_Bytes!] + sequencer_contains: stagingzksync_Bytes + sequencer_not_contains: stagingzksync_Bytes + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Sequencer_filter] + or: [stagingzksync_Sequencer_filter] +} + +enum stagingzksync_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingzksync_Setting { id: ID! - transfer: mode_OriginTransfer! - fee: BigInt! - asset: mode_Bytes! + maxRoutersPerTransfer: BigInt! + caller: stagingzksync_Bytes! } -input mode_RelayerFee_filter { +input stagingzksync_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: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Setting_filter] + or: [stagingzksync_Setting_filter] +} + +enum stagingzksync_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingzksync_SlippageUpdate { + id: ID! + transfer: stagingzksync_DestinationTransfer! + slippage: BigInt! + caller: stagingzksync_Bytes! + transactionHash: stagingzksync_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingzksync_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -114651,32 +112291,74 @@ input mode_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mode_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: mode_Bytes - asset_not: mode_Bytes - asset_gt: mode_Bytes - asset_lt: mode_Bytes - asset_gte: mode_Bytes - asset_lte: mode_Bytes - asset_in: [mode_Bytes!] - asset_not_in: [mode_Bytes!] - asset_contains: mode_Bytes - asset_not_contains: mode_Bytes + transfer_: stagingzksync_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: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_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: mode_BlockChangedFilter - and: [mode_RelayerFee_filter] - or: [mode_RelayerFee_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_SlippageUpdate_filter] + or: [stagingzksync_SlippageUpdate_filter] } -enum mode_RelayerFee_orderBy { +enum stagingzksync_SlippageUpdate_orderBy { id transfer transfer__id @@ -114684,7 +112366,6 @@ enum mode_RelayerFee_orderBy { transfer__transferId transfer__nonce transfer__status - transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -114693,39 +112374,630 @@ enum mode_RelayerFee_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 - fee - 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 + gasPrice + gasLimit + blockNumber } -type mode_RelayerFeesIncrease { +type stagingzksync_SnapshotRoot { id: ID! - transfer: mode_OriginTransfer! - increase: BigInt - asset: mode_Bytes - caller: mode_Bytes! - transactionHash: mode_Bytes! + spokeDomain: BigInt + root: stagingzksync_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingzksync_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: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_SnapshotRoot_filter] + or: [stagingzksync_SnapshotRoot_filter] +} + +enum stagingzksync_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingzksync_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingzksync_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_SpokeConnectorMode_filter] + or: [stagingzksync_SpokeConnectorMode_filter] +} + +enum stagingzksync_SpokeConnectorMode_orderBy { + id + mode +} + +enum stagingzksync_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingzksync__Block_ { + """The hash of the block""" + hash: stagingzksync_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingzksync_Bytes +} + +"""The type for the top-level _meta field""" +type stagingzksync__Meta_ { + """ + Information 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: stagingzksync__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar xlayer_swap_BigDecimal + +input xlayer_swap_BlockChangedFilter { + number_gte: Int! +} + +input xlayer_swap_Block_height { + hash: xlayer_swap_Bytes + number: Int + number_gte: Int +} + +scalar xlayer_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar xlayer_swap_Int8 + +type xlayer_swap_LpAccount { + id: ID! + address: xlayer_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_LpAccountBalance_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_LpAccountBalance_filter): [xlayer_swap_LpAccountBalance!]! +} + +type xlayer_swap_LpAccountBalance { + id: ID! + account: xlayer_swap_LpAccount! + token: xlayer_swap_LpToken! + amount: xlayer_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: xlayer_swap_Bytes +} + +input xlayer_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_: xlayer_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_: xlayer_swap_LpToken_filter + amount: xlayer_swap_BigDecimal + amount_not: xlayer_swap_BigDecimal + amount_gt: xlayer_swap_BigDecimal + amount_lt: xlayer_swap_BigDecimal + amount_gte: xlayer_swap_BigDecimal + amount_lte: xlayer_swap_BigDecimal + amount_in: [xlayer_swap_BigDecimal!] + amount_not_in: [xlayer_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: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_swap_Bytes + """Filter for the block changed event.""" + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpAccountBalance_filter] + or: [xlayer_swap_LpAccountBalance_filter] +} + +enum xlayer_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 xlayer_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: xlayer_swap_Bytes + address_not: xlayer_swap_Bytes + address_gt: xlayer_swap_Bytes + address_lt: xlayer_swap_Bytes + address_gte: xlayer_swap_Bytes + address_lte: xlayer_swap_Bytes + address_in: [xlayer_swap_Bytes!] + address_not_in: [xlayer_swap_Bytes!] + address_contains: xlayer_swap_Bytes + address_not_contains: xlayer_swap_Bytes + balances_: xlayer_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpAccount_filter] + or: [xlayer_swap_LpAccount_filter] +} + +enum xlayer_swap_LpAccount_orderBy { + id + address + balances +} + +type xlayer_swap_LpToken { + id: ID! + address: xlayer_swap_Bytes! + stableSwap: xlayer_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: xlayer_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_LpTokenEvent_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_LpTokenEvent_filter): [xlayer_swap_LpTokenEvent!]! +} + +interface xlayer_swap_LpTokenEvent { + id: ID! + token: xlayer_swap_LpToken! + amount: xlayer_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: xlayer_swap_Bytes! + nonce: BigInt! +} + +input xlayer_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_: xlayer_swap_LpToken_filter + amount: xlayer_swap_BigDecimal + amount_not: xlayer_swap_BigDecimal + amount_gt: xlayer_swap_BigDecimal + amount_lt: xlayer_swap_BigDecimal + amount_gte: xlayer_swap_BigDecimal + amount_lte: xlayer_swap_BigDecimal + amount_in: [xlayer_swap_BigDecimal!] + amount_not_in: [xlayer_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: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_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: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpTokenEvent_filter] + or: [xlayer_swap_LpTokenEvent_filter] +} + +enum xlayer_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input xlayer_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: xlayer_swap_Bytes + address_not: xlayer_swap_Bytes + address_gt: xlayer_swap_Bytes + address_lt: xlayer_swap_Bytes + address_gte: xlayer_swap_Bytes + address_lte: xlayer_swap_Bytes + address_in: [xlayer_swap_Bytes!] + address_not_in: [xlayer_swap_Bytes!] + address_contains: xlayer_swap_Bytes + address_not_contains: xlayer_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_: xlayer_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: xlayer_swap_BigDecimal + totalSupply_not: xlayer_swap_BigDecimal + totalSupply_gt: xlayer_swap_BigDecimal + totalSupply_lt: xlayer_swap_BigDecimal + totalSupply_gte: xlayer_swap_BigDecimal + totalSupply_lte: xlayer_swap_BigDecimal + totalSupply_in: [xlayer_swap_BigDecimal!] + totalSupply_not_in: [xlayer_swap_BigDecimal!] + events_: xlayer_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpToken_filter] + or: [xlayer_swap_LpToken_filter] +} + +enum xlayer_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 xlayer_swap_LpTransferEvent implements xlayer_swap_LpTokenEvent { + id: ID! + token: xlayer_swap_LpToken! + amount: xlayer_swap_BigDecimal! + from: xlayer_swap_Bytes! + to: xlayer_swap_Bytes! + fromBalance: xlayer_swap_BigDecimal! + toBalance: xlayer_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: xlayer_swap_Bytes! + nonce: BigInt! } -input mode_RelayerFeesIncrease_filter { +input xlayer_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -114734,65 +113006,79 @@ input mode_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_: mode_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: mode_Bytes - asset_not: mode_Bytes - asset_gt: mode_Bytes - asset_lt: mode_Bytes - asset_gte: mode_Bytes - asset_lte: mode_Bytes - asset_in: [mode_Bytes!] - asset_not_in: [mode_Bytes!] - asset_contains: mode_Bytes - asset_not_contains: mode_Bytes - caller: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_Bytes - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_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_: xlayer_swap_LpToken_filter + amount: xlayer_swap_BigDecimal + amount_not: xlayer_swap_BigDecimal + amount_gt: xlayer_swap_BigDecimal + amount_lt: xlayer_swap_BigDecimal + amount_gte: xlayer_swap_BigDecimal + amount_lte: xlayer_swap_BigDecimal + amount_in: [xlayer_swap_BigDecimal!] + amount_not_in: [xlayer_swap_BigDecimal!] + from: xlayer_swap_Bytes + from_not: xlayer_swap_Bytes + from_gt: xlayer_swap_Bytes + from_lt: xlayer_swap_Bytes + from_gte: xlayer_swap_Bytes + from_lte: xlayer_swap_Bytes + from_in: [xlayer_swap_Bytes!] + from_not_in: [xlayer_swap_Bytes!] + from_contains: xlayer_swap_Bytes + from_not_contains: xlayer_swap_Bytes + to: xlayer_swap_Bytes + to_not: xlayer_swap_Bytes + to_gt: xlayer_swap_Bytes + to_lt: xlayer_swap_Bytes + to_gte: xlayer_swap_Bytes + to_lte: xlayer_swap_Bytes + to_in: [xlayer_swap_Bytes!] + to_not_in: [xlayer_swap_Bytes!] + to_contains: xlayer_swap_Bytes + to_not_contains: xlayer_swap_Bytes + fromBalance: xlayer_swap_BigDecimal + fromBalance_not: xlayer_swap_BigDecimal + fromBalance_gt: xlayer_swap_BigDecimal + fromBalance_lt: xlayer_swap_BigDecimal + fromBalance_gte: xlayer_swap_BigDecimal + fromBalance_lte: xlayer_swap_BigDecimal + fromBalance_in: [xlayer_swap_BigDecimal!] + fromBalance_not_in: [xlayer_swap_BigDecimal!] + toBalance: xlayer_swap_BigDecimal + toBalance_not: xlayer_swap_BigDecimal + toBalance_gt: xlayer_swap_BigDecimal + toBalance_lt: xlayer_swap_BigDecimal + toBalance_gte: xlayer_swap_BigDecimal + toBalance_lte: xlayer_swap_BigDecimal + toBalance_in: [xlayer_swap_BigDecimal!] + toBalance_not_in: [xlayer_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 @@ -114801,79 +113087,62 @@ input mode_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: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_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: mode_BlockChangedFilter - and: [mode_RelayerFeesIncrease_filter] - or: [mode_RelayerFeesIncrease_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpTransferEvent_filter] + or: [xlayer_swap_LpTransferEvent_filter] } -enum mode_RelayerFeesIncrease_orderBy { +enum xlayer_swap_LpTransferEvent_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 + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -input mode_Relayer_filter { +"""Defines the order direction, either ascending or descending""" +enum xlayer_swap_OrderDirection { + asc + desc +} + +type xlayer_swap_PooledToken { + id: ID! + asset: xlayer_swap_Bytes! +} + +input xlayer_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -114882,38 +113151,72 @@ input mode_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: mode_Bytes - relayer_not: mode_Bytes - relayer_gt: mode_Bytes - relayer_lt: mode_Bytes - relayer_gte: mode_Bytes - relayer_lte: mode_Bytes - relayer_in: [mode_Bytes!] - relayer_not_in: [mode_Bytes!] - relayer_contains: mode_Bytes - relayer_not_contains: mode_Bytes + asset: xlayer_swap_Bytes + asset_not: xlayer_swap_Bytes + asset_gt: xlayer_swap_Bytes + asset_lt: xlayer_swap_Bytes + asset_gte: xlayer_swap_Bytes + asset_lte: xlayer_swap_Bytes + asset_in: [xlayer_swap_Bytes!] + asset_not_in: [xlayer_swap_Bytes!] + asset_contains: xlayer_swap_Bytes + asset_not_contains: xlayer_swap_Bytes """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Relayer_filter] - or: [mode_Relayer_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_PooledToken_filter] + or: [xlayer_swap_PooledToken_filter] } -enum mode_Relayer_orderBy { +enum xlayer_swap_PooledToken_orderBy { id - isActive - relayer + asset } -type mode_RootCount { +type xlayer_swap_StableSwap { id: ID! - count: BigInt + isActive: Boolean + key: xlayer_swap_Bytes! + canonicalId: xlayer_swap_Bytes + domain: BigInt + swapPool: xlayer_swap_Bytes + lpToken: xlayer_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [xlayer_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_StableSwapEvent_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_StableSwapEvent_filter): [xlayer_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_StableSwapExchange_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_StableSwapExchange_filter): [xlayer_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapHourlyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapHourlyVolume_filter): [xlayer_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapDailyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapDailyVolume_filter): [xlayer_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xlayer_swap_SwapWeeklyVolume_orderBy, orderDirection: xlayer_swap_OrderDirection, where: xlayer_swap_SwapWeeklyVolume_filter): [xlayer_swap_SwapWeeklyVolume!] } -input mode_RootCount_filter { +type xlayer_swap_StableSwapAddLiquidityEvent implements xlayer_swap_StableSwapEvent { + id: ID! + stableSwap: xlayer_swap_StableSwap! + provider: xlayer_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: xlayer_swap_Bytes! + nonce: BigInt! +} + +input xlayer_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -114922,40 +113225,161 @@ input mode_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_: xlayer_swap_StableSwap_filter + provider: xlayer_swap_Bytes + provider_not: xlayer_swap_Bytes + provider_gt: xlayer_swap_Bytes + provider_lt: xlayer_swap_Bytes + provider_gte: xlayer_swap_Bytes + provider_lte: xlayer_swap_Bytes + provider_in: [xlayer_swap_Bytes!] + provider_not_in: [xlayer_swap_Bytes!] + provider_contains: xlayer_swap_Bytes + provider_not_contains: xlayer_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: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_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: mode_BlockChangedFilter - and: [mode_RootCount_filter] - or: [mode_RootCount_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwapAddLiquidityEvent_filter] + or: [xlayer_swap_StableSwapAddLiquidityEvent_filter] } -enum mode_RootCount_orderBy { +enum xlayer_swap_StableSwapAddLiquidityEvent_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 + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type mode_RootMessageSent { +interface xlayer_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: mode_Bytes - count: BigInt - caller: mode_Bytes - transactionHash: mode_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: xlayer_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: xlayer_swap_Bytes! + nonce: BigInt! } -input mode_RootMessageSent_filter { +input xlayer_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -114964,60 +113388,35 @@ input mode_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: mode_Bytes - root_not: mode_Bytes - root_gt: mode_Bytes - root_lt: mode_Bytes - root_gte: mode_Bytes - root_lte: mode_Bytes - root_in: [mode_Bytes!] - root_not_in: [mode_Bytes!] - root_contains: mode_Bytes - root_not_contains: mode_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: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_Bytes - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_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_: xlayer_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 @@ -115026,69 +113425,72 @@ input mode_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: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_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: mode_BlockChangedFilter - and: [mode_RootMessageSent_filter] - or: [mode_RootMessageSent_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwapEvent_filter] + or: [xlayer_swap_StableSwapEvent_filter] } -enum mode_RootMessageSent_orderBy { +enum xlayer_swap_StableSwapEvent_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - gasPrice - gasLimit - blockNumber -} - -type mode_Router { - id: ID! - isActive: Boolean! - owner: mode_Bytes - recipient: mode_Bytes - proposedOwner: mode_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mode_AssetBalance_orderBy, orderDirection: mode_OrderDirection, where: mode_AssetBalance_filter): [mode_AssetBalance!]! + transaction + nonce } -type mode_RouterDailyTVL { +type xlayer_swap_StableSwapExchange { id: ID! - router: mode_Router! - asset: mode_Asset! + stableSwap: xlayer_swap_StableSwap! + buyer: xlayer_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: xlayer_swap_Bytes! + nonce: BigInt! } -input mode_RouterDailyTVL_filter { +input xlayer_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -115097,48 +113499,91 @@ input mode_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_: mode_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_: mode_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_: xlayer_swap_StableSwap_filter + buyer: xlayer_swap_Bytes + buyer_not: xlayer_swap_Bytes + buyer_gt: xlayer_swap_Bytes + buyer_lt: xlayer_swap_Bytes + buyer_gte: xlayer_swap_Bytes + buyer_lte: xlayer_swap_Bytes + buyer_in: [xlayer_swap_Bytes!] + buyer_not_in: [xlayer_swap_Bytes!] + buyer_contains: xlayer_swap_Bytes + buyer_not_contains: xlayer_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 @@ -115147,151 +113592,168 @@ input mode_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: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_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: mode_BlockChangedFilter - and: [mode_RouterDailyTVL_filter] - or: [mode_RouterDailyTVL_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwapExchange_filter] + or: [xlayer_swap_StableSwapExchange_filter] } -enum mode_RouterDailyTVL_orderBy { +enum xlayer_swap_StableSwapExchange_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - balance + transaction + nonce } -type mode_RouterLiquidityEvent { +type xlayer_swap_StableSwapRemoveLiquidityEvent implements xlayer_swap_StableSwapEvent { id: ID! - type: mode_RouterLiquidityEventType - router: mode_Router! - asset: mode_Asset! - amount: BigInt! - balance: BigInt! - caller: mode_Bytes - blockNumber: BigInt! + stableSwap: xlayer_swap_StableSwap! + provider: xlayer_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - transactionHash: mode_Bytes! + transaction: xlayer_swap_Bytes! nonce: BigInt! } -enum mode_RouterLiquidityEventType { - Add - Remove -} - -input mode_RouterLiquidityEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - type: mode_RouterLiquidityEventType - type_not: mode_RouterLiquidityEventType - type_in: [mode_RouterLiquidityEventType!] - type_not_in: [mode_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: mode_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_: mode_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_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!] +input xlayer_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_: xlayer_swap_StableSwap_filter + provider: xlayer_swap_Bytes + provider_not: xlayer_swap_Bytes + provider_gt: xlayer_swap_Bytes + provider_lt: xlayer_swap_Bytes + provider_gte: xlayer_swap_Bytes + provider_lte: xlayer_swap_Bytes + provider_in: [xlayer_swap_Bytes!] + provider_not_in: [xlayer_swap_Bytes!] + provider_contains: xlayer_swap_Bytes + provider_not_contains: xlayer_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 @@ -115300,16 +113762,16 @@ input mode_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_Bytes + transaction: xlayer_swap_Bytes + transaction_not: xlayer_swap_Bytes + transaction_gt: xlayer_swap_Bytes + transaction_lt: xlayer_swap_Bytes + transaction_gte: xlayer_swap_Bytes + transaction_lte: xlayer_swap_Bytes + transaction_in: [xlayer_swap_Bytes!] + transaction_not_in: [xlayer_swap_Bytes!] + transaction_contains: xlayer_swap_Bytes + transaction_not_contains: xlayer_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -115319,41 +113781,44 @@ input mode_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RouterLiquidityEvent_filter] - or: [mode_RouterLiquidityEvent_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xlayer_swap_StableSwapRemoveLiquidityEvent_filter] } -enum mode_RouterLiquidityEvent_orderBy { +enum xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - transactionHash + transaction nonce } -input mode_Router_filter { +input xlayer_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -115366,68 +113831,197 @@ input mode_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: mode_Bytes - owner_not: mode_Bytes - owner_gt: mode_Bytes - owner_lt: mode_Bytes - owner_gte: mode_Bytes - owner_lte: mode_Bytes - owner_in: [mode_Bytes!] - owner_not_in: [mode_Bytes!] - owner_contains: mode_Bytes - owner_not_contains: mode_Bytes - recipient: mode_Bytes - recipient_not: mode_Bytes - recipient_gt: mode_Bytes - recipient_lt: mode_Bytes - recipient_gte: mode_Bytes - recipient_lte: mode_Bytes - recipient_in: [mode_Bytes!] - recipient_not_in: [mode_Bytes!] - recipient_contains: mode_Bytes - recipient_not_contains: mode_Bytes - proposedOwner: mode_Bytes - proposedOwner_not: mode_Bytes - proposedOwner_gt: mode_Bytes - proposedOwner_lt: mode_Bytes - proposedOwner_gte: mode_Bytes - proposedOwner_lte: mode_Bytes - proposedOwner_in: [mode_Bytes!] - proposedOwner_not_in: [mode_Bytes!] - proposedOwner_contains: mode_Bytes - proposedOwner_not_contains: mode_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_: mode_AssetBalance_filter + key: xlayer_swap_Bytes + key_not: xlayer_swap_Bytes + key_gt: xlayer_swap_Bytes + key_lt: xlayer_swap_Bytes + key_gte: xlayer_swap_Bytes + key_lte: xlayer_swap_Bytes + key_in: [xlayer_swap_Bytes!] + key_not_in: [xlayer_swap_Bytes!] + key_contains: xlayer_swap_Bytes + key_not_contains: xlayer_swap_Bytes + canonicalId: xlayer_swap_Bytes + canonicalId_not: xlayer_swap_Bytes + canonicalId_gt: xlayer_swap_Bytes + canonicalId_lt: xlayer_swap_Bytes + canonicalId_gte: xlayer_swap_Bytes + canonicalId_lte: xlayer_swap_Bytes + canonicalId_in: [xlayer_swap_Bytes!] + canonicalId_not_in: [xlayer_swap_Bytes!] + canonicalId_contains: xlayer_swap_Bytes + canonicalId_not_contains: xlayer_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: xlayer_swap_Bytes + swapPool_not: xlayer_swap_Bytes + swapPool_gt: xlayer_swap_Bytes + swapPool_lt: xlayer_swap_Bytes + swapPool_gte: xlayer_swap_Bytes + swapPool_lte: xlayer_swap_Bytes + swapPool_in: [xlayer_swap_Bytes!] + swapPool_not_in: [xlayer_swap_Bytes!] + swapPool_contains: xlayer_swap_Bytes + swapPool_not_contains: xlayer_swap_Bytes + lpToken: xlayer_swap_Bytes + lpToken_not: xlayer_swap_Bytes + lpToken_gt: xlayer_swap_Bytes + lpToken_lt: xlayer_swap_Bytes + lpToken_gte: xlayer_swap_Bytes + lpToken_lte: xlayer_swap_Bytes + lpToken_in: [xlayer_swap_Bytes!] + lpToken_not_in: [xlayer_swap_Bytes!] + lpToken_contains: xlayer_swap_Bytes + lpToken_not_contains: xlayer_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: [xlayer_swap_Bytes!] + pooledTokens_not: [xlayer_swap_Bytes!] + pooledTokens_contains: [xlayer_swap_Bytes!] + pooledTokens_contains_nocase: [xlayer_swap_Bytes!] + pooledTokens_not_contains: [xlayer_swap_Bytes!] + pooledTokens_not_contains_nocase: [xlayer_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_: xlayer_swap_StableSwapEvent_filter + exchanges_: xlayer_swap_StableSwapExchange_filter + hourlyVolumes_: xlayer_swap_SwapHourlyVolume_filter + dailyVolumes_: xlayer_swap_SwapDailyVolume_filter + weeklyVolumes_: xlayer_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Router_filter] - or: [mode_Router_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwap_filter] + or: [xlayer_swap_StableSwap_filter] } -enum mode_Router_orderBy { +enum xlayer_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 mode_Sequencer { +type xlayer_swap_SwapDailyVolume implements xlayer_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: mode_Bytes + stableSwap: xlayer_swap_StableSwap! + timestamp: BigInt! + volume: xlayer_swap_BigDecimal! } -input mode_Sequencer_filter { +input xlayer_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -115436,39 +114030,80 @@ input mode_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: mode_Bytes - sequencer_not: mode_Bytes - sequencer_gt: mode_Bytes - sequencer_lt: mode_Bytes - sequencer_gte: mode_Bytes - sequencer_lte: mode_Bytes - sequencer_in: [mode_Bytes!] - sequencer_not_in: [mode_Bytes!] - sequencer_contains: mode_Bytes - sequencer_not_contains: mode_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_: xlayer_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: xlayer_swap_BigDecimal + volume_not: xlayer_swap_BigDecimal + volume_gt: xlayer_swap_BigDecimal + volume_lt: xlayer_swap_BigDecimal + volume_gte: xlayer_swap_BigDecimal + volume_lte: xlayer_swap_BigDecimal + volume_in: [xlayer_swap_BigDecimal!] + volume_not_in: [xlayer_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Sequencer_filter] - or: [mode_Sequencer_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapDailyVolume_filter] + or: [xlayer_swap_SwapDailyVolume_filter] } -enum mode_Sequencer_orderBy { +enum xlayer_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 mode_Setting { +type xlayer_swap_SwapHourlyVolume implements xlayer_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: mode_Bytes! + stableSwap: xlayer_swap_StableSwap! + timestamp: BigInt! + volume: xlayer_swap_BigDecimal! } -input mode_Setting_filter { +input xlayer_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -115477,106 +114112,100 @@ input mode_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: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_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_: xlayer_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: xlayer_swap_BigDecimal + volume_not: xlayer_swap_BigDecimal + volume_gt: xlayer_swap_BigDecimal + volume_lt: xlayer_swap_BigDecimal + volume_gte: xlayer_swap_BigDecimal + volume_lte: xlayer_swap_BigDecimal + volume_in: [xlayer_swap_BigDecimal!] + volume_not_in: [xlayer_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Setting_filter] - or: [mode_Setting_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapHourlyVolume_filter] + or: [xlayer_swap_SwapHourlyVolume_filter] } -enum mode_Setting_orderBy { +enum xlayer_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 mode_SlippageUpdate { - id: ID! - transfer: mode_DestinationTransfer! - slippage: BigInt! - caller: mode_Bytes! - transactionHash: mode_Bytes! +interface xlayer_swap_SwapTradeVolume { + stableSwap: xlayer_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: xlayer_swap_BigDecimal! } -input mode_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_: mode_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: mode_Bytes - caller_not: mode_Bytes - caller_gt: mode_Bytes - caller_lt: mode_Bytes - caller_gte: mode_Bytes - caller_lte: mode_Bytes - caller_in: [mode_Bytes!] - caller_not_in: [mode_Bytes!] - caller_contains: mode_Bytes - caller_not_contains: mode_Bytes - transactionHash: mode_Bytes - transactionHash_not: mode_Bytes - transactionHash_gt: mode_Bytes - transactionHash_lt: mode_Bytes - transactionHash_gte: mode_Bytes - transactionHash_lte: mode_Bytes - transactionHash_in: [mode_Bytes!] - transactionHash_not_in: [mode_Bytes!] - transactionHash_contains: mode_Bytes - transactionHash_not_contains: mode_Bytes +input xlayer_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_: xlayer_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -115585,94 +114214,50 @@ input mode_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: xlayer_swap_BigDecimal + volume_not: xlayer_swap_BigDecimal + volume_gt: xlayer_swap_BigDecimal + volume_lt: xlayer_swap_BigDecimal + volume_gte: xlayer_swap_BigDecimal + volume_lte: xlayer_swap_BigDecimal + volume_in: [xlayer_swap_BigDecimal!] + volume_not_in: [xlayer_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_SlippageUpdate_filter] - or: [mode_SlippageUpdate_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapTradeVolume_filter] + or: [xlayer_swap_SwapTradeVolume_filter] } -enum mode_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 xlayer_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 mode_SnapshotRoot { +type xlayer_swap_SwapWeeklyVolume implements xlayer_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: mode_Bytes! - count: BigInt! + stableSwap: xlayer_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: xlayer_swap_BigDecimal! } -input mode_SnapshotRoot_filter { +input xlayer_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -115681,32 +114266,27 @@ input mode_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: mode_Bytes - root_not: mode_Bytes - root_gt: mode_Bytes - root_lt: mode_Bytes - root_gte: mode_Bytes - root_lte: mode_Bytes - root_in: [mode_Bytes!] - root_not_in: [mode_Bytes!] - root_contains: mode_Bytes - root_not_contains: mode_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_: xlayer_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -115715,35 +114295,50 @@ input mode_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: xlayer_swap_BigDecimal + volume_not: xlayer_swap_BigDecimal + volume_gt: xlayer_swap_BigDecimal + volume_lt: xlayer_swap_BigDecimal + volume_gte: xlayer_swap_BigDecimal + volume_lte: xlayer_swap_BigDecimal + volume_in: [xlayer_swap_BigDecimal!] + volume_not_in: [xlayer_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_SnapshotRoot_filter] - or: [mode_SnapshotRoot_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapWeeklyVolume_filter] + or: [xlayer_swap_SwapWeeklyVolume_filter] } -enum mode_SnapshotRoot_orderBy { +enum xlayer_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - root - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - blockNumber + volume } -type mode_SpokeConnectorMode { +type xlayer_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input mode_SpokeConnectorMode_filter { +input xlayer_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -115752,48 +114347,37 @@ input mode_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_SpokeConnectorMode_filter] - or: [mode_SpokeConnectorMode_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SystemInfo_filter] + or: [xlayer_swap_SystemInfo_filter] } -enum mode_SpokeConnectorMode_orderBy { +enum xlayer_swap_SystemInfo_orderBy { id - mode -} - -enum mode_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type mode__Block_ { +type xlayer_swap__Block_ { """The hash of the block""" - hash: mode_Bytes + hash: xlayer_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -115801,7 +114385,7 @@ type mode__Block_ { } """The type for the top-level _meta field""" -type mode__Meta_ { +type xlayer_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 @@ -115809,22 +114393,22 @@ type mode__Meta_ { and therefore asks for the latest block """ - block: mode__Block_! + block: xlayer_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmetis_AggregateRoot { +type stagingpolygonzkevm_AggregateRoot { id: ID! - root: stagingmetis_Bytes! + root: stagingpolygonzkevm_Bytes! blockNumber: BigInt! } -type stagingmetis_AggregateRootProposed { +type stagingpolygonzkevm_AggregateRootProposed { id: ID! - aggregateRoot: stagingmetis_Bytes! + aggregateRoot: stagingpolygonzkevm_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -115832,7 +114416,7 @@ type stagingmetis_AggregateRootProposed { blockNumber: BigInt } -input stagingmetis_AggregateRootProposed_filter { +input stagingpolygonzkevm_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -115841,16 +114425,16 @@ input stagingmetis_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmetis_Bytes - aggregateRoot_not: stagingmetis_Bytes - aggregateRoot_gt: stagingmetis_Bytes - aggregateRoot_lt: stagingmetis_Bytes - aggregateRoot_gte: stagingmetis_Bytes - aggregateRoot_lte: stagingmetis_Bytes - aggregateRoot_in: [stagingmetis_Bytes!] - aggregateRoot_not_in: [stagingmetis_Bytes!] - aggregateRoot_contains: stagingmetis_Bytes - aggregateRoot_not_contains: stagingmetis_Bytes + aggregateRoot: stagingpolygonzkevm_Bytes + aggregateRoot_not: stagingpolygonzkevm_Bytes + aggregateRoot_gt: stagingpolygonzkevm_Bytes + aggregateRoot_lt: stagingpolygonzkevm_Bytes + aggregateRoot_gte: stagingpolygonzkevm_Bytes + aggregateRoot_lte: stagingpolygonzkevm_Bytes + aggregateRoot_in: [stagingpolygonzkevm_Bytes!] + aggregateRoot_not_in: [stagingpolygonzkevm_Bytes!] + aggregateRoot_contains: stagingpolygonzkevm_Bytes + aggregateRoot_not_contains: stagingpolygonzkevm_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -115892,12 +114476,12 @@ input stagingmetis_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_AggregateRootProposed_filter] - or: [stagingmetis_AggregateRootProposed_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AggregateRootProposed_filter] + or: [stagingpolygonzkevm_AggregateRootProposed_filter] } -enum stagingmetis_AggregateRootProposed_orderBy { +enum stagingpolygonzkevm_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -115907,7 +114491,7 @@ enum stagingmetis_AggregateRootProposed_orderBy { blockNumber } -input stagingmetis_AggregateRoot_filter { +input stagingpolygonzkevm_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -115916,16 +114500,16 @@ input stagingmetis_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingmetis_Bytes - root_not: stagingmetis_Bytes - root_gt: stagingmetis_Bytes - root_lt: stagingmetis_Bytes - root_gte: stagingmetis_Bytes - root_lte: stagingmetis_Bytes - root_in: [stagingmetis_Bytes!] - root_not_in: [stagingmetis_Bytes!] - root_contains: stagingmetis_Bytes - root_not_contains: stagingmetis_Bytes + root: stagingpolygonzkevm_Bytes + root_not: stagingpolygonzkevm_Bytes + root_gt: stagingpolygonzkevm_Bytes + root_lt: stagingpolygonzkevm_Bytes + root_gte: stagingpolygonzkevm_Bytes + root_lte: stagingpolygonzkevm_Bytes + root_in: [stagingpolygonzkevm_Bytes!] + root_not_in: [stagingpolygonzkevm_Bytes!] + root_contains: stagingpolygonzkevm_Bytes + root_not_contains: stagingpolygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -115935,42 +114519,47 @@ input stagingmetis_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_AggregateRoot_filter] - or: [stagingmetis_AggregateRoot_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AggregateRoot_filter] + or: [stagingpolygonzkevm_AggregateRoot_filter] } -enum stagingmetis_AggregateRoot_orderBy { +enum stagingpolygonzkevm_AggregateRoot_orderBy { id root blockNumber } -type stagingmetis_Asset { +enum stagingpolygonzkevm_Aggregation_interval { + hour + day +} + +type stagingpolygonzkevm_Asset { id: ID! - key: stagingmetis_Bytes + key: stagingpolygonzkevm_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmetis_Bytes + canonicalId: stagingpolygonzkevm_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmetis_Bytes - localAsset: stagingmetis_Bytes + adoptedAsset: stagingpolygonzkevm_Bytes + localAsset: stagingpolygonzkevm_Bytes blockNumber: BigInt - status: stagingmetis_AssetStatus + status: stagingpolygonzkevm_AssetStatus } -type stagingmetis_AssetBalance { +type stagingpolygonzkevm_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmetis_Router! - asset: stagingmetis_Asset! + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! feesEarned: BigInt! } -input stagingmetis_AssetBalance_filter { +input stagingpolygonzkevm_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -116031,7 +114620,7 @@ input stagingmetis_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmetis_Router_filter + router_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -116052,7 +114641,7 @@ input stagingmetis_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmetis_Asset_filter + asset_: stagingpolygonzkevm_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -116062,12 +114651,12 @@ input stagingmetis_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_AssetBalance_filter] - or: [stagingmetis_AssetBalance_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AssetBalance_filter] + or: [stagingpolygonzkevm_AssetBalance_filter] } -enum stagingmetis_AssetBalance_orderBy { +enum stagingpolygonzkevm_AssetBalance_orderBy { id amount locked @@ -116093,12 +114682,12 @@ enum stagingmetis_AssetBalance_orderBy { feesEarned } -type stagingmetis_AssetStatus { +type stagingpolygonzkevm_AssetStatus { id: ID! status: Boolean } -input stagingmetis_AssetStatus_filter { +input stagingpolygonzkevm_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -116112,17 +114701,17 @@ input stagingmetis_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_AssetStatus_filter] - or: [stagingmetis_AssetStatus_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AssetStatus_filter] + or: [stagingpolygonzkevm_AssetStatus_filter] } -enum stagingmetis_AssetStatus_orderBy { +enum stagingpolygonzkevm_AssetStatus_orderBy { id status } -input stagingmetis_Asset_filter { +input stagingpolygonzkevm_Asset_filter { id: ID id_not: ID id_gt: ID @@ -116131,16 +114720,16 @@ input stagingmetis_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingmetis_Bytes - key_not: stagingmetis_Bytes - key_gt: stagingmetis_Bytes - key_lt: stagingmetis_Bytes - key_gte: stagingmetis_Bytes - key_lte: stagingmetis_Bytes - key_in: [stagingmetis_Bytes!] - key_not_in: [stagingmetis_Bytes!] - key_contains: stagingmetis_Bytes - key_not_contains: stagingmetis_Bytes + key: stagingpolygonzkevm_Bytes + key_not: stagingpolygonzkevm_Bytes + key_gt: stagingpolygonzkevm_Bytes + key_lt: stagingpolygonzkevm_Bytes + key_gte: stagingpolygonzkevm_Bytes + key_lte: stagingpolygonzkevm_Bytes + key_in: [stagingpolygonzkevm_Bytes!] + key_not_in: [stagingpolygonzkevm_Bytes!] + key_contains: stagingpolygonzkevm_Bytes + key_not_contains: stagingpolygonzkevm_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -116157,16 +114746,16 @@ input stagingmetis_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingmetis_Bytes - canonicalId_not: stagingmetis_Bytes - canonicalId_gt: stagingmetis_Bytes - canonicalId_lt: stagingmetis_Bytes - canonicalId_gte: stagingmetis_Bytes - canonicalId_lte: stagingmetis_Bytes - canonicalId_in: [stagingmetis_Bytes!] - canonicalId_not_in: [stagingmetis_Bytes!] - canonicalId_contains: stagingmetis_Bytes - canonicalId_not_contains: stagingmetis_Bytes + canonicalId: stagingpolygonzkevm_Bytes + canonicalId_not: stagingpolygonzkevm_Bytes + canonicalId_gt: stagingpolygonzkevm_Bytes + canonicalId_lt: stagingpolygonzkevm_Bytes + canonicalId_gte: stagingpolygonzkevm_Bytes + canonicalId_lte: stagingpolygonzkevm_Bytes + canonicalId_in: [stagingpolygonzkevm_Bytes!] + canonicalId_not_in: [stagingpolygonzkevm_Bytes!] + canonicalId_contains: stagingpolygonzkevm_Bytes + canonicalId_not_contains: stagingpolygonzkevm_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -116175,26 +114764,26 @@ input stagingmetis_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingmetis_Bytes - adoptedAsset_not: stagingmetis_Bytes - adoptedAsset_gt: stagingmetis_Bytes - adoptedAsset_lt: stagingmetis_Bytes - adoptedAsset_gte: stagingmetis_Bytes - adoptedAsset_lte: stagingmetis_Bytes - adoptedAsset_in: [stagingmetis_Bytes!] - adoptedAsset_not_in: [stagingmetis_Bytes!] - adoptedAsset_contains: stagingmetis_Bytes - adoptedAsset_not_contains: stagingmetis_Bytes - localAsset: stagingmetis_Bytes - localAsset_not: stagingmetis_Bytes - localAsset_gt: stagingmetis_Bytes - localAsset_lt: stagingmetis_Bytes - localAsset_gte: stagingmetis_Bytes - localAsset_lte: stagingmetis_Bytes - localAsset_in: [stagingmetis_Bytes!] - localAsset_not_in: [stagingmetis_Bytes!] - localAsset_contains: stagingmetis_Bytes - localAsset_not_contains: stagingmetis_Bytes + adoptedAsset: stagingpolygonzkevm_Bytes + adoptedAsset_not: stagingpolygonzkevm_Bytes + adoptedAsset_gt: stagingpolygonzkevm_Bytes + adoptedAsset_lt: stagingpolygonzkevm_Bytes + adoptedAsset_gte: stagingpolygonzkevm_Bytes + adoptedAsset_lte: stagingpolygonzkevm_Bytes + adoptedAsset_in: [stagingpolygonzkevm_Bytes!] + adoptedAsset_not_in: [stagingpolygonzkevm_Bytes!] + adoptedAsset_contains: stagingpolygonzkevm_Bytes + adoptedAsset_not_contains: stagingpolygonzkevm_Bytes + localAsset: stagingpolygonzkevm_Bytes + localAsset_not: stagingpolygonzkevm_Bytes + localAsset_gt: stagingpolygonzkevm_Bytes + localAsset_lt: stagingpolygonzkevm_Bytes + localAsset_gte: stagingpolygonzkevm_Bytes + localAsset_lte: stagingpolygonzkevm_Bytes + localAsset_in: [stagingpolygonzkevm_Bytes!] + localAsset_not_in: [stagingpolygonzkevm_Bytes!] + localAsset_contains: stagingpolygonzkevm_Bytes + localAsset_not_contains: stagingpolygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -116223,14 +114812,14 @@ input stagingmetis_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingmetis_AssetStatus_filter + status_: stagingpolygonzkevm_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Asset_filter] - or: [stagingmetis_Asset_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Asset_filter] + or: [stagingpolygonzkevm_Asset_filter] } -enum stagingmetis_Asset_orderBy { +enum stagingpolygonzkevm_Asset_orderBy { id key decimal @@ -116245,30 +114834,30 @@ enum stagingmetis_Asset_orderBy { status__status } -scalar stagingmetis_BigDecimal +scalar stagingpolygonzkevm_BigDecimal -input stagingmetis_BlockChangedFilter { +input stagingpolygonzkevm_BlockChangedFilter { number_gte: Int! } -input stagingmetis_Block_height { - hash: stagingmetis_Bytes +input stagingpolygonzkevm_Block_height { + hash: stagingpolygonzkevm_Bytes number: Int number_gte: Int } -scalar stagingmetis_Bytes +scalar stagingpolygonzkevm_Bytes -type stagingmetis_ConnectorMeta { +type stagingpolygonzkevm_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmetis_Bytes - rootManager: stagingmetis_Bytes - mirrorConnector: stagingmetis_Bytes + amb: stagingpolygonzkevm_Bytes + rootManager: stagingpolygonzkevm_Bytes + mirrorConnector: stagingpolygonzkevm_Bytes } -input stagingmetis_ConnectorMeta_filter { +input stagingpolygonzkevm_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -116293,43 +114882,43 @@ input stagingmetis_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingmetis_Bytes - amb_not: stagingmetis_Bytes - amb_gt: stagingmetis_Bytes - amb_lt: stagingmetis_Bytes - amb_gte: stagingmetis_Bytes - amb_lte: stagingmetis_Bytes - amb_in: [stagingmetis_Bytes!] - amb_not_in: [stagingmetis_Bytes!] - amb_contains: stagingmetis_Bytes - amb_not_contains: stagingmetis_Bytes - rootManager: stagingmetis_Bytes - rootManager_not: stagingmetis_Bytes - rootManager_gt: stagingmetis_Bytes - rootManager_lt: stagingmetis_Bytes - rootManager_gte: stagingmetis_Bytes - rootManager_lte: stagingmetis_Bytes - rootManager_in: [stagingmetis_Bytes!] - rootManager_not_in: [stagingmetis_Bytes!] - rootManager_contains: stagingmetis_Bytes - rootManager_not_contains: stagingmetis_Bytes - mirrorConnector: stagingmetis_Bytes - mirrorConnector_not: stagingmetis_Bytes - mirrorConnector_gt: stagingmetis_Bytes - mirrorConnector_lt: stagingmetis_Bytes - mirrorConnector_gte: stagingmetis_Bytes - mirrorConnector_lte: stagingmetis_Bytes - mirrorConnector_in: [stagingmetis_Bytes!] - mirrorConnector_not_in: [stagingmetis_Bytes!] - mirrorConnector_contains: stagingmetis_Bytes - mirrorConnector_not_contains: stagingmetis_Bytes + amb: stagingpolygonzkevm_Bytes + amb_not: stagingpolygonzkevm_Bytes + amb_gt: stagingpolygonzkevm_Bytes + amb_lt: stagingpolygonzkevm_Bytes + amb_gte: stagingpolygonzkevm_Bytes + amb_lte: stagingpolygonzkevm_Bytes + amb_in: [stagingpolygonzkevm_Bytes!] + amb_not_in: [stagingpolygonzkevm_Bytes!] + amb_contains: stagingpolygonzkevm_Bytes + amb_not_contains: stagingpolygonzkevm_Bytes + rootManager: stagingpolygonzkevm_Bytes + rootManager_not: stagingpolygonzkevm_Bytes + rootManager_gt: stagingpolygonzkevm_Bytes + rootManager_lt: stagingpolygonzkevm_Bytes + rootManager_gte: stagingpolygonzkevm_Bytes + rootManager_lte: stagingpolygonzkevm_Bytes + rootManager_in: [stagingpolygonzkevm_Bytes!] + rootManager_not_in: [stagingpolygonzkevm_Bytes!] + rootManager_contains: stagingpolygonzkevm_Bytes + rootManager_not_contains: stagingpolygonzkevm_Bytes + mirrorConnector: stagingpolygonzkevm_Bytes + mirrorConnector_not: stagingpolygonzkevm_Bytes + mirrorConnector_gt: stagingpolygonzkevm_Bytes + mirrorConnector_lt: stagingpolygonzkevm_Bytes + mirrorConnector_gte: stagingpolygonzkevm_Bytes + mirrorConnector_lte: stagingpolygonzkevm_Bytes + mirrorConnector_in: [stagingpolygonzkevm_Bytes!] + mirrorConnector_not_in: [stagingpolygonzkevm_Bytes!] + mirrorConnector_contains: stagingpolygonzkevm_Bytes + mirrorConnector_not_contains: stagingpolygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_ConnectorMeta_filter] - or: [stagingmetis_ConnectorMeta_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_ConnectorMeta_filter] + or: [stagingpolygonzkevm_ConnectorMeta_filter] } -enum stagingmetis_ConnectorMeta_orderBy { +enum stagingpolygonzkevm_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -116338,48 +114927,48 @@ enum stagingmetis_ConnectorMeta_orderBy { mirrorConnector } -type stagingmetis_DestinationTransfer { +type stagingpolygonzkevm_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmetis_Bytes + transferId: stagingpolygonzkevm_Bytes nonce: BigInt - status: stagingmetis_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_Router_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_Router_filter): [stagingmetis_Router!] + status: stagingpolygonzkevm_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_Router_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_Router_filter): [stagingpolygonzkevm_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmetis_Bytes - delegate: stagingmetis_Bytes + to: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes receiveLocal: Boolean - callData: stagingmetis_Bytes + callData: stagingpolygonzkevm_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmetis_Bytes + originSender: stagingpolygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmetis_Bytes - asset: stagingmetis_Asset + canonicalId: stagingpolygonzkevm_Bytes + asset: stagingpolygonzkevm_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmetis_Bytes - executedTransactionHash: stagingmetis_Bytes + executedCaller: stagingpolygonzkevm_Bytes + executedTransactionHash: stagingpolygonzkevm_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmetis_Bytes + executedTxOrigin: stagingpolygonzkevm_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmetis_Bytes - reconciledTransactionHash: stagingmetis_Bytes + reconciledCaller: stagingpolygonzkevm_Bytes + reconciledTransactionHash: stagingpolygonzkevm_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmetis_Bytes + reconciledTxOrigin: stagingpolygonzkevm_Bytes reconciledTxNonce: BigInt } -input stagingmetis_DestinationTransfer_filter { +input stagingpolygonzkevm_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -116396,16 +114985,16 @@ input stagingmetis_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmetis_Bytes - transferId_not: stagingmetis_Bytes - transferId_gt: stagingmetis_Bytes - transferId_lt: stagingmetis_Bytes - transferId_gte: stagingmetis_Bytes - transferId_lte: stagingmetis_Bytes - transferId_in: [stagingmetis_Bytes!] - transferId_not_in: [stagingmetis_Bytes!] - transferId_contains: stagingmetis_Bytes - transferId_not_contains: stagingmetis_Bytes + transferId: stagingpolygonzkevm_Bytes + transferId_not: stagingpolygonzkevm_Bytes + transferId_gt: stagingpolygonzkevm_Bytes + transferId_lt: stagingpolygonzkevm_Bytes + transferId_gte: stagingpolygonzkevm_Bytes + transferId_lte: stagingpolygonzkevm_Bytes + transferId_in: [stagingpolygonzkevm_Bytes!] + transferId_not_in: [stagingpolygonzkevm_Bytes!] + transferId_contains: stagingpolygonzkevm_Bytes + transferId_not_contains: stagingpolygonzkevm_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -116414,17 +115003,17 @@ input stagingmetis_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmetis_TransferStatus - status_not: stagingmetis_TransferStatus - status_in: [stagingmetis_TransferStatus!] - status_not_in: [stagingmetis_TransferStatus!] + status: stagingpolygonzkevm_TransferStatus + status_not: stagingpolygonzkevm_TransferStatus + status_in: [stagingpolygonzkevm_TransferStatus!] + status_not_in: [stagingpolygonzkevm_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingmetis_Router_filter + routers_: stagingpolygonzkevm_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -116449,40 +115038,40 @@ input stagingmetis_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmetis_Bytes - to_not: stagingmetis_Bytes - to_gt: stagingmetis_Bytes - to_lt: stagingmetis_Bytes - to_gte: stagingmetis_Bytes - to_lte: stagingmetis_Bytes - to_in: [stagingmetis_Bytes!] - to_not_in: [stagingmetis_Bytes!] - to_contains: stagingmetis_Bytes - to_not_contains: stagingmetis_Bytes - delegate: stagingmetis_Bytes - delegate_not: stagingmetis_Bytes - delegate_gt: stagingmetis_Bytes - delegate_lt: stagingmetis_Bytes - delegate_gte: stagingmetis_Bytes - delegate_lte: stagingmetis_Bytes - delegate_in: [stagingmetis_Bytes!] - delegate_not_in: [stagingmetis_Bytes!] - delegate_contains: stagingmetis_Bytes - delegate_not_contains: stagingmetis_Bytes + to: stagingpolygonzkevm_Bytes + to_not: stagingpolygonzkevm_Bytes + to_gt: stagingpolygonzkevm_Bytes + to_lt: stagingpolygonzkevm_Bytes + to_gte: stagingpolygonzkevm_Bytes + to_lte: stagingpolygonzkevm_Bytes + to_in: [stagingpolygonzkevm_Bytes!] + to_not_in: [stagingpolygonzkevm_Bytes!] + to_contains: stagingpolygonzkevm_Bytes + to_not_contains: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes + delegate_not: stagingpolygonzkevm_Bytes + delegate_gt: stagingpolygonzkevm_Bytes + delegate_lt: stagingpolygonzkevm_Bytes + delegate_gte: stagingpolygonzkevm_Bytes + delegate_lte: stagingpolygonzkevm_Bytes + delegate_in: [stagingpolygonzkevm_Bytes!] + delegate_not_in: [stagingpolygonzkevm_Bytes!] + delegate_contains: stagingpolygonzkevm_Bytes + delegate_not_contains: stagingpolygonzkevm_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingmetis_Bytes - callData_not: stagingmetis_Bytes - callData_gt: stagingmetis_Bytes - callData_lt: stagingmetis_Bytes - callData_gte: stagingmetis_Bytes - callData_lte: stagingmetis_Bytes - callData_in: [stagingmetis_Bytes!] - callData_not_in: [stagingmetis_Bytes!] - callData_contains: stagingmetis_Bytes - callData_not_contains: stagingmetis_Bytes + callData: stagingpolygonzkevm_Bytes + callData_not: stagingpolygonzkevm_Bytes + callData_gt: stagingpolygonzkevm_Bytes + callData_lt: stagingpolygonzkevm_Bytes + callData_gte: stagingpolygonzkevm_Bytes + callData_lte: stagingpolygonzkevm_Bytes + callData_in: [stagingpolygonzkevm_Bytes!] + callData_not_in: [stagingpolygonzkevm_Bytes!] + callData_contains: stagingpolygonzkevm_Bytes + callData_not_contains: stagingpolygonzkevm_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -116499,16 +115088,16 @@ input stagingmetis_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingmetis_Bytes - originSender_not: stagingmetis_Bytes - originSender_gt: stagingmetis_Bytes - originSender_lt: stagingmetis_Bytes - originSender_gte: stagingmetis_Bytes - originSender_lte: stagingmetis_Bytes - originSender_in: [stagingmetis_Bytes!] - originSender_not_in: [stagingmetis_Bytes!] - originSender_contains: stagingmetis_Bytes - originSender_not_contains: stagingmetis_Bytes + originSender: stagingpolygonzkevm_Bytes + originSender_not: stagingpolygonzkevm_Bytes + originSender_gt: stagingpolygonzkevm_Bytes + originSender_lt: stagingpolygonzkevm_Bytes + originSender_gte: stagingpolygonzkevm_Bytes + originSender_lte: stagingpolygonzkevm_Bytes + originSender_in: [stagingpolygonzkevm_Bytes!] + originSender_not_in: [stagingpolygonzkevm_Bytes!] + originSender_contains: stagingpolygonzkevm_Bytes + originSender_not_contains: stagingpolygonzkevm_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -116525,16 +115114,16 @@ input stagingmetis_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmetis_Bytes - canonicalId_not: stagingmetis_Bytes - canonicalId_gt: stagingmetis_Bytes - canonicalId_lt: stagingmetis_Bytes - canonicalId_gte: stagingmetis_Bytes - canonicalId_lte: stagingmetis_Bytes - canonicalId_in: [stagingmetis_Bytes!] - canonicalId_not_in: [stagingmetis_Bytes!] - canonicalId_contains: stagingmetis_Bytes - canonicalId_not_contains: stagingmetis_Bytes + canonicalId: stagingpolygonzkevm_Bytes + canonicalId_not: stagingpolygonzkevm_Bytes + canonicalId_gt: stagingpolygonzkevm_Bytes + canonicalId_lt: stagingpolygonzkevm_Bytes + canonicalId_gte: stagingpolygonzkevm_Bytes + canonicalId_lte: stagingpolygonzkevm_Bytes + canonicalId_in: [stagingpolygonzkevm_Bytes!] + canonicalId_not_in: [stagingpolygonzkevm_Bytes!] + canonicalId_contains: stagingpolygonzkevm_Bytes + canonicalId_not_contains: stagingpolygonzkevm_Bytes asset: String asset_not: String asset_gt: String @@ -116555,7 +115144,7 @@ input stagingmetis_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmetis_Asset_filter + asset_: stagingpolygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -116572,26 +115161,26 @@ input stagingmetis_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingmetis_Bytes - executedCaller_not: stagingmetis_Bytes - executedCaller_gt: stagingmetis_Bytes - executedCaller_lt: stagingmetis_Bytes - executedCaller_gte: stagingmetis_Bytes - executedCaller_lte: stagingmetis_Bytes - executedCaller_in: [stagingmetis_Bytes!] - executedCaller_not_in: [stagingmetis_Bytes!] - executedCaller_contains: stagingmetis_Bytes - executedCaller_not_contains: stagingmetis_Bytes - executedTransactionHash: stagingmetis_Bytes - executedTransactionHash_not: stagingmetis_Bytes - executedTransactionHash_gt: stagingmetis_Bytes - executedTransactionHash_lt: stagingmetis_Bytes - executedTransactionHash_gte: stagingmetis_Bytes - executedTransactionHash_lte: stagingmetis_Bytes - executedTransactionHash_in: [stagingmetis_Bytes!] - executedTransactionHash_not_in: [stagingmetis_Bytes!] - executedTransactionHash_contains: stagingmetis_Bytes - executedTransactionHash_not_contains: stagingmetis_Bytes + executedCaller: stagingpolygonzkevm_Bytes + executedCaller_not: stagingpolygonzkevm_Bytes + executedCaller_gt: stagingpolygonzkevm_Bytes + executedCaller_lt: stagingpolygonzkevm_Bytes + executedCaller_gte: stagingpolygonzkevm_Bytes + executedCaller_lte: stagingpolygonzkevm_Bytes + executedCaller_in: [stagingpolygonzkevm_Bytes!] + executedCaller_not_in: [stagingpolygonzkevm_Bytes!] + executedCaller_contains: stagingpolygonzkevm_Bytes + executedCaller_not_contains: stagingpolygonzkevm_Bytes + executedTransactionHash: stagingpolygonzkevm_Bytes + executedTransactionHash_not: stagingpolygonzkevm_Bytes + executedTransactionHash_gt: stagingpolygonzkevm_Bytes + executedTransactionHash_lt: stagingpolygonzkevm_Bytes + executedTransactionHash_gte: stagingpolygonzkevm_Bytes + executedTransactionHash_lte: stagingpolygonzkevm_Bytes + executedTransactionHash_in: [stagingpolygonzkevm_Bytes!] + executedTransactionHash_not_in: [stagingpolygonzkevm_Bytes!] + executedTransactionHash_contains: stagingpolygonzkevm_Bytes + executedTransactionHash_not_contains: stagingpolygonzkevm_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -116624,16 +115213,16 @@ input stagingmetis_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingmetis_Bytes - executedTxOrigin_not: stagingmetis_Bytes - executedTxOrigin_gt: stagingmetis_Bytes - executedTxOrigin_lt: stagingmetis_Bytes - executedTxOrigin_gte: stagingmetis_Bytes - executedTxOrigin_lte: stagingmetis_Bytes - executedTxOrigin_in: [stagingmetis_Bytes!] - executedTxOrigin_not_in: [stagingmetis_Bytes!] - executedTxOrigin_contains: stagingmetis_Bytes - executedTxOrigin_not_contains: stagingmetis_Bytes + executedTxOrigin: stagingpolygonzkevm_Bytes + executedTxOrigin_not: stagingpolygonzkevm_Bytes + executedTxOrigin_gt: stagingpolygonzkevm_Bytes + executedTxOrigin_lt: stagingpolygonzkevm_Bytes + executedTxOrigin_gte: stagingpolygonzkevm_Bytes + executedTxOrigin_lte: stagingpolygonzkevm_Bytes + executedTxOrigin_in: [stagingpolygonzkevm_Bytes!] + executedTxOrigin_not_in: [stagingpolygonzkevm_Bytes!] + executedTxOrigin_contains: stagingpolygonzkevm_Bytes + executedTxOrigin_not_contains: stagingpolygonzkevm_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -116642,26 +115231,26 @@ input stagingmetis_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingmetis_Bytes - reconciledCaller_not: stagingmetis_Bytes - reconciledCaller_gt: stagingmetis_Bytes - reconciledCaller_lt: stagingmetis_Bytes - reconciledCaller_gte: stagingmetis_Bytes - reconciledCaller_lte: stagingmetis_Bytes - reconciledCaller_in: [stagingmetis_Bytes!] - reconciledCaller_not_in: [stagingmetis_Bytes!] - reconciledCaller_contains: stagingmetis_Bytes - reconciledCaller_not_contains: stagingmetis_Bytes - reconciledTransactionHash: stagingmetis_Bytes - reconciledTransactionHash_not: stagingmetis_Bytes - reconciledTransactionHash_gt: stagingmetis_Bytes - reconciledTransactionHash_lt: stagingmetis_Bytes - reconciledTransactionHash_gte: stagingmetis_Bytes - reconciledTransactionHash_lte: stagingmetis_Bytes - reconciledTransactionHash_in: [stagingmetis_Bytes!] - reconciledTransactionHash_not_in: [stagingmetis_Bytes!] - reconciledTransactionHash_contains: stagingmetis_Bytes - reconciledTransactionHash_not_contains: stagingmetis_Bytes + reconciledCaller: stagingpolygonzkevm_Bytes + reconciledCaller_not: stagingpolygonzkevm_Bytes + reconciledCaller_gt: stagingpolygonzkevm_Bytes + reconciledCaller_lt: stagingpolygonzkevm_Bytes + reconciledCaller_gte: stagingpolygonzkevm_Bytes + reconciledCaller_lte: stagingpolygonzkevm_Bytes + reconciledCaller_in: [stagingpolygonzkevm_Bytes!] + reconciledCaller_not_in: [stagingpolygonzkevm_Bytes!] + reconciledCaller_contains: stagingpolygonzkevm_Bytes + reconciledCaller_not_contains: stagingpolygonzkevm_Bytes + reconciledTransactionHash: stagingpolygonzkevm_Bytes + reconciledTransactionHash_not: stagingpolygonzkevm_Bytes + reconciledTransactionHash_gt: stagingpolygonzkevm_Bytes + reconciledTransactionHash_lt: stagingpolygonzkevm_Bytes + reconciledTransactionHash_gte: stagingpolygonzkevm_Bytes + reconciledTransactionHash_lte: stagingpolygonzkevm_Bytes + reconciledTransactionHash_in: [stagingpolygonzkevm_Bytes!] + reconciledTransactionHash_not_in: [stagingpolygonzkevm_Bytes!] + reconciledTransactionHash_contains: stagingpolygonzkevm_Bytes + reconciledTransactionHash_not_contains: stagingpolygonzkevm_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -116694,16 +115283,16 @@ input stagingmetis_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmetis_Bytes - reconciledTxOrigin_not: stagingmetis_Bytes - reconciledTxOrigin_gt: stagingmetis_Bytes - reconciledTxOrigin_lt: stagingmetis_Bytes - reconciledTxOrigin_gte: stagingmetis_Bytes - reconciledTxOrigin_lte: stagingmetis_Bytes - reconciledTxOrigin_in: [stagingmetis_Bytes!] - reconciledTxOrigin_not_in: [stagingmetis_Bytes!] - reconciledTxOrigin_contains: stagingmetis_Bytes - reconciledTxOrigin_not_contains: stagingmetis_Bytes + reconciledTxOrigin: stagingpolygonzkevm_Bytes + reconciledTxOrigin_not: stagingpolygonzkevm_Bytes + reconciledTxOrigin_gt: stagingpolygonzkevm_Bytes + reconciledTxOrigin_lt: stagingpolygonzkevm_Bytes + reconciledTxOrigin_gte: stagingpolygonzkevm_Bytes + reconciledTxOrigin_lte: stagingpolygonzkevm_Bytes + reconciledTxOrigin_in: [stagingpolygonzkevm_Bytes!] + reconciledTxOrigin_not_in: [stagingpolygonzkevm_Bytes!] + reconciledTxOrigin_contains: stagingpolygonzkevm_Bytes + reconciledTxOrigin_not_contains: stagingpolygonzkevm_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -116713,12 +115302,12 @@ input stagingmetis_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_DestinationTransfer_filter] - or: [stagingmetis_DestinationTransfer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_DestinationTransfer_filter] + or: [stagingpolygonzkevm_DestinationTransfer_filter] } -enum stagingmetis_DestinationTransfer_orderBy { +enum stagingpolygonzkevm_DestinationTransfer_orderBy { id chainId transferId @@ -116772,16 +115361,16 @@ enum stagingmetis_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmetis_Int8 +scalar stagingpolygonzkevm_Int8 -type stagingmetis_OptimisticRootFinalized { +type stagingpolygonzkevm_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmetis_Bytes! + aggregateRoot: stagingpolygonzkevm_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmetis_OptimisticRootFinalized_filter { +input stagingpolygonzkevm_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -116790,16 +115379,16 @@ input stagingmetis_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmetis_Bytes - aggregateRoot_not: stagingmetis_Bytes - aggregateRoot_gt: stagingmetis_Bytes - aggregateRoot_lt: stagingmetis_Bytes - aggregateRoot_gte: stagingmetis_Bytes - aggregateRoot_lte: stagingmetis_Bytes - aggregateRoot_in: [stagingmetis_Bytes!] - aggregateRoot_not_in: [stagingmetis_Bytes!] - aggregateRoot_contains: stagingmetis_Bytes - aggregateRoot_not_contains: stagingmetis_Bytes + aggregateRoot: stagingpolygonzkevm_Bytes + aggregateRoot_not: stagingpolygonzkevm_Bytes + aggregateRoot_gt: stagingpolygonzkevm_Bytes + aggregateRoot_lt: stagingpolygonzkevm_Bytes + aggregateRoot_gte: stagingpolygonzkevm_Bytes + aggregateRoot_lte: stagingpolygonzkevm_Bytes + aggregateRoot_in: [stagingpolygonzkevm_Bytes!] + aggregateRoot_not_in: [stagingpolygonzkevm_Bytes!] + aggregateRoot_contains: stagingpolygonzkevm_Bytes + aggregateRoot_not_contains: stagingpolygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -116817,12 +115406,12 @@ input stagingmetis_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_OptimisticRootFinalized_filter] - or: [stagingmetis_OptimisticRootFinalized_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OptimisticRootFinalized_filter] + or: [stagingpolygonzkevm_OptimisticRootFinalized_filter] } -enum stagingmetis_OptimisticRootFinalized_orderBy { +enum stagingpolygonzkevm_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -116830,25 +115419,25 @@ enum stagingmetis_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmetis_OrderDirection { +enum stagingpolygonzkevm_OrderDirection { asc desc } -type stagingmetis_OriginMessage { +type stagingpolygonzkevm_OriginMessage { id: ID! - transferId: stagingmetis_Bytes + transferId: stagingpolygonzkevm_Bytes destinationDomain: BigInt - leaf: stagingmetis_Bytes + leaf: stagingpolygonzkevm_Bytes index: BigInt - message: stagingmetis_Bytes - root: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes + message: stagingpolygonzkevm_Bytes + root: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes blockNumber: BigInt - rootCount: stagingmetis_RootCount + rootCount: stagingpolygonzkevm_RootCount } -input stagingmetis_OriginMessage_filter { +input stagingpolygonzkevm_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -116857,16 +115446,16 @@ input stagingmetis_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingmetis_Bytes - transferId_not: stagingmetis_Bytes - transferId_gt: stagingmetis_Bytes - transferId_lt: stagingmetis_Bytes - transferId_gte: stagingmetis_Bytes - transferId_lte: stagingmetis_Bytes - transferId_in: [stagingmetis_Bytes!] - transferId_not_in: [stagingmetis_Bytes!] - transferId_contains: stagingmetis_Bytes - transferId_not_contains: stagingmetis_Bytes + transferId: stagingpolygonzkevm_Bytes + transferId_not: stagingpolygonzkevm_Bytes + transferId_gt: stagingpolygonzkevm_Bytes + transferId_lt: stagingpolygonzkevm_Bytes + transferId_gte: stagingpolygonzkevm_Bytes + transferId_lte: stagingpolygonzkevm_Bytes + transferId_in: [stagingpolygonzkevm_Bytes!] + transferId_not_in: [stagingpolygonzkevm_Bytes!] + transferId_contains: stagingpolygonzkevm_Bytes + transferId_not_contains: stagingpolygonzkevm_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -116875,16 +115464,16 @@ input stagingmetis_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingmetis_Bytes - leaf_not: stagingmetis_Bytes - leaf_gt: stagingmetis_Bytes - leaf_lt: stagingmetis_Bytes - leaf_gte: stagingmetis_Bytes - leaf_lte: stagingmetis_Bytes - leaf_in: [stagingmetis_Bytes!] - leaf_not_in: [stagingmetis_Bytes!] - leaf_contains: stagingmetis_Bytes - leaf_not_contains: stagingmetis_Bytes + leaf: stagingpolygonzkevm_Bytes + leaf_not: stagingpolygonzkevm_Bytes + leaf_gt: stagingpolygonzkevm_Bytes + leaf_lt: stagingpolygonzkevm_Bytes + leaf_gte: stagingpolygonzkevm_Bytes + leaf_lte: stagingpolygonzkevm_Bytes + leaf_in: [stagingpolygonzkevm_Bytes!] + leaf_not_in: [stagingpolygonzkevm_Bytes!] + leaf_contains: stagingpolygonzkevm_Bytes + leaf_not_contains: stagingpolygonzkevm_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -116893,36 +115482,36 @@ input stagingmetis_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingmetis_Bytes - message_not: stagingmetis_Bytes - message_gt: stagingmetis_Bytes - message_lt: stagingmetis_Bytes - message_gte: stagingmetis_Bytes - message_lte: stagingmetis_Bytes - message_in: [stagingmetis_Bytes!] - message_not_in: [stagingmetis_Bytes!] - message_contains: stagingmetis_Bytes - message_not_contains: stagingmetis_Bytes - root: stagingmetis_Bytes - root_not: stagingmetis_Bytes - root_gt: stagingmetis_Bytes - root_lt: stagingmetis_Bytes - root_gte: stagingmetis_Bytes - root_lte: stagingmetis_Bytes - root_in: [stagingmetis_Bytes!] - root_not_in: [stagingmetis_Bytes!] - root_contains: stagingmetis_Bytes - root_not_contains: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes + message: stagingpolygonzkevm_Bytes + message_not: stagingpolygonzkevm_Bytes + message_gt: stagingpolygonzkevm_Bytes + message_lt: stagingpolygonzkevm_Bytes + message_gte: stagingpolygonzkevm_Bytes + message_lte: stagingpolygonzkevm_Bytes + message_in: [stagingpolygonzkevm_Bytes!] + message_not_in: [stagingpolygonzkevm_Bytes!] + message_contains: stagingpolygonzkevm_Bytes + message_not_contains: stagingpolygonzkevm_Bytes + root: stagingpolygonzkevm_Bytes + root_not: stagingpolygonzkevm_Bytes + root_gt: stagingpolygonzkevm_Bytes + root_lt: stagingpolygonzkevm_Bytes + root_gte: stagingpolygonzkevm_Bytes + root_lte: stagingpolygonzkevm_Bytes + root_in: [stagingpolygonzkevm_Bytes!] + root_not_in: [stagingpolygonzkevm_Bytes!] + root_contains: stagingpolygonzkevm_Bytes + root_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -116951,14 +115540,14 @@ input stagingmetis_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingmetis_RootCount_filter + rootCount_: stagingpolygonzkevm_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_OriginMessage_filter] - or: [stagingmetis_OriginMessage_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OriginMessage_filter] + or: [stagingpolygonzkevm_OriginMessage_filter] } -enum stagingmetis_OriginMessage_orderBy { +enum stagingpolygonzkevm_OriginMessage_orderBy { id transferId destinationDomain @@ -116973,42 +115562,42 @@ enum stagingmetis_OriginMessage_orderBy { rootCount__count } -type stagingmetis_OriginTransfer { +type stagingpolygonzkevm_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmetis_Bytes + transferId: stagingpolygonzkevm_Bytes nonce: BigInt - status: stagingmetis_TransferStatus - messageHash: stagingmetis_Bytes + status: stagingpolygonzkevm_TransferStatus + messageHash: stagingpolygonzkevm_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmetis_Bytes - delegate: stagingmetis_Bytes + to: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes receiveLocal: Boolean - callData: stagingmetis_Bytes + callData: stagingpolygonzkevm_Bytes slippage: BigInt - originSender: stagingmetis_Bytes + originSender: stagingpolygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmetis_Bytes - asset: stagingmetis_Asset - transactingAsset: stagingmetis_Bytes - message: stagingmetis_OriginMessage + canonicalId: stagingpolygonzkevm_Bytes + asset: stagingpolygonzkevm_Asset + transactingAsset: stagingpolygonzkevm_Bytes + message: stagingpolygonzkevm_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_RelayerFee_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_RelayerFee_filter): [stagingmetis_RelayerFee!] - initialRelayerFeeAsset: stagingmetis_Bytes - caller: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_RelayerFee_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_RelayerFee_filter): [stagingpolygonzkevm_RelayerFee!] + initialRelayerFeeAsset: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingmetis_Bytes + txOrigin: stagingpolygonzkevm_Bytes txNonce: BigInt } -input stagingmetis_OriginTransfer_filter { +input stagingpolygonzkevm_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -117025,16 +115614,16 @@ input stagingmetis_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmetis_Bytes - transferId_not: stagingmetis_Bytes - transferId_gt: stagingmetis_Bytes - transferId_lt: stagingmetis_Bytes - transferId_gte: stagingmetis_Bytes - transferId_lte: stagingmetis_Bytes - transferId_in: [stagingmetis_Bytes!] - transferId_not_in: [stagingmetis_Bytes!] - transferId_contains: stagingmetis_Bytes - transferId_not_contains: stagingmetis_Bytes + transferId: stagingpolygonzkevm_Bytes + transferId_not: stagingpolygonzkevm_Bytes + transferId_gt: stagingpolygonzkevm_Bytes + transferId_lt: stagingpolygonzkevm_Bytes + transferId_gte: stagingpolygonzkevm_Bytes + transferId_lte: stagingpolygonzkevm_Bytes + transferId_in: [stagingpolygonzkevm_Bytes!] + transferId_not_in: [stagingpolygonzkevm_Bytes!] + transferId_contains: stagingpolygonzkevm_Bytes + transferId_not_contains: stagingpolygonzkevm_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -117043,20 +115632,20 @@ input stagingmetis_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmetis_TransferStatus - status_not: stagingmetis_TransferStatus - status_in: [stagingmetis_TransferStatus!] - status_not_in: [stagingmetis_TransferStatus!] - messageHash: stagingmetis_Bytes - messageHash_not: stagingmetis_Bytes - messageHash_gt: stagingmetis_Bytes - messageHash_lt: stagingmetis_Bytes - messageHash_gte: stagingmetis_Bytes - messageHash_lte: stagingmetis_Bytes - messageHash_in: [stagingmetis_Bytes!] - messageHash_not_in: [stagingmetis_Bytes!] - messageHash_contains: stagingmetis_Bytes - messageHash_not_contains: stagingmetis_Bytes + status: stagingpolygonzkevm_TransferStatus + status_not: stagingpolygonzkevm_TransferStatus + status_in: [stagingpolygonzkevm_TransferStatus!] + status_not_in: [stagingpolygonzkevm_TransferStatus!] + messageHash: stagingpolygonzkevm_Bytes + messageHash_not: stagingpolygonzkevm_Bytes + messageHash_gt: stagingpolygonzkevm_Bytes + messageHash_lt: stagingpolygonzkevm_Bytes + messageHash_gte: stagingpolygonzkevm_Bytes + messageHash_lte: stagingpolygonzkevm_Bytes + messageHash_in: [stagingpolygonzkevm_Bytes!] + messageHash_not_in: [stagingpolygonzkevm_Bytes!] + messageHash_contains: stagingpolygonzkevm_Bytes + messageHash_not_contains: stagingpolygonzkevm_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -117081,40 +115670,40 @@ input stagingmetis_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmetis_Bytes - to_not: stagingmetis_Bytes - to_gt: stagingmetis_Bytes - to_lt: stagingmetis_Bytes - to_gte: stagingmetis_Bytes - to_lte: stagingmetis_Bytes - to_in: [stagingmetis_Bytes!] - to_not_in: [stagingmetis_Bytes!] - to_contains: stagingmetis_Bytes - to_not_contains: stagingmetis_Bytes - delegate: stagingmetis_Bytes - delegate_not: stagingmetis_Bytes - delegate_gt: stagingmetis_Bytes - delegate_lt: stagingmetis_Bytes - delegate_gte: stagingmetis_Bytes - delegate_lte: stagingmetis_Bytes - delegate_in: [stagingmetis_Bytes!] - delegate_not_in: [stagingmetis_Bytes!] - delegate_contains: stagingmetis_Bytes - delegate_not_contains: stagingmetis_Bytes + to: stagingpolygonzkevm_Bytes + to_not: stagingpolygonzkevm_Bytes + to_gt: stagingpolygonzkevm_Bytes + to_lt: stagingpolygonzkevm_Bytes + to_gte: stagingpolygonzkevm_Bytes + to_lte: stagingpolygonzkevm_Bytes + to_in: [stagingpolygonzkevm_Bytes!] + to_not_in: [stagingpolygonzkevm_Bytes!] + to_contains: stagingpolygonzkevm_Bytes + to_not_contains: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes + delegate_not: stagingpolygonzkevm_Bytes + delegate_gt: stagingpolygonzkevm_Bytes + delegate_lt: stagingpolygonzkevm_Bytes + delegate_gte: stagingpolygonzkevm_Bytes + delegate_lte: stagingpolygonzkevm_Bytes + delegate_in: [stagingpolygonzkevm_Bytes!] + delegate_not_in: [stagingpolygonzkevm_Bytes!] + delegate_contains: stagingpolygonzkevm_Bytes + delegate_not_contains: stagingpolygonzkevm_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingmetis_Bytes - callData_not: stagingmetis_Bytes - callData_gt: stagingmetis_Bytes - callData_lt: stagingmetis_Bytes - callData_gte: stagingmetis_Bytes - callData_lte: stagingmetis_Bytes - callData_in: [stagingmetis_Bytes!] - callData_not_in: [stagingmetis_Bytes!] - callData_contains: stagingmetis_Bytes - callData_not_contains: stagingmetis_Bytes + callData: stagingpolygonzkevm_Bytes + callData_not: stagingpolygonzkevm_Bytes + callData_gt: stagingpolygonzkevm_Bytes + callData_lt: stagingpolygonzkevm_Bytes + callData_gte: stagingpolygonzkevm_Bytes + callData_lte: stagingpolygonzkevm_Bytes + callData_in: [stagingpolygonzkevm_Bytes!] + callData_not_in: [stagingpolygonzkevm_Bytes!] + callData_contains: stagingpolygonzkevm_Bytes + callData_not_contains: stagingpolygonzkevm_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -117123,16 +115712,16 @@ input stagingmetis_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingmetis_Bytes - originSender_not: stagingmetis_Bytes - originSender_gt: stagingmetis_Bytes - originSender_lt: stagingmetis_Bytes - originSender_gte: stagingmetis_Bytes - originSender_lte: stagingmetis_Bytes - originSender_in: [stagingmetis_Bytes!] - originSender_not_in: [stagingmetis_Bytes!] - originSender_contains: stagingmetis_Bytes - originSender_not_contains: stagingmetis_Bytes + originSender: stagingpolygonzkevm_Bytes + originSender_not: stagingpolygonzkevm_Bytes + originSender_gt: stagingpolygonzkevm_Bytes + originSender_lt: stagingpolygonzkevm_Bytes + originSender_gte: stagingpolygonzkevm_Bytes + originSender_lte: stagingpolygonzkevm_Bytes + originSender_in: [stagingpolygonzkevm_Bytes!] + originSender_not_in: [stagingpolygonzkevm_Bytes!] + originSender_contains: stagingpolygonzkevm_Bytes + originSender_not_contains: stagingpolygonzkevm_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -117149,16 +115738,16 @@ input stagingmetis_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmetis_Bytes - canonicalId_not: stagingmetis_Bytes - canonicalId_gt: stagingmetis_Bytes - canonicalId_lt: stagingmetis_Bytes - canonicalId_gte: stagingmetis_Bytes - canonicalId_lte: stagingmetis_Bytes - canonicalId_in: [stagingmetis_Bytes!] - canonicalId_not_in: [stagingmetis_Bytes!] - canonicalId_contains: stagingmetis_Bytes - canonicalId_not_contains: stagingmetis_Bytes + canonicalId: stagingpolygonzkevm_Bytes + canonicalId_not: stagingpolygonzkevm_Bytes + canonicalId_gt: stagingpolygonzkevm_Bytes + canonicalId_lt: stagingpolygonzkevm_Bytes + canonicalId_gte: stagingpolygonzkevm_Bytes + canonicalId_lte: stagingpolygonzkevm_Bytes + canonicalId_in: [stagingpolygonzkevm_Bytes!] + canonicalId_not_in: [stagingpolygonzkevm_Bytes!] + canonicalId_contains: stagingpolygonzkevm_Bytes + canonicalId_not_contains: stagingpolygonzkevm_Bytes asset: String asset_not: String asset_gt: String @@ -117179,17 +115768,17 @@ input stagingmetis_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmetis_Asset_filter - transactingAsset: stagingmetis_Bytes - transactingAsset_not: stagingmetis_Bytes - transactingAsset_gt: stagingmetis_Bytes - transactingAsset_lt: stagingmetis_Bytes - transactingAsset_gte: stagingmetis_Bytes - transactingAsset_lte: stagingmetis_Bytes - transactingAsset_in: [stagingmetis_Bytes!] - transactingAsset_not_in: [stagingmetis_Bytes!] - transactingAsset_contains: stagingmetis_Bytes - transactingAsset_not_contains: stagingmetis_Bytes + asset_: stagingpolygonzkevm_Asset_filter + transactingAsset: stagingpolygonzkevm_Bytes + transactingAsset_not: stagingpolygonzkevm_Bytes + transactingAsset_gt: stagingpolygonzkevm_Bytes + transactingAsset_lt: stagingpolygonzkevm_Bytes + transactingAsset_gte: stagingpolygonzkevm_Bytes + transactingAsset_lte: stagingpolygonzkevm_Bytes + transactingAsset_in: [stagingpolygonzkevm_Bytes!] + transactingAsset_not_in: [stagingpolygonzkevm_Bytes!] + transactingAsset_contains: stagingpolygonzkevm_Bytes + transactingAsset_not_contains: stagingpolygonzkevm_Bytes message: String message_not: String message_gt: String @@ -117210,7 +115799,7 @@ input stagingmetis_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingmetis_OriginMessage_filter + message_: stagingpolygonzkevm_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -117225,37 +115814,37 @@ input stagingmetis_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingmetis_RelayerFee_filter - initialRelayerFeeAsset: stagingmetis_Bytes - initialRelayerFeeAsset_not: stagingmetis_Bytes - initialRelayerFeeAsset_gt: stagingmetis_Bytes - initialRelayerFeeAsset_lt: stagingmetis_Bytes - initialRelayerFeeAsset_gte: stagingmetis_Bytes - initialRelayerFeeAsset_lte: stagingmetis_Bytes - initialRelayerFeeAsset_in: [stagingmetis_Bytes!] - initialRelayerFeeAsset_not_in: [stagingmetis_Bytes!] - initialRelayerFeeAsset_contains: stagingmetis_Bytes - initialRelayerFeeAsset_not_contains: stagingmetis_Bytes - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes + relayerFees_: stagingpolygonzkevm_RelayerFee_filter + initialRelayerFeeAsset: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_not: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_gt: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_lt: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_gte: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_lte: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_in: [stagingpolygonzkevm_Bytes!] + initialRelayerFeeAsset_not_in: [stagingpolygonzkevm_Bytes!] + initialRelayerFeeAsset_contains: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_not_contains: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -117288,16 +115877,16 @@ input stagingmetis_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingmetis_Bytes - txOrigin_not: stagingmetis_Bytes - txOrigin_gt: stagingmetis_Bytes - txOrigin_lt: stagingmetis_Bytes - txOrigin_gte: stagingmetis_Bytes - txOrigin_lte: stagingmetis_Bytes - txOrigin_in: [stagingmetis_Bytes!] - txOrigin_not_in: [stagingmetis_Bytes!] - txOrigin_contains: stagingmetis_Bytes - txOrigin_not_contains: stagingmetis_Bytes + txOrigin: stagingpolygonzkevm_Bytes + txOrigin_not: stagingpolygonzkevm_Bytes + txOrigin_gt: stagingpolygonzkevm_Bytes + txOrigin_lt: stagingpolygonzkevm_Bytes + txOrigin_gte: stagingpolygonzkevm_Bytes + txOrigin_lte: stagingpolygonzkevm_Bytes + txOrigin_in: [stagingpolygonzkevm_Bytes!] + txOrigin_not_in: [stagingpolygonzkevm_Bytes!] + txOrigin_contains: stagingpolygonzkevm_Bytes + txOrigin_not_contains: stagingpolygonzkevm_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -117307,12 +115896,12 @@ input stagingmetis_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_OriginTransfer_filter] - or: [stagingmetis_OriginTransfer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OriginTransfer_filter] + or: [stagingpolygonzkevm_OriginTransfer_filter] } -enum stagingmetis_OriginTransfer_orderBy { +enum stagingpolygonzkevm_OriginTransfer_orderBy { id chainId transferId @@ -117365,20 +115954,20 @@ enum stagingmetis_OriginTransfer_orderBy { txNonce } -type stagingmetis_Relayer { +type stagingpolygonzkevm_Relayer { id: ID! isActive: Boolean! - relayer: stagingmetis_Bytes + relayer: stagingpolygonzkevm_Bytes } -type stagingmetis_RelayerFee { +type stagingpolygonzkevm_RelayerFee { id: ID! - transfer: stagingmetis_OriginTransfer! + transfer: stagingpolygonzkevm_OriginTransfer! fee: BigInt! - asset: stagingmetis_Bytes! + asset: stagingpolygonzkevm_Bytes! } -input stagingmetis_RelayerFee_filter { +input stagingpolygonzkevm_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -117407,7 +115996,7 @@ input stagingmetis_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmetis_OriginTransfer_filter + transfer_: stagingpolygonzkevm_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -117416,23 +116005,23 @@ input stagingmetis_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingmetis_Bytes - asset_not: stagingmetis_Bytes - asset_gt: stagingmetis_Bytes - asset_lt: stagingmetis_Bytes - asset_gte: stagingmetis_Bytes - asset_lte: stagingmetis_Bytes - asset_in: [stagingmetis_Bytes!] - asset_not_in: [stagingmetis_Bytes!] - asset_contains: stagingmetis_Bytes - asset_not_contains: stagingmetis_Bytes + asset: stagingpolygonzkevm_Bytes + asset_not: stagingpolygonzkevm_Bytes + asset_gt: stagingpolygonzkevm_Bytes + asset_lt: stagingpolygonzkevm_Bytes + asset_gte: stagingpolygonzkevm_Bytes + asset_lte: stagingpolygonzkevm_Bytes + asset_in: [stagingpolygonzkevm_Bytes!] + asset_not_in: [stagingpolygonzkevm_Bytes!] + asset_contains: stagingpolygonzkevm_Bytes + asset_not_contains: stagingpolygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RelayerFee_filter] - or: [stagingmetis_RelayerFee_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RelayerFee_filter] + or: [stagingpolygonzkevm_RelayerFee_filter] } -enum stagingmetis_RelayerFee_orderBy { +enum stagingpolygonzkevm_RelayerFee_orderBy { id transfer transfer__id @@ -117468,20 +116057,20 @@ enum stagingmetis_RelayerFee_orderBy { asset } -type stagingmetis_RelayerFeesIncrease { +type stagingpolygonzkevm_RelayerFeesIncrease { id: ID! - transfer: stagingmetis_OriginTransfer! + transfer: stagingpolygonzkevm_OriginTransfer! increase: BigInt - asset: stagingmetis_Bytes - caller: stagingmetis_Bytes! - transactionHash: stagingmetis_Bytes! + asset: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmetis_RelayerFeesIncrease_filter { +input stagingpolygonzkevm_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -117510,7 +116099,7 @@ input stagingmetis_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmetis_OriginTransfer_filter + transfer_: stagingpolygonzkevm_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -117519,36 +116108,36 @@ input stagingmetis_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingmetis_Bytes - asset_not: stagingmetis_Bytes - asset_gt: stagingmetis_Bytes - asset_lt: stagingmetis_Bytes - asset_gte: stagingmetis_Bytes - asset_lte: stagingmetis_Bytes - asset_in: [stagingmetis_Bytes!] - asset_not_in: [stagingmetis_Bytes!] - asset_contains: stagingmetis_Bytes - asset_not_contains: stagingmetis_Bytes - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes + asset: stagingpolygonzkevm_Bytes + asset_not: stagingpolygonzkevm_Bytes + asset_gt: stagingpolygonzkevm_Bytes + asset_lt: stagingpolygonzkevm_Bytes + asset_gte: stagingpolygonzkevm_Bytes + asset_lte: stagingpolygonzkevm_Bytes + asset_in: [stagingpolygonzkevm_Bytes!] + asset_not_in: [stagingpolygonzkevm_Bytes!] + asset_contains: stagingpolygonzkevm_Bytes + asset_not_contains: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -117582,12 +116171,12 @@ input stagingmetis_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RelayerFeesIncrease_filter] - or: [stagingmetis_RelayerFeesIncrease_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RelayerFeesIncrease_filter] + or: [stagingpolygonzkevm_RelayerFeesIncrease_filter] } -enum stagingmetis_RelayerFeesIncrease_orderBy { +enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -117629,7 +116218,7 @@ enum stagingmetis_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmetis_Relayer_filter { +input stagingpolygonzkevm_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -117642,34 +116231,34 @@ input stagingmetis_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingmetis_Bytes - relayer_not: stagingmetis_Bytes - relayer_gt: stagingmetis_Bytes - relayer_lt: stagingmetis_Bytes - relayer_gte: stagingmetis_Bytes - relayer_lte: stagingmetis_Bytes - relayer_in: [stagingmetis_Bytes!] - relayer_not_in: [stagingmetis_Bytes!] - relayer_contains: stagingmetis_Bytes - relayer_not_contains: stagingmetis_Bytes + relayer: stagingpolygonzkevm_Bytes + relayer_not: stagingpolygonzkevm_Bytes + relayer_gt: stagingpolygonzkevm_Bytes + relayer_lt: stagingpolygonzkevm_Bytes + relayer_gte: stagingpolygonzkevm_Bytes + relayer_lte: stagingpolygonzkevm_Bytes + relayer_in: [stagingpolygonzkevm_Bytes!] + relayer_not_in: [stagingpolygonzkevm_Bytes!] + relayer_contains: stagingpolygonzkevm_Bytes + relayer_not_contains: stagingpolygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Relayer_filter] - or: [stagingmetis_Relayer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Relayer_filter] + or: [stagingpolygonzkevm_Relayer_filter] } -enum stagingmetis_Relayer_orderBy { +enum stagingpolygonzkevm_Relayer_orderBy { id isActive relayer } -type stagingmetis_RootCount { +type stagingpolygonzkevm_RootCount { id: ID! count: BigInt } -input stagingmetis_RootCount_filter { +input stagingpolygonzkevm_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -117687,31 +116276,31 @@ input stagingmetis_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RootCount_filter] - or: [stagingmetis_RootCount_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RootCount_filter] + or: [stagingpolygonzkevm_RootCount_filter] } -enum stagingmetis_RootCount_orderBy { +enum stagingpolygonzkevm_RootCount_orderBy { id count } -type stagingmetis_RootMessageSent { +type stagingpolygonzkevm_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmetis_Bytes + root: stagingpolygonzkevm_Bytes count: BigInt - caller: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes + caller: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmetis_RootMessageSent_filter { +input stagingpolygonzkevm_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -117736,16 +116325,16 @@ input stagingmetis_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingmetis_Bytes - root_not: stagingmetis_Bytes - root_gt: stagingmetis_Bytes - root_lt: stagingmetis_Bytes - root_gte: stagingmetis_Bytes - root_lte: stagingmetis_Bytes - root_in: [stagingmetis_Bytes!] - root_not_in: [stagingmetis_Bytes!] - root_contains: stagingmetis_Bytes - root_not_contains: stagingmetis_Bytes + root: stagingpolygonzkevm_Bytes + root_not: stagingpolygonzkevm_Bytes + root_gt: stagingpolygonzkevm_Bytes + root_lt: stagingpolygonzkevm_Bytes + root_gte: stagingpolygonzkevm_Bytes + root_lte: stagingpolygonzkevm_Bytes + root_in: [stagingpolygonzkevm_Bytes!] + root_not_in: [stagingpolygonzkevm_Bytes!] + root_contains: stagingpolygonzkevm_Bytes + root_not_contains: stagingpolygonzkevm_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -117754,26 +116343,26 @@ input stagingmetis_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -117807,12 +116396,12 @@ input stagingmetis_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RootMessageSent_filter] - or: [stagingmetis_RootMessageSent_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RootMessageSent_filter] + or: [stagingpolygonzkevm_RootMessageSent_filter] } -enum stagingmetis_RootMessageSent_orderBy { +enum stagingpolygonzkevm_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -117826,25 +116415,25 @@ enum stagingmetis_RootMessageSent_orderBy { blockNumber } -type stagingmetis_Router { +type stagingpolygonzkevm_Router { id: ID! isActive: Boolean! - owner: stagingmetis_Bytes - recipient: stagingmetis_Bytes - proposedOwner: stagingmetis_Bytes + owner: stagingpolygonzkevm_Bytes + recipient: stagingpolygonzkevm_Bytes + proposedOwner: stagingpolygonzkevm_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_AssetBalance_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_AssetBalance_filter): [stagingmetis_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_AssetBalance_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_AssetBalance_filter): [stagingpolygonzkevm_AssetBalance!]! } -type stagingmetis_RouterDailyTVL { +type stagingpolygonzkevm_RouterDailyTVL { id: ID! - router: stagingmetis_Router! - asset: stagingmetis_Asset! + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmetis_RouterDailyTVL_filter { +input stagingpolygonzkevm_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -117873,7 +116462,7 @@ input stagingmetis_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmetis_Router_filter + router_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -117894,7 +116483,7 @@ input stagingmetis_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmetis_Asset_filter + asset_: stagingpolygonzkevm_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -117912,12 +116501,12 @@ input stagingmetis_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RouterDailyTVL_filter] - or: [stagingmetis_RouterDailyTVL_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RouterDailyTVL_filter] + or: [stagingpolygonzkevm_RouterDailyTVL_filter] } -enum stagingmetis_RouterDailyTVL_orderBy { +enum stagingpolygonzkevm_RouterDailyTVL_orderBy { id router router__id @@ -117940,26 +116529,26 @@ enum stagingmetis_RouterDailyTVL_orderBy { balance } -type stagingmetis_RouterLiquidityEvent { +type stagingpolygonzkevm_RouterLiquidityEvent { id: ID! - type: stagingmetis_RouterLiquidityEventType - router: stagingmetis_Router! - asset: stagingmetis_Asset! + type: stagingpolygonzkevm_RouterLiquidityEventType + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! amount: BigInt! balance: BigInt! - caller: stagingmetis_Bytes + caller: stagingpolygonzkevm_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmetis_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! nonce: BigInt! } -enum stagingmetis_RouterLiquidityEventType { +enum stagingpolygonzkevm_RouterLiquidityEventType { Add Remove } -input stagingmetis_RouterLiquidityEvent_filter { +input stagingpolygonzkevm_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -117968,10 +116557,10 @@ input stagingmetis_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingmetis_RouterLiquidityEventType - type_not: stagingmetis_RouterLiquidityEventType - type_in: [stagingmetis_RouterLiquidityEventType!] - type_not_in: [stagingmetis_RouterLiquidityEventType!] + type: stagingpolygonzkevm_RouterLiquidityEventType + type_not: stagingpolygonzkevm_RouterLiquidityEventType + type_in: [stagingpolygonzkevm_RouterLiquidityEventType!] + type_not_in: [stagingpolygonzkevm_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -117992,7 +116581,7 @@ input stagingmetis_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmetis_Router_filter + router_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -118013,7 +116602,7 @@ input stagingmetis_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmetis_Asset_filter + asset_: stagingpolygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -118030,16 +116619,16 @@ input stagingmetis_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -118056,16 +116645,16 @@ input stagingmetis_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -118075,12 +116664,12 @@ input stagingmetis_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_RouterLiquidityEvent_filter] - or: [stagingmetis_RouterLiquidityEvent_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RouterLiquidityEvent_filter] + or: [stagingpolygonzkevm_RouterLiquidityEvent_filter] } -enum stagingmetis_RouterLiquidityEvent_orderBy { +enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { id type router @@ -118109,7 +116698,7 @@ enum stagingmetis_RouterLiquidityEvent_orderBy { nonce } -input stagingmetis_Router_filter { +input stagingpolygonzkevm_Router_filter { id: ID id_not: ID id_gt: ID @@ -118122,36 +116711,36 @@ input stagingmetis_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingmetis_Bytes - owner_not: stagingmetis_Bytes - owner_gt: stagingmetis_Bytes - owner_lt: stagingmetis_Bytes - owner_gte: stagingmetis_Bytes - owner_lte: stagingmetis_Bytes - owner_in: [stagingmetis_Bytes!] - owner_not_in: [stagingmetis_Bytes!] - owner_contains: stagingmetis_Bytes - owner_not_contains: stagingmetis_Bytes - recipient: stagingmetis_Bytes - recipient_not: stagingmetis_Bytes - recipient_gt: stagingmetis_Bytes - recipient_lt: stagingmetis_Bytes - recipient_gte: stagingmetis_Bytes - recipient_lte: stagingmetis_Bytes - recipient_in: [stagingmetis_Bytes!] - recipient_not_in: [stagingmetis_Bytes!] - recipient_contains: stagingmetis_Bytes - recipient_not_contains: stagingmetis_Bytes - proposedOwner: stagingmetis_Bytes - proposedOwner_not: stagingmetis_Bytes - proposedOwner_gt: stagingmetis_Bytes - proposedOwner_lt: stagingmetis_Bytes - proposedOwner_gte: stagingmetis_Bytes - proposedOwner_lte: stagingmetis_Bytes - proposedOwner_in: [stagingmetis_Bytes!] - proposedOwner_not_in: [stagingmetis_Bytes!] - proposedOwner_contains: stagingmetis_Bytes - proposedOwner_not_contains: stagingmetis_Bytes + owner: stagingpolygonzkevm_Bytes + owner_not: stagingpolygonzkevm_Bytes + owner_gt: stagingpolygonzkevm_Bytes + owner_lt: stagingpolygonzkevm_Bytes + owner_gte: stagingpolygonzkevm_Bytes + owner_lte: stagingpolygonzkevm_Bytes + owner_in: [stagingpolygonzkevm_Bytes!] + owner_not_in: [stagingpolygonzkevm_Bytes!] + owner_contains: stagingpolygonzkevm_Bytes + owner_not_contains: stagingpolygonzkevm_Bytes + recipient: stagingpolygonzkevm_Bytes + recipient_not: stagingpolygonzkevm_Bytes + recipient_gt: stagingpolygonzkevm_Bytes + recipient_lt: stagingpolygonzkevm_Bytes + recipient_gte: stagingpolygonzkevm_Bytes + recipient_lte: stagingpolygonzkevm_Bytes + recipient_in: [stagingpolygonzkevm_Bytes!] + recipient_not_in: [stagingpolygonzkevm_Bytes!] + recipient_contains: stagingpolygonzkevm_Bytes + recipient_not_contains: stagingpolygonzkevm_Bytes + proposedOwner: stagingpolygonzkevm_Bytes + proposedOwner_not: stagingpolygonzkevm_Bytes + proposedOwner_gt: stagingpolygonzkevm_Bytes + proposedOwner_lt: stagingpolygonzkevm_Bytes + proposedOwner_gte: stagingpolygonzkevm_Bytes + proposedOwner_lte: stagingpolygonzkevm_Bytes + proposedOwner_in: [stagingpolygonzkevm_Bytes!] + proposedOwner_not_in: [stagingpolygonzkevm_Bytes!] + proposedOwner_contains: stagingpolygonzkevm_Bytes + proposedOwner_not_contains: stagingpolygonzkevm_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -118160,14 +116749,14 @@ input stagingmetis_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmetis_AssetBalance_filter + assetBalances_: stagingpolygonzkevm_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Router_filter] - or: [stagingmetis_Router_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Router_filter] + or: [stagingpolygonzkevm_Router_filter] } -enum stagingmetis_Router_orderBy { +enum stagingpolygonzkevm_Router_orderBy { id isActive owner @@ -118177,13 +116766,13 @@ enum stagingmetis_Router_orderBy { assetBalances } -type stagingmetis_Sequencer { +type stagingpolygonzkevm_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmetis_Bytes + sequencer: stagingpolygonzkevm_Bytes } -input stagingmetis_Sequencer_filter { +input stagingpolygonzkevm_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -118196,35 +116785,35 @@ input stagingmetis_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingmetis_Bytes - sequencer_not: stagingmetis_Bytes - sequencer_gt: stagingmetis_Bytes - sequencer_lt: stagingmetis_Bytes - sequencer_gte: stagingmetis_Bytes - sequencer_lte: stagingmetis_Bytes - sequencer_in: [stagingmetis_Bytes!] - sequencer_not_in: [stagingmetis_Bytes!] - sequencer_contains: stagingmetis_Bytes - sequencer_not_contains: stagingmetis_Bytes + sequencer: stagingpolygonzkevm_Bytes + sequencer_not: stagingpolygonzkevm_Bytes + sequencer_gt: stagingpolygonzkevm_Bytes + sequencer_lt: stagingpolygonzkevm_Bytes + sequencer_gte: stagingpolygonzkevm_Bytes + sequencer_lte: stagingpolygonzkevm_Bytes + sequencer_in: [stagingpolygonzkevm_Bytes!] + sequencer_not_in: [stagingpolygonzkevm_Bytes!] + sequencer_contains: stagingpolygonzkevm_Bytes + sequencer_not_contains: stagingpolygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Sequencer_filter] - or: [stagingmetis_Sequencer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Sequencer_filter] + or: [stagingpolygonzkevm_Sequencer_filter] } -enum stagingmetis_Sequencer_orderBy { +enum stagingpolygonzkevm_Sequencer_orderBy { id isActive sequencer } -type stagingmetis_Setting { +type stagingpolygonzkevm_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmetis_Bytes! + caller: stagingpolygonzkevm_Bytes! } -input stagingmetis_Setting_filter { +input stagingpolygonzkevm_Setting_filter { id: ID id_not: ID id_gt: ID @@ -118241,41 +116830,41 @@ input stagingmetis_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Setting_filter] - or: [stagingmetis_Setting_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Setting_filter] + or: [stagingpolygonzkevm_Setting_filter] } -enum stagingmetis_Setting_orderBy { +enum stagingpolygonzkevm_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmetis_SlippageUpdate { +type stagingpolygonzkevm_SlippageUpdate { id: ID! - transfer: stagingmetis_DestinationTransfer! + transfer: stagingpolygonzkevm_DestinationTransfer! slippage: BigInt! - caller: stagingmetis_Bytes! - transactionHash: stagingmetis_Bytes! + caller: stagingpolygonzkevm_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmetis_SlippageUpdate_filter { +input stagingpolygonzkevm_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -118304,7 +116893,7 @@ input stagingmetis_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmetis_DestinationTransfer_filter + transfer_: stagingpolygonzkevm_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -118313,26 +116902,26 @@ input stagingmetis_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingmetis_Bytes - caller_not: stagingmetis_Bytes - caller_gt: stagingmetis_Bytes - caller_lt: stagingmetis_Bytes - caller_gte: stagingmetis_Bytes - caller_lte: stagingmetis_Bytes - caller_in: [stagingmetis_Bytes!] - caller_not_in: [stagingmetis_Bytes!] - caller_contains: stagingmetis_Bytes - caller_not_contains: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes - transactionHash_not: stagingmetis_Bytes - transactionHash_gt: stagingmetis_Bytes - transactionHash_lt: stagingmetis_Bytes - transactionHash_gte: stagingmetis_Bytes - transactionHash_lte: stagingmetis_Bytes - transactionHash_in: [stagingmetis_Bytes!] - transactionHash_not_in: [stagingmetis_Bytes!] - transactionHash_contains: stagingmetis_Bytes - transactionHash_not_contains: stagingmetis_Bytes + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -118366,12 +116955,12 @@ input stagingmetis_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_SlippageUpdate_filter] - or: [stagingmetis_SlippageUpdate_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SlippageUpdate_filter] + or: [stagingpolygonzkevm_SlippageUpdate_filter] } -enum stagingmetis_SlippageUpdate_orderBy { +enum stagingpolygonzkevm_SlippageUpdate_orderBy { id transfer transfer__id @@ -118419,16 +117008,16 @@ enum stagingmetis_SlippageUpdate_orderBy { blockNumber } -type stagingmetis_SnapshotRoot { +type stagingpolygonzkevm_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmetis_Bytes! + root: stagingpolygonzkevm_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmetis_SnapshotRoot_filter { +input stagingpolygonzkevm_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -118445,16 +117034,16 @@ input stagingmetis_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingmetis_Bytes - root_not: stagingmetis_Bytes - root_gt: stagingmetis_Bytes - root_lt: stagingmetis_Bytes - root_gte: stagingmetis_Bytes - root_lte: stagingmetis_Bytes - root_in: [stagingmetis_Bytes!] - root_not_in: [stagingmetis_Bytes!] - root_contains: stagingmetis_Bytes - root_not_contains: stagingmetis_Bytes + root: stagingpolygonzkevm_Bytes + root_not: stagingpolygonzkevm_Bytes + root_gt: stagingpolygonzkevm_Bytes + root_lt: stagingpolygonzkevm_Bytes + root_gte: stagingpolygonzkevm_Bytes + root_lte: stagingpolygonzkevm_Bytes + root_in: [stagingpolygonzkevm_Bytes!] + root_not_in: [stagingpolygonzkevm_Bytes!] + root_contains: stagingpolygonzkevm_Bytes + root_not_contains: stagingpolygonzkevm_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -118480,12 +117069,12 @@ input stagingmetis_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_SnapshotRoot_filter] - or: [stagingmetis_SnapshotRoot_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SnapshotRoot_filter] + or: [stagingpolygonzkevm_SnapshotRoot_filter] } -enum stagingmetis_SnapshotRoot_orderBy { +enum stagingpolygonzkevm_SnapshotRoot_orderBy { id spokeDomain root @@ -118494,12 +117083,12 @@ enum stagingmetis_SnapshotRoot_orderBy { blockNumber } -type stagingmetis_SpokeConnectorMode { +type stagingpolygonzkevm_SpokeConnectorMode { id: ID! mode: String! } -input stagingmetis_SpokeConnectorMode_filter { +input stagingpolygonzkevm_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -118529,17 +117118,17 @@ input stagingmetis_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_SpokeConnectorMode_filter] - or: [stagingmetis_SpokeConnectorMode_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SpokeConnectorMode_filter] + or: [stagingpolygonzkevm_SpokeConnectorMode_filter] } -enum stagingmetis_SpokeConnectorMode_orderBy { +enum stagingpolygonzkevm_SpokeConnectorMode_orderBy { id mode } -enum stagingmetis_TransferStatus { +enum stagingpolygonzkevm_TransferStatus { XCalled Executed Reconciled @@ -118547,17 +117136,19 @@ enum stagingmetis_TransferStatus { CompletedFast } -type stagingmetis__Block_ { +type stagingpolygonzkevm__Block_ { """The hash of the block""" - hash: stagingmetis_Bytes + hash: stagingpolygonzkevm_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: stagingpolygonzkevm_Bytes } """The type for the top-level _meta field""" -type stagingmetis__Meta_ { +type stagingpolygonzkevm__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -118565,22 +117156,22 @@ type stagingmetis__Meta_ { and therefore asks for the latest block """ - block: stagingmetis__Block_! + block: stagingpolygonzkevm__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type avalanche_AggregateRoot { +type stagingbnb_AggregateRoot { id: ID! - root: avalanche_Bytes! + root: stagingbnb_Bytes! blockNumber: BigInt! } -type avalanche_AggregateRootProposed { +type stagingbnb_AggregateRootProposed { id: ID! - aggregateRoot: avalanche_Bytes! + aggregateRoot: stagingbnb_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -118588,7 +117179,7 @@ type avalanche_AggregateRootProposed { blockNumber: BigInt } -input avalanche_AggregateRootProposed_filter { +input stagingbnb_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -118597,16 +117188,16 @@ input avalanche_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: avalanche_Bytes - aggregateRoot_not: avalanche_Bytes - aggregateRoot_gt: avalanche_Bytes - aggregateRoot_lt: avalanche_Bytes - aggregateRoot_gte: avalanche_Bytes - aggregateRoot_lte: avalanche_Bytes - aggregateRoot_in: [avalanche_Bytes!] - aggregateRoot_not_in: [avalanche_Bytes!] - aggregateRoot_contains: avalanche_Bytes - aggregateRoot_not_contains: avalanche_Bytes + aggregateRoot: stagingbnb_Bytes + aggregateRoot_not: stagingbnb_Bytes + aggregateRoot_gt: stagingbnb_Bytes + aggregateRoot_lt: stagingbnb_Bytes + aggregateRoot_gte: stagingbnb_Bytes + aggregateRoot_lte: stagingbnb_Bytes + aggregateRoot_in: [stagingbnb_Bytes!] + aggregateRoot_not_in: [stagingbnb_Bytes!] + aggregateRoot_contains: stagingbnb_Bytes + aggregateRoot_not_contains: stagingbnb_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -118648,12 +117239,12 @@ input avalanche_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AggregateRootProposed_filter] - or: [avalanche_AggregateRootProposed_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AggregateRootProposed_filter] + or: [stagingbnb_AggregateRootProposed_filter] } -enum avalanche_AggregateRootProposed_orderBy { +enum stagingbnb_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -118663,7 +117254,7 @@ enum avalanche_AggregateRootProposed_orderBy { blockNumber } -input avalanche_AggregateRoot_filter { +input stagingbnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -118672,16 +117263,16 @@ input avalanche_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes + root: stagingbnb_Bytes + root_not: stagingbnb_Bytes + root_gt: stagingbnb_Bytes + root_lt: stagingbnb_Bytes + root_gte: stagingbnb_Bytes + root_lte: stagingbnb_Bytes + root_in: [stagingbnb_Bytes!] + root_not_in: [stagingbnb_Bytes!] + root_contains: stagingbnb_Bytes + root_not_contains: stagingbnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -118691,47 +117282,47 @@ input avalanche_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AggregateRoot_filter] - or: [avalanche_AggregateRoot_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AggregateRoot_filter] + or: [stagingbnb_AggregateRoot_filter] } -enum avalanche_AggregateRoot_orderBy { +enum stagingbnb_AggregateRoot_orderBy { id root blockNumber } -enum avalanche_Aggregation_interval { +enum stagingbnb_Aggregation_interval { hour day } -type avalanche_Asset { +type stagingbnb_Asset { id: ID! - key: avalanche_Bytes + key: stagingbnb_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: avalanche_Bytes + canonicalId: stagingbnb_Bytes canonicalDomain: BigInt - adoptedAsset: avalanche_Bytes - localAsset: avalanche_Bytes + adoptedAsset: stagingbnb_Bytes + localAsset: stagingbnb_Bytes blockNumber: BigInt - status: avalanche_AssetStatus + status: stagingbnb_AssetStatus } -type avalanche_AssetBalance { +type stagingbnb_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: avalanche_Router! - asset: avalanche_Asset! + router: stagingbnb_Router! + asset: stagingbnb_Asset! feesEarned: BigInt! } -input avalanche_AssetBalance_filter { +input stagingbnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -118792,7 +117383,7 @@ input avalanche_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: avalanche_Router_filter + router_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -118813,7 +117404,7 @@ input avalanche_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: stagingbnb_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -118823,12 +117414,12 @@ input avalanche_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AssetBalance_filter] - or: [avalanche_AssetBalance_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AssetBalance_filter] + or: [stagingbnb_AssetBalance_filter] } -enum avalanche_AssetBalance_orderBy { +enum stagingbnb_AssetBalance_orderBy { id amount locked @@ -118854,12 +117445,12 @@ enum avalanche_AssetBalance_orderBy { feesEarned } -type avalanche_AssetStatus { +type stagingbnb_AssetStatus { id: ID! status: Boolean } -input avalanche_AssetStatus_filter { +input stagingbnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -118873,17 +117464,17 @@ input avalanche_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_AssetStatus_filter] - or: [avalanche_AssetStatus_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AssetStatus_filter] + or: [stagingbnb_AssetStatus_filter] } -enum avalanche_AssetStatus_orderBy { +enum stagingbnb_AssetStatus_orderBy { id status } -input avalanche_Asset_filter { +input stagingbnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -118892,16 +117483,16 @@ input avalanche_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: avalanche_Bytes - key_not: avalanche_Bytes - key_gt: avalanche_Bytes - key_lt: avalanche_Bytes - key_gte: avalanche_Bytes - key_lte: avalanche_Bytes - key_in: [avalanche_Bytes!] - key_not_in: [avalanche_Bytes!] - key_contains: avalanche_Bytes - key_not_contains: avalanche_Bytes + key: stagingbnb_Bytes + key_not: stagingbnb_Bytes + key_gt: stagingbnb_Bytes + key_lt: stagingbnb_Bytes + key_gte: stagingbnb_Bytes + key_lte: stagingbnb_Bytes + key_in: [stagingbnb_Bytes!] + key_not_in: [stagingbnb_Bytes!] + key_contains: stagingbnb_Bytes + key_not_contains: stagingbnb_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -118918,16 +117509,16 @@ input avalanche_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: avalanche_Bytes - canonicalId_not: avalanche_Bytes - canonicalId_gt: avalanche_Bytes - canonicalId_lt: avalanche_Bytes - canonicalId_gte: avalanche_Bytes - canonicalId_lte: avalanche_Bytes - canonicalId_in: [avalanche_Bytes!] - canonicalId_not_in: [avalanche_Bytes!] - canonicalId_contains: avalanche_Bytes - canonicalId_not_contains: avalanche_Bytes + canonicalId: stagingbnb_Bytes + canonicalId_not: stagingbnb_Bytes + canonicalId_gt: stagingbnb_Bytes + canonicalId_lt: stagingbnb_Bytes + canonicalId_gte: stagingbnb_Bytes + canonicalId_lte: stagingbnb_Bytes + canonicalId_in: [stagingbnb_Bytes!] + canonicalId_not_in: [stagingbnb_Bytes!] + canonicalId_contains: stagingbnb_Bytes + canonicalId_not_contains: stagingbnb_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -118936,26 +117527,26 @@ input avalanche_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: avalanche_Bytes - adoptedAsset_not: avalanche_Bytes - adoptedAsset_gt: avalanche_Bytes - adoptedAsset_lt: avalanche_Bytes - adoptedAsset_gte: avalanche_Bytes - adoptedAsset_lte: avalanche_Bytes - adoptedAsset_in: [avalanche_Bytes!] - adoptedAsset_not_in: [avalanche_Bytes!] - adoptedAsset_contains: avalanche_Bytes - adoptedAsset_not_contains: avalanche_Bytes - localAsset: avalanche_Bytes - localAsset_not: avalanche_Bytes - localAsset_gt: avalanche_Bytes - localAsset_lt: avalanche_Bytes - localAsset_gte: avalanche_Bytes - localAsset_lte: avalanche_Bytes - localAsset_in: [avalanche_Bytes!] - localAsset_not_in: [avalanche_Bytes!] - localAsset_contains: avalanche_Bytes - localAsset_not_contains: avalanche_Bytes + adoptedAsset: stagingbnb_Bytes + adoptedAsset_not: stagingbnb_Bytes + adoptedAsset_gt: stagingbnb_Bytes + adoptedAsset_lt: stagingbnb_Bytes + adoptedAsset_gte: stagingbnb_Bytes + adoptedAsset_lte: stagingbnb_Bytes + adoptedAsset_in: [stagingbnb_Bytes!] + adoptedAsset_not_in: [stagingbnb_Bytes!] + adoptedAsset_contains: stagingbnb_Bytes + adoptedAsset_not_contains: stagingbnb_Bytes + localAsset: stagingbnb_Bytes + localAsset_not: stagingbnb_Bytes + localAsset_gt: stagingbnb_Bytes + localAsset_lt: stagingbnb_Bytes + localAsset_gte: stagingbnb_Bytes + localAsset_lte: stagingbnb_Bytes + localAsset_in: [stagingbnb_Bytes!] + localAsset_not_in: [stagingbnb_Bytes!] + localAsset_contains: stagingbnb_Bytes + localAsset_not_contains: stagingbnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -118984,14 +117575,14 @@ input avalanche_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: avalanche_AssetStatus_filter + status_: stagingbnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Asset_filter] - or: [avalanche_Asset_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Asset_filter] + or: [stagingbnb_Asset_filter] } -enum avalanche_Asset_orderBy { +enum stagingbnb_Asset_orderBy { id key decimal @@ -119006,30 +117597,30 @@ enum avalanche_Asset_orderBy { status__status } -scalar avalanche_BigDecimal +scalar stagingbnb_BigDecimal -input avalanche_BlockChangedFilter { +input stagingbnb_BlockChangedFilter { number_gte: Int! } -input avalanche_Block_height { - hash: avalanche_Bytes +input stagingbnb_Block_height { + hash: stagingbnb_Bytes number: Int number_gte: Int } -scalar avalanche_Bytes +scalar stagingbnb_Bytes -type avalanche_ConnectorMeta { +type stagingbnb_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: avalanche_Bytes - rootManager: avalanche_Bytes - mirrorConnector: avalanche_Bytes + amb: stagingbnb_Bytes + rootManager: stagingbnb_Bytes + mirrorConnector: stagingbnb_Bytes } -input avalanche_ConnectorMeta_filter { +input stagingbnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -119054,43 +117645,43 @@ input avalanche_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: avalanche_Bytes - amb_not: avalanche_Bytes - amb_gt: avalanche_Bytes - amb_lt: avalanche_Bytes - amb_gte: avalanche_Bytes - amb_lte: avalanche_Bytes - amb_in: [avalanche_Bytes!] - amb_not_in: [avalanche_Bytes!] - amb_contains: avalanche_Bytes - amb_not_contains: avalanche_Bytes - rootManager: avalanche_Bytes - rootManager_not: avalanche_Bytes - rootManager_gt: avalanche_Bytes - rootManager_lt: avalanche_Bytes - rootManager_gte: avalanche_Bytes - rootManager_lte: avalanche_Bytes - rootManager_in: [avalanche_Bytes!] - rootManager_not_in: [avalanche_Bytes!] - rootManager_contains: avalanche_Bytes - rootManager_not_contains: avalanche_Bytes - mirrorConnector: avalanche_Bytes - mirrorConnector_not: avalanche_Bytes - mirrorConnector_gt: avalanche_Bytes - mirrorConnector_lt: avalanche_Bytes - mirrorConnector_gte: avalanche_Bytes - mirrorConnector_lte: avalanche_Bytes - mirrorConnector_in: [avalanche_Bytes!] - mirrorConnector_not_in: [avalanche_Bytes!] - mirrorConnector_contains: avalanche_Bytes - mirrorConnector_not_contains: avalanche_Bytes + amb: stagingbnb_Bytes + amb_not: stagingbnb_Bytes + amb_gt: stagingbnb_Bytes + amb_lt: stagingbnb_Bytes + amb_gte: stagingbnb_Bytes + amb_lte: stagingbnb_Bytes + amb_in: [stagingbnb_Bytes!] + amb_not_in: [stagingbnb_Bytes!] + amb_contains: stagingbnb_Bytes + amb_not_contains: stagingbnb_Bytes + rootManager: stagingbnb_Bytes + rootManager_not: stagingbnb_Bytes + rootManager_gt: stagingbnb_Bytes + rootManager_lt: stagingbnb_Bytes + rootManager_gte: stagingbnb_Bytes + rootManager_lte: stagingbnb_Bytes + rootManager_in: [stagingbnb_Bytes!] + rootManager_not_in: [stagingbnb_Bytes!] + rootManager_contains: stagingbnb_Bytes + rootManager_not_contains: stagingbnb_Bytes + mirrorConnector: stagingbnb_Bytes + mirrorConnector_not: stagingbnb_Bytes + mirrorConnector_gt: stagingbnb_Bytes + mirrorConnector_lt: stagingbnb_Bytes + mirrorConnector_gte: stagingbnb_Bytes + mirrorConnector_lte: stagingbnb_Bytes + mirrorConnector_in: [stagingbnb_Bytes!] + mirrorConnector_not_in: [stagingbnb_Bytes!] + mirrorConnector_contains: stagingbnb_Bytes + mirrorConnector_not_contains: stagingbnb_Bytes """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_ConnectorMeta_filter] - or: [avalanche_ConnectorMeta_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_ConnectorMeta_filter] + or: [stagingbnb_ConnectorMeta_filter] } -enum avalanche_ConnectorMeta_orderBy { +enum stagingbnb_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -119099,48 +117690,48 @@ enum avalanche_ConnectorMeta_orderBy { mirrorConnector } -type avalanche_DestinationTransfer { +type stagingbnb_DestinationTransfer { id: ID! chainId: BigInt - transferId: avalanche_Bytes + transferId: stagingbnb_Bytes nonce: BigInt - status: avalanche_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: avalanche_Router_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_Router_filter): [avalanche_Router!] + status: stagingbnb_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_Router_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_Router_filter): [stagingbnb_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: avalanche_Bytes - delegate: avalanche_Bytes + to: stagingbnb_Bytes + delegate: stagingbnb_Bytes receiveLocal: Boolean - callData: avalanche_Bytes + callData: stagingbnb_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: avalanche_Bytes + originSender: stagingbnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: avalanche_Bytes - asset: avalanche_Asset + canonicalId: stagingbnb_Bytes + asset: stagingbnb_Asset amount: BigInt routersFee: BigInt - executedCaller: avalanche_Bytes - executedTransactionHash: avalanche_Bytes + executedCaller: stagingbnb_Bytes + executedTransactionHash: stagingbnb_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: avalanche_Bytes + executedTxOrigin: stagingbnb_Bytes executedTxNonce: BigInt - reconciledCaller: avalanche_Bytes - reconciledTransactionHash: avalanche_Bytes + reconciledCaller: stagingbnb_Bytes + reconciledTransactionHash: stagingbnb_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: avalanche_Bytes + reconciledTxOrigin: stagingbnb_Bytes reconciledTxNonce: BigInt } -input avalanche_DestinationTransfer_filter { +input stagingbnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -119157,16 +117748,16 @@ input avalanche_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: avalanche_Bytes - transferId_not: avalanche_Bytes - transferId_gt: avalanche_Bytes - transferId_lt: avalanche_Bytes - transferId_gte: avalanche_Bytes - transferId_lte: avalanche_Bytes - transferId_in: [avalanche_Bytes!] - transferId_not_in: [avalanche_Bytes!] - transferId_contains: avalanche_Bytes - transferId_not_contains: avalanche_Bytes + transferId: stagingbnb_Bytes + transferId_not: stagingbnb_Bytes + transferId_gt: stagingbnb_Bytes + transferId_lt: stagingbnb_Bytes + transferId_gte: stagingbnb_Bytes + transferId_lte: stagingbnb_Bytes + transferId_in: [stagingbnb_Bytes!] + transferId_not_in: [stagingbnb_Bytes!] + transferId_contains: stagingbnb_Bytes + transferId_not_contains: stagingbnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -119175,17 +117766,17 @@ input avalanche_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: avalanche_TransferStatus - status_not: avalanche_TransferStatus - status_in: [avalanche_TransferStatus!] - status_not_in: [avalanche_TransferStatus!] + status: stagingbnb_TransferStatus + status_not: stagingbnb_TransferStatus + status_in: [stagingbnb_TransferStatus!] + status_not_in: [stagingbnb_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: avalanche_Router_filter + routers_: stagingbnb_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -119210,40 +117801,40 @@ input avalanche_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: avalanche_Bytes - to_not: avalanche_Bytes - to_gt: avalanche_Bytes - to_lt: avalanche_Bytes - to_gte: avalanche_Bytes - to_lte: avalanche_Bytes - to_in: [avalanche_Bytes!] - to_not_in: [avalanche_Bytes!] - to_contains: avalanche_Bytes - to_not_contains: avalanche_Bytes - delegate: avalanche_Bytes - delegate_not: avalanche_Bytes - delegate_gt: avalanche_Bytes - delegate_lt: avalanche_Bytes - delegate_gte: avalanche_Bytes - delegate_lte: avalanche_Bytes - delegate_in: [avalanche_Bytes!] - delegate_not_in: [avalanche_Bytes!] - delegate_contains: avalanche_Bytes - delegate_not_contains: avalanche_Bytes + to: stagingbnb_Bytes + to_not: stagingbnb_Bytes + to_gt: stagingbnb_Bytes + to_lt: stagingbnb_Bytes + to_gte: stagingbnb_Bytes + to_lte: stagingbnb_Bytes + to_in: [stagingbnb_Bytes!] + to_not_in: [stagingbnb_Bytes!] + to_contains: stagingbnb_Bytes + to_not_contains: stagingbnb_Bytes + delegate: stagingbnb_Bytes + delegate_not: stagingbnb_Bytes + delegate_gt: stagingbnb_Bytes + delegate_lt: stagingbnb_Bytes + delegate_gte: stagingbnb_Bytes + delegate_lte: stagingbnb_Bytes + delegate_in: [stagingbnb_Bytes!] + delegate_not_in: [stagingbnb_Bytes!] + delegate_contains: stagingbnb_Bytes + delegate_not_contains: stagingbnb_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: avalanche_Bytes - callData_not: avalanche_Bytes - callData_gt: avalanche_Bytes - callData_lt: avalanche_Bytes - callData_gte: avalanche_Bytes - callData_lte: avalanche_Bytes - callData_in: [avalanche_Bytes!] - callData_not_in: [avalanche_Bytes!] - callData_contains: avalanche_Bytes - callData_not_contains: avalanche_Bytes + callData: stagingbnb_Bytes + callData_not: stagingbnb_Bytes + callData_gt: stagingbnb_Bytes + callData_lt: stagingbnb_Bytes + callData_gte: stagingbnb_Bytes + callData_lte: stagingbnb_Bytes + callData_in: [stagingbnb_Bytes!] + callData_not_in: [stagingbnb_Bytes!] + callData_contains: stagingbnb_Bytes + callData_not_contains: stagingbnb_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -119260,16 +117851,16 @@ input avalanche_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: avalanche_Bytes - originSender_not: avalanche_Bytes - originSender_gt: avalanche_Bytes - originSender_lt: avalanche_Bytes - originSender_gte: avalanche_Bytes - originSender_lte: avalanche_Bytes - originSender_in: [avalanche_Bytes!] - originSender_not_in: [avalanche_Bytes!] - originSender_contains: avalanche_Bytes - originSender_not_contains: avalanche_Bytes + originSender: stagingbnb_Bytes + originSender_not: stagingbnb_Bytes + originSender_gt: stagingbnb_Bytes + originSender_lt: stagingbnb_Bytes + originSender_gte: stagingbnb_Bytes + originSender_lte: stagingbnb_Bytes + originSender_in: [stagingbnb_Bytes!] + originSender_not_in: [stagingbnb_Bytes!] + originSender_contains: stagingbnb_Bytes + originSender_not_contains: stagingbnb_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -119286,16 +117877,16 @@ input avalanche_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: avalanche_Bytes - canonicalId_not: avalanche_Bytes - canonicalId_gt: avalanche_Bytes - canonicalId_lt: avalanche_Bytes - canonicalId_gte: avalanche_Bytes - canonicalId_lte: avalanche_Bytes - canonicalId_in: [avalanche_Bytes!] - canonicalId_not_in: [avalanche_Bytes!] - canonicalId_contains: avalanche_Bytes - canonicalId_not_contains: avalanche_Bytes + canonicalId: stagingbnb_Bytes + canonicalId_not: stagingbnb_Bytes + canonicalId_gt: stagingbnb_Bytes + canonicalId_lt: stagingbnb_Bytes + canonicalId_gte: stagingbnb_Bytes + canonicalId_lte: stagingbnb_Bytes + canonicalId_in: [stagingbnb_Bytes!] + canonicalId_not_in: [stagingbnb_Bytes!] + canonicalId_contains: stagingbnb_Bytes + canonicalId_not_contains: stagingbnb_Bytes asset: String asset_not: String asset_gt: String @@ -119316,7 +117907,7 @@ input avalanche_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: stagingbnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -119333,26 +117924,26 @@ input avalanche_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: avalanche_Bytes - executedCaller_not: avalanche_Bytes - executedCaller_gt: avalanche_Bytes - executedCaller_lt: avalanche_Bytes - executedCaller_gte: avalanche_Bytes - executedCaller_lte: avalanche_Bytes - executedCaller_in: [avalanche_Bytes!] - executedCaller_not_in: [avalanche_Bytes!] - executedCaller_contains: avalanche_Bytes - executedCaller_not_contains: avalanche_Bytes - executedTransactionHash: avalanche_Bytes - executedTransactionHash_not: avalanche_Bytes - executedTransactionHash_gt: avalanche_Bytes - executedTransactionHash_lt: avalanche_Bytes - executedTransactionHash_gte: avalanche_Bytes - executedTransactionHash_lte: avalanche_Bytes - executedTransactionHash_in: [avalanche_Bytes!] - executedTransactionHash_not_in: [avalanche_Bytes!] - executedTransactionHash_contains: avalanche_Bytes - executedTransactionHash_not_contains: avalanche_Bytes + executedCaller: stagingbnb_Bytes + executedCaller_not: stagingbnb_Bytes + executedCaller_gt: stagingbnb_Bytes + executedCaller_lt: stagingbnb_Bytes + executedCaller_gte: stagingbnb_Bytes + executedCaller_lte: stagingbnb_Bytes + executedCaller_in: [stagingbnb_Bytes!] + executedCaller_not_in: [stagingbnb_Bytes!] + executedCaller_contains: stagingbnb_Bytes + executedCaller_not_contains: stagingbnb_Bytes + executedTransactionHash: stagingbnb_Bytes + executedTransactionHash_not: stagingbnb_Bytes + executedTransactionHash_gt: stagingbnb_Bytes + executedTransactionHash_lt: stagingbnb_Bytes + executedTransactionHash_gte: stagingbnb_Bytes + executedTransactionHash_lte: stagingbnb_Bytes + executedTransactionHash_in: [stagingbnb_Bytes!] + executedTransactionHash_not_in: [stagingbnb_Bytes!] + executedTransactionHash_contains: stagingbnb_Bytes + executedTransactionHash_not_contains: stagingbnb_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -119385,16 +117976,16 @@ input avalanche_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: avalanche_Bytes - executedTxOrigin_not: avalanche_Bytes - executedTxOrigin_gt: avalanche_Bytes - executedTxOrigin_lt: avalanche_Bytes - executedTxOrigin_gte: avalanche_Bytes - executedTxOrigin_lte: avalanche_Bytes - executedTxOrigin_in: [avalanche_Bytes!] - executedTxOrigin_not_in: [avalanche_Bytes!] - executedTxOrigin_contains: avalanche_Bytes - executedTxOrigin_not_contains: avalanche_Bytes + executedTxOrigin: stagingbnb_Bytes + executedTxOrigin_not: stagingbnb_Bytes + executedTxOrigin_gt: stagingbnb_Bytes + executedTxOrigin_lt: stagingbnb_Bytes + executedTxOrigin_gte: stagingbnb_Bytes + executedTxOrigin_lte: stagingbnb_Bytes + executedTxOrigin_in: [stagingbnb_Bytes!] + executedTxOrigin_not_in: [stagingbnb_Bytes!] + executedTxOrigin_contains: stagingbnb_Bytes + executedTxOrigin_not_contains: stagingbnb_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -119403,26 +117994,26 @@ input avalanche_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: avalanche_Bytes - reconciledCaller_not: avalanche_Bytes - reconciledCaller_gt: avalanche_Bytes - reconciledCaller_lt: avalanche_Bytes - reconciledCaller_gte: avalanche_Bytes - reconciledCaller_lte: avalanche_Bytes - reconciledCaller_in: [avalanche_Bytes!] - reconciledCaller_not_in: [avalanche_Bytes!] - reconciledCaller_contains: avalanche_Bytes - reconciledCaller_not_contains: avalanche_Bytes - reconciledTransactionHash: avalanche_Bytes - reconciledTransactionHash_not: avalanche_Bytes - reconciledTransactionHash_gt: avalanche_Bytes - reconciledTransactionHash_lt: avalanche_Bytes - reconciledTransactionHash_gte: avalanche_Bytes - reconciledTransactionHash_lte: avalanche_Bytes - reconciledTransactionHash_in: [avalanche_Bytes!] - reconciledTransactionHash_not_in: [avalanche_Bytes!] - reconciledTransactionHash_contains: avalanche_Bytes - reconciledTransactionHash_not_contains: avalanche_Bytes + reconciledCaller: stagingbnb_Bytes + reconciledCaller_not: stagingbnb_Bytes + reconciledCaller_gt: stagingbnb_Bytes + reconciledCaller_lt: stagingbnb_Bytes + reconciledCaller_gte: stagingbnb_Bytes + reconciledCaller_lte: stagingbnb_Bytes + reconciledCaller_in: [stagingbnb_Bytes!] + reconciledCaller_not_in: [stagingbnb_Bytes!] + reconciledCaller_contains: stagingbnb_Bytes + reconciledCaller_not_contains: stagingbnb_Bytes + reconciledTransactionHash: stagingbnb_Bytes + reconciledTransactionHash_not: stagingbnb_Bytes + reconciledTransactionHash_gt: stagingbnb_Bytes + reconciledTransactionHash_lt: stagingbnb_Bytes + reconciledTransactionHash_gte: stagingbnb_Bytes + reconciledTransactionHash_lte: stagingbnb_Bytes + reconciledTransactionHash_in: [stagingbnb_Bytes!] + reconciledTransactionHash_not_in: [stagingbnb_Bytes!] + reconciledTransactionHash_contains: stagingbnb_Bytes + reconciledTransactionHash_not_contains: stagingbnb_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -119455,16 +118046,16 @@ input avalanche_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: avalanche_Bytes - reconciledTxOrigin_not: avalanche_Bytes - reconciledTxOrigin_gt: avalanche_Bytes - reconciledTxOrigin_lt: avalanche_Bytes - reconciledTxOrigin_gte: avalanche_Bytes - reconciledTxOrigin_lte: avalanche_Bytes - reconciledTxOrigin_in: [avalanche_Bytes!] - reconciledTxOrigin_not_in: [avalanche_Bytes!] - reconciledTxOrigin_contains: avalanche_Bytes - reconciledTxOrigin_not_contains: avalanche_Bytes + reconciledTxOrigin: stagingbnb_Bytes + reconciledTxOrigin_not: stagingbnb_Bytes + reconciledTxOrigin_gt: stagingbnb_Bytes + reconciledTxOrigin_lt: stagingbnb_Bytes + reconciledTxOrigin_gte: stagingbnb_Bytes + reconciledTxOrigin_lte: stagingbnb_Bytes + reconciledTxOrigin_in: [stagingbnb_Bytes!] + reconciledTxOrigin_not_in: [stagingbnb_Bytes!] + reconciledTxOrigin_contains: stagingbnb_Bytes + reconciledTxOrigin_not_contains: stagingbnb_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -119474,12 +118065,12 @@ input avalanche_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_DestinationTransfer_filter] - or: [avalanche_DestinationTransfer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_DestinationTransfer_filter] + or: [stagingbnb_DestinationTransfer_filter] } -enum avalanche_DestinationTransfer_orderBy { +enum stagingbnb_DestinationTransfer_orderBy { id chainId transferId @@ -119533,16 +118124,16 @@ enum avalanche_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar avalanche_Int8 +scalar stagingbnb_Int8 -type avalanche_OptimisticRootFinalized { +type stagingbnb_OptimisticRootFinalized { id: ID! - aggregateRoot: avalanche_Bytes! + aggregateRoot: stagingbnb_Bytes! timestamp: BigInt! blockNumber: BigInt } -input avalanche_OptimisticRootFinalized_filter { +input stagingbnb_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -119551,16 +118142,16 @@ input avalanche_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: avalanche_Bytes - aggregateRoot_not: avalanche_Bytes - aggregateRoot_gt: avalanche_Bytes - aggregateRoot_lt: avalanche_Bytes - aggregateRoot_gte: avalanche_Bytes - aggregateRoot_lte: avalanche_Bytes - aggregateRoot_in: [avalanche_Bytes!] - aggregateRoot_not_in: [avalanche_Bytes!] - aggregateRoot_contains: avalanche_Bytes - aggregateRoot_not_contains: avalanche_Bytes + aggregateRoot: stagingbnb_Bytes + aggregateRoot_not: stagingbnb_Bytes + aggregateRoot_gt: stagingbnb_Bytes + aggregateRoot_lt: stagingbnb_Bytes + aggregateRoot_gte: stagingbnb_Bytes + aggregateRoot_lte: stagingbnb_Bytes + aggregateRoot_in: [stagingbnb_Bytes!] + aggregateRoot_not_in: [stagingbnb_Bytes!] + aggregateRoot_contains: stagingbnb_Bytes + aggregateRoot_not_contains: stagingbnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -119578,12 +118169,12 @@ input avalanche_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_OptimisticRootFinalized_filter] - or: [avalanche_OptimisticRootFinalized_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OptimisticRootFinalized_filter] + or: [stagingbnb_OptimisticRootFinalized_filter] } -enum avalanche_OptimisticRootFinalized_orderBy { +enum stagingbnb_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -119591,25 +118182,25 @@ enum avalanche_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum avalanche_OrderDirection { +enum stagingbnb_OrderDirection { asc desc } -type avalanche_OriginMessage { +type stagingbnb_OriginMessage { id: ID! - transferId: avalanche_Bytes + transferId: stagingbnb_Bytes destinationDomain: BigInt - leaf: avalanche_Bytes + leaf: stagingbnb_Bytes index: BigInt - message: avalanche_Bytes - root: avalanche_Bytes - transactionHash: avalanche_Bytes + message: stagingbnb_Bytes + root: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes blockNumber: BigInt - rootCount: avalanche_RootCount + rootCount: stagingbnb_RootCount } -input avalanche_OriginMessage_filter { +input stagingbnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -119618,16 +118209,16 @@ input avalanche_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: avalanche_Bytes - transferId_not: avalanche_Bytes - transferId_gt: avalanche_Bytes - transferId_lt: avalanche_Bytes - transferId_gte: avalanche_Bytes - transferId_lte: avalanche_Bytes - transferId_in: [avalanche_Bytes!] - transferId_not_in: [avalanche_Bytes!] - transferId_contains: avalanche_Bytes - transferId_not_contains: avalanche_Bytes + transferId: stagingbnb_Bytes + transferId_not: stagingbnb_Bytes + transferId_gt: stagingbnb_Bytes + transferId_lt: stagingbnb_Bytes + transferId_gte: stagingbnb_Bytes + transferId_lte: stagingbnb_Bytes + transferId_in: [stagingbnb_Bytes!] + transferId_not_in: [stagingbnb_Bytes!] + transferId_contains: stagingbnb_Bytes + transferId_not_contains: stagingbnb_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -119636,16 +118227,16 @@ input avalanche_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: avalanche_Bytes - leaf_not: avalanche_Bytes - leaf_gt: avalanche_Bytes - leaf_lt: avalanche_Bytes - leaf_gte: avalanche_Bytes - leaf_lte: avalanche_Bytes - leaf_in: [avalanche_Bytes!] - leaf_not_in: [avalanche_Bytes!] - leaf_contains: avalanche_Bytes - leaf_not_contains: avalanche_Bytes + leaf: stagingbnb_Bytes + leaf_not: stagingbnb_Bytes + leaf_gt: stagingbnb_Bytes + leaf_lt: stagingbnb_Bytes + leaf_gte: stagingbnb_Bytes + leaf_lte: stagingbnb_Bytes + leaf_in: [stagingbnb_Bytes!] + leaf_not_in: [stagingbnb_Bytes!] + leaf_contains: stagingbnb_Bytes + leaf_not_contains: stagingbnb_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -119654,36 +118245,36 @@ input avalanche_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: avalanche_Bytes - message_not: avalanche_Bytes - message_gt: avalanche_Bytes - message_lt: avalanche_Bytes - message_gte: avalanche_Bytes - message_lte: avalanche_Bytes - message_in: [avalanche_Bytes!] - message_not_in: [avalanche_Bytes!] - message_contains: avalanche_Bytes - message_not_contains: avalanche_Bytes - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + message: stagingbnb_Bytes + message_not: stagingbnb_Bytes + message_gt: stagingbnb_Bytes + message_lt: stagingbnb_Bytes + message_gte: stagingbnb_Bytes + message_lte: stagingbnb_Bytes + message_in: [stagingbnb_Bytes!] + message_not_in: [stagingbnb_Bytes!] + message_contains: stagingbnb_Bytes + message_not_contains: stagingbnb_Bytes + root: stagingbnb_Bytes + root_not: stagingbnb_Bytes + root_gt: stagingbnb_Bytes + root_lt: stagingbnb_Bytes + root_gte: stagingbnb_Bytes + root_lte: stagingbnb_Bytes + root_in: [stagingbnb_Bytes!] + root_not_in: [stagingbnb_Bytes!] + root_contains: stagingbnb_Bytes + root_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -119712,14 +118303,14 @@ input avalanche_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: avalanche_RootCount_filter + rootCount_: stagingbnb_RootCount_filter """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_OriginMessage_filter] - or: [avalanche_OriginMessage_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OriginMessage_filter] + or: [stagingbnb_OriginMessage_filter] } -enum avalanche_OriginMessage_orderBy { +enum stagingbnb_OriginMessage_orderBy { id transferId destinationDomain @@ -119734,42 +118325,42 @@ enum avalanche_OriginMessage_orderBy { rootCount__count } -type avalanche_OriginTransfer { +type stagingbnb_OriginTransfer { id: ID! chainId: BigInt - transferId: avalanche_Bytes + transferId: stagingbnb_Bytes nonce: BigInt - status: avalanche_TransferStatus - messageHash: avalanche_Bytes + status: stagingbnb_TransferStatus + messageHash: stagingbnb_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: avalanche_Bytes - delegate: avalanche_Bytes + to: stagingbnb_Bytes + delegate: stagingbnb_Bytes receiveLocal: Boolean - callData: avalanche_Bytes + callData: stagingbnb_Bytes slippage: BigInt - originSender: avalanche_Bytes + originSender: stagingbnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: avalanche_Bytes - asset: avalanche_Asset - transactingAsset: avalanche_Bytes - message: avalanche_OriginMessage + canonicalId: stagingbnb_Bytes + asset: stagingbnb_Asset + transactingAsset: stagingbnb_Bytes + message: stagingbnb_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: avalanche_RelayerFee_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_RelayerFee_filter): [avalanche_RelayerFee!] - initialRelayerFeeAsset: avalanche_Bytes - caller: avalanche_Bytes - transactionHash: avalanche_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_RelayerFee_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_RelayerFee_filter): [stagingbnb_RelayerFee!] + initialRelayerFeeAsset: stagingbnb_Bytes + caller: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: avalanche_Bytes + txOrigin: stagingbnb_Bytes txNonce: BigInt } -input avalanche_OriginTransfer_filter { +input stagingbnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -119786,16 +118377,16 @@ input avalanche_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: avalanche_Bytes - transferId_not: avalanche_Bytes - transferId_gt: avalanche_Bytes - transferId_lt: avalanche_Bytes - transferId_gte: avalanche_Bytes - transferId_lte: avalanche_Bytes - transferId_in: [avalanche_Bytes!] - transferId_not_in: [avalanche_Bytes!] - transferId_contains: avalanche_Bytes - transferId_not_contains: avalanche_Bytes + transferId: stagingbnb_Bytes + transferId_not: stagingbnb_Bytes + transferId_gt: stagingbnb_Bytes + transferId_lt: stagingbnb_Bytes + transferId_gte: stagingbnb_Bytes + transferId_lte: stagingbnb_Bytes + transferId_in: [stagingbnb_Bytes!] + transferId_not_in: [stagingbnb_Bytes!] + transferId_contains: stagingbnb_Bytes + transferId_not_contains: stagingbnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -119804,20 +118395,20 @@ input avalanche_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: avalanche_TransferStatus - status_not: avalanche_TransferStatus - status_in: [avalanche_TransferStatus!] - status_not_in: [avalanche_TransferStatus!] - messageHash: avalanche_Bytes - messageHash_not: avalanche_Bytes - messageHash_gt: avalanche_Bytes - messageHash_lt: avalanche_Bytes - messageHash_gte: avalanche_Bytes - messageHash_lte: avalanche_Bytes - messageHash_in: [avalanche_Bytes!] - messageHash_not_in: [avalanche_Bytes!] - messageHash_contains: avalanche_Bytes - messageHash_not_contains: avalanche_Bytes + status: stagingbnb_TransferStatus + status_not: stagingbnb_TransferStatus + status_in: [stagingbnb_TransferStatus!] + status_not_in: [stagingbnb_TransferStatus!] + messageHash: stagingbnb_Bytes + messageHash_not: stagingbnb_Bytes + messageHash_gt: stagingbnb_Bytes + messageHash_lt: stagingbnb_Bytes + messageHash_gte: stagingbnb_Bytes + messageHash_lte: stagingbnb_Bytes + messageHash_in: [stagingbnb_Bytes!] + messageHash_not_in: [stagingbnb_Bytes!] + messageHash_contains: stagingbnb_Bytes + messageHash_not_contains: stagingbnb_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -119842,40 +118433,40 @@ input avalanche_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: avalanche_Bytes - to_not: avalanche_Bytes - to_gt: avalanche_Bytes - to_lt: avalanche_Bytes - to_gte: avalanche_Bytes - to_lte: avalanche_Bytes - to_in: [avalanche_Bytes!] - to_not_in: [avalanche_Bytes!] - to_contains: avalanche_Bytes - to_not_contains: avalanche_Bytes - delegate: avalanche_Bytes - delegate_not: avalanche_Bytes - delegate_gt: avalanche_Bytes - delegate_lt: avalanche_Bytes - delegate_gte: avalanche_Bytes - delegate_lte: avalanche_Bytes - delegate_in: [avalanche_Bytes!] - delegate_not_in: [avalanche_Bytes!] - delegate_contains: avalanche_Bytes - delegate_not_contains: avalanche_Bytes + to: stagingbnb_Bytes + to_not: stagingbnb_Bytes + to_gt: stagingbnb_Bytes + to_lt: stagingbnb_Bytes + to_gte: stagingbnb_Bytes + to_lte: stagingbnb_Bytes + to_in: [stagingbnb_Bytes!] + to_not_in: [stagingbnb_Bytes!] + to_contains: stagingbnb_Bytes + to_not_contains: stagingbnb_Bytes + delegate: stagingbnb_Bytes + delegate_not: stagingbnb_Bytes + delegate_gt: stagingbnb_Bytes + delegate_lt: stagingbnb_Bytes + delegate_gte: stagingbnb_Bytes + delegate_lte: stagingbnb_Bytes + delegate_in: [stagingbnb_Bytes!] + delegate_not_in: [stagingbnb_Bytes!] + delegate_contains: stagingbnb_Bytes + delegate_not_contains: stagingbnb_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: avalanche_Bytes - callData_not: avalanche_Bytes - callData_gt: avalanche_Bytes - callData_lt: avalanche_Bytes - callData_gte: avalanche_Bytes - callData_lte: avalanche_Bytes - callData_in: [avalanche_Bytes!] - callData_not_in: [avalanche_Bytes!] - callData_contains: avalanche_Bytes - callData_not_contains: avalanche_Bytes + callData: stagingbnb_Bytes + callData_not: stagingbnb_Bytes + callData_gt: stagingbnb_Bytes + callData_lt: stagingbnb_Bytes + callData_gte: stagingbnb_Bytes + callData_lte: stagingbnb_Bytes + callData_in: [stagingbnb_Bytes!] + callData_not_in: [stagingbnb_Bytes!] + callData_contains: stagingbnb_Bytes + callData_not_contains: stagingbnb_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -119884,16 +118475,16 @@ input avalanche_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: avalanche_Bytes - originSender_not: avalanche_Bytes - originSender_gt: avalanche_Bytes - originSender_lt: avalanche_Bytes - originSender_gte: avalanche_Bytes - originSender_lte: avalanche_Bytes - originSender_in: [avalanche_Bytes!] - originSender_not_in: [avalanche_Bytes!] - originSender_contains: avalanche_Bytes - originSender_not_contains: avalanche_Bytes + originSender: stagingbnb_Bytes + originSender_not: stagingbnb_Bytes + originSender_gt: stagingbnb_Bytes + originSender_lt: stagingbnb_Bytes + originSender_gte: stagingbnb_Bytes + originSender_lte: stagingbnb_Bytes + originSender_in: [stagingbnb_Bytes!] + originSender_not_in: [stagingbnb_Bytes!] + originSender_contains: stagingbnb_Bytes + originSender_not_contains: stagingbnb_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -119910,16 +118501,16 @@ input avalanche_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: avalanche_Bytes - canonicalId_not: avalanche_Bytes - canonicalId_gt: avalanche_Bytes - canonicalId_lt: avalanche_Bytes - canonicalId_gte: avalanche_Bytes - canonicalId_lte: avalanche_Bytes - canonicalId_in: [avalanche_Bytes!] - canonicalId_not_in: [avalanche_Bytes!] - canonicalId_contains: avalanche_Bytes - canonicalId_not_contains: avalanche_Bytes + canonicalId: stagingbnb_Bytes + canonicalId_not: stagingbnb_Bytes + canonicalId_gt: stagingbnb_Bytes + canonicalId_lt: stagingbnb_Bytes + canonicalId_gte: stagingbnb_Bytes + canonicalId_lte: stagingbnb_Bytes + canonicalId_in: [stagingbnb_Bytes!] + canonicalId_not_in: [stagingbnb_Bytes!] + canonicalId_contains: stagingbnb_Bytes + canonicalId_not_contains: stagingbnb_Bytes asset: String asset_not: String asset_gt: String @@ -119940,17 +118531,17 @@ input avalanche_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter - transactingAsset: avalanche_Bytes - transactingAsset_not: avalanche_Bytes - transactingAsset_gt: avalanche_Bytes - transactingAsset_lt: avalanche_Bytes - transactingAsset_gte: avalanche_Bytes - transactingAsset_lte: avalanche_Bytes - transactingAsset_in: [avalanche_Bytes!] - transactingAsset_not_in: [avalanche_Bytes!] - transactingAsset_contains: avalanche_Bytes - transactingAsset_not_contains: avalanche_Bytes + asset_: stagingbnb_Asset_filter + transactingAsset: stagingbnb_Bytes + transactingAsset_not: stagingbnb_Bytes + transactingAsset_gt: stagingbnb_Bytes + transactingAsset_lt: stagingbnb_Bytes + transactingAsset_gte: stagingbnb_Bytes + transactingAsset_lte: stagingbnb_Bytes + transactingAsset_in: [stagingbnb_Bytes!] + transactingAsset_not_in: [stagingbnb_Bytes!] + transactingAsset_contains: stagingbnb_Bytes + transactingAsset_not_contains: stagingbnb_Bytes message: String message_not: String message_gt: String @@ -119971,7 +118562,7 @@ input avalanche_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: avalanche_OriginMessage_filter + message_: stagingbnb_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -119986,37 +118577,37 @@ input avalanche_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: avalanche_RelayerFee_filter - initialRelayerFeeAsset: avalanche_Bytes - initialRelayerFeeAsset_not: avalanche_Bytes - initialRelayerFeeAsset_gt: avalanche_Bytes - initialRelayerFeeAsset_lt: avalanche_Bytes - initialRelayerFeeAsset_gte: avalanche_Bytes - initialRelayerFeeAsset_lte: avalanche_Bytes - initialRelayerFeeAsset_in: [avalanche_Bytes!] - initialRelayerFeeAsset_not_in: [avalanche_Bytes!] - initialRelayerFeeAsset_contains: avalanche_Bytes - initialRelayerFeeAsset_not_contains: avalanche_Bytes - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + relayerFees_: stagingbnb_RelayerFee_filter + initialRelayerFeeAsset: stagingbnb_Bytes + initialRelayerFeeAsset_not: stagingbnb_Bytes + initialRelayerFeeAsset_gt: stagingbnb_Bytes + initialRelayerFeeAsset_lt: stagingbnb_Bytes + initialRelayerFeeAsset_gte: stagingbnb_Bytes + initialRelayerFeeAsset_lte: stagingbnb_Bytes + initialRelayerFeeAsset_in: [stagingbnb_Bytes!] + initialRelayerFeeAsset_not_in: [stagingbnb_Bytes!] + initialRelayerFeeAsset_contains: stagingbnb_Bytes + initialRelayerFeeAsset_not_contains: stagingbnb_Bytes + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -120049,16 +118640,16 @@ input avalanche_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: avalanche_Bytes - txOrigin_not: avalanche_Bytes - txOrigin_gt: avalanche_Bytes - txOrigin_lt: avalanche_Bytes - txOrigin_gte: avalanche_Bytes - txOrigin_lte: avalanche_Bytes - txOrigin_in: [avalanche_Bytes!] - txOrigin_not_in: [avalanche_Bytes!] - txOrigin_contains: avalanche_Bytes - txOrigin_not_contains: avalanche_Bytes + txOrigin: stagingbnb_Bytes + txOrigin_not: stagingbnb_Bytes + txOrigin_gt: stagingbnb_Bytes + txOrigin_lt: stagingbnb_Bytes + txOrigin_gte: stagingbnb_Bytes + txOrigin_lte: stagingbnb_Bytes + txOrigin_in: [stagingbnb_Bytes!] + txOrigin_not_in: [stagingbnb_Bytes!] + txOrigin_contains: stagingbnb_Bytes + txOrigin_not_contains: stagingbnb_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -120068,12 +118659,12 @@ input avalanche_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_OriginTransfer_filter] - or: [avalanche_OriginTransfer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OriginTransfer_filter] + or: [stagingbnb_OriginTransfer_filter] } -enum avalanche_OriginTransfer_orderBy { +enum stagingbnb_OriginTransfer_orderBy { id chainId transferId @@ -120126,20 +118717,20 @@ enum avalanche_OriginTransfer_orderBy { txNonce } -type avalanche_Relayer { +type stagingbnb_Relayer { id: ID! isActive: Boolean! - relayer: avalanche_Bytes + relayer: stagingbnb_Bytes } -type avalanche_RelayerFee { +type stagingbnb_RelayerFee { id: ID! - transfer: avalanche_OriginTransfer! + transfer: stagingbnb_OriginTransfer! fee: BigInt! - asset: avalanche_Bytes! + asset: stagingbnb_Bytes! } -input avalanche_RelayerFee_filter { +input stagingbnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -120168,7 +118759,7 @@ input avalanche_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: avalanche_OriginTransfer_filter + transfer_: stagingbnb_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -120177,23 +118768,23 @@ input avalanche_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: avalanche_Bytes - asset_not: avalanche_Bytes - asset_gt: avalanche_Bytes - asset_lt: avalanche_Bytes - asset_gte: avalanche_Bytes - asset_lte: avalanche_Bytes - asset_in: [avalanche_Bytes!] - asset_not_in: [avalanche_Bytes!] - asset_contains: avalanche_Bytes - asset_not_contains: avalanche_Bytes + asset: stagingbnb_Bytes + asset_not: stagingbnb_Bytes + asset_gt: stagingbnb_Bytes + asset_lt: stagingbnb_Bytes + asset_gte: stagingbnb_Bytes + asset_lte: stagingbnb_Bytes + asset_in: [stagingbnb_Bytes!] + asset_not_in: [stagingbnb_Bytes!] + asset_contains: stagingbnb_Bytes + asset_not_contains: stagingbnb_Bytes """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RelayerFee_filter] - or: [avalanche_RelayerFee_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RelayerFee_filter] + or: [stagingbnb_RelayerFee_filter] } -enum avalanche_RelayerFee_orderBy { +enum stagingbnb_RelayerFee_orderBy { id transfer transfer__id @@ -120229,20 +118820,20 @@ enum avalanche_RelayerFee_orderBy { asset } -type avalanche_RelayerFeesIncrease { +type stagingbnb_RelayerFeesIncrease { id: ID! - transfer: avalanche_OriginTransfer! + transfer: stagingbnb_OriginTransfer! increase: BigInt - asset: avalanche_Bytes - caller: avalanche_Bytes! - transactionHash: avalanche_Bytes! + asset: stagingbnb_Bytes + caller: stagingbnb_Bytes! + transactionHash: stagingbnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input avalanche_RelayerFeesIncrease_filter { +input stagingbnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -120271,7 +118862,7 @@ input avalanche_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: avalanche_OriginTransfer_filter + transfer_: stagingbnb_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -120280,36 +118871,36 @@ input avalanche_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: avalanche_Bytes - asset_not: avalanche_Bytes - asset_gt: avalanche_Bytes - asset_lt: avalanche_Bytes - asset_gte: avalanche_Bytes - asset_lte: avalanche_Bytes - asset_in: [avalanche_Bytes!] - asset_not_in: [avalanche_Bytes!] - asset_contains: avalanche_Bytes - asset_not_contains: avalanche_Bytes - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + asset: stagingbnb_Bytes + asset_not: stagingbnb_Bytes + asset_gt: stagingbnb_Bytes + asset_lt: stagingbnb_Bytes + asset_gte: stagingbnb_Bytes + asset_lte: stagingbnb_Bytes + asset_in: [stagingbnb_Bytes!] + asset_not_in: [stagingbnb_Bytes!] + asset_contains: stagingbnb_Bytes + asset_not_contains: stagingbnb_Bytes + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -120343,12 +118934,12 @@ input avalanche_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RelayerFeesIncrease_filter] - or: [avalanche_RelayerFeesIncrease_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RelayerFeesIncrease_filter] + or: [stagingbnb_RelayerFeesIncrease_filter] } -enum avalanche_RelayerFeesIncrease_orderBy { +enum stagingbnb_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -120390,7 +118981,7 @@ enum avalanche_RelayerFeesIncrease_orderBy { blockNumber } -input avalanche_Relayer_filter { +input stagingbnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -120403,34 +118994,34 @@ input avalanche_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: avalanche_Bytes - relayer_not: avalanche_Bytes - relayer_gt: avalanche_Bytes - relayer_lt: avalanche_Bytes - relayer_gte: avalanche_Bytes - relayer_lte: avalanche_Bytes - relayer_in: [avalanche_Bytes!] - relayer_not_in: [avalanche_Bytes!] - relayer_contains: avalanche_Bytes - relayer_not_contains: avalanche_Bytes + relayer: stagingbnb_Bytes + relayer_not: stagingbnb_Bytes + relayer_gt: stagingbnb_Bytes + relayer_lt: stagingbnb_Bytes + relayer_gte: stagingbnb_Bytes + relayer_lte: stagingbnb_Bytes + relayer_in: [stagingbnb_Bytes!] + relayer_not_in: [stagingbnb_Bytes!] + relayer_contains: stagingbnb_Bytes + relayer_not_contains: stagingbnb_Bytes """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Relayer_filter] - or: [avalanche_Relayer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Relayer_filter] + or: [stagingbnb_Relayer_filter] } -enum avalanche_Relayer_orderBy { +enum stagingbnb_Relayer_orderBy { id isActive relayer } -type avalanche_RootCount { +type stagingbnb_RootCount { id: ID! count: BigInt } -input avalanche_RootCount_filter { +input stagingbnb_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -120448,31 +119039,31 @@ input avalanche_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RootCount_filter] - or: [avalanche_RootCount_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RootCount_filter] + or: [stagingbnb_RootCount_filter] } -enum avalanche_RootCount_orderBy { +enum stagingbnb_RootCount_orderBy { id count } -type avalanche_RootMessageSent { +type stagingbnb_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: avalanche_Bytes + root: stagingbnb_Bytes count: BigInt - caller: avalanche_Bytes - transactionHash: avalanche_Bytes + caller: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input avalanche_RootMessageSent_filter { +input stagingbnb_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -120497,16 +119088,16 @@ input avalanche_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes + root: stagingbnb_Bytes + root_not: stagingbnb_Bytes + root_gt: stagingbnb_Bytes + root_lt: stagingbnb_Bytes + root_gte: stagingbnb_Bytes + root_lte: stagingbnb_Bytes + root_in: [stagingbnb_Bytes!] + root_not_in: [stagingbnb_Bytes!] + root_contains: stagingbnb_Bytes + root_not_contains: stagingbnb_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -120515,26 +119106,26 @@ input avalanche_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -120568,12 +119159,12 @@ input avalanche_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RootMessageSent_filter] - or: [avalanche_RootMessageSent_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RootMessageSent_filter] + or: [stagingbnb_RootMessageSent_filter] } -enum avalanche_RootMessageSent_orderBy { +enum stagingbnb_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -120587,25 +119178,25 @@ enum avalanche_RootMessageSent_orderBy { blockNumber } -type avalanche_Router { +type stagingbnb_Router { id: ID! isActive: Boolean! - owner: avalanche_Bytes - recipient: avalanche_Bytes - proposedOwner: avalanche_Bytes + owner: stagingbnb_Bytes + recipient: stagingbnb_Bytes + proposedOwner: stagingbnb_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: avalanche_AssetBalance_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_AssetBalance_filter): [avalanche_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_AssetBalance_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_AssetBalance_filter): [stagingbnb_AssetBalance!]! } -type avalanche_RouterDailyTVL { +type stagingbnb_RouterDailyTVL { id: ID! - router: avalanche_Router! - asset: avalanche_Asset! + router: stagingbnb_Router! + asset: stagingbnb_Asset! timestamp: BigInt! balance: BigInt! } -input avalanche_RouterDailyTVL_filter { +input stagingbnb_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -120634,7 +119225,7 @@ input avalanche_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: avalanche_Router_filter + router_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -120655,7 +119246,7 @@ input avalanche_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: stagingbnb_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -120673,12 +119264,12 @@ input avalanche_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RouterDailyTVL_filter] - or: [avalanche_RouterDailyTVL_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RouterDailyTVL_filter] + or: [stagingbnb_RouterDailyTVL_filter] } -enum avalanche_RouterDailyTVL_orderBy { +enum stagingbnb_RouterDailyTVL_orderBy { id router router__id @@ -120701,26 +119292,26 @@ enum avalanche_RouterDailyTVL_orderBy { balance } -type avalanche_RouterLiquidityEvent { +type stagingbnb_RouterLiquidityEvent { id: ID! - type: avalanche_RouterLiquidityEventType - router: avalanche_Router! - asset: avalanche_Asset! + type: stagingbnb_RouterLiquidityEventType + router: stagingbnb_Router! + asset: stagingbnb_Asset! amount: BigInt! balance: BigInt! - caller: avalanche_Bytes + caller: stagingbnb_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: avalanche_Bytes! + transactionHash: stagingbnb_Bytes! nonce: BigInt! } -enum avalanche_RouterLiquidityEventType { +enum stagingbnb_RouterLiquidityEventType { Add Remove } -input avalanche_RouterLiquidityEvent_filter { +input stagingbnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -120729,10 +119320,10 @@ input avalanche_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: avalanche_RouterLiquidityEventType - type_not: avalanche_RouterLiquidityEventType - type_in: [avalanche_RouterLiquidityEventType!] - type_not_in: [avalanche_RouterLiquidityEventType!] + type: stagingbnb_RouterLiquidityEventType + type_not: stagingbnb_RouterLiquidityEventType + type_in: [stagingbnb_RouterLiquidityEventType!] + type_not_in: [stagingbnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -120753,7 +119344,7 @@ input avalanche_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: avalanche_Router_filter + router_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -120774,7 +119365,7 @@ input avalanche_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: avalanche_Asset_filter + asset_: stagingbnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -120791,16 +119382,16 @@ input avalanche_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -120817,16 +119408,16 @@ input avalanche_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -120836,12 +119427,12 @@ input avalanche_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_RouterLiquidityEvent_filter] - or: [avalanche_RouterLiquidityEvent_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RouterLiquidityEvent_filter] + or: [stagingbnb_RouterLiquidityEvent_filter] } -enum avalanche_RouterLiquidityEvent_orderBy { +enum stagingbnb_RouterLiquidityEvent_orderBy { id type router @@ -120870,7 +119461,7 @@ enum avalanche_RouterLiquidityEvent_orderBy { nonce } -input avalanche_Router_filter { +input stagingbnb_Router_filter { id: ID id_not: ID id_gt: ID @@ -120883,36 +119474,36 @@ input avalanche_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: avalanche_Bytes - owner_not: avalanche_Bytes - owner_gt: avalanche_Bytes - owner_lt: avalanche_Bytes - owner_gte: avalanche_Bytes - owner_lte: avalanche_Bytes - owner_in: [avalanche_Bytes!] - owner_not_in: [avalanche_Bytes!] - owner_contains: avalanche_Bytes - owner_not_contains: avalanche_Bytes - recipient: avalanche_Bytes - recipient_not: avalanche_Bytes - recipient_gt: avalanche_Bytes - recipient_lt: avalanche_Bytes - recipient_gte: avalanche_Bytes - recipient_lte: avalanche_Bytes - recipient_in: [avalanche_Bytes!] - recipient_not_in: [avalanche_Bytes!] - recipient_contains: avalanche_Bytes - recipient_not_contains: avalanche_Bytes - proposedOwner: avalanche_Bytes - proposedOwner_not: avalanche_Bytes - proposedOwner_gt: avalanche_Bytes - proposedOwner_lt: avalanche_Bytes - proposedOwner_gte: avalanche_Bytes - proposedOwner_lte: avalanche_Bytes - proposedOwner_in: [avalanche_Bytes!] - proposedOwner_not_in: [avalanche_Bytes!] - proposedOwner_contains: avalanche_Bytes - proposedOwner_not_contains: avalanche_Bytes + owner: stagingbnb_Bytes + owner_not: stagingbnb_Bytes + owner_gt: stagingbnb_Bytes + owner_lt: stagingbnb_Bytes + owner_gte: stagingbnb_Bytes + owner_lte: stagingbnb_Bytes + owner_in: [stagingbnb_Bytes!] + owner_not_in: [stagingbnb_Bytes!] + owner_contains: stagingbnb_Bytes + owner_not_contains: stagingbnb_Bytes + recipient: stagingbnb_Bytes + recipient_not: stagingbnb_Bytes + recipient_gt: stagingbnb_Bytes + recipient_lt: stagingbnb_Bytes + recipient_gte: stagingbnb_Bytes + recipient_lte: stagingbnb_Bytes + recipient_in: [stagingbnb_Bytes!] + recipient_not_in: [stagingbnb_Bytes!] + recipient_contains: stagingbnb_Bytes + recipient_not_contains: stagingbnb_Bytes + proposedOwner: stagingbnb_Bytes + proposedOwner_not: stagingbnb_Bytes + proposedOwner_gt: stagingbnb_Bytes + proposedOwner_lt: stagingbnb_Bytes + proposedOwner_gte: stagingbnb_Bytes + proposedOwner_lte: stagingbnb_Bytes + proposedOwner_in: [stagingbnb_Bytes!] + proposedOwner_not_in: [stagingbnb_Bytes!] + proposedOwner_contains: stagingbnb_Bytes + proposedOwner_not_contains: stagingbnb_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -120921,14 +119512,14 @@ input avalanche_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: avalanche_AssetBalance_filter + assetBalances_: stagingbnb_AssetBalance_filter """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Router_filter] - or: [avalanche_Router_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Router_filter] + or: [stagingbnb_Router_filter] } -enum avalanche_Router_orderBy { +enum stagingbnb_Router_orderBy { id isActive owner @@ -120938,13 +119529,13 @@ enum avalanche_Router_orderBy { assetBalances } -type avalanche_Sequencer { +type stagingbnb_Sequencer { id: ID! isActive: Boolean! - sequencer: avalanche_Bytes + sequencer: stagingbnb_Bytes } -input avalanche_Sequencer_filter { +input stagingbnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -120957,35 +119548,35 @@ input avalanche_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: avalanche_Bytes - sequencer_not: avalanche_Bytes - sequencer_gt: avalanche_Bytes - sequencer_lt: avalanche_Bytes - sequencer_gte: avalanche_Bytes - sequencer_lte: avalanche_Bytes - sequencer_in: [avalanche_Bytes!] - sequencer_not_in: [avalanche_Bytes!] - sequencer_contains: avalanche_Bytes - sequencer_not_contains: avalanche_Bytes + sequencer: stagingbnb_Bytes + sequencer_not: stagingbnb_Bytes + sequencer_gt: stagingbnb_Bytes + sequencer_lt: stagingbnb_Bytes + sequencer_gte: stagingbnb_Bytes + sequencer_lte: stagingbnb_Bytes + sequencer_in: [stagingbnb_Bytes!] + sequencer_not_in: [stagingbnb_Bytes!] + sequencer_contains: stagingbnb_Bytes + sequencer_not_contains: stagingbnb_Bytes """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Sequencer_filter] - or: [avalanche_Sequencer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Sequencer_filter] + or: [stagingbnb_Sequencer_filter] } -enum avalanche_Sequencer_orderBy { +enum stagingbnb_Sequencer_orderBy { id isActive sequencer } -type avalanche_Setting { +type stagingbnb_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: avalanche_Bytes! + caller: stagingbnb_Bytes! } -input avalanche_Setting_filter { +input stagingbnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -121002,41 +119593,41 @@ input avalanche_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_Setting_filter] - or: [avalanche_Setting_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Setting_filter] + or: [stagingbnb_Setting_filter] } -enum avalanche_Setting_orderBy { +enum stagingbnb_Setting_orderBy { id maxRoutersPerTransfer caller } -type avalanche_SlippageUpdate { +type stagingbnb_SlippageUpdate { id: ID! - transfer: avalanche_DestinationTransfer! + transfer: stagingbnb_DestinationTransfer! slippage: BigInt! - caller: avalanche_Bytes! - transactionHash: avalanche_Bytes! + caller: stagingbnb_Bytes! + transactionHash: stagingbnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input avalanche_SlippageUpdate_filter { +input stagingbnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -121065,7 +119656,7 @@ input avalanche_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: avalanche_DestinationTransfer_filter + transfer_: stagingbnb_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -121074,26 +119665,26 @@ input avalanche_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: avalanche_Bytes - caller_not: avalanche_Bytes - caller_gt: avalanche_Bytes - caller_lt: avalanche_Bytes - caller_gte: avalanche_Bytes - caller_lte: avalanche_Bytes - caller_in: [avalanche_Bytes!] - caller_not_in: [avalanche_Bytes!] - caller_contains: avalanche_Bytes - caller_not_contains: avalanche_Bytes - transactionHash: avalanche_Bytes - transactionHash_not: avalanche_Bytes - transactionHash_gt: avalanche_Bytes - transactionHash_lt: avalanche_Bytes - transactionHash_gte: avalanche_Bytes - transactionHash_lte: avalanche_Bytes - transactionHash_in: [avalanche_Bytes!] - transactionHash_not_in: [avalanche_Bytes!] - transactionHash_contains: avalanche_Bytes - transactionHash_not_contains: avalanche_Bytes + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -121127,12 +119718,12 @@ input avalanche_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_SlippageUpdate_filter] - or: [avalanche_SlippageUpdate_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_SlippageUpdate_filter] + or: [stagingbnb_SlippageUpdate_filter] } -enum avalanche_SlippageUpdate_orderBy { +enum stagingbnb_SlippageUpdate_orderBy { id transfer transfer__id @@ -121180,16 +119771,16 @@ enum avalanche_SlippageUpdate_orderBy { blockNumber } -type avalanche_SnapshotRoot { +type stagingbnb_SnapshotRoot { id: ID! spokeDomain: BigInt - root: avalanche_Bytes! + root: stagingbnb_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input avalanche_SnapshotRoot_filter { +input stagingbnb_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -121206,16 +119797,16 @@ input avalanche_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: avalanche_Bytes - root_not: avalanche_Bytes - root_gt: avalanche_Bytes - root_lt: avalanche_Bytes - root_gte: avalanche_Bytes - root_lte: avalanche_Bytes - root_in: [avalanche_Bytes!] - root_not_in: [avalanche_Bytes!] - root_contains: avalanche_Bytes - root_not_contains: avalanche_Bytes + root: stagingbnb_Bytes + root_not: stagingbnb_Bytes + root_gt: stagingbnb_Bytes + root_lt: stagingbnb_Bytes + root_gte: stagingbnb_Bytes + root_lte: stagingbnb_Bytes + root_in: [stagingbnb_Bytes!] + root_not_in: [stagingbnb_Bytes!] + root_contains: stagingbnb_Bytes + root_not_contains: stagingbnb_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -121241,12 +119832,12 @@ input avalanche_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_SnapshotRoot_filter] - or: [avalanche_SnapshotRoot_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_SnapshotRoot_filter] + or: [stagingbnb_SnapshotRoot_filter] } -enum avalanche_SnapshotRoot_orderBy { +enum stagingbnb_SnapshotRoot_orderBy { id spokeDomain root @@ -121255,12 +119846,12 @@ enum avalanche_SnapshotRoot_orderBy { blockNumber } -type avalanche_SpokeConnectorMode { +type stagingbnb_SpokeConnectorMode { id: ID! mode: String! } -input avalanche_SpokeConnectorMode_filter { +input stagingbnb_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -121290,17 +119881,17 @@ input avalanche_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: avalanche_BlockChangedFilter - and: [avalanche_SpokeConnectorMode_filter] - or: [avalanche_SpokeConnectorMode_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_SpokeConnectorMode_filter] + or: [stagingbnb_SpokeConnectorMode_filter] } -enum avalanche_SpokeConnectorMode_orderBy { +enum stagingbnb_SpokeConnectorMode_orderBy { id mode } -enum avalanche_TransferStatus { +enum stagingbnb_TransferStatus { XCalled Executed Reconciled @@ -121308,19 +119899,19 @@ enum avalanche_TransferStatus { CompletedFast } -type avalanche__Block_ { +type stagingbnb__Block_ { """The hash of the block""" - hash: avalanche_Bytes + hash: stagingbnb_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: avalanche_Bytes + parentHash: stagingbnb_Bytes } """The type for the top-level _meta field""" -type avalanche__Meta_ { +type stagingbnb__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -121328,22 +119919,22 @@ type avalanche__Meta_ { and therefore asks for the latest block """ - block: avalanche__Block_! + block: stagingbnb__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmainnet_AggregateRoot { +type sepolia_AggregateRoot { id: ID! - root: stagingmainnet_Bytes! + root: sepolia_Bytes! blockNumber: BigInt! } -type stagingmainnet_AggregateRootProposed { +type sepolia_AggregateRootProposed { id: ID! - aggregateRoot: stagingmainnet_Bytes! + aggregateRoot: sepolia_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -121351,7 +119942,7 @@ type stagingmainnet_AggregateRootProposed { blockNumber: BigInt } -input stagingmainnet_AggregateRootProposed_filter { +input sepolia_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -121360,16 +119951,16 @@ input stagingmainnet_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmainnet_Bytes - aggregateRoot_not: stagingmainnet_Bytes - aggregateRoot_gt: stagingmainnet_Bytes - aggregateRoot_lt: stagingmainnet_Bytes - aggregateRoot_gte: stagingmainnet_Bytes - aggregateRoot_lte: stagingmainnet_Bytes - aggregateRoot_in: [stagingmainnet_Bytes!] - aggregateRoot_not_in: [stagingmainnet_Bytes!] - aggregateRoot_contains: stagingmainnet_Bytes - aggregateRoot_not_contains: stagingmainnet_Bytes + aggregateRoot: sepolia_Bytes + aggregateRoot_not: sepolia_Bytes + aggregateRoot_gt: sepolia_Bytes + aggregateRoot_lt: sepolia_Bytes + aggregateRoot_gte: sepolia_Bytes + aggregateRoot_lte: sepolia_Bytes + aggregateRoot_in: [sepolia_Bytes!] + aggregateRoot_not_in: [sepolia_Bytes!] + aggregateRoot_contains: sepolia_Bytes + aggregateRoot_not_contains: sepolia_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -121411,12 +120002,12 @@ input stagingmainnet_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AggregateRootProposed_filter] - or: [stagingmainnet_AggregateRootProposed_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AggregateRootProposed_filter] + or: [sepolia_AggregateRootProposed_filter] } -enum stagingmainnet_AggregateRootProposed_orderBy { +enum sepolia_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -121426,7 +120017,7 @@ enum stagingmainnet_AggregateRootProposed_orderBy { blockNumber } -input stagingmainnet_AggregateRoot_filter { +input sepolia_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -121435,16 +120026,16 @@ input stagingmainnet_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingmainnet_Bytes - root_not: stagingmainnet_Bytes - root_gt: stagingmainnet_Bytes - root_lt: stagingmainnet_Bytes - root_gte: stagingmainnet_Bytes - root_lte: stagingmainnet_Bytes - root_in: [stagingmainnet_Bytes!] - root_not_in: [stagingmainnet_Bytes!] - root_contains: stagingmainnet_Bytes - root_not_contains: stagingmainnet_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -121454,42 +120045,42 @@ input stagingmainnet_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AggregateRoot_filter] - or: [stagingmainnet_AggregateRoot_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AggregateRoot_filter] + or: [sepolia_AggregateRoot_filter] } -enum stagingmainnet_AggregateRoot_orderBy { +enum sepolia_AggregateRoot_orderBy { id root blockNumber } -type stagingmainnet_Asset { +type sepolia_Asset { id: ID! - key: stagingmainnet_Bytes + key: sepolia_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmainnet_Bytes + canonicalId: sepolia_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmainnet_Bytes - localAsset: stagingmainnet_Bytes + adoptedAsset: sepolia_Bytes + localAsset: sepolia_Bytes blockNumber: BigInt - status: stagingmainnet_AssetStatus + status: sepolia_AssetStatus } -type stagingmainnet_AssetBalance { +type sepolia_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmainnet_Router! - asset: stagingmainnet_Asset! + router: sepolia_Router! + asset: sepolia_Asset! feesEarned: BigInt! } -input stagingmainnet_AssetBalance_filter { +input sepolia_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -121550,7 +120141,7 @@ input stagingmainnet_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmainnet_Router_filter + router_: sepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -121571,7 +120162,7 @@ input stagingmainnet_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmainnet_Asset_filter + asset_: sepolia_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -121581,12 +120172,12 @@ input stagingmainnet_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AssetBalance_filter] - or: [stagingmainnet_AssetBalance_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AssetBalance_filter] + or: [sepolia_AssetBalance_filter] } -enum stagingmainnet_AssetBalance_orderBy { +enum sepolia_AssetBalance_orderBy { id amount locked @@ -121612,12 +120203,12 @@ enum stagingmainnet_AssetBalance_orderBy { feesEarned } -type stagingmainnet_AssetStatus { +type sepolia_AssetStatus { id: ID! status: Boolean } -input stagingmainnet_AssetStatus_filter { +input sepolia_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -121631,17 +120222,17 @@ input stagingmainnet_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_AssetStatus_filter] - or: [stagingmainnet_AssetStatus_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AssetStatus_filter] + or: [sepolia_AssetStatus_filter] } -enum stagingmainnet_AssetStatus_orderBy { +enum sepolia_AssetStatus_orderBy { id status } -input stagingmainnet_Asset_filter { +input sepolia_Asset_filter { id: ID id_not: ID id_gt: ID @@ -121650,16 +120241,16 @@ input stagingmainnet_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingmainnet_Bytes - key_not: stagingmainnet_Bytes - key_gt: stagingmainnet_Bytes - key_lt: stagingmainnet_Bytes - key_gte: stagingmainnet_Bytes - key_lte: stagingmainnet_Bytes - key_in: [stagingmainnet_Bytes!] - key_not_in: [stagingmainnet_Bytes!] - key_contains: stagingmainnet_Bytes - key_not_contains: stagingmainnet_Bytes + key: sepolia_Bytes + key_not: sepolia_Bytes + key_gt: sepolia_Bytes + key_lt: sepolia_Bytes + key_gte: sepolia_Bytes + key_lte: sepolia_Bytes + key_in: [sepolia_Bytes!] + key_not_in: [sepolia_Bytes!] + key_contains: sepolia_Bytes + key_not_contains: sepolia_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -121676,16 +120267,16 @@ input stagingmainnet_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingmainnet_Bytes - canonicalId_not: stagingmainnet_Bytes - canonicalId_gt: stagingmainnet_Bytes - canonicalId_lt: stagingmainnet_Bytes - canonicalId_gte: stagingmainnet_Bytes - canonicalId_lte: stagingmainnet_Bytes - canonicalId_in: [stagingmainnet_Bytes!] - canonicalId_not_in: [stagingmainnet_Bytes!] - canonicalId_contains: stagingmainnet_Bytes - canonicalId_not_contains: stagingmainnet_Bytes + canonicalId: sepolia_Bytes + canonicalId_not: sepolia_Bytes + canonicalId_gt: sepolia_Bytes + canonicalId_lt: sepolia_Bytes + canonicalId_gte: sepolia_Bytes + canonicalId_lte: sepolia_Bytes + canonicalId_in: [sepolia_Bytes!] + canonicalId_not_in: [sepolia_Bytes!] + canonicalId_contains: sepolia_Bytes + canonicalId_not_contains: sepolia_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -121694,26 +120285,26 @@ input stagingmainnet_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingmainnet_Bytes - adoptedAsset_not: stagingmainnet_Bytes - adoptedAsset_gt: stagingmainnet_Bytes - adoptedAsset_lt: stagingmainnet_Bytes - adoptedAsset_gte: stagingmainnet_Bytes - adoptedAsset_lte: stagingmainnet_Bytes - adoptedAsset_in: [stagingmainnet_Bytes!] - adoptedAsset_not_in: [stagingmainnet_Bytes!] - adoptedAsset_contains: stagingmainnet_Bytes - adoptedAsset_not_contains: stagingmainnet_Bytes - localAsset: stagingmainnet_Bytes - localAsset_not: stagingmainnet_Bytes - localAsset_gt: stagingmainnet_Bytes - localAsset_lt: stagingmainnet_Bytes - localAsset_gte: stagingmainnet_Bytes - localAsset_lte: stagingmainnet_Bytes - localAsset_in: [stagingmainnet_Bytes!] - localAsset_not_in: [stagingmainnet_Bytes!] - localAsset_contains: stagingmainnet_Bytes - localAsset_not_contains: stagingmainnet_Bytes + adoptedAsset: sepolia_Bytes + adoptedAsset_not: sepolia_Bytes + adoptedAsset_gt: sepolia_Bytes + adoptedAsset_lt: sepolia_Bytes + adoptedAsset_gte: sepolia_Bytes + adoptedAsset_lte: sepolia_Bytes + adoptedAsset_in: [sepolia_Bytes!] + adoptedAsset_not_in: [sepolia_Bytes!] + adoptedAsset_contains: sepolia_Bytes + adoptedAsset_not_contains: sepolia_Bytes + localAsset: sepolia_Bytes + localAsset_not: sepolia_Bytes + localAsset_gt: sepolia_Bytes + localAsset_lt: sepolia_Bytes + localAsset_gte: sepolia_Bytes + localAsset_lte: sepolia_Bytes + localAsset_in: [sepolia_Bytes!] + localAsset_not_in: [sepolia_Bytes!] + localAsset_contains: sepolia_Bytes + localAsset_not_contains: sepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -121742,14 +120333,14 @@ input stagingmainnet_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingmainnet_AssetStatus_filter + status_: sepolia_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Asset_filter] - or: [stagingmainnet_Asset_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Asset_filter] + or: [sepolia_Asset_filter] } -enum stagingmainnet_Asset_orderBy { +enum sepolia_Asset_orderBy { id key decimal @@ -121764,16 +120355,16 @@ enum stagingmainnet_Asset_orderBy { status__status } -type stagingmainnet_ConnectorMeta { +type sepolia_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes + amb: sepolia_Bytes + rootManager: sepolia_Bytes + mirrorConnector: sepolia_Bytes } -input stagingmainnet_ConnectorMeta_filter { +input sepolia_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -121798,43 +120389,43 @@ input stagingmainnet_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingmainnet_Bytes - amb_not: stagingmainnet_Bytes - amb_gt: stagingmainnet_Bytes - amb_lt: stagingmainnet_Bytes - amb_gte: stagingmainnet_Bytes - amb_lte: stagingmainnet_Bytes - amb_in: [stagingmainnet_Bytes!] - amb_not_in: [stagingmainnet_Bytes!] - amb_contains: stagingmainnet_Bytes - amb_not_contains: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - rootManager_not: stagingmainnet_Bytes - rootManager_gt: stagingmainnet_Bytes - rootManager_lt: stagingmainnet_Bytes - rootManager_gte: stagingmainnet_Bytes - rootManager_lte: stagingmainnet_Bytes - rootManager_in: [stagingmainnet_Bytes!] - rootManager_not_in: [stagingmainnet_Bytes!] - rootManager_contains: stagingmainnet_Bytes - rootManager_not_contains: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes - mirrorConnector_not: stagingmainnet_Bytes - mirrorConnector_gt: stagingmainnet_Bytes - mirrorConnector_lt: stagingmainnet_Bytes - mirrorConnector_gte: stagingmainnet_Bytes - mirrorConnector_lte: stagingmainnet_Bytes - mirrorConnector_in: [stagingmainnet_Bytes!] - mirrorConnector_not_in: [stagingmainnet_Bytes!] - mirrorConnector_contains: stagingmainnet_Bytes - mirrorConnector_not_contains: stagingmainnet_Bytes + amb: sepolia_Bytes + amb_not: sepolia_Bytes + amb_gt: sepolia_Bytes + amb_lt: sepolia_Bytes + amb_gte: sepolia_Bytes + amb_lte: sepolia_Bytes + amb_in: [sepolia_Bytes!] + amb_not_in: [sepolia_Bytes!] + amb_contains: sepolia_Bytes + amb_not_contains: sepolia_Bytes + rootManager: sepolia_Bytes + rootManager_not: sepolia_Bytes + rootManager_gt: sepolia_Bytes + rootManager_lt: sepolia_Bytes + rootManager_gte: sepolia_Bytes + rootManager_lte: sepolia_Bytes + rootManager_in: [sepolia_Bytes!] + rootManager_not_in: [sepolia_Bytes!] + rootManager_contains: sepolia_Bytes + rootManager_not_contains: sepolia_Bytes + mirrorConnector: sepolia_Bytes + mirrorConnector_not: sepolia_Bytes + mirrorConnector_gt: sepolia_Bytes + mirrorConnector_lt: sepolia_Bytes + mirrorConnector_gte: sepolia_Bytes + mirrorConnector_lte: sepolia_Bytes + mirrorConnector_in: [sepolia_Bytes!] + mirrorConnector_not_in: [sepolia_Bytes!] + mirrorConnector_contains: sepolia_Bytes + mirrorConnector_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ConnectorMeta_filter] - or: [stagingmainnet_ConnectorMeta_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_ConnectorMeta_filter] + or: [sepolia_ConnectorMeta_filter] } -enum stagingmainnet_ConnectorMeta_orderBy { +enum sepolia_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -121843,48 +120434,48 @@ enum stagingmainnet_ConnectorMeta_orderBy { mirrorConnector } -type stagingmainnet_DestinationTransfer { +type sepolia_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmainnet_Bytes + transferId: sepolia_Bytes nonce: BigInt - status: stagingmainnet_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingmainnet_Router_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_Router_filter): [stagingmainnet_Router!] + status: sepolia_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: sepolia_Router_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_Router_filter): [sepolia_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmainnet_Bytes - delegate: stagingmainnet_Bytes + to: sepolia_Bytes + delegate: sepolia_Bytes receiveLocal: Boolean - callData: stagingmainnet_Bytes + callData: sepolia_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmainnet_Bytes + originSender: sepolia_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmainnet_Bytes - asset: stagingmainnet_Asset + canonicalId: sepolia_Bytes + asset: sepolia_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmainnet_Bytes - executedTransactionHash: stagingmainnet_Bytes + executedCaller: sepolia_Bytes + executedTransactionHash: sepolia_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmainnet_Bytes + executedTxOrigin: sepolia_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmainnet_Bytes - reconciledTransactionHash: stagingmainnet_Bytes + reconciledCaller: sepolia_Bytes + reconciledTransactionHash: sepolia_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmainnet_Bytes + reconciledTxOrigin: sepolia_Bytes reconciledTxNonce: BigInt } -input stagingmainnet_DestinationTransfer_filter { +input sepolia_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -121901,16 +120492,16 @@ input stagingmainnet_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmainnet_Bytes - transferId_not: stagingmainnet_Bytes - transferId_gt: stagingmainnet_Bytes - transferId_lt: stagingmainnet_Bytes - transferId_gte: stagingmainnet_Bytes - transferId_lte: stagingmainnet_Bytes - transferId_in: [stagingmainnet_Bytes!] - transferId_not_in: [stagingmainnet_Bytes!] - transferId_contains: stagingmainnet_Bytes - transferId_not_contains: stagingmainnet_Bytes + transferId: sepolia_Bytes + transferId_not: sepolia_Bytes + transferId_gt: sepolia_Bytes + transferId_lt: sepolia_Bytes + transferId_gte: sepolia_Bytes + transferId_lte: sepolia_Bytes + transferId_in: [sepolia_Bytes!] + transferId_not_in: [sepolia_Bytes!] + transferId_contains: sepolia_Bytes + transferId_not_contains: sepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -121919,17 +120510,17 @@ input stagingmainnet_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmainnet_TransferStatus - status_not: stagingmainnet_TransferStatus - status_in: [stagingmainnet_TransferStatus!] - status_not_in: [stagingmainnet_TransferStatus!] + status: sepolia_TransferStatus + status_not: sepolia_TransferStatus + status_in: [sepolia_TransferStatus!] + status_not_in: [sepolia_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingmainnet_Router_filter + routers_: sepolia_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -121954,40 +120545,40 @@ input stagingmainnet_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmainnet_Bytes - to_not: stagingmainnet_Bytes - to_gt: stagingmainnet_Bytes - to_lt: stagingmainnet_Bytes - to_gte: stagingmainnet_Bytes - to_lte: stagingmainnet_Bytes - to_in: [stagingmainnet_Bytes!] - to_not_in: [stagingmainnet_Bytes!] - to_contains: stagingmainnet_Bytes - to_not_contains: stagingmainnet_Bytes - delegate: stagingmainnet_Bytes - delegate_not: stagingmainnet_Bytes - delegate_gt: stagingmainnet_Bytes - delegate_lt: stagingmainnet_Bytes - delegate_gte: stagingmainnet_Bytes - delegate_lte: stagingmainnet_Bytes - delegate_in: [stagingmainnet_Bytes!] - delegate_not_in: [stagingmainnet_Bytes!] - delegate_contains: stagingmainnet_Bytes - delegate_not_contains: stagingmainnet_Bytes + to: sepolia_Bytes + to_not: sepolia_Bytes + to_gt: sepolia_Bytes + to_lt: sepolia_Bytes + to_gte: sepolia_Bytes + to_lte: sepolia_Bytes + to_in: [sepolia_Bytes!] + to_not_in: [sepolia_Bytes!] + to_contains: sepolia_Bytes + to_not_contains: sepolia_Bytes + delegate: sepolia_Bytes + delegate_not: sepolia_Bytes + delegate_gt: sepolia_Bytes + delegate_lt: sepolia_Bytes + delegate_gte: sepolia_Bytes + delegate_lte: sepolia_Bytes + delegate_in: [sepolia_Bytes!] + delegate_not_in: [sepolia_Bytes!] + delegate_contains: sepolia_Bytes + delegate_not_contains: sepolia_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingmainnet_Bytes - callData_not: stagingmainnet_Bytes - callData_gt: stagingmainnet_Bytes - callData_lt: stagingmainnet_Bytes - callData_gte: stagingmainnet_Bytes - callData_lte: stagingmainnet_Bytes - callData_in: [stagingmainnet_Bytes!] - callData_not_in: [stagingmainnet_Bytes!] - callData_contains: stagingmainnet_Bytes - callData_not_contains: stagingmainnet_Bytes + callData: sepolia_Bytes + callData_not: sepolia_Bytes + callData_gt: sepolia_Bytes + callData_lt: sepolia_Bytes + callData_gte: sepolia_Bytes + callData_lte: sepolia_Bytes + callData_in: [sepolia_Bytes!] + callData_not_in: [sepolia_Bytes!] + callData_contains: sepolia_Bytes + callData_not_contains: sepolia_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -122004,16 +120595,16 @@ input stagingmainnet_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingmainnet_Bytes - originSender_not: stagingmainnet_Bytes - originSender_gt: stagingmainnet_Bytes - originSender_lt: stagingmainnet_Bytes - originSender_gte: stagingmainnet_Bytes - originSender_lte: stagingmainnet_Bytes - originSender_in: [stagingmainnet_Bytes!] - originSender_not_in: [stagingmainnet_Bytes!] - originSender_contains: stagingmainnet_Bytes - originSender_not_contains: stagingmainnet_Bytes + originSender: sepolia_Bytes + originSender_not: sepolia_Bytes + originSender_gt: sepolia_Bytes + originSender_lt: sepolia_Bytes + originSender_gte: sepolia_Bytes + originSender_lte: sepolia_Bytes + originSender_in: [sepolia_Bytes!] + originSender_not_in: [sepolia_Bytes!] + originSender_contains: sepolia_Bytes + originSender_not_contains: sepolia_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -122030,16 +120621,16 @@ input stagingmainnet_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmainnet_Bytes - canonicalId_not: stagingmainnet_Bytes - canonicalId_gt: stagingmainnet_Bytes - canonicalId_lt: stagingmainnet_Bytes - canonicalId_gte: stagingmainnet_Bytes - canonicalId_lte: stagingmainnet_Bytes - canonicalId_in: [stagingmainnet_Bytes!] - canonicalId_not_in: [stagingmainnet_Bytes!] - canonicalId_contains: stagingmainnet_Bytes - canonicalId_not_contains: stagingmainnet_Bytes + canonicalId: sepolia_Bytes + canonicalId_not: sepolia_Bytes + canonicalId_gt: sepolia_Bytes + canonicalId_lt: sepolia_Bytes + canonicalId_gte: sepolia_Bytes + canonicalId_lte: sepolia_Bytes + canonicalId_in: [sepolia_Bytes!] + canonicalId_not_in: [sepolia_Bytes!] + canonicalId_contains: sepolia_Bytes + canonicalId_not_contains: sepolia_Bytes asset: String asset_not: String asset_gt: String @@ -122060,7 +120651,7 @@ input stagingmainnet_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmainnet_Asset_filter + asset_: sepolia_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -122077,26 +120668,26 @@ input stagingmainnet_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingmainnet_Bytes - executedCaller_not: stagingmainnet_Bytes - executedCaller_gt: stagingmainnet_Bytes - executedCaller_lt: stagingmainnet_Bytes - executedCaller_gte: stagingmainnet_Bytes - executedCaller_lte: stagingmainnet_Bytes - executedCaller_in: [stagingmainnet_Bytes!] - executedCaller_not_in: [stagingmainnet_Bytes!] - executedCaller_contains: stagingmainnet_Bytes - executedCaller_not_contains: stagingmainnet_Bytes - executedTransactionHash: stagingmainnet_Bytes - executedTransactionHash_not: stagingmainnet_Bytes - executedTransactionHash_gt: stagingmainnet_Bytes - executedTransactionHash_lt: stagingmainnet_Bytes - executedTransactionHash_gte: stagingmainnet_Bytes - executedTransactionHash_lte: stagingmainnet_Bytes - executedTransactionHash_in: [stagingmainnet_Bytes!] - executedTransactionHash_not_in: [stagingmainnet_Bytes!] - executedTransactionHash_contains: stagingmainnet_Bytes - executedTransactionHash_not_contains: stagingmainnet_Bytes + executedCaller: sepolia_Bytes + executedCaller_not: sepolia_Bytes + executedCaller_gt: sepolia_Bytes + executedCaller_lt: sepolia_Bytes + executedCaller_gte: sepolia_Bytes + executedCaller_lte: sepolia_Bytes + executedCaller_in: [sepolia_Bytes!] + executedCaller_not_in: [sepolia_Bytes!] + executedCaller_contains: sepolia_Bytes + executedCaller_not_contains: sepolia_Bytes + executedTransactionHash: sepolia_Bytes + executedTransactionHash_not: sepolia_Bytes + executedTransactionHash_gt: sepolia_Bytes + executedTransactionHash_lt: sepolia_Bytes + executedTransactionHash_gte: sepolia_Bytes + executedTransactionHash_lte: sepolia_Bytes + executedTransactionHash_in: [sepolia_Bytes!] + executedTransactionHash_not_in: [sepolia_Bytes!] + executedTransactionHash_contains: sepolia_Bytes + executedTransactionHash_not_contains: sepolia_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -122129,44 +120720,44 @@ input stagingmainnet_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingmainnet_Bytes - executedTxOrigin_not: stagingmainnet_Bytes - executedTxOrigin_gt: stagingmainnet_Bytes - executedTxOrigin_lt: stagingmainnet_Bytes - executedTxOrigin_gte: stagingmainnet_Bytes - executedTxOrigin_lte: stagingmainnet_Bytes - executedTxOrigin_in: [stagingmainnet_Bytes!] - executedTxOrigin_not_in: [stagingmainnet_Bytes!] - executedTxOrigin_contains: stagingmainnet_Bytes - executedTxOrigin_not_contains: stagingmainnet_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: stagingmainnet_Bytes - reconciledCaller_not: stagingmainnet_Bytes - reconciledCaller_gt: stagingmainnet_Bytes - reconciledCaller_lt: stagingmainnet_Bytes - reconciledCaller_gte: stagingmainnet_Bytes - reconciledCaller_lte: stagingmainnet_Bytes - reconciledCaller_in: [stagingmainnet_Bytes!] - reconciledCaller_not_in: [stagingmainnet_Bytes!] - reconciledCaller_contains: stagingmainnet_Bytes - reconciledCaller_not_contains: stagingmainnet_Bytes - reconciledTransactionHash: stagingmainnet_Bytes - reconciledTransactionHash_not: stagingmainnet_Bytes - reconciledTransactionHash_gt: stagingmainnet_Bytes - reconciledTransactionHash_lt: stagingmainnet_Bytes - reconciledTransactionHash_gte: stagingmainnet_Bytes - reconciledTransactionHash_lte: stagingmainnet_Bytes - reconciledTransactionHash_in: [stagingmainnet_Bytes!] - reconciledTransactionHash_not_in: [stagingmainnet_Bytes!] - reconciledTransactionHash_contains: stagingmainnet_Bytes - reconciledTransactionHash_not_contains: stagingmainnet_Bytes + executedTxOrigin: sepolia_Bytes + executedTxOrigin_not: sepolia_Bytes + executedTxOrigin_gt: sepolia_Bytes + executedTxOrigin_lt: sepolia_Bytes + executedTxOrigin_gte: sepolia_Bytes + executedTxOrigin_lte: sepolia_Bytes + executedTxOrigin_in: [sepolia_Bytes!] + executedTxOrigin_not_in: [sepolia_Bytes!] + executedTxOrigin_contains: sepolia_Bytes + executedTxOrigin_not_contains: sepolia_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: sepolia_Bytes + reconciledCaller_not: sepolia_Bytes + reconciledCaller_gt: sepolia_Bytes + reconciledCaller_lt: sepolia_Bytes + reconciledCaller_gte: sepolia_Bytes + reconciledCaller_lte: sepolia_Bytes + reconciledCaller_in: [sepolia_Bytes!] + reconciledCaller_not_in: [sepolia_Bytes!] + reconciledCaller_contains: sepolia_Bytes + reconciledCaller_not_contains: sepolia_Bytes + reconciledTransactionHash: sepolia_Bytes + reconciledTransactionHash_not: sepolia_Bytes + reconciledTransactionHash_gt: sepolia_Bytes + reconciledTransactionHash_lt: sepolia_Bytes + reconciledTransactionHash_gte: sepolia_Bytes + reconciledTransactionHash_lte: sepolia_Bytes + reconciledTransactionHash_in: [sepolia_Bytes!] + reconciledTransactionHash_not_in: [sepolia_Bytes!] + reconciledTransactionHash_contains: sepolia_Bytes + reconciledTransactionHash_not_contains: sepolia_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -122199,16 +120790,16 @@ input stagingmainnet_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmainnet_Bytes - reconciledTxOrigin_not: stagingmainnet_Bytes - reconciledTxOrigin_gt: stagingmainnet_Bytes - reconciledTxOrigin_lt: stagingmainnet_Bytes - reconciledTxOrigin_gte: stagingmainnet_Bytes - reconciledTxOrigin_lte: stagingmainnet_Bytes - reconciledTxOrigin_in: [stagingmainnet_Bytes!] - reconciledTxOrigin_not_in: [stagingmainnet_Bytes!] - reconciledTxOrigin_contains: stagingmainnet_Bytes - reconciledTxOrigin_not_contains: stagingmainnet_Bytes + reconciledTxOrigin: sepolia_Bytes + reconciledTxOrigin_not: sepolia_Bytes + reconciledTxOrigin_gt: sepolia_Bytes + reconciledTxOrigin_lt: sepolia_Bytes + reconciledTxOrigin_gte: sepolia_Bytes + reconciledTxOrigin_lte: sepolia_Bytes + reconciledTxOrigin_in: [sepolia_Bytes!] + reconciledTxOrigin_not_in: [sepolia_Bytes!] + reconciledTxOrigin_contains: sepolia_Bytes + reconciledTxOrigin_not_contains: sepolia_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -122218,12 +120809,12 @@ input stagingmainnet_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_DestinationTransfer_filter] - or: [stagingmainnet_DestinationTransfer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_DestinationTransfer_filter] + or: [sepolia_DestinationTransfer_filter] } -enum stagingmainnet_DestinationTransfer_orderBy { +enum sepolia_DestinationTransfer_orderBy { id chainId transferId @@ -122273,14 +120864,14 @@ enum stagingmainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type stagingmainnet_OptimisticRootFinalized { +type sepolia_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmainnet_Bytes! + aggregateRoot: sepolia_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmainnet_OptimisticRootFinalized_filter { +input sepolia_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -122289,16 +120880,16 @@ input stagingmainnet_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmainnet_Bytes - aggregateRoot_not: stagingmainnet_Bytes - aggregateRoot_gt: stagingmainnet_Bytes - aggregateRoot_lt: stagingmainnet_Bytes - aggregateRoot_gte: stagingmainnet_Bytes - aggregateRoot_lte: stagingmainnet_Bytes - aggregateRoot_in: [stagingmainnet_Bytes!] - aggregateRoot_not_in: [stagingmainnet_Bytes!] - aggregateRoot_contains: stagingmainnet_Bytes - aggregateRoot_not_contains: stagingmainnet_Bytes + aggregateRoot: sepolia_Bytes + aggregateRoot_not: sepolia_Bytes + aggregateRoot_gt: sepolia_Bytes + aggregateRoot_lt: sepolia_Bytes + aggregateRoot_gte: sepolia_Bytes + aggregateRoot_lte: sepolia_Bytes + aggregateRoot_in: [sepolia_Bytes!] + aggregateRoot_not_in: [sepolia_Bytes!] + aggregateRoot_contains: sepolia_Bytes + aggregateRoot_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -122316,32 +120907,32 @@ input stagingmainnet_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_OptimisticRootFinalized_filter] - or: [stagingmainnet_OptimisticRootFinalized_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OptimisticRootFinalized_filter] + or: [sepolia_OptimisticRootFinalized_filter] } -enum stagingmainnet_OptimisticRootFinalized_orderBy { +enum sepolia_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type stagingmainnet_OriginMessage { +type sepolia_OriginMessage { id: ID! - transferId: stagingmainnet_Bytes + transferId: sepolia_Bytes destinationDomain: BigInt - leaf: stagingmainnet_Bytes + leaf: sepolia_Bytes index: BigInt - message: stagingmainnet_Bytes - root: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes + message: sepolia_Bytes + root: sepolia_Bytes + transactionHash: sepolia_Bytes blockNumber: BigInt - rootCount: stagingmainnet_RootCount + rootCount: sepolia_RootCount } -input stagingmainnet_OriginMessage_filter { +input sepolia_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -122350,16 +120941,16 @@ input stagingmainnet_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingmainnet_Bytes - transferId_not: stagingmainnet_Bytes - transferId_gt: stagingmainnet_Bytes - transferId_lt: stagingmainnet_Bytes - transferId_gte: stagingmainnet_Bytes - transferId_lte: stagingmainnet_Bytes - transferId_in: [stagingmainnet_Bytes!] - transferId_not_in: [stagingmainnet_Bytes!] - transferId_contains: stagingmainnet_Bytes - transferId_not_contains: stagingmainnet_Bytes + transferId: sepolia_Bytes + transferId_not: sepolia_Bytes + transferId_gt: sepolia_Bytes + transferId_lt: sepolia_Bytes + transferId_gte: sepolia_Bytes + transferId_lte: sepolia_Bytes + transferId_in: [sepolia_Bytes!] + transferId_not_in: [sepolia_Bytes!] + transferId_contains: sepolia_Bytes + transferId_not_contains: sepolia_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -122368,16 +120959,16 @@ input stagingmainnet_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingmainnet_Bytes - leaf_not: stagingmainnet_Bytes - leaf_gt: stagingmainnet_Bytes - leaf_lt: stagingmainnet_Bytes - leaf_gte: stagingmainnet_Bytes - leaf_lte: stagingmainnet_Bytes - leaf_in: [stagingmainnet_Bytes!] - leaf_not_in: [stagingmainnet_Bytes!] - leaf_contains: stagingmainnet_Bytes - leaf_not_contains: stagingmainnet_Bytes + leaf: sepolia_Bytes + leaf_not: sepolia_Bytes + leaf_gt: sepolia_Bytes + leaf_lt: sepolia_Bytes + leaf_gte: sepolia_Bytes + leaf_lte: sepolia_Bytes + leaf_in: [sepolia_Bytes!] + leaf_not_in: [sepolia_Bytes!] + leaf_contains: sepolia_Bytes + leaf_not_contains: sepolia_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -122386,36 +120977,36 @@ input stagingmainnet_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingmainnet_Bytes - message_not: stagingmainnet_Bytes - message_gt: stagingmainnet_Bytes - message_lt: stagingmainnet_Bytes - message_gte: stagingmainnet_Bytes - message_lte: stagingmainnet_Bytes - message_in: [stagingmainnet_Bytes!] - message_not_in: [stagingmainnet_Bytes!] - message_contains: stagingmainnet_Bytes - message_not_contains: stagingmainnet_Bytes - root: stagingmainnet_Bytes - root_not: stagingmainnet_Bytes - root_gt: stagingmainnet_Bytes - root_lt: stagingmainnet_Bytes - root_gte: stagingmainnet_Bytes - root_lte: stagingmainnet_Bytes - root_in: [stagingmainnet_Bytes!] - root_not_in: [stagingmainnet_Bytes!] - root_contains: stagingmainnet_Bytes - root_not_contains: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes - transactionHash_not: stagingmainnet_Bytes - transactionHash_gt: stagingmainnet_Bytes - transactionHash_lt: stagingmainnet_Bytes - transactionHash_gte: stagingmainnet_Bytes - transactionHash_lte: stagingmainnet_Bytes - transactionHash_in: [stagingmainnet_Bytes!] - transactionHash_not_in: [stagingmainnet_Bytes!] - transactionHash_contains: stagingmainnet_Bytes - transactionHash_not_contains: stagingmainnet_Bytes + message: sepolia_Bytes + message_not: sepolia_Bytes + message_gt: sepolia_Bytes + message_lt: sepolia_Bytes + message_gte: sepolia_Bytes + message_lte: sepolia_Bytes + message_in: [sepolia_Bytes!] + message_not_in: [sepolia_Bytes!] + message_contains: sepolia_Bytes + message_not_contains: sepolia_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -122444,14 +121035,14 @@ input stagingmainnet_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingmainnet_RootCount_filter + rootCount_: sepolia_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_OriginMessage_filter] - or: [stagingmainnet_OriginMessage_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OriginMessage_filter] + or: [sepolia_OriginMessage_filter] } -enum stagingmainnet_OriginMessage_orderBy { +enum sepolia_OriginMessage_orderBy { id transferId destinationDomain @@ -122466,42 +121057,42 @@ enum stagingmainnet_OriginMessage_orderBy { rootCount__count } -type stagingmainnet_OriginTransfer { +type sepolia_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmainnet_Bytes + transferId: sepolia_Bytes nonce: BigInt - status: stagingmainnet_TransferStatus - messageHash: stagingmainnet_Bytes + status: sepolia_TransferStatus + messageHash: sepolia_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmainnet_Bytes - delegate: stagingmainnet_Bytes + to: sepolia_Bytes + delegate: sepolia_Bytes receiveLocal: Boolean - callData: stagingmainnet_Bytes + callData: sepolia_Bytes slippage: BigInt - originSender: stagingmainnet_Bytes + originSender: sepolia_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmainnet_Bytes - asset: stagingmainnet_Asset - transactingAsset: stagingmainnet_Bytes - message: stagingmainnet_OriginMessage + canonicalId: sepolia_Bytes + asset: sepolia_Asset + transactingAsset: sepolia_Bytes + message: sepolia_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmainnet_RelayerFee_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_RelayerFee_filter): [stagingmainnet_RelayerFee!] - initialRelayerFeeAsset: stagingmainnet_Bytes - caller: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: sepolia_RelayerFee_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_RelayerFee_filter): [sepolia_RelayerFee!] + initialRelayerFeeAsset: sepolia_Bytes + caller: sepolia_Bytes + transactionHash: sepolia_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingmainnet_Bytes + txOrigin: sepolia_Bytes txNonce: BigInt } -input stagingmainnet_OriginTransfer_filter { +input sepolia_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -122518,16 +121109,16 @@ input stagingmainnet_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmainnet_Bytes - transferId_not: stagingmainnet_Bytes - transferId_gt: stagingmainnet_Bytes - transferId_lt: stagingmainnet_Bytes - transferId_gte: stagingmainnet_Bytes - transferId_lte: stagingmainnet_Bytes - transferId_in: [stagingmainnet_Bytes!] - transferId_not_in: [stagingmainnet_Bytes!] - transferId_contains: stagingmainnet_Bytes - transferId_not_contains: stagingmainnet_Bytes + transferId: sepolia_Bytes + transferId_not: sepolia_Bytes + transferId_gt: sepolia_Bytes + transferId_lt: sepolia_Bytes + transferId_gte: sepolia_Bytes + transferId_lte: sepolia_Bytes + transferId_in: [sepolia_Bytes!] + transferId_not_in: [sepolia_Bytes!] + transferId_contains: sepolia_Bytes + transferId_not_contains: sepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -122536,20 +121127,20 @@ input stagingmainnet_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmainnet_TransferStatus - status_not: stagingmainnet_TransferStatus - status_in: [stagingmainnet_TransferStatus!] - status_not_in: [stagingmainnet_TransferStatus!] - messageHash: stagingmainnet_Bytes - messageHash_not: stagingmainnet_Bytes - messageHash_gt: stagingmainnet_Bytes - messageHash_lt: stagingmainnet_Bytes - messageHash_gte: stagingmainnet_Bytes - messageHash_lte: stagingmainnet_Bytes - messageHash_in: [stagingmainnet_Bytes!] - messageHash_not_in: [stagingmainnet_Bytes!] - messageHash_contains: stagingmainnet_Bytes - messageHash_not_contains: stagingmainnet_Bytes + status: sepolia_TransferStatus + status_not: sepolia_TransferStatus + status_in: [sepolia_TransferStatus!] + status_not_in: [sepolia_TransferStatus!] + messageHash: sepolia_Bytes + messageHash_not: sepolia_Bytes + messageHash_gt: sepolia_Bytes + messageHash_lt: sepolia_Bytes + messageHash_gte: sepolia_Bytes + messageHash_lte: sepolia_Bytes + messageHash_in: [sepolia_Bytes!] + messageHash_not_in: [sepolia_Bytes!] + messageHash_contains: sepolia_Bytes + messageHash_not_contains: sepolia_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -122574,40 +121165,40 @@ input stagingmainnet_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmainnet_Bytes - to_not: stagingmainnet_Bytes - to_gt: stagingmainnet_Bytes - to_lt: stagingmainnet_Bytes - to_gte: stagingmainnet_Bytes - to_lte: stagingmainnet_Bytes - to_in: [stagingmainnet_Bytes!] - to_not_in: [stagingmainnet_Bytes!] - to_contains: stagingmainnet_Bytes - to_not_contains: stagingmainnet_Bytes - delegate: stagingmainnet_Bytes - delegate_not: stagingmainnet_Bytes - delegate_gt: stagingmainnet_Bytes - delegate_lt: stagingmainnet_Bytes - delegate_gte: stagingmainnet_Bytes - delegate_lte: stagingmainnet_Bytes - delegate_in: [stagingmainnet_Bytes!] - delegate_not_in: [stagingmainnet_Bytes!] - delegate_contains: stagingmainnet_Bytes - delegate_not_contains: stagingmainnet_Bytes + to: sepolia_Bytes + to_not: sepolia_Bytes + to_gt: sepolia_Bytes + to_lt: sepolia_Bytes + to_gte: sepolia_Bytes + to_lte: sepolia_Bytes + to_in: [sepolia_Bytes!] + to_not_in: [sepolia_Bytes!] + to_contains: sepolia_Bytes + to_not_contains: sepolia_Bytes + delegate: sepolia_Bytes + delegate_not: sepolia_Bytes + delegate_gt: sepolia_Bytes + delegate_lt: sepolia_Bytes + delegate_gte: sepolia_Bytes + delegate_lte: sepolia_Bytes + delegate_in: [sepolia_Bytes!] + delegate_not_in: [sepolia_Bytes!] + delegate_contains: sepolia_Bytes + delegate_not_contains: sepolia_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingmainnet_Bytes - callData_not: stagingmainnet_Bytes - callData_gt: stagingmainnet_Bytes - callData_lt: stagingmainnet_Bytes - callData_gte: stagingmainnet_Bytes - callData_lte: stagingmainnet_Bytes - callData_in: [stagingmainnet_Bytes!] - callData_not_in: [stagingmainnet_Bytes!] - callData_contains: stagingmainnet_Bytes - callData_not_contains: stagingmainnet_Bytes + callData: sepolia_Bytes + callData_not: sepolia_Bytes + callData_gt: sepolia_Bytes + callData_lt: sepolia_Bytes + callData_gte: sepolia_Bytes + callData_lte: sepolia_Bytes + callData_in: [sepolia_Bytes!] + callData_not_in: [sepolia_Bytes!] + callData_contains: sepolia_Bytes + callData_not_contains: sepolia_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -122616,16 +121207,16 @@ input stagingmainnet_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingmainnet_Bytes - originSender_not: stagingmainnet_Bytes - originSender_gt: stagingmainnet_Bytes - originSender_lt: stagingmainnet_Bytes - originSender_gte: stagingmainnet_Bytes - originSender_lte: stagingmainnet_Bytes - originSender_in: [stagingmainnet_Bytes!] - originSender_not_in: [stagingmainnet_Bytes!] - originSender_contains: stagingmainnet_Bytes - originSender_not_contains: stagingmainnet_Bytes + originSender: sepolia_Bytes + originSender_not: sepolia_Bytes + originSender_gt: sepolia_Bytes + originSender_lt: sepolia_Bytes + originSender_gte: sepolia_Bytes + originSender_lte: sepolia_Bytes + originSender_in: [sepolia_Bytes!] + originSender_not_in: [sepolia_Bytes!] + originSender_contains: sepolia_Bytes + originSender_not_contains: sepolia_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -122642,16 +121233,16 @@ input stagingmainnet_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmainnet_Bytes - canonicalId_not: stagingmainnet_Bytes - canonicalId_gt: stagingmainnet_Bytes - canonicalId_lt: stagingmainnet_Bytes - canonicalId_gte: stagingmainnet_Bytes - canonicalId_lte: stagingmainnet_Bytes - canonicalId_in: [stagingmainnet_Bytes!] - canonicalId_not_in: [stagingmainnet_Bytes!] - canonicalId_contains: stagingmainnet_Bytes - canonicalId_not_contains: stagingmainnet_Bytes + canonicalId: sepolia_Bytes + canonicalId_not: sepolia_Bytes + canonicalId_gt: sepolia_Bytes + canonicalId_lt: sepolia_Bytes + canonicalId_gte: sepolia_Bytes + canonicalId_lte: sepolia_Bytes + canonicalId_in: [sepolia_Bytes!] + canonicalId_not_in: [sepolia_Bytes!] + canonicalId_contains: sepolia_Bytes + canonicalId_not_contains: sepolia_Bytes asset: String asset_not: String asset_gt: String @@ -122672,17 +121263,17 @@ input stagingmainnet_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmainnet_Asset_filter - transactingAsset: stagingmainnet_Bytes - transactingAsset_not: stagingmainnet_Bytes - transactingAsset_gt: stagingmainnet_Bytes - transactingAsset_lt: stagingmainnet_Bytes - transactingAsset_gte: stagingmainnet_Bytes - transactingAsset_lte: stagingmainnet_Bytes - transactingAsset_in: [stagingmainnet_Bytes!] - transactingAsset_not_in: [stagingmainnet_Bytes!] - transactingAsset_contains: stagingmainnet_Bytes - transactingAsset_not_contains: stagingmainnet_Bytes + asset_: sepolia_Asset_filter + transactingAsset: sepolia_Bytes + transactingAsset_not: sepolia_Bytes + transactingAsset_gt: sepolia_Bytes + transactingAsset_lt: sepolia_Bytes + transactingAsset_gte: sepolia_Bytes + transactingAsset_lte: sepolia_Bytes + transactingAsset_in: [sepolia_Bytes!] + transactingAsset_not_in: [sepolia_Bytes!] + transactingAsset_contains: sepolia_Bytes + transactingAsset_not_contains: sepolia_Bytes message: String message_not: String message_gt: String @@ -122703,7 +121294,7 @@ input stagingmainnet_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingmainnet_OriginMessage_filter + message_: sepolia_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -122718,37 +121309,37 @@ input stagingmainnet_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingmainnet_RelayerFee_filter - initialRelayerFeeAsset: stagingmainnet_Bytes - initialRelayerFeeAsset_not: stagingmainnet_Bytes - initialRelayerFeeAsset_gt: stagingmainnet_Bytes - initialRelayerFeeAsset_lt: stagingmainnet_Bytes - initialRelayerFeeAsset_gte: stagingmainnet_Bytes - initialRelayerFeeAsset_lte: stagingmainnet_Bytes - initialRelayerFeeAsset_in: [stagingmainnet_Bytes!] - initialRelayerFeeAsset_not_in: [stagingmainnet_Bytes!] - initialRelayerFeeAsset_contains: stagingmainnet_Bytes - initialRelayerFeeAsset_not_contains: stagingmainnet_Bytes - caller: stagingmainnet_Bytes - caller_not: stagingmainnet_Bytes - caller_gt: stagingmainnet_Bytes - caller_lt: stagingmainnet_Bytes - caller_gte: stagingmainnet_Bytes - caller_lte: stagingmainnet_Bytes - caller_in: [stagingmainnet_Bytes!] - caller_not_in: [stagingmainnet_Bytes!] - caller_contains: stagingmainnet_Bytes - caller_not_contains: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes - transactionHash_not: stagingmainnet_Bytes - transactionHash_gt: stagingmainnet_Bytes - transactionHash_lt: stagingmainnet_Bytes - transactionHash_gte: stagingmainnet_Bytes - transactionHash_lte: stagingmainnet_Bytes - transactionHash_in: [stagingmainnet_Bytes!] - transactionHash_not_in: [stagingmainnet_Bytes!] - transactionHash_contains: stagingmainnet_Bytes - transactionHash_not_contains: stagingmainnet_Bytes + relayerFees_: sepolia_RelayerFee_filter + initialRelayerFeeAsset: sepolia_Bytes + initialRelayerFeeAsset_not: sepolia_Bytes + initialRelayerFeeAsset_gt: sepolia_Bytes + initialRelayerFeeAsset_lt: sepolia_Bytes + initialRelayerFeeAsset_gte: sepolia_Bytes + initialRelayerFeeAsset_lte: sepolia_Bytes + initialRelayerFeeAsset_in: [sepolia_Bytes!] + initialRelayerFeeAsset_not_in: [sepolia_Bytes!] + initialRelayerFeeAsset_contains: sepolia_Bytes + initialRelayerFeeAsset_not_contains: sepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -122781,16 +121372,16 @@ input stagingmainnet_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingmainnet_Bytes - txOrigin_not: stagingmainnet_Bytes - txOrigin_gt: stagingmainnet_Bytes - txOrigin_lt: stagingmainnet_Bytes - txOrigin_gte: stagingmainnet_Bytes - txOrigin_lte: stagingmainnet_Bytes - txOrigin_in: [stagingmainnet_Bytes!] - txOrigin_not_in: [stagingmainnet_Bytes!] - txOrigin_contains: stagingmainnet_Bytes - txOrigin_not_contains: stagingmainnet_Bytes + txOrigin: sepolia_Bytes + txOrigin_not: sepolia_Bytes + txOrigin_gt: sepolia_Bytes + txOrigin_lt: sepolia_Bytes + txOrigin_gte: sepolia_Bytes + txOrigin_lte: sepolia_Bytes + txOrigin_in: [sepolia_Bytes!] + txOrigin_not_in: [sepolia_Bytes!] + txOrigin_contains: sepolia_Bytes + txOrigin_not_contains: sepolia_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -122800,12 +121391,12 @@ input stagingmainnet_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_OriginTransfer_filter] - or: [stagingmainnet_OriginTransfer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OriginTransfer_filter] + or: [sepolia_OriginTransfer_filter] } -enum stagingmainnet_OriginTransfer_orderBy { +enum sepolia_OriginTransfer_orderBy { id chainId transferId @@ -122858,20 +121449,20 @@ enum stagingmainnet_OriginTransfer_orderBy { txNonce } -type stagingmainnet_Relayer { +type sepolia_Relayer { id: ID! isActive: Boolean! - relayer: stagingmainnet_Bytes + relayer: sepolia_Bytes } -type stagingmainnet_RelayerFee { +type sepolia_RelayerFee { id: ID! - transfer: stagingmainnet_OriginTransfer! + transfer: sepolia_OriginTransfer! fee: BigInt! - asset: stagingmainnet_Bytes! + asset: sepolia_Bytes! } -input stagingmainnet_RelayerFee_filter { +input sepolia_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -122900,7 +121491,7 @@ input stagingmainnet_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmainnet_OriginTransfer_filter + transfer_: sepolia_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -122909,23 +121500,23 @@ input stagingmainnet_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingmainnet_Bytes - asset_not: stagingmainnet_Bytes - asset_gt: stagingmainnet_Bytes - asset_lt: stagingmainnet_Bytes - asset_gte: stagingmainnet_Bytes - asset_lte: stagingmainnet_Bytes - asset_in: [stagingmainnet_Bytes!] - asset_not_in: [stagingmainnet_Bytes!] - asset_contains: stagingmainnet_Bytes - asset_not_contains: stagingmainnet_Bytes + asset: sepolia_Bytes + asset_not: sepolia_Bytes + asset_gt: sepolia_Bytes + asset_lt: sepolia_Bytes + asset_gte: sepolia_Bytes + asset_lte: sepolia_Bytes + asset_in: [sepolia_Bytes!] + asset_not_in: [sepolia_Bytes!] + asset_contains: sepolia_Bytes + asset_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RelayerFee_filter] - or: [stagingmainnet_RelayerFee_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RelayerFee_filter] + or: [sepolia_RelayerFee_filter] } -enum stagingmainnet_RelayerFee_orderBy { +enum sepolia_RelayerFee_orderBy { id transfer transfer__id @@ -122961,20 +121552,20 @@ enum stagingmainnet_RelayerFee_orderBy { asset } -type stagingmainnet_RelayerFeesIncrease { +type sepolia_RelayerFeesIncrease { id: ID! - transfer: stagingmainnet_OriginTransfer! + transfer: sepolia_OriginTransfer! increase: BigInt - asset: stagingmainnet_Bytes - caller: stagingmainnet_Bytes! - transactionHash: stagingmainnet_Bytes! + asset: sepolia_Bytes + caller: sepolia_Bytes! + transactionHash: sepolia_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmainnet_RelayerFeesIncrease_filter { +input sepolia_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -123003,7 +121594,7 @@ input stagingmainnet_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmainnet_OriginTransfer_filter + transfer_: sepolia_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -123012,36 +121603,36 @@ input stagingmainnet_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingmainnet_Bytes - asset_not: stagingmainnet_Bytes - asset_gt: stagingmainnet_Bytes - asset_lt: stagingmainnet_Bytes - asset_gte: stagingmainnet_Bytes - asset_lte: stagingmainnet_Bytes - asset_in: [stagingmainnet_Bytes!] - asset_not_in: [stagingmainnet_Bytes!] - asset_contains: stagingmainnet_Bytes - asset_not_contains: stagingmainnet_Bytes - caller: stagingmainnet_Bytes - caller_not: stagingmainnet_Bytes - caller_gt: stagingmainnet_Bytes - caller_lt: stagingmainnet_Bytes - caller_gte: stagingmainnet_Bytes - caller_lte: stagingmainnet_Bytes - caller_in: [stagingmainnet_Bytes!] - caller_not_in: [stagingmainnet_Bytes!] - caller_contains: stagingmainnet_Bytes - caller_not_contains: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes - transactionHash_not: stagingmainnet_Bytes - transactionHash_gt: stagingmainnet_Bytes - transactionHash_lt: stagingmainnet_Bytes - transactionHash_gte: stagingmainnet_Bytes - transactionHash_lte: stagingmainnet_Bytes - transactionHash_in: [stagingmainnet_Bytes!] - transactionHash_not_in: [stagingmainnet_Bytes!] - transactionHash_contains: stagingmainnet_Bytes - transactionHash_not_contains: stagingmainnet_Bytes + asset: sepolia_Bytes + asset_not: sepolia_Bytes + asset_gt: sepolia_Bytes + asset_lt: sepolia_Bytes + asset_gte: sepolia_Bytes + asset_lte: sepolia_Bytes + asset_in: [sepolia_Bytes!] + asset_not_in: [sepolia_Bytes!] + asset_contains: sepolia_Bytes + asset_not_contains: sepolia_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -123075,12 +121666,12 @@ input stagingmainnet_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RelayerFeesIncrease_filter] - or: [stagingmainnet_RelayerFeesIncrease_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RelayerFeesIncrease_filter] + or: [sepolia_RelayerFeesIncrease_filter] } -enum stagingmainnet_RelayerFeesIncrease_orderBy { +enum sepolia_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -123122,7 +121713,7 @@ enum stagingmainnet_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmainnet_Relayer_filter { +input sepolia_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -123135,34 +121726,34 @@ input stagingmainnet_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingmainnet_Bytes - relayer_not: stagingmainnet_Bytes - relayer_gt: stagingmainnet_Bytes - relayer_lt: stagingmainnet_Bytes - relayer_gte: stagingmainnet_Bytes - relayer_lte: stagingmainnet_Bytes - relayer_in: [stagingmainnet_Bytes!] - relayer_not_in: [stagingmainnet_Bytes!] - relayer_contains: stagingmainnet_Bytes - relayer_not_contains: stagingmainnet_Bytes + relayer: sepolia_Bytes + relayer_not: sepolia_Bytes + relayer_gt: sepolia_Bytes + relayer_lt: sepolia_Bytes + relayer_gte: sepolia_Bytes + relayer_lte: sepolia_Bytes + relayer_in: [sepolia_Bytes!] + relayer_not_in: [sepolia_Bytes!] + relayer_contains: sepolia_Bytes + relayer_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Relayer_filter] - or: [stagingmainnet_Relayer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Relayer_filter] + or: [sepolia_Relayer_filter] } -enum stagingmainnet_Relayer_orderBy { +enum sepolia_Relayer_orderBy { id isActive relayer } -type stagingmainnet_RootCount { +type sepolia_RootCount { id: ID! count: BigInt } -input stagingmainnet_RootCount_filter { +input sepolia_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -123180,31 +121771,31 @@ input stagingmainnet_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootCount_filter] - or: [stagingmainnet_RootCount_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootCount_filter] + or: [sepolia_RootCount_filter] } -enum stagingmainnet_RootCount_orderBy { +enum sepolia_RootCount_orderBy { id count } -type stagingmainnet_RootMessageSent { +type sepolia_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmainnet_Bytes + root: sepolia_Bytes count: BigInt - caller: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes + caller: sepolia_Bytes + transactionHash: sepolia_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmainnet_RootMessageSent_filter { +input sepolia_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -123229,16 +121820,16 @@ input stagingmainnet_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingmainnet_Bytes - root_not: stagingmainnet_Bytes - root_gt: stagingmainnet_Bytes - root_lt: stagingmainnet_Bytes - root_gte: stagingmainnet_Bytes - root_lte: stagingmainnet_Bytes - root_in: [stagingmainnet_Bytes!] - root_not_in: [stagingmainnet_Bytes!] - root_contains: stagingmainnet_Bytes - root_not_contains: stagingmainnet_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -123247,26 +121838,26 @@ input stagingmainnet_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingmainnet_Bytes - caller_not: stagingmainnet_Bytes - caller_gt: stagingmainnet_Bytes - caller_lt: stagingmainnet_Bytes - caller_gte: stagingmainnet_Bytes - caller_lte: stagingmainnet_Bytes - caller_in: [stagingmainnet_Bytes!] - caller_not_in: [stagingmainnet_Bytes!] - caller_contains: stagingmainnet_Bytes - caller_not_contains: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes - transactionHash_not: stagingmainnet_Bytes - transactionHash_gt: stagingmainnet_Bytes - transactionHash_lt: stagingmainnet_Bytes - transactionHash_gte: stagingmainnet_Bytes - transactionHash_lte: stagingmainnet_Bytes - transactionHash_in: [stagingmainnet_Bytes!] - transactionHash_not_in: [stagingmainnet_Bytes!] - transactionHash_contains: stagingmainnet_Bytes - transactionHash_not_contains: stagingmainnet_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -123300,12 +121891,12 @@ input stagingmainnet_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootMessageSent_filter] - or: [stagingmainnet_RootMessageSent_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootMessageSent_filter] + or: [sepolia_RootMessageSent_filter] } -enum stagingmainnet_RootMessageSent_orderBy { +enum sepolia_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -123319,25 +121910,25 @@ enum stagingmainnet_RootMessageSent_orderBy { blockNumber } -type stagingmainnet_Router { +type sepolia_Router { id: ID! isActive: Boolean! - owner: stagingmainnet_Bytes - recipient: stagingmainnet_Bytes - proposedOwner: stagingmainnet_Bytes + owner: sepolia_Bytes + recipient: sepolia_Bytes + proposedOwner: sepolia_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmainnet_AssetBalance_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_AssetBalance_filter): [stagingmainnet_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: sepolia_AssetBalance_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_AssetBalance_filter): [sepolia_AssetBalance!]! } -type stagingmainnet_RouterDailyTVL { +type sepolia_RouterDailyTVL { id: ID! - router: stagingmainnet_Router! - asset: stagingmainnet_Asset! + router: sepolia_Router! + asset: sepolia_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmainnet_RouterDailyTVL_filter { +input sepolia_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -123366,7 +121957,7 @@ input stagingmainnet_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmainnet_Router_filter + router_: sepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -123387,7 +121978,7 @@ input stagingmainnet_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmainnet_Asset_filter + asset_: sepolia_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -123405,12 +121996,12 @@ input stagingmainnet_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RouterDailyTVL_filter] - or: [stagingmainnet_RouterDailyTVL_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RouterDailyTVL_filter] + or: [sepolia_RouterDailyTVL_filter] } -enum stagingmainnet_RouterDailyTVL_orderBy { +enum sepolia_RouterDailyTVL_orderBy { id router router__id @@ -123433,26 +122024,26 @@ enum stagingmainnet_RouterDailyTVL_orderBy { balance } -type stagingmainnet_RouterLiquidityEvent { +type sepolia_RouterLiquidityEvent { id: ID! - type: stagingmainnet_RouterLiquidityEventType - router: stagingmainnet_Router! - asset: stagingmainnet_Asset! + type: sepolia_RouterLiquidityEventType + router: sepolia_Router! + asset: sepolia_Asset! amount: BigInt! balance: BigInt! - caller: stagingmainnet_Bytes + caller: sepolia_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmainnet_Bytes! + transactionHash: sepolia_Bytes! nonce: BigInt! } -enum stagingmainnet_RouterLiquidityEventType { +enum sepolia_RouterLiquidityEventType { Add Remove } -input stagingmainnet_RouterLiquidityEvent_filter { +input sepolia_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -123461,10 +122052,10 @@ input stagingmainnet_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingmainnet_RouterLiquidityEventType - type_not: stagingmainnet_RouterLiquidityEventType - type_in: [stagingmainnet_RouterLiquidityEventType!] - type_not_in: [stagingmainnet_RouterLiquidityEventType!] + type: sepolia_RouterLiquidityEventType + type_not: sepolia_RouterLiquidityEventType + type_in: [sepolia_RouterLiquidityEventType!] + type_not_in: [sepolia_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -123485,7 +122076,7 @@ input stagingmainnet_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmainnet_Router_filter + router_: sepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -123506,7 +122097,7 @@ input stagingmainnet_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmainnet_Asset_filter + asset_: sepolia_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -123523,16 +122114,16 @@ input stagingmainnet_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingmainnet_Bytes - caller_not: stagingmainnet_Bytes - caller_gt: stagingmainnet_Bytes - caller_lt: stagingmainnet_Bytes - caller_gte: stagingmainnet_Bytes - caller_lte: stagingmainnet_Bytes - caller_in: [stagingmainnet_Bytes!] - caller_not_in: [stagingmainnet_Bytes!] - caller_contains: stagingmainnet_Bytes - caller_not_contains: stagingmainnet_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -123549,16 +122140,16 @@ input stagingmainnet_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingmainnet_Bytes - transactionHash_not: stagingmainnet_Bytes - transactionHash_gt: stagingmainnet_Bytes - transactionHash_lt: stagingmainnet_Bytes - transactionHash_gte: stagingmainnet_Bytes - transactionHash_lte: stagingmainnet_Bytes - transactionHash_in: [stagingmainnet_Bytes!] - transactionHash_not_in: [stagingmainnet_Bytes!] - transactionHash_contains: stagingmainnet_Bytes - transactionHash_not_contains: stagingmainnet_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -123568,12 +122159,12 @@ input stagingmainnet_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RouterLiquidityEvent_filter] - or: [stagingmainnet_RouterLiquidityEvent_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RouterLiquidityEvent_filter] + or: [sepolia_RouterLiquidityEvent_filter] } -enum stagingmainnet_RouterLiquidityEvent_orderBy { +enum sepolia_RouterLiquidityEvent_orderBy { id type router @@ -123602,7 +122193,7 @@ enum stagingmainnet_RouterLiquidityEvent_orderBy { nonce } -input stagingmainnet_Router_filter { +input sepolia_Router_filter { id: ID id_not: ID id_gt: ID @@ -123615,36 +122206,36 @@ input stagingmainnet_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingmainnet_Bytes - owner_not: stagingmainnet_Bytes - owner_gt: stagingmainnet_Bytes - owner_lt: stagingmainnet_Bytes - owner_gte: stagingmainnet_Bytes - owner_lte: stagingmainnet_Bytes - owner_in: [stagingmainnet_Bytes!] - owner_not_in: [stagingmainnet_Bytes!] - owner_contains: stagingmainnet_Bytes - owner_not_contains: stagingmainnet_Bytes - recipient: stagingmainnet_Bytes - recipient_not: stagingmainnet_Bytes - recipient_gt: stagingmainnet_Bytes - recipient_lt: stagingmainnet_Bytes - recipient_gte: stagingmainnet_Bytes - recipient_lte: stagingmainnet_Bytes - recipient_in: [stagingmainnet_Bytes!] - recipient_not_in: [stagingmainnet_Bytes!] - recipient_contains: stagingmainnet_Bytes - recipient_not_contains: stagingmainnet_Bytes - proposedOwner: stagingmainnet_Bytes - proposedOwner_not: stagingmainnet_Bytes - proposedOwner_gt: stagingmainnet_Bytes - proposedOwner_lt: stagingmainnet_Bytes - proposedOwner_gte: stagingmainnet_Bytes - proposedOwner_lte: stagingmainnet_Bytes - proposedOwner_in: [stagingmainnet_Bytes!] - proposedOwner_not_in: [stagingmainnet_Bytes!] - proposedOwner_contains: stagingmainnet_Bytes - proposedOwner_not_contains: stagingmainnet_Bytes + owner: sepolia_Bytes + owner_not: sepolia_Bytes + owner_gt: sepolia_Bytes + owner_lt: sepolia_Bytes + owner_gte: sepolia_Bytes + owner_lte: sepolia_Bytes + owner_in: [sepolia_Bytes!] + owner_not_in: [sepolia_Bytes!] + owner_contains: sepolia_Bytes + owner_not_contains: sepolia_Bytes + recipient: sepolia_Bytes + recipient_not: sepolia_Bytes + recipient_gt: sepolia_Bytes + recipient_lt: sepolia_Bytes + recipient_gte: sepolia_Bytes + recipient_lte: sepolia_Bytes + recipient_in: [sepolia_Bytes!] + recipient_not_in: [sepolia_Bytes!] + recipient_contains: sepolia_Bytes + recipient_not_contains: sepolia_Bytes + proposedOwner: sepolia_Bytes + proposedOwner_not: sepolia_Bytes + proposedOwner_gt: sepolia_Bytes + proposedOwner_lt: sepolia_Bytes + proposedOwner_gte: sepolia_Bytes + proposedOwner_lte: sepolia_Bytes + proposedOwner_in: [sepolia_Bytes!] + proposedOwner_not_in: [sepolia_Bytes!] + proposedOwner_contains: sepolia_Bytes + proposedOwner_not_contains: sepolia_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -123653,14 +122244,14 @@ input stagingmainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmainnet_AssetBalance_filter + assetBalances_: sepolia_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Router_filter] - or: [stagingmainnet_Router_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Router_filter] + or: [sepolia_Router_filter] } -enum stagingmainnet_Router_orderBy { +enum sepolia_Router_orderBy { id isActive owner @@ -123670,13 +122261,13 @@ enum stagingmainnet_Router_orderBy { assetBalances } -type stagingmainnet_Sequencer { +type sepolia_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmainnet_Bytes + sequencer: sepolia_Bytes } -input stagingmainnet_Sequencer_filter { +input sepolia_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -123689,35 +122280,35 @@ input stagingmainnet_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingmainnet_Bytes - sequencer_not: stagingmainnet_Bytes - sequencer_gt: stagingmainnet_Bytes - sequencer_lt: stagingmainnet_Bytes - sequencer_gte: stagingmainnet_Bytes - sequencer_lte: stagingmainnet_Bytes - sequencer_in: [stagingmainnet_Bytes!] - sequencer_not_in: [stagingmainnet_Bytes!] - sequencer_contains: stagingmainnet_Bytes - sequencer_not_contains: stagingmainnet_Bytes + sequencer: sepolia_Bytes + sequencer_not: sepolia_Bytes + sequencer_gt: sepolia_Bytes + sequencer_lt: sepolia_Bytes + sequencer_gte: sepolia_Bytes + sequencer_lte: sepolia_Bytes + sequencer_in: [sepolia_Bytes!] + sequencer_not_in: [sepolia_Bytes!] + sequencer_contains: sepolia_Bytes + sequencer_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Sequencer_filter] - or: [stagingmainnet_Sequencer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Sequencer_filter] + or: [sepolia_Sequencer_filter] } -enum stagingmainnet_Sequencer_orderBy { +enum sepolia_Sequencer_orderBy { id isActive sequencer } -type stagingmainnet_Setting { +type sepolia_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmainnet_Bytes! + caller: sepolia_Bytes! } -input stagingmainnet_Setting_filter { +input sepolia_Setting_filter { id: ID id_not: ID id_gt: ID @@ -123734,41 +122325,41 @@ input stagingmainnet_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingmainnet_Bytes - caller_not: stagingmainnet_Bytes - caller_gt: stagingmainnet_Bytes - caller_lt: stagingmainnet_Bytes - caller_gte: stagingmainnet_Bytes - caller_lte: stagingmainnet_Bytes - caller_in: [stagingmainnet_Bytes!] - caller_not_in: [stagingmainnet_Bytes!] - caller_contains: stagingmainnet_Bytes - caller_not_contains: stagingmainnet_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Setting_filter] - or: [stagingmainnet_Setting_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Setting_filter] + or: [sepolia_Setting_filter] } -enum stagingmainnet_Setting_orderBy { +enum sepolia_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmainnet_SlippageUpdate { +type sepolia_SlippageUpdate { id: ID! - transfer: stagingmainnet_DestinationTransfer! + transfer: sepolia_DestinationTransfer! slippage: BigInt! - caller: stagingmainnet_Bytes! - transactionHash: stagingmainnet_Bytes! + caller: sepolia_Bytes! + transactionHash: sepolia_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmainnet_SlippageUpdate_filter { +input sepolia_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -123797,7 +122388,7 @@ input stagingmainnet_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmainnet_DestinationTransfer_filter + transfer_: sepolia_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -123806,26 +122397,26 @@ input stagingmainnet_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingmainnet_Bytes - caller_not: stagingmainnet_Bytes - caller_gt: stagingmainnet_Bytes - caller_lt: stagingmainnet_Bytes - caller_gte: stagingmainnet_Bytes - caller_lte: stagingmainnet_Bytes - caller_in: [stagingmainnet_Bytes!] - caller_not_in: [stagingmainnet_Bytes!] - caller_contains: stagingmainnet_Bytes - caller_not_contains: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes - transactionHash_not: stagingmainnet_Bytes - transactionHash_gt: stagingmainnet_Bytes - transactionHash_lt: stagingmainnet_Bytes - transactionHash_gte: stagingmainnet_Bytes - transactionHash_lte: stagingmainnet_Bytes - transactionHash_in: [stagingmainnet_Bytes!] - transactionHash_not_in: [stagingmainnet_Bytes!] - transactionHash_contains: stagingmainnet_Bytes - transactionHash_not_contains: stagingmainnet_Bytes + caller: sepolia_Bytes + caller_not: sepolia_Bytes + caller_gt: sepolia_Bytes + caller_lt: sepolia_Bytes + caller_gte: sepolia_Bytes + caller_lte: sepolia_Bytes + caller_in: [sepolia_Bytes!] + caller_not_in: [sepolia_Bytes!] + caller_contains: sepolia_Bytes + caller_not_contains: sepolia_Bytes + transactionHash: sepolia_Bytes + transactionHash_not: sepolia_Bytes + transactionHash_gt: sepolia_Bytes + transactionHash_lt: sepolia_Bytes + transactionHash_gte: sepolia_Bytes + transactionHash_lte: sepolia_Bytes + transactionHash_in: [sepolia_Bytes!] + transactionHash_not_in: [sepolia_Bytes!] + transactionHash_contains: sepolia_Bytes + transactionHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -123859,12 +122450,12 @@ input stagingmainnet_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_SlippageUpdate_filter] - or: [stagingmainnet_SlippageUpdate_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_SlippageUpdate_filter] + or: [sepolia_SlippageUpdate_filter] } -enum stagingmainnet_SlippageUpdate_orderBy { +enum sepolia_SlippageUpdate_orderBy { id transfer transfer__id @@ -123912,16 +122503,16 @@ enum stagingmainnet_SlippageUpdate_orderBy { blockNumber } -type stagingmainnet_SnapshotRoot { +type sepolia_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmainnet_Bytes! + root: sepolia_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmainnet_SnapshotRoot_filter { +input sepolia_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -123938,16 +122529,16 @@ input stagingmainnet_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingmainnet_Bytes - root_not: stagingmainnet_Bytes - root_gt: stagingmainnet_Bytes - root_lt: stagingmainnet_Bytes - root_gte: stagingmainnet_Bytes - root_lte: stagingmainnet_Bytes - root_in: [stagingmainnet_Bytes!] - root_not_in: [stagingmainnet_Bytes!] - root_contains: stagingmainnet_Bytes - root_not_contains: stagingmainnet_Bytes + root: sepolia_Bytes + root_not: sepolia_Bytes + root_gt: sepolia_Bytes + root_lt: sepolia_Bytes + root_gte: sepolia_Bytes + root_lte: sepolia_Bytes + root_in: [sepolia_Bytes!] + root_not_in: [sepolia_Bytes!] + root_contains: sepolia_Bytes + root_not_contains: sepolia_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -123973,12 +122564,12 @@ input stagingmainnet_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_SnapshotRoot_filter] - or: [stagingmainnet_SnapshotRoot_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_SnapshotRoot_filter] + or: [sepolia_SnapshotRoot_filter] } -enum stagingmainnet_SnapshotRoot_orderBy { +enum sepolia_SnapshotRoot_orderBy { id spokeDomain root @@ -123987,12 +122578,12 @@ enum stagingmainnet_SnapshotRoot_orderBy { blockNumber } -type stagingmainnet_SpokeConnectorMode { +type sepolia_SpokeConnectorMode { id: ID! mode: String! } -input stagingmainnet_SpokeConnectorMode_filter { +input sepolia_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -124022,17 +122613,17 @@ input stagingmainnet_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_SpokeConnectorMode_filter] - or: [stagingmainnet_SpokeConnectorMode_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_SpokeConnectorMode_filter] + or: [sepolia_SpokeConnectorMode_filter] } -enum stagingmainnet_SpokeConnectorMode_orderBy { +enum sepolia_SpokeConnectorMode_orderBy { id mode } -enum stagingmainnet_TransferStatus { +enum sepolia_TransferStatus { XCalled Executed Reconciled @@ -124040,15 +122631,15 @@ enum stagingmainnet_TransferStatus { CompletedFast } -type zksync_AggregateRoot { +type stagingarbitrumone_AggregateRoot { id: ID! - root: zksync_Bytes! + root: stagingarbitrumone_Bytes! blockNumber: BigInt! } -type zksync_AggregateRootProposed { +type stagingarbitrumone_AggregateRootProposed { id: ID! - aggregateRoot: zksync_Bytes! + aggregateRoot: stagingarbitrumone_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -124056,7 +122647,7 @@ type zksync_AggregateRootProposed { blockNumber: BigInt } -input zksync_AggregateRootProposed_filter { +input stagingarbitrumone_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -124065,16 +122656,16 @@ input zksync_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: zksync_Bytes - aggregateRoot_not: zksync_Bytes - aggregateRoot_gt: zksync_Bytes - aggregateRoot_lt: zksync_Bytes - aggregateRoot_gte: zksync_Bytes - aggregateRoot_lte: zksync_Bytes - aggregateRoot_in: [zksync_Bytes!] - aggregateRoot_not_in: [zksync_Bytes!] - aggregateRoot_contains: zksync_Bytes - aggregateRoot_not_contains: zksync_Bytes + aggregateRoot: stagingarbitrumone_Bytes + aggregateRoot_not: stagingarbitrumone_Bytes + aggregateRoot_gt: stagingarbitrumone_Bytes + aggregateRoot_lt: stagingarbitrumone_Bytes + aggregateRoot_gte: stagingarbitrumone_Bytes + aggregateRoot_lte: stagingarbitrumone_Bytes + aggregateRoot_in: [stagingarbitrumone_Bytes!] + aggregateRoot_not_in: [stagingarbitrumone_Bytes!] + aggregateRoot_contains: stagingarbitrumone_Bytes + aggregateRoot_not_contains: stagingarbitrumone_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -124116,12 +122707,12 @@ input zksync_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AggregateRootProposed_filter] - or: [zksync_AggregateRootProposed_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AggregateRootProposed_filter] + or: [stagingarbitrumone_AggregateRootProposed_filter] } -enum zksync_AggregateRootProposed_orderBy { +enum stagingarbitrumone_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -124131,7 +122722,7 @@ enum zksync_AggregateRootProposed_orderBy { blockNumber } -input zksync_AggregateRoot_filter { +input stagingarbitrumone_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -124140,16 +122731,16 @@ input zksync_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: zksync_Bytes - root_not: zksync_Bytes - root_gt: zksync_Bytes - root_lt: zksync_Bytes - root_gte: zksync_Bytes - root_lte: zksync_Bytes - root_in: [zksync_Bytes!] - root_not_in: [zksync_Bytes!] - root_contains: zksync_Bytes - root_not_contains: zksync_Bytes + root: stagingarbitrumone_Bytes + root_not: stagingarbitrumone_Bytes + root_gt: stagingarbitrumone_Bytes + root_lt: stagingarbitrumone_Bytes + root_gte: stagingarbitrumone_Bytes + root_lte: stagingarbitrumone_Bytes + root_in: [stagingarbitrumone_Bytes!] + root_not_in: [stagingarbitrumone_Bytes!] + root_contains: stagingarbitrumone_Bytes + root_not_contains: stagingarbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -124159,47 +122750,47 @@ input zksync_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AggregateRoot_filter] - or: [zksync_AggregateRoot_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AggregateRoot_filter] + or: [stagingarbitrumone_AggregateRoot_filter] } -enum zksync_AggregateRoot_orderBy { +enum stagingarbitrumone_AggregateRoot_orderBy { id root blockNumber } -enum zksync_Aggregation_interval { +enum stagingarbitrumone_Aggregation_interval { hour day } -type zksync_Asset { +type stagingarbitrumone_Asset { id: ID! - key: zksync_Bytes + key: stagingarbitrumone_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: zksync_Bytes + canonicalId: stagingarbitrumone_Bytes canonicalDomain: BigInt - adoptedAsset: zksync_Bytes - localAsset: zksync_Bytes + adoptedAsset: stagingarbitrumone_Bytes + localAsset: stagingarbitrumone_Bytes blockNumber: BigInt - status: zksync_AssetStatus + status: stagingarbitrumone_AssetStatus } -type zksync_AssetBalance { +type stagingarbitrumone_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: zksync_Router! - asset: zksync_Asset! + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! feesEarned: BigInt! } -input zksync_AssetBalance_filter { +input stagingarbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -124260,7 +122851,7 @@ input zksync_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: zksync_Router_filter + router_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -124281,7 +122872,7 @@ input zksync_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter + asset_: stagingarbitrumone_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -124291,12 +122882,12 @@ input zksync_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AssetBalance_filter] - or: [zksync_AssetBalance_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AssetBalance_filter] + or: [stagingarbitrumone_AssetBalance_filter] } -enum zksync_AssetBalance_orderBy { +enum stagingarbitrumone_AssetBalance_orderBy { id amount locked @@ -124322,12 +122913,12 @@ enum zksync_AssetBalance_orderBy { feesEarned } -type zksync_AssetStatus { +type stagingarbitrumone_AssetStatus { id: ID! status: Boolean } -input zksync_AssetStatus_filter { +input stagingarbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -124341,17 +122932,17 @@ input zksync_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_AssetStatus_filter] - or: [zksync_AssetStatus_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AssetStatus_filter] + or: [stagingarbitrumone_AssetStatus_filter] } -enum zksync_AssetStatus_orderBy { +enum stagingarbitrumone_AssetStatus_orderBy { id status } -input zksync_Asset_filter { +input stagingarbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -124360,16 +122951,16 @@ input zksync_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: zksync_Bytes - key_not: zksync_Bytes - key_gt: zksync_Bytes - key_lt: zksync_Bytes - key_gte: zksync_Bytes - key_lte: zksync_Bytes - key_in: [zksync_Bytes!] - key_not_in: [zksync_Bytes!] - key_contains: zksync_Bytes - key_not_contains: zksync_Bytes + key: stagingarbitrumone_Bytes + key_not: stagingarbitrumone_Bytes + key_gt: stagingarbitrumone_Bytes + key_lt: stagingarbitrumone_Bytes + key_gte: stagingarbitrumone_Bytes + key_lte: stagingarbitrumone_Bytes + key_in: [stagingarbitrumone_Bytes!] + key_not_in: [stagingarbitrumone_Bytes!] + key_contains: stagingarbitrumone_Bytes + key_not_contains: stagingarbitrumone_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -124386,16 +122977,16 @@ input zksync_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: zksync_Bytes - canonicalId_not: zksync_Bytes - canonicalId_gt: zksync_Bytes - canonicalId_lt: zksync_Bytes - canonicalId_gte: zksync_Bytes - canonicalId_lte: zksync_Bytes - canonicalId_in: [zksync_Bytes!] - canonicalId_not_in: [zksync_Bytes!] - canonicalId_contains: zksync_Bytes - canonicalId_not_contains: zksync_Bytes + canonicalId: stagingarbitrumone_Bytes + canonicalId_not: stagingarbitrumone_Bytes + canonicalId_gt: stagingarbitrumone_Bytes + canonicalId_lt: stagingarbitrumone_Bytes + canonicalId_gte: stagingarbitrumone_Bytes + canonicalId_lte: stagingarbitrumone_Bytes + canonicalId_in: [stagingarbitrumone_Bytes!] + canonicalId_not_in: [stagingarbitrumone_Bytes!] + canonicalId_contains: stagingarbitrumone_Bytes + canonicalId_not_contains: stagingarbitrumone_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -124404,26 +122995,26 @@ input zksync_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: zksync_Bytes - adoptedAsset_not: zksync_Bytes - adoptedAsset_gt: zksync_Bytes - adoptedAsset_lt: zksync_Bytes - adoptedAsset_gte: zksync_Bytes - adoptedAsset_lte: zksync_Bytes - adoptedAsset_in: [zksync_Bytes!] - adoptedAsset_not_in: [zksync_Bytes!] - adoptedAsset_contains: zksync_Bytes - adoptedAsset_not_contains: zksync_Bytes - localAsset: zksync_Bytes - localAsset_not: zksync_Bytes - localAsset_gt: zksync_Bytes - localAsset_lt: zksync_Bytes - localAsset_gte: zksync_Bytes - localAsset_lte: zksync_Bytes - localAsset_in: [zksync_Bytes!] - localAsset_not_in: [zksync_Bytes!] - localAsset_contains: zksync_Bytes - localAsset_not_contains: zksync_Bytes + adoptedAsset: stagingarbitrumone_Bytes + adoptedAsset_not: stagingarbitrumone_Bytes + adoptedAsset_gt: stagingarbitrumone_Bytes + adoptedAsset_lt: stagingarbitrumone_Bytes + adoptedAsset_gte: stagingarbitrumone_Bytes + adoptedAsset_lte: stagingarbitrumone_Bytes + adoptedAsset_in: [stagingarbitrumone_Bytes!] + adoptedAsset_not_in: [stagingarbitrumone_Bytes!] + adoptedAsset_contains: stagingarbitrumone_Bytes + adoptedAsset_not_contains: stagingarbitrumone_Bytes + localAsset: stagingarbitrumone_Bytes + localAsset_not: stagingarbitrumone_Bytes + localAsset_gt: stagingarbitrumone_Bytes + localAsset_lt: stagingarbitrumone_Bytes + localAsset_gte: stagingarbitrumone_Bytes + localAsset_lte: stagingarbitrumone_Bytes + localAsset_in: [stagingarbitrumone_Bytes!] + localAsset_not_in: [stagingarbitrumone_Bytes!] + localAsset_contains: stagingarbitrumone_Bytes + localAsset_not_contains: stagingarbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -124452,14 +123043,14 @@ input zksync_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: zksync_AssetStatus_filter + status_: stagingarbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_Asset_filter] - or: [zksync_Asset_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Asset_filter] + or: [stagingarbitrumone_Asset_filter] } -enum zksync_Asset_orderBy { +enum stagingarbitrumone_Asset_orderBy { id key decimal @@ -124474,30 +123065,30 @@ enum zksync_Asset_orderBy { status__status } -scalar zksync_BigDecimal +scalar stagingarbitrumone_BigDecimal -input zksync_BlockChangedFilter { +input stagingarbitrumone_BlockChangedFilter { number_gte: Int! } -input zksync_Block_height { - hash: zksync_Bytes +input stagingarbitrumone_Block_height { + hash: stagingarbitrumone_Bytes number: Int number_gte: Int } -scalar zksync_Bytes +scalar stagingarbitrumone_Bytes -type zksync_ConnectorMeta { +type stagingarbitrumone_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: zksync_Bytes - rootManager: zksync_Bytes - mirrorConnector: zksync_Bytes + amb: stagingarbitrumone_Bytes + rootManager: stagingarbitrumone_Bytes + mirrorConnector: stagingarbitrumone_Bytes } -input zksync_ConnectorMeta_filter { +input stagingarbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -124522,43 +123113,43 @@ input zksync_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: zksync_Bytes - amb_not: zksync_Bytes - amb_gt: zksync_Bytes - amb_lt: zksync_Bytes - amb_gte: zksync_Bytes - amb_lte: zksync_Bytes - amb_in: [zksync_Bytes!] - amb_not_in: [zksync_Bytes!] - amb_contains: zksync_Bytes - amb_not_contains: zksync_Bytes - rootManager: zksync_Bytes - rootManager_not: zksync_Bytes - rootManager_gt: zksync_Bytes - rootManager_lt: zksync_Bytes - rootManager_gte: zksync_Bytes - rootManager_lte: zksync_Bytes - rootManager_in: [zksync_Bytes!] - rootManager_not_in: [zksync_Bytes!] - rootManager_contains: zksync_Bytes - rootManager_not_contains: zksync_Bytes - mirrorConnector: zksync_Bytes - mirrorConnector_not: zksync_Bytes - mirrorConnector_gt: zksync_Bytes - mirrorConnector_lt: zksync_Bytes - mirrorConnector_gte: zksync_Bytes - mirrorConnector_lte: zksync_Bytes - mirrorConnector_in: [zksync_Bytes!] - mirrorConnector_not_in: [zksync_Bytes!] - mirrorConnector_contains: zksync_Bytes - mirrorConnector_not_contains: zksync_Bytes + amb: stagingarbitrumone_Bytes + amb_not: stagingarbitrumone_Bytes + amb_gt: stagingarbitrumone_Bytes + amb_lt: stagingarbitrumone_Bytes + amb_gte: stagingarbitrumone_Bytes + amb_lte: stagingarbitrumone_Bytes + amb_in: [stagingarbitrumone_Bytes!] + amb_not_in: [stagingarbitrumone_Bytes!] + amb_contains: stagingarbitrumone_Bytes + amb_not_contains: stagingarbitrumone_Bytes + rootManager: stagingarbitrumone_Bytes + rootManager_not: stagingarbitrumone_Bytes + rootManager_gt: stagingarbitrumone_Bytes + rootManager_lt: stagingarbitrumone_Bytes + rootManager_gte: stagingarbitrumone_Bytes + rootManager_lte: stagingarbitrumone_Bytes + rootManager_in: [stagingarbitrumone_Bytes!] + rootManager_not_in: [stagingarbitrumone_Bytes!] + rootManager_contains: stagingarbitrumone_Bytes + rootManager_not_contains: stagingarbitrumone_Bytes + mirrorConnector: stagingarbitrumone_Bytes + mirrorConnector_not: stagingarbitrumone_Bytes + mirrorConnector_gt: stagingarbitrumone_Bytes + mirrorConnector_lt: stagingarbitrumone_Bytes + mirrorConnector_gte: stagingarbitrumone_Bytes + mirrorConnector_lte: stagingarbitrumone_Bytes + mirrorConnector_in: [stagingarbitrumone_Bytes!] + mirrorConnector_not_in: [stagingarbitrumone_Bytes!] + mirrorConnector_contains: stagingarbitrumone_Bytes + mirrorConnector_not_contains: stagingarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_ConnectorMeta_filter] - or: [zksync_ConnectorMeta_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_ConnectorMeta_filter] + or: [stagingarbitrumone_ConnectorMeta_filter] } -enum zksync_ConnectorMeta_orderBy { +enum stagingarbitrumone_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -124567,48 +123158,48 @@ enum zksync_ConnectorMeta_orderBy { mirrorConnector } -type zksync_DestinationTransfer { +type stagingarbitrumone_DestinationTransfer { id: ID! chainId: BigInt - transferId: zksync_Bytes + transferId: stagingarbitrumone_Bytes nonce: BigInt - status: zksync_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: zksync_Router_orderBy, orderDirection: zksync_OrderDirection, where: zksync_Router_filter): [zksync_Router!] + status: stagingarbitrumone_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_Router_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_Router_filter): [stagingarbitrumone_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: zksync_Bytes - delegate: zksync_Bytes + to: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes receiveLocal: Boolean - callData: zksync_Bytes + callData: stagingarbitrumone_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: zksync_Bytes + originSender: stagingarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: zksync_Bytes - asset: zksync_Asset + canonicalId: stagingarbitrumone_Bytes + asset: stagingarbitrumone_Asset amount: BigInt routersFee: BigInt - executedCaller: zksync_Bytes - executedTransactionHash: zksync_Bytes + executedCaller: stagingarbitrumone_Bytes + executedTransactionHash: stagingarbitrumone_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: zksync_Bytes + executedTxOrigin: stagingarbitrumone_Bytes executedTxNonce: BigInt - reconciledCaller: zksync_Bytes - reconciledTransactionHash: zksync_Bytes + reconciledCaller: stagingarbitrumone_Bytes + reconciledTransactionHash: stagingarbitrumone_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: zksync_Bytes + reconciledTxOrigin: stagingarbitrumone_Bytes reconciledTxNonce: BigInt } -input zksync_DestinationTransfer_filter { +input stagingarbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -124625,16 +123216,16 @@ input zksync_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: zksync_Bytes - transferId_not: zksync_Bytes - transferId_gt: zksync_Bytes - transferId_lt: zksync_Bytes - transferId_gte: zksync_Bytes - transferId_lte: zksync_Bytes - transferId_in: [zksync_Bytes!] - transferId_not_in: [zksync_Bytes!] - transferId_contains: zksync_Bytes - transferId_not_contains: zksync_Bytes + transferId: stagingarbitrumone_Bytes + transferId_not: stagingarbitrumone_Bytes + transferId_gt: stagingarbitrumone_Bytes + transferId_lt: stagingarbitrumone_Bytes + transferId_gte: stagingarbitrumone_Bytes + transferId_lte: stagingarbitrumone_Bytes + transferId_in: [stagingarbitrumone_Bytes!] + transferId_not_in: [stagingarbitrumone_Bytes!] + transferId_contains: stagingarbitrumone_Bytes + transferId_not_contains: stagingarbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -124643,17 +123234,17 @@ input zksync_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: zksync_TransferStatus - status_not: zksync_TransferStatus - status_in: [zksync_TransferStatus!] - status_not_in: [zksync_TransferStatus!] + status: stagingarbitrumone_TransferStatus + status_not: stagingarbitrumone_TransferStatus + status_in: [stagingarbitrumone_TransferStatus!] + status_not_in: [stagingarbitrumone_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: zksync_Router_filter + routers_: stagingarbitrumone_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -124678,40 +123269,40 @@ input zksync_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: zksync_Bytes - to_not: zksync_Bytes - to_gt: zksync_Bytes - to_lt: zksync_Bytes - to_gte: zksync_Bytes - to_lte: zksync_Bytes - to_in: [zksync_Bytes!] - to_not_in: [zksync_Bytes!] - to_contains: zksync_Bytes - to_not_contains: zksync_Bytes - delegate: zksync_Bytes - delegate_not: zksync_Bytes - delegate_gt: zksync_Bytes - delegate_lt: zksync_Bytes - delegate_gte: zksync_Bytes - delegate_lte: zksync_Bytes - delegate_in: [zksync_Bytes!] - delegate_not_in: [zksync_Bytes!] - delegate_contains: zksync_Bytes - delegate_not_contains: zksync_Bytes + to: stagingarbitrumone_Bytes + to_not: stagingarbitrumone_Bytes + to_gt: stagingarbitrumone_Bytes + to_lt: stagingarbitrumone_Bytes + to_gte: stagingarbitrumone_Bytes + to_lte: stagingarbitrumone_Bytes + to_in: [stagingarbitrumone_Bytes!] + to_not_in: [stagingarbitrumone_Bytes!] + to_contains: stagingarbitrumone_Bytes + to_not_contains: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes + delegate_not: stagingarbitrumone_Bytes + delegate_gt: stagingarbitrumone_Bytes + delegate_lt: stagingarbitrumone_Bytes + delegate_gte: stagingarbitrumone_Bytes + delegate_lte: stagingarbitrumone_Bytes + delegate_in: [stagingarbitrumone_Bytes!] + delegate_not_in: [stagingarbitrumone_Bytes!] + delegate_contains: stagingarbitrumone_Bytes + delegate_not_contains: stagingarbitrumone_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: zksync_Bytes - callData_not: zksync_Bytes - callData_gt: zksync_Bytes - callData_lt: zksync_Bytes - callData_gte: zksync_Bytes - callData_lte: zksync_Bytes - callData_in: [zksync_Bytes!] - callData_not_in: [zksync_Bytes!] - callData_contains: zksync_Bytes - callData_not_contains: zksync_Bytes + callData: stagingarbitrumone_Bytes + callData_not: stagingarbitrumone_Bytes + callData_gt: stagingarbitrumone_Bytes + callData_lt: stagingarbitrumone_Bytes + callData_gte: stagingarbitrumone_Bytes + callData_lte: stagingarbitrumone_Bytes + callData_in: [stagingarbitrumone_Bytes!] + callData_not_in: [stagingarbitrumone_Bytes!] + callData_contains: stagingarbitrumone_Bytes + callData_not_contains: stagingarbitrumone_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -124728,16 +123319,16 @@ input zksync_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: zksync_Bytes - originSender_not: zksync_Bytes - originSender_gt: zksync_Bytes - originSender_lt: zksync_Bytes - originSender_gte: zksync_Bytes - originSender_lte: zksync_Bytes - originSender_in: [zksync_Bytes!] - originSender_not_in: [zksync_Bytes!] - originSender_contains: zksync_Bytes - originSender_not_contains: zksync_Bytes + originSender: stagingarbitrumone_Bytes + originSender_not: stagingarbitrumone_Bytes + originSender_gt: stagingarbitrumone_Bytes + originSender_lt: stagingarbitrumone_Bytes + originSender_gte: stagingarbitrumone_Bytes + originSender_lte: stagingarbitrumone_Bytes + originSender_in: [stagingarbitrumone_Bytes!] + originSender_not_in: [stagingarbitrumone_Bytes!] + originSender_contains: stagingarbitrumone_Bytes + originSender_not_contains: stagingarbitrumone_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -124754,16 +123345,16 @@ input zksync_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: zksync_Bytes - canonicalId_not: zksync_Bytes - canonicalId_gt: zksync_Bytes - canonicalId_lt: zksync_Bytes - canonicalId_gte: zksync_Bytes - canonicalId_lte: zksync_Bytes - canonicalId_in: [zksync_Bytes!] - canonicalId_not_in: [zksync_Bytes!] - canonicalId_contains: zksync_Bytes - canonicalId_not_contains: zksync_Bytes + canonicalId: stagingarbitrumone_Bytes + canonicalId_not: stagingarbitrumone_Bytes + canonicalId_gt: stagingarbitrumone_Bytes + canonicalId_lt: stagingarbitrumone_Bytes + canonicalId_gte: stagingarbitrumone_Bytes + canonicalId_lte: stagingarbitrumone_Bytes + canonicalId_in: [stagingarbitrumone_Bytes!] + canonicalId_not_in: [stagingarbitrumone_Bytes!] + canonicalId_contains: stagingarbitrumone_Bytes + canonicalId_not_contains: stagingarbitrumone_Bytes asset: String asset_not: String asset_gt: String @@ -124784,7 +123375,7 @@ input zksync_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter + asset_: stagingarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -124801,26 +123392,26 @@ input zksync_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: zksync_Bytes - executedCaller_not: zksync_Bytes - executedCaller_gt: zksync_Bytes - executedCaller_lt: zksync_Bytes - executedCaller_gte: zksync_Bytes - executedCaller_lte: zksync_Bytes - executedCaller_in: [zksync_Bytes!] - executedCaller_not_in: [zksync_Bytes!] - executedCaller_contains: zksync_Bytes - executedCaller_not_contains: zksync_Bytes - executedTransactionHash: zksync_Bytes - executedTransactionHash_not: zksync_Bytes - executedTransactionHash_gt: zksync_Bytes - executedTransactionHash_lt: zksync_Bytes - executedTransactionHash_gte: zksync_Bytes - executedTransactionHash_lte: zksync_Bytes - executedTransactionHash_in: [zksync_Bytes!] - executedTransactionHash_not_in: [zksync_Bytes!] - executedTransactionHash_contains: zksync_Bytes - executedTransactionHash_not_contains: zksync_Bytes + executedCaller: stagingarbitrumone_Bytes + executedCaller_not: stagingarbitrumone_Bytes + executedCaller_gt: stagingarbitrumone_Bytes + executedCaller_lt: stagingarbitrumone_Bytes + executedCaller_gte: stagingarbitrumone_Bytes + executedCaller_lte: stagingarbitrumone_Bytes + executedCaller_in: [stagingarbitrumone_Bytes!] + executedCaller_not_in: [stagingarbitrumone_Bytes!] + executedCaller_contains: stagingarbitrumone_Bytes + executedCaller_not_contains: stagingarbitrumone_Bytes + executedTransactionHash: stagingarbitrumone_Bytes + executedTransactionHash_not: stagingarbitrumone_Bytes + executedTransactionHash_gt: stagingarbitrumone_Bytes + executedTransactionHash_lt: stagingarbitrumone_Bytes + executedTransactionHash_gte: stagingarbitrumone_Bytes + executedTransactionHash_lte: stagingarbitrumone_Bytes + executedTransactionHash_in: [stagingarbitrumone_Bytes!] + executedTransactionHash_not_in: [stagingarbitrumone_Bytes!] + executedTransactionHash_contains: stagingarbitrumone_Bytes + executedTransactionHash_not_contains: stagingarbitrumone_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -124853,16 +123444,16 @@ input zksync_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: zksync_Bytes - executedTxOrigin_not: zksync_Bytes - executedTxOrigin_gt: zksync_Bytes - executedTxOrigin_lt: zksync_Bytes - executedTxOrigin_gte: zksync_Bytes - executedTxOrigin_lte: zksync_Bytes - executedTxOrigin_in: [zksync_Bytes!] - executedTxOrigin_not_in: [zksync_Bytes!] - executedTxOrigin_contains: zksync_Bytes - executedTxOrigin_not_contains: zksync_Bytes + executedTxOrigin: stagingarbitrumone_Bytes + executedTxOrigin_not: stagingarbitrumone_Bytes + executedTxOrigin_gt: stagingarbitrumone_Bytes + executedTxOrigin_lt: stagingarbitrumone_Bytes + executedTxOrigin_gte: stagingarbitrumone_Bytes + executedTxOrigin_lte: stagingarbitrumone_Bytes + executedTxOrigin_in: [stagingarbitrumone_Bytes!] + executedTxOrigin_not_in: [stagingarbitrumone_Bytes!] + executedTxOrigin_contains: stagingarbitrumone_Bytes + executedTxOrigin_not_contains: stagingarbitrumone_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -124871,26 +123462,26 @@ input zksync_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: zksync_Bytes - reconciledCaller_not: zksync_Bytes - reconciledCaller_gt: zksync_Bytes - reconciledCaller_lt: zksync_Bytes - reconciledCaller_gte: zksync_Bytes - reconciledCaller_lte: zksync_Bytes - reconciledCaller_in: [zksync_Bytes!] - reconciledCaller_not_in: [zksync_Bytes!] - reconciledCaller_contains: zksync_Bytes - reconciledCaller_not_contains: zksync_Bytes - reconciledTransactionHash: zksync_Bytes - reconciledTransactionHash_not: zksync_Bytes - reconciledTransactionHash_gt: zksync_Bytes - reconciledTransactionHash_lt: zksync_Bytes - reconciledTransactionHash_gte: zksync_Bytes - reconciledTransactionHash_lte: zksync_Bytes - reconciledTransactionHash_in: [zksync_Bytes!] - reconciledTransactionHash_not_in: [zksync_Bytes!] - reconciledTransactionHash_contains: zksync_Bytes - reconciledTransactionHash_not_contains: zksync_Bytes + reconciledCaller: stagingarbitrumone_Bytes + reconciledCaller_not: stagingarbitrumone_Bytes + reconciledCaller_gt: stagingarbitrumone_Bytes + reconciledCaller_lt: stagingarbitrumone_Bytes + reconciledCaller_gte: stagingarbitrumone_Bytes + reconciledCaller_lte: stagingarbitrumone_Bytes + reconciledCaller_in: [stagingarbitrumone_Bytes!] + reconciledCaller_not_in: [stagingarbitrumone_Bytes!] + reconciledCaller_contains: stagingarbitrumone_Bytes + reconciledCaller_not_contains: stagingarbitrumone_Bytes + reconciledTransactionHash: stagingarbitrumone_Bytes + reconciledTransactionHash_not: stagingarbitrumone_Bytes + reconciledTransactionHash_gt: stagingarbitrumone_Bytes + reconciledTransactionHash_lt: stagingarbitrumone_Bytes + reconciledTransactionHash_gte: stagingarbitrumone_Bytes + reconciledTransactionHash_lte: stagingarbitrumone_Bytes + reconciledTransactionHash_in: [stagingarbitrumone_Bytes!] + reconciledTransactionHash_not_in: [stagingarbitrumone_Bytes!] + reconciledTransactionHash_contains: stagingarbitrumone_Bytes + reconciledTransactionHash_not_contains: stagingarbitrumone_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -124923,16 +123514,16 @@ input zksync_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: zksync_Bytes - reconciledTxOrigin_not: zksync_Bytes - reconciledTxOrigin_gt: zksync_Bytes - reconciledTxOrigin_lt: zksync_Bytes - reconciledTxOrigin_gte: zksync_Bytes - reconciledTxOrigin_lte: zksync_Bytes - reconciledTxOrigin_in: [zksync_Bytes!] - reconciledTxOrigin_not_in: [zksync_Bytes!] - reconciledTxOrigin_contains: zksync_Bytes - reconciledTxOrigin_not_contains: zksync_Bytes + reconciledTxOrigin: stagingarbitrumone_Bytes + reconciledTxOrigin_not: stagingarbitrumone_Bytes + reconciledTxOrigin_gt: stagingarbitrumone_Bytes + reconciledTxOrigin_lt: stagingarbitrumone_Bytes + reconciledTxOrigin_gte: stagingarbitrumone_Bytes + reconciledTxOrigin_lte: stagingarbitrumone_Bytes + reconciledTxOrigin_in: [stagingarbitrumone_Bytes!] + reconciledTxOrigin_not_in: [stagingarbitrumone_Bytes!] + reconciledTxOrigin_contains: stagingarbitrumone_Bytes + reconciledTxOrigin_not_contains: stagingarbitrumone_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -124942,12 +123533,12 @@ input zksync_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_DestinationTransfer_filter] - or: [zksync_DestinationTransfer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_DestinationTransfer_filter] + or: [stagingarbitrumone_DestinationTransfer_filter] } -enum zksync_DestinationTransfer_orderBy { +enum stagingarbitrumone_DestinationTransfer_orderBy { id chainId transferId @@ -125001,16 +123592,16 @@ enum zksync_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar zksync_Int8 +scalar stagingarbitrumone_Int8 -type zksync_OptimisticRootFinalized { +type stagingarbitrumone_OptimisticRootFinalized { id: ID! - aggregateRoot: zksync_Bytes! + aggregateRoot: stagingarbitrumone_Bytes! timestamp: BigInt! blockNumber: BigInt } -input zksync_OptimisticRootFinalized_filter { +input stagingarbitrumone_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -125019,16 +123610,16 @@ input zksync_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: zksync_Bytes - aggregateRoot_not: zksync_Bytes - aggregateRoot_gt: zksync_Bytes - aggregateRoot_lt: zksync_Bytes - aggregateRoot_gte: zksync_Bytes - aggregateRoot_lte: zksync_Bytes - aggregateRoot_in: [zksync_Bytes!] - aggregateRoot_not_in: [zksync_Bytes!] - aggregateRoot_contains: zksync_Bytes - aggregateRoot_not_contains: zksync_Bytes + aggregateRoot: stagingarbitrumone_Bytes + aggregateRoot_not: stagingarbitrumone_Bytes + aggregateRoot_gt: stagingarbitrumone_Bytes + aggregateRoot_lt: stagingarbitrumone_Bytes + aggregateRoot_gte: stagingarbitrumone_Bytes + aggregateRoot_lte: stagingarbitrumone_Bytes + aggregateRoot_in: [stagingarbitrumone_Bytes!] + aggregateRoot_not_in: [stagingarbitrumone_Bytes!] + aggregateRoot_contains: stagingarbitrumone_Bytes + aggregateRoot_not_contains: stagingarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -125046,12 +123637,12 @@ input zksync_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OptimisticRootFinalized_filter] - or: [zksync_OptimisticRootFinalized_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OptimisticRootFinalized_filter] + or: [stagingarbitrumone_OptimisticRootFinalized_filter] } -enum zksync_OptimisticRootFinalized_orderBy { +enum stagingarbitrumone_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -125059,25 +123650,25 @@ enum zksync_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum zksync_OrderDirection { +enum stagingarbitrumone_OrderDirection { asc desc } -type zksync_OriginMessage { +type stagingarbitrumone_OriginMessage { id: ID! - transferId: zksync_Bytes + transferId: stagingarbitrumone_Bytes destinationDomain: BigInt - leaf: zksync_Bytes + leaf: stagingarbitrumone_Bytes index: BigInt - message: zksync_Bytes - root: zksync_Bytes - transactionHash: zksync_Bytes + message: stagingarbitrumone_Bytes + root: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes blockNumber: BigInt - rootCount: zksync_RootCount + rootCount: stagingarbitrumone_RootCount } -input zksync_OriginMessage_filter { +input stagingarbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -125086,16 +123677,16 @@ input zksync_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: zksync_Bytes - transferId_not: zksync_Bytes - transferId_gt: zksync_Bytes - transferId_lt: zksync_Bytes - transferId_gte: zksync_Bytes - transferId_lte: zksync_Bytes - transferId_in: [zksync_Bytes!] - transferId_not_in: [zksync_Bytes!] - transferId_contains: zksync_Bytes - transferId_not_contains: zksync_Bytes + transferId: stagingarbitrumone_Bytes + transferId_not: stagingarbitrumone_Bytes + transferId_gt: stagingarbitrumone_Bytes + transferId_lt: stagingarbitrumone_Bytes + transferId_gte: stagingarbitrumone_Bytes + transferId_lte: stagingarbitrumone_Bytes + transferId_in: [stagingarbitrumone_Bytes!] + transferId_not_in: [stagingarbitrumone_Bytes!] + transferId_contains: stagingarbitrumone_Bytes + transferId_not_contains: stagingarbitrumone_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -125104,16 +123695,16 @@ input zksync_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: zksync_Bytes - leaf_not: zksync_Bytes - leaf_gt: zksync_Bytes - leaf_lt: zksync_Bytes - leaf_gte: zksync_Bytes - leaf_lte: zksync_Bytes - leaf_in: [zksync_Bytes!] - leaf_not_in: [zksync_Bytes!] - leaf_contains: zksync_Bytes - leaf_not_contains: zksync_Bytes + leaf: stagingarbitrumone_Bytes + leaf_not: stagingarbitrumone_Bytes + leaf_gt: stagingarbitrumone_Bytes + leaf_lt: stagingarbitrumone_Bytes + leaf_gte: stagingarbitrumone_Bytes + leaf_lte: stagingarbitrumone_Bytes + leaf_in: [stagingarbitrumone_Bytes!] + leaf_not_in: [stagingarbitrumone_Bytes!] + leaf_contains: stagingarbitrumone_Bytes + leaf_not_contains: stagingarbitrumone_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -125122,36 +123713,36 @@ input zksync_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: zksync_Bytes - message_not: zksync_Bytes - message_gt: zksync_Bytes - message_lt: zksync_Bytes - message_gte: zksync_Bytes - message_lte: zksync_Bytes - message_in: [zksync_Bytes!] - message_not_in: [zksync_Bytes!] - message_contains: zksync_Bytes - message_not_contains: zksync_Bytes - root: zksync_Bytes - root_not: zksync_Bytes - root_gt: zksync_Bytes - root_lt: zksync_Bytes - root_gte: zksync_Bytes - root_lte: zksync_Bytes - root_in: [zksync_Bytes!] - root_not_in: [zksync_Bytes!] - root_contains: zksync_Bytes - root_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + message: stagingarbitrumone_Bytes + message_not: stagingarbitrumone_Bytes + message_gt: stagingarbitrumone_Bytes + message_lt: stagingarbitrumone_Bytes + message_gte: stagingarbitrumone_Bytes + message_lte: stagingarbitrumone_Bytes + message_in: [stagingarbitrumone_Bytes!] + message_not_in: [stagingarbitrumone_Bytes!] + message_contains: stagingarbitrumone_Bytes + message_not_contains: stagingarbitrumone_Bytes + root: stagingarbitrumone_Bytes + root_not: stagingarbitrumone_Bytes + root_gt: stagingarbitrumone_Bytes + root_lt: stagingarbitrumone_Bytes + root_gte: stagingarbitrumone_Bytes + root_lte: stagingarbitrumone_Bytes + root_in: [stagingarbitrumone_Bytes!] + root_not_in: [stagingarbitrumone_Bytes!] + root_contains: stagingarbitrumone_Bytes + root_not_contains: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -125180,14 +123771,14 @@ input zksync_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: zksync_RootCount_filter + rootCount_: stagingarbitrumone_RootCount_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OriginMessage_filter] - or: [zksync_OriginMessage_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OriginMessage_filter] + or: [stagingarbitrumone_OriginMessage_filter] } -enum zksync_OriginMessage_orderBy { +enum stagingarbitrumone_OriginMessage_orderBy { id transferId destinationDomain @@ -125202,42 +123793,42 @@ enum zksync_OriginMessage_orderBy { rootCount__count } -type zksync_OriginTransfer { +type stagingarbitrumone_OriginTransfer { id: ID! chainId: BigInt - transferId: zksync_Bytes + transferId: stagingarbitrumone_Bytes nonce: BigInt - status: zksync_TransferStatus - messageHash: zksync_Bytes + status: stagingarbitrumone_TransferStatus + messageHash: stagingarbitrumone_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: zksync_Bytes - delegate: zksync_Bytes + to: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes receiveLocal: Boolean - callData: zksync_Bytes + callData: stagingarbitrumone_Bytes slippage: BigInt - originSender: zksync_Bytes + originSender: stagingarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: zksync_Bytes - asset: zksync_Asset - transactingAsset: zksync_Bytes - message: zksync_OriginMessage + canonicalId: stagingarbitrumone_Bytes + asset: stagingarbitrumone_Asset + transactingAsset: stagingarbitrumone_Bytes + message: stagingarbitrumone_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: zksync_RelayerFee_orderBy, orderDirection: zksync_OrderDirection, where: zksync_RelayerFee_filter): [zksync_RelayerFee!] - initialRelayerFeeAsset: zksync_Bytes - caller: zksync_Bytes - transactionHash: zksync_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_RelayerFee_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_RelayerFee_filter): [stagingarbitrumone_RelayerFee!] + initialRelayerFeeAsset: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: zksync_Bytes + txOrigin: stagingarbitrumone_Bytes txNonce: BigInt } -input zksync_OriginTransfer_filter { +input stagingarbitrumone_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -125254,16 +123845,16 @@ input zksync_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: zksync_Bytes - transferId_not: zksync_Bytes - transferId_gt: zksync_Bytes - transferId_lt: zksync_Bytes - transferId_gte: zksync_Bytes - transferId_lte: zksync_Bytes - transferId_in: [zksync_Bytes!] - transferId_not_in: [zksync_Bytes!] - transferId_contains: zksync_Bytes - transferId_not_contains: zksync_Bytes + transferId: stagingarbitrumone_Bytes + transferId_not: stagingarbitrumone_Bytes + transferId_gt: stagingarbitrumone_Bytes + transferId_lt: stagingarbitrumone_Bytes + transferId_gte: stagingarbitrumone_Bytes + transferId_lte: stagingarbitrumone_Bytes + transferId_in: [stagingarbitrumone_Bytes!] + transferId_not_in: [stagingarbitrumone_Bytes!] + transferId_contains: stagingarbitrumone_Bytes + transferId_not_contains: stagingarbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -125272,20 +123863,20 @@ input zksync_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: zksync_TransferStatus - status_not: zksync_TransferStatus - status_in: [zksync_TransferStatus!] - status_not_in: [zksync_TransferStatus!] - messageHash: zksync_Bytes - messageHash_not: zksync_Bytes - messageHash_gt: zksync_Bytes - messageHash_lt: zksync_Bytes - messageHash_gte: zksync_Bytes - messageHash_lte: zksync_Bytes - messageHash_in: [zksync_Bytes!] - messageHash_not_in: [zksync_Bytes!] - messageHash_contains: zksync_Bytes - messageHash_not_contains: zksync_Bytes + status: stagingarbitrumone_TransferStatus + status_not: stagingarbitrumone_TransferStatus + status_in: [stagingarbitrumone_TransferStatus!] + status_not_in: [stagingarbitrumone_TransferStatus!] + messageHash: stagingarbitrumone_Bytes + messageHash_not: stagingarbitrumone_Bytes + messageHash_gt: stagingarbitrumone_Bytes + messageHash_lt: stagingarbitrumone_Bytes + messageHash_gte: stagingarbitrumone_Bytes + messageHash_lte: stagingarbitrumone_Bytes + messageHash_in: [stagingarbitrumone_Bytes!] + messageHash_not_in: [stagingarbitrumone_Bytes!] + messageHash_contains: stagingarbitrumone_Bytes + messageHash_not_contains: stagingarbitrumone_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -125310,40 +123901,40 @@ input zksync_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: zksync_Bytes - to_not: zksync_Bytes - to_gt: zksync_Bytes - to_lt: zksync_Bytes - to_gte: zksync_Bytes - to_lte: zksync_Bytes - to_in: [zksync_Bytes!] - to_not_in: [zksync_Bytes!] - to_contains: zksync_Bytes - to_not_contains: zksync_Bytes - delegate: zksync_Bytes - delegate_not: zksync_Bytes - delegate_gt: zksync_Bytes - delegate_lt: zksync_Bytes - delegate_gte: zksync_Bytes - delegate_lte: zksync_Bytes - delegate_in: [zksync_Bytes!] - delegate_not_in: [zksync_Bytes!] - delegate_contains: zksync_Bytes - delegate_not_contains: zksync_Bytes + to: stagingarbitrumone_Bytes + to_not: stagingarbitrumone_Bytes + to_gt: stagingarbitrumone_Bytes + to_lt: stagingarbitrumone_Bytes + to_gte: stagingarbitrumone_Bytes + to_lte: stagingarbitrumone_Bytes + to_in: [stagingarbitrumone_Bytes!] + to_not_in: [stagingarbitrumone_Bytes!] + to_contains: stagingarbitrumone_Bytes + to_not_contains: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes + delegate_not: stagingarbitrumone_Bytes + delegate_gt: stagingarbitrumone_Bytes + delegate_lt: stagingarbitrumone_Bytes + delegate_gte: stagingarbitrumone_Bytes + delegate_lte: stagingarbitrumone_Bytes + delegate_in: [stagingarbitrumone_Bytes!] + delegate_not_in: [stagingarbitrumone_Bytes!] + delegate_contains: stagingarbitrumone_Bytes + delegate_not_contains: stagingarbitrumone_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: zksync_Bytes - callData_not: zksync_Bytes - callData_gt: zksync_Bytes - callData_lt: zksync_Bytes - callData_gte: zksync_Bytes - callData_lte: zksync_Bytes - callData_in: [zksync_Bytes!] - callData_not_in: [zksync_Bytes!] - callData_contains: zksync_Bytes - callData_not_contains: zksync_Bytes + callData: stagingarbitrumone_Bytes + callData_not: stagingarbitrumone_Bytes + callData_gt: stagingarbitrumone_Bytes + callData_lt: stagingarbitrumone_Bytes + callData_gte: stagingarbitrumone_Bytes + callData_lte: stagingarbitrumone_Bytes + callData_in: [stagingarbitrumone_Bytes!] + callData_not_in: [stagingarbitrumone_Bytes!] + callData_contains: stagingarbitrumone_Bytes + callData_not_contains: stagingarbitrumone_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -125352,16 +123943,16 @@ input zksync_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: zksync_Bytes - originSender_not: zksync_Bytes - originSender_gt: zksync_Bytes - originSender_lt: zksync_Bytes - originSender_gte: zksync_Bytes - originSender_lte: zksync_Bytes - originSender_in: [zksync_Bytes!] - originSender_not_in: [zksync_Bytes!] - originSender_contains: zksync_Bytes - originSender_not_contains: zksync_Bytes + originSender: stagingarbitrumone_Bytes + originSender_not: stagingarbitrumone_Bytes + originSender_gt: stagingarbitrumone_Bytes + originSender_lt: stagingarbitrumone_Bytes + originSender_gte: stagingarbitrumone_Bytes + originSender_lte: stagingarbitrumone_Bytes + originSender_in: [stagingarbitrumone_Bytes!] + originSender_not_in: [stagingarbitrumone_Bytes!] + originSender_contains: stagingarbitrumone_Bytes + originSender_not_contains: stagingarbitrumone_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -125378,16 +123969,16 @@ input zksync_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: zksync_Bytes - canonicalId_not: zksync_Bytes - canonicalId_gt: zksync_Bytes - canonicalId_lt: zksync_Bytes - canonicalId_gte: zksync_Bytes - canonicalId_lte: zksync_Bytes - canonicalId_in: [zksync_Bytes!] - canonicalId_not_in: [zksync_Bytes!] - canonicalId_contains: zksync_Bytes - canonicalId_not_contains: zksync_Bytes + canonicalId: stagingarbitrumone_Bytes + canonicalId_not: stagingarbitrumone_Bytes + canonicalId_gt: stagingarbitrumone_Bytes + canonicalId_lt: stagingarbitrumone_Bytes + canonicalId_gte: stagingarbitrumone_Bytes + canonicalId_lte: stagingarbitrumone_Bytes + canonicalId_in: [stagingarbitrumone_Bytes!] + canonicalId_not_in: [stagingarbitrumone_Bytes!] + canonicalId_contains: stagingarbitrumone_Bytes + canonicalId_not_contains: stagingarbitrumone_Bytes asset: String asset_not: String asset_gt: String @@ -125408,17 +123999,17 @@ input zksync_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter - transactingAsset: zksync_Bytes - transactingAsset_not: zksync_Bytes - transactingAsset_gt: zksync_Bytes - transactingAsset_lt: zksync_Bytes - transactingAsset_gte: zksync_Bytes - transactingAsset_lte: zksync_Bytes - transactingAsset_in: [zksync_Bytes!] - transactingAsset_not_in: [zksync_Bytes!] - transactingAsset_contains: zksync_Bytes - transactingAsset_not_contains: zksync_Bytes + asset_: stagingarbitrumone_Asset_filter + transactingAsset: stagingarbitrumone_Bytes + transactingAsset_not: stagingarbitrumone_Bytes + transactingAsset_gt: stagingarbitrumone_Bytes + transactingAsset_lt: stagingarbitrumone_Bytes + transactingAsset_gte: stagingarbitrumone_Bytes + transactingAsset_lte: stagingarbitrumone_Bytes + transactingAsset_in: [stagingarbitrumone_Bytes!] + transactingAsset_not_in: [stagingarbitrumone_Bytes!] + transactingAsset_contains: stagingarbitrumone_Bytes + transactingAsset_not_contains: stagingarbitrumone_Bytes message: String message_not: String message_gt: String @@ -125439,7 +124030,7 @@ input zksync_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: zksync_OriginMessage_filter + message_: stagingarbitrumone_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -125454,37 +124045,37 @@ input zksync_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: zksync_RelayerFee_filter - initialRelayerFeeAsset: zksync_Bytes - initialRelayerFeeAsset_not: zksync_Bytes - initialRelayerFeeAsset_gt: zksync_Bytes - initialRelayerFeeAsset_lt: zksync_Bytes - initialRelayerFeeAsset_gte: zksync_Bytes - initialRelayerFeeAsset_lte: zksync_Bytes - initialRelayerFeeAsset_in: [zksync_Bytes!] - initialRelayerFeeAsset_not_in: [zksync_Bytes!] - initialRelayerFeeAsset_contains: zksync_Bytes - initialRelayerFeeAsset_not_contains: zksync_Bytes - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + relayerFees_: stagingarbitrumone_RelayerFee_filter + initialRelayerFeeAsset: stagingarbitrumone_Bytes + initialRelayerFeeAsset_not: stagingarbitrumone_Bytes + initialRelayerFeeAsset_gt: stagingarbitrumone_Bytes + initialRelayerFeeAsset_lt: stagingarbitrumone_Bytes + initialRelayerFeeAsset_gte: stagingarbitrumone_Bytes + initialRelayerFeeAsset_lte: stagingarbitrumone_Bytes + initialRelayerFeeAsset_in: [stagingarbitrumone_Bytes!] + initialRelayerFeeAsset_not_in: [stagingarbitrumone_Bytes!] + initialRelayerFeeAsset_contains: stagingarbitrumone_Bytes + initialRelayerFeeAsset_not_contains: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -125517,16 +124108,16 @@ input zksync_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: zksync_Bytes - txOrigin_not: zksync_Bytes - txOrigin_gt: zksync_Bytes - txOrigin_lt: zksync_Bytes - txOrigin_gte: zksync_Bytes - txOrigin_lte: zksync_Bytes - txOrigin_in: [zksync_Bytes!] - txOrigin_not_in: [zksync_Bytes!] - txOrigin_contains: zksync_Bytes - txOrigin_not_contains: zksync_Bytes + txOrigin: stagingarbitrumone_Bytes + txOrigin_not: stagingarbitrumone_Bytes + txOrigin_gt: stagingarbitrumone_Bytes + txOrigin_lt: stagingarbitrumone_Bytes + txOrigin_gte: stagingarbitrumone_Bytes + txOrigin_lte: stagingarbitrumone_Bytes + txOrigin_in: [stagingarbitrumone_Bytes!] + txOrigin_not_in: [stagingarbitrumone_Bytes!] + txOrigin_contains: stagingarbitrumone_Bytes + txOrigin_not_contains: stagingarbitrumone_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -125536,12 +124127,12 @@ input zksync_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OriginTransfer_filter] - or: [zksync_OriginTransfer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OriginTransfer_filter] + or: [stagingarbitrumone_OriginTransfer_filter] } -enum zksync_OriginTransfer_orderBy { +enum stagingarbitrumone_OriginTransfer_orderBy { id chainId transferId @@ -125594,20 +124185,20 @@ enum zksync_OriginTransfer_orderBy { txNonce } -type zksync_Relayer { +type stagingarbitrumone_Relayer { id: ID! isActive: Boolean! - relayer: zksync_Bytes + relayer: stagingarbitrumone_Bytes } -type zksync_RelayerFee { +type stagingarbitrumone_RelayerFee { id: ID! - transfer: zksync_OriginTransfer! + transfer: stagingarbitrumone_OriginTransfer! fee: BigInt! - asset: zksync_Bytes! + asset: stagingarbitrumone_Bytes! } -input zksync_RelayerFee_filter { +input stagingarbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -125636,7 +124227,7 @@ input zksync_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: zksync_OriginTransfer_filter + transfer_: stagingarbitrumone_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -125645,23 +124236,23 @@ input zksync_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: zksync_Bytes - asset_not: zksync_Bytes - asset_gt: zksync_Bytes - asset_lt: zksync_Bytes - asset_gte: zksync_Bytes - asset_lte: zksync_Bytes - asset_in: [zksync_Bytes!] - asset_not_in: [zksync_Bytes!] - asset_contains: zksync_Bytes - asset_not_contains: zksync_Bytes + asset: stagingarbitrumone_Bytes + asset_not: stagingarbitrumone_Bytes + asset_gt: stagingarbitrumone_Bytes + asset_lt: stagingarbitrumone_Bytes + asset_gte: stagingarbitrumone_Bytes + asset_lte: stagingarbitrumone_Bytes + asset_in: [stagingarbitrumone_Bytes!] + asset_not_in: [stagingarbitrumone_Bytes!] + asset_contains: stagingarbitrumone_Bytes + asset_not_contains: stagingarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RelayerFee_filter] - or: [zksync_RelayerFee_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RelayerFee_filter] + or: [stagingarbitrumone_RelayerFee_filter] } -enum zksync_RelayerFee_orderBy { +enum stagingarbitrumone_RelayerFee_orderBy { id transfer transfer__id @@ -125697,20 +124288,20 @@ enum zksync_RelayerFee_orderBy { asset } -type zksync_RelayerFeesIncrease { +type stagingarbitrumone_RelayerFeesIncrease { id: ID! - transfer: zksync_OriginTransfer! + transfer: stagingarbitrumone_OriginTransfer! increase: BigInt - asset: zksync_Bytes - caller: zksync_Bytes! - transactionHash: zksync_Bytes! + asset: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input zksync_RelayerFeesIncrease_filter { +input stagingarbitrumone_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -125739,7 +124330,7 @@ input zksync_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: zksync_OriginTransfer_filter + transfer_: stagingarbitrumone_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -125748,36 +124339,36 @@ input zksync_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: zksync_Bytes - asset_not: zksync_Bytes - asset_gt: zksync_Bytes - asset_lt: zksync_Bytes - asset_gte: zksync_Bytes - asset_lte: zksync_Bytes - asset_in: [zksync_Bytes!] - asset_not_in: [zksync_Bytes!] - asset_contains: zksync_Bytes - asset_not_contains: zksync_Bytes - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + asset: stagingarbitrumone_Bytes + asset_not: stagingarbitrumone_Bytes + asset_gt: stagingarbitrumone_Bytes + asset_lt: stagingarbitrumone_Bytes + asset_gte: stagingarbitrumone_Bytes + asset_lte: stagingarbitrumone_Bytes + asset_in: [stagingarbitrumone_Bytes!] + asset_not_in: [stagingarbitrumone_Bytes!] + asset_contains: stagingarbitrumone_Bytes + asset_not_contains: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -125811,12 +124402,12 @@ input zksync_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RelayerFeesIncrease_filter] - or: [zksync_RelayerFeesIncrease_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RelayerFeesIncrease_filter] + or: [stagingarbitrumone_RelayerFeesIncrease_filter] } -enum zksync_RelayerFeesIncrease_orderBy { +enum stagingarbitrumone_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -125858,7 +124449,7 @@ enum zksync_RelayerFeesIncrease_orderBy { blockNumber } -input zksync_Relayer_filter { +input stagingarbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -125871,34 +124462,34 @@ input zksync_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: zksync_Bytes - relayer_not: zksync_Bytes - relayer_gt: zksync_Bytes - relayer_lt: zksync_Bytes - relayer_gte: zksync_Bytes - relayer_lte: zksync_Bytes - relayer_in: [zksync_Bytes!] - relayer_not_in: [zksync_Bytes!] - relayer_contains: zksync_Bytes - relayer_not_contains: zksync_Bytes + relayer: stagingarbitrumone_Bytes + relayer_not: stagingarbitrumone_Bytes + relayer_gt: stagingarbitrumone_Bytes + relayer_lt: stagingarbitrumone_Bytes + relayer_gte: stagingarbitrumone_Bytes + relayer_lte: stagingarbitrumone_Bytes + relayer_in: [stagingarbitrumone_Bytes!] + relayer_not_in: [stagingarbitrumone_Bytes!] + relayer_contains: stagingarbitrumone_Bytes + relayer_not_contains: stagingarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_Relayer_filter] - or: [zksync_Relayer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Relayer_filter] + or: [stagingarbitrumone_Relayer_filter] } -enum zksync_Relayer_orderBy { +enum stagingarbitrumone_Relayer_orderBy { id isActive relayer } -type zksync_RootCount { +type stagingarbitrumone_RootCount { id: ID! count: BigInt } -input zksync_RootCount_filter { +input stagingarbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -125916,31 +124507,31 @@ input zksync_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RootCount_filter] - or: [zksync_RootCount_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RootCount_filter] + or: [stagingarbitrumone_RootCount_filter] } -enum zksync_RootCount_orderBy { +enum stagingarbitrumone_RootCount_orderBy { id count } -type zksync_RootMessageSent { +type stagingarbitrumone_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: zksync_Bytes + root: stagingarbitrumone_Bytes count: BigInt - caller: zksync_Bytes - transactionHash: zksync_Bytes + caller: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input zksync_RootMessageSent_filter { +input stagingarbitrumone_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -125965,16 +124556,16 @@ input zksync_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: zksync_Bytes - root_not: zksync_Bytes - root_gt: zksync_Bytes - root_lt: zksync_Bytes - root_gte: zksync_Bytes - root_lte: zksync_Bytes - root_in: [zksync_Bytes!] - root_not_in: [zksync_Bytes!] - root_contains: zksync_Bytes - root_not_contains: zksync_Bytes + root: stagingarbitrumone_Bytes + root_not: stagingarbitrumone_Bytes + root_gt: stagingarbitrumone_Bytes + root_lt: stagingarbitrumone_Bytes + root_gte: stagingarbitrumone_Bytes + root_lte: stagingarbitrumone_Bytes + root_in: [stagingarbitrumone_Bytes!] + root_not_in: [stagingarbitrumone_Bytes!] + root_contains: stagingarbitrumone_Bytes + root_not_contains: stagingarbitrumone_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -125983,26 +124574,26 @@ input zksync_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + caller: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126036,12 +124627,12 @@ input zksync_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RootMessageSent_filter] - or: [zksync_RootMessageSent_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RootMessageSent_filter] + or: [stagingarbitrumone_RootMessageSent_filter] } -enum zksync_RootMessageSent_orderBy { +enum stagingarbitrumone_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -126055,25 +124646,25 @@ enum zksync_RootMessageSent_orderBy { blockNumber } -type zksync_Router { +type stagingarbitrumone_Router { id: ID! isActive: Boolean! - owner: zksync_Bytes - recipient: zksync_Bytes - proposedOwner: zksync_Bytes + owner: stagingarbitrumone_Bytes + recipient: stagingarbitrumone_Bytes + proposedOwner: stagingarbitrumone_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: zksync_AssetBalance_orderBy, orderDirection: zksync_OrderDirection, where: zksync_AssetBalance_filter): [zksync_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_AssetBalance_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_AssetBalance_filter): [stagingarbitrumone_AssetBalance!]! } -type zksync_RouterDailyTVL { +type stagingarbitrumone_RouterDailyTVL { id: ID! - router: zksync_Router! - asset: zksync_Asset! + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! timestamp: BigInt! balance: BigInt! } -input zksync_RouterDailyTVL_filter { +input stagingarbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -126102,7 +124693,7 @@ input zksync_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: zksync_Router_filter + router_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -126123,7 +124714,7 @@ input zksync_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter + asset_: stagingarbitrumone_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126141,12 +124732,12 @@ input zksync_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RouterDailyTVL_filter] - or: [zksync_RouterDailyTVL_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RouterDailyTVL_filter] + or: [stagingarbitrumone_RouterDailyTVL_filter] } -enum zksync_RouterDailyTVL_orderBy { +enum stagingarbitrumone_RouterDailyTVL_orderBy { id router router__id @@ -126169,26 +124760,26 @@ enum zksync_RouterDailyTVL_orderBy { balance } -type zksync_RouterLiquidityEvent { +type stagingarbitrumone_RouterLiquidityEvent { id: ID! - type: zksync_RouterLiquidityEventType - router: zksync_Router! - asset: zksync_Asset! + type: stagingarbitrumone_RouterLiquidityEventType + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! amount: BigInt! balance: BigInt! - caller: zksync_Bytes + caller: stagingarbitrumone_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: zksync_Bytes! + transactionHash: stagingarbitrumone_Bytes! nonce: BigInt! } -enum zksync_RouterLiquidityEventType { +enum stagingarbitrumone_RouterLiquidityEventType { Add Remove } -input zksync_RouterLiquidityEvent_filter { +input stagingarbitrumone_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -126197,10 +124788,10 @@ input zksync_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: zksync_RouterLiquidityEventType - type_not: zksync_RouterLiquidityEventType - type_in: [zksync_RouterLiquidityEventType!] - type_not_in: [zksync_RouterLiquidityEventType!] + type: stagingarbitrumone_RouterLiquidityEventType + type_not: stagingarbitrumone_RouterLiquidityEventType + type_in: [stagingarbitrumone_RouterLiquidityEventType!] + type_not_in: [stagingarbitrumone_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -126221,7 +124812,7 @@ input zksync_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: zksync_Router_filter + router_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -126242,7 +124833,7 @@ input zksync_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: zksync_Asset_filter + asset_: stagingarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -126259,16 +124850,16 @@ input zksync_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes + caller: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -126285,16 +124876,16 @@ input zksync_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -126304,12 +124895,12 @@ input zksync_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_RouterLiquidityEvent_filter] - or: [zksync_RouterLiquidityEvent_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RouterLiquidityEvent_filter] + or: [stagingarbitrumone_RouterLiquidityEvent_filter] } -enum zksync_RouterLiquidityEvent_orderBy { +enum stagingarbitrumone_RouterLiquidityEvent_orderBy { id type router @@ -126338,7 +124929,7 @@ enum zksync_RouterLiquidityEvent_orderBy { nonce } -input zksync_Router_filter { +input stagingarbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -126351,36 +124942,36 @@ input zksync_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: zksync_Bytes - owner_not: zksync_Bytes - owner_gt: zksync_Bytes - owner_lt: zksync_Bytes - owner_gte: zksync_Bytes - owner_lte: zksync_Bytes - owner_in: [zksync_Bytes!] - owner_not_in: [zksync_Bytes!] - owner_contains: zksync_Bytes - owner_not_contains: zksync_Bytes - recipient: zksync_Bytes - recipient_not: zksync_Bytes - recipient_gt: zksync_Bytes - recipient_lt: zksync_Bytes - recipient_gte: zksync_Bytes - recipient_lte: zksync_Bytes - recipient_in: [zksync_Bytes!] - recipient_not_in: [zksync_Bytes!] - recipient_contains: zksync_Bytes - recipient_not_contains: zksync_Bytes - proposedOwner: zksync_Bytes - proposedOwner_not: zksync_Bytes - proposedOwner_gt: zksync_Bytes - proposedOwner_lt: zksync_Bytes - proposedOwner_gte: zksync_Bytes - proposedOwner_lte: zksync_Bytes - proposedOwner_in: [zksync_Bytes!] - proposedOwner_not_in: [zksync_Bytes!] - proposedOwner_contains: zksync_Bytes - proposedOwner_not_contains: zksync_Bytes + owner: stagingarbitrumone_Bytes + owner_not: stagingarbitrumone_Bytes + owner_gt: stagingarbitrumone_Bytes + owner_lt: stagingarbitrumone_Bytes + owner_gte: stagingarbitrumone_Bytes + owner_lte: stagingarbitrumone_Bytes + owner_in: [stagingarbitrumone_Bytes!] + owner_not_in: [stagingarbitrumone_Bytes!] + owner_contains: stagingarbitrumone_Bytes + owner_not_contains: stagingarbitrumone_Bytes + recipient: stagingarbitrumone_Bytes + recipient_not: stagingarbitrumone_Bytes + recipient_gt: stagingarbitrumone_Bytes + recipient_lt: stagingarbitrumone_Bytes + recipient_gte: stagingarbitrumone_Bytes + recipient_lte: stagingarbitrumone_Bytes + recipient_in: [stagingarbitrumone_Bytes!] + recipient_not_in: [stagingarbitrumone_Bytes!] + recipient_contains: stagingarbitrumone_Bytes + recipient_not_contains: stagingarbitrumone_Bytes + proposedOwner: stagingarbitrumone_Bytes + proposedOwner_not: stagingarbitrumone_Bytes + proposedOwner_gt: stagingarbitrumone_Bytes + proposedOwner_lt: stagingarbitrumone_Bytes + proposedOwner_gte: stagingarbitrumone_Bytes + proposedOwner_lte: stagingarbitrumone_Bytes + proposedOwner_in: [stagingarbitrumone_Bytes!] + proposedOwner_not_in: [stagingarbitrumone_Bytes!] + proposedOwner_contains: stagingarbitrumone_Bytes + proposedOwner_not_contains: stagingarbitrumone_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -126389,14 +124980,14 @@ input zksync_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: zksync_AssetBalance_filter + assetBalances_: stagingarbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_Router_filter] - or: [zksync_Router_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Router_filter] + or: [stagingarbitrumone_Router_filter] } -enum zksync_Router_orderBy { +enum stagingarbitrumone_Router_orderBy { id isActive owner @@ -126406,13 +124997,13 @@ enum zksync_Router_orderBy { assetBalances } -type zksync_Sequencer { +type stagingarbitrumone_Sequencer { id: ID! isActive: Boolean! - sequencer: zksync_Bytes + sequencer: stagingarbitrumone_Bytes } -input zksync_Sequencer_filter { +input stagingarbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -126425,35 +125016,35 @@ input zksync_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: zksync_Bytes - sequencer_not: zksync_Bytes - sequencer_gt: zksync_Bytes - sequencer_lt: zksync_Bytes - sequencer_gte: zksync_Bytes - sequencer_lte: zksync_Bytes - sequencer_in: [zksync_Bytes!] - sequencer_not_in: [zksync_Bytes!] - sequencer_contains: zksync_Bytes - sequencer_not_contains: zksync_Bytes + sequencer: stagingarbitrumone_Bytes + sequencer_not: stagingarbitrumone_Bytes + sequencer_gt: stagingarbitrumone_Bytes + sequencer_lt: stagingarbitrumone_Bytes + sequencer_gte: stagingarbitrumone_Bytes + sequencer_lte: stagingarbitrumone_Bytes + sequencer_in: [stagingarbitrumone_Bytes!] + sequencer_not_in: [stagingarbitrumone_Bytes!] + sequencer_contains: stagingarbitrumone_Bytes + sequencer_not_contains: stagingarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_Sequencer_filter] - or: [zksync_Sequencer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Sequencer_filter] + or: [stagingarbitrumone_Sequencer_filter] } -enum zksync_Sequencer_orderBy { +enum stagingarbitrumone_Sequencer_orderBy { id isActive sequencer } -type zksync_Setting { +type stagingarbitrumone_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: zksync_Bytes! + caller: stagingarbitrumone_Bytes! } -input zksync_Setting_filter { +input stagingarbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -126470,41 +125061,41 @@ input zksync_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes + caller: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_Setting_filter] - or: [zksync_Setting_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Setting_filter] + or: [stagingarbitrumone_Setting_filter] } -enum zksync_Setting_orderBy { +enum stagingarbitrumone_Setting_orderBy { id maxRoutersPerTransfer caller } -type zksync_SlippageUpdate { +type stagingarbitrumone_SlippageUpdate { id: ID! - transfer: zksync_DestinationTransfer! + transfer: stagingarbitrumone_DestinationTransfer! slippage: BigInt! - caller: zksync_Bytes! - transactionHash: zksync_Bytes! + caller: stagingarbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input zksync_SlippageUpdate_filter { +input stagingarbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -126533,7 +125124,7 @@ input zksync_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: zksync_DestinationTransfer_filter + transfer_: stagingarbitrumone_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -126542,26 +125133,26 @@ input zksync_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: zksync_Bytes - caller_not: zksync_Bytes - caller_gt: zksync_Bytes - caller_lt: zksync_Bytes - caller_gte: zksync_Bytes - caller_lte: zksync_Bytes - caller_in: [zksync_Bytes!] - caller_not_in: [zksync_Bytes!] - caller_contains: zksync_Bytes - caller_not_contains: zksync_Bytes - transactionHash: zksync_Bytes - transactionHash_not: zksync_Bytes - transactionHash_gt: zksync_Bytes - transactionHash_lt: zksync_Bytes - transactionHash_gte: zksync_Bytes - transactionHash_lte: zksync_Bytes - transactionHash_in: [zksync_Bytes!] - transactionHash_not_in: [zksync_Bytes!] - transactionHash_contains: zksync_Bytes - transactionHash_not_contains: zksync_Bytes + caller: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -126595,12 +125186,12 @@ input zksync_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_SlippageUpdate_filter] - or: [zksync_SlippageUpdate_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SlippageUpdate_filter] + or: [stagingarbitrumone_SlippageUpdate_filter] } -enum zksync_SlippageUpdate_orderBy { +enum stagingarbitrumone_SlippageUpdate_orderBy { id transfer transfer__id @@ -126648,16 +125239,16 @@ enum zksync_SlippageUpdate_orderBy { blockNumber } -type zksync_SnapshotRoot { +type stagingarbitrumone_SnapshotRoot { id: ID! spokeDomain: BigInt - root: zksync_Bytes! + root: stagingarbitrumone_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input zksync_SnapshotRoot_filter { +input stagingarbitrumone_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -126674,16 +125265,16 @@ input zksync_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: zksync_Bytes - root_not: zksync_Bytes - root_gt: zksync_Bytes - root_lt: zksync_Bytes - root_gte: zksync_Bytes - root_lte: zksync_Bytes - root_in: [zksync_Bytes!] - root_not_in: [zksync_Bytes!] - root_contains: zksync_Bytes - root_not_contains: zksync_Bytes + root: stagingarbitrumone_Bytes + root_not: stagingarbitrumone_Bytes + root_gt: stagingarbitrumone_Bytes + root_lt: stagingarbitrumone_Bytes + root_gte: stagingarbitrumone_Bytes + root_lte: stagingarbitrumone_Bytes + root_in: [stagingarbitrumone_Bytes!] + root_not_in: [stagingarbitrumone_Bytes!] + root_contains: stagingarbitrumone_Bytes + root_not_contains: stagingarbitrumone_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -126709,12 +125300,12 @@ input zksync_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_SnapshotRoot_filter] - or: [zksync_SnapshotRoot_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SnapshotRoot_filter] + or: [stagingarbitrumone_SnapshotRoot_filter] } -enum zksync_SnapshotRoot_orderBy { +enum stagingarbitrumone_SnapshotRoot_orderBy { id spokeDomain root @@ -126723,12 +125314,12 @@ enum zksync_SnapshotRoot_orderBy { blockNumber } -type zksync_SpokeConnectorMode { +type stagingarbitrumone_SpokeConnectorMode { id: ID! mode: String! } -input zksync_SpokeConnectorMode_filter { +input stagingarbitrumone_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -126758,17 +125349,17 @@ input zksync_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_SpokeConnectorMode_filter] - or: [zksync_SpokeConnectorMode_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SpokeConnectorMode_filter] + or: [stagingarbitrumone_SpokeConnectorMode_filter] } -enum zksync_SpokeConnectorMode_orderBy { +enum stagingarbitrumone_SpokeConnectorMode_orderBy { id mode } -enum zksync_TransferStatus { +enum stagingarbitrumone_TransferStatus { XCalled Executed Reconciled @@ -126776,19 +125367,19 @@ enum zksync_TransferStatus { CompletedFast } -type zksync__Block_ { +type stagingarbitrumone__Block_ { """The hash of the block""" - hash: zksync_Bytes + hash: stagingarbitrumone_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: zksync_Bytes + parentHash: stagingarbitrumone_Bytes } """The type for the top-level _meta field""" -type zksync__Meta_ { +type stagingarbitrumone__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -126796,22 +125387,22 @@ type zksync__Meta_ { and therefore asks for the latest block """ - block: zksync__Block_! + block: stagingarbitrumone__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type polygonzkevm_swap_AggregateRoot { +type stagingpolygon_AggregateRoot { id: ID! - root: polygonzkevm_swap_Bytes! + root: stagingpolygon_Bytes! blockNumber: BigInt! } -type polygonzkevm_swap_AggregateRootProposed { +type stagingpolygon_AggregateRootProposed { id: ID! - aggregateRoot: polygonzkevm_swap_Bytes! + aggregateRoot: stagingpolygon_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -126819,7 +125410,7 @@ type polygonzkevm_swap_AggregateRootProposed { blockNumber: BigInt } -input polygonzkevm_swap_AggregateRootProposed_filter { +input stagingpolygon_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -126828,16 +125419,16 @@ input polygonzkevm_swap_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygonzkevm_swap_Bytes - aggregateRoot_not: polygonzkevm_swap_Bytes - aggregateRoot_gt: polygonzkevm_swap_Bytes - aggregateRoot_lt: polygonzkevm_swap_Bytes - aggregateRoot_gte: polygonzkevm_swap_Bytes - aggregateRoot_lte: polygonzkevm_swap_Bytes - aggregateRoot_in: [polygonzkevm_swap_Bytes!] - aggregateRoot_not_in: [polygonzkevm_swap_Bytes!] - aggregateRoot_contains: polygonzkevm_swap_Bytes - aggregateRoot_not_contains: polygonzkevm_swap_Bytes + aggregateRoot: stagingpolygon_Bytes + aggregateRoot_not: stagingpolygon_Bytes + aggregateRoot_gt: stagingpolygon_Bytes + aggregateRoot_lt: stagingpolygon_Bytes + aggregateRoot_gte: stagingpolygon_Bytes + aggregateRoot_lte: stagingpolygon_Bytes + aggregateRoot_in: [stagingpolygon_Bytes!] + aggregateRoot_not_in: [stagingpolygon_Bytes!] + aggregateRoot_contains: stagingpolygon_Bytes + aggregateRoot_not_contains: stagingpolygon_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -126879,12 +125470,12 @@ input polygonzkevm_swap_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AggregateRootProposed_filter] - or: [polygonzkevm_swap_AggregateRootProposed_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AggregateRootProposed_filter] + or: [stagingpolygon_AggregateRootProposed_filter] } -enum polygonzkevm_swap_AggregateRootProposed_orderBy { +enum stagingpolygon_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -126894,7 +125485,7 @@ enum polygonzkevm_swap_AggregateRootProposed_orderBy { blockNumber } -input polygonzkevm_swap_AggregateRoot_filter { +input stagingpolygon_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -126903,16 +125494,16 @@ input polygonzkevm_swap_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: polygonzkevm_swap_Bytes - root_not: polygonzkevm_swap_Bytes - root_gt: polygonzkevm_swap_Bytes - root_lt: polygonzkevm_swap_Bytes - root_gte: polygonzkevm_swap_Bytes - root_lte: polygonzkevm_swap_Bytes - root_in: [polygonzkevm_swap_Bytes!] - root_not_in: [polygonzkevm_swap_Bytes!] - root_contains: polygonzkevm_swap_Bytes - root_not_contains: polygonzkevm_swap_Bytes + root: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -126922,47 +125513,47 @@ input polygonzkevm_swap_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AggregateRoot_filter] - or: [polygonzkevm_swap_AggregateRoot_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AggregateRoot_filter] + or: [stagingpolygon_AggregateRoot_filter] } -enum polygonzkevm_swap_AggregateRoot_orderBy { +enum stagingpolygon_AggregateRoot_orderBy { id root blockNumber } -enum polygonzkevm_swap_Aggregation_interval { +enum stagingpolygon_Aggregation_interval { hour day } -type polygonzkevm_swap_Asset { +type stagingpolygon_Asset { id: ID! - key: polygonzkevm_swap_Bytes + key: stagingpolygon_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: polygonzkevm_swap_Bytes + canonicalId: stagingpolygon_Bytes canonicalDomain: BigInt - adoptedAsset: polygonzkevm_swap_Bytes - localAsset: polygonzkevm_swap_Bytes + adoptedAsset: stagingpolygon_Bytes + localAsset: stagingpolygon_Bytes blockNumber: BigInt - status: polygonzkevm_swap_AssetStatus + status: stagingpolygon_AssetStatus } -type polygonzkevm_swap_AssetBalance { +type stagingpolygon_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygonzkevm_swap_Router! - asset: polygonzkevm_swap_Asset! + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! feesEarned: BigInt! } -input polygonzkevm_swap_AssetBalance_filter { +input stagingpolygon_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -127023,7 +125614,7 @@ input polygonzkevm_swap_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygonzkevm_swap_Router_filter + router_: stagingpolygon_Router_filter asset: String asset_not: String asset_gt: String @@ -127044,7 +125635,7 @@ input polygonzkevm_swap_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_swap_Asset_filter + asset_: stagingpolygon_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -127054,12 +125645,12 @@ input polygonzkevm_swap_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AssetBalance_filter] - or: [polygonzkevm_swap_AssetBalance_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AssetBalance_filter] + or: [stagingpolygon_AssetBalance_filter] } -enum polygonzkevm_swap_AssetBalance_orderBy { +enum stagingpolygon_AssetBalance_orderBy { id amount locked @@ -127085,12 +125676,12 @@ enum polygonzkevm_swap_AssetBalance_orderBy { feesEarned } -type polygonzkevm_swap_AssetStatus { +type stagingpolygon_AssetStatus { id: ID! status: Boolean } -input polygonzkevm_swap_AssetStatus_filter { +input stagingpolygon_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -127104,17 +125695,17 @@ input polygonzkevm_swap_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AssetStatus_filter] - or: [polygonzkevm_swap_AssetStatus_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AssetStatus_filter] + or: [stagingpolygon_AssetStatus_filter] } -enum polygonzkevm_swap_AssetStatus_orderBy { +enum stagingpolygon_AssetStatus_orderBy { id status } -input polygonzkevm_swap_Asset_filter { +input stagingpolygon_Asset_filter { id: ID id_not: ID id_gt: ID @@ -127123,16 +125714,16 @@ input polygonzkevm_swap_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: polygonzkevm_swap_Bytes - key_not: polygonzkevm_swap_Bytes - key_gt: polygonzkevm_swap_Bytes - key_lt: polygonzkevm_swap_Bytes - key_gte: polygonzkevm_swap_Bytes - key_lte: polygonzkevm_swap_Bytes - key_in: [polygonzkevm_swap_Bytes!] - key_not_in: [polygonzkevm_swap_Bytes!] - key_contains: polygonzkevm_swap_Bytes - key_not_contains: polygonzkevm_swap_Bytes + key: stagingpolygon_Bytes + key_not: stagingpolygon_Bytes + key_gt: stagingpolygon_Bytes + key_lt: stagingpolygon_Bytes + key_gte: stagingpolygon_Bytes + key_lte: stagingpolygon_Bytes + key_in: [stagingpolygon_Bytes!] + key_not_in: [stagingpolygon_Bytes!] + key_contains: stagingpolygon_Bytes + key_not_contains: stagingpolygon_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -127149,16 +125740,16 @@ input polygonzkevm_swap_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: polygonzkevm_swap_Bytes - canonicalId_not: polygonzkevm_swap_Bytes - canonicalId_gt: polygonzkevm_swap_Bytes - canonicalId_lt: polygonzkevm_swap_Bytes - canonicalId_gte: polygonzkevm_swap_Bytes - canonicalId_lte: polygonzkevm_swap_Bytes - canonicalId_in: [polygonzkevm_swap_Bytes!] - canonicalId_not_in: [polygonzkevm_swap_Bytes!] - canonicalId_contains: polygonzkevm_swap_Bytes - canonicalId_not_contains: polygonzkevm_swap_Bytes + canonicalId: stagingpolygon_Bytes + canonicalId_not: stagingpolygon_Bytes + canonicalId_gt: stagingpolygon_Bytes + canonicalId_lt: stagingpolygon_Bytes + canonicalId_gte: stagingpolygon_Bytes + canonicalId_lte: stagingpolygon_Bytes + canonicalId_in: [stagingpolygon_Bytes!] + canonicalId_not_in: [stagingpolygon_Bytes!] + canonicalId_contains: stagingpolygon_Bytes + canonicalId_not_contains: stagingpolygon_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -127167,26 +125758,26 @@ input polygonzkevm_swap_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: polygonzkevm_swap_Bytes - adoptedAsset_not: polygonzkevm_swap_Bytes - adoptedAsset_gt: polygonzkevm_swap_Bytes - adoptedAsset_lt: polygonzkevm_swap_Bytes - adoptedAsset_gte: polygonzkevm_swap_Bytes - adoptedAsset_lte: polygonzkevm_swap_Bytes - adoptedAsset_in: [polygonzkevm_swap_Bytes!] - adoptedAsset_not_in: [polygonzkevm_swap_Bytes!] - adoptedAsset_contains: polygonzkevm_swap_Bytes - adoptedAsset_not_contains: polygonzkevm_swap_Bytes - localAsset: polygonzkevm_swap_Bytes - localAsset_not: polygonzkevm_swap_Bytes - localAsset_gt: polygonzkevm_swap_Bytes - localAsset_lt: polygonzkevm_swap_Bytes - localAsset_gte: polygonzkevm_swap_Bytes - localAsset_lte: polygonzkevm_swap_Bytes - localAsset_in: [polygonzkevm_swap_Bytes!] - localAsset_not_in: [polygonzkevm_swap_Bytes!] - localAsset_contains: polygonzkevm_swap_Bytes - localAsset_not_contains: polygonzkevm_swap_Bytes + adoptedAsset: stagingpolygon_Bytes + adoptedAsset_not: stagingpolygon_Bytes + adoptedAsset_gt: stagingpolygon_Bytes + adoptedAsset_lt: stagingpolygon_Bytes + adoptedAsset_gte: stagingpolygon_Bytes + adoptedAsset_lte: stagingpolygon_Bytes + adoptedAsset_in: [stagingpolygon_Bytes!] + adoptedAsset_not_in: [stagingpolygon_Bytes!] + adoptedAsset_contains: stagingpolygon_Bytes + adoptedAsset_not_contains: stagingpolygon_Bytes + localAsset: stagingpolygon_Bytes + localAsset_not: stagingpolygon_Bytes + localAsset_gt: stagingpolygon_Bytes + localAsset_lt: stagingpolygon_Bytes + localAsset_gte: stagingpolygon_Bytes + localAsset_lte: stagingpolygon_Bytes + localAsset_in: [stagingpolygon_Bytes!] + localAsset_not_in: [stagingpolygon_Bytes!] + localAsset_contains: stagingpolygon_Bytes + localAsset_not_contains: stagingpolygon_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -127215,14 +125806,14 @@ input polygonzkevm_swap_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: polygonzkevm_swap_AssetStatus_filter + status_: stagingpolygon_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Asset_filter] - or: [polygonzkevm_swap_Asset_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Asset_filter] + or: [stagingpolygon_Asset_filter] } -enum polygonzkevm_swap_Asset_orderBy { +enum stagingpolygon_Asset_orderBy { id key decimal @@ -127237,30 +125828,30 @@ enum polygonzkevm_swap_Asset_orderBy { status__status } -scalar polygonzkevm_swap_BigDecimal +scalar stagingpolygon_BigDecimal -input polygonzkevm_swap_BlockChangedFilter { +input stagingpolygon_BlockChangedFilter { number_gte: Int! } -input polygonzkevm_swap_Block_height { - hash: polygonzkevm_swap_Bytes +input stagingpolygon_Block_height { + hash: stagingpolygon_Bytes number: Int number_gte: Int } -scalar polygonzkevm_swap_Bytes +scalar stagingpolygon_Bytes -type polygonzkevm_swap_ConnectorMeta { +type stagingpolygon_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygonzkevm_swap_Bytes - rootManager: polygonzkevm_swap_Bytes - mirrorConnector: polygonzkevm_swap_Bytes + amb: stagingpolygon_Bytes + rootManager: stagingpolygon_Bytes + mirrorConnector: stagingpolygon_Bytes } -input polygonzkevm_swap_ConnectorMeta_filter { +input stagingpolygon_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -127285,43 +125876,43 @@ input polygonzkevm_swap_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: polygonzkevm_swap_Bytes - amb_not: polygonzkevm_swap_Bytes - amb_gt: polygonzkevm_swap_Bytes - amb_lt: polygonzkevm_swap_Bytes - amb_gte: polygonzkevm_swap_Bytes - amb_lte: polygonzkevm_swap_Bytes - amb_in: [polygonzkevm_swap_Bytes!] - amb_not_in: [polygonzkevm_swap_Bytes!] - amb_contains: polygonzkevm_swap_Bytes - amb_not_contains: polygonzkevm_swap_Bytes - rootManager: polygonzkevm_swap_Bytes - rootManager_not: polygonzkevm_swap_Bytes - rootManager_gt: polygonzkevm_swap_Bytes - rootManager_lt: polygonzkevm_swap_Bytes - rootManager_gte: polygonzkevm_swap_Bytes - rootManager_lte: polygonzkevm_swap_Bytes - rootManager_in: [polygonzkevm_swap_Bytes!] - rootManager_not_in: [polygonzkevm_swap_Bytes!] - rootManager_contains: polygonzkevm_swap_Bytes - rootManager_not_contains: polygonzkevm_swap_Bytes - mirrorConnector: polygonzkevm_swap_Bytes - mirrorConnector_not: polygonzkevm_swap_Bytes - mirrorConnector_gt: polygonzkevm_swap_Bytes - mirrorConnector_lt: polygonzkevm_swap_Bytes - mirrorConnector_gte: polygonzkevm_swap_Bytes - mirrorConnector_lte: polygonzkevm_swap_Bytes - mirrorConnector_in: [polygonzkevm_swap_Bytes!] - mirrorConnector_not_in: [polygonzkevm_swap_Bytes!] - mirrorConnector_contains: polygonzkevm_swap_Bytes - mirrorConnector_not_contains: polygonzkevm_swap_Bytes + amb: stagingpolygon_Bytes + amb_not: stagingpolygon_Bytes + amb_gt: stagingpolygon_Bytes + amb_lt: stagingpolygon_Bytes + amb_gte: stagingpolygon_Bytes + amb_lte: stagingpolygon_Bytes + amb_in: [stagingpolygon_Bytes!] + amb_not_in: [stagingpolygon_Bytes!] + amb_contains: stagingpolygon_Bytes + amb_not_contains: stagingpolygon_Bytes + rootManager: stagingpolygon_Bytes + rootManager_not: stagingpolygon_Bytes + rootManager_gt: stagingpolygon_Bytes + rootManager_lt: stagingpolygon_Bytes + rootManager_gte: stagingpolygon_Bytes + rootManager_lte: stagingpolygon_Bytes + rootManager_in: [stagingpolygon_Bytes!] + rootManager_not_in: [stagingpolygon_Bytes!] + rootManager_contains: stagingpolygon_Bytes + rootManager_not_contains: stagingpolygon_Bytes + mirrorConnector: stagingpolygon_Bytes + mirrorConnector_not: stagingpolygon_Bytes + mirrorConnector_gt: stagingpolygon_Bytes + mirrorConnector_lt: stagingpolygon_Bytes + mirrorConnector_gte: stagingpolygon_Bytes + mirrorConnector_lte: stagingpolygon_Bytes + mirrorConnector_in: [stagingpolygon_Bytes!] + mirrorConnector_not_in: [stagingpolygon_Bytes!] + mirrorConnector_contains: stagingpolygon_Bytes + mirrorConnector_not_contains: stagingpolygon_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_ConnectorMeta_filter] - or: [polygonzkevm_swap_ConnectorMeta_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_ConnectorMeta_filter] + or: [stagingpolygon_ConnectorMeta_filter] } -enum polygonzkevm_swap_ConnectorMeta_orderBy { +enum stagingpolygon_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -127330,48 +125921,48 @@ enum polygonzkevm_swap_ConnectorMeta_orderBy { mirrorConnector } -type polygonzkevm_swap_DestinationTransfer { +type stagingpolygon_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_swap_Bytes + transferId: stagingpolygon_Bytes nonce: BigInt - status: polygonzkevm_swap_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_Router_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_Router_filter): [polygonzkevm_swap_Router!] + status: stagingpolygon_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_Router_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_Router_filter): [stagingpolygon_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygonzkevm_swap_Bytes - delegate: polygonzkevm_swap_Bytes + to: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes receiveLocal: Boolean - callData: polygonzkevm_swap_Bytes + callData: stagingpolygon_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygonzkevm_swap_Bytes + originSender: stagingpolygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_swap_Bytes - asset: polygonzkevm_swap_Asset + canonicalId: stagingpolygon_Bytes + asset: stagingpolygon_Asset amount: BigInt routersFee: BigInt - executedCaller: polygonzkevm_swap_Bytes - executedTransactionHash: polygonzkevm_swap_Bytes + executedCaller: stagingpolygon_Bytes + executedTransactionHash: stagingpolygon_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygonzkevm_swap_Bytes + executedTxOrigin: stagingpolygon_Bytes executedTxNonce: BigInt - reconciledCaller: polygonzkevm_swap_Bytes - reconciledTransactionHash: polygonzkevm_swap_Bytes + reconciledCaller: stagingpolygon_Bytes + reconciledTransactionHash: stagingpolygon_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygonzkevm_swap_Bytes + reconciledTxOrigin: stagingpolygon_Bytes reconciledTxNonce: BigInt } -input polygonzkevm_swap_DestinationTransfer_filter { +input stagingpolygon_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -127388,16 +125979,16 @@ input polygonzkevm_swap_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: polygonzkevm_swap_Bytes - transferId_not: polygonzkevm_swap_Bytes - transferId_gt: polygonzkevm_swap_Bytes - transferId_lt: polygonzkevm_swap_Bytes - transferId_gte: polygonzkevm_swap_Bytes - transferId_lte: polygonzkevm_swap_Bytes - transferId_in: [polygonzkevm_swap_Bytes!] - transferId_not_in: [polygonzkevm_swap_Bytes!] - transferId_contains: polygonzkevm_swap_Bytes - transferId_not_contains: polygonzkevm_swap_Bytes + transferId: stagingpolygon_Bytes + transferId_not: stagingpolygon_Bytes + transferId_gt: stagingpolygon_Bytes + transferId_lt: stagingpolygon_Bytes + transferId_gte: stagingpolygon_Bytes + transferId_lte: stagingpolygon_Bytes + transferId_in: [stagingpolygon_Bytes!] + transferId_not_in: [stagingpolygon_Bytes!] + transferId_contains: stagingpolygon_Bytes + transferId_not_contains: stagingpolygon_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -127406,17 +125997,17 @@ input polygonzkevm_swap_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygonzkevm_swap_TransferStatus - status_not: polygonzkevm_swap_TransferStatus - status_in: [polygonzkevm_swap_TransferStatus!] - status_not_in: [polygonzkevm_swap_TransferStatus!] + status: stagingpolygon_TransferStatus + status_not: stagingpolygon_TransferStatus + status_in: [stagingpolygon_TransferStatus!] + status_not_in: [stagingpolygon_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: polygonzkevm_swap_Router_filter + routers_: stagingpolygon_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -127441,40 +126032,40 @@ input polygonzkevm_swap_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: polygonzkevm_swap_Bytes - to_not: polygonzkevm_swap_Bytes - to_gt: polygonzkevm_swap_Bytes - to_lt: polygonzkevm_swap_Bytes - to_gte: polygonzkevm_swap_Bytes - to_lte: polygonzkevm_swap_Bytes - to_in: [polygonzkevm_swap_Bytes!] - to_not_in: [polygonzkevm_swap_Bytes!] - to_contains: polygonzkevm_swap_Bytes - to_not_contains: polygonzkevm_swap_Bytes - delegate: polygonzkevm_swap_Bytes - delegate_not: polygonzkevm_swap_Bytes - delegate_gt: polygonzkevm_swap_Bytes - delegate_lt: polygonzkevm_swap_Bytes - delegate_gte: polygonzkevm_swap_Bytes - delegate_lte: polygonzkevm_swap_Bytes - delegate_in: [polygonzkevm_swap_Bytes!] - delegate_not_in: [polygonzkevm_swap_Bytes!] - delegate_contains: polygonzkevm_swap_Bytes - delegate_not_contains: polygonzkevm_swap_Bytes + to: stagingpolygon_Bytes + to_not: stagingpolygon_Bytes + to_gt: stagingpolygon_Bytes + to_lt: stagingpolygon_Bytes + to_gte: stagingpolygon_Bytes + to_lte: stagingpolygon_Bytes + to_in: [stagingpolygon_Bytes!] + to_not_in: [stagingpolygon_Bytes!] + to_contains: stagingpolygon_Bytes + to_not_contains: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes + delegate_not: stagingpolygon_Bytes + delegate_gt: stagingpolygon_Bytes + delegate_lt: stagingpolygon_Bytes + delegate_gte: stagingpolygon_Bytes + delegate_lte: stagingpolygon_Bytes + delegate_in: [stagingpolygon_Bytes!] + delegate_not_in: [stagingpolygon_Bytes!] + delegate_contains: stagingpolygon_Bytes + delegate_not_contains: stagingpolygon_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: polygonzkevm_swap_Bytes - callData_not: polygonzkevm_swap_Bytes - callData_gt: polygonzkevm_swap_Bytes - callData_lt: polygonzkevm_swap_Bytes - callData_gte: polygonzkevm_swap_Bytes - callData_lte: polygonzkevm_swap_Bytes - callData_in: [polygonzkevm_swap_Bytes!] - callData_not_in: [polygonzkevm_swap_Bytes!] - callData_contains: polygonzkevm_swap_Bytes - callData_not_contains: polygonzkevm_swap_Bytes + callData: stagingpolygon_Bytes + callData_not: stagingpolygon_Bytes + callData_gt: stagingpolygon_Bytes + callData_lt: stagingpolygon_Bytes + callData_gte: stagingpolygon_Bytes + callData_lte: stagingpolygon_Bytes + callData_in: [stagingpolygon_Bytes!] + callData_not_in: [stagingpolygon_Bytes!] + callData_contains: stagingpolygon_Bytes + callData_not_contains: stagingpolygon_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -127491,16 +126082,16 @@ input polygonzkevm_swap_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: polygonzkevm_swap_Bytes - originSender_not: polygonzkevm_swap_Bytes - originSender_gt: polygonzkevm_swap_Bytes - originSender_lt: polygonzkevm_swap_Bytes - originSender_gte: polygonzkevm_swap_Bytes - originSender_lte: polygonzkevm_swap_Bytes - originSender_in: [polygonzkevm_swap_Bytes!] - originSender_not_in: [polygonzkevm_swap_Bytes!] - originSender_contains: polygonzkevm_swap_Bytes - originSender_not_contains: polygonzkevm_swap_Bytes + originSender: stagingpolygon_Bytes + originSender_not: stagingpolygon_Bytes + originSender_gt: stagingpolygon_Bytes + originSender_lt: stagingpolygon_Bytes + originSender_gte: stagingpolygon_Bytes + originSender_lte: stagingpolygon_Bytes + originSender_in: [stagingpolygon_Bytes!] + originSender_not_in: [stagingpolygon_Bytes!] + originSender_contains: stagingpolygon_Bytes + originSender_not_contains: stagingpolygon_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -127517,16 +126108,16 @@ input polygonzkevm_swap_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: polygonzkevm_swap_Bytes - canonicalId_not: polygonzkevm_swap_Bytes - canonicalId_gt: polygonzkevm_swap_Bytes - canonicalId_lt: polygonzkevm_swap_Bytes - canonicalId_gte: polygonzkevm_swap_Bytes - canonicalId_lte: polygonzkevm_swap_Bytes - canonicalId_in: [polygonzkevm_swap_Bytes!] - canonicalId_not_in: [polygonzkevm_swap_Bytes!] - canonicalId_contains: polygonzkevm_swap_Bytes - canonicalId_not_contains: polygonzkevm_swap_Bytes + canonicalId: stagingpolygon_Bytes + canonicalId_not: stagingpolygon_Bytes + canonicalId_gt: stagingpolygon_Bytes + canonicalId_lt: stagingpolygon_Bytes + canonicalId_gte: stagingpolygon_Bytes + canonicalId_lte: stagingpolygon_Bytes + canonicalId_in: [stagingpolygon_Bytes!] + canonicalId_not_in: [stagingpolygon_Bytes!] + canonicalId_contains: stagingpolygon_Bytes + canonicalId_not_contains: stagingpolygon_Bytes asset: String asset_not: String asset_gt: String @@ -127547,7 +126138,7 @@ input polygonzkevm_swap_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_swap_Asset_filter + asset_: stagingpolygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -127564,26 +126155,26 @@ input polygonzkevm_swap_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: polygonzkevm_swap_Bytes - executedCaller_not: polygonzkevm_swap_Bytes - executedCaller_gt: polygonzkevm_swap_Bytes - executedCaller_lt: polygonzkevm_swap_Bytes - executedCaller_gte: polygonzkevm_swap_Bytes - executedCaller_lte: polygonzkevm_swap_Bytes - executedCaller_in: [polygonzkevm_swap_Bytes!] - executedCaller_not_in: [polygonzkevm_swap_Bytes!] - executedCaller_contains: polygonzkevm_swap_Bytes - executedCaller_not_contains: polygonzkevm_swap_Bytes - executedTransactionHash: polygonzkevm_swap_Bytes - executedTransactionHash_not: polygonzkevm_swap_Bytes - executedTransactionHash_gt: polygonzkevm_swap_Bytes - executedTransactionHash_lt: polygonzkevm_swap_Bytes - executedTransactionHash_gte: polygonzkevm_swap_Bytes - executedTransactionHash_lte: polygonzkevm_swap_Bytes - executedTransactionHash_in: [polygonzkevm_swap_Bytes!] - executedTransactionHash_not_in: [polygonzkevm_swap_Bytes!] - executedTransactionHash_contains: polygonzkevm_swap_Bytes - executedTransactionHash_not_contains: polygonzkevm_swap_Bytes + executedCaller: stagingpolygon_Bytes + executedCaller_not: stagingpolygon_Bytes + executedCaller_gt: stagingpolygon_Bytes + executedCaller_lt: stagingpolygon_Bytes + executedCaller_gte: stagingpolygon_Bytes + executedCaller_lte: stagingpolygon_Bytes + executedCaller_in: [stagingpolygon_Bytes!] + executedCaller_not_in: [stagingpolygon_Bytes!] + executedCaller_contains: stagingpolygon_Bytes + executedCaller_not_contains: stagingpolygon_Bytes + executedTransactionHash: stagingpolygon_Bytes + executedTransactionHash_not: stagingpolygon_Bytes + executedTransactionHash_gt: stagingpolygon_Bytes + executedTransactionHash_lt: stagingpolygon_Bytes + executedTransactionHash_gte: stagingpolygon_Bytes + executedTransactionHash_lte: stagingpolygon_Bytes + executedTransactionHash_in: [stagingpolygon_Bytes!] + executedTransactionHash_not_in: [stagingpolygon_Bytes!] + executedTransactionHash_contains: stagingpolygon_Bytes + executedTransactionHash_not_contains: stagingpolygon_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -127616,16 +126207,16 @@ input polygonzkevm_swap_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: polygonzkevm_swap_Bytes - executedTxOrigin_not: polygonzkevm_swap_Bytes - executedTxOrigin_gt: polygonzkevm_swap_Bytes - executedTxOrigin_lt: polygonzkevm_swap_Bytes - executedTxOrigin_gte: polygonzkevm_swap_Bytes - executedTxOrigin_lte: polygonzkevm_swap_Bytes - executedTxOrigin_in: [polygonzkevm_swap_Bytes!] - executedTxOrigin_not_in: [polygonzkevm_swap_Bytes!] - executedTxOrigin_contains: polygonzkevm_swap_Bytes - executedTxOrigin_not_contains: polygonzkevm_swap_Bytes + executedTxOrigin: stagingpolygon_Bytes + executedTxOrigin_not: stagingpolygon_Bytes + executedTxOrigin_gt: stagingpolygon_Bytes + executedTxOrigin_lt: stagingpolygon_Bytes + executedTxOrigin_gte: stagingpolygon_Bytes + executedTxOrigin_lte: stagingpolygon_Bytes + executedTxOrigin_in: [stagingpolygon_Bytes!] + executedTxOrigin_not_in: [stagingpolygon_Bytes!] + executedTxOrigin_contains: stagingpolygon_Bytes + executedTxOrigin_not_contains: stagingpolygon_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -127634,26 +126225,26 @@ input polygonzkevm_swap_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: polygonzkevm_swap_Bytes - reconciledCaller_not: polygonzkevm_swap_Bytes - reconciledCaller_gt: polygonzkevm_swap_Bytes - reconciledCaller_lt: polygonzkevm_swap_Bytes - reconciledCaller_gte: polygonzkevm_swap_Bytes - reconciledCaller_lte: polygonzkevm_swap_Bytes - reconciledCaller_in: [polygonzkevm_swap_Bytes!] - reconciledCaller_not_in: [polygonzkevm_swap_Bytes!] - reconciledCaller_contains: polygonzkevm_swap_Bytes - reconciledCaller_not_contains: polygonzkevm_swap_Bytes - reconciledTransactionHash: polygonzkevm_swap_Bytes - reconciledTransactionHash_not: polygonzkevm_swap_Bytes - reconciledTransactionHash_gt: polygonzkevm_swap_Bytes - reconciledTransactionHash_lt: polygonzkevm_swap_Bytes - reconciledTransactionHash_gte: polygonzkevm_swap_Bytes - reconciledTransactionHash_lte: polygonzkevm_swap_Bytes - reconciledTransactionHash_in: [polygonzkevm_swap_Bytes!] - reconciledTransactionHash_not_in: [polygonzkevm_swap_Bytes!] - reconciledTransactionHash_contains: polygonzkevm_swap_Bytes - reconciledTransactionHash_not_contains: polygonzkevm_swap_Bytes + reconciledCaller: stagingpolygon_Bytes + reconciledCaller_not: stagingpolygon_Bytes + reconciledCaller_gt: stagingpolygon_Bytes + reconciledCaller_lt: stagingpolygon_Bytes + reconciledCaller_gte: stagingpolygon_Bytes + reconciledCaller_lte: stagingpolygon_Bytes + reconciledCaller_in: [stagingpolygon_Bytes!] + reconciledCaller_not_in: [stagingpolygon_Bytes!] + reconciledCaller_contains: stagingpolygon_Bytes + reconciledCaller_not_contains: stagingpolygon_Bytes + reconciledTransactionHash: stagingpolygon_Bytes + reconciledTransactionHash_not: stagingpolygon_Bytes + reconciledTransactionHash_gt: stagingpolygon_Bytes + reconciledTransactionHash_lt: stagingpolygon_Bytes + reconciledTransactionHash_gte: stagingpolygon_Bytes + reconciledTransactionHash_lte: stagingpolygon_Bytes + reconciledTransactionHash_in: [stagingpolygon_Bytes!] + reconciledTransactionHash_not_in: [stagingpolygon_Bytes!] + reconciledTransactionHash_contains: stagingpolygon_Bytes + reconciledTransactionHash_not_contains: stagingpolygon_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -127684,18 +126275,18 @@ input polygonzkevm_swap_DestinationTransfer_filter { reconciledBlockNumber_lt: BigInt reconciledBlockNumber_gte: BigInt reconciledBlockNumber_lte: BigInt - reconciledBlockNumber_in: [BigInt!] - reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: polygonzkevm_swap_Bytes - reconciledTxOrigin_not: polygonzkevm_swap_Bytes - reconciledTxOrigin_gt: polygonzkevm_swap_Bytes - reconciledTxOrigin_lt: polygonzkevm_swap_Bytes - reconciledTxOrigin_gte: polygonzkevm_swap_Bytes - reconciledTxOrigin_lte: polygonzkevm_swap_Bytes - reconciledTxOrigin_in: [polygonzkevm_swap_Bytes!] - reconciledTxOrigin_not_in: [polygonzkevm_swap_Bytes!] - reconciledTxOrigin_contains: polygonzkevm_swap_Bytes - reconciledTxOrigin_not_contains: polygonzkevm_swap_Bytes + reconciledBlockNumber_in: [BigInt!] + reconciledBlockNumber_not_in: [BigInt!] + reconciledTxOrigin: stagingpolygon_Bytes + reconciledTxOrigin_not: stagingpolygon_Bytes + reconciledTxOrigin_gt: stagingpolygon_Bytes + reconciledTxOrigin_lt: stagingpolygon_Bytes + reconciledTxOrigin_gte: stagingpolygon_Bytes + reconciledTxOrigin_lte: stagingpolygon_Bytes + reconciledTxOrigin_in: [stagingpolygon_Bytes!] + reconciledTxOrigin_not_in: [stagingpolygon_Bytes!] + reconciledTxOrigin_contains: stagingpolygon_Bytes + reconciledTxOrigin_not_contains: stagingpolygon_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -127705,12 +126296,12 @@ input polygonzkevm_swap_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_DestinationTransfer_filter] - or: [polygonzkevm_swap_DestinationTransfer_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_DestinationTransfer_filter] + or: [stagingpolygon_DestinationTransfer_filter] } -enum polygonzkevm_swap_DestinationTransfer_orderBy { +enum stagingpolygon_DestinationTransfer_orderBy { id chainId transferId @@ -127764,16 +126355,16 @@ enum polygonzkevm_swap_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar polygonzkevm_swap_Int8 +scalar stagingpolygon_Int8 -type polygonzkevm_swap_OptimisticRootFinalized { +type stagingpolygon_OptimisticRootFinalized { id: ID! - aggregateRoot: polygonzkevm_swap_Bytes! + aggregateRoot: stagingpolygon_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygonzkevm_swap_OptimisticRootFinalized_filter { +input stagingpolygon_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -127782,16 +126373,16 @@ input polygonzkevm_swap_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygonzkevm_swap_Bytes - aggregateRoot_not: polygonzkevm_swap_Bytes - aggregateRoot_gt: polygonzkevm_swap_Bytes - aggregateRoot_lt: polygonzkevm_swap_Bytes - aggregateRoot_gte: polygonzkevm_swap_Bytes - aggregateRoot_lte: polygonzkevm_swap_Bytes - aggregateRoot_in: [polygonzkevm_swap_Bytes!] - aggregateRoot_not_in: [polygonzkevm_swap_Bytes!] - aggregateRoot_contains: polygonzkevm_swap_Bytes - aggregateRoot_not_contains: polygonzkevm_swap_Bytes + aggregateRoot: stagingpolygon_Bytes + aggregateRoot_not: stagingpolygon_Bytes + aggregateRoot_gt: stagingpolygon_Bytes + aggregateRoot_lt: stagingpolygon_Bytes + aggregateRoot_gte: stagingpolygon_Bytes + aggregateRoot_lte: stagingpolygon_Bytes + aggregateRoot_in: [stagingpolygon_Bytes!] + aggregateRoot_not_in: [stagingpolygon_Bytes!] + aggregateRoot_contains: stagingpolygon_Bytes + aggregateRoot_not_contains: stagingpolygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -127809,12 +126400,12 @@ input polygonzkevm_swap_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_OptimisticRootFinalized_filter] - or: [polygonzkevm_swap_OptimisticRootFinalized_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OptimisticRootFinalized_filter] + or: [stagingpolygon_OptimisticRootFinalized_filter] } -enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { +enum stagingpolygon_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -127822,25 +126413,25 @@ enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygonzkevm_swap_OrderDirection { +enum stagingpolygon_OrderDirection { asc desc } -type polygonzkevm_swap_OriginMessage { +type stagingpolygon_OriginMessage { id: ID! - transferId: polygonzkevm_swap_Bytes + transferId: stagingpolygon_Bytes destinationDomain: BigInt - leaf: polygonzkevm_swap_Bytes + leaf: stagingpolygon_Bytes index: BigInt - message: polygonzkevm_swap_Bytes - root: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes + message: stagingpolygon_Bytes + root: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes blockNumber: BigInt - rootCount: polygonzkevm_swap_RootCount + rootCount: stagingpolygon_RootCount } -input polygonzkevm_swap_OriginMessage_filter { +input stagingpolygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -127849,16 +126440,16 @@ input polygonzkevm_swap_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: polygonzkevm_swap_Bytes - transferId_not: polygonzkevm_swap_Bytes - transferId_gt: polygonzkevm_swap_Bytes - transferId_lt: polygonzkevm_swap_Bytes - transferId_gte: polygonzkevm_swap_Bytes - transferId_lte: polygonzkevm_swap_Bytes - transferId_in: [polygonzkevm_swap_Bytes!] - transferId_not_in: [polygonzkevm_swap_Bytes!] - transferId_contains: polygonzkevm_swap_Bytes - transferId_not_contains: polygonzkevm_swap_Bytes + transferId: stagingpolygon_Bytes + transferId_not: stagingpolygon_Bytes + transferId_gt: stagingpolygon_Bytes + transferId_lt: stagingpolygon_Bytes + transferId_gte: stagingpolygon_Bytes + transferId_lte: stagingpolygon_Bytes + transferId_in: [stagingpolygon_Bytes!] + transferId_not_in: [stagingpolygon_Bytes!] + transferId_contains: stagingpolygon_Bytes + transferId_not_contains: stagingpolygon_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -127867,16 +126458,16 @@ input polygonzkevm_swap_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: polygonzkevm_swap_Bytes - leaf_not: polygonzkevm_swap_Bytes - leaf_gt: polygonzkevm_swap_Bytes - leaf_lt: polygonzkevm_swap_Bytes - leaf_gte: polygonzkevm_swap_Bytes - leaf_lte: polygonzkevm_swap_Bytes - leaf_in: [polygonzkevm_swap_Bytes!] - leaf_not_in: [polygonzkevm_swap_Bytes!] - leaf_contains: polygonzkevm_swap_Bytes - leaf_not_contains: polygonzkevm_swap_Bytes + leaf: stagingpolygon_Bytes + leaf_not: stagingpolygon_Bytes + leaf_gt: stagingpolygon_Bytes + leaf_lt: stagingpolygon_Bytes + leaf_gte: stagingpolygon_Bytes + leaf_lte: stagingpolygon_Bytes + leaf_in: [stagingpolygon_Bytes!] + leaf_not_in: [stagingpolygon_Bytes!] + leaf_contains: stagingpolygon_Bytes + leaf_not_contains: stagingpolygon_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -127885,36 +126476,36 @@ input polygonzkevm_swap_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: polygonzkevm_swap_Bytes - message_not: polygonzkevm_swap_Bytes - message_gt: polygonzkevm_swap_Bytes - message_lt: polygonzkevm_swap_Bytes - message_gte: polygonzkevm_swap_Bytes - message_lte: polygonzkevm_swap_Bytes - message_in: [polygonzkevm_swap_Bytes!] - message_not_in: [polygonzkevm_swap_Bytes!] - message_contains: polygonzkevm_swap_Bytes - message_not_contains: polygonzkevm_swap_Bytes - root: polygonzkevm_swap_Bytes - root_not: polygonzkevm_swap_Bytes - root_gt: polygonzkevm_swap_Bytes - root_lt: polygonzkevm_swap_Bytes - root_gte: polygonzkevm_swap_Bytes - root_lte: polygonzkevm_swap_Bytes - root_in: [polygonzkevm_swap_Bytes!] - root_not_in: [polygonzkevm_swap_Bytes!] - root_contains: polygonzkevm_swap_Bytes - root_not_contains: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes - transactionHash_not: polygonzkevm_swap_Bytes - transactionHash_gt: polygonzkevm_swap_Bytes - transactionHash_lt: polygonzkevm_swap_Bytes - transactionHash_gte: polygonzkevm_swap_Bytes - transactionHash_lte: polygonzkevm_swap_Bytes - transactionHash_in: [polygonzkevm_swap_Bytes!] - transactionHash_not_in: [polygonzkevm_swap_Bytes!] - transactionHash_contains: polygonzkevm_swap_Bytes - transactionHash_not_contains: polygonzkevm_swap_Bytes + message: stagingpolygon_Bytes + message_not: stagingpolygon_Bytes + message_gt: stagingpolygon_Bytes + message_lt: stagingpolygon_Bytes + message_gte: stagingpolygon_Bytes + message_lte: stagingpolygon_Bytes + message_in: [stagingpolygon_Bytes!] + message_not_in: [stagingpolygon_Bytes!] + message_contains: stagingpolygon_Bytes + message_not_contains: stagingpolygon_Bytes + root: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -127943,14 +126534,14 @@ input polygonzkevm_swap_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: polygonzkevm_swap_RootCount_filter + rootCount_: stagingpolygon_RootCount_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_OriginMessage_filter] - or: [polygonzkevm_swap_OriginMessage_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OriginMessage_filter] + or: [stagingpolygon_OriginMessage_filter] } -enum polygonzkevm_swap_OriginMessage_orderBy { +enum stagingpolygon_OriginMessage_orderBy { id transferId destinationDomain @@ -127965,42 +126556,42 @@ enum polygonzkevm_swap_OriginMessage_orderBy { rootCount__count } -type polygonzkevm_swap_OriginTransfer { +type stagingpolygon_OriginTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_swap_Bytes + transferId: stagingpolygon_Bytes nonce: BigInt - status: polygonzkevm_swap_TransferStatus - messageHash: polygonzkevm_swap_Bytes + status: stagingpolygon_TransferStatus + messageHash: stagingpolygon_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygonzkevm_swap_Bytes - delegate: polygonzkevm_swap_Bytes + to: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes receiveLocal: Boolean - callData: polygonzkevm_swap_Bytes + callData: stagingpolygon_Bytes slippage: BigInt - originSender: polygonzkevm_swap_Bytes + originSender: stagingpolygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_swap_Bytes - asset: polygonzkevm_swap_Asset - transactingAsset: polygonzkevm_swap_Bytes - message: polygonzkevm_swap_OriginMessage + canonicalId: stagingpolygon_Bytes + asset: stagingpolygon_Asset + transactingAsset: stagingpolygon_Bytes + message: stagingpolygon_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_RelayerFee_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_RelayerFee_filter): [polygonzkevm_swap_RelayerFee!] - initialRelayerFeeAsset: polygonzkevm_swap_Bytes - caller: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_RelayerFee_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_RelayerFee_filter): [stagingpolygon_RelayerFee!] + initialRelayerFeeAsset: stagingpolygon_Bytes + caller: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: polygonzkevm_swap_Bytes + txOrigin: stagingpolygon_Bytes txNonce: BigInt } -input polygonzkevm_swap_OriginTransfer_filter { +input stagingpolygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -128017,16 +126608,16 @@ input polygonzkevm_swap_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: polygonzkevm_swap_Bytes - transferId_not: polygonzkevm_swap_Bytes - transferId_gt: polygonzkevm_swap_Bytes - transferId_lt: polygonzkevm_swap_Bytes - transferId_gte: polygonzkevm_swap_Bytes - transferId_lte: polygonzkevm_swap_Bytes - transferId_in: [polygonzkevm_swap_Bytes!] - transferId_not_in: [polygonzkevm_swap_Bytes!] - transferId_contains: polygonzkevm_swap_Bytes - transferId_not_contains: polygonzkevm_swap_Bytes + transferId: stagingpolygon_Bytes + transferId_not: stagingpolygon_Bytes + transferId_gt: stagingpolygon_Bytes + transferId_lt: stagingpolygon_Bytes + transferId_gte: stagingpolygon_Bytes + transferId_lte: stagingpolygon_Bytes + transferId_in: [stagingpolygon_Bytes!] + transferId_not_in: [stagingpolygon_Bytes!] + transferId_contains: stagingpolygon_Bytes + transferId_not_contains: stagingpolygon_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -128035,20 +126626,20 @@ input polygonzkevm_swap_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygonzkevm_swap_TransferStatus - status_not: polygonzkevm_swap_TransferStatus - status_in: [polygonzkevm_swap_TransferStatus!] - status_not_in: [polygonzkevm_swap_TransferStatus!] - messageHash: polygonzkevm_swap_Bytes - messageHash_not: polygonzkevm_swap_Bytes - messageHash_gt: polygonzkevm_swap_Bytes - messageHash_lt: polygonzkevm_swap_Bytes - messageHash_gte: polygonzkevm_swap_Bytes - messageHash_lte: polygonzkevm_swap_Bytes - messageHash_in: [polygonzkevm_swap_Bytes!] - messageHash_not_in: [polygonzkevm_swap_Bytes!] - messageHash_contains: polygonzkevm_swap_Bytes - messageHash_not_contains: polygonzkevm_swap_Bytes + status: stagingpolygon_TransferStatus + status_not: stagingpolygon_TransferStatus + status_in: [stagingpolygon_TransferStatus!] + status_not_in: [stagingpolygon_TransferStatus!] + messageHash: stagingpolygon_Bytes + messageHash_not: stagingpolygon_Bytes + messageHash_gt: stagingpolygon_Bytes + messageHash_lt: stagingpolygon_Bytes + messageHash_gte: stagingpolygon_Bytes + messageHash_lte: stagingpolygon_Bytes + messageHash_in: [stagingpolygon_Bytes!] + messageHash_not_in: [stagingpolygon_Bytes!] + messageHash_contains: stagingpolygon_Bytes + messageHash_not_contains: stagingpolygon_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -128073,40 +126664,40 @@ input polygonzkevm_swap_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: polygonzkevm_swap_Bytes - to_not: polygonzkevm_swap_Bytes - to_gt: polygonzkevm_swap_Bytes - to_lt: polygonzkevm_swap_Bytes - to_gte: polygonzkevm_swap_Bytes - to_lte: polygonzkevm_swap_Bytes - to_in: [polygonzkevm_swap_Bytes!] - to_not_in: [polygonzkevm_swap_Bytes!] - to_contains: polygonzkevm_swap_Bytes - to_not_contains: polygonzkevm_swap_Bytes - delegate: polygonzkevm_swap_Bytes - delegate_not: polygonzkevm_swap_Bytes - delegate_gt: polygonzkevm_swap_Bytes - delegate_lt: polygonzkevm_swap_Bytes - delegate_gte: polygonzkevm_swap_Bytes - delegate_lte: polygonzkevm_swap_Bytes - delegate_in: [polygonzkevm_swap_Bytes!] - delegate_not_in: [polygonzkevm_swap_Bytes!] - delegate_contains: polygonzkevm_swap_Bytes - delegate_not_contains: polygonzkevm_swap_Bytes + to: stagingpolygon_Bytes + to_not: stagingpolygon_Bytes + to_gt: stagingpolygon_Bytes + to_lt: stagingpolygon_Bytes + to_gte: stagingpolygon_Bytes + to_lte: stagingpolygon_Bytes + to_in: [stagingpolygon_Bytes!] + to_not_in: [stagingpolygon_Bytes!] + to_contains: stagingpolygon_Bytes + to_not_contains: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes + delegate_not: stagingpolygon_Bytes + delegate_gt: stagingpolygon_Bytes + delegate_lt: stagingpolygon_Bytes + delegate_gte: stagingpolygon_Bytes + delegate_lte: stagingpolygon_Bytes + delegate_in: [stagingpolygon_Bytes!] + delegate_not_in: [stagingpolygon_Bytes!] + delegate_contains: stagingpolygon_Bytes + delegate_not_contains: stagingpolygon_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: polygonzkevm_swap_Bytes - callData_not: polygonzkevm_swap_Bytes - callData_gt: polygonzkevm_swap_Bytes - callData_lt: polygonzkevm_swap_Bytes - callData_gte: polygonzkevm_swap_Bytes - callData_lte: polygonzkevm_swap_Bytes - callData_in: [polygonzkevm_swap_Bytes!] - callData_not_in: [polygonzkevm_swap_Bytes!] - callData_contains: polygonzkevm_swap_Bytes - callData_not_contains: polygonzkevm_swap_Bytes + callData: stagingpolygon_Bytes + callData_not: stagingpolygon_Bytes + callData_gt: stagingpolygon_Bytes + callData_lt: stagingpolygon_Bytes + callData_gte: stagingpolygon_Bytes + callData_lte: stagingpolygon_Bytes + callData_in: [stagingpolygon_Bytes!] + callData_not_in: [stagingpolygon_Bytes!] + callData_contains: stagingpolygon_Bytes + callData_not_contains: stagingpolygon_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -128115,16 +126706,16 @@ input polygonzkevm_swap_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: polygonzkevm_swap_Bytes - originSender_not: polygonzkevm_swap_Bytes - originSender_gt: polygonzkevm_swap_Bytes - originSender_lt: polygonzkevm_swap_Bytes - originSender_gte: polygonzkevm_swap_Bytes - originSender_lte: polygonzkevm_swap_Bytes - originSender_in: [polygonzkevm_swap_Bytes!] - originSender_not_in: [polygonzkevm_swap_Bytes!] - originSender_contains: polygonzkevm_swap_Bytes - originSender_not_contains: polygonzkevm_swap_Bytes + originSender: stagingpolygon_Bytes + originSender_not: stagingpolygon_Bytes + originSender_gt: stagingpolygon_Bytes + originSender_lt: stagingpolygon_Bytes + originSender_gte: stagingpolygon_Bytes + originSender_lte: stagingpolygon_Bytes + originSender_in: [stagingpolygon_Bytes!] + originSender_not_in: [stagingpolygon_Bytes!] + originSender_contains: stagingpolygon_Bytes + originSender_not_contains: stagingpolygon_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -128141,16 +126732,16 @@ input polygonzkevm_swap_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: polygonzkevm_swap_Bytes - canonicalId_not: polygonzkevm_swap_Bytes - canonicalId_gt: polygonzkevm_swap_Bytes - canonicalId_lt: polygonzkevm_swap_Bytes - canonicalId_gte: polygonzkevm_swap_Bytes - canonicalId_lte: polygonzkevm_swap_Bytes - canonicalId_in: [polygonzkevm_swap_Bytes!] - canonicalId_not_in: [polygonzkevm_swap_Bytes!] - canonicalId_contains: polygonzkevm_swap_Bytes - canonicalId_not_contains: polygonzkevm_swap_Bytes + canonicalId: stagingpolygon_Bytes + canonicalId_not: stagingpolygon_Bytes + canonicalId_gt: stagingpolygon_Bytes + canonicalId_lt: stagingpolygon_Bytes + canonicalId_gte: stagingpolygon_Bytes + canonicalId_lte: stagingpolygon_Bytes + canonicalId_in: [stagingpolygon_Bytes!] + canonicalId_not_in: [stagingpolygon_Bytes!] + canonicalId_contains: stagingpolygon_Bytes + canonicalId_not_contains: stagingpolygon_Bytes asset: String asset_not: String asset_gt: String @@ -128171,17 +126762,17 @@ input polygonzkevm_swap_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_swap_Asset_filter - transactingAsset: polygonzkevm_swap_Bytes - transactingAsset_not: polygonzkevm_swap_Bytes - transactingAsset_gt: polygonzkevm_swap_Bytes - transactingAsset_lt: polygonzkevm_swap_Bytes - transactingAsset_gte: polygonzkevm_swap_Bytes - transactingAsset_lte: polygonzkevm_swap_Bytes - transactingAsset_in: [polygonzkevm_swap_Bytes!] - transactingAsset_not_in: [polygonzkevm_swap_Bytes!] - transactingAsset_contains: polygonzkevm_swap_Bytes - transactingAsset_not_contains: polygonzkevm_swap_Bytes + asset_: stagingpolygon_Asset_filter + transactingAsset: stagingpolygon_Bytes + transactingAsset_not: stagingpolygon_Bytes + transactingAsset_gt: stagingpolygon_Bytes + transactingAsset_lt: stagingpolygon_Bytes + transactingAsset_gte: stagingpolygon_Bytes + transactingAsset_lte: stagingpolygon_Bytes + transactingAsset_in: [stagingpolygon_Bytes!] + transactingAsset_not_in: [stagingpolygon_Bytes!] + transactingAsset_contains: stagingpolygon_Bytes + transactingAsset_not_contains: stagingpolygon_Bytes message: String message_not: String message_gt: String @@ -128202,7 +126793,7 @@ input polygonzkevm_swap_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: polygonzkevm_swap_OriginMessage_filter + message_: stagingpolygon_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -128217,37 +126808,37 @@ input polygonzkevm_swap_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: polygonzkevm_swap_RelayerFee_filter - initialRelayerFeeAsset: polygonzkevm_swap_Bytes - initialRelayerFeeAsset_not: polygonzkevm_swap_Bytes - initialRelayerFeeAsset_gt: polygonzkevm_swap_Bytes - initialRelayerFeeAsset_lt: polygonzkevm_swap_Bytes - initialRelayerFeeAsset_gte: polygonzkevm_swap_Bytes - initialRelayerFeeAsset_lte: polygonzkevm_swap_Bytes - initialRelayerFeeAsset_in: [polygonzkevm_swap_Bytes!] - initialRelayerFeeAsset_not_in: [polygonzkevm_swap_Bytes!] - initialRelayerFeeAsset_contains: polygonzkevm_swap_Bytes - initialRelayerFeeAsset_not_contains: polygonzkevm_swap_Bytes - caller: polygonzkevm_swap_Bytes - caller_not: polygonzkevm_swap_Bytes - caller_gt: polygonzkevm_swap_Bytes - caller_lt: polygonzkevm_swap_Bytes - caller_gte: polygonzkevm_swap_Bytes - caller_lte: polygonzkevm_swap_Bytes - caller_in: [polygonzkevm_swap_Bytes!] - caller_not_in: [polygonzkevm_swap_Bytes!] - caller_contains: polygonzkevm_swap_Bytes - caller_not_contains: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes - transactionHash_not: polygonzkevm_swap_Bytes - transactionHash_gt: polygonzkevm_swap_Bytes - transactionHash_lt: polygonzkevm_swap_Bytes - transactionHash_gte: polygonzkevm_swap_Bytes - transactionHash_lte: polygonzkevm_swap_Bytes - transactionHash_in: [polygonzkevm_swap_Bytes!] - transactionHash_not_in: [polygonzkevm_swap_Bytes!] - transactionHash_contains: polygonzkevm_swap_Bytes - transactionHash_not_contains: polygonzkevm_swap_Bytes + relayerFees_: stagingpolygon_RelayerFee_filter + initialRelayerFeeAsset: stagingpolygon_Bytes + initialRelayerFeeAsset_not: stagingpolygon_Bytes + initialRelayerFeeAsset_gt: stagingpolygon_Bytes + initialRelayerFeeAsset_lt: stagingpolygon_Bytes + initialRelayerFeeAsset_gte: stagingpolygon_Bytes + initialRelayerFeeAsset_lte: stagingpolygon_Bytes + initialRelayerFeeAsset_in: [stagingpolygon_Bytes!] + initialRelayerFeeAsset_not_in: [stagingpolygon_Bytes!] + initialRelayerFeeAsset_contains: stagingpolygon_Bytes + initialRelayerFeeAsset_not_contains: stagingpolygon_Bytes + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -128280,16 +126871,16 @@ input polygonzkevm_swap_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: polygonzkevm_swap_Bytes - txOrigin_not: polygonzkevm_swap_Bytes - txOrigin_gt: polygonzkevm_swap_Bytes - txOrigin_lt: polygonzkevm_swap_Bytes - txOrigin_gte: polygonzkevm_swap_Bytes - txOrigin_lte: polygonzkevm_swap_Bytes - txOrigin_in: [polygonzkevm_swap_Bytes!] - txOrigin_not_in: [polygonzkevm_swap_Bytes!] - txOrigin_contains: polygonzkevm_swap_Bytes - txOrigin_not_contains: polygonzkevm_swap_Bytes + txOrigin: stagingpolygon_Bytes + txOrigin_not: stagingpolygon_Bytes + txOrigin_gt: stagingpolygon_Bytes + txOrigin_lt: stagingpolygon_Bytes + txOrigin_gte: stagingpolygon_Bytes + txOrigin_lte: stagingpolygon_Bytes + txOrigin_in: [stagingpolygon_Bytes!] + txOrigin_not_in: [stagingpolygon_Bytes!] + txOrigin_contains: stagingpolygon_Bytes + txOrigin_not_contains: stagingpolygon_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -128299,12 +126890,12 @@ input polygonzkevm_swap_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_OriginTransfer_filter] - or: [polygonzkevm_swap_OriginTransfer_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OriginTransfer_filter] + or: [stagingpolygon_OriginTransfer_filter] } -enum polygonzkevm_swap_OriginTransfer_orderBy { +enum stagingpolygon_OriginTransfer_orderBy { id chainId transferId @@ -128357,20 +126948,20 @@ enum polygonzkevm_swap_OriginTransfer_orderBy { txNonce } -type polygonzkevm_swap_Relayer { +type stagingpolygon_Relayer { id: ID! isActive: Boolean! - relayer: polygonzkevm_swap_Bytes + relayer: stagingpolygon_Bytes } -type polygonzkevm_swap_RelayerFee { +type stagingpolygon_RelayerFee { id: ID! - transfer: polygonzkevm_swap_OriginTransfer! + transfer: stagingpolygon_OriginTransfer! fee: BigInt! - asset: polygonzkevm_swap_Bytes! + asset: stagingpolygon_Bytes! } -input polygonzkevm_swap_RelayerFee_filter { +input stagingpolygon_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -128399,7 +126990,7 @@ input polygonzkevm_swap_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygonzkevm_swap_OriginTransfer_filter + transfer_: stagingpolygon_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -128408,23 +126999,23 @@ input polygonzkevm_swap_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: polygonzkevm_swap_Bytes - asset_not: polygonzkevm_swap_Bytes - asset_gt: polygonzkevm_swap_Bytes - asset_lt: polygonzkevm_swap_Bytes - asset_gte: polygonzkevm_swap_Bytes - asset_lte: polygonzkevm_swap_Bytes - asset_in: [polygonzkevm_swap_Bytes!] - asset_not_in: [polygonzkevm_swap_Bytes!] - asset_contains: polygonzkevm_swap_Bytes - asset_not_contains: polygonzkevm_swap_Bytes + asset: stagingpolygon_Bytes + asset_not: stagingpolygon_Bytes + asset_gt: stagingpolygon_Bytes + asset_lt: stagingpolygon_Bytes + asset_gte: stagingpolygon_Bytes + asset_lte: stagingpolygon_Bytes + asset_in: [stagingpolygon_Bytes!] + asset_not_in: [stagingpolygon_Bytes!] + asset_contains: stagingpolygon_Bytes + asset_not_contains: stagingpolygon_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RelayerFee_filter] - or: [polygonzkevm_swap_RelayerFee_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RelayerFee_filter] + or: [stagingpolygon_RelayerFee_filter] } -enum polygonzkevm_swap_RelayerFee_orderBy { +enum stagingpolygon_RelayerFee_orderBy { id transfer transfer__id @@ -128460,20 +127051,20 @@ enum polygonzkevm_swap_RelayerFee_orderBy { asset } -type polygonzkevm_swap_RelayerFeesIncrease { +type stagingpolygon_RelayerFeesIncrease { id: ID! - transfer: polygonzkevm_swap_OriginTransfer! + transfer: stagingpolygon_OriginTransfer! increase: BigInt - asset: polygonzkevm_swap_Bytes - caller: polygonzkevm_swap_Bytes! - transactionHash: polygonzkevm_swap_Bytes! + asset: stagingpolygon_Bytes + caller: stagingpolygon_Bytes! + transactionHash: stagingpolygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_swap_RelayerFeesIncrease_filter { +input stagingpolygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -128502,7 +127093,7 @@ input polygonzkevm_swap_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygonzkevm_swap_OriginTransfer_filter + transfer_: stagingpolygon_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -128511,36 +127102,36 @@ input polygonzkevm_swap_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: polygonzkevm_swap_Bytes - asset_not: polygonzkevm_swap_Bytes - asset_gt: polygonzkevm_swap_Bytes - asset_lt: polygonzkevm_swap_Bytes - asset_gte: polygonzkevm_swap_Bytes - asset_lte: polygonzkevm_swap_Bytes - asset_in: [polygonzkevm_swap_Bytes!] - asset_not_in: [polygonzkevm_swap_Bytes!] - asset_contains: polygonzkevm_swap_Bytes - asset_not_contains: polygonzkevm_swap_Bytes - caller: polygonzkevm_swap_Bytes - caller_not: polygonzkevm_swap_Bytes - caller_gt: polygonzkevm_swap_Bytes - caller_lt: polygonzkevm_swap_Bytes - caller_gte: polygonzkevm_swap_Bytes - caller_lte: polygonzkevm_swap_Bytes - caller_in: [polygonzkevm_swap_Bytes!] - caller_not_in: [polygonzkevm_swap_Bytes!] - caller_contains: polygonzkevm_swap_Bytes - caller_not_contains: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes - transactionHash_not: polygonzkevm_swap_Bytes - transactionHash_gt: polygonzkevm_swap_Bytes - transactionHash_lt: polygonzkevm_swap_Bytes - transactionHash_gte: polygonzkevm_swap_Bytes - transactionHash_lte: polygonzkevm_swap_Bytes - transactionHash_in: [polygonzkevm_swap_Bytes!] - transactionHash_not_in: [polygonzkevm_swap_Bytes!] - transactionHash_contains: polygonzkevm_swap_Bytes - transactionHash_not_contains: polygonzkevm_swap_Bytes + asset: stagingpolygon_Bytes + asset_not: stagingpolygon_Bytes + asset_gt: stagingpolygon_Bytes + asset_lt: stagingpolygon_Bytes + asset_gte: stagingpolygon_Bytes + asset_lte: stagingpolygon_Bytes + asset_in: [stagingpolygon_Bytes!] + asset_not_in: [stagingpolygon_Bytes!] + asset_contains: stagingpolygon_Bytes + asset_not_contains: stagingpolygon_Bytes + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -128574,12 +127165,12 @@ input polygonzkevm_swap_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RelayerFeesIncrease_filter] - or: [polygonzkevm_swap_RelayerFeesIncrease_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RelayerFeesIncrease_filter] + or: [stagingpolygon_RelayerFeesIncrease_filter] } -enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { +enum stagingpolygon_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -128621,7 +127212,7 @@ enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { blockNumber } -input polygonzkevm_swap_Relayer_filter { +input stagingpolygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -128634,34 +127225,34 @@ input polygonzkevm_swap_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: polygonzkevm_swap_Bytes - relayer_not: polygonzkevm_swap_Bytes - relayer_gt: polygonzkevm_swap_Bytes - relayer_lt: polygonzkevm_swap_Bytes - relayer_gte: polygonzkevm_swap_Bytes - relayer_lte: polygonzkevm_swap_Bytes - relayer_in: [polygonzkevm_swap_Bytes!] - relayer_not_in: [polygonzkevm_swap_Bytes!] - relayer_contains: polygonzkevm_swap_Bytes - relayer_not_contains: polygonzkevm_swap_Bytes + relayer: stagingpolygon_Bytes + relayer_not: stagingpolygon_Bytes + relayer_gt: stagingpolygon_Bytes + relayer_lt: stagingpolygon_Bytes + relayer_gte: stagingpolygon_Bytes + relayer_lte: stagingpolygon_Bytes + relayer_in: [stagingpolygon_Bytes!] + relayer_not_in: [stagingpolygon_Bytes!] + relayer_contains: stagingpolygon_Bytes + relayer_not_contains: stagingpolygon_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Relayer_filter] - or: [polygonzkevm_swap_Relayer_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Relayer_filter] + or: [stagingpolygon_Relayer_filter] } -enum polygonzkevm_swap_Relayer_orderBy { +enum stagingpolygon_Relayer_orderBy { id isActive relayer } -type polygonzkevm_swap_RootCount { +type stagingpolygon_RootCount { id: ID! count: BigInt } -input polygonzkevm_swap_RootCount_filter { +input stagingpolygon_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -128679,31 +127270,31 @@ input polygonzkevm_swap_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RootCount_filter] - or: [polygonzkevm_swap_RootCount_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RootCount_filter] + or: [stagingpolygon_RootCount_filter] } -enum polygonzkevm_swap_RootCount_orderBy { +enum stagingpolygon_RootCount_orderBy { id count } -type polygonzkevm_swap_RootMessageSent { +type stagingpolygon_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygonzkevm_swap_Bytes + root: stagingpolygon_Bytes count: BigInt - caller: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes + caller: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygonzkevm_swap_RootMessageSent_filter { +input stagingpolygon_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -128728,16 +127319,16 @@ input polygonzkevm_swap_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: polygonzkevm_swap_Bytes - root_not: polygonzkevm_swap_Bytes - root_gt: polygonzkevm_swap_Bytes - root_lt: polygonzkevm_swap_Bytes - root_gte: polygonzkevm_swap_Bytes - root_lte: polygonzkevm_swap_Bytes - root_in: [polygonzkevm_swap_Bytes!] - root_not_in: [polygonzkevm_swap_Bytes!] - root_contains: polygonzkevm_swap_Bytes - root_not_contains: polygonzkevm_swap_Bytes + root: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -128746,26 +127337,26 @@ input polygonzkevm_swap_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: polygonzkevm_swap_Bytes - caller_not: polygonzkevm_swap_Bytes - caller_gt: polygonzkevm_swap_Bytes - caller_lt: polygonzkevm_swap_Bytes - caller_gte: polygonzkevm_swap_Bytes - caller_lte: polygonzkevm_swap_Bytes - caller_in: [polygonzkevm_swap_Bytes!] - caller_not_in: [polygonzkevm_swap_Bytes!] - caller_contains: polygonzkevm_swap_Bytes - caller_not_contains: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes - transactionHash_not: polygonzkevm_swap_Bytes - transactionHash_gt: polygonzkevm_swap_Bytes - transactionHash_lt: polygonzkevm_swap_Bytes - transactionHash_gte: polygonzkevm_swap_Bytes - transactionHash_lte: polygonzkevm_swap_Bytes - transactionHash_in: [polygonzkevm_swap_Bytes!] - transactionHash_not_in: [polygonzkevm_swap_Bytes!] - transactionHash_contains: polygonzkevm_swap_Bytes - transactionHash_not_contains: polygonzkevm_swap_Bytes + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -128799,12 +127390,12 @@ input polygonzkevm_swap_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RootMessageSent_filter] - or: [polygonzkevm_swap_RootMessageSent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RootMessageSent_filter] + or: [stagingpolygon_RootMessageSent_filter] } -enum polygonzkevm_swap_RootMessageSent_orderBy { +enum stagingpolygon_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -128818,25 +127409,25 @@ enum polygonzkevm_swap_RootMessageSent_orderBy { blockNumber } -type polygonzkevm_swap_Router { +type stagingpolygon_Router { id: ID! isActive: Boolean! - owner: polygonzkevm_swap_Bytes - recipient: polygonzkevm_swap_Bytes - proposedOwner: polygonzkevm_swap_Bytes + owner: stagingpolygon_Bytes + recipient: stagingpolygon_Bytes + proposedOwner: stagingpolygon_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_AssetBalance_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_AssetBalance_filter): [polygonzkevm_swap_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_AssetBalance_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_AssetBalance_filter): [stagingpolygon_AssetBalance!]! } -type polygonzkevm_swap_RouterDailyTVL { +type stagingpolygon_RouterDailyTVL { id: ID! - router: polygonzkevm_swap_Router! - asset: polygonzkevm_swap_Asset! + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! timestamp: BigInt! balance: BigInt! } -input polygonzkevm_swap_RouterDailyTVL_filter { +input stagingpolygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -128865,7 +127456,7 @@ input polygonzkevm_swap_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygonzkevm_swap_Router_filter + router_: stagingpolygon_Router_filter asset: String asset_not: String asset_gt: String @@ -128886,7 +127477,7 @@ input polygonzkevm_swap_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_swap_Asset_filter + asset_: stagingpolygon_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -128904,12 +127495,12 @@ input polygonzkevm_swap_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RouterDailyTVL_filter] - or: [polygonzkevm_swap_RouterDailyTVL_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RouterDailyTVL_filter] + or: [stagingpolygon_RouterDailyTVL_filter] } -enum polygonzkevm_swap_RouterDailyTVL_orderBy { +enum stagingpolygon_RouterDailyTVL_orderBy { id router router__id @@ -128932,26 +127523,26 @@ enum polygonzkevm_swap_RouterDailyTVL_orderBy { balance } -type polygonzkevm_swap_RouterLiquidityEvent { +type stagingpolygon_RouterLiquidityEvent { id: ID! - type: polygonzkevm_swap_RouterLiquidityEventType - router: polygonzkevm_swap_Router! - asset: polygonzkevm_swap_Asset! + type: stagingpolygon_RouterLiquidityEventType + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! amount: BigInt! balance: BigInt! - caller: polygonzkevm_swap_Bytes + caller: stagingpolygon_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: polygonzkevm_swap_Bytes! + transactionHash: stagingpolygon_Bytes! nonce: BigInt! } -enum polygonzkevm_swap_RouterLiquidityEventType { +enum stagingpolygon_RouterLiquidityEventType { Add Remove } -input polygonzkevm_swap_RouterLiquidityEvent_filter { +input stagingpolygon_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -128960,10 +127551,10 @@ input polygonzkevm_swap_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: polygonzkevm_swap_RouterLiquidityEventType - type_not: polygonzkevm_swap_RouterLiquidityEventType - type_in: [polygonzkevm_swap_RouterLiquidityEventType!] - type_not_in: [polygonzkevm_swap_RouterLiquidityEventType!] + type: stagingpolygon_RouterLiquidityEventType + type_not: stagingpolygon_RouterLiquidityEventType + type_in: [stagingpolygon_RouterLiquidityEventType!] + type_not_in: [stagingpolygon_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -128984,7 +127575,7 @@ input polygonzkevm_swap_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygonzkevm_swap_Router_filter + router_: stagingpolygon_Router_filter asset: String asset_not: String asset_gt: String @@ -129005,7 +127596,7 @@ input polygonzkevm_swap_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_swap_Asset_filter + asset_: stagingpolygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -129022,16 +127613,16 @@ input polygonzkevm_swap_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: polygonzkevm_swap_Bytes - caller_not: polygonzkevm_swap_Bytes - caller_gt: polygonzkevm_swap_Bytes - caller_lt: polygonzkevm_swap_Bytes - caller_gte: polygonzkevm_swap_Bytes - caller_lte: polygonzkevm_swap_Bytes - caller_in: [polygonzkevm_swap_Bytes!] - caller_not_in: [polygonzkevm_swap_Bytes!] - caller_contains: polygonzkevm_swap_Bytes - caller_not_contains: polygonzkevm_swap_Bytes + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -129048,16 +127639,16 @@ input polygonzkevm_swap_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: polygonzkevm_swap_Bytes - transactionHash_not: polygonzkevm_swap_Bytes - transactionHash_gt: polygonzkevm_swap_Bytes - transactionHash_lt: polygonzkevm_swap_Bytes - transactionHash_gte: polygonzkevm_swap_Bytes - transactionHash_lte: polygonzkevm_swap_Bytes - transactionHash_in: [polygonzkevm_swap_Bytes!] - transactionHash_not_in: [polygonzkevm_swap_Bytes!] - transactionHash_contains: polygonzkevm_swap_Bytes - transactionHash_not_contains: polygonzkevm_swap_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -129067,12 +127658,12 @@ input polygonzkevm_swap_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RouterLiquidityEvent_filter] - or: [polygonzkevm_swap_RouterLiquidityEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RouterLiquidityEvent_filter] + or: [stagingpolygon_RouterLiquidityEvent_filter] } -enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { +enum stagingpolygon_RouterLiquidityEvent_orderBy { id type router @@ -129101,7 +127692,7 @@ enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { nonce } -input polygonzkevm_swap_Router_filter { +input stagingpolygon_Router_filter { id: ID id_not: ID id_gt: ID @@ -129114,36 +127705,36 @@ input polygonzkevm_swap_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: polygonzkevm_swap_Bytes - owner_not: polygonzkevm_swap_Bytes - owner_gt: polygonzkevm_swap_Bytes - owner_lt: polygonzkevm_swap_Bytes - owner_gte: polygonzkevm_swap_Bytes - owner_lte: polygonzkevm_swap_Bytes - owner_in: [polygonzkevm_swap_Bytes!] - owner_not_in: [polygonzkevm_swap_Bytes!] - owner_contains: polygonzkevm_swap_Bytes - owner_not_contains: polygonzkevm_swap_Bytes - recipient: polygonzkevm_swap_Bytes - recipient_not: polygonzkevm_swap_Bytes - recipient_gt: polygonzkevm_swap_Bytes - recipient_lt: polygonzkevm_swap_Bytes - recipient_gte: polygonzkevm_swap_Bytes - recipient_lte: polygonzkevm_swap_Bytes - recipient_in: [polygonzkevm_swap_Bytes!] - recipient_not_in: [polygonzkevm_swap_Bytes!] - recipient_contains: polygonzkevm_swap_Bytes - recipient_not_contains: polygonzkevm_swap_Bytes - proposedOwner: polygonzkevm_swap_Bytes - proposedOwner_not: polygonzkevm_swap_Bytes - proposedOwner_gt: polygonzkevm_swap_Bytes - proposedOwner_lt: polygonzkevm_swap_Bytes - proposedOwner_gte: polygonzkevm_swap_Bytes - proposedOwner_lte: polygonzkevm_swap_Bytes - proposedOwner_in: [polygonzkevm_swap_Bytes!] - proposedOwner_not_in: [polygonzkevm_swap_Bytes!] - proposedOwner_contains: polygonzkevm_swap_Bytes - proposedOwner_not_contains: polygonzkevm_swap_Bytes + owner: stagingpolygon_Bytes + owner_not: stagingpolygon_Bytes + owner_gt: stagingpolygon_Bytes + owner_lt: stagingpolygon_Bytes + owner_gte: stagingpolygon_Bytes + owner_lte: stagingpolygon_Bytes + owner_in: [stagingpolygon_Bytes!] + owner_not_in: [stagingpolygon_Bytes!] + owner_contains: stagingpolygon_Bytes + owner_not_contains: stagingpolygon_Bytes + recipient: stagingpolygon_Bytes + recipient_not: stagingpolygon_Bytes + recipient_gt: stagingpolygon_Bytes + recipient_lt: stagingpolygon_Bytes + recipient_gte: stagingpolygon_Bytes + recipient_lte: stagingpolygon_Bytes + recipient_in: [stagingpolygon_Bytes!] + recipient_not_in: [stagingpolygon_Bytes!] + recipient_contains: stagingpolygon_Bytes + recipient_not_contains: stagingpolygon_Bytes + proposedOwner: stagingpolygon_Bytes + proposedOwner_not: stagingpolygon_Bytes + proposedOwner_gt: stagingpolygon_Bytes + proposedOwner_lt: stagingpolygon_Bytes + proposedOwner_gte: stagingpolygon_Bytes + proposedOwner_lte: stagingpolygon_Bytes + proposedOwner_in: [stagingpolygon_Bytes!] + proposedOwner_not_in: [stagingpolygon_Bytes!] + proposedOwner_contains: stagingpolygon_Bytes + proposedOwner_not_contains: stagingpolygon_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -129152,14 +127743,14 @@ input polygonzkevm_swap_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygonzkevm_swap_AssetBalance_filter + assetBalances_: stagingpolygon_AssetBalance_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Router_filter] - or: [polygonzkevm_swap_Router_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Router_filter] + or: [stagingpolygon_Router_filter] } -enum polygonzkevm_swap_Router_orderBy { +enum stagingpolygon_Router_orderBy { id isActive owner @@ -129169,13 +127760,13 @@ enum polygonzkevm_swap_Router_orderBy { assetBalances } -type polygonzkevm_swap_Sequencer { +type stagingpolygon_Sequencer { id: ID! isActive: Boolean! - sequencer: polygonzkevm_swap_Bytes + sequencer: stagingpolygon_Bytes } -input polygonzkevm_swap_Sequencer_filter { +input stagingpolygon_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -129188,35 +127779,35 @@ input polygonzkevm_swap_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: polygonzkevm_swap_Bytes - sequencer_not: polygonzkevm_swap_Bytes - sequencer_gt: polygonzkevm_swap_Bytes - sequencer_lt: polygonzkevm_swap_Bytes - sequencer_gte: polygonzkevm_swap_Bytes - sequencer_lte: polygonzkevm_swap_Bytes - sequencer_in: [polygonzkevm_swap_Bytes!] - sequencer_not_in: [polygonzkevm_swap_Bytes!] - sequencer_contains: polygonzkevm_swap_Bytes - sequencer_not_contains: polygonzkevm_swap_Bytes + sequencer: stagingpolygon_Bytes + sequencer_not: stagingpolygon_Bytes + sequencer_gt: stagingpolygon_Bytes + sequencer_lt: stagingpolygon_Bytes + sequencer_gte: stagingpolygon_Bytes + sequencer_lte: stagingpolygon_Bytes + sequencer_in: [stagingpolygon_Bytes!] + sequencer_not_in: [stagingpolygon_Bytes!] + sequencer_contains: stagingpolygon_Bytes + sequencer_not_contains: stagingpolygon_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Sequencer_filter] - or: [polygonzkevm_swap_Sequencer_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Sequencer_filter] + or: [stagingpolygon_Sequencer_filter] } -enum polygonzkevm_swap_Sequencer_orderBy { +enum stagingpolygon_Sequencer_orderBy { id isActive sequencer } -type polygonzkevm_swap_Setting { +type stagingpolygon_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: polygonzkevm_swap_Bytes! + caller: stagingpolygon_Bytes! } -input polygonzkevm_swap_Setting_filter { +input stagingpolygon_Setting_filter { id: ID id_not: ID id_gt: ID @@ -129233,41 +127824,41 @@ input polygonzkevm_swap_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: polygonzkevm_swap_Bytes - caller_not: polygonzkevm_swap_Bytes - caller_gt: polygonzkevm_swap_Bytes - caller_lt: polygonzkevm_swap_Bytes - caller_gte: polygonzkevm_swap_Bytes - caller_lte: polygonzkevm_swap_Bytes - caller_in: [polygonzkevm_swap_Bytes!] - caller_not_in: [polygonzkevm_swap_Bytes!] - caller_contains: polygonzkevm_swap_Bytes - caller_not_contains: polygonzkevm_swap_Bytes + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Setting_filter] - or: [polygonzkevm_swap_Setting_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Setting_filter] + or: [stagingpolygon_Setting_filter] } -enum polygonzkevm_swap_Setting_orderBy { +enum stagingpolygon_Setting_orderBy { id maxRoutersPerTransfer caller } -type polygonzkevm_swap_SlippageUpdate { +type stagingpolygon_SlippageUpdate { id: ID! - transfer: polygonzkevm_swap_DestinationTransfer! + transfer: stagingpolygon_DestinationTransfer! slippage: BigInt! - caller: polygonzkevm_swap_Bytes! - transactionHash: polygonzkevm_swap_Bytes! + caller: stagingpolygon_Bytes! + transactionHash: stagingpolygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_swap_SlippageUpdate_filter { +input stagingpolygon_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -129296,7 +127887,7 @@ input polygonzkevm_swap_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygonzkevm_swap_DestinationTransfer_filter + transfer_: stagingpolygon_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -129305,26 +127896,26 @@ input polygonzkevm_swap_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: polygonzkevm_swap_Bytes - caller_not: polygonzkevm_swap_Bytes - caller_gt: polygonzkevm_swap_Bytes - caller_lt: polygonzkevm_swap_Bytes - caller_gte: polygonzkevm_swap_Bytes - caller_lte: polygonzkevm_swap_Bytes - caller_in: [polygonzkevm_swap_Bytes!] - caller_not_in: [polygonzkevm_swap_Bytes!] - caller_contains: polygonzkevm_swap_Bytes - caller_not_contains: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes - transactionHash_not: polygonzkevm_swap_Bytes - transactionHash_gt: polygonzkevm_swap_Bytes - transactionHash_lt: polygonzkevm_swap_Bytes - transactionHash_gte: polygonzkevm_swap_Bytes - transactionHash_lte: polygonzkevm_swap_Bytes - transactionHash_in: [polygonzkevm_swap_Bytes!] - transactionHash_not_in: [polygonzkevm_swap_Bytes!] - transactionHash_contains: polygonzkevm_swap_Bytes - transactionHash_not_contains: polygonzkevm_swap_Bytes + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -129358,12 +127949,12 @@ input polygonzkevm_swap_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SlippageUpdate_filter] - or: [polygonzkevm_swap_SlippageUpdate_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SlippageUpdate_filter] + or: [stagingpolygon_SlippageUpdate_filter] } -enum polygonzkevm_swap_SlippageUpdate_orderBy { +enum stagingpolygon_SlippageUpdate_orderBy { id transfer transfer__id @@ -129411,16 +128002,16 @@ enum polygonzkevm_swap_SlippageUpdate_orderBy { blockNumber } -type polygonzkevm_swap_SnapshotRoot { +type stagingpolygon_SnapshotRoot { id: ID! spokeDomain: BigInt - root: polygonzkevm_swap_Bytes! + root: stagingpolygon_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input polygonzkevm_swap_SnapshotRoot_filter { +input stagingpolygon_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -129437,16 +128028,16 @@ input polygonzkevm_swap_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: polygonzkevm_swap_Bytes - root_not: polygonzkevm_swap_Bytes - root_gt: polygonzkevm_swap_Bytes - root_lt: polygonzkevm_swap_Bytes - root_gte: polygonzkevm_swap_Bytes - root_lte: polygonzkevm_swap_Bytes - root_in: [polygonzkevm_swap_Bytes!] - root_not_in: [polygonzkevm_swap_Bytes!] - root_contains: polygonzkevm_swap_Bytes - root_not_contains: polygonzkevm_swap_Bytes + root: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -129472,12 +128063,12 @@ input polygonzkevm_swap_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SnapshotRoot_filter] - or: [polygonzkevm_swap_SnapshotRoot_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SnapshotRoot_filter] + or: [stagingpolygon_SnapshotRoot_filter] } -enum polygonzkevm_swap_SnapshotRoot_orderBy { +enum stagingpolygon_SnapshotRoot_orderBy { id spokeDomain root @@ -129486,12 +128077,12 @@ enum polygonzkevm_swap_SnapshotRoot_orderBy { blockNumber } -type polygonzkevm_swap_SpokeConnectorMode { +type stagingpolygon_SpokeConnectorMode { id: ID! mode: String! } -input polygonzkevm_swap_SpokeConnectorMode_filter { +input stagingpolygon_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -129521,17 +128112,17 @@ input polygonzkevm_swap_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_SpokeConnectorMode_filter] - or: [polygonzkevm_swap_SpokeConnectorMode_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SpokeConnectorMode_filter] + or: [stagingpolygon_SpokeConnectorMode_filter] } -enum polygonzkevm_swap_SpokeConnectorMode_orderBy { +enum stagingpolygon_SpokeConnectorMode_orderBy { id mode } -enum polygonzkevm_swap_TransferStatus { +enum stagingpolygon_TransferStatus { XCalled Executed Reconciled @@ -129539,19 +128130,19 @@ enum polygonzkevm_swap_TransferStatus { CompletedFast } -type polygonzkevm_swap__Block_ { +type stagingpolygon__Block_ { """The hash of the block""" - hash: polygonzkevm_swap_Bytes + hash: stagingpolygon_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: polygonzkevm_swap_Bytes + parentHash: stagingpolygon_Bytes } """The type for the top-level _meta field""" -type polygonzkevm_swap__Meta_ { +type stagingpolygon__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -129559,22 +128150,22 @@ type polygonzkevm_swap__Meta_ { and therefore asks for the latest block """ - block: polygonzkevm_swap__Block_! + block: stagingpolygon__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type xlayer_AggregateRoot { +type polygonzkevm_swap_AggregateRoot { id: ID! - root: xlayer_Bytes! + root: polygonzkevm_swap_Bytes! blockNumber: BigInt! } -type xlayer_AggregateRootProposed { +type polygonzkevm_swap_AggregateRootProposed { id: ID! - aggregateRoot: xlayer_Bytes! + aggregateRoot: polygonzkevm_swap_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -129582,7 +128173,7 @@ type xlayer_AggregateRootProposed { blockNumber: BigInt } -input xlayer_AggregateRootProposed_filter { +input polygonzkevm_swap_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -129591,16 +128182,16 @@ input xlayer_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: xlayer_Bytes - aggregateRoot_not: xlayer_Bytes - aggregateRoot_gt: xlayer_Bytes - aggregateRoot_lt: xlayer_Bytes - aggregateRoot_gte: xlayer_Bytes - aggregateRoot_lte: xlayer_Bytes - aggregateRoot_in: [xlayer_Bytes!] - aggregateRoot_not_in: [xlayer_Bytes!] - aggregateRoot_contains: xlayer_Bytes - aggregateRoot_not_contains: xlayer_Bytes + aggregateRoot: polygonzkevm_swap_Bytes + aggregateRoot_not: polygonzkevm_swap_Bytes + aggregateRoot_gt: polygonzkevm_swap_Bytes + aggregateRoot_lt: polygonzkevm_swap_Bytes + aggregateRoot_gte: polygonzkevm_swap_Bytes + aggregateRoot_lte: polygonzkevm_swap_Bytes + aggregateRoot_in: [polygonzkevm_swap_Bytes!] + aggregateRoot_not_in: [polygonzkevm_swap_Bytes!] + aggregateRoot_contains: polygonzkevm_swap_Bytes + aggregateRoot_not_contains: polygonzkevm_swap_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -129642,12 +128233,12 @@ input xlayer_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_AggregateRootProposed_filter] - or: [xlayer_AggregateRootProposed_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRootProposed_filter] + or: [polygonzkevm_swap_AggregateRootProposed_filter] } -enum xlayer_AggregateRootProposed_orderBy { +enum polygonzkevm_swap_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -129657,7 +128248,7 @@ enum xlayer_AggregateRootProposed_orderBy { blockNumber } -input xlayer_AggregateRoot_filter { +input polygonzkevm_swap_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -129666,16 +128257,16 @@ input xlayer_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: xlayer_Bytes - root_not: xlayer_Bytes - root_gt: xlayer_Bytes - root_lt: xlayer_Bytes - root_gte: xlayer_Bytes - root_lte: xlayer_Bytes - root_in: [xlayer_Bytes!] - root_not_in: [xlayer_Bytes!] - root_contains: xlayer_Bytes - root_not_contains: xlayer_Bytes + root: polygonzkevm_swap_Bytes + root_not: polygonzkevm_swap_Bytes + root_gt: polygonzkevm_swap_Bytes + root_lt: polygonzkevm_swap_Bytes + root_gte: polygonzkevm_swap_Bytes + root_lte: polygonzkevm_swap_Bytes + root_in: [polygonzkevm_swap_Bytes!] + root_not_in: [polygonzkevm_swap_Bytes!] + root_contains: polygonzkevm_swap_Bytes + root_not_contains: polygonzkevm_swap_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -129685,42 +128276,47 @@ input xlayer_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_AggregateRoot_filter] - or: [xlayer_AggregateRoot_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRoot_filter] + or: [polygonzkevm_swap_AggregateRoot_filter] } -enum xlayer_AggregateRoot_orderBy { +enum polygonzkevm_swap_AggregateRoot_orderBy { id root blockNumber } -type xlayer_Asset { +enum polygonzkevm_swap_Aggregation_interval { + hour + day +} + +type polygonzkevm_swap_Asset { id: ID! - key: xlayer_Bytes + key: polygonzkevm_swap_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: xlayer_Bytes + canonicalId: polygonzkevm_swap_Bytes canonicalDomain: BigInt - adoptedAsset: xlayer_Bytes - localAsset: xlayer_Bytes + adoptedAsset: polygonzkevm_swap_Bytes + localAsset: polygonzkevm_swap_Bytes blockNumber: BigInt - status: xlayer_AssetStatus + status: polygonzkevm_swap_AssetStatus } -type xlayer_AssetBalance { +type polygonzkevm_swap_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: xlayer_Router! - asset: xlayer_Asset! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! feesEarned: BigInt! } -input xlayer_AssetBalance_filter { +input polygonzkevm_swap_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -129781,7 +128377,7 @@ input xlayer_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xlayer_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -129802,7 +128398,7 @@ input xlayer_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xlayer_Asset_filter + asset_: polygonzkevm_swap_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -129812,12 +128408,12 @@ input xlayer_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_AssetBalance_filter] - or: [xlayer_AssetBalance_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AssetBalance_filter] + or: [polygonzkevm_swap_AssetBalance_filter] } -enum xlayer_AssetBalance_orderBy { +enum polygonzkevm_swap_AssetBalance_orderBy { id amount locked @@ -129843,12 +128439,12 @@ enum xlayer_AssetBalance_orderBy { feesEarned } -type xlayer_AssetStatus { +type polygonzkevm_swap_AssetStatus { id: ID! status: Boolean } -input xlayer_AssetStatus_filter { +input polygonzkevm_swap_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -129862,17 +128458,17 @@ input xlayer_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_AssetStatus_filter] - or: [xlayer_AssetStatus_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AssetStatus_filter] + or: [polygonzkevm_swap_AssetStatus_filter] } -enum xlayer_AssetStatus_orderBy { +enum polygonzkevm_swap_AssetStatus_orderBy { id status } -input xlayer_Asset_filter { +input polygonzkevm_swap_Asset_filter { id: ID id_not: ID id_gt: ID @@ -129881,16 +128477,16 @@ input xlayer_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: xlayer_Bytes - key_not: xlayer_Bytes - key_gt: xlayer_Bytes - key_lt: xlayer_Bytes - key_gte: xlayer_Bytes - key_lte: xlayer_Bytes - key_in: [xlayer_Bytes!] - key_not_in: [xlayer_Bytes!] - key_contains: xlayer_Bytes - key_not_contains: xlayer_Bytes + key: polygonzkevm_swap_Bytes + key_not: polygonzkevm_swap_Bytes + key_gt: polygonzkevm_swap_Bytes + key_lt: polygonzkevm_swap_Bytes + key_gte: polygonzkevm_swap_Bytes + key_lte: polygonzkevm_swap_Bytes + key_in: [polygonzkevm_swap_Bytes!] + key_not_in: [polygonzkevm_swap_Bytes!] + key_contains: polygonzkevm_swap_Bytes + key_not_contains: polygonzkevm_swap_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -129907,16 +128503,16 @@ input xlayer_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: xlayer_Bytes - canonicalId_not: xlayer_Bytes - canonicalId_gt: xlayer_Bytes - canonicalId_lt: xlayer_Bytes - canonicalId_gte: xlayer_Bytes - canonicalId_lte: xlayer_Bytes - canonicalId_in: [xlayer_Bytes!] - canonicalId_not_in: [xlayer_Bytes!] - canonicalId_contains: xlayer_Bytes - canonicalId_not_contains: xlayer_Bytes + canonicalId: polygonzkevm_swap_Bytes + canonicalId_not: polygonzkevm_swap_Bytes + canonicalId_gt: polygonzkevm_swap_Bytes + canonicalId_lt: polygonzkevm_swap_Bytes + canonicalId_gte: polygonzkevm_swap_Bytes + canonicalId_lte: polygonzkevm_swap_Bytes + canonicalId_in: [polygonzkevm_swap_Bytes!] + canonicalId_not_in: [polygonzkevm_swap_Bytes!] + canonicalId_contains: polygonzkevm_swap_Bytes + canonicalId_not_contains: polygonzkevm_swap_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -129925,26 +128521,26 @@ input xlayer_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: xlayer_Bytes - adoptedAsset_not: xlayer_Bytes - adoptedAsset_gt: xlayer_Bytes - adoptedAsset_lt: xlayer_Bytes - adoptedAsset_gte: xlayer_Bytes - adoptedAsset_lte: xlayer_Bytes - adoptedAsset_in: [xlayer_Bytes!] - adoptedAsset_not_in: [xlayer_Bytes!] - adoptedAsset_contains: xlayer_Bytes - adoptedAsset_not_contains: xlayer_Bytes - localAsset: xlayer_Bytes - localAsset_not: xlayer_Bytes - localAsset_gt: xlayer_Bytes - localAsset_lt: xlayer_Bytes - localAsset_gte: xlayer_Bytes - localAsset_lte: xlayer_Bytes - localAsset_in: [xlayer_Bytes!] - localAsset_not_in: [xlayer_Bytes!] - localAsset_contains: xlayer_Bytes - localAsset_not_contains: xlayer_Bytes + adoptedAsset: polygonzkevm_swap_Bytes + adoptedAsset_not: polygonzkevm_swap_Bytes + adoptedAsset_gt: polygonzkevm_swap_Bytes + adoptedAsset_lt: polygonzkevm_swap_Bytes + adoptedAsset_gte: polygonzkevm_swap_Bytes + adoptedAsset_lte: polygonzkevm_swap_Bytes + adoptedAsset_in: [polygonzkevm_swap_Bytes!] + adoptedAsset_not_in: [polygonzkevm_swap_Bytes!] + adoptedAsset_contains: polygonzkevm_swap_Bytes + adoptedAsset_not_contains: polygonzkevm_swap_Bytes + localAsset: polygonzkevm_swap_Bytes + localAsset_not: polygonzkevm_swap_Bytes + localAsset_gt: polygonzkevm_swap_Bytes + localAsset_lt: polygonzkevm_swap_Bytes + localAsset_gte: polygonzkevm_swap_Bytes + localAsset_lte: polygonzkevm_swap_Bytes + localAsset_in: [polygonzkevm_swap_Bytes!] + localAsset_not_in: [polygonzkevm_swap_Bytes!] + localAsset_contains: polygonzkevm_swap_Bytes + localAsset_not_contains: polygonzkevm_swap_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -129973,14 +128569,14 @@ input xlayer_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: xlayer_AssetStatus_filter + status_: polygonzkevm_swap_AssetStatus_filter """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Asset_filter] - or: [xlayer_Asset_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Asset_filter] + or: [polygonzkevm_swap_Asset_filter] } -enum xlayer_Asset_orderBy { +enum polygonzkevm_swap_Asset_orderBy { id key decimal @@ -129995,30 +128591,30 @@ enum xlayer_Asset_orderBy { status__status } -scalar xlayer_BigDecimal +scalar polygonzkevm_swap_BigDecimal -input xlayer_BlockChangedFilter { +input polygonzkevm_swap_BlockChangedFilter { number_gte: Int! } -input xlayer_Block_height { - hash: xlayer_Bytes +input polygonzkevm_swap_Block_height { + hash: polygonzkevm_swap_Bytes number: Int number_gte: Int } -scalar xlayer_Bytes +scalar polygonzkevm_swap_Bytes -type xlayer_ConnectorMeta { +type polygonzkevm_swap_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: xlayer_Bytes - rootManager: xlayer_Bytes - mirrorConnector: xlayer_Bytes + amb: polygonzkevm_swap_Bytes + rootManager: polygonzkevm_swap_Bytes + mirrorConnector: polygonzkevm_swap_Bytes } -input xlayer_ConnectorMeta_filter { +input polygonzkevm_swap_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -130043,43 +128639,43 @@ input xlayer_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: xlayer_Bytes - amb_not: xlayer_Bytes - amb_gt: xlayer_Bytes - amb_lt: xlayer_Bytes - amb_gte: xlayer_Bytes - amb_lte: xlayer_Bytes - amb_in: [xlayer_Bytes!] - amb_not_in: [xlayer_Bytes!] - amb_contains: xlayer_Bytes - amb_not_contains: xlayer_Bytes - rootManager: xlayer_Bytes - rootManager_not: xlayer_Bytes - rootManager_gt: xlayer_Bytes - rootManager_lt: xlayer_Bytes - rootManager_gte: xlayer_Bytes - rootManager_lte: xlayer_Bytes - rootManager_in: [xlayer_Bytes!] - rootManager_not_in: [xlayer_Bytes!] - rootManager_contains: xlayer_Bytes - rootManager_not_contains: xlayer_Bytes - mirrorConnector: xlayer_Bytes - mirrorConnector_not: xlayer_Bytes - mirrorConnector_gt: xlayer_Bytes - mirrorConnector_lt: xlayer_Bytes - mirrorConnector_gte: xlayer_Bytes - mirrorConnector_lte: xlayer_Bytes - mirrorConnector_in: [xlayer_Bytes!] - mirrorConnector_not_in: [xlayer_Bytes!] - mirrorConnector_contains: xlayer_Bytes - mirrorConnector_not_contains: xlayer_Bytes + amb: polygonzkevm_swap_Bytes + amb_not: polygonzkevm_swap_Bytes + amb_gt: polygonzkevm_swap_Bytes + amb_lt: polygonzkevm_swap_Bytes + amb_gte: polygonzkevm_swap_Bytes + amb_lte: polygonzkevm_swap_Bytes + amb_in: [polygonzkevm_swap_Bytes!] + amb_not_in: [polygonzkevm_swap_Bytes!] + amb_contains: polygonzkevm_swap_Bytes + amb_not_contains: polygonzkevm_swap_Bytes + rootManager: polygonzkevm_swap_Bytes + rootManager_not: polygonzkevm_swap_Bytes + rootManager_gt: polygonzkevm_swap_Bytes + rootManager_lt: polygonzkevm_swap_Bytes + rootManager_gte: polygonzkevm_swap_Bytes + rootManager_lte: polygonzkevm_swap_Bytes + rootManager_in: [polygonzkevm_swap_Bytes!] + rootManager_not_in: [polygonzkevm_swap_Bytes!] + rootManager_contains: polygonzkevm_swap_Bytes + rootManager_not_contains: polygonzkevm_swap_Bytes + mirrorConnector: polygonzkevm_swap_Bytes + mirrorConnector_not: polygonzkevm_swap_Bytes + mirrorConnector_gt: polygonzkevm_swap_Bytes + mirrorConnector_lt: polygonzkevm_swap_Bytes + mirrorConnector_gte: polygonzkevm_swap_Bytes + mirrorConnector_lte: polygonzkevm_swap_Bytes + mirrorConnector_in: [polygonzkevm_swap_Bytes!] + mirrorConnector_not_in: [polygonzkevm_swap_Bytes!] + mirrorConnector_contains: polygonzkevm_swap_Bytes + mirrorConnector_not_contains: polygonzkevm_swap_Bytes """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_ConnectorMeta_filter] - or: [xlayer_ConnectorMeta_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_ConnectorMeta_filter] + or: [polygonzkevm_swap_ConnectorMeta_filter] } -enum xlayer_ConnectorMeta_orderBy { +enum polygonzkevm_swap_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -130088,48 +128684,48 @@ enum xlayer_ConnectorMeta_orderBy { mirrorConnector } -type xlayer_DestinationTransfer { +type polygonzkevm_swap_DestinationTransfer { id: ID! chainId: BigInt - transferId: xlayer_Bytes + transferId: polygonzkevm_swap_Bytes nonce: BigInt - status: xlayer_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: xlayer_Router_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_Router_filter): [xlayer_Router!] + status: polygonzkevm_swap_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_Router_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_Router_filter): [polygonzkevm_swap_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xlayer_Bytes - delegate: xlayer_Bytes + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes receiveLocal: Boolean - callData: xlayer_Bytes + callData: polygonzkevm_swap_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: xlayer_Bytes + originSender: polygonzkevm_swap_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xlayer_Bytes - asset: xlayer_Asset + canonicalId: polygonzkevm_swap_Bytes + asset: polygonzkevm_swap_Asset amount: BigInt routersFee: BigInt - executedCaller: xlayer_Bytes - executedTransactionHash: xlayer_Bytes + executedCaller: polygonzkevm_swap_Bytes + executedTransactionHash: polygonzkevm_swap_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: xlayer_Bytes + executedTxOrigin: polygonzkevm_swap_Bytes executedTxNonce: BigInt - reconciledCaller: xlayer_Bytes - reconciledTransactionHash: xlayer_Bytes + reconciledCaller: polygonzkevm_swap_Bytes + reconciledTransactionHash: polygonzkevm_swap_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: xlayer_Bytes + reconciledTxOrigin: polygonzkevm_swap_Bytes reconciledTxNonce: BigInt } -input xlayer_DestinationTransfer_filter { +input polygonzkevm_swap_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -130146,16 +128742,16 @@ input xlayer_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: xlayer_Bytes - transferId_not: xlayer_Bytes - transferId_gt: xlayer_Bytes - transferId_lt: xlayer_Bytes - transferId_gte: xlayer_Bytes - transferId_lte: xlayer_Bytes - transferId_in: [xlayer_Bytes!] - transferId_not_in: [xlayer_Bytes!] - transferId_contains: xlayer_Bytes - transferId_not_contains: xlayer_Bytes + transferId: polygonzkevm_swap_Bytes + transferId_not: polygonzkevm_swap_Bytes + transferId_gt: polygonzkevm_swap_Bytes + transferId_lt: polygonzkevm_swap_Bytes + transferId_gte: polygonzkevm_swap_Bytes + transferId_lte: polygonzkevm_swap_Bytes + transferId_in: [polygonzkevm_swap_Bytes!] + transferId_not_in: [polygonzkevm_swap_Bytes!] + transferId_contains: polygonzkevm_swap_Bytes + transferId_not_contains: polygonzkevm_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -130164,17 +128760,17 @@ input xlayer_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: xlayer_TransferStatus - status_not: xlayer_TransferStatus - status_in: [xlayer_TransferStatus!] - status_not_in: [xlayer_TransferStatus!] + status: polygonzkevm_swap_TransferStatus + status_not: polygonzkevm_swap_TransferStatus + status_in: [polygonzkevm_swap_TransferStatus!] + status_not_in: [polygonzkevm_swap_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: xlayer_Router_filter + routers_: polygonzkevm_swap_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -130199,40 +128795,40 @@ input xlayer_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: xlayer_Bytes - to_not: xlayer_Bytes - to_gt: xlayer_Bytes - to_lt: xlayer_Bytes - to_gte: xlayer_Bytes - to_lte: xlayer_Bytes - to_in: [xlayer_Bytes!] - to_not_in: [xlayer_Bytes!] - to_contains: xlayer_Bytes - to_not_contains: xlayer_Bytes - delegate: xlayer_Bytes - delegate_not: xlayer_Bytes - delegate_gt: xlayer_Bytes - delegate_lt: xlayer_Bytes - delegate_gte: xlayer_Bytes - delegate_lte: xlayer_Bytes - delegate_in: [xlayer_Bytes!] - delegate_not_in: [xlayer_Bytes!] - delegate_contains: xlayer_Bytes - delegate_not_contains: xlayer_Bytes + to: polygonzkevm_swap_Bytes + to_not: polygonzkevm_swap_Bytes + to_gt: polygonzkevm_swap_Bytes + to_lt: polygonzkevm_swap_Bytes + to_gte: polygonzkevm_swap_Bytes + to_lte: polygonzkevm_swap_Bytes + to_in: [polygonzkevm_swap_Bytes!] + to_not_in: [polygonzkevm_swap_Bytes!] + to_contains: polygonzkevm_swap_Bytes + to_not_contains: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes + delegate_not: polygonzkevm_swap_Bytes + delegate_gt: polygonzkevm_swap_Bytes + delegate_lt: polygonzkevm_swap_Bytes + delegate_gte: polygonzkevm_swap_Bytes + delegate_lte: polygonzkevm_swap_Bytes + delegate_in: [polygonzkevm_swap_Bytes!] + delegate_not_in: [polygonzkevm_swap_Bytes!] + delegate_contains: polygonzkevm_swap_Bytes + delegate_not_contains: polygonzkevm_swap_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: xlayer_Bytes - callData_not: xlayer_Bytes - callData_gt: xlayer_Bytes - callData_lt: xlayer_Bytes - callData_gte: xlayer_Bytes - callData_lte: xlayer_Bytes - callData_in: [xlayer_Bytes!] - callData_not_in: [xlayer_Bytes!] - callData_contains: xlayer_Bytes - callData_not_contains: xlayer_Bytes + callData: polygonzkevm_swap_Bytes + callData_not: polygonzkevm_swap_Bytes + callData_gt: polygonzkevm_swap_Bytes + callData_lt: polygonzkevm_swap_Bytes + callData_gte: polygonzkevm_swap_Bytes + callData_lte: polygonzkevm_swap_Bytes + callData_in: [polygonzkevm_swap_Bytes!] + callData_not_in: [polygonzkevm_swap_Bytes!] + callData_contains: polygonzkevm_swap_Bytes + callData_not_contains: polygonzkevm_swap_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -130249,16 +128845,16 @@ input xlayer_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: xlayer_Bytes - originSender_not: xlayer_Bytes - originSender_gt: xlayer_Bytes - originSender_lt: xlayer_Bytes - originSender_gte: xlayer_Bytes - originSender_lte: xlayer_Bytes - originSender_in: [xlayer_Bytes!] - originSender_not_in: [xlayer_Bytes!] - originSender_contains: xlayer_Bytes - originSender_not_contains: xlayer_Bytes + originSender: polygonzkevm_swap_Bytes + originSender_not: polygonzkevm_swap_Bytes + originSender_gt: polygonzkevm_swap_Bytes + originSender_lt: polygonzkevm_swap_Bytes + originSender_gte: polygonzkevm_swap_Bytes + originSender_lte: polygonzkevm_swap_Bytes + originSender_in: [polygonzkevm_swap_Bytes!] + originSender_not_in: [polygonzkevm_swap_Bytes!] + originSender_contains: polygonzkevm_swap_Bytes + originSender_not_contains: polygonzkevm_swap_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -130275,16 +128871,16 @@ input xlayer_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: xlayer_Bytes - canonicalId_not: xlayer_Bytes - canonicalId_gt: xlayer_Bytes - canonicalId_lt: xlayer_Bytes - canonicalId_gte: xlayer_Bytes - canonicalId_lte: xlayer_Bytes - canonicalId_in: [xlayer_Bytes!] - canonicalId_not_in: [xlayer_Bytes!] - canonicalId_contains: xlayer_Bytes - canonicalId_not_contains: xlayer_Bytes + canonicalId: polygonzkevm_swap_Bytes + canonicalId_not: polygonzkevm_swap_Bytes + canonicalId_gt: polygonzkevm_swap_Bytes + canonicalId_lt: polygonzkevm_swap_Bytes + canonicalId_gte: polygonzkevm_swap_Bytes + canonicalId_lte: polygonzkevm_swap_Bytes + canonicalId_in: [polygonzkevm_swap_Bytes!] + canonicalId_not_in: [polygonzkevm_swap_Bytes!] + canonicalId_contains: polygonzkevm_swap_Bytes + canonicalId_not_contains: polygonzkevm_swap_Bytes asset: String asset_not: String asset_gt: String @@ -130305,7 +128901,7 @@ input xlayer_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xlayer_Asset_filter + asset_: polygonzkevm_swap_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -130322,26 +128918,26 @@ input xlayer_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: xlayer_Bytes - executedCaller_not: xlayer_Bytes - executedCaller_gt: xlayer_Bytes - executedCaller_lt: xlayer_Bytes - executedCaller_gte: xlayer_Bytes - executedCaller_lte: xlayer_Bytes - executedCaller_in: [xlayer_Bytes!] - executedCaller_not_in: [xlayer_Bytes!] - executedCaller_contains: xlayer_Bytes - executedCaller_not_contains: xlayer_Bytes - executedTransactionHash: xlayer_Bytes - executedTransactionHash_not: xlayer_Bytes - executedTransactionHash_gt: xlayer_Bytes - executedTransactionHash_lt: xlayer_Bytes - executedTransactionHash_gte: xlayer_Bytes - executedTransactionHash_lte: xlayer_Bytes - executedTransactionHash_in: [xlayer_Bytes!] - executedTransactionHash_not_in: [xlayer_Bytes!] - executedTransactionHash_contains: xlayer_Bytes - executedTransactionHash_not_contains: xlayer_Bytes + executedCaller: polygonzkevm_swap_Bytes + executedCaller_not: polygonzkevm_swap_Bytes + executedCaller_gt: polygonzkevm_swap_Bytes + executedCaller_lt: polygonzkevm_swap_Bytes + executedCaller_gte: polygonzkevm_swap_Bytes + executedCaller_lte: polygonzkevm_swap_Bytes + executedCaller_in: [polygonzkevm_swap_Bytes!] + executedCaller_not_in: [polygonzkevm_swap_Bytes!] + executedCaller_contains: polygonzkevm_swap_Bytes + executedCaller_not_contains: polygonzkevm_swap_Bytes + executedTransactionHash: polygonzkevm_swap_Bytes + executedTransactionHash_not: polygonzkevm_swap_Bytes + executedTransactionHash_gt: polygonzkevm_swap_Bytes + executedTransactionHash_lt: polygonzkevm_swap_Bytes + executedTransactionHash_gte: polygonzkevm_swap_Bytes + executedTransactionHash_lte: polygonzkevm_swap_Bytes + executedTransactionHash_in: [polygonzkevm_swap_Bytes!] + executedTransactionHash_not_in: [polygonzkevm_swap_Bytes!] + executedTransactionHash_contains: polygonzkevm_swap_Bytes + executedTransactionHash_not_contains: polygonzkevm_swap_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -130374,16 +128970,16 @@ input xlayer_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: xlayer_Bytes - executedTxOrigin_not: xlayer_Bytes - executedTxOrigin_gt: xlayer_Bytes - executedTxOrigin_lt: xlayer_Bytes - executedTxOrigin_gte: xlayer_Bytes - executedTxOrigin_lte: xlayer_Bytes - executedTxOrigin_in: [xlayer_Bytes!] - executedTxOrigin_not_in: [xlayer_Bytes!] - executedTxOrigin_contains: xlayer_Bytes - executedTxOrigin_not_contains: xlayer_Bytes + executedTxOrigin: polygonzkevm_swap_Bytes + executedTxOrigin_not: polygonzkevm_swap_Bytes + executedTxOrigin_gt: polygonzkevm_swap_Bytes + executedTxOrigin_lt: polygonzkevm_swap_Bytes + executedTxOrigin_gte: polygonzkevm_swap_Bytes + executedTxOrigin_lte: polygonzkevm_swap_Bytes + executedTxOrigin_in: [polygonzkevm_swap_Bytes!] + executedTxOrigin_not_in: [polygonzkevm_swap_Bytes!] + executedTxOrigin_contains: polygonzkevm_swap_Bytes + executedTxOrigin_not_contains: polygonzkevm_swap_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -130392,26 +128988,26 @@ input xlayer_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: xlayer_Bytes - reconciledCaller_not: xlayer_Bytes - reconciledCaller_gt: xlayer_Bytes - reconciledCaller_lt: xlayer_Bytes - reconciledCaller_gte: xlayer_Bytes - reconciledCaller_lte: xlayer_Bytes - reconciledCaller_in: [xlayer_Bytes!] - reconciledCaller_not_in: [xlayer_Bytes!] - reconciledCaller_contains: xlayer_Bytes - reconciledCaller_not_contains: xlayer_Bytes - reconciledTransactionHash: xlayer_Bytes - reconciledTransactionHash_not: xlayer_Bytes - reconciledTransactionHash_gt: xlayer_Bytes - reconciledTransactionHash_lt: xlayer_Bytes - reconciledTransactionHash_gte: xlayer_Bytes - reconciledTransactionHash_lte: xlayer_Bytes - reconciledTransactionHash_in: [xlayer_Bytes!] - reconciledTransactionHash_not_in: [xlayer_Bytes!] - reconciledTransactionHash_contains: xlayer_Bytes - reconciledTransactionHash_not_contains: xlayer_Bytes + reconciledCaller: polygonzkevm_swap_Bytes + reconciledCaller_not: polygonzkevm_swap_Bytes + reconciledCaller_gt: polygonzkevm_swap_Bytes + reconciledCaller_lt: polygonzkevm_swap_Bytes + reconciledCaller_gte: polygonzkevm_swap_Bytes + reconciledCaller_lte: polygonzkevm_swap_Bytes + reconciledCaller_in: [polygonzkevm_swap_Bytes!] + reconciledCaller_not_in: [polygonzkevm_swap_Bytes!] + reconciledCaller_contains: polygonzkevm_swap_Bytes + reconciledCaller_not_contains: polygonzkevm_swap_Bytes + reconciledTransactionHash: polygonzkevm_swap_Bytes + reconciledTransactionHash_not: polygonzkevm_swap_Bytes + reconciledTransactionHash_gt: polygonzkevm_swap_Bytes + reconciledTransactionHash_lt: polygonzkevm_swap_Bytes + reconciledTransactionHash_gte: polygonzkevm_swap_Bytes + reconciledTransactionHash_lte: polygonzkevm_swap_Bytes + reconciledTransactionHash_in: [polygonzkevm_swap_Bytes!] + reconciledTransactionHash_not_in: [polygonzkevm_swap_Bytes!] + reconciledTransactionHash_contains: polygonzkevm_swap_Bytes + reconciledTransactionHash_not_contains: polygonzkevm_swap_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -130444,16 +129040,16 @@ input xlayer_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: xlayer_Bytes - reconciledTxOrigin_not: xlayer_Bytes - reconciledTxOrigin_gt: xlayer_Bytes - reconciledTxOrigin_lt: xlayer_Bytes - reconciledTxOrigin_gte: xlayer_Bytes - reconciledTxOrigin_lte: xlayer_Bytes - reconciledTxOrigin_in: [xlayer_Bytes!] - reconciledTxOrigin_not_in: [xlayer_Bytes!] - reconciledTxOrigin_contains: xlayer_Bytes - reconciledTxOrigin_not_contains: xlayer_Bytes + reconciledTxOrigin: polygonzkevm_swap_Bytes + reconciledTxOrigin_not: polygonzkevm_swap_Bytes + reconciledTxOrigin_gt: polygonzkevm_swap_Bytes + reconciledTxOrigin_lt: polygonzkevm_swap_Bytes + reconciledTxOrigin_gte: polygonzkevm_swap_Bytes + reconciledTxOrigin_lte: polygonzkevm_swap_Bytes + reconciledTxOrigin_in: [polygonzkevm_swap_Bytes!] + reconciledTxOrigin_not_in: [polygonzkevm_swap_Bytes!] + reconciledTxOrigin_contains: polygonzkevm_swap_Bytes + reconciledTxOrigin_not_contains: polygonzkevm_swap_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -130463,12 +129059,12 @@ input xlayer_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_DestinationTransfer_filter] - or: [xlayer_DestinationTransfer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_DestinationTransfer_filter] + or: [polygonzkevm_swap_DestinationTransfer_filter] } -enum xlayer_DestinationTransfer_orderBy { +enum polygonzkevm_swap_DestinationTransfer_orderBy { id chainId transferId @@ -130522,16 +129118,16 @@ enum xlayer_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar xlayer_Int8 +scalar polygonzkevm_swap_Int8 -type xlayer_OptimisticRootFinalized { +type polygonzkevm_swap_OptimisticRootFinalized { id: ID! - aggregateRoot: xlayer_Bytes! + aggregateRoot: polygonzkevm_swap_Bytes! timestamp: BigInt! blockNumber: BigInt } -input xlayer_OptimisticRootFinalized_filter { +input polygonzkevm_swap_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -130540,16 +129136,16 @@ input xlayer_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: xlayer_Bytes - aggregateRoot_not: xlayer_Bytes - aggregateRoot_gt: xlayer_Bytes - aggregateRoot_lt: xlayer_Bytes - aggregateRoot_gte: xlayer_Bytes - aggregateRoot_lte: xlayer_Bytes - aggregateRoot_in: [xlayer_Bytes!] - aggregateRoot_not_in: [xlayer_Bytes!] - aggregateRoot_contains: xlayer_Bytes - aggregateRoot_not_contains: xlayer_Bytes + aggregateRoot: polygonzkevm_swap_Bytes + aggregateRoot_not: polygonzkevm_swap_Bytes + aggregateRoot_gt: polygonzkevm_swap_Bytes + aggregateRoot_lt: polygonzkevm_swap_Bytes + aggregateRoot_gte: polygonzkevm_swap_Bytes + aggregateRoot_lte: polygonzkevm_swap_Bytes + aggregateRoot_in: [polygonzkevm_swap_Bytes!] + aggregateRoot_not_in: [polygonzkevm_swap_Bytes!] + aggregateRoot_contains: polygonzkevm_swap_Bytes + aggregateRoot_not_contains: polygonzkevm_swap_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -130567,12 +129163,12 @@ input xlayer_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_OptimisticRootFinalized_filter] - or: [xlayer_OptimisticRootFinalized_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OptimisticRootFinalized_filter] + or: [polygonzkevm_swap_OptimisticRootFinalized_filter] } -enum xlayer_OptimisticRootFinalized_orderBy { +enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -130580,25 +129176,25 @@ enum xlayer_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum xlayer_OrderDirection { +enum polygonzkevm_swap_OrderDirection { asc desc } -type xlayer_OriginMessage { +type polygonzkevm_swap_OriginMessage { id: ID! - transferId: xlayer_Bytes + transferId: polygonzkevm_swap_Bytes destinationDomain: BigInt - leaf: xlayer_Bytes + leaf: polygonzkevm_swap_Bytes index: BigInt - message: xlayer_Bytes - root: xlayer_Bytes - transactionHash: xlayer_Bytes + message: polygonzkevm_swap_Bytes + root: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes blockNumber: BigInt - rootCount: xlayer_RootCount + rootCount: polygonzkevm_swap_RootCount } -input xlayer_OriginMessage_filter { +input polygonzkevm_swap_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -130607,16 +129203,16 @@ input xlayer_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: xlayer_Bytes - transferId_not: xlayer_Bytes - transferId_gt: xlayer_Bytes - transferId_lt: xlayer_Bytes - transferId_gte: xlayer_Bytes - transferId_lte: xlayer_Bytes - transferId_in: [xlayer_Bytes!] - transferId_not_in: [xlayer_Bytes!] - transferId_contains: xlayer_Bytes - transferId_not_contains: xlayer_Bytes + transferId: polygonzkevm_swap_Bytes + transferId_not: polygonzkevm_swap_Bytes + transferId_gt: polygonzkevm_swap_Bytes + transferId_lt: polygonzkevm_swap_Bytes + transferId_gte: polygonzkevm_swap_Bytes + transferId_lte: polygonzkevm_swap_Bytes + transferId_in: [polygonzkevm_swap_Bytes!] + transferId_not_in: [polygonzkevm_swap_Bytes!] + transferId_contains: polygonzkevm_swap_Bytes + transferId_not_contains: polygonzkevm_swap_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -130625,16 +129221,16 @@ input xlayer_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: xlayer_Bytes - leaf_not: xlayer_Bytes - leaf_gt: xlayer_Bytes - leaf_lt: xlayer_Bytes - leaf_gte: xlayer_Bytes - leaf_lte: xlayer_Bytes - leaf_in: [xlayer_Bytes!] - leaf_not_in: [xlayer_Bytes!] - leaf_contains: xlayer_Bytes - leaf_not_contains: xlayer_Bytes + leaf: polygonzkevm_swap_Bytes + leaf_not: polygonzkevm_swap_Bytes + leaf_gt: polygonzkevm_swap_Bytes + leaf_lt: polygonzkevm_swap_Bytes + leaf_gte: polygonzkevm_swap_Bytes + leaf_lte: polygonzkevm_swap_Bytes + leaf_in: [polygonzkevm_swap_Bytes!] + leaf_not_in: [polygonzkevm_swap_Bytes!] + leaf_contains: polygonzkevm_swap_Bytes + leaf_not_contains: polygonzkevm_swap_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -130643,36 +129239,36 @@ input xlayer_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: xlayer_Bytes - message_not: xlayer_Bytes - message_gt: xlayer_Bytes - message_lt: xlayer_Bytes - message_gte: xlayer_Bytes - message_lte: xlayer_Bytes - message_in: [xlayer_Bytes!] - message_not_in: [xlayer_Bytes!] - message_contains: xlayer_Bytes - message_not_contains: xlayer_Bytes - root: xlayer_Bytes - root_not: xlayer_Bytes - root_gt: xlayer_Bytes - root_lt: xlayer_Bytes - root_gte: xlayer_Bytes - root_lte: xlayer_Bytes - root_in: [xlayer_Bytes!] - root_not_in: [xlayer_Bytes!] - root_contains: xlayer_Bytes - root_not_contains: xlayer_Bytes - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + message: polygonzkevm_swap_Bytes + message_not: polygonzkevm_swap_Bytes + message_gt: polygonzkevm_swap_Bytes + message_lt: polygonzkevm_swap_Bytes + message_gte: polygonzkevm_swap_Bytes + message_lte: polygonzkevm_swap_Bytes + message_in: [polygonzkevm_swap_Bytes!] + message_not_in: [polygonzkevm_swap_Bytes!] + message_contains: polygonzkevm_swap_Bytes + message_not_contains: polygonzkevm_swap_Bytes + root: polygonzkevm_swap_Bytes + root_not: polygonzkevm_swap_Bytes + root_gt: polygonzkevm_swap_Bytes + root_lt: polygonzkevm_swap_Bytes + root_gte: polygonzkevm_swap_Bytes + root_lte: polygonzkevm_swap_Bytes + root_in: [polygonzkevm_swap_Bytes!] + root_not_in: [polygonzkevm_swap_Bytes!] + root_contains: polygonzkevm_swap_Bytes + root_not_contains: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes + transactionHash_not: polygonzkevm_swap_Bytes + transactionHash_gt: polygonzkevm_swap_Bytes + transactionHash_lt: polygonzkevm_swap_Bytes + transactionHash_gte: polygonzkevm_swap_Bytes + transactionHash_lte: polygonzkevm_swap_Bytes + transactionHash_in: [polygonzkevm_swap_Bytes!] + transactionHash_not_in: [polygonzkevm_swap_Bytes!] + transactionHash_contains: polygonzkevm_swap_Bytes + transactionHash_not_contains: polygonzkevm_swap_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -130701,14 +129297,14 @@ input xlayer_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: xlayer_RootCount_filter + rootCount_: polygonzkevm_swap_RootCount_filter """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_OriginMessage_filter] - or: [xlayer_OriginMessage_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OriginMessage_filter] + or: [polygonzkevm_swap_OriginMessage_filter] } -enum xlayer_OriginMessage_orderBy { +enum polygonzkevm_swap_OriginMessage_orderBy { id transferId destinationDomain @@ -130723,42 +129319,42 @@ enum xlayer_OriginMessage_orderBy { rootCount__count } -type xlayer_OriginTransfer { +type polygonzkevm_swap_OriginTransfer { id: ID! chainId: BigInt - transferId: xlayer_Bytes + transferId: polygonzkevm_swap_Bytes nonce: BigInt - status: xlayer_TransferStatus - messageHash: xlayer_Bytes + status: polygonzkevm_swap_TransferStatus + messageHash: polygonzkevm_swap_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xlayer_Bytes - delegate: xlayer_Bytes + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes receiveLocal: Boolean - callData: xlayer_Bytes + callData: polygonzkevm_swap_Bytes slippage: BigInt - originSender: xlayer_Bytes + originSender: polygonzkevm_swap_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xlayer_Bytes - asset: xlayer_Asset - transactingAsset: xlayer_Bytes - message: xlayer_OriginMessage + canonicalId: polygonzkevm_swap_Bytes + asset: polygonzkevm_swap_Asset + transactingAsset: polygonzkevm_swap_Bytes + message: polygonzkevm_swap_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: xlayer_RelayerFee_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_RelayerFee_filter): [xlayer_RelayerFee!] - initialRelayerFeeAsset: xlayer_Bytes - caller: xlayer_Bytes - transactionHash: xlayer_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_RelayerFee_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_RelayerFee_filter): [polygonzkevm_swap_RelayerFee!] + initialRelayerFeeAsset: polygonzkevm_swap_Bytes + caller: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: xlayer_Bytes + txOrigin: polygonzkevm_swap_Bytes txNonce: BigInt } -input xlayer_OriginTransfer_filter { +input polygonzkevm_swap_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -130775,16 +129371,16 @@ input xlayer_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: xlayer_Bytes - transferId_not: xlayer_Bytes - transferId_gt: xlayer_Bytes - transferId_lt: xlayer_Bytes - transferId_gte: xlayer_Bytes - transferId_lte: xlayer_Bytes - transferId_in: [xlayer_Bytes!] - transferId_not_in: [xlayer_Bytes!] - transferId_contains: xlayer_Bytes - transferId_not_contains: xlayer_Bytes + transferId: polygonzkevm_swap_Bytes + transferId_not: polygonzkevm_swap_Bytes + transferId_gt: polygonzkevm_swap_Bytes + transferId_lt: polygonzkevm_swap_Bytes + transferId_gte: polygonzkevm_swap_Bytes + transferId_lte: polygonzkevm_swap_Bytes + transferId_in: [polygonzkevm_swap_Bytes!] + transferId_not_in: [polygonzkevm_swap_Bytes!] + transferId_contains: polygonzkevm_swap_Bytes + transferId_not_contains: polygonzkevm_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -130793,20 +129389,20 @@ input xlayer_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: xlayer_TransferStatus - status_not: xlayer_TransferStatus - status_in: [xlayer_TransferStatus!] - status_not_in: [xlayer_TransferStatus!] - messageHash: xlayer_Bytes - messageHash_not: xlayer_Bytes - messageHash_gt: xlayer_Bytes - messageHash_lt: xlayer_Bytes - messageHash_gte: xlayer_Bytes - messageHash_lte: xlayer_Bytes - messageHash_in: [xlayer_Bytes!] - messageHash_not_in: [xlayer_Bytes!] - messageHash_contains: xlayer_Bytes - messageHash_not_contains: xlayer_Bytes + status: polygonzkevm_swap_TransferStatus + status_not: polygonzkevm_swap_TransferStatus + status_in: [polygonzkevm_swap_TransferStatus!] + status_not_in: [polygonzkevm_swap_TransferStatus!] + messageHash: polygonzkevm_swap_Bytes + messageHash_not: polygonzkevm_swap_Bytes + messageHash_gt: polygonzkevm_swap_Bytes + messageHash_lt: polygonzkevm_swap_Bytes + messageHash_gte: polygonzkevm_swap_Bytes + messageHash_lte: polygonzkevm_swap_Bytes + messageHash_in: [polygonzkevm_swap_Bytes!] + messageHash_not_in: [polygonzkevm_swap_Bytes!] + messageHash_contains: polygonzkevm_swap_Bytes + messageHash_not_contains: polygonzkevm_swap_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -130831,40 +129427,40 @@ input xlayer_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: xlayer_Bytes - to_not: xlayer_Bytes - to_gt: xlayer_Bytes - to_lt: xlayer_Bytes - to_gte: xlayer_Bytes - to_lte: xlayer_Bytes - to_in: [xlayer_Bytes!] - to_not_in: [xlayer_Bytes!] - to_contains: xlayer_Bytes - to_not_contains: xlayer_Bytes - delegate: xlayer_Bytes - delegate_not: xlayer_Bytes - delegate_gt: xlayer_Bytes - delegate_lt: xlayer_Bytes - delegate_gte: xlayer_Bytes - delegate_lte: xlayer_Bytes - delegate_in: [xlayer_Bytes!] - delegate_not_in: [xlayer_Bytes!] - delegate_contains: xlayer_Bytes - delegate_not_contains: xlayer_Bytes + to: polygonzkevm_swap_Bytes + to_not: polygonzkevm_swap_Bytes + to_gt: polygonzkevm_swap_Bytes + to_lt: polygonzkevm_swap_Bytes + to_gte: polygonzkevm_swap_Bytes + to_lte: polygonzkevm_swap_Bytes + to_in: [polygonzkevm_swap_Bytes!] + to_not_in: [polygonzkevm_swap_Bytes!] + to_contains: polygonzkevm_swap_Bytes + to_not_contains: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes + delegate_not: polygonzkevm_swap_Bytes + delegate_gt: polygonzkevm_swap_Bytes + delegate_lt: polygonzkevm_swap_Bytes + delegate_gte: polygonzkevm_swap_Bytes + delegate_lte: polygonzkevm_swap_Bytes + delegate_in: [polygonzkevm_swap_Bytes!] + delegate_not_in: [polygonzkevm_swap_Bytes!] + delegate_contains: polygonzkevm_swap_Bytes + delegate_not_contains: polygonzkevm_swap_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: xlayer_Bytes - callData_not: xlayer_Bytes - callData_gt: xlayer_Bytes - callData_lt: xlayer_Bytes - callData_gte: xlayer_Bytes - callData_lte: xlayer_Bytes - callData_in: [xlayer_Bytes!] - callData_not_in: [xlayer_Bytes!] - callData_contains: xlayer_Bytes - callData_not_contains: xlayer_Bytes + callData: polygonzkevm_swap_Bytes + callData_not: polygonzkevm_swap_Bytes + callData_gt: polygonzkevm_swap_Bytes + callData_lt: polygonzkevm_swap_Bytes + callData_gte: polygonzkevm_swap_Bytes + callData_lte: polygonzkevm_swap_Bytes + callData_in: [polygonzkevm_swap_Bytes!] + callData_not_in: [polygonzkevm_swap_Bytes!] + callData_contains: polygonzkevm_swap_Bytes + callData_not_contains: polygonzkevm_swap_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -130873,16 +129469,16 @@ input xlayer_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: xlayer_Bytes - originSender_not: xlayer_Bytes - originSender_gt: xlayer_Bytes - originSender_lt: xlayer_Bytes - originSender_gte: xlayer_Bytes - originSender_lte: xlayer_Bytes - originSender_in: [xlayer_Bytes!] - originSender_not_in: [xlayer_Bytes!] - originSender_contains: xlayer_Bytes - originSender_not_contains: xlayer_Bytes + originSender: polygonzkevm_swap_Bytes + originSender_not: polygonzkevm_swap_Bytes + originSender_gt: polygonzkevm_swap_Bytes + originSender_lt: polygonzkevm_swap_Bytes + originSender_gte: polygonzkevm_swap_Bytes + originSender_lte: polygonzkevm_swap_Bytes + originSender_in: [polygonzkevm_swap_Bytes!] + originSender_not_in: [polygonzkevm_swap_Bytes!] + originSender_contains: polygonzkevm_swap_Bytes + originSender_not_contains: polygonzkevm_swap_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -130899,16 +129495,16 @@ input xlayer_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: xlayer_Bytes - canonicalId_not: xlayer_Bytes - canonicalId_gt: xlayer_Bytes - canonicalId_lt: xlayer_Bytes - canonicalId_gte: xlayer_Bytes - canonicalId_lte: xlayer_Bytes - canonicalId_in: [xlayer_Bytes!] - canonicalId_not_in: [xlayer_Bytes!] - canonicalId_contains: xlayer_Bytes - canonicalId_not_contains: xlayer_Bytes + canonicalId: polygonzkevm_swap_Bytes + canonicalId_not: polygonzkevm_swap_Bytes + canonicalId_gt: polygonzkevm_swap_Bytes + canonicalId_lt: polygonzkevm_swap_Bytes + canonicalId_gte: polygonzkevm_swap_Bytes + canonicalId_lte: polygonzkevm_swap_Bytes + canonicalId_in: [polygonzkevm_swap_Bytes!] + canonicalId_not_in: [polygonzkevm_swap_Bytes!] + canonicalId_contains: polygonzkevm_swap_Bytes + canonicalId_not_contains: polygonzkevm_swap_Bytes asset: String asset_not: String asset_gt: String @@ -130929,17 +129525,17 @@ input xlayer_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xlayer_Asset_filter - transactingAsset: xlayer_Bytes - transactingAsset_not: xlayer_Bytes - transactingAsset_gt: xlayer_Bytes - transactingAsset_lt: xlayer_Bytes - transactingAsset_gte: xlayer_Bytes - transactingAsset_lte: xlayer_Bytes - transactingAsset_in: [xlayer_Bytes!] - transactingAsset_not_in: [xlayer_Bytes!] - transactingAsset_contains: xlayer_Bytes - transactingAsset_not_contains: xlayer_Bytes + asset_: polygonzkevm_swap_Asset_filter + transactingAsset: polygonzkevm_swap_Bytes + transactingAsset_not: polygonzkevm_swap_Bytes + transactingAsset_gt: polygonzkevm_swap_Bytes + transactingAsset_lt: polygonzkevm_swap_Bytes + transactingAsset_gte: polygonzkevm_swap_Bytes + transactingAsset_lte: polygonzkevm_swap_Bytes + transactingAsset_in: [polygonzkevm_swap_Bytes!] + transactingAsset_not_in: [polygonzkevm_swap_Bytes!] + transactingAsset_contains: polygonzkevm_swap_Bytes + transactingAsset_not_contains: polygonzkevm_swap_Bytes message: String message_not: String message_gt: String @@ -130960,7 +129556,7 @@ input xlayer_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: xlayer_OriginMessage_filter + message_: polygonzkevm_swap_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -130975,37 +129571,37 @@ input xlayer_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: xlayer_RelayerFee_filter - initialRelayerFeeAsset: xlayer_Bytes - initialRelayerFeeAsset_not: xlayer_Bytes - initialRelayerFeeAsset_gt: xlayer_Bytes - initialRelayerFeeAsset_lt: xlayer_Bytes - initialRelayerFeeAsset_gte: xlayer_Bytes - initialRelayerFeeAsset_lte: xlayer_Bytes - initialRelayerFeeAsset_in: [xlayer_Bytes!] - initialRelayerFeeAsset_not_in: [xlayer_Bytes!] - initialRelayerFeeAsset_contains: xlayer_Bytes - initialRelayerFeeAsset_not_contains: xlayer_Bytes - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + relayerFees_: polygonzkevm_swap_RelayerFee_filter + initialRelayerFeeAsset: polygonzkevm_swap_Bytes + initialRelayerFeeAsset_not: polygonzkevm_swap_Bytes + initialRelayerFeeAsset_gt: polygonzkevm_swap_Bytes + initialRelayerFeeAsset_lt: polygonzkevm_swap_Bytes + initialRelayerFeeAsset_gte: polygonzkevm_swap_Bytes + initialRelayerFeeAsset_lte: polygonzkevm_swap_Bytes + initialRelayerFeeAsset_in: [polygonzkevm_swap_Bytes!] + initialRelayerFeeAsset_not_in: [polygonzkevm_swap_Bytes!] + initialRelayerFeeAsset_contains: polygonzkevm_swap_Bytes + initialRelayerFeeAsset_not_contains: polygonzkevm_swap_Bytes + caller: polygonzkevm_swap_Bytes + caller_not: polygonzkevm_swap_Bytes + caller_gt: polygonzkevm_swap_Bytes + caller_lt: polygonzkevm_swap_Bytes + caller_gte: polygonzkevm_swap_Bytes + caller_lte: polygonzkevm_swap_Bytes + caller_in: [polygonzkevm_swap_Bytes!] + caller_not_in: [polygonzkevm_swap_Bytes!] + caller_contains: polygonzkevm_swap_Bytes + caller_not_contains: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes + transactionHash_not: polygonzkevm_swap_Bytes + transactionHash_gt: polygonzkevm_swap_Bytes + transactionHash_lt: polygonzkevm_swap_Bytes + transactionHash_gte: polygonzkevm_swap_Bytes + transactionHash_lte: polygonzkevm_swap_Bytes + transactionHash_in: [polygonzkevm_swap_Bytes!] + transactionHash_not_in: [polygonzkevm_swap_Bytes!] + transactionHash_contains: polygonzkevm_swap_Bytes + transactionHash_not_contains: polygonzkevm_swap_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -131038,16 +129634,16 @@ input xlayer_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: xlayer_Bytes - txOrigin_not: xlayer_Bytes - txOrigin_gt: xlayer_Bytes - txOrigin_lt: xlayer_Bytes - txOrigin_gte: xlayer_Bytes - txOrigin_lte: xlayer_Bytes - txOrigin_in: [xlayer_Bytes!] - txOrigin_not_in: [xlayer_Bytes!] - txOrigin_contains: xlayer_Bytes - txOrigin_not_contains: xlayer_Bytes + txOrigin: polygonzkevm_swap_Bytes + txOrigin_not: polygonzkevm_swap_Bytes + txOrigin_gt: polygonzkevm_swap_Bytes + txOrigin_lt: polygonzkevm_swap_Bytes + txOrigin_gte: polygonzkevm_swap_Bytes + txOrigin_lte: polygonzkevm_swap_Bytes + txOrigin_in: [polygonzkevm_swap_Bytes!] + txOrigin_not_in: [polygonzkevm_swap_Bytes!] + txOrigin_contains: polygonzkevm_swap_Bytes + txOrigin_not_contains: polygonzkevm_swap_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -131057,12 +129653,12 @@ input xlayer_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_OriginTransfer_filter] - or: [xlayer_OriginTransfer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OriginTransfer_filter] + or: [polygonzkevm_swap_OriginTransfer_filter] } -enum xlayer_OriginTransfer_orderBy { +enum polygonzkevm_swap_OriginTransfer_orderBy { id chainId transferId @@ -131115,20 +129711,20 @@ enum xlayer_OriginTransfer_orderBy { txNonce } -type xlayer_Relayer { +type polygonzkevm_swap_Relayer { id: ID! isActive: Boolean! - relayer: xlayer_Bytes + relayer: polygonzkevm_swap_Bytes } -type xlayer_RelayerFee { +type polygonzkevm_swap_RelayerFee { id: ID! - transfer: xlayer_OriginTransfer! + transfer: polygonzkevm_swap_OriginTransfer! fee: BigInt! - asset: xlayer_Bytes! + asset: polygonzkevm_swap_Bytes! } -input xlayer_RelayerFee_filter { +input polygonzkevm_swap_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -131157,7 +129753,7 @@ input xlayer_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xlayer_OriginTransfer_filter + transfer_: polygonzkevm_swap_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -131166,23 +129762,23 @@ input xlayer_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: xlayer_Bytes - asset_not: xlayer_Bytes - asset_gt: xlayer_Bytes - asset_lt: xlayer_Bytes - asset_gte: xlayer_Bytes - asset_lte: xlayer_Bytes - asset_in: [xlayer_Bytes!] - asset_not_in: [xlayer_Bytes!] - asset_contains: xlayer_Bytes - asset_not_contains: xlayer_Bytes + asset: polygonzkevm_swap_Bytes + asset_not: polygonzkevm_swap_Bytes + asset_gt: polygonzkevm_swap_Bytes + asset_lt: polygonzkevm_swap_Bytes + asset_gte: polygonzkevm_swap_Bytes + asset_lte: polygonzkevm_swap_Bytes + asset_in: [polygonzkevm_swap_Bytes!] + asset_not_in: [polygonzkevm_swap_Bytes!] + asset_contains: polygonzkevm_swap_Bytes + asset_not_contains: polygonzkevm_swap_Bytes """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RelayerFee_filter] - or: [xlayer_RelayerFee_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFee_filter] + or: [polygonzkevm_swap_RelayerFee_filter] } -enum xlayer_RelayerFee_orderBy { +enum polygonzkevm_swap_RelayerFee_orderBy { id transfer transfer__id @@ -131218,20 +129814,20 @@ enum xlayer_RelayerFee_orderBy { asset } -type xlayer_RelayerFeesIncrease { +type polygonzkevm_swap_RelayerFeesIncrease { id: ID! - transfer: xlayer_OriginTransfer! + transfer: polygonzkevm_swap_OriginTransfer! increase: BigInt - asset: xlayer_Bytes - caller: xlayer_Bytes! - transactionHash: xlayer_Bytes! + asset: polygonzkevm_swap_Bytes + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xlayer_RelayerFeesIncrease_filter { +input polygonzkevm_swap_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -131260,7 +129856,7 @@ input xlayer_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xlayer_OriginTransfer_filter + transfer_: polygonzkevm_swap_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -131269,36 +129865,36 @@ input xlayer_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: xlayer_Bytes - asset_not: xlayer_Bytes - asset_gt: xlayer_Bytes - asset_lt: xlayer_Bytes - asset_gte: xlayer_Bytes - asset_lte: xlayer_Bytes - asset_in: [xlayer_Bytes!] - asset_not_in: [xlayer_Bytes!] - asset_contains: xlayer_Bytes - asset_not_contains: xlayer_Bytes - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + asset: polygonzkevm_swap_Bytes + asset_not: polygonzkevm_swap_Bytes + asset_gt: polygonzkevm_swap_Bytes + asset_lt: polygonzkevm_swap_Bytes + asset_gte: polygonzkevm_swap_Bytes + asset_lte: polygonzkevm_swap_Bytes + asset_in: [polygonzkevm_swap_Bytes!] + asset_not_in: [polygonzkevm_swap_Bytes!] + asset_contains: polygonzkevm_swap_Bytes + asset_not_contains: polygonzkevm_swap_Bytes + caller: polygonzkevm_swap_Bytes + caller_not: polygonzkevm_swap_Bytes + caller_gt: polygonzkevm_swap_Bytes + caller_lt: polygonzkevm_swap_Bytes + caller_gte: polygonzkevm_swap_Bytes + caller_lte: polygonzkevm_swap_Bytes + caller_in: [polygonzkevm_swap_Bytes!] + caller_not_in: [polygonzkevm_swap_Bytes!] + caller_contains: polygonzkevm_swap_Bytes + caller_not_contains: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes + transactionHash_not: polygonzkevm_swap_Bytes + transactionHash_gt: polygonzkevm_swap_Bytes + transactionHash_lt: polygonzkevm_swap_Bytes + transactionHash_gte: polygonzkevm_swap_Bytes + transactionHash_lte: polygonzkevm_swap_Bytes + transactionHash_in: [polygonzkevm_swap_Bytes!] + transactionHash_not_in: [polygonzkevm_swap_Bytes!] + transactionHash_contains: polygonzkevm_swap_Bytes + transactionHash_not_contains: polygonzkevm_swap_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -131332,12 +129928,12 @@ input xlayer_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RelayerFeesIncrease_filter] - or: [xlayer_RelayerFeesIncrease_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFeesIncrease_filter] + or: [polygonzkevm_swap_RelayerFeesIncrease_filter] } -enum xlayer_RelayerFeesIncrease_orderBy { +enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -131379,7 +129975,7 @@ enum xlayer_RelayerFeesIncrease_orderBy { blockNumber } -input xlayer_Relayer_filter { +input polygonzkevm_swap_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -131392,34 +129988,34 @@ input xlayer_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: xlayer_Bytes - relayer_not: xlayer_Bytes - relayer_gt: xlayer_Bytes - relayer_lt: xlayer_Bytes - relayer_gte: xlayer_Bytes - relayer_lte: xlayer_Bytes - relayer_in: [xlayer_Bytes!] - relayer_not_in: [xlayer_Bytes!] - relayer_contains: xlayer_Bytes - relayer_not_contains: xlayer_Bytes + relayer: polygonzkevm_swap_Bytes + relayer_not: polygonzkevm_swap_Bytes + relayer_gt: polygonzkevm_swap_Bytes + relayer_lt: polygonzkevm_swap_Bytes + relayer_gte: polygonzkevm_swap_Bytes + relayer_lte: polygonzkevm_swap_Bytes + relayer_in: [polygonzkevm_swap_Bytes!] + relayer_not_in: [polygonzkevm_swap_Bytes!] + relayer_contains: polygonzkevm_swap_Bytes + relayer_not_contains: polygonzkevm_swap_Bytes """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Relayer_filter] - or: [xlayer_Relayer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Relayer_filter] + or: [polygonzkevm_swap_Relayer_filter] } -enum xlayer_Relayer_orderBy { +enum polygonzkevm_swap_Relayer_orderBy { id isActive relayer } -type xlayer_RootCount { +type polygonzkevm_swap_RootCount { id: ID! count: BigInt } -input xlayer_RootCount_filter { +input polygonzkevm_swap_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -131437,31 +130033,31 @@ input xlayer_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RootCount_filter] - or: [xlayer_RootCount_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootCount_filter] + or: [polygonzkevm_swap_RootCount_filter] } -enum xlayer_RootCount_orderBy { +enum polygonzkevm_swap_RootCount_orderBy { id count } -type xlayer_RootMessageSent { +type polygonzkevm_swap_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: xlayer_Bytes + root: polygonzkevm_swap_Bytes count: BigInt - caller: xlayer_Bytes - transactionHash: xlayer_Bytes + caller: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input xlayer_RootMessageSent_filter { +input polygonzkevm_swap_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -131486,16 +130082,16 @@ input xlayer_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: xlayer_Bytes - root_not: xlayer_Bytes - root_gt: xlayer_Bytes - root_lt: xlayer_Bytes - root_gte: xlayer_Bytes - root_lte: xlayer_Bytes - root_in: [xlayer_Bytes!] - root_not_in: [xlayer_Bytes!] - root_contains: xlayer_Bytes - root_not_contains: xlayer_Bytes + root: polygonzkevm_swap_Bytes + root_not: polygonzkevm_swap_Bytes + root_gt: polygonzkevm_swap_Bytes + root_lt: polygonzkevm_swap_Bytes + root_gte: polygonzkevm_swap_Bytes + root_lte: polygonzkevm_swap_Bytes + root_in: [polygonzkevm_swap_Bytes!] + root_not_in: [polygonzkevm_swap_Bytes!] + root_contains: polygonzkevm_swap_Bytes + root_not_contains: polygonzkevm_swap_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -131504,26 +130100,26 @@ input xlayer_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + caller: polygonzkevm_swap_Bytes + caller_not: polygonzkevm_swap_Bytes + caller_gt: polygonzkevm_swap_Bytes + caller_lt: polygonzkevm_swap_Bytes + caller_gte: polygonzkevm_swap_Bytes + caller_lte: polygonzkevm_swap_Bytes + caller_in: [polygonzkevm_swap_Bytes!] + caller_not_in: [polygonzkevm_swap_Bytes!] + caller_contains: polygonzkevm_swap_Bytes + caller_not_contains: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes + transactionHash_not: polygonzkevm_swap_Bytes + transactionHash_gt: polygonzkevm_swap_Bytes + transactionHash_lt: polygonzkevm_swap_Bytes + transactionHash_gte: polygonzkevm_swap_Bytes + transactionHash_lte: polygonzkevm_swap_Bytes + transactionHash_in: [polygonzkevm_swap_Bytes!] + transactionHash_not_in: [polygonzkevm_swap_Bytes!] + transactionHash_contains: polygonzkevm_swap_Bytes + transactionHash_not_contains: polygonzkevm_swap_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -131557,12 +130153,12 @@ input xlayer_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RootMessageSent_filter] - or: [xlayer_RootMessageSent_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootMessageSent_filter] + or: [polygonzkevm_swap_RootMessageSent_filter] } -enum xlayer_RootMessageSent_orderBy { +enum polygonzkevm_swap_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -131576,25 +130172,25 @@ enum xlayer_RootMessageSent_orderBy { blockNumber } -type xlayer_Router { +type polygonzkevm_swap_Router { id: ID! isActive: Boolean! - owner: xlayer_Bytes - recipient: xlayer_Bytes - proposedOwner: xlayer_Bytes + owner: polygonzkevm_swap_Bytes + recipient: polygonzkevm_swap_Bytes + proposedOwner: polygonzkevm_swap_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: xlayer_AssetBalance_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_AssetBalance_filter): [xlayer_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_swap_AssetBalance_orderBy, orderDirection: polygonzkevm_swap_OrderDirection, where: polygonzkevm_swap_AssetBalance_filter): [polygonzkevm_swap_AssetBalance!]! } -type xlayer_RouterDailyTVL { +type polygonzkevm_swap_RouterDailyTVL { id: ID! - router: xlayer_Router! - asset: xlayer_Asset! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! timestamp: BigInt! balance: BigInt! } -input xlayer_RouterDailyTVL_filter { +input polygonzkevm_swap_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -131623,7 +130219,7 @@ input xlayer_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xlayer_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -131644,7 +130240,7 @@ input xlayer_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xlayer_Asset_filter + asset_: polygonzkevm_swap_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -131662,12 +130258,12 @@ input xlayer_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RouterDailyTVL_filter] - or: [xlayer_RouterDailyTVL_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RouterDailyTVL_filter] + or: [polygonzkevm_swap_RouterDailyTVL_filter] } -enum xlayer_RouterDailyTVL_orderBy { +enum polygonzkevm_swap_RouterDailyTVL_orderBy { id router router__id @@ -131690,26 +130286,26 @@ enum xlayer_RouterDailyTVL_orderBy { balance } -type xlayer_RouterLiquidityEvent { +type polygonzkevm_swap_RouterLiquidityEvent { id: ID! - type: xlayer_RouterLiquidityEventType - router: xlayer_Router! - asset: xlayer_Asset! + type: polygonzkevm_swap_RouterLiquidityEventType + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! amount: BigInt! balance: BigInt! - caller: xlayer_Bytes + caller: polygonzkevm_swap_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: xlayer_Bytes! + transactionHash: polygonzkevm_swap_Bytes! nonce: BigInt! } -enum xlayer_RouterLiquidityEventType { +enum polygonzkevm_swap_RouterLiquidityEventType { Add Remove } -input xlayer_RouterLiquidityEvent_filter { +input polygonzkevm_swap_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -131718,10 +130314,10 @@ input xlayer_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: xlayer_RouterLiquidityEventType - type_not: xlayer_RouterLiquidityEventType - type_in: [xlayer_RouterLiquidityEventType!] - type_not_in: [xlayer_RouterLiquidityEventType!] + type: polygonzkevm_swap_RouterLiquidityEventType + type_not: polygonzkevm_swap_RouterLiquidityEventType + type_in: [polygonzkevm_swap_RouterLiquidityEventType!] + type_not_in: [polygonzkevm_swap_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -131742,7 +130338,7 @@ input xlayer_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xlayer_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -131763,7 +130359,7 @@ input xlayer_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xlayer_Asset_filter + asset_: polygonzkevm_swap_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -131780,16 +130376,16 @@ input xlayer_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes + caller: polygonzkevm_swap_Bytes + caller_not: polygonzkevm_swap_Bytes + caller_gt: polygonzkevm_swap_Bytes + caller_lt: polygonzkevm_swap_Bytes + caller_gte: polygonzkevm_swap_Bytes + caller_lte: polygonzkevm_swap_Bytes + caller_in: [polygonzkevm_swap_Bytes!] + caller_not_in: [polygonzkevm_swap_Bytes!] + caller_contains: polygonzkevm_swap_Bytes + caller_not_contains: polygonzkevm_swap_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -131806,16 +130402,16 @@ input xlayer_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + transactionHash: polygonzkevm_swap_Bytes + transactionHash_not: polygonzkevm_swap_Bytes + transactionHash_gt: polygonzkevm_swap_Bytes + transactionHash_lt: polygonzkevm_swap_Bytes + transactionHash_gte: polygonzkevm_swap_Bytes + transactionHash_lte: polygonzkevm_swap_Bytes + transactionHash_in: [polygonzkevm_swap_Bytes!] + transactionHash_not_in: [polygonzkevm_swap_Bytes!] + transactionHash_contains: polygonzkevm_swap_Bytes + transactionHash_not_contains: polygonzkevm_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -131825,12 +130421,12 @@ input xlayer_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_RouterLiquidityEvent_filter] - or: [xlayer_RouterLiquidityEvent_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RouterLiquidityEvent_filter] + or: [polygonzkevm_swap_RouterLiquidityEvent_filter] } -enum xlayer_RouterLiquidityEvent_orderBy { +enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { id type router @@ -131859,7 +130455,7 @@ enum xlayer_RouterLiquidityEvent_orderBy { nonce } -input xlayer_Router_filter { +input polygonzkevm_swap_Router_filter { id: ID id_not: ID id_gt: ID @@ -131872,36 +130468,36 @@ input xlayer_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: xlayer_Bytes - owner_not: xlayer_Bytes - owner_gt: xlayer_Bytes - owner_lt: xlayer_Bytes - owner_gte: xlayer_Bytes - owner_lte: xlayer_Bytes - owner_in: [xlayer_Bytes!] - owner_not_in: [xlayer_Bytes!] - owner_contains: xlayer_Bytes - owner_not_contains: xlayer_Bytes - recipient: xlayer_Bytes - recipient_not: xlayer_Bytes - recipient_gt: xlayer_Bytes - recipient_lt: xlayer_Bytes - recipient_gte: xlayer_Bytes - recipient_lte: xlayer_Bytes - recipient_in: [xlayer_Bytes!] - recipient_not_in: [xlayer_Bytes!] - recipient_contains: xlayer_Bytes - recipient_not_contains: xlayer_Bytes - proposedOwner: xlayer_Bytes - proposedOwner_not: xlayer_Bytes - proposedOwner_gt: xlayer_Bytes - proposedOwner_lt: xlayer_Bytes - proposedOwner_gte: xlayer_Bytes - proposedOwner_lte: xlayer_Bytes - proposedOwner_in: [xlayer_Bytes!] - proposedOwner_not_in: [xlayer_Bytes!] - proposedOwner_contains: xlayer_Bytes - proposedOwner_not_contains: xlayer_Bytes + owner: polygonzkevm_swap_Bytes + owner_not: polygonzkevm_swap_Bytes + owner_gt: polygonzkevm_swap_Bytes + owner_lt: polygonzkevm_swap_Bytes + owner_gte: polygonzkevm_swap_Bytes + owner_lte: polygonzkevm_swap_Bytes + owner_in: [polygonzkevm_swap_Bytes!] + owner_not_in: [polygonzkevm_swap_Bytes!] + owner_contains: polygonzkevm_swap_Bytes + owner_not_contains: polygonzkevm_swap_Bytes + recipient: polygonzkevm_swap_Bytes + recipient_not: polygonzkevm_swap_Bytes + recipient_gt: polygonzkevm_swap_Bytes + recipient_lt: polygonzkevm_swap_Bytes + recipient_gte: polygonzkevm_swap_Bytes + recipient_lte: polygonzkevm_swap_Bytes + recipient_in: [polygonzkevm_swap_Bytes!] + recipient_not_in: [polygonzkevm_swap_Bytes!] + recipient_contains: polygonzkevm_swap_Bytes + recipient_not_contains: polygonzkevm_swap_Bytes + proposedOwner: polygonzkevm_swap_Bytes + proposedOwner_not: polygonzkevm_swap_Bytes + proposedOwner_gt: polygonzkevm_swap_Bytes + proposedOwner_lt: polygonzkevm_swap_Bytes + proposedOwner_gte: polygonzkevm_swap_Bytes + proposedOwner_lte: polygonzkevm_swap_Bytes + proposedOwner_in: [polygonzkevm_swap_Bytes!] + proposedOwner_not_in: [polygonzkevm_swap_Bytes!] + proposedOwner_contains: polygonzkevm_swap_Bytes + proposedOwner_not_contains: polygonzkevm_swap_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -131910,14 +130506,14 @@ input xlayer_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: xlayer_AssetBalance_filter + assetBalances_: polygonzkevm_swap_AssetBalance_filter """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Router_filter] - or: [xlayer_Router_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Router_filter] + or: [polygonzkevm_swap_Router_filter] } -enum xlayer_Router_orderBy { +enum polygonzkevm_swap_Router_orderBy { id isActive owner @@ -131927,13 +130523,13 @@ enum xlayer_Router_orderBy { assetBalances } -type xlayer_Sequencer { +type polygonzkevm_swap_Sequencer { id: ID! isActive: Boolean! - sequencer: xlayer_Bytes + sequencer: polygonzkevm_swap_Bytes } -input xlayer_Sequencer_filter { +input polygonzkevm_swap_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -131946,35 +130542,35 @@ input xlayer_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: xlayer_Bytes - sequencer_not: xlayer_Bytes - sequencer_gt: xlayer_Bytes - sequencer_lt: xlayer_Bytes - sequencer_gte: xlayer_Bytes - sequencer_lte: xlayer_Bytes - sequencer_in: [xlayer_Bytes!] - sequencer_not_in: [xlayer_Bytes!] - sequencer_contains: xlayer_Bytes - sequencer_not_contains: xlayer_Bytes + sequencer: polygonzkevm_swap_Bytes + sequencer_not: polygonzkevm_swap_Bytes + sequencer_gt: polygonzkevm_swap_Bytes + sequencer_lt: polygonzkevm_swap_Bytes + sequencer_gte: polygonzkevm_swap_Bytes + sequencer_lte: polygonzkevm_swap_Bytes + sequencer_in: [polygonzkevm_swap_Bytes!] + sequencer_not_in: [polygonzkevm_swap_Bytes!] + sequencer_contains: polygonzkevm_swap_Bytes + sequencer_not_contains: polygonzkevm_swap_Bytes """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Sequencer_filter] - or: [xlayer_Sequencer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Sequencer_filter] + or: [polygonzkevm_swap_Sequencer_filter] } -enum xlayer_Sequencer_orderBy { +enum polygonzkevm_swap_Sequencer_orderBy { id isActive sequencer } -type xlayer_Setting { +type polygonzkevm_swap_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: xlayer_Bytes! + caller: polygonzkevm_swap_Bytes! } -input xlayer_Setting_filter { +input polygonzkevm_swap_Setting_filter { id: ID id_not: ID id_gt: ID @@ -131991,41 +130587,41 @@ input xlayer_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes + caller: polygonzkevm_swap_Bytes + caller_not: polygonzkevm_swap_Bytes + caller_gt: polygonzkevm_swap_Bytes + caller_lt: polygonzkevm_swap_Bytes + caller_gte: polygonzkevm_swap_Bytes + caller_lte: polygonzkevm_swap_Bytes + caller_in: [polygonzkevm_swap_Bytes!] + caller_not_in: [polygonzkevm_swap_Bytes!] + caller_contains: polygonzkevm_swap_Bytes + caller_not_contains: polygonzkevm_swap_Bytes """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Setting_filter] - or: [xlayer_Setting_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Setting_filter] + or: [polygonzkevm_swap_Setting_filter] } -enum xlayer_Setting_orderBy { +enum polygonzkevm_swap_Setting_orderBy { id maxRoutersPerTransfer caller } -type xlayer_SlippageUpdate { +type polygonzkevm_swap_SlippageUpdate { id: ID! - transfer: xlayer_DestinationTransfer! + transfer: polygonzkevm_swap_DestinationTransfer! slippage: BigInt! - caller: xlayer_Bytes! - transactionHash: xlayer_Bytes! + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xlayer_SlippageUpdate_filter { +input polygonzkevm_swap_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -132054,7 +130650,7 @@ input xlayer_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: xlayer_DestinationTransfer_filter + transfer_: polygonzkevm_swap_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -132063,26 +130659,26 @@ input xlayer_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: xlayer_Bytes - caller_not: xlayer_Bytes - caller_gt: xlayer_Bytes - caller_lt: xlayer_Bytes - caller_gte: xlayer_Bytes - caller_lte: xlayer_Bytes - caller_in: [xlayer_Bytes!] - caller_not_in: [xlayer_Bytes!] - caller_contains: xlayer_Bytes - caller_not_contains: xlayer_Bytes - transactionHash: xlayer_Bytes - transactionHash_not: xlayer_Bytes - transactionHash_gt: xlayer_Bytes - transactionHash_lt: xlayer_Bytes - transactionHash_gte: xlayer_Bytes - transactionHash_lte: xlayer_Bytes - transactionHash_in: [xlayer_Bytes!] - transactionHash_not_in: [xlayer_Bytes!] - transactionHash_contains: xlayer_Bytes - transactionHash_not_contains: xlayer_Bytes + caller: polygonzkevm_swap_Bytes + caller_not: polygonzkevm_swap_Bytes + caller_gt: polygonzkevm_swap_Bytes + caller_lt: polygonzkevm_swap_Bytes + caller_gte: polygonzkevm_swap_Bytes + caller_lte: polygonzkevm_swap_Bytes + caller_in: [polygonzkevm_swap_Bytes!] + caller_not_in: [polygonzkevm_swap_Bytes!] + caller_contains: polygonzkevm_swap_Bytes + caller_not_contains: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes + transactionHash_not: polygonzkevm_swap_Bytes + transactionHash_gt: polygonzkevm_swap_Bytes + transactionHash_lt: polygonzkevm_swap_Bytes + transactionHash_gte: polygonzkevm_swap_Bytes + transactionHash_lte: polygonzkevm_swap_Bytes + transactionHash_in: [polygonzkevm_swap_Bytes!] + transactionHash_not_in: [polygonzkevm_swap_Bytes!] + transactionHash_contains: polygonzkevm_swap_Bytes + transactionHash_not_contains: polygonzkevm_swap_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -132116,12 +130712,12 @@ input xlayer_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_SlippageUpdate_filter] - or: [xlayer_SlippageUpdate_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SlippageUpdate_filter] + or: [polygonzkevm_swap_SlippageUpdate_filter] } -enum xlayer_SlippageUpdate_orderBy { +enum polygonzkevm_swap_SlippageUpdate_orderBy { id transfer transfer__id @@ -132169,16 +130765,16 @@ enum xlayer_SlippageUpdate_orderBy { blockNumber } -type xlayer_SnapshotRoot { +type polygonzkevm_swap_SnapshotRoot { id: ID! spokeDomain: BigInt - root: xlayer_Bytes! + root: polygonzkevm_swap_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input xlayer_SnapshotRoot_filter { +input polygonzkevm_swap_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -132195,16 +130791,16 @@ input xlayer_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: xlayer_Bytes - root_not: xlayer_Bytes - root_gt: xlayer_Bytes - root_lt: xlayer_Bytes - root_gte: xlayer_Bytes - root_lte: xlayer_Bytes - root_in: [xlayer_Bytes!] - root_not_in: [xlayer_Bytes!] - root_contains: xlayer_Bytes - root_not_contains: xlayer_Bytes + root: polygonzkevm_swap_Bytes + root_not: polygonzkevm_swap_Bytes + root_gt: polygonzkevm_swap_Bytes + root_lt: polygonzkevm_swap_Bytes + root_gte: polygonzkevm_swap_Bytes + root_lte: polygonzkevm_swap_Bytes + root_in: [polygonzkevm_swap_Bytes!] + root_not_in: [polygonzkevm_swap_Bytes!] + root_contains: polygonzkevm_swap_Bytes + root_not_contains: polygonzkevm_swap_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -132230,12 +130826,12 @@ input xlayer_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_SnapshotRoot_filter] - or: [xlayer_SnapshotRoot_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SnapshotRoot_filter] + or: [polygonzkevm_swap_SnapshotRoot_filter] } -enum xlayer_SnapshotRoot_orderBy { +enum polygonzkevm_swap_SnapshotRoot_orderBy { id spokeDomain root @@ -132244,12 +130840,12 @@ enum xlayer_SnapshotRoot_orderBy { blockNumber } -type xlayer_SpokeConnectorMode { +type polygonzkevm_swap_SpokeConnectorMode { id: ID! mode: String! } -input xlayer_SpokeConnectorMode_filter { +input polygonzkevm_swap_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -132279,17 +130875,17 @@ input xlayer_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_SpokeConnectorMode_filter] - or: [xlayer_SpokeConnectorMode_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SpokeConnectorMode_filter] + or: [polygonzkevm_swap_SpokeConnectorMode_filter] } -enum xlayer_SpokeConnectorMode_orderBy { +enum polygonzkevm_swap_SpokeConnectorMode_orderBy { id mode } -enum xlayer_TransferStatus { +enum polygonzkevm_swap_TransferStatus { XCalled Executed Reconciled @@ -132297,17 +130893,19 @@ enum xlayer_TransferStatus { CompletedFast } -type xlayer__Block_ { +type polygonzkevm_swap__Block_ { """The hash of the block""" - hash: xlayer_Bytes + hash: polygonzkevm_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: polygonzkevm_swap_Bytes } """The type for the top-level _meta field""" -type xlayer__Meta_ { +type polygonzkevm_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 @@ -132315,22 +130913,22 @@ type xlayer__Meta_ { and therefore asks for the latest block """ - block: xlayer__Block_! + block: polygonzkevm_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mainnet_AggregateRoot { +type polygonzkevm_AggregateRoot { id: ID! - root: mainnet_Bytes! + root: polygonzkevm_Bytes! blockNumber: BigInt! } -type mainnet_AggregateRootProposed { +type polygonzkevm_AggregateRootProposed { id: ID! - aggregateRoot: mainnet_Bytes! + aggregateRoot: polygonzkevm_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -132338,7 +130936,7 @@ type mainnet_AggregateRootProposed { blockNumber: BigInt } -input mainnet_AggregateRootProposed_filter { +input polygonzkevm_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -132347,16 +130945,16 @@ input mainnet_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes + aggregateRoot: polygonzkevm_Bytes + aggregateRoot_not: polygonzkevm_Bytes + aggregateRoot_gt: polygonzkevm_Bytes + aggregateRoot_lt: polygonzkevm_Bytes + aggregateRoot_gte: polygonzkevm_Bytes + aggregateRoot_lte: polygonzkevm_Bytes + aggregateRoot_in: [polygonzkevm_Bytes!] + aggregateRoot_not_in: [polygonzkevm_Bytes!] + aggregateRoot_contains: polygonzkevm_Bytes + aggregateRoot_not_contains: polygonzkevm_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -132398,12 +130996,12 @@ input mainnet_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregateRootProposed_filter] - or: [mainnet_AggregateRootProposed_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AggregateRootProposed_filter] + or: [polygonzkevm_AggregateRootProposed_filter] } -enum mainnet_AggregateRootProposed_orderBy { +enum polygonzkevm_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -132413,7 +131011,7 @@ enum mainnet_AggregateRootProposed_orderBy { blockNumber } -input mainnet_AggregateRoot_filter { +input polygonzkevm_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -132422,16 +131020,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: polygonzkevm_Bytes + root_not: polygonzkevm_Bytes + root_gt: polygonzkevm_Bytes + root_lt: polygonzkevm_Bytes + root_gte: polygonzkevm_Bytes + root_lte: polygonzkevm_Bytes + root_in: [polygonzkevm_Bytes!] + root_not_in: [polygonzkevm_Bytes!] + root_contains: polygonzkevm_Bytes + root_not_contains: polygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -132441,42 +131039,47 @@ 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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AggregateRoot_filter] + or: [polygonzkevm_AggregateRoot_filter] } -enum mainnet_AggregateRoot_orderBy { +enum polygonzkevm_AggregateRoot_orderBy { id root blockNumber } -type mainnet_Asset { +enum polygonzkevm_Aggregation_interval { + hour + day +} + +type polygonzkevm_Asset { id: ID! - key: mainnet_Bytes + key: polygonzkevm_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mainnet_Bytes + canonicalId: polygonzkevm_Bytes canonicalDomain: BigInt - adoptedAsset: mainnet_Bytes - localAsset: mainnet_Bytes + adoptedAsset: polygonzkevm_Bytes + localAsset: polygonzkevm_Bytes blockNumber: BigInt - status: mainnet_AssetStatus + status: polygonzkevm_AssetStatus } -type mainnet_AssetBalance { +type polygonzkevm_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mainnet_Router! - asset: mainnet_Asset! + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! feesEarned: BigInt! } -input mainnet_AssetBalance_filter { +input polygonzkevm_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -132537,7 +131140,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_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -132558,7 +131161,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_: polygonzkevm_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -132568,12 +131171,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AssetBalance_filter] + or: [polygonzkevm_AssetBalance_filter] } -enum mainnet_AssetBalance_orderBy { +enum polygonzkevm_AssetBalance_orderBy { id amount locked @@ -132599,12 +131202,12 @@ enum mainnet_AssetBalance_orderBy { feesEarned } -type mainnet_AssetStatus { +type polygonzkevm_AssetStatus { id: ID! status: Boolean } -input mainnet_AssetStatus_filter { +input polygonzkevm_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -132618,17 +131221,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AssetStatus_filter] + or: [polygonzkevm_AssetStatus_filter] } -enum mainnet_AssetStatus_orderBy { +enum polygonzkevm_AssetStatus_orderBy { id status } -input mainnet_Asset_filter { +input polygonzkevm_Asset_filter { id: ID id_not: ID id_gt: ID @@ -132637,16 +131240,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: polygonzkevm_Bytes + key_not: polygonzkevm_Bytes + key_gt: polygonzkevm_Bytes + key_lt: polygonzkevm_Bytes + key_gte: polygonzkevm_Bytes + key_lte: polygonzkevm_Bytes + key_in: [polygonzkevm_Bytes!] + key_not_in: [polygonzkevm_Bytes!] + key_contains: polygonzkevm_Bytes + key_not_contains: polygonzkevm_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -132663,16 +131266,16 @@ input mainnet_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: mainnet_Bytes - canonicalId_not: mainnet_Bytes - canonicalId_gt: mainnet_Bytes - canonicalId_lt: mainnet_Bytes - canonicalId_gte: mainnet_Bytes - canonicalId_lte: mainnet_Bytes - canonicalId_in: [mainnet_Bytes!] - canonicalId_not_in: [mainnet_Bytes!] - canonicalId_contains: mainnet_Bytes - canonicalId_not_contains: mainnet_Bytes + canonicalId: polygonzkevm_Bytes + canonicalId_not: polygonzkevm_Bytes + canonicalId_gt: polygonzkevm_Bytes + canonicalId_lt: polygonzkevm_Bytes + canonicalId_gte: polygonzkevm_Bytes + canonicalId_lte: polygonzkevm_Bytes + canonicalId_in: [polygonzkevm_Bytes!] + canonicalId_not_in: [polygonzkevm_Bytes!] + canonicalId_contains: polygonzkevm_Bytes + canonicalId_not_contains: polygonzkevm_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -132681,26 +131284,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: polygonzkevm_Bytes + adoptedAsset_not: polygonzkevm_Bytes + adoptedAsset_gt: polygonzkevm_Bytes + adoptedAsset_lt: polygonzkevm_Bytes + adoptedAsset_gte: polygonzkevm_Bytes + adoptedAsset_lte: polygonzkevm_Bytes + adoptedAsset_in: [polygonzkevm_Bytes!] + adoptedAsset_not_in: [polygonzkevm_Bytes!] + adoptedAsset_contains: polygonzkevm_Bytes + adoptedAsset_not_contains: polygonzkevm_Bytes + localAsset: polygonzkevm_Bytes + localAsset_not: polygonzkevm_Bytes + localAsset_gt: polygonzkevm_Bytes + localAsset_lt: polygonzkevm_Bytes + localAsset_gte: polygonzkevm_Bytes + localAsset_lte: polygonzkevm_Bytes + localAsset_in: [polygonzkevm_Bytes!] + localAsset_not_in: [polygonzkevm_Bytes!] + localAsset_contains: polygonzkevm_Bytes + localAsset_not_contains: polygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -132729,14 +131332,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_: polygonzkevm_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Asset_filter] - or: [mainnet_Asset_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Asset_filter] + or: [polygonzkevm_Asset_filter] } -enum mainnet_Asset_orderBy { +enum polygonzkevm_Asset_orderBy { id key decimal @@ -132751,16 +131354,30 @@ enum mainnet_Asset_orderBy { status__status } -type mainnet_ConnectorMeta { +scalar polygonzkevm_BigDecimal + +input polygonzkevm_BlockChangedFilter { + number_gte: Int! +} + +input polygonzkevm_Block_height { + hash: polygonzkevm_Bytes + number: Int + number_gte: Int +} + +scalar polygonzkevm_Bytes + +type polygonzkevm_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mainnet_Bytes - rootManager: mainnet_Bytes - mirrorConnector: mainnet_Bytes + amb: polygonzkevm_Bytes + rootManager: polygonzkevm_Bytes + mirrorConnector: polygonzkevm_Bytes } -input mainnet_ConnectorMeta_filter { +input polygonzkevm_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -132785,43 +131402,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: polygonzkevm_Bytes + amb_not: polygonzkevm_Bytes + amb_gt: polygonzkevm_Bytes + amb_lt: polygonzkevm_Bytes + amb_gte: polygonzkevm_Bytes + amb_lte: polygonzkevm_Bytes + amb_in: [polygonzkevm_Bytes!] + amb_not_in: [polygonzkevm_Bytes!] + amb_contains: polygonzkevm_Bytes + amb_not_contains: polygonzkevm_Bytes + rootManager: polygonzkevm_Bytes + rootManager_not: polygonzkevm_Bytes + rootManager_gt: polygonzkevm_Bytes + rootManager_lt: polygonzkevm_Bytes + rootManager_gte: polygonzkevm_Bytes + rootManager_lte: polygonzkevm_Bytes + rootManager_in: [polygonzkevm_Bytes!] + rootManager_not_in: [polygonzkevm_Bytes!] + rootManager_contains: polygonzkevm_Bytes + rootManager_not_contains: polygonzkevm_Bytes + mirrorConnector: polygonzkevm_Bytes + mirrorConnector_not: polygonzkevm_Bytes + mirrorConnector_gt: polygonzkevm_Bytes + mirrorConnector_lt: polygonzkevm_Bytes + mirrorConnector_gte: polygonzkevm_Bytes + mirrorConnector_lte: polygonzkevm_Bytes + mirrorConnector_in: [polygonzkevm_Bytes!] + mirrorConnector_not_in: [polygonzkevm_Bytes!] + mirrorConnector_contains: polygonzkevm_Bytes + mirrorConnector_not_contains: polygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_ConnectorMeta_filter] - or: [mainnet_ConnectorMeta_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_ConnectorMeta_filter] + or: [polygonzkevm_ConnectorMeta_filter] } -enum mainnet_ConnectorMeta_orderBy { +enum polygonzkevm_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -132830,48 +131447,48 @@ enum mainnet_ConnectorMeta_orderBy { mirrorConnector } -type mainnet_DestinationTransfer { +type polygonzkevm_DestinationTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: polygonzkevm_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: polygonzkevm_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_Router_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_Router_filter): [polygonzkevm_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mainnet_Bytes - delegate: mainnet_Bytes + to: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: polygonzkevm_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mainnet_Bytes + originSender: polygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset + canonicalId: polygonzkevm_Bytes + asset: polygonzkevm_Asset amount: BigInt routersFee: BigInt - executedCaller: mainnet_Bytes - executedTransactionHash: mainnet_Bytes + executedCaller: polygonzkevm_Bytes + executedTransactionHash: polygonzkevm_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mainnet_Bytes + executedTxOrigin: polygonzkevm_Bytes executedTxNonce: BigInt - reconciledCaller: mainnet_Bytes - reconciledTransactionHash: mainnet_Bytes + reconciledCaller: polygonzkevm_Bytes + reconciledTransactionHash: polygonzkevm_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mainnet_Bytes + reconciledTxOrigin: polygonzkevm_Bytes reconciledTxNonce: BigInt } -input mainnet_DestinationTransfer_filter { +input polygonzkevm_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -132888,16 +131505,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: polygonzkevm_Bytes + transferId_not: polygonzkevm_Bytes + transferId_gt: polygonzkevm_Bytes + transferId_lt: polygonzkevm_Bytes + transferId_gte: polygonzkevm_Bytes + transferId_lte: polygonzkevm_Bytes + transferId_in: [polygonzkevm_Bytes!] + transferId_not_in: [polygonzkevm_Bytes!] + transferId_contains: polygonzkevm_Bytes + transferId_not_contains: polygonzkevm_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -132906,17 +131523,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: polygonzkevm_TransferStatus + status_not: polygonzkevm_TransferStatus + status_in: [polygonzkevm_TransferStatus!] + status_not_in: [polygonzkevm_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_: polygonzkevm_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -132941,40 +131558,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: polygonzkevm_Bytes + to_not: polygonzkevm_Bytes + to_gt: polygonzkevm_Bytes + to_lt: polygonzkevm_Bytes + to_gte: polygonzkevm_Bytes + to_lte: polygonzkevm_Bytes + to_in: [polygonzkevm_Bytes!] + to_not_in: [polygonzkevm_Bytes!] + to_contains: polygonzkevm_Bytes + to_not_contains: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes + delegate_not: polygonzkevm_Bytes + delegate_gt: polygonzkevm_Bytes + delegate_lt: polygonzkevm_Bytes + delegate_gte: polygonzkevm_Bytes + delegate_lte: polygonzkevm_Bytes + delegate_in: [polygonzkevm_Bytes!] + delegate_not_in: [polygonzkevm_Bytes!] + delegate_contains: polygonzkevm_Bytes + delegate_not_contains: polygonzkevm_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: polygonzkevm_Bytes + callData_not: polygonzkevm_Bytes + callData_gt: polygonzkevm_Bytes + callData_lt: polygonzkevm_Bytes + callData_gte: polygonzkevm_Bytes + callData_lte: polygonzkevm_Bytes + callData_in: [polygonzkevm_Bytes!] + callData_not_in: [polygonzkevm_Bytes!] + callData_contains: polygonzkevm_Bytes + callData_not_contains: polygonzkevm_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -132991,16 +131608,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: polygonzkevm_Bytes + originSender_not: polygonzkevm_Bytes + originSender_gt: polygonzkevm_Bytes + originSender_lt: polygonzkevm_Bytes + originSender_gte: polygonzkevm_Bytes + originSender_lte: polygonzkevm_Bytes + originSender_in: [polygonzkevm_Bytes!] + originSender_not_in: [polygonzkevm_Bytes!] + originSender_contains: polygonzkevm_Bytes + originSender_not_contains: polygonzkevm_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -133017,16 +131634,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: polygonzkevm_Bytes + canonicalId_not: polygonzkevm_Bytes + canonicalId_gt: polygonzkevm_Bytes + canonicalId_lt: polygonzkevm_Bytes + canonicalId_gte: polygonzkevm_Bytes + canonicalId_lte: polygonzkevm_Bytes + canonicalId_in: [polygonzkevm_Bytes!] + canonicalId_not_in: [polygonzkevm_Bytes!] + canonicalId_contains: polygonzkevm_Bytes + canonicalId_not_contains: polygonzkevm_Bytes asset: String asset_not: String asset_gt: String @@ -133047,7 +131664,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_: polygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -133064,26 +131681,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: polygonzkevm_Bytes + executedCaller_not: polygonzkevm_Bytes + executedCaller_gt: polygonzkevm_Bytes + executedCaller_lt: polygonzkevm_Bytes + executedCaller_gte: polygonzkevm_Bytes + executedCaller_lte: polygonzkevm_Bytes + executedCaller_in: [polygonzkevm_Bytes!] + executedCaller_not_in: [polygonzkevm_Bytes!] + executedCaller_contains: polygonzkevm_Bytes + executedCaller_not_contains: polygonzkevm_Bytes + executedTransactionHash: polygonzkevm_Bytes + executedTransactionHash_not: polygonzkevm_Bytes + executedTransactionHash_gt: polygonzkevm_Bytes + executedTransactionHash_lt: polygonzkevm_Bytes + executedTransactionHash_gte: polygonzkevm_Bytes + executedTransactionHash_lte: polygonzkevm_Bytes + executedTransactionHash_in: [polygonzkevm_Bytes!] + executedTransactionHash_not_in: [polygonzkevm_Bytes!] + executedTransactionHash_contains: polygonzkevm_Bytes + executedTransactionHash_not_contains: polygonzkevm_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -133116,16 +131733,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: polygonzkevm_Bytes + executedTxOrigin_not: polygonzkevm_Bytes + executedTxOrigin_gt: polygonzkevm_Bytes + executedTxOrigin_lt: polygonzkevm_Bytes + executedTxOrigin_gte: polygonzkevm_Bytes + executedTxOrigin_lte: polygonzkevm_Bytes + executedTxOrigin_in: [polygonzkevm_Bytes!] + executedTxOrigin_not_in: [polygonzkevm_Bytes!] + executedTxOrigin_contains: polygonzkevm_Bytes + executedTxOrigin_not_contains: polygonzkevm_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -133134,26 +131751,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: polygonzkevm_Bytes + reconciledCaller_not: polygonzkevm_Bytes + reconciledCaller_gt: polygonzkevm_Bytes + reconciledCaller_lt: polygonzkevm_Bytes + reconciledCaller_gte: polygonzkevm_Bytes + reconciledCaller_lte: polygonzkevm_Bytes + reconciledCaller_in: [polygonzkevm_Bytes!] + reconciledCaller_not_in: [polygonzkevm_Bytes!] + reconciledCaller_contains: polygonzkevm_Bytes + reconciledCaller_not_contains: polygonzkevm_Bytes + reconciledTransactionHash: polygonzkevm_Bytes + reconciledTransactionHash_not: polygonzkevm_Bytes + reconciledTransactionHash_gt: polygonzkevm_Bytes + reconciledTransactionHash_lt: polygonzkevm_Bytes + reconciledTransactionHash_gte: polygonzkevm_Bytes + reconciledTransactionHash_lte: polygonzkevm_Bytes + reconciledTransactionHash_in: [polygonzkevm_Bytes!] + reconciledTransactionHash_not_in: [polygonzkevm_Bytes!] + reconciledTransactionHash_contains: polygonzkevm_Bytes + reconciledTransactionHash_not_contains: polygonzkevm_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -133186,16 +131803,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: polygonzkevm_Bytes + reconciledTxOrigin_not: polygonzkevm_Bytes + reconciledTxOrigin_gt: polygonzkevm_Bytes + reconciledTxOrigin_lt: polygonzkevm_Bytes + reconciledTxOrigin_gte: polygonzkevm_Bytes + reconciledTxOrigin_lte: polygonzkevm_Bytes + reconciledTxOrigin_in: [polygonzkevm_Bytes!] + reconciledTxOrigin_not_in: [polygonzkevm_Bytes!] + reconciledTxOrigin_contains: polygonzkevm_Bytes + reconciledTxOrigin_not_contains: polygonzkevm_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -133205,12 +131822,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_DestinationTransfer_filter] + or: [polygonzkevm_DestinationTransfer_filter] } -enum mainnet_DestinationTransfer_orderBy { +enum polygonzkevm_DestinationTransfer_orderBy { id chainId transferId @@ -133260,14 +131877,20 @@ enum mainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type mainnet_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar polygonzkevm_Int8 + +type polygonzkevm_OptimisticRootFinalized { id: ID! - aggregateRoot: mainnet_Bytes! + aggregateRoot: polygonzkevm_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mainnet_OptimisticRootFinalized_filter { +input polygonzkevm_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -133276,16 +131899,16 @@ input mainnet_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: mainnet_Bytes - aggregateRoot_not: mainnet_Bytes - aggregateRoot_gt: mainnet_Bytes - aggregateRoot_lt: mainnet_Bytes - aggregateRoot_gte: mainnet_Bytes - aggregateRoot_lte: mainnet_Bytes - aggregateRoot_in: [mainnet_Bytes!] - aggregateRoot_not_in: [mainnet_Bytes!] - aggregateRoot_contains: mainnet_Bytes - aggregateRoot_not_contains: mainnet_Bytes + aggregateRoot: polygonzkevm_Bytes + aggregateRoot_not: polygonzkevm_Bytes + aggregateRoot_gt: polygonzkevm_Bytes + aggregateRoot_lt: polygonzkevm_Bytes + aggregateRoot_gte: polygonzkevm_Bytes + aggregateRoot_lte: polygonzkevm_Bytes + aggregateRoot_in: [polygonzkevm_Bytes!] + aggregateRoot_not_in: [polygonzkevm_Bytes!] + aggregateRoot_contains: polygonzkevm_Bytes + aggregateRoot_not_contains: polygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -133303,32 +131926,38 @@ input mainnet_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootFinalized_filter] - or: [mainnet_OptimisticRootFinalized_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OptimisticRootFinalized_filter] + or: [polygonzkevm_OptimisticRootFinalized_filter] } -enum mainnet_OptimisticRootFinalized_orderBy { +enum polygonzkevm_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type mainnet_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum polygonzkevm_OrderDirection { + asc + desc +} + +type polygonzkevm_OriginMessage { id: ID! - transferId: mainnet_Bytes + transferId: polygonzkevm_Bytes destinationDomain: BigInt - leaf: mainnet_Bytes + leaf: polygonzkevm_Bytes index: BigInt - message: mainnet_Bytes - root: mainnet_Bytes - transactionHash: mainnet_Bytes + message: polygonzkevm_Bytes + root: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes blockNumber: BigInt - rootCount: mainnet_RootCount + rootCount: polygonzkevm_RootCount } -input mainnet_OriginMessage_filter { +input polygonzkevm_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -133337,16 +131966,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: polygonzkevm_Bytes + transferId_not: polygonzkevm_Bytes + transferId_gt: polygonzkevm_Bytes + transferId_lt: polygonzkevm_Bytes + transferId_gte: polygonzkevm_Bytes + transferId_lte: polygonzkevm_Bytes + transferId_in: [polygonzkevm_Bytes!] + transferId_not_in: [polygonzkevm_Bytes!] + transferId_contains: polygonzkevm_Bytes + transferId_not_contains: polygonzkevm_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -133355,16 +131984,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: polygonzkevm_Bytes + leaf_not: polygonzkevm_Bytes + leaf_gt: polygonzkevm_Bytes + leaf_lt: polygonzkevm_Bytes + leaf_gte: polygonzkevm_Bytes + leaf_lte: polygonzkevm_Bytes + leaf_in: [polygonzkevm_Bytes!] + leaf_not_in: [polygonzkevm_Bytes!] + leaf_contains: polygonzkevm_Bytes + leaf_not_contains: polygonzkevm_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -133373,36 +132002,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: polygonzkevm_Bytes + message_not: polygonzkevm_Bytes + message_gt: polygonzkevm_Bytes + message_lt: polygonzkevm_Bytes + message_gte: polygonzkevm_Bytes + message_lte: polygonzkevm_Bytes + message_in: [polygonzkevm_Bytes!] + message_not_in: [polygonzkevm_Bytes!] + message_contains: polygonzkevm_Bytes + message_not_contains: polygonzkevm_Bytes + root: polygonzkevm_Bytes + root_not: polygonzkevm_Bytes + root_gt: polygonzkevm_Bytes + root_lt: polygonzkevm_Bytes + root_gte: polygonzkevm_Bytes + root_lte: polygonzkevm_Bytes + root_in: [polygonzkevm_Bytes!] + root_not_in: [polygonzkevm_Bytes!] + root_contains: polygonzkevm_Bytes + root_not_contains: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -133431,14 +132060,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_: polygonzkevm_RootCount_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_OriginMessage_filter] - or: [mainnet_OriginMessage_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OriginMessage_filter] + or: [polygonzkevm_OriginMessage_filter] } -enum mainnet_OriginMessage_orderBy { +enum polygonzkevm_OriginMessage_orderBy { id transferId destinationDomain @@ -133453,42 +132082,42 @@ enum mainnet_OriginMessage_orderBy { rootCount__count } -type mainnet_OriginTransfer { +type polygonzkevm_OriginTransfer { id: ID! chainId: BigInt - transferId: mainnet_Bytes + transferId: polygonzkevm_Bytes nonce: BigInt - status: mainnet_TransferStatus - messageHash: mainnet_Bytes + status: polygonzkevm_TransferStatus + messageHash: polygonzkevm_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mainnet_Bytes - delegate: mainnet_Bytes + to: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes receiveLocal: Boolean - callData: mainnet_Bytes + callData: polygonzkevm_Bytes slippage: BigInt - originSender: mainnet_Bytes + originSender: polygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset - transactingAsset: mainnet_Bytes - message: mainnet_OriginMessage + canonicalId: polygonzkevm_Bytes + asset: polygonzkevm_Asset + transactingAsset: polygonzkevm_Bytes + message: polygonzkevm_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: polygonzkevm_RelayerFee_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_RelayerFee_filter): [polygonzkevm_RelayerFee!] + initialRelayerFeeAsset: polygonzkevm_Bytes + caller: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: mainnet_Bytes + txOrigin: polygonzkevm_Bytes txNonce: BigInt } -input mainnet_OriginTransfer_filter { +input polygonzkevm_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -133505,16 +132134,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: polygonzkevm_Bytes + transferId_not: polygonzkevm_Bytes + transferId_gt: polygonzkevm_Bytes + transferId_lt: polygonzkevm_Bytes + transferId_gte: polygonzkevm_Bytes + transferId_lte: polygonzkevm_Bytes + transferId_in: [polygonzkevm_Bytes!] + transferId_not_in: [polygonzkevm_Bytes!] + transferId_contains: polygonzkevm_Bytes + transferId_not_contains: polygonzkevm_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -133523,20 +132152,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: polygonzkevm_TransferStatus + status_not: polygonzkevm_TransferStatus + status_in: [polygonzkevm_TransferStatus!] + status_not_in: [polygonzkevm_TransferStatus!] + messageHash: polygonzkevm_Bytes + messageHash_not: polygonzkevm_Bytes + messageHash_gt: polygonzkevm_Bytes + messageHash_lt: polygonzkevm_Bytes + messageHash_gte: polygonzkevm_Bytes + messageHash_lte: polygonzkevm_Bytes + messageHash_in: [polygonzkevm_Bytes!] + messageHash_not_in: [polygonzkevm_Bytes!] + messageHash_contains: polygonzkevm_Bytes + messageHash_not_contains: polygonzkevm_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -133561,40 +132190,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: polygonzkevm_Bytes + to_not: polygonzkevm_Bytes + to_gt: polygonzkevm_Bytes + to_lt: polygonzkevm_Bytes + to_gte: polygonzkevm_Bytes + to_lte: polygonzkevm_Bytes + to_in: [polygonzkevm_Bytes!] + to_not_in: [polygonzkevm_Bytes!] + to_contains: polygonzkevm_Bytes + to_not_contains: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes + delegate_not: polygonzkevm_Bytes + delegate_gt: polygonzkevm_Bytes + delegate_lt: polygonzkevm_Bytes + delegate_gte: polygonzkevm_Bytes + delegate_lte: polygonzkevm_Bytes + delegate_in: [polygonzkevm_Bytes!] + delegate_not_in: [polygonzkevm_Bytes!] + delegate_contains: polygonzkevm_Bytes + delegate_not_contains: polygonzkevm_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: polygonzkevm_Bytes + callData_not: polygonzkevm_Bytes + callData_gt: polygonzkevm_Bytes + callData_lt: polygonzkevm_Bytes + callData_gte: polygonzkevm_Bytes + callData_lte: polygonzkevm_Bytes + callData_in: [polygonzkevm_Bytes!] + callData_not_in: [polygonzkevm_Bytes!] + callData_contains: polygonzkevm_Bytes + callData_not_contains: polygonzkevm_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -133603,16 +132232,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: polygonzkevm_Bytes + originSender_not: polygonzkevm_Bytes + originSender_gt: polygonzkevm_Bytes + originSender_lt: polygonzkevm_Bytes + originSender_gte: polygonzkevm_Bytes + originSender_lte: polygonzkevm_Bytes + originSender_in: [polygonzkevm_Bytes!] + originSender_not_in: [polygonzkevm_Bytes!] + originSender_contains: polygonzkevm_Bytes + originSender_not_contains: polygonzkevm_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -133629,16 +132258,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: polygonzkevm_Bytes + canonicalId_not: polygonzkevm_Bytes + canonicalId_gt: polygonzkevm_Bytes + canonicalId_lt: polygonzkevm_Bytes + canonicalId_gte: polygonzkevm_Bytes + canonicalId_lte: polygonzkevm_Bytes + canonicalId_in: [polygonzkevm_Bytes!] + canonicalId_not_in: [polygonzkevm_Bytes!] + canonicalId_contains: polygonzkevm_Bytes + canonicalId_not_contains: polygonzkevm_Bytes asset: String asset_not: String asset_gt: String @@ -133659,17 +132288,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_: polygonzkevm_Asset_filter + transactingAsset: polygonzkevm_Bytes + transactingAsset_not: polygonzkevm_Bytes + transactingAsset_gt: polygonzkevm_Bytes + transactingAsset_lt: polygonzkevm_Bytes + transactingAsset_gte: polygonzkevm_Bytes + transactingAsset_lte: polygonzkevm_Bytes + transactingAsset_in: [polygonzkevm_Bytes!] + transactingAsset_not_in: [polygonzkevm_Bytes!] + transactingAsset_contains: polygonzkevm_Bytes + transactingAsset_not_contains: polygonzkevm_Bytes message: String message_not: String message_gt: String @@ -133690,7 +132319,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_: polygonzkevm_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -133705,37 +132334,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_: polygonzkevm_RelayerFee_filter + initialRelayerFeeAsset: polygonzkevm_Bytes + initialRelayerFeeAsset_not: polygonzkevm_Bytes + initialRelayerFeeAsset_gt: polygonzkevm_Bytes + initialRelayerFeeAsset_lt: polygonzkevm_Bytes + initialRelayerFeeAsset_gte: polygonzkevm_Bytes + initialRelayerFeeAsset_lte: polygonzkevm_Bytes + initialRelayerFeeAsset_in: [polygonzkevm_Bytes!] + initialRelayerFeeAsset_not_in: [polygonzkevm_Bytes!] + initialRelayerFeeAsset_contains: polygonzkevm_Bytes + initialRelayerFeeAsset_not_contains: polygonzkevm_Bytes + caller: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -133768,16 +132397,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: polygonzkevm_Bytes + txOrigin_not: polygonzkevm_Bytes + txOrigin_gt: polygonzkevm_Bytes + txOrigin_lt: polygonzkevm_Bytes + txOrigin_gte: polygonzkevm_Bytes + txOrigin_lte: polygonzkevm_Bytes + txOrigin_in: [polygonzkevm_Bytes!] + txOrigin_not_in: [polygonzkevm_Bytes!] + txOrigin_contains: polygonzkevm_Bytes + txOrigin_not_contains: polygonzkevm_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -133787,12 +132416,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OriginTransfer_filter] + or: [polygonzkevm_OriginTransfer_filter] } -enum mainnet_OriginTransfer_orderBy { +enum polygonzkevm_OriginTransfer_orderBy { id chainId transferId @@ -133845,20 +132474,20 @@ enum mainnet_OriginTransfer_orderBy { txNonce } -type mainnet_Relayer { +type polygonzkevm_Relayer { id: ID! isActive: Boolean! - relayer: mainnet_Bytes + relayer: polygonzkevm_Bytes } -type mainnet_RelayerFee { +type polygonzkevm_RelayerFee { id: ID! - transfer: mainnet_OriginTransfer! + transfer: polygonzkevm_OriginTransfer! fee: BigInt! - asset: mainnet_Bytes! + asset: polygonzkevm_Bytes! } -input mainnet_RelayerFee_filter { +input polygonzkevm_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -133887,7 +132516,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_: polygonzkevm_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -133896,23 +132525,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: polygonzkevm_Bytes + asset_not: polygonzkevm_Bytes + asset_gt: polygonzkevm_Bytes + asset_lt: polygonzkevm_Bytes + asset_gte: polygonzkevm_Bytes + asset_lte: polygonzkevm_Bytes + asset_in: [polygonzkevm_Bytes!] + asset_not_in: [polygonzkevm_Bytes!] + asset_contains: polygonzkevm_Bytes + asset_not_contains: polygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RelayerFee_filter] - or: [mainnet_RelayerFee_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RelayerFee_filter] + or: [polygonzkevm_RelayerFee_filter] } -enum mainnet_RelayerFee_orderBy { +enum polygonzkevm_RelayerFee_orderBy { id transfer transfer__id @@ -133948,20 +132577,20 @@ enum mainnet_RelayerFee_orderBy { asset } -type mainnet_RelayerFeesIncrease { +type polygonzkevm_RelayerFeesIncrease { id: ID! - transfer: mainnet_OriginTransfer! + transfer: polygonzkevm_OriginTransfer! increase: BigInt - asset: mainnet_Bytes - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + asset: polygonzkevm_Bytes + caller: polygonzkevm_Bytes! + transactionHash: polygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_RelayerFeesIncrease_filter { +input polygonzkevm_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -133990,7 +132619,7 @@ input mainnet_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mainnet_OriginTransfer_filter + transfer_: polygonzkevm_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -133999,36 +132628,36 @@ input mainnet_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: mainnet_Bytes - asset_not: mainnet_Bytes - asset_gt: mainnet_Bytes - asset_lt: mainnet_Bytes - asset_gte: mainnet_Bytes - asset_lte: mainnet_Bytes - asset_in: [mainnet_Bytes!] - asset_not_in: [mainnet_Bytes!] - asset_contains: mainnet_Bytes - asset_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + asset: polygonzkevm_Bytes + asset_not: polygonzkevm_Bytes + asset_gt: polygonzkevm_Bytes + asset_lt: polygonzkevm_Bytes + asset_gte: polygonzkevm_Bytes + asset_lte: polygonzkevm_Bytes + asset_in: [polygonzkevm_Bytes!] + asset_not_in: [polygonzkevm_Bytes!] + asset_contains: polygonzkevm_Bytes + asset_not_contains: polygonzkevm_Bytes + caller: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -134062,12 +132691,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RelayerFeesIncrease_filter] + or: [polygonzkevm_RelayerFeesIncrease_filter] } -enum mainnet_RelayerFeesIncrease_orderBy { +enum polygonzkevm_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -134109,7 +132738,7 @@ enum mainnet_RelayerFeesIncrease_orderBy { blockNumber } -input mainnet_Relayer_filter { +input polygonzkevm_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -134122,34 +132751,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: polygonzkevm_Bytes + relayer_not: polygonzkevm_Bytes + relayer_gt: polygonzkevm_Bytes + relayer_lt: polygonzkevm_Bytes + relayer_gte: polygonzkevm_Bytes + relayer_lte: polygonzkevm_Bytes + relayer_in: [polygonzkevm_Bytes!] + relayer_not_in: [polygonzkevm_Bytes!] + relayer_contains: polygonzkevm_Bytes + relayer_not_contains: polygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Relayer_filter] - or: [mainnet_Relayer_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Relayer_filter] + or: [polygonzkevm_Relayer_filter] } -enum mainnet_Relayer_orderBy { +enum polygonzkevm_Relayer_orderBy { id isActive relayer } -type mainnet_RootCount { +type polygonzkevm_RootCount { id: ID! count: BigInt } -input mainnet_RootCount_filter { +input polygonzkevm_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -134167,31 +132796,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RootCount_filter] + or: [polygonzkevm_RootCount_filter] } -enum mainnet_RootCount_orderBy { +enum polygonzkevm_RootCount_orderBy { id count } -type mainnet_RootMessageSent { +type polygonzkevm_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mainnet_Bytes + root: polygonzkevm_Bytes count: BigInt - caller: mainnet_Bytes - transactionHash: mainnet_Bytes + caller: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mainnet_RootMessageSent_filter { +input polygonzkevm_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -134216,16 +132845,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: polygonzkevm_Bytes + root_not: polygonzkevm_Bytes + root_gt: polygonzkevm_Bytes + root_lt: polygonzkevm_Bytes + root_gte: polygonzkevm_Bytes + root_lte: polygonzkevm_Bytes + root_in: [polygonzkevm_Bytes!] + root_not_in: [polygonzkevm_Bytes!] + root_contains: polygonzkevm_Bytes + root_not_contains: polygonzkevm_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -134234,26 +132863,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: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -134287,12 +132916,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RootMessageSent_filter] + or: [polygonzkevm_RootMessageSent_filter] } -enum mainnet_RootMessageSent_orderBy { +enum polygonzkevm_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -134306,25 +132935,25 @@ enum mainnet_RootMessageSent_orderBy { blockNumber } -type mainnet_Router { +type polygonzkevm_Router { id: ID! isActive: Boolean! - owner: mainnet_Bytes - recipient: mainnet_Bytes - proposedOwner: mainnet_Bytes + owner: polygonzkevm_Bytes + recipient: polygonzkevm_Bytes + proposedOwner: polygonzkevm_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: polygonzkevm_AssetBalance_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_AssetBalance_filter): [polygonzkevm_AssetBalance!]! } -type mainnet_RouterDailyTVL { +type polygonzkevm_RouterDailyTVL { id: ID! - router: mainnet_Router! - asset: mainnet_Asset! + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! timestamp: BigInt! balance: BigInt! } -input mainnet_RouterDailyTVL_filter { +input polygonzkevm_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -134353,7 +132982,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_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -134374,7 +133003,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_: polygonzkevm_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -134392,12 +133021,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RouterDailyTVL_filter] + or: [polygonzkevm_RouterDailyTVL_filter] } -enum mainnet_RouterDailyTVL_orderBy { +enum polygonzkevm_RouterDailyTVL_orderBy { id router router__id @@ -134420,26 +133049,26 @@ enum mainnet_RouterDailyTVL_orderBy { balance } -type mainnet_RouterLiquidityEvent { +type polygonzkevm_RouterLiquidityEvent { id: ID! - type: mainnet_RouterLiquidityEventType - router: mainnet_Router! - asset: mainnet_Asset! + type: polygonzkevm_RouterLiquidityEventType + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! amount: BigInt! balance: BigInt! - caller: mainnet_Bytes + caller: polygonzkevm_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mainnet_Bytes! + transactionHash: polygonzkevm_Bytes! nonce: BigInt! } -enum mainnet_RouterLiquidityEventType { +enum polygonzkevm_RouterLiquidityEventType { Add Remove } -input mainnet_RouterLiquidityEvent_filter { +input polygonzkevm_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -134448,10 +133077,10 @@ input mainnet_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mainnet_RouterLiquidityEventType - type_not: mainnet_RouterLiquidityEventType - type_in: [mainnet_RouterLiquidityEventType!] - type_not_in: [mainnet_RouterLiquidityEventType!] + type: polygonzkevm_RouterLiquidityEventType + type_not: polygonzkevm_RouterLiquidityEventType + type_in: [polygonzkevm_RouterLiquidityEventType!] + type_not_in: [polygonzkevm_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -134472,7 +133101,7 @@ input mainnet_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mainnet_Router_filter + router_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -134493,7 +133122,7 @@ input mainnet_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mainnet_Asset_filter + asset_: polygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -134510,16 +133139,16 @@ input mainnet_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes + caller: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -134536,16 +133165,16 @@ input mainnet_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -134555,12 +133184,12 @@ input mainnet_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RouterLiquidityEvent_filter] - or: [mainnet_RouterLiquidityEvent_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RouterLiquidityEvent_filter] + or: [polygonzkevm_RouterLiquidityEvent_filter] } -enum mainnet_RouterLiquidityEvent_orderBy { +enum polygonzkevm_RouterLiquidityEvent_orderBy { id type router @@ -134589,7 +133218,7 @@ enum mainnet_RouterLiquidityEvent_orderBy { nonce } -input mainnet_Router_filter { +input polygonzkevm_Router_filter { id: ID id_not: ID id_gt: ID @@ -134602,36 +133231,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: polygonzkevm_Bytes + owner_not: polygonzkevm_Bytes + owner_gt: polygonzkevm_Bytes + owner_lt: polygonzkevm_Bytes + owner_gte: polygonzkevm_Bytes + owner_lte: polygonzkevm_Bytes + owner_in: [polygonzkevm_Bytes!] + owner_not_in: [polygonzkevm_Bytes!] + owner_contains: polygonzkevm_Bytes + owner_not_contains: polygonzkevm_Bytes + recipient: polygonzkevm_Bytes + recipient_not: polygonzkevm_Bytes + recipient_gt: polygonzkevm_Bytes + recipient_lt: polygonzkevm_Bytes + recipient_gte: polygonzkevm_Bytes + recipient_lte: polygonzkevm_Bytes + recipient_in: [polygonzkevm_Bytes!] + recipient_not_in: [polygonzkevm_Bytes!] + recipient_contains: polygonzkevm_Bytes + recipient_not_contains: polygonzkevm_Bytes + proposedOwner: polygonzkevm_Bytes + proposedOwner_not: polygonzkevm_Bytes + proposedOwner_gt: polygonzkevm_Bytes + proposedOwner_lt: polygonzkevm_Bytes + proposedOwner_gte: polygonzkevm_Bytes + proposedOwner_lte: polygonzkevm_Bytes + proposedOwner_in: [polygonzkevm_Bytes!] + proposedOwner_not_in: [polygonzkevm_Bytes!] + proposedOwner_contains: polygonzkevm_Bytes + proposedOwner_not_contains: polygonzkevm_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -134640,14 +133269,14 @@ input mainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mainnet_AssetBalance_filter + assetBalances_: polygonzkevm_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Router_filter] - or: [mainnet_Router_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Router_filter] + or: [polygonzkevm_Router_filter] } -enum mainnet_Router_orderBy { +enum polygonzkevm_Router_orderBy { id isActive owner @@ -134657,13 +133286,13 @@ enum mainnet_Router_orderBy { assetBalances } -type mainnet_Sequencer { +type polygonzkevm_Sequencer { id: ID! isActive: Boolean! - sequencer: mainnet_Bytes + sequencer: polygonzkevm_Bytes } -input mainnet_Sequencer_filter { +input polygonzkevm_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -134676,35 +133305,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: polygonzkevm_Bytes + sequencer_not: polygonzkevm_Bytes + sequencer_gt: polygonzkevm_Bytes + sequencer_lt: polygonzkevm_Bytes + sequencer_gte: polygonzkevm_Bytes + sequencer_lte: polygonzkevm_Bytes + sequencer_in: [polygonzkevm_Bytes!] + sequencer_not_in: [polygonzkevm_Bytes!] + sequencer_contains: polygonzkevm_Bytes + sequencer_not_contains: polygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Sequencer_filter] - or: [mainnet_Sequencer_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Sequencer_filter] + or: [polygonzkevm_Sequencer_filter] } -enum mainnet_Sequencer_orderBy { +enum polygonzkevm_Sequencer_orderBy { id isActive sequencer } -type mainnet_Setting { +type polygonzkevm_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mainnet_Bytes! + caller: polygonzkevm_Bytes! } -input mainnet_Setting_filter { +input polygonzkevm_Setting_filter { id: ID id_not: ID id_gt: ID @@ -134721,41 +133350,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: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Setting_filter] - or: [mainnet_Setting_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Setting_filter] + or: [polygonzkevm_Setting_filter] } -enum mainnet_Setting_orderBy { +enum polygonzkevm_Setting_orderBy { id maxRoutersPerTransfer caller } -type mainnet_SlippageUpdate { +type polygonzkevm_SlippageUpdate { id: ID! - transfer: mainnet_DestinationTransfer! + transfer: polygonzkevm_DestinationTransfer! slippage: BigInt! - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + caller: polygonzkevm_Bytes! + transactionHash: polygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mainnet_SlippageUpdate_filter { +input polygonzkevm_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -134784,7 +133413,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_: polygonzkevm_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -134793,26 +133422,26 @@ input mainnet_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + caller: polygonzkevm_Bytes + caller_not: polygonzkevm_Bytes + caller_gt: polygonzkevm_Bytes + caller_lt: polygonzkevm_Bytes + caller_gte: polygonzkevm_Bytes + caller_lte: polygonzkevm_Bytes + caller_in: [polygonzkevm_Bytes!] + caller_not_in: [polygonzkevm_Bytes!] + caller_contains: polygonzkevm_Bytes + caller_not_contains: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes + transactionHash_not: polygonzkevm_Bytes + transactionHash_gt: polygonzkevm_Bytes + transactionHash_lt: polygonzkevm_Bytes + transactionHash_gte: polygonzkevm_Bytes + transactionHash_lte: polygonzkevm_Bytes + transactionHash_in: [polygonzkevm_Bytes!] + transactionHash_not_in: [polygonzkevm_Bytes!] + transactionHash_contains: polygonzkevm_Bytes + transactionHash_not_contains: polygonzkevm_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -134846,12 +133475,12 @@ input mainnet_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_SlippageUpdate_filter] - or: [mainnet_SlippageUpdate_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SlippageUpdate_filter] + or: [polygonzkevm_SlippageUpdate_filter] } -enum mainnet_SlippageUpdate_orderBy { +enum polygonzkevm_SlippageUpdate_orderBy { id transfer transfer__id @@ -134899,16 +133528,16 @@ enum mainnet_SlippageUpdate_orderBy { blockNumber } -type mainnet_SnapshotRoot { +type polygonzkevm_SnapshotRoot { id: ID! spokeDomain: BigInt - root: mainnet_Bytes! + root: polygonzkevm_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input mainnet_SnapshotRoot_filter { +input polygonzkevm_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -134925,16 +133554,16 @@ input mainnet_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_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: polygonzkevm_Bytes + root_not: polygonzkevm_Bytes + root_gt: polygonzkevm_Bytes + root_lt: polygonzkevm_Bytes + root_gte: polygonzkevm_Bytes + root_lte: polygonzkevm_Bytes + root_in: [polygonzkevm_Bytes!] + root_not_in: [polygonzkevm_Bytes!] + root_contains: polygonzkevm_Bytes + root_not_contains: polygonzkevm_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -134960,12 +133589,12 @@ input mainnet_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_SnapshotRoot_filter] - or: [mainnet_SnapshotRoot_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SnapshotRoot_filter] + or: [polygonzkevm_SnapshotRoot_filter] } -enum mainnet_SnapshotRoot_orderBy { +enum polygonzkevm_SnapshotRoot_orderBy { id spokeDomain root @@ -134974,12 +133603,12 @@ enum mainnet_SnapshotRoot_orderBy { blockNumber } -type mainnet_SpokeConnectorMode { +type polygonzkevm_SpokeConnectorMode { id: ID! mode: String! } -input mainnet_SpokeConnectorMode_filter { +input polygonzkevm_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -135009,17 +133638,17 @@ input mainnet_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_SpokeConnectorMode_filter] - or: [mainnet_SpokeConnectorMode_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SpokeConnectorMode_filter] + or: [polygonzkevm_SpokeConnectorMode_filter] } -enum mainnet_SpokeConnectorMode_orderBy { +enum polygonzkevm_SpokeConnectorMode_orderBy { id mode } -enum mainnet_TransferStatus { +enum polygonzkevm_TransferStatus { XCalled Executed Reconciled @@ -135027,15 +133656,42 @@ enum mainnet_TransferStatus { CompletedFast } -type stagingbase_AggregateRoot { +type polygonzkevm__Block_ { + """The hash of the block""" + hash: polygonzkevm_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: polygonzkevm_Bytes +} + +"""The type for the top-level _meta field""" +type polygonzkevm__Meta_ { + """ + Information 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: polygonzkevm__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type optimismsepolia_AggregateRoot { id: ID! - root: stagingbase_Bytes! + root: optimismsepolia_Bytes! blockNumber: BigInt! } -type stagingbase_AggregateRootProposed { +type optimismsepolia_AggregateRootProposed { id: ID! - aggregateRoot: stagingbase_Bytes! + aggregateRoot: optimismsepolia_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -135043,7 +133699,7 @@ type stagingbase_AggregateRootProposed { blockNumber: BigInt } -input stagingbase_AggregateRootProposed_filter { +input optimismsepolia_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -135052,16 +133708,16 @@ input stagingbase_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingbase_Bytes - aggregateRoot_not: stagingbase_Bytes - aggregateRoot_gt: stagingbase_Bytes - aggregateRoot_lt: stagingbase_Bytes - aggregateRoot_gte: stagingbase_Bytes - aggregateRoot_lte: stagingbase_Bytes - aggregateRoot_in: [stagingbase_Bytes!] - aggregateRoot_not_in: [stagingbase_Bytes!] - aggregateRoot_contains: stagingbase_Bytes - aggregateRoot_not_contains: stagingbase_Bytes + aggregateRoot: optimismsepolia_Bytes + aggregateRoot_not: optimismsepolia_Bytes + aggregateRoot_gt: optimismsepolia_Bytes + aggregateRoot_lt: optimismsepolia_Bytes + aggregateRoot_gte: optimismsepolia_Bytes + aggregateRoot_lte: optimismsepolia_Bytes + aggregateRoot_in: [optimismsepolia_Bytes!] + aggregateRoot_not_in: [optimismsepolia_Bytes!] + aggregateRoot_contains: optimismsepolia_Bytes + aggregateRoot_not_contains: optimismsepolia_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -135103,12 +133759,12 @@ input stagingbase_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AggregateRootProposed_filter] - or: [stagingbase_AggregateRootProposed_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_AggregateRootProposed_filter] + or: [optimismsepolia_AggregateRootProposed_filter] } -enum stagingbase_AggregateRootProposed_orderBy { +enum optimismsepolia_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -135118,7 +133774,7 @@ enum stagingbase_AggregateRootProposed_orderBy { blockNumber } -input stagingbase_AggregateRoot_filter { +input optimismsepolia_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -135127,16 +133783,16 @@ input stagingbase_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingbase_Bytes - root_not: stagingbase_Bytes - root_gt: stagingbase_Bytes - root_lt: stagingbase_Bytes - root_gte: stagingbase_Bytes - root_lte: stagingbase_Bytes - root_in: [stagingbase_Bytes!] - root_not_in: [stagingbase_Bytes!] - root_contains: stagingbase_Bytes - root_not_contains: stagingbase_Bytes + root: optimismsepolia_Bytes + root_not: optimismsepolia_Bytes + root_gt: optimismsepolia_Bytes + root_lt: optimismsepolia_Bytes + root_gte: optimismsepolia_Bytes + root_lte: optimismsepolia_Bytes + root_in: [optimismsepolia_Bytes!] + root_not_in: [optimismsepolia_Bytes!] + root_contains: optimismsepolia_Bytes + root_not_contains: optimismsepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -135146,47 +133802,47 @@ input stagingbase_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AggregateRoot_filter] - or: [stagingbase_AggregateRoot_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_AggregateRoot_filter] + or: [optimismsepolia_AggregateRoot_filter] } -enum stagingbase_AggregateRoot_orderBy { +enum optimismsepolia_AggregateRoot_orderBy { id root blockNumber } -enum stagingbase_Aggregation_interval { +enum optimismsepolia_Aggregation_interval { hour day } -type stagingbase_Asset { +type optimismsepolia_Asset { id: ID! - key: stagingbase_Bytes + key: optimismsepolia_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingbase_Bytes + canonicalId: optimismsepolia_Bytes canonicalDomain: BigInt - adoptedAsset: stagingbase_Bytes - localAsset: stagingbase_Bytes + adoptedAsset: optimismsepolia_Bytes + localAsset: optimismsepolia_Bytes blockNumber: BigInt - status: stagingbase_AssetStatus + status: optimismsepolia_AssetStatus } -type stagingbase_AssetBalance { +type optimismsepolia_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingbase_Router! - asset: stagingbase_Asset! + router: optimismsepolia_Router! + asset: optimismsepolia_Asset! feesEarned: BigInt! } -input stagingbase_AssetBalance_filter { +input optimismsepolia_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -135247,7 +133903,7 @@ input stagingbase_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingbase_Router_filter + router_: optimismsepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -135268,7 +133924,7 @@ input stagingbase_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbase_Asset_filter + asset_: optimismsepolia_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -135278,12 +133934,12 @@ input stagingbase_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AssetBalance_filter] - or: [stagingbase_AssetBalance_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_AssetBalance_filter] + or: [optimismsepolia_AssetBalance_filter] } -enum stagingbase_AssetBalance_orderBy { +enum optimismsepolia_AssetBalance_orderBy { id amount locked @@ -135309,12 +133965,12 @@ enum stagingbase_AssetBalance_orderBy { feesEarned } -type stagingbase_AssetStatus { +type optimismsepolia_AssetStatus { id: ID! status: Boolean } -input stagingbase_AssetStatus_filter { +input optimismsepolia_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -135328,17 +133984,17 @@ input stagingbase_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AssetStatus_filter] - or: [stagingbase_AssetStatus_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_AssetStatus_filter] + or: [optimismsepolia_AssetStatus_filter] } -enum stagingbase_AssetStatus_orderBy { +enum optimismsepolia_AssetStatus_orderBy { id status } -input stagingbase_Asset_filter { +input optimismsepolia_Asset_filter { id: ID id_not: ID id_gt: ID @@ -135347,16 +134003,16 @@ input stagingbase_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingbase_Bytes - key_not: stagingbase_Bytes - key_gt: stagingbase_Bytes - key_lt: stagingbase_Bytes - key_gte: stagingbase_Bytes - key_lte: stagingbase_Bytes - key_in: [stagingbase_Bytes!] - key_not_in: [stagingbase_Bytes!] - key_contains: stagingbase_Bytes - key_not_contains: stagingbase_Bytes + key: optimismsepolia_Bytes + key_not: optimismsepolia_Bytes + key_gt: optimismsepolia_Bytes + key_lt: optimismsepolia_Bytes + key_gte: optimismsepolia_Bytes + key_lte: optimismsepolia_Bytes + key_in: [optimismsepolia_Bytes!] + key_not_in: [optimismsepolia_Bytes!] + key_contains: optimismsepolia_Bytes + key_not_contains: optimismsepolia_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -135373,44 +134029,44 @@ input stagingbase_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingbase_Bytes - canonicalId_not: stagingbase_Bytes - canonicalId_gt: stagingbase_Bytes - canonicalId_lt: stagingbase_Bytes - canonicalId_gte: stagingbase_Bytes - canonicalId_lte: stagingbase_Bytes - canonicalId_in: [stagingbase_Bytes!] - canonicalId_not_in: [stagingbase_Bytes!] - canonicalId_contains: stagingbase_Bytes - canonicalId_not_contains: stagingbase_Bytes + canonicalId: optimismsepolia_Bytes + canonicalId_not: optimismsepolia_Bytes + canonicalId_gt: optimismsepolia_Bytes + canonicalId_lt: optimismsepolia_Bytes + canonicalId_gte: optimismsepolia_Bytes + canonicalId_lte: optimismsepolia_Bytes + canonicalId_in: [optimismsepolia_Bytes!] + canonicalId_not_in: [optimismsepolia_Bytes!] + canonicalId_contains: optimismsepolia_Bytes + canonicalId_not_contains: optimismsepolia_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: stagingbase_Bytes - adoptedAsset_not: stagingbase_Bytes - adoptedAsset_gt: stagingbase_Bytes - adoptedAsset_lt: stagingbase_Bytes - adoptedAsset_gte: stagingbase_Bytes - adoptedAsset_lte: stagingbase_Bytes - adoptedAsset_in: [stagingbase_Bytes!] - adoptedAsset_not_in: [stagingbase_Bytes!] - adoptedAsset_contains: stagingbase_Bytes - adoptedAsset_not_contains: stagingbase_Bytes - localAsset: stagingbase_Bytes - localAsset_not: stagingbase_Bytes - localAsset_gt: stagingbase_Bytes - localAsset_lt: stagingbase_Bytes - localAsset_gte: stagingbase_Bytes - localAsset_lte: stagingbase_Bytes - localAsset_in: [stagingbase_Bytes!] - localAsset_not_in: [stagingbase_Bytes!] - localAsset_contains: stagingbase_Bytes - localAsset_not_contains: stagingbase_Bytes + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: optimismsepolia_Bytes + adoptedAsset_not: optimismsepolia_Bytes + adoptedAsset_gt: optimismsepolia_Bytes + adoptedAsset_lt: optimismsepolia_Bytes + adoptedAsset_gte: optimismsepolia_Bytes + adoptedAsset_lte: optimismsepolia_Bytes + adoptedAsset_in: [optimismsepolia_Bytes!] + adoptedAsset_not_in: [optimismsepolia_Bytes!] + adoptedAsset_contains: optimismsepolia_Bytes + adoptedAsset_not_contains: optimismsepolia_Bytes + localAsset: optimismsepolia_Bytes + localAsset_not: optimismsepolia_Bytes + localAsset_gt: optimismsepolia_Bytes + localAsset_lt: optimismsepolia_Bytes + localAsset_gte: optimismsepolia_Bytes + localAsset_lte: optimismsepolia_Bytes + localAsset_in: [optimismsepolia_Bytes!] + localAsset_not_in: [optimismsepolia_Bytes!] + localAsset_contains: optimismsepolia_Bytes + localAsset_not_contains: optimismsepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -135439,14 +134095,14 @@ input stagingbase_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingbase_AssetStatus_filter + status_: optimismsepolia_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_Asset_filter] - or: [stagingbase_Asset_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_Asset_filter] + or: [optimismsepolia_Asset_filter] } -enum stagingbase_Asset_orderBy { +enum optimismsepolia_Asset_orderBy { id key decimal @@ -135461,30 +134117,30 @@ enum stagingbase_Asset_orderBy { status__status } -scalar stagingbase_BigDecimal +scalar optimismsepolia_BigDecimal -input stagingbase_BlockChangedFilter { +input optimismsepolia_BlockChangedFilter { number_gte: Int! } -input stagingbase_Block_height { - hash: stagingbase_Bytes +input optimismsepolia_Block_height { + hash: optimismsepolia_Bytes number: Int number_gte: Int } -scalar stagingbase_Bytes +scalar optimismsepolia_Bytes -type stagingbase_ConnectorMeta { +type optimismsepolia_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingbase_Bytes - rootManager: stagingbase_Bytes - mirrorConnector: stagingbase_Bytes + amb: optimismsepolia_Bytes + rootManager: optimismsepolia_Bytes + mirrorConnector: optimismsepolia_Bytes } -input stagingbase_ConnectorMeta_filter { +input optimismsepolia_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -135509,43 +134165,43 @@ input stagingbase_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingbase_Bytes - amb_not: stagingbase_Bytes - amb_gt: stagingbase_Bytes - amb_lt: stagingbase_Bytes - amb_gte: stagingbase_Bytes - amb_lte: stagingbase_Bytes - amb_in: [stagingbase_Bytes!] - amb_not_in: [stagingbase_Bytes!] - amb_contains: stagingbase_Bytes - amb_not_contains: stagingbase_Bytes - rootManager: stagingbase_Bytes - rootManager_not: stagingbase_Bytes - rootManager_gt: stagingbase_Bytes - rootManager_lt: stagingbase_Bytes - rootManager_gte: stagingbase_Bytes - rootManager_lte: stagingbase_Bytes - rootManager_in: [stagingbase_Bytes!] - rootManager_not_in: [stagingbase_Bytes!] - rootManager_contains: stagingbase_Bytes - rootManager_not_contains: stagingbase_Bytes - mirrorConnector: stagingbase_Bytes - mirrorConnector_not: stagingbase_Bytes - mirrorConnector_gt: stagingbase_Bytes - mirrorConnector_lt: stagingbase_Bytes - mirrorConnector_gte: stagingbase_Bytes - mirrorConnector_lte: stagingbase_Bytes - mirrorConnector_in: [stagingbase_Bytes!] - mirrorConnector_not_in: [stagingbase_Bytes!] - mirrorConnector_contains: stagingbase_Bytes - mirrorConnector_not_contains: stagingbase_Bytes + amb: optimismsepolia_Bytes + amb_not: optimismsepolia_Bytes + amb_gt: optimismsepolia_Bytes + amb_lt: optimismsepolia_Bytes + amb_gte: optimismsepolia_Bytes + amb_lte: optimismsepolia_Bytes + amb_in: [optimismsepolia_Bytes!] + amb_not_in: [optimismsepolia_Bytes!] + amb_contains: optimismsepolia_Bytes + amb_not_contains: optimismsepolia_Bytes + rootManager: optimismsepolia_Bytes + rootManager_not: optimismsepolia_Bytes + rootManager_gt: optimismsepolia_Bytes + rootManager_lt: optimismsepolia_Bytes + rootManager_gte: optimismsepolia_Bytes + rootManager_lte: optimismsepolia_Bytes + rootManager_in: [optimismsepolia_Bytes!] + rootManager_not_in: [optimismsepolia_Bytes!] + rootManager_contains: optimismsepolia_Bytes + rootManager_not_contains: optimismsepolia_Bytes + mirrorConnector: optimismsepolia_Bytes + mirrorConnector_not: optimismsepolia_Bytes + mirrorConnector_gt: optimismsepolia_Bytes + mirrorConnector_lt: optimismsepolia_Bytes + mirrorConnector_gte: optimismsepolia_Bytes + mirrorConnector_lte: optimismsepolia_Bytes + mirrorConnector_in: [optimismsepolia_Bytes!] + mirrorConnector_not_in: [optimismsepolia_Bytes!] + mirrorConnector_contains: optimismsepolia_Bytes + mirrorConnector_not_contains: optimismsepolia_Bytes """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_ConnectorMeta_filter] - or: [stagingbase_ConnectorMeta_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_ConnectorMeta_filter] + or: [optimismsepolia_ConnectorMeta_filter] } -enum stagingbase_ConnectorMeta_orderBy { +enum optimismsepolia_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -135554,48 +134210,48 @@ enum stagingbase_ConnectorMeta_orderBy { mirrorConnector } -type stagingbase_DestinationTransfer { +type optimismsepolia_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingbase_Bytes + transferId: optimismsepolia_Bytes nonce: BigInt - status: stagingbase_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingbase_Router_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_Router_filter): [stagingbase_Router!] + status: optimismsepolia_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_Router_orderBy, orderDirection: optimismsepolia_OrderDirection, where: optimismsepolia_Router_filter): [optimismsepolia_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingbase_Bytes - delegate: stagingbase_Bytes + to: optimismsepolia_Bytes + delegate: optimismsepolia_Bytes receiveLocal: Boolean - callData: stagingbase_Bytes + callData: optimismsepolia_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingbase_Bytes + originSender: optimismsepolia_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbase_Bytes - asset: stagingbase_Asset + canonicalId: optimismsepolia_Bytes + asset: optimismsepolia_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingbase_Bytes - executedTransactionHash: stagingbase_Bytes + executedCaller: optimismsepolia_Bytes + executedTransactionHash: optimismsepolia_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingbase_Bytes + executedTxOrigin: optimismsepolia_Bytes executedTxNonce: BigInt - reconciledCaller: stagingbase_Bytes - reconciledTransactionHash: stagingbase_Bytes + reconciledCaller: optimismsepolia_Bytes + reconciledTransactionHash: optimismsepolia_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingbase_Bytes + reconciledTxOrigin: optimismsepolia_Bytes reconciledTxNonce: BigInt } -input stagingbase_DestinationTransfer_filter { +input optimismsepolia_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -135612,16 +134268,16 @@ input stagingbase_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingbase_Bytes - transferId_not: stagingbase_Bytes - transferId_gt: stagingbase_Bytes - transferId_lt: stagingbase_Bytes - transferId_gte: stagingbase_Bytes - transferId_lte: stagingbase_Bytes - transferId_in: [stagingbase_Bytes!] - transferId_not_in: [stagingbase_Bytes!] - transferId_contains: stagingbase_Bytes - transferId_not_contains: stagingbase_Bytes + transferId: optimismsepolia_Bytes + transferId_not: optimismsepolia_Bytes + transferId_gt: optimismsepolia_Bytes + transferId_lt: optimismsepolia_Bytes + transferId_gte: optimismsepolia_Bytes + transferId_lte: optimismsepolia_Bytes + transferId_in: [optimismsepolia_Bytes!] + transferId_not_in: [optimismsepolia_Bytes!] + transferId_contains: optimismsepolia_Bytes + transferId_not_contains: optimismsepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -135630,17 +134286,17 @@ input stagingbase_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingbase_TransferStatus - status_not: stagingbase_TransferStatus - status_in: [stagingbase_TransferStatus!] - status_not_in: [stagingbase_TransferStatus!] + status: optimismsepolia_TransferStatus + status_not: optimismsepolia_TransferStatus + status_in: [optimismsepolia_TransferStatus!] + status_not_in: [optimismsepolia_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingbase_Router_filter + routers_: optimismsepolia_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -135665,40 +134321,40 @@ input stagingbase_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingbase_Bytes - to_not: stagingbase_Bytes - to_gt: stagingbase_Bytes - to_lt: stagingbase_Bytes - to_gte: stagingbase_Bytes - to_lte: stagingbase_Bytes - to_in: [stagingbase_Bytes!] - to_not_in: [stagingbase_Bytes!] - to_contains: stagingbase_Bytes - to_not_contains: stagingbase_Bytes - delegate: stagingbase_Bytes - delegate_not: stagingbase_Bytes - delegate_gt: stagingbase_Bytes - delegate_lt: stagingbase_Bytes - delegate_gte: stagingbase_Bytes - delegate_lte: stagingbase_Bytes - delegate_in: [stagingbase_Bytes!] - delegate_not_in: [stagingbase_Bytes!] - delegate_contains: stagingbase_Bytes - delegate_not_contains: stagingbase_Bytes + to: optimismsepolia_Bytes + to_not: optimismsepolia_Bytes + to_gt: optimismsepolia_Bytes + to_lt: optimismsepolia_Bytes + to_gte: optimismsepolia_Bytes + to_lte: optimismsepolia_Bytes + to_in: [optimismsepolia_Bytes!] + to_not_in: [optimismsepolia_Bytes!] + to_contains: optimismsepolia_Bytes + to_not_contains: optimismsepolia_Bytes + delegate: optimismsepolia_Bytes + delegate_not: optimismsepolia_Bytes + delegate_gt: optimismsepolia_Bytes + delegate_lt: optimismsepolia_Bytes + delegate_gte: optimismsepolia_Bytes + delegate_lte: optimismsepolia_Bytes + delegate_in: [optimismsepolia_Bytes!] + delegate_not_in: [optimismsepolia_Bytes!] + delegate_contains: optimismsepolia_Bytes + delegate_not_contains: optimismsepolia_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingbase_Bytes - callData_not: stagingbase_Bytes - callData_gt: stagingbase_Bytes - callData_lt: stagingbase_Bytes - callData_gte: stagingbase_Bytes - callData_lte: stagingbase_Bytes - callData_in: [stagingbase_Bytes!] - callData_not_in: [stagingbase_Bytes!] - callData_contains: stagingbase_Bytes - callData_not_contains: stagingbase_Bytes + callData: optimismsepolia_Bytes + callData_not: optimismsepolia_Bytes + callData_gt: optimismsepolia_Bytes + callData_lt: optimismsepolia_Bytes + callData_gte: optimismsepolia_Bytes + callData_lte: optimismsepolia_Bytes + callData_in: [optimismsepolia_Bytes!] + callData_not_in: [optimismsepolia_Bytes!] + callData_contains: optimismsepolia_Bytes + callData_not_contains: optimismsepolia_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -135715,16 +134371,16 @@ input stagingbase_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingbase_Bytes - originSender_not: stagingbase_Bytes - originSender_gt: stagingbase_Bytes - originSender_lt: stagingbase_Bytes - originSender_gte: stagingbase_Bytes - originSender_lte: stagingbase_Bytes - originSender_in: [stagingbase_Bytes!] - originSender_not_in: [stagingbase_Bytes!] - originSender_contains: stagingbase_Bytes - originSender_not_contains: stagingbase_Bytes + originSender: optimismsepolia_Bytes + originSender_not: optimismsepolia_Bytes + originSender_gt: optimismsepolia_Bytes + originSender_lt: optimismsepolia_Bytes + originSender_gte: optimismsepolia_Bytes + originSender_lte: optimismsepolia_Bytes + originSender_in: [optimismsepolia_Bytes!] + originSender_not_in: [optimismsepolia_Bytes!] + originSender_contains: optimismsepolia_Bytes + originSender_not_contains: optimismsepolia_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -135741,16 +134397,16 @@ input stagingbase_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingbase_Bytes - canonicalId_not: stagingbase_Bytes - canonicalId_gt: stagingbase_Bytes - canonicalId_lt: stagingbase_Bytes - canonicalId_gte: stagingbase_Bytes - canonicalId_lte: stagingbase_Bytes - canonicalId_in: [stagingbase_Bytes!] - canonicalId_not_in: [stagingbase_Bytes!] - canonicalId_contains: stagingbase_Bytes - canonicalId_not_contains: stagingbase_Bytes + canonicalId: optimismsepolia_Bytes + canonicalId_not: optimismsepolia_Bytes + canonicalId_gt: optimismsepolia_Bytes + canonicalId_lt: optimismsepolia_Bytes + canonicalId_gte: optimismsepolia_Bytes + canonicalId_lte: optimismsepolia_Bytes + canonicalId_in: [optimismsepolia_Bytes!] + canonicalId_not_in: [optimismsepolia_Bytes!] + canonicalId_contains: optimismsepolia_Bytes + canonicalId_not_contains: optimismsepolia_Bytes asset: String asset_not: String asset_gt: String @@ -135771,7 +134427,7 @@ input stagingbase_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbase_Asset_filter + asset_: optimismsepolia_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -135788,26 +134444,26 @@ input stagingbase_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingbase_Bytes - executedCaller_not: stagingbase_Bytes - executedCaller_gt: stagingbase_Bytes - executedCaller_lt: stagingbase_Bytes - executedCaller_gte: stagingbase_Bytes - executedCaller_lte: stagingbase_Bytes - executedCaller_in: [stagingbase_Bytes!] - executedCaller_not_in: [stagingbase_Bytes!] - executedCaller_contains: stagingbase_Bytes - executedCaller_not_contains: stagingbase_Bytes - executedTransactionHash: stagingbase_Bytes - executedTransactionHash_not: stagingbase_Bytes - executedTransactionHash_gt: stagingbase_Bytes - executedTransactionHash_lt: stagingbase_Bytes - executedTransactionHash_gte: stagingbase_Bytes - executedTransactionHash_lte: stagingbase_Bytes - executedTransactionHash_in: [stagingbase_Bytes!] - executedTransactionHash_not_in: [stagingbase_Bytes!] - executedTransactionHash_contains: stagingbase_Bytes - executedTransactionHash_not_contains: stagingbase_Bytes + executedCaller: optimismsepolia_Bytes + executedCaller_not: optimismsepolia_Bytes + executedCaller_gt: optimismsepolia_Bytes + executedCaller_lt: optimismsepolia_Bytes + executedCaller_gte: optimismsepolia_Bytes + executedCaller_lte: optimismsepolia_Bytes + executedCaller_in: [optimismsepolia_Bytes!] + executedCaller_not_in: [optimismsepolia_Bytes!] + executedCaller_contains: optimismsepolia_Bytes + executedCaller_not_contains: optimismsepolia_Bytes + executedTransactionHash: optimismsepolia_Bytes + executedTransactionHash_not: optimismsepolia_Bytes + executedTransactionHash_gt: optimismsepolia_Bytes + executedTransactionHash_lt: optimismsepolia_Bytes + executedTransactionHash_gte: optimismsepolia_Bytes + executedTransactionHash_lte: optimismsepolia_Bytes + executedTransactionHash_in: [optimismsepolia_Bytes!] + executedTransactionHash_not_in: [optimismsepolia_Bytes!] + executedTransactionHash_contains: optimismsepolia_Bytes + executedTransactionHash_not_contains: optimismsepolia_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -135840,16 +134496,16 @@ input stagingbase_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingbase_Bytes - executedTxOrigin_not: stagingbase_Bytes - executedTxOrigin_gt: stagingbase_Bytes - executedTxOrigin_lt: stagingbase_Bytes - executedTxOrigin_gte: stagingbase_Bytes - executedTxOrigin_lte: stagingbase_Bytes - executedTxOrigin_in: [stagingbase_Bytes!] - executedTxOrigin_not_in: [stagingbase_Bytes!] - executedTxOrigin_contains: stagingbase_Bytes - executedTxOrigin_not_contains: stagingbase_Bytes + executedTxOrigin: optimismsepolia_Bytes + executedTxOrigin_not: optimismsepolia_Bytes + executedTxOrigin_gt: optimismsepolia_Bytes + executedTxOrigin_lt: optimismsepolia_Bytes + executedTxOrigin_gte: optimismsepolia_Bytes + executedTxOrigin_lte: optimismsepolia_Bytes + executedTxOrigin_in: [optimismsepolia_Bytes!] + executedTxOrigin_not_in: [optimismsepolia_Bytes!] + executedTxOrigin_contains: optimismsepolia_Bytes + executedTxOrigin_not_contains: optimismsepolia_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -135858,26 +134514,26 @@ input stagingbase_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingbase_Bytes - reconciledCaller_not: stagingbase_Bytes - reconciledCaller_gt: stagingbase_Bytes - reconciledCaller_lt: stagingbase_Bytes - reconciledCaller_gte: stagingbase_Bytes - reconciledCaller_lte: stagingbase_Bytes - reconciledCaller_in: [stagingbase_Bytes!] - reconciledCaller_not_in: [stagingbase_Bytes!] - reconciledCaller_contains: stagingbase_Bytes - reconciledCaller_not_contains: stagingbase_Bytes - reconciledTransactionHash: stagingbase_Bytes - reconciledTransactionHash_not: stagingbase_Bytes - reconciledTransactionHash_gt: stagingbase_Bytes - reconciledTransactionHash_lt: stagingbase_Bytes - reconciledTransactionHash_gte: stagingbase_Bytes - reconciledTransactionHash_lte: stagingbase_Bytes - reconciledTransactionHash_in: [stagingbase_Bytes!] - reconciledTransactionHash_not_in: [stagingbase_Bytes!] - reconciledTransactionHash_contains: stagingbase_Bytes - reconciledTransactionHash_not_contains: stagingbase_Bytes + reconciledCaller: optimismsepolia_Bytes + reconciledCaller_not: optimismsepolia_Bytes + reconciledCaller_gt: optimismsepolia_Bytes + reconciledCaller_lt: optimismsepolia_Bytes + reconciledCaller_gte: optimismsepolia_Bytes + reconciledCaller_lte: optimismsepolia_Bytes + reconciledCaller_in: [optimismsepolia_Bytes!] + reconciledCaller_not_in: [optimismsepolia_Bytes!] + reconciledCaller_contains: optimismsepolia_Bytes + reconciledCaller_not_contains: optimismsepolia_Bytes + reconciledTransactionHash: optimismsepolia_Bytes + reconciledTransactionHash_not: optimismsepolia_Bytes + reconciledTransactionHash_gt: optimismsepolia_Bytes + reconciledTransactionHash_lt: optimismsepolia_Bytes + reconciledTransactionHash_gte: optimismsepolia_Bytes + reconciledTransactionHash_lte: optimismsepolia_Bytes + reconciledTransactionHash_in: [optimismsepolia_Bytes!] + reconciledTransactionHash_not_in: [optimismsepolia_Bytes!] + reconciledTransactionHash_contains: optimismsepolia_Bytes + reconciledTransactionHash_not_contains: optimismsepolia_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -135910,16 +134566,16 @@ input stagingbase_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingbase_Bytes - reconciledTxOrigin_not: stagingbase_Bytes - reconciledTxOrigin_gt: stagingbase_Bytes - reconciledTxOrigin_lt: stagingbase_Bytes - reconciledTxOrigin_gte: stagingbase_Bytes - reconciledTxOrigin_lte: stagingbase_Bytes - reconciledTxOrigin_in: [stagingbase_Bytes!] - reconciledTxOrigin_not_in: [stagingbase_Bytes!] - reconciledTxOrigin_contains: stagingbase_Bytes - reconciledTxOrigin_not_contains: stagingbase_Bytes + reconciledTxOrigin: optimismsepolia_Bytes + reconciledTxOrigin_not: optimismsepolia_Bytes + reconciledTxOrigin_gt: optimismsepolia_Bytes + reconciledTxOrigin_lt: optimismsepolia_Bytes + reconciledTxOrigin_gte: optimismsepolia_Bytes + reconciledTxOrigin_lte: optimismsepolia_Bytes + reconciledTxOrigin_in: [optimismsepolia_Bytes!] + reconciledTxOrigin_not_in: [optimismsepolia_Bytes!] + reconciledTxOrigin_contains: optimismsepolia_Bytes + reconciledTxOrigin_not_contains: optimismsepolia_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -135929,12 +134585,12 @@ input stagingbase_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_DestinationTransfer_filter] - or: [stagingbase_DestinationTransfer_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_DestinationTransfer_filter] + or: [optimismsepolia_DestinationTransfer_filter] } -enum stagingbase_DestinationTransfer_orderBy { +enum optimismsepolia_DestinationTransfer_orderBy { id chainId transferId @@ -135988,16 +134644,16 @@ enum stagingbase_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingbase_Int8 +scalar optimismsepolia_Int8 -type stagingbase_OptimisticRootFinalized { +type optimismsepolia_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingbase_Bytes! + aggregateRoot: optimismsepolia_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingbase_OptimisticRootFinalized_filter { +input optimismsepolia_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -136006,16 +134662,16 @@ input stagingbase_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingbase_Bytes - aggregateRoot_not: stagingbase_Bytes - aggregateRoot_gt: stagingbase_Bytes - aggregateRoot_lt: stagingbase_Bytes - aggregateRoot_gte: stagingbase_Bytes - aggregateRoot_lte: stagingbase_Bytes - aggregateRoot_in: [stagingbase_Bytes!] - aggregateRoot_not_in: [stagingbase_Bytes!] - aggregateRoot_contains: stagingbase_Bytes - aggregateRoot_not_contains: stagingbase_Bytes + aggregateRoot: optimismsepolia_Bytes + aggregateRoot_not: optimismsepolia_Bytes + aggregateRoot_gt: optimismsepolia_Bytes + aggregateRoot_lt: optimismsepolia_Bytes + aggregateRoot_gte: optimismsepolia_Bytes + aggregateRoot_lte: optimismsepolia_Bytes + aggregateRoot_in: [optimismsepolia_Bytes!] + aggregateRoot_not_in: [optimismsepolia_Bytes!] + aggregateRoot_contains: optimismsepolia_Bytes + aggregateRoot_not_contains: optimismsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -136033,12 +134689,12 @@ input stagingbase_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_OptimisticRootFinalized_filter] - or: [stagingbase_OptimisticRootFinalized_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_OptimisticRootFinalized_filter] + or: [optimismsepolia_OptimisticRootFinalized_filter] } -enum stagingbase_OptimisticRootFinalized_orderBy { +enum optimismsepolia_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -136046,25 +134702,25 @@ enum stagingbase_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingbase_OrderDirection { +enum optimismsepolia_OrderDirection { asc desc } -type stagingbase_OriginMessage { +type optimismsepolia_OriginMessage { id: ID! - transferId: stagingbase_Bytes + transferId: optimismsepolia_Bytes destinationDomain: BigInt - leaf: stagingbase_Bytes + leaf: optimismsepolia_Bytes index: BigInt - message: stagingbase_Bytes - root: stagingbase_Bytes - transactionHash: stagingbase_Bytes + message: optimismsepolia_Bytes + root: optimismsepolia_Bytes + transactionHash: optimismsepolia_Bytes blockNumber: BigInt - rootCount: stagingbase_RootCount + rootCount: optimismsepolia_RootCount } -input stagingbase_OriginMessage_filter { +input optimismsepolia_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -136073,16 +134729,16 @@ input stagingbase_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingbase_Bytes - transferId_not: stagingbase_Bytes - transferId_gt: stagingbase_Bytes - transferId_lt: stagingbase_Bytes - transferId_gte: stagingbase_Bytes - transferId_lte: stagingbase_Bytes - transferId_in: [stagingbase_Bytes!] - transferId_not_in: [stagingbase_Bytes!] - transferId_contains: stagingbase_Bytes - transferId_not_contains: stagingbase_Bytes + transferId: optimismsepolia_Bytes + transferId_not: optimismsepolia_Bytes + transferId_gt: optimismsepolia_Bytes + transferId_lt: optimismsepolia_Bytes + transferId_gte: optimismsepolia_Bytes + transferId_lte: optimismsepolia_Bytes + transferId_in: [optimismsepolia_Bytes!] + transferId_not_in: [optimismsepolia_Bytes!] + transferId_contains: optimismsepolia_Bytes + transferId_not_contains: optimismsepolia_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -136091,16 +134747,16 @@ input stagingbase_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingbase_Bytes - leaf_not: stagingbase_Bytes - leaf_gt: stagingbase_Bytes - leaf_lt: stagingbase_Bytes - leaf_gte: stagingbase_Bytes - leaf_lte: stagingbase_Bytes - leaf_in: [stagingbase_Bytes!] - leaf_not_in: [stagingbase_Bytes!] - leaf_contains: stagingbase_Bytes - leaf_not_contains: stagingbase_Bytes + leaf: optimismsepolia_Bytes + leaf_not: optimismsepolia_Bytes + leaf_gt: optimismsepolia_Bytes + leaf_lt: optimismsepolia_Bytes + leaf_gte: optimismsepolia_Bytes + leaf_lte: optimismsepolia_Bytes + leaf_in: [optimismsepolia_Bytes!] + leaf_not_in: [optimismsepolia_Bytes!] + leaf_contains: optimismsepolia_Bytes + leaf_not_contains: optimismsepolia_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -136109,36 +134765,36 @@ input stagingbase_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingbase_Bytes - message_not: stagingbase_Bytes - message_gt: stagingbase_Bytes - message_lt: stagingbase_Bytes - message_gte: stagingbase_Bytes - message_lte: stagingbase_Bytes - message_in: [stagingbase_Bytes!] - message_not_in: [stagingbase_Bytes!] - message_contains: stagingbase_Bytes - message_not_contains: stagingbase_Bytes - root: stagingbase_Bytes - root_not: stagingbase_Bytes - root_gt: stagingbase_Bytes - root_lt: stagingbase_Bytes - root_gte: stagingbase_Bytes - root_lte: stagingbase_Bytes - root_in: [stagingbase_Bytes!] - root_not_in: [stagingbase_Bytes!] - root_contains: stagingbase_Bytes - root_not_contains: stagingbase_Bytes - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + message: optimismsepolia_Bytes + message_not: optimismsepolia_Bytes + message_gt: optimismsepolia_Bytes + message_lt: optimismsepolia_Bytes + message_gte: optimismsepolia_Bytes + message_lte: optimismsepolia_Bytes + message_in: [optimismsepolia_Bytes!] + message_not_in: [optimismsepolia_Bytes!] + message_contains: optimismsepolia_Bytes + message_not_contains: optimismsepolia_Bytes + root: optimismsepolia_Bytes + root_not: optimismsepolia_Bytes + root_gt: optimismsepolia_Bytes + root_lt: optimismsepolia_Bytes + root_gte: optimismsepolia_Bytes + root_lte: optimismsepolia_Bytes + root_in: [optimismsepolia_Bytes!] + root_not_in: [optimismsepolia_Bytes!] + root_contains: optimismsepolia_Bytes + root_not_contains: optimismsepolia_Bytes + transactionHash: optimismsepolia_Bytes + transactionHash_not: optimismsepolia_Bytes + transactionHash_gt: optimismsepolia_Bytes + transactionHash_lt: optimismsepolia_Bytes + transactionHash_gte: optimismsepolia_Bytes + transactionHash_lte: optimismsepolia_Bytes + transactionHash_in: [optimismsepolia_Bytes!] + transactionHash_not_in: [optimismsepolia_Bytes!] + transactionHash_contains: optimismsepolia_Bytes + transactionHash_not_contains: optimismsepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -136167,14 +134823,14 @@ input stagingbase_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingbase_RootCount_filter + rootCount_: optimismsepolia_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_OriginMessage_filter] - or: [stagingbase_OriginMessage_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_OriginMessage_filter] + or: [optimismsepolia_OriginMessage_filter] } -enum stagingbase_OriginMessage_orderBy { +enum optimismsepolia_OriginMessage_orderBy { id transferId destinationDomain @@ -136189,42 +134845,42 @@ enum stagingbase_OriginMessage_orderBy { rootCount__count } -type stagingbase_OriginTransfer { +type optimismsepolia_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingbase_Bytes + transferId: optimismsepolia_Bytes nonce: BigInt - status: stagingbase_TransferStatus - messageHash: stagingbase_Bytes + status: optimismsepolia_TransferStatus + messageHash: optimismsepolia_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingbase_Bytes - delegate: stagingbase_Bytes + to: optimismsepolia_Bytes + delegate: optimismsepolia_Bytes receiveLocal: Boolean - callData: stagingbase_Bytes + callData: optimismsepolia_Bytes slippage: BigInt - originSender: stagingbase_Bytes + originSender: optimismsepolia_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbase_Bytes - asset: stagingbase_Asset - transactingAsset: stagingbase_Bytes - message: stagingbase_OriginMessage + canonicalId: optimismsepolia_Bytes + asset: optimismsepolia_Asset + transactingAsset: optimismsepolia_Bytes + message: optimismsepolia_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingbase_RelayerFee_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_RelayerFee_filter): [stagingbase_RelayerFee!] - initialRelayerFeeAsset: stagingbase_Bytes - caller: stagingbase_Bytes - transactionHash: stagingbase_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_RelayerFee_orderBy, orderDirection: optimismsepolia_OrderDirection, where: optimismsepolia_RelayerFee_filter): [optimismsepolia_RelayerFee!] + initialRelayerFeeAsset: optimismsepolia_Bytes + caller: optimismsepolia_Bytes + transactionHash: optimismsepolia_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingbase_Bytes + txOrigin: optimismsepolia_Bytes txNonce: BigInt } -input stagingbase_OriginTransfer_filter { +input optimismsepolia_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -136241,16 +134897,16 @@ input stagingbase_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingbase_Bytes - transferId_not: stagingbase_Bytes - transferId_gt: stagingbase_Bytes - transferId_lt: stagingbase_Bytes - transferId_gte: stagingbase_Bytes - transferId_lte: stagingbase_Bytes - transferId_in: [stagingbase_Bytes!] - transferId_not_in: [stagingbase_Bytes!] - transferId_contains: stagingbase_Bytes - transferId_not_contains: stagingbase_Bytes + transferId: optimismsepolia_Bytes + transferId_not: optimismsepolia_Bytes + transferId_gt: optimismsepolia_Bytes + transferId_lt: optimismsepolia_Bytes + transferId_gte: optimismsepolia_Bytes + transferId_lte: optimismsepolia_Bytes + transferId_in: [optimismsepolia_Bytes!] + transferId_not_in: [optimismsepolia_Bytes!] + transferId_contains: optimismsepolia_Bytes + transferId_not_contains: optimismsepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -136259,20 +134915,20 @@ input stagingbase_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingbase_TransferStatus - status_not: stagingbase_TransferStatus - status_in: [stagingbase_TransferStatus!] - status_not_in: [stagingbase_TransferStatus!] - messageHash: stagingbase_Bytes - messageHash_not: stagingbase_Bytes - messageHash_gt: stagingbase_Bytes - messageHash_lt: stagingbase_Bytes - messageHash_gte: stagingbase_Bytes - messageHash_lte: stagingbase_Bytes - messageHash_in: [stagingbase_Bytes!] - messageHash_not_in: [stagingbase_Bytes!] - messageHash_contains: stagingbase_Bytes - messageHash_not_contains: stagingbase_Bytes + status: optimismsepolia_TransferStatus + status_not: optimismsepolia_TransferStatus + status_in: [optimismsepolia_TransferStatus!] + status_not_in: [optimismsepolia_TransferStatus!] + messageHash: optimismsepolia_Bytes + messageHash_not: optimismsepolia_Bytes + messageHash_gt: optimismsepolia_Bytes + messageHash_lt: optimismsepolia_Bytes + messageHash_gte: optimismsepolia_Bytes + messageHash_lte: optimismsepolia_Bytes + messageHash_in: [optimismsepolia_Bytes!] + messageHash_not_in: [optimismsepolia_Bytes!] + messageHash_contains: optimismsepolia_Bytes + messageHash_not_contains: optimismsepolia_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -136297,40 +134953,40 @@ input stagingbase_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingbase_Bytes - to_not: stagingbase_Bytes - to_gt: stagingbase_Bytes - to_lt: stagingbase_Bytes - to_gte: stagingbase_Bytes - to_lte: stagingbase_Bytes - to_in: [stagingbase_Bytes!] - to_not_in: [stagingbase_Bytes!] - to_contains: stagingbase_Bytes - to_not_contains: stagingbase_Bytes - delegate: stagingbase_Bytes - delegate_not: stagingbase_Bytes - delegate_gt: stagingbase_Bytes - delegate_lt: stagingbase_Bytes - delegate_gte: stagingbase_Bytes - delegate_lte: stagingbase_Bytes - delegate_in: [stagingbase_Bytes!] - delegate_not_in: [stagingbase_Bytes!] - delegate_contains: stagingbase_Bytes - delegate_not_contains: stagingbase_Bytes + to: optimismsepolia_Bytes + to_not: optimismsepolia_Bytes + to_gt: optimismsepolia_Bytes + to_lt: optimismsepolia_Bytes + to_gte: optimismsepolia_Bytes + to_lte: optimismsepolia_Bytes + to_in: [optimismsepolia_Bytes!] + to_not_in: [optimismsepolia_Bytes!] + to_contains: optimismsepolia_Bytes + to_not_contains: optimismsepolia_Bytes + delegate: optimismsepolia_Bytes + delegate_not: optimismsepolia_Bytes + delegate_gt: optimismsepolia_Bytes + delegate_lt: optimismsepolia_Bytes + delegate_gte: optimismsepolia_Bytes + delegate_lte: optimismsepolia_Bytes + delegate_in: [optimismsepolia_Bytes!] + delegate_not_in: [optimismsepolia_Bytes!] + delegate_contains: optimismsepolia_Bytes + delegate_not_contains: optimismsepolia_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingbase_Bytes - callData_not: stagingbase_Bytes - callData_gt: stagingbase_Bytes - callData_lt: stagingbase_Bytes - callData_gte: stagingbase_Bytes - callData_lte: stagingbase_Bytes - callData_in: [stagingbase_Bytes!] - callData_not_in: [stagingbase_Bytes!] - callData_contains: stagingbase_Bytes - callData_not_contains: stagingbase_Bytes + callData: optimismsepolia_Bytes + callData_not: optimismsepolia_Bytes + callData_gt: optimismsepolia_Bytes + callData_lt: optimismsepolia_Bytes + callData_gte: optimismsepolia_Bytes + callData_lte: optimismsepolia_Bytes + callData_in: [optimismsepolia_Bytes!] + callData_not_in: [optimismsepolia_Bytes!] + callData_contains: optimismsepolia_Bytes + callData_not_contains: optimismsepolia_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -136339,16 +134995,16 @@ input stagingbase_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingbase_Bytes - originSender_not: stagingbase_Bytes - originSender_gt: stagingbase_Bytes - originSender_lt: stagingbase_Bytes - originSender_gte: stagingbase_Bytes - originSender_lte: stagingbase_Bytes - originSender_in: [stagingbase_Bytes!] - originSender_not_in: [stagingbase_Bytes!] - originSender_contains: stagingbase_Bytes - originSender_not_contains: stagingbase_Bytes + originSender: optimismsepolia_Bytes + originSender_not: optimismsepolia_Bytes + originSender_gt: optimismsepolia_Bytes + originSender_lt: optimismsepolia_Bytes + originSender_gte: optimismsepolia_Bytes + originSender_lte: optimismsepolia_Bytes + originSender_in: [optimismsepolia_Bytes!] + originSender_not_in: [optimismsepolia_Bytes!] + originSender_contains: optimismsepolia_Bytes + originSender_not_contains: optimismsepolia_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -136365,16 +135021,16 @@ input stagingbase_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingbase_Bytes - canonicalId_not: stagingbase_Bytes - canonicalId_gt: stagingbase_Bytes - canonicalId_lt: stagingbase_Bytes - canonicalId_gte: stagingbase_Bytes - canonicalId_lte: stagingbase_Bytes - canonicalId_in: [stagingbase_Bytes!] - canonicalId_not_in: [stagingbase_Bytes!] - canonicalId_contains: stagingbase_Bytes - canonicalId_not_contains: stagingbase_Bytes + canonicalId: optimismsepolia_Bytes + canonicalId_not: optimismsepolia_Bytes + canonicalId_gt: optimismsepolia_Bytes + canonicalId_lt: optimismsepolia_Bytes + canonicalId_gte: optimismsepolia_Bytes + canonicalId_lte: optimismsepolia_Bytes + canonicalId_in: [optimismsepolia_Bytes!] + canonicalId_not_in: [optimismsepolia_Bytes!] + canonicalId_contains: optimismsepolia_Bytes + canonicalId_not_contains: optimismsepolia_Bytes asset: String asset_not: String asset_gt: String @@ -136395,17 +135051,17 @@ input stagingbase_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbase_Asset_filter - transactingAsset: stagingbase_Bytes - transactingAsset_not: stagingbase_Bytes - transactingAsset_gt: stagingbase_Bytes - transactingAsset_lt: stagingbase_Bytes - transactingAsset_gte: stagingbase_Bytes - transactingAsset_lte: stagingbase_Bytes - transactingAsset_in: [stagingbase_Bytes!] - transactingAsset_not_in: [stagingbase_Bytes!] - transactingAsset_contains: stagingbase_Bytes - transactingAsset_not_contains: stagingbase_Bytes + asset_: optimismsepolia_Asset_filter + transactingAsset: optimismsepolia_Bytes + transactingAsset_not: optimismsepolia_Bytes + transactingAsset_gt: optimismsepolia_Bytes + transactingAsset_lt: optimismsepolia_Bytes + transactingAsset_gte: optimismsepolia_Bytes + transactingAsset_lte: optimismsepolia_Bytes + transactingAsset_in: [optimismsepolia_Bytes!] + transactingAsset_not_in: [optimismsepolia_Bytes!] + transactingAsset_contains: optimismsepolia_Bytes + transactingAsset_not_contains: optimismsepolia_Bytes message: String message_not: String message_gt: String @@ -136426,7 +135082,7 @@ input stagingbase_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingbase_OriginMessage_filter + message_: optimismsepolia_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -136441,37 +135097,37 @@ input stagingbase_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingbase_RelayerFee_filter - initialRelayerFeeAsset: stagingbase_Bytes - initialRelayerFeeAsset_not: stagingbase_Bytes - initialRelayerFeeAsset_gt: stagingbase_Bytes - initialRelayerFeeAsset_lt: stagingbase_Bytes - initialRelayerFeeAsset_gte: stagingbase_Bytes - initialRelayerFeeAsset_lte: stagingbase_Bytes - initialRelayerFeeAsset_in: [stagingbase_Bytes!] - initialRelayerFeeAsset_not_in: [stagingbase_Bytes!] - initialRelayerFeeAsset_contains: stagingbase_Bytes - initialRelayerFeeAsset_not_contains: stagingbase_Bytes - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + relayerFees_: optimismsepolia_RelayerFee_filter + initialRelayerFeeAsset: optimismsepolia_Bytes + initialRelayerFeeAsset_not: optimismsepolia_Bytes + initialRelayerFeeAsset_gt: optimismsepolia_Bytes + initialRelayerFeeAsset_lt: optimismsepolia_Bytes + initialRelayerFeeAsset_gte: optimismsepolia_Bytes + initialRelayerFeeAsset_lte: optimismsepolia_Bytes + initialRelayerFeeAsset_in: [optimismsepolia_Bytes!] + initialRelayerFeeAsset_not_in: [optimismsepolia_Bytes!] + initialRelayerFeeAsset_contains: optimismsepolia_Bytes + initialRelayerFeeAsset_not_contains: optimismsepolia_Bytes + caller: optimismsepolia_Bytes + caller_not: optimismsepolia_Bytes + caller_gt: optimismsepolia_Bytes + caller_lt: optimismsepolia_Bytes + caller_gte: optimismsepolia_Bytes + caller_lte: optimismsepolia_Bytes + caller_in: [optimismsepolia_Bytes!] + caller_not_in: [optimismsepolia_Bytes!] + caller_contains: optimismsepolia_Bytes + caller_not_contains: optimismsepolia_Bytes + transactionHash: optimismsepolia_Bytes + transactionHash_not: optimismsepolia_Bytes + transactionHash_gt: optimismsepolia_Bytes + transactionHash_lt: optimismsepolia_Bytes + transactionHash_gte: optimismsepolia_Bytes + transactionHash_lte: optimismsepolia_Bytes + transactionHash_in: [optimismsepolia_Bytes!] + transactionHash_not_in: [optimismsepolia_Bytes!] + transactionHash_contains: optimismsepolia_Bytes + transactionHash_not_contains: optimismsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -136504,16 +135160,16 @@ input stagingbase_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingbase_Bytes - txOrigin_not: stagingbase_Bytes - txOrigin_gt: stagingbase_Bytes - txOrigin_lt: stagingbase_Bytes - txOrigin_gte: stagingbase_Bytes - txOrigin_lte: stagingbase_Bytes - txOrigin_in: [stagingbase_Bytes!] - txOrigin_not_in: [stagingbase_Bytes!] - txOrigin_contains: stagingbase_Bytes - txOrigin_not_contains: stagingbase_Bytes + txOrigin: optimismsepolia_Bytes + txOrigin_not: optimismsepolia_Bytes + txOrigin_gt: optimismsepolia_Bytes + txOrigin_lt: optimismsepolia_Bytes + txOrigin_gte: optimismsepolia_Bytes + txOrigin_lte: optimismsepolia_Bytes + txOrigin_in: [optimismsepolia_Bytes!] + txOrigin_not_in: [optimismsepolia_Bytes!] + txOrigin_contains: optimismsepolia_Bytes + txOrigin_not_contains: optimismsepolia_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -136523,12 +135179,12 @@ input stagingbase_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_OriginTransfer_filter] - or: [stagingbase_OriginTransfer_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_OriginTransfer_filter] + or: [optimismsepolia_OriginTransfer_filter] } -enum stagingbase_OriginTransfer_orderBy { +enum optimismsepolia_OriginTransfer_orderBy { id chainId transferId @@ -136581,20 +135237,20 @@ enum stagingbase_OriginTransfer_orderBy { txNonce } -type stagingbase_Relayer { +type optimismsepolia_Relayer { id: ID! isActive: Boolean! - relayer: stagingbase_Bytes + relayer: optimismsepolia_Bytes } -type stagingbase_RelayerFee { +type optimismsepolia_RelayerFee { id: ID! - transfer: stagingbase_OriginTransfer! + transfer: optimismsepolia_OriginTransfer! fee: BigInt! - asset: stagingbase_Bytes! + asset: optimismsepolia_Bytes! } -input stagingbase_RelayerFee_filter { +input optimismsepolia_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -136623,7 +135279,7 @@ input stagingbase_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingbase_OriginTransfer_filter + transfer_: optimismsepolia_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -136632,23 +135288,23 @@ input stagingbase_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingbase_Bytes - asset_not: stagingbase_Bytes - asset_gt: stagingbase_Bytes - asset_lt: stagingbase_Bytes - asset_gte: stagingbase_Bytes - asset_lte: stagingbase_Bytes - asset_in: [stagingbase_Bytes!] - asset_not_in: [stagingbase_Bytes!] - asset_contains: stagingbase_Bytes - asset_not_contains: stagingbase_Bytes + asset: optimismsepolia_Bytes + asset_not: optimismsepolia_Bytes + asset_gt: optimismsepolia_Bytes + asset_lt: optimismsepolia_Bytes + asset_gte: optimismsepolia_Bytes + asset_lte: optimismsepolia_Bytes + asset_in: [optimismsepolia_Bytes!] + asset_not_in: [optimismsepolia_Bytes!] + asset_contains: optimismsepolia_Bytes + asset_not_contains: optimismsepolia_Bytes """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RelayerFee_filter] - or: [stagingbase_RelayerFee_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RelayerFee_filter] + or: [optimismsepolia_RelayerFee_filter] } -enum stagingbase_RelayerFee_orderBy { +enum optimismsepolia_RelayerFee_orderBy { id transfer transfer__id @@ -136684,20 +135340,20 @@ enum stagingbase_RelayerFee_orderBy { asset } -type stagingbase_RelayerFeesIncrease { +type optimismsepolia_RelayerFeesIncrease { id: ID! - transfer: stagingbase_OriginTransfer! + transfer: optimismsepolia_OriginTransfer! increase: BigInt - asset: stagingbase_Bytes - caller: stagingbase_Bytes! - transactionHash: stagingbase_Bytes! + asset: optimismsepolia_Bytes + caller: optimismsepolia_Bytes! + transactionHash: optimismsepolia_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbase_RelayerFeesIncrease_filter { +input optimismsepolia_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -136726,7 +135382,7 @@ input stagingbase_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingbase_OriginTransfer_filter + transfer_: optimismsepolia_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -136735,36 +135391,36 @@ input stagingbase_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingbase_Bytes - asset_not: stagingbase_Bytes - asset_gt: stagingbase_Bytes - asset_lt: stagingbase_Bytes - asset_gte: stagingbase_Bytes - asset_lte: stagingbase_Bytes - asset_in: [stagingbase_Bytes!] - asset_not_in: [stagingbase_Bytes!] - asset_contains: stagingbase_Bytes - asset_not_contains: stagingbase_Bytes - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + asset: optimismsepolia_Bytes + asset_not: optimismsepolia_Bytes + asset_gt: optimismsepolia_Bytes + asset_lt: optimismsepolia_Bytes + asset_gte: optimismsepolia_Bytes + asset_lte: optimismsepolia_Bytes + asset_in: [optimismsepolia_Bytes!] + asset_not_in: [optimismsepolia_Bytes!] + asset_contains: optimismsepolia_Bytes + asset_not_contains: optimismsepolia_Bytes + caller: optimismsepolia_Bytes + caller_not: optimismsepolia_Bytes + caller_gt: optimismsepolia_Bytes + caller_lt: optimismsepolia_Bytes + caller_gte: optimismsepolia_Bytes + caller_lte: optimismsepolia_Bytes + caller_in: [optimismsepolia_Bytes!] + caller_not_in: [optimismsepolia_Bytes!] + caller_contains: optimismsepolia_Bytes + caller_not_contains: optimismsepolia_Bytes + transactionHash: optimismsepolia_Bytes + transactionHash_not: optimismsepolia_Bytes + transactionHash_gt: optimismsepolia_Bytes + transactionHash_lt: optimismsepolia_Bytes + transactionHash_gte: optimismsepolia_Bytes + transactionHash_lte: optimismsepolia_Bytes + transactionHash_in: [optimismsepolia_Bytes!] + transactionHash_not_in: [optimismsepolia_Bytes!] + transactionHash_contains: optimismsepolia_Bytes + transactionHash_not_contains: optimismsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -136798,12 +135454,12 @@ input stagingbase_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RelayerFeesIncrease_filter] - or: [stagingbase_RelayerFeesIncrease_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RelayerFeesIncrease_filter] + or: [optimismsepolia_RelayerFeesIncrease_filter] } -enum stagingbase_RelayerFeesIncrease_orderBy { +enum optimismsepolia_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -136845,47 +135501,47 @@ enum stagingbase_RelayerFeesIncrease_orderBy { blockNumber } -input stagingbase_Relayer_filter { +input optimismsepolia_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: stagingbase_Bytes - relayer_not: stagingbase_Bytes - relayer_gt: stagingbase_Bytes - relayer_lt: stagingbase_Bytes - relayer_gte: stagingbase_Bytes - relayer_lte: stagingbase_Bytes - relayer_in: [stagingbase_Bytes!] - relayer_not_in: [stagingbase_Bytes!] - relayer_contains: stagingbase_Bytes - relayer_not_contains: stagingbase_Bytes + 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: optimismsepolia_Bytes + relayer_not: optimismsepolia_Bytes + relayer_gt: optimismsepolia_Bytes + relayer_lt: optimismsepolia_Bytes + relayer_gte: optimismsepolia_Bytes + relayer_lte: optimismsepolia_Bytes + relayer_in: [optimismsepolia_Bytes!] + relayer_not_in: [optimismsepolia_Bytes!] + relayer_contains: optimismsepolia_Bytes + relayer_not_contains: optimismsepolia_Bytes """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_Relayer_filter] - or: [stagingbase_Relayer_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_Relayer_filter] + or: [optimismsepolia_Relayer_filter] } -enum stagingbase_Relayer_orderBy { +enum optimismsepolia_Relayer_orderBy { id isActive relayer } -type stagingbase_RootCount { +type optimismsepolia_RootCount { id: ID! count: BigInt } -input stagingbase_RootCount_filter { +input optimismsepolia_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -136903,31 +135559,31 @@ input stagingbase_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RootCount_filter] - or: [stagingbase_RootCount_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RootCount_filter] + or: [optimismsepolia_RootCount_filter] } -enum stagingbase_RootCount_orderBy { +enum optimismsepolia_RootCount_orderBy { id count } -type stagingbase_RootMessageSent { +type optimismsepolia_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingbase_Bytes + root: optimismsepolia_Bytes count: BigInt - caller: stagingbase_Bytes - transactionHash: stagingbase_Bytes + caller: optimismsepolia_Bytes + transactionHash: optimismsepolia_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingbase_RootMessageSent_filter { +input optimismsepolia_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -136952,16 +135608,16 @@ input stagingbase_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingbase_Bytes - root_not: stagingbase_Bytes - root_gt: stagingbase_Bytes - root_lt: stagingbase_Bytes - root_gte: stagingbase_Bytes - root_lte: stagingbase_Bytes - root_in: [stagingbase_Bytes!] - root_not_in: [stagingbase_Bytes!] - root_contains: stagingbase_Bytes - root_not_contains: stagingbase_Bytes + root: optimismsepolia_Bytes + root_not: optimismsepolia_Bytes + root_gt: optimismsepolia_Bytes + root_lt: optimismsepolia_Bytes + root_gte: optimismsepolia_Bytes + root_lte: optimismsepolia_Bytes + root_in: [optimismsepolia_Bytes!] + root_not_in: [optimismsepolia_Bytes!] + root_contains: optimismsepolia_Bytes + root_not_contains: optimismsepolia_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -136970,26 +135626,26 @@ input stagingbase_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + caller: optimismsepolia_Bytes + caller_not: optimismsepolia_Bytes + caller_gt: optimismsepolia_Bytes + caller_lt: optimismsepolia_Bytes + caller_gte: optimismsepolia_Bytes + caller_lte: optimismsepolia_Bytes + caller_in: [optimismsepolia_Bytes!] + caller_not_in: [optimismsepolia_Bytes!] + caller_contains: optimismsepolia_Bytes + caller_not_contains: optimismsepolia_Bytes + transactionHash: optimismsepolia_Bytes + transactionHash_not: optimismsepolia_Bytes + transactionHash_gt: optimismsepolia_Bytes + transactionHash_lt: optimismsepolia_Bytes + transactionHash_gte: optimismsepolia_Bytes + transactionHash_lte: optimismsepolia_Bytes + transactionHash_in: [optimismsepolia_Bytes!] + transactionHash_not_in: [optimismsepolia_Bytes!] + transactionHash_contains: optimismsepolia_Bytes + transactionHash_not_contains: optimismsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -137023,12 +135679,12 @@ input stagingbase_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RootMessageSent_filter] - or: [stagingbase_RootMessageSent_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RootMessageSent_filter] + or: [optimismsepolia_RootMessageSent_filter] } -enum stagingbase_RootMessageSent_orderBy { +enum optimismsepolia_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -137042,25 +135698,25 @@ enum stagingbase_RootMessageSent_orderBy { blockNumber } -type stagingbase_Router { +type optimismsepolia_Router { id: ID! isActive: Boolean! - owner: stagingbase_Bytes - recipient: stagingbase_Bytes - proposedOwner: stagingbase_Bytes + owner: optimismsepolia_Bytes + recipient: optimismsepolia_Bytes + proposedOwner: optimismsepolia_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingbase_AssetBalance_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_AssetBalance_filter): [stagingbase_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_AssetBalance_orderBy, orderDirection: optimismsepolia_OrderDirection, where: optimismsepolia_AssetBalance_filter): [optimismsepolia_AssetBalance!]! } -type stagingbase_RouterDailyTVL { +type optimismsepolia_RouterDailyTVL { id: ID! - router: stagingbase_Router! - asset: stagingbase_Asset! + router: optimismsepolia_Router! + asset: optimismsepolia_Asset! timestamp: BigInt! balance: BigInt! } -input stagingbase_RouterDailyTVL_filter { +input optimismsepolia_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -137089,7 +135745,7 @@ input stagingbase_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingbase_Router_filter + router_: optimismsepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -137110,7 +135766,7 @@ input stagingbase_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbase_Asset_filter + asset_: optimismsepolia_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -137128,12 +135784,12 @@ input stagingbase_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RouterDailyTVL_filter] - or: [stagingbase_RouterDailyTVL_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RouterDailyTVL_filter] + or: [optimismsepolia_RouterDailyTVL_filter] } -enum stagingbase_RouterDailyTVL_orderBy { +enum optimismsepolia_RouterDailyTVL_orderBy { id router router__id @@ -137156,26 +135812,26 @@ enum stagingbase_RouterDailyTVL_orderBy { balance } -type stagingbase_RouterLiquidityEvent { +type optimismsepolia_RouterLiquidityEvent { id: ID! - type: stagingbase_RouterLiquidityEventType - router: stagingbase_Router! - asset: stagingbase_Asset! + type: optimismsepolia_RouterLiquidityEventType + router: optimismsepolia_Router! + asset: optimismsepolia_Asset! amount: BigInt! balance: BigInt! - caller: stagingbase_Bytes + caller: optimismsepolia_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingbase_Bytes! + transactionHash: optimismsepolia_Bytes! nonce: BigInt! } -enum stagingbase_RouterLiquidityEventType { +enum optimismsepolia_RouterLiquidityEventType { Add Remove } -input stagingbase_RouterLiquidityEvent_filter { +input optimismsepolia_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -137184,10 +135840,10 @@ input stagingbase_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingbase_RouterLiquidityEventType - type_not: stagingbase_RouterLiquidityEventType - type_in: [stagingbase_RouterLiquidityEventType!] - type_not_in: [stagingbase_RouterLiquidityEventType!] + type: optimismsepolia_RouterLiquidityEventType + type_not: optimismsepolia_RouterLiquidityEventType + type_in: [optimismsepolia_RouterLiquidityEventType!] + type_not_in: [optimismsepolia_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -137208,7 +135864,7 @@ input stagingbase_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingbase_Router_filter + router_: optimismsepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -137229,7 +135885,7 @@ input stagingbase_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbase_Asset_filter + asset_: optimismsepolia_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -137246,16 +135902,16 @@ input stagingbase_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes + caller: optimismsepolia_Bytes + caller_not: optimismsepolia_Bytes + caller_gt: optimismsepolia_Bytes + caller_lt: optimismsepolia_Bytes + caller_gte: optimismsepolia_Bytes + caller_lte: optimismsepolia_Bytes + caller_in: [optimismsepolia_Bytes!] + caller_not_in: [optimismsepolia_Bytes!] + caller_contains: optimismsepolia_Bytes + caller_not_contains: optimismsepolia_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -137272,16 +135928,16 @@ input stagingbase_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + transactionHash: optimismsepolia_Bytes + transactionHash_not: optimismsepolia_Bytes + transactionHash_gt: optimismsepolia_Bytes + transactionHash_lt: optimismsepolia_Bytes + transactionHash_gte: optimismsepolia_Bytes + transactionHash_lte: optimismsepolia_Bytes + transactionHash_in: [optimismsepolia_Bytes!] + transactionHash_not_in: [optimismsepolia_Bytes!] + transactionHash_contains: optimismsepolia_Bytes + transactionHash_not_contains: optimismsepolia_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -137291,12 +135947,12 @@ input stagingbase_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_RouterLiquidityEvent_filter] - or: [stagingbase_RouterLiquidityEvent_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RouterLiquidityEvent_filter] + or: [optimismsepolia_RouterLiquidityEvent_filter] } -enum stagingbase_RouterLiquidityEvent_orderBy { +enum optimismsepolia_RouterLiquidityEvent_orderBy { id type router @@ -137325,7 +135981,7 @@ enum stagingbase_RouterLiquidityEvent_orderBy { nonce } -input stagingbase_Router_filter { +input optimismsepolia_Router_filter { id: ID id_not: ID id_gt: ID @@ -137338,36 +135994,36 @@ input stagingbase_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingbase_Bytes - owner_not: stagingbase_Bytes - owner_gt: stagingbase_Bytes - owner_lt: stagingbase_Bytes - owner_gte: stagingbase_Bytes - owner_lte: stagingbase_Bytes - owner_in: [stagingbase_Bytes!] - owner_not_in: [stagingbase_Bytes!] - owner_contains: stagingbase_Bytes - owner_not_contains: stagingbase_Bytes - recipient: stagingbase_Bytes - recipient_not: stagingbase_Bytes - recipient_gt: stagingbase_Bytes - recipient_lt: stagingbase_Bytes - recipient_gte: stagingbase_Bytes - recipient_lte: stagingbase_Bytes - recipient_in: [stagingbase_Bytes!] - recipient_not_in: [stagingbase_Bytes!] - recipient_contains: stagingbase_Bytes - recipient_not_contains: stagingbase_Bytes - proposedOwner: stagingbase_Bytes - proposedOwner_not: stagingbase_Bytes - proposedOwner_gt: stagingbase_Bytes - proposedOwner_lt: stagingbase_Bytes - proposedOwner_gte: stagingbase_Bytes - proposedOwner_lte: stagingbase_Bytes - proposedOwner_in: [stagingbase_Bytes!] - proposedOwner_not_in: [stagingbase_Bytes!] - proposedOwner_contains: stagingbase_Bytes - proposedOwner_not_contains: stagingbase_Bytes + owner: optimismsepolia_Bytes + owner_not: optimismsepolia_Bytes + owner_gt: optimismsepolia_Bytes + owner_lt: optimismsepolia_Bytes + owner_gte: optimismsepolia_Bytes + owner_lte: optimismsepolia_Bytes + owner_in: [optimismsepolia_Bytes!] + owner_not_in: [optimismsepolia_Bytes!] + owner_contains: optimismsepolia_Bytes + owner_not_contains: optimismsepolia_Bytes + recipient: optimismsepolia_Bytes + recipient_not: optimismsepolia_Bytes + recipient_gt: optimismsepolia_Bytes + recipient_lt: optimismsepolia_Bytes + recipient_gte: optimismsepolia_Bytes + recipient_lte: optimismsepolia_Bytes + recipient_in: [optimismsepolia_Bytes!] + recipient_not_in: [optimismsepolia_Bytes!] + recipient_contains: optimismsepolia_Bytes + recipient_not_contains: optimismsepolia_Bytes + proposedOwner: optimismsepolia_Bytes + proposedOwner_not: optimismsepolia_Bytes + proposedOwner_gt: optimismsepolia_Bytes + proposedOwner_lt: optimismsepolia_Bytes + proposedOwner_gte: optimismsepolia_Bytes + proposedOwner_lte: optimismsepolia_Bytes + proposedOwner_in: [optimismsepolia_Bytes!] + proposedOwner_not_in: [optimismsepolia_Bytes!] + proposedOwner_contains: optimismsepolia_Bytes + proposedOwner_not_contains: optimismsepolia_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -137376,14 +136032,14 @@ input stagingbase_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingbase_AssetBalance_filter + assetBalances_: optimismsepolia_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_Router_filter] - or: [stagingbase_Router_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_Router_filter] + or: [optimismsepolia_Router_filter] } -enum stagingbase_Router_orderBy { +enum optimismsepolia_Router_orderBy { id isActive owner @@ -137393,13 +136049,13 @@ enum stagingbase_Router_orderBy { assetBalances } -type stagingbase_Sequencer { +type optimismsepolia_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingbase_Bytes + sequencer: optimismsepolia_Bytes } -input stagingbase_Sequencer_filter { +input optimismsepolia_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -137412,35 +136068,35 @@ input stagingbase_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingbase_Bytes - sequencer_not: stagingbase_Bytes - sequencer_gt: stagingbase_Bytes - sequencer_lt: stagingbase_Bytes - sequencer_gte: stagingbase_Bytes - sequencer_lte: stagingbase_Bytes - sequencer_in: [stagingbase_Bytes!] - sequencer_not_in: [stagingbase_Bytes!] - sequencer_contains: stagingbase_Bytes - sequencer_not_contains: stagingbase_Bytes + sequencer: optimismsepolia_Bytes + sequencer_not: optimismsepolia_Bytes + sequencer_gt: optimismsepolia_Bytes + sequencer_lt: optimismsepolia_Bytes + sequencer_gte: optimismsepolia_Bytes + sequencer_lte: optimismsepolia_Bytes + sequencer_in: [optimismsepolia_Bytes!] + sequencer_not_in: [optimismsepolia_Bytes!] + sequencer_contains: optimismsepolia_Bytes + sequencer_not_contains: optimismsepolia_Bytes """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_Sequencer_filter] - or: [stagingbase_Sequencer_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_Sequencer_filter] + or: [optimismsepolia_Sequencer_filter] } -enum stagingbase_Sequencer_orderBy { +enum optimismsepolia_Sequencer_orderBy { id isActive sequencer } -type stagingbase_Setting { +type optimismsepolia_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingbase_Bytes! + caller: optimismsepolia_Bytes! } -input stagingbase_Setting_filter { +input optimismsepolia_Setting_filter { id: ID id_not: ID id_gt: ID @@ -137457,41 +136113,41 @@ input stagingbase_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes + caller: optimismsepolia_Bytes + caller_not: optimismsepolia_Bytes + caller_gt: optimismsepolia_Bytes + caller_lt: optimismsepolia_Bytes + caller_gte: optimismsepolia_Bytes + caller_lte: optimismsepolia_Bytes + caller_in: [optimismsepolia_Bytes!] + caller_not_in: [optimismsepolia_Bytes!] + caller_contains: optimismsepolia_Bytes + caller_not_contains: optimismsepolia_Bytes """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_Setting_filter] - or: [stagingbase_Setting_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_Setting_filter] + or: [optimismsepolia_Setting_filter] } -enum stagingbase_Setting_orderBy { +enum optimismsepolia_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingbase_SlippageUpdate { +type optimismsepolia_SlippageUpdate { id: ID! - transfer: stagingbase_DestinationTransfer! + transfer: optimismsepolia_DestinationTransfer! slippage: BigInt! - caller: stagingbase_Bytes! - transactionHash: stagingbase_Bytes! + caller: optimismsepolia_Bytes! + transactionHash: optimismsepolia_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbase_SlippageUpdate_filter { +input optimismsepolia_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -137520,7 +136176,7 @@ input stagingbase_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingbase_DestinationTransfer_filter + transfer_: optimismsepolia_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -137529,26 +136185,26 @@ input stagingbase_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingbase_Bytes - caller_not: stagingbase_Bytes - caller_gt: stagingbase_Bytes - caller_lt: stagingbase_Bytes - caller_gte: stagingbase_Bytes - caller_lte: stagingbase_Bytes - caller_in: [stagingbase_Bytes!] - caller_not_in: [stagingbase_Bytes!] - caller_contains: stagingbase_Bytes - caller_not_contains: stagingbase_Bytes - transactionHash: stagingbase_Bytes - transactionHash_not: stagingbase_Bytes - transactionHash_gt: stagingbase_Bytes - transactionHash_lt: stagingbase_Bytes - transactionHash_gte: stagingbase_Bytes - transactionHash_lte: stagingbase_Bytes - transactionHash_in: [stagingbase_Bytes!] - transactionHash_not_in: [stagingbase_Bytes!] - transactionHash_contains: stagingbase_Bytes - transactionHash_not_contains: stagingbase_Bytes + caller: optimismsepolia_Bytes + caller_not: optimismsepolia_Bytes + caller_gt: optimismsepolia_Bytes + caller_lt: optimismsepolia_Bytes + caller_gte: optimismsepolia_Bytes + caller_lte: optimismsepolia_Bytes + caller_in: [optimismsepolia_Bytes!] + caller_not_in: [optimismsepolia_Bytes!] + caller_contains: optimismsepolia_Bytes + caller_not_contains: optimismsepolia_Bytes + transactionHash: optimismsepolia_Bytes + transactionHash_not: optimismsepolia_Bytes + transactionHash_gt: optimismsepolia_Bytes + transactionHash_lt: optimismsepolia_Bytes + transactionHash_gte: optimismsepolia_Bytes + transactionHash_lte: optimismsepolia_Bytes + transactionHash_in: [optimismsepolia_Bytes!] + transactionHash_not_in: [optimismsepolia_Bytes!] + transactionHash_contains: optimismsepolia_Bytes + transactionHash_not_contains: optimismsepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -137582,12 +136238,12 @@ input stagingbase_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_SlippageUpdate_filter] - or: [stagingbase_SlippageUpdate_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_SlippageUpdate_filter] + or: [optimismsepolia_SlippageUpdate_filter] } -enum stagingbase_SlippageUpdate_orderBy { +enum optimismsepolia_SlippageUpdate_orderBy { id transfer transfer__id @@ -137635,16 +136291,16 @@ enum stagingbase_SlippageUpdate_orderBy { blockNumber } -type stagingbase_SnapshotRoot { +type optimismsepolia_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingbase_Bytes! + root: optimismsepolia_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingbase_SnapshotRoot_filter { +input optimismsepolia_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -137661,16 +136317,16 @@ input stagingbase_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingbase_Bytes - root_not: stagingbase_Bytes - root_gt: stagingbase_Bytes - root_lt: stagingbase_Bytes - root_gte: stagingbase_Bytes - root_lte: stagingbase_Bytes - root_in: [stagingbase_Bytes!] - root_not_in: [stagingbase_Bytes!] - root_contains: stagingbase_Bytes - root_not_contains: stagingbase_Bytes + root: optimismsepolia_Bytes + root_not: optimismsepolia_Bytes + root_gt: optimismsepolia_Bytes + root_lt: optimismsepolia_Bytes + root_gte: optimismsepolia_Bytes + root_lte: optimismsepolia_Bytes + root_in: [optimismsepolia_Bytes!] + root_not_in: [optimismsepolia_Bytes!] + root_contains: optimismsepolia_Bytes + root_not_contains: optimismsepolia_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -137696,12 +136352,12 @@ input stagingbase_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_SnapshotRoot_filter] - or: [stagingbase_SnapshotRoot_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_SnapshotRoot_filter] + or: [optimismsepolia_SnapshotRoot_filter] } -enum stagingbase_SnapshotRoot_orderBy { +enum optimismsepolia_SnapshotRoot_orderBy { id spokeDomain root @@ -137710,12 +136366,12 @@ enum stagingbase_SnapshotRoot_orderBy { blockNumber } -type stagingbase_SpokeConnectorMode { +type optimismsepolia_SpokeConnectorMode { id: ID! mode: String! } -input stagingbase_SpokeConnectorMode_filter { +input optimismsepolia_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -137745,17 +136401,17 @@ input stagingbase_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_SpokeConnectorMode_filter] - or: [stagingbase_SpokeConnectorMode_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_SpokeConnectorMode_filter] + or: [optimismsepolia_SpokeConnectorMode_filter] } -enum stagingbase_SpokeConnectorMode_orderBy { +enum optimismsepolia_SpokeConnectorMode_orderBy { id mode } -enum stagingbase_TransferStatus { +enum optimismsepolia_TransferStatus { XCalled Executed Reconciled @@ -137763,19 +136419,19 @@ enum stagingbase_TransferStatus { CompletedFast } -type stagingbase__Block_ { +type optimismsepolia__Block_ { """The hash of the block""" - hash: stagingbase_Bytes + hash: optimismsepolia_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: stagingbase_Bytes + parentHash: optimismsepolia_Bytes } """The type for the top-level _meta field""" -type stagingbase__Meta_ { +type optimismsepolia__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -137783,22 +136439,22 @@ type stagingbase__Meta_ { and therefore asks for the latest block """ - block: stagingbase__Block_! + block: optimismsepolia__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type metis_AggregateRoot { +type zksync_AggregateRoot { id: ID! - root: metis_Bytes! + root: zksync_Bytes! blockNumber: BigInt! } -type metis_AggregateRootProposed { +type zksync_AggregateRootProposed { id: ID! - aggregateRoot: metis_Bytes! + aggregateRoot: zksync_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -137806,7 +136462,7 @@ type metis_AggregateRootProposed { blockNumber: BigInt } -input metis_AggregateRootProposed_filter { +input zksync_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -137815,16 +136471,16 @@ input metis_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: metis_Bytes - aggregateRoot_not: metis_Bytes - aggregateRoot_gt: metis_Bytes - aggregateRoot_lt: metis_Bytes - aggregateRoot_gte: metis_Bytes - aggregateRoot_lte: metis_Bytes - aggregateRoot_in: [metis_Bytes!] - aggregateRoot_not_in: [metis_Bytes!] - aggregateRoot_contains: metis_Bytes - aggregateRoot_not_contains: metis_Bytes + aggregateRoot: zksync_Bytes + aggregateRoot_not: zksync_Bytes + aggregateRoot_gt: zksync_Bytes + aggregateRoot_lt: zksync_Bytes + aggregateRoot_gte: zksync_Bytes + aggregateRoot_lte: zksync_Bytes + aggregateRoot_in: [zksync_Bytes!] + aggregateRoot_not_in: [zksync_Bytes!] + aggregateRoot_contains: zksync_Bytes + aggregateRoot_not_contains: zksync_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -137866,12 +136522,12 @@ input metis_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_AggregateRootProposed_filter] - or: [metis_AggregateRootProposed_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_AggregateRootProposed_filter] + or: [zksync_AggregateRootProposed_filter] } -enum metis_AggregateRootProposed_orderBy { +enum zksync_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -137881,7 +136537,7 @@ enum metis_AggregateRootProposed_orderBy { blockNumber } -input metis_AggregateRoot_filter { +input zksync_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -137890,16 +136546,16 @@ input metis_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: metis_Bytes - root_not: metis_Bytes - root_gt: metis_Bytes - root_lt: metis_Bytes - root_gte: metis_Bytes - root_lte: metis_Bytes - root_in: [metis_Bytes!] - root_not_in: [metis_Bytes!] - root_contains: metis_Bytes - root_not_contains: metis_Bytes + root: zksync_Bytes + root_not: zksync_Bytes + root_gt: zksync_Bytes + root_lt: zksync_Bytes + root_gte: zksync_Bytes + root_lte: zksync_Bytes + root_in: [zksync_Bytes!] + root_not_in: [zksync_Bytes!] + root_contains: zksync_Bytes + root_not_contains: zksync_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -137909,42 +136565,47 @@ input metis_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_AggregateRoot_filter] - or: [metis_AggregateRoot_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_AggregateRoot_filter] + or: [zksync_AggregateRoot_filter] } -enum metis_AggregateRoot_orderBy { +enum zksync_AggregateRoot_orderBy { id root blockNumber } -type metis_Asset { +enum zksync_Aggregation_interval { + hour + day +} + +type zksync_Asset { id: ID! - key: metis_Bytes + key: zksync_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: metis_Bytes + canonicalId: zksync_Bytes canonicalDomain: BigInt - adoptedAsset: metis_Bytes - localAsset: metis_Bytes + adoptedAsset: zksync_Bytes + localAsset: zksync_Bytes blockNumber: BigInt - status: metis_AssetStatus + status: zksync_AssetStatus } -type metis_AssetBalance { +type zksync_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: metis_Router! - asset: metis_Asset! + router: zksync_Router! + asset: zksync_Asset! feesEarned: BigInt! } -input metis_AssetBalance_filter { +input zksync_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -138005,7 +136666,7 @@ input metis_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: metis_Router_filter + router_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -138026,7 +136687,7 @@ input metis_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: metis_Asset_filter + asset_: zksync_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -138036,12 +136697,12 @@ input metis_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_AssetBalance_filter] - or: [metis_AssetBalance_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_AssetBalance_filter] + or: [zksync_AssetBalance_filter] } -enum metis_AssetBalance_orderBy { +enum zksync_AssetBalance_orderBy { id amount locked @@ -138067,12 +136728,12 @@ enum metis_AssetBalance_orderBy { feesEarned } -type metis_AssetStatus { +type zksync_AssetStatus { id: ID! status: Boolean } -input metis_AssetStatus_filter { +input zksync_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -138086,17 +136747,17 @@ input metis_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_AssetStatus_filter] - or: [metis_AssetStatus_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_AssetStatus_filter] + or: [zksync_AssetStatus_filter] } -enum metis_AssetStatus_orderBy { +enum zksync_AssetStatus_orderBy { id status } -input metis_Asset_filter { +input zksync_Asset_filter { id: ID id_not: ID id_gt: ID @@ -138105,16 +136766,16 @@ input metis_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: metis_Bytes - key_not: metis_Bytes - key_gt: metis_Bytes - key_lt: metis_Bytes - key_gte: metis_Bytes - key_lte: metis_Bytes - key_in: [metis_Bytes!] - key_not_in: [metis_Bytes!] - key_contains: metis_Bytes - key_not_contains: metis_Bytes + key: zksync_Bytes + key_not: zksync_Bytes + key_gt: zksync_Bytes + key_lt: zksync_Bytes + key_gte: zksync_Bytes + key_lte: zksync_Bytes + key_in: [zksync_Bytes!] + key_not_in: [zksync_Bytes!] + key_contains: zksync_Bytes + key_not_contains: zksync_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -138131,16 +136792,16 @@ input metis_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: metis_Bytes - canonicalId_not: metis_Bytes - canonicalId_gt: metis_Bytes - canonicalId_lt: metis_Bytes - canonicalId_gte: metis_Bytes - canonicalId_lte: metis_Bytes - canonicalId_in: [metis_Bytes!] - canonicalId_not_in: [metis_Bytes!] - canonicalId_contains: metis_Bytes - canonicalId_not_contains: metis_Bytes + canonicalId: zksync_Bytes + canonicalId_not: zksync_Bytes + canonicalId_gt: zksync_Bytes + canonicalId_lt: zksync_Bytes + canonicalId_gte: zksync_Bytes + canonicalId_lte: zksync_Bytes + canonicalId_in: [zksync_Bytes!] + canonicalId_not_in: [zksync_Bytes!] + canonicalId_contains: zksync_Bytes + canonicalId_not_contains: zksync_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -138149,26 +136810,26 @@ input metis_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: metis_Bytes - adoptedAsset_not: metis_Bytes - adoptedAsset_gt: metis_Bytes - adoptedAsset_lt: metis_Bytes - adoptedAsset_gte: metis_Bytes - adoptedAsset_lte: metis_Bytes - adoptedAsset_in: [metis_Bytes!] - adoptedAsset_not_in: [metis_Bytes!] - adoptedAsset_contains: metis_Bytes - adoptedAsset_not_contains: metis_Bytes - localAsset: metis_Bytes - localAsset_not: metis_Bytes - localAsset_gt: metis_Bytes - localAsset_lt: metis_Bytes - localAsset_gte: metis_Bytes - localAsset_lte: metis_Bytes - localAsset_in: [metis_Bytes!] - localAsset_not_in: [metis_Bytes!] - localAsset_contains: metis_Bytes - localAsset_not_contains: metis_Bytes + adoptedAsset: zksync_Bytes + adoptedAsset_not: zksync_Bytes + adoptedAsset_gt: zksync_Bytes + adoptedAsset_lt: zksync_Bytes + adoptedAsset_gte: zksync_Bytes + adoptedAsset_lte: zksync_Bytes + adoptedAsset_in: [zksync_Bytes!] + adoptedAsset_not_in: [zksync_Bytes!] + adoptedAsset_contains: zksync_Bytes + adoptedAsset_not_contains: zksync_Bytes + localAsset: zksync_Bytes + localAsset_not: zksync_Bytes + localAsset_gt: zksync_Bytes + localAsset_lt: zksync_Bytes + localAsset_gte: zksync_Bytes + localAsset_lte: zksync_Bytes + localAsset_in: [zksync_Bytes!] + localAsset_not_in: [zksync_Bytes!] + localAsset_contains: zksync_Bytes + localAsset_not_contains: zksync_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -138197,14 +136858,14 @@ input metis_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: metis_AssetStatus_filter + status_: zksync_AssetStatus_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Asset_filter] - or: [metis_Asset_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Asset_filter] + or: [zksync_Asset_filter] } -enum metis_Asset_orderBy { +enum zksync_Asset_orderBy { id key decimal @@ -138219,30 +136880,30 @@ enum metis_Asset_orderBy { status__status } -scalar metis_BigDecimal +scalar zksync_BigDecimal -input metis_BlockChangedFilter { +input zksync_BlockChangedFilter { number_gte: Int! } -input metis_Block_height { - hash: metis_Bytes +input zksync_Block_height { + hash: zksync_Bytes number: Int number_gte: Int } -scalar metis_Bytes +scalar zksync_Bytes -type metis_ConnectorMeta { +type zksync_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: metis_Bytes - rootManager: metis_Bytes - mirrorConnector: metis_Bytes + amb: zksync_Bytes + rootManager: zksync_Bytes + mirrorConnector: zksync_Bytes } -input metis_ConnectorMeta_filter { +input zksync_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -138267,43 +136928,43 @@ input metis_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: metis_Bytes - amb_not: metis_Bytes - amb_gt: metis_Bytes - amb_lt: metis_Bytes - amb_gte: metis_Bytes - amb_lte: metis_Bytes - amb_in: [metis_Bytes!] - amb_not_in: [metis_Bytes!] - amb_contains: metis_Bytes - amb_not_contains: metis_Bytes - rootManager: metis_Bytes - rootManager_not: metis_Bytes - rootManager_gt: metis_Bytes - rootManager_lt: metis_Bytes - rootManager_gte: metis_Bytes - rootManager_lte: metis_Bytes - rootManager_in: [metis_Bytes!] - rootManager_not_in: [metis_Bytes!] - rootManager_contains: metis_Bytes - rootManager_not_contains: metis_Bytes - mirrorConnector: metis_Bytes - mirrorConnector_not: metis_Bytes - mirrorConnector_gt: metis_Bytes - mirrorConnector_lt: metis_Bytes - mirrorConnector_gte: metis_Bytes - mirrorConnector_lte: metis_Bytes - mirrorConnector_in: [metis_Bytes!] - mirrorConnector_not_in: [metis_Bytes!] - mirrorConnector_contains: metis_Bytes - mirrorConnector_not_contains: metis_Bytes + amb: zksync_Bytes + amb_not: zksync_Bytes + amb_gt: zksync_Bytes + amb_lt: zksync_Bytes + amb_gte: zksync_Bytes + amb_lte: zksync_Bytes + amb_in: [zksync_Bytes!] + amb_not_in: [zksync_Bytes!] + amb_contains: zksync_Bytes + amb_not_contains: zksync_Bytes + rootManager: zksync_Bytes + rootManager_not: zksync_Bytes + rootManager_gt: zksync_Bytes + rootManager_lt: zksync_Bytes + rootManager_gte: zksync_Bytes + rootManager_lte: zksync_Bytes + rootManager_in: [zksync_Bytes!] + rootManager_not_in: [zksync_Bytes!] + rootManager_contains: zksync_Bytes + rootManager_not_contains: zksync_Bytes + mirrorConnector: zksync_Bytes + mirrorConnector_not: zksync_Bytes + mirrorConnector_gt: zksync_Bytes + mirrorConnector_lt: zksync_Bytes + mirrorConnector_gte: zksync_Bytes + mirrorConnector_lte: zksync_Bytes + mirrorConnector_in: [zksync_Bytes!] + mirrorConnector_not_in: [zksync_Bytes!] + mirrorConnector_contains: zksync_Bytes + mirrorConnector_not_contains: zksync_Bytes """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_ConnectorMeta_filter] - or: [metis_ConnectorMeta_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_ConnectorMeta_filter] + or: [zksync_ConnectorMeta_filter] } -enum metis_ConnectorMeta_orderBy { +enum zksync_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -138312,48 +136973,48 @@ enum metis_ConnectorMeta_orderBy { mirrorConnector } -type metis_DestinationTransfer { +type zksync_DestinationTransfer { id: ID! chainId: BigInt - transferId: metis_Bytes + transferId: zksync_Bytes nonce: BigInt - status: metis_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: metis_Router_orderBy, orderDirection: metis_OrderDirection, where: metis_Router_filter): [metis_Router!] + status: zksync_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: zksync_Router_orderBy, orderDirection: zksync_OrderDirection, where: zksync_Router_filter): [zksync_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: metis_Bytes - delegate: metis_Bytes + to: zksync_Bytes + delegate: zksync_Bytes receiveLocal: Boolean - callData: metis_Bytes + callData: zksync_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: metis_Bytes + originSender: zksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: metis_Bytes - asset: metis_Asset + canonicalId: zksync_Bytes + asset: zksync_Asset amount: BigInt routersFee: BigInt - executedCaller: metis_Bytes - executedTransactionHash: metis_Bytes + executedCaller: zksync_Bytes + executedTransactionHash: zksync_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: metis_Bytes + executedTxOrigin: zksync_Bytes executedTxNonce: BigInt - reconciledCaller: metis_Bytes - reconciledTransactionHash: metis_Bytes + reconciledCaller: zksync_Bytes + reconciledTransactionHash: zksync_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: metis_Bytes + reconciledTxOrigin: zksync_Bytes reconciledTxNonce: BigInt } -input metis_DestinationTransfer_filter { +input zksync_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -138370,16 +137031,16 @@ input metis_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: metis_Bytes - transferId_not: metis_Bytes - transferId_gt: metis_Bytes - transferId_lt: metis_Bytes - transferId_gte: metis_Bytes - transferId_lte: metis_Bytes - transferId_in: [metis_Bytes!] - transferId_not_in: [metis_Bytes!] - transferId_contains: metis_Bytes - transferId_not_contains: metis_Bytes + transferId: zksync_Bytes + transferId_not: zksync_Bytes + transferId_gt: zksync_Bytes + transferId_lt: zksync_Bytes + transferId_gte: zksync_Bytes + transferId_lte: zksync_Bytes + transferId_in: [zksync_Bytes!] + transferId_not_in: [zksync_Bytes!] + transferId_contains: zksync_Bytes + transferId_not_contains: zksync_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -138388,17 +137049,17 @@ input metis_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: metis_TransferStatus - status_not: metis_TransferStatus - status_in: [metis_TransferStatus!] - status_not_in: [metis_TransferStatus!] + status: zksync_TransferStatus + status_not: zksync_TransferStatus + status_in: [zksync_TransferStatus!] + status_not_in: [zksync_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: metis_Router_filter + routers_: zksync_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -138423,40 +137084,40 @@ input metis_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: metis_Bytes - to_not: metis_Bytes - to_gt: metis_Bytes - to_lt: metis_Bytes - to_gte: metis_Bytes - to_lte: metis_Bytes - to_in: [metis_Bytes!] - to_not_in: [metis_Bytes!] - to_contains: metis_Bytes - to_not_contains: metis_Bytes - delegate: metis_Bytes - delegate_not: metis_Bytes - delegate_gt: metis_Bytes - delegate_lt: metis_Bytes - delegate_gte: metis_Bytes - delegate_lte: metis_Bytes - delegate_in: [metis_Bytes!] - delegate_not_in: [metis_Bytes!] - delegate_contains: metis_Bytes - delegate_not_contains: metis_Bytes + to: zksync_Bytes + to_not: zksync_Bytes + to_gt: zksync_Bytes + to_lt: zksync_Bytes + to_gte: zksync_Bytes + to_lte: zksync_Bytes + to_in: [zksync_Bytes!] + to_not_in: [zksync_Bytes!] + to_contains: zksync_Bytes + to_not_contains: zksync_Bytes + delegate: zksync_Bytes + delegate_not: zksync_Bytes + delegate_gt: zksync_Bytes + delegate_lt: zksync_Bytes + delegate_gte: zksync_Bytes + delegate_lte: zksync_Bytes + delegate_in: [zksync_Bytes!] + delegate_not_in: [zksync_Bytes!] + delegate_contains: zksync_Bytes + delegate_not_contains: zksync_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: metis_Bytes - callData_not: metis_Bytes - callData_gt: metis_Bytes - callData_lt: metis_Bytes - callData_gte: metis_Bytes - callData_lte: metis_Bytes - callData_in: [metis_Bytes!] - callData_not_in: [metis_Bytes!] - callData_contains: metis_Bytes - callData_not_contains: metis_Bytes + callData: zksync_Bytes + callData_not: zksync_Bytes + callData_gt: zksync_Bytes + callData_lt: zksync_Bytes + callData_gte: zksync_Bytes + callData_lte: zksync_Bytes + callData_in: [zksync_Bytes!] + callData_not_in: [zksync_Bytes!] + callData_contains: zksync_Bytes + callData_not_contains: zksync_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -138473,16 +137134,16 @@ input metis_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: metis_Bytes - originSender_not: metis_Bytes - originSender_gt: metis_Bytes - originSender_lt: metis_Bytes - originSender_gte: metis_Bytes - originSender_lte: metis_Bytes - originSender_in: [metis_Bytes!] - originSender_not_in: [metis_Bytes!] - originSender_contains: metis_Bytes - originSender_not_contains: metis_Bytes + originSender: zksync_Bytes + originSender_not: zksync_Bytes + originSender_gt: zksync_Bytes + originSender_lt: zksync_Bytes + originSender_gte: zksync_Bytes + originSender_lte: zksync_Bytes + originSender_in: [zksync_Bytes!] + originSender_not_in: [zksync_Bytes!] + originSender_contains: zksync_Bytes + originSender_not_contains: zksync_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -138499,16 +137160,16 @@ input metis_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: metis_Bytes - canonicalId_not: metis_Bytes - canonicalId_gt: metis_Bytes - canonicalId_lt: metis_Bytes - canonicalId_gte: metis_Bytes - canonicalId_lte: metis_Bytes - canonicalId_in: [metis_Bytes!] - canonicalId_not_in: [metis_Bytes!] - canonicalId_contains: metis_Bytes - canonicalId_not_contains: metis_Bytes + canonicalId: zksync_Bytes + canonicalId_not: zksync_Bytes + canonicalId_gt: zksync_Bytes + canonicalId_lt: zksync_Bytes + canonicalId_gte: zksync_Bytes + canonicalId_lte: zksync_Bytes + canonicalId_in: [zksync_Bytes!] + canonicalId_not_in: [zksync_Bytes!] + canonicalId_contains: zksync_Bytes + canonicalId_not_contains: zksync_Bytes asset: String asset_not: String asset_gt: String @@ -138529,7 +137190,7 @@ input metis_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: metis_Asset_filter + asset_: zksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -138546,26 +137207,26 @@ input metis_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: metis_Bytes - executedCaller_not: metis_Bytes - executedCaller_gt: metis_Bytes - executedCaller_lt: metis_Bytes - executedCaller_gte: metis_Bytes - executedCaller_lte: metis_Bytes - executedCaller_in: [metis_Bytes!] - executedCaller_not_in: [metis_Bytes!] - executedCaller_contains: metis_Bytes - executedCaller_not_contains: metis_Bytes - executedTransactionHash: metis_Bytes - executedTransactionHash_not: metis_Bytes - executedTransactionHash_gt: metis_Bytes - executedTransactionHash_lt: metis_Bytes - executedTransactionHash_gte: metis_Bytes - executedTransactionHash_lte: metis_Bytes - executedTransactionHash_in: [metis_Bytes!] - executedTransactionHash_not_in: [metis_Bytes!] - executedTransactionHash_contains: metis_Bytes - executedTransactionHash_not_contains: metis_Bytes + executedCaller: zksync_Bytes + executedCaller_not: zksync_Bytes + executedCaller_gt: zksync_Bytes + executedCaller_lt: zksync_Bytes + executedCaller_gte: zksync_Bytes + executedCaller_lte: zksync_Bytes + executedCaller_in: [zksync_Bytes!] + executedCaller_not_in: [zksync_Bytes!] + executedCaller_contains: zksync_Bytes + executedCaller_not_contains: zksync_Bytes + executedTransactionHash: zksync_Bytes + executedTransactionHash_not: zksync_Bytes + executedTransactionHash_gt: zksync_Bytes + executedTransactionHash_lt: zksync_Bytes + executedTransactionHash_gte: zksync_Bytes + executedTransactionHash_lte: zksync_Bytes + executedTransactionHash_in: [zksync_Bytes!] + executedTransactionHash_not_in: [zksync_Bytes!] + executedTransactionHash_contains: zksync_Bytes + executedTransactionHash_not_contains: zksync_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -138598,44 +137259,44 @@ input metis_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: metis_Bytes - executedTxOrigin_not: metis_Bytes - executedTxOrigin_gt: metis_Bytes - executedTxOrigin_lt: metis_Bytes - executedTxOrigin_gte: metis_Bytes - executedTxOrigin_lte: metis_Bytes - executedTxOrigin_in: [metis_Bytes!] - executedTxOrigin_not_in: [metis_Bytes!] - executedTxOrigin_contains: metis_Bytes - executedTxOrigin_not_contains: metis_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: metis_Bytes - reconciledCaller_not: metis_Bytes - reconciledCaller_gt: metis_Bytes - reconciledCaller_lt: metis_Bytes - reconciledCaller_gte: metis_Bytes - reconciledCaller_lte: metis_Bytes - reconciledCaller_in: [metis_Bytes!] - reconciledCaller_not_in: [metis_Bytes!] - reconciledCaller_contains: metis_Bytes - reconciledCaller_not_contains: metis_Bytes - reconciledTransactionHash: metis_Bytes - reconciledTransactionHash_not: metis_Bytes - reconciledTransactionHash_gt: metis_Bytes - reconciledTransactionHash_lt: metis_Bytes - reconciledTransactionHash_gte: metis_Bytes - reconciledTransactionHash_lte: metis_Bytes - reconciledTransactionHash_in: [metis_Bytes!] - reconciledTransactionHash_not_in: [metis_Bytes!] - reconciledTransactionHash_contains: metis_Bytes - reconciledTransactionHash_not_contains: metis_Bytes + executedTxOrigin: zksync_Bytes + executedTxOrigin_not: zksync_Bytes + executedTxOrigin_gt: zksync_Bytes + executedTxOrigin_lt: zksync_Bytes + executedTxOrigin_gte: zksync_Bytes + executedTxOrigin_lte: zksync_Bytes + executedTxOrigin_in: [zksync_Bytes!] + executedTxOrigin_not_in: [zksync_Bytes!] + executedTxOrigin_contains: zksync_Bytes + executedTxOrigin_not_contains: zksync_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: zksync_Bytes + reconciledCaller_not: zksync_Bytes + reconciledCaller_gt: zksync_Bytes + reconciledCaller_lt: zksync_Bytes + reconciledCaller_gte: zksync_Bytes + reconciledCaller_lte: zksync_Bytes + reconciledCaller_in: [zksync_Bytes!] + reconciledCaller_not_in: [zksync_Bytes!] + reconciledCaller_contains: zksync_Bytes + reconciledCaller_not_contains: zksync_Bytes + reconciledTransactionHash: zksync_Bytes + reconciledTransactionHash_not: zksync_Bytes + reconciledTransactionHash_gt: zksync_Bytes + reconciledTransactionHash_lt: zksync_Bytes + reconciledTransactionHash_gte: zksync_Bytes + reconciledTransactionHash_lte: zksync_Bytes + reconciledTransactionHash_in: [zksync_Bytes!] + reconciledTransactionHash_not_in: [zksync_Bytes!] + reconciledTransactionHash_contains: zksync_Bytes + reconciledTransactionHash_not_contains: zksync_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -138668,16 +137329,16 @@ input metis_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: metis_Bytes - reconciledTxOrigin_not: metis_Bytes - reconciledTxOrigin_gt: metis_Bytes - reconciledTxOrigin_lt: metis_Bytes - reconciledTxOrigin_gte: metis_Bytes - reconciledTxOrigin_lte: metis_Bytes - reconciledTxOrigin_in: [metis_Bytes!] - reconciledTxOrigin_not_in: [metis_Bytes!] - reconciledTxOrigin_contains: metis_Bytes - reconciledTxOrigin_not_contains: metis_Bytes + reconciledTxOrigin: zksync_Bytes + reconciledTxOrigin_not: zksync_Bytes + reconciledTxOrigin_gt: zksync_Bytes + reconciledTxOrigin_lt: zksync_Bytes + reconciledTxOrigin_gte: zksync_Bytes + reconciledTxOrigin_lte: zksync_Bytes + reconciledTxOrigin_in: [zksync_Bytes!] + reconciledTxOrigin_not_in: [zksync_Bytes!] + reconciledTxOrigin_contains: zksync_Bytes + reconciledTxOrigin_not_contains: zksync_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -138687,12 +137348,12 @@ input metis_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_DestinationTransfer_filter] - or: [metis_DestinationTransfer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_DestinationTransfer_filter] + or: [zksync_DestinationTransfer_filter] } -enum metis_DestinationTransfer_orderBy { +enum zksync_DestinationTransfer_orderBy { id chainId transferId @@ -138746,16 +137407,16 @@ enum metis_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar metis_Int8 +scalar zksync_Int8 -type metis_OptimisticRootFinalized { +type zksync_OptimisticRootFinalized { id: ID! - aggregateRoot: metis_Bytes! + aggregateRoot: zksync_Bytes! timestamp: BigInt! blockNumber: BigInt } -input metis_OptimisticRootFinalized_filter { +input zksync_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -138764,16 +137425,16 @@ input metis_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: metis_Bytes - aggregateRoot_not: metis_Bytes - aggregateRoot_gt: metis_Bytes - aggregateRoot_lt: metis_Bytes - aggregateRoot_gte: metis_Bytes - aggregateRoot_lte: metis_Bytes - aggregateRoot_in: [metis_Bytes!] - aggregateRoot_not_in: [metis_Bytes!] - aggregateRoot_contains: metis_Bytes - aggregateRoot_not_contains: metis_Bytes + aggregateRoot: zksync_Bytes + aggregateRoot_not: zksync_Bytes + aggregateRoot_gt: zksync_Bytes + aggregateRoot_lt: zksync_Bytes + aggregateRoot_gte: zksync_Bytes + aggregateRoot_lte: zksync_Bytes + aggregateRoot_in: [zksync_Bytes!] + aggregateRoot_not_in: [zksync_Bytes!] + aggregateRoot_contains: zksync_Bytes + aggregateRoot_not_contains: zksync_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -138791,12 +137452,12 @@ input metis_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_OptimisticRootFinalized_filter] - or: [metis_OptimisticRootFinalized_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_OptimisticRootFinalized_filter] + or: [zksync_OptimisticRootFinalized_filter] } -enum metis_OptimisticRootFinalized_orderBy { +enum zksync_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -138804,25 +137465,25 @@ enum metis_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum metis_OrderDirection { +enum zksync_OrderDirection { asc desc } -type metis_OriginMessage { +type zksync_OriginMessage { id: ID! - transferId: metis_Bytes + transferId: zksync_Bytes destinationDomain: BigInt - leaf: metis_Bytes + leaf: zksync_Bytes index: BigInt - message: metis_Bytes - root: metis_Bytes - transactionHash: metis_Bytes + message: zksync_Bytes + root: zksync_Bytes + transactionHash: zksync_Bytes blockNumber: BigInt - rootCount: metis_RootCount + rootCount: zksync_RootCount } -input metis_OriginMessage_filter { +input zksync_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -138831,16 +137492,16 @@ input metis_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: metis_Bytes - transferId_not: metis_Bytes - transferId_gt: metis_Bytes - transferId_lt: metis_Bytes - transferId_gte: metis_Bytes - transferId_lte: metis_Bytes - transferId_in: [metis_Bytes!] - transferId_not_in: [metis_Bytes!] - transferId_contains: metis_Bytes - transferId_not_contains: metis_Bytes + transferId: zksync_Bytes + transferId_not: zksync_Bytes + transferId_gt: zksync_Bytes + transferId_lt: zksync_Bytes + transferId_gte: zksync_Bytes + transferId_lte: zksync_Bytes + transferId_in: [zksync_Bytes!] + transferId_not_in: [zksync_Bytes!] + transferId_contains: zksync_Bytes + transferId_not_contains: zksync_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -138849,16 +137510,16 @@ input metis_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: metis_Bytes - leaf_not: metis_Bytes - leaf_gt: metis_Bytes - leaf_lt: metis_Bytes - leaf_gte: metis_Bytes - leaf_lte: metis_Bytes - leaf_in: [metis_Bytes!] - leaf_not_in: [metis_Bytes!] - leaf_contains: metis_Bytes - leaf_not_contains: metis_Bytes + leaf: zksync_Bytes + leaf_not: zksync_Bytes + leaf_gt: zksync_Bytes + leaf_lt: zksync_Bytes + leaf_gte: zksync_Bytes + leaf_lte: zksync_Bytes + leaf_in: [zksync_Bytes!] + leaf_not_in: [zksync_Bytes!] + leaf_contains: zksync_Bytes + leaf_not_contains: zksync_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -138867,36 +137528,36 @@ input metis_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: metis_Bytes - message_not: metis_Bytes - message_gt: metis_Bytes - message_lt: metis_Bytes - message_gte: metis_Bytes - message_lte: metis_Bytes - message_in: [metis_Bytes!] - message_not_in: [metis_Bytes!] - message_contains: metis_Bytes - message_not_contains: metis_Bytes - root: metis_Bytes - root_not: metis_Bytes - root_gt: metis_Bytes - root_lt: metis_Bytes - root_gte: metis_Bytes - root_lte: metis_Bytes - root_in: [metis_Bytes!] - root_not_in: [metis_Bytes!] - root_contains: metis_Bytes - root_not_contains: metis_Bytes - transactionHash: metis_Bytes - transactionHash_not: metis_Bytes - transactionHash_gt: metis_Bytes - transactionHash_lt: metis_Bytes - transactionHash_gte: metis_Bytes - transactionHash_lte: metis_Bytes - transactionHash_in: [metis_Bytes!] - transactionHash_not_in: [metis_Bytes!] - transactionHash_contains: metis_Bytes - transactionHash_not_contains: metis_Bytes + message: zksync_Bytes + message_not: zksync_Bytes + message_gt: zksync_Bytes + message_lt: zksync_Bytes + message_gte: zksync_Bytes + message_lte: zksync_Bytes + message_in: [zksync_Bytes!] + message_not_in: [zksync_Bytes!] + message_contains: zksync_Bytes + message_not_contains: zksync_Bytes + root: zksync_Bytes + root_not: zksync_Bytes + root_gt: zksync_Bytes + root_lt: zksync_Bytes + root_gte: zksync_Bytes + root_lte: zksync_Bytes + root_in: [zksync_Bytes!] + root_not_in: [zksync_Bytes!] + root_contains: zksync_Bytes + root_not_contains: zksync_Bytes + transactionHash: zksync_Bytes + transactionHash_not: zksync_Bytes + transactionHash_gt: zksync_Bytes + transactionHash_lt: zksync_Bytes + transactionHash_gte: zksync_Bytes + transactionHash_lte: zksync_Bytes + transactionHash_in: [zksync_Bytes!] + transactionHash_not_in: [zksync_Bytes!] + transactionHash_contains: zksync_Bytes + transactionHash_not_contains: zksync_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -138925,14 +137586,14 @@ input metis_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: metis_RootCount_filter + rootCount_: zksync_RootCount_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_OriginMessage_filter] - or: [metis_OriginMessage_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_OriginMessage_filter] + or: [zksync_OriginMessage_filter] } -enum metis_OriginMessage_orderBy { +enum zksync_OriginMessage_orderBy { id transferId destinationDomain @@ -138947,42 +137608,42 @@ enum metis_OriginMessage_orderBy { rootCount__count } -type metis_OriginTransfer { +type zksync_OriginTransfer { id: ID! chainId: BigInt - transferId: metis_Bytes + transferId: zksync_Bytes nonce: BigInt - status: metis_TransferStatus - messageHash: metis_Bytes + status: zksync_TransferStatus + messageHash: zksync_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: metis_Bytes - delegate: metis_Bytes + to: zksync_Bytes + delegate: zksync_Bytes receiveLocal: Boolean - callData: metis_Bytes + callData: zksync_Bytes slippage: BigInt - originSender: metis_Bytes + originSender: zksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: metis_Bytes - asset: metis_Asset - transactingAsset: metis_Bytes - message: metis_OriginMessage + canonicalId: zksync_Bytes + asset: zksync_Asset + transactingAsset: zksync_Bytes + message: zksync_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: metis_RelayerFee_orderBy, orderDirection: metis_OrderDirection, where: metis_RelayerFee_filter): [metis_RelayerFee!] - initialRelayerFeeAsset: metis_Bytes - caller: metis_Bytes - transactionHash: metis_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: zksync_RelayerFee_orderBy, orderDirection: zksync_OrderDirection, where: zksync_RelayerFee_filter): [zksync_RelayerFee!] + initialRelayerFeeAsset: zksync_Bytes + caller: zksync_Bytes + transactionHash: zksync_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: metis_Bytes + txOrigin: zksync_Bytes txNonce: BigInt } -input metis_OriginTransfer_filter { +input zksync_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -138999,16 +137660,16 @@ input metis_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: metis_Bytes - transferId_not: metis_Bytes - transferId_gt: metis_Bytes - transferId_lt: metis_Bytes - transferId_gte: metis_Bytes - transferId_lte: metis_Bytes - transferId_in: [metis_Bytes!] - transferId_not_in: [metis_Bytes!] - transferId_contains: metis_Bytes - transferId_not_contains: metis_Bytes + transferId: zksync_Bytes + transferId_not: zksync_Bytes + transferId_gt: zksync_Bytes + transferId_lt: zksync_Bytes + transferId_gte: zksync_Bytes + transferId_lte: zksync_Bytes + transferId_in: [zksync_Bytes!] + transferId_not_in: [zksync_Bytes!] + transferId_contains: zksync_Bytes + transferId_not_contains: zksync_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -139017,20 +137678,20 @@ input metis_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: metis_TransferStatus - status_not: metis_TransferStatus - status_in: [metis_TransferStatus!] - status_not_in: [metis_TransferStatus!] - messageHash: metis_Bytes - messageHash_not: metis_Bytes - messageHash_gt: metis_Bytes - messageHash_lt: metis_Bytes - messageHash_gte: metis_Bytes - messageHash_lte: metis_Bytes - messageHash_in: [metis_Bytes!] - messageHash_not_in: [metis_Bytes!] - messageHash_contains: metis_Bytes - messageHash_not_contains: metis_Bytes + status: zksync_TransferStatus + status_not: zksync_TransferStatus + status_in: [zksync_TransferStatus!] + status_not_in: [zksync_TransferStatus!] + messageHash: zksync_Bytes + messageHash_not: zksync_Bytes + messageHash_gt: zksync_Bytes + messageHash_lt: zksync_Bytes + messageHash_gte: zksync_Bytes + messageHash_lte: zksync_Bytes + messageHash_in: [zksync_Bytes!] + messageHash_not_in: [zksync_Bytes!] + messageHash_contains: zksync_Bytes + messageHash_not_contains: zksync_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -139055,40 +137716,40 @@ input metis_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: metis_Bytes - to_not: metis_Bytes - to_gt: metis_Bytes - to_lt: metis_Bytes - to_gte: metis_Bytes - to_lte: metis_Bytes - to_in: [metis_Bytes!] - to_not_in: [metis_Bytes!] - to_contains: metis_Bytes - to_not_contains: metis_Bytes - delegate: metis_Bytes - delegate_not: metis_Bytes - delegate_gt: metis_Bytes - delegate_lt: metis_Bytes - delegate_gte: metis_Bytes - delegate_lte: metis_Bytes - delegate_in: [metis_Bytes!] - delegate_not_in: [metis_Bytes!] - delegate_contains: metis_Bytes - delegate_not_contains: metis_Bytes + to: zksync_Bytes + to_not: zksync_Bytes + to_gt: zksync_Bytes + to_lt: zksync_Bytes + to_gte: zksync_Bytes + to_lte: zksync_Bytes + to_in: [zksync_Bytes!] + to_not_in: [zksync_Bytes!] + to_contains: zksync_Bytes + to_not_contains: zksync_Bytes + delegate: zksync_Bytes + delegate_not: zksync_Bytes + delegate_gt: zksync_Bytes + delegate_lt: zksync_Bytes + delegate_gte: zksync_Bytes + delegate_lte: zksync_Bytes + delegate_in: [zksync_Bytes!] + delegate_not_in: [zksync_Bytes!] + delegate_contains: zksync_Bytes + delegate_not_contains: zksync_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: metis_Bytes - callData_not: metis_Bytes - callData_gt: metis_Bytes - callData_lt: metis_Bytes - callData_gte: metis_Bytes - callData_lte: metis_Bytes - callData_in: [metis_Bytes!] - callData_not_in: [metis_Bytes!] - callData_contains: metis_Bytes - callData_not_contains: metis_Bytes + callData: zksync_Bytes + callData_not: zksync_Bytes + callData_gt: zksync_Bytes + callData_lt: zksync_Bytes + callData_gte: zksync_Bytes + callData_lte: zksync_Bytes + callData_in: [zksync_Bytes!] + callData_not_in: [zksync_Bytes!] + callData_contains: zksync_Bytes + callData_not_contains: zksync_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -139097,16 +137758,16 @@ input metis_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: metis_Bytes - originSender_not: metis_Bytes - originSender_gt: metis_Bytes - originSender_lt: metis_Bytes - originSender_gte: metis_Bytes - originSender_lte: metis_Bytes - originSender_in: [metis_Bytes!] - originSender_not_in: [metis_Bytes!] - originSender_contains: metis_Bytes - originSender_not_contains: metis_Bytes + originSender: zksync_Bytes + originSender_not: zksync_Bytes + originSender_gt: zksync_Bytes + originSender_lt: zksync_Bytes + originSender_gte: zksync_Bytes + originSender_lte: zksync_Bytes + originSender_in: [zksync_Bytes!] + originSender_not_in: [zksync_Bytes!] + originSender_contains: zksync_Bytes + originSender_not_contains: zksync_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -139123,16 +137784,16 @@ input metis_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: metis_Bytes - canonicalId_not: metis_Bytes - canonicalId_gt: metis_Bytes - canonicalId_lt: metis_Bytes - canonicalId_gte: metis_Bytes - canonicalId_lte: metis_Bytes - canonicalId_in: [metis_Bytes!] - canonicalId_not_in: [metis_Bytes!] - canonicalId_contains: metis_Bytes - canonicalId_not_contains: metis_Bytes + canonicalId: zksync_Bytes + canonicalId_not: zksync_Bytes + canonicalId_gt: zksync_Bytes + canonicalId_lt: zksync_Bytes + canonicalId_gte: zksync_Bytes + canonicalId_lte: zksync_Bytes + canonicalId_in: [zksync_Bytes!] + canonicalId_not_in: [zksync_Bytes!] + canonicalId_contains: zksync_Bytes + canonicalId_not_contains: zksync_Bytes asset: String asset_not: String asset_gt: String @@ -139153,17 +137814,17 @@ input metis_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: metis_Asset_filter - transactingAsset: metis_Bytes - transactingAsset_not: metis_Bytes - transactingAsset_gt: metis_Bytes - transactingAsset_lt: metis_Bytes - transactingAsset_gte: metis_Bytes - transactingAsset_lte: metis_Bytes - transactingAsset_in: [metis_Bytes!] - transactingAsset_not_in: [metis_Bytes!] - transactingAsset_contains: metis_Bytes - transactingAsset_not_contains: metis_Bytes + asset_: zksync_Asset_filter + transactingAsset: zksync_Bytes + transactingAsset_not: zksync_Bytes + transactingAsset_gt: zksync_Bytes + transactingAsset_lt: zksync_Bytes + transactingAsset_gte: zksync_Bytes + transactingAsset_lte: zksync_Bytes + transactingAsset_in: [zksync_Bytes!] + transactingAsset_not_in: [zksync_Bytes!] + transactingAsset_contains: zksync_Bytes + transactingAsset_not_contains: zksync_Bytes message: String message_not: String message_gt: String @@ -139184,7 +137845,7 @@ input metis_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: metis_OriginMessage_filter + message_: zksync_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -139199,37 +137860,37 @@ input metis_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: metis_RelayerFee_filter - initialRelayerFeeAsset: metis_Bytes - initialRelayerFeeAsset_not: metis_Bytes - initialRelayerFeeAsset_gt: metis_Bytes - initialRelayerFeeAsset_lt: metis_Bytes - initialRelayerFeeAsset_gte: metis_Bytes - initialRelayerFeeAsset_lte: metis_Bytes - initialRelayerFeeAsset_in: [metis_Bytes!] - initialRelayerFeeAsset_not_in: [metis_Bytes!] - initialRelayerFeeAsset_contains: metis_Bytes - initialRelayerFeeAsset_not_contains: metis_Bytes - caller: metis_Bytes - caller_not: metis_Bytes - caller_gt: metis_Bytes - caller_lt: metis_Bytes - caller_gte: metis_Bytes - caller_lte: metis_Bytes - caller_in: [metis_Bytes!] - caller_not_in: [metis_Bytes!] - caller_contains: metis_Bytes - caller_not_contains: metis_Bytes - transactionHash: metis_Bytes - transactionHash_not: metis_Bytes - transactionHash_gt: metis_Bytes - transactionHash_lt: metis_Bytes - transactionHash_gte: metis_Bytes - transactionHash_lte: metis_Bytes - transactionHash_in: [metis_Bytes!] - transactionHash_not_in: [metis_Bytes!] - transactionHash_contains: metis_Bytes - transactionHash_not_contains: metis_Bytes + relayerFees_: zksync_RelayerFee_filter + initialRelayerFeeAsset: zksync_Bytes + initialRelayerFeeAsset_not: zksync_Bytes + initialRelayerFeeAsset_gt: zksync_Bytes + initialRelayerFeeAsset_lt: zksync_Bytes + initialRelayerFeeAsset_gte: zksync_Bytes + initialRelayerFeeAsset_lte: zksync_Bytes + initialRelayerFeeAsset_in: [zksync_Bytes!] + initialRelayerFeeAsset_not_in: [zksync_Bytes!] + initialRelayerFeeAsset_contains: zksync_Bytes + initialRelayerFeeAsset_not_contains: zksync_Bytes + caller: zksync_Bytes + caller_not: zksync_Bytes + caller_gt: zksync_Bytes + caller_lt: zksync_Bytes + caller_gte: zksync_Bytes + caller_lte: zksync_Bytes + caller_in: [zksync_Bytes!] + caller_not_in: [zksync_Bytes!] + caller_contains: zksync_Bytes + caller_not_contains: zksync_Bytes + transactionHash: zksync_Bytes + transactionHash_not: zksync_Bytes + transactionHash_gt: zksync_Bytes + transactionHash_lt: zksync_Bytes + transactionHash_gte: zksync_Bytes + transactionHash_lte: zksync_Bytes + transactionHash_in: [zksync_Bytes!] + transactionHash_not_in: [zksync_Bytes!] + transactionHash_contains: zksync_Bytes + transactionHash_not_contains: zksync_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -139262,16 +137923,16 @@ input metis_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: metis_Bytes - txOrigin_not: metis_Bytes - txOrigin_gt: metis_Bytes - txOrigin_lt: metis_Bytes - txOrigin_gte: metis_Bytes - txOrigin_lte: metis_Bytes - txOrigin_in: [metis_Bytes!] - txOrigin_not_in: [metis_Bytes!] - txOrigin_contains: metis_Bytes - txOrigin_not_contains: metis_Bytes + txOrigin: zksync_Bytes + txOrigin_not: zksync_Bytes + txOrigin_gt: zksync_Bytes + txOrigin_lt: zksync_Bytes + txOrigin_gte: zksync_Bytes + txOrigin_lte: zksync_Bytes + txOrigin_in: [zksync_Bytes!] + txOrigin_not_in: [zksync_Bytes!] + txOrigin_contains: zksync_Bytes + txOrigin_not_contains: zksync_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -139281,12 +137942,12 @@ input metis_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_OriginTransfer_filter] - or: [metis_OriginTransfer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_OriginTransfer_filter] + or: [zksync_OriginTransfer_filter] } -enum metis_OriginTransfer_orderBy { +enum zksync_OriginTransfer_orderBy { id chainId transferId @@ -139339,20 +138000,20 @@ enum metis_OriginTransfer_orderBy { txNonce } -type metis_Relayer { +type zksync_Relayer { id: ID! isActive: Boolean! - relayer: metis_Bytes + relayer: zksync_Bytes } -type metis_RelayerFee { +type zksync_RelayerFee { id: ID! - transfer: metis_OriginTransfer! + transfer: zksync_OriginTransfer! fee: BigInt! - asset: metis_Bytes! + asset: zksync_Bytes! } -input metis_RelayerFee_filter { +input zksync_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -139381,7 +138042,7 @@ input metis_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: metis_OriginTransfer_filter + transfer_: zksync_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -139390,23 +138051,23 @@ input metis_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: metis_Bytes - asset_not: metis_Bytes - asset_gt: metis_Bytes - asset_lt: metis_Bytes - asset_gte: metis_Bytes - asset_lte: metis_Bytes - asset_in: [metis_Bytes!] - asset_not_in: [metis_Bytes!] - asset_contains: metis_Bytes - asset_not_contains: metis_Bytes + asset: zksync_Bytes + asset_not: zksync_Bytes + asset_gt: zksync_Bytes + asset_lt: zksync_Bytes + asset_gte: zksync_Bytes + asset_lte: zksync_Bytes + asset_in: [zksync_Bytes!] + asset_not_in: [zksync_Bytes!] + asset_contains: zksync_Bytes + asset_not_contains: zksync_Bytes """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_RelayerFee_filter] - or: [metis_RelayerFee_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RelayerFee_filter] + or: [zksync_RelayerFee_filter] } -enum metis_RelayerFee_orderBy { +enum zksync_RelayerFee_orderBy { id transfer transfer__id @@ -139442,20 +138103,20 @@ enum metis_RelayerFee_orderBy { asset } -type metis_RelayerFeesIncrease { +type zksync_RelayerFeesIncrease { id: ID! - transfer: metis_OriginTransfer! + transfer: zksync_OriginTransfer! increase: BigInt - asset: metis_Bytes - caller: metis_Bytes! - transactionHash: metis_Bytes! + asset: zksync_Bytes + caller: zksync_Bytes! + transactionHash: zksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input metis_RelayerFeesIncrease_filter { +input zksync_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -139484,7 +138145,7 @@ input metis_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: metis_OriginTransfer_filter + transfer_: zksync_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -139493,36 +138154,36 @@ input metis_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: metis_Bytes - asset_not: metis_Bytes - asset_gt: metis_Bytes - asset_lt: metis_Bytes - asset_gte: metis_Bytes - asset_lte: metis_Bytes - asset_in: [metis_Bytes!] - asset_not_in: [metis_Bytes!] - asset_contains: metis_Bytes - asset_not_contains: metis_Bytes - caller: metis_Bytes - caller_not: metis_Bytes - caller_gt: metis_Bytes - caller_lt: metis_Bytes - caller_gte: metis_Bytes - caller_lte: metis_Bytes - caller_in: [metis_Bytes!] - caller_not_in: [metis_Bytes!] - caller_contains: metis_Bytes - caller_not_contains: metis_Bytes - transactionHash: metis_Bytes - transactionHash_not: metis_Bytes - transactionHash_gt: metis_Bytes - transactionHash_lt: metis_Bytes - transactionHash_gte: metis_Bytes - transactionHash_lte: metis_Bytes - transactionHash_in: [metis_Bytes!] - transactionHash_not_in: [metis_Bytes!] - transactionHash_contains: metis_Bytes - transactionHash_not_contains: metis_Bytes + asset: zksync_Bytes + asset_not: zksync_Bytes + asset_gt: zksync_Bytes + asset_lt: zksync_Bytes + asset_gte: zksync_Bytes + asset_lte: zksync_Bytes + asset_in: [zksync_Bytes!] + asset_not_in: [zksync_Bytes!] + asset_contains: zksync_Bytes + asset_not_contains: zksync_Bytes + caller: zksync_Bytes + caller_not: zksync_Bytes + caller_gt: zksync_Bytes + caller_lt: zksync_Bytes + caller_gte: zksync_Bytes + caller_lte: zksync_Bytes + caller_in: [zksync_Bytes!] + caller_not_in: [zksync_Bytes!] + caller_contains: zksync_Bytes + caller_not_contains: zksync_Bytes + transactionHash: zksync_Bytes + transactionHash_not: zksync_Bytes + transactionHash_gt: zksync_Bytes + transactionHash_lt: zksync_Bytes + transactionHash_gte: zksync_Bytes + transactionHash_lte: zksync_Bytes + transactionHash_in: [zksync_Bytes!] + transactionHash_not_in: [zksync_Bytes!] + transactionHash_contains: zksync_Bytes + transactionHash_not_contains: zksync_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -139556,12 +138217,12 @@ input metis_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_RelayerFeesIncrease_filter] - or: [metis_RelayerFeesIncrease_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RelayerFeesIncrease_filter] + or: [zksync_RelayerFeesIncrease_filter] } -enum metis_RelayerFeesIncrease_orderBy { +enum zksync_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -139603,7 +138264,7 @@ enum metis_RelayerFeesIncrease_orderBy { blockNumber } -input metis_Relayer_filter { +input zksync_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -139616,34 +138277,34 @@ input metis_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: metis_Bytes - relayer_not: metis_Bytes - relayer_gt: metis_Bytes - relayer_lt: metis_Bytes - relayer_gte: metis_Bytes - relayer_lte: metis_Bytes - relayer_in: [metis_Bytes!] - relayer_not_in: [metis_Bytes!] - relayer_contains: metis_Bytes - relayer_not_contains: metis_Bytes + relayer: zksync_Bytes + relayer_not: zksync_Bytes + relayer_gt: zksync_Bytes + relayer_lt: zksync_Bytes + relayer_gte: zksync_Bytes + relayer_lte: zksync_Bytes + relayer_in: [zksync_Bytes!] + relayer_not_in: [zksync_Bytes!] + relayer_contains: zksync_Bytes + relayer_not_contains: zksync_Bytes """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Relayer_filter] - or: [metis_Relayer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Relayer_filter] + or: [zksync_Relayer_filter] } -enum metis_Relayer_orderBy { +enum zksync_Relayer_orderBy { id isActive relayer } -type metis_RootCount { +type zksync_RootCount { id: ID! count: BigInt } -input metis_RootCount_filter { +input zksync_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -139661,31 +138322,31 @@ input metis_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_RootCount_filter] - or: [metis_RootCount_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RootCount_filter] + or: [zksync_RootCount_filter] } -enum metis_RootCount_orderBy { +enum zksync_RootCount_orderBy { id count } -type metis_RootMessageSent { +type zksync_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: metis_Bytes + root: zksync_Bytes count: BigInt - caller: metis_Bytes - transactionHash: metis_Bytes + caller: zksync_Bytes + transactionHash: zksync_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input metis_RootMessageSent_filter { +input zksync_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -139710,16 +138371,16 @@ input metis_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: metis_Bytes - root_not: metis_Bytes - root_gt: metis_Bytes - root_lt: metis_Bytes - root_gte: metis_Bytes - root_lte: metis_Bytes - root_in: [metis_Bytes!] - root_not_in: [metis_Bytes!] - root_contains: metis_Bytes - root_not_contains: metis_Bytes + root: zksync_Bytes + root_not: zksync_Bytes + root_gt: zksync_Bytes + root_lt: zksync_Bytes + root_gte: zksync_Bytes + root_lte: zksync_Bytes + root_in: [zksync_Bytes!] + root_not_in: [zksync_Bytes!] + root_contains: zksync_Bytes + root_not_contains: zksync_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -139728,26 +138389,26 @@ input metis_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: metis_Bytes - caller_not: metis_Bytes - caller_gt: metis_Bytes - caller_lt: metis_Bytes - caller_gte: metis_Bytes - caller_lte: metis_Bytes - caller_in: [metis_Bytes!] - caller_not_in: [metis_Bytes!] - caller_contains: metis_Bytes - caller_not_contains: metis_Bytes - transactionHash: metis_Bytes - transactionHash_not: metis_Bytes - transactionHash_gt: metis_Bytes - transactionHash_lt: metis_Bytes - transactionHash_gte: metis_Bytes - transactionHash_lte: metis_Bytes - transactionHash_in: [metis_Bytes!] - transactionHash_not_in: [metis_Bytes!] - transactionHash_contains: metis_Bytes - transactionHash_not_contains: metis_Bytes + caller: zksync_Bytes + caller_not: zksync_Bytes + caller_gt: zksync_Bytes + caller_lt: zksync_Bytes + caller_gte: zksync_Bytes + caller_lte: zksync_Bytes + caller_in: [zksync_Bytes!] + caller_not_in: [zksync_Bytes!] + caller_contains: zksync_Bytes + caller_not_contains: zksync_Bytes + transactionHash: zksync_Bytes + transactionHash_not: zksync_Bytes + transactionHash_gt: zksync_Bytes + transactionHash_lt: zksync_Bytes + transactionHash_gte: zksync_Bytes + transactionHash_lte: zksync_Bytes + transactionHash_in: [zksync_Bytes!] + transactionHash_not_in: [zksync_Bytes!] + transactionHash_contains: zksync_Bytes + transactionHash_not_contains: zksync_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -139781,12 +138442,12 @@ input metis_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_RootMessageSent_filter] - or: [metis_RootMessageSent_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RootMessageSent_filter] + or: [zksync_RootMessageSent_filter] } -enum metis_RootMessageSent_orderBy { +enum zksync_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -139800,25 +138461,25 @@ enum metis_RootMessageSent_orderBy { blockNumber } -type metis_Router { +type zksync_Router { id: ID! isActive: Boolean! - owner: metis_Bytes - recipient: metis_Bytes - proposedOwner: metis_Bytes + owner: zksync_Bytes + recipient: zksync_Bytes + proposedOwner: zksync_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: metis_AssetBalance_orderBy, orderDirection: metis_OrderDirection, where: metis_AssetBalance_filter): [metis_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: zksync_AssetBalance_orderBy, orderDirection: zksync_OrderDirection, where: zksync_AssetBalance_filter): [zksync_AssetBalance!]! } -type metis_RouterDailyTVL { +type zksync_RouterDailyTVL { id: ID! - router: metis_Router! - asset: metis_Asset! + router: zksync_Router! + asset: zksync_Asset! timestamp: BigInt! balance: BigInt! } -input metis_RouterDailyTVL_filter { +input zksync_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -139847,7 +138508,7 @@ input metis_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: metis_Router_filter + router_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -139868,7 +138529,7 @@ input metis_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: metis_Asset_filter + asset_: zksync_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -139886,12 +138547,12 @@ input metis_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_RouterDailyTVL_filter] - or: [metis_RouterDailyTVL_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RouterDailyTVL_filter] + or: [zksync_RouterDailyTVL_filter] } -enum metis_RouterDailyTVL_orderBy { +enum zksync_RouterDailyTVL_orderBy { id router router__id @@ -139914,26 +138575,26 @@ enum metis_RouterDailyTVL_orderBy { balance } -type metis_RouterLiquidityEvent { +type zksync_RouterLiquidityEvent { id: ID! - type: metis_RouterLiquidityEventType - router: metis_Router! - asset: metis_Asset! + type: zksync_RouterLiquidityEventType + router: zksync_Router! + asset: zksync_Asset! amount: BigInt! balance: BigInt! - caller: metis_Bytes + caller: zksync_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: metis_Bytes! + transactionHash: zksync_Bytes! nonce: BigInt! } -enum metis_RouterLiquidityEventType { +enum zksync_RouterLiquidityEventType { Add Remove } -input metis_RouterLiquidityEvent_filter { +input zksync_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -139942,10 +138603,10 @@ input metis_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: metis_RouterLiquidityEventType - type_not: metis_RouterLiquidityEventType - type_in: [metis_RouterLiquidityEventType!] - type_not_in: [metis_RouterLiquidityEventType!] + type: zksync_RouterLiquidityEventType + type_not: zksync_RouterLiquidityEventType + type_in: [zksync_RouterLiquidityEventType!] + type_not_in: [zksync_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -139966,7 +138627,7 @@ input metis_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: metis_Router_filter + router_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -139987,7 +138648,7 @@ input metis_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: metis_Asset_filter + asset_: zksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -140004,16 +138665,16 @@ input metis_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: metis_Bytes - caller_not: metis_Bytes - caller_gt: metis_Bytes - caller_lt: metis_Bytes - caller_gte: metis_Bytes - caller_lte: metis_Bytes - caller_in: [metis_Bytes!] - caller_not_in: [metis_Bytes!] - caller_contains: metis_Bytes - caller_not_contains: metis_Bytes + caller: zksync_Bytes + caller_not: zksync_Bytes + caller_gt: zksync_Bytes + caller_lt: zksync_Bytes + caller_gte: zksync_Bytes + caller_lte: zksync_Bytes + caller_in: [zksync_Bytes!] + caller_not_in: [zksync_Bytes!] + caller_contains: zksync_Bytes + caller_not_contains: zksync_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -140030,16 +138691,16 @@ input metis_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: metis_Bytes - transactionHash_not: metis_Bytes - transactionHash_gt: metis_Bytes - transactionHash_lt: metis_Bytes - transactionHash_gte: metis_Bytes - transactionHash_lte: metis_Bytes - transactionHash_in: [metis_Bytes!] - transactionHash_not_in: [metis_Bytes!] - transactionHash_contains: metis_Bytes - transactionHash_not_contains: metis_Bytes + transactionHash: zksync_Bytes + transactionHash_not: zksync_Bytes + transactionHash_gt: zksync_Bytes + transactionHash_lt: zksync_Bytes + transactionHash_gte: zksync_Bytes + transactionHash_lte: zksync_Bytes + transactionHash_in: [zksync_Bytes!] + transactionHash_not_in: [zksync_Bytes!] + transactionHash_contains: zksync_Bytes + transactionHash_not_contains: zksync_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -140049,12 +138710,12 @@ input metis_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_RouterLiquidityEvent_filter] - or: [metis_RouterLiquidityEvent_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RouterLiquidityEvent_filter] + or: [zksync_RouterLiquidityEvent_filter] } -enum metis_RouterLiquidityEvent_orderBy { +enum zksync_RouterLiquidityEvent_orderBy { id type router @@ -140083,7 +138744,7 @@ enum metis_RouterLiquidityEvent_orderBy { nonce } -input metis_Router_filter { +input zksync_Router_filter { id: ID id_not: ID id_gt: ID @@ -140096,36 +138757,36 @@ input metis_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: metis_Bytes - owner_not: metis_Bytes - owner_gt: metis_Bytes - owner_lt: metis_Bytes - owner_gte: metis_Bytes - owner_lte: metis_Bytes - owner_in: [metis_Bytes!] - owner_not_in: [metis_Bytes!] - owner_contains: metis_Bytes - owner_not_contains: metis_Bytes - recipient: metis_Bytes - recipient_not: metis_Bytes - recipient_gt: metis_Bytes - recipient_lt: metis_Bytes - recipient_gte: metis_Bytes - recipient_lte: metis_Bytes - recipient_in: [metis_Bytes!] - recipient_not_in: [metis_Bytes!] - recipient_contains: metis_Bytes - recipient_not_contains: metis_Bytes - proposedOwner: metis_Bytes - proposedOwner_not: metis_Bytes - proposedOwner_gt: metis_Bytes - proposedOwner_lt: metis_Bytes - proposedOwner_gte: metis_Bytes - proposedOwner_lte: metis_Bytes - proposedOwner_in: [metis_Bytes!] - proposedOwner_not_in: [metis_Bytes!] - proposedOwner_contains: metis_Bytes - proposedOwner_not_contains: metis_Bytes + owner: zksync_Bytes + owner_not: zksync_Bytes + owner_gt: zksync_Bytes + owner_lt: zksync_Bytes + owner_gte: zksync_Bytes + owner_lte: zksync_Bytes + owner_in: [zksync_Bytes!] + owner_not_in: [zksync_Bytes!] + owner_contains: zksync_Bytes + owner_not_contains: zksync_Bytes + recipient: zksync_Bytes + recipient_not: zksync_Bytes + recipient_gt: zksync_Bytes + recipient_lt: zksync_Bytes + recipient_gte: zksync_Bytes + recipient_lte: zksync_Bytes + recipient_in: [zksync_Bytes!] + recipient_not_in: [zksync_Bytes!] + recipient_contains: zksync_Bytes + recipient_not_contains: zksync_Bytes + proposedOwner: zksync_Bytes + proposedOwner_not: zksync_Bytes + proposedOwner_gt: zksync_Bytes + proposedOwner_lt: zksync_Bytes + proposedOwner_gte: zksync_Bytes + proposedOwner_lte: zksync_Bytes + proposedOwner_in: [zksync_Bytes!] + proposedOwner_not_in: [zksync_Bytes!] + proposedOwner_contains: zksync_Bytes + proposedOwner_not_contains: zksync_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -140134,14 +138795,14 @@ input metis_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: metis_AssetBalance_filter + assetBalances_: zksync_AssetBalance_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Router_filter] - or: [metis_Router_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Router_filter] + or: [zksync_Router_filter] } -enum metis_Router_orderBy { +enum zksync_Router_orderBy { id isActive owner @@ -140151,13 +138812,13 @@ enum metis_Router_orderBy { assetBalances } -type metis_Sequencer { +type zksync_Sequencer { id: ID! isActive: Boolean! - sequencer: metis_Bytes + sequencer: zksync_Bytes } -input metis_Sequencer_filter { +input zksync_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -140170,35 +138831,35 @@ input metis_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: metis_Bytes - sequencer_not: metis_Bytes - sequencer_gt: metis_Bytes - sequencer_lt: metis_Bytes - sequencer_gte: metis_Bytes - sequencer_lte: metis_Bytes - sequencer_in: [metis_Bytes!] - sequencer_not_in: [metis_Bytes!] - sequencer_contains: metis_Bytes - sequencer_not_contains: metis_Bytes + sequencer: zksync_Bytes + sequencer_not: zksync_Bytes + sequencer_gt: zksync_Bytes + sequencer_lt: zksync_Bytes + sequencer_gte: zksync_Bytes + sequencer_lte: zksync_Bytes + sequencer_in: [zksync_Bytes!] + sequencer_not_in: [zksync_Bytes!] + sequencer_contains: zksync_Bytes + sequencer_not_contains: zksync_Bytes """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Sequencer_filter] - or: [metis_Sequencer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Sequencer_filter] + or: [zksync_Sequencer_filter] } -enum metis_Sequencer_orderBy { +enum zksync_Sequencer_orderBy { id isActive sequencer } -type metis_Setting { +type zksync_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: metis_Bytes! + caller: zksync_Bytes! } -input metis_Setting_filter { +input zksync_Setting_filter { id: ID id_not: ID id_gt: ID @@ -140215,41 +138876,41 @@ input metis_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: metis_Bytes - caller_not: metis_Bytes - caller_gt: metis_Bytes - caller_lt: metis_Bytes - caller_gte: metis_Bytes - caller_lte: metis_Bytes - caller_in: [metis_Bytes!] - caller_not_in: [metis_Bytes!] - caller_contains: metis_Bytes - caller_not_contains: metis_Bytes + caller: zksync_Bytes + caller_not: zksync_Bytes + caller_gt: zksync_Bytes + caller_lt: zksync_Bytes + caller_gte: zksync_Bytes + caller_lte: zksync_Bytes + caller_in: [zksync_Bytes!] + caller_not_in: [zksync_Bytes!] + caller_contains: zksync_Bytes + caller_not_contains: zksync_Bytes """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Setting_filter] - or: [metis_Setting_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Setting_filter] + or: [zksync_Setting_filter] } -enum metis_Setting_orderBy { +enum zksync_Setting_orderBy { id maxRoutersPerTransfer caller } -type metis_SlippageUpdate { +type zksync_SlippageUpdate { id: ID! - transfer: metis_DestinationTransfer! + transfer: zksync_DestinationTransfer! slippage: BigInt! - caller: metis_Bytes! - transactionHash: metis_Bytes! + caller: zksync_Bytes! + transactionHash: zksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input metis_SlippageUpdate_filter { +input zksync_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -140278,7 +138939,7 @@ input metis_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: metis_DestinationTransfer_filter + transfer_: zksync_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -140287,26 +138948,26 @@ input metis_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: metis_Bytes - caller_not: metis_Bytes - caller_gt: metis_Bytes - caller_lt: metis_Bytes - caller_gte: metis_Bytes - caller_lte: metis_Bytes - caller_in: [metis_Bytes!] - caller_not_in: [metis_Bytes!] - caller_contains: metis_Bytes - caller_not_contains: metis_Bytes - transactionHash: metis_Bytes - transactionHash_not: metis_Bytes - transactionHash_gt: metis_Bytes - transactionHash_lt: metis_Bytes - transactionHash_gte: metis_Bytes - transactionHash_lte: metis_Bytes - transactionHash_in: [metis_Bytes!] - transactionHash_not_in: [metis_Bytes!] - transactionHash_contains: metis_Bytes - transactionHash_not_contains: metis_Bytes + caller: zksync_Bytes + caller_not: zksync_Bytes + caller_gt: zksync_Bytes + caller_lt: zksync_Bytes + caller_gte: zksync_Bytes + caller_lte: zksync_Bytes + caller_in: [zksync_Bytes!] + caller_not_in: [zksync_Bytes!] + caller_contains: zksync_Bytes + caller_not_contains: zksync_Bytes + transactionHash: zksync_Bytes + transactionHash_not: zksync_Bytes + transactionHash_gt: zksync_Bytes + transactionHash_lt: zksync_Bytes + transactionHash_gte: zksync_Bytes + transactionHash_lte: zksync_Bytes + transactionHash_in: [zksync_Bytes!] + transactionHash_not_in: [zksync_Bytes!] + transactionHash_contains: zksync_Bytes + transactionHash_not_contains: zksync_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -140340,12 +139001,12 @@ input metis_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_SlippageUpdate_filter] - or: [metis_SlippageUpdate_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_SlippageUpdate_filter] + or: [zksync_SlippageUpdate_filter] } -enum metis_SlippageUpdate_orderBy { +enum zksync_SlippageUpdate_orderBy { id transfer transfer__id @@ -140393,16 +139054,16 @@ enum metis_SlippageUpdate_orderBy { blockNumber } -type metis_SnapshotRoot { +type zksync_SnapshotRoot { id: ID! spokeDomain: BigInt - root: metis_Bytes! + root: zksync_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input metis_SnapshotRoot_filter { +input zksync_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -140419,16 +139080,16 @@ input metis_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: metis_Bytes - root_not: metis_Bytes - root_gt: metis_Bytes - root_lt: metis_Bytes - root_gte: metis_Bytes - root_lte: metis_Bytes - root_in: [metis_Bytes!] - root_not_in: [metis_Bytes!] - root_contains: metis_Bytes - root_not_contains: metis_Bytes + root: zksync_Bytes + root_not: zksync_Bytes + root_gt: zksync_Bytes + root_lt: zksync_Bytes + root_gte: zksync_Bytes + root_lte: zksync_Bytes + root_in: [zksync_Bytes!] + root_not_in: [zksync_Bytes!] + root_contains: zksync_Bytes + root_not_contains: zksync_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -140454,12 +139115,12 @@ input metis_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_SnapshotRoot_filter] - or: [metis_SnapshotRoot_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_SnapshotRoot_filter] + or: [zksync_SnapshotRoot_filter] } -enum metis_SnapshotRoot_orderBy { +enum zksync_SnapshotRoot_orderBy { id spokeDomain root @@ -140468,12 +139129,12 @@ enum metis_SnapshotRoot_orderBy { blockNumber } -type metis_SpokeConnectorMode { +type zksync_SpokeConnectorMode { id: ID! mode: String! } -input metis_SpokeConnectorMode_filter { +input zksync_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -140503,17 +139164,17 @@ input metis_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_SpokeConnectorMode_filter] - or: [metis_SpokeConnectorMode_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_SpokeConnectorMode_filter] + or: [zksync_SpokeConnectorMode_filter] } -enum metis_SpokeConnectorMode_orderBy { +enum zksync_SpokeConnectorMode_orderBy { id mode } -enum metis_TransferStatus { +enum zksync_TransferStatus { XCalled Executed Reconciled @@ -140521,17 +139182,19 @@ enum metis_TransferStatus { CompletedFast } -type metis__Block_ { +type zksync__Block_ { """The hash of the block""" - hash: metis_Bytes + hash: zksync_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: zksync_Bytes } """The type for the top-level _meta field""" -type metis__Meta_ { +type zksync__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -140539,22 +139202,22 @@ type metis__Meta_ { and therefore asks for the latest block """ - block: metis__Block_! + block: zksync__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingoptimism_AggregateRoot { +type mantle_AggregateRoot { id: ID! - root: stagingoptimism_Bytes! + root: mantle_Bytes! blockNumber: BigInt! } -type stagingoptimism_AggregateRootProposed { +type mantle_AggregateRootProposed { id: ID! - aggregateRoot: stagingoptimism_Bytes! + aggregateRoot: mantle_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -140562,7 +139225,7 @@ type stagingoptimism_AggregateRootProposed { blockNumber: BigInt } -input stagingoptimism_AggregateRootProposed_filter { +input mantle_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -140571,16 +139234,16 @@ input stagingoptimism_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingoptimism_Bytes - aggregateRoot_not: stagingoptimism_Bytes - aggregateRoot_gt: stagingoptimism_Bytes - aggregateRoot_lt: stagingoptimism_Bytes - aggregateRoot_gte: stagingoptimism_Bytes - aggregateRoot_lte: stagingoptimism_Bytes - aggregateRoot_in: [stagingoptimism_Bytes!] - aggregateRoot_not_in: [stagingoptimism_Bytes!] - aggregateRoot_contains: stagingoptimism_Bytes - aggregateRoot_not_contains: stagingoptimism_Bytes + aggregateRoot: mantle_Bytes + aggregateRoot_not: mantle_Bytes + aggregateRoot_gt: mantle_Bytes + aggregateRoot_lt: mantle_Bytes + aggregateRoot_gte: mantle_Bytes + aggregateRoot_lte: mantle_Bytes + aggregateRoot_in: [mantle_Bytes!] + aggregateRoot_not_in: [mantle_Bytes!] + aggregateRoot_contains: mantle_Bytes + aggregateRoot_not_contains: mantle_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -140622,12 +139285,12 @@ input stagingoptimism_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_AggregateRootProposed_filter] - or: [stagingoptimism_AggregateRootProposed_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_AggregateRootProposed_filter] + or: [mantle_AggregateRootProposed_filter] } -enum stagingoptimism_AggregateRootProposed_orderBy { +enum mantle_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -140637,7 +139300,7 @@ enum stagingoptimism_AggregateRootProposed_orderBy { blockNumber } -input stagingoptimism_AggregateRoot_filter { +input mantle_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -140646,16 +139309,16 @@ input stagingoptimism_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingoptimism_Bytes - root_not: stagingoptimism_Bytes - root_gt: stagingoptimism_Bytes - root_lt: stagingoptimism_Bytes - root_gte: stagingoptimism_Bytes - root_lte: stagingoptimism_Bytes - root_in: [stagingoptimism_Bytes!] - root_not_in: [stagingoptimism_Bytes!] - root_contains: stagingoptimism_Bytes - root_not_contains: stagingoptimism_Bytes + root: mantle_Bytes + root_not: mantle_Bytes + root_gt: mantle_Bytes + root_lt: mantle_Bytes + root_gte: mantle_Bytes + root_lte: mantle_Bytes + root_in: [mantle_Bytes!] + root_not_in: [mantle_Bytes!] + root_contains: mantle_Bytes + root_not_contains: mantle_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -140665,47 +139328,47 @@ input stagingoptimism_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_AggregateRoot_filter] - or: [stagingoptimism_AggregateRoot_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_AggregateRoot_filter] + or: [mantle_AggregateRoot_filter] } -enum stagingoptimism_AggregateRoot_orderBy { +enum mantle_AggregateRoot_orderBy { id root blockNumber } -enum stagingoptimism_Aggregation_interval { +enum mantle_Aggregation_interval { hour day } -type stagingoptimism_Asset { +type mantle_Asset { id: ID! - key: stagingoptimism_Bytes + key: mantle_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingoptimism_Bytes + canonicalId: mantle_Bytes canonicalDomain: BigInt - adoptedAsset: stagingoptimism_Bytes - localAsset: stagingoptimism_Bytes + adoptedAsset: mantle_Bytes + localAsset: mantle_Bytes blockNumber: BigInt - status: stagingoptimism_AssetStatus + status: mantle_AssetStatus } -type stagingoptimism_AssetBalance { +type mantle_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingoptimism_Router! - asset: stagingoptimism_Asset! + router: mantle_Router! + asset: mantle_Asset! feesEarned: BigInt! } -input stagingoptimism_AssetBalance_filter { +input mantle_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -140766,7 +139429,7 @@ input stagingoptimism_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingoptimism_Router_filter + router_: mantle_Router_filter asset: String asset_not: String asset_gt: String @@ -140787,7 +139450,7 @@ input stagingoptimism_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingoptimism_Asset_filter + asset_: mantle_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -140797,12 +139460,12 @@ input stagingoptimism_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_AssetBalance_filter] - or: [stagingoptimism_AssetBalance_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_AssetBalance_filter] + or: [mantle_AssetBalance_filter] } -enum stagingoptimism_AssetBalance_orderBy { +enum mantle_AssetBalance_orderBy { id amount locked @@ -140828,12 +139491,12 @@ enum stagingoptimism_AssetBalance_orderBy { feesEarned } -type stagingoptimism_AssetStatus { +type mantle_AssetStatus { id: ID! status: Boolean } -input stagingoptimism_AssetStatus_filter { +input mantle_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -140847,17 +139510,17 @@ input stagingoptimism_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_AssetStatus_filter] - or: [stagingoptimism_AssetStatus_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_AssetStatus_filter] + or: [mantle_AssetStatus_filter] } -enum stagingoptimism_AssetStatus_orderBy { +enum mantle_AssetStatus_orderBy { id status } -input stagingoptimism_Asset_filter { +input mantle_Asset_filter { id: ID id_not: ID id_gt: ID @@ -140866,16 +139529,16 @@ input stagingoptimism_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingoptimism_Bytes - key_not: stagingoptimism_Bytes - key_gt: stagingoptimism_Bytes - key_lt: stagingoptimism_Bytes - key_gte: stagingoptimism_Bytes - key_lte: stagingoptimism_Bytes - key_in: [stagingoptimism_Bytes!] - key_not_in: [stagingoptimism_Bytes!] - key_contains: stagingoptimism_Bytes - key_not_contains: stagingoptimism_Bytes + key: mantle_Bytes + key_not: mantle_Bytes + key_gt: mantle_Bytes + key_lt: mantle_Bytes + key_gte: mantle_Bytes + key_lte: mantle_Bytes + key_in: [mantle_Bytes!] + key_not_in: [mantle_Bytes!] + key_contains: mantle_Bytes + key_not_contains: mantle_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -140892,44 +139555,44 @@ input stagingoptimism_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingoptimism_Bytes - canonicalId_not: stagingoptimism_Bytes - canonicalId_gt: stagingoptimism_Bytes - canonicalId_lt: stagingoptimism_Bytes - canonicalId_gte: stagingoptimism_Bytes - canonicalId_lte: stagingoptimism_Bytes - canonicalId_in: [stagingoptimism_Bytes!] - canonicalId_not_in: [stagingoptimism_Bytes!] - canonicalId_contains: stagingoptimism_Bytes - canonicalId_not_contains: stagingoptimism_Bytes + canonicalId: mantle_Bytes + canonicalId_not: mantle_Bytes + canonicalId_gt: mantle_Bytes + canonicalId_lt: mantle_Bytes + canonicalId_gte: mantle_Bytes + canonicalId_lte: mantle_Bytes + canonicalId_in: [mantle_Bytes!] + canonicalId_not_in: [mantle_Bytes!] + canonicalId_contains: mantle_Bytes + canonicalId_not_contains: mantle_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: stagingoptimism_Bytes - adoptedAsset_not: stagingoptimism_Bytes - adoptedAsset_gt: stagingoptimism_Bytes - adoptedAsset_lt: stagingoptimism_Bytes - adoptedAsset_gte: stagingoptimism_Bytes - adoptedAsset_lte: stagingoptimism_Bytes - adoptedAsset_in: [stagingoptimism_Bytes!] - adoptedAsset_not_in: [stagingoptimism_Bytes!] - adoptedAsset_contains: stagingoptimism_Bytes - adoptedAsset_not_contains: stagingoptimism_Bytes - localAsset: stagingoptimism_Bytes - localAsset_not: stagingoptimism_Bytes - localAsset_gt: stagingoptimism_Bytes - localAsset_lt: stagingoptimism_Bytes - localAsset_gte: stagingoptimism_Bytes - localAsset_lte: stagingoptimism_Bytes - localAsset_in: [stagingoptimism_Bytes!] - localAsset_not_in: [stagingoptimism_Bytes!] - localAsset_contains: stagingoptimism_Bytes - localAsset_not_contains: stagingoptimism_Bytes + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: mantle_Bytes + adoptedAsset_not: mantle_Bytes + adoptedAsset_gt: mantle_Bytes + adoptedAsset_lt: mantle_Bytes + adoptedAsset_gte: mantle_Bytes + adoptedAsset_lte: mantle_Bytes + adoptedAsset_in: [mantle_Bytes!] + adoptedAsset_not_in: [mantle_Bytes!] + adoptedAsset_contains: mantle_Bytes + adoptedAsset_not_contains: mantle_Bytes + localAsset: mantle_Bytes + localAsset_not: mantle_Bytes + localAsset_gt: mantle_Bytes + localAsset_lt: mantle_Bytes + localAsset_gte: mantle_Bytes + localAsset_lte: mantle_Bytes + localAsset_in: [mantle_Bytes!] + localAsset_not_in: [mantle_Bytes!] + localAsset_contains: mantle_Bytes + localAsset_not_contains: mantle_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -140958,14 +139621,14 @@ input stagingoptimism_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingoptimism_AssetStatus_filter + status_: mantle_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Asset_filter] - or: [stagingoptimism_Asset_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Asset_filter] + or: [mantle_Asset_filter] } -enum stagingoptimism_Asset_orderBy { +enum mantle_Asset_orderBy { id key decimal @@ -140980,30 +139643,30 @@ enum stagingoptimism_Asset_orderBy { status__status } -scalar stagingoptimism_BigDecimal +scalar mantle_BigDecimal -input stagingoptimism_BlockChangedFilter { +input mantle_BlockChangedFilter { number_gte: Int! } -input stagingoptimism_Block_height { - hash: stagingoptimism_Bytes +input mantle_Block_height { + hash: mantle_Bytes number: Int number_gte: Int } -scalar stagingoptimism_Bytes +scalar mantle_Bytes -type stagingoptimism_ConnectorMeta { +type mantle_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingoptimism_Bytes - rootManager: stagingoptimism_Bytes - mirrorConnector: stagingoptimism_Bytes + amb: mantle_Bytes + rootManager: mantle_Bytes + mirrorConnector: mantle_Bytes } -input stagingoptimism_ConnectorMeta_filter { +input mantle_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -141028,43 +139691,43 @@ input stagingoptimism_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingoptimism_Bytes - amb_not: stagingoptimism_Bytes - amb_gt: stagingoptimism_Bytes - amb_lt: stagingoptimism_Bytes - amb_gte: stagingoptimism_Bytes - amb_lte: stagingoptimism_Bytes - amb_in: [stagingoptimism_Bytes!] - amb_not_in: [stagingoptimism_Bytes!] - amb_contains: stagingoptimism_Bytes - amb_not_contains: stagingoptimism_Bytes - rootManager: stagingoptimism_Bytes - rootManager_not: stagingoptimism_Bytes - rootManager_gt: stagingoptimism_Bytes - rootManager_lt: stagingoptimism_Bytes - rootManager_gte: stagingoptimism_Bytes - rootManager_lte: stagingoptimism_Bytes - rootManager_in: [stagingoptimism_Bytes!] - rootManager_not_in: [stagingoptimism_Bytes!] - rootManager_contains: stagingoptimism_Bytes - rootManager_not_contains: stagingoptimism_Bytes - mirrorConnector: stagingoptimism_Bytes - mirrorConnector_not: stagingoptimism_Bytes - mirrorConnector_gt: stagingoptimism_Bytes - mirrorConnector_lt: stagingoptimism_Bytes - mirrorConnector_gte: stagingoptimism_Bytes - mirrorConnector_lte: stagingoptimism_Bytes - mirrorConnector_in: [stagingoptimism_Bytes!] - mirrorConnector_not_in: [stagingoptimism_Bytes!] - mirrorConnector_contains: stagingoptimism_Bytes - mirrorConnector_not_contains: stagingoptimism_Bytes + amb: mantle_Bytes + amb_not: mantle_Bytes + amb_gt: mantle_Bytes + amb_lt: mantle_Bytes + amb_gte: mantle_Bytes + amb_lte: mantle_Bytes + amb_in: [mantle_Bytes!] + amb_not_in: [mantle_Bytes!] + amb_contains: mantle_Bytes + amb_not_contains: mantle_Bytes + rootManager: mantle_Bytes + rootManager_not: mantle_Bytes + rootManager_gt: mantle_Bytes + rootManager_lt: mantle_Bytes + rootManager_gte: mantle_Bytes + rootManager_lte: mantle_Bytes + rootManager_in: [mantle_Bytes!] + rootManager_not_in: [mantle_Bytes!] + rootManager_contains: mantle_Bytes + rootManager_not_contains: mantle_Bytes + mirrorConnector: mantle_Bytes + mirrorConnector_not: mantle_Bytes + mirrorConnector_gt: mantle_Bytes + mirrorConnector_lt: mantle_Bytes + mirrorConnector_gte: mantle_Bytes + mirrorConnector_lte: mantle_Bytes + mirrorConnector_in: [mantle_Bytes!] + mirrorConnector_not_in: [mantle_Bytes!] + mirrorConnector_contains: mantle_Bytes + mirrorConnector_not_contains: mantle_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_ConnectorMeta_filter] - or: [stagingoptimism_ConnectorMeta_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_ConnectorMeta_filter] + or: [mantle_ConnectorMeta_filter] } -enum stagingoptimism_ConnectorMeta_orderBy { +enum mantle_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -141073,48 +139736,48 @@ enum stagingoptimism_ConnectorMeta_orderBy { mirrorConnector } -type stagingoptimism_DestinationTransfer { +type mantle_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingoptimism_Bytes + transferId: mantle_Bytes nonce: BigInt - status: stagingoptimism_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingoptimism_Router_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_Router_filter): [stagingoptimism_Router!] + status: mantle_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mantle_Router_orderBy, orderDirection: mantle_OrderDirection, where: mantle_Router_filter): [mantle_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingoptimism_Bytes - delegate: stagingoptimism_Bytes + to: mantle_Bytes + delegate: mantle_Bytes receiveLocal: Boolean - callData: stagingoptimism_Bytes + callData: mantle_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingoptimism_Bytes + originSender: mantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingoptimism_Bytes - asset: stagingoptimism_Asset + canonicalId: mantle_Bytes + asset: mantle_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingoptimism_Bytes - executedTransactionHash: stagingoptimism_Bytes + executedCaller: mantle_Bytes + executedTransactionHash: mantle_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingoptimism_Bytes + executedTxOrigin: mantle_Bytes executedTxNonce: BigInt - reconciledCaller: stagingoptimism_Bytes - reconciledTransactionHash: stagingoptimism_Bytes + reconciledCaller: mantle_Bytes + reconciledTransactionHash: mantle_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingoptimism_Bytes + reconciledTxOrigin: mantle_Bytes reconciledTxNonce: BigInt } -input stagingoptimism_DestinationTransfer_filter { +input mantle_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -141131,16 +139794,16 @@ input stagingoptimism_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingoptimism_Bytes - transferId_not: stagingoptimism_Bytes - transferId_gt: stagingoptimism_Bytes - transferId_lt: stagingoptimism_Bytes - transferId_gte: stagingoptimism_Bytes - transferId_lte: stagingoptimism_Bytes - transferId_in: [stagingoptimism_Bytes!] - transferId_not_in: [stagingoptimism_Bytes!] - transferId_contains: stagingoptimism_Bytes - transferId_not_contains: stagingoptimism_Bytes + transferId: mantle_Bytes + transferId_not: mantle_Bytes + transferId_gt: mantle_Bytes + transferId_lt: mantle_Bytes + transferId_gte: mantle_Bytes + transferId_lte: mantle_Bytes + transferId_in: [mantle_Bytes!] + transferId_not_in: [mantle_Bytes!] + transferId_contains: mantle_Bytes + transferId_not_contains: mantle_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -141149,17 +139812,17 @@ input stagingoptimism_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingoptimism_TransferStatus - status_not: stagingoptimism_TransferStatus - status_in: [stagingoptimism_TransferStatus!] - status_not_in: [stagingoptimism_TransferStatus!] + status: mantle_TransferStatus + status_not: mantle_TransferStatus + status_in: [mantle_TransferStatus!] + status_not_in: [mantle_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingoptimism_Router_filter + routers_: mantle_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -141184,40 +139847,40 @@ input stagingoptimism_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingoptimism_Bytes - to_not: stagingoptimism_Bytes - to_gt: stagingoptimism_Bytes - to_lt: stagingoptimism_Bytes - to_gte: stagingoptimism_Bytes - to_lte: stagingoptimism_Bytes - to_in: [stagingoptimism_Bytes!] - to_not_in: [stagingoptimism_Bytes!] - to_contains: stagingoptimism_Bytes - to_not_contains: stagingoptimism_Bytes - delegate: stagingoptimism_Bytes - delegate_not: stagingoptimism_Bytes - delegate_gt: stagingoptimism_Bytes - delegate_lt: stagingoptimism_Bytes - delegate_gte: stagingoptimism_Bytes - delegate_lte: stagingoptimism_Bytes - delegate_in: [stagingoptimism_Bytes!] - delegate_not_in: [stagingoptimism_Bytes!] - delegate_contains: stagingoptimism_Bytes - delegate_not_contains: stagingoptimism_Bytes + to: mantle_Bytes + to_not: mantle_Bytes + to_gt: mantle_Bytes + to_lt: mantle_Bytes + to_gte: mantle_Bytes + to_lte: mantle_Bytes + to_in: [mantle_Bytes!] + to_not_in: [mantle_Bytes!] + to_contains: mantle_Bytes + to_not_contains: mantle_Bytes + delegate: mantle_Bytes + delegate_not: mantle_Bytes + delegate_gt: mantle_Bytes + delegate_lt: mantle_Bytes + delegate_gte: mantle_Bytes + delegate_lte: mantle_Bytes + delegate_in: [mantle_Bytes!] + delegate_not_in: [mantle_Bytes!] + delegate_contains: mantle_Bytes + delegate_not_contains: mantle_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingoptimism_Bytes - callData_not: stagingoptimism_Bytes - callData_gt: stagingoptimism_Bytes - callData_lt: stagingoptimism_Bytes - callData_gte: stagingoptimism_Bytes - callData_lte: stagingoptimism_Bytes - callData_in: [stagingoptimism_Bytes!] - callData_not_in: [stagingoptimism_Bytes!] - callData_contains: stagingoptimism_Bytes - callData_not_contains: stagingoptimism_Bytes + callData: mantle_Bytes + callData_not: mantle_Bytes + callData_gt: mantle_Bytes + callData_lt: mantle_Bytes + callData_gte: mantle_Bytes + callData_lte: mantle_Bytes + callData_in: [mantle_Bytes!] + callData_not_in: [mantle_Bytes!] + callData_contains: mantle_Bytes + callData_not_contains: mantle_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -141234,16 +139897,16 @@ input stagingoptimism_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingoptimism_Bytes - originSender_not: stagingoptimism_Bytes - originSender_gt: stagingoptimism_Bytes - originSender_lt: stagingoptimism_Bytes - originSender_gte: stagingoptimism_Bytes - originSender_lte: stagingoptimism_Bytes - originSender_in: [stagingoptimism_Bytes!] - originSender_not_in: [stagingoptimism_Bytes!] - originSender_contains: stagingoptimism_Bytes - originSender_not_contains: stagingoptimism_Bytes + originSender: mantle_Bytes + originSender_not: mantle_Bytes + originSender_gt: mantle_Bytes + originSender_lt: mantle_Bytes + originSender_gte: mantle_Bytes + originSender_lte: mantle_Bytes + originSender_in: [mantle_Bytes!] + originSender_not_in: [mantle_Bytes!] + originSender_contains: mantle_Bytes + originSender_not_contains: mantle_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -141260,16 +139923,16 @@ input stagingoptimism_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingoptimism_Bytes - canonicalId_not: stagingoptimism_Bytes - canonicalId_gt: stagingoptimism_Bytes - canonicalId_lt: stagingoptimism_Bytes - canonicalId_gte: stagingoptimism_Bytes - canonicalId_lte: stagingoptimism_Bytes - canonicalId_in: [stagingoptimism_Bytes!] - canonicalId_not_in: [stagingoptimism_Bytes!] - canonicalId_contains: stagingoptimism_Bytes - canonicalId_not_contains: stagingoptimism_Bytes + canonicalId: mantle_Bytes + canonicalId_not: mantle_Bytes + canonicalId_gt: mantle_Bytes + canonicalId_lt: mantle_Bytes + canonicalId_gte: mantle_Bytes + canonicalId_lte: mantle_Bytes + canonicalId_in: [mantle_Bytes!] + canonicalId_not_in: [mantle_Bytes!] + canonicalId_contains: mantle_Bytes + canonicalId_not_contains: mantle_Bytes asset: String asset_not: String asset_gt: String @@ -141290,7 +139953,7 @@ input stagingoptimism_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingoptimism_Asset_filter + asset_: mantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -141307,26 +139970,26 @@ input stagingoptimism_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingoptimism_Bytes - executedCaller_not: stagingoptimism_Bytes - executedCaller_gt: stagingoptimism_Bytes - executedCaller_lt: stagingoptimism_Bytes - executedCaller_gte: stagingoptimism_Bytes - executedCaller_lte: stagingoptimism_Bytes - executedCaller_in: [stagingoptimism_Bytes!] - executedCaller_not_in: [stagingoptimism_Bytes!] - executedCaller_contains: stagingoptimism_Bytes - executedCaller_not_contains: stagingoptimism_Bytes - executedTransactionHash: stagingoptimism_Bytes - executedTransactionHash_not: stagingoptimism_Bytes - executedTransactionHash_gt: stagingoptimism_Bytes - executedTransactionHash_lt: stagingoptimism_Bytes - executedTransactionHash_gte: stagingoptimism_Bytes - executedTransactionHash_lte: stagingoptimism_Bytes - executedTransactionHash_in: [stagingoptimism_Bytes!] - executedTransactionHash_not_in: [stagingoptimism_Bytes!] - executedTransactionHash_contains: stagingoptimism_Bytes - executedTransactionHash_not_contains: stagingoptimism_Bytes + executedCaller: mantle_Bytes + executedCaller_not: mantle_Bytes + executedCaller_gt: mantle_Bytes + executedCaller_lt: mantle_Bytes + executedCaller_gte: mantle_Bytes + executedCaller_lte: mantle_Bytes + executedCaller_in: [mantle_Bytes!] + executedCaller_not_in: [mantle_Bytes!] + executedCaller_contains: mantle_Bytes + executedCaller_not_contains: mantle_Bytes + executedTransactionHash: mantle_Bytes + executedTransactionHash_not: mantle_Bytes + executedTransactionHash_gt: mantle_Bytes + executedTransactionHash_lt: mantle_Bytes + executedTransactionHash_gte: mantle_Bytes + executedTransactionHash_lte: mantle_Bytes + executedTransactionHash_in: [mantle_Bytes!] + executedTransactionHash_not_in: [mantle_Bytes!] + executedTransactionHash_contains: mantle_Bytes + executedTransactionHash_not_contains: mantle_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -141359,16 +140022,16 @@ input stagingoptimism_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingoptimism_Bytes - executedTxOrigin_not: stagingoptimism_Bytes - executedTxOrigin_gt: stagingoptimism_Bytes - executedTxOrigin_lt: stagingoptimism_Bytes - executedTxOrigin_gte: stagingoptimism_Bytes - executedTxOrigin_lte: stagingoptimism_Bytes - executedTxOrigin_in: [stagingoptimism_Bytes!] - executedTxOrigin_not_in: [stagingoptimism_Bytes!] - executedTxOrigin_contains: stagingoptimism_Bytes - executedTxOrigin_not_contains: stagingoptimism_Bytes + executedTxOrigin: mantle_Bytes + executedTxOrigin_not: mantle_Bytes + executedTxOrigin_gt: mantle_Bytes + executedTxOrigin_lt: mantle_Bytes + executedTxOrigin_gte: mantle_Bytes + executedTxOrigin_lte: mantle_Bytes + executedTxOrigin_in: [mantle_Bytes!] + executedTxOrigin_not_in: [mantle_Bytes!] + executedTxOrigin_contains: mantle_Bytes + executedTxOrigin_not_contains: mantle_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -141377,26 +140040,26 @@ input stagingoptimism_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingoptimism_Bytes - reconciledCaller_not: stagingoptimism_Bytes - reconciledCaller_gt: stagingoptimism_Bytes - reconciledCaller_lt: stagingoptimism_Bytes - reconciledCaller_gte: stagingoptimism_Bytes - reconciledCaller_lte: stagingoptimism_Bytes - reconciledCaller_in: [stagingoptimism_Bytes!] - reconciledCaller_not_in: [stagingoptimism_Bytes!] - reconciledCaller_contains: stagingoptimism_Bytes - reconciledCaller_not_contains: stagingoptimism_Bytes - reconciledTransactionHash: stagingoptimism_Bytes - reconciledTransactionHash_not: stagingoptimism_Bytes - reconciledTransactionHash_gt: stagingoptimism_Bytes - reconciledTransactionHash_lt: stagingoptimism_Bytes - reconciledTransactionHash_gte: stagingoptimism_Bytes - reconciledTransactionHash_lte: stagingoptimism_Bytes - reconciledTransactionHash_in: [stagingoptimism_Bytes!] - reconciledTransactionHash_not_in: [stagingoptimism_Bytes!] - reconciledTransactionHash_contains: stagingoptimism_Bytes - reconciledTransactionHash_not_contains: stagingoptimism_Bytes + reconciledCaller: mantle_Bytes + reconciledCaller_not: mantle_Bytes + reconciledCaller_gt: mantle_Bytes + reconciledCaller_lt: mantle_Bytes + reconciledCaller_gte: mantle_Bytes + reconciledCaller_lte: mantle_Bytes + reconciledCaller_in: [mantle_Bytes!] + reconciledCaller_not_in: [mantle_Bytes!] + reconciledCaller_contains: mantle_Bytes + reconciledCaller_not_contains: mantle_Bytes + reconciledTransactionHash: mantle_Bytes + reconciledTransactionHash_not: mantle_Bytes + reconciledTransactionHash_gt: mantle_Bytes + reconciledTransactionHash_lt: mantle_Bytes + reconciledTransactionHash_gte: mantle_Bytes + reconciledTransactionHash_lte: mantle_Bytes + reconciledTransactionHash_in: [mantle_Bytes!] + reconciledTransactionHash_not_in: [mantle_Bytes!] + reconciledTransactionHash_contains: mantle_Bytes + reconciledTransactionHash_not_contains: mantle_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -141429,16 +140092,16 @@ input stagingoptimism_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingoptimism_Bytes - reconciledTxOrigin_not: stagingoptimism_Bytes - reconciledTxOrigin_gt: stagingoptimism_Bytes - reconciledTxOrigin_lt: stagingoptimism_Bytes - reconciledTxOrigin_gte: stagingoptimism_Bytes - reconciledTxOrigin_lte: stagingoptimism_Bytes - reconciledTxOrigin_in: [stagingoptimism_Bytes!] - reconciledTxOrigin_not_in: [stagingoptimism_Bytes!] - reconciledTxOrigin_contains: stagingoptimism_Bytes - reconciledTxOrigin_not_contains: stagingoptimism_Bytes + reconciledTxOrigin: mantle_Bytes + reconciledTxOrigin_not: mantle_Bytes + reconciledTxOrigin_gt: mantle_Bytes + reconciledTxOrigin_lt: mantle_Bytes + reconciledTxOrigin_gte: mantle_Bytes + reconciledTxOrigin_lte: mantle_Bytes + reconciledTxOrigin_in: [mantle_Bytes!] + reconciledTxOrigin_not_in: [mantle_Bytes!] + reconciledTxOrigin_contains: mantle_Bytes + reconciledTxOrigin_not_contains: mantle_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -141448,12 +140111,12 @@ input stagingoptimism_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_DestinationTransfer_filter] - or: [stagingoptimism_DestinationTransfer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_DestinationTransfer_filter] + or: [mantle_DestinationTransfer_filter] } -enum stagingoptimism_DestinationTransfer_orderBy { +enum mantle_DestinationTransfer_orderBy { id chainId transferId @@ -141507,16 +140170,16 @@ enum stagingoptimism_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingoptimism_Int8 +scalar mantle_Int8 -type stagingoptimism_OptimisticRootFinalized { +type mantle_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingoptimism_Bytes! + aggregateRoot: mantle_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingoptimism_OptimisticRootFinalized_filter { +input mantle_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -141525,16 +140188,16 @@ input stagingoptimism_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingoptimism_Bytes - aggregateRoot_not: stagingoptimism_Bytes - aggregateRoot_gt: stagingoptimism_Bytes - aggregateRoot_lt: stagingoptimism_Bytes - aggregateRoot_gte: stagingoptimism_Bytes - aggregateRoot_lte: stagingoptimism_Bytes - aggregateRoot_in: [stagingoptimism_Bytes!] - aggregateRoot_not_in: [stagingoptimism_Bytes!] - aggregateRoot_contains: stagingoptimism_Bytes - aggregateRoot_not_contains: stagingoptimism_Bytes + aggregateRoot: mantle_Bytes + aggregateRoot_not: mantle_Bytes + aggregateRoot_gt: mantle_Bytes + aggregateRoot_lt: mantle_Bytes + aggregateRoot_gte: mantle_Bytes + aggregateRoot_lte: mantle_Bytes + aggregateRoot_in: [mantle_Bytes!] + aggregateRoot_not_in: [mantle_Bytes!] + aggregateRoot_contains: mantle_Bytes + aggregateRoot_not_contains: mantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -141552,12 +140215,12 @@ input stagingoptimism_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_OptimisticRootFinalized_filter] - or: [stagingoptimism_OptimisticRootFinalized_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_OptimisticRootFinalized_filter] + or: [mantle_OptimisticRootFinalized_filter] } -enum stagingoptimism_OptimisticRootFinalized_orderBy { +enum mantle_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -141565,25 +140228,25 @@ enum stagingoptimism_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingoptimism_OrderDirection { +enum mantle_OrderDirection { asc desc } -type stagingoptimism_OriginMessage { +type mantle_OriginMessage { id: ID! - transferId: stagingoptimism_Bytes + transferId: mantle_Bytes destinationDomain: BigInt - leaf: stagingoptimism_Bytes + leaf: mantle_Bytes index: BigInt - message: stagingoptimism_Bytes - root: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes + message: mantle_Bytes + root: mantle_Bytes + transactionHash: mantle_Bytes blockNumber: BigInt - rootCount: stagingoptimism_RootCount + rootCount: mantle_RootCount } -input stagingoptimism_OriginMessage_filter { +input mantle_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -141592,16 +140255,16 @@ input stagingoptimism_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingoptimism_Bytes - transferId_not: stagingoptimism_Bytes - transferId_gt: stagingoptimism_Bytes - transferId_lt: stagingoptimism_Bytes - transferId_gte: stagingoptimism_Bytes - transferId_lte: stagingoptimism_Bytes - transferId_in: [stagingoptimism_Bytes!] - transferId_not_in: [stagingoptimism_Bytes!] - transferId_contains: stagingoptimism_Bytes - transferId_not_contains: stagingoptimism_Bytes + transferId: mantle_Bytes + transferId_not: mantle_Bytes + transferId_gt: mantle_Bytes + transferId_lt: mantle_Bytes + transferId_gte: mantle_Bytes + transferId_lte: mantle_Bytes + transferId_in: [mantle_Bytes!] + transferId_not_in: [mantle_Bytes!] + transferId_contains: mantle_Bytes + transferId_not_contains: mantle_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -141610,16 +140273,16 @@ input stagingoptimism_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingoptimism_Bytes - leaf_not: stagingoptimism_Bytes - leaf_gt: stagingoptimism_Bytes - leaf_lt: stagingoptimism_Bytes - leaf_gte: stagingoptimism_Bytes - leaf_lte: stagingoptimism_Bytes - leaf_in: [stagingoptimism_Bytes!] - leaf_not_in: [stagingoptimism_Bytes!] - leaf_contains: stagingoptimism_Bytes - leaf_not_contains: stagingoptimism_Bytes + leaf: mantle_Bytes + leaf_not: mantle_Bytes + leaf_gt: mantle_Bytes + leaf_lt: mantle_Bytes + leaf_gte: mantle_Bytes + leaf_lte: mantle_Bytes + leaf_in: [mantle_Bytes!] + leaf_not_in: [mantle_Bytes!] + leaf_contains: mantle_Bytes + leaf_not_contains: mantle_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -141628,36 +140291,36 @@ input stagingoptimism_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingoptimism_Bytes - message_not: stagingoptimism_Bytes - message_gt: stagingoptimism_Bytes - message_lt: stagingoptimism_Bytes - message_gte: stagingoptimism_Bytes - message_lte: stagingoptimism_Bytes - message_in: [stagingoptimism_Bytes!] - message_not_in: [stagingoptimism_Bytes!] - message_contains: stagingoptimism_Bytes - message_not_contains: stagingoptimism_Bytes - root: stagingoptimism_Bytes - root_not: stagingoptimism_Bytes - root_gt: stagingoptimism_Bytes - root_lt: stagingoptimism_Bytes - root_gte: stagingoptimism_Bytes - root_lte: stagingoptimism_Bytes - root_in: [stagingoptimism_Bytes!] - root_not_in: [stagingoptimism_Bytes!] - root_contains: stagingoptimism_Bytes - root_not_contains: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes - transactionHash_not: stagingoptimism_Bytes - transactionHash_gt: stagingoptimism_Bytes - transactionHash_lt: stagingoptimism_Bytes - transactionHash_gte: stagingoptimism_Bytes - transactionHash_lte: stagingoptimism_Bytes - transactionHash_in: [stagingoptimism_Bytes!] - transactionHash_not_in: [stagingoptimism_Bytes!] - transactionHash_contains: stagingoptimism_Bytes - transactionHash_not_contains: stagingoptimism_Bytes + message: mantle_Bytes + message_not: mantle_Bytes + message_gt: mantle_Bytes + message_lt: mantle_Bytes + message_gte: mantle_Bytes + message_lte: mantle_Bytes + message_in: [mantle_Bytes!] + message_not_in: [mantle_Bytes!] + message_contains: mantle_Bytes + message_not_contains: mantle_Bytes + root: mantle_Bytes + root_not: mantle_Bytes + root_gt: mantle_Bytes + root_lt: mantle_Bytes + root_gte: mantle_Bytes + root_lte: mantle_Bytes + root_in: [mantle_Bytes!] + root_not_in: [mantle_Bytes!] + root_contains: mantle_Bytes + root_not_contains: mantle_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -141686,14 +140349,14 @@ input stagingoptimism_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingoptimism_RootCount_filter + rootCount_: mantle_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_OriginMessage_filter] - or: [stagingoptimism_OriginMessage_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_OriginMessage_filter] + or: [mantle_OriginMessage_filter] } -enum stagingoptimism_OriginMessage_orderBy { +enum mantle_OriginMessage_orderBy { id transferId destinationDomain @@ -141708,42 +140371,42 @@ enum stagingoptimism_OriginMessage_orderBy { rootCount__count } -type stagingoptimism_OriginTransfer { +type mantle_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingoptimism_Bytes + transferId: mantle_Bytes nonce: BigInt - status: stagingoptimism_TransferStatus - messageHash: stagingoptimism_Bytes + status: mantle_TransferStatus + messageHash: mantle_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingoptimism_Bytes - delegate: stagingoptimism_Bytes + to: mantle_Bytes + delegate: mantle_Bytes receiveLocal: Boolean - callData: stagingoptimism_Bytes + callData: mantle_Bytes slippage: BigInt - originSender: stagingoptimism_Bytes + originSender: mantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingoptimism_Bytes - asset: stagingoptimism_Asset - transactingAsset: stagingoptimism_Bytes - message: stagingoptimism_OriginMessage + canonicalId: mantle_Bytes + asset: mantle_Asset + transactingAsset: mantle_Bytes + message: mantle_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingoptimism_RelayerFee_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_RelayerFee_filter): [stagingoptimism_RelayerFee!] - initialRelayerFeeAsset: stagingoptimism_Bytes - caller: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: mantle_RelayerFee_orderBy, orderDirection: mantle_OrderDirection, where: mantle_RelayerFee_filter): [mantle_RelayerFee!] + initialRelayerFeeAsset: mantle_Bytes + caller: mantle_Bytes + transactionHash: mantle_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingoptimism_Bytes + txOrigin: mantle_Bytes txNonce: BigInt } -input stagingoptimism_OriginTransfer_filter { +input mantle_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -141760,16 +140423,16 @@ input stagingoptimism_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingoptimism_Bytes - transferId_not: stagingoptimism_Bytes - transferId_gt: stagingoptimism_Bytes - transferId_lt: stagingoptimism_Bytes - transferId_gte: stagingoptimism_Bytes - transferId_lte: stagingoptimism_Bytes - transferId_in: [stagingoptimism_Bytes!] - transferId_not_in: [stagingoptimism_Bytes!] - transferId_contains: stagingoptimism_Bytes - transferId_not_contains: stagingoptimism_Bytes + transferId: mantle_Bytes + transferId_not: mantle_Bytes + transferId_gt: mantle_Bytes + transferId_lt: mantle_Bytes + transferId_gte: mantle_Bytes + transferId_lte: mantle_Bytes + transferId_in: [mantle_Bytes!] + transferId_not_in: [mantle_Bytes!] + transferId_contains: mantle_Bytes + transferId_not_contains: mantle_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -141778,20 +140441,20 @@ input stagingoptimism_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingoptimism_TransferStatus - status_not: stagingoptimism_TransferStatus - status_in: [stagingoptimism_TransferStatus!] - status_not_in: [stagingoptimism_TransferStatus!] - messageHash: stagingoptimism_Bytes - messageHash_not: stagingoptimism_Bytes - messageHash_gt: stagingoptimism_Bytes - messageHash_lt: stagingoptimism_Bytes - messageHash_gte: stagingoptimism_Bytes - messageHash_lte: stagingoptimism_Bytes - messageHash_in: [stagingoptimism_Bytes!] - messageHash_not_in: [stagingoptimism_Bytes!] - messageHash_contains: stagingoptimism_Bytes - messageHash_not_contains: stagingoptimism_Bytes + status: mantle_TransferStatus + status_not: mantle_TransferStatus + status_in: [mantle_TransferStatus!] + status_not_in: [mantle_TransferStatus!] + messageHash: mantle_Bytes + messageHash_not: mantle_Bytes + messageHash_gt: mantle_Bytes + messageHash_lt: mantle_Bytes + messageHash_gte: mantle_Bytes + messageHash_lte: mantle_Bytes + messageHash_in: [mantle_Bytes!] + messageHash_not_in: [mantle_Bytes!] + messageHash_contains: mantle_Bytes + messageHash_not_contains: mantle_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -141816,40 +140479,40 @@ input stagingoptimism_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingoptimism_Bytes - to_not: stagingoptimism_Bytes - to_gt: stagingoptimism_Bytes - to_lt: stagingoptimism_Bytes - to_gte: stagingoptimism_Bytes - to_lte: stagingoptimism_Bytes - to_in: [stagingoptimism_Bytes!] - to_not_in: [stagingoptimism_Bytes!] - to_contains: stagingoptimism_Bytes - to_not_contains: stagingoptimism_Bytes - delegate: stagingoptimism_Bytes - delegate_not: stagingoptimism_Bytes - delegate_gt: stagingoptimism_Bytes - delegate_lt: stagingoptimism_Bytes - delegate_gte: stagingoptimism_Bytes - delegate_lte: stagingoptimism_Bytes - delegate_in: [stagingoptimism_Bytes!] - delegate_not_in: [stagingoptimism_Bytes!] - delegate_contains: stagingoptimism_Bytes - delegate_not_contains: stagingoptimism_Bytes + to: mantle_Bytes + to_not: mantle_Bytes + to_gt: mantle_Bytes + to_lt: mantle_Bytes + to_gte: mantle_Bytes + to_lte: mantle_Bytes + to_in: [mantle_Bytes!] + to_not_in: [mantle_Bytes!] + to_contains: mantle_Bytes + to_not_contains: mantle_Bytes + delegate: mantle_Bytes + delegate_not: mantle_Bytes + delegate_gt: mantle_Bytes + delegate_lt: mantle_Bytes + delegate_gte: mantle_Bytes + delegate_lte: mantle_Bytes + delegate_in: [mantle_Bytes!] + delegate_not_in: [mantle_Bytes!] + delegate_contains: mantle_Bytes + delegate_not_contains: mantle_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingoptimism_Bytes - callData_not: stagingoptimism_Bytes - callData_gt: stagingoptimism_Bytes - callData_lt: stagingoptimism_Bytes - callData_gte: stagingoptimism_Bytes - callData_lte: stagingoptimism_Bytes - callData_in: [stagingoptimism_Bytes!] - callData_not_in: [stagingoptimism_Bytes!] - callData_contains: stagingoptimism_Bytes - callData_not_contains: stagingoptimism_Bytes + callData: mantle_Bytes + callData_not: mantle_Bytes + callData_gt: mantle_Bytes + callData_lt: mantle_Bytes + callData_gte: mantle_Bytes + callData_lte: mantle_Bytes + callData_in: [mantle_Bytes!] + callData_not_in: [mantle_Bytes!] + callData_contains: mantle_Bytes + callData_not_contains: mantle_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -141858,16 +140521,16 @@ input stagingoptimism_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingoptimism_Bytes - originSender_not: stagingoptimism_Bytes - originSender_gt: stagingoptimism_Bytes - originSender_lt: stagingoptimism_Bytes - originSender_gte: stagingoptimism_Bytes - originSender_lte: stagingoptimism_Bytes - originSender_in: [stagingoptimism_Bytes!] - originSender_not_in: [stagingoptimism_Bytes!] - originSender_contains: stagingoptimism_Bytes - originSender_not_contains: stagingoptimism_Bytes + originSender: mantle_Bytes + originSender_not: mantle_Bytes + originSender_gt: mantle_Bytes + originSender_lt: mantle_Bytes + originSender_gte: mantle_Bytes + originSender_lte: mantle_Bytes + originSender_in: [mantle_Bytes!] + originSender_not_in: [mantle_Bytes!] + originSender_contains: mantle_Bytes + originSender_not_contains: mantle_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -141884,16 +140547,16 @@ input stagingoptimism_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingoptimism_Bytes - canonicalId_not: stagingoptimism_Bytes - canonicalId_gt: stagingoptimism_Bytes - canonicalId_lt: stagingoptimism_Bytes - canonicalId_gte: stagingoptimism_Bytes - canonicalId_lte: stagingoptimism_Bytes - canonicalId_in: [stagingoptimism_Bytes!] - canonicalId_not_in: [stagingoptimism_Bytes!] - canonicalId_contains: stagingoptimism_Bytes - canonicalId_not_contains: stagingoptimism_Bytes + canonicalId: mantle_Bytes + canonicalId_not: mantle_Bytes + canonicalId_gt: mantle_Bytes + canonicalId_lt: mantle_Bytes + canonicalId_gte: mantle_Bytes + canonicalId_lte: mantle_Bytes + canonicalId_in: [mantle_Bytes!] + canonicalId_not_in: [mantle_Bytes!] + canonicalId_contains: mantle_Bytes + canonicalId_not_contains: mantle_Bytes asset: String asset_not: String asset_gt: String @@ -141914,17 +140577,17 @@ input stagingoptimism_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingoptimism_Asset_filter - transactingAsset: stagingoptimism_Bytes - transactingAsset_not: stagingoptimism_Bytes - transactingAsset_gt: stagingoptimism_Bytes - transactingAsset_lt: stagingoptimism_Bytes - transactingAsset_gte: stagingoptimism_Bytes - transactingAsset_lte: stagingoptimism_Bytes - transactingAsset_in: [stagingoptimism_Bytes!] - transactingAsset_not_in: [stagingoptimism_Bytes!] - transactingAsset_contains: stagingoptimism_Bytes - transactingAsset_not_contains: stagingoptimism_Bytes + asset_: mantle_Asset_filter + transactingAsset: mantle_Bytes + transactingAsset_not: mantle_Bytes + transactingAsset_gt: mantle_Bytes + transactingAsset_lt: mantle_Bytes + transactingAsset_gte: mantle_Bytes + transactingAsset_lte: mantle_Bytes + transactingAsset_in: [mantle_Bytes!] + transactingAsset_not_in: [mantle_Bytes!] + transactingAsset_contains: mantle_Bytes + transactingAsset_not_contains: mantle_Bytes message: String message_not: String message_gt: String @@ -141945,7 +140608,7 @@ input stagingoptimism_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingoptimism_OriginMessage_filter + message_: mantle_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -141960,37 +140623,37 @@ input stagingoptimism_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingoptimism_RelayerFee_filter - initialRelayerFeeAsset: stagingoptimism_Bytes - initialRelayerFeeAsset_not: stagingoptimism_Bytes - initialRelayerFeeAsset_gt: stagingoptimism_Bytes - initialRelayerFeeAsset_lt: stagingoptimism_Bytes - initialRelayerFeeAsset_gte: stagingoptimism_Bytes - initialRelayerFeeAsset_lte: stagingoptimism_Bytes - initialRelayerFeeAsset_in: [stagingoptimism_Bytes!] - initialRelayerFeeAsset_not_in: [stagingoptimism_Bytes!] - initialRelayerFeeAsset_contains: stagingoptimism_Bytes - initialRelayerFeeAsset_not_contains: stagingoptimism_Bytes - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes - transactionHash_not: stagingoptimism_Bytes - transactionHash_gt: stagingoptimism_Bytes - transactionHash_lt: stagingoptimism_Bytes - transactionHash_gte: stagingoptimism_Bytes - transactionHash_lte: stagingoptimism_Bytes - transactionHash_in: [stagingoptimism_Bytes!] - transactionHash_not_in: [stagingoptimism_Bytes!] - transactionHash_contains: stagingoptimism_Bytes - transactionHash_not_contains: stagingoptimism_Bytes + relayerFees_: mantle_RelayerFee_filter + initialRelayerFeeAsset: mantle_Bytes + initialRelayerFeeAsset_not: mantle_Bytes + initialRelayerFeeAsset_gt: mantle_Bytes + initialRelayerFeeAsset_lt: mantle_Bytes + initialRelayerFeeAsset_gte: mantle_Bytes + initialRelayerFeeAsset_lte: mantle_Bytes + initialRelayerFeeAsset_in: [mantle_Bytes!] + initialRelayerFeeAsset_not_in: [mantle_Bytes!] + initialRelayerFeeAsset_contains: mantle_Bytes + initialRelayerFeeAsset_not_contains: mantle_Bytes + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -142023,16 +140686,16 @@ input stagingoptimism_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingoptimism_Bytes - txOrigin_not: stagingoptimism_Bytes - txOrigin_gt: stagingoptimism_Bytes - txOrigin_lt: stagingoptimism_Bytes - txOrigin_gte: stagingoptimism_Bytes - txOrigin_lte: stagingoptimism_Bytes - txOrigin_in: [stagingoptimism_Bytes!] - txOrigin_not_in: [stagingoptimism_Bytes!] - txOrigin_contains: stagingoptimism_Bytes - txOrigin_not_contains: stagingoptimism_Bytes + txOrigin: mantle_Bytes + txOrigin_not: mantle_Bytes + txOrigin_gt: mantle_Bytes + txOrigin_lt: mantle_Bytes + txOrigin_gte: mantle_Bytes + txOrigin_lte: mantle_Bytes + txOrigin_in: [mantle_Bytes!] + txOrigin_not_in: [mantle_Bytes!] + txOrigin_contains: mantle_Bytes + txOrigin_not_contains: mantle_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -142042,12 +140705,12 @@ input stagingoptimism_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_OriginTransfer_filter] - or: [stagingoptimism_OriginTransfer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_OriginTransfer_filter] + or: [mantle_OriginTransfer_filter] } -enum stagingoptimism_OriginTransfer_orderBy { +enum mantle_OriginTransfer_orderBy { id chainId transferId @@ -142100,20 +140763,20 @@ enum stagingoptimism_OriginTransfer_orderBy { txNonce } -type stagingoptimism_Relayer { +type mantle_Relayer { id: ID! isActive: Boolean! - relayer: stagingoptimism_Bytes + relayer: mantle_Bytes } -type stagingoptimism_RelayerFee { +type mantle_RelayerFee { id: ID! - transfer: stagingoptimism_OriginTransfer! + transfer: mantle_OriginTransfer! fee: BigInt! - asset: stagingoptimism_Bytes! + asset: mantle_Bytes! } -input stagingoptimism_RelayerFee_filter { +input mantle_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -142142,7 +140805,7 @@ input stagingoptimism_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingoptimism_OriginTransfer_filter + transfer_: mantle_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -142151,23 +140814,23 @@ input stagingoptimism_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingoptimism_Bytes - asset_not: stagingoptimism_Bytes - asset_gt: stagingoptimism_Bytes - asset_lt: stagingoptimism_Bytes - asset_gte: stagingoptimism_Bytes - asset_lte: stagingoptimism_Bytes - asset_in: [stagingoptimism_Bytes!] - asset_not_in: [stagingoptimism_Bytes!] - asset_contains: stagingoptimism_Bytes - asset_not_contains: stagingoptimism_Bytes + asset: mantle_Bytes + asset_not: mantle_Bytes + asset_gt: mantle_Bytes + asset_lt: mantle_Bytes + asset_gte: mantle_Bytes + asset_lte: mantle_Bytes + asset_in: [mantle_Bytes!] + asset_not_in: [mantle_Bytes!] + asset_contains: mantle_Bytes + asset_not_contains: mantle_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RelayerFee_filter] - or: [stagingoptimism_RelayerFee_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_RelayerFee_filter] + or: [mantle_RelayerFee_filter] } -enum stagingoptimism_RelayerFee_orderBy { +enum mantle_RelayerFee_orderBy { id transfer transfer__id @@ -142203,20 +140866,20 @@ enum stagingoptimism_RelayerFee_orderBy { asset } -type stagingoptimism_RelayerFeesIncrease { +type mantle_RelayerFeesIncrease { id: ID! - transfer: stagingoptimism_OriginTransfer! + transfer: mantle_OriginTransfer! increase: BigInt - asset: stagingoptimism_Bytes - caller: stagingoptimism_Bytes! - transactionHash: stagingoptimism_Bytes! + asset: mantle_Bytes + caller: mantle_Bytes! + transactionHash: mantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingoptimism_RelayerFeesIncrease_filter { +input mantle_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -142245,7 +140908,7 @@ input stagingoptimism_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingoptimism_OriginTransfer_filter + transfer_: mantle_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -142254,36 +140917,36 @@ input stagingoptimism_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingoptimism_Bytes - asset_not: stagingoptimism_Bytes - asset_gt: stagingoptimism_Bytes - asset_lt: stagingoptimism_Bytes - asset_gte: stagingoptimism_Bytes - asset_lte: stagingoptimism_Bytes - asset_in: [stagingoptimism_Bytes!] - asset_not_in: [stagingoptimism_Bytes!] - asset_contains: stagingoptimism_Bytes - asset_not_contains: stagingoptimism_Bytes - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes - transactionHash_not: stagingoptimism_Bytes - transactionHash_gt: stagingoptimism_Bytes - transactionHash_lt: stagingoptimism_Bytes - transactionHash_gte: stagingoptimism_Bytes - transactionHash_lte: stagingoptimism_Bytes - transactionHash_in: [stagingoptimism_Bytes!] - transactionHash_not_in: [stagingoptimism_Bytes!] - transactionHash_contains: stagingoptimism_Bytes - transactionHash_not_contains: stagingoptimism_Bytes + asset: mantle_Bytes + asset_not: mantle_Bytes + asset_gt: mantle_Bytes + asset_lt: mantle_Bytes + asset_gte: mantle_Bytes + asset_lte: mantle_Bytes + asset_in: [mantle_Bytes!] + asset_not_in: [mantle_Bytes!] + asset_contains: mantle_Bytes + asset_not_contains: mantle_Bytes + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -142317,12 +140980,12 @@ input stagingoptimism_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RelayerFeesIncrease_filter] - or: [stagingoptimism_RelayerFeesIncrease_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_RelayerFeesIncrease_filter] + or: [mantle_RelayerFeesIncrease_filter] } -enum stagingoptimism_RelayerFeesIncrease_orderBy { +enum mantle_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -142364,47 +141027,47 @@ enum stagingoptimism_RelayerFeesIncrease_orderBy { blockNumber } -input stagingoptimism_Relayer_filter { +input mantle_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: stagingoptimism_Bytes - relayer_not: stagingoptimism_Bytes - relayer_gt: stagingoptimism_Bytes - relayer_lt: stagingoptimism_Bytes - relayer_gte: stagingoptimism_Bytes - relayer_lte: stagingoptimism_Bytes - relayer_in: [stagingoptimism_Bytes!] - relayer_not_in: [stagingoptimism_Bytes!] - relayer_contains: stagingoptimism_Bytes - relayer_not_contains: stagingoptimism_Bytes + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: mantle_Bytes + relayer_not: mantle_Bytes + relayer_gt: mantle_Bytes + relayer_lt: mantle_Bytes + relayer_gte: mantle_Bytes + relayer_lte: mantle_Bytes + relayer_in: [mantle_Bytes!] + relayer_not_in: [mantle_Bytes!] + relayer_contains: mantle_Bytes + relayer_not_contains: mantle_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Relayer_filter] - or: [stagingoptimism_Relayer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Relayer_filter] + or: [mantle_Relayer_filter] } -enum stagingoptimism_Relayer_orderBy { +enum mantle_Relayer_orderBy { id isActive relayer } -type stagingoptimism_RootCount { +type mantle_RootCount { id: ID! count: BigInt } -input stagingoptimism_RootCount_filter { +input mantle_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -142422,31 +141085,31 @@ input stagingoptimism_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RootCount_filter] - or: [stagingoptimism_RootCount_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_RootCount_filter] + or: [mantle_RootCount_filter] } -enum stagingoptimism_RootCount_orderBy { +enum mantle_RootCount_orderBy { id count } -type stagingoptimism_RootMessageSent { +type mantle_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingoptimism_Bytes + root: mantle_Bytes count: BigInt - caller: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes + caller: mantle_Bytes + transactionHash: mantle_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingoptimism_RootMessageSent_filter { +input mantle_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -142471,16 +141134,16 @@ input stagingoptimism_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingoptimism_Bytes - root_not: stagingoptimism_Bytes - root_gt: stagingoptimism_Bytes - root_lt: stagingoptimism_Bytes - root_gte: stagingoptimism_Bytes - root_lte: stagingoptimism_Bytes - root_in: [stagingoptimism_Bytes!] - root_not_in: [stagingoptimism_Bytes!] - root_contains: stagingoptimism_Bytes - root_not_contains: stagingoptimism_Bytes + root: mantle_Bytes + root_not: mantle_Bytes + root_gt: mantle_Bytes + root_lt: mantle_Bytes + root_gte: mantle_Bytes + root_lte: mantle_Bytes + root_in: [mantle_Bytes!] + root_not_in: [mantle_Bytes!] + root_contains: mantle_Bytes + root_not_contains: mantle_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -142489,26 +141152,26 @@ input stagingoptimism_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes - transactionHash_not: stagingoptimism_Bytes - transactionHash_gt: stagingoptimism_Bytes - transactionHash_lt: stagingoptimism_Bytes - transactionHash_gte: stagingoptimism_Bytes - transactionHash_lte: stagingoptimism_Bytes - transactionHash_in: [stagingoptimism_Bytes!] - transactionHash_not_in: [stagingoptimism_Bytes!] - transactionHash_contains: stagingoptimism_Bytes - transactionHash_not_contains: stagingoptimism_Bytes + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -142542,12 +141205,12 @@ input stagingoptimism_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RootMessageSent_filter] - or: [stagingoptimism_RootMessageSent_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_RootMessageSent_filter] + or: [mantle_RootMessageSent_filter] } -enum stagingoptimism_RootMessageSent_orderBy { +enum mantle_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -142561,25 +141224,25 @@ enum stagingoptimism_RootMessageSent_orderBy { blockNumber } -type stagingoptimism_Router { +type mantle_Router { id: ID! isActive: Boolean! - owner: stagingoptimism_Bytes - recipient: stagingoptimism_Bytes - proposedOwner: stagingoptimism_Bytes + owner: mantle_Bytes + recipient: mantle_Bytes + proposedOwner: mantle_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimism_AssetBalance_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_AssetBalance_filter): [stagingoptimism_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mantle_AssetBalance_orderBy, orderDirection: mantle_OrderDirection, where: mantle_AssetBalance_filter): [mantle_AssetBalance!]! } -type stagingoptimism_RouterDailyTVL { +type mantle_RouterDailyTVL { id: ID! - router: stagingoptimism_Router! - asset: stagingoptimism_Asset! + router: mantle_Router! + asset: mantle_Asset! timestamp: BigInt! balance: BigInt! } -input stagingoptimism_RouterDailyTVL_filter { +input mantle_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -142608,7 +141271,7 @@ input stagingoptimism_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingoptimism_Router_filter + router_: mantle_Router_filter asset: String asset_not: String asset_gt: String @@ -142629,7 +141292,7 @@ input stagingoptimism_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingoptimism_Asset_filter + asset_: mantle_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -142647,12 +141310,12 @@ input stagingoptimism_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RouterDailyTVL_filter] - or: [stagingoptimism_RouterDailyTVL_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_RouterDailyTVL_filter] + or: [mantle_RouterDailyTVL_filter] } -enum stagingoptimism_RouterDailyTVL_orderBy { +enum mantle_RouterDailyTVL_orderBy { id router router__id @@ -142675,26 +141338,26 @@ enum stagingoptimism_RouterDailyTVL_orderBy { balance } -type stagingoptimism_RouterLiquidityEvent { +type mantle_RouterLiquidityEvent { id: ID! - type: stagingoptimism_RouterLiquidityEventType - router: stagingoptimism_Router! - asset: stagingoptimism_Asset! + type: mantle_RouterLiquidityEventType + router: mantle_Router! + asset: mantle_Asset! amount: BigInt! balance: BigInt! - caller: stagingoptimism_Bytes + caller: mantle_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingoptimism_Bytes! + transactionHash: mantle_Bytes! nonce: BigInt! } -enum stagingoptimism_RouterLiquidityEventType { +enum mantle_RouterLiquidityEventType { Add Remove } -input stagingoptimism_RouterLiquidityEvent_filter { +input mantle_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -142703,10 +141366,10 @@ input stagingoptimism_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingoptimism_RouterLiquidityEventType - type_not: stagingoptimism_RouterLiquidityEventType - type_in: [stagingoptimism_RouterLiquidityEventType!] - type_not_in: [stagingoptimism_RouterLiquidityEventType!] + type: mantle_RouterLiquidityEventType + type_not: mantle_RouterLiquidityEventType + type_in: [mantle_RouterLiquidityEventType!] + type_not_in: [mantle_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -142727,7 +141390,7 @@ input stagingoptimism_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingoptimism_Router_filter + router_: mantle_Router_filter asset: String asset_not: String asset_gt: String @@ -142748,7 +141411,7 @@ input stagingoptimism_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingoptimism_Asset_filter + asset_: mantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -142765,16 +141428,16 @@ input stagingoptimism_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -142791,16 +141454,16 @@ input stagingoptimism_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingoptimism_Bytes - transactionHash_not: stagingoptimism_Bytes - transactionHash_gt: stagingoptimism_Bytes - transactionHash_lt: stagingoptimism_Bytes - transactionHash_gte: stagingoptimism_Bytes - transactionHash_lte: stagingoptimism_Bytes - transactionHash_in: [stagingoptimism_Bytes!] - transactionHash_not_in: [stagingoptimism_Bytes!] - transactionHash_contains: stagingoptimism_Bytes - transactionHash_not_contains: stagingoptimism_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -142810,12 +141473,12 @@ input stagingoptimism_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RouterLiquidityEvent_filter] - or: [stagingoptimism_RouterLiquidityEvent_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_RouterLiquidityEvent_filter] + or: [mantle_RouterLiquidityEvent_filter] } -enum stagingoptimism_RouterLiquidityEvent_orderBy { +enum mantle_RouterLiquidityEvent_orderBy { id type router @@ -142844,7 +141507,7 @@ enum stagingoptimism_RouterLiquidityEvent_orderBy { nonce } -input stagingoptimism_Router_filter { +input mantle_Router_filter { id: ID id_not: ID id_gt: ID @@ -142857,36 +141520,36 @@ input stagingoptimism_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingoptimism_Bytes - owner_not: stagingoptimism_Bytes - owner_gt: stagingoptimism_Bytes - owner_lt: stagingoptimism_Bytes - owner_gte: stagingoptimism_Bytes - owner_lte: stagingoptimism_Bytes - owner_in: [stagingoptimism_Bytes!] - owner_not_in: [stagingoptimism_Bytes!] - owner_contains: stagingoptimism_Bytes - owner_not_contains: stagingoptimism_Bytes - recipient: stagingoptimism_Bytes - recipient_not: stagingoptimism_Bytes - recipient_gt: stagingoptimism_Bytes - recipient_lt: stagingoptimism_Bytes - recipient_gte: stagingoptimism_Bytes - recipient_lte: stagingoptimism_Bytes - recipient_in: [stagingoptimism_Bytes!] - recipient_not_in: [stagingoptimism_Bytes!] - recipient_contains: stagingoptimism_Bytes - recipient_not_contains: stagingoptimism_Bytes - proposedOwner: stagingoptimism_Bytes - proposedOwner_not: stagingoptimism_Bytes - proposedOwner_gt: stagingoptimism_Bytes - proposedOwner_lt: stagingoptimism_Bytes - proposedOwner_gte: stagingoptimism_Bytes - proposedOwner_lte: stagingoptimism_Bytes - proposedOwner_in: [stagingoptimism_Bytes!] - proposedOwner_not_in: [stagingoptimism_Bytes!] - proposedOwner_contains: stagingoptimism_Bytes - proposedOwner_not_contains: stagingoptimism_Bytes + owner: mantle_Bytes + owner_not: mantle_Bytes + owner_gt: mantle_Bytes + owner_lt: mantle_Bytes + owner_gte: mantle_Bytes + owner_lte: mantle_Bytes + owner_in: [mantle_Bytes!] + owner_not_in: [mantle_Bytes!] + owner_contains: mantle_Bytes + owner_not_contains: mantle_Bytes + recipient: mantle_Bytes + recipient_not: mantle_Bytes + recipient_gt: mantle_Bytes + recipient_lt: mantle_Bytes + recipient_gte: mantle_Bytes + recipient_lte: mantle_Bytes + recipient_in: [mantle_Bytes!] + recipient_not_in: [mantle_Bytes!] + recipient_contains: mantle_Bytes + recipient_not_contains: mantle_Bytes + proposedOwner: mantle_Bytes + proposedOwner_not: mantle_Bytes + proposedOwner_gt: mantle_Bytes + proposedOwner_lt: mantle_Bytes + proposedOwner_gte: mantle_Bytes + proposedOwner_lte: mantle_Bytes + proposedOwner_in: [mantle_Bytes!] + proposedOwner_not_in: [mantle_Bytes!] + proposedOwner_contains: mantle_Bytes + proposedOwner_not_contains: mantle_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -142895,14 +141558,14 @@ input stagingoptimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingoptimism_AssetBalance_filter + assetBalances_: mantle_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Router_filter] - or: [stagingoptimism_Router_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Router_filter] + or: [mantle_Router_filter] } -enum stagingoptimism_Router_orderBy { +enum mantle_Router_orderBy { id isActive owner @@ -142912,13 +141575,13 @@ enum stagingoptimism_Router_orderBy { assetBalances } -type stagingoptimism_Sequencer { +type mantle_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingoptimism_Bytes + sequencer: mantle_Bytes } -input stagingoptimism_Sequencer_filter { +input mantle_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -142931,35 +141594,35 @@ input stagingoptimism_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingoptimism_Bytes - sequencer_not: stagingoptimism_Bytes - sequencer_gt: stagingoptimism_Bytes - sequencer_lt: stagingoptimism_Bytes - sequencer_gte: stagingoptimism_Bytes - sequencer_lte: stagingoptimism_Bytes - sequencer_in: [stagingoptimism_Bytes!] - sequencer_not_in: [stagingoptimism_Bytes!] - sequencer_contains: stagingoptimism_Bytes - sequencer_not_contains: stagingoptimism_Bytes + sequencer: mantle_Bytes + sequencer_not: mantle_Bytes + sequencer_gt: mantle_Bytes + sequencer_lt: mantle_Bytes + sequencer_gte: mantle_Bytes + sequencer_lte: mantle_Bytes + sequencer_in: [mantle_Bytes!] + sequencer_not_in: [mantle_Bytes!] + sequencer_contains: mantle_Bytes + sequencer_not_contains: mantle_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Sequencer_filter] - or: [stagingoptimism_Sequencer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Sequencer_filter] + or: [mantle_Sequencer_filter] } -enum stagingoptimism_Sequencer_orderBy { +enum mantle_Sequencer_orderBy { id isActive sequencer } -type stagingoptimism_Setting { +type mantle_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingoptimism_Bytes! + caller: mantle_Bytes! } -input stagingoptimism_Setting_filter { +input mantle_Setting_filter { id: ID id_not: ID id_gt: ID @@ -142976,41 +141639,41 @@ input stagingoptimism_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_Setting_filter] - or: [stagingoptimism_Setting_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_Setting_filter] + or: [mantle_Setting_filter] } -enum stagingoptimism_Setting_orderBy { +enum mantle_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingoptimism_SlippageUpdate { +type mantle_SlippageUpdate { id: ID! - transfer: stagingoptimism_DestinationTransfer! + transfer: mantle_DestinationTransfer! slippage: BigInt! - caller: stagingoptimism_Bytes! - transactionHash: stagingoptimism_Bytes! + caller: mantle_Bytes! + transactionHash: mantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingoptimism_SlippageUpdate_filter { +input mantle_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -143039,7 +141702,7 @@ input stagingoptimism_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingoptimism_DestinationTransfer_filter + transfer_: mantle_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -143048,26 +141711,26 @@ input stagingoptimism_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingoptimism_Bytes - caller_not: stagingoptimism_Bytes - caller_gt: stagingoptimism_Bytes - caller_lt: stagingoptimism_Bytes - caller_gte: stagingoptimism_Bytes - caller_lte: stagingoptimism_Bytes - caller_in: [stagingoptimism_Bytes!] - caller_not_in: [stagingoptimism_Bytes!] - caller_contains: stagingoptimism_Bytes - caller_not_contains: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes - transactionHash_not: stagingoptimism_Bytes - transactionHash_gt: stagingoptimism_Bytes - transactionHash_lt: stagingoptimism_Bytes - transactionHash_gte: stagingoptimism_Bytes - transactionHash_lte: stagingoptimism_Bytes - transactionHash_in: [stagingoptimism_Bytes!] - transactionHash_not_in: [stagingoptimism_Bytes!] - transactionHash_contains: stagingoptimism_Bytes - transactionHash_not_contains: stagingoptimism_Bytes + caller: mantle_Bytes + caller_not: mantle_Bytes + caller_gt: mantle_Bytes + caller_lt: mantle_Bytes + caller_gte: mantle_Bytes + caller_lte: mantle_Bytes + caller_in: [mantle_Bytes!] + caller_not_in: [mantle_Bytes!] + caller_contains: mantle_Bytes + caller_not_contains: mantle_Bytes + transactionHash: mantle_Bytes + transactionHash_not: mantle_Bytes + transactionHash_gt: mantle_Bytes + transactionHash_lt: mantle_Bytes + transactionHash_gte: mantle_Bytes + transactionHash_lte: mantle_Bytes + transactionHash_in: [mantle_Bytes!] + transactionHash_not_in: [mantle_Bytes!] + transactionHash_contains: mantle_Bytes + transactionHash_not_contains: mantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -143101,12 +141764,12 @@ input stagingoptimism_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_SlippageUpdate_filter] - or: [stagingoptimism_SlippageUpdate_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_SlippageUpdate_filter] + or: [mantle_SlippageUpdate_filter] } -enum stagingoptimism_SlippageUpdate_orderBy { +enum mantle_SlippageUpdate_orderBy { id transfer transfer__id @@ -143154,16 +141817,16 @@ enum stagingoptimism_SlippageUpdate_orderBy { blockNumber } -type stagingoptimism_SnapshotRoot { +type mantle_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingoptimism_Bytes! + root: mantle_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingoptimism_SnapshotRoot_filter { +input mantle_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -143180,16 +141843,16 @@ input stagingoptimism_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingoptimism_Bytes - root_not: stagingoptimism_Bytes - root_gt: stagingoptimism_Bytes - root_lt: stagingoptimism_Bytes - root_gte: stagingoptimism_Bytes - root_lte: stagingoptimism_Bytes - root_in: [stagingoptimism_Bytes!] - root_not_in: [stagingoptimism_Bytes!] - root_contains: stagingoptimism_Bytes - root_not_contains: stagingoptimism_Bytes + root: mantle_Bytes + root_not: mantle_Bytes + root_gt: mantle_Bytes + root_lt: mantle_Bytes + root_gte: mantle_Bytes + root_lte: mantle_Bytes + root_in: [mantle_Bytes!] + root_not_in: [mantle_Bytes!] + root_contains: mantle_Bytes + root_not_contains: mantle_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -143215,12 +141878,12 @@ input stagingoptimism_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_SnapshotRoot_filter] - or: [stagingoptimism_SnapshotRoot_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_SnapshotRoot_filter] + or: [mantle_SnapshotRoot_filter] } -enum stagingoptimism_SnapshotRoot_orderBy { +enum mantle_SnapshotRoot_orderBy { id spokeDomain root @@ -143229,12 +141892,12 @@ enum stagingoptimism_SnapshotRoot_orderBy { blockNumber } -type stagingoptimism_SpokeConnectorMode { +type mantle_SpokeConnectorMode { id: ID! mode: String! } -input stagingoptimism_SpokeConnectorMode_filter { +input mantle_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -143264,17 +141927,17 @@ input stagingoptimism_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_SpokeConnectorMode_filter] - or: [stagingoptimism_SpokeConnectorMode_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_SpokeConnectorMode_filter] + or: [mantle_SpokeConnectorMode_filter] } -enum stagingoptimism_SpokeConnectorMode_orderBy { +enum mantle_SpokeConnectorMode_orderBy { id mode } -enum stagingoptimism_TransferStatus { +enum mantle_TransferStatus { XCalled Executed Reconciled @@ -143282,19 +141945,19 @@ enum stagingoptimism_TransferStatus { CompletedFast } -type stagingoptimism__Block_ { +type mantle__Block_ { """The hash of the block""" - hash: stagingoptimism_Bytes + hash: mantle_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: stagingoptimism_Bytes + parentHash: mantle_Bytes } """The type for the top-level _meta field""" -type stagingoptimism__Meta_ { +type mantle__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -143302,22 +141965,22 @@ type stagingoptimism__Meta_ { and therefore asks for the latest block """ - block: stagingoptimism__Block_! + block: mantle__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmantle_AggregateRoot { +type avalanche_AggregateRoot { id: ID! - root: stagingmantle_Bytes! + root: avalanche_Bytes! blockNumber: BigInt! } -type stagingmantle_AggregateRootProposed { +type avalanche_AggregateRootProposed { id: ID! - aggregateRoot: stagingmantle_Bytes! + aggregateRoot: avalanche_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -143325,7 +141988,7 @@ type stagingmantle_AggregateRootProposed { blockNumber: BigInt } -input stagingmantle_AggregateRootProposed_filter { +input avalanche_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -143334,16 +141997,16 @@ input stagingmantle_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmantle_Bytes - aggregateRoot_not: stagingmantle_Bytes - aggregateRoot_gt: stagingmantle_Bytes - aggregateRoot_lt: stagingmantle_Bytes - aggregateRoot_gte: stagingmantle_Bytes - aggregateRoot_lte: stagingmantle_Bytes - aggregateRoot_in: [stagingmantle_Bytes!] - aggregateRoot_not_in: [stagingmantle_Bytes!] - aggregateRoot_contains: stagingmantle_Bytes - aggregateRoot_not_contains: stagingmantle_Bytes + aggregateRoot: avalanche_Bytes + aggregateRoot_not: avalanche_Bytes + aggregateRoot_gt: avalanche_Bytes + aggregateRoot_lt: avalanche_Bytes + aggregateRoot_gte: avalanche_Bytes + aggregateRoot_lte: avalanche_Bytes + aggregateRoot_in: [avalanche_Bytes!] + aggregateRoot_not_in: [avalanche_Bytes!] + aggregateRoot_contains: avalanche_Bytes + aggregateRoot_not_contains: avalanche_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -143385,12 +142048,12 @@ input stagingmantle_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_AggregateRootProposed_filter] - or: [stagingmantle_AggregateRootProposed_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_AggregateRootProposed_filter] + or: [avalanche_AggregateRootProposed_filter] } -enum stagingmantle_AggregateRootProposed_orderBy { +enum avalanche_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -143400,7 +142063,7 @@ enum stagingmantle_AggregateRootProposed_orderBy { blockNumber } -input stagingmantle_AggregateRoot_filter { +input avalanche_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -143409,16 +142072,16 @@ input stagingmantle_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingmantle_Bytes - root_not: stagingmantle_Bytes - root_gt: stagingmantle_Bytes - root_lt: stagingmantle_Bytes - root_gte: stagingmantle_Bytes - root_lte: stagingmantle_Bytes - root_in: [stagingmantle_Bytes!] - root_not_in: [stagingmantle_Bytes!] - root_contains: stagingmantle_Bytes - root_not_contains: stagingmantle_Bytes + root: avalanche_Bytes + root_not: avalanche_Bytes + root_gt: avalanche_Bytes + root_lt: avalanche_Bytes + root_gte: avalanche_Bytes + root_lte: avalanche_Bytes + root_in: [avalanche_Bytes!] + root_not_in: [avalanche_Bytes!] + root_contains: avalanche_Bytes + root_not_contains: avalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -143428,42 +142091,47 @@ input stagingmantle_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_AggregateRoot_filter] - or: [stagingmantle_AggregateRoot_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_AggregateRoot_filter] + or: [avalanche_AggregateRoot_filter] } -enum stagingmantle_AggregateRoot_orderBy { +enum avalanche_AggregateRoot_orderBy { id root blockNumber } -type stagingmantle_Asset { +enum avalanche_Aggregation_interval { + hour + day +} + +type avalanche_Asset { id: ID! - key: stagingmantle_Bytes + key: avalanche_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmantle_Bytes + canonicalId: avalanche_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmantle_Bytes - localAsset: stagingmantle_Bytes + adoptedAsset: avalanche_Bytes + localAsset: avalanche_Bytes blockNumber: BigInt - status: stagingmantle_AssetStatus + status: avalanche_AssetStatus } -type stagingmantle_AssetBalance { +type avalanche_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmantle_Router! - asset: stagingmantle_Asset! + router: avalanche_Router! + asset: avalanche_Asset! feesEarned: BigInt! } -input stagingmantle_AssetBalance_filter { +input avalanche_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -143524,7 +142192,7 @@ input stagingmantle_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmantle_Router_filter + router_: avalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -143545,7 +142213,7 @@ input stagingmantle_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmantle_Asset_filter + asset_: avalanche_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -143555,12 +142223,12 @@ input stagingmantle_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_AssetBalance_filter] - or: [stagingmantle_AssetBalance_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_AssetBalance_filter] + or: [avalanche_AssetBalance_filter] } -enum stagingmantle_AssetBalance_orderBy { +enum avalanche_AssetBalance_orderBy { id amount locked @@ -143586,12 +142254,12 @@ enum stagingmantle_AssetBalance_orderBy { feesEarned } -type stagingmantle_AssetStatus { +type avalanche_AssetStatus { id: ID! status: Boolean } -input stagingmantle_AssetStatus_filter { +input avalanche_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -143605,17 +142273,17 @@ input stagingmantle_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_AssetStatus_filter] - or: [stagingmantle_AssetStatus_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_AssetStatus_filter] + or: [avalanche_AssetStatus_filter] } -enum stagingmantle_AssetStatus_orderBy { +enum avalanche_AssetStatus_orderBy { id status } -input stagingmantle_Asset_filter { +input avalanche_Asset_filter { id: ID id_not: ID id_gt: ID @@ -143624,16 +142292,16 @@ input stagingmantle_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingmantle_Bytes - key_not: stagingmantle_Bytes - key_gt: stagingmantle_Bytes - key_lt: stagingmantle_Bytes - key_gte: stagingmantle_Bytes - key_lte: stagingmantle_Bytes - key_in: [stagingmantle_Bytes!] - key_not_in: [stagingmantle_Bytes!] - key_contains: stagingmantle_Bytes - key_not_contains: stagingmantle_Bytes + key: avalanche_Bytes + key_not: avalanche_Bytes + key_gt: avalanche_Bytes + key_lt: avalanche_Bytes + key_gte: avalanche_Bytes + key_lte: avalanche_Bytes + key_in: [avalanche_Bytes!] + key_not_in: [avalanche_Bytes!] + key_contains: avalanche_Bytes + key_not_contains: avalanche_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -143650,16 +142318,16 @@ input stagingmantle_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingmantle_Bytes - canonicalId_not: stagingmantle_Bytes - canonicalId_gt: stagingmantle_Bytes - canonicalId_lt: stagingmantle_Bytes - canonicalId_gte: stagingmantle_Bytes - canonicalId_lte: stagingmantle_Bytes - canonicalId_in: [stagingmantle_Bytes!] - canonicalId_not_in: [stagingmantle_Bytes!] - canonicalId_contains: stagingmantle_Bytes - canonicalId_not_contains: stagingmantle_Bytes + canonicalId: avalanche_Bytes + canonicalId_not: avalanche_Bytes + canonicalId_gt: avalanche_Bytes + canonicalId_lt: avalanche_Bytes + canonicalId_gte: avalanche_Bytes + canonicalId_lte: avalanche_Bytes + canonicalId_in: [avalanche_Bytes!] + canonicalId_not_in: [avalanche_Bytes!] + canonicalId_contains: avalanche_Bytes + canonicalId_not_contains: avalanche_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -143668,26 +142336,26 @@ input stagingmantle_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingmantle_Bytes - adoptedAsset_not: stagingmantle_Bytes - adoptedAsset_gt: stagingmantle_Bytes - adoptedAsset_lt: stagingmantle_Bytes - adoptedAsset_gte: stagingmantle_Bytes - adoptedAsset_lte: stagingmantle_Bytes - adoptedAsset_in: [stagingmantle_Bytes!] - adoptedAsset_not_in: [stagingmantle_Bytes!] - adoptedAsset_contains: stagingmantle_Bytes - adoptedAsset_not_contains: stagingmantle_Bytes - localAsset: stagingmantle_Bytes - localAsset_not: stagingmantle_Bytes - localAsset_gt: stagingmantle_Bytes - localAsset_lt: stagingmantle_Bytes - localAsset_gte: stagingmantle_Bytes - localAsset_lte: stagingmantle_Bytes - localAsset_in: [stagingmantle_Bytes!] - localAsset_not_in: [stagingmantle_Bytes!] - localAsset_contains: stagingmantle_Bytes - localAsset_not_contains: stagingmantle_Bytes + adoptedAsset: avalanche_Bytes + adoptedAsset_not: avalanche_Bytes + adoptedAsset_gt: avalanche_Bytes + adoptedAsset_lt: avalanche_Bytes + adoptedAsset_gte: avalanche_Bytes + adoptedAsset_lte: avalanche_Bytes + adoptedAsset_in: [avalanche_Bytes!] + adoptedAsset_not_in: [avalanche_Bytes!] + adoptedAsset_contains: avalanche_Bytes + adoptedAsset_not_contains: avalanche_Bytes + localAsset: avalanche_Bytes + localAsset_not: avalanche_Bytes + localAsset_gt: avalanche_Bytes + localAsset_lt: avalanche_Bytes + localAsset_gte: avalanche_Bytes + localAsset_lte: avalanche_Bytes + localAsset_in: [avalanche_Bytes!] + localAsset_not_in: [avalanche_Bytes!] + localAsset_contains: avalanche_Bytes + localAsset_not_contains: avalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -143716,14 +142384,14 @@ input stagingmantle_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingmantle_AssetStatus_filter + status_: avalanche_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Asset_filter] - or: [stagingmantle_Asset_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Asset_filter] + or: [avalanche_Asset_filter] } -enum stagingmantle_Asset_orderBy { +enum avalanche_Asset_orderBy { id key decimal @@ -143738,30 +142406,30 @@ enum stagingmantle_Asset_orderBy { status__status } -scalar stagingmantle_BigDecimal +scalar avalanche_BigDecimal -input stagingmantle_BlockChangedFilter { +input avalanche_BlockChangedFilter { number_gte: Int! } -input stagingmantle_Block_height { - hash: stagingmantle_Bytes +input avalanche_Block_height { + hash: avalanche_Bytes number: Int number_gte: Int } -scalar stagingmantle_Bytes +scalar avalanche_Bytes -type stagingmantle_ConnectorMeta { +type avalanche_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmantle_Bytes - rootManager: stagingmantle_Bytes - mirrorConnector: stagingmantle_Bytes + amb: avalanche_Bytes + rootManager: avalanche_Bytes + mirrorConnector: avalanche_Bytes } -input stagingmantle_ConnectorMeta_filter { +input avalanche_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -143786,43 +142454,43 @@ input stagingmantle_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingmantle_Bytes - amb_not: stagingmantle_Bytes - amb_gt: stagingmantle_Bytes - amb_lt: stagingmantle_Bytes - amb_gte: stagingmantle_Bytes - amb_lte: stagingmantle_Bytes - amb_in: [stagingmantle_Bytes!] - amb_not_in: [stagingmantle_Bytes!] - amb_contains: stagingmantle_Bytes - amb_not_contains: stagingmantle_Bytes - rootManager: stagingmantle_Bytes - rootManager_not: stagingmantle_Bytes - rootManager_gt: stagingmantle_Bytes - rootManager_lt: stagingmantle_Bytes - rootManager_gte: stagingmantle_Bytes - rootManager_lte: stagingmantle_Bytes - rootManager_in: [stagingmantle_Bytes!] - rootManager_not_in: [stagingmantle_Bytes!] - rootManager_contains: stagingmantle_Bytes - rootManager_not_contains: stagingmantle_Bytes - mirrorConnector: stagingmantle_Bytes - mirrorConnector_not: stagingmantle_Bytes - mirrorConnector_gt: stagingmantle_Bytes - mirrorConnector_lt: stagingmantle_Bytes - mirrorConnector_gte: stagingmantle_Bytes - mirrorConnector_lte: stagingmantle_Bytes - mirrorConnector_in: [stagingmantle_Bytes!] - mirrorConnector_not_in: [stagingmantle_Bytes!] - mirrorConnector_contains: stagingmantle_Bytes - mirrorConnector_not_contains: stagingmantle_Bytes + amb: avalanche_Bytes + amb_not: avalanche_Bytes + amb_gt: avalanche_Bytes + amb_lt: avalanche_Bytes + amb_gte: avalanche_Bytes + amb_lte: avalanche_Bytes + amb_in: [avalanche_Bytes!] + amb_not_in: [avalanche_Bytes!] + amb_contains: avalanche_Bytes + amb_not_contains: avalanche_Bytes + rootManager: avalanche_Bytes + rootManager_not: avalanche_Bytes + rootManager_gt: avalanche_Bytes + rootManager_lt: avalanche_Bytes + rootManager_gte: avalanche_Bytes + rootManager_lte: avalanche_Bytes + rootManager_in: [avalanche_Bytes!] + rootManager_not_in: [avalanche_Bytes!] + rootManager_contains: avalanche_Bytes + rootManager_not_contains: avalanche_Bytes + mirrorConnector: avalanche_Bytes + mirrorConnector_not: avalanche_Bytes + mirrorConnector_gt: avalanche_Bytes + mirrorConnector_lt: avalanche_Bytes + mirrorConnector_gte: avalanche_Bytes + mirrorConnector_lte: avalanche_Bytes + mirrorConnector_in: [avalanche_Bytes!] + mirrorConnector_not_in: [avalanche_Bytes!] + mirrorConnector_contains: avalanche_Bytes + mirrorConnector_not_contains: avalanche_Bytes """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_ConnectorMeta_filter] - or: [stagingmantle_ConnectorMeta_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_ConnectorMeta_filter] + or: [avalanche_ConnectorMeta_filter] } -enum stagingmantle_ConnectorMeta_orderBy { +enum avalanche_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -143831,48 +142499,48 @@ enum stagingmantle_ConnectorMeta_orderBy { mirrorConnector } -type stagingmantle_DestinationTransfer { +type avalanche_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmantle_Bytes + transferId: avalanche_Bytes nonce: BigInt - status: stagingmantle_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingmantle_Router_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_Router_filter): [stagingmantle_Router!] + status: avalanche_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: avalanche_Router_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_Router_filter): [avalanche_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmantle_Bytes - delegate: stagingmantle_Bytes + to: avalanche_Bytes + delegate: avalanche_Bytes receiveLocal: Boolean - callData: stagingmantle_Bytes + callData: avalanche_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmantle_Bytes + originSender: avalanche_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmantle_Bytes - asset: stagingmantle_Asset + canonicalId: avalanche_Bytes + asset: avalanche_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmantle_Bytes - executedTransactionHash: stagingmantle_Bytes + executedCaller: avalanche_Bytes + executedTransactionHash: avalanche_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmantle_Bytes + executedTxOrigin: avalanche_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmantle_Bytes - reconciledTransactionHash: stagingmantle_Bytes + reconciledCaller: avalanche_Bytes + reconciledTransactionHash: avalanche_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmantle_Bytes + reconciledTxOrigin: avalanche_Bytes reconciledTxNonce: BigInt } -input stagingmantle_DestinationTransfer_filter { +input avalanche_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -143889,16 +142557,16 @@ input stagingmantle_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmantle_Bytes - transferId_not: stagingmantle_Bytes - transferId_gt: stagingmantle_Bytes - transferId_lt: stagingmantle_Bytes - transferId_gte: stagingmantle_Bytes - transferId_lte: stagingmantle_Bytes - transferId_in: [stagingmantle_Bytes!] - transferId_not_in: [stagingmantle_Bytes!] - transferId_contains: stagingmantle_Bytes - transferId_not_contains: stagingmantle_Bytes + transferId: avalanche_Bytes + transferId_not: avalanche_Bytes + transferId_gt: avalanche_Bytes + transferId_lt: avalanche_Bytes + transferId_gte: avalanche_Bytes + transferId_lte: avalanche_Bytes + transferId_in: [avalanche_Bytes!] + transferId_not_in: [avalanche_Bytes!] + transferId_contains: avalanche_Bytes + transferId_not_contains: avalanche_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -143907,17 +142575,17 @@ input stagingmantle_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmantle_TransferStatus - status_not: stagingmantle_TransferStatus - status_in: [stagingmantle_TransferStatus!] - status_not_in: [stagingmantle_TransferStatus!] + status: avalanche_TransferStatus + status_not: avalanche_TransferStatus + status_in: [avalanche_TransferStatus!] + status_not_in: [avalanche_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingmantle_Router_filter + routers_: avalanche_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -143942,40 +142610,40 @@ input stagingmantle_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmantle_Bytes - to_not: stagingmantle_Bytes - to_gt: stagingmantle_Bytes - to_lt: stagingmantle_Bytes - to_gte: stagingmantle_Bytes - to_lte: stagingmantle_Bytes - to_in: [stagingmantle_Bytes!] - to_not_in: [stagingmantle_Bytes!] - to_contains: stagingmantle_Bytes - to_not_contains: stagingmantle_Bytes - delegate: stagingmantle_Bytes - delegate_not: stagingmantle_Bytes - delegate_gt: stagingmantle_Bytes - delegate_lt: stagingmantle_Bytes - delegate_gte: stagingmantle_Bytes - delegate_lte: stagingmantle_Bytes - delegate_in: [stagingmantle_Bytes!] - delegate_not_in: [stagingmantle_Bytes!] - delegate_contains: stagingmantle_Bytes - delegate_not_contains: stagingmantle_Bytes + to: avalanche_Bytes + to_not: avalanche_Bytes + to_gt: avalanche_Bytes + to_lt: avalanche_Bytes + to_gte: avalanche_Bytes + to_lte: avalanche_Bytes + to_in: [avalanche_Bytes!] + to_not_in: [avalanche_Bytes!] + to_contains: avalanche_Bytes + to_not_contains: avalanche_Bytes + delegate: avalanche_Bytes + delegate_not: avalanche_Bytes + delegate_gt: avalanche_Bytes + delegate_lt: avalanche_Bytes + delegate_gte: avalanche_Bytes + delegate_lte: avalanche_Bytes + delegate_in: [avalanche_Bytes!] + delegate_not_in: [avalanche_Bytes!] + delegate_contains: avalanche_Bytes + delegate_not_contains: avalanche_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingmantle_Bytes - callData_not: stagingmantle_Bytes - callData_gt: stagingmantle_Bytes - callData_lt: stagingmantle_Bytes - callData_gte: stagingmantle_Bytes - callData_lte: stagingmantle_Bytes - callData_in: [stagingmantle_Bytes!] - callData_not_in: [stagingmantle_Bytes!] - callData_contains: stagingmantle_Bytes - callData_not_contains: stagingmantle_Bytes + callData: avalanche_Bytes + callData_not: avalanche_Bytes + callData_gt: avalanche_Bytes + callData_lt: avalanche_Bytes + callData_gte: avalanche_Bytes + callData_lte: avalanche_Bytes + callData_in: [avalanche_Bytes!] + callData_not_in: [avalanche_Bytes!] + callData_contains: avalanche_Bytes + callData_not_contains: avalanche_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -143992,16 +142660,16 @@ input stagingmantle_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingmantle_Bytes - originSender_not: stagingmantle_Bytes - originSender_gt: stagingmantle_Bytes - originSender_lt: stagingmantle_Bytes - originSender_gte: stagingmantle_Bytes - originSender_lte: stagingmantle_Bytes - originSender_in: [stagingmantle_Bytes!] - originSender_not_in: [stagingmantle_Bytes!] - originSender_contains: stagingmantle_Bytes - originSender_not_contains: stagingmantle_Bytes + originSender: avalanche_Bytes + originSender_not: avalanche_Bytes + originSender_gt: avalanche_Bytes + originSender_lt: avalanche_Bytes + originSender_gte: avalanche_Bytes + originSender_lte: avalanche_Bytes + originSender_in: [avalanche_Bytes!] + originSender_not_in: [avalanche_Bytes!] + originSender_contains: avalanche_Bytes + originSender_not_contains: avalanche_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -144018,16 +142686,16 @@ input stagingmantle_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmantle_Bytes - canonicalId_not: stagingmantle_Bytes - canonicalId_gt: stagingmantle_Bytes - canonicalId_lt: stagingmantle_Bytes - canonicalId_gte: stagingmantle_Bytes - canonicalId_lte: stagingmantle_Bytes - canonicalId_in: [stagingmantle_Bytes!] - canonicalId_not_in: [stagingmantle_Bytes!] - canonicalId_contains: stagingmantle_Bytes - canonicalId_not_contains: stagingmantle_Bytes + canonicalId: avalanche_Bytes + canonicalId_not: avalanche_Bytes + canonicalId_gt: avalanche_Bytes + canonicalId_lt: avalanche_Bytes + canonicalId_gte: avalanche_Bytes + canonicalId_lte: avalanche_Bytes + canonicalId_in: [avalanche_Bytes!] + canonicalId_not_in: [avalanche_Bytes!] + canonicalId_contains: avalanche_Bytes + canonicalId_not_contains: avalanche_Bytes asset: String asset_not: String asset_gt: String @@ -144048,7 +142716,7 @@ input stagingmantle_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmantle_Asset_filter + asset_: avalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -144065,26 +142733,26 @@ input stagingmantle_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingmantle_Bytes - executedCaller_not: stagingmantle_Bytes - executedCaller_gt: stagingmantle_Bytes - executedCaller_lt: stagingmantle_Bytes - executedCaller_gte: stagingmantle_Bytes - executedCaller_lte: stagingmantle_Bytes - executedCaller_in: [stagingmantle_Bytes!] - executedCaller_not_in: [stagingmantle_Bytes!] - executedCaller_contains: stagingmantle_Bytes - executedCaller_not_contains: stagingmantle_Bytes - executedTransactionHash: stagingmantle_Bytes - executedTransactionHash_not: stagingmantle_Bytes - executedTransactionHash_gt: stagingmantle_Bytes - executedTransactionHash_lt: stagingmantle_Bytes - executedTransactionHash_gte: stagingmantle_Bytes - executedTransactionHash_lte: stagingmantle_Bytes - executedTransactionHash_in: [stagingmantle_Bytes!] - executedTransactionHash_not_in: [stagingmantle_Bytes!] - executedTransactionHash_contains: stagingmantle_Bytes - executedTransactionHash_not_contains: stagingmantle_Bytes + executedCaller: avalanche_Bytes + executedCaller_not: avalanche_Bytes + executedCaller_gt: avalanche_Bytes + executedCaller_lt: avalanche_Bytes + executedCaller_gte: avalanche_Bytes + executedCaller_lte: avalanche_Bytes + executedCaller_in: [avalanche_Bytes!] + executedCaller_not_in: [avalanche_Bytes!] + executedCaller_contains: avalanche_Bytes + executedCaller_not_contains: avalanche_Bytes + executedTransactionHash: avalanche_Bytes + executedTransactionHash_not: avalanche_Bytes + executedTransactionHash_gt: avalanche_Bytes + executedTransactionHash_lt: avalanche_Bytes + executedTransactionHash_gte: avalanche_Bytes + executedTransactionHash_lte: avalanche_Bytes + executedTransactionHash_in: [avalanche_Bytes!] + executedTransactionHash_not_in: [avalanche_Bytes!] + executedTransactionHash_contains: avalanche_Bytes + executedTransactionHash_not_contains: avalanche_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -144117,44 +142785,44 @@ input stagingmantle_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingmantle_Bytes - executedTxOrigin_not: stagingmantle_Bytes - executedTxOrigin_gt: stagingmantle_Bytes - executedTxOrigin_lt: stagingmantle_Bytes - executedTxOrigin_gte: stagingmantle_Bytes - executedTxOrigin_lte: stagingmantle_Bytes - executedTxOrigin_in: [stagingmantle_Bytes!] - executedTxOrigin_not_in: [stagingmantle_Bytes!] - executedTxOrigin_contains: stagingmantle_Bytes - executedTxOrigin_not_contains: stagingmantle_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: stagingmantle_Bytes - reconciledCaller_not: stagingmantle_Bytes - reconciledCaller_gt: stagingmantle_Bytes - reconciledCaller_lt: stagingmantle_Bytes - reconciledCaller_gte: stagingmantle_Bytes - reconciledCaller_lte: stagingmantle_Bytes - reconciledCaller_in: [stagingmantle_Bytes!] - reconciledCaller_not_in: [stagingmantle_Bytes!] - reconciledCaller_contains: stagingmantle_Bytes - reconciledCaller_not_contains: stagingmantle_Bytes - reconciledTransactionHash: stagingmantle_Bytes - reconciledTransactionHash_not: stagingmantle_Bytes - reconciledTransactionHash_gt: stagingmantle_Bytes - reconciledTransactionHash_lt: stagingmantle_Bytes - reconciledTransactionHash_gte: stagingmantle_Bytes - reconciledTransactionHash_lte: stagingmantle_Bytes - reconciledTransactionHash_in: [stagingmantle_Bytes!] - reconciledTransactionHash_not_in: [stagingmantle_Bytes!] - reconciledTransactionHash_contains: stagingmantle_Bytes - reconciledTransactionHash_not_contains: stagingmantle_Bytes + executedTxOrigin: avalanche_Bytes + executedTxOrigin_not: avalanche_Bytes + executedTxOrigin_gt: avalanche_Bytes + executedTxOrigin_lt: avalanche_Bytes + executedTxOrigin_gte: avalanche_Bytes + executedTxOrigin_lte: avalanche_Bytes + executedTxOrigin_in: [avalanche_Bytes!] + executedTxOrigin_not_in: [avalanche_Bytes!] + executedTxOrigin_contains: avalanche_Bytes + executedTxOrigin_not_contains: avalanche_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: avalanche_Bytes + reconciledCaller_not: avalanche_Bytes + reconciledCaller_gt: avalanche_Bytes + reconciledCaller_lt: avalanche_Bytes + reconciledCaller_gte: avalanche_Bytes + reconciledCaller_lte: avalanche_Bytes + reconciledCaller_in: [avalanche_Bytes!] + reconciledCaller_not_in: [avalanche_Bytes!] + reconciledCaller_contains: avalanche_Bytes + reconciledCaller_not_contains: avalanche_Bytes + reconciledTransactionHash: avalanche_Bytes + reconciledTransactionHash_not: avalanche_Bytes + reconciledTransactionHash_gt: avalanche_Bytes + reconciledTransactionHash_lt: avalanche_Bytes + reconciledTransactionHash_gte: avalanche_Bytes + reconciledTransactionHash_lte: avalanche_Bytes + reconciledTransactionHash_in: [avalanche_Bytes!] + reconciledTransactionHash_not_in: [avalanche_Bytes!] + reconciledTransactionHash_contains: avalanche_Bytes + reconciledTransactionHash_not_contains: avalanche_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -144187,16 +142855,16 @@ input stagingmantle_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmantle_Bytes - reconciledTxOrigin_not: stagingmantle_Bytes - reconciledTxOrigin_gt: stagingmantle_Bytes - reconciledTxOrigin_lt: stagingmantle_Bytes - reconciledTxOrigin_gte: stagingmantle_Bytes - reconciledTxOrigin_lte: stagingmantle_Bytes - reconciledTxOrigin_in: [stagingmantle_Bytes!] - reconciledTxOrigin_not_in: [stagingmantle_Bytes!] - reconciledTxOrigin_contains: stagingmantle_Bytes - reconciledTxOrigin_not_contains: stagingmantle_Bytes + reconciledTxOrigin: avalanche_Bytes + reconciledTxOrigin_not: avalanche_Bytes + reconciledTxOrigin_gt: avalanche_Bytes + reconciledTxOrigin_lt: avalanche_Bytes + reconciledTxOrigin_gte: avalanche_Bytes + reconciledTxOrigin_lte: avalanche_Bytes + reconciledTxOrigin_in: [avalanche_Bytes!] + reconciledTxOrigin_not_in: [avalanche_Bytes!] + reconciledTxOrigin_contains: avalanche_Bytes + reconciledTxOrigin_not_contains: avalanche_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -144206,12 +142874,12 @@ input stagingmantle_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_DestinationTransfer_filter] - or: [stagingmantle_DestinationTransfer_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_DestinationTransfer_filter] + or: [avalanche_DestinationTransfer_filter] } -enum stagingmantle_DestinationTransfer_orderBy { +enum avalanche_DestinationTransfer_orderBy { id chainId transferId @@ -144265,16 +142933,16 @@ enum stagingmantle_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmantle_Int8 +scalar avalanche_Int8 -type stagingmantle_OptimisticRootFinalized { +type avalanche_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmantle_Bytes! + aggregateRoot: avalanche_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmantle_OptimisticRootFinalized_filter { +input avalanche_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -144283,16 +142951,16 @@ input stagingmantle_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmantle_Bytes - aggregateRoot_not: stagingmantle_Bytes - aggregateRoot_gt: stagingmantle_Bytes - aggregateRoot_lt: stagingmantle_Bytes - aggregateRoot_gte: stagingmantle_Bytes - aggregateRoot_lte: stagingmantle_Bytes - aggregateRoot_in: [stagingmantle_Bytes!] - aggregateRoot_not_in: [stagingmantle_Bytes!] - aggregateRoot_contains: stagingmantle_Bytes - aggregateRoot_not_contains: stagingmantle_Bytes + aggregateRoot: avalanche_Bytes + aggregateRoot_not: avalanche_Bytes + aggregateRoot_gt: avalanche_Bytes + aggregateRoot_lt: avalanche_Bytes + aggregateRoot_gte: avalanche_Bytes + aggregateRoot_lte: avalanche_Bytes + aggregateRoot_in: [avalanche_Bytes!] + aggregateRoot_not_in: [avalanche_Bytes!] + aggregateRoot_contains: avalanche_Bytes + aggregateRoot_not_contains: avalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -144310,12 +142978,12 @@ input stagingmantle_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_OptimisticRootFinalized_filter] - or: [stagingmantle_OptimisticRootFinalized_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_OptimisticRootFinalized_filter] + or: [avalanche_OptimisticRootFinalized_filter] } -enum stagingmantle_OptimisticRootFinalized_orderBy { +enum avalanche_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -144323,25 +142991,25 @@ enum stagingmantle_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmantle_OrderDirection { +enum avalanche_OrderDirection { asc desc } -type stagingmantle_OriginMessage { +type avalanche_OriginMessage { id: ID! - transferId: stagingmantle_Bytes + transferId: avalanche_Bytes destinationDomain: BigInt - leaf: stagingmantle_Bytes + leaf: avalanche_Bytes index: BigInt - message: stagingmantle_Bytes - root: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes + message: avalanche_Bytes + root: avalanche_Bytes + transactionHash: avalanche_Bytes blockNumber: BigInt - rootCount: stagingmantle_RootCount + rootCount: avalanche_RootCount } -input stagingmantle_OriginMessage_filter { +input avalanche_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -144350,16 +143018,16 @@ input stagingmantle_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingmantle_Bytes - transferId_not: stagingmantle_Bytes - transferId_gt: stagingmantle_Bytes - transferId_lt: stagingmantle_Bytes - transferId_gte: stagingmantle_Bytes - transferId_lte: stagingmantle_Bytes - transferId_in: [stagingmantle_Bytes!] - transferId_not_in: [stagingmantle_Bytes!] - transferId_contains: stagingmantle_Bytes - transferId_not_contains: stagingmantle_Bytes + transferId: avalanche_Bytes + transferId_not: avalanche_Bytes + transferId_gt: avalanche_Bytes + transferId_lt: avalanche_Bytes + transferId_gte: avalanche_Bytes + transferId_lte: avalanche_Bytes + transferId_in: [avalanche_Bytes!] + transferId_not_in: [avalanche_Bytes!] + transferId_contains: avalanche_Bytes + transferId_not_contains: avalanche_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -144368,16 +143036,16 @@ input stagingmantle_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingmantle_Bytes - leaf_not: stagingmantle_Bytes - leaf_gt: stagingmantle_Bytes - leaf_lt: stagingmantle_Bytes - leaf_gte: stagingmantle_Bytes - leaf_lte: stagingmantle_Bytes - leaf_in: [stagingmantle_Bytes!] - leaf_not_in: [stagingmantle_Bytes!] - leaf_contains: stagingmantle_Bytes - leaf_not_contains: stagingmantle_Bytes + leaf: avalanche_Bytes + leaf_not: avalanche_Bytes + leaf_gt: avalanche_Bytes + leaf_lt: avalanche_Bytes + leaf_gte: avalanche_Bytes + leaf_lte: avalanche_Bytes + leaf_in: [avalanche_Bytes!] + leaf_not_in: [avalanche_Bytes!] + leaf_contains: avalanche_Bytes + leaf_not_contains: avalanche_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -144386,36 +143054,36 @@ input stagingmantle_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingmantle_Bytes - message_not: stagingmantle_Bytes - message_gt: stagingmantle_Bytes - message_lt: stagingmantle_Bytes - message_gte: stagingmantle_Bytes - message_lte: stagingmantle_Bytes - message_in: [stagingmantle_Bytes!] - message_not_in: [stagingmantle_Bytes!] - message_contains: stagingmantle_Bytes - message_not_contains: stagingmantle_Bytes - root: stagingmantle_Bytes - root_not: stagingmantle_Bytes - root_gt: stagingmantle_Bytes - root_lt: stagingmantle_Bytes - root_gte: stagingmantle_Bytes - root_lte: stagingmantle_Bytes - root_in: [stagingmantle_Bytes!] - root_not_in: [stagingmantle_Bytes!] - root_contains: stagingmantle_Bytes - root_not_contains: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes - transactionHash_not: stagingmantle_Bytes - transactionHash_gt: stagingmantle_Bytes - transactionHash_lt: stagingmantle_Bytes - transactionHash_gte: stagingmantle_Bytes - transactionHash_lte: stagingmantle_Bytes - transactionHash_in: [stagingmantle_Bytes!] - transactionHash_not_in: [stagingmantle_Bytes!] - transactionHash_contains: stagingmantle_Bytes - transactionHash_not_contains: stagingmantle_Bytes + message: avalanche_Bytes + message_not: avalanche_Bytes + message_gt: avalanche_Bytes + message_lt: avalanche_Bytes + message_gte: avalanche_Bytes + message_lte: avalanche_Bytes + message_in: [avalanche_Bytes!] + message_not_in: [avalanche_Bytes!] + message_contains: avalanche_Bytes + message_not_contains: avalanche_Bytes + root: avalanche_Bytes + root_not: avalanche_Bytes + root_gt: avalanche_Bytes + root_lt: avalanche_Bytes + root_gte: avalanche_Bytes + root_lte: avalanche_Bytes + root_in: [avalanche_Bytes!] + root_not_in: [avalanche_Bytes!] + root_contains: avalanche_Bytes + root_not_contains: avalanche_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -144444,14 +143112,14 @@ input stagingmantle_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingmantle_RootCount_filter + rootCount_: avalanche_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_OriginMessage_filter] - or: [stagingmantle_OriginMessage_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_OriginMessage_filter] + or: [avalanche_OriginMessage_filter] } -enum stagingmantle_OriginMessage_orderBy { +enum avalanche_OriginMessage_orderBy { id transferId destinationDomain @@ -144466,42 +143134,42 @@ enum stagingmantle_OriginMessage_orderBy { rootCount__count } -type stagingmantle_OriginTransfer { +type avalanche_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmantle_Bytes + transferId: avalanche_Bytes nonce: BigInt - status: stagingmantle_TransferStatus - messageHash: stagingmantle_Bytes + status: avalanche_TransferStatus + messageHash: avalanche_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmantle_Bytes - delegate: stagingmantle_Bytes + to: avalanche_Bytes + delegate: avalanche_Bytes receiveLocal: Boolean - callData: stagingmantle_Bytes + callData: avalanche_Bytes slippage: BigInt - originSender: stagingmantle_Bytes + originSender: avalanche_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmantle_Bytes - asset: stagingmantle_Asset - transactingAsset: stagingmantle_Bytes - message: stagingmantle_OriginMessage + canonicalId: avalanche_Bytes + asset: avalanche_Asset + transactingAsset: avalanche_Bytes + message: avalanche_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmantle_RelayerFee_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_RelayerFee_filter): [stagingmantle_RelayerFee!] - initialRelayerFeeAsset: stagingmantle_Bytes - caller: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: avalanche_RelayerFee_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_RelayerFee_filter): [avalanche_RelayerFee!] + initialRelayerFeeAsset: avalanche_Bytes + caller: avalanche_Bytes + transactionHash: avalanche_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingmantle_Bytes + txOrigin: avalanche_Bytes txNonce: BigInt } -input stagingmantle_OriginTransfer_filter { +input avalanche_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -144518,16 +143186,16 @@ input stagingmantle_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmantle_Bytes - transferId_not: stagingmantle_Bytes - transferId_gt: stagingmantle_Bytes - transferId_lt: stagingmantle_Bytes - transferId_gte: stagingmantle_Bytes - transferId_lte: stagingmantle_Bytes - transferId_in: [stagingmantle_Bytes!] - transferId_not_in: [stagingmantle_Bytes!] - transferId_contains: stagingmantle_Bytes - transferId_not_contains: stagingmantle_Bytes + transferId: avalanche_Bytes + transferId_not: avalanche_Bytes + transferId_gt: avalanche_Bytes + transferId_lt: avalanche_Bytes + transferId_gte: avalanche_Bytes + transferId_lte: avalanche_Bytes + transferId_in: [avalanche_Bytes!] + transferId_not_in: [avalanche_Bytes!] + transferId_contains: avalanche_Bytes + transferId_not_contains: avalanche_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -144536,20 +143204,20 @@ input stagingmantle_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmantle_TransferStatus - status_not: stagingmantle_TransferStatus - status_in: [stagingmantle_TransferStatus!] - status_not_in: [stagingmantle_TransferStatus!] - messageHash: stagingmantle_Bytes - messageHash_not: stagingmantle_Bytes - messageHash_gt: stagingmantle_Bytes - messageHash_lt: stagingmantle_Bytes - messageHash_gte: stagingmantle_Bytes - messageHash_lte: stagingmantle_Bytes - messageHash_in: [stagingmantle_Bytes!] - messageHash_not_in: [stagingmantle_Bytes!] - messageHash_contains: stagingmantle_Bytes - messageHash_not_contains: stagingmantle_Bytes + status: avalanche_TransferStatus + status_not: avalanche_TransferStatus + status_in: [avalanche_TransferStatus!] + status_not_in: [avalanche_TransferStatus!] + messageHash: avalanche_Bytes + messageHash_not: avalanche_Bytes + messageHash_gt: avalanche_Bytes + messageHash_lt: avalanche_Bytes + messageHash_gte: avalanche_Bytes + messageHash_lte: avalanche_Bytes + messageHash_in: [avalanche_Bytes!] + messageHash_not_in: [avalanche_Bytes!] + messageHash_contains: avalanche_Bytes + messageHash_not_contains: avalanche_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -144574,40 +143242,40 @@ input stagingmantle_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmantle_Bytes - to_not: stagingmantle_Bytes - to_gt: stagingmantle_Bytes - to_lt: stagingmantle_Bytes - to_gte: stagingmantle_Bytes - to_lte: stagingmantle_Bytes - to_in: [stagingmantle_Bytes!] - to_not_in: [stagingmantle_Bytes!] - to_contains: stagingmantle_Bytes - to_not_contains: stagingmantle_Bytes - delegate: stagingmantle_Bytes - delegate_not: stagingmantle_Bytes - delegate_gt: stagingmantle_Bytes - delegate_lt: stagingmantle_Bytes - delegate_gte: stagingmantle_Bytes - delegate_lte: stagingmantle_Bytes - delegate_in: [stagingmantle_Bytes!] - delegate_not_in: [stagingmantle_Bytes!] - delegate_contains: stagingmantle_Bytes - delegate_not_contains: stagingmantle_Bytes + to: avalanche_Bytes + to_not: avalanche_Bytes + to_gt: avalanche_Bytes + to_lt: avalanche_Bytes + to_gte: avalanche_Bytes + to_lte: avalanche_Bytes + to_in: [avalanche_Bytes!] + to_not_in: [avalanche_Bytes!] + to_contains: avalanche_Bytes + to_not_contains: avalanche_Bytes + delegate: avalanche_Bytes + delegate_not: avalanche_Bytes + delegate_gt: avalanche_Bytes + delegate_lt: avalanche_Bytes + delegate_gte: avalanche_Bytes + delegate_lte: avalanche_Bytes + delegate_in: [avalanche_Bytes!] + delegate_not_in: [avalanche_Bytes!] + delegate_contains: avalanche_Bytes + delegate_not_contains: avalanche_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingmantle_Bytes - callData_not: stagingmantle_Bytes - callData_gt: stagingmantle_Bytes - callData_lt: stagingmantle_Bytes - callData_gte: stagingmantle_Bytes - callData_lte: stagingmantle_Bytes - callData_in: [stagingmantle_Bytes!] - callData_not_in: [stagingmantle_Bytes!] - callData_contains: stagingmantle_Bytes - callData_not_contains: stagingmantle_Bytes + callData: avalanche_Bytes + callData_not: avalanche_Bytes + callData_gt: avalanche_Bytes + callData_lt: avalanche_Bytes + callData_gte: avalanche_Bytes + callData_lte: avalanche_Bytes + callData_in: [avalanche_Bytes!] + callData_not_in: [avalanche_Bytes!] + callData_contains: avalanche_Bytes + callData_not_contains: avalanche_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -144616,16 +143284,16 @@ input stagingmantle_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingmantle_Bytes - originSender_not: stagingmantle_Bytes - originSender_gt: stagingmantle_Bytes - originSender_lt: stagingmantle_Bytes - originSender_gte: stagingmantle_Bytes - originSender_lte: stagingmantle_Bytes - originSender_in: [stagingmantle_Bytes!] - originSender_not_in: [stagingmantle_Bytes!] - originSender_contains: stagingmantle_Bytes - originSender_not_contains: stagingmantle_Bytes + originSender: avalanche_Bytes + originSender_not: avalanche_Bytes + originSender_gt: avalanche_Bytes + originSender_lt: avalanche_Bytes + originSender_gte: avalanche_Bytes + originSender_lte: avalanche_Bytes + originSender_in: [avalanche_Bytes!] + originSender_not_in: [avalanche_Bytes!] + originSender_contains: avalanche_Bytes + originSender_not_contains: avalanche_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -144642,16 +143310,16 @@ input stagingmantle_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmantle_Bytes - canonicalId_not: stagingmantle_Bytes - canonicalId_gt: stagingmantle_Bytes - canonicalId_lt: stagingmantle_Bytes - canonicalId_gte: stagingmantle_Bytes - canonicalId_lte: stagingmantle_Bytes - canonicalId_in: [stagingmantle_Bytes!] - canonicalId_not_in: [stagingmantle_Bytes!] - canonicalId_contains: stagingmantle_Bytes - canonicalId_not_contains: stagingmantle_Bytes + canonicalId: avalanche_Bytes + canonicalId_not: avalanche_Bytes + canonicalId_gt: avalanche_Bytes + canonicalId_lt: avalanche_Bytes + canonicalId_gte: avalanche_Bytes + canonicalId_lte: avalanche_Bytes + canonicalId_in: [avalanche_Bytes!] + canonicalId_not_in: [avalanche_Bytes!] + canonicalId_contains: avalanche_Bytes + canonicalId_not_contains: avalanche_Bytes asset: String asset_not: String asset_gt: String @@ -144672,17 +143340,17 @@ input stagingmantle_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmantle_Asset_filter - transactingAsset: stagingmantle_Bytes - transactingAsset_not: stagingmantle_Bytes - transactingAsset_gt: stagingmantle_Bytes - transactingAsset_lt: stagingmantle_Bytes - transactingAsset_gte: stagingmantle_Bytes - transactingAsset_lte: stagingmantle_Bytes - transactingAsset_in: [stagingmantle_Bytes!] - transactingAsset_not_in: [stagingmantle_Bytes!] - transactingAsset_contains: stagingmantle_Bytes - transactingAsset_not_contains: stagingmantle_Bytes + asset_: avalanche_Asset_filter + transactingAsset: avalanche_Bytes + transactingAsset_not: avalanche_Bytes + transactingAsset_gt: avalanche_Bytes + transactingAsset_lt: avalanche_Bytes + transactingAsset_gte: avalanche_Bytes + transactingAsset_lte: avalanche_Bytes + transactingAsset_in: [avalanche_Bytes!] + transactingAsset_not_in: [avalanche_Bytes!] + transactingAsset_contains: avalanche_Bytes + transactingAsset_not_contains: avalanche_Bytes message: String message_not: String message_gt: String @@ -144703,7 +143371,7 @@ input stagingmantle_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingmantle_OriginMessage_filter + message_: avalanche_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -144718,37 +143386,37 @@ input stagingmantle_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingmantle_RelayerFee_filter - initialRelayerFeeAsset: stagingmantle_Bytes - initialRelayerFeeAsset_not: stagingmantle_Bytes - initialRelayerFeeAsset_gt: stagingmantle_Bytes - initialRelayerFeeAsset_lt: stagingmantle_Bytes - initialRelayerFeeAsset_gte: stagingmantle_Bytes - initialRelayerFeeAsset_lte: stagingmantle_Bytes - initialRelayerFeeAsset_in: [stagingmantle_Bytes!] - initialRelayerFeeAsset_not_in: [stagingmantle_Bytes!] - initialRelayerFeeAsset_contains: stagingmantle_Bytes - initialRelayerFeeAsset_not_contains: stagingmantle_Bytes - caller: stagingmantle_Bytes - caller_not: stagingmantle_Bytes - caller_gt: stagingmantle_Bytes - caller_lt: stagingmantle_Bytes - caller_gte: stagingmantle_Bytes - caller_lte: stagingmantle_Bytes - caller_in: [stagingmantle_Bytes!] - caller_not_in: [stagingmantle_Bytes!] - caller_contains: stagingmantle_Bytes - caller_not_contains: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes - transactionHash_not: stagingmantle_Bytes - transactionHash_gt: stagingmantle_Bytes - transactionHash_lt: stagingmantle_Bytes - transactionHash_gte: stagingmantle_Bytes - transactionHash_lte: stagingmantle_Bytes - transactionHash_in: [stagingmantle_Bytes!] - transactionHash_not_in: [stagingmantle_Bytes!] - transactionHash_contains: stagingmantle_Bytes - transactionHash_not_contains: stagingmantle_Bytes + relayerFees_: avalanche_RelayerFee_filter + initialRelayerFeeAsset: avalanche_Bytes + initialRelayerFeeAsset_not: avalanche_Bytes + initialRelayerFeeAsset_gt: avalanche_Bytes + initialRelayerFeeAsset_lt: avalanche_Bytes + initialRelayerFeeAsset_gte: avalanche_Bytes + initialRelayerFeeAsset_lte: avalanche_Bytes + initialRelayerFeeAsset_in: [avalanche_Bytes!] + initialRelayerFeeAsset_not_in: [avalanche_Bytes!] + initialRelayerFeeAsset_contains: avalanche_Bytes + initialRelayerFeeAsset_not_contains: avalanche_Bytes + caller: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -144781,16 +143449,16 @@ input stagingmantle_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingmantle_Bytes - txOrigin_not: stagingmantle_Bytes - txOrigin_gt: stagingmantle_Bytes - txOrigin_lt: stagingmantle_Bytes - txOrigin_gte: stagingmantle_Bytes - txOrigin_lte: stagingmantle_Bytes - txOrigin_in: [stagingmantle_Bytes!] - txOrigin_not_in: [stagingmantle_Bytes!] - txOrigin_contains: stagingmantle_Bytes - txOrigin_not_contains: stagingmantle_Bytes + txOrigin: avalanche_Bytes + txOrigin_not: avalanche_Bytes + txOrigin_gt: avalanche_Bytes + txOrigin_lt: avalanche_Bytes + txOrigin_gte: avalanche_Bytes + txOrigin_lte: avalanche_Bytes + txOrigin_in: [avalanche_Bytes!] + txOrigin_not_in: [avalanche_Bytes!] + txOrigin_contains: avalanche_Bytes + txOrigin_not_contains: avalanche_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -144800,12 +143468,12 @@ input stagingmantle_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_OriginTransfer_filter] - or: [stagingmantle_OriginTransfer_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_OriginTransfer_filter] + or: [avalanche_OriginTransfer_filter] } -enum stagingmantle_OriginTransfer_orderBy { +enum avalanche_OriginTransfer_orderBy { id chainId transferId @@ -144858,20 +143526,20 @@ enum stagingmantle_OriginTransfer_orderBy { txNonce } -type stagingmantle_Relayer { +type avalanche_Relayer { id: ID! isActive: Boolean! - relayer: stagingmantle_Bytes + relayer: avalanche_Bytes } -type stagingmantle_RelayerFee { +type avalanche_RelayerFee { id: ID! - transfer: stagingmantle_OriginTransfer! + transfer: avalanche_OriginTransfer! fee: BigInt! - asset: stagingmantle_Bytes! + asset: avalanche_Bytes! } -input stagingmantle_RelayerFee_filter { +input avalanche_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -144900,7 +143568,7 @@ input stagingmantle_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmantle_OriginTransfer_filter + transfer_: avalanche_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -144909,23 +143577,23 @@ input stagingmantle_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingmantle_Bytes - asset_not: stagingmantle_Bytes - asset_gt: stagingmantle_Bytes - asset_lt: stagingmantle_Bytes - asset_gte: stagingmantle_Bytes - asset_lte: stagingmantle_Bytes - asset_in: [stagingmantle_Bytes!] - asset_not_in: [stagingmantle_Bytes!] - asset_contains: stagingmantle_Bytes - asset_not_contains: stagingmantle_Bytes + asset: avalanche_Bytes + asset_not: avalanche_Bytes + asset_gt: avalanche_Bytes + asset_lt: avalanche_Bytes + asset_gte: avalanche_Bytes + asset_lte: avalanche_Bytes + asset_in: [avalanche_Bytes!] + asset_not_in: [avalanche_Bytes!] + asset_contains: avalanche_Bytes + asset_not_contains: avalanche_Bytes """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_RelayerFee_filter] - or: [stagingmantle_RelayerFee_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RelayerFee_filter] + or: [avalanche_RelayerFee_filter] } -enum stagingmantle_RelayerFee_orderBy { +enum avalanche_RelayerFee_orderBy { id transfer transfer__id @@ -144961,20 +143629,20 @@ enum stagingmantle_RelayerFee_orderBy { asset } -type stagingmantle_RelayerFeesIncrease { +type avalanche_RelayerFeesIncrease { id: ID! - transfer: stagingmantle_OriginTransfer! + transfer: avalanche_OriginTransfer! increase: BigInt - asset: stagingmantle_Bytes - caller: stagingmantle_Bytes! - transactionHash: stagingmantle_Bytes! + asset: avalanche_Bytes + caller: avalanche_Bytes! + transactionHash: avalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmantle_RelayerFeesIncrease_filter { +input avalanche_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -145003,7 +143671,7 @@ input stagingmantle_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmantle_OriginTransfer_filter + transfer_: avalanche_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -145012,36 +143680,36 @@ input stagingmantle_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingmantle_Bytes - asset_not: stagingmantle_Bytes - asset_gt: stagingmantle_Bytes - asset_lt: stagingmantle_Bytes - asset_gte: stagingmantle_Bytes - asset_lte: stagingmantle_Bytes - asset_in: [stagingmantle_Bytes!] - asset_not_in: [stagingmantle_Bytes!] - asset_contains: stagingmantle_Bytes - asset_not_contains: stagingmantle_Bytes - caller: stagingmantle_Bytes - caller_not: stagingmantle_Bytes - caller_gt: stagingmantle_Bytes - caller_lt: stagingmantle_Bytes - caller_gte: stagingmantle_Bytes - caller_lte: stagingmantle_Bytes - caller_in: [stagingmantle_Bytes!] - caller_not_in: [stagingmantle_Bytes!] - caller_contains: stagingmantle_Bytes - caller_not_contains: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes - transactionHash_not: stagingmantle_Bytes - transactionHash_gt: stagingmantle_Bytes - transactionHash_lt: stagingmantle_Bytes - transactionHash_gte: stagingmantle_Bytes - transactionHash_lte: stagingmantle_Bytes - transactionHash_in: [stagingmantle_Bytes!] - transactionHash_not_in: [stagingmantle_Bytes!] - transactionHash_contains: stagingmantle_Bytes - transactionHash_not_contains: stagingmantle_Bytes + asset: avalanche_Bytes + asset_not: avalanche_Bytes + asset_gt: avalanche_Bytes + asset_lt: avalanche_Bytes + asset_gte: avalanche_Bytes + asset_lte: avalanche_Bytes + asset_in: [avalanche_Bytes!] + asset_not_in: [avalanche_Bytes!] + asset_contains: avalanche_Bytes + asset_not_contains: avalanche_Bytes + caller: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -145075,12 +143743,12 @@ input stagingmantle_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_RelayerFeesIncrease_filter] - or: [stagingmantle_RelayerFeesIncrease_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RelayerFeesIncrease_filter] + or: [avalanche_RelayerFeesIncrease_filter] } -enum stagingmantle_RelayerFeesIncrease_orderBy { +enum avalanche_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -145122,7 +143790,7 @@ enum stagingmantle_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmantle_Relayer_filter { +input avalanche_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -145135,34 +143803,34 @@ input stagingmantle_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingmantle_Bytes - relayer_not: stagingmantle_Bytes - relayer_gt: stagingmantle_Bytes - relayer_lt: stagingmantle_Bytes - relayer_gte: stagingmantle_Bytes - relayer_lte: stagingmantle_Bytes - relayer_in: [stagingmantle_Bytes!] - relayer_not_in: [stagingmantle_Bytes!] - relayer_contains: stagingmantle_Bytes - relayer_not_contains: stagingmantle_Bytes + relayer: avalanche_Bytes + relayer_not: avalanche_Bytes + relayer_gt: avalanche_Bytes + relayer_lt: avalanche_Bytes + relayer_gte: avalanche_Bytes + relayer_lte: avalanche_Bytes + relayer_in: [avalanche_Bytes!] + relayer_not_in: [avalanche_Bytes!] + relayer_contains: avalanche_Bytes + relayer_not_contains: avalanche_Bytes """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Relayer_filter] - or: [stagingmantle_Relayer_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Relayer_filter] + or: [avalanche_Relayer_filter] } -enum stagingmantle_Relayer_orderBy { +enum avalanche_Relayer_orderBy { id isActive relayer } -type stagingmantle_RootCount { +type avalanche_RootCount { id: ID! count: BigInt } -input stagingmantle_RootCount_filter { +input avalanche_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -145180,31 +143848,31 @@ input stagingmantle_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_RootCount_filter] - or: [stagingmantle_RootCount_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RootCount_filter] + or: [avalanche_RootCount_filter] } -enum stagingmantle_RootCount_orderBy { +enum avalanche_RootCount_orderBy { id count } -type stagingmantle_RootMessageSent { +type avalanche_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmantle_Bytes + root: avalanche_Bytes count: BigInt - caller: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes + caller: avalanche_Bytes + transactionHash: avalanche_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmantle_RootMessageSent_filter { +input avalanche_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -145229,16 +143897,16 @@ input stagingmantle_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingmantle_Bytes - root_not: stagingmantle_Bytes - root_gt: stagingmantle_Bytes - root_lt: stagingmantle_Bytes - root_gte: stagingmantle_Bytes - root_lte: stagingmantle_Bytes - root_in: [stagingmantle_Bytes!] - root_not_in: [stagingmantle_Bytes!] - root_contains: stagingmantle_Bytes - root_not_contains: stagingmantle_Bytes + root: avalanche_Bytes + root_not: avalanche_Bytes + root_gt: avalanche_Bytes + root_lt: avalanche_Bytes + root_gte: avalanche_Bytes + root_lte: avalanche_Bytes + root_in: [avalanche_Bytes!] + root_not_in: [avalanche_Bytes!] + root_contains: avalanche_Bytes + root_not_contains: avalanche_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -145247,26 +143915,26 @@ input stagingmantle_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingmantle_Bytes - caller_not: stagingmantle_Bytes - caller_gt: stagingmantle_Bytes - caller_lt: stagingmantle_Bytes - caller_gte: stagingmantle_Bytes - caller_lte: stagingmantle_Bytes - caller_in: [stagingmantle_Bytes!] - caller_not_in: [stagingmantle_Bytes!] - caller_contains: stagingmantle_Bytes - caller_not_contains: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes - transactionHash_not: stagingmantle_Bytes - transactionHash_gt: stagingmantle_Bytes - transactionHash_lt: stagingmantle_Bytes - transactionHash_gte: stagingmantle_Bytes - transactionHash_lte: stagingmantle_Bytes - transactionHash_in: [stagingmantle_Bytes!] - transactionHash_not_in: [stagingmantle_Bytes!] - transactionHash_contains: stagingmantle_Bytes - transactionHash_not_contains: stagingmantle_Bytes + caller: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -145300,12 +143968,12 @@ input stagingmantle_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_RootMessageSent_filter] - or: [stagingmantle_RootMessageSent_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RootMessageSent_filter] + or: [avalanche_RootMessageSent_filter] } -enum stagingmantle_RootMessageSent_orderBy { +enum avalanche_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -145319,25 +143987,25 @@ enum stagingmantle_RootMessageSent_orderBy { blockNumber } -type stagingmantle_Router { +type avalanche_Router { id: ID! isActive: Boolean! - owner: stagingmantle_Bytes - recipient: stagingmantle_Bytes - proposedOwner: stagingmantle_Bytes + owner: avalanche_Bytes + recipient: avalanche_Bytes + proposedOwner: avalanche_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmantle_AssetBalance_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_AssetBalance_filter): [stagingmantle_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: avalanche_AssetBalance_orderBy, orderDirection: avalanche_OrderDirection, where: avalanche_AssetBalance_filter): [avalanche_AssetBalance!]! } -type stagingmantle_RouterDailyTVL { +type avalanche_RouterDailyTVL { id: ID! - router: stagingmantle_Router! - asset: stagingmantle_Asset! + router: avalanche_Router! + asset: avalanche_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmantle_RouterDailyTVL_filter { +input avalanche_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -145366,7 +144034,7 @@ input stagingmantle_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmantle_Router_filter + router_: avalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -145387,7 +144055,7 @@ input stagingmantle_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmantle_Asset_filter + asset_: avalanche_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -145405,12 +144073,12 @@ input stagingmantle_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_RouterDailyTVL_filter] - or: [stagingmantle_RouterDailyTVL_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RouterDailyTVL_filter] + or: [avalanche_RouterDailyTVL_filter] } -enum stagingmantle_RouterDailyTVL_orderBy { +enum avalanche_RouterDailyTVL_orderBy { id router router__id @@ -145433,26 +144101,26 @@ enum stagingmantle_RouterDailyTVL_orderBy { balance } -type stagingmantle_RouterLiquidityEvent { +type avalanche_RouterLiquidityEvent { id: ID! - type: stagingmantle_RouterLiquidityEventType - router: stagingmantle_Router! - asset: stagingmantle_Asset! + type: avalanche_RouterLiquidityEventType + router: avalanche_Router! + asset: avalanche_Asset! amount: BigInt! balance: BigInt! - caller: stagingmantle_Bytes + caller: avalanche_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmantle_Bytes! + transactionHash: avalanche_Bytes! nonce: BigInt! } -enum stagingmantle_RouterLiquidityEventType { +enum avalanche_RouterLiquidityEventType { Add Remove } -input stagingmantle_RouterLiquidityEvent_filter { +input avalanche_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -145461,10 +144129,10 @@ input stagingmantle_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingmantle_RouterLiquidityEventType - type_not: stagingmantle_RouterLiquidityEventType - type_in: [stagingmantle_RouterLiquidityEventType!] - type_not_in: [stagingmantle_RouterLiquidityEventType!] + type: avalanche_RouterLiquidityEventType + type_not: avalanche_RouterLiquidityEventType + type_in: [avalanche_RouterLiquidityEventType!] + type_not_in: [avalanche_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -145485,7 +144153,7 @@ input stagingmantle_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmantle_Router_filter + router_: avalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -145506,7 +144174,7 @@ input stagingmantle_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmantle_Asset_filter + asset_: avalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -145523,16 +144191,16 @@ input stagingmantle_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingmantle_Bytes - caller_not: stagingmantle_Bytes - caller_gt: stagingmantle_Bytes - caller_lt: stagingmantle_Bytes - caller_gte: stagingmantle_Bytes - caller_lte: stagingmantle_Bytes - caller_in: [stagingmantle_Bytes!] - caller_not_in: [stagingmantle_Bytes!] - caller_contains: stagingmantle_Bytes - caller_not_contains: stagingmantle_Bytes + caller: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -145549,16 +144217,16 @@ input stagingmantle_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingmantle_Bytes - transactionHash_not: stagingmantle_Bytes - transactionHash_gt: stagingmantle_Bytes - transactionHash_lt: stagingmantle_Bytes - transactionHash_gte: stagingmantle_Bytes - transactionHash_lte: stagingmantle_Bytes - transactionHash_in: [stagingmantle_Bytes!] - transactionHash_not_in: [stagingmantle_Bytes!] - transactionHash_contains: stagingmantle_Bytes - transactionHash_not_contains: stagingmantle_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -145568,12 +144236,12 @@ input stagingmantle_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_RouterLiquidityEvent_filter] - or: [stagingmantle_RouterLiquidityEvent_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_RouterLiquidityEvent_filter] + or: [avalanche_RouterLiquidityEvent_filter] } -enum stagingmantle_RouterLiquidityEvent_orderBy { +enum avalanche_RouterLiquidityEvent_orderBy { id type router @@ -145602,7 +144270,7 @@ enum stagingmantle_RouterLiquidityEvent_orderBy { nonce } -input stagingmantle_Router_filter { +input avalanche_Router_filter { id: ID id_not: ID id_gt: ID @@ -145615,36 +144283,36 @@ input stagingmantle_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingmantle_Bytes - owner_not: stagingmantle_Bytes - owner_gt: stagingmantle_Bytes - owner_lt: stagingmantle_Bytes - owner_gte: stagingmantle_Bytes - owner_lte: stagingmantle_Bytes - owner_in: [stagingmantle_Bytes!] - owner_not_in: [stagingmantle_Bytes!] - owner_contains: stagingmantle_Bytes - owner_not_contains: stagingmantle_Bytes - recipient: stagingmantle_Bytes - recipient_not: stagingmantle_Bytes - recipient_gt: stagingmantle_Bytes - recipient_lt: stagingmantle_Bytes - recipient_gte: stagingmantle_Bytes - recipient_lte: stagingmantle_Bytes - recipient_in: [stagingmantle_Bytes!] - recipient_not_in: [stagingmantle_Bytes!] - recipient_contains: stagingmantle_Bytes - recipient_not_contains: stagingmantle_Bytes - proposedOwner: stagingmantle_Bytes - proposedOwner_not: stagingmantle_Bytes - proposedOwner_gt: stagingmantle_Bytes - proposedOwner_lt: stagingmantle_Bytes - proposedOwner_gte: stagingmantle_Bytes - proposedOwner_lte: stagingmantle_Bytes - proposedOwner_in: [stagingmantle_Bytes!] - proposedOwner_not_in: [stagingmantle_Bytes!] - proposedOwner_contains: stagingmantle_Bytes - proposedOwner_not_contains: stagingmantle_Bytes + owner: avalanche_Bytes + owner_not: avalanche_Bytes + owner_gt: avalanche_Bytes + owner_lt: avalanche_Bytes + owner_gte: avalanche_Bytes + owner_lte: avalanche_Bytes + owner_in: [avalanche_Bytes!] + owner_not_in: [avalanche_Bytes!] + owner_contains: avalanche_Bytes + owner_not_contains: avalanche_Bytes + recipient: avalanche_Bytes + recipient_not: avalanche_Bytes + recipient_gt: avalanche_Bytes + recipient_lt: avalanche_Bytes + recipient_gte: avalanche_Bytes + recipient_lte: avalanche_Bytes + recipient_in: [avalanche_Bytes!] + recipient_not_in: [avalanche_Bytes!] + recipient_contains: avalanche_Bytes + recipient_not_contains: avalanche_Bytes + proposedOwner: avalanche_Bytes + proposedOwner_not: avalanche_Bytes + proposedOwner_gt: avalanche_Bytes + proposedOwner_lt: avalanche_Bytes + proposedOwner_gte: avalanche_Bytes + proposedOwner_lte: avalanche_Bytes + proposedOwner_in: [avalanche_Bytes!] + proposedOwner_not_in: [avalanche_Bytes!] + proposedOwner_contains: avalanche_Bytes + proposedOwner_not_contains: avalanche_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -145653,14 +144321,14 @@ input stagingmantle_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmantle_AssetBalance_filter + assetBalances_: avalanche_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Router_filter] - or: [stagingmantle_Router_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Router_filter] + or: [avalanche_Router_filter] } -enum stagingmantle_Router_orderBy { +enum avalanche_Router_orderBy { id isActive owner @@ -145670,13 +144338,13 @@ enum stagingmantle_Router_orderBy { assetBalances } -type stagingmantle_Sequencer { +type avalanche_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmantle_Bytes + sequencer: avalanche_Bytes } -input stagingmantle_Sequencer_filter { +input avalanche_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -145689,35 +144357,35 @@ input stagingmantle_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingmantle_Bytes - sequencer_not: stagingmantle_Bytes - sequencer_gt: stagingmantle_Bytes - sequencer_lt: stagingmantle_Bytes - sequencer_gte: stagingmantle_Bytes - sequencer_lte: stagingmantle_Bytes - sequencer_in: [stagingmantle_Bytes!] - sequencer_not_in: [stagingmantle_Bytes!] - sequencer_contains: stagingmantle_Bytes - sequencer_not_contains: stagingmantle_Bytes + sequencer: avalanche_Bytes + sequencer_not: avalanche_Bytes + sequencer_gt: avalanche_Bytes + sequencer_lt: avalanche_Bytes + sequencer_gte: avalanche_Bytes + sequencer_lte: avalanche_Bytes + sequencer_in: [avalanche_Bytes!] + sequencer_not_in: [avalanche_Bytes!] + sequencer_contains: avalanche_Bytes + sequencer_not_contains: avalanche_Bytes """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Sequencer_filter] - or: [stagingmantle_Sequencer_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Sequencer_filter] + or: [avalanche_Sequencer_filter] } -enum stagingmantle_Sequencer_orderBy { +enum avalanche_Sequencer_orderBy { id isActive sequencer } -type stagingmantle_Setting { +type avalanche_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmantle_Bytes! + caller: avalanche_Bytes! } -input stagingmantle_Setting_filter { +input avalanche_Setting_filter { id: ID id_not: ID id_gt: ID @@ -145734,41 +144402,41 @@ input stagingmantle_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingmantle_Bytes - caller_not: stagingmantle_Bytes - caller_gt: stagingmantle_Bytes - caller_lt: stagingmantle_Bytes - caller_gte: stagingmantle_Bytes - caller_lte: stagingmantle_Bytes - caller_in: [stagingmantle_Bytes!] - caller_not_in: [stagingmantle_Bytes!] - caller_contains: stagingmantle_Bytes - caller_not_contains: stagingmantle_Bytes + caller: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Setting_filter] - or: [stagingmantle_Setting_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_Setting_filter] + or: [avalanche_Setting_filter] } -enum stagingmantle_Setting_orderBy { +enum avalanche_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmantle_SlippageUpdate { +type avalanche_SlippageUpdate { id: ID! - transfer: stagingmantle_DestinationTransfer! + transfer: avalanche_DestinationTransfer! slippage: BigInt! - caller: stagingmantle_Bytes! - transactionHash: stagingmantle_Bytes! + caller: avalanche_Bytes! + transactionHash: avalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmantle_SlippageUpdate_filter { +input avalanche_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -145797,7 +144465,7 @@ input stagingmantle_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmantle_DestinationTransfer_filter + transfer_: avalanche_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -145806,26 +144474,26 @@ input stagingmantle_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingmantle_Bytes - caller_not: stagingmantle_Bytes - caller_gt: stagingmantle_Bytes - caller_lt: stagingmantle_Bytes - caller_gte: stagingmantle_Bytes - caller_lte: stagingmantle_Bytes - caller_in: [stagingmantle_Bytes!] - caller_not_in: [stagingmantle_Bytes!] - caller_contains: stagingmantle_Bytes - caller_not_contains: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes - transactionHash_not: stagingmantle_Bytes - transactionHash_gt: stagingmantle_Bytes - transactionHash_lt: stagingmantle_Bytes - transactionHash_gte: stagingmantle_Bytes - transactionHash_lte: stagingmantle_Bytes - transactionHash_in: [stagingmantle_Bytes!] - transactionHash_not_in: [stagingmantle_Bytes!] - transactionHash_contains: stagingmantle_Bytes - transactionHash_not_contains: stagingmantle_Bytes + caller: avalanche_Bytes + caller_not: avalanche_Bytes + caller_gt: avalanche_Bytes + caller_lt: avalanche_Bytes + caller_gte: avalanche_Bytes + caller_lte: avalanche_Bytes + caller_in: [avalanche_Bytes!] + caller_not_in: [avalanche_Bytes!] + caller_contains: avalanche_Bytes + caller_not_contains: avalanche_Bytes + transactionHash: avalanche_Bytes + transactionHash_not: avalanche_Bytes + transactionHash_gt: avalanche_Bytes + transactionHash_lt: avalanche_Bytes + transactionHash_gte: avalanche_Bytes + transactionHash_lte: avalanche_Bytes + transactionHash_in: [avalanche_Bytes!] + transactionHash_not_in: [avalanche_Bytes!] + transactionHash_contains: avalanche_Bytes + transactionHash_not_contains: avalanche_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -145859,12 +144527,12 @@ input stagingmantle_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_SlippageUpdate_filter] - or: [stagingmantle_SlippageUpdate_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_SlippageUpdate_filter] + or: [avalanche_SlippageUpdate_filter] } -enum stagingmantle_SlippageUpdate_orderBy { +enum avalanche_SlippageUpdate_orderBy { id transfer transfer__id @@ -145912,16 +144580,16 @@ enum stagingmantle_SlippageUpdate_orderBy { blockNumber } -type stagingmantle_SnapshotRoot { +type avalanche_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmantle_Bytes! + root: avalanche_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmantle_SnapshotRoot_filter { +input avalanche_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -145938,16 +144606,16 @@ input stagingmantle_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingmantle_Bytes - root_not: stagingmantle_Bytes - root_gt: stagingmantle_Bytes - root_lt: stagingmantle_Bytes - root_gte: stagingmantle_Bytes - root_lte: stagingmantle_Bytes - root_in: [stagingmantle_Bytes!] - root_not_in: [stagingmantle_Bytes!] - root_contains: stagingmantle_Bytes - root_not_contains: stagingmantle_Bytes + root: avalanche_Bytes + root_not: avalanche_Bytes + root_gt: avalanche_Bytes + root_lt: avalanche_Bytes + root_gte: avalanche_Bytes + root_lte: avalanche_Bytes + root_in: [avalanche_Bytes!] + root_not_in: [avalanche_Bytes!] + root_contains: avalanche_Bytes + root_not_contains: avalanche_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -145973,12 +144641,12 @@ input stagingmantle_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_SnapshotRoot_filter] - or: [stagingmantle_SnapshotRoot_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_SnapshotRoot_filter] + or: [avalanche_SnapshotRoot_filter] } -enum stagingmantle_SnapshotRoot_orderBy { +enum avalanche_SnapshotRoot_orderBy { id spokeDomain root @@ -145987,12 +144655,12 @@ enum stagingmantle_SnapshotRoot_orderBy { blockNumber } -type stagingmantle_SpokeConnectorMode { +type avalanche_SpokeConnectorMode { id: ID! mode: String! } -input stagingmantle_SpokeConnectorMode_filter { +input avalanche_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -146022,17 +144690,17 @@ input stagingmantle_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_SpokeConnectorMode_filter] - or: [stagingmantle_SpokeConnectorMode_filter] + _change_block: avalanche_BlockChangedFilter + and: [avalanche_SpokeConnectorMode_filter] + or: [avalanche_SpokeConnectorMode_filter] } -enum stagingmantle_SpokeConnectorMode_orderBy { +enum avalanche_SpokeConnectorMode_orderBy { id mode } -enum stagingmantle_TransferStatus { +enum avalanche_TransferStatus { XCalled Executed Reconciled @@ -146040,17 +144708,19 @@ enum stagingmantle_TransferStatus { CompletedFast } -type stagingmantle__Block_ { +type avalanche__Block_ { """The hash of the block""" - hash: stagingmantle_Bytes + hash: avalanche_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: avalanche_Bytes } """The type for the top-level _meta field""" -type stagingmantle__Meta_ { +type avalanche__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -146058,22 +144728,22 @@ type stagingmantle__Meta_ { and therefore asks for the latest block """ - block: stagingmantle__Block_! + block: avalanche__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type polygonzkevm_AggregateRoot { +type mode_AggregateRoot { id: ID! - root: polygonzkevm_Bytes! + root: mode_Bytes! blockNumber: BigInt! } -type polygonzkevm_AggregateRootProposed { +type mode_AggregateRootProposed { id: ID! - aggregateRoot: polygonzkevm_Bytes! + aggregateRoot: mode_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -146081,7 +144751,7 @@ type polygonzkevm_AggregateRootProposed { blockNumber: BigInt } -input polygonzkevm_AggregateRootProposed_filter { +input mode_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -146090,16 +144760,16 @@ input polygonzkevm_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygonzkevm_Bytes - aggregateRoot_not: polygonzkevm_Bytes - aggregateRoot_gt: polygonzkevm_Bytes - aggregateRoot_lt: polygonzkevm_Bytes - aggregateRoot_gte: polygonzkevm_Bytes - aggregateRoot_lte: polygonzkevm_Bytes - aggregateRoot_in: [polygonzkevm_Bytes!] - aggregateRoot_not_in: [polygonzkevm_Bytes!] - aggregateRoot_contains: polygonzkevm_Bytes - aggregateRoot_not_contains: polygonzkevm_Bytes + aggregateRoot: mode_Bytes + aggregateRoot_not: mode_Bytes + aggregateRoot_gt: mode_Bytes + aggregateRoot_lt: mode_Bytes + aggregateRoot_gte: mode_Bytes + aggregateRoot_lte: mode_Bytes + aggregateRoot_in: [mode_Bytes!] + aggregateRoot_not_in: [mode_Bytes!] + aggregateRoot_contains: mode_Bytes + aggregateRoot_not_contains: mode_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -146141,12 +144811,12 @@ input polygonzkevm_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_AggregateRootProposed_filter] - or: [polygonzkevm_AggregateRootProposed_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AggregateRootProposed_filter] + or: [mode_AggregateRootProposed_filter] } -enum polygonzkevm_AggregateRootProposed_orderBy { +enum mode_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -146156,7 +144826,7 @@ enum polygonzkevm_AggregateRootProposed_orderBy { blockNumber } -input polygonzkevm_AggregateRoot_filter { +input mode_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -146165,16 +144835,16 @@ input polygonzkevm_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: polygonzkevm_Bytes - root_not: polygonzkevm_Bytes - root_gt: polygonzkevm_Bytes - root_lt: polygonzkevm_Bytes - root_gte: polygonzkevm_Bytes - root_lte: polygonzkevm_Bytes - root_in: [polygonzkevm_Bytes!] - root_not_in: [polygonzkevm_Bytes!] - root_contains: polygonzkevm_Bytes - root_not_contains: polygonzkevm_Bytes + root: mode_Bytes + root_not: mode_Bytes + root_gt: mode_Bytes + root_lt: mode_Bytes + root_gte: mode_Bytes + root_lte: mode_Bytes + root_in: [mode_Bytes!] + root_not_in: [mode_Bytes!] + root_contains: mode_Bytes + root_not_contains: mode_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -146184,47 +144854,42 @@ input polygonzkevm_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_AggregateRoot_filter] - or: [polygonzkevm_AggregateRoot_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AggregateRoot_filter] + or: [mode_AggregateRoot_filter] } -enum polygonzkevm_AggregateRoot_orderBy { +enum mode_AggregateRoot_orderBy { id root blockNumber } -enum polygonzkevm_Aggregation_interval { - hour - day -} - -type polygonzkevm_Asset { +type mode_Asset { id: ID! - key: polygonzkevm_Bytes + key: mode_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: polygonzkevm_Bytes + canonicalId: mode_Bytes canonicalDomain: BigInt - adoptedAsset: polygonzkevm_Bytes - localAsset: polygonzkevm_Bytes + adoptedAsset: mode_Bytes + localAsset: mode_Bytes blockNumber: BigInt - status: polygonzkevm_AssetStatus + status: mode_AssetStatus } -type polygonzkevm_AssetBalance { +type mode_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + router: mode_Router! + asset: mode_Asset! feesEarned: BigInt! } -input polygonzkevm_AssetBalance_filter { +input mode_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -146285,7 +144950,7 @@ input polygonzkevm_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygonzkevm_Router_filter + router_: mode_Router_filter asset: String asset_not: String asset_gt: String @@ -146306,7 +144971,7 @@ input polygonzkevm_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_Asset_filter + asset_: mode_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -146316,12 +144981,12 @@ input polygonzkevm_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_AssetBalance_filter] - or: [polygonzkevm_AssetBalance_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AssetBalance_filter] + or: [mode_AssetBalance_filter] } -enum polygonzkevm_AssetBalance_orderBy { +enum mode_AssetBalance_orderBy { id amount locked @@ -146347,12 +145012,12 @@ enum polygonzkevm_AssetBalance_orderBy { feesEarned } -type polygonzkevm_AssetStatus { +type mode_AssetStatus { id: ID! status: Boolean } -input polygonzkevm_AssetStatus_filter { +input mode_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -146366,17 +145031,17 @@ input polygonzkevm_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_AssetStatus_filter] - or: [polygonzkevm_AssetStatus_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AssetStatus_filter] + or: [mode_AssetStatus_filter] } -enum polygonzkevm_AssetStatus_orderBy { +enum mode_AssetStatus_orderBy { id status } -input polygonzkevm_Asset_filter { +input mode_Asset_filter { id: ID id_not: ID id_gt: ID @@ -146385,16 +145050,16 @@ input polygonzkevm_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: polygonzkevm_Bytes - key_not: polygonzkevm_Bytes - key_gt: polygonzkevm_Bytes - key_lt: polygonzkevm_Bytes - key_gte: polygonzkevm_Bytes - key_lte: polygonzkevm_Bytes - key_in: [polygonzkevm_Bytes!] - key_not_in: [polygonzkevm_Bytes!] - key_contains: polygonzkevm_Bytes - key_not_contains: polygonzkevm_Bytes + key: mode_Bytes + key_not: mode_Bytes + key_gt: mode_Bytes + key_lt: mode_Bytes + key_gte: mode_Bytes + key_lte: mode_Bytes + key_in: [mode_Bytes!] + key_not_in: [mode_Bytes!] + key_contains: mode_Bytes + key_not_contains: mode_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -146411,44 +145076,44 @@ input polygonzkevm_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: polygonzkevm_Bytes - canonicalId_not: polygonzkevm_Bytes - canonicalId_gt: polygonzkevm_Bytes - canonicalId_lt: polygonzkevm_Bytes - canonicalId_gte: polygonzkevm_Bytes - canonicalId_lte: polygonzkevm_Bytes - canonicalId_in: [polygonzkevm_Bytes!] - canonicalId_not_in: [polygonzkevm_Bytes!] - canonicalId_contains: polygonzkevm_Bytes - canonicalId_not_contains: polygonzkevm_Bytes + canonicalId: mode_Bytes + canonicalId_not: mode_Bytes + canonicalId_gt: mode_Bytes + canonicalId_lt: mode_Bytes + canonicalId_gte: mode_Bytes + canonicalId_lte: mode_Bytes + canonicalId_in: [mode_Bytes!] + canonicalId_not_in: [mode_Bytes!] + canonicalId_contains: mode_Bytes + canonicalId_not_contains: mode_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: polygonzkevm_Bytes - adoptedAsset_not: polygonzkevm_Bytes - adoptedAsset_gt: polygonzkevm_Bytes - adoptedAsset_lt: polygonzkevm_Bytes - adoptedAsset_gte: polygonzkevm_Bytes - adoptedAsset_lte: polygonzkevm_Bytes - adoptedAsset_in: [polygonzkevm_Bytes!] - adoptedAsset_not_in: [polygonzkevm_Bytes!] - adoptedAsset_contains: polygonzkevm_Bytes - adoptedAsset_not_contains: polygonzkevm_Bytes - localAsset: polygonzkevm_Bytes - localAsset_not: polygonzkevm_Bytes - localAsset_gt: polygonzkevm_Bytes - localAsset_lt: polygonzkevm_Bytes - localAsset_gte: polygonzkevm_Bytes - localAsset_lte: polygonzkevm_Bytes - localAsset_in: [polygonzkevm_Bytes!] - localAsset_not_in: [polygonzkevm_Bytes!] - localAsset_contains: polygonzkevm_Bytes - localAsset_not_contains: polygonzkevm_Bytes + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: mode_Bytes + adoptedAsset_not: mode_Bytes + adoptedAsset_gt: mode_Bytes + adoptedAsset_lt: mode_Bytes + adoptedAsset_gte: mode_Bytes + adoptedAsset_lte: mode_Bytes + adoptedAsset_in: [mode_Bytes!] + adoptedAsset_not_in: [mode_Bytes!] + adoptedAsset_contains: mode_Bytes + adoptedAsset_not_contains: mode_Bytes + localAsset: mode_Bytes + localAsset_not: mode_Bytes + localAsset_gt: mode_Bytes + localAsset_lt: mode_Bytes + localAsset_gte: mode_Bytes + localAsset_lte: mode_Bytes + localAsset_in: [mode_Bytes!] + localAsset_not_in: [mode_Bytes!] + localAsset_contains: mode_Bytes + localAsset_not_contains: mode_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -146477,14 +145142,14 @@ input polygonzkevm_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: polygonzkevm_AssetStatus_filter + status_: mode_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Asset_filter] - or: [polygonzkevm_Asset_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Asset_filter] + or: [mode_Asset_filter] } -enum polygonzkevm_Asset_orderBy { +enum mode_Asset_orderBy { id key decimal @@ -146499,30 +145164,30 @@ enum polygonzkevm_Asset_orderBy { status__status } -scalar polygonzkevm_BigDecimal +scalar mode_BigDecimal -input polygonzkevm_BlockChangedFilter { +input mode_BlockChangedFilter { number_gte: Int! } -input polygonzkevm_Block_height { - hash: polygonzkevm_Bytes +input mode_Block_height { + hash: mode_Bytes number: Int number_gte: Int } -scalar polygonzkevm_Bytes +scalar mode_Bytes -type polygonzkevm_ConnectorMeta { +type mode_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygonzkevm_Bytes - rootManager: polygonzkevm_Bytes - mirrorConnector: polygonzkevm_Bytes + amb: mode_Bytes + rootManager: mode_Bytes + mirrorConnector: mode_Bytes } -input polygonzkevm_ConnectorMeta_filter { +input mode_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -146547,43 +145212,43 @@ input polygonzkevm_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: polygonzkevm_Bytes - amb_not: polygonzkevm_Bytes - amb_gt: polygonzkevm_Bytes - amb_lt: polygonzkevm_Bytes - amb_gte: polygonzkevm_Bytes - amb_lte: polygonzkevm_Bytes - amb_in: [polygonzkevm_Bytes!] - amb_not_in: [polygonzkevm_Bytes!] - amb_contains: polygonzkevm_Bytes - amb_not_contains: polygonzkevm_Bytes - rootManager: polygonzkevm_Bytes - rootManager_not: polygonzkevm_Bytes - rootManager_gt: polygonzkevm_Bytes - rootManager_lt: polygonzkevm_Bytes - rootManager_gte: polygonzkevm_Bytes - rootManager_lte: polygonzkevm_Bytes - rootManager_in: [polygonzkevm_Bytes!] - rootManager_not_in: [polygonzkevm_Bytes!] - rootManager_contains: polygonzkevm_Bytes - rootManager_not_contains: polygonzkevm_Bytes - mirrorConnector: polygonzkevm_Bytes - mirrorConnector_not: polygonzkevm_Bytes - mirrorConnector_gt: polygonzkevm_Bytes - mirrorConnector_lt: polygonzkevm_Bytes - mirrorConnector_gte: polygonzkevm_Bytes - mirrorConnector_lte: polygonzkevm_Bytes - mirrorConnector_in: [polygonzkevm_Bytes!] - mirrorConnector_not_in: [polygonzkevm_Bytes!] - mirrorConnector_contains: polygonzkevm_Bytes - mirrorConnector_not_contains: polygonzkevm_Bytes + amb: mode_Bytes + amb_not: mode_Bytes + amb_gt: mode_Bytes + amb_lt: mode_Bytes + amb_gte: mode_Bytes + amb_lte: mode_Bytes + amb_in: [mode_Bytes!] + amb_not_in: [mode_Bytes!] + amb_contains: mode_Bytes + amb_not_contains: mode_Bytes + rootManager: mode_Bytes + rootManager_not: mode_Bytes + rootManager_gt: mode_Bytes + rootManager_lt: mode_Bytes + rootManager_gte: mode_Bytes + rootManager_lte: mode_Bytes + rootManager_in: [mode_Bytes!] + rootManager_not_in: [mode_Bytes!] + rootManager_contains: mode_Bytes + rootManager_not_contains: mode_Bytes + mirrorConnector: mode_Bytes + mirrorConnector_not: mode_Bytes + mirrorConnector_gt: mode_Bytes + mirrorConnector_lt: mode_Bytes + mirrorConnector_gte: mode_Bytes + mirrorConnector_lte: mode_Bytes + mirrorConnector_in: [mode_Bytes!] + mirrorConnector_not_in: [mode_Bytes!] + mirrorConnector_contains: mode_Bytes + mirrorConnector_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_ConnectorMeta_filter] - or: [polygonzkevm_ConnectorMeta_filter] + _change_block: mode_BlockChangedFilter + and: [mode_ConnectorMeta_filter] + or: [mode_ConnectorMeta_filter] } -enum polygonzkevm_ConnectorMeta_orderBy { +enum mode_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -146592,48 +145257,48 @@ enum polygonzkevm_ConnectorMeta_orderBy { mirrorConnector } -type polygonzkevm_DestinationTransfer { +type mode_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_Bytes + transferId: mode_Bytes nonce: BigInt - status: polygonzkevm_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_Router_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_Router_filter): [polygonzkevm_Router!] + status: mode_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: mode_Router_orderBy, orderDirection: mode_OrderDirection, where: mode_Router_filter): [mode_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes + to: mode_Bytes + delegate: mode_Bytes receiveLocal: Boolean - callData: polygonzkevm_Bytes + callData: mode_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygonzkevm_Bytes + originSender: mode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_Bytes - asset: polygonzkevm_Asset + canonicalId: mode_Bytes + asset: mode_Asset amount: BigInt routersFee: BigInt - executedCaller: polygonzkevm_Bytes - executedTransactionHash: polygonzkevm_Bytes + executedCaller: mode_Bytes + executedTransactionHash: mode_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygonzkevm_Bytes + executedTxOrigin: mode_Bytes executedTxNonce: BigInt - reconciledCaller: polygonzkevm_Bytes - reconciledTransactionHash: polygonzkevm_Bytes + reconciledCaller: mode_Bytes + reconciledTransactionHash: mode_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygonzkevm_Bytes + reconciledTxOrigin: mode_Bytes reconciledTxNonce: BigInt } -input polygonzkevm_DestinationTransfer_filter { +input mode_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -146650,16 +145315,16 @@ input polygonzkevm_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: polygonzkevm_Bytes - transferId_not: polygonzkevm_Bytes - transferId_gt: polygonzkevm_Bytes - transferId_lt: polygonzkevm_Bytes - transferId_gte: polygonzkevm_Bytes - transferId_lte: polygonzkevm_Bytes - transferId_in: [polygonzkevm_Bytes!] - transferId_not_in: [polygonzkevm_Bytes!] - transferId_contains: polygonzkevm_Bytes - transferId_not_contains: polygonzkevm_Bytes + transferId: mode_Bytes + transferId_not: mode_Bytes + transferId_gt: mode_Bytes + transferId_lt: mode_Bytes + transferId_gte: mode_Bytes + transferId_lte: mode_Bytes + transferId_in: [mode_Bytes!] + transferId_not_in: [mode_Bytes!] + transferId_contains: mode_Bytes + transferId_not_contains: mode_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -146668,17 +145333,17 @@ input polygonzkevm_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygonzkevm_TransferStatus - status_not: polygonzkevm_TransferStatus - status_in: [polygonzkevm_TransferStatus!] - status_not_in: [polygonzkevm_TransferStatus!] + status: mode_TransferStatus + status_not: mode_TransferStatus + status_in: [mode_TransferStatus!] + status_not_in: [mode_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: polygonzkevm_Router_filter + routers_: mode_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -146703,40 +145368,40 @@ input polygonzkevm_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: polygonzkevm_Bytes - to_not: polygonzkevm_Bytes - to_gt: polygonzkevm_Bytes - to_lt: polygonzkevm_Bytes - to_gte: polygonzkevm_Bytes - to_lte: polygonzkevm_Bytes - to_in: [polygonzkevm_Bytes!] - to_not_in: [polygonzkevm_Bytes!] - to_contains: polygonzkevm_Bytes - to_not_contains: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes - delegate_not: polygonzkevm_Bytes - delegate_gt: polygonzkevm_Bytes - delegate_lt: polygonzkevm_Bytes - delegate_gte: polygonzkevm_Bytes - delegate_lte: polygonzkevm_Bytes - delegate_in: [polygonzkevm_Bytes!] - delegate_not_in: [polygonzkevm_Bytes!] - delegate_contains: polygonzkevm_Bytes - delegate_not_contains: polygonzkevm_Bytes + to: mode_Bytes + to_not: mode_Bytes + to_gt: mode_Bytes + to_lt: mode_Bytes + to_gte: mode_Bytes + to_lte: mode_Bytes + to_in: [mode_Bytes!] + to_not_in: [mode_Bytes!] + to_contains: mode_Bytes + to_not_contains: mode_Bytes + delegate: mode_Bytes + delegate_not: mode_Bytes + delegate_gt: mode_Bytes + delegate_lt: mode_Bytes + delegate_gte: mode_Bytes + delegate_lte: mode_Bytes + delegate_in: [mode_Bytes!] + delegate_not_in: [mode_Bytes!] + delegate_contains: mode_Bytes + delegate_not_contains: mode_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: polygonzkevm_Bytes - callData_not: polygonzkevm_Bytes - callData_gt: polygonzkevm_Bytes - callData_lt: polygonzkevm_Bytes - callData_gte: polygonzkevm_Bytes - callData_lte: polygonzkevm_Bytes - callData_in: [polygonzkevm_Bytes!] - callData_not_in: [polygonzkevm_Bytes!] - callData_contains: polygonzkevm_Bytes - callData_not_contains: polygonzkevm_Bytes + callData: mode_Bytes + callData_not: mode_Bytes + callData_gt: mode_Bytes + callData_lt: mode_Bytes + callData_gte: mode_Bytes + callData_lte: mode_Bytes + callData_in: [mode_Bytes!] + callData_not_in: [mode_Bytes!] + callData_contains: mode_Bytes + callData_not_contains: mode_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -146753,16 +145418,16 @@ input polygonzkevm_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: polygonzkevm_Bytes - originSender_not: polygonzkevm_Bytes - originSender_gt: polygonzkevm_Bytes - originSender_lt: polygonzkevm_Bytes - originSender_gte: polygonzkevm_Bytes - originSender_lte: polygonzkevm_Bytes - originSender_in: [polygonzkevm_Bytes!] - originSender_not_in: [polygonzkevm_Bytes!] - originSender_contains: polygonzkevm_Bytes - originSender_not_contains: polygonzkevm_Bytes + originSender: mode_Bytes + originSender_not: mode_Bytes + originSender_gt: mode_Bytes + originSender_lt: mode_Bytes + originSender_gte: mode_Bytes + originSender_lte: mode_Bytes + originSender_in: [mode_Bytes!] + originSender_not_in: [mode_Bytes!] + originSender_contains: mode_Bytes + originSender_not_contains: mode_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -146779,16 +145444,16 @@ input polygonzkevm_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: polygonzkevm_Bytes - canonicalId_not: polygonzkevm_Bytes - canonicalId_gt: polygonzkevm_Bytes - canonicalId_lt: polygonzkevm_Bytes - canonicalId_gte: polygonzkevm_Bytes - canonicalId_lte: polygonzkevm_Bytes - canonicalId_in: [polygonzkevm_Bytes!] - canonicalId_not_in: [polygonzkevm_Bytes!] - canonicalId_contains: polygonzkevm_Bytes - canonicalId_not_contains: polygonzkevm_Bytes + canonicalId: mode_Bytes + canonicalId_not: mode_Bytes + canonicalId_gt: mode_Bytes + canonicalId_lt: mode_Bytes + canonicalId_gte: mode_Bytes + canonicalId_lte: mode_Bytes + canonicalId_in: [mode_Bytes!] + canonicalId_not_in: [mode_Bytes!] + canonicalId_contains: mode_Bytes + canonicalId_not_contains: mode_Bytes asset: String asset_not: String asset_gt: String @@ -146809,7 +145474,7 @@ input polygonzkevm_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_Asset_filter + asset_: mode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -146826,26 +145491,26 @@ input polygonzkevm_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: polygonzkevm_Bytes - executedCaller_not: polygonzkevm_Bytes - executedCaller_gt: polygonzkevm_Bytes - executedCaller_lt: polygonzkevm_Bytes - executedCaller_gte: polygonzkevm_Bytes - executedCaller_lte: polygonzkevm_Bytes - executedCaller_in: [polygonzkevm_Bytes!] - executedCaller_not_in: [polygonzkevm_Bytes!] - executedCaller_contains: polygonzkevm_Bytes - executedCaller_not_contains: polygonzkevm_Bytes - executedTransactionHash: polygonzkevm_Bytes - executedTransactionHash_not: polygonzkevm_Bytes - executedTransactionHash_gt: polygonzkevm_Bytes - executedTransactionHash_lt: polygonzkevm_Bytes - executedTransactionHash_gte: polygonzkevm_Bytes - executedTransactionHash_lte: polygonzkevm_Bytes - executedTransactionHash_in: [polygonzkevm_Bytes!] - executedTransactionHash_not_in: [polygonzkevm_Bytes!] - executedTransactionHash_contains: polygonzkevm_Bytes - executedTransactionHash_not_contains: polygonzkevm_Bytes + executedCaller: mode_Bytes + executedCaller_not: mode_Bytes + executedCaller_gt: mode_Bytes + executedCaller_lt: mode_Bytes + executedCaller_gte: mode_Bytes + executedCaller_lte: mode_Bytes + executedCaller_in: [mode_Bytes!] + executedCaller_not_in: [mode_Bytes!] + executedCaller_contains: mode_Bytes + executedCaller_not_contains: mode_Bytes + executedTransactionHash: mode_Bytes + executedTransactionHash_not: mode_Bytes + executedTransactionHash_gt: mode_Bytes + executedTransactionHash_lt: mode_Bytes + executedTransactionHash_gte: mode_Bytes + executedTransactionHash_lte: mode_Bytes + executedTransactionHash_in: [mode_Bytes!] + executedTransactionHash_not_in: [mode_Bytes!] + executedTransactionHash_contains: mode_Bytes + executedTransactionHash_not_contains: mode_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -146878,16 +145543,16 @@ input polygonzkevm_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: polygonzkevm_Bytes - executedTxOrigin_not: polygonzkevm_Bytes - executedTxOrigin_gt: polygonzkevm_Bytes - executedTxOrigin_lt: polygonzkevm_Bytes - executedTxOrigin_gte: polygonzkevm_Bytes - executedTxOrigin_lte: polygonzkevm_Bytes - executedTxOrigin_in: [polygonzkevm_Bytes!] - executedTxOrigin_not_in: [polygonzkevm_Bytes!] - executedTxOrigin_contains: polygonzkevm_Bytes - executedTxOrigin_not_contains: polygonzkevm_Bytes + executedTxOrigin: mode_Bytes + executedTxOrigin_not: mode_Bytes + executedTxOrigin_gt: mode_Bytes + executedTxOrigin_lt: mode_Bytes + executedTxOrigin_gte: mode_Bytes + executedTxOrigin_lte: mode_Bytes + executedTxOrigin_in: [mode_Bytes!] + executedTxOrigin_not_in: [mode_Bytes!] + executedTxOrigin_contains: mode_Bytes + executedTxOrigin_not_contains: mode_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -146896,26 +145561,26 @@ input polygonzkevm_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: polygonzkevm_Bytes - reconciledCaller_not: polygonzkevm_Bytes - reconciledCaller_gt: polygonzkevm_Bytes - reconciledCaller_lt: polygonzkevm_Bytes - reconciledCaller_gte: polygonzkevm_Bytes - reconciledCaller_lte: polygonzkevm_Bytes - reconciledCaller_in: [polygonzkevm_Bytes!] - reconciledCaller_not_in: [polygonzkevm_Bytes!] - reconciledCaller_contains: polygonzkevm_Bytes - reconciledCaller_not_contains: polygonzkevm_Bytes - reconciledTransactionHash: polygonzkevm_Bytes - reconciledTransactionHash_not: polygonzkevm_Bytes - reconciledTransactionHash_gt: polygonzkevm_Bytes - reconciledTransactionHash_lt: polygonzkevm_Bytes - reconciledTransactionHash_gte: polygonzkevm_Bytes - reconciledTransactionHash_lte: polygonzkevm_Bytes - reconciledTransactionHash_in: [polygonzkevm_Bytes!] - reconciledTransactionHash_not_in: [polygonzkevm_Bytes!] - reconciledTransactionHash_contains: polygonzkevm_Bytes - reconciledTransactionHash_not_contains: polygonzkevm_Bytes + reconciledCaller: mode_Bytes + reconciledCaller_not: mode_Bytes + reconciledCaller_gt: mode_Bytes + reconciledCaller_lt: mode_Bytes + reconciledCaller_gte: mode_Bytes + reconciledCaller_lte: mode_Bytes + reconciledCaller_in: [mode_Bytes!] + reconciledCaller_not_in: [mode_Bytes!] + reconciledCaller_contains: mode_Bytes + reconciledCaller_not_contains: mode_Bytes + reconciledTransactionHash: mode_Bytes + reconciledTransactionHash_not: mode_Bytes + reconciledTransactionHash_gt: mode_Bytes + reconciledTransactionHash_lt: mode_Bytes + reconciledTransactionHash_gte: mode_Bytes + reconciledTransactionHash_lte: mode_Bytes + reconciledTransactionHash_in: [mode_Bytes!] + reconciledTransactionHash_not_in: [mode_Bytes!] + reconciledTransactionHash_contains: mode_Bytes + reconciledTransactionHash_not_contains: mode_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -146948,16 +145613,16 @@ input polygonzkevm_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: polygonzkevm_Bytes - reconciledTxOrigin_not: polygonzkevm_Bytes - reconciledTxOrigin_gt: polygonzkevm_Bytes - reconciledTxOrigin_lt: polygonzkevm_Bytes - reconciledTxOrigin_gte: polygonzkevm_Bytes - reconciledTxOrigin_lte: polygonzkevm_Bytes - reconciledTxOrigin_in: [polygonzkevm_Bytes!] - reconciledTxOrigin_not_in: [polygonzkevm_Bytes!] - reconciledTxOrigin_contains: polygonzkevm_Bytes - reconciledTxOrigin_not_contains: polygonzkevm_Bytes + reconciledTxOrigin: mode_Bytes + reconciledTxOrigin_not: mode_Bytes + reconciledTxOrigin_gt: mode_Bytes + reconciledTxOrigin_lt: mode_Bytes + reconciledTxOrigin_gte: mode_Bytes + reconciledTxOrigin_lte: mode_Bytes + reconciledTxOrigin_in: [mode_Bytes!] + reconciledTxOrigin_not_in: [mode_Bytes!] + reconciledTxOrigin_contains: mode_Bytes + reconciledTxOrigin_not_contains: mode_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -146967,12 +145632,12 @@ input polygonzkevm_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_DestinationTransfer_filter] - or: [polygonzkevm_DestinationTransfer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_DestinationTransfer_filter] + or: [mode_DestinationTransfer_filter] } -enum polygonzkevm_DestinationTransfer_orderBy { +enum mode_DestinationTransfer_orderBy { id chainId transferId @@ -147026,16 +145691,16 @@ enum polygonzkevm_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar polygonzkevm_Int8 +scalar mode_Int8 -type polygonzkevm_OptimisticRootFinalized { +type mode_OptimisticRootFinalized { id: ID! - aggregateRoot: polygonzkevm_Bytes! + aggregateRoot: mode_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygonzkevm_OptimisticRootFinalized_filter { +input mode_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -147044,16 +145709,16 @@ input polygonzkevm_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: polygonzkevm_Bytes - aggregateRoot_not: polygonzkevm_Bytes - aggregateRoot_gt: polygonzkevm_Bytes - aggregateRoot_lt: polygonzkevm_Bytes - aggregateRoot_gte: polygonzkevm_Bytes - aggregateRoot_lte: polygonzkevm_Bytes - aggregateRoot_in: [polygonzkevm_Bytes!] - aggregateRoot_not_in: [polygonzkevm_Bytes!] - aggregateRoot_contains: polygonzkevm_Bytes - aggregateRoot_not_contains: polygonzkevm_Bytes + aggregateRoot: mode_Bytes + aggregateRoot_not: mode_Bytes + aggregateRoot_gt: mode_Bytes + aggregateRoot_lt: mode_Bytes + aggregateRoot_gte: mode_Bytes + aggregateRoot_lte: mode_Bytes + aggregateRoot_in: [mode_Bytes!] + aggregateRoot_not_in: [mode_Bytes!] + aggregateRoot_contains: mode_Bytes + aggregateRoot_not_contains: mode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -147071,12 +145736,12 @@ input polygonzkevm_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_OptimisticRootFinalized_filter] - or: [polygonzkevm_OptimisticRootFinalized_filter] + _change_block: mode_BlockChangedFilter + and: [mode_OptimisticRootFinalized_filter] + or: [mode_OptimisticRootFinalized_filter] } -enum polygonzkevm_OptimisticRootFinalized_orderBy { +enum mode_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -147084,25 +145749,25 @@ enum polygonzkevm_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygonzkevm_OrderDirection { +enum mode_OrderDirection { asc desc } -type polygonzkevm_OriginMessage { +type mode_OriginMessage { id: ID! - transferId: polygonzkevm_Bytes + transferId: mode_Bytes destinationDomain: BigInt - leaf: polygonzkevm_Bytes + leaf: mode_Bytes index: BigInt - message: polygonzkevm_Bytes - root: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes + message: mode_Bytes + root: mode_Bytes + transactionHash: mode_Bytes blockNumber: BigInt - rootCount: polygonzkevm_RootCount + rootCount: mode_RootCount } -input polygonzkevm_OriginMessage_filter { +input mode_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -147111,16 +145776,16 @@ input polygonzkevm_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: polygonzkevm_Bytes - transferId_not: polygonzkevm_Bytes - transferId_gt: polygonzkevm_Bytes - transferId_lt: polygonzkevm_Bytes - transferId_gte: polygonzkevm_Bytes - transferId_lte: polygonzkevm_Bytes - transferId_in: [polygonzkevm_Bytes!] - transferId_not_in: [polygonzkevm_Bytes!] - transferId_contains: polygonzkevm_Bytes - transferId_not_contains: polygonzkevm_Bytes + transferId: mode_Bytes + transferId_not: mode_Bytes + transferId_gt: mode_Bytes + transferId_lt: mode_Bytes + transferId_gte: mode_Bytes + transferId_lte: mode_Bytes + transferId_in: [mode_Bytes!] + transferId_not_in: [mode_Bytes!] + transferId_contains: mode_Bytes + transferId_not_contains: mode_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -147129,16 +145794,16 @@ input polygonzkevm_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: polygonzkevm_Bytes - leaf_not: polygonzkevm_Bytes - leaf_gt: polygonzkevm_Bytes - leaf_lt: polygonzkevm_Bytes - leaf_gte: polygonzkevm_Bytes - leaf_lte: polygonzkevm_Bytes - leaf_in: [polygonzkevm_Bytes!] - leaf_not_in: [polygonzkevm_Bytes!] - leaf_contains: polygonzkevm_Bytes - leaf_not_contains: polygonzkevm_Bytes + leaf: mode_Bytes + leaf_not: mode_Bytes + leaf_gt: mode_Bytes + leaf_lt: mode_Bytes + leaf_gte: mode_Bytes + leaf_lte: mode_Bytes + leaf_in: [mode_Bytes!] + leaf_not_in: [mode_Bytes!] + leaf_contains: mode_Bytes + leaf_not_contains: mode_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -147147,36 +145812,36 @@ input polygonzkevm_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: polygonzkevm_Bytes - message_not: polygonzkevm_Bytes - message_gt: polygonzkevm_Bytes - message_lt: polygonzkevm_Bytes - message_gte: polygonzkevm_Bytes - message_lte: polygonzkevm_Bytes - message_in: [polygonzkevm_Bytes!] - message_not_in: [polygonzkevm_Bytes!] - message_contains: polygonzkevm_Bytes - message_not_contains: polygonzkevm_Bytes - root: polygonzkevm_Bytes - root_not: polygonzkevm_Bytes - root_gt: polygonzkevm_Bytes - root_lt: polygonzkevm_Bytes - root_gte: polygonzkevm_Bytes - root_lte: polygonzkevm_Bytes - root_in: [polygonzkevm_Bytes!] - root_not_in: [polygonzkevm_Bytes!] - root_contains: polygonzkevm_Bytes - root_not_contains: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes - transactionHash_not: polygonzkevm_Bytes - transactionHash_gt: polygonzkevm_Bytes - transactionHash_lt: polygonzkevm_Bytes - transactionHash_gte: polygonzkevm_Bytes - transactionHash_lte: polygonzkevm_Bytes - transactionHash_in: [polygonzkevm_Bytes!] - transactionHash_not_in: [polygonzkevm_Bytes!] - transactionHash_contains: polygonzkevm_Bytes - transactionHash_not_contains: polygonzkevm_Bytes + message: mode_Bytes + message_not: mode_Bytes + message_gt: mode_Bytes + message_lt: mode_Bytes + message_gte: mode_Bytes + message_lte: mode_Bytes + message_in: [mode_Bytes!] + message_not_in: [mode_Bytes!] + message_contains: mode_Bytes + message_not_contains: mode_Bytes + root: mode_Bytes + root_not: mode_Bytes + root_gt: mode_Bytes + root_lt: mode_Bytes + root_gte: mode_Bytes + root_lte: mode_Bytes + root_in: [mode_Bytes!] + root_not_in: [mode_Bytes!] + root_contains: mode_Bytes + root_not_contains: mode_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -147205,14 +145870,14 @@ input polygonzkevm_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: polygonzkevm_RootCount_filter + rootCount_: mode_RootCount_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_OriginMessage_filter] - or: [polygonzkevm_OriginMessage_filter] + _change_block: mode_BlockChangedFilter + and: [mode_OriginMessage_filter] + or: [mode_OriginMessage_filter] } -enum polygonzkevm_OriginMessage_orderBy { +enum mode_OriginMessage_orderBy { id transferId destinationDomain @@ -147227,42 +145892,42 @@ enum polygonzkevm_OriginMessage_orderBy { rootCount__count } -type polygonzkevm_OriginTransfer { +type mode_OriginTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_Bytes + transferId: mode_Bytes nonce: BigInt - status: polygonzkevm_TransferStatus - messageHash: polygonzkevm_Bytes + status: mode_TransferStatus + messageHash: mode_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes + to: mode_Bytes + delegate: mode_Bytes receiveLocal: Boolean - callData: polygonzkevm_Bytes + callData: mode_Bytes slippage: BigInt - originSender: polygonzkevm_Bytes + originSender: mode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_Bytes - asset: polygonzkevm_Asset - transactingAsset: polygonzkevm_Bytes - message: polygonzkevm_OriginMessage + canonicalId: mode_Bytes + asset: mode_Asset + transactingAsset: mode_Bytes + message: mode_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_RelayerFee_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_RelayerFee_filter): [polygonzkevm_RelayerFee!] - initialRelayerFeeAsset: polygonzkevm_Bytes - caller: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: mode_RelayerFee_orderBy, orderDirection: mode_OrderDirection, where: mode_RelayerFee_filter): [mode_RelayerFee!] + initialRelayerFeeAsset: mode_Bytes + caller: mode_Bytes + transactionHash: mode_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: polygonzkevm_Bytes + txOrigin: mode_Bytes txNonce: BigInt } -input polygonzkevm_OriginTransfer_filter { +input mode_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -147279,16 +145944,16 @@ input polygonzkevm_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: polygonzkevm_Bytes - transferId_not: polygonzkevm_Bytes - transferId_gt: polygonzkevm_Bytes - transferId_lt: polygonzkevm_Bytes - transferId_gte: polygonzkevm_Bytes - transferId_lte: polygonzkevm_Bytes - transferId_in: [polygonzkevm_Bytes!] - transferId_not_in: [polygonzkevm_Bytes!] - transferId_contains: polygonzkevm_Bytes - transferId_not_contains: polygonzkevm_Bytes + transferId: mode_Bytes + transferId_not: mode_Bytes + transferId_gt: mode_Bytes + transferId_lt: mode_Bytes + transferId_gte: mode_Bytes + transferId_lte: mode_Bytes + transferId_in: [mode_Bytes!] + transferId_not_in: [mode_Bytes!] + transferId_contains: mode_Bytes + transferId_not_contains: mode_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -147297,20 +145962,20 @@ input polygonzkevm_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygonzkevm_TransferStatus - status_not: polygonzkevm_TransferStatus - status_in: [polygonzkevm_TransferStatus!] - status_not_in: [polygonzkevm_TransferStatus!] - messageHash: polygonzkevm_Bytes - messageHash_not: polygonzkevm_Bytes - messageHash_gt: polygonzkevm_Bytes - messageHash_lt: polygonzkevm_Bytes - messageHash_gte: polygonzkevm_Bytes - messageHash_lte: polygonzkevm_Bytes - messageHash_in: [polygonzkevm_Bytes!] - messageHash_not_in: [polygonzkevm_Bytes!] - messageHash_contains: polygonzkevm_Bytes - messageHash_not_contains: polygonzkevm_Bytes + status: mode_TransferStatus + status_not: mode_TransferStatus + status_in: [mode_TransferStatus!] + status_not_in: [mode_TransferStatus!] + messageHash: mode_Bytes + messageHash_not: mode_Bytes + messageHash_gt: mode_Bytes + messageHash_lt: mode_Bytes + messageHash_gte: mode_Bytes + messageHash_lte: mode_Bytes + messageHash_in: [mode_Bytes!] + messageHash_not_in: [mode_Bytes!] + messageHash_contains: mode_Bytes + messageHash_not_contains: mode_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -147335,40 +146000,40 @@ input polygonzkevm_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: polygonzkevm_Bytes - to_not: polygonzkevm_Bytes - to_gt: polygonzkevm_Bytes - to_lt: polygonzkevm_Bytes - to_gte: polygonzkevm_Bytes - to_lte: polygonzkevm_Bytes - to_in: [polygonzkevm_Bytes!] - to_not_in: [polygonzkevm_Bytes!] - to_contains: polygonzkevm_Bytes - to_not_contains: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes - delegate_not: polygonzkevm_Bytes - delegate_gt: polygonzkevm_Bytes - delegate_lt: polygonzkevm_Bytes - delegate_gte: polygonzkevm_Bytes - delegate_lte: polygonzkevm_Bytes - delegate_in: [polygonzkevm_Bytes!] - delegate_not_in: [polygonzkevm_Bytes!] - delegate_contains: polygonzkevm_Bytes - delegate_not_contains: polygonzkevm_Bytes + to: mode_Bytes + to_not: mode_Bytes + to_gt: mode_Bytes + to_lt: mode_Bytes + to_gte: mode_Bytes + to_lte: mode_Bytes + to_in: [mode_Bytes!] + to_not_in: [mode_Bytes!] + to_contains: mode_Bytes + to_not_contains: mode_Bytes + delegate: mode_Bytes + delegate_not: mode_Bytes + delegate_gt: mode_Bytes + delegate_lt: mode_Bytes + delegate_gte: mode_Bytes + delegate_lte: mode_Bytes + delegate_in: [mode_Bytes!] + delegate_not_in: [mode_Bytes!] + delegate_contains: mode_Bytes + delegate_not_contains: mode_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: polygonzkevm_Bytes - callData_not: polygonzkevm_Bytes - callData_gt: polygonzkevm_Bytes - callData_lt: polygonzkevm_Bytes - callData_gte: polygonzkevm_Bytes - callData_lte: polygonzkevm_Bytes - callData_in: [polygonzkevm_Bytes!] - callData_not_in: [polygonzkevm_Bytes!] - callData_contains: polygonzkevm_Bytes - callData_not_contains: polygonzkevm_Bytes + callData: mode_Bytes + callData_not: mode_Bytes + callData_gt: mode_Bytes + callData_lt: mode_Bytes + callData_gte: mode_Bytes + callData_lte: mode_Bytes + callData_in: [mode_Bytes!] + callData_not_in: [mode_Bytes!] + callData_contains: mode_Bytes + callData_not_contains: mode_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -147377,16 +146042,16 @@ input polygonzkevm_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: polygonzkevm_Bytes - originSender_not: polygonzkevm_Bytes - originSender_gt: polygonzkevm_Bytes - originSender_lt: polygonzkevm_Bytes - originSender_gte: polygonzkevm_Bytes - originSender_lte: polygonzkevm_Bytes - originSender_in: [polygonzkevm_Bytes!] - originSender_not_in: [polygonzkevm_Bytes!] - originSender_contains: polygonzkevm_Bytes - originSender_not_contains: polygonzkevm_Bytes + originSender: mode_Bytes + originSender_not: mode_Bytes + originSender_gt: mode_Bytes + originSender_lt: mode_Bytes + originSender_gte: mode_Bytes + originSender_lte: mode_Bytes + originSender_in: [mode_Bytes!] + originSender_not_in: [mode_Bytes!] + originSender_contains: mode_Bytes + originSender_not_contains: mode_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -147403,16 +146068,16 @@ input polygonzkevm_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: polygonzkevm_Bytes - canonicalId_not: polygonzkevm_Bytes - canonicalId_gt: polygonzkevm_Bytes - canonicalId_lt: polygonzkevm_Bytes - canonicalId_gte: polygonzkevm_Bytes - canonicalId_lte: polygonzkevm_Bytes - canonicalId_in: [polygonzkevm_Bytes!] - canonicalId_not_in: [polygonzkevm_Bytes!] - canonicalId_contains: polygonzkevm_Bytes - canonicalId_not_contains: polygonzkevm_Bytes + canonicalId: mode_Bytes + canonicalId_not: mode_Bytes + canonicalId_gt: mode_Bytes + canonicalId_lt: mode_Bytes + canonicalId_gte: mode_Bytes + canonicalId_lte: mode_Bytes + canonicalId_in: [mode_Bytes!] + canonicalId_not_in: [mode_Bytes!] + canonicalId_contains: mode_Bytes + canonicalId_not_contains: mode_Bytes asset: String asset_not: String asset_gt: String @@ -147433,17 +146098,17 @@ input polygonzkevm_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_Asset_filter - transactingAsset: polygonzkevm_Bytes - transactingAsset_not: polygonzkevm_Bytes - transactingAsset_gt: polygonzkevm_Bytes - transactingAsset_lt: polygonzkevm_Bytes - transactingAsset_gte: polygonzkevm_Bytes - transactingAsset_lte: polygonzkevm_Bytes - transactingAsset_in: [polygonzkevm_Bytes!] - transactingAsset_not_in: [polygonzkevm_Bytes!] - transactingAsset_contains: polygonzkevm_Bytes - transactingAsset_not_contains: polygonzkevm_Bytes + asset_: mode_Asset_filter + transactingAsset: mode_Bytes + transactingAsset_not: mode_Bytes + transactingAsset_gt: mode_Bytes + transactingAsset_lt: mode_Bytes + transactingAsset_gte: mode_Bytes + transactingAsset_lte: mode_Bytes + transactingAsset_in: [mode_Bytes!] + transactingAsset_not_in: [mode_Bytes!] + transactingAsset_contains: mode_Bytes + transactingAsset_not_contains: mode_Bytes message: String message_not: String message_gt: String @@ -147464,7 +146129,7 @@ input polygonzkevm_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: polygonzkevm_OriginMessage_filter + message_: mode_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -147479,37 +146144,37 @@ input polygonzkevm_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: polygonzkevm_RelayerFee_filter - initialRelayerFeeAsset: polygonzkevm_Bytes - initialRelayerFeeAsset_not: polygonzkevm_Bytes - initialRelayerFeeAsset_gt: polygonzkevm_Bytes - initialRelayerFeeAsset_lt: polygonzkevm_Bytes - initialRelayerFeeAsset_gte: polygonzkevm_Bytes - initialRelayerFeeAsset_lte: polygonzkevm_Bytes - initialRelayerFeeAsset_in: [polygonzkevm_Bytes!] - initialRelayerFeeAsset_not_in: [polygonzkevm_Bytes!] - initialRelayerFeeAsset_contains: polygonzkevm_Bytes - initialRelayerFeeAsset_not_contains: polygonzkevm_Bytes - caller: polygonzkevm_Bytes - caller_not: polygonzkevm_Bytes - caller_gt: polygonzkevm_Bytes - caller_lt: polygonzkevm_Bytes - caller_gte: polygonzkevm_Bytes - caller_lte: polygonzkevm_Bytes - caller_in: [polygonzkevm_Bytes!] - caller_not_in: [polygonzkevm_Bytes!] - caller_contains: polygonzkevm_Bytes - caller_not_contains: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes - transactionHash_not: polygonzkevm_Bytes - transactionHash_gt: polygonzkevm_Bytes - transactionHash_lt: polygonzkevm_Bytes - transactionHash_gte: polygonzkevm_Bytes - transactionHash_lte: polygonzkevm_Bytes - transactionHash_in: [polygonzkevm_Bytes!] - transactionHash_not_in: [polygonzkevm_Bytes!] - transactionHash_contains: polygonzkevm_Bytes - transactionHash_not_contains: polygonzkevm_Bytes + relayerFees_: mode_RelayerFee_filter + initialRelayerFeeAsset: mode_Bytes + initialRelayerFeeAsset_not: mode_Bytes + initialRelayerFeeAsset_gt: mode_Bytes + initialRelayerFeeAsset_lt: mode_Bytes + initialRelayerFeeAsset_gte: mode_Bytes + initialRelayerFeeAsset_lte: mode_Bytes + initialRelayerFeeAsset_in: [mode_Bytes!] + initialRelayerFeeAsset_not_in: [mode_Bytes!] + initialRelayerFeeAsset_contains: mode_Bytes + initialRelayerFeeAsset_not_contains: mode_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -147542,16 +146207,16 @@ input polygonzkevm_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: polygonzkevm_Bytes - txOrigin_not: polygonzkevm_Bytes - txOrigin_gt: polygonzkevm_Bytes - txOrigin_lt: polygonzkevm_Bytes - txOrigin_gte: polygonzkevm_Bytes - txOrigin_lte: polygonzkevm_Bytes - txOrigin_in: [polygonzkevm_Bytes!] - txOrigin_not_in: [polygonzkevm_Bytes!] - txOrigin_contains: polygonzkevm_Bytes - txOrigin_not_contains: polygonzkevm_Bytes + txOrigin: mode_Bytes + txOrigin_not: mode_Bytes + txOrigin_gt: mode_Bytes + txOrigin_lt: mode_Bytes + txOrigin_gte: mode_Bytes + txOrigin_lte: mode_Bytes + txOrigin_in: [mode_Bytes!] + txOrigin_not_in: [mode_Bytes!] + txOrigin_contains: mode_Bytes + txOrigin_not_contains: mode_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -147561,12 +146226,12 @@ input polygonzkevm_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_OriginTransfer_filter] - or: [polygonzkevm_OriginTransfer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_OriginTransfer_filter] + or: [mode_OriginTransfer_filter] } -enum polygonzkevm_OriginTransfer_orderBy { +enum mode_OriginTransfer_orderBy { id chainId transferId @@ -147619,20 +146284,20 @@ enum polygonzkevm_OriginTransfer_orderBy { txNonce } -type polygonzkevm_Relayer { +type mode_Relayer { id: ID! isActive: Boolean! - relayer: polygonzkevm_Bytes + relayer: mode_Bytes } -type polygonzkevm_RelayerFee { +type mode_RelayerFee { id: ID! - transfer: polygonzkevm_OriginTransfer! + transfer: mode_OriginTransfer! fee: BigInt! - asset: polygonzkevm_Bytes! + asset: mode_Bytes! } -input polygonzkevm_RelayerFee_filter { +input mode_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -147661,7 +146326,7 @@ input polygonzkevm_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygonzkevm_OriginTransfer_filter + transfer_: mode_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -147670,23 +146335,23 @@ input polygonzkevm_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: polygonzkevm_Bytes - asset_not: polygonzkevm_Bytes - asset_gt: polygonzkevm_Bytes - asset_lt: polygonzkevm_Bytes - asset_gte: polygonzkevm_Bytes - asset_lte: polygonzkevm_Bytes - asset_in: [polygonzkevm_Bytes!] - asset_not_in: [polygonzkevm_Bytes!] - asset_contains: polygonzkevm_Bytes - asset_not_contains: polygonzkevm_Bytes + asset: mode_Bytes + asset_not: mode_Bytes + asset_gt: mode_Bytes + asset_lt: mode_Bytes + asset_gte: mode_Bytes + asset_lte: mode_Bytes + asset_in: [mode_Bytes!] + asset_not_in: [mode_Bytes!] + asset_contains: mode_Bytes + asset_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RelayerFee_filter] - or: [polygonzkevm_RelayerFee_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RelayerFee_filter] + or: [mode_RelayerFee_filter] } -enum polygonzkevm_RelayerFee_orderBy { +enum mode_RelayerFee_orderBy { id transfer transfer__id @@ -147722,20 +146387,20 @@ enum polygonzkevm_RelayerFee_orderBy { asset } -type polygonzkevm_RelayerFeesIncrease { +type mode_RelayerFeesIncrease { id: ID! - transfer: polygonzkevm_OriginTransfer! + transfer: mode_OriginTransfer! increase: BigInt - asset: polygonzkevm_Bytes - caller: polygonzkevm_Bytes! - transactionHash: polygonzkevm_Bytes! + asset: mode_Bytes + caller: mode_Bytes! + transactionHash: mode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_RelayerFeesIncrease_filter { +input mode_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -147764,7 +146429,7 @@ input polygonzkevm_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygonzkevm_OriginTransfer_filter + transfer_: mode_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -147773,36 +146438,36 @@ input polygonzkevm_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: polygonzkevm_Bytes - asset_not: polygonzkevm_Bytes - asset_gt: polygonzkevm_Bytes - asset_lt: polygonzkevm_Bytes - asset_gte: polygonzkevm_Bytes - asset_lte: polygonzkevm_Bytes - asset_in: [polygonzkevm_Bytes!] - asset_not_in: [polygonzkevm_Bytes!] - asset_contains: polygonzkevm_Bytes - asset_not_contains: polygonzkevm_Bytes - caller: polygonzkevm_Bytes - caller_not: polygonzkevm_Bytes - caller_gt: polygonzkevm_Bytes - caller_lt: polygonzkevm_Bytes - caller_gte: polygonzkevm_Bytes - caller_lte: polygonzkevm_Bytes - caller_in: [polygonzkevm_Bytes!] - caller_not_in: [polygonzkevm_Bytes!] - caller_contains: polygonzkevm_Bytes - caller_not_contains: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes - transactionHash_not: polygonzkevm_Bytes - transactionHash_gt: polygonzkevm_Bytes - transactionHash_lt: polygonzkevm_Bytes - transactionHash_gte: polygonzkevm_Bytes - transactionHash_lte: polygonzkevm_Bytes - transactionHash_in: [polygonzkevm_Bytes!] - transactionHash_not_in: [polygonzkevm_Bytes!] - transactionHash_contains: polygonzkevm_Bytes - transactionHash_not_contains: polygonzkevm_Bytes + asset: mode_Bytes + asset_not: mode_Bytes + asset_gt: mode_Bytes + asset_lt: mode_Bytes + asset_gte: mode_Bytes + asset_lte: mode_Bytes + asset_in: [mode_Bytes!] + asset_not_in: [mode_Bytes!] + asset_contains: mode_Bytes + asset_not_contains: mode_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -147836,12 +146501,12 @@ input polygonzkevm_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RelayerFeesIncrease_filter] - or: [polygonzkevm_RelayerFeesIncrease_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RelayerFeesIncrease_filter] + or: [mode_RelayerFeesIncrease_filter] } -enum polygonzkevm_RelayerFeesIncrease_orderBy { +enum mode_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -147883,47 +146548,47 @@ enum polygonzkevm_RelayerFeesIncrease_orderBy { blockNumber } -input polygonzkevm_Relayer_filter { +input mode_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: polygonzkevm_Bytes - relayer_not: polygonzkevm_Bytes - relayer_gt: polygonzkevm_Bytes - relayer_lt: polygonzkevm_Bytes - relayer_gte: polygonzkevm_Bytes - relayer_lte: polygonzkevm_Bytes - relayer_in: [polygonzkevm_Bytes!] - relayer_not_in: [polygonzkevm_Bytes!] - relayer_contains: polygonzkevm_Bytes - relayer_not_contains: polygonzkevm_Bytes + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: mode_Bytes + relayer_not: mode_Bytes + relayer_gt: mode_Bytes + relayer_lt: mode_Bytes + relayer_gte: mode_Bytes + relayer_lte: mode_Bytes + relayer_in: [mode_Bytes!] + relayer_not_in: [mode_Bytes!] + relayer_contains: mode_Bytes + relayer_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Relayer_filter] - or: [polygonzkevm_Relayer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Relayer_filter] + or: [mode_Relayer_filter] } -enum polygonzkevm_Relayer_orderBy { +enum mode_Relayer_orderBy { id isActive relayer } -type polygonzkevm_RootCount { +type mode_RootCount { id: ID! count: BigInt } -input polygonzkevm_RootCount_filter { +input mode_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -147941,31 +146606,31 @@ input polygonzkevm_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RootCount_filter] - or: [polygonzkevm_RootCount_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RootCount_filter] + or: [mode_RootCount_filter] } -enum polygonzkevm_RootCount_orderBy { +enum mode_RootCount_orderBy { id count } -type polygonzkevm_RootMessageSent { +type mode_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygonzkevm_Bytes + root: mode_Bytes count: BigInt - caller: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes + caller: mode_Bytes + transactionHash: mode_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygonzkevm_RootMessageSent_filter { +input mode_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -147990,16 +146655,16 @@ input polygonzkevm_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: polygonzkevm_Bytes - root_not: polygonzkevm_Bytes - root_gt: polygonzkevm_Bytes - root_lt: polygonzkevm_Bytes - root_gte: polygonzkevm_Bytes - root_lte: polygonzkevm_Bytes - root_in: [polygonzkevm_Bytes!] - root_not_in: [polygonzkevm_Bytes!] - root_contains: polygonzkevm_Bytes - root_not_contains: polygonzkevm_Bytes + root: mode_Bytes + root_not: mode_Bytes + root_gt: mode_Bytes + root_lt: mode_Bytes + root_gte: mode_Bytes + root_lte: mode_Bytes + root_in: [mode_Bytes!] + root_not_in: [mode_Bytes!] + root_contains: mode_Bytes + root_not_contains: mode_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -148008,26 +146673,26 @@ input polygonzkevm_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: polygonzkevm_Bytes - caller_not: polygonzkevm_Bytes - caller_gt: polygonzkevm_Bytes - caller_lt: polygonzkevm_Bytes - caller_gte: polygonzkevm_Bytes - caller_lte: polygonzkevm_Bytes - caller_in: [polygonzkevm_Bytes!] - caller_not_in: [polygonzkevm_Bytes!] - caller_contains: polygonzkevm_Bytes - caller_not_contains: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes - transactionHash_not: polygonzkevm_Bytes - transactionHash_gt: polygonzkevm_Bytes - transactionHash_lt: polygonzkevm_Bytes - transactionHash_gte: polygonzkevm_Bytes - transactionHash_lte: polygonzkevm_Bytes - transactionHash_in: [polygonzkevm_Bytes!] - transactionHash_not_in: [polygonzkevm_Bytes!] - transactionHash_contains: polygonzkevm_Bytes - transactionHash_not_contains: polygonzkevm_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -148061,12 +146726,12 @@ input polygonzkevm_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RootMessageSent_filter] - or: [polygonzkevm_RootMessageSent_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RootMessageSent_filter] + or: [mode_RootMessageSent_filter] } -enum polygonzkevm_RootMessageSent_orderBy { +enum mode_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -148080,25 +146745,25 @@ enum polygonzkevm_RootMessageSent_orderBy { blockNumber } -type polygonzkevm_Router { +type mode_Router { id: ID! isActive: Boolean! - owner: polygonzkevm_Bytes - recipient: polygonzkevm_Bytes - proposedOwner: polygonzkevm_Bytes + owner: mode_Bytes + recipient: mode_Bytes + proposedOwner: mode_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygonzkevm_AssetBalance_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_AssetBalance_filter): [polygonzkevm_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: mode_AssetBalance_orderBy, orderDirection: mode_OrderDirection, where: mode_AssetBalance_filter): [mode_AssetBalance!]! } -type polygonzkevm_RouterDailyTVL { +type mode_RouterDailyTVL { id: ID! - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + router: mode_Router! + asset: mode_Asset! timestamp: BigInt! balance: BigInt! } -input polygonzkevm_RouterDailyTVL_filter { +input mode_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -148127,7 +146792,7 @@ input polygonzkevm_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygonzkevm_Router_filter + router_: mode_Router_filter asset: String asset_not: String asset_gt: String @@ -148148,7 +146813,7 @@ input polygonzkevm_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_Asset_filter + asset_: mode_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -148166,12 +146831,12 @@ input polygonzkevm_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RouterDailyTVL_filter] - or: [polygonzkevm_RouterDailyTVL_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RouterDailyTVL_filter] + or: [mode_RouterDailyTVL_filter] } -enum polygonzkevm_RouterDailyTVL_orderBy { +enum mode_RouterDailyTVL_orderBy { id router router__id @@ -148194,26 +146859,26 @@ enum polygonzkevm_RouterDailyTVL_orderBy { balance } -type polygonzkevm_RouterLiquidityEvent { +type mode_RouterLiquidityEvent { id: ID! - type: polygonzkevm_RouterLiquidityEventType - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + type: mode_RouterLiquidityEventType + router: mode_Router! + asset: mode_Asset! amount: BigInt! balance: BigInt! - caller: polygonzkevm_Bytes + caller: mode_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: polygonzkevm_Bytes! + transactionHash: mode_Bytes! nonce: BigInt! } -enum polygonzkevm_RouterLiquidityEventType { +enum mode_RouterLiquidityEventType { Add Remove } -input polygonzkevm_RouterLiquidityEvent_filter { +input mode_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -148222,10 +146887,10 @@ input polygonzkevm_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: polygonzkevm_RouterLiquidityEventType - type_not: polygonzkevm_RouterLiquidityEventType - type_in: [polygonzkevm_RouterLiquidityEventType!] - type_not_in: [polygonzkevm_RouterLiquidityEventType!] + type: mode_RouterLiquidityEventType + type_not: mode_RouterLiquidityEventType + type_in: [mode_RouterLiquidityEventType!] + type_not_in: [mode_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -148246,7 +146911,7 @@ input polygonzkevm_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: polygonzkevm_Router_filter + router_: mode_Router_filter asset: String asset_not: String asset_gt: String @@ -148267,7 +146932,7 @@ input polygonzkevm_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygonzkevm_Asset_filter + asset_: mode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -148284,16 +146949,16 @@ input polygonzkevm_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: polygonzkevm_Bytes - caller_not: polygonzkevm_Bytes - caller_gt: polygonzkevm_Bytes - caller_lt: polygonzkevm_Bytes - caller_gte: polygonzkevm_Bytes - caller_lte: polygonzkevm_Bytes - caller_in: [polygonzkevm_Bytes!] - caller_not_in: [polygonzkevm_Bytes!] - caller_contains: polygonzkevm_Bytes - caller_not_contains: polygonzkevm_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -148310,16 +146975,16 @@ input polygonzkevm_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: polygonzkevm_Bytes - transactionHash_not: polygonzkevm_Bytes - transactionHash_gt: polygonzkevm_Bytes - transactionHash_lt: polygonzkevm_Bytes - transactionHash_gte: polygonzkevm_Bytes - transactionHash_lte: polygonzkevm_Bytes - transactionHash_in: [polygonzkevm_Bytes!] - transactionHash_not_in: [polygonzkevm_Bytes!] - transactionHash_contains: polygonzkevm_Bytes - transactionHash_not_contains: polygonzkevm_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -148329,12 +146994,12 @@ input polygonzkevm_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RouterLiquidityEvent_filter] - or: [polygonzkevm_RouterLiquidityEvent_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RouterLiquidityEvent_filter] + or: [mode_RouterLiquidityEvent_filter] } -enum polygonzkevm_RouterLiquidityEvent_orderBy { +enum mode_RouterLiquidityEvent_orderBy { id type router @@ -148363,7 +147028,7 @@ enum polygonzkevm_RouterLiquidityEvent_orderBy { nonce } -input polygonzkevm_Router_filter { +input mode_Router_filter { id: ID id_not: ID id_gt: ID @@ -148376,36 +147041,36 @@ input polygonzkevm_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: polygonzkevm_Bytes - owner_not: polygonzkevm_Bytes - owner_gt: polygonzkevm_Bytes - owner_lt: polygonzkevm_Bytes - owner_gte: polygonzkevm_Bytes - owner_lte: polygonzkevm_Bytes - owner_in: [polygonzkevm_Bytes!] - owner_not_in: [polygonzkevm_Bytes!] - owner_contains: polygonzkevm_Bytes - owner_not_contains: polygonzkevm_Bytes - recipient: polygonzkevm_Bytes - recipient_not: polygonzkevm_Bytes - recipient_gt: polygonzkevm_Bytes - recipient_lt: polygonzkevm_Bytes - recipient_gte: polygonzkevm_Bytes - recipient_lte: polygonzkevm_Bytes - recipient_in: [polygonzkevm_Bytes!] - recipient_not_in: [polygonzkevm_Bytes!] - recipient_contains: polygonzkevm_Bytes - recipient_not_contains: polygonzkevm_Bytes - proposedOwner: polygonzkevm_Bytes - proposedOwner_not: polygonzkevm_Bytes - proposedOwner_gt: polygonzkevm_Bytes - proposedOwner_lt: polygonzkevm_Bytes - proposedOwner_gte: polygonzkevm_Bytes - proposedOwner_lte: polygonzkevm_Bytes - proposedOwner_in: [polygonzkevm_Bytes!] - proposedOwner_not_in: [polygonzkevm_Bytes!] - proposedOwner_contains: polygonzkevm_Bytes - proposedOwner_not_contains: polygonzkevm_Bytes + owner: mode_Bytes + owner_not: mode_Bytes + owner_gt: mode_Bytes + owner_lt: mode_Bytes + owner_gte: mode_Bytes + owner_lte: mode_Bytes + owner_in: [mode_Bytes!] + owner_not_in: [mode_Bytes!] + owner_contains: mode_Bytes + owner_not_contains: mode_Bytes + recipient: mode_Bytes + recipient_not: mode_Bytes + recipient_gt: mode_Bytes + recipient_lt: mode_Bytes + recipient_gte: mode_Bytes + recipient_lte: mode_Bytes + recipient_in: [mode_Bytes!] + recipient_not_in: [mode_Bytes!] + recipient_contains: mode_Bytes + recipient_not_contains: mode_Bytes + proposedOwner: mode_Bytes + proposedOwner_not: mode_Bytes + proposedOwner_gt: mode_Bytes + proposedOwner_lt: mode_Bytes + proposedOwner_gte: mode_Bytes + proposedOwner_lte: mode_Bytes + proposedOwner_in: [mode_Bytes!] + proposedOwner_not_in: [mode_Bytes!] + proposedOwner_contains: mode_Bytes + proposedOwner_not_contains: mode_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -148414,14 +147079,14 @@ input polygonzkevm_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygonzkevm_AssetBalance_filter + assetBalances_: mode_AssetBalance_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Router_filter] - or: [polygonzkevm_Router_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Router_filter] + or: [mode_Router_filter] } -enum polygonzkevm_Router_orderBy { +enum mode_Router_orderBy { id isActive owner @@ -148431,13 +147096,13 @@ enum polygonzkevm_Router_orderBy { assetBalances } -type polygonzkevm_Sequencer { +type mode_Sequencer { id: ID! isActive: Boolean! - sequencer: polygonzkevm_Bytes + sequencer: mode_Bytes } -input polygonzkevm_Sequencer_filter { +input mode_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -148450,35 +147115,35 @@ input polygonzkevm_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: polygonzkevm_Bytes - sequencer_not: polygonzkevm_Bytes - sequencer_gt: polygonzkevm_Bytes - sequencer_lt: polygonzkevm_Bytes - sequencer_gte: polygonzkevm_Bytes - sequencer_lte: polygonzkevm_Bytes - sequencer_in: [polygonzkevm_Bytes!] - sequencer_not_in: [polygonzkevm_Bytes!] - sequencer_contains: polygonzkevm_Bytes - sequencer_not_contains: polygonzkevm_Bytes + sequencer: mode_Bytes + sequencer_not: mode_Bytes + sequencer_gt: mode_Bytes + sequencer_lt: mode_Bytes + sequencer_gte: mode_Bytes + sequencer_lte: mode_Bytes + sequencer_in: [mode_Bytes!] + sequencer_not_in: [mode_Bytes!] + sequencer_contains: mode_Bytes + sequencer_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Sequencer_filter] - or: [polygonzkevm_Sequencer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Sequencer_filter] + or: [mode_Sequencer_filter] } -enum polygonzkevm_Sequencer_orderBy { +enum mode_Sequencer_orderBy { id isActive sequencer } -type polygonzkevm_Setting { +type mode_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: polygonzkevm_Bytes! + caller: mode_Bytes! } -input polygonzkevm_Setting_filter { +input mode_Setting_filter { id: ID id_not: ID id_gt: ID @@ -148495,41 +147160,41 @@ input polygonzkevm_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: polygonzkevm_Bytes - caller_not: polygonzkevm_Bytes - caller_gt: polygonzkevm_Bytes - caller_lt: polygonzkevm_Bytes - caller_gte: polygonzkevm_Bytes - caller_lte: polygonzkevm_Bytes - caller_in: [polygonzkevm_Bytes!] - caller_not_in: [polygonzkevm_Bytes!] - caller_contains: polygonzkevm_Bytes - caller_not_contains: polygonzkevm_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Setting_filter] - or: [polygonzkevm_Setting_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Setting_filter] + or: [mode_Setting_filter] } -enum polygonzkevm_Setting_orderBy { +enum mode_Setting_orderBy { id maxRoutersPerTransfer caller } -type polygonzkevm_SlippageUpdate { +type mode_SlippageUpdate { id: ID! - transfer: polygonzkevm_DestinationTransfer! + transfer: mode_DestinationTransfer! slippage: BigInt! - caller: polygonzkevm_Bytes! - transactionHash: polygonzkevm_Bytes! + caller: mode_Bytes! + transactionHash: mode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_SlippageUpdate_filter { +input mode_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -148558,7 +147223,7 @@ input polygonzkevm_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygonzkevm_DestinationTransfer_filter + transfer_: mode_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -148567,26 +147232,26 @@ input polygonzkevm_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: polygonzkevm_Bytes - caller_not: polygonzkevm_Bytes - caller_gt: polygonzkevm_Bytes - caller_lt: polygonzkevm_Bytes - caller_gte: polygonzkevm_Bytes - caller_lte: polygonzkevm_Bytes - caller_in: [polygonzkevm_Bytes!] - caller_not_in: [polygonzkevm_Bytes!] - caller_contains: polygonzkevm_Bytes - caller_not_contains: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes - transactionHash_not: polygonzkevm_Bytes - transactionHash_gt: polygonzkevm_Bytes - transactionHash_lt: polygonzkevm_Bytes - transactionHash_gte: polygonzkevm_Bytes - transactionHash_lte: polygonzkevm_Bytes - transactionHash_in: [polygonzkevm_Bytes!] - transactionHash_not_in: [polygonzkevm_Bytes!] - transactionHash_contains: polygonzkevm_Bytes - transactionHash_not_contains: polygonzkevm_Bytes + caller: mode_Bytes + caller_not: mode_Bytes + caller_gt: mode_Bytes + caller_lt: mode_Bytes + caller_gte: mode_Bytes + caller_lte: mode_Bytes + caller_in: [mode_Bytes!] + caller_not_in: [mode_Bytes!] + caller_contains: mode_Bytes + caller_not_contains: mode_Bytes + transactionHash: mode_Bytes + transactionHash_not: mode_Bytes + transactionHash_gt: mode_Bytes + transactionHash_lt: mode_Bytes + transactionHash_gte: mode_Bytes + transactionHash_lte: mode_Bytes + transactionHash_in: [mode_Bytes!] + transactionHash_not_in: [mode_Bytes!] + transactionHash_contains: mode_Bytes + transactionHash_not_contains: mode_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -148620,12 +147285,12 @@ input polygonzkevm_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_SlippageUpdate_filter] - or: [polygonzkevm_SlippageUpdate_filter] + _change_block: mode_BlockChangedFilter + and: [mode_SlippageUpdate_filter] + or: [mode_SlippageUpdate_filter] } -enum polygonzkevm_SlippageUpdate_orderBy { +enum mode_SlippageUpdate_orderBy { id transfer transfer__id @@ -148673,16 +147338,16 @@ enum polygonzkevm_SlippageUpdate_orderBy { blockNumber } -type polygonzkevm_SnapshotRoot { +type mode_SnapshotRoot { id: ID! spokeDomain: BigInt - root: polygonzkevm_Bytes! + root: mode_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input polygonzkevm_SnapshotRoot_filter { +input mode_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -148699,16 +147364,16 @@ input polygonzkevm_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: polygonzkevm_Bytes - root_not: polygonzkevm_Bytes - root_gt: polygonzkevm_Bytes - root_lt: polygonzkevm_Bytes - root_gte: polygonzkevm_Bytes - root_lte: polygonzkevm_Bytes - root_in: [polygonzkevm_Bytes!] - root_not_in: [polygonzkevm_Bytes!] - root_contains: polygonzkevm_Bytes - root_not_contains: polygonzkevm_Bytes + root: mode_Bytes + root_not: mode_Bytes + root_gt: mode_Bytes + root_lt: mode_Bytes + root_gte: mode_Bytes + root_lte: mode_Bytes + root_in: [mode_Bytes!] + root_not_in: [mode_Bytes!] + root_contains: mode_Bytes + root_not_contains: mode_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -148734,12 +147399,12 @@ input polygonzkevm_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_SnapshotRoot_filter] - or: [polygonzkevm_SnapshotRoot_filter] + _change_block: mode_BlockChangedFilter + and: [mode_SnapshotRoot_filter] + or: [mode_SnapshotRoot_filter] } -enum polygonzkevm_SnapshotRoot_orderBy { +enum mode_SnapshotRoot_orderBy { id spokeDomain root @@ -148748,12 +147413,12 @@ enum polygonzkevm_SnapshotRoot_orderBy { blockNumber } -type polygonzkevm_SpokeConnectorMode { +type mode_SpokeConnectorMode { id: ID! mode: String! } -input polygonzkevm_SpokeConnectorMode_filter { +input mode_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -148783,17 +147448,17 @@ input polygonzkevm_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_SpokeConnectorMode_filter] - or: [polygonzkevm_SpokeConnectorMode_filter] + _change_block: mode_BlockChangedFilter + and: [mode_SpokeConnectorMode_filter] + or: [mode_SpokeConnectorMode_filter] } -enum polygonzkevm_SpokeConnectorMode_orderBy { +enum mode_SpokeConnectorMode_orderBy { id mode } -enum polygonzkevm_TransferStatus { +enum mode_TransferStatus { XCalled Executed Reconciled @@ -148801,19 +147466,17 @@ enum polygonzkevm_TransferStatus { CompletedFast } -type polygonzkevm__Block_ { +type mode__Block_ { """The hash of the block""" - hash: polygonzkevm_Bytes + hash: mode_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: polygonzkevm_Bytes } """The type for the top-level _meta field""" -type polygonzkevm__Meta_ { +type mode__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -148821,22 +147484,22 @@ type polygonzkevm__Meta_ { and therefore asks for the latest block """ - block: polygonzkevm__Block_! + block: mode__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmode_AggregateRoot { +type stagingxlayer_AggregateRoot { id: ID! - root: stagingmode_Bytes! + root: stagingxlayer_Bytes! blockNumber: BigInt! } -type stagingmode_AggregateRootProposed { +type stagingxlayer_AggregateRootProposed { id: ID! - aggregateRoot: stagingmode_Bytes! + aggregateRoot: stagingxlayer_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -148844,7 +147507,7 @@ type stagingmode_AggregateRootProposed { blockNumber: BigInt } -input stagingmode_AggregateRootProposed_filter { +input stagingxlayer_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -148853,16 +147516,16 @@ input stagingmode_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmode_Bytes - aggregateRoot_not: stagingmode_Bytes - aggregateRoot_gt: stagingmode_Bytes - aggregateRoot_lt: stagingmode_Bytes - aggregateRoot_gte: stagingmode_Bytes - aggregateRoot_lte: stagingmode_Bytes - aggregateRoot_in: [stagingmode_Bytes!] - aggregateRoot_not_in: [stagingmode_Bytes!] - aggregateRoot_contains: stagingmode_Bytes - aggregateRoot_not_contains: stagingmode_Bytes + aggregateRoot: stagingxlayer_Bytes + aggregateRoot_not: stagingxlayer_Bytes + aggregateRoot_gt: stagingxlayer_Bytes + aggregateRoot_lt: stagingxlayer_Bytes + aggregateRoot_gte: stagingxlayer_Bytes + aggregateRoot_lte: stagingxlayer_Bytes + aggregateRoot_in: [stagingxlayer_Bytes!] + aggregateRoot_not_in: [stagingxlayer_Bytes!] + aggregateRoot_contains: stagingxlayer_Bytes + aggregateRoot_not_contains: stagingxlayer_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -148904,12 +147567,12 @@ input stagingmode_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_AggregateRootProposed_filter] - or: [stagingmode_AggregateRootProposed_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AggregateRootProposed_filter] + or: [stagingxlayer_AggregateRootProposed_filter] } -enum stagingmode_AggregateRootProposed_orderBy { +enum stagingxlayer_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -148919,7 +147582,7 @@ enum stagingmode_AggregateRootProposed_orderBy { blockNumber } -input stagingmode_AggregateRoot_filter { +input stagingxlayer_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -148928,16 +147591,16 @@ input stagingmode_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingmode_Bytes - root_not: stagingmode_Bytes - root_gt: stagingmode_Bytes - root_lt: stagingmode_Bytes - root_gte: stagingmode_Bytes - root_lte: stagingmode_Bytes - root_in: [stagingmode_Bytes!] - root_not_in: [stagingmode_Bytes!] - root_contains: stagingmode_Bytes - root_not_contains: stagingmode_Bytes + root: stagingxlayer_Bytes + root_not: stagingxlayer_Bytes + root_gt: stagingxlayer_Bytes + root_lt: stagingxlayer_Bytes + root_gte: stagingxlayer_Bytes + root_lte: stagingxlayer_Bytes + root_in: [stagingxlayer_Bytes!] + root_not_in: [stagingxlayer_Bytes!] + root_contains: stagingxlayer_Bytes + root_not_contains: stagingxlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -148947,47 +147610,42 @@ input stagingmode_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_AggregateRoot_filter] - or: [stagingmode_AggregateRoot_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AggregateRoot_filter] + or: [stagingxlayer_AggregateRoot_filter] } -enum stagingmode_AggregateRoot_orderBy { +enum stagingxlayer_AggregateRoot_orderBy { id root blockNumber } -enum stagingmode_Aggregation_interval { - hour - day -} - -type stagingmode_Asset { +type stagingxlayer_Asset { id: ID! - key: stagingmode_Bytes + key: stagingxlayer_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmode_Bytes + canonicalId: stagingxlayer_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmode_Bytes - localAsset: stagingmode_Bytes + adoptedAsset: stagingxlayer_Bytes + localAsset: stagingxlayer_Bytes blockNumber: BigInt - status: stagingmode_AssetStatus + status: stagingxlayer_AssetStatus } -type stagingmode_AssetBalance { +type stagingxlayer_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmode_Router! - asset: stagingmode_Asset! + router: stagingxlayer_Router! + asset: stagingxlayer_Asset! feesEarned: BigInt! } -input stagingmode_AssetBalance_filter { +input stagingxlayer_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -149048,7 +147706,7 @@ input stagingmode_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmode_Router_filter + router_: stagingxlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -149069,7 +147727,7 @@ input stagingmode_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmode_Asset_filter + asset_: stagingxlayer_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -149079,12 +147737,12 @@ input stagingmode_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_AssetBalance_filter] - or: [stagingmode_AssetBalance_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AssetBalance_filter] + or: [stagingxlayer_AssetBalance_filter] } -enum stagingmode_AssetBalance_orderBy { +enum stagingxlayer_AssetBalance_orderBy { id amount locked @@ -149110,12 +147768,12 @@ enum stagingmode_AssetBalance_orderBy { feesEarned } -type stagingmode_AssetStatus { +type stagingxlayer_AssetStatus { id: ID! status: Boolean } -input stagingmode_AssetStatus_filter { +input stagingxlayer_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -149129,17 +147787,17 @@ input stagingmode_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_AssetStatus_filter] - or: [stagingmode_AssetStatus_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AssetStatus_filter] + or: [stagingxlayer_AssetStatus_filter] } -enum stagingmode_AssetStatus_orderBy { +enum stagingxlayer_AssetStatus_orderBy { id status } -input stagingmode_Asset_filter { +input stagingxlayer_Asset_filter { id: ID id_not: ID id_gt: ID @@ -149148,16 +147806,16 @@ input stagingmode_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingmode_Bytes - key_not: stagingmode_Bytes - key_gt: stagingmode_Bytes - key_lt: stagingmode_Bytes - key_gte: stagingmode_Bytes - key_lte: stagingmode_Bytes - key_in: [stagingmode_Bytes!] - key_not_in: [stagingmode_Bytes!] - key_contains: stagingmode_Bytes - key_not_contains: stagingmode_Bytes + key: stagingxlayer_Bytes + key_not: stagingxlayer_Bytes + key_gt: stagingxlayer_Bytes + key_lt: stagingxlayer_Bytes + key_gte: stagingxlayer_Bytes + key_lte: stagingxlayer_Bytes + key_in: [stagingxlayer_Bytes!] + key_not_in: [stagingxlayer_Bytes!] + key_contains: stagingxlayer_Bytes + key_not_contains: stagingxlayer_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -149174,16 +147832,16 @@ input stagingmode_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingmode_Bytes - canonicalId_not: stagingmode_Bytes - canonicalId_gt: stagingmode_Bytes - canonicalId_lt: stagingmode_Bytes - canonicalId_gte: stagingmode_Bytes - canonicalId_lte: stagingmode_Bytes - canonicalId_in: [stagingmode_Bytes!] - canonicalId_not_in: [stagingmode_Bytes!] - canonicalId_contains: stagingmode_Bytes - canonicalId_not_contains: stagingmode_Bytes + canonicalId: stagingxlayer_Bytes + canonicalId_not: stagingxlayer_Bytes + canonicalId_gt: stagingxlayer_Bytes + canonicalId_lt: stagingxlayer_Bytes + canonicalId_gte: stagingxlayer_Bytes + canonicalId_lte: stagingxlayer_Bytes + canonicalId_in: [stagingxlayer_Bytes!] + canonicalId_not_in: [stagingxlayer_Bytes!] + canonicalId_contains: stagingxlayer_Bytes + canonicalId_not_contains: stagingxlayer_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -149192,26 +147850,26 @@ input stagingmode_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingmode_Bytes - adoptedAsset_not: stagingmode_Bytes - adoptedAsset_gt: stagingmode_Bytes - adoptedAsset_lt: stagingmode_Bytes - adoptedAsset_gte: stagingmode_Bytes - adoptedAsset_lte: stagingmode_Bytes - adoptedAsset_in: [stagingmode_Bytes!] - adoptedAsset_not_in: [stagingmode_Bytes!] - adoptedAsset_contains: stagingmode_Bytes - adoptedAsset_not_contains: stagingmode_Bytes - localAsset: stagingmode_Bytes - localAsset_not: stagingmode_Bytes - localAsset_gt: stagingmode_Bytes - localAsset_lt: stagingmode_Bytes - localAsset_gte: stagingmode_Bytes - localAsset_lte: stagingmode_Bytes - localAsset_in: [stagingmode_Bytes!] - localAsset_not_in: [stagingmode_Bytes!] - localAsset_contains: stagingmode_Bytes - localAsset_not_contains: stagingmode_Bytes + adoptedAsset: stagingxlayer_Bytes + adoptedAsset_not: stagingxlayer_Bytes + adoptedAsset_gt: stagingxlayer_Bytes + adoptedAsset_lt: stagingxlayer_Bytes + adoptedAsset_gte: stagingxlayer_Bytes + adoptedAsset_lte: stagingxlayer_Bytes + adoptedAsset_in: [stagingxlayer_Bytes!] + adoptedAsset_not_in: [stagingxlayer_Bytes!] + adoptedAsset_contains: stagingxlayer_Bytes + adoptedAsset_not_contains: stagingxlayer_Bytes + localAsset: stagingxlayer_Bytes + localAsset_not: stagingxlayer_Bytes + localAsset_gt: stagingxlayer_Bytes + localAsset_lt: stagingxlayer_Bytes + localAsset_gte: stagingxlayer_Bytes + localAsset_lte: stagingxlayer_Bytes + localAsset_in: [stagingxlayer_Bytes!] + localAsset_not_in: [stagingxlayer_Bytes!] + localAsset_contains: stagingxlayer_Bytes + localAsset_not_contains: stagingxlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -149240,14 +147898,14 @@ input stagingmode_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingmode_AssetStatus_filter + status_: stagingxlayer_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_Asset_filter] - or: [stagingmode_Asset_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Asset_filter] + or: [stagingxlayer_Asset_filter] } -enum stagingmode_Asset_orderBy { +enum stagingxlayer_Asset_orderBy { id key decimal @@ -149262,30 +147920,30 @@ enum stagingmode_Asset_orderBy { status__status } -scalar stagingmode_BigDecimal +scalar stagingxlayer_BigDecimal -input stagingmode_BlockChangedFilter { +input stagingxlayer_BlockChangedFilter { number_gte: Int! } -input stagingmode_Block_height { - hash: stagingmode_Bytes +input stagingxlayer_Block_height { + hash: stagingxlayer_Bytes number: Int number_gte: Int } -scalar stagingmode_Bytes +scalar stagingxlayer_Bytes -type stagingmode_ConnectorMeta { +type stagingxlayer_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmode_Bytes - rootManager: stagingmode_Bytes - mirrorConnector: stagingmode_Bytes + amb: stagingxlayer_Bytes + rootManager: stagingxlayer_Bytes + mirrorConnector: stagingxlayer_Bytes } -input stagingmode_ConnectorMeta_filter { +input stagingxlayer_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -149310,43 +147968,43 @@ input stagingmode_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingmode_Bytes - amb_not: stagingmode_Bytes - amb_gt: stagingmode_Bytes - amb_lt: stagingmode_Bytes - amb_gte: stagingmode_Bytes - amb_lte: stagingmode_Bytes - amb_in: [stagingmode_Bytes!] - amb_not_in: [stagingmode_Bytes!] - amb_contains: stagingmode_Bytes - amb_not_contains: stagingmode_Bytes - rootManager: stagingmode_Bytes - rootManager_not: stagingmode_Bytes - rootManager_gt: stagingmode_Bytes - rootManager_lt: stagingmode_Bytes - rootManager_gte: stagingmode_Bytes - rootManager_lte: stagingmode_Bytes - rootManager_in: [stagingmode_Bytes!] - rootManager_not_in: [stagingmode_Bytes!] - rootManager_contains: stagingmode_Bytes - rootManager_not_contains: stagingmode_Bytes - mirrorConnector: stagingmode_Bytes - mirrorConnector_not: stagingmode_Bytes - mirrorConnector_gt: stagingmode_Bytes - mirrorConnector_lt: stagingmode_Bytes - mirrorConnector_gte: stagingmode_Bytes - mirrorConnector_lte: stagingmode_Bytes - mirrorConnector_in: [stagingmode_Bytes!] - mirrorConnector_not_in: [stagingmode_Bytes!] - mirrorConnector_contains: stagingmode_Bytes - mirrorConnector_not_contains: stagingmode_Bytes + amb: stagingxlayer_Bytes + amb_not: stagingxlayer_Bytes + amb_gt: stagingxlayer_Bytes + amb_lt: stagingxlayer_Bytes + amb_gte: stagingxlayer_Bytes + amb_lte: stagingxlayer_Bytes + amb_in: [stagingxlayer_Bytes!] + amb_not_in: [stagingxlayer_Bytes!] + amb_contains: stagingxlayer_Bytes + amb_not_contains: stagingxlayer_Bytes + rootManager: stagingxlayer_Bytes + rootManager_not: stagingxlayer_Bytes + rootManager_gt: stagingxlayer_Bytes + rootManager_lt: stagingxlayer_Bytes + rootManager_gte: stagingxlayer_Bytes + rootManager_lte: stagingxlayer_Bytes + rootManager_in: [stagingxlayer_Bytes!] + rootManager_not_in: [stagingxlayer_Bytes!] + rootManager_contains: stagingxlayer_Bytes + rootManager_not_contains: stagingxlayer_Bytes + mirrorConnector: stagingxlayer_Bytes + mirrorConnector_not: stagingxlayer_Bytes + mirrorConnector_gt: stagingxlayer_Bytes + mirrorConnector_lt: stagingxlayer_Bytes + mirrorConnector_gte: stagingxlayer_Bytes + mirrorConnector_lte: stagingxlayer_Bytes + mirrorConnector_in: [stagingxlayer_Bytes!] + mirrorConnector_not_in: [stagingxlayer_Bytes!] + mirrorConnector_contains: stagingxlayer_Bytes + mirrorConnector_not_contains: stagingxlayer_Bytes """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_ConnectorMeta_filter] - or: [stagingmode_ConnectorMeta_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_ConnectorMeta_filter] + or: [stagingxlayer_ConnectorMeta_filter] } -enum stagingmode_ConnectorMeta_orderBy { +enum stagingxlayer_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -149355,48 +148013,48 @@ enum stagingmode_ConnectorMeta_orderBy { mirrorConnector } -type stagingmode_DestinationTransfer { +type stagingxlayer_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmode_Bytes + transferId: stagingxlayer_Bytes nonce: BigInt - status: stagingmode_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingmode_Router_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_Router_filter): [stagingmode_Router!] + status: stagingxlayer_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_Router_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_Router_filter): [stagingxlayer_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmode_Bytes - delegate: stagingmode_Bytes + to: stagingxlayer_Bytes + delegate: stagingxlayer_Bytes receiveLocal: Boolean - callData: stagingmode_Bytes + callData: stagingxlayer_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmode_Bytes + originSender: stagingxlayer_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmode_Bytes - asset: stagingmode_Asset + canonicalId: stagingxlayer_Bytes + asset: stagingxlayer_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmode_Bytes - executedTransactionHash: stagingmode_Bytes + executedCaller: stagingxlayer_Bytes + executedTransactionHash: stagingxlayer_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmode_Bytes + executedTxOrigin: stagingxlayer_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmode_Bytes - reconciledTransactionHash: stagingmode_Bytes + reconciledCaller: stagingxlayer_Bytes + reconciledTransactionHash: stagingxlayer_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmode_Bytes + reconciledTxOrigin: stagingxlayer_Bytes reconciledTxNonce: BigInt } -input stagingmode_DestinationTransfer_filter { +input stagingxlayer_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -149413,16 +148071,16 @@ input stagingmode_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmode_Bytes - transferId_not: stagingmode_Bytes - transferId_gt: stagingmode_Bytes - transferId_lt: stagingmode_Bytes - transferId_gte: stagingmode_Bytes - transferId_lte: stagingmode_Bytes - transferId_in: [stagingmode_Bytes!] - transferId_not_in: [stagingmode_Bytes!] - transferId_contains: stagingmode_Bytes - transferId_not_contains: stagingmode_Bytes + transferId: stagingxlayer_Bytes + transferId_not: stagingxlayer_Bytes + transferId_gt: stagingxlayer_Bytes + transferId_lt: stagingxlayer_Bytes + transferId_gte: stagingxlayer_Bytes + transferId_lte: stagingxlayer_Bytes + transferId_in: [stagingxlayer_Bytes!] + transferId_not_in: [stagingxlayer_Bytes!] + transferId_contains: stagingxlayer_Bytes + transferId_not_contains: stagingxlayer_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -149431,17 +148089,17 @@ input stagingmode_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmode_TransferStatus - status_not: stagingmode_TransferStatus - status_in: [stagingmode_TransferStatus!] - status_not_in: [stagingmode_TransferStatus!] + status: stagingxlayer_TransferStatus + status_not: stagingxlayer_TransferStatus + status_in: [stagingxlayer_TransferStatus!] + status_not_in: [stagingxlayer_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingmode_Router_filter + routers_: stagingxlayer_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -149466,40 +148124,40 @@ input stagingmode_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmode_Bytes - to_not: stagingmode_Bytes - to_gt: stagingmode_Bytes - to_lt: stagingmode_Bytes - to_gte: stagingmode_Bytes - to_lte: stagingmode_Bytes - to_in: [stagingmode_Bytes!] - to_not_in: [stagingmode_Bytes!] - to_contains: stagingmode_Bytes - to_not_contains: stagingmode_Bytes - delegate: stagingmode_Bytes - delegate_not: stagingmode_Bytes - delegate_gt: stagingmode_Bytes - delegate_lt: stagingmode_Bytes - delegate_gte: stagingmode_Bytes - delegate_lte: stagingmode_Bytes - delegate_in: [stagingmode_Bytes!] - delegate_not_in: [stagingmode_Bytes!] - delegate_contains: stagingmode_Bytes - delegate_not_contains: stagingmode_Bytes + to: stagingxlayer_Bytes + to_not: stagingxlayer_Bytes + to_gt: stagingxlayer_Bytes + to_lt: stagingxlayer_Bytes + to_gte: stagingxlayer_Bytes + to_lte: stagingxlayer_Bytes + to_in: [stagingxlayer_Bytes!] + to_not_in: [stagingxlayer_Bytes!] + to_contains: stagingxlayer_Bytes + to_not_contains: stagingxlayer_Bytes + delegate: stagingxlayer_Bytes + delegate_not: stagingxlayer_Bytes + delegate_gt: stagingxlayer_Bytes + delegate_lt: stagingxlayer_Bytes + delegate_gte: stagingxlayer_Bytes + delegate_lte: stagingxlayer_Bytes + delegate_in: [stagingxlayer_Bytes!] + delegate_not_in: [stagingxlayer_Bytes!] + delegate_contains: stagingxlayer_Bytes + delegate_not_contains: stagingxlayer_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingmode_Bytes - callData_not: stagingmode_Bytes - callData_gt: stagingmode_Bytes - callData_lt: stagingmode_Bytes - callData_gte: stagingmode_Bytes - callData_lte: stagingmode_Bytes - callData_in: [stagingmode_Bytes!] - callData_not_in: [stagingmode_Bytes!] - callData_contains: stagingmode_Bytes - callData_not_contains: stagingmode_Bytes + callData: stagingxlayer_Bytes + callData_not: stagingxlayer_Bytes + callData_gt: stagingxlayer_Bytes + callData_lt: stagingxlayer_Bytes + callData_gte: stagingxlayer_Bytes + callData_lte: stagingxlayer_Bytes + callData_in: [stagingxlayer_Bytes!] + callData_not_in: [stagingxlayer_Bytes!] + callData_contains: stagingxlayer_Bytes + callData_not_contains: stagingxlayer_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -149516,16 +148174,16 @@ input stagingmode_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingmode_Bytes - originSender_not: stagingmode_Bytes - originSender_gt: stagingmode_Bytes - originSender_lt: stagingmode_Bytes - originSender_gte: stagingmode_Bytes - originSender_lte: stagingmode_Bytes - originSender_in: [stagingmode_Bytes!] - originSender_not_in: [stagingmode_Bytes!] - originSender_contains: stagingmode_Bytes - originSender_not_contains: stagingmode_Bytes + originSender: stagingxlayer_Bytes + originSender_not: stagingxlayer_Bytes + originSender_gt: stagingxlayer_Bytes + originSender_lt: stagingxlayer_Bytes + originSender_gte: stagingxlayer_Bytes + originSender_lte: stagingxlayer_Bytes + originSender_in: [stagingxlayer_Bytes!] + originSender_not_in: [stagingxlayer_Bytes!] + originSender_contains: stagingxlayer_Bytes + originSender_not_contains: stagingxlayer_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -149542,16 +148200,16 @@ input stagingmode_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmode_Bytes - canonicalId_not: stagingmode_Bytes - canonicalId_gt: stagingmode_Bytes - canonicalId_lt: stagingmode_Bytes - canonicalId_gte: stagingmode_Bytes - canonicalId_lte: stagingmode_Bytes - canonicalId_in: [stagingmode_Bytes!] - canonicalId_not_in: [stagingmode_Bytes!] - canonicalId_contains: stagingmode_Bytes - canonicalId_not_contains: stagingmode_Bytes + canonicalId: stagingxlayer_Bytes + canonicalId_not: stagingxlayer_Bytes + canonicalId_gt: stagingxlayer_Bytes + canonicalId_lt: stagingxlayer_Bytes + canonicalId_gte: stagingxlayer_Bytes + canonicalId_lte: stagingxlayer_Bytes + canonicalId_in: [stagingxlayer_Bytes!] + canonicalId_not_in: [stagingxlayer_Bytes!] + canonicalId_contains: stagingxlayer_Bytes + canonicalId_not_contains: stagingxlayer_Bytes asset: String asset_not: String asset_gt: String @@ -149572,7 +148230,7 @@ input stagingmode_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmode_Asset_filter + asset_: stagingxlayer_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -149589,26 +148247,26 @@ input stagingmode_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingmode_Bytes - executedCaller_not: stagingmode_Bytes - executedCaller_gt: stagingmode_Bytes - executedCaller_lt: stagingmode_Bytes - executedCaller_gte: stagingmode_Bytes - executedCaller_lte: stagingmode_Bytes - executedCaller_in: [stagingmode_Bytes!] - executedCaller_not_in: [stagingmode_Bytes!] - executedCaller_contains: stagingmode_Bytes - executedCaller_not_contains: stagingmode_Bytes - executedTransactionHash: stagingmode_Bytes - executedTransactionHash_not: stagingmode_Bytes - executedTransactionHash_gt: stagingmode_Bytes - executedTransactionHash_lt: stagingmode_Bytes - executedTransactionHash_gte: stagingmode_Bytes - executedTransactionHash_lte: stagingmode_Bytes - executedTransactionHash_in: [stagingmode_Bytes!] - executedTransactionHash_not_in: [stagingmode_Bytes!] - executedTransactionHash_contains: stagingmode_Bytes - executedTransactionHash_not_contains: stagingmode_Bytes + executedCaller: stagingxlayer_Bytes + executedCaller_not: stagingxlayer_Bytes + executedCaller_gt: stagingxlayer_Bytes + executedCaller_lt: stagingxlayer_Bytes + executedCaller_gte: stagingxlayer_Bytes + executedCaller_lte: stagingxlayer_Bytes + executedCaller_in: [stagingxlayer_Bytes!] + executedCaller_not_in: [stagingxlayer_Bytes!] + executedCaller_contains: stagingxlayer_Bytes + executedCaller_not_contains: stagingxlayer_Bytes + executedTransactionHash: stagingxlayer_Bytes + executedTransactionHash_not: stagingxlayer_Bytes + executedTransactionHash_gt: stagingxlayer_Bytes + executedTransactionHash_lt: stagingxlayer_Bytes + executedTransactionHash_gte: stagingxlayer_Bytes + executedTransactionHash_lte: stagingxlayer_Bytes + executedTransactionHash_in: [stagingxlayer_Bytes!] + executedTransactionHash_not_in: [stagingxlayer_Bytes!] + executedTransactionHash_contains: stagingxlayer_Bytes + executedTransactionHash_not_contains: stagingxlayer_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -149641,44 +148299,44 @@ input stagingmode_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingmode_Bytes - executedTxOrigin_not: stagingmode_Bytes - executedTxOrigin_gt: stagingmode_Bytes - executedTxOrigin_lt: stagingmode_Bytes - executedTxOrigin_gte: stagingmode_Bytes - executedTxOrigin_lte: stagingmode_Bytes - executedTxOrigin_in: [stagingmode_Bytes!] - executedTxOrigin_not_in: [stagingmode_Bytes!] - executedTxOrigin_contains: stagingmode_Bytes - executedTxOrigin_not_contains: stagingmode_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: stagingmode_Bytes - reconciledCaller_not: stagingmode_Bytes - reconciledCaller_gt: stagingmode_Bytes - reconciledCaller_lt: stagingmode_Bytes - reconciledCaller_gte: stagingmode_Bytes - reconciledCaller_lte: stagingmode_Bytes - reconciledCaller_in: [stagingmode_Bytes!] - reconciledCaller_not_in: [stagingmode_Bytes!] - reconciledCaller_contains: stagingmode_Bytes - reconciledCaller_not_contains: stagingmode_Bytes - reconciledTransactionHash: stagingmode_Bytes - reconciledTransactionHash_not: stagingmode_Bytes - reconciledTransactionHash_gt: stagingmode_Bytes - reconciledTransactionHash_lt: stagingmode_Bytes - reconciledTransactionHash_gte: stagingmode_Bytes - reconciledTransactionHash_lte: stagingmode_Bytes - reconciledTransactionHash_in: [stagingmode_Bytes!] - reconciledTransactionHash_not_in: [stagingmode_Bytes!] - reconciledTransactionHash_contains: stagingmode_Bytes - reconciledTransactionHash_not_contains: stagingmode_Bytes + executedTxOrigin: stagingxlayer_Bytes + executedTxOrigin_not: stagingxlayer_Bytes + executedTxOrigin_gt: stagingxlayer_Bytes + executedTxOrigin_lt: stagingxlayer_Bytes + executedTxOrigin_gte: stagingxlayer_Bytes + executedTxOrigin_lte: stagingxlayer_Bytes + executedTxOrigin_in: [stagingxlayer_Bytes!] + executedTxOrigin_not_in: [stagingxlayer_Bytes!] + executedTxOrigin_contains: stagingxlayer_Bytes + executedTxOrigin_not_contains: stagingxlayer_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: stagingxlayer_Bytes + reconciledCaller_not: stagingxlayer_Bytes + reconciledCaller_gt: stagingxlayer_Bytes + reconciledCaller_lt: stagingxlayer_Bytes + reconciledCaller_gte: stagingxlayer_Bytes + reconciledCaller_lte: stagingxlayer_Bytes + reconciledCaller_in: [stagingxlayer_Bytes!] + reconciledCaller_not_in: [stagingxlayer_Bytes!] + reconciledCaller_contains: stagingxlayer_Bytes + reconciledCaller_not_contains: stagingxlayer_Bytes + reconciledTransactionHash: stagingxlayer_Bytes + reconciledTransactionHash_not: stagingxlayer_Bytes + reconciledTransactionHash_gt: stagingxlayer_Bytes + reconciledTransactionHash_lt: stagingxlayer_Bytes + reconciledTransactionHash_gte: stagingxlayer_Bytes + reconciledTransactionHash_lte: stagingxlayer_Bytes + reconciledTransactionHash_in: [stagingxlayer_Bytes!] + reconciledTransactionHash_not_in: [stagingxlayer_Bytes!] + reconciledTransactionHash_contains: stagingxlayer_Bytes + reconciledTransactionHash_not_contains: stagingxlayer_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -149711,16 +148369,16 @@ input stagingmode_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingmode_Bytes - reconciledTxOrigin_not: stagingmode_Bytes - reconciledTxOrigin_gt: stagingmode_Bytes - reconciledTxOrigin_lt: stagingmode_Bytes - reconciledTxOrigin_gte: stagingmode_Bytes - reconciledTxOrigin_lte: stagingmode_Bytes - reconciledTxOrigin_in: [stagingmode_Bytes!] - reconciledTxOrigin_not_in: [stagingmode_Bytes!] - reconciledTxOrigin_contains: stagingmode_Bytes - reconciledTxOrigin_not_contains: stagingmode_Bytes + reconciledTxOrigin: stagingxlayer_Bytes + reconciledTxOrigin_not: stagingxlayer_Bytes + reconciledTxOrigin_gt: stagingxlayer_Bytes + reconciledTxOrigin_lt: stagingxlayer_Bytes + reconciledTxOrigin_gte: stagingxlayer_Bytes + reconciledTxOrigin_lte: stagingxlayer_Bytes + reconciledTxOrigin_in: [stagingxlayer_Bytes!] + reconciledTxOrigin_not_in: [stagingxlayer_Bytes!] + reconciledTxOrigin_contains: stagingxlayer_Bytes + reconciledTxOrigin_not_contains: stagingxlayer_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -149730,12 +148388,12 @@ input stagingmode_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_DestinationTransfer_filter] - or: [stagingmode_DestinationTransfer_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_DestinationTransfer_filter] + or: [stagingxlayer_DestinationTransfer_filter] } -enum stagingmode_DestinationTransfer_orderBy { +enum stagingxlayer_DestinationTransfer_orderBy { id chainId transferId @@ -149789,16 +148447,16 @@ enum stagingmode_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmode_Int8 +scalar stagingxlayer_Int8 -type stagingmode_OptimisticRootFinalized { +type stagingxlayer_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmode_Bytes! + aggregateRoot: stagingxlayer_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmode_OptimisticRootFinalized_filter { +input stagingxlayer_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -149807,16 +148465,16 @@ input stagingmode_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingmode_Bytes - aggregateRoot_not: stagingmode_Bytes - aggregateRoot_gt: stagingmode_Bytes - aggregateRoot_lt: stagingmode_Bytes - aggregateRoot_gte: stagingmode_Bytes - aggregateRoot_lte: stagingmode_Bytes - aggregateRoot_in: [stagingmode_Bytes!] - aggregateRoot_not_in: [stagingmode_Bytes!] - aggregateRoot_contains: stagingmode_Bytes - aggregateRoot_not_contains: stagingmode_Bytes + aggregateRoot: stagingxlayer_Bytes + aggregateRoot_not: stagingxlayer_Bytes + aggregateRoot_gt: stagingxlayer_Bytes + aggregateRoot_lt: stagingxlayer_Bytes + aggregateRoot_gte: stagingxlayer_Bytes + aggregateRoot_lte: stagingxlayer_Bytes + aggregateRoot_in: [stagingxlayer_Bytes!] + aggregateRoot_not_in: [stagingxlayer_Bytes!] + aggregateRoot_contains: stagingxlayer_Bytes + aggregateRoot_not_contains: stagingxlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -149834,12 +148492,12 @@ input stagingmode_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_OptimisticRootFinalized_filter] - or: [stagingmode_OptimisticRootFinalized_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_OptimisticRootFinalized_filter] + or: [stagingxlayer_OptimisticRootFinalized_filter] } -enum stagingmode_OptimisticRootFinalized_orderBy { +enum stagingxlayer_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -149847,25 +148505,25 @@ enum stagingmode_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmode_OrderDirection { +enum stagingxlayer_OrderDirection { asc desc } -type stagingmode_OriginMessage { +type stagingxlayer_OriginMessage { id: ID! - transferId: stagingmode_Bytes + transferId: stagingxlayer_Bytes destinationDomain: BigInt - leaf: stagingmode_Bytes + leaf: stagingxlayer_Bytes index: BigInt - message: stagingmode_Bytes - root: stagingmode_Bytes - transactionHash: stagingmode_Bytes + message: stagingxlayer_Bytes + root: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes blockNumber: BigInt - rootCount: stagingmode_RootCount + rootCount: stagingxlayer_RootCount } -input stagingmode_OriginMessage_filter { +input stagingxlayer_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -149874,16 +148532,16 @@ input stagingmode_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingmode_Bytes - transferId_not: stagingmode_Bytes - transferId_gt: stagingmode_Bytes - transferId_lt: stagingmode_Bytes - transferId_gte: stagingmode_Bytes - transferId_lte: stagingmode_Bytes - transferId_in: [stagingmode_Bytes!] - transferId_not_in: [stagingmode_Bytes!] - transferId_contains: stagingmode_Bytes - transferId_not_contains: stagingmode_Bytes + transferId: stagingxlayer_Bytes + transferId_not: stagingxlayer_Bytes + transferId_gt: stagingxlayer_Bytes + transferId_lt: stagingxlayer_Bytes + transferId_gte: stagingxlayer_Bytes + transferId_lte: stagingxlayer_Bytes + transferId_in: [stagingxlayer_Bytes!] + transferId_not_in: [stagingxlayer_Bytes!] + transferId_contains: stagingxlayer_Bytes + transferId_not_contains: stagingxlayer_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -149892,16 +148550,16 @@ input stagingmode_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingmode_Bytes - leaf_not: stagingmode_Bytes - leaf_gt: stagingmode_Bytes - leaf_lt: stagingmode_Bytes - leaf_gte: stagingmode_Bytes - leaf_lte: stagingmode_Bytes - leaf_in: [stagingmode_Bytes!] - leaf_not_in: [stagingmode_Bytes!] - leaf_contains: stagingmode_Bytes - leaf_not_contains: stagingmode_Bytes + leaf: stagingxlayer_Bytes + leaf_not: stagingxlayer_Bytes + leaf_gt: stagingxlayer_Bytes + leaf_lt: stagingxlayer_Bytes + leaf_gte: stagingxlayer_Bytes + leaf_lte: stagingxlayer_Bytes + leaf_in: [stagingxlayer_Bytes!] + leaf_not_in: [stagingxlayer_Bytes!] + leaf_contains: stagingxlayer_Bytes + leaf_not_contains: stagingxlayer_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -149910,36 +148568,36 @@ input stagingmode_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingmode_Bytes - message_not: stagingmode_Bytes - message_gt: stagingmode_Bytes - message_lt: stagingmode_Bytes - message_gte: stagingmode_Bytes - message_lte: stagingmode_Bytes - message_in: [stagingmode_Bytes!] - message_not_in: [stagingmode_Bytes!] - message_contains: stagingmode_Bytes - message_not_contains: stagingmode_Bytes - root: stagingmode_Bytes - root_not: stagingmode_Bytes - root_gt: stagingmode_Bytes - root_lt: stagingmode_Bytes - root_gte: stagingmode_Bytes - root_lte: stagingmode_Bytes - root_in: [stagingmode_Bytes!] - root_not_in: [stagingmode_Bytes!] - root_contains: stagingmode_Bytes - root_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + message: stagingxlayer_Bytes + message_not: stagingxlayer_Bytes + message_gt: stagingxlayer_Bytes + message_lt: stagingxlayer_Bytes + message_gte: stagingxlayer_Bytes + message_lte: stagingxlayer_Bytes + message_in: [stagingxlayer_Bytes!] + message_not_in: [stagingxlayer_Bytes!] + message_contains: stagingxlayer_Bytes + message_not_contains: stagingxlayer_Bytes + root: stagingxlayer_Bytes + root_not: stagingxlayer_Bytes + root_gt: stagingxlayer_Bytes + root_lt: stagingxlayer_Bytes + root_gte: stagingxlayer_Bytes + root_lte: stagingxlayer_Bytes + root_in: [stagingxlayer_Bytes!] + root_not_in: [stagingxlayer_Bytes!] + root_contains: stagingxlayer_Bytes + root_not_contains: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -149968,14 +148626,14 @@ input stagingmode_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingmode_RootCount_filter + rootCount_: stagingxlayer_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_OriginMessage_filter] - or: [stagingmode_OriginMessage_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_OriginMessage_filter] + or: [stagingxlayer_OriginMessage_filter] } -enum stagingmode_OriginMessage_orderBy { +enum stagingxlayer_OriginMessage_orderBy { id transferId destinationDomain @@ -149990,42 +148648,42 @@ enum stagingmode_OriginMessage_orderBy { rootCount__count } -type stagingmode_OriginTransfer { +type stagingxlayer_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmode_Bytes + transferId: stagingxlayer_Bytes nonce: BigInt - status: stagingmode_TransferStatus - messageHash: stagingmode_Bytes + status: stagingxlayer_TransferStatus + messageHash: stagingxlayer_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmode_Bytes - delegate: stagingmode_Bytes + to: stagingxlayer_Bytes + delegate: stagingxlayer_Bytes receiveLocal: Boolean - callData: stagingmode_Bytes + callData: stagingxlayer_Bytes slippage: BigInt - originSender: stagingmode_Bytes + originSender: stagingxlayer_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmode_Bytes - asset: stagingmode_Asset - transactingAsset: stagingmode_Bytes - message: stagingmode_OriginMessage + canonicalId: stagingxlayer_Bytes + asset: stagingxlayer_Asset + transactingAsset: stagingxlayer_Bytes + message: stagingxlayer_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmode_RelayerFee_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_RelayerFee_filter): [stagingmode_RelayerFee!] - initialRelayerFeeAsset: stagingmode_Bytes - caller: stagingmode_Bytes - transactionHash: stagingmode_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_RelayerFee_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_RelayerFee_filter): [stagingxlayer_RelayerFee!] + initialRelayerFeeAsset: stagingxlayer_Bytes + caller: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingmode_Bytes + txOrigin: stagingxlayer_Bytes txNonce: BigInt } -input stagingmode_OriginTransfer_filter { +input stagingxlayer_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -150042,16 +148700,16 @@ input stagingmode_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingmode_Bytes - transferId_not: stagingmode_Bytes - transferId_gt: stagingmode_Bytes - transferId_lt: stagingmode_Bytes - transferId_gte: stagingmode_Bytes - transferId_lte: stagingmode_Bytes - transferId_in: [stagingmode_Bytes!] - transferId_not_in: [stagingmode_Bytes!] - transferId_contains: stagingmode_Bytes - transferId_not_contains: stagingmode_Bytes + transferId: stagingxlayer_Bytes + transferId_not: stagingxlayer_Bytes + transferId_gt: stagingxlayer_Bytes + transferId_lt: stagingxlayer_Bytes + transferId_gte: stagingxlayer_Bytes + transferId_lte: stagingxlayer_Bytes + transferId_in: [stagingxlayer_Bytes!] + transferId_not_in: [stagingxlayer_Bytes!] + transferId_contains: stagingxlayer_Bytes + transferId_not_contains: stagingxlayer_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -150060,20 +148718,20 @@ input stagingmode_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingmode_TransferStatus - status_not: stagingmode_TransferStatus - status_in: [stagingmode_TransferStatus!] - status_not_in: [stagingmode_TransferStatus!] - messageHash: stagingmode_Bytes - messageHash_not: stagingmode_Bytes - messageHash_gt: stagingmode_Bytes - messageHash_lt: stagingmode_Bytes - messageHash_gte: stagingmode_Bytes - messageHash_lte: stagingmode_Bytes - messageHash_in: [stagingmode_Bytes!] - messageHash_not_in: [stagingmode_Bytes!] - messageHash_contains: stagingmode_Bytes - messageHash_not_contains: stagingmode_Bytes + status: stagingxlayer_TransferStatus + status_not: stagingxlayer_TransferStatus + status_in: [stagingxlayer_TransferStatus!] + status_not_in: [stagingxlayer_TransferStatus!] + messageHash: stagingxlayer_Bytes + messageHash_not: stagingxlayer_Bytes + messageHash_gt: stagingxlayer_Bytes + messageHash_lt: stagingxlayer_Bytes + messageHash_gte: stagingxlayer_Bytes + messageHash_lte: stagingxlayer_Bytes + messageHash_in: [stagingxlayer_Bytes!] + messageHash_not_in: [stagingxlayer_Bytes!] + messageHash_contains: stagingxlayer_Bytes + messageHash_not_contains: stagingxlayer_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -150098,40 +148756,40 @@ input stagingmode_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingmode_Bytes - to_not: stagingmode_Bytes - to_gt: stagingmode_Bytes - to_lt: stagingmode_Bytes - to_gte: stagingmode_Bytes - to_lte: stagingmode_Bytes - to_in: [stagingmode_Bytes!] - to_not_in: [stagingmode_Bytes!] - to_contains: stagingmode_Bytes - to_not_contains: stagingmode_Bytes - delegate: stagingmode_Bytes - delegate_not: stagingmode_Bytes - delegate_gt: stagingmode_Bytes - delegate_lt: stagingmode_Bytes - delegate_gte: stagingmode_Bytes - delegate_lte: stagingmode_Bytes - delegate_in: [stagingmode_Bytes!] - delegate_not_in: [stagingmode_Bytes!] - delegate_contains: stagingmode_Bytes - delegate_not_contains: stagingmode_Bytes + to: stagingxlayer_Bytes + to_not: stagingxlayer_Bytes + to_gt: stagingxlayer_Bytes + to_lt: stagingxlayer_Bytes + to_gte: stagingxlayer_Bytes + to_lte: stagingxlayer_Bytes + to_in: [stagingxlayer_Bytes!] + to_not_in: [stagingxlayer_Bytes!] + to_contains: stagingxlayer_Bytes + to_not_contains: stagingxlayer_Bytes + delegate: stagingxlayer_Bytes + delegate_not: stagingxlayer_Bytes + delegate_gt: stagingxlayer_Bytes + delegate_lt: stagingxlayer_Bytes + delegate_gte: stagingxlayer_Bytes + delegate_lte: stagingxlayer_Bytes + delegate_in: [stagingxlayer_Bytes!] + delegate_not_in: [stagingxlayer_Bytes!] + delegate_contains: stagingxlayer_Bytes + delegate_not_contains: stagingxlayer_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingmode_Bytes - callData_not: stagingmode_Bytes - callData_gt: stagingmode_Bytes - callData_lt: stagingmode_Bytes - callData_gte: stagingmode_Bytes - callData_lte: stagingmode_Bytes - callData_in: [stagingmode_Bytes!] - callData_not_in: [stagingmode_Bytes!] - callData_contains: stagingmode_Bytes - callData_not_contains: stagingmode_Bytes + callData: stagingxlayer_Bytes + callData_not: stagingxlayer_Bytes + callData_gt: stagingxlayer_Bytes + callData_lt: stagingxlayer_Bytes + callData_gte: stagingxlayer_Bytes + callData_lte: stagingxlayer_Bytes + callData_in: [stagingxlayer_Bytes!] + callData_not_in: [stagingxlayer_Bytes!] + callData_contains: stagingxlayer_Bytes + callData_not_contains: stagingxlayer_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -150140,16 +148798,16 @@ input stagingmode_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingmode_Bytes - originSender_not: stagingmode_Bytes - originSender_gt: stagingmode_Bytes - originSender_lt: stagingmode_Bytes - originSender_gte: stagingmode_Bytes - originSender_lte: stagingmode_Bytes - originSender_in: [stagingmode_Bytes!] - originSender_not_in: [stagingmode_Bytes!] - originSender_contains: stagingmode_Bytes - originSender_not_contains: stagingmode_Bytes + originSender: stagingxlayer_Bytes + originSender_not: stagingxlayer_Bytes + originSender_gt: stagingxlayer_Bytes + originSender_lt: stagingxlayer_Bytes + originSender_gte: stagingxlayer_Bytes + originSender_lte: stagingxlayer_Bytes + originSender_in: [stagingxlayer_Bytes!] + originSender_not_in: [stagingxlayer_Bytes!] + originSender_contains: stagingxlayer_Bytes + originSender_not_contains: stagingxlayer_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -150166,16 +148824,16 @@ input stagingmode_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingmode_Bytes - canonicalId_not: stagingmode_Bytes - canonicalId_gt: stagingmode_Bytes - canonicalId_lt: stagingmode_Bytes - canonicalId_gte: stagingmode_Bytes - canonicalId_lte: stagingmode_Bytes - canonicalId_in: [stagingmode_Bytes!] - canonicalId_not_in: [stagingmode_Bytes!] - canonicalId_contains: stagingmode_Bytes - canonicalId_not_contains: stagingmode_Bytes + canonicalId: stagingxlayer_Bytes + canonicalId_not: stagingxlayer_Bytes + canonicalId_gt: stagingxlayer_Bytes + canonicalId_lt: stagingxlayer_Bytes + canonicalId_gte: stagingxlayer_Bytes + canonicalId_lte: stagingxlayer_Bytes + canonicalId_in: [stagingxlayer_Bytes!] + canonicalId_not_in: [stagingxlayer_Bytes!] + canonicalId_contains: stagingxlayer_Bytes + canonicalId_not_contains: stagingxlayer_Bytes asset: String asset_not: String asset_gt: String @@ -150196,17 +148854,17 @@ input stagingmode_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmode_Asset_filter - transactingAsset: stagingmode_Bytes - transactingAsset_not: stagingmode_Bytes - transactingAsset_gt: stagingmode_Bytes - transactingAsset_lt: stagingmode_Bytes - transactingAsset_gte: stagingmode_Bytes - transactingAsset_lte: stagingmode_Bytes - transactingAsset_in: [stagingmode_Bytes!] - transactingAsset_not_in: [stagingmode_Bytes!] - transactingAsset_contains: stagingmode_Bytes - transactingAsset_not_contains: stagingmode_Bytes + asset_: stagingxlayer_Asset_filter + transactingAsset: stagingxlayer_Bytes + transactingAsset_not: stagingxlayer_Bytes + transactingAsset_gt: stagingxlayer_Bytes + transactingAsset_lt: stagingxlayer_Bytes + transactingAsset_gte: stagingxlayer_Bytes + transactingAsset_lte: stagingxlayer_Bytes + transactingAsset_in: [stagingxlayer_Bytes!] + transactingAsset_not_in: [stagingxlayer_Bytes!] + transactingAsset_contains: stagingxlayer_Bytes + transactingAsset_not_contains: stagingxlayer_Bytes message: String message_not: String message_gt: String @@ -150227,7 +148885,7 @@ input stagingmode_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingmode_OriginMessage_filter + message_: stagingxlayer_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -150242,37 +148900,37 @@ input stagingmode_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingmode_RelayerFee_filter - initialRelayerFeeAsset: stagingmode_Bytes - initialRelayerFeeAsset_not: stagingmode_Bytes - initialRelayerFeeAsset_gt: stagingmode_Bytes - initialRelayerFeeAsset_lt: stagingmode_Bytes - initialRelayerFeeAsset_gte: stagingmode_Bytes - initialRelayerFeeAsset_lte: stagingmode_Bytes - initialRelayerFeeAsset_in: [stagingmode_Bytes!] - initialRelayerFeeAsset_not_in: [stagingmode_Bytes!] - initialRelayerFeeAsset_contains: stagingmode_Bytes - initialRelayerFeeAsset_not_contains: stagingmode_Bytes - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + relayerFees_: stagingxlayer_RelayerFee_filter + initialRelayerFeeAsset: stagingxlayer_Bytes + initialRelayerFeeAsset_not: stagingxlayer_Bytes + initialRelayerFeeAsset_gt: stagingxlayer_Bytes + initialRelayerFeeAsset_lt: stagingxlayer_Bytes + initialRelayerFeeAsset_gte: stagingxlayer_Bytes + initialRelayerFeeAsset_lte: stagingxlayer_Bytes + initialRelayerFeeAsset_in: [stagingxlayer_Bytes!] + initialRelayerFeeAsset_not_in: [stagingxlayer_Bytes!] + initialRelayerFeeAsset_contains: stagingxlayer_Bytes + initialRelayerFeeAsset_not_contains: stagingxlayer_Bytes + caller: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -150305,16 +148963,16 @@ input stagingmode_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingmode_Bytes - txOrigin_not: stagingmode_Bytes - txOrigin_gt: stagingmode_Bytes - txOrigin_lt: stagingmode_Bytes - txOrigin_gte: stagingmode_Bytes - txOrigin_lte: stagingmode_Bytes - txOrigin_in: [stagingmode_Bytes!] - txOrigin_not_in: [stagingmode_Bytes!] - txOrigin_contains: stagingmode_Bytes - txOrigin_not_contains: stagingmode_Bytes + txOrigin: stagingxlayer_Bytes + txOrigin_not: stagingxlayer_Bytes + txOrigin_gt: stagingxlayer_Bytes + txOrigin_lt: stagingxlayer_Bytes + txOrigin_gte: stagingxlayer_Bytes + txOrigin_lte: stagingxlayer_Bytes + txOrigin_in: [stagingxlayer_Bytes!] + txOrigin_not_in: [stagingxlayer_Bytes!] + txOrigin_contains: stagingxlayer_Bytes + txOrigin_not_contains: stagingxlayer_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -150324,12 +148982,12 @@ input stagingmode_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_OriginTransfer_filter] - or: [stagingmode_OriginTransfer_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_OriginTransfer_filter] + or: [stagingxlayer_OriginTransfer_filter] } -enum stagingmode_OriginTransfer_orderBy { +enum stagingxlayer_OriginTransfer_orderBy { id chainId transferId @@ -150382,20 +149040,20 @@ enum stagingmode_OriginTransfer_orderBy { txNonce } -type stagingmode_Relayer { +type stagingxlayer_Relayer { id: ID! isActive: Boolean! - relayer: stagingmode_Bytes + relayer: stagingxlayer_Bytes } -type stagingmode_RelayerFee { +type stagingxlayer_RelayerFee { id: ID! - transfer: stagingmode_OriginTransfer! + transfer: stagingxlayer_OriginTransfer! fee: BigInt! - asset: stagingmode_Bytes! + asset: stagingxlayer_Bytes! } -input stagingmode_RelayerFee_filter { +input stagingxlayer_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -150424,7 +149082,7 @@ input stagingmode_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmode_OriginTransfer_filter + transfer_: stagingxlayer_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -150433,23 +149091,23 @@ input stagingmode_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingmode_Bytes - asset_not: stagingmode_Bytes - asset_gt: stagingmode_Bytes - asset_lt: stagingmode_Bytes - asset_gte: stagingmode_Bytes - asset_lte: stagingmode_Bytes - asset_in: [stagingmode_Bytes!] - asset_not_in: [stagingmode_Bytes!] - asset_contains: stagingmode_Bytes - asset_not_contains: stagingmode_Bytes + asset: stagingxlayer_Bytes + asset_not: stagingxlayer_Bytes + asset_gt: stagingxlayer_Bytes + asset_lt: stagingxlayer_Bytes + asset_gte: stagingxlayer_Bytes + asset_lte: stagingxlayer_Bytes + asset_in: [stagingxlayer_Bytes!] + asset_not_in: [stagingxlayer_Bytes!] + asset_contains: stagingxlayer_Bytes + asset_not_contains: stagingxlayer_Bytes """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RelayerFee_filter] - or: [stagingmode_RelayerFee_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RelayerFee_filter] + or: [stagingxlayer_RelayerFee_filter] } -enum stagingmode_RelayerFee_orderBy { +enum stagingxlayer_RelayerFee_orderBy { id transfer transfer__id @@ -150485,20 +149143,20 @@ enum stagingmode_RelayerFee_orderBy { asset } -type stagingmode_RelayerFeesIncrease { +type stagingxlayer_RelayerFeesIncrease { id: ID! - transfer: stagingmode_OriginTransfer! + transfer: stagingxlayer_OriginTransfer! increase: BigInt - asset: stagingmode_Bytes - caller: stagingmode_Bytes! - transactionHash: stagingmode_Bytes! + asset: stagingxlayer_Bytes + caller: stagingxlayer_Bytes! + transactionHash: stagingxlayer_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmode_RelayerFeesIncrease_filter { +input stagingxlayer_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -150527,7 +149185,7 @@ input stagingmode_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmode_OriginTransfer_filter + transfer_: stagingxlayer_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -150536,36 +149194,36 @@ input stagingmode_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingmode_Bytes - asset_not: stagingmode_Bytes - asset_gt: stagingmode_Bytes - asset_lt: stagingmode_Bytes - asset_gte: stagingmode_Bytes - asset_lte: stagingmode_Bytes - asset_in: [stagingmode_Bytes!] - asset_not_in: [stagingmode_Bytes!] - asset_contains: stagingmode_Bytes - asset_not_contains: stagingmode_Bytes - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + asset: stagingxlayer_Bytes + asset_not: stagingxlayer_Bytes + asset_gt: stagingxlayer_Bytes + asset_lt: stagingxlayer_Bytes + asset_gte: stagingxlayer_Bytes + asset_lte: stagingxlayer_Bytes + asset_in: [stagingxlayer_Bytes!] + asset_not_in: [stagingxlayer_Bytes!] + asset_contains: stagingxlayer_Bytes + asset_not_contains: stagingxlayer_Bytes + caller: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -150599,12 +149257,12 @@ input stagingmode_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RelayerFeesIncrease_filter] - or: [stagingmode_RelayerFeesIncrease_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RelayerFeesIncrease_filter] + or: [stagingxlayer_RelayerFeesIncrease_filter] } -enum stagingmode_RelayerFeesIncrease_orderBy { +enum stagingxlayer_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -150646,7 +149304,7 @@ enum stagingmode_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmode_Relayer_filter { +input stagingxlayer_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -150659,34 +149317,34 @@ input stagingmode_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingmode_Bytes - relayer_not: stagingmode_Bytes - relayer_gt: stagingmode_Bytes - relayer_lt: stagingmode_Bytes - relayer_gte: stagingmode_Bytes - relayer_lte: stagingmode_Bytes - relayer_in: [stagingmode_Bytes!] - relayer_not_in: [stagingmode_Bytes!] - relayer_contains: stagingmode_Bytes - relayer_not_contains: stagingmode_Bytes + relayer: stagingxlayer_Bytes + relayer_not: stagingxlayer_Bytes + relayer_gt: stagingxlayer_Bytes + relayer_lt: stagingxlayer_Bytes + relayer_gte: stagingxlayer_Bytes + relayer_lte: stagingxlayer_Bytes + relayer_in: [stagingxlayer_Bytes!] + relayer_not_in: [stagingxlayer_Bytes!] + relayer_contains: stagingxlayer_Bytes + relayer_not_contains: stagingxlayer_Bytes """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_Relayer_filter] - or: [stagingmode_Relayer_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Relayer_filter] + or: [stagingxlayer_Relayer_filter] } -enum stagingmode_Relayer_orderBy { +enum stagingxlayer_Relayer_orderBy { id isActive relayer } -type stagingmode_RootCount { +type stagingxlayer_RootCount { id: ID! count: BigInt } -input stagingmode_RootCount_filter { +input stagingxlayer_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -150704,31 +149362,31 @@ input stagingmode_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RootCount_filter] - or: [stagingmode_RootCount_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RootCount_filter] + or: [stagingxlayer_RootCount_filter] } -enum stagingmode_RootCount_orderBy { +enum stagingxlayer_RootCount_orderBy { id count } -type stagingmode_RootMessageSent { +type stagingxlayer_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmode_Bytes + root: stagingxlayer_Bytes count: BigInt - caller: stagingmode_Bytes - transactionHash: stagingmode_Bytes + caller: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmode_RootMessageSent_filter { +input stagingxlayer_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -150753,16 +149411,16 @@ input stagingmode_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingmode_Bytes - root_not: stagingmode_Bytes - root_gt: stagingmode_Bytes - root_lt: stagingmode_Bytes - root_gte: stagingmode_Bytes - root_lte: stagingmode_Bytes - root_in: [stagingmode_Bytes!] - root_not_in: [stagingmode_Bytes!] - root_contains: stagingmode_Bytes - root_not_contains: stagingmode_Bytes + root: stagingxlayer_Bytes + root_not: stagingxlayer_Bytes + root_gt: stagingxlayer_Bytes + root_lt: stagingxlayer_Bytes + root_gte: stagingxlayer_Bytes + root_lte: stagingxlayer_Bytes + root_in: [stagingxlayer_Bytes!] + root_not_in: [stagingxlayer_Bytes!] + root_contains: stagingxlayer_Bytes + root_not_contains: stagingxlayer_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -150771,26 +149429,26 @@ input stagingmode_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + caller: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -150824,12 +149482,12 @@ input stagingmode_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RootMessageSent_filter] - or: [stagingmode_RootMessageSent_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RootMessageSent_filter] + or: [stagingxlayer_RootMessageSent_filter] } -enum stagingmode_RootMessageSent_orderBy { +enum stagingxlayer_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -150843,25 +149501,25 @@ enum stagingmode_RootMessageSent_orderBy { blockNumber } -type stagingmode_Router { +type stagingxlayer_Router { id: ID! isActive: Boolean! - owner: stagingmode_Bytes - recipient: stagingmode_Bytes - proposedOwner: stagingmode_Bytes + owner: stagingxlayer_Bytes + recipient: stagingxlayer_Bytes + proposedOwner: stagingxlayer_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmode_AssetBalance_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_AssetBalance_filter): [stagingmode_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_AssetBalance_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_AssetBalance_filter): [stagingxlayer_AssetBalance!]! } -type stagingmode_RouterDailyTVL { +type stagingxlayer_RouterDailyTVL { id: ID! - router: stagingmode_Router! - asset: stagingmode_Asset! + router: stagingxlayer_Router! + asset: stagingxlayer_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmode_RouterDailyTVL_filter { +input stagingxlayer_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -150890,7 +149548,7 @@ input stagingmode_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmode_Router_filter + router_: stagingxlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -150911,7 +149569,7 @@ input stagingmode_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmode_Asset_filter + asset_: stagingxlayer_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -150929,12 +149587,12 @@ input stagingmode_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RouterDailyTVL_filter] - or: [stagingmode_RouterDailyTVL_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RouterDailyTVL_filter] + or: [stagingxlayer_RouterDailyTVL_filter] } -enum stagingmode_RouterDailyTVL_orderBy { +enum stagingxlayer_RouterDailyTVL_orderBy { id router router__id @@ -150957,26 +149615,26 @@ enum stagingmode_RouterDailyTVL_orderBy { balance } -type stagingmode_RouterLiquidityEvent { +type stagingxlayer_RouterLiquidityEvent { id: ID! - type: stagingmode_RouterLiquidityEventType - router: stagingmode_Router! - asset: stagingmode_Asset! + type: stagingxlayer_RouterLiquidityEventType + router: stagingxlayer_Router! + asset: stagingxlayer_Asset! amount: BigInt! balance: BigInt! - caller: stagingmode_Bytes + caller: stagingxlayer_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmode_Bytes! + transactionHash: stagingxlayer_Bytes! nonce: BigInt! } -enum stagingmode_RouterLiquidityEventType { +enum stagingxlayer_RouterLiquidityEventType { Add Remove } -input stagingmode_RouterLiquidityEvent_filter { +input stagingxlayer_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -150985,10 +149643,10 @@ input stagingmode_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingmode_RouterLiquidityEventType - type_not: stagingmode_RouterLiquidityEventType - type_in: [stagingmode_RouterLiquidityEventType!] - type_not_in: [stagingmode_RouterLiquidityEventType!] + type: stagingxlayer_RouterLiquidityEventType + type_not: stagingxlayer_RouterLiquidityEventType + type_in: [stagingxlayer_RouterLiquidityEventType!] + type_not_in: [stagingxlayer_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -151009,7 +149667,7 @@ input stagingmode_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingmode_Router_filter + router_: stagingxlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -151030,7 +149688,7 @@ input stagingmode_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingmode_Asset_filter + asset_: stagingxlayer_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -151047,16 +149705,16 @@ input stagingmode_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes + caller: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -151073,16 +149731,16 @@ input stagingmode_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -151092,12 +149750,12 @@ input stagingmode_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_RouterLiquidityEvent_filter] - or: [stagingmode_RouterLiquidityEvent_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RouterLiquidityEvent_filter] + or: [stagingxlayer_RouterLiquidityEvent_filter] } -enum stagingmode_RouterLiquidityEvent_orderBy { +enum stagingxlayer_RouterLiquidityEvent_orderBy { id type router @@ -151126,7 +149784,7 @@ enum stagingmode_RouterLiquidityEvent_orderBy { nonce } -input stagingmode_Router_filter { +input stagingxlayer_Router_filter { id: ID id_not: ID id_gt: ID @@ -151139,36 +149797,36 @@ input stagingmode_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingmode_Bytes - owner_not: stagingmode_Bytes - owner_gt: stagingmode_Bytes - owner_lt: stagingmode_Bytes - owner_gte: stagingmode_Bytes - owner_lte: stagingmode_Bytes - owner_in: [stagingmode_Bytes!] - owner_not_in: [stagingmode_Bytes!] - owner_contains: stagingmode_Bytes - owner_not_contains: stagingmode_Bytes - recipient: stagingmode_Bytes - recipient_not: stagingmode_Bytes - recipient_gt: stagingmode_Bytes - recipient_lt: stagingmode_Bytes - recipient_gte: stagingmode_Bytes - recipient_lte: stagingmode_Bytes - recipient_in: [stagingmode_Bytes!] - recipient_not_in: [stagingmode_Bytes!] - recipient_contains: stagingmode_Bytes - recipient_not_contains: stagingmode_Bytes - proposedOwner: stagingmode_Bytes - proposedOwner_not: stagingmode_Bytes - proposedOwner_gt: stagingmode_Bytes - proposedOwner_lt: stagingmode_Bytes - proposedOwner_gte: stagingmode_Bytes - proposedOwner_lte: stagingmode_Bytes - proposedOwner_in: [stagingmode_Bytes!] - proposedOwner_not_in: [stagingmode_Bytes!] - proposedOwner_contains: stagingmode_Bytes - proposedOwner_not_contains: stagingmode_Bytes + owner: stagingxlayer_Bytes + owner_not: stagingxlayer_Bytes + owner_gt: stagingxlayer_Bytes + owner_lt: stagingxlayer_Bytes + owner_gte: stagingxlayer_Bytes + owner_lte: stagingxlayer_Bytes + owner_in: [stagingxlayer_Bytes!] + owner_not_in: [stagingxlayer_Bytes!] + owner_contains: stagingxlayer_Bytes + owner_not_contains: stagingxlayer_Bytes + recipient: stagingxlayer_Bytes + recipient_not: stagingxlayer_Bytes + recipient_gt: stagingxlayer_Bytes + recipient_lt: stagingxlayer_Bytes + recipient_gte: stagingxlayer_Bytes + recipient_lte: stagingxlayer_Bytes + recipient_in: [stagingxlayer_Bytes!] + recipient_not_in: [stagingxlayer_Bytes!] + recipient_contains: stagingxlayer_Bytes + recipient_not_contains: stagingxlayer_Bytes + proposedOwner: stagingxlayer_Bytes + proposedOwner_not: stagingxlayer_Bytes + proposedOwner_gt: stagingxlayer_Bytes + proposedOwner_lt: stagingxlayer_Bytes + proposedOwner_gte: stagingxlayer_Bytes + proposedOwner_lte: stagingxlayer_Bytes + proposedOwner_in: [stagingxlayer_Bytes!] + proposedOwner_not_in: [stagingxlayer_Bytes!] + proposedOwner_contains: stagingxlayer_Bytes + proposedOwner_not_contains: stagingxlayer_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -151177,14 +149835,14 @@ input stagingmode_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmode_AssetBalance_filter + assetBalances_: stagingxlayer_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_Router_filter] - or: [stagingmode_Router_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Router_filter] + or: [stagingxlayer_Router_filter] } -enum stagingmode_Router_orderBy { +enum stagingxlayer_Router_orderBy { id isActive owner @@ -151194,13 +149852,13 @@ enum stagingmode_Router_orderBy { assetBalances } -type stagingmode_Sequencer { +type stagingxlayer_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmode_Bytes + sequencer: stagingxlayer_Bytes } -input stagingmode_Sequencer_filter { +input stagingxlayer_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -151213,35 +149871,35 @@ input stagingmode_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingmode_Bytes - sequencer_not: stagingmode_Bytes - sequencer_gt: stagingmode_Bytes - sequencer_lt: stagingmode_Bytes - sequencer_gte: stagingmode_Bytes - sequencer_lte: stagingmode_Bytes - sequencer_in: [stagingmode_Bytes!] - sequencer_not_in: [stagingmode_Bytes!] - sequencer_contains: stagingmode_Bytes - sequencer_not_contains: stagingmode_Bytes + sequencer: stagingxlayer_Bytes + sequencer_not: stagingxlayer_Bytes + sequencer_gt: stagingxlayer_Bytes + sequencer_lt: stagingxlayer_Bytes + sequencer_gte: stagingxlayer_Bytes + sequencer_lte: stagingxlayer_Bytes + sequencer_in: [stagingxlayer_Bytes!] + sequencer_not_in: [stagingxlayer_Bytes!] + sequencer_contains: stagingxlayer_Bytes + sequencer_not_contains: stagingxlayer_Bytes """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_Sequencer_filter] - or: [stagingmode_Sequencer_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Sequencer_filter] + or: [stagingxlayer_Sequencer_filter] } -enum stagingmode_Sequencer_orderBy { +enum stagingxlayer_Sequencer_orderBy { id isActive sequencer } -type stagingmode_Setting { +type stagingxlayer_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmode_Bytes! + caller: stagingxlayer_Bytes! } -input stagingmode_Setting_filter { +input stagingxlayer_Setting_filter { id: ID id_not: ID id_gt: ID @@ -151258,41 +149916,41 @@ input stagingmode_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes + caller: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_Setting_filter] - or: [stagingmode_Setting_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Setting_filter] + or: [stagingxlayer_Setting_filter] } -enum stagingmode_Setting_orderBy { +enum stagingxlayer_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmode_SlippageUpdate { +type stagingxlayer_SlippageUpdate { id: ID! - transfer: stagingmode_DestinationTransfer! + transfer: stagingxlayer_DestinationTransfer! slippage: BigInt! - caller: stagingmode_Bytes! - transactionHash: stagingmode_Bytes! + caller: stagingxlayer_Bytes! + transactionHash: stagingxlayer_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmode_SlippageUpdate_filter { +input stagingxlayer_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -151321,7 +149979,7 @@ input stagingmode_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingmode_DestinationTransfer_filter + transfer_: stagingxlayer_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -151330,26 +149988,26 @@ input stagingmode_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingmode_Bytes - caller_not: stagingmode_Bytes - caller_gt: stagingmode_Bytes - caller_lt: stagingmode_Bytes - caller_gte: stagingmode_Bytes - caller_lte: stagingmode_Bytes - caller_in: [stagingmode_Bytes!] - caller_not_in: [stagingmode_Bytes!] - caller_contains: stagingmode_Bytes - caller_not_contains: stagingmode_Bytes - transactionHash: stagingmode_Bytes - transactionHash_not: stagingmode_Bytes - transactionHash_gt: stagingmode_Bytes - transactionHash_lt: stagingmode_Bytes - transactionHash_gte: stagingmode_Bytes - transactionHash_lte: stagingmode_Bytes - transactionHash_in: [stagingmode_Bytes!] - transactionHash_not_in: [stagingmode_Bytes!] - transactionHash_contains: stagingmode_Bytes - transactionHash_not_contains: stagingmode_Bytes + caller: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -151383,12 +150041,12 @@ input stagingmode_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_SlippageUpdate_filter] - or: [stagingmode_SlippageUpdate_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_SlippageUpdate_filter] + or: [stagingxlayer_SlippageUpdate_filter] } -enum stagingmode_SlippageUpdate_orderBy { +enum stagingxlayer_SlippageUpdate_orderBy { id transfer transfer__id @@ -151436,16 +150094,16 @@ enum stagingmode_SlippageUpdate_orderBy { blockNumber } -type stagingmode_SnapshotRoot { +type stagingxlayer_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmode_Bytes! + root: stagingxlayer_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmode_SnapshotRoot_filter { +input stagingxlayer_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -151462,16 +150120,16 @@ input stagingmode_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingmode_Bytes - root_not: stagingmode_Bytes - root_gt: stagingmode_Bytes - root_lt: stagingmode_Bytes - root_gte: stagingmode_Bytes - root_lte: stagingmode_Bytes - root_in: [stagingmode_Bytes!] - root_not_in: [stagingmode_Bytes!] - root_contains: stagingmode_Bytes - root_not_contains: stagingmode_Bytes + root: stagingxlayer_Bytes + root_not: stagingxlayer_Bytes + root_gt: stagingxlayer_Bytes + root_lt: stagingxlayer_Bytes + root_gte: stagingxlayer_Bytes + root_lte: stagingxlayer_Bytes + root_in: [stagingxlayer_Bytes!] + root_not_in: [stagingxlayer_Bytes!] + root_contains: stagingxlayer_Bytes + root_not_contains: stagingxlayer_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -151497,12 +150155,12 @@ input stagingmode_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_SnapshotRoot_filter] - or: [stagingmode_SnapshotRoot_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_SnapshotRoot_filter] + or: [stagingxlayer_SnapshotRoot_filter] } -enum stagingmode_SnapshotRoot_orderBy { +enum stagingxlayer_SnapshotRoot_orderBy { id spokeDomain root @@ -151511,12 +150169,12 @@ enum stagingmode_SnapshotRoot_orderBy { blockNumber } -type stagingmode_SpokeConnectorMode { +type stagingxlayer_SpokeConnectorMode { id: ID! mode: String! } -input stagingmode_SpokeConnectorMode_filter { +input stagingxlayer_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -151546,17 +150204,17 @@ input stagingmode_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingmode_BlockChangedFilter - and: [stagingmode_SpokeConnectorMode_filter] - or: [stagingmode_SpokeConnectorMode_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_SpokeConnectorMode_filter] + or: [stagingxlayer_SpokeConnectorMode_filter] } -enum stagingmode_SpokeConnectorMode_orderBy { +enum stagingxlayer_SpokeConnectorMode_orderBy { id mode } -enum stagingmode_TransferStatus { +enum stagingxlayer_TransferStatus { XCalled Executed Reconciled @@ -151564,19 +150222,17 @@ enum stagingmode_TransferStatus { CompletedFast } -type stagingmode__Block_ { +type stagingxlayer__Block_ { """The hash of the block""" - hash: stagingmode_Bytes + hash: stagingxlayer_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: stagingmode_Bytes } """The type for the top-level _meta field""" -type stagingmode__Meta_ { +type stagingxlayer__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -151584,22 +150240,22 @@ type stagingmode__Meta_ { and therefore asks for the latest block """ - block: stagingmode__Block_! + block: stagingxlayer__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type base_AggregateRoot { +type stagingbase_AggregateRoot { id: ID! - root: base_Bytes! + root: stagingbase_Bytes! blockNumber: BigInt! } -type base_AggregateRootProposed { +type stagingbase_AggregateRootProposed { id: ID! - aggregateRoot: base_Bytes! + aggregateRoot: stagingbase_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -151607,7 +150263,7 @@ type base_AggregateRootProposed { blockNumber: BigInt } -input base_AggregateRootProposed_filter { +input stagingbase_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -151616,16 +150272,16 @@ input base_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: base_Bytes - aggregateRoot_not: base_Bytes - aggregateRoot_gt: base_Bytes - aggregateRoot_lt: base_Bytes - aggregateRoot_gte: base_Bytes - aggregateRoot_lte: base_Bytes - aggregateRoot_in: [base_Bytes!] - aggregateRoot_not_in: [base_Bytes!] - aggregateRoot_contains: base_Bytes - aggregateRoot_not_contains: base_Bytes + aggregateRoot: stagingbase_Bytes + aggregateRoot_not: stagingbase_Bytes + aggregateRoot_gt: stagingbase_Bytes + aggregateRoot_lt: stagingbase_Bytes + aggregateRoot_gte: stagingbase_Bytes + aggregateRoot_lte: stagingbase_Bytes + aggregateRoot_in: [stagingbase_Bytes!] + aggregateRoot_not_in: [stagingbase_Bytes!] + aggregateRoot_contains: stagingbase_Bytes + aggregateRoot_not_contains: stagingbase_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -151667,12 +150323,12 @@ input base_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_AggregateRootProposed_filter] - or: [base_AggregateRootProposed_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_AggregateRootProposed_filter] + or: [stagingbase_AggregateRootProposed_filter] } -enum base_AggregateRootProposed_orderBy { +enum stagingbase_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -151682,7 +150338,7 @@ enum base_AggregateRootProposed_orderBy { blockNumber } -input base_AggregateRoot_filter { +input stagingbase_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -151691,16 +150347,16 @@ input base_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: base_Bytes - root_not: base_Bytes - root_gt: base_Bytes - root_lt: base_Bytes - root_gte: base_Bytes - root_lte: base_Bytes - root_in: [base_Bytes!] - root_not_in: [base_Bytes!] - root_contains: base_Bytes - root_not_contains: base_Bytes + root: stagingbase_Bytes + root_not: stagingbase_Bytes + root_gt: stagingbase_Bytes + root_lt: stagingbase_Bytes + root_gte: stagingbase_Bytes + root_lte: stagingbase_Bytes + root_in: [stagingbase_Bytes!] + root_not_in: [stagingbase_Bytes!] + root_contains: stagingbase_Bytes + root_not_contains: stagingbase_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -151710,47 +150366,42 @@ input base_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_AggregateRoot_filter] - or: [base_AggregateRoot_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_AggregateRoot_filter] + or: [stagingbase_AggregateRoot_filter] } -enum base_AggregateRoot_orderBy { +enum stagingbase_AggregateRoot_orderBy { id root blockNumber } -enum base_Aggregation_interval { - hour - day -} - -type base_Asset { +type stagingbase_Asset { id: ID! - key: base_Bytes + key: stagingbase_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: base_Bytes + canonicalId: stagingbase_Bytes canonicalDomain: BigInt - adoptedAsset: base_Bytes - localAsset: base_Bytes + adoptedAsset: stagingbase_Bytes + localAsset: stagingbase_Bytes blockNumber: BigInt - status: base_AssetStatus + status: stagingbase_AssetStatus } -type base_AssetBalance { +type stagingbase_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: base_Router! - asset: base_Asset! + router: stagingbase_Router! + asset: stagingbase_Asset! feesEarned: BigInt! } -input base_AssetBalance_filter { +input stagingbase_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -151811,7 +150462,7 @@ input base_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: base_Router_filter + router_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -151832,7 +150483,7 @@ input base_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: base_Asset_filter + asset_: stagingbase_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -151842,12 +150493,12 @@ input base_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_AssetBalance_filter] - or: [base_AssetBalance_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_AssetBalance_filter] + or: [stagingbase_AssetBalance_filter] } -enum base_AssetBalance_orderBy { +enum stagingbase_AssetBalance_orderBy { id amount locked @@ -151873,12 +150524,12 @@ enum base_AssetBalance_orderBy { feesEarned } -type base_AssetStatus { +type stagingbase_AssetStatus { id: ID! status: Boolean } -input base_AssetStatus_filter { +input stagingbase_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -151892,17 +150543,17 @@ input base_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_AssetStatus_filter] - or: [base_AssetStatus_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_AssetStatus_filter] + or: [stagingbase_AssetStatus_filter] } -enum base_AssetStatus_orderBy { +enum stagingbase_AssetStatus_orderBy { id status } -input base_Asset_filter { +input stagingbase_Asset_filter { id: ID id_not: ID id_gt: ID @@ -151911,16 +150562,16 @@ input base_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: base_Bytes - key_not: base_Bytes - key_gt: base_Bytes - key_lt: base_Bytes - key_gte: base_Bytes - key_lte: base_Bytes - key_in: [base_Bytes!] - key_not_in: [base_Bytes!] - key_contains: base_Bytes - key_not_contains: base_Bytes + key: stagingbase_Bytes + key_not: stagingbase_Bytes + key_gt: stagingbase_Bytes + key_lt: stagingbase_Bytes + key_gte: stagingbase_Bytes + key_lte: stagingbase_Bytes + key_in: [stagingbase_Bytes!] + key_not_in: [stagingbase_Bytes!] + key_contains: stagingbase_Bytes + key_not_contains: stagingbase_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -151937,16 +150588,16 @@ input base_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: base_Bytes - canonicalId_not: base_Bytes - canonicalId_gt: base_Bytes - canonicalId_lt: base_Bytes - canonicalId_gte: base_Bytes - canonicalId_lte: base_Bytes - canonicalId_in: [base_Bytes!] - canonicalId_not_in: [base_Bytes!] - canonicalId_contains: base_Bytes - canonicalId_not_contains: base_Bytes + canonicalId: stagingbase_Bytes + canonicalId_not: stagingbase_Bytes + canonicalId_gt: stagingbase_Bytes + canonicalId_lt: stagingbase_Bytes + canonicalId_gte: stagingbase_Bytes + canonicalId_lte: stagingbase_Bytes + canonicalId_in: [stagingbase_Bytes!] + canonicalId_not_in: [stagingbase_Bytes!] + canonicalId_contains: stagingbase_Bytes + canonicalId_not_contains: stagingbase_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -151955,26 +150606,26 @@ input base_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: base_Bytes - adoptedAsset_not: base_Bytes - adoptedAsset_gt: base_Bytes - adoptedAsset_lt: base_Bytes - adoptedAsset_gte: base_Bytes - adoptedAsset_lte: base_Bytes - adoptedAsset_in: [base_Bytes!] - adoptedAsset_not_in: [base_Bytes!] - adoptedAsset_contains: base_Bytes - adoptedAsset_not_contains: base_Bytes - localAsset: base_Bytes - localAsset_not: base_Bytes - localAsset_gt: base_Bytes - localAsset_lt: base_Bytes - localAsset_gte: base_Bytes - localAsset_lte: base_Bytes - localAsset_in: [base_Bytes!] - localAsset_not_in: [base_Bytes!] - localAsset_contains: base_Bytes - localAsset_not_contains: base_Bytes + adoptedAsset: stagingbase_Bytes + adoptedAsset_not: stagingbase_Bytes + adoptedAsset_gt: stagingbase_Bytes + adoptedAsset_lt: stagingbase_Bytes + adoptedAsset_gte: stagingbase_Bytes + adoptedAsset_lte: stagingbase_Bytes + adoptedAsset_in: [stagingbase_Bytes!] + adoptedAsset_not_in: [stagingbase_Bytes!] + adoptedAsset_contains: stagingbase_Bytes + adoptedAsset_not_contains: stagingbase_Bytes + localAsset: stagingbase_Bytes + localAsset_not: stagingbase_Bytes + localAsset_gt: stagingbase_Bytes + localAsset_lt: stagingbase_Bytes + localAsset_gte: stagingbase_Bytes + localAsset_lte: stagingbase_Bytes + localAsset_in: [stagingbase_Bytes!] + localAsset_not_in: [stagingbase_Bytes!] + localAsset_contains: stagingbase_Bytes + localAsset_not_contains: stagingbase_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -152003,14 +150654,14 @@ input base_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: base_AssetStatus_filter + status_: stagingbase_AssetStatus_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Asset_filter] - or: [base_Asset_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Asset_filter] + or: [stagingbase_Asset_filter] } -enum base_Asset_orderBy { +enum stagingbase_Asset_orderBy { id key decimal @@ -152025,30 +150676,30 @@ enum base_Asset_orderBy { status__status } -scalar base_BigDecimal +scalar stagingbase_BigDecimal -input base_BlockChangedFilter { +input stagingbase_BlockChangedFilter { number_gte: Int! } -input base_Block_height { - hash: base_Bytes +input stagingbase_Block_height { + hash: stagingbase_Bytes number: Int number_gte: Int } -scalar base_Bytes +scalar stagingbase_Bytes -type base_ConnectorMeta { +type stagingbase_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: base_Bytes - rootManager: base_Bytes - mirrorConnector: base_Bytes + amb: stagingbase_Bytes + rootManager: stagingbase_Bytes + mirrorConnector: stagingbase_Bytes } -input base_ConnectorMeta_filter { +input stagingbase_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -152073,43 +150724,43 @@ input base_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: base_Bytes - amb_not: base_Bytes - amb_gt: base_Bytes - amb_lt: base_Bytes - amb_gte: base_Bytes - amb_lte: base_Bytes - amb_in: [base_Bytes!] - amb_not_in: [base_Bytes!] - amb_contains: base_Bytes - amb_not_contains: base_Bytes - rootManager: base_Bytes - rootManager_not: base_Bytes - rootManager_gt: base_Bytes - rootManager_lt: base_Bytes - rootManager_gte: base_Bytes - rootManager_lte: base_Bytes - rootManager_in: [base_Bytes!] - rootManager_not_in: [base_Bytes!] - rootManager_contains: base_Bytes - rootManager_not_contains: base_Bytes - mirrorConnector: base_Bytes - mirrorConnector_not: base_Bytes - mirrorConnector_gt: base_Bytes - mirrorConnector_lt: base_Bytes - mirrorConnector_gte: base_Bytes - mirrorConnector_lte: base_Bytes - mirrorConnector_in: [base_Bytes!] - mirrorConnector_not_in: [base_Bytes!] - mirrorConnector_contains: base_Bytes - mirrorConnector_not_contains: base_Bytes + amb: stagingbase_Bytes + amb_not: stagingbase_Bytes + amb_gt: stagingbase_Bytes + amb_lt: stagingbase_Bytes + amb_gte: stagingbase_Bytes + amb_lte: stagingbase_Bytes + amb_in: [stagingbase_Bytes!] + amb_not_in: [stagingbase_Bytes!] + amb_contains: stagingbase_Bytes + amb_not_contains: stagingbase_Bytes + rootManager: stagingbase_Bytes + rootManager_not: stagingbase_Bytes + rootManager_gt: stagingbase_Bytes + rootManager_lt: stagingbase_Bytes + rootManager_gte: stagingbase_Bytes + rootManager_lte: stagingbase_Bytes + rootManager_in: [stagingbase_Bytes!] + rootManager_not_in: [stagingbase_Bytes!] + rootManager_contains: stagingbase_Bytes + rootManager_not_contains: stagingbase_Bytes + mirrorConnector: stagingbase_Bytes + mirrorConnector_not: stagingbase_Bytes + mirrorConnector_gt: stagingbase_Bytes + mirrorConnector_lt: stagingbase_Bytes + mirrorConnector_gte: stagingbase_Bytes + mirrorConnector_lte: stagingbase_Bytes + mirrorConnector_in: [stagingbase_Bytes!] + mirrorConnector_not_in: [stagingbase_Bytes!] + mirrorConnector_contains: stagingbase_Bytes + mirrorConnector_not_contains: stagingbase_Bytes """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_ConnectorMeta_filter] - or: [base_ConnectorMeta_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_ConnectorMeta_filter] + or: [stagingbase_ConnectorMeta_filter] } -enum base_ConnectorMeta_orderBy { +enum stagingbase_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -152118,48 +150769,48 @@ enum base_ConnectorMeta_orderBy { mirrorConnector } -type base_DestinationTransfer { +type stagingbase_DestinationTransfer { id: ID! chainId: BigInt - transferId: base_Bytes + transferId: stagingbase_Bytes nonce: BigInt - status: base_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: base_Router_orderBy, orderDirection: base_OrderDirection, where: base_Router_filter): [base_Router!] + status: stagingbase_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingbase_Router_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_Router_filter): [stagingbase_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: base_Bytes - delegate: base_Bytes + to: stagingbase_Bytes + delegate: stagingbase_Bytes receiveLocal: Boolean - callData: base_Bytes + callData: stagingbase_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: base_Bytes + originSender: stagingbase_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: base_Bytes - asset: base_Asset + canonicalId: stagingbase_Bytes + asset: stagingbase_Asset amount: BigInt routersFee: BigInt - executedCaller: base_Bytes - executedTransactionHash: base_Bytes + executedCaller: stagingbase_Bytes + executedTransactionHash: stagingbase_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: base_Bytes + executedTxOrigin: stagingbase_Bytes executedTxNonce: BigInt - reconciledCaller: base_Bytes - reconciledTransactionHash: base_Bytes + reconciledCaller: stagingbase_Bytes + reconciledTransactionHash: stagingbase_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: base_Bytes + reconciledTxOrigin: stagingbase_Bytes reconciledTxNonce: BigInt } -input base_DestinationTransfer_filter { +input stagingbase_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -152176,16 +150827,16 @@ input base_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: base_Bytes - transferId_not: base_Bytes - transferId_gt: base_Bytes - transferId_lt: base_Bytes - transferId_gte: base_Bytes - transferId_lte: base_Bytes - transferId_in: [base_Bytes!] - transferId_not_in: [base_Bytes!] - transferId_contains: base_Bytes - transferId_not_contains: base_Bytes + transferId: stagingbase_Bytes + transferId_not: stagingbase_Bytes + transferId_gt: stagingbase_Bytes + transferId_lt: stagingbase_Bytes + transferId_gte: stagingbase_Bytes + transferId_lte: stagingbase_Bytes + transferId_in: [stagingbase_Bytes!] + transferId_not_in: [stagingbase_Bytes!] + transferId_contains: stagingbase_Bytes + transferId_not_contains: stagingbase_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -152194,17 +150845,17 @@ input base_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: base_TransferStatus - status_not: base_TransferStatus - status_in: [base_TransferStatus!] - status_not_in: [base_TransferStatus!] + status: stagingbase_TransferStatus + status_not: stagingbase_TransferStatus + status_in: [stagingbase_TransferStatus!] + status_not_in: [stagingbase_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: base_Router_filter + routers_: stagingbase_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -152229,40 +150880,40 @@ input base_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: base_Bytes - to_not: base_Bytes - to_gt: base_Bytes - to_lt: base_Bytes - to_gte: base_Bytes - to_lte: base_Bytes - to_in: [base_Bytes!] - to_not_in: [base_Bytes!] - to_contains: base_Bytes - to_not_contains: base_Bytes - delegate: base_Bytes - delegate_not: base_Bytes - delegate_gt: base_Bytes - delegate_lt: base_Bytes - delegate_gte: base_Bytes - delegate_lte: base_Bytes - delegate_in: [base_Bytes!] - delegate_not_in: [base_Bytes!] - delegate_contains: base_Bytes - delegate_not_contains: base_Bytes + to: stagingbase_Bytes + to_not: stagingbase_Bytes + to_gt: stagingbase_Bytes + to_lt: stagingbase_Bytes + to_gte: stagingbase_Bytes + to_lte: stagingbase_Bytes + to_in: [stagingbase_Bytes!] + to_not_in: [stagingbase_Bytes!] + to_contains: stagingbase_Bytes + to_not_contains: stagingbase_Bytes + delegate: stagingbase_Bytes + delegate_not: stagingbase_Bytes + delegate_gt: stagingbase_Bytes + delegate_lt: stagingbase_Bytes + delegate_gte: stagingbase_Bytes + delegate_lte: stagingbase_Bytes + delegate_in: [stagingbase_Bytes!] + delegate_not_in: [stagingbase_Bytes!] + delegate_contains: stagingbase_Bytes + delegate_not_contains: stagingbase_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: base_Bytes - callData_not: base_Bytes - callData_gt: base_Bytes - callData_lt: base_Bytes - callData_gte: base_Bytes - callData_lte: base_Bytes - callData_in: [base_Bytes!] - callData_not_in: [base_Bytes!] - callData_contains: base_Bytes - callData_not_contains: base_Bytes + callData: stagingbase_Bytes + callData_not: stagingbase_Bytes + callData_gt: stagingbase_Bytes + callData_lt: stagingbase_Bytes + callData_gte: stagingbase_Bytes + callData_lte: stagingbase_Bytes + callData_in: [stagingbase_Bytes!] + callData_not_in: [stagingbase_Bytes!] + callData_contains: stagingbase_Bytes + callData_not_contains: stagingbase_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -152279,16 +150930,16 @@ input base_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: base_Bytes - originSender_not: base_Bytes - originSender_gt: base_Bytes - originSender_lt: base_Bytes - originSender_gte: base_Bytes - originSender_lte: base_Bytes - originSender_in: [base_Bytes!] - originSender_not_in: [base_Bytes!] - originSender_contains: base_Bytes - originSender_not_contains: base_Bytes + originSender: stagingbase_Bytes + originSender_not: stagingbase_Bytes + originSender_gt: stagingbase_Bytes + originSender_lt: stagingbase_Bytes + originSender_gte: stagingbase_Bytes + originSender_lte: stagingbase_Bytes + originSender_in: [stagingbase_Bytes!] + originSender_not_in: [stagingbase_Bytes!] + originSender_contains: stagingbase_Bytes + originSender_not_contains: stagingbase_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -152305,16 +150956,16 @@ input base_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: base_Bytes - canonicalId_not: base_Bytes - canonicalId_gt: base_Bytes - canonicalId_lt: base_Bytes - canonicalId_gte: base_Bytes - canonicalId_lte: base_Bytes - canonicalId_in: [base_Bytes!] - canonicalId_not_in: [base_Bytes!] - canonicalId_contains: base_Bytes - canonicalId_not_contains: base_Bytes + canonicalId: stagingbase_Bytes + canonicalId_not: stagingbase_Bytes + canonicalId_gt: stagingbase_Bytes + canonicalId_lt: stagingbase_Bytes + canonicalId_gte: stagingbase_Bytes + canonicalId_lte: stagingbase_Bytes + canonicalId_in: [stagingbase_Bytes!] + canonicalId_not_in: [stagingbase_Bytes!] + canonicalId_contains: stagingbase_Bytes + canonicalId_not_contains: stagingbase_Bytes asset: String asset_not: String asset_gt: String @@ -152335,7 +150986,7 @@ input base_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: base_Asset_filter + asset_: stagingbase_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -152352,26 +151003,26 @@ input base_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: base_Bytes - executedCaller_not: base_Bytes - executedCaller_gt: base_Bytes - executedCaller_lt: base_Bytes - executedCaller_gte: base_Bytes - executedCaller_lte: base_Bytes - executedCaller_in: [base_Bytes!] - executedCaller_not_in: [base_Bytes!] - executedCaller_contains: base_Bytes - executedCaller_not_contains: base_Bytes - executedTransactionHash: base_Bytes - executedTransactionHash_not: base_Bytes - executedTransactionHash_gt: base_Bytes - executedTransactionHash_lt: base_Bytes - executedTransactionHash_gte: base_Bytes - executedTransactionHash_lte: base_Bytes - executedTransactionHash_in: [base_Bytes!] - executedTransactionHash_not_in: [base_Bytes!] - executedTransactionHash_contains: base_Bytes - executedTransactionHash_not_contains: base_Bytes + executedCaller: stagingbase_Bytes + executedCaller_not: stagingbase_Bytes + executedCaller_gt: stagingbase_Bytes + executedCaller_lt: stagingbase_Bytes + executedCaller_gte: stagingbase_Bytes + executedCaller_lte: stagingbase_Bytes + executedCaller_in: [stagingbase_Bytes!] + executedCaller_not_in: [stagingbase_Bytes!] + executedCaller_contains: stagingbase_Bytes + executedCaller_not_contains: stagingbase_Bytes + executedTransactionHash: stagingbase_Bytes + executedTransactionHash_not: stagingbase_Bytes + executedTransactionHash_gt: stagingbase_Bytes + executedTransactionHash_lt: stagingbase_Bytes + executedTransactionHash_gte: stagingbase_Bytes + executedTransactionHash_lte: stagingbase_Bytes + executedTransactionHash_in: [stagingbase_Bytes!] + executedTransactionHash_not_in: [stagingbase_Bytes!] + executedTransactionHash_contains: stagingbase_Bytes + executedTransactionHash_not_contains: stagingbase_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -152404,16 +151055,16 @@ input base_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: base_Bytes - executedTxOrigin_not: base_Bytes - executedTxOrigin_gt: base_Bytes - executedTxOrigin_lt: base_Bytes - executedTxOrigin_gte: base_Bytes - executedTxOrigin_lte: base_Bytes - executedTxOrigin_in: [base_Bytes!] - executedTxOrigin_not_in: [base_Bytes!] - executedTxOrigin_contains: base_Bytes - executedTxOrigin_not_contains: base_Bytes + executedTxOrigin: stagingbase_Bytes + executedTxOrigin_not: stagingbase_Bytes + executedTxOrigin_gt: stagingbase_Bytes + executedTxOrigin_lt: stagingbase_Bytes + executedTxOrigin_gte: stagingbase_Bytes + executedTxOrigin_lte: stagingbase_Bytes + executedTxOrigin_in: [stagingbase_Bytes!] + executedTxOrigin_not_in: [stagingbase_Bytes!] + executedTxOrigin_contains: stagingbase_Bytes + executedTxOrigin_not_contains: stagingbase_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -152422,26 +151073,26 @@ input base_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: base_Bytes - reconciledCaller_not: base_Bytes - reconciledCaller_gt: base_Bytes - reconciledCaller_lt: base_Bytes - reconciledCaller_gte: base_Bytes - reconciledCaller_lte: base_Bytes - reconciledCaller_in: [base_Bytes!] - reconciledCaller_not_in: [base_Bytes!] - reconciledCaller_contains: base_Bytes - reconciledCaller_not_contains: base_Bytes - reconciledTransactionHash: base_Bytes - reconciledTransactionHash_not: base_Bytes - reconciledTransactionHash_gt: base_Bytes - reconciledTransactionHash_lt: base_Bytes - reconciledTransactionHash_gte: base_Bytes - reconciledTransactionHash_lte: base_Bytes - reconciledTransactionHash_in: [base_Bytes!] - reconciledTransactionHash_not_in: [base_Bytes!] - reconciledTransactionHash_contains: base_Bytes - reconciledTransactionHash_not_contains: base_Bytes + reconciledCaller: stagingbase_Bytes + reconciledCaller_not: stagingbase_Bytes + reconciledCaller_gt: stagingbase_Bytes + reconciledCaller_lt: stagingbase_Bytes + reconciledCaller_gte: stagingbase_Bytes + reconciledCaller_lte: stagingbase_Bytes + reconciledCaller_in: [stagingbase_Bytes!] + reconciledCaller_not_in: [stagingbase_Bytes!] + reconciledCaller_contains: stagingbase_Bytes + reconciledCaller_not_contains: stagingbase_Bytes + reconciledTransactionHash: stagingbase_Bytes + reconciledTransactionHash_not: stagingbase_Bytes + reconciledTransactionHash_gt: stagingbase_Bytes + reconciledTransactionHash_lt: stagingbase_Bytes + reconciledTransactionHash_gte: stagingbase_Bytes + reconciledTransactionHash_lte: stagingbase_Bytes + reconciledTransactionHash_in: [stagingbase_Bytes!] + reconciledTransactionHash_not_in: [stagingbase_Bytes!] + reconciledTransactionHash_contains: stagingbase_Bytes + reconciledTransactionHash_not_contains: stagingbase_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -152474,16 +151125,16 @@ input base_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: base_Bytes - reconciledTxOrigin_not: base_Bytes - reconciledTxOrigin_gt: base_Bytes - reconciledTxOrigin_lt: base_Bytes - reconciledTxOrigin_gte: base_Bytes - reconciledTxOrigin_lte: base_Bytes - reconciledTxOrigin_in: [base_Bytes!] - reconciledTxOrigin_not_in: [base_Bytes!] - reconciledTxOrigin_contains: base_Bytes - reconciledTxOrigin_not_contains: base_Bytes + reconciledTxOrigin: stagingbase_Bytes + reconciledTxOrigin_not: stagingbase_Bytes + reconciledTxOrigin_gt: stagingbase_Bytes + reconciledTxOrigin_lt: stagingbase_Bytes + reconciledTxOrigin_gte: stagingbase_Bytes + reconciledTxOrigin_lte: stagingbase_Bytes + reconciledTxOrigin_in: [stagingbase_Bytes!] + reconciledTxOrigin_not_in: [stagingbase_Bytes!] + reconciledTxOrigin_contains: stagingbase_Bytes + reconciledTxOrigin_not_contains: stagingbase_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -152493,12 +151144,12 @@ input base_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_DestinationTransfer_filter] - or: [base_DestinationTransfer_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_DestinationTransfer_filter] + or: [stagingbase_DestinationTransfer_filter] } -enum base_DestinationTransfer_orderBy { +enum stagingbase_DestinationTransfer_orderBy { id chainId transferId @@ -152552,16 +151203,16 @@ enum base_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar base_Int8 +scalar stagingbase_Int8 -type base_OptimisticRootFinalized { +type stagingbase_OptimisticRootFinalized { id: ID! - aggregateRoot: base_Bytes! + aggregateRoot: stagingbase_Bytes! timestamp: BigInt! blockNumber: BigInt } -input base_OptimisticRootFinalized_filter { +input stagingbase_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -152570,16 +151221,16 @@ input base_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: base_Bytes - aggregateRoot_not: base_Bytes - aggregateRoot_gt: base_Bytes - aggregateRoot_lt: base_Bytes - aggregateRoot_gte: base_Bytes - aggregateRoot_lte: base_Bytes - aggregateRoot_in: [base_Bytes!] - aggregateRoot_not_in: [base_Bytes!] - aggregateRoot_contains: base_Bytes - aggregateRoot_not_contains: base_Bytes + aggregateRoot: stagingbase_Bytes + aggregateRoot_not: stagingbase_Bytes + aggregateRoot_gt: stagingbase_Bytes + aggregateRoot_lt: stagingbase_Bytes + aggregateRoot_gte: stagingbase_Bytes + aggregateRoot_lte: stagingbase_Bytes + aggregateRoot_in: [stagingbase_Bytes!] + aggregateRoot_not_in: [stagingbase_Bytes!] + aggregateRoot_contains: stagingbase_Bytes + aggregateRoot_not_contains: stagingbase_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -152597,12 +151248,12 @@ input base_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_OptimisticRootFinalized_filter] - or: [base_OptimisticRootFinalized_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_OptimisticRootFinalized_filter] + or: [stagingbase_OptimisticRootFinalized_filter] } -enum base_OptimisticRootFinalized_orderBy { +enum stagingbase_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -152610,25 +151261,25 @@ enum base_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum base_OrderDirection { +enum stagingbase_OrderDirection { asc desc } -type base_OriginMessage { +type stagingbase_OriginMessage { id: ID! - transferId: base_Bytes + transferId: stagingbase_Bytes destinationDomain: BigInt - leaf: base_Bytes + leaf: stagingbase_Bytes index: BigInt - message: base_Bytes - root: base_Bytes - transactionHash: base_Bytes + message: stagingbase_Bytes + root: stagingbase_Bytes + transactionHash: stagingbase_Bytes blockNumber: BigInt - rootCount: base_RootCount + rootCount: stagingbase_RootCount } -input base_OriginMessage_filter { +input stagingbase_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -152637,16 +151288,16 @@ input base_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: base_Bytes - transferId_not: base_Bytes - transferId_gt: base_Bytes - transferId_lt: base_Bytes - transferId_gte: base_Bytes - transferId_lte: base_Bytes - transferId_in: [base_Bytes!] - transferId_not_in: [base_Bytes!] - transferId_contains: base_Bytes - transferId_not_contains: base_Bytes + transferId: stagingbase_Bytes + transferId_not: stagingbase_Bytes + transferId_gt: stagingbase_Bytes + transferId_lt: stagingbase_Bytes + transferId_gte: stagingbase_Bytes + transferId_lte: stagingbase_Bytes + transferId_in: [stagingbase_Bytes!] + transferId_not_in: [stagingbase_Bytes!] + transferId_contains: stagingbase_Bytes + transferId_not_contains: stagingbase_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -152655,16 +151306,16 @@ input base_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: base_Bytes - leaf_not: base_Bytes - leaf_gt: base_Bytes - leaf_lt: base_Bytes - leaf_gte: base_Bytes - leaf_lte: base_Bytes - leaf_in: [base_Bytes!] - leaf_not_in: [base_Bytes!] - leaf_contains: base_Bytes - leaf_not_contains: base_Bytes + leaf: stagingbase_Bytes + leaf_not: stagingbase_Bytes + leaf_gt: stagingbase_Bytes + leaf_lt: stagingbase_Bytes + leaf_gte: stagingbase_Bytes + leaf_lte: stagingbase_Bytes + leaf_in: [stagingbase_Bytes!] + leaf_not_in: [stagingbase_Bytes!] + leaf_contains: stagingbase_Bytes + leaf_not_contains: stagingbase_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -152673,36 +151324,36 @@ input base_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: base_Bytes - message_not: base_Bytes - message_gt: base_Bytes - message_lt: base_Bytes - message_gte: base_Bytes - message_lte: base_Bytes - message_in: [base_Bytes!] - message_not_in: [base_Bytes!] - message_contains: base_Bytes - message_not_contains: base_Bytes - root: base_Bytes - root_not: base_Bytes - root_gt: base_Bytes - root_lt: base_Bytes - root_gte: base_Bytes - root_lte: base_Bytes - root_in: [base_Bytes!] - root_not_in: [base_Bytes!] - root_contains: base_Bytes - root_not_contains: base_Bytes - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + message: stagingbase_Bytes + message_not: stagingbase_Bytes + message_gt: stagingbase_Bytes + message_lt: stagingbase_Bytes + message_gte: stagingbase_Bytes + message_lte: stagingbase_Bytes + message_in: [stagingbase_Bytes!] + message_not_in: [stagingbase_Bytes!] + message_contains: stagingbase_Bytes + message_not_contains: stagingbase_Bytes + root: stagingbase_Bytes + root_not: stagingbase_Bytes + root_gt: stagingbase_Bytes + root_lt: stagingbase_Bytes + root_gte: stagingbase_Bytes + root_lte: stagingbase_Bytes + root_in: [stagingbase_Bytes!] + root_not_in: [stagingbase_Bytes!] + root_contains: stagingbase_Bytes + root_not_contains: stagingbase_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -152731,14 +151382,14 @@ input base_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: base_RootCount_filter + rootCount_: stagingbase_RootCount_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_OriginMessage_filter] - or: [base_OriginMessage_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_OriginMessage_filter] + or: [stagingbase_OriginMessage_filter] } -enum base_OriginMessage_orderBy { +enum stagingbase_OriginMessage_orderBy { id transferId destinationDomain @@ -152753,42 +151404,42 @@ enum base_OriginMessage_orderBy { rootCount__count } -type base_OriginTransfer { +type stagingbase_OriginTransfer { id: ID! chainId: BigInt - transferId: base_Bytes + transferId: stagingbase_Bytes nonce: BigInt - status: base_TransferStatus - messageHash: base_Bytes + status: stagingbase_TransferStatus + messageHash: stagingbase_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: base_Bytes - delegate: base_Bytes + to: stagingbase_Bytes + delegate: stagingbase_Bytes receiveLocal: Boolean - callData: base_Bytes + callData: stagingbase_Bytes slippage: BigInt - originSender: base_Bytes + originSender: stagingbase_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: base_Bytes - asset: base_Asset - transactingAsset: base_Bytes - message: base_OriginMessage + canonicalId: stagingbase_Bytes + asset: stagingbase_Asset + transactingAsset: stagingbase_Bytes + message: stagingbase_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: base_RelayerFee_orderBy, orderDirection: base_OrderDirection, where: base_RelayerFee_filter): [base_RelayerFee!] - initialRelayerFeeAsset: base_Bytes - caller: base_Bytes - transactionHash: base_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingbase_RelayerFee_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_RelayerFee_filter): [stagingbase_RelayerFee!] + initialRelayerFeeAsset: stagingbase_Bytes + caller: stagingbase_Bytes + transactionHash: stagingbase_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: base_Bytes + txOrigin: stagingbase_Bytes txNonce: BigInt } -input base_OriginTransfer_filter { +input stagingbase_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -152805,16 +151456,16 @@ input base_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: base_Bytes - transferId_not: base_Bytes - transferId_gt: base_Bytes - transferId_lt: base_Bytes - transferId_gte: base_Bytes - transferId_lte: base_Bytes - transferId_in: [base_Bytes!] - transferId_not_in: [base_Bytes!] - transferId_contains: base_Bytes - transferId_not_contains: base_Bytes + transferId: stagingbase_Bytes + transferId_not: stagingbase_Bytes + transferId_gt: stagingbase_Bytes + transferId_lt: stagingbase_Bytes + transferId_gte: stagingbase_Bytes + transferId_lte: stagingbase_Bytes + transferId_in: [stagingbase_Bytes!] + transferId_not_in: [stagingbase_Bytes!] + transferId_contains: stagingbase_Bytes + transferId_not_contains: stagingbase_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -152823,20 +151474,20 @@ input base_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: base_TransferStatus - status_not: base_TransferStatus - status_in: [base_TransferStatus!] - status_not_in: [base_TransferStatus!] - messageHash: base_Bytes - messageHash_not: base_Bytes - messageHash_gt: base_Bytes - messageHash_lt: base_Bytes - messageHash_gte: base_Bytes - messageHash_lte: base_Bytes - messageHash_in: [base_Bytes!] - messageHash_not_in: [base_Bytes!] - messageHash_contains: base_Bytes - messageHash_not_contains: base_Bytes + status: stagingbase_TransferStatus + status_not: stagingbase_TransferStatus + status_in: [stagingbase_TransferStatus!] + status_not_in: [stagingbase_TransferStatus!] + messageHash: stagingbase_Bytes + messageHash_not: stagingbase_Bytes + messageHash_gt: stagingbase_Bytes + messageHash_lt: stagingbase_Bytes + messageHash_gte: stagingbase_Bytes + messageHash_lte: stagingbase_Bytes + messageHash_in: [stagingbase_Bytes!] + messageHash_not_in: [stagingbase_Bytes!] + messageHash_contains: stagingbase_Bytes + messageHash_not_contains: stagingbase_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -152861,40 +151512,40 @@ input base_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: base_Bytes - to_not: base_Bytes - to_gt: base_Bytes - to_lt: base_Bytes - to_gte: base_Bytes - to_lte: base_Bytes - to_in: [base_Bytes!] - to_not_in: [base_Bytes!] - to_contains: base_Bytes - to_not_contains: base_Bytes - delegate: base_Bytes - delegate_not: base_Bytes - delegate_gt: base_Bytes - delegate_lt: base_Bytes - delegate_gte: base_Bytes - delegate_lte: base_Bytes - delegate_in: [base_Bytes!] - delegate_not_in: [base_Bytes!] - delegate_contains: base_Bytes - delegate_not_contains: base_Bytes + to: stagingbase_Bytes + to_not: stagingbase_Bytes + to_gt: stagingbase_Bytes + to_lt: stagingbase_Bytes + to_gte: stagingbase_Bytes + to_lte: stagingbase_Bytes + to_in: [stagingbase_Bytes!] + to_not_in: [stagingbase_Bytes!] + to_contains: stagingbase_Bytes + to_not_contains: stagingbase_Bytes + delegate: stagingbase_Bytes + delegate_not: stagingbase_Bytes + delegate_gt: stagingbase_Bytes + delegate_lt: stagingbase_Bytes + delegate_gte: stagingbase_Bytes + delegate_lte: stagingbase_Bytes + delegate_in: [stagingbase_Bytes!] + delegate_not_in: [stagingbase_Bytes!] + delegate_contains: stagingbase_Bytes + delegate_not_contains: stagingbase_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: base_Bytes - callData_not: base_Bytes - callData_gt: base_Bytes - callData_lt: base_Bytes - callData_gte: base_Bytes - callData_lte: base_Bytes - callData_in: [base_Bytes!] - callData_not_in: [base_Bytes!] - callData_contains: base_Bytes - callData_not_contains: base_Bytes + callData: stagingbase_Bytes + callData_not: stagingbase_Bytes + callData_gt: stagingbase_Bytes + callData_lt: stagingbase_Bytes + callData_gte: stagingbase_Bytes + callData_lte: stagingbase_Bytes + callData_in: [stagingbase_Bytes!] + callData_not_in: [stagingbase_Bytes!] + callData_contains: stagingbase_Bytes + callData_not_contains: stagingbase_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -152903,16 +151554,16 @@ input base_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: base_Bytes - originSender_not: base_Bytes - originSender_gt: base_Bytes - originSender_lt: base_Bytes - originSender_gte: base_Bytes - originSender_lte: base_Bytes - originSender_in: [base_Bytes!] - originSender_not_in: [base_Bytes!] - originSender_contains: base_Bytes - originSender_not_contains: base_Bytes + originSender: stagingbase_Bytes + originSender_not: stagingbase_Bytes + originSender_gt: stagingbase_Bytes + originSender_lt: stagingbase_Bytes + originSender_gte: stagingbase_Bytes + originSender_lte: stagingbase_Bytes + originSender_in: [stagingbase_Bytes!] + originSender_not_in: [stagingbase_Bytes!] + originSender_contains: stagingbase_Bytes + originSender_not_contains: stagingbase_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -152929,16 +151580,16 @@ input base_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: base_Bytes - canonicalId_not: base_Bytes - canonicalId_gt: base_Bytes - canonicalId_lt: base_Bytes - canonicalId_gte: base_Bytes - canonicalId_lte: base_Bytes - canonicalId_in: [base_Bytes!] - canonicalId_not_in: [base_Bytes!] - canonicalId_contains: base_Bytes - canonicalId_not_contains: base_Bytes + canonicalId: stagingbase_Bytes + canonicalId_not: stagingbase_Bytes + canonicalId_gt: stagingbase_Bytes + canonicalId_lt: stagingbase_Bytes + canonicalId_gte: stagingbase_Bytes + canonicalId_lte: stagingbase_Bytes + canonicalId_in: [stagingbase_Bytes!] + canonicalId_not_in: [stagingbase_Bytes!] + canonicalId_contains: stagingbase_Bytes + canonicalId_not_contains: stagingbase_Bytes asset: String asset_not: String asset_gt: String @@ -152959,17 +151610,17 @@ input base_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: base_Asset_filter - transactingAsset: base_Bytes - transactingAsset_not: base_Bytes - transactingAsset_gt: base_Bytes - transactingAsset_lt: base_Bytes - transactingAsset_gte: base_Bytes - transactingAsset_lte: base_Bytes - transactingAsset_in: [base_Bytes!] - transactingAsset_not_in: [base_Bytes!] - transactingAsset_contains: base_Bytes - transactingAsset_not_contains: base_Bytes + asset_: stagingbase_Asset_filter + transactingAsset: stagingbase_Bytes + transactingAsset_not: stagingbase_Bytes + transactingAsset_gt: stagingbase_Bytes + transactingAsset_lt: stagingbase_Bytes + transactingAsset_gte: stagingbase_Bytes + transactingAsset_lte: stagingbase_Bytes + transactingAsset_in: [stagingbase_Bytes!] + transactingAsset_not_in: [stagingbase_Bytes!] + transactingAsset_contains: stagingbase_Bytes + transactingAsset_not_contains: stagingbase_Bytes message: String message_not: String message_gt: String @@ -152990,7 +151641,7 @@ input base_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: base_OriginMessage_filter + message_: stagingbase_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -153005,37 +151656,37 @@ input base_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: base_RelayerFee_filter - initialRelayerFeeAsset: base_Bytes - initialRelayerFeeAsset_not: base_Bytes - initialRelayerFeeAsset_gt: base_Bytes - initialRelayerFeeAsset_lt: base_Bytes - initialRelayerFeeAsset_gte: base_Bytes - initialRelayerFeeAsset_lte: base_Bytes - initialRelayerFeeAsset_in: [base_Bytes!] - initialRelayerFeeAsset_not_in: [base_Bytes!] - initialRelayerFeeAsset_contains: base_Bytes - initialRelayerFeeAsset_not_contains: base_Bytes - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + relayerFees_: stagingbase_RelayerFee_filter + initialRelayerFeeAsset: stagingbase_Bytes + initialRelayerFeeAsset_not: stagingbase_Bytes + initialRelayerFeeAsset_gt: stagingbase_Bytes + initialRelayerFeeAsset_lt: stagingbase_Bytes + initialRelayerFeeAsset_gte: stagingbase_Bytes + initialRelayerFeeAsset_lte: stagingbase_Bytes + initialRelayerFeeAsset_in: [stagingbase_Bytes!] + initialRelayerFeeAsset_not_in: [stagingbase_Bytes!] + initialRelayerFeeAsset_contains: stagingbase_Bytes + initialRelayerFeeAsset_not_contains: stagingbase_Bytes + caller: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -153068,16 +151719,16 @@ input base_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: base_Bytes - txOrigin_not: base_Bytes - txOrigin_gt: base_Bytes - txOrigin_lt: base_Bytes - txOrigin_gte: base_Bytes - txOrigin_lte: base_Bytes - txOrigin_in: [base_Bytes!] - txOrigin_not_in: [base_Bytes!] - txOrigin_contains: base_Bytes - txOrigin_not_contains: base_Bytes + txOrigin: stagingbase_Bytes + txOrigin_not: stagingbase_Bytes + txOrigin_gt: stagingbase_Bytes + txOrigin_lt: stagingbase_Bytes + txOrigin_gte: stagingbase_Bytes + txOrigin_lte: stagingbase_Bytes + txOrigin_in: [stagingbase_Bytes!] + txOrigin_not_in: [stagingbase_Bytes!] + txOrigin_contains: stagingbase_Bytes + txOrigin_not_contains: stagingbase_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -153087,12 +151738,12 @@ input base_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_OriginTransfer_filter] - or: [base_OriginTransfer_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_OriginTransfer_filter] + or: [stagingbase_OriginTransfer_filter] } -enum base_OriginTransfer_orderBy { +enum stagingbase_OriginTransfer_orderBy { id chainId transferId @@ -153145,20 +151796,20 @@ enum base_OriginTransfer_orderBy { txNonce } -type base_Relayer { +type stagingbase_Relayer { id: ID! isActive: Boolean! - relayer: base_Bytes + relayer: stagingbase_Bytes } -type base_RelayerFee { +type stagingbase_RelayerFee { id: ID! - transfer: base_OriginTransfer! + transfer: stagingbase_OriginTransfer! fee: BigInt! - asset: base_Bytes! + asset: stagingbase_Bytes! } -input base_RelayerFee_filter { +input stagingbase_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -153187,7 +151838,7 @@ input base_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: base_OriginTransfer_filter + transfer_: stagingbase_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -153196,23 +151847,23 @@ input base_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: base_Bytes - asset_not: base_Bytes - asset_gt: base_Bytes - asset_lt: base_Bytes - asset_gte: base_Bytes - asset_lte: base_Bytes - asset_in: [base_Bytes!] - asset_not_in: [base_Bytes!] - asset_contains: base_Bytes - asset_not_contains: base_Bytes + asset: stagingbase_Bytes + asset_not: stagingbase_Bytes + asset_gt: stagingbase_Bytes + asset_lt: stagingbase_Bytes + asset_gte: stagingbase_Bytes + asset_lte: stagingbase_Bytes + asset_in: [stagingbase_Bytes!] + asset_not_in: [stagingbase_Bytes!] + asset_contains: stagingbase_Bytes + asset_not_contains: stagingbase_Bytes """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RelayerFee_filter] - or: [base_RelayerFee_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RelayerFee_filter] + or: [stagingbase_RelayerFee_filter] } -enum base_RelayerFee_orderBy { +enum stagingbase_RelayerFee_orderBy { id transfer transfer__id @@ -153248,20 +151899,20 @@ enum base_RelayerFee_orderBy { asset } -type base_RelayerFeesIncrease { +type stagingbase_RelayerFeesIncrease { id: ID! - transfer: base_OriginTransfer! + transfer: stagingbase_OriginTransfer! increase: BigInt - asset: base_Bytes - caller: base_Bytes! - transactionHash: base_Bytes! + asset: stagingbase_Bytes + caller: stagingbase_Bytes! + transactionHash: stagingbase_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input base_RelayerFeesIncrease_filter { +input stagingbase_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -153290,7 +151941,7 @@ input base_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: base_OriginTransfer_filter + transfer_: stagingbase_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -153299,36 +151950,36 @@ input base_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: base_Bytes - asset_not: base_Bytes - asset_gt: base_Bytes - asset_lt: base_Bytes - asset_gte: base_Bytes - asset_lte: base_Bytes - asset_in: [base_Bytes!] - asset_not_in: [base_Bytes!] - asset_contains: base_Bytes - asset_not_contains: base_Bytes - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + asset: stagingbase_Bytes + asset_not: stagingbase_Bytes + asset_gt: stagingbase_Bytes + asset_lt: stagingbase_Bytes + asset_gte: stagingbase_Bytes + asset_lte: stagingbase_Bytes + asset_in: [stagingbase_Bytes!] + asset_not_in: [stagingbase_Bytes!] + asset_contains: stagingbase_Bytes + asset_not_contains: stagingbase_Bytes + caller: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -153362,12 +152013,12 @@ input base_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RelayerFeesIncrease_filter] - or: [base_RelayerFeesIncrease_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RelayerFeesIncrease_filter] + or: [stagingbase_RelayerFeesIncrease_filter] } -enum base_RelayerFeesIncrease_orderBy { +enum stagingbase_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -153409,7 +152060,7 @@ enum base_RelayerFeesIncrease_orderBy { blockNumber } -input base_Relayer_filter { +input stagingbase_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -153422,34 +152073,34 @@ input base_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: base_Bytes - relayer_not: base_Bytes - relayer_gt: base_Bytes - relayer_lt: base_Bytes - relayer_gte: base_Bytes - relayer_lte: base_Bytes - relayer_in: [base_Bytes!] - relayer_not_in: [base_Bytes!] - relayer_contains: base_Bytes - relayer_not_contains: base_Bytes + relayer: stagingbase_Bytes + relayer_not: stagingbase_Bytes + relayer_gt: stagingbase_Bytes + relayer_lt: stagingbase_Bytes + relayer_gte: stagingbase_Bytes + relayer_lte: stagingbase_Bytes + relayer_in: [stagingbase_Bytes!] + relayer_not_in: [stagingbase_Bytes!] + relayer_contains: stagingbase_Bytes + relayer_not_contains: stagingbase_Bytes """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Relayer_filter] - or: [base_Relayer_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Relayer_filter] + or: [stagingbase_Relayer_filter] } -enum base_Relayer_orderBy { +enum stagingbase_Relayer_orderBy { id isActive relayer } -type base_RootCount { +type stagingbase_RootCount { id: ID! count: BigInt } -input base_RootCount_filter { +input stagingbase_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -153467,31 +152118,31 @@ input base_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RootCount_filter] - or: [base_RootCount_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RootCount_filter] + or: [stagingbase_RootCount_filter] } -enum base_RootCount_orderBy { +enum stagingbase_RootCount_orderBy { id count } -type base_RootMessageSent { +type stagingbase_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: base_Bytes + root: stagingbase_Bytes count: BigInt - caller: base_Bytes - transactionHash: base_Bytes + caller: stagingbase_Bytes + transactionHash: stagingbase_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input base_RootMessageSent_filter { +input stagingbase_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -153516,16 +152167,16 @@ input base_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: base_Bytes - root_not: base_Bytes - root_gt: base_Bytes - root_lt: base_Bytes - root_gte: base_Bytes - root_lte: base_Bytes - root_in: [base_Bytes!] - root_not_in: [base_Bytes!] - root_contains: base_Bytes - root_not_contains: base_Bytes + root: stagingbase_Bytes + root_not: stagingbase_Bytes + root_gt: stagingbase_Bytes + root_lt: stagingbase_Bytes + root_gte: stagingbase_Bytes + root_lte: stagingbase_Bytes + root_in: [stagingbase_Bytes!] + root_not_in: [stagingbase_Bytes!] + root_contains: stagingbase_Bytes + root_not_contains: stagingbase_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -153534,26 +152185,26 @@ input base_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + caller: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -153587,12 +152238,12 @@ input base_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RootMessageSent_filter] - or: [base_RootMessageSent_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RootMessageSent_filter] + or: [stagingbase_RootMessageSent_filter] } -enum base_RootMessageSent_orderBy { +enum stagingbase_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -153606,25 +152257,25 @@ enum base_RootMessageSent_orderBy { blockNumber } -type base_Router { +type stagingbase_Router { id: ID! isActive: Boolean! - owner: base_Bytes - recipient: base_Bytes - proposedOwner: base_Bytes + owner: stagingbase_Bytes + recipient: stagingbase_Bytes + proposedOwner: stagingbase_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: base_AssetBalance_orderBy, orderDirection: base_OrderDirection, where: base_AssetBalance_filter): [base_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingbase_AssetBalance_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_AssetBalance_filter): [stagingbase_AssetBalance!]! } -type base_RouterDailyTVL { +type stagingbase_RouterDailyTVL { id: ID! - router: base_Router! - asset: base_Asset! + router: stagingbase_Router! + asset: stagingbase_Asset! timestamp: BigInt! balance: BigInt! } -input base_RouterDailyTVL_filter { +input stagingbase_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -153653,7 +152304,7 @@ input base_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: base_Router_filter + router_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -153674,7 +152325,7 @@ input base_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: base_Asset_filter + asset_: stagingbase_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -153692,12 +152343,12 @@ input base_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RouterDailyTVL_filter] - or: [base_RouterDailyTVL_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RouterDailyTVL_filter] + or: [stagingbase_RouterDailyTVL_filter] } -enum base_RouterDailyTVL_orderBy { +enum stagingbase_RouterDailyTVL_orderBy { id router router__id @@ -153720,26 +152371,26 @@ enum base_RouterDailyTVL_orderBy { balance } -type base_RouterLiquidityEvent { +type stagingbase_RouterLiquidityEvent { id: ID! - type: base_RouterLiquidityEventType - router: base_Router! - asset: base_Asset! + type: stagingbase_RouterLiquidityEventType + router: stagingbase_Router! + asset: stagingbase_Asset! amount: BigInt! balance: BigInt! - caller: base_Bytes + caller: stagingbase_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: base_Bytes! + transactionHash: stagingbase_Bytes! nonce: BigInt! } -enum base_RouterLiquidityEventType { +enum stagingbase_RouterLiquidityEventType { Add Remove } -input base_RouterLiquidityEvent_filter { +input stagingbase_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -153748,10 +152399,10 @@ input base_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: base_RouterLiquidityEventType - type_not: base_RouterLiquidityEventType - type_in: [base_RouterLiquidityEventType!] - type_not_in: [base_RouterLiquidityEventType!] + type: stagingbase_RouterLiquidityEventType + type_not: stagingbase_RouterLiquidityEventType + type_in: [stagingbase_RouterLiquidityEventType!] + type_not_in: [stagingbase_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -153772,7 +152423,7 @@ input base_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: base_Router_filter + router_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -153793,7 +152444,7 @@ input base_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: base_Asset_filter + asset_: stagingbase_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -153810,16 +152461,16 @@ input base_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes + caller: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -153836,16 +152487,16 @@ input base_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -153855,12 +152506,12 @@ input base_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RouterLiquidityEvent_filter] - or: [base_RouterLiquidityEvent_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RouterLiquidityEvent_filter] + or: [stagingbase_RouterLiquidityEvent_filter] } -enum base_RouterLiquidityEvent_orderBy { +enum stagingbase_RouterLiquidityEvent_orderBy { id type router @@ -153889,7 +152540,7 @@ enum base_RouterLiquidityEvent_orderBy { nonce } -input base_Router_filter { +input stagingbase_Router_filter { id: ID id_not: ID id_gt: ID @@ -153902,36 +152553,36 @@ input base_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: base_Bytes - owner_not: base_Bytes - owner_gt: base_Bytes - owner_lt: base_Bytes - owner_gte: base_Bytes - owner_lte: base_Bytes - owner_in: [base_Bytes!] - owner_not_in: [base_Bytes!] - owner_contains: base_Bytes - owner_not_contains: base_Bytes - recipient: base_Bytes - recipient_not: base_Bytes - recipient_gt: base_Bytes - recipient_lt: base_Bytes - recipient_gte: base_Bytes - recipient_lte: base_Bytes - recipient_in: [base_Bytes!] - recipient_not_in: [base_Bytes!] - recipient_contains: base_Bytes - recipient_not_contains: base_Bytes - proposedOwner: base_Bytes - proposedOwner_not: base_Bytes - proposedOwner_gt: base_Bytes - proposedOwner_lt: base_Bytes - proposedOwner_gte: base_Bytes - proposedOwner_lte: base_Bytes - proposedOwner_in: [base_Bytes!] - proposedOwner_not_in: [base_Bytes!] - proposedOwner_contains: base_Bytes - proposedOwner_not_contains: base_Bytes + owner: stagingbase_Bytes + owner_not: stagingbase_Bytes + owner_gt: stagingbase_Bytes + owner_lt: stagingbase_Bytes + owner_gte: stagingbase_Bytes + owner_lte: stagingbase_Bytes + owner_in: [stagingbase_Bytes!] + owner_not_in: [stagingbase_Bytes!] + owner_contains: stagingbase_Bytes + owner_not_contains: stagingbase_Bytes + recipient: stagingbase_Bytes + recipient_not: stagingbase_Bytes + recipient_gt: stagingbase_Bytes + recipient_lt: stagingbase_Bytes + recipient_gte: stagingbase_Bytes + recipient_lte: stagingbase_Bytes + recipient_in: [stagingbase_Bytes!] + recipient_not_in: [stagingbase_Bytes!] + recipient_contains: stagingbase_Bytes + recipient_not_contains: stagingbase_Bytes + proposedOwner: stagingbase_Bytes + proposedOwner_not: stagingbase_Bytes + proposedOwner_gt: stagingbase_Bytes + proposedOwner_lt: stagingbase_Bytes + proposedOwner_gte: stagingbase_Bytes + proposedOwner_lte: stagingbase_Bytes + proposedOwner_in: [stagingbase_Bytes!] + proposedOwner_not_in: [stagingbase_Bytes!] + proposedOwner_contains: stagingbase_Bytes + proposedOwner_not_contains: stagingbase_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -153940,14 +152591,14 @@ input base_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: base_AssetBalance_filter + assetBalances_: stagingbase_AssetBalance_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Router_filter] - or: [base_Router_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Router_filter] + or: [stagingbase_Router_filter] } -enum base_Router_orderBy { +enum stagingbase_Router_orderBy { id isActive owner @@ -153957,13 +152608,13 @@ enum base_Router_orderBy { assetBalances } -type base_Sequencer { +type stagingbase_Sequencer { id: ID! isActive: Boolean! - sequencer: base_Bytes + sequencer: stagingbase_Bytes } -input base_Sequencer_filter { +input stagingbase_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -153976,35 +152627,35 @@ input base_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: base_Bytes - sequencer_not: base_Bytes - sequencer_gt: base_Bytes - sequencer_lt: base_Bytes - sequencer_gte: base_Bytes - sequencer_lte: base_Bytes - sequencer_in: [base_Bytes!] - sequencer_not_in: [base_Bytes!] - sequencer_contains: base_Bytes - sequencer_not_contains: base_Bytes + sequencer: stagingbase_Bytes + sequencer_not: stagingbase_Bytes + sequencer_gt: stagingbase_Bytes + sequencer_lt: stagingbase_Bytes + sequencer_gte: stagingbase_Bytes + sequencer_lte: stagingbase_Bytes + sequencer_in: [stagingbase_Bytes!] + sequencer_not_in: [stagingbase_Bytes!] + sequencer_contains: stagingbase_Bytes + sequencer_not_contains: stagingbase_Bytes """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Sequencer_filter] - or: [base_Sequencer_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Sequencer_filter] + or: [stagingbase_Sequencer_filter] } -enum base_Sequencer_orderBy { +enum stagingbase_Sequencer_orderBy { id isActive sequencer } -type base_Setting { +type stagingbase_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: base_Bytes! + caller: stagingbase_Bytes! } -input base_Setting_filter { +input stagingbase_Setting_filter { id: ID id_not: ID id_gt: ID @@ -154021,41 +152672,41 @@ input base_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes + caller: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Setting_filter] - or: [base_Setting_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Setting_filter] + or: [stagingbase_Setting_filter] } -enum base_Setting_orderBy { +enum stagingbase_Setting_orderBy { id maxRoutersPerTransfer caller } -type base_SlippageUpdate { +type stagingbase_SlippageUpdate { id: ID! - transfer: base_DestinationTransfer! + transfer: stagingbase_DestinationTransfer! slippage: BigInt! - caller: base_Bytes! - transactionHash: base_Bytes! + caller: stagingbase_Bytes! + transactionHash: stagingbase_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input base_SlippageUpdate_filter { +input stagingbase_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -154084,7 +152735,7 @@ input base_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: base_DestinationTransfer_filter + transfer_: stagingbase_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -154093,26 +152744,26 @@ input base_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: base_Bytes - caller_not: base_Bytes - caller_gt: base_Bytes - caller_lt: base_Bytes - caller_gte: base_Bytes - caller_lte: base_Bytes - caller_in: [base_Bytes!] - caller_not_in: [base_Bytes!] - caller_contains: base_Bytes - caller_not_contains: base_Bytes - transactionHash: base_Bytes - transactionHash_not: base_Bytes - transactionHash_gt: base_Bytes - transactionHash_lt: base_Bytes - transactionHash_gte: base_Bytes - transactionHash_lte: base_Bytes - transactionHash_in: [base_Bytes!] - transactionHash_not_in: [base_Bytes!] - transactionHash_contains: base_Bytes - transactionHash_not_contains: base_Bytes + caller: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -154146,12 +152797,12 @@ input base_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_SlippageUpdate_filter] - or: [base_SlippageUpdate_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_SlippageUpdate_filter] + or: [stagingbase_SlippageUpdate_filter] } -enum base_SlippageUpdate_orderBy { +enum stagingbase_SlippageUpdate_orderBy { id transfer transfer__id @@ -154199,16 +152850,16 @@ enum base_SlippageUpdate_orderBy { blockNumber } -type base_SnapshotRoot { +type stagingbase_SnapshotRoot { id: ID! spokeDomain: BigInt - root: base_Bytes! + root: stagingbase_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input base_SnapshotRoot_filter { +input stagingbase_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -154225,16 +152876,16 @@ input base_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: base_Bytes - root_not: base_Bytes - root_gt: base_Bytes - root_lt: base_Bytes - root_gte: base_Bytes - root_lte: base_Bytes - root_in: [base_Bytes!] - root_not_in: [base_Bytes!] - root_contains: base_Bytes - root_not_contains: base_Bytes + root: stagingbase_Bytes + root_not: stagingbase_Bytes + root_gt: stagingbase_Bytes + root_lt: stagingbase_Bytes + root_gte: stagingbase_Bytes + root_lte: stagingbase_Bytes + root_in: [stagingbase_Bytes!] + root_not_in: [stagingbase_Bytes!] + root_contains: stagingbase_Bytes + root_not_contains: stagingbase_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -154260,12 +152911,12 @@ input base_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_SnapshotRoot_filter] - or: [base_SnapshotRoot_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_SnapshotRoot_filter] + or: [stagingbase_SnapshotRoot_filter] } -enum base_SnapshotRoot_orderBy { +enum stagingbase_SnapshotRoot_orderBy { id spokeDomain root @@ -154274,12 +152925,12 @@ enum base_SnapshotRoot_orderBy { blockNumber } -type base_SpokeConnectorMode { +type stagingbase_SpokeConnectorMode { id: ID! mode: String! } -input base_SpokeConnectorMode_filter { +input stagingbase_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -154309,17 +152960,17 @@ input base_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_SpokeConnectorMode_filter] - or: [base_SpokeConnectorMode_filter] + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_SpokeConnectorMode_filter] + or: [stagingbase_SpokeConnectorMode_filter] } -enum base_SpokeConnectorMode_orderBy { +enum stagingbase_SpokeConnectorMode_orderBy { id mode } -enum base_TransferStatus { +enum stagingbase_TransferStatus { XCalled Executed Reconciled @@ -154327,19 +152978,17 @@ enum base_TransferStatus { CompletedFast } -type base__Block_ { +type stagingbase__Block_ { """The hash of the block""" - hash: base_Bytes + hash: stagingbase_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: base_Bytes } """The type for the top-level _meta field""" -type base__Meta_ { +type stagingbase__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -154347,22 +152996,22 @@ type base__Meta_ { and therefore asks for the latest block """ - block: base__Block_! + block: stagingbase__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingscroll_AggregateRoot { +type metis_AggregateRoot { id: ID! - root: stagingscroll_Bytes! + root: metis_Bytes! blockNumber: BigInt! } -type stagingscroll_AggregateRootProposed { +type metis_AggregateRootProposed { id: ID! - aggregateRoot: stagingscroll_Bytes! + aggregateRoot: metis_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -154370,7 +153019,7 @@ type stagingscroll_AggregateRootProposed { blockNumber: BigInt } -input stagingscroll_AggregateRootProposed_filter { +input metis_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -154379,16 +153028,16 @@ input stagingscroll_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingscroll_Bytes - aggregateRoot_not: stagingscroll_Bytes - aggregateRoot_gt: stagingscroll_Bytes - aggregateRoot_lt: stagingscroll_Bytes - aggregateRoot_gte: stagingscroll_Bytes - aggregateRoot_lte: stagingscroll_Bytes - aggregateRoot_in: [stagingscroll_Bytes!] - aggregateRoot_not_in: [stagingscroll_Bytes!] - aggregateRoot_contains: stagingscroll_Bytes - aggregateRoot_not_contains: stagingscroll_Bytes + aggregateRoot: metis_Bytes + aggregateRoot_not: metis_Bytes + aggregateRoot_gt: metis_Bytes + aggregateRoot_lt: metis_Bytes + aggregateRoot_gte: metis_Bytes + aggregateRoot_lte: metis_Bytes + aggregateRoot_in: [metis_Bytes!] + aggregateRoot_not_in: [metis_Bytes!] + aggregateRoot_contains: metis_Bytes + aggregateRoot_not_contains: metis_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -154430,12 +153079,12 @@ input stagingscroll_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AggregateRootProposed_filter] - or: [stagingscroll_AggregateRootProposed_filter] + _change_block: metis_BlockChangedFilter + and: [metis_AggregateRootProposed_filter] + or: [metis_AggregateRootProposed_filter] } -enum stagingscroll_AggregateRootProposed_orderBy { +enum metis_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -154445,7 +153094,7 @@ enum stagingscroll_AggregateRootProposed_orderBy { blockNumber } -input stagingscroll_AggregateRoot_filter { +input metis_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -154454,16 +153103,16 @@ input stagingscroll_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingscroll_Bytes - root_not: stagingscroll_Bytes - root_gt: stagingscroll_Bytes - root_lt: stagingscroll_Bytes - root_gte: stagingscroll_Bytes - root_lte: stagingscroll_Bytes - root_in: [stagingscroll_Bytes!] - root_not_in: [stagingscroll_Bytes!] - root_contains: stagingscroll_Bytes - root_not_contains: stagingscroll_Bytes + root: metis_Bytes + root_not: metis_Bytes + root_gt: metis_Bytes + root_lt: metis_Bytes + root_gte: metis_Bytes + root_lte: metis_Bytes + root_in: [metis_Bytes!] + root_not_in: [metis_Bytes!] + root_contains: metis_Bytes + root_not_contains: metis_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -154473,47 +153122,42 @@ input stagingscroll_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AggregateRoot_filter] - or: [stagingscroll_AggregateRoot_filter] + _change_block: metis_BlockChangedFilter + and: [metis_AggregateRoot_filter] + or: [metis_AggregateRoot_filter] } -enum stagingscroll_AggregateRoot_orderBy { +enum metis_AggregateRoot_orderBy { id root blockNumber } -enum stagingscroll_Aggregation_interval { - hour - day -} - -type stagingscroll_Asset { +type metis_Asset { id: ID! - key: stagingscroll_Bytes + key: metis_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingscroll_Bytes + canonicalId: metis_Bytes canonicalDomain: BigInt - adoptedAsset: stagingscroll_Bytes - localAsset: stagingscroll_Bytes + adoptedAsset: metis_Bytes + localAsset: metis_Bytes blockNumber: BigInt - status: stagingscroll_AssetStatus + status: metis_AssetStatus } -type stagingscroll_AssetBalance { +type metis_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingscroll_Router! - asset: stagingscroll_Asset! + router: metis_Router! + asset: metis_Asset! feesEarned: BigInt! } -input stagingscroll_AssetBalance_filter { +input metis_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -154574,7 +153218,7 @@ input stagingscroll_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingscroll_Router_filter + router_: metis_Router_filter asset: String asset_not: String asset_gt: String @@ -154595,7 +153239,7 @@ input stagingscroll_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingscroll_Asset_filter + asset_: metis_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -154605,12 +153249,12 @@ input stagingscroll_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AssetBalance_filter] - or: [stagingscroll_AssetBalance_filter] + _change_block: metis_BlockChangedFilter + and: [metis_AssetBalance_filter] + or: [metis_AssetBalance_filter] } -enum stagingscroll_AssetBalance_orderBy { +enum metis_AssetBalance_orderBy { id amount locked @@ -154636,12 +153280,12 @@ enum stagingscroll_AssetBalance_orderBy { feesEarned } -type stagingscroll_AssetStatus { +type metis_AssetStatus { id: ID! status: Boolean } -input stagingscroll_AssetStatus_filter { +input metis_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -154655,17 +153299,17 @@ input stagingscroll_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AssetStatus_filter] - or: [stagingscroll_AssetStatus_filter] + _change_block: metis_BlockChangedFilter + and: [metis_AssetStatus_filter] + or: [metis_AssetStatus_filter] } -enum stagingscroll_AssetStatus_orderBy { +enum metis_AssetStatus_orderBy { id status } -input stagingscroll_Asset_filter { +input metis_Asset_filter { id: ID id_not: ID id_gt: ID @@ -154674,16 +153318,16 @@ input stagingscroll_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingscroll_Bytes - key_not: stagingscroll_Bytes - key_gt: stagingscroll_Bytes - key_lt: stagingscroll_Bytes - key_gte: stagingscroll_Bytes - key_lte: stagingscroll_Bytes - key_in: [stagingscroll_Bytes!] - key_not_in: [stagingscroll_Bytes!] - key_contains: stagingscroll_Bytes - key_not_contains: stagingscroll_Bytes + key: metis_Bytes + key_not: metis_Bytes + key_gt: metis_Bytes + key_lt: metis_Bytes + key_gte: metis_Bytes + key_lte: metis_Bytes + key_in: [metis_Bytes!] + key_not_in: [metis_Bytes!] + key_contains: metis_Bytes + key_not_contains: metis_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -154700,16 +153344,16 @@ input stagingscroll_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingscroll_Bytes - canonicalId_not: stagingscroll_Bytes - canonicalId_gt: stagingscroll_Bytes - canonicalId_lt: stagingscroll_Bytes - canonicalId_gte: stagingscroll_Bytes - canonicalId_lte: stagingscroll_Bytes - canonicalId_in: [stagingscroll_Bytes!] - canonicalId_not_in: [stagingscroll_Bytes!] - canonicalId_contains: stagingscroll_Bytes - canonicalId_not_contains: stagingscroll_Bytes + canonicalId: metis_Bytes + canonicalId_not: metis_Bytes + canonicalId_gt: metis_Bytes + canonicalId_lt: metis_Bytes + canonicalId_gte: metis_Bytes + canonicalId_lte: metis_Bytes + canonicalId_in: [metis_Bytes!] + canonicalId_not_in: [metis_Bytes!] + canonicalId_contains: metis_Bytes + canonicalId_not_contains: metis_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -154718,26 +153362,26 @@ input stagingscroll_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingscroll_Bytes - adoptedAsset_not: stagingscroll_Bytes - adoptedAsset_gt: stagingscroll_Bytes - adoptedAsset_lt: stagingscroll_Bytes - adoptedAsset_gte: stagingscroll_Bytes - adoptedAsset_lte: stagingscroll_Bytes - adoptedAsset_in: [stagingscroll_Bytes!] - adoptedAsset_not_in: [stagingscroll_Bytes!] - adoptedAsset_contains: stagingscroll_Bytes - adoptedAsset_not_contains: stagingscroll_Bytes - localAsset: stagingscroll_Bytes - localAsset_not: stagingscroll_Bytes - localAsset_gt: stagingscroll_Bytes - localAsset_lt: stagingscroll_Bytes - localAsset_gte: stagingscroll_Bytes - localAsset_lte: stagingscroll_Bytes - localAsset_in: [stagingscroll_Bytes!] - localAsset_not_in: [stagingscroll_Bytes!] - localAsset_contains: stagingscroll_Bytes - localAsset_not_contains: stagingscroll_Bytes + adoptedAsset: metis_Bytes + adoptedAsset_not: metis_Bytes + adoptedAsset_gt: metis_Bytes + adoptedAsset_lt: metis_Bytes + adoptedAsset_gte: metis_Bytes + adoptedAsset_lte: metis_Bytes + adoptedAsset_in: [metis_Bytes!] + adoptedAsset_not_in: [metis_Bytes!] + adoptedAsset_contains: metis_Bytes + adoptedAsset_not_contains: metis_Bytes + localAsset: metis_Bytes + localAsset_not: metis_Bytes + localAsset_gt: metis_Bytes + localAsset_lt: metis_Bytes + localAsset_gte: metis_Bytes + localAsset_lte: metis_Bytes + localAsset_in: [metis_Bytes!] + localAsset_not_in: [metis_Bytes!] + localAsset_contains: metis_Bytes + localAsset_not_contains: metis_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -154766,14 +153410,14 @@ input stagingscroll_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingscroll_AssetStatus_filter + status_: metis_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_Asset_filter] - or: [stagingscroll_Asset_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Asset_filter] + or: [metis_Asset_filter] } -enum stagingscroll_Asset_orderBy { +enum metis_Asset_orderBy { id key decimal @@ -154788,30 +153432,30 @@ enum stagingscroll_Asset_orderBy { status__status } -scalar stagingscroll_BigDecimal +scalar metis_BigDecimal -input stagingscroll_BlockChangedFilter { +input metis_BlockChangedFilter { number_gte: Int! } -input stagingscroll_Block_height { - hash: stagingscroll_Bytes +input metis_Block_height { + hash: metis_Bytes number: Int number_gte: Int } -scalar stagingscroll_Bytes +scalar metis_Bytes -type stagingscroll_ConnectorMeta { +type metis_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingscroll_Bytes - rootManager: stagingscroll_Bytes - mirrorConnector: stagingscroll_Bytes + amb: metis_Bytes + rootManager: metis_Bytes + mirrorConnector: metis_Bytes } -input stagingscroll_ConnectorMeta_filter { +input metis_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -154836,43 +153480,43 @@ input stagingscroll_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingscroll_Bytes - amb_not: stagingscroll_Bytes - amb_gt: stagingscroll_Bytes - amb_lt: stagingscroll_Bytes - amb_gte: stagingscroll_Bytes - amb_lte: stagingscroll_Bytes - amb_in: [stagingscroll_Bytes!] - amb_not_in: [stagingscroll_Bytes!] - amb_contains: stagingscroll_Bytes - amb_not_contains: stagingscroll_Bytes - rootManager: stagingscroll_Bytes - rootManager_not: stagingscroll_Bytes - rootManager_gt: stagingscroll_Bytes - rootManager_lt: stagingscroll_Bytes - rootManager_gte: stagingscroll_Bytes - rootManager_lte: stagingscroll_Bytes - rootManager_in: [stagingscroll_Bytes!] - rootManager_not_in: [stagingscroll_Bytes!] - rootManager_contains: stagingscroll_Bytes - rootManager_not_contains: stagingscroll_Bytes - mirrorConnector: stagingscroll_Bytes - mirrorConnector_not: stagingscroll_Bytes - mirrorConnector_gt: stagingscroll_Bytes - mirrorConnector_lt: stagingscroll_Bytes - mirrorConnector_gte: stagingscroll_Bytes - mirrorConnector_lte: stagingscroll_Bytes - mirrorConnector_in: [stagingscroll_Bytes!] - mirrorConnector_not_in: [stagingscroll_Bytes!] - mirrorConnector_contains: stagingscroll_Bytes - mirrorConnector_not_contains: stagingscroll_Bytes + amb: metis_Bytes + amb_not: metis_Bytes + amb_gt: metis_Bytes + amb_lt: metis_Bytes + amb_gte: metis_Bytes + amb_lte: metis_Bytes + amb_in: [metis_Bytes!] + amb_not_in: [metis_Bytes!] + amb_contains: metis_Bytes + amb_not_contains: metis_Bytes + rootManager: metis_Bytes + rootManager_not: metis_Bytes + rootManager_gt: metis_Bytes + rootManager_lt: metis_Bytes + rootManager_gte: metis_Bytes + rootManager_lte: metis_Bytes + rootManager_in: [metis_Bytes!] + rootManager_not_in: [metis_Bytes!] + rootManager_contains: metis_Bytes + rootManager_not_contains: metis_Bytes + mirrorConnector: metis_Bytes + mirrorConnector_not: metis_Bytes + mirrorConnector_gt: metis_Bytes + mirrorConnector_lt: metis_Bytes + mirrorConnector_gte: metis_Bytes + mirrorConnector_lte: metis_Bytes + mirrorConnector_in: [metis_Bytes!] + mirrorConnector_not_in: [metis_Bytes!] + mirrorConnector_contains: metis_Bytes + mirrorConnector_not_contains: metis_Bytes """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_ConnectorMeta_filter] - or: [stagingscroll_ConnectorMeta_filter] + _change_block: metis_BlockChangedFilter + and: [metis_ConnectorMeta_filter] + or: [metis_ConnectorMeta_filter] } -enum stagingscroll_ConnectorMeta_orderBy { +enum metis_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -154881,48 +153525,48 @@ enum stagingscroll_ConnectorMeta_orderBy { mirrorConnector } -type stagingscroll_DestinationTransfer { +type metis_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingscroll_Bytes + transferId: metis_Bytes nonce: BigInt - status: stagingscroll_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingscroll_Router_orderBy, orderDirection: stagingscroll_OrderDirection, where: stagingscroll_Router_filter): [stagingscroll_Router!] + status: metis_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: metis_Router_orderBy, orderDirection: metis_OrderDirection, where: metis_Router_filter): [metis_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingscroll_Bytes - delegate: stagingscroll_Bytes + to: metis_Bytes + delegate: metis_Bytes receiveLocal: Boolean - callData: stagingscroll_Bytes + callData: metis_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingscroll_Bytes + originSender: metis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingscroll_Bytes - asset: stagingscroll_Asset + canonicalId: metis_Bytes + asset: metis_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingscroll_Bytes - executedTransactionHash: stagingscroll_Bytes + executedCaller: metis_Bytes + executedTransactionHash: metis_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingscroll_Bytes + executedTxOrigin: metis_Bytes executedTxNonce: BigInt - reconciledCaller: stagingscroll_Bytes - reconciledTransactionHash: stagingscroll_Bytes + reconciledCaller: metis_Bytes + reconciledTransactionHash: metis_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingscroll_Bytes + reconciledTxOrigin: metis_Bytes reconciledTxNonce: BigInt } -input stagingscroll_DestinationTransfer_filter { +input metis_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -154939,16 +153583,16 @@ input stagingscroll_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingscroll_Bytes - transferId_not: stagingscroll_Bytes - transferId_gt: stagingscroll_Bytes - transferId_lt: stagingscroll_Bytes - transferId_gte: stagingscroll_Bytes - transferId_lte: stagingscroll_Bytes - transferId_in: [stagingscroll_Bytes!] - transferId_not_in: [stagingscroll_Bytes!] - transferId_contains: stagingscroll_Bytes - transferId_not_contains: stagingscroll_Bytes + transferId: metis_Bytes + transferId_not: metis_Bytes + transferId_gt: metis_Bytes + transferId_lt: metis_Bytes + transferId_gte: metis_Bytes + transferId_lte: metis_Bytes + transferId_in: [metis_Bytes!] + transferId_not_in: [metis_Bytes!] + transferId_contains: metis_Bytes + transferId_not_contains: metis_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -154957,17 +153601,17 @@ input stagingscroll_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingscroll_TransferStatus - status_not: stagingscroll_TransferStatus - status_in: [stagingscroll_TransferStatus!] - status_not_in: [stagingscroll_TransferStatus!] + status: metis_TransferStatus + status_not: metis_TransferStatus + status_in: [metis_TransferStatus!] + status_not_in: [metis_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingscroll_Router_filter + routers_: metis_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -154992,40 +153636,40 @@ input stagingscroll_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingscroll_Bytes - to_not: stagingscroll_Bytes - to_gt: stagingscroll_Bytes - to_lt: stagingscroll_Bytes - to_gte: stagingscroll_Bytes - to_lte: stagingscroll_Bytes - to_in: [stagingscroll_Bytes!] - to_not_in: [stagingscroll_Bytes!] - to_contains: stagingscroll_Bytes - to_not_contains: stagingscroll_Bytes - delegate: stagingscroll_Bytes - delegate_not: stagingscroll_Bytes - delegate_gt: stagingscroll_Bytes - delegate_lt: stagingscroll_Bytes - delegate_gte: stagingscroll_Bytes - delegate_lte: stagingscroll_Bytes - delegate_in: [stagingscroll_Bytes!] - delegate_not_in: [stagingscroll_Bytes!] - delegate_contains: stagingscroll_Bytes - delegate_not_contains: stagingscroll_Bytes + to: metis_Bytes + to_not: metis_Bytes + to_gt: metis_Bytes + to_lt: metis_Bytes + to_gte: metis_Bytes + to_lte: metis_Bytes + to_in: [metis_Bytes!] + to_not_in: [metis_Bytes!] + to_contains: metis_Bytes + to_not_contains: metis_Bytes + delegate: metis_Bytes + delegate_not: metis_Bytes + delegate_gt: metis_Bytes + delegate_lt: metis_Bytes + delegate_gte: metis_Bytes + delegate_lte: metis_Bytes + delegate_in: [metis_Bytes!] + delegate_not_in: [metis_Bytes!] + delegate_contains: metis_Bytes + delegate_not_contains: metis_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingscroll_Bytes - callData_not: stagingscroll_Bytes - callData_gt: stagingscroll_Bytes - callData_lt: stagingscroll_Bytes - callData_gte: stagingscroll_Bytes - callData_lte: stagingscroll_Bytes - callData_in: [stagingscroll_Bytes!] - callData_not_in: [stagingscroll_Bytes!] - callData_contains: stagingscroll_Bytes - callData_not_contains: stagingscroll_Bytes + callData: metis_Bytes + callData_not: metis_Bytes + callData_gt: metis_Bytes + callData_lt: metis_Bytes + callData_gte: metis_Bytes + callData_lte: metis_Bytes + callData_in: [metis_Bytes!] + callData_not_in: [metis_Bytes!] + callData_contains: metis_Bytes + callData_not_contains: metis_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -155042,16 +153686,16 @@ input stagingscroll_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingscroll_Bytes - originSender_not: stagingscroll_Bytes - originSender_gt: stagingscroll_Bytes - originSender_lt: stagingscroll_Bytes - originSender_gte: stagingscroll_Bytes - originSender_lte: stagingscroll_Bytes - originSender_in: [stagingscroll_Bytes!] - originSender_not_in: [stagingscroll_Bytes!] - originSender_contains: stagingscroll_Bytes - originSender_not_contains: stagingscroll_Bytes + originSender: metis_Bytes + originSender_not: metis_Bytes + originSender_gt: metis_Bytes + originSender_lt: metis_Bytes + originSender_gte: metis_Bytes + originSender_lte: metis_Bytes + originSender_in: [metis_Bytes!] + originSender_not_in: [metis_Bytes!] + originSender_contains: metis_Bytes + originSender_not_contains: metis_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -155068,16 +153712,16 @@ input stagingscroll_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingscroll_Bytes - canonicalId_not: stagingscroll_Bytes - canonicalId_gt: stagingscroll_Bytes - canonicalId_lt: stagingscroll_Bytes - canonicalId_gte: stagingscroll_Bytes - canonicalId_lte: stagingscroll_Bytes - canonicalId_in: [stagingscroll_Bytes!] - canonicalId_not_in: [stagingscroll_Bytes!] - canonicalId_contains: stagingscroll_Bytes - canonicalId_not_contains: stagingscroll_Bytes + canonicalId: metis_Bytes + canonicalId_not: metis_Bytes + canonicalId_gt: metis_Bytes + canonicalId_lt: metis_Bytes + canonicalId_gte: metis_Bytes + canonicalId_lte: metis_Bytes + canonicalId_in: [metis_Bytes!] + canonicalId_not_in: [metis_Bytes!] + canonicalId_contains: metis_Bytes + canonicalId_not_contains: metis_Bytes asset: String asset_not: String asset_gt: String @@ -155098,7 +153742,7 @@ input stagingscroll_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingscroll_Asset_filter + asset_: metis_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -155115,26 +153759,26 @@ input stagingscroll_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingscroll_Bytes - executedCaller_not: stagingscroll_Bytes - executedCaller_gt: stagingscroll_Bytes - executedCaller_lt: stagingscroll_Bytes - executedCaller_gte: stagingscroll_Bytes - executedCaller_lte: stagingscroll_Bytes - executedCaller_in: [stagingscroll_Bytes!] - executedCaller_not_in: [stagingscroll_Bytes!] - executedCaller_contains: stagingscroll_Bytes - executedCaller_not_contains: stagingscroll_Bytes - executedTransactionHash: stagingscroll_Bytes - executedTransactionHash_not: stagingscroll_Bytes - executedTransactionHash_gt: stagingscroll_Bytes - executedTransactionHash_lt: stagingscroll_Bytes - executedTransactionHash_gte: stagingscroll_Bytes - executedTransactionHash_lte: stagingscroll_Bytes - executedTransactionHash_in: [stagingscroll_Bytes!] - executedTransactionHash_not_in: [stagingscroll_Bytes!] - executedTransactionHash_contains: stagingscroll_Bytes - executedTransactionHash_not_contains: stagingscroll_Bytes + executedCaller: metis_Bytes + executedCaller_not: metis_Bytes + executedCaller_gt: metis_Bytes + executedCaller_lt: metis_Bytes + executedCaller_gte: metis_Bytes + executedCaller_lte: metis_Bytes + executedCaller_in: [metis_Bytes!] + executedCaller_not_in: [metis_Bytes!] + executedCaller_contains: metis_Bytes + executedCaller_not_contains: metis_Bytes + executedTransactionHash: metis_Bytes + executedTransactionHash_not: metis_Bytes + executedTransactionHash_gt: metis_Bytes + executedTransactionHash_lt: metis_Bytes + executedTransactionHash_gte: metis_Bytes + executedTransactionHash_lte: metis_Bytes + executedTransactionHash_in: [metis_Bytes!] + executedTransactionHash_not_in: [metis_Bytes!] + executedTransactionHash_contains: metis_Bytes + executedTransactionHash_not_contains: metis_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -155167,16 +153811,16 @@ input stagingscroll_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingscroll_Bytes - executedTxOrigin_not: stagingscroll_Bytes - executedTxOrigin_gt: stagingscroll_Bytes - executedTxOrigin_lt: stagingscroll_Bytes - executedTxOrigin_gte: stagingscroll_Bytes - executedTxOrigin_lte: stagingscroll_Bytes - executedTxOrigin_in: [stagingscroll_Bytes!] - executedTxOrigin_not_in: [stagingscroll_Bytes!] - executedTxOrigin_contains: stagingscroll_Bytes - executedTxOrigin_not_contains: stagingscroll_Bytes + executedTxOrigin: metis_Bytes + executedTxOrigin_not: metis_Bytes + executedTxOrigin_gt: metis_Bytes + executedTxOrigin_lt: metis_Bytes + executedTxOrigin_gte: metis_Bytes + executedTxOrigin_lte: metis_Bytes + executedTxOrigin_in: [metis_Bytes!] + executedTxOrigin_not_in: [metis_Bytes!] + executedTxOrigin_contains: metis_Bytes + executedTxOrigin_not_contains: metis_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -155185,26 +153829,26 @@ input stagingscroll_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingscroll_Bytes - reconciledCaller_not: stagingscroll_Bytes - reconciledCaller_gt: stagingscroll_Bytes - reconciledCaller_lt: stagingscroll_Bytes - reconciledCaller_gte: stagingscroll_Bytes - reconciledCaller_lte: stagingscroll_Bytes - reconciledCaller_in: [stagingscroll_Bytes!] - reconciledCaller_not_in: [stagingscroll_Bytes!] - reconciledCaller_contains: stagingscroll_Bytes - reconciledCaller_not_contains: stagingscroll_Bytes - reconciledTransactionHash: stagingscroll_Bytes - reconciledTransactionHash_not: stagingscroll_Bytes - reconciledTransactionHash_gt: stagingscroll_Bytes - reconciledTransactionHash_lt: stagingscroll_Bytes - reconciledTransactionHash_gte: stagingscroll_Bytes - reconciledTransactionHash_lte: stagingscroll_Bytes - reconciledTransactionHash_in: [stagingscroll_Bytes!] - reconciledTransactionHash_not_in: [stagingscroll_Bytes!] - reconciledTransactionHash_contains: stagingscroll_Bytes - reconciledTransactionHash_not_contains: stagingscroll_Bytes + reconciledCaller: metis_Bytes + reconciledCaller_not: metis_Bytes + reconciledCaller_gt: metis_Bytes + reconciledCaller_lt: metis_Bytes + reconciledCaller_gte: metis_Bytes + reconciledCaller_lte: metis_Bytes + reconciledCaller_in: [metis_Bytes!] + reconciledCaller_not_in: [metis_Bytes!] + reconciledCaller_contains: metis_Bytes + reconciledCaller_not_contains: metis_Bytes + reconciledTransactionHash: metis_Bytes + reconciledTransactionHash_not: metis_Bytes + reconciledTransactionHash_gt: metis_Bytes + reconciledTransactionHash_lt: metis_Bytes + reconciledTransactionHash_gte: metis_Bytes + reconciledTransactionHash_lte: metis_Bytes + reconciledTransactionHash_in: [metis_Bytes!] + reconciledTransactionHash_not_in: [metis_Bytes!] + reconciledTransactionHash_contains: metis_Bytes + reconciledTransactionHash_not_contains: metis_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -155237,16 +153881,16 @@ input stagingscroll_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingscroll_Bytes - reconciledTxOrigin_not: stagingscroll_Bytes - reconciledTxOrigin_gt: stagingscroll_Bytes - reconciledTxOrigin_lt: stagingscroll_Bytes - reconciledTxOrigin_gte: stagingscroll_Bytes - reconciledTxOrigin_lte: stagingscroll_Bytes - reconciledTxOrigin_in: [stagingscroll_Bytes!] - reconciledTxOrigin_not_in: [stagingscroll_Bytes!] - reconciledTxOrigin_contains: stagingscroll_Bytes - reconciledTxOrigin_not_contains: stagingscroll_Bytes + reconciledTxOrigin: metis_Bytes + reconciledTxOrigin_not: metis_Bytes + reconciledTxOrigin_gt: metis_Bytes + reconciledTxOrigin_lt: metis_Bytes + reconciledTxOrigin_gte: metis_Bytes + reconciledTxOrigin_lte: metis_Bytes + reconciledTxOrigin_in: [metis_Bytes!] + reconciledTxOrigin_not_in: [metis_Bytes!] + reconciledTxOrigin_contains: metis_Bytes + reconciledTxOrigin_not_contains: metis_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -155256,12 +153900,12 @@ input stagingscroll_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_DestinationTransfer_filter] - or: [stagingscroll_DestinationTransfer_filter] + _change_block: metis_BlockChangedFilter + and: [metis_DestinationTransfer_filter] + or: [metis_DestinationTransfer_filter] } -enum stagingscroll_DestinationTransfer_orderBy { +enum metis_DestinationTransfer_orderBy { id chainId transferId @@ -155315,16 +153959,16 @@ enum stagingscroll_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingscroll_Int8 +scalar metis_Int8 -type stagingscroll_OptimisticRootFinalized { +type metis_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingscroll_Bytes! + aggregateRoot: metis_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingscroll_OptimisticRootFinalized_filter { +input metis_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -155333,16 +153977,16 @@ input stagingscroll_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingscroll_Bytes - aggregateRoot_not: stagingscroll_Bytes - aggregateRoot_gt: stagingscroll_Bytes - aggregateRoot_lt: stagingscroll_Bytes - aggregateRoot_gte: stagingscroll_Bytes - aggregateRoot_lte: stagingscroll_Bytes - aggregateRoot_in: [stagingscroll_Bytes!] - aggregateRoot_not_in: [stagingscroll_Bytes!] - aggregateRoot_contains: stagingscroll_Bytes - aggregateRoot_not_contains: stagingscroll_Bytes + aggregateRoot: metis_Bytes + aggregateRoot_not: metis_Bytes + aggregateRoot_gt: metis_Bytes + aggregateRoot_lt: metis_Bytes + aggregateRoot_gte: metis_Bytes + aggregateRoot_lte: metis_Bytes + aggregateRoot_in: [metis_Bytes!] + aggregateRoot_not_in: [metis_Bytes!] + aggregateRoot_contains: metis_Bytes + aggregateRoot_not_contains: metis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -155360,12 +154004,12 @@ input stagingscroll_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_OptimisticRootFinalized_filter] - or: [stagingscroll_OptimisticRootFinalized_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OptimisticRootFinalized_filter] + or: [metis_OptimisticRootFinalized_filter] } -enum stagingscroll_OptimisticRootFinalized_orderBy { +enum metis_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -155373,25 +154017,25 @@ enum stagingscroll_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingscroll_OrderDirection { +enum metis_OrderDirection { asc desc } -type stagingscroll_OriginMessage { +type metis_OriginMessage { id: ID! - transferId: stagingscroll_Bytes + transferId: metis_Bytes destinationDomain: BigInt - leaf: stagingscroll_Bytes + leaf: metis_Bytes index: BigInt - message: stagingscroll_Bytes - root: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes + message: metis_Bytes + root: metis_Bytes + transactionHash: metis_Bytes blockNumber: BigInt - rootCount: stagingscroll_RootCount + rootCount: metis_RootCount } -input stagingscroll_OriginMessage_filter { +input metis_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -155400,16 +154044,16 @@ input stagingscroll_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingscroll_Bytes - transferId_not: stagingscroll_Bytes - transferId_gt: stagingscroll_Bytes - transferId_lt: stagingscroll_Bytes - transferId_gte: stagingscroll_Bytes - transferId_lte: stagingscroll_Bytes - transferId_in: [stagingscroll_Bytes!] - transferId_not_in: [stagingscroll_Bytes!] - transferId_contains: stagingscroll_Bytes - transferId_not_contains: stagingscroll_Bytes + transferId: metis_Bytes + transferId_not: metis_Bytes + transferId_gt: metis_Bytes + transferId_lt: metis_Bytes + transferId_gte: metis_Bytes + transferId_lte: metis_Bytes + transferId_in: [metis_Bytes!] + transferId_not_in: [metis_Bytes!] + transferId_contains: metis_Bytes + transferId_not_contains: metis_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -155418,16 +154062,16 @@ input stagingscroll_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingscroll_Bytes - leaf_not: stagingscroll_Bytes - leaf_gt: stagingscroll_Bytes - leaf_lt: stagingscroll_Bytes - leaf_gte: stagingscroll_Bytes - leaf_lte: stagingscroll_Bytes - leaf_in: [stagingscroll_Bytes!] - leaf_not_in: [stagingscroll_Bytes!] - leaf_contains: stagingscroll_Bytes - leaf_not_contains: stagingscroll_Bytes + leaf: metis_Bytes + leaf_not: metis_Bytes + leaf_gt: metis_Bytes + leaf_lt: metis_Bytes + leaf_gte: metis_Bytes + leaf_lte: metis_Bytes + leaf_in: [metis_Bytes!] + leaf_not_in: [metis_Bytes!] + leaf_contains: metis_Bytes + leaf_not_contains: metis_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -155436,36 +154080,36 @@ input stagingscroll_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingscroll_Bytes - message_not: stagingscroll_Bytes - message_gt: stagingscroll_Bytes - message_lt: stagingscroll_Bytes - message_gte: stagingscroll_Bytes - message_lte: stagingscroll_Bytes - message_in: [stagingscroll_Bytes!] - message_not_in: [stagingscroll_Bytes!] - message_contains: stagingscroll_Bytes - message_not_contains: stagingscroll_Bytes - root: stagingscroll_Bytes - root_not: stagingscroll_Bytes - root_gt: stagingscroll_Bytes - root_lt: stagingscroll_Bytes - root_gte: stagingscroll_Bytes - root_lte: stagingscroll_Bytes - root_in: [stagingscroll_Bytes!] - root_not_in: [stagingscroll_Bytes!] - root_contains: stagingscroll_Bytes - root_not_contains: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes - transactionHash_not: stagingscroll_Bytes - transactionHash_gt: stagingscroll_Bytes - transactionHash_lt: stagingscroll_Bytes - transactionHash_gte: stagingscroll_Bytes - transactionHash_lte: stagingscroll_Bytes - transactionHash_in: [stagingscroll_Bytes!] - transactionHash_not_in: [stagingscroll_Bytes!] - transactionHash_contains: stagingscroll_Bytes - transactionHash_not_contains: stagingscroll_Bytes + message: metis_Bytes + message_not: metis_Bytes + message_gt: metis_Bytes + message_lt: metis_Bytes + message_gte: metis_Bytes + message_lte: metis_Bytes + message_in: [metis_Bytes!] + message_not_in: [metis_Bytes!] + message_contains: metis_Bytes + message_not_contains: metis_Bytes + root: metis_Bytes + root_not: metis_Bytes + root_gt: metis_Bytes + root_lt: metis_Bytes + root_gte: metis_Bytes + root_lte: metis_Bytes + root_in: [metis_Bytes!] + root_not_in: [metis_Bytes!] + root_contains: metis_Bytes + root_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -155494,14 +154138,14 @@ input stagingscroll_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingscroll_RootCount_filter + rootCount_: metis_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_OriginMessage_filter] - or: [stagingscroll_OriginMessage_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OriginMessage_filter] + or: [metis_OriginMessage_filter] } -enum stagingscroll_OriginMessage_orderBy { +enum metis_OriginMessage_orderBy { id transferId destinationDomain @@ -155516,42 +154160,42 @@ enum stagingscroll_OriginMessage_orderBy { rootCount__count } -type stagingscroll_OriginTransfer { +type metis_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingscroll_Bytes + transferId: metis_Bytes nonce: BigInt - status: stagingscroll_TransferStatus - messageHash: stagingscroll_Bytes + status: metis_TransferStatus + messageHash: metis_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingscroll_Bytes - delegate: stagingscroll_Bytes + to: metis_Bytes + delegate: metis_Bytes receiveLocal: Boolean - callData: stagingscroll_Bytes + callData: metis_Bytes slippage: BigInt - originSender: stagingscroll_Bytes + originSender: metis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingscroll_Bytes - asset: stagingscroll_Asset - transactingAsset: stagingscroll_Bytes - message: stagingscroll_OriginMessage + canonicalId: metis_Bytes + asset: metis_Asset + transactingAsset: metis_Bytes + message: metis_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingscroll_RelayerFee_orderBy, orderDirection: stagingscroll_OrderDirection, where: stagingscroll_RelayerFee_filter): [stagingscroll_RelayerFee!] - initialRelayerFeeAsset: stagingscroll_Bytes - caller: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: metis_RelayerFee_orderBy, orderDirection: metis_OrderDirection, where: metis_RelayerFee_filter): [metis_RelayerFee!] + initialRelayerFeeAsset: metis_Bytes + caller: metis_Bytes + transactionHash: metis_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingscroll_Bytes + txOrigin: metis_Bytes txNonce: BigInt } -input stagingscroll_OriginTransfer_filter { +input metis_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -155559,25 +154203,25 @@ input stagingscroll_OriginTransfer_filter { 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: stagingscroll_Bytes - transferId_not: stagingscroll_Bytes - transferId_gt: stagingscroll_Bytes - transferId_lt: stagingscroll_Bytes - transferId_gte: stagingscroll_Bytes - transferId_lte: stagingscroll_Bytes - transferId_in: [stagingscroll_Bytes!] - transferId_not_in: [stagingscroll_Bytes!] - transferId_contains: stagingscroll_Bytes - transferId_not_contains: stagingscroll_Bytes + 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: metis_Bytes + transferId_not: metis_Bytes + transferId_gt: metis_Bytes + transferId_lt: metis_Bytes + transferId_gte: metis_Bytes + transferId_lte: metis_Bytes + transferId_in: [metis_Bytes!] + transferId_not_in: [metis_Bytes!] + transferId_contains: metis_Bytes + transferId_not_contains: metis_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -155586,20 +154230,20 @@ input stagingscroll_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingscroll_TransferStatus - status_not: stagingscroll_TransferStatus - status_in: [stagingscroll_TransferStatus!] - status_not_in: [stagingscroll_TransferStatus!] - messageHash: stagingscroll_Bytes - messageHash_not: stagingscroll_Bytes - messageHash_gt: stagingscroll_Bytes - messageHash_lt: stagingscroll_Bytes - messageHash_gte: stagingscroll_Bytes - messageHash_lte: stagingscroll_Bytes - messageHash_in: [stagingscroll_Bytes!] - messageHash_not_in: [stagingscroll_Bytes!] - messageHash_contains: stagingscroll_Bytes - messageHash_not_contains: stagingscroll_Bytes + status: metis_TransferStatus + status_not: metis_TransferStatus + status_in: [metis_TransferStatus!] + status_not_in: [metis_TransferStatus!] + messageHash: metis_Bytes + messageHash_not: metis_Bytes + messageHash_gt: metis_Bytes + messageHash_lt: metis_Bytes + messageHash_gte: metis_Bytes + messageHash_lte: metis_Bytes + messageHash_in: [metis_Bytes!] + messageHash_not_in: [metis_Bytes!] + messageHash_contains: metis_Bytes + messageHash_not_contains: metis_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -155624,40 +154268,40 @@ input stagingscroll_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingscroll_Bytes - to_not: stagingscroll_Bytes - to_gt: stagingscroll_Bytes - to_lt: stagingscroll_Bytes - to_gte: stagingscroll_Bytes - to_lte: stagingscroll_Bytes - to_in: [stagingscroll_Bytes!] - to_not_in: [stagingscroll_Bytes!] - to_contains: stagingscroll_Bytes - to_not_contains: stagingscroll_Bytes - delegate: stagingscroll_Bytes - delegate_not: stagingscroll_Bytes - delegate_gt: stagingscroll_Bytes - delegate_lt: stagingscroll_Bytes - delegate_gte: stagingscroll_Bytes - delegate_lte: stagingscroll_Bytes - delegate_in: [stagingscroll_Bytes!] - delegate_not_in: [stagingscroll_Bytes!] - delegate_contains: stagingscroll_Bytes - delegate_not_contains: stagingscroll_Bytes + to: metis_Bytes + to_not: metis_Bytes + to_gt: metis_Bytes + to_lt: metis_Bytes + to_gte: metis_Bytes + to_lte: metis_Bytes + to_in: [metis_Bytes!] + to_not_in: [metis_Bytes!] + to_contains: metis_Bytes + to_not_contains: metis_Bytes + delegate: metis_Bytes + delegate_not: metis_Bytes + delegate_gt: metis_Bytes + delegate_lt: metis_Bytes + delegate_gte: metis_Bytes + delegate_lte: metis_Bytes + delegate_in: [metis_Bytes!] + delegate_not_in: [metis_Bytes!] + delegate_contains: metis_Bytes + delegate_not_contains: metis_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingscroll_Bytes - callData_not: stagingscroll_Bytes - callData_gt: stagingscroll_Bytes - callData_lt: stagingscroll_Bytes - callData_gte: stagingscroll_Bytes - callData_lte: stagingscroll_Bytes - callData_in: [stagingscroll_Bytes!] - callData_not_in: [stagingscroll_Bytes!] - callData_contains: stagingscroll_Bytes - callData_not_contains: stagingscroll_Bytes + callData: metis_Bytes + callData_not: metis_Bytes + callData_gt: metis_Bytes + callData_lt: metis_Bytes + callData_gte: metis_Bytes + callData_lte: metis_Bytes + callData_in: [metis_Bytes!] + callData_not_in: [metis_Bytes!] + callData_contains: metis_Bytes + callData_not_contains: metis_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -155666,16 +154310,16 @@ input stagingscroll_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingscroll_Bytes - originSender_not: stagingscroll_Bytes - originSender_gt: stagingscroll_Bytes - originSender_lt: stagingscroll_Bytes - originSender_gte: stagingscroll_Bytes - originSender_lte: stagingscroll_Bytes - originSender_in: [stagingscroll_Bytes!] - originSender_not_in: [stagingscroll_Bytes!] - originSender_contains: stagingscroll_Bytes - originSender_not_contains: stagingscroll_Bytes + originSender: metis_Bytes + originSender_not: metis_Bytes + originSender_gt: metis_Bytes + originSender_lt: metis_Bytes + originSender_gte: metis_Bytes + originSender_lte: metis_Bytes + originSender_in: [metis_Bytes!] + originSender_not_in: [metis_Bytes!] + originSender_contains: metis_Bytes + originSender_not_contains: metis_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -155692,16 +154336,16 @@ input stagingscroll_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingscroll_Bytes - canonicalId_not: stagingscroll_Bytes - canonicalId_gt: stagingscroll_Bytes - canonicalId_lt: stagingscroll_Bytes - canonicalId_gte: stagingscroll_Bytes - canonicalId_lte: stagingscroll_Bytes - canonicalId_in: [stagingscroll_Bytes!] - canonicalId_not_in: [stagingscroll_Bytes!] - canonicalId_contains: stagingscroll_Bytes - canonicalId_not_contains: stagingscroll_Bytes + canonicalId: metis_Bytes + canonicalId_not: metis_Bytes + canonicalId_gt: metis_Bytes + canonicalId_lt: metis_Bytes + canonicalId_gte: metis_Bytes + canonicalId_lte: metis_Bytes + canonicalId_in: [metis_Bytes!] + canonicalId_not_in: [metis_Bytes!] + canonicalId_contains: metis_Bytes + canonicalId_not_contains: metis_Bytes asset: String asset_not: String asset_gt: String @@ -155722,17 +154366,17 @@ input stagingscroll_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingscroll_Asset_filter - transactingAsset: stagingscroll_Bytes - transactingAsset_not: stagingscroll_Bytes - transactingAsset_gt: stagingscroll_Bytes - transactingAsset_lt: stagingscroll_Bytes - transactingAsset_gte: stagingscroll_Bytes - transactingAsset_lte: stagingscroll_Bytes - transactingAsset_in: [stagingscroll_Bytes!] - transactingAsset_not_in: [stagingscroll_Bytes!] - transactingAsset_contains: stagingscroll_Bytes - transactingAsset_not_contains: stagingscroll_Bytes + asset_: metis_Asset_filter + transactingAsset: metis_Bytes + transactingAsset_not: metis_Bytes + transactingAsset_gt: metis_Bytes + transactingAsset_lt: metis_Bytes + transactingAsset_gte: metis_Bytes + transactingAsset_lte: metis_Bytes + transactingAsset_in: [metis_Bytes!] + transactingAsset_not_in: [metis_Bytes!] + transactingAsset_contains: metis_Bytes + transactingAsset_not_contains: metis_Bytes message: String message_not: String message_gt: String @@ -155753,7 +154397,7 @@ input stagingscroll_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingscroll_OriginMessage_filter + message_: metis_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -155768,555 +154412,37 @@ input stagingscroll_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingscroll_RelayerFee_filter - initialRelayerFeeAsset: stagingscroll_Bytes - initialRelayerFeeAsset_not: stagingscroll_Bytes - initialRelayerFeeAsset_gt: stagingscroll_Bytes - initialRelayerFeeAsset_lt: stagingscroll_Bytes - initialRelayerFeeAsset_gte: stagingscroll_Bytes - initialRelayerFeeAsset_lte: stagingscroll_Bytes - initialRelayerFeeAsset_in: [stagingscroll_Bytes!] - initialRelayerFeeAsset_not_in: [stagingscroll_Bytes!] - initialRelayerFeeAsset_contains: stagingscroll_Bytes - initialRelayerFeeAsset_not_contains: stagingscroll_Bytes - caller: stagingscroll_Bytes - caller_not: stagingscroll_Bytes - caller_gt: stagingscroll_Bytes - caller_lt: stagingscroll_Bytes - caller_gte: stagingscroll_Bytes - caller_lte: stagingscroll_Bytes - caller_in: [stagingscroll_Bytes!] - caller_not_in: [stagingscroll_Bytes!] - caller_contains: stagingscroll_Bytes - caller_not_contains: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes - transactionHash_not: stagingscroll_Bytes - transactionHash_gt: stagingscroll_Bytes - transactionHash_lt: stagingscroll_Bytes - transactionHash_gte: stagingscroll_Bytes - transactionHash_lte: stagingscroll_Bytes - transactionHash_in: [stagingscroll_Bytes!] - transactionHash_not_in: [stagingscroll_Bytes!] - transactionHash_contains: stagingscroll_Bytes - transactionHash_not_contains: stagingscroll_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: stagingscroll_Bytes - txOrigin_not: stagingscroll_Bytes - txOrigin_gt: stagingscroll_Bytes - txOrigin_lt: stagingscroll_Bytes - txOrigin_gte: stagingscroll_Bytes - txOrigin_lte: stagingscroll_Bytes - txOrigin_in: [stagingscroll_Bytes!] - txOrigin_not_in: [stagingscroll_Bytes!] - txOrigin_contains: stagingscroll_Bytes - txOrigin_not_contains: stagingscroll_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: stagingscroll_BlockChangedFilter - and: [stagingscroll_OriginTransfer_filter] - or: [stagingscroll_OriginTransfer_filter] -} - -enum stagingscroll_OriginTransfer_orderBy { - id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type stagingscroll_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingscroll_Bytes -} - -type stagingscroll_RelayerFee { - id: ID! - transfer: stagingscroll_OriginTransfer! - fee: BigInt! - asset: stagingscroll_Bytes! -} - -input stagingscroll_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_: stagingscroll_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: stagingscroll_Bytes - asset_not: stagingscroll_Bytes - asset_gt: stagingscroll_Bytes - asset_lt: stagingscroll_Bytes - asset_gte: stagingscroll_Bytes - asset_lte: stagingscroll_Bytes - asset_in: [stagingscroll_Bytes!] - asset_not_in: [stagingscroll_Bytes!] - asset_contains: stagingscroll_Bytes - asset_not_contains: stagingscroll_Bytes - """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_RelayerFee_filter] - or: [stagingscroll_RelayerFee_filter] -} - -enum stagingscroll_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 stagingscroll_RelayerFeesIncrease { - id: ID! - transfer: stagingscroll_OriginTransfer! - increase: BigInt - asset: stagingscroll_Bytes - caller: stagingscroll_Bytes! - transactionHash: stagingscroll_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input stagingscroll_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_: stagingscroll_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: stagingscroll_Bytes - asset_not: stagingscroll_Bytes - asset_gt: stagingscroll_Bytes - asset_lt: stagingscroll_Bytes - asset_gte: stagingscroll_Bytes - asset_lte: stagingscroll_Bytes - asset_in: [stagingscroll_Bytes!] - asset_not_in: [stagingscroll_Bytes!] - asset_contains: stagingscroll_Bytes - asset_not_contains: stagingscroll_Bytes - caller: stagingscroll_Bytes - caller_not: stagingscroll_Bytes - caller_gt: stagingscroll_Bytes - caller_lt: stagingscroll_Bytes - caller_gte: stagingscroll_Bytes - caller_lte: stagingscroll_Bytes - caller_in: [stagingscroll_Bytes!] - caller_not_in: [stagingscroll_Bytes!] - caller_contains: stagingscroll_Bytes - caller_not_contains: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes - transactionHash_not: stagingscroll_Bytes - transactionHash_gt: stagingscroll_Bytes - transactionHash_lt: stagingscroll_Bytes - transactionHash_gte: stagingscroll_Bytes - transactionHash_lte: stagingscroll_Bytes - transactionHash_in: [stagingscroll_Bytes!] - transactionHash_not_in: [stagingscroll_Bytes!] - transactionHash_contains: stagingscroll_Bytes - transactionHash_not_contains: stagingscroll_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: stagingscroll_BlockChangedFilter - and: [stagingscroll_RelayerFeesIncrease_filter] - or: [stagingscroll_RelayerFeesIncrease_filter] -} - -enum stagingscroll_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 stagingscroll_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: stagingscroll_Bytes - relayer_not: stagingscroll_Bytes - relayer_gt: stagingscroll_Bytes - relayer_lt: stagingscroll_Bytes - relayer_gte: stagingscroll_Bytes - relayer_lte: stagingscroll_Bytes - relayer_in: [stagingscroll_Bytes!] - relayer_not_in: [stagingscroll_Bytes!] - relayer_contains: stagingscroll_Bytes - relayer_not_contains: stagingscroll_Bytes - """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_Relayer_filter] - or: [stagingscroll_Relayer_filter] -} - -enum stagingscroll_Relayer_orderBy { - id - isActive - relayer -} - -type stagingscroll_RootCount { - id: ID! - count: BigInt -} - -input stagingscroll_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: stagingscroll_BlockChangedFilter - and: [stagingscroll_RootCount_filter] - or: [stagingscroll_RootCount_filter] -} - -enum stagingscroll_RootCount_orderBy { - id - count -} - -type stagingscroll_RootMessageSent { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingscroll_Bytes - count: BigInt - caller: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt -} - -input stagingscroll_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: stagingscroll_Bytes - root_not: stagingscroll_Bytes - root_gt: stagingscroll_Bytes - root_lt: stagingscroll_Bytes - root_gte: stagingscroll_Bytes - root_lte: stagingscroll_Bytes - root_in: [stagingscroll_Bytes!] - root_not_in: [stagingscroll_Bytes!] - root_contains: stagingscroll_Bytes - root_not_contains: stagingscroll_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: stagingscroll_Bytes - caller_not: stagingscroll_Bytes - caller_gt: stagingscroll_Bytes - caller_lt: stagingscroll_Bytes - caller_gte: stagingscroll_Bytes - caller_lte: stagingscroll_Bytes - caller_in: [stagingscroll_Bytes!] - caller_not_in: [stagingscroll_Bytes!] - caller_contains: stagingscroll_Bytes - caller_not_contains: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes - transactionHash_not: stagingscroll_Bytes - transactionHash_gt: stagingscroll_Bytes - transactionHash_lt: stagingscroll_Bytes - transactionHash_gte: stagingscroll_Bytes - transactionHash_lte: stagingscroll_Bytes - transactionHash_in: [stagingscroll_Bytes!] - transactionHash_not_in: [stagingscroll_Bytes!] - transactionHash_contains: stagingscroll_Bytes - transactionHash_not_contains: stagingscroll_Bytes + relayerFees_: metis_RelayerFee_filter + initialRelayerFeeAsset: metis_Bytes + initialRelayerFeeAsset_not: metis_Bytes + initialRelayerFeeAsset_gt: metis_Bytes + initialRelayerFeeAsset_lt: metis_Bytes + initialRelayerFeeAsset_gte: metis_Bytes + initialRelayerFeeAsset_lte: metis_Bytes + initialRelayerFeeAsset_in: [metis_Bytes!] + initialRelayerFeeAsset_not_in: [metis_Bytes!] + initialRelayerFeeAsset_contains: metis_Bytes + initialRelayerFeeAsset_not_contains: metis_Bytes + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -156344,295 +154470,54 @@ input stagingscroll_RootMessageSent_filter { blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_RootMessageSent_filter] - or: [stagingscroll_RootMessageSent_filter] -} - -enum stagingscroll_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingscroll_Router { - id: ID! - isActive: Boolean! - owner: stagingscroll_Bytes - recipient: stagingscroll_Bytes - proposedOwner: stagingscroll_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingscroll_AssetBalance_orderBy, orderDirection: stagingscroll_OrderDirection, where: stagingscroll_AssetBalance_filter): [stagingscroll_AssetBalance!]! -} - -type stagingscroll_RouterDailyTVL { - id: ID! - router: stagingscroll_Router! - asset: stagingscroll_Asset! - timestamp: BigInt! - balance: BigInt! -} - -input stagingscroll_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_: stagingscroll_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_: stagingscroll_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: stagingscroll_BlockChangedFilter - and: [stagingscroll_RouterDailyTVL_filter] - or: [stagingscroll_RouterDailyTVL_filter] -} - -enum stagingscroll_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance -} - -type stagingscroll_RouterLiquidityEvent { - id: ID! - type: stagingscroll_RouterLiquidityEventType - router: stagingscroll_Router! - asset: stagingscroll_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingscroll_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: stagingscroll_Bytes! - nonce: BigInt! -} - -enum stagingscroll_RouterLiquidityEventType { - Add - Remove -} - -input stagingscroll_RouterLiquidityEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - type: stagingscroll_RouterLiquidityEventType - type_not: stagingscroll_RouterLiquidityEventType - type_in: [stagingscroll_RouterLiquidityEventType!] - type_not_in: [stagingscroll_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingscroll_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_: stagingscroll_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: stagingscroll_Bytes - caller_not: stagingscroll_Bytes - caller_gt: stagingscroll_Bytes - caller_lt: stagingscroll_Bytes - caller_gte: stagingscroll_Bytes - caller_lte: stagingscroll_Bytes - caller_in: [stagingscroll_Bytes!] - caller_not_in: [stagingscroll_Bytes!] - caller_contains: stagingscroll_Bytes - caller_not_contains: stagingscroll_Bytes - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: stagingscroll_Bytes - transactionHash_not: stagingscroll_Bytes - transactionHash_gt: stagingscroll_Bytes - transactionHash_lt: stagingscroll_Bytes - transactionHash_gte: stagingscroll_Bytes - transactionHash_lte: stagingscroll_Bytes - transactionHash_in: [stagingscroll_Bytes!] - transactionHash_not_in: [stagingscroll_Bytes!] - transactionHash_contains: stagingscroll_Bytes - transactionHash_not_contains: stagingscroll_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + txOrigin: metis_Bytes + txOrigin_not: metis_Bytes + txOrigin_gt: metis_Bytes + txOrigin_lt: metis_Bytes + txOrigin_gte: metis_Bytes + txOrigin_lte: metis_Bytes + txOrigin_in: [metis_Bytes!] + txOrigin_not_in: [metis_Bytes!] + txOrigin_contains: metis_Bytes + txOrigin_not_contains: metis_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: stagingscroll_BlockChangedFilter - and: [stagingscroll_RouterLiquidityEvent_filter] - or: [stagingscroll_RouterLiquidityEvent_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OriginTransfer_filter] + or: [metis_OriginTransfer_filter] } -enum stagingscroll_RouterLiquidityEvent_orderBy { +enum metis_OriginTransfer_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId asset asset__id asset__key @@ -156643,131 +154528,44 @@ enum stagingscroll_RouterLiquidityEvent_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - amount - balance + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset caller - blockNumber - timestamp transactionHash - nonce -} - -input stagingscroll_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: stagingscroll_Bytes - owner_not: stagingscroll_Bytes - owner_gt: stagingscroll_Bytes - owner_lt: stagingscroll_Bytes - owner_gte: stagingscroll_Bytes - owner_lte: stagingscroll_Bytes - owner_in: [stagingscroll_Bytes!] - owner_not_in: [stagingscroll_Bytes!] - owner_contains: stagingscroll_Bytes - owner_not_contains: stagingscroll_Bytes - recipient: stagingscroll_Bytes - recipient_not: stagingscroll_Bytes - recipient_gt: stagingscroll_Bytes - recipient_lt: stagingscroll_Bytes - recipient_gte: stagingscroll_Bytes - recipient_lte: stagingscroll_Bytes - recipient_in: [stagingscroll_Bytes!] - recipient_not_in: [stagingscroll_Bytes!] - recipient_contains: stagingscroll_Bytes - recipient_not_contains: stagingscroll_Bytes - proposedOwner: stagingscroll_Bytes - proposedOwner_not: stagingscroll_Bytes - proposedOwner_gt: stagingscroll_Bytes - proposedOwner_lt: stagingscroll_Bytes - proposedOwner_gte: stagingscroll_Bytes - proposedOwner_lte: stagingscroll_Bytes - proposedOwner_in: [stagingscroll_Bytes!] - proposedOwner_not_in: [stagingscroll_Bytes!] - proposedOwner_contains: stagingscroll_Bytes - proposedOwner_not_contains: stagingscroll_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_: stagingscroll_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_Router_filter] - or: [stagingscroll_Router_filter] -} - -enum stagingscroll_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type stagingscroll_Sequencer { +type metis_Relayer { id: ID! isActive: Boolean! - sequencer: stagingscroll_Bytes -} - -input stagingscroll_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: stagingscroll_Bytes - sequencer_not: stagingscroll_Bytes - sequencer_gt: stagingscroll_Bytes - sequencer_lt: stagingscroll_Bytes - sequencer_gte: stagingscroll_Bytes - sequencer_lte: stagingscroll_Bytes - sequencer_in: [stagingscroll_Bytes!] - sequencer_not_in: [stagingscroll_Bytes!] - sequencer_contains: stagingscroll_Bytes - sequencer_not_contains: stagingscroll_Bytes - """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_Sequencer_filter] - or: [stagingscroll_Sequencer_filter] -} - -enum stagingscroll_Sequencer_orderBy { - id - isActive - sequencer + relayer: metis_Bytes } -type stagingscroll_Setting { +type metis_RelayerFee { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingscroll_Bytes! + transfer: metis_OriginTransfer! + fee: BigInt! + asset: metis_Bytes! } -input stagingscroll_Setting_filter { +input metis_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -156776,49 +154574,101 @@ input stagingscroll_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: stagingscroll_Bytes - caller_not: stagingscroll_Bytes - caller_gt: stagingscroll_Bytes - caller_lt: stagingscroll_Bytes - caller_gte: stagingscroll_Bytes - caller_lte: stagingscroll_Bytes - caller_in: [stagingscroll_Bytes!] - caller_not_in: [stagingscroll_Bytes!] - caller_contains: stagingscroll_Bytes - caller_not_contains: stagingscroll_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_: metis_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: metis_Bytes + asset_not: metis_Bytes + asset_gt: metis_Bytes + asset_lt: metis_Bytes + asset_gte: metis_Bytes + asset_lte: metis_Bytes + asset_in: [metis_Bytes!] + asset_not_in: [metis_Bytes!] + asset_contains: metis_Bytes + asset_not_contains: metis_Bytes """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_Setting_filter] - or: [stagingscroll_Setting_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RelayerFee_filter] + or: [metis_RelayerFee_filter] } -enum stagingscroll_Setting_orderBy { +enum metis_RelayerFee_orderBy { id - maxRoutersPerTransfer - caller + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + fee + asset } -type stagingscroll_SlippageUpdate { +type metis_RelayerFeesIncrease { id: ID! - transfer: stagingscroll_DestinationTransfer! - slippage: BigInt! - caller: stagingscroll_Bytes! - transactionHash: stagingscroll_Bytes! + transfer: metis_OriginTransfer! + increase: BigInt + asset: metis_Bytes + caller: metis_Bytes! + transactionHash: metis_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingscroll_SlippageUpdate_filter { +input metis_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -156847,35 +154697,45 @@ input stagingscroll_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingscroll_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: stagingscroll_Bytes - caller_not: stagingscroll_Bytes - caller_gt: stagingscroll_Bytes - caller_lt: stagingscroll_Bytes - caller_gte: stagingscroll_Bytes - caller_lte: stagingscroll_Bytes - caller_in: [stagingscroll_Bytes!] - caller_not_in: [stagingscroll_Bytes!] - caller_contains: stagingscroll_Bytes - caller_not_contains: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes - transactionHash_not: stagingscroll_Bytes - transactionHash_gt: stagingscroll_Bytes - transactionHash_lt: stagingscroll_Bytes - transactionHash_gte: stagingscroll_Bytes - transactionHash_lte: stagingscroll_Bytes - transactionHash_in: [stagingscroll_Bytes!] - transactionHash_not_in: [stagingscroll_Bytes!] - transactionHash_contains: stagingscroll_Bytes - transactionHash_not_contains: stagingscroll_Bytes + transfer_: metis_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: metis_Bytes + asset_not: metis_Bytes + asset_gt: metis_Bytes + asset_lt: metis_Bytes + asset_gte: metis_Bytes + asset_lte: metis_Bytes + asset_in: [metis_Bytes!] + asset_not_in: [metis_Bytes!] + asset_contains: metis_Bytes + asset_not_contains: metis_Bytes + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -156909,12 +154769,12 @@ input stagingscroll_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_SlippageUpdate_filter] - or: [stagingscroll_SlippageUpdate_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RelayerFeesIncrease_filter] + or: [metis_RelayerFeesIncrease_filter] } -enum stagingscroll_SlippageUpdate_orderBy { +enum metis_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -156922,6 +154782,7 @@ enum stagingscroll_SlippageUpdate_orderBy { transfer__transferId transfer__nonce transfer__status + transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -156930,30 +154791,23 @@ enum stagingscroll_SlippageUpdate_orderBy { transfer__receiveLocal transfer__callData transfer__slippage - transfer__bumpSlippageCount transfer__originSender transfer__bridgedAmt transfer__normalizedIn transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset caller transactionHash timestamp @@ -156962,321 +154816,7 @@ enum stagingscroll_SlippageUpdate_orderBy { blockNumber } -type stagingscroll_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: stagingscroll_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input stagingscroll_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: stagingscroll_Bytes - root_not: stagingscroll_Bytes - root_gt: stagingscroll_Bytes - root_lt: stagingscroll_Bytes - root_gte: stagingscroll_Bytes - root_lte: stagingscroll_Bytes - root_in: [stagingscroll_Bytes!] - root_not_in: [stagingscroll_Bytes!] - root_contains: stagingscroll_Bytes - root_not_contains: stagingscroll_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: stagingscroll_BlockChangedFilter - and: [stagingscroll_SnapshotRoot_filter] - or: [stagingscroll_SnapshotRoot_filter] -} - -enum stagingscroll_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type stagingscroll_SpokeConnectorMode { - id: ID! - mode: String! -} - -input stagingscroll_SpokeConnectorMode_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String - """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_SpokeConnectorMode_filter] - or: [stagingscroll_SpokeConnectorMode_filter] -} - -enum stagingscroll_SpokeConnectorMode_orderBy { - id - mode -} - -enum stagingscroll_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type stagingscroll__Block_ { - """The hash of the block""" - hash: stagingscroll_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: stagingscroll_Bytes -} - -"""The type for the top-level _meta field""" -type stagingscroll__Meta_ { - """ - Information 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: stagingscroll__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type stagingzksync_AggregateRoot { - id: ID! - root: stagingzksync_Bytes! - blockNumber: BigInt! -} - -type stagingzksync_AggregateRootProposed { - id: ID! - aggregateRoot: stagingzksync_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input stagingzksync_AggregateRootProposed_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - aggregateRoot: stagingzksync_Bytes - aggregateRoot_not: stagingzksync_Bytes - aggregateRoot_gt: stagingzksync_Bytes - aggregateRoot_lt: stagingzksync_Bytes - aggregateRoot_gte: stagingzksync_Bytes - aggregateRoot_lte: stagingzksync_Bytes - aggregateRoot_in: [stagingzksync_Bytes!] - aggregateRoot_not_in: [stagingzksync_Bytes!] - aggregateRoot_contains: stagingzksync_Bytes - aggregateRoot_not_contains: stagingzksync_Bytes - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_AggregateRootProposed_filter] - or: [stagingzksync_AggregateRootProposed_filter] -} - -enum stagingzksync_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input stagingzksync_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: stagingzksync_Bytes - root_not: stagingzksync_Bytes - root_gt: stagingzksync_Bytes - root_lt: stagingzksync_Bytes - root_gte: stagingzksync_Bytes - root_lte: stagingzksync_Bytes - root_in: [stagingzksync_Bytes!] - root_not_in: [stagingzksync_Bytes!] - root_contains: stagingzksync_Bytes - root_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter - and: [stagingzksync_AggregateRoot_filter] - or: [stagingzksync_AggregateRoot_filter] -} - -enum stagingzksync_AggregateRoot_orderBy { - id - root - blockNumber -} - -enum stagingzksync_Aggregation_interval { - hour - day -} - -type stagingzksync_Asset { - id: ID! - key: stagingzksync_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: stagingzksync_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingzksync_Bytes - localAsset: stagingzksync_Bytes - blockNumber: BigInt - status: stagingzksync_AssetStatus -} - -type stagingzksync_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingzksync_Router! - asset: stagingzksync_Asset! - feesEarned: BigInt! -} - -input stagingzksync_AssetBalance_filter { +input metis_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -157285,150 +154825,38 @@ input stagingzksync_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_: stagingzksync_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_: stagingzksync_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!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: metis_Bytes + relayer_not: metis_Bytes + relayer_gt: metis_Bytes + relayer_lt: metis_Bytes + relayer_gte: metis_Bytes + relayer_lte: metis_Bytes + relayer_in: [metis_Bytes!] + relayer_not_in: [metis_Bytes!] + relayer_contains: metis_Bytes + relayer_not_contains: metis_Bytes """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_AssetBalance_filter] - or: [stagingzksync_AssetBalance_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Relayer_filter] + or: [metis_Relayer_filter] } -enum stagingzksync_AssetBalance_orderBy { +enum metis_Relayer_orderBy { id - amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned + isActive + relayer } -type stagingzksync_AssetStatus { +type metis_RootCount { id: ID! - status: Boolean -} - -input stagingzksync_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: stagingzksync_BlockChangedFilter - and: [stagingzksync_AssetStatus_filter] - or: [stagingzksync_AssetStatus_filter] -} - -enum stagingzksync_AssetStatus_orderBy { - id - status + count: BigInt } -input stagingzksync_Asset_filter { +input metis_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -157437,144 +154865,40 @@ input stagingzksync_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingzksync_Bytes - key_not: stagingzksync_Bytes - key_gt: stagingzksync_Bytes - key_lt: stagingzksync_Bytes - key_gte: stagingzksync_Bytes - key_lte: stagingzksync_Bytes - key_in: [stagingzksync_Bytes!] - key_not_in: [stagingzksync_Bytes!] - key_contains: stagingzksync_Bytes - key_not_contains: stagingzksync_Bytes - decimal: BigInt - decimal_not: BigInt - decimal_gt: BigInt - decimal_lt: BigInt - decimal_gte: BigInt - decimal_lte: BigInt - decimal_in: [BigInt!] - decimal_not_in: [BigInt!] - adoptedDecimal: BigInt - adoptedDecimal_not: BigInt - adoptedDecimal_gt: BigInt - adoptedDecimal_lt: BigInt - adoptedDecimal_gte: BigInt - adoptedDecimal_lte: BigInt - adoptedDecimal_in: [BigInt!] - adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingzksync_Bytes - canonicalId_not: stagingzksync_Bytes - canonicalId_gt: stagingzksync_Bytes - canonicalId_lt: stagingzksync_Bytes - canonicalId_gte: stagingzksync_Bytes - canonicalId_lte: stagingzksync_Bytes - canonicalId_in: [stagingzksync_Bytes!] - canonicalId_not_in: [stagingzksync_Bytes!] - canonicalId_contains: stagingzksync_Bytes - canonicalId_not_contains: stagingzksync_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: stagingzksync_Bytes - adoptedAsset_not: stagingzksync_Bytes - adoptedAsset_gt: stagingzksync_Bytes - adoptedAsset_lt: stagingzksync_Bytes - adoptedAsset_gte: stagingzksync_Bytes - adoptedAsset_lte: stagingzksync_Bytes - adoptedAsset_in: [stagingzksync_Bytes!] - adoptedAsset_not_in: [stagingzksync_Bytes!] - adoptedAsset_contains: stagingzksync_Bytes - adoptedAsset_not_contains: stagingzksync_Bytes - localAsset: stagingzksync_Bytes - localAsset_not: stagingzksync_Bytes - localAsset_gt: stagingzksync_Bytes - localAsset_lt: stagingzksync_Bytes - localAsset_gte: stagingzksync_Bytes - localAsset_lte: stagingzksync_Bytes - localAsset_in: [stagingzksync_Bytes!] - localAsset_not_in: [stagingzksync_Bytes!] - localAsset_contains: stagingzksync_Bytes - localAsset_not_contains: stagingzksync_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_: stagingzksync_AssetStatus_filter + 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_Asset_filter] - or: [stagingzksync_Asset_filter] -} - -enum stagingzksync_Asset_orderBy { - id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingzksync_BigDecimal - -input stagingzksync_BlockChangedFilter { - number_gte: Int! -} - -input stagingzksync_Block_height { - hash: stagingzksync_Bytes - number: Int - number_gte: Int + _change_block: metis_BlockChangedFilter + and: [metis_RootCount_filter] + or: [metis_RootCount_filter] } -scalar stagingzksync_Bytes +enum metis_RootCount_orderBy { + id + count +} -type stagingzksync_ConnectorMeta { +type metis_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingzksync_Bytes - rootManager: stagingzksync_Bytes - mirrorConnector: stagingzksync_Bytes + root: metis_Bytes + count: BigInt + caller: metis_Bytes + transactionHash: metis_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input stagingzksync_ConnectorMeta_filter { +input metis_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -157599,93 +154923,115 @@ input stagingzksync_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingzksync_Bytes - amb_not: stagingzksync_Bytes - amb_gt: stagingzksync_Bytes - amb_lt: stagingzksync_Bytes - amb_gte: stagingzksync_Bytes - amb_lte: stagingzksync_Bytes - amb_in: [stagingzksync_Bytes!] - amb_not_in: [stagingzksync_Bytes!] - amb_contains: stagingzksync_Bytes - amb_not_contains: stagingzksync_Bytes - rootManager: stagingzksync_Bytes - rootManager_not: stagingzksync_Bytes - rootManager_gt: stagingzksync_Bytes - rootManager_lt: stagingzksync_Bytes - rootManager_gte: stagingzksync_Bytes - rootManager_lte: stagingzksync_Bytes - rootManager_in: [stagingzksync_Bytes!] - rootManager_not_in: [stagingzksync_Bytes!] - rootManager_contains: stagingzksync_Bytes - rootManager_not_contains: stagingzksync_Bytes - mirrorConnector: stagingzksync_Bytes - mirrorConnector_not: stagingzksync_Bytes - mirrorConnector_gt: stagingzksync_Bytes - mirrorConnector_lt: stagingzksync_Bytes - mirrorConnector_gte: stagingzksync_Bytes - mirrorConnector_lte: stagingzksync_Bytes - mirrorConnector_in: [stagingzksync_Bytes!] - mirrorConnector_not_in: [stagingzksync_Bytes!] - mirrorConnector_contains: stagingzksync_Bytes - mirrorConnector_not_contains: stagingzksync_Bytes + root: metis_Bytes + root_not: metis_Bytes + root_gt: metis_Bytes + root_lt: metis_Bytes + root_gte: metis_Bytes + root_lte: metis_Bytes + root_in: [metis_Bytes!] + root_not_in: [metis_Bytes!] + root_contains: metis_Bytes + root_not_contains: metis_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: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_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: stagingzksync_BlockChangedFilter - and: [stagingzksync_ConnectorMeta_filter] - or: [stagingzksync_ConnectorMeta_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RootMessageSent_filter] + or: [metis_RootMessageSent_filter] } -enum stagingzksync_ConnectorMeta_orderBy { +enum metis_RootMessageSent_orderBy { id spokeDomain hubDomain - amb - rootManager - mirrorConnector + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type stagingzksync_DestinationTransfer { +type metis_Router { id: ID! - chainId: BigInt - transferId: stagingzksync_Bytes - nonce: BigInt - status: stagingzksync_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_Router_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_Router_filter): [stagingzksync_Router!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingzksync_Bytes - delegate: stagingzksync_Bytes - receiveLocal: Boolean - callData: stagingzksync_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: stagingzksync_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingzksync_Bytes - asset: stagingzksync_Asset - amount: BigInt - routersFee: BigInt - executedCaller: stagingzksync_Bytes - executedTransactionHash: stagingzksync_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: stagingzksync_Bytes - executedTxNonce: BigInt - reconciledCaller: stagingzksync_Bytes - reconciledTransactionHash: stagingzksync_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingzksync_Bytes - reconciledTxNonce: BigInt + isActive: Boolean! + owner: metis_Bytes + recipient: metis_Bytes + proposedOwner: metis_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: metis_AssetBalance_orderBy, orderDirection: metis_OrderDirection, where: metis_AssetBalance_filter): [metis_AssetBalance!]! } -input stagingzksync_DestinationTransfer_filter { +type metis_RouterDailyTVL { + id: ID! + router: metis_Router! + asset: metis_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input metis_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -157694,153 +155040,27 @@ input stagingzksync_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: stagingzksync_Bytes - transferId_not: stagingzksync_Bytes - transferId_gt: stagingzksync_Bytes - transferId_lt: stagingzksync_Bytes - transferId_gte: stagingzksync_Bytes - transferId_lte: stagingzksync_Bytes - transferId_in: [stagingzksync_Bytes!] - transferId_not_in: [stagingzksync_Bytes!] - transferId_contains: stagingzksync_Bytes - transferId_not_contains: stagingzksync_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: stagingzksync_TransferStatus - status_not: stagingzksync_TransferStatus - status_in: [stagingzksync_TransferStatus!] - status_not_in: [stagingzksync_TransferStatus!] - routers: [String!] - routers_not: [String!] - routers_contains: [String!] - routers_contains_nocase: [String!] - routers_not_contains: [String!] - routers_not_contains_nocase: [String!] - routers_: stagingzksync_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: stagingzksync_Bytes - to_not: stagingzksync_Bytes - to_gt: stagingzksync_Bytes - to_lt: stagingzksync_Bytes - to_gte: stagingzksync_Bytes - to_lte: stagingzksync_Bytes - to_in: [stagingzksync_Bytes!] - to_not_in: [stagingzksync_Bytes!] - to_contains: stagingzksync_Bytes - to_not_contains: stagingzksync_Bytes - delegate: stagingzksync_Bytes - delegate_not: stagingzksync_Bytes - delegate_gt: stagingzksync_Bytes - delegate_lt: stagingzksync_Bytes - delegate_gte: stagingzksync_Bytes - delegate_lte: stagingzksync_Bytes - delegate_in: [stagingzksync_Bytes!] - delegate_not_in: [stagingzksync_Bytes!] - delegate_contains: stagingzksync_Bytes - delegate_not_contains: stagingzksync_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingzksync_Bytes - callData_not: stagingzksync_Bytes - callData_gt: stagingzksync_Bytes - callData_lt: stagingzksync_Bytes - callData_gte: stagingzksync_Bytes - callData_lte: stagingzksync_Bytes - callData_in: [stagingzksync_Bytes!] - callData_not_in: [stagingzksync_Bytes!] - callData_contains: stagingzksync_Bytes - callData_not_contains: stagingzksync_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: stagingzksync_Bytes - originSender_not: stagingzksync_Bytes - originSender_gt: stagingzksync_Bytes - originSender_lt: stagingzksync_Bytes - originSender_gte: stagingzksync_Bytes - originSender_lte: stagingzksync_Bytes - originSender_in: [stagingzksync_Bytes!] - originSender_not_in: [stagingzksync_Bytes!] - originSender_contains: stagingzksync_Bytes - originSender_not_contains: stagingzksync_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: stagingzksync_Bytes - canonicalId_not: stagingzksync_Bytes - canonicalId_gt: stagingzksync_Bytes - canonicalId_lt: stagingzksync_Bytes - canonicalId_gte: stagingzksync_Bytes - canonicalId_lte: stagingzksync_Bytes - canonicalId_in: [stagingzksync_Bytes!] - canonicalId_not_in: [stagingzksync_Bytes!] - canonicalId_contains: stagingzksync_Bytes - canonicalId_not_contains: stagingzksync_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_: metis_Router_filter asset: String asset_not: String asset_gt: String @@ -157861,189 +155081,38 @@ input stagingzksync_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingzksync_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: stagingzksync_Bytes - executedCaller_not: stagingzksync_Bytes - executedCaller_gt: stagingzksync_Bytes - executedCaller_lt: stagingzksync_Bytes - executedCaller_gte: stagingzksync_Bytes - executedCaller_lte: stagingzksync_Bytes - executedCaller_in: [stagingzksync_Bytes!] - executedCaller_not_in: [stagingzksync_Bytes!] - executedCaller_contains: stagingzksync_Bytes - executedCaller_not_contains: stagingzksync_Bytes - executedTransactionHash: stagingzksync_Bytes - executedTransactionHash_not: stagingzksync_Bytes - executedTransactionHash_gt: stagingzksync_Bytes - executedTransactionHash_lt: stagingzksync_Bytes - executedTransactionHash_gte: stagingzksync_Bytes - executedTransactionHash_lte: stagingzksync_Bytes - executedTransactionHash_in: [stagingzksync_Bytes!] - executedTransactionHash_not_in: [stagingzksync_Bytes!] - executedTransactionHash_contains: stagingzksync_Bytes - executedTransactionHash_not_contains: stagingzksync_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: stagingzksync_Bytes - executedTxOrigin_not: stagingzksync_Bytes - executedTxOrigin_gt: stagingzksync_Bytes - executedTxOrigin_lt: stagingzksync_Bytes - executedTxOrigin_gte: stagingzksync_Bytes - executedTxOrigin_lte: stagingzksync_Bytes - executedTxOrigin_in: [stagingzksync_Bytes!] - executedTxOrigin_not_in: [stagingzksync_Bytes!] - executedTxOrigin_contains: stagingzksync_Bytes - executedTxOrigin_not_contains: stagingzksync_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: stagingzksync_Bytes - reconciledCaller_not: stagingzksync_Bytes - reconciledCaller_gt: stagingzksync_Bytes - reconciledCaller_lt: stagingzksync_Bytes - reconciledCaller_gte: stagingzksync_Bytes - reconciledCaller_lte: stagingzksync_Bytes - reconciledCaller_in: [stagingzksync_Bytes!] - reconciledCaller_not_in: [stagingzksync_Bytes!] - reconciledCaller_contains: stagingzksync_Bytes - reconciledCaller_not_contains: stagingzksync_Bytes - reconciledTransactionHash: stagingzksync_Bytes - reconciledTransactionHash_not: stagingzksync_Bytes - reconciledTransactionHash_gt: stagingzksync_Bytes - reconciledTransactionHash_lt: stagingzksync_Bytes - reconciledTransactionHash_gte: stagingzksync_Bytes - reconciledTransactionHash_lte: stagingzksync_Bytes - reconciledTransactionHash_in: [stagingzksync_Bytes!] - reconciledTransactionHash_not_in: [stagingzksync_Bytes!] - reconciledTransactionHash_contains: stagingzksync_Bytes - reconciledTransactionHash_not_contains: stagingzksync_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: stagingzksync_Bytes - reconciledTxOrigin_not: stagingzksync_Bytes - reconciledTxOrigin_gt: stagingzksync_Bytes - reconciledTxOrigin_lt: stagingzksync_Bytes - reconciledTxOrigin_gte: stagingzksync_Bytes - reconciledTxOrigin_lte: stagingzksync_Bytes - reconciledTxOrigin_in: [stagingzksync_Bytes!] - reconciledTxOrigin_not_in: [stagingzksync_Bytes!] - reconciledTxOrigin_contains: stagingzksync_Bytes - reconciledTxOrigin_not_contains: stagingzksync_Bytes - reconciledTxNonce: BigInt - reconciledTxNonce_not: BigInt - reconciledTxNonce_gt: BigInt - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] + asset_: metis_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: stagingzksync_BlockChangedFilter - and: [stagingzksync_DestinationTransfer_filter] - or: [stagingzksync_DestinationTransfer_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RouterDailyTVL_filter] + or: [metis_RouterDailyTVL_filter] } -enum stagingzksync_DestinationTransfer_orderBy { +enum metis_RouterDailyTVL_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -158054,40 +155123,30 @@ enum stagingzksync_DestinationTransfer_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + timestamp + balance } -""" -8 bytes signed integer - -""" -scalar stagingzksync_Int8 - -type stagingzksync_OptimisticRootFinalized { +type metis_RouterLiquidityEvent { id: ID! - aggregateRoot: stagingzksync_Bytes! + type: metis_RouterLiquidityEventType + router: metis_Router! + asset: metis_Asset! + amount: BigInt! + balance: BigInt! + caller: metis_Bytes + blockNumber: BigInt! timestamp: BigInt! - blockNumber: BigInt + transactionHash: metis_Bytes! + nonce: BigInt! } -input stagingzksync_OptimisticRootFinalized_filter { +enum metis_RouterLiquidityEventType { + Add + Remove +} + +input metis_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -158096,24 +155155,78 @@ input stagingzksync_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingzksync_Bytes - aggregateRoot_not: stagingzksync_Bytes - aggregateRoot_gt: stagingzksync_Bytes - aggregateRoot_lt: stagingzksync_Bytes - aggregateRoot_gte: stagingzksync_Bytes - aggregateRoot_lte: stagingzksync_Bytes - aggregateRoot_in: [stagingzksync_Bytes!] - aggregateRoot_not_in: [stagingzksync_Bytes!] - aggregateRoot_contains: stagingzksync_Bytes - aggregateRoot_not_contains: stagingzksync_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!] + type: metis_RouterLiquidityEventType + type_not: metis_RouterLiquidityEventType + type_in: [metis_RouterLiquidityEventType!] + type_not_in: [metis_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: metis_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_: metis_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -158122,39 +155235,142 @@ input stagingzksync_OptimisticRootFinalized_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_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: stagingzksync_BlockChangedFilter - and: [stagingzksync_OptimisticRootFinalized_filter] - or: [stagingzksync_OptimisticRootFinalized_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RouterLiquidityEvent_filter] + or: [metis_RouterLiquidityEvent_filter] } -enum stagingzksync_OptimisticRootFinalized_orderBy { +enum metis_RouterLiquidityEvent_orderBy { id - aggregateRoot - timestamp + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller blockNumber + timestamp + transactionHash + nonce } -"""Defines the order direction, either ascending or descending""" -enum stagingzksync_OrderDirection { - asc - desc +input metis_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: metis_Bytes + owner_not: metis_Bytes + owner_gt: metis_Bytes + owner_lt: metis_Bytes + owner_gte: metis_Bytes + owner_lte: metis_Bytes + owner_in: [metis_Bytes!] + owner_not_in: [metis_Bytes!] + owner_contains: metis_Bytes + owner_not_contains: metis_Bytes + recipient: metis_Bytes + recipient_not: metis_Bytes + recipient_gt: metis_Bytes + recipient_lt: metis_Bytes + recipient_gte: metis_Bytes + recipient_lte: metis_Bytes + recipient_in: [metis_Bytes!] + recipient_not_in: [metis_Bytes!] + recipient_contains: metis_Bytes + recipient_not_contains: metis_Bytes + proposedOwner: metis_Bytes + proposedOwner_not: metis_Bytes + proposedOwner_gt: metis_Bytes + proposedOwner_lt: metis_Bytes + proposedOwner_gte: metis_Bytes + proposedOwner_lte: metis_Bytes + proposedOwner_in: [metis_Bytes!] + proposedOwner_not_in: [metis_Bytes!] + proposedOwner_contains: metis_Bytes + proposedOwner_not_contains: metis_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_: metis_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: metis_BlockChangedFilter + and: [metis_Router_filter] + or: [metis_Router_filter] } -type stagingzksync_OriginMessage { +enum metis_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type metis_Sequencer { id: ID! - transferId: stagingzksync_Bytes - destinationDomain: BigInt - leaf: stagingzksync_Bytes - index: BigInt - message: stagingzksync_Bytes - root: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes - blockNumber: BigInt - rootCount: stagingzksync_RootCount + isActive: Boolean! + sequencer: metis_Bytes } -input stagingzksync_OriginMessage_filter { +input metis_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -158163,158 +155379,90 @@ input stagingzksync_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingzksync_Bytes - transferId_not: stagingzksync_Bytes - transferId_gt: stagingzksync_Bytes - transferId_lt: stagingzksync_Bytes - transferId_gte: stagingzksync_Bytes - transferId_lte: stagingzksync_Bytes - transferId_in: [stagingzksync_Bytes!] - transferId_not_in: [stagingzksync_Bytes!] - transferId_contains: stagingzksync_Bytes - transferId_not_contains: stagingzksync_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: stagingzksync_Bytes - leaf_not: stagingzksync_Bytes - leaf_gt: stagingzksync_Bytes - leaf_lt: stagingzksync_Bytes - leaf_gte: stagingzksync_Bytes - leaf_lte: stagingzksync_Bytes - leaf_in: [stagingzksync_Bytes!] - leaf_not_in: [stagingzksync_Bytes!] - leaf_contains: stagingzksync_Bytes - leaf_not_contains: stagingzksync_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: stagingzksync_Bytes - message_not: stagingzksync_Bytes - message_gt: stagingzksync_Bytes - message_lt: stagingzksync_Bytes - message_gte: stagingzksync_Bytes - message_lte: stagingzksync_Bytes - message_in: [stagingzksync_Bytes!] - message_not_in: [stagingzksync_Bytes!] - message_contains: stagingzksync_Bytes - message_not_contains: stagingzksync_Bytes - root: stagingzksync_Bytes - root_not: stagingzksync_Bytes - root_gt: stagingzksync_Bytes - root_lt: stagingzksync_Bytes - root_gte: stagingzksync_Bytes - root_lte: stagingzksync_Bytes - root_in: [stagingzksync_Bytes!] - root_not_in: [stagingzksync_Bytes!] - root_contains: stagingzksync_Bytes - root_not_contains: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes - transactionHash_not: stagingzksync_Bytes - transactionHash_gt: stagingzksync_Bytes - transactionHash_lt: stagingzksync_Bytes - transactionHash_gte: stagingzksync_Bytes - transactionHash_lte: stagingzksync_Bytes - transactionHash_in: [stagingzksync_Bytes!] - transactionHash_not_in: [stagingzksync_Bytes!] - transactionHash_contains: stagingzksync_Bytes - transactionHash_not_contains: stagingzksync_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_: stagingzksync_RootCount_filter + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + sequencer: metis_Bytes + sequencer_not: metis_Bytes + sequencer_gt: metis_Bytes + sequencer_lt: metis_Bytes + sequencer_gte: metis_Bytes + sequencer_lte: metis_Bytes + sequencer_in: [metis_Bytes!] + sequencer_not_in: [metis_Bytes!] + sequencer_contains: metis_Bytes + sequencer_not_contains: metis_Bytes """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_OriginMessage_filter] - or: [stagingzksync_OriginMessage_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Sequencer_filter] + or: [metis_Sequencer_filter] } -enum stagingzksync_OriginMessage_orderBy { +enum metis_Sequencer_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + isActive + sequencer +} + +type metis_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: metis_Bytes! +} + +input metis_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: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + """Filter for the block changed event.""" + _change_block: metis_BlockChangedFilter + and: [metis_Setting_filter] + or: [metis_Setting_filter] +} + +enum metis_Setting_orderBy { + id + maxRoutersPerTransfer + caller } -type stagingzksync_OriginTransfer { +type metis_SlippageUpdate { id: ID! - chainId: BigInt - transferId: stagingzksync_Bytes - nonce: BigInt - status: stagingzksync_TransferStatus - messageHash: stagingzksync_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingzksync_Bytes - delegate: stagingzksync_Bytes - receiveLocal: Boolean - callData: stagingzksync_Bytes - slippage: BigInt - originSender: stagingzksync_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingzksync_Bytes - asset: stagingzksync_Asset - transactingAsset: stagingzksync_Bytes - message: stagingzksync_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_RelayerFee_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_RelayerFee_filter): [stagingzksync_RelayerFee!] - initialRelayerFeeAsset: stagingzksync_Bytes - caller: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: stagingzksync_Bytes - txNonce: BigInt + transfer: metis_DestinationTransfer! + slippage: BigInt! + caller: metis_Bytes! + transactionHash: metis_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingzksync_OriginTransfer_filter { +input metis_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -158323,104 +155471,27 @@ input stagingzksync_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: stagingzksync_Bytes - transferId_not: stagingzksync_Bytes - transferId_gt: stagingzksync_Bytes - transferId_lt: stagingzksync_Bytes - transferId_gte: stagingzksync_Bytes - transferId_lte: stagingzksync_Bytes - transferId_in: [stagingzksync_Bytes!] - transferId_not_in: [stagingzksync_Bytes!] - transferId_contains: stagingzksync_Bytes - transferId_not_contains: stagingzksync_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: stagingzksync_TransferStatus - status_not: stagingzksync_TransferStatus - status_in: [stagingzksync_TransferStatus!] - status_not_in: [stagingzksync_TransferStatus!] - messageHash: stagingzksync_Bytes - messageHash_not: stagingzksync_Bytes - messageHash_gt: stagingzksync_Bytes - messageHash_lt: stagingzksync_Bytes - messageHash_gte: stagingzksync_Bytes - messageHash_lte: stagingzksync_Bytes - messageHash_in: [stagingzksync_Bytes!] - messageHash_not_in: [stagingzksync_Bytes!] - messageHash_contains: stagingzksync_Bytes - messageHash_not_contains: stagingzksync_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: stagingzksync_Bytes - to_not: stagingzksync_Bytes - to_gt: stagingzksync_Bytes - to_lt: stagingzksync_Bytes - to_gte: stagingzksync_Bytes - to_lte: stagingzksync_Bytes - to_in: [stagingzksync_Bytes!] - to_not_in: [stagingzksync_Bytes!] - to_contains: stagingzksync_Bytes - to_not_contains: stagingzksync_Bytes - delegate: stagingzksync_Bytes - delegate_not: stagingzksync_Bytes - delegate_gt: stagingzksync_Bytes - delegate_lt: stagingzksync_Bytes - delegate_gte: stagingzksync_Bytes - delegate_lte: stagingzksync_Bytes - delegate_in: [stagingzksync_Bytes!] - delegate_not_in: [stagingzksync_Bytes!] - delegate_contains: stagingzksync_Bytes - delegate_not_contains: stagingzksync_Bytes - receiveLocal: Boolean - receiveLocal_not: Boolean - receiveLocal_in: [Boolean!] - receiveLocal_not_in: [Boolean!] - callData: stagingzksync_Bytes - callData_not: stagingzksync_Bytes - callData_gt: stagingzksync_Bytes - callData_lt: stagingzksync_Bytes - callData_gte: stagingzksync_Bytes - callData_lte: stagingzksync_Bytes - callData_in: [stagingzksync_Bytes!] - callData_not_in: [stagingzksync_Bytes!] - callData_contains: stagingzksync_Bytes - callData_not_contains: stagingzksync_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_: metis_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -158429,139 +155500,26 @@ input stagingzksync_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingzksync_Bytes - originSender_not: stagingzksync_Bytes - originSender_gt: stagingzksync_Bytes - originSender_lt: stagingzksync_Bytes - originSender_gte: stagingzksync_Bytes - originSender_lte: stagingzksync_Bytes - originSender_in: [stagingzksync_Bytes!] - originSender_not_in: [stagingzksync_Bytes!] - originSender_contains: stagingzksync_Bytes - originSender_not_contains: stagingzksync_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: stagingzksync_Bytes - canonicalId_not: stagingzksync_Bytes - canonicalId_gt: stagingzksync_Bytes - canonicalId_lt: stagingzksync_Bytes - canonicalId_gte: stagingzksync_Bytes - canonicalId_lte: stagingzksync_Bytes - canonicalId_in: [stagingzksync_Bytes!] - canonicalId_not_in: [stagingzksync_Bytes!] - canonicalId_contains: stagingzksync_Bytes - canonicalId_not_contains: stagingzksync_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_: stagingzksync_Asset_filter - transactingAsset: stagingzksync_Bytes - transactingAsset_not: stagingzksync_Bytes - transactingAsset_gt: stagingzksync_Bytes - transactingAsset_lt: stagingzksync_Bytes - transactingAsset_gte: stagingzksync_Bytes - transactingAsset_lte: stagingzksync_Bytes - transactingAsset_in: [stagingzksync_Bytes!] - transactingAsset_not_in: [stagingzksync_Bytes!] - transactingAsset_contains: stagingzksync_Bytes - transactingAsset_not_contains: stagingzksync_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_: stagingzksync_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_: stagingzksync_RelayerFee_filter - initialRelayerFeeAsset: stagingzksync_Bytes - initialRelayerFeeAsset_not: stagingzksync_Bytes - initialRelayerFeeAsset_gt: stagingzksync_Bytes - initialRelayerFeeAsset_lt: stagingzksync_Bytes - initialRelayerFeeAsset_gte: stagingzksync_Bytes - initialRelayerFeeAsset_lte: stagingzksync_Bytes - initialRelayerFeeAsset_in: [stagingzksync_Bytes!] - initialRelayerFeeAsset_not_in: [stagingzksync_Bytes!] - initialRelayerFeeAsset_contains: stagingzksync_Bytes - initialRelayerFeeAsset_not_contains: stagingzksync_Bytes - caller: stagingzksync_Bytes - caller_not: stagingzksync_Bytes - caller_gt: stagingzksync_Bytes - caller_lt: stagingzksync_Bytes - caller_gte: stagingzksync_Bytes - caller_lte: stagingzksync_Bytes - caller_in: [stagingzksync_Bytes!] - caller_not_in: [stagingzksync_Bytes!] - caller_contains: stagingzksync_Bytes - caller_not_contains: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes - transactionHash_not: stagingzksync_Bytes - transactionHash_gt: stagingzksync_Bytes - transactionHash_lt: stagingzksync_Bytes - transactionHash_gte: stagingzksync_Bytes - transactionHash_lte: stagingzksync_Bytes - transactionHash_in: [stagingzksync_Bytes!] - transactionHash_not_in: [stagingzksync_Bytes!] - transactionHash_contains: stagingzksync_Bytes - transactionHash_not_contains: stagingzksync_Bytes + caller: metis_Bytes + caller_not: metis_Bytes + caller_gt: metis_Bytes + caller_lt: metis_Bytes + caller_gte: metis_Bytes + caller_lte: metis_Bytes + caller_in: [metis_Bytes!] + caller_not_in: [metis_Bytes!] + caller_contains: metis_Bytes + caller_not_contains: metis_Bytes + transactionHash: metis_Bytes + transactionHash_not: metis_Bytes + transactionHash_gt: metis_Bytes + transactionHash_lt: metis_Bytes + transactionHash_gte: metis_Bytes + transactionHash_lte: metis_Bytes + transactionHash_in: [metis_Bytes!] + transactionHash_not_in: [metis_Bytes!] + transactionHash_contains: metis_Bytes + transactionHash_not_contains: metis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -158594,97 +155552,141 @@ input stagingzksync_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingzksync_Bytes - txOrigin_not: stagingzksync_Bytes - txOrigin_gt: stagingzksync_Bytes - txOrigin_lt: stagingzksync_Bytes - txOrigin_gte: stagingzksync_Bytes - txOrigin_lte: stagingzksync_Bytes - txOrigin_in: [stagingzksync_Bytes!] - txOrigin_not_in: [stagingzksync_Bytes!] - txOrigin_contains: stagingzksync_Bytes - txOrigin_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter - and: [stagingzksync_OriginTransfer_filter] - or: [stagingzksync_OriginTransfer_filter] + _change_block: metis_BlockChangedFilter + and: [metis_SlippageUpdate_filter] + or: [metis_SlippageUpdate_filter] } -enum stagingzksync_OriginTransfer_orderBy { +enum metis_SlippageUpdate_orderBy { id - chainId - transferId - nonce - status - messageHash - 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__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - transactingAsset - message - message__id - message__transferId - message__destinationDomain - message__leaf - message__index - message__message - message__root - message__transactionHash - message__blockNumber - bumpRelayerFeeCount - relayerFees - initialRelayerFeeAsset caller transactionHash timestamp gasPrice gasLimit blockNumber - txOrigin - txNonce } -type stagingzksync_Relayer { +type metis_SnapshotRoot { id: ID! - isActive: Boolean! - relayer: stagingzksync_Bytes + spokeDomain: BigInt + root: metis_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! } -type stagingzksync_RelayerFee { +input metis_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: metis_Bytes + root_not: metis_Bytes + root_gt: metis_Bytes + root_lt: metis_Bytes + root_gte: metis_Bytes + root_lte: metis_Bytes + root_in: [metis_Bytes!] + root_not_in: [metis_Bytes!] + root_contains: metis_Bytes + root_not_contains: metis_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: metis_BlockChangedFilter + and: [metis_SnapshotRoot_filter] + or: [metis_SnapshotRoot_filter] +} + +enum metis_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type metis_SpokeConnectorMode { id: ID! - transfer: stagingzksync_OriginTransfer! - fee: BigInt! - asset: stagingzksync_Bytes! + mode: String! } -input stagingzksync_RelayerFee_filter { +input metis_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -158693,101 +155695,507 @@ input stagingzksync_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_: stagingzksync_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: stagingzksync_Bytes - asset_not: stagingzksync_Bytes - asset_gt: stagingzksync_Bytes - asset_lt: stagingzksync_Bytes - asset_gte: stagingzksync_Bytes - asset_lte: stagingzksync_Bytes - asset_in: [stagingzksync_Bytes!] - asset_not_in: [stagingzksync_Bytes!] - asset_contains: stagingzksync_Bytes - asset_not_contains: stagingzksync_Bytes + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_RelayerFee_filter] - or: [stagingzksync_RelayerFee_filter] + _change_block: metis_BlockChangedFilter + and: [metis_SpokeConnectorMode_filter] + or: [metis_SpokeConnectorMode_filter] } -enum stagingzksync_RelayerFee_orderBy { +enum metis_SpokeConnectorMode_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 + mode +} + +enum metis_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type metis__Block_ { + """The hash of the block""" + hash: metis_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 metis__Meta_ { + """ + Information 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: metis__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +scalar base_swap_BigDecimal + +input base_swap_BlockChangedFilter { + number_gte: Int! +} + +input base_swap_Block_height { + hash: base_swap_Bytes + number: Int + number_gte: Int +} + +scalar base_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar base_swap_Int8 + +type base_swap_LpAccount { + id: ID! + address: base_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: base_swap_LpAccountBalance_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_LpAccountBalance_filter): [base_swap_LpAccountBalance!]! +} + +type base_swap_LpAccountBalance { + id: ID! + account: base_swap_LpAccount! + token: base_swap_LpToken! + amount: base_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: base_swap_Bytes +} + +input base_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_: base_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_: base_swap_LpToken_filter + amount: base_swap_BigDecimal + amount_not: base_swap_BigDecimal + amount_gt: base_swap_BigDecimal + amount_lt: base_swap_BigDecimal + amount_gte: base_swap_BigDecimal + amount_lte: base_swap_BigDecimal + amount_in: [base_swap_BigDecimal!] + amount_not_in: [base_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: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_swap_Bytes + """Filter for the block changed event.""" + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpAccountBalance_filter] + or: [base_swap_LpAccountBalance_filter] +} + +enum base_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 base_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: base_swap_Bytes + address_not: base_swap_Bytes + address_gt: base_swap_Bytes + address_lt: base_swap_Bytes + address_gte: base_swap_Bytes + address_lte: base_swap_Bytes + address_in: [base_swap_Bytes!] + address_not_in: [base_swap_Bytes!] + address_contains: base_swap_Bytes + address_not_contains: base_swap_Bytes + balances_: base_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpAccount_filter] + or: [base_swap_LpAccount_filter] +} + +enum base_swap_LpAccount_orderBy { + id + address + balances +} + +type base_swap_LpToken { + id: ID! + address: base_swap_Bytes! + stableSwap: base_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: base_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: base_swap_LpTokenEvent_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_LpTokenEvent_filter): [base_swap_LpTokenEvent!]! +} + +interface base_swap_LpTokenEvent { + id: ID! + token: base_swap_LpToken! + amount: base_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! +} + +input base_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_: base_swap_LpToken_filter + amount: base_swap_BigDecimal + amount_not: base_swap_BigDecimal + amount_gt: base_swap_BigDecimal + amount_lt: base_swap_BigDecimal + amount_gte: base_swap_BigDecimal + amount_lte: base_swap_BigDecimal + amount_in: [base_swap_BigDecimal!] + amount_not_in: [base_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: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_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: base_swap_BlockChangedFilter + and: [base_swap_LpTokenEvent_filter] + or: [base_swap_LpTokenEvent_filter] +} + +enum base_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input base_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: base_swap_Bytes + address_not: base_swap_Bytes + address_gt: base_swap_Bytes + address_lt: base_swap_Bytes + address_gte: base_swap_Bytes + address_lte: base_swap_Bytes + address_in: [base_swap_Bytes!] + address_not_in: [base_swap_Bytes!] + address_contains: base_swap_Bytes + address_not_contains: base_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_: base_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: base_swap_BigDecimal + totalSupply_not: base_swap_BigDecimal + totalSupply_gt: base_swap_BigDecimal + totalSupply_lt: base_swap_BigDecimal + totalSupply_gte: base_swap_BigDecimal + totalSupply_lte: base_swap_BigDecimal + totalSupply_in: [base_swap_BigDecimal!] + totalSupply_not_in: [base_swap_BigDecimal!] + events_: base_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpToken_filter] + or: [base_swap_LpToken_filter] } -type stagingzksync_RelayerFeesIncrease { +enum base_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 base_swap_LpTransferEvent implements base_swap_LpTokenEvent { id: ID! - transfer: stagingzksync_OriginTransfer! - increase: BigInt - asset: stagingzksync_Bytes - caller: stagingzksync_Bytes! - transactionHash: stagingzksync_Bytes! + token: base_swap_LpToken! + amount: base_swap_BigDecimal! + from: base_swap_Bytes! + to: base_swap_Bytes! + fromBalance: base_swap_BigDecimal! + toBalance: base_swap_BigDecimal! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! } -input stagingzksync_RelayerFeesIncrease_filter { +input base_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -158796,65 +156204,79 @@ input stagingzksync_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_: stagingzksync_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: stagingzksync_Bytes - asset_not: stagingzksync_Bytes - asset_gt: stagingzksync_Bytes - asset_lt: stagingzksync_Bytes - asset_gte: stagingzksync_Bytes - asset_lte: stagingzksync_Bytes - asset_in: [stagingzksync_Bytes!] - asset_not_in: [stagingzksync_Bytes!] - asset_contains: stagingzksync_Bytes - asset_not_contains: stagingzksync_Bytes - caller: stagingzksync_Bytes - caller_not: stagingzksync_Bytes - caller_gt: stagingzksync_Bytes - caller_lt: stagingzksync_Bytes - caller_gte: stagingzksync_Bytes - caller_lte: stagingzksync_Bytes - caller_in: [stagingzksync_Bytes!] - caller_not_in: [stagingzksync_Bytes!] - caller_contains: stagingzksync_Bytes - caller_not_contains: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes - transactionHash_not: stagingzksync_Bytes - transactionHash_gt: stagingzksync_Bytes - transactionHash_lt: stagingzksync_Bytes - transactionHash_gte: stagingzksync_Bytes - transactionHash_lte: stagingzksync_Bytes - transactionHash_in: [stagingzksync_Bytes!] - transactionHash_not_in: [stagingzksync_Bytes!] - transactionHash_contains: stagingzksync_Bytes - transactionHash_not_contains: stagingzksync_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_: base_swap_LpToken_filter + amount: base_swap_BigDecimal + amount_not: base_swap_BigDecimal + amount_gt: base_swap_BigDecimal + amount_lt: base_swap_BigDecimal + amount_gte: base_swap_BigDecimal + amount_lte: base_swap_BigDecimal + amount_in: [base_swap_BigDecimal!] + amount_not_in: [base_swap_BigDecimal!] + from: base_swap_Bytes + from_not: base_swap_Bytes + from_gt: base_swap_Bytes + from_lt: base_swap_Bytes + from_gte: base_swap_Bytes + from_lte: base_swap_Bytes + from_in: [base_swap_Bytes!] + from_not_in: [base_swap_Bytes!] + from_contains: base_swap_Bytes + from_not_contains: base_swap_Bytes + to: base_swap_Bytes + to_not: base_swap_Bytes + to_gt: base_swap_Bytes + to_lt: base_swap_Bytes + to_gte: base_swap_Bytes + to_lte: base_swap_Bytes + to_in: [base_swap_Bytes!] + to_not_in: [base_swap_Bytes!] + to_contains: base_swap_Bytes + to_not_contains: base_swap_Bytes + fromBalance: base_swap_BigDecimal + fromBalance_not: base_swap_BigDecimal + fromBalance_gt: base_swap_BigDecimal + fromBalance_lt: base_swap_BigDecimal + fromBalance_gte: base_swap_BigDecimal + fromBalance_lte: base_swap_BigDecimal + fromBalance_in: [base_swap_BigDecimal!] + fromBalance_not_in: [base_swap_BigDecimal!] + toBalance: base_swap_BigDecimal + toBalance_not: base_swap_BigDecimal + toBalance_gt: base_swap_BigDecimal + toBalance_lt: base_swap_BigDecimal + toBalance_gte: base_swap_BigDecimal + toBalance_lte: base_swap_BigDecimal + toBalance_in: [base_swap_BigDecimal!] + toBalance_not_in: [base_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 @@ -158863,119 +156285,62 @@ input stagingzksync_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: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_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: stagingzksync_BlockChangedFilter - and: [stagingzksync_RelayerFeesIncrease_filter] - or: [stagingzksync_RelayerFeesIncrease_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpTransferEvent_filter] + or: [base_swap_LpTransferEvent_filter] } -enum stagingzksync_RelayerFeesIncrease_orderBy { +enum base_swap_LpTransferEvent_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 + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - gasPrice - gasLimit - blockNumber -} - -input stagingzksync_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: stagingzksync_Bytes - relayer_not: stagingzksync_Bytes - relayer_gt: stagingzksync_Bytes - relayer_lt: stagingzksync_Bytes - relayer_gte: stagingzksync_Bytes - relayer_lte: stagingzksync_Bytes - relayer_in: [stagingzksync_Bytes!] - relayer_not_in: [stagingzksync_Bytes!] - relayer_contains: stagingzksync_Bytes - relayer_not_contains: stagingzksync_Bytes - """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Relayer_filter] - or: [stagingzksync_Relayer_filter] + transaction + nonce } -enum stagingzksync_Relayer_orderBy { - id - isActive - relayer +"""Defines the order direction, either ascending or descending""" +enum base_swap_OrderDirection { + asc + desc } -type stagingzksync_RootCount { +type base_swap_PooledToken { id: ID! - count: BigInt + asset: base_swap_Bytes! } -input stagingzksync_RootCount_filter { +input base_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -158984,40 +156349,72 @@ input stagingzksync_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!] + asset: base_swap_Bytes + asset_not: base_swap_Bytes + asset_gt: base_swap_Bytes + asset_lt: base_swap_Bytes + asset_gte: base_swap_Bytes + asset_lte: base_swap_Bytes + asset_in: [base_swap_Bytes!] + asset_not_in: [base_swap_Bytes!] + asset_contains: base_swap_Bytes + asset_not_contains: base_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_RootCount_filter] - or: [stagingzksync_RootCount_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_PooledToken_filter] + or: [base_swap_PooledToken_filter] } -enum stagingzksync_RootCount_orderBy { +enum base_swap_PooledToken_orderBy { id - count + asset } -type stagingzksync_RootMessageSent { +type base_swap_StableSwap { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingzksync_Bytes - count: BigInt - caller: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + isActive: Boolean + key: base_swap_Bytes! + canonicalId: base_swap_Bytes + domain: BigInt + swapPool: base_swap_Bytes + lpToken: base_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [base_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: base_swap_StableSwapEvent_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_StableSwapEvent_filter): [base_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: base_swap_StableSwapExchange_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_StableSwapExchange_filter): [base_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapHourlyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapHourlyVolume_filter): [base_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapDailyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapDailyVolume_filter): [base_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: base_swap_SwapWeeklyVolume_orderBy, orderDirection: base_swap_OrderDirection, where: base_swap_SwapWeeklyVolume_filter): [base_swap_SwapWeeklyVolume!] } -input stagingzksync_RootMessageSent_filter { +type base_swap_StableSwapAddLiquidityEvent implements base_swap_StableSwapEvent { + id: ID! + stableSwap: base_swap_StableSwap! + provider: base_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! +} + +input base_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -159026,60 +156423,87 @@ input stagingzksync_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: stagingzksync_Bytes - root_not: stagingzksync_Bytes - root_gt: stagingzksync_Bytes - root_lt: stagingzksync_Bytes - root_gte: stagingzksync_Bytes - root_lte: stagingzksync_Bytes - root_in: [stagingzksync_Bytes!] - root_not_in: [stagingzksync_Bytes!] - root_contains: stagingzksync_Bytes - root_not_contains: stagingzksync_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: stagingzksync_Bytes - caller_not: stagingzksync_Bytes - caller_gt: stagingzksync_Bytes - caller_lt: stagingzksync_Bytes - caller_gte: stagingzksync_Bytes - caller_lte: stagingzksync_Bytes - caller_in: [stagingzksync_Bytes!] - caller_not_in: [stagingzksync_Bytes!] - caller_contains: stagingzksync_Bytes - caller_not_contains: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes - transactionHash_not: stagingzksync_Bytes - transactionHash_gt: stagingzksync_Bytes - transactionHash_lt: stagingzksync_Bytes - transactionHash_gte: stagingzksync_Bytes - transactionHash_lte: stagingzksync_Bytes - transactionHash_in: [stagingzksync_Bytes!] - transactionHash_not_in: [stagingzksync_Bytes!] - transactionHash_contains: stagingzksync_Bytes - transactionHash_not_contains: stagingzksync_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_: base_swap_StableSwap_filter + provider: base_swap_Bytes + provider_not: base_swap_Bytes + provider_gt: base_swap_Bytes + provider_lt: base_swap_Bytes + provider_gte: base_swap_Bytes + provider_lte: base_swap_Bytes + provider_in: [base_swap_Bytes!] + provider_not_in: [base_swap_Bytes!] + provider_contains: base_swap_Bytes + provider_not_contains: base_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 @@ -159088,69 +156512,72 @@ input stagingzksync_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: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_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: stagingzksync_BlockChangedFilter - and: [stagingzksync_RootMessageSent_filter] - or: [stagingzksync_RootMessageSent_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapAddLiquidityEvent_filter] + or: [base_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingzksync_RootMessageSent_orderBy { +enum base_swap_StableSwapAddLiquidityEvent_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 + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingzksync_Router { - id: ID! - isActive: Boolean! - owner: stagingzksync_Bytes - recipient: stagingzksync_Bytes - proposedOwner: stagingzksync_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_AssetBalance_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_AssetBalance_filter): [stagingzksync_AssetBalance!]! + transaction + nonce } -type stagingzksync_RouterDailyTVL { +interface base_swap_StableSwapEvent { id: ID! - router: stagingzksync_Router! - asset: stagingzksync_Asset! + stableSwap: base_swap_StableSwap! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! } -input stagingzksync_RouterDailyTVL_filter { +input base_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -159159,48 +156586,35 @@ input stagingzksync_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_: stagingzksync_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_: stagingzksync_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_: base_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 @@ -159209,63 +156623,72 @@ input stagingzksync_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: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_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: stagingzksync_BlockChangedFilter - and: [stagingzksync_RouterDailyTVL_filter] - or: [stagingzksync_RouterDailyTVL_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapEvent_filter] + or: [base_swap_StableSwapEvent_filter] } -enum stagingzksync_RouterDailyTVL_orderBy { +enum base_swap_StableSwapEvent_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - balance + transaction + nonce } -type stagingzksync_RouterLiquidityEvent { +type base_swap_StableSwapExchange { id: ID! - type: stagingzksync_RouterLiquidityEventType - router: stagingzksync_Router! - asset: stagingzksync_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingzksync_Bytes - blockNumber: BigInt! + stableSwap: base_swap_StableSwap! + buyer: base_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - transactionHash: stagingzksync_Bytes! + transaction: base_swap_Bytes! nonce: BigInt! } -enum stagingzksync_RouterLiquidityEventType { - Add - Remove -} - -input stagingzksync_RouterLiquidityEvent_filter { +input base_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -159274,86 +156697,261 @@ input stagingzksync_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingzksync_RouterLiquidityEventType - type_not: stagingzksync_RouterLiquidityEventType - type_in: [stagingzksync_RouterLiquidityEventType!] - type_not_in: [stagingzksync_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingzksync_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_: stagingzksync_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: stagingzksync_Bytes - caller_not: stagingzksync_Bytes - caller_gt: stagingzksync_Bytes - caller_lt: stagingzksync_Bytes - caller_gte: stagingzksync_Bytes - caller_lte: stagingzksync_Bytes - caller_in: [stagingzksync_Bytes!] - caller_not_in: [stagingzksync_Bytes!] - caller_contains: stagingzksync_Bytes - caller_not_contains: stagingzksync_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!] + 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_: base_swap_StableSwap_filter + buyer: base_swap_Bytes + buyer_not: base_swap_Bytes + buyer_gt: base_swap_Bytes + buyer_lt: base_swap_Bytes + buyer_gte: base_swap_Bytes + buyer_lte: base_swap_Bytes + buyer_in: [base_swap_Bytes!] + buyer_not_in: [base_swap_Bytes!] + buyer_contains: base_swap_Bytes + buyer_not_contains: base_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: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_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: base_swap_BlockChangedFilter + and: [base_swap_StableSwapExchange_filter] + or: [base_swap_StableSwapExchange_filter] +} + +enum base_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 +} + +type base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEvent { + id: ID! + stableSwap: base_swap_StableSwap! + provider: base_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! +} + +input base_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_: base_swap_StableSwap_filter + provider: base_swap_Bytes + provider_not: base_swap_Bytes + provider_gt: base_swap_Bytes + provider_lt: base_swap_Bytes + provider_gte: base_swap_Bytes + provider_lte: base_swap_Bytes + provider_in: [base_swap_Bytes!] + provider_not_in: [base_swap_Bytes!] + provider_contains: base_swap_Bytes + provider_not_contains: base_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 @@ -159362,16 +156960,16 @@ input stagingzksync_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingzksync_Bytes - transactionHash_not: stagingzksync_Bytes - transactionHash_gt: stagingzksync_Bytes - transactionHash_lt: stagingzksync_Bytes - transactionHash_gte: stagingzksync_Bytes - transactionHash_lte: stagingzksync_Bytes - transactionHash_in: [stagingzksync_Bytes!] - transactionHash_not_in: [stagingzksync_Bytes!] - transactionHash_contains: stagingzksync_Bytes - transactionHash_not_contains: stagingzksync_Bytes + transaction: base_swap_Bytes + transaction_not: base_swap_Bytes + transaction_gt: base_swap_Bytes + transaction_lt: base_swap_Bytes + transaction_gte: base_swap_Bytes + transaction_lte: base_swap_Bytes + transaction_in: [base_swap_Bytes!] + transaction_not_in: [base_swap_Bytes!] + transaction_contains: base_swap_Bytes + transaction_not_contains: base_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -159381,41 +156979,44 @@ input stagingzksync_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_RouterLiquidityEvent_filter] - or: [stagingzksync_RouterLiquidityEvent_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapRemoveLiquidityEvent_filter] + or: [base_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingzksync_RouterLiquidityEvent_orderBy { +enum base_swap_StableSwapRemoveLiquidityEvent_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - transactionHash + transaction nonce } -input stagingzksync_Router_filter { +input base_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -159428,68 +157029,197 @@ input stagingzksync_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingzksync_Bytes - owner_not: stagingzksync_Bytes - owner_gt: stagingzksync_Bytes - owner_lt: stagingzksync_Bytes - owner_gte: stagingzksync_Bytes - owner_lte: stagingzksync_Bytes - owner_in: [stagingzksync_Bytes!] - owner_not_in: [stagingzksync_Bytes!] - owner_contains: stagingzksync_Bytes - owner_not_contains: stagingzksync_Bytes - recipient: stagingzksync_Bytes - recipient_not: stagingzksync_Bytes - recipient_gt: stagingzksync_Bytes - recipient_lt: stagingzksync_Bytes - recipient_gte: stagingzksync_Bytes - recipient_lte: stagingzksync_Bytes - recipient_in: [stagingzksync_Bytes!] - recipient_not_in: [stagingzksync_Bytes!] - recipient_contains: stagingzksync_Bytes - recipient_not_contains: stagingzksync_Bytes - proposedOwner: stagingzksync_Bytes - proposedOwner_not: stagingzksync_Bytes - proposedOwner_gt: stagingzksync_Bytes - proposedOwner_lt: stagingzksync_Bytes - proposedOwner_gte: stagingzksync_Bytes - proposedOwner_lte: stagingzksync_Bytes - proposedOwner_in: [stagingzksync_Bytes!] - proposedOwner_not_in: [stagingzksync_Bytes!] - proposedOwner_contains: stagingzksync_Bytes - proposedOwner_not_contains: stagingzksync_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_: stagingzksync_AssetBalance_filter + key: base_swap_Bytes + key_not: base_swap_Bytes + key_gt: base_swap_Bytes + key_lt: base_swap_Bytes + key_gte: base_swap_Bytes + key_lte: base_swap_Bytes + key_in: [base_swap_Bytes!] + key_not_in: [base_swap_Bytes!] + key_contains: base_swap_Bytes + key_not_contains: base_swap_Bytes + canonicalId: base_swap_Bytes + canonicalId_not: base_swap_Bytes + canonicalId_gt: base_swap_Bytes + canonicalId_lt: base_swap_Bytes + canonicalId_gte: base_swap_Bytes + canonicalId_lte: base_swap_Bytes + canonicalId_in: [base_swap_Bytes!] + canonicalId_not_in: [base_swap_Bytes!] + canonicalId_contains: base_swap_Bytes + canonicalId_not_contains: base_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: base_swap_Bytes + swapPool_not: base_swap_Bytes + swapPool_gt: base_swap_Bytes + swapPool_lt: base_swap_Bytes + swapPool_gte: base_swap_Bytes + swapPool_lte: base_swap_Bytes + swapPool_in: [base_swap_Bytes!] + swapPool_not_in: [base_swap_Bytes!] + swapPool_contains: base_swap_Bytes + swapPool_not_contains: base_swap_Bytes + lpToken: base_swap_Bytes + lpToken_not: base_swap_Bytes + lpToken_gt: base_swap_Bytes + lpToken_lt: base_swap_Bytes + lpToken_gte: base_swap_Bytes + lpToken_lte: base_swap_Bytes + lpToken_in: [base_swap_Bytes!] + lpToken_not_in: [base_swap_Bytes!] + lpToken_contains: base_swap_Bytes + lpToken_not_contains: base_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: [base_swap_Bytes!] + pooledTokens_not: [base_swap_Bytes!] + pooledTokens_contains: [base_swap_Bytes!] + pooledTokens_contains_nocase: [base_swap_Bytes!] + pooledTokens_not_contains: [base_swap_Bytes!] + pooledTokens_not_contains_nocase: [base_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_: base_swap_StableSwapEvent_filter + exchanges_: base_swap_StableSwapExchange_filter + hourlyVolumes_: base_swap_SwapHourlyVolume_filter + dailyVolumes_: base_swap_SwapDailyVolume_filter + weeklyVolumes_: base_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Router_filter] - or: [stagingzksync_Router_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwap_filter] + or: [base_swap_StableSwap_filter] } -enum stagingzksync_Router_orderBy { +enum base_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 stagingzksync_Sequencer { +type base_swap_SwapDailyVolume implements base_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: stagingzksync_Bytes + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! } -input stagingzksync_Sequencer_filter { +input base_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -159498,39 +157228,80 @@ input stagingzksync_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: stagingzksync_Bytes - sequencer_not: stagingzksync_Bytes - sequencer_gt: stagingzksync_Bytes - sequencer_lt: stagingzksync_Bytes - sequencer_gte: stagingzksync_Bytes - sequencer_lte: stagingzksync_Bytes - sequencer_in: [stagingzksync_Bytes!] - sequencer_not_in: [stagingzksync_Bytes!] - sequencer_contains: stagingzksync_Bytes - sequencer_not_contains: stagingzksync_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_: base_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: base_swap_BigDecimal + volume_not: base_swap_BigDecimal + volume_gt: base_swap_BigDecimal + volume_lt: base_swap_BigDecimal + volume_gte: base_swap_BigDecimal + volume_lte: base_swap_BigDecimal + volume_in: [base_swap_BigDecimal!] + volume_not_in: [base_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Sequencer_filter] - or: [stagingzksync_Sequencer_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapDailyVolume_filter] + or: [base_swap_SwapDailyVolume_filter] } -enum stagingzksync_Sequencer_orderBy { +enum base_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 stagingzksync_Setting { +type base_swap_SwapHourlyVolume implements base_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingzksync_Bytes! + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! } -input stagingzksync_Setting_filter { +input base_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -159539,106 +157310,100 @@ input stagingzksync_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: stagingzksync_Bytes - caller_not: stagingzksync_Bytes - caller_gt: stagingzksync_Bytes - caller_lt: stagingzksync_Bytes - caller_gte: stagingzksync_Bytes - caller_lte: stagingzksync_Bytes - caller_in: [stagingzksync_Bytes!] - caller_not_in: [stagingzksync_Bytes!] - caller_contains: stagingzksync_Bytes - caller_not_contains: stagingzksync_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_: base_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: base_swap_BigDecimal + volume_not: base_swap_BigDecimal + volume_gt: base_swap_BigDecimal + volume_lt: base_swap_BigDecimal + volume_gte: base_swap_BigDecimal + volume_lte: base_swap_BigDecimal + volume_in: [base_swap_BigDecimal!] + volume_not_in: [base_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Setting_filter] - or: [stagingzksync_Setting_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapHourlyVolume_filter] + or: [base_swap_SwapHourlyVolume_filter] } -enum stagingzksync_Setting_orderBy { +enum base_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 stagingzksync_SlippageUpdate { - id: ID! - transfer: stagingzksync_DestinationTransfer! - slippage: BigInt! - caller: stagingzksync_Bytes! - transactionHash: stagingzksync_Bytes! +interface base_swap_SwapTradeVolume { + stableSwap: base_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: base_swap_BigDecimal! } -input stagingzksync_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_: stagingzksync_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: stagingzksync_Bytes - caller_not: stagingzksync_Bytes - caller_gt: stagingzksync_Bytes - caller_lt: stagingzksync_Bytes - caller_gte: stagingzksync_Bytes - caller_lte: stagingzksync_Bytes - caller_in: [stagingzksync_Bytes!] - caller_not_in: [stagingzksync_Bytes!] - caller_contains: stagingzksync_Bytes - caller_not_contains: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes - transactionHash_not: stagingzksync_Bytes - transactionHash_gt: stagingzksync_Bytes - transactionHash_lt: stagingzksync_Bytes - transactionHash_gte: stagingzksync_Bytes - transactionHash_lte: stagingzksync_Bytes - transactionHash_in: [stagingzksync_Bytes!] - transactionHash_not_in: [stagingzksync_Bytes!] - transactionHash_contains: stagingzksync_Bytes - transactionHash_not_contains: stagingzksync_Bytes +input base_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_: base_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -159647,94 +157412,50 @@ input stagingzksync_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: base_swap_BigDecimal + volume_not: base_swap_BigDecimal + volume_gt: base_swap_BigDecimal + volume_lt: base_swap_BigDecimal + volume_gte: base_swap_BigDecimal + volume_lte: base_swap_BigDecimal + volume_in: [base_swap_BigDecimal!] + volume_not_in: [base_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_SlippageUpdate_filter] - or: [stagingzksync_SlippageUpdate_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapTradeVolume_filter] + or: [base_swap_SwapTradeVolume_filter] } -enum stagingzksync_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 base_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 stagingzksync_SnapshotRoot { +type base_swap_SwapWeeklyVolume implements base_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: stagingzksync_Bytes! - count: BigInt! + stableSwap: base_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: base_swap_BigDecimal! } -input stagingzksync_SnapshotRoot_filter { +input base_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -159743,32 +157464,27 @@ input stagingzksync_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: stagingzksync_Bytes - root_not: stagingzksync_Bytes - root_gt: stagingzksync_Bytes - root_lt: stagingzksync_Bytes - root_gte: stagingzksync_Bytes - root_lte: stagingzksync_Bytes - root_in: [stagingzksync_Bytes!] - root_not_in: [stagingzksync_Bytes!] - root_contains: stagingzksync_Bytes - root_not_contains: stagingzksync_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_: base_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -159777,35 +157493,50 @@ input stagingzksync_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: base_swap_BigDecimal + volume_not: base_swap_BigDecimal + volume_gt: base_swap_BigDecimal + volume_lt: base_swap_BigDecimal + volume_gte: base_swap_BigDecimal + volume_lte: base_swap_BigDecimal + volume_in: [base_swap_BigDecimal!] + volume_not_in: [base_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_SnapshotRoot_filter] - or: [stagingzksync_SnapshotRoot_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SwapWeeklyVolume_filter] + or: [base_swap_SwapWeeklyVolume_filter] } -enum stagingzksync_SnapshotRoot_orderBy { +enum base_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - root - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - blockNumber + volume } -type stagingzksync_SpokeConnectorMode { +type base_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input stagingzksync_SpokeConnectorMode_filter { +input base_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -159814,58 +157545,45 @@ input stagingzksync_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_SpokeConnectorMode_filter] - or: [stagingzksync_SpokeConnectorMode_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_SystemInfo_filter] + or: [base_swap_SystemInfo_filter] } -enum stagingzksync_SpokeConnectorMode_orderBy { +enum base_swap_SystemInfo_orderBy { id - mode -} - -enum stagingzksync_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type stagingzksync__Block_ { +type base_swap__Block_ { """The hash of the block""" - hash: stagingzksync_Bytes + hash: base_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: stagingzksync_Bytes } """The type for the top-level _meta field""" -type stagingzksync__Meta_ { +type base_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 @@ -159873,22 +157591,22 @@ type stagingzksync__Meta_ { and therefore asks for the latest block """ - block: stagingzksync__Block_! + block: base_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingxdai_AggregateRoot { +type stagingmantle_AggregateRoot { id: ID! - root: stagingxdai_Bytes! + root: stagingmantle_Bytes! blockNumber: BigInt! } -type stagingxdai_AggregateRootProposed { +type stagingmantle_AggregateRootProposed { id: ID! - aggregateRoot: stagingxdai_Bytes! + aggregateRoot: stagingmantle_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -159896,7 +157614,7 @@ type stagingxdai_AggregateRootProposed { blockNumber: BigInt } -input stagingxdai_AggregateRootProposed_filter { +input stagingmantle_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -159905,16 +157623,16 @@ input stagingxdai_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingxdai_Bytes - aggregateRoot_not: stagingxdai_Bytes - aggregateRoot_gt: stagingxdai_Bytes - aggregateRoot_lt: stagingxdai_Bytes - aggregateRoot_gte: stagingxdai_Bytes - aggregateRoot_lte: stagingxdai_Bytes - aggregateRoot_in: [stagingxdai_Bytes!] - aggregateRoot_not_in: [stagingxdai_Bytes!] - aggregateRoot_contains: stagingxdai_Bytes - aggregateRoot_not_contains: stagingxdai_Bytes + aggregateRoot: stagingmantle_Bytes + aggregateRoot_not: stagingmantle_Bytes + aggregateRoot_gt: stagingmantle_Bytes + aggregateRoot_lt: stagingmantle_Bytes + aggregateRoot_gte: stagingmantle_Bytes + aggregateRoot_lte: stagingmantle_Bytes + aggregateRoot_in: [stagingmantle_Bytes!] + aggregateRoot_not_in: [stagingmantle_Bytes!] + aggregateRoot_contains: stagingmantle_Bytes + aggregateRoot_not_contains: stagingmantle_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -159956,12 +157674,12 @@ input stagingxdai_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_AggregateRootProposed_filter] - or: [stagingxdai_AggregateRootProposed_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_AggregateRootProposed_filter] + or: [stagingmantle_AggregateRootProposed_filter] } -enum stagingxdai_AggregateRootProposed_orderBy { +enum stagingmantle_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -159971,7 +157689,7 @@ enum stagingxdai_AggregateRootProposed_orderBy { blockNumber } -input stagingxdai_AggregateRoot_filter { +input stagingmantle_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -159980,16 +157698,16 @@ input stagingxdai_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingxdai_Bytes - root_not: stagingxdai_Bytes - root_gt: stagingxdai_Bytes - root_lt: stagingxdai_Bytes - root_gte: stagingxdai_Bytes - root_lte: stagingxdai_Bytes - root_in: [stagingxdai_Bytes!] - root_not_in: [stagingxdai_Bytes!] - root_contains: stagingxdai_Bytes - root_not_contains: stagingxdai_Bytes + root: stagingmantle_Bytes + root_not: stagingmantle_Bytes + root_gt: stagingmantle_Bytes + root_lt: stagingmantle_Bytes + root_gte: stagingmantle_Bytes + root_lte: stagingmantle_Bytes + root_in: [stagingmantle_Bytes!] + root_not_in: [stagingmantle_Bytes!] + root_contains: stagingmantle_Bytes + root_not_contains: stagingmantle_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -159999,47 +157717,42 @@ input stagingxdai_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_AggregateRoot_filter] - or: [stagingxdai_AggregateRoot_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_AggregateRoot_filter] + or: [stagingmantle_AggregateRoot_filter] } -enum stagingxdai_AggregateRoot_orderBy { +enum stagingmantle_AggregateRoot_orderBy { id root blockNumber } -enum stagingxdai_Aggregation_interval { - hour - day -} - -type stagingxdai_Asset { +type stagingmantle_Asset { id: ID! - key: stagingxdai_Bytes + key: stagingmantle_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingxdai_Bytes + canonicalId: stagingmantle_Bytes canonicalDomain: BigInt - adoptedAsset: stagingxdai_Bytes - localAsset: stagingxdai_Bytes + adoptedAsset: stagingmantle_Bytes + localAsset: stagingmantle_Bytes blockNumber: BigInt - status: stagingxdai_AssetStatus + status: stagingmantle_AssetStatus } -type stagingxdai_AssetBalance { +type stagingmantle_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingxdai_Router! - asset: stagingxdai_Asset! + router: stagingmantle_Router! + asset: stagingmantle_Asset! feesEarned: BigInt! } -input stagingxdai_AssetBalance_filter { +input stagingmantle_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -160100,7 +157813,7 @@ input stagingxdai_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingxdai_Router_filter + router_: stagingmantle_Router_filter asset: String asset_not: String asset_gt: String @@ -160121,7 +157834,7 @@ input stagingxdai_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxdai_Asset_filter + asset_: stagingmantle_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -160131,12 +157844,12 @@ input stagingxdai_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_AssetBalance_filter] - or: [stagingxdai_AssetBalance_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_AssetBalance_filter] + or: [stagingmantle_AssetBalance_filter] } -enum stagingxdai_AssetBalance_orderBy { +enum stagingmantle_AssetBalance_orderBy { id amount locked @@ -160162,12 +157875,12 @@ enum stagingxdai_AssetBalance_orderBy { feesEarned } -type stagingxdai_AssetStatus { +type stagingmantle_AssetStatus { id: ID! status: Boolean } -input stagingxdai_AssetStatus_filter { +input stagingmantle_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -160181,17 +157894,17 @@ input stagingxdai_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_AssetStatus_filter] - or: [stagingxdai_AssetStatus_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_AssetStatus_filter] + or: [stagingmantle_AssetStatus_filter] } -enum stagingxdai_AssetStatus_orderBy { +enum stagingmantle_AssetStatus_orderBy { id status } -input stagingxdai_Asset_filter { +input stagingmantle_Asset_filter { id: ID id_not: ID id_gt: ID @@ -160200,16 +157913,16 @@ input stagingxdai_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingxdai_Bytes - key_not: stagingxdai_Bytes - key_gt: stagingxdai_Bytes - key_lt: stagingxdai_Bytes - key_gte: stagingxdai_Bytes - key_lte: stagingxdai_Bytes - key_in: [stagingxdai_Bytes!] - key_not_in: [stagingxdai_Bytes!] - key_contains: stagingxdai_Bytes - key_not_contains: stagingxdai_Bytes + key: stagingmantle_Bytes + key_not: stagingmantle_Bytes + key_gt: stagingmantle_Bytes + key_lt: stagingmantle_Bytes + key_gte: stagingmantle_Bytes + key_lte: stagingmantle_Bytes + key_in: [stagingmantle_Bytes!] + key_not_in: [stagingmantle_Bytes!] + key_contains: stagingmantle_Bytes + key_not_contains: stagingmantle_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -160226,16 +157939,16 @@ input stagingxdai_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingxdai_Bytes - canonicalId_not: stagingxdai_Bytes - canonicalId_gt: stagingxdai_Bytes - canonicalId_lt: stagingxdai_Bytes - canonicalId_gte: stagingxdai_Bytes - canonicalId_lte: stagingxdai_Bytes - canonicalId_in: [stagingxdai_Bytes!] - canonicalId_not_in: [stagingxdai_Bytes!] - canonicalId_contains: stagingxdai_Bytes - canonicalId_not_contains: stagingxdai_Bytes + canonicalId: stagingmantle_Bytes + canonicalId_not: stagingmantle_Bytes + canonicalId_gt: stagingmantle_Bytes + canonicalId_lt: stagingmantle_Bytes + canonicalId_gte: stagingmantle_Bytes + canonicalId_lte: stagingmantle_Bytes + canonicalId_in: [stagingmantle_Bytes!] + canonicalId_not_in: [stagingmantle_Bytes!] + canonicalId_contains: stagingmantle_Bytes + canonicalId_not_contains: stagingmantle_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -160244,26 +157957,26 @@ input stagingxdai_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingxdai_Bytes - adoptedAsset_not: stagingxdai_Bytes - adoptedAsset_gt: stagingxdai_Bytes - adoptedAsset_lt: stagingxdai_Bytes - adoptedAsset_gte: stagingxdai_Bytes - adoptedAsset_lte: stagingxdai_Bytes - adoptedAsset_in: [stagingxdai_Bytes!] - adoptedAsset_not_in: [stagingxdai_Bytes!] - adoptedAsset_contains: stagingxdai_Bytes - adoptedAsset_not_contains: stagingxdai_Bytes - localAsset: stagingxdai_Bytes - localAsset_not: stagingxdai_Bytes - localAsset_gt: stagingxdai_Bytes - localAsset_lt: stagingxdai_Bytes - localAsset_gte: stagingxdai_Bytes - localAsset_lte: stagingxdai_Bytes - localAsset_in: [stagingxdai_Bytes!] - localAsset_not_in: [stagingxdai_Bytes!] - localAsset_contains: stagingxdai_Bytes - localAsset_not_contains: stagingxdai_Bytes + adoptedAsset: stagingmantle_Bytes + adoptedAsset_not: stagingmantle_Bytes + adoptedAsset_gt: stagingmantle_Bytes + adoptedAsset_lt: stagingmantle_Bytes + adoptedAsset_gte: stagingmantle_Bytes + adoptedAsset_lte: stagingmantle_Bytes + adoptedAsset_in: [stagingmantle_Bytes!] + adoptedAsset_not_in: [stagingmantle_Bytes!] + adoptedAsset_contains: stagingmantle_Bytes + adoptedAsset_not_contains: stagingmantle_Bytes + localAsset: stagingmantle_Bytes + localAsset_not: stagingmantle_Bytes + localAsset_gt: stagingmantle_Bytes + localAsset_lt: stagingmantle_Bytes + localAsset_gte: stagingmantle_Bytes + localAsset_lte: stagingmantle_Bytes + localAsset_in: [stagingmantle_Bytes!] + localAsset_not_in: [stagingmantle_Bytes!] + localAsset_contains: stagingmantle_Bytes + localAsset_not_contains: stagingmantle_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -160292,14 +158005,14 @@ input stagingxdai_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingxdai_AssetStatus_filter + status_: stagingmantle_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Asset_filter] - or: [stagingxdai_Asset_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Asset_filter] + or: [stagingmantle_Asset_filter] } -enum stagingxdai_Asset_orderBy { +enum stagingmantle_Asset_orderBy { id key decimal @@ -160314,30 +158027,30 @@ enum stagingxdai_Asset_orderBy { status__status } -scalar stagingxdai_BigDecimal +scalar stagingmantle_BigDecimal -input stagingxdai_BlockChangedFilter { +input stagingmantle_BlockChangedFilter { number_gte: Int! } -input stagingxdai_Block_height { - hash: stagingxdai_Bytes +input stagingmantle_Block_height { + hash: stagingmantle_Bytes number: Int number_gte: Int } -scalar stagingxdai_Bytes +scalar stagingmantle_Bytes -type stagingxdai_ConnectorMeta { +type stagingmantle_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingxdai_Bytes - rootManager: stagingxdai_Bytes - mirrorConnector: stagingxdai_Bytes + amb: stagingmantle_Bytes + rootManager: stagingmantle_Bytes + mirrorConnector: stagingmantle_Bytes } -input stagingxdai_ConnectorMeta_filter { +input stagingmantle_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -160362,43 +158075,43 @@ input stagingxdai_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingxdai_Bytes - amb_not: stagingxdai_Bytes - amb_gt: stagingxdai_Bytes - amb_lt: stagingxdai_Bytes - amb_gte: stagingxdai_Bytes - amb_lte: stagingxdai_Bytes - amb_in: [stagingxdai_Bytes!] - amb_not_in: [stagingxdai_Bytes!] - amb_contains: stagingxdai_Bytes - amb_not_contains: stagingxdai_Bytes - rootManager: stagingxdai_Bytes - rootManager_not: stagingxdai_Bytes - rootManager_gt: stagingxdai_Bytes - rootManager_lt: stagingxdai_Bytes - rootManager_gte: stagingxdai_Bytes - rootManager_lte: stagingxdai_Bytes - rootManager_in: [stagingxdai_Bytes!] - rootManager_not_in: [stagingxdai_Bytes!] - rootManager_contains: stagingxdai_Bytes - rootManager_not_contains: stagingxdai_Bytes - mirrorConnector: stagingxdai_Bytes - mirrorConnector_not: stagingxdai_Bytes - mirrorConnector_gt: stagingxdai_Bytes - mirrorConnector_lt: stagingxdai_Bytes - mirrorConnector_gte: stagingxdai_Bytes - mirrorConnector_lte: stagingxdai_Bytes - mirrorConnector_in: [stagingxdai_Bytes!] - mirrorConnector_not_in: [stagingxdai_Bytes!] - mirrorConnector_contains: stagingxdai_Bytes - mirrorConnector_not_contains: stagingxdai_Bytes + amb: stagingmantle_Bytes + amb_not: stagingmantle_Bytes + amb_gt: stagingmantle_Bytes + amb_lt: stagingmantle_Bytes + amb_gte: stagingmantle_Bytes + amb_lte: stagingmantle_Bytes + amb_in: [stagingmantle_Bytes!] + amb_not_in: [stagingmantle_Bytes!] + amb_contains: stagingmantle_Bytes + amb_not_contains: stagingmantle_Bytes + rootManager: stagingmantle_Bytes + rootManager_not: stagingmantle_Bytes + rootManager_gt: stagingmantle_Bytes + rootManager_lt: stagingmantle_Bytes + rootManager_gte: stagingmantle_Bytes + rootManager_lte: stagingmantle_Bytes + rootManager_in: [stagingmantle_Bytes!] + rootManager_not_in: [stagingmantle_Bytes!] + rootManager_contains: stagingmantle_Bytes + rootManager_not_contains: stagingmantle_Bytes + mirrorConnector: stagingmantle_Bytes + mirrorConnector_not: stagingmantle_Bytes + mirrorConnector_gt: stagingmantle_Bytes + mirrorConnector_lt: stagingmantle_Bytes + mirrorConnector_gte: stagingmantle_Bytes + mirrorConnector_lte: stagingmantle_Bytes + mirrorConnector_in: [stagingmantle_Bytes!] + mirrorConnector_not_in: [stagingmantle_Bytes!] + mirrorConnector_contains: stagingmantle_Bytes + mirrorConnector_not_contains: stagingmantle_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_ConnectorMeta_filter] - or: [stagingxdai_ConnectorMeta_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_ConnectorMeta_filter] + or: [stagingmantle_ConnectorMeta_filter] } -enum stagingxdai_ConnectorMeta_orderBy { +enum stagingmantle_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -160407,48 +158120,48 @@ enum stagingxdai_ConnectorMeta_orderBy { mirrorConnector } -type stagingxdai_DestinationTransfer { +type stagingmantle_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingxdai_Bytes + transferId: stagingmantle_Bytes nonce: BigInt - status: stagingxdai_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_Router_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_Router_filter): [stagingxdai_Router!] + status: stagingmantle_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingmantle_Router_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_Router_filter): [stagingmantle_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingxdai_Bytes - delegate: stagingxdai_Bytes + to: stagingmantle_Bytes + delegate: stagingmantle_Bytes receiveLocal: Boolean - callData: stagingxdai_Bytes + callData: stagingmantle_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingxdai_Bytes + originSender: stagingmantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingxdai_Bytes - asset: stagingxdai_Asset + canonicalId: stagingmantle_Bytes + asset: stagingmantle_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingxdai_Bytes - executedTransactionHash: stagingxdai_Bytes + executedCaller: stagingmantle_Bytes + executedTransactionHash: stagingmantle_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingxdai_Bytes + executedTxOrigin: stagingmantle_Bytes executedTxNonce: BigInt - reconciledCaller: stagingxdai_Bytes - reconciledTransactionHash: stagingxdai_Bytes + reconciledCaller: stagingmantle_Bytes + reconciledTransactionHash: stagingmantle_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingxdai_Bytes + reconciledTxOrigin: stagingmantle_Bytes reconciledTxNonce: BigInt } -input stagingxdai_DestinationTransfer_filter { +input stagingmantle_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -160465,16 +158178,16 @@ input stagingxdai_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingxdai_Bytes - transferId_not: stagingxdai_Bytes - transferId_gt: stagingxdai_Bytes - transferId_lt: stagingxdai_Bytes - transferId_gte: stagingxdai_Bytes - transferId_lte: stagingxdai_Bytes - transferId_in: [stagingxdai_Bytes!] - transferId_not_in: [stagingxdai_Bytes!] - transferId_contains: stagingxdai_Bytes - transferId_not_contains: stagingxdai_Bytes + transferId: stagingmantle_Bytes + transferId_not: stagingmantle_Bytes + transferId_gt: stagingmantle_Bytes + transferId_lt: stagingmantle_Bytes + transferId_gte: stagingmantle_Bytes + transferId_lte: stagingmantle_Bytes + transferId_in: [stagingmantle_Bytes!] + transferId_not_in: [stagingmantle_Bytes!] + transferId_contains: stagingmantle_Bytes + transferId_not_contains: stagingmantle_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -160483,17 +158196,17 @@ input stagingxdai_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingxdai_TransferStatus - status_not: stagingxdai_TransferStatus - status_in: [stagingxdai_TransferStatus!] - status_not_in: [stagingxdai_TransferStatus!] + status: stagingmantle_TransferStatus + status_not: stagingmantle_TransferStatus + status_in: [stagingmantle_TransferStatus!] + status_not_in: [stagingmantle_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingxdai_Router_filter + routers_: stagingmantle_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -160518,40 +158231,40 @@ input stagingxdai_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingxdai_Bytes - to_not: stagingxdai_Bytes - to_gt: stagingxdai_Bytes - to_lt: stagingxdai_Bytes - to_gte: stagingxdai_Bytes - to_lte: stagingxdai_Bytes - to_in: [stagingxdai_Bytes!] - to_not_in: [stagingxdai_Bytes!] - to_contains: stagingxdai_Bytes - to_not_contains: stagingxdai_Bytes - delegate: stagingxdai_Bytes - delegate_not: stagingxdai_Bytes - delegate_gt: stagingxdai_Bytes - delegate_lt: stagingxdai_Bytes - delegate_gte: stagingxdai_Bytes - delegate_lte: stagingxdai_Bytes - delegate_in: [stagingxdai_Bytes!] - delegate_not_in: [stagingxdai_Bytes!] - delegate_contains: stagingxdai_Bytes - delegate_not_contains: stagingxdai_Bytes + to: stagingmantle_Bytes + to_not: stagingmantle_Bytes + to_gt: stagingmantle_Bytes + to_lt: stagingmantle_Bytes + to_gte: stagingmantle_Bytes + to_lte: stagingmantle_Bytes + to_in: [stagingmantle_Bytes!] + to_not_in: [stagingmantle_Bytes!] + to_contains: stagingmantle_Bytes + to_not_contains: stagingmantle_Bytes + delegate: stagingmantle_Bytes + delegate_not: stagingmantle_Bytes + delegate_gt: stagingmantle_Bytes + delegate_lt: stagingmantle_Bytes + delegate_gte: stagingmantle_Bytes + delegate_lte: stagingmantle_Bytes + delegate_in: [stagingmantle_Bytes!] + delegate_not_in: [stagingmantle_Bytes!] + delegate_contains: stagingmantle_Bytes + delegate_not_contains: stagingmantle_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingxdai_Bytes - callData_not: stagingxdai_Bytes - callData_gt: stagingxdai_Bytes - callData_lt: stagingxdai_Bytes - callData_gte: stagingxdai_Bytes - callData_lte: stagingxdai_Bytes - callData_in: [stagingxdai_Bytes!] - callData_not_in: [stagingxdai_Bytes!] - callData_contains: stagingxdai_Bytes - callData_not_contains: stagingxdai_Bytes + callData: stagingmantle_Bytes + callData_not: stagingmantle_Bytes + callData_gt: stagingmantle_Bytes + callData_lt: stagingmantle_Bytes + callData_gte: stagingmantle_Bytes + callData_lte: stagingmantle_Bytes + callData_in: [stagingmantle_Bytes!] + callData_not_in: [stagingmantle_Bytes!] + callData_contains: stagingmantle_Bytes + callData_not_contains: stagingmantle_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -160568,16 +158281,16 @@ input stagingxdai_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingxdai_Bytes - originSender_not: stagingxdai_Bytes - originSender_gt: stagingxdai_Bytes - originSender_lt: stagingxdai_Bytes - originSender_gte: stagingxdai_Bytes - originSender_lte: stagingxdai_Bytes - originSender_in: [stagingxdai_Bytes!] - originSender_not_in: [stagingxdai_Bytes!] - originSender_contains: stagingxdai_Bytes - originSender_not_contains: stagingxdai_Bytes + originSender: stagingmantle_Bytes + originSender_not: stagingmantle_Bytes + originSender_gt: stagingmantle_Bytes + originSender_lt: stagingmantle_Bytes + originSender_gte: stagingmantle_Bytes + originSender_lte: stagingmantle_Bytes + originSender_in: [stagingmantle_Bytes!] + originSender_not_in: [stagingmantle_Bytes!] + originSender_contains: stagingmantle_Bytes + originSender_not_contains: stagingmantle_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -160594,16 +158307,16 @@ input stagingxdai_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingxdai_Bytes - canonicalId_not: stagingxdai_Bytes - canonicalId_gt: stagingxdai_Bytes - canonicalId_lt: stagingxdai_Bytes - canonicalId_gte: stagingxdai_Bytes - canonicalId_lte: stagingxdai_Bytes - canonicalId_in: [stagingxdai_Bytes!] - canonicalId_not_in: [stagingxdai_Bytes!] - canonicalId_contains: stagingxdai_Bytes - canonicalId_not_contains: stagingxdai_Bytes + canonicalId: stagingmantle_Bytes + canonicalId_not: stagingmantle_Bytes + canonicalId_gt: stagingmantle_Bytes + canonicalId_lt: stagingmantle_Bytes + canonicalId_gte: stagingmantle_Bytes + canonicalId_lte: stagingmantle_Bytes + canonicalId_in: [stagingmantle_Bytes!] + canonicalId_not_in: [stagingmantle_Bytes!] + canonicalId_contains: stagingmantle_Bytes + canonicalId_not_contains: stagingmantle_Bytes asset: String asset_not: String asset_gt: String @@ -160624,7 +158337,7 @@ input stagingxdai_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxdai_Asset_filter + asset_: stagingmantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -160641,26 +158354,26 @@ input stagingxdai_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingxdai_Bytes - executedCaller_not: stagingxdai_Bytes - executedCaller_gt: stagingxdai_Bytes - executedCaller_lt: stagingxdai_Bytes - executedCaller_gte: stagingxdai_Bytes - executedCaller_lte: stagingxdai_Bytes - executedCaller_in: [stagingxdai_Bytes!] - executedCaller_not_in: [stagingxdai_Bytes!] - executedCaller_contains: stagingxdai_Bytes - executedCaller_not_contains: stagingxdai_Bytes - executedTransactionHash: stagingxdai_Bytes - executedTransactionHash_not: stagingxdai_Bytes - executedTransactionHash_gt: stagingxdai_Bytes - executedTransactionHash_lt: stagingxdai_Bytes - executedTransactionHash_gte: stagingxdai_Bytes - executedTransactionHash_lte: stagingxdai_Bytes - executedTransactionHash_in: [stagingxdai_Bytes!] - executedTransactionHash_not_in: [stagingxdai_Bytes!] - executedTransactionHash_contains: stagingxdai_Bytes - executedTransactionHash_not_contains: stagingxdai_Bytes + executedCaller: stagingmantle_Bytes + executedCaller_not: stagingmantle_Bytes + executedCaller_gt: stagingmantle_Bytes + executedCaller_lt: stagingmantle_Bytes + executedCaller_gte: stagingmantle_Bytes + executedCaller_lte: stagingmantle_Bytes + executedCaller_in: [stagingmantle_Bytes!] + executedCaller_not_in: [stagingmantle_Bytes!] + executedCaller_contains: stagingmantle_Bytes + executedCaller_not_contains: stagingmantle_Bytes + executedTransactionHash: stagingmantle_Bytes + executedTransactionHash_not: stagingmantle_Bytes + executedTransactionHash_gt: stagingmantle_Bytes + executedTransactionHash_lt: stagingmantle_Bytes + executedTransactionHash_gte: stagingmantle_Bytes + executedTransactionHash_lte: stagingmantle_Bytes + executedTransactionHash_in: [stagingmantle_Bytes!] + executedTransactionHash_not_in: [stagingmantle_Bytes!] + executedTransactionHash_contains: stagingmantle_Bytes + executedTransactionHash_not_contains: stagingmantle_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -160693,16 +158406,16 @@ input stagingxdai_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingxdai_Bytes - executedTxOrigin_not: stagingxdai_Bytes - executedTxOrigin_gt: stagingxdai_Bytes - executedTxOrigin_lt: stagingxdai_Bytes - executedTxOrigin_gte: stagingxdai_Bytes - executedTxOrigin_lte: stagingxdai_Bytes - executedTxOrigin_in: [stagingxdai_Bytes!] - executedTxOrigin_not_in: [stagingxdai_Bytes!] - executedTxOrigin_contains: stagingxdai_Bytes - executedTxOrigin_not_contains: stagingxdai_Bytes + executedTxOrigin: stagingmantle_Bytes + executedTxOrigin_not: stagingmantle_Bytes + executedTxOrigin_gt: stagingmantle_Bytes + executedTxOrigin_lt: stagingmantle_Bytes + executedTxOrigin_gte: stagingmantle_Bytes + executedTxOrigin_lte: stagingmantle_Bytes + executedTxOrigin_in: [stagingmantle_Bytes!] + executedTxOrigin_not_in: [stagingmantle_Bytes!] + executedTxOrigin_contains: stagingmantle_Bytes + executedTxOrigin_not_contains: stagingmantle_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -160711,26 +158424,26 @@ input stagingxdai_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingxdai_Bytes - reconciledCaller_not: stagingxdai_Bytes - reconciledCaller_gt: stagingxdai_Bytes - reconciledCaller_lt: stagingxdai_Bytes - reconciledCaller_gte: stagingxdai_Bytes - reconciledCaller_lte: stagingxdai_Bytes - reconciledCaller_in: [stagingxdai_Bytes!] - reconciledCaller_not_in: [stagingxdai_Bytes!] - reconciledCaller_contains: stagingxdai_Bytes - reconciledCaller_not_contains: stagingxdai_Bytes - reconciledTransactionHash: stagingxdai_Bytes - reconciledTransactionHash_not: stagingxdai_Bytes - reconciledTransactionHash_gt: stagingxdai_Bytes - reconciledTransactionHash_lt: stagingxdai_Bytes - reconciledTransactionHash_gte: stagingxdai_Bytes - reconciledTransactionHash_lte: stagingxdai_Bytes - reconciledTransactionHash_in: [stagingxdai_Bytes!] - reconciledTransactionHash_not_in: [stagingxdai_Bytes!] - reconciledTransactionHash_contains: stagingxdai_Bytes - reconciledTransactionHash_not_contains: stagingxdai_Bytes + reconciledCaller: stagingmantle_Bytes + reconciledCaller_not: stagingmantle_Bytes + reconciledCaller_gt: stagingmantle_Bytes + reconciledCaller_lt: stagingmantle_Bytes + reconciledCaller_gte: stagingmantle_Bytes + reconciledCaller_lte: stagingmantle_Bytes + reconciledCaller_in: [stagingmantle_Bytes!] + reconciledCaller_not_in: [stagingmantle_Bytes!] + reconciledCaller_contains: stagingmantle_Bytes + reconciledCaller_not_contains: stagingmantle_Bytes + reconciledTransactionHash: stagingmantle_Bytes + reconciledTransactionHash_not: stagingmantle_Bytes + reconciledTransactionHash_gt: stagingmantle_Bytes + reconciledTransactionHash_lt: stagingmantle_Bytes + reconciledTransactionHash_gte: stagingmantle_Bytes + reconciledTransactionHash_lte: stagingmantle_Bytes + reconciledTransactionHash_in: [stagingmantle_Bytes!] + reconciledTransactionHash_not_in: [stagingmantle_Bytes!] + reconciledTransactionHash_contains: stagingmantle_Bytes + reconciledTransactionHash_not_contains: stagingmantle_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -160763,16 +158476,16 @@ input stagingxdai_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingxdai_Bytes - reconciledTxOrigin_not: stagingxdai_Bytes - reconciledTxOrigin_gt: stagingxdai_Bytes - reconciledTxOrigin_lt: stagingxdai_Bytes - reconciledTxOrigin_gte: stagingxdai_Bytes - reconciledTxOrigin_lte: stagingxdai_Bytes - reconciledTxOrigin_in: [stagingxdai_Bytes!] - reconciledTxOrigin_not_in: [stagingxdai_Bytes!] - reconciledTxOrigin_contains: stagingxdai_Bytes - reconciledTxOrigin_not_contains: stagingxdai_Bytes + reconciledTxOrigin: stagingmantle_Bytes + reconciledTxOrigin_not: stagingmantle_Bytes + reconciledTxOrigin_gt: stagingmantle_Bytes + reconciledTxOrigin_lt: stagingmantle_Bytes + reconciledTxOrigin_gte: stagingmantle_Bytes + reconciledTxOrigin_lte: stagingmantle_Bytes + reconciledTxOrigin_in: [stagingmantle_Bytes!] + reconciledTxOrigin_not_in: [stagingmantle_Bytes!] + reconciledTxOrigin_contains: stagingmantle_Bytes + reconciledTxOrigin_not_contains: stagingmantle_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -160782,12 +158495,12 @@ input stagingxdai_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_DestinationTransfer_filter] - or: [stagingxdai_DestinationTransfer_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_DestinationTransfer_filter] + or: [stagingmantle_DestinationTransfer_filter] } -enum stagingxdai_DestinationTransfer_orderBy { +enum stagingmantle_DestinationTransfer_orderBy { id chainId transferId @@ -160841,16 +158554,16 @@ enum stagingxdai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingxdai_Int8 +scalar stagingmantle_Int8 -type stagingxdai_OptimisticRootFinalized { +type stagingmantle_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingxdai_Bytes! + aggregateRoot: stagingmantle_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingxdai_OptimisticRootFinalized_filter { +input stagingmantle_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -160859,16 +158572,16 @@ input stagingxdai_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingxdai_Bytes - aggregateRoot_not: stagingxdai_Bytes - aggregateRoot_gt: stagingxdai_Bytes - aggregateRoot_lt: stagingxdai_Bytes - aggregateRoot_gte: stagingxdai_Bytes - aggregateRoot_lte: stagingxdai_Bytes - aggregateRoot_in: [stagingxdai_Bytes!] - aggregateRoot_not_in: [stagingxdai_Bytes!] - aggregateRoot_contains: stagingxdai_Bytes - aggregateRoot_not_contains: stagingxdai_Bytes + aggregateRoot: stagingmantle_Bytes + aggregateRoot_not: stagingmantle_Bytes + aggregateRoot_gt: stagingmantle_Bytes + aggregateRoot_lt: stagingmantle_Bytes + aggregateRoot_gte: stagingmantle_Bytes + aggregateRoot_lte: stagingmantle_Bytes + aggregateRoot_in: [stagingmantle_Bytes!] + aggregateRoot_not_in: [stagingmantle_Bytes!] + aggregateRoot_contains: stagingmantle_Bytes + aggregateRoot_not_contains: stagingmantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -160886,12 +158599,12 @@ input stagingxdai_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_OptimisticRootFinalized_filter] - or: [stagingxdai_OptimisticRootFinalized_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_OptimisticRootFinalized_filter] + or: [stagingmantle_OptimisticRootFinalized_filter] } -enum stagingxdai_OptimisticRootFinalized_orderBy { +enum stagingmantle_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -160899,25 +158612,25 @@ enum stagingxdai_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingxdai_OrderDirection { +enum stagingmantle_OrderDirection { asc desc } -type stagingxdai_OriginMessage { +type stagingmantle_OriginMessage { id: ID! - transferId: stagingxdai_Bytes + transferId: stagingmantle_Bytes destinationDomain: BigInt - leaf: stagingxdai_Bytes + leaf: stagingmantle_Bytes index: BigInt - message: stagingxdai_Bytes - root: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes + message: stagingmantle_Bytes + root: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes blockNumber: BigInt - rootCount: stagingxdai_RootCount + rootCount: stagingmantle_RootCount } -input stagingxdai_OriginMessage_filter { +input stagingmantle_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -160926,16 +158639,16 @@ input stagingxdai_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingxdai_Bytes - transferId_not: stagingxdai_Bytes - transferId_gt: stagingxdai_Bytes - transferId_lt: stagingxdai_Bytes - transferId_gte: stagingxdai_Bytes - transferId_lte: stagingxdai_Bytes - transferId_in: [stagingxdai_Bytes!] - transferId_not_in: [stagingxdai_Bytes!] - transferId_contains: stagingxdai_Bytes - transferId_not_contains: stagingxdai_Bytes + transferId: stagingmantle_Bytes + transferId_not: stagingmantle_Bytes + transferId_gt: stagingmantle_Bytes + transferId_lt: stagingmantle_Bytes + transferId_gte: stagingmantle_Bytes + transferId_lte: stagingmantle_Bytes + transferId_in: [stagingmantle_Bytes!] + transferId_not_in: [stagingmantle_Bytes!] + transferId_contains: stagingmantle_Bytes + transferId_not_contains: stagingmantle_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -160944,16 +158657,16 @@ input stagingxdai_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingxdai_Bytes - leaf_not: stagingxdai_Bytes - leaf_gt: stagingxdai_Bytes - leaf_lt: stagingxdai_Bytes - leaf_gte: stagingxdai_Bytes - leaf_lte: stagingxdai_Bytes - leaf_in: [stagingxdai_Bytes!] - leaf_not_in: [stagingxdai_Bytes!] - leaf_contains: stagingxdai_Bytes - leaf_not_contains: stagingxdai_Bytes + leaf: stagingmantle_Bytes + leaf_not: stagingmantle_Bytes + leaf_gt: stagingmantle_Bytes + leaf_lt: stagingmantle_Bytes + leaf_gte: stagingmantle_Bytes + leaf_lte: stagingmantle_Bytes + leaf_in: [stagingmantle_Bytes!] + leaf_not_in: [stagingmantle_Bytes!] + leaf_contains: stagingmantle_Bytes + leaf_not_contains: stagingmantle_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -160962,36 +158675,36 @@ input stagingxdai_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingxdai_Bytes - message_not: stagingxdai_Bytes - message_gt: stagingxdai_Bytes - message_lt: stagingxdai_Bytes - message_gte: stagingxdai_Bytes - message_lte: stagingxdai_Bytes - message_in: [stagingxdai_Bytes!] - message_not_in: [stagingxdai_Bytes!] - message_contains: stagingxdai_Bytes - message_not_contains: stagingxdai_Bytes - root: stagingxdai_Bytes - root_not: stagingxdai_Bytes - root_gt: stagingxdai_Bytes - root_lt: stagingxdai_Bytes - root_gte: stagingxdai_Bytes - root_lte: stagingxdai_Bytes - root_in: [stagingxdai_Bytes!] - root_not_in: [stagingxdai_Bytes!] - root_contains: stagingxdai_Bytes - root_not_contains: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes + message: stagingmantle_Bytes + message_not: stagingmantle_Bytes + message_gt: stagingmantle_Bytes + message_lt: stagingmantle_Bytes + message_gte: stagingmantle_Bytes + message_lte: stagingmantle_Bytes + message_in: [stagingmantle_Bytes!] + message_not_in: [stagingmantle_Bytes!] + message_contains: stagingmantle_Bytes + message_not_contains: stagingmantle_Bytes + root: stagingmantle_Bytes + root_not: stagingmantle_Bytes + root_gt: stagingmantle_Bytes + root_lt: stagingmantle_Bytes + root_gte: stagingmantle_Bytes + root_lte: stagingmantle_Bytes + root_in: [stagingmantle_Bytes!] + root_not_in: [stagingmantle_Bytes!] + root_contains: stagingmantle_Bytes + root_not_contains: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -161020,14 +158733,14 @@ input stagingxdai_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingxdai_RootCount_filter + rootCount_: stagingmantle_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_OriginMessage_filter] - or: [stagingxdai_OriginMessage_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_OriginMessage_filter] + or: [stagingmantle_OriginMessage_filter] } -enum stagingxdai_OriginMessage_orderBy { +enum stagingmantle_OriginMessage_orderBy { id transferId destinationDomain @@ -161042,42 +158755,42 @@ enum stagingxdai_OriginMessage_orderBy { rootCount__count } -type stagingxdai_OriginTransfer { +type stagingmantle_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingxdai_Bytes + transferId: stagingmantle_Bytes nonce: BigInt - status: stagingxdai_TransferStatus - messageHash: stagingxdai_Bytes + status: stagingmantle_TransferStatus + messageHash: stagingmantle_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingxdai_Bytes - delegate: stagingxdai_Bytes + to: stagingmantle_Bytes + delegate: stagingmantle_Bytes receiveLocal: Boolean - callData: stagingxdai_Bytes + callData: stagingmantle_Bytes slippage: BigInt - originSender: stagingxdai_Bytes + originSender: stagingmantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingxdai_Bytes - asset: stagingxdai_Asset - transactingAsset: stagingxdai_Bytes - message: stagingxdai_OriginMessage + canonicalId: stagingmantle_Bytes + asset: stagingmantle_Asset + transactingAsset: stagingmantle_Bytes + message: stagingmantle_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_RelayerFee_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_RelayerFee_filter): [stagingxdai_RelayerFee!] - initialRelayerFeeAsset: stagingxdai_Bytes - caller: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmantle_RelayerFee_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_RelayerFee_filter): [stagingmantle_RelayerFee!] + initialRelayerFeeAsset: stagingmantle_Bytes + caller: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingxdai_Bytes + txOrigin: stagingmantle_Bytes txNonce: BigInt } -input stagingxdai_OriginTransfer_filter { +input stagingmantle_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -161094,16 +158807,16 @@ input stagingxdai_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingxdai_Bytes - transferId_not: stagingxdai_Bytes - transferId_gt: stagingxdai_Bytes - transferId_lt: stagingxdai_Bytes - transferId_gte: stagingxdai_Bytes - transferId_lte: stagingxdai_Bytes - transferId_in: [stagingxdai_Bytes!] - transferId_not_in: [stagingxdai_Bytes!] - transferId_contains: stagingxdai_Bytes - transferId_not_contains: stagingxdai_Bytes + transferId: stagingmantle_Bytes + transferId_not: stagingmantle_Bytes + transferId_gt: stagingmantle_Bytes + transferId_lt: stagingmantle_Bytes + transferId_gte: stagingmantle_Bytes + transferId_lte: stagingmantle_Bytes + transferId_in: [stagingmantle_Bytes!] + transferId_not_in: [stagingmantle_Bytes!] + transferId_contains: stagingmantle_Bytes + transferId_not_contains: stagingmantle_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -161112,20 +158825,20 @@ input stagingxdai_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingxdai_TransferStatus - status_not: stagingxdai_TransferStatus - status_in: [stagingxdai_TransferStatus!] - status_not_in: [stagingxdai_TransferStatus!] - messageHash: stagingxdai_Bytes - messageHash_not: stagingxdai_Bytes - messageHash_gt: stagingxdai_Bytes - messageHash_lt: stagingxdai_Bytes - messageHash_gte: stagingxdai_Bytes - messageHash_lte: stagingxdai_Bytes - messageHash_in: [stagingxdai_Bytes!] - messageHash_not_in: [stagingxdai_Bytes!] - messageHash_contains: stagingxdai_Bytes - messageHash_not_contains: stagingxdai_Bytes + status: stagingmantle_TransferStatus + status_not: stagingmantle_TransferStatus + status_in: [stagingmantle_TransferStatus!] + status_not_in: [stagingmantle_TransferStatus!] + messageHash: stagingmantle_Bytes + messageHash_not: stagingmantle_Bytes + messageHash_gt: stagingmantle_Bytes + messageHash_lt: stagingmantle_Bytes + messageHash_gte: stagingmantle_Bytes + messageHash_lte: stagingmantle_Bytes + messageHash_in: [stagingmantle_Bytes!] + messageHash_not_in: [stagingmantle_Bytes!] + messageHash_contains: stagingmantle_Bytes + messageHash_not_contains: stagingmantle_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -161150,40 +158863,40 @@ input stagingxdai_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingxdai_Bytes - to_not: stagingxdai_Bytes - to_gt: stagingxdai_Bytes - to_lt: stagingxdai_Bytes - to_gte: stagingxdai_Bytes - to_lte: stagingxdai_Bytes - to_in: [stagingxdai_Bytes!] - to_not_in: [stagingxdai_Bytes!] - to_contains: stagingxdai_Bytes - to_not_contains: stagingxdai_Bytes - delegate: stagingxdai_Bytes - delegate_not: stagingxdai_Bytes - delegate_gt: stagingxdai_Bytes - delegate_lt: stagingxdai_Bytes - delegate_gte: stagingxdai_Bytes - delegate_lte: stagingxdai_Bytes - delegate_in: [stagingxdai_Bytes!] - delegate_not_in: [stagingxdai_Bytes!] - delegate_contains: stagingxdai_Bytes - delegate_not_contains: stagingxdai_Bytes + to: stagingmantle_Bytes + to_not: stagingmantle_Bytes + to_gt: stagingmantle_Bytes + to_lt: stagingmantle_Bytes + to_gte: stagingmantle_Bytes + to_lte: stagingmantle_Bytes + to_in: [stagingmantle_Bytes!] + to_not_in: [stagingmantle_Bytes!] + to_contains: stagingmantle_Bytes + to_not_contains: stagingmantle_Bytes + delegate: stagingmantle_Bytes + delegate_not: stagingmantle_Bytes + delegate_gt: stagingmantle_Bytes + delegate_lt: stagingmantle_Bytes + delegate_gte: stagingmantle_Bytes + delegate_lte: stagingmantle_Bytes + delegate_in: [stagingmantle_Bytes!] + delegate_not_in: [stagingmantle_Bytes!] + delegate_contains: stagingmantle_Bytes + delegate_not_contains: stagingmantle_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingxdai_Bytes - callData_not: stagingxdai_Bytes - callData_gt: stagingxdai_Bytes - callData_lt: stagingxdai_Bytes - callData_gte: stagingxdai_Bytes - callData_lte: stagingxdai_Bytes - callData_in: [stagingxdai_Bytes!] - callData_not_in: [stagingxdai_Bytes!] - callData_contains: stagingxdai_Bytes - callData_not_contains: stagingxdai_Bytes + callData: stagingmantle_Bytes + callData_not: stagingmantle_Bytes + callData_gt: stagingmantle_Bytes + callData_lt: stagingmantle_Bytes + callData_gte: stagingmantle_Bytes + callData_lte: stagingmantle_Bytes + callData_in: [stagingmantle_Bytes!] + callData_not_in: [stagingmantle_Bytes!] + callData_contains: stagingmantle_Bytes + callData_not_contains: stagingmantle_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -161192,16 +158905,16 @@ input stagingxdai_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingxdai_Bytes - originSender_not: stagingxdai_Bytes - originSender_gt: stagingxdai_Bytes - originSender_lt: stagingxdai_Bytes - originSender_gte: stagingxdai_Bytes - originSender_lte: stagingxdai_Bytes - originSender_in: [stagingxdai_Bytes!] - originSender_not_in: [stagingxdai_Bytes!] - originSender_contains: stagingxdai_Bytes - originSender_not_contains: stagingxdai_Bytes + originSender: stagingmantle_Bytes + originSender_not: stagingmantle_Bytes + originSender_gt: stagingmantle_Bytes + originSender_lt: stagingmantle_Bytes + originSender_gte: stagingmantle_Bytes + originSender_lte: stagingmantle_Bytes + originSender_in: [stagingmantle_Bytes!] + originSender_not_in: [stagingmantle_Bytes!] + originSender_contains: stagingmantle_Bytes + originSender_not_contains: stagingmantle_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -161218,16 +158931,16 @@ input stagingxdai_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingxdai_Bytes - canonicalId_not: stagingxdai_Bytes - canonicalId_gt: stagingxdai_Bytes - canonicalId_lt: stagingxdai_Bytes - canonicalId_gte: stagingxdai_Bytes - canonicalId_lte: stagingxdai_Bytes - canonicalId_in: [stagingxdai_Bytes!] - canonicalId_not_in: [stagingxdai_Bytes!] - canonicalId_contains: stagingxdai_Bytes - canonicalId_not_contains: stagingxdai_Bytes + canonicalId: stagingmantle_Bytes + canonicalId_not: stagingmantle_Bytes + canonicalId_gt: stagingmantle_Bytes + canonicalId_lt: stagingmantle_Bytes + canonicalId_gte: stagingmantle_Bytes + canonicalId_lte: stagingmantle_Bytes + canonicalId_in: [stagingmantle_Bytes!] + canonicalId_not_in: [stagingmantle_Bytes!] + canonicalId_contains: stagingmantle_Bytes + canonicalId_not_contains: stagingmantle_Bytes asset: String asset_not: String asset_gt: String @@ -161248,17 +158961,17 @@ input stagingxdai_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxdai_Asset_filter - transactingAsset: stagingxdai_Bytes - transactingAsset_not: stagingxdai_Bytes - transactingAsset_gt: stagingxdai_Bytes - transactingAsset_lt: stagingxdai_Bytes - transactingAsset_gte: stagingxdai_Bytes - transactingAsset_lte: stagingxdai_Bytes - transactingAsset_in: [stagingxdai_Bytes!] - transactingAsset_not_in: [stagingxdai_Bytes!] - transactingAsset_contains: stagingxdai_Bytes - transactingAsset_not_contains: stagingxdai_Bytes + asset_: stagingmantle_Asset_filter + transactingAsset: stagingmantle_Bytes + transactingAsset_not: stagingmantle_Bytes + transactingAsset_gt: stagingmantle_Bytes + transactingAsset_lt: stagingmantle_Bytes + transactingAsset_gte: stagingmantle_Bytes + transactingAsset_lte: stagingmantle_Bytes + transactingAsset_in: [stagingmantle_Bytes!] + transactingAsset_not_in: [stagingmantle_Bytes!] + transactingAsset_contains: stagingmantle_Bytes + transactingAsset_not_contains: stagingmantle_Bytes message: String message_not: String message_gt: String @@ -161279,7 +158992,7 @@ input stagingxdai_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingxdai_OriginMessage_filter + message_: stagingmantle_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -161294,37 +159007,37 @@ input stagingxdai_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingxdai_RelayerFee_filter - initialRelayerFeeAsset: stagingxdai_Bytes - initialRelayerFeeAsset_not: stagingxdai_Bytes - initialRelayerFeeAsset_gt: stagingxdai_Bytes - initialRelayerFeeAsset_lt: stagingxdai_Bytes - initialRelayerFeeAsset_gte: stagingxdai_Bytes - initialRelayerFeeAsset_lte: stagingxdai_Bytes - initialRelayerFeeAsset_in: [stagingxdai_Bytes!] - initialRelayerFeeAsset_not_in: [stagingxdai_Bytes!] - initialRelayerFeeAsset_contains: stagingxdai_Bytes - initialRelayerFeeAsset_not_contains: stagingxdai_Bytes - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes + relayerFees_: stagingmantle_RelayerFee_filter + initialRelayerFeeAsset: stagingmantle_Bytes + initialRelayerFeeAsset_not: stagingmantle_Bytes + initialRelayerFeeAsset_gt: stagingmantle_Bytes + initialRelayerFeeAsset_lt: stagingmantle_Bytes + initialRelayerFeeAsset_gte: stagingmantle_Bytes + initialRelayerFeeAsset_lte: stagingmantle_Bytes + initialRelayerFeeAsset_in: [stagingmantle_Bytes!] + initialRelayerFeeAsset_not_in: [stagingmantle_Bytes!] + initialRelayerFeeAsset_contains: stagingmantle_Bytes + initialRelayerFeeAsset_not_contains: stagingmantle_Bytes + caller: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -161357,16 +159070,16 @@ input stagingxdai_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingxdai_Bytes - txOrigin_not: stagingxdai_Bytes - txOrigin_gt: stagingxdai_Bytes - txOrigin_lt: stagingxdai_Bytes - txOrigin_gte: stagingxdai_Bytes - txOrigin_lte: stagingxdai_Bytes - txOrigin_in: [stagingxdai_Bytes!] - txOrigin_not_in: [stagingxdai_Bytes!] - txOrigin_contains: stagingxdai_Bytes - txOrigin_not_contains: stagingxdai_Bytes + txOrigin: stagingmantle_Bytes + txOrigin_not: stagingmantle_Bytes + txOrigin_gt: stagingmantle_Bytes + txOrigin_lt: stagingmantle_Bytes + txOrigin_gte: stagingmantle_Bytes + txOrigin_lte: stagingmantle_Bytes + txOrigin_in: [stagingmantle_Bytes!] + txOrigin_not_in: [stagingmantle_Bytes!] + txOrigin_contains: stagingmantle_Bytes + txOrigin_not_contains: stagingmantle_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -161376,12 +159089,12 @@ input stagingxdai_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_OriginTransfer_filter] - or: [stagingxdai_OriginTransfer_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_OriginTransfer_filter] + or: [stagingmantle_OriginTransfer_filter] } -enum stagingxdai_OriginTransfer_orderBy { +enum stagingmantle_OriginTransfer_orderBy { id chainId transferId @@ -161434,20 +159147,20 @@ enum stagingxdai_OriginTransfer_orderBy { txNonce } -type stagingxdai_Relayer { +type stagingmantle_Relayer { id: ID! isActive: Boolean! - relayer: stagingxdai_Bytes + relayer: stagingmantle_Bytes } -type stagingxdai_RelayerFee { +type stagingmantle_RelayerFee { id: ID! - transfer: stagingxdai_OriginTransfer! + transfer: stagingmantle_OriginTransfer! fee: BigInt! - asset: stagingxdai_Bytes! + asset: stagingmantle_Bytes! } -input stagingxdai_RelayerFee_filter { +input stagingmantle_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -161476,7 +159189,7 @@ input stagingxdai_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingxdai_OriginTransfer_filter + transfer_: stagingmantle_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -161485,23 +159198,23 @@ input stagingxdai_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingxdai_Bytes - asset_not: stagingxdai_Bytes - asset_gt: stagingxdai_Bytes - asset_lt: stagingxdai_Bytes - asset_gte: stagingxdai_Bytes - asset_lte: stagingxdai_Bytes - asset_in: [stagingxdai_Bytes!] - asset_not_in: [stagingxdai_Bytes!] - asset_contains: stagingxdai_Bytes - asset_not_contains: stagingxdai_Bytes + asset: stagingmantle_Bytes + asset_not: stagingmantle_Bytes + asset_gt: stagingmantle_Bytes + asset_lt: stagingmantle_Bytes + asset_gte: stagingmantle_Bytes + asset_lte: stagingmantle_Bytes + asset_in: [stagingmantle_Bytes!] + asset_not_in: [stagingmantle_Bytes!] + asset_contains: stagingmantle_Bytes + asset_not_contains: stagingmantle_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_RelayerFee_filter] - or: [stagingxdai_RelayerFee_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_RelayerFee_filter] + or: [stagingmantle_RelayerFee_filter] } -enum stagingxdai_RelayerFee_orderBy { +enum stagingmantle_RelayerFee_orderBy { id transfer transfer__id @@ -161537,20 +159250,20 @@ enum stagingxdai_RelayerFee_orderBy { asset } -type stagingxdai_RelayerFeesIncrease { +type stagingmantle_RelayerFeesIncrease { id: ID! - transfer: stagingxdai_OriginTransfer! + transfer: stagingmantle_OriginTransfer! increase: BigInt - asset: stagingxdai_Bytes - caller: stagingxdai_Bytes! - transactionHash: stagingxdai_Bytes! + asset: stagingmantle_Bytes + caller: stagingmantle_Bytes! + transactionHash: stagingmantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingxdai_RelayerFeesIncrease_filter { +input stagingmantle_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -161579,7 +159292,7 @@ input stagingxdai_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingxdai_OriginTransfer_filter + transfer_: stagingmantle_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -161588,36 +159301,36 @@ input stagingxdai_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingxdai_Bytes - asset_not: stagingxdai_Bytes - asset_gt: stagingxdai_Bytes - asset_lt: stagingxdai_Bytes - asset_gte: stagingxdai_Bytes - asset_lte: stagingxdai_Bytes - asset_in: [stagingxdai_Bytes!] - asset_not_in: [stagingxdai_Bytes!] - asset_contains: stagingxdai_Bytes - asset_not_contains: stagingxdai_Bytes - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes + asset: stagingmantle_Bytes + asset_not: stagingmantle_Bytes + asset_gt: stagingmantle_Bytes + asset_lt: stagingmantle_Bytes + asset_gte: stagingmantle_Bytes + asset_lte: stagingmantle_Bytes + asset_in: [stagingmantle_Bytes!] + asset_not_in: [stagingmantle_Bytes!] + asset_contains: stagingmantle_Bytes + asset_not_contains: stagingmantle_Bytes + caller: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -161651,12 +159364,12 @@ input stagingxdai_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_RelayerFeesIncrease_filter] - or: [stagingxdai_RelayerFeesIncrease_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_RelayerFeesIncrease_filter] + or: [stagingmantle_RelayerFeesIncrease_filter] } -enum stagingxdai_RelayerFeesIncrease_orderBy { +enum stagingmantle_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -161698,7 +159411,7 @@ enum stagingxdai_RelayerFeesIncrease_orderBy { blockNumber } -input stagingxdai_Relayer_filter { +input stagingmantle_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -161711,34 +159424,34 @@ input stagingxdai_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingxdai_Bytes - relayer_not: stagingxdai_Bytes - relayer_gt: stagingxdai_Bytes - relayer_lt: stagingxdai_Bytes - relayer_gte: stagingxdai_Bytes - relayer_lte: stagingxdai_Bytes - relayer_in: [stagingxdai_Bytes!] - relayer_not_in: [stagingxdai_Bytes!] - relayer_contains: stagingxdai_Bytes - relayer_not_contains: stagingxdai_Bytes + relayer: stagingmantle_Bytes + relayer_not: stagingmantle_Bytes + relayer_gt: stagingmantle_Bytes + relayer_lt: stagingmantle_Bytes + relayer_gte: stagingmantle_Bytes + relayer_lte: stagingmantle_Bytes + relayer_in: [stagingmantle_Bytes!] + relayer_not_in: [stagingmantle_Bytes!] + relayer_contains: stagingmantle_Bytes + relayer_not_contains: stagingmantle_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Relayer_filter] - or: [stagingxdai_Relayer_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Relayer_filter] + or: [stagingmantle_Relayer_filter] } -enum stagingxdai_Relayer_orderBy { +enum stagingmantle_Relayer_orderBy { id isActive relayer } -type stagingxdai_RootCount { +type stagingmantle_RootCount { id: ID! count: BigInt } -input stagingxdai_RootCount_filter { +input stagingmantle_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -161756,31 +159469,31 @@ input stagingxdai_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_RootCount_filter] - or: [stagingxdai_RootCount_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_RootCount_filter] + or: [stagingmantle_RootCount_filter] } -enum stagingxdai_RootCount_orderBy { +enum stagingmantle_RootCount_orderBy { id count } -type stagingxdai_RootMessageSent { +type stagingmantle_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingxdai_Bytes + root: stagingmantle_Bytes count: BigInt - caller: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes + caller: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingxdai_RootMessageSent_filter { +input stagingmantle_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -161805,16 +159518,16 @@ input stagingxdai_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingxdai_Bytes - root_not: stagingxdai_Bytes - root_gt: stagingxdai_Bytes - root_lt: stagingxdai_Bytes - root_gte: stagingxdai_Bytes - root_lte: stagingxdai_Bytes - root_in: [stagingxdai_Bytes!] - root_not_in: [stagingxdai_Bytes!] - root_contains: stagingxdai_Bytes - root_not_contains: stagingxdai_Bytes + root: stagingmantle_Bytes + root_not: stagingmantle_Bytes + root_gt: stagingmantle_Bytes + root_lt: stagingmantle_Bytes + root_gte: stagingmantle_Bytes + root_lte: stagingmantle_Bytes + root_in: [stagingmantle_Bytes!] + root_not_in: [stagingmantle_Bytes!] + root_contains: stagingmantle_Bytes + root_not_contains: stagingmantle_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -161823,26 +159536,26 @@ input stagingxdai_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes + caller: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -161876,12 +159589,12 @@ input stagingxdai_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_RootMessageSent_filter] - or: [stagingxdai_RootMessageSent_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_RootMessageSent_filter] + or: [stagingmantle_RootMessageSent_filter] } -enum stagingxdai_RootMessageSent_orderBy { +enum stagingmantle_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -161895,25 +159608,25 @@ enum stagingxdai_RootMessageSent_orderBy { blockNumber } -type stagingxdai_Router { +type stagingmantle_Router { id: ID! isActive: Boolean! - owner: stagingxdai_Bytes - recipient: stagingxdai_Bytes - proposedOwner: stagingxdai_Bytes + owner: stagingmantle_Bytes + recipient: stagingmantle_Bytes + proposedOwner: stagingmantle_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_AssetBalance_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_AssetBalance_filter): [stagingxdai_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmantle_AssetBalance_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_AssetBalance_filter): [stagingmantle_AssetBalance!]! } -type stagingxdai_RouterDailyTVL { +type stagingmantle_RouterDailyTVL { id: ID! - router: stagingxdai_Router! - asset: stagingxdai_Asset! + router: stagingmantle_Router! + asset: stagingmantle_Asset! timestamp: BigInt! balance: BigInt! } -input stagingxdai_RouterDailyTVL_filter { +input stagingmantle_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -161942,7 +159655,7 @@ input stagingxdai_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingxdai_Router_filter + router_: stagingmantle_Router_filter asset: String asset_not: String asset_gt: String @@ -161963,7 +159676,7 @@ input stagingxdai_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxdai_Asset_filter + asset_: stagingmantle_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -161981,12 +159694,12 @@ input stagingxdai_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_RouterDailyTVL_filter] - or: [stagingxdai_RouterDailyTVL_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_RouterDailyTVL_filter] + or: [stagingmantle_RouterDailyTVL_filter] } -enum stagingxdai_RouterDailyTVL_orderBy { +enum stagingmantle_RouterDailyTVL_orderBy { id router router__id @@ -162009,26 +159722,26 @@ enum stagingxdai_RouterDailyTVL_orderBy { balance } -type stagingxdai_RouterLiquidityEvent { +type stagingmantle_RouterLiquidityEvent { id: ID! - type: stagingxdai_RouterLiquidityEventType - router: stagingxdai_Router! - asset: stagingxdai_Asset! + type: stagingmantle_RouterLiquidityEventType + router: stagingmantle_Router! + asset: stagingmantle_Asset! amount: BigInt! balance: BigInt! - caller: stagingxdai_Bytes + caller: stagingmantle_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingxdai_Bytes! + transactionHash: stagingmantle_Bytes! nonce: BigInt! } -enum stagingxdai_RouterLiquidityEventType { +enum stagingmantle_RouterLiquidityEventType { Add Remove } -input stagingxdai_RouterLiquidityEvent_filter { +input stagingmantle_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -162037,10 +159750,10 @@ input stagingxdai_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingxdai_RouterLiquidityEventType - type_not: stagingxdai_RouterLiquidityEventType - type_in: [stagingxdai_RouterLiquidityEventType!] - type_not_in: [stagingxdai_RouterLiquidityEventType!] + type: stagingmantle_RouterLiquidityEventType + type_not: stagingmantle_RouterLiquidityEventType + type_in: [stagingmantle_RouterLiquidityEventType!] + type_not_in: [stagingmantle_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -162061,7 +159774,7 @@ input stagingxdai_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingxdai_Router_filter + router_: stagingmantle_Router_filter asset: String asset_not: String asset_gt: String @@ -162082,7 +159795,7 @@ input stagingxdai_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxdai_Asset_filter + asset_: stagingmantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -162099,16 +159812,16 @@ input stagingxdai_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes + caller: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -162125,16 +159838,16 @@ input stagingxdai_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -162144,12 +159857,12 @@ input stagingxdai_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_RouterLiquidityEvent_filter] - or: [stagingxdai_RouterLiquidityEvent_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_RouterLiquidityEvent_filter] + or: [stagingmantle_RouterLiquidityEvent_filter] } -enum stagingxdai_RouterLiquidityEvent_orderBy { +enum stagingmantle_RouterLiquidityEvent_orderBy { id type router @@ -162178,7 +159891,7 @@ enum stagingxdai_RouterLiquidityEvent_orderBy { nonce } -input stagingxdai_Router_filter { +input stagingmantle_Router_filter { id: ID id_not: ID id_gt: ID @@ -162191,36 +159904,36 @@ input stagingxdai_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingxdai_Bytes - owner_not: stagingxdai_Bytes - owner_gt: stagingxdai_Bytes - owner_lt: stagingxdai_Bytes - owner_gte: stagingxdai_Bytes - owner_lte: stagingxdai_Bytes - owner_in: [stagingxdai_Bytes!] - owner_not_in: [stagingxdai_Bytes!] - owner_contains: stagingxdai_Bytes - owner_not_contains: stagingxdai_Bytes - recipient: stagingxdai_Bytes - recipient_not: stagingxdai_Bytes - recipient_gt: stagingxdai_Bytes - recipient_lt: stagingxdai_Bytes - recipient_gte: stagingxdai_Bytes - recipient_lte: stagingxdai_Bytes - recipient_in: [stagingxdai_Bytes!] - recipient_not_in: [stagingxdai_Bytes!] - recipient_contains: stagingxdai_Bytes - recipient_not_contains: stagingxdai_Bytes - proposedOwner: stagingxdai_Bytes - proposedOwner_not: stagingxdai_Bytes - proposedOwner_gt: stagingxdai_Bytes - proposedOwner_lt: stagingxdai_Bytes - proposedOwner_gte: stagingxdai_Bytes - proposedOwner_lte: stagingxdai_Bytes - proposedOwner_in: [stagingxdai_Bytes!] - proposedOwner_not_in: [stagingxdai_Bytes!] - proposedOwner_contains: stagingxdai_Bytes - proposedOwner_not_contains: stagingxdai_Bytes + owner: stagingmantle_Bytes + owner_not: stagingmantle_Bytes + owner_gt: stagingmantle_Bytes + owner_lt: stagingmantle_Bytes + owner_gte: stagingmantle_Bytes + owner_lte: stagingmantle_Bytes + owner_in: [stagingmantle_Bytes!] + owner_not_in: [stagingmantle_Bytes!] + owner_contains: stagingmantle_Bytes + owner_not_contains: stagingmantle_Bytes + recipient: stagingmantle_Bytes + recipient_not: stagingmantle_Bytes + recipient_gt: stagingmantle_Bytes + recipient_lt: stagingmantle_Bytes + recipient_gte: stagingmantle_Bytes + recipient_lte: stagingmantle_Bytes + recipient_in: [stagingmantle_Bytes!] + recipient_not_in: [stagingmantle_Bytes!] + recipient_contains: stagingmantle_Bytes + recipient_not_contains: stagingmantle_Bytes + proposedOwner: stagingmantle_Bytes + proposedOwner_not: stagingmantle_Bytes + proposedOwner_gt: stagingmantle_Bytes + proposedOwner_lt: stagingmantle_Bytes + proposedOwner_gte: stagingmantle_Bytes + proposedOwner_lte: stagingmantle_Bytes + proposedOwner_in: [stagingmantle_Bytes!] + proposedOwner_not_in: [stagingmantle_Bytes!] + proposedOwner_contains: stagingmantle_Bytes + proposedOwner_not_contains: stagingmantle_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -162229,14 +159942,14 @@ input stagingxdai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingxdai_AssetBalance_filter + assetBalances_: stagingmantle_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Router_filter] - or: [stagingxdai_Router_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Router_filter] + or: [stagingmantle_Router_filter] } -enum stagingxdai_Router_orderBy { +enum stagingmantle_Router_orderBy { id isActive owner @@ -162246,13 +159959,13 @@ enum stagingxdai_Router_orderBy { assetBalances } -type stagingxdai_Sequencer { +type stagingmantle_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingxdai_Bytes + sequencer: stagingmantle_Bytes } -input stagingxdai_Sequencer_filter { +input stagingmantle_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -162265,35 +159978,35 @@ input stagingxdai_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingxdai_Bytes - sequencer_not: stagingxdai_Bytes - sequencer_gt: stagingxdai_Bytes - sequencer_lt: stagingxdai_Bytes - sequencer_gte: stagingxdai_Bytes - sequencer_lte: stagingxdai_Bytes - sequencer_in: [stagingxdai_Bytes!] - sequencer_not_in: [stagingxdai_Bytes!] - sequencer_contains: stagingxdai_Bytes - sequencer_not_contains: stagingxdai_Bytes + sequencer: stagingmantle_Bytes + sequencer_not: stagingmantle_Bytes + sequencer_gt: stagingmantle_Bytes + sequencer_lt: stagingmantle_Bytes + sequencer_gte: stagingmantle_Bytes + sequencer_lte: stagingmantle_Bytes + sequencer_in: [stagingmantle_Bytes!] + sequencer_not_in: [stagingmantle_Bytes!] + sequencer_contains: stagingmantle_Bytes + sequencer_not_contains: stagingmantle_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Sequencer_filter] - or: [stagingxdai_Sequencer_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Sequencer_filter] + or: [stagingmantle_Sequencer_filter] } -enum stagingxdai_Sequencer_orderBy { +enum stagingmantle_Sequencer_orderBy { id isActive sequencer } -type stagingxdai_Setting { +type stagingmantle_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingxdai_Bytes! + caller: stagingmantle_Bytes! } -input stagingxdai_Setting_filter { +input stagingmantle_Setting_filter { id: ID id_not: ID id_gt: ID @@ -162310,41 +160023,41 @@ input stagingxdai_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes + caller: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Setting_filter] - or: [stagingxdai_Setting_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Setting_filter] + or: [stagingmantle_Setting_filter] } -enum stagingxdai_Setting_orderBy { +enum stagingmantle_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingxdai_SlippageUpdate { +type stagingmantle_SlippageUpdate { id: ID! - transfer: stagingxdai_DestinationTransfer! + transfer: stagingmantle_DestinationTransfer! slippage: BigInt! - caller: stagingxdai_Bytes! - transactionHash: stagingxdai_Bytes! + caller: stagingmantle_Bytes! + transactionHash: stagingmantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingxdai_SlippageUpdate_filter { +input stagingmantle_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -162373,7 +160086,7 @@ input stagingxdai_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingxdai_DestinationTransfer_filter + transfer_: stagingmantle_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -162382,26 +160095,26 @@ input stagingxdai_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingxdai_Bytes - caller_not: stagingxdai_Bytes - caller_gt: stagingxdai_Bytes - caller_lt: stagingxdai_Bytes - caller_gte: stagingxdai_Bytes - caller_lte: stagingxdai_Bytes - caller_in: [stagingxdai_Bytes!] - caller_not_in: [stagingxdai_Bytes!] - caller_contains: stagingxdai_Bytes - caller_not_contains: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes - transactionHash_not: stagingxdai_Bytes - transactionHash_gt: stagingxdai_Bytes - transactionHash_lt: stagingxdai_Bytes - transactionHash_gte: stagingxdai_Bytes - transactionHash_lte: stagingxdai_Bytes - transactionHash_in: [stagingxdai_Bytes!] - transactionHash_not_in: [stagingxdai_Bytes!] - transactionHash_contains: stagingxdai_Bytes - transactionHash_not_contains: stagingxdai_Bytes + caller: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -162435,12 +160148,12 @@ input stagingxdai_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_SlippageUpdate_filter] - or: [stagingxdai_SlippageUpdate_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_SlippageUpdate_filter] + or: [stagingmantle_SlippageUpdate_filter] } -enum stagingxdai_SlippageUpdate_orderBy { +enum stagingmantle_SlippageUpdate_orderBy { id transfer transfer__id @@ -162488,16 +160201,16 @@ enum stagingxdai_SlippageUpdate_orderBy { blockNumber } -type stagingxdai_SnapshotRoot { +type stagingmantle_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingxdai_Bytes! + root: stagingmantle_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingxdai_SnapshotRoot_filter { +input stagingmantle_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -162514,16 +160227,16 @@ input stagingxdai_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingxdai_Bytes - root_not: stagingxdai_Bytes - root_gt: stagingxdai_Bytes - root_lt: stagingxdai_Bytes - root_gte: stagingxdai_Bytes - root_lte: stagingxdai_Bytes - root_in: [stagingxdai_Bytes!] - root_not_in: [stagingxdai_Bytes!] - root_contains: stagingxdai_Bytes - root_not_contains: stagingxdai_Bytes + root: stagingmantle_Bytes + root_not: stagingmantle_Bytes + root_gt: stagingmantle_Bytes + root_lt: stagingmantle_Bytes + root_gte: stagingmantle_Bytes + root_lte: stagingmantle_Bytes + root_in: [stagingmantle_Bytes!] + root_not_in: [stagingmantle_Bytes!] + root_contains: stagingmantle_Bytes + root_not_contains: stagingmantle_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -162549,12 +160262,12 @@ input stagingxdai_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_SnapshotRoot_filter] - or: [stagingxdai_SnapshotRoot_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_SnapshotRoot_filter] + or: [stagingmantle_SnapshotRoot_filter] } -enum stagingxdai_SnapshotRoot_orderBy { +enum stagingmantle_SnapshotRoot_orderBy { id spokeDomain root @@ -162563,12 +160276,12 @@ enum stagingxdai_SnapshotRoot_orderBy { blockNumber } -type stagingxdai_SpokeConnectorMode { +type stagingmantle_SpokeConnectorMode { id: ID! mode: String! } -input stagingxdai_SpokeConnectorMode_filter { +input stagingmantle_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -162598,17 +160311,17 @@ input stagingxdai_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_SpokeConnectorMode_filter] - or: [stagingxdai_SpokeConnectorMode_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_SpokeConnectorMode_filter] + or: [stagingmantle_SpokeConnectorMode_filter] } -enum stagingxdai_SpokeConnectorMode_orderBy { +enum stagingmantle_SpokeConnectorMode_orderBy { id mode } -enum stagingxdai_TransferStatus { +enum stagingmantle_TransferStatus { XCalled Executed Reconciled @@ -162616,19 +160329,17 @@ enum stagingxdai_TransferStatus { CompletedFast } -type stagingxdai__Block_ { +type stagingmantle__Block_ { """The hash of the block""" - hash: stagingxdai_Bytes + hash: stagingmantle_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: stagingxdai_Bytes } """The type for the top-level _meta field""" -type stagingxdai__Meta_ { +type stagingmantle__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -162636,22 +160347,22 @@ type stagingxdai__Meta_ { and therefore asks for the latest block """ - block: stagingxdai__Block_! + block: stagingmantle__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type xdai_AggregateRoot { +type stagingmetis_AggregateRoot { id: ID! - root: xdai_Bytes! + root: stagingmetis_Bytes! blockNumber: BigInt! } -type xdai_AggregateRootProposed { +type stagingmetis_AggregateRootProposed { id: ID! - aggregateRoot: xdai_Bytes! + aggregateRoot: stagingmetis_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -162659,7 +160370,7 @@ type xdai_AggregateRootProposed { blockNumber: BigInt } -input xdai_AggregateRootProposed_filter { +input stagingmetis_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -162668,16 +160379,16 @@ input xdai_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: xdai_Bytes - aggregateRoot_not: xdai_Bytes - aggregateRoot_gt: xdai_Bytes - aggregateRoot_lt: xdai_Bytes - aggregateRoot_gte: xdai_Bytes - aggregateRoot_lte: xdai_Bytes - aggregateRoot_in: [xdai_Bytes!] - aggregateRoot_not_in: [xdai_Bytes!] - aggregateRoot_contains: xdai_Bytes - aggregateRoot_not_contains: xdai_Bytes + aggregateRoot: stagingmetis_Bytes + aggregateRoot_not: stagingmetis_Bytes + aggregateRoot_gt: stagingmetis_Bytes + aggregateRoot_lt: stagingmetis_Bytes + aggregateRoot_gte: stagingmetis_Bytes + aggregateRoot_lte: stagingmetis_Bytes + aggregateRoot_in: [stagingmetis_Bytes!] + aggregateRoot_not_in: [stagingmetis_Bytes!] + aggregateRoot_contains: stagingmetis_Bytes + aggregateRoot_not_contains: stagingmetis_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -162719,12 +160430,12 @@ input xdai_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AggregateRootProposed_filter] - or: [xdai_AggregateRootProposed_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_AggregateRootProposed_filter] + or: [stagingmetis_AggregateRootProposed_filter] } -enum xdai_AggregateRootProposed_orderBy { +enum stagingmetis_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -162734,7 +160445,7 @@ enum xdai_AggregateRootProposed_orderBy { blockNumber } -input xdai_AggregateRoot_filter { +input stagingmetis_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -162743,16 +160454,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: stagingmetis_Bytes + root_not: stagingmetis_Bytes + root_gt: stagingmetis_Bytes + root_lt: stagingmetis_Bytes + root_gte: stagingmetis_Bytes + root_lte: stagingmetis_Bytes + root_in: [stagingmetis_Bytes!] + root_not_in: [stagingmetis_Bytes!] + root_contains: stagingmetis_Bytes + root_not_contains: stagingmetis_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -162762,42 +160473,42 @@ input xdai_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_AggregateRoot_filter] - or: [xdai_AggregateRoot_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_AggregateRoot_filter] + or: [stagingmetis_AggregateRoot_filter] } -enum xdai_AggregateRoot_orderBy { +enum stagingmetis_AggregateRoot_orderBy { id root blockNumber } -type xdai_Asset { +type stagingmetis_Asset { id: ID! - key: xdai_Bytes + key: stagingmetis_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: xdai_Bytes + canonicalId: stagingmetis_Bytes canonicalDomain: BigInt - adoptedAsset: xdai_Bytes - localAsset: xdai_Bytes + adoptedAsset: stagingmetis_Bytes + localAsset: stagingmetis_Bytes blockNumber: BigInt - status: xdai_AssetStatus + status: stagingmetis_AssetStatus } -type xdai_AssetBalance { +type stagingmetis_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: xdai_Router! - asset: xdai_Asset! + router: stagingmetis_Router! + asset: stagingmetis_Asset! feesEarned: BigInt! } -input xdai_AssetBalance_filter { +input stagingmetis_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -162858,7 +160569,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_: stagingmetis_Router_filter asset: String asset_not: String asset_gt: String @@ -162879,7 +160590,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_: stagingmetis_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -162889,12 +160600,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AssetBalance_filter] + or: [stagingmetis_AssetBalance_filter] } -enum xdai_AssetBalance_orderBy { +enum stagingmetis_AssetBalance_orderBy { id amount locked @@ -162920,12 +160631,12 @@ enum xdai_AssetBalance_orderBy { feesEarned } -type xdai_AssetStatus { +type stagingmetis_AssetStatus { id: ID! status: Boolean } -input xdai_AssetStatus_filter { +input stagingmetis_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -162939,17 +160650,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AssetStatus_filter] + or: [stagingmetis_AssetStatus_filter] } -enum xdai_AssetStatus_orderBy { +enum stagingmetis_AssetStatus_orderBy { id status } -input xdai_Asset_filter { +input stagingmetis_Asset_filter { id: ID id_not: ID id_gt: ID @@ -162958,16 +160669,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: stagingmetis_Bytes + key_not: stagingmetis_Bytes + key_gt: stagingmetis_Bytes + key_lt: stagingmetis_Bytes + key_gte: stagingmetis_Bytes + key_lte: stagingmetis_Bytes + key_in: [stagingmetis_Bytes!] + key_not_in: [stagingmetis_Bytes!] + key_contains: stagingmetis_Bytes + key_not_contains: stagingmetis_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -162984,16 +160695,16 @@ input xdai_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: xdai_Bytes - canonicalId_not: xdai_Bytes - canonicalId_gt: xdai_Bytes - canonicalId_lt: xdai_Bytes - canonicalId_gte: xdai_Bytes - canonicalId_lte: xdai_Bytes - canonicalId_in: [xdai_Bytes!] - canonicalId_not_in: [xdai_Bytes!] - canonicalId_contains: xdai_Bytes - canonicalId_not_contains: xdai_Bytes + canonicalId: stagingmetis_Bytes + canonicalId_not: stagingmetis_Bytes + canonicalId_gt: stagingmetis_Bytes + canonicalId_lt: stagingmetis_Bytes + canonicalId_gte: stagingmetis_Bytes + canonicalId_lte: stagingmetis_Bytes + canonicalId_in: [stagingmetis_Bytes!] + canonicalId_not_in: [stagingmetis_Bytes!] + canonicalId_contains: stagingmetis_Bytes + canonicalId_not_contains: stagingmetis_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -163002,26 +160713,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: stagingmetis_Bytes + adoptedAsset_not: stagingmetis_Bytes + adoptedAsset_gt: stagingmetis_Bytes + adoptedAsset_lt: stagingmetis_Bytes + adoptedAsset_gte: stagingmetis_Bytes + adoptedAsset_lte: stagingmetis_Bytes + adoptedAsset_in: [stagingmetis_Bytes!] + adoptedAsset_not_in: [stagingmetis_Bytes!] + adoptedAsset_contains: stagingmetis_Bytes + adoptedAsset_not_contains: stagingmetis_Bytes + localAsset: stagingmetis_Bytes + localAsset_not: stagingmetis_Bytes + localAsset_gt: stagingmetis_Bytes + localAsset_lt: stagingmetis_Bytes + localAsset_gte: stagingmetis_Bytes + localAsset_lte: stagingmetis_Bytes + localAsset_in: [stagingmetis_Bytes!] + localAsset_not_in: [stagingmetis_Bytes!] + localAsset_contains: stagingmetis_Bytes + localAsset_not_contains: stagingmetis_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -163050,14 +160761,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_: stagingmetis_AssetStatus_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Asset_filter] - or: [xdai_Asset_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Asset_filter] + or: [stagingmetis_Asset_filter] } -enum xdai_Asset_orderBy { +enum stagingmetis_Asset_orderBy { id key decimal @@ -163072,30 +160783,30 @@ enum xdai_Asset_orderBy { status__status } -scalar xdai_BigDecimal +scalar stagingmetis_BigDecimal -input xdai_BlockChangedFilter { +input stagingmetis_BlockChangedFilter { number_gte: Int! } -input xdai_Block_height { - hash: xdai_Bytes +input stagingmetis_Block_height { + hash: stagingmetis_Bytes number: Int number_gte: Int } -scalar xdai_Bytes +scalar stagingmetis_Bytes -type xdai_ConnectorMeta { +type stagingmetis_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: xdai_Bytes - rootManager: xdai_Bytes - mirrorConnector: xdai_Bytes + amb: stagingmetis_Bytes + rootManager: stagingmetis_Bytes + mirrorConnector: stagingmetis_Bytes } -input xdai_ConnectorMeta_filter { +input stagingmetis_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -163120,43 +160831,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: stagingmetis_Bytes + amb_not: stagingmetis_Bytes + amb_gt: stagingmetis_Bytes + amb_lt: stagingmetis_Bytes + amb_gte: stagingmetis_Bytes + amb_lte: stagingmetis_Bytes + amb_in: [stagingmetis_Bytes!] + amb_not_in: [stagingmetis_Bytes!] + amb_contains: stagingmetis_Bytes + amb_not_contains: stagingmetis_Bytes + rootManager: stagingmetis_Bytes + rootManager_not: stagingmetis_Bytes + rootManager_gt: stagingmetis_Bytes + rootManager_lt: stagingmetis_Bytes + rootManager_gte: stagingmetis_Bytes + rootManager_lte: stagingmetis_Bytes + rootManager_in: [stagingmetis_Bytes!] + rootManager_not_in: [stagingmetis_Bytes!] + rootManager_contains: stagingmetis_Bytes + rootManager_not_contains: stagingmetis_Bytes + mirrorConnector: stagingmetis_Bytes + mirrorConnector_not: stagingmetis_Bytes + mirrorConnector_gt: stagingmetis_Bytes + mirrorConnector_lt: stagingmetis_Bytes + mirrorConnector_gte: stagingmetis_Bytes + mirrorConnector_lte: stagingmetis_Bytes + mirrorConnector_in: [stagingmetis_Bytes!] + mirrorConnector_not_in: [stagingmetis_Bytes!] + mirrorConnector_contains: stagingmetis_Bytes + mirrorConnector_not_contains: stagingmetis_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_ConnectorMeta_filter] - or: [xdai_ConnectorMeta_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_ConnectorMeta_filter] + or: [stagingmetis_ConnectorMeta_filter] } -enum xdai_ConnectorMeta_orderBy { +enum stagingmetis_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -163165,48 +160876,48 @@ enum xdai_ConnectorMeta_orderBy { mirrorConnector } -type xdai_DestinationTransfer { +type stagingmetis_DestinationTransfer { id: ID! chainId: BigInt - transferId: xdai_Bytes + transferId: stagingmetis_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: stagingmetis_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_Router_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_Router_filter): [stagingmetis_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xdai_Bytes - delegate: xdai_Bytes + to: stagingmetis_Bytes + delegate: stagingmetis_Bytes receiveLocal: Boolean - callData: xdai_Bytes + callData: stagingmetis_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: xdai_Bytes + originSender: stagingmetis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xdai_Bytes - asset: xdai_Asset + canonicalId: stagingmetis_Bytes + asset: stagingmetis_Asset amount: BigInt routersFee: BigInt - executedCaller: xdai_Bytes - executedTransactionHash: xdai_Bytes + executedCaller: stagingmetis_Bytes + executedTransactionHash: stagingmetis_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: xdai_Bytes + executedTxOrigin: stagingmetis_Bytes executedTxNonce: BigInt - reconciledCaller: xdai_Bytes - reconciledTransactionHash: xdai_Bytes + reconciledCaller: stagingmetis_Bytes + reconciledTransactionHash: stagingmetis_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: xdai_Bytes + reconciledTxOrigin: stagingmetis_Bytes reconciledTxNonce: BigInt } -input xdai_DestinationTransfer_filter { +input stagingmetis_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -163223,16 +160934,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: stagingmetis_Bytes + transferId_not: stagingmetis_Bytes + transferId_gt: stagingmetis_Bytes + transferId_lt: stagingmetis_Bytes + transferId_gte: stagingmetis_Bytes + transferId_lte: stagingmetis_Bytes + transferId_in: [stagingmetis_Bytes!] + transferId_not_in: [stagingmetis_Bytes!] + transferId_contains: stagingmetis_Bytes + transferId_not_contains: stagingmetis_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -163241,17 +160952,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: stagingmetis_TransferStatus + status_not: stagingmetis_TransferStatus + status_in: [stagingmetis_TransferStatus!] + status_not_in: [stagingmetis_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_: stagingmetis_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -163276,40 +160987,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: stagingmetis_Bytes + to_not: stagingmetis_Bytes + to_gt: stagingmetis_Bytes + to_lt: stagingmetis_Bytes + to_gte: stagingmetis_Bytes + to_lte: stagingmetis_Bytes + to_in: [stagingmetis_Bytes!] + to_not_in: [stagingmetis_Bytes!] + to_contains: stagingmetis_Bytes + to_not_contains: stagingmetis_Bytes + delegate: stagingmetis_Bytes + delegate_not: stagingmetis_Bytes + delegate_gt: stagingmetis_Bytes + delegate_lt: stagingmetis_Bytes + delegate_gte: stagingmetis_Bytes + delegate_lte: stagingmetis_Bytes + delegate_in: [stagingmetis_Bytes!] + delegate_not_in: [stagingmetis_Bytes!] + delegate_contains: stagingmetis_Bytes + delegate_not_contains: stagingmetis_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: stagingmetis_Bytes + callData_not: stagingmetis_Bytes + callData_gt: stagingmetis_Bytes + callData_lt: stagingmetis_Bytes + callData_gte: stagingmetis_Bytes + callData_lte: stagingmetis_Bytes + callData_in: [stagingmetis_Bytes!] + callData_not_in: [stagingmetis_Bytes!] + callData_contains: stagingmetis_Bytes + callData_not_contains: stagingmetis_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -163326,16 +161037,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: stagingmetis_Bytes + originSender_not: stagingmetis_Bytes + originSender_gt: stagingmetis_Bytes + originSender_lt: stagingmetis_Bytes + originSender_gte: stagingmetis_Bytes + originSender_lte: stagingmetis_Bytes + originSender_in: [stagingmetis_Bytes!] + originSender_not_in: [stagingmetis_Bytes!] + originSender_contains: stagingmetis_Bytes + originSender_not_contains: stagingmetis_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -163352,16 +161063,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: stagingmetis_Bytes + canonicalId_not: stagingmetis_Bytes + canonicalId_gt: stagingmetis_Bytes + canonicalId_lt: stagingmetis_Bytes + canonicalId_gte: stagingmetis_Bytes + canonicalId_lte: stagingmetis_Bytes + canonicalId_in: [stagingmetis_Bytes!] + canonicalId_not_in: [stagingmetis_Bytes!] + canonicalId_contains: stagingmetis_Bytes + canonicalId_not_contains: stagingmetis_Bytes asset: String asset_not: String asset_gt: String @@ -163382,7 +161093,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_: stagingmetis_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -163399,26 +161110,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: stagingmetis_Bytes + executedCaller_not: stagingmetis_Bytes + executedCaller_gt: stagingmetis_Bytes + executedCaller_lt: stagingmetis_Bytes + executedCaller_gte: stagingmetis_Bytes + executedCaller_lte: stagingmetis_Bytes + executedCaller_in: [stagingmetis_Bytes!] + executedCaller_not_in: [stagingmetis_Bytes!] + executedCaller_contains: stagingmetis_Bytes + executedCaller_not_contains: stagingmetis_Bytes + executedTransactionHash: stagingmetis_Bytes + executedTransactionHash_not: stagingmetis_Bytes + executedTransactionHash_gt: stagingmetis_Bytes + executedTransactionHash_lt: stagingmetis_Bytes + executedTransactionHash_gte: stagingmetis_Bytes + executedTransactionHash_lte: stagingmetis_Bytes + executedTransactionHash_in: [stagingmetis_Bytes!] + executedTransactionHash_not_in: [stagingmetis_Bytes!] + executedTransactionHash_contains: stagingmetis_Bytes + executedTransactionHash_not_contains: stagingmetis_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -163451,16 +161162,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: stagingmetis_Bytes + executedTxOrigin_not: stagingmetis_Bytes + executedTxOrigin_gt: stagingmetis_Bytes + executedTxOrigin_lt: stagingmetis_Bytes + executedTxOrigin_gte: stagingmetis_Bytes + executedTxOrigin_lte: stagingmetis_Bytes + executedTxOrigin_in: [stagingmetis_Bytes!] + executedTxOrigin_not_in: [stagingmetis_Bytes!] + executedTxOrigin_contains: stagingmetis_Bytes + executedTxOrigin_not_contains: stagingmetis_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -163469,26 +161180,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: stagingmetis_Bytes + reconciledCaller_not: stagingmetis_Bytes + reconciledCaller_gt: stagingmetis_Bytes + reconciledCaller_lt: stagingmetis_Bytes + reconciledCaller_gte: stagingmetis_Bytes + reconciledCaller_lte: stagingmetis_Bytes + reconciledCaller_in: [stagingmetis_Bytes!] + reconciledCaller_not_in: [stagingmetis_Bytes!] + reconciledCaller_contains: stagingmetis_Bytes + reconciledCaller_not_contains: stagingmetis_Bytes + reconciledTransactionHash: stagingmetis_Bytes + reconciledTransactionHash_not: stagingmetis_Bytes + reconciledTransactionHash_gt: stagingmetis_Bytes + reconciledTransactionHash_lt: stagingmetis_Bytes + reconciledTransactionHash_gte: stagingmetis_Bytes + reconciledTransactionHash_lte: stagingmetis_Bytes + reconciledTransactionHash_in: [stagingmetis_Bytes!] + reconciledTransactionHash_not_in: [stagingmetis_Bytes!] + reconciledTransactionHash_contains: stagingmetis_Bytes + reconciledTransactionHash_not_contains: stagingmetis_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -163521,16 +161232,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: stagingmetis_Bytes + reconciledTxOrigin_not: stagingmetis_Bytes + reconciledTxOrigin_gt: stagingmetis_Bytes + reconciledTxOrigin_lt: stagingmetis_Bytes + reconciledTxOrigin_gte: stagingmetis_Bytes + reconciledTxOrigin_lte: stagingmetis_Bytes + reconciledTxOrigin_in: [stagingmetis_Bytes!] + reconciledTxOrigin_not_in: [stagingmetis_Bytes!] + reconciledTxOrigin_contains: stagingmetis_Bytes + reconciledTxOrigin_not_contains: stagingmetis_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -163540,12 +161251,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_DestinationTransfer_filter] + or: [stagingmetis_DestinationTransfer_filter] } -enum xdai_DestinationTransfer_orderBy { +enum stagingmetis_DestinationTransfer_orderBy { id chainId transferId @@ -163599,16 +161310,16 @@ enum xdai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar xdai_Int8 +scalar stagingmetis_Int8 -type xdai_OptimisticRootFinalized { +type stagingmetis_OptimisticRootFinalized { id: ID! - aggregateRoot: xdai_Bytes! + aggregateRoot: stagingmetis_Bytes! timestamp: BigInt! blockNumber: BigInt } -input xdai_OptimisticRootFinalized_filter { +input stagingmetis_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -163617,16 +161328,16 @@ input xdai_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: xdai_Bytes - aggregateRoot_not: xdai_Bytes - aggregateRoot_gt: xdai_Bytes - aggregateRoot_lt: xdai_Bytes - aggregateRoot_gte: xdai_Bytes - aggregateRoot_lte: xdai_Bytes - aggregateRoot_in: [xdai_Bytes!] - aggregateRoot_not_in: [xdai_Bytes!] - aggregateRoot_contains: xdai_Bytes - aggregateRoot_not_contains: xdai_Bytes + aggregateRoot: stagingmetis_Bytes + aggregateRoot_not: stagingmetis_Bytes + aggregateRoot_gt: stagingmetis_Bytes + aggregateRoot_lt: stagingmetis_Bytes + aggregateRoot_gte: stagingmetis_Bytes + aggregateRoot_lte: stagingmetis_Bytes + aggregateRoot_in: [stagingmetis_Bytes!] + aggregateRoot_not_in: [stagingmetis_Bytes!] + aggregateRoot_contains: stagingmetis_Bytes + aggregateRoot_not_contains: stagingmetis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -163644,12 +161355,12 @@ input xdai_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_OptimisticRootFinalized_filter] - or: [xdai_OptimisticRootFinalized_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_OptimisticRootFinalized_filter] + or: [stagingmetis_OptimisticRootFinalized_filter] } -enum xdai_OptimisticRootFinalized_orderBy { +enum stagingmetis_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -163657,25 +161368,25 @@ enum xdai_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum xdai_OrderDirection { +enum stagingmetis_OrderDirection { asc desc } -type xdai_OriginMessage { +type stagingmetis_OriginMessage { id: ID! - transferId: xdai_Bytes + transferId: stagingmetis_Bytes destinationDomain: BigInt - leaf: xdai_Bytes + leaf: stagingmetis_Bytes index: BigInt - message: xdai_Bytes - root: xdai_Bytes - transactionHash: xdai_Bytes + message: stagingmetis_Bytes + root: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes blockNumber: BigInt - rootCount: xdai_RootCount + rootCount: stagingmetis_RootCount } -input xdai_OriginMessage_filter { +input stagingmetis_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -163684,16 +161395,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: stagingmetis_Bytes + transferId_not: stagingmetis_Bytes + transferId_gt: stagingmetis_Bytes + transferId_lt: stagingmetis_Bytes + transferId_gte: stagingmetis_Bytes + transferId_lte: stagingmetis_Bytes + transferId_in: [stagingmetis_Bytes!] + transferId_not_in: [stagingmetis_Bytes!] + transferId_contains: stagingmetis_Bytes + transferId_not_contains: stagingmetis_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -163702,16 +161413,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: stagingmetis_Bytes + leaf_not: stagingmetis_Bytes + leaf_gt: stagingmetis_Bytes + leaf_lt: stagingmetis_Bytes + leaf_gte: stagingmetis_Bytes + leaf_lte: stagingmetis_Bytes + leaf_in: [stagingmetis_Bytes!] + leaf_not_in: [stagingmetis_Bytes!] + leaf_contains: stagingmetis_Bytes + leaf_not_contains: stagingmetis_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -163720,36 +161431,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: stagingmetis_Bytes + message_not: stagingmetis_Bytes + message_gt: stagingmetis_Bytes + message_lt: stagingmetis_Bytes + message_gte: stagingmetis_Bytes + message_lte: stagingmetis_Bytes + message_in: [stagingmetis_Bytes!] + message_not_in: [stagingmetis_Bytes!] + message_contains: stagingmetis_Bytes + message_not_contains: stagingmetis_Bytes + root: stagingmetis_Bytes + root_not: stagingmetis_Bytes + root_gt: stagingmetis_Bytes + root_lt: stagingmetis_Bytes + root_gte: stagingmetis_Bytes + root_lte: stagingmetis_Bytes + root_in: [stagingmetis_Bytes!] + root_not_in: [stagingmetis_Bytes!] + root_contains: stagingmetis_Bytes + root_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -163778,14 +161489,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_: stagingmetis_RootCount_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_OriginMessage_filter] - or: [xdai_OriginMessage_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_OriginMessage_filter] + or: [stagingmetis_OriginMessage_filter] } -enum xdai_OriginMessage_orderBy { +enum stagingmetis_OriginMessage_orderBy { id transferId destinationDomain @@ -163800,42 +161511,42 @@ enum xdai_OriginMessage_orderBy { rootCount__count } -type xdai_OriginTransfer { +type stagingmetis_OriginTransfer { id: ID! chainId: BigInt - transferId: xdai_Bytes + transferId: stagingmetis_Bytes nonce: BigInt - status: xdai_TransferStatus - messageHash: xdai_Bytes + status: stagingmetis_TransferStatus + messageHash: stagingmetis_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xdai_Bytes - delegate: xdai_Bytes + to: stagingmetis_Bytes + delegate: stagingmetis_Bytes receiveLocal: Boolean - callData: xdai_Bytes + callData: stagingmetis_Bytes slippage: BigInt - originSender: xdai_Bytes + originSender: stagingmetis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xdai_Bytes - asset: xdai_Asset - transactingAsset: xdai_Bytes - message: xdai_OriginMessage + canonicalId: stagingmetis_Bytes + asset: stagingmetis_Asset + transactingAsset: stagingmetis_Bytes + message: stagingmetis_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: stagingmetis_RelayerFee_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_RelayerFee_filter): [stagingmetis_RelayerFee!] + initialRelayerFeeAsset: stagingmetis_Bytes + caller: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: xdai_Bytes + txOrigin: stagingmetis_Bytes txNonce: BigInt } -input xdai_OriginTransfer_filter { +input stagingmetis_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -163852,16 +161563,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: stagingmetis_Bytes + transferId_not: stagingmetis_Bytes + transferId_gt: stagingmetis_Bytes + transferId_lt: stagingmetis_Bytes + transferId_gte: stagingmetis_Bytes + transferId_lte: stagingmetis_Bytes + transferId_in: [stagingmetis_Bytes!] + transferId_not_in: [stagingmetis_Bytes!] + transferId_contains: stagingmetis_Bytes + transferId_not_contains: stagingmetis_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -163870,20 +161581,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: stagingmetis_TransferStatus + status_not: stagingmetis_TransferStatus + status_in: [stagingmetis_TransferStatus!] + status_not_in: [stagingmetis_TransferStatus!] + messageHash: stagingmetis_Bytes + messageHash_not: stagingmetis_Bytes + messageHash_gt: stagingmetis_Bytes + messageHash_lt: stagingmetis_Bytes + messageHash_gte: stagingmetis_Bytes + messageHash_lte: stagingmetis_Bytes + messageHash_in: [stagingmetis_Bytes!] + messageHash_not_in: [stagingmetis_Bytes!] + messageHash_contains: stagingmetis_Bytes + messageHash_not_contains: stagingmetis_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -163908,40 +161619,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: stagingmetis_Bytes + to_not: stagingmetis_Bytes + to_gt: stagingmetis_Bytes + to_lt: stagingmetis_Bytes + to_gte: stagingmetis_Bytes + to_lte: stagingmetis_Bytes + to_in: [stagingmetis_Bytes!] + to_not_in: [stagingmetis_Bytes!] + to_contains: stagingmetis_Bytes + to_not_contains: stagingmetis_Bytes + delegate: stagingmetis_Bytes + delegate_not: stagingmetis_Bytes + delegate_gt: stagingmetis_Bytes + delegate_lt: stagingmetis_Bytes + delegate_gte: stagingmetis_Bytes + delegate_lte: stagingmetis_Bytes + delegate_in: [stagingmetis_Bytes!] + delegate_not_in: [stagingmetis_Bytes!] + delegate_contains: stagingmetis_Bytes + delegate_not_contains: stagingmetis_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: stagingmetis_Bytes + callData_not: stagingmetis_Bytes + callData_gt: stagingmetis_Bytes + callData_lt: stagingmetis_Bytes + callData_gte: stagingmetis_Bytes + callData_lte: stagingmetis_Bytes + callData_in: [stagingmetis_Bytes!] + callData_not_in: [stagingmetis_Bytes!] + callData_contains: stagingmetis_Bytes + callData_not_contains: stagingmetis_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -163950,16 +161661,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: stagingmetis_Bytes + originSender_not: stagingmetis_Bytes + originSender_gt: stagingmetis_Bytes + originSender_lt: stagingmetis_Bytes + originSender_gte: stagingmetis_Bytes + originSender_lte: stagingmetis_Bytes + originSender_in: [stagingmetis_Bytes!] + originSender_not_in: [stagingmetis_Bytes!] + originSender_contains: stagingmetis_Bytes + originSender_not_contains: stagingmetis_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -163976,16 +161687,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: stagingmetis_Bytes + canonicalId_not: stagingmetis_Bytes + canonicalId_gt: stagingmetis_Bytes + canonicalId_lt: stagingmetis_Bytes + canonicalId_gte: stagingmetis_Bytes + canonicalId_lte: stagingmetis_Bytes + canonicalId_in: [stagingmetis_Bytes!] + canonicalId_not_in: [stagingmetis_Bytes!] + canonicalId_contains: stagingmetis_Bytes + canonicalId_not_contains: stagingmetis_Bytes asset: String asset_not: String asset_gt: String @@ -164006,17 +161717,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_: stagingmetis_Asset_filter + transactingAsset: stagingmetis_Bytes + transactingAsset_not: stagingmetis_Bytes + transactingAsset_gt: stagingmetis_Bytes + transactingAsset_lt: stagingmetis_Bytes + transactingAsset_gte: stagingmetis_Bytes + transactingAsset_lte: stagingmetis_Bytes + transactingAsset_in: [stagingmetis_Bytes!] + transactingAsset_not_in: [stagingmetis_Bytes!] + transactingAsset_contains: stagingmetis_Bytes + transactingAsset_not_contains: stagingmetis_Bytes message: String message_not: String message_gt: String @@ -164037,7 +161748,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_: stagingmetis_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -164052,37 +161763,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_: stagingmetis_RelayerFee_filter + initialRelayerFeeAsset: stagingmetis_Bytes + initialRelayerFeeAsset_not: stagingmetis_Bytes + initialRelayerFeeAsset_gt: stagingmetis_Bytes + initialRelayerFeeAsset_lt: stagingmetis_Bytes + initialRelayerFeeAsset_gte: stagingmetis_Bytes + initialRelayerFeeAsset_lte: stagingmetis_Bytes + initialRelayerFeeAsset_in: [stagingmetis_Bytes!] + initialRelayerFeeAsset_not_in: [stagingmetis_Bytes!] + initialRelayerFeeAsset_contains: stagingmetis_Bytes + initialRelayerFeeAsset_not_contains: stagingmetis_Bytes + caller: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -164115,16 +161826,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: stagingmetis_Bytes + txOrigin_not: stagingmetis_Bytes + txOrigin_gt: stagingmetis_Bytes + txOrigin_lt: stagingmetis_Bytes + txOrigin_gte: stagingmetis_Bytes + txOrigin_lte: stagingmetis_Bytes + txOrigin_in: [stagingmetis_Bytes!] + txOrigin_not_in: [stagingmetis_Bytes!] + txOrigin_contains: stagingmetis_Bytes + txOrigin_not_contains: stagingmetis_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -164134,12 +161845,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_OriginTransfer_filter] + or: [stagingmetis_OriginTransfer_filter] } -enum xdai_OriginTransfer_orderBy { +enum stagingmetis_OriginTransfer_orderBy { id chainId transferId @@ -164192,20 +161903,20 @@ enum xdai_OriginTransfer_orderBy { txNonce } -type xdai_Relayer { +type stagingmetis_Relayer { id: ID! isActive: Boolean! - relayer: xdai_Bytes + relayer: stagingmetis_Bytes } -type xdai_RelayerFee { +type stagingmetis_RelayerFee { id: ID! - transfer: xdai_OriginTransfer! + transfer: stagingmetis_OriginTransfer! fee: BigInt! - asset: xdai_Bytes! + asset: stagingmetis_Bytes! } -input xdai_RelayerFee_filter { +input stagingmetis_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -164234,7 +161945,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_: stagingmetis_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -164243,23 +161954,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: stagingmetis_Bytes + asset_not: stagingmetis_Bytes + asset_gt: stagingmetis_Bytes + asset_lt: stagingmetis_Bytes + asset_gte: stagingmetis_Bytes + asset_lte: stagingmetis_Bytes + asset_in: [stagingmetis_Bytes!] + asset_not_in: [stagingmetis_Bytes!] + asset_contains: stagingmetis_Bytes + asset_not_contains: stagingmetis_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RelayerFee_filter] - or: [xdai_RelayerFee_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RelayerFee_filter] + or: [stagingmetis_RelayerFee_filter] } -enum xdai_RelayerFee_orderBy { +enum stagingmetis_RelayerFee_orderBy { id transfer transfer__id @@ -164295,20 +162006,20 @@ enum xdai_RelayerFee_orderBy { asset } -type xdai_RelayerFeesIncrease { +type stagingmetis_RelayerFeesIncrease { id: ID! - transfer: xdai_OriginTransfer! + transfer: stagingmetis_OriginTransfer! increase: BigInt - asset: xdai_Bytes - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + asset: stagingmetis_Bytes + caller: stagingmetis_Bytes! + transactionHash: stagingmetis_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xdai_RelayerFeesIncrease_filter { +input stagingmetis_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -164337,7 +162048,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_: stagingmetis_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -164346,36 +162057,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: stagingmetis_Bytes + asset_not: stagingmetis_Bytes + asset_gt: stagingmetis_Bytes + asset_lt: stagingmetis_Bytes + asset_gte: stagingmetis_Bytes + asset_lte: stagingmetis_Bytes + asset_in: [stagingmetis_Bytes!] + asset_not_in: [stagingmetis_Bytes!] + asset_contains: stagingmetis_Bytes + asset_not_contains: stagingmetis_Bytes + caller: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -164409,12 +162120,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RelayerFeesIncrease_filter] + or: [stagingmetis_RelayerFeesIncrease_filter] } -enum xdai_RelayerFeesIncrease_orderBy { +enum stagingmetis_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -164456,7 +162167,7 @@ enum xdai_RelayerFeesIncrease_orderBy { blockNumber } -input xdai_Relayer_filter { +input stagingmetis_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -164469,34 +162180,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: stagingmetis_Bytes + relayer_not: stagingmetis_Bytes + relayer_gt: stagingmetis_Bytes + relayer_lt: stagingmetis_Bytes + relayer_gte: stagingmetis_Bytes + relayer_lte: stagingmetis_Bytes + relayer_in: [stagingmetis_Bytes!] + relayer_not_in: [stagingmetis_Bytes!] + relayer_contains: stagingmetis_Bytes + relayer_not_contains: stagingmetis_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Relayer_filter] - or: [xdai_Relayer_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Relayer_filter] + or: [stagingmetis_Relayer_filter] } -enum xdai_Relayer_orderBy { +enum stagingmetis_Relayer_orderBy { id isActive relayer } -type xdai_RootCount { +type stagingmetis_RootCount { id: ID! count: BigInt } -input xdai_RootCount_filter { +input stagingmetis_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -164514,31 +162225,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RootCount_filter] + or: [stagingmetis_RootCount_filter] } -enum xdai_RootCount_orderBy { +enum stagingmetis_RootCount_orderBy { id count } -type xdai_RootMessageSent { +type stagingmetis_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: xdai_Bytes + root: stagingmetis_Bytes count: BigInt - caller: xdai_Bytes - transactionHash: xdai_Bytes + caller: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input xdai_RootMessageSent_filter { +input stagingmetis_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -164563,16 +162274,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: stagingmetis_Bytes + root_not: stagingmetis_Bytes + root_gt: stagingmetis_Bytes + root_lt: stagingmetis_Bytes + root_gte: stagingmetis_Bytes + root_lte: stagingmetis_Bytes + root_in: [stagingmetis_Bytes!] + root_not_in: [stagingmetis_Bytes!] + root_contains: stagingmetis_Bytes + root_not_contains: stagingmetis_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -164581,26 +162292,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: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -164634,12 +162345,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RootMessageSent_filter] + or: [stagingmetis_RootMessageSent_filter] } -enum xdai_RootMessageSent_orderBy { +enum stagingmetis_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -164653,25 +162364,25 @@ enum xdai_RootMessageSent_orderBy { blockNumber } -type xdai_Router { +type stagingmetis_Router { id: ID! isActive: Boolean! - owner: xdai_Bytes - recipient: xdai_Bytes - proposedOwner: xdai_Bytes + owner: stagingmetis_Bytes + recipient: stagingmetis_Bytes + proposedOwner: stagingmetis_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: stagingmetis_AssetBalance_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_AssetBalance_filter): [stagingmetis_AssetBalance!]! } -type xdai_RouterDailyTVL { +type stagingmetis_RouterDailyTVL { id: ID! - router: xdai_Router! - asset: xdai_Asset! + router: stagingmetis_Router! + asset: stagingmetis_Asset! timestamp: BigInt! balance: BigInt! } -input xdai_RouterDailyTVL_filter { +input stagingmetis_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -164700,7 +162411,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_: stagingmetis_Router_filter asset: String asset_not: String asset_gt: String @@ -164721,7 +162432,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_: stagingmetis_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -164739,12 +162450,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RouterDailyTVL_filter] + or: [stagingmetis_RouterDailyTVL_filter] } -enum xdai_RouterDailyTVL_orderBy { +enum stagingmetis_RouterDailyTVL_orderBy { id router router__id @@ -164767,26 +162478,26 @@ enum xdai_RouterDailyTVL_orderBy { balance } -type xdai_RouterLiquidityEvent { +type stagingmetis_RouterLiquidityEvent { id: ID! - type: xdai_RouterLiquidityEventType - router: xdai_Router! - asset: xdai_Asset! + type: stagingmetis_RouterLiquidityEventType + router: stagingmetis_Router! + asset: stagingmetis_Asset! amount: BigInt! balance: BigInt! - caller: xdai_Bytes + caller: stagingmetis_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: xdai_Bytes! + transactionHash: stagingmetis_Bytes! nonce: BigInt! } -enum xdai_RouterLiquidityEventType { +enum stagingmetis_RouterLiquidityEventType { Add Remove } -input xdai_RouterLiquidityEvent_filter { +input stagingmetis_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -164795,10 +162506,10 @@ input xdai_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: xdai_RouterLiquidityEventType - type_not: xdai_RouterLiquidityEventType - type_in: [xdai_RouterLiquidityEventType!] - type_not_in: [xdai_RouterLiquidityEventType!] + type: stagingmetis_RouterLiquidityEventType + type_not: stagingmetis_RouterLiquidityEventType + type_in: [stagingmetis_RouterLiquidityEventType!] + type_not_in: [stagingmetis_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -164819,7 +162530,7 @@ input xdai_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: xdai_Router_filter + router_: stagingmetis_Router_filter asset: String asset_not: String asset_gt: String @@ -164840,7 +162551,7 @@ input xdai_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: xdai_Asset_filter + asset_: stagingmetis_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -164857,16 +162568,16 @@ input xdai_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: xdai_Bytes - caller_not: xdai_Bytes - caller_gt: xdai_Bytes - caller_lt: xdai_Bytes - caller_gte: xdai_Bytes - caller_lte: xdai_Bytes - caller_in: [xdai_Bytes!] - caller_not_in: [xdai_Bytes!] - caller_contains: xdai_Bytes - caller_not_contains: xdai_Bytes + caller: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -164883,16 +162594,16 @@ input xdai_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: xdai_Bytes - transactionHash_not: xdai_Bytes - transactionHash_gt: xdai_Bytes - transactionHash_lt: xdai_Bytes - transactionHash_gte: xdai_Bytes - transactionHash_lte: xdai_Bytes - transactionHash_in: [xdai_Bytes!] - transactionHash_not_in: [xdai_Bytes!] - transactionHash_contains: xdai_Bytes - transactionHash_not_contains: xdai_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -164902,12 +162613,12 @@ input xdai_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_RouterLiquidityEvent_filter] - or: [xdai_RouterLiquidityEvent_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RouterLiquidityEvent_filter] + or: [stagingmetis_RouterLiquidityEvent_filter] } -enum xdai_RouterLiquidityEvent_orderBy { +enum stagingmetis_RouterLiquidityEvent_orderBy { id type router @@ -164936,7 +162647,7 @@ enum xdai_RouterLiquidityEvent_orderBy { nonce } -input xdai_Router_filter { +input stagingmetis_Router_filter { id: ID id_not: ID id_gt: ID @@ -164949,36 +162660,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: stagingmetis_Bytes + owner_not: stagingmetis_Bytes + owner_gt: stagingmetis_Bytes + owner_lt: stagingmetis_Bytes + owner_gte: stagingmetis_Bytes + owner_lte: stagingmetis_Bytes + owner_in: [stagingmetis_Bytes!] + owner_not_in: [stagingmetis_Bytes!] + owner_contains: stagingmetis_Bytes + owner_not_contains: stagingmetis_Bytes + recipient: stagingmetis_Bytes + recipient_not: stagingmetis_Bytes + recipient_gt: stagingmetis_Bytes + recipient_lt: stagingmetis_Bytes + recipient_gte: stagingmetis_Bytes + recipient_lte: stagingmetis_Bytes + recipient_in: [stagingmetis_Bytes!] + recipient_not_in: [stagingmetis_Bytes!] + recipient_contains: stagingmetis_Bytes + recipient_not_contains: stagingmetis_Bytes + proposedOwner: stagingmetis_Bytes + proposedOwner_not: stagingmetis_Bytes + proposedOwner_gt: stagingmetis_Bytes + proposedOwner_lt: stagingmetis_Bytes + proposedOwner_gte: stagingmetis_Bytes + proposedOwner_lte: stagingmetis_Bytes + proposedOwner_in: [stagingmetis_Bytes!] + proposedOwner_not_in: [stagingmetis_Bytes!] + proposedOwner_contains: stagingmetis_Bytes + proposedOwner_not_contains: stagingmetis_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -164987,14 +162698,14 @@ input xdai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: xdai_AssetBalance_filter + assetBalances_: stagingmetis_AssetBalance_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Router_filter] - or: [xdai_Router_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Router_filter] + or: [stagingmetis_Router_filter] } -enum xdai_Router_orderBy { +enum stagingmetis_Router_orderBy { id isActive owner @@ -165004,13 +162715,13 @@ enum xdai_Router_orderBy { assetBalances } -type xdai_Sequencer { +type stagingmetis_Sequencer { id: ID! isActive: Boolean! - sequencer: xdai_Bytes + sequencer: stagingmetis_Bytes } -input xdai_Sequencer_filter { +input stagingmetis_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -165023,35 +162734,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: stagingmetis_Bytes + sequencer_not: stagingmetis_Bytes + sequencer_gt: stagingmetis_Bytes + sequencer_lt: stagingmetis_Bytes + sequencer_gte: stagingmetis_Bytes + sequencer_lte: stagingmetis_Bytes + sequencer_in: [stagingmetis_Bytes!] + sequencer_not_in: [stagingmetis_Bytes!] + sequencer_contains: stagingmetis_Bytes + sequencer_not_contains: stagingmetis_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Sequencer_filter] - or: [xdai_Sequencer_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Sequencer_filter] + or: [stagingmetis_Sequencer_filter] } -enum xdai_Sequencer_orderBy { +enum stagingmetis_Sequencer_orderBy { id isActive sequencer } -type xdai_Setting { +type stagingmetis_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: xdai_Bytes! + caller: stagingmetis_Bytes! } -input xdai_Setting_filter { +input stagingmetis_Setting_filter { id: ID id_not: ID id_gt: ID @@ -165068,41 +162779,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: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Setting_filter] - or: [xdai_Setting_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Setting_filter] + or: [stagingmetis_Setting_filter] } -enum xdai_Setting_orderBy { +enum stagingmetis_Setting_orderBy { id maxRoutersPerTransfer caller } -type xdai_SlippageUpdate { +type stagingmetis_SlippageUpdate { id: ID! - transfer: xdai_DestinationTransfer! + transfer: stagingmetis_DestinationTransfer! slippage: BigInt! - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + caller: stagingmetis_Bytes! + transactionHash: stagingmetis_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xdai_SlippageUpdate_filter { +input stagingmetis_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -165131,7 +162842,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_: stagingmetis_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -165140,26 +162851,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: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -165193,12 +162904,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: stagingmetis_BlockChangedFilter + and: [stagingmetis_SlippageUpdate_filter] + or: [stagingmetis_SlippageUpdate_filter] } -enum xdai_SlippageUpdate_orderBy { +enum stagingmetis_SlippageUpdate_orderBy { id transfer transfer__id @@ -165246,16 +162957,16 @@ enum xdai_SlippageUpdate_orderBy { blockNumber } -type xdai_SnapshotRoot { +type stagingmetis_SnapshotRoot { id: ID! spokeDomain: BigInt - root: xdai_Bytes! + root: stagingmetis_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input xdai_SnapshotRoot_filter { +input stagingmetis_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -165272,16 +162983,16 @@ input xdai_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_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: stagingmetis_Bytes + root_not: stagingmetis_Bytes + root_gt: stagingmetis_Bytes + root_lt: stagingmetis_Bytes + root_gte: stagingmetis_Bytes + root_lte: stagingmetis_Bytes + root_in: [stagingmetis_Bytes!] + root_not_in: [stagingmetis_Bytes!] + root_contains: stagingmetis_Bytes + root_not_contains: stagingmetis_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -165307,12 +163018,12 @@ input xdai_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_SnapshotRoot_filter] - or: [xdai_SnapshotRoot_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_SnapshotRoot_filter] + or: [stagingmetis_SnapshotRoot_filter] } -enum xdai_SnapshotRoot_orderBy { +enum stagingmetis_SnapshotRoot_orderBy { id spokeDomain root @@ -165321,12 +163032,12 @@ enum xdai_SnapshotRoot_orderBy { blockNumber } -type xdai_SpokeConnectorMode { +type stagingmetis_SpokeConnectorMode { id: ID! mode: String! } -input xdai_SpokeConnectorMode_filter { +input stagingmetis_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -165356,17 +163067,17 @@ input xdai_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_SpokeConnectorMode_filter] - or: [xdai_SpokeConnectorMode_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_SpokeConnectorMode_filter] + or: [stagingmetis_SpokeConnectorMode_filter] } -enum xdai_SpokeConnectorMode_orderBy { +enum stagingmetis_SpokeConnectorMode_orderBy { id mode } -enum xdai_TransferStatus { +enum stagingmetis_TransferStatus { XCalled Executed Reconciled @@ -165374,9 +163085,9 @@ enum xdai_TransferStatus { CompletedFast } -type xdai__Block_ { +type stagingmetis__Block_ { """The hash of the block""" - hash: xdai_Bytes + hash: stagingmetis_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -165384,7 +163095,7 @@ type xdai__Block_ { } """The type for the top-level _meta field""" -type xdai__Meta_ { +type stagingmetis__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -165392,22 +163103,22 @@ type xdai__Meta_ { and therefore asks for the latest block """ - block: xdai__Block_! + block: stagingmetis__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingbnb_AggregateRoot { +type xdai_AggregateRoot { id: ID! - root: stagingbnb_Bytes! + root: xdai_Bytes! blockNumber: BigInt! } -type stagingbnb_AggregateRootProposed { +type xdai_AggregateRootProposed { id: ID! - aggregateRoot: stagingbnb_Bytes! + aggregateRoot: xdai_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -165415,7 +163126,7 @@ type stagingbnb_AggregateRootProposed { blockNumber: BigInt } -input stagingbnb_AggregateRootProposed_filter { +input xdai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -165424,16 +163135,16 @@ input stagingbnb_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingbnb_Bytes - aggregateRoot_not: stagingbnb_Bytes - aggregateRoot_gt: stagingbnb_Bytes - aggregateRoot_lt: stagingbnb_Bytes - aggregateRoot_gte: stagingbnb_Bytes - aggregateRoot_lte: stagingbnb_Bytes - aggregateRoot_in: [stagingbnb_Bytes!] - aggregateRoot_not_in: [stagingbnb_Bytes!] - aggregateRoot_contains: stagingbnb_Bytes - aggregateRoot_not_contains: stagingbnb_Bytes + aggregateRoot: xdai_Bytes + aggregateRoot_not: xdai_Bytes + aggregateRoot_gt: xdai_Bytes + aggregateRoot_lt: xdai_Bytes + aggregateRoot_gte: xdai_Bytes + aggregateRoot_lte: xdai_Bytes + aggregateRoot_in: [xdai_Bytes!] + aggregateRoot_not_in: [xdai_Bytes!] + aggregateRoot_contains: xdai_Bytes + aggregateRoot_not_contains: xdai_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -165475,12 +163186,12 @@ input stagingbnb_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_AggregateRootProposed_filter] - or: [stagingbnb_AggregateRootProposed_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AggregateRootProposed_filter] + or: [xdai_AggregateRootProposed_filter] } -enum stagingbnb_AggregateRootProposed_orderBy { +enum xdai_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -165490,7 +163201,7 @@ enum stagingbnb_AggregateRootProposed_orderBy { blockNumber } -input stagingbnb_AggregateRoot_filter { +input xdai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -165499,16 +163210,16 @@ input stagingbnb_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingbnb_Bytes - root_not: stagingbnb_Bytes - root_gt: stagingbnb_Bytes - root_lt: stagingbnb_Bytes - root_gte: stagingbnb_Bytes - root_lte: stagingbnb_Bytes - root_in: [stagingbnb_Bytes!] - root_not_in: [stagingbnb_Bytes!] - root_contains: stagingbnb_Bytes - root_not_contains: stagingbnb_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 @@ -165518,47 +163229,42 @@ input stagingbnb_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_AggregateRoot_filter] - or: [stagingbnb_AggregateRoot_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AggregateRoot_filter] + or: [xdai_AggregateRoot_filter] } -enum stagingbnb_AggregateRoot_orderBy { +enum xdai_AggregateRoot_orderBy { id root blockNumber } -enum stagingbnb_Aggregation_interval { - hour - day -} - -type stagingbnb_Asset { +type xdai_Asset { id: ID! - key: stagingbnb_Bytes + key: xdai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingbnb_Bytes + canonicalId: xdai_Bytes canonicalDomain: BigInt - adoptedAsset: stagingbnb_Bytes - localAsset: stagingbnb_Bytes + adoptedAsset: xdai_Bytes + localAsset: xdai_Bytes blockNumber: BigInt - status: stagingbnb_AssetStatus + status: xdai_AssetStatus } -type stagingbnb_AssetBalance { +type xdai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingbnb_Router! - asset: stagingbnb_Asset! + router: xdai_Router! + asset: xdai_Asset! feesEarned: BigInt! } -input stagingbnb_AssetBalance_filter { +input xdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -165619,7 +163325,7 @@ input stagingbnb_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingbnb_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -165640,7 +163346,7 @@ input stagingbnb_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbnb_Asset_filter + asset_: xdai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -165650,12 +163356,12 @@ input stagingbnb_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_AssetBalance_filter] - or: [stagingbnb_AssetBalance_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AssetBalance_filter] + or: [xdai_AssetBalance_filter] } -enum stagingbnb_AssetBalance_orderBy { +enum xdai_AssetBalance_orderBy { id amount locked @@ -165681,12 +163387,12 @@ enum stagingbnb_AssetBalance_orderBy { feesEarned } -type stagingbnb_AssetStatus { +type xdai_AssetStatus { id: ID! status: Boolean } -input stagingbnb_AssetStatus_filter { +input xdai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -165700,17 +163406,17 @@ input stagingbnb_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_AssetStatus_filter] - or: [stagingbnb_AssetStatus_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_AssetStatus_filter] + or: [xdai_AssetStatus_filter] } -enum stagingbnb_AssetStatus_orderBy { +enum xdai_AssetStatus_orderBy { id status } -input stagingbnb_Asset_filter { +input xdai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -165719,16 +163425,16 @@ input stagingbnb_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingbnb_Bytes - key_not: stagingbnb_Bytes - key_gt: stagingbnb_Bytes - key_lt: stagingbnb_Bytes - key_gte: stagingbnb_Bytes - key_lte: stagingbnb_Bytes - key_in: [stagingbnb_Bytes!] - key_not_in: [stagingbnb_Bytes!] - key_contains: stagingbnb_Bytes - key_not_contains: stagingbnb_Bytes + key: xdai_Bytes + key_not: xdai_Bytes + key_gt: xdai_Bytes + key_lt: xdai_Bytes + key_gte: xdai_Bytes + key_lte: xdai_Bytes + key_in: [xdai_Bytes!] + key_not_in: [xdai_Bytes!] + key_contains: xdai_Bytes + key_not_contains: xdai_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -165745,16 +163451,16 @@ input stagingbnb_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingbnb_Bytes - canonicalId_not: stagingbnb_Bytes - canonicalId_gt: stagingbnb_Bytes - canonicalId_lt: stagingbnb_Bytes - canonicalId_gte: stagingbnb_Bytes - canonicalId_lte: stagingbnb_Bytes - canonicalId_in: [stagingbnb_Bytes!] - canonicalId_not_in: [stagingbnb_Bytes!] - canonicalId_contains: stagingbnb_Bytes - canonicalId_not_contains: stagingbnb_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 @@ -165763,26 +163469,26 @@ input stagingbnb_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingbnb_Bytes - adoptedAsset_not: stagingbnb_Bytes - adoptedAsset_gt: stagingbnb_Bytes - adoptedAsset_lt: stagingbnb_Bytes - adoptedAsset_gte: stagingbnb_Bytes - adoptedAsset_lte: stagingbnb_Bytes - adoptedAsset_in: [stagingbnb_Bytes!] - adoptedAsset_not_in: [stagingbnb_Bytes!] - adoptedAsset_contains: stagingbnb_Bytes - adoptedAsset_not_contains: stagingbnb_Bytes - localAsset: stagingbnb_Bytes - localAsset_not: stagingbnb_Bytes - localAsset_gt: stagingbnb_Bytes - localAsset_lt: stagingbnb_Bytes - localAsset_gte: stagingbnb_Bytes - localAsset_lte: stagingbnb_Bytes - localAsset_in: [stagingbnb_Bytes!] - localAsset_not_in: [stagingbnb_Bytes!] - localAsset_contains: stagingbnb_Bytes - localAsset_not_contains: stagingbnb_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 @@ -165811,14 +163517,14 @@ input stagingbnb_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingbnb_AssetStatus_filter + status_: xdai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_Asset_filter] - or: [stagingbnb_Asset_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Asset_filter] + or: [xdai_Asset_filter] } -enum stagingbnb_Asset_orderBy { +enum xdai_Asset_orderBy { id key decimal @@ -165833,30 +163539,30 @@ enum stagingbnb_Asset_orderBy { status__status } -scalar stagingbnb_BigDecimal +scalar xdai_BigDecimal -input stagingbnb_BlockChangedFilter { +input xdai_BlockChangedFilter { number_gte: Int! } -input stagingbnb_Block_height { - hash: stagingbnb_Bytes +input xdai_Block_height { + hash: xdai_Bytes number: Int number_gte: Int } -scalar stagingbnb_Bytes +scalar xdai_Bytes -type stagingbnb_ConnectorMeta { +type xdai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingbnb_Bytes - rootManager: stagingbnb_Bytes - mirrorConnector: stagingbnb_Bytes + amb: xdai_Bytes + rootManager: xdai_Bytes + mirrorConnector: xdai_Bytes } -input stagingbnb_ConnectorMeta_filter { +input xdai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -165881,43 +163587,43 @@ input stagingbnb_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingbnb_Bytes - amb_not: stagingbnb_Bytes - amb_gt: stagingbnb_Bytes - amb_lt: stagingbnb_Bytes - amb_gte: stagingbnb_Bytes - amb_lte: stagingbnb_Bytes - amb_in: [stagingbnb_Bytes!] - amb_not_in: [stagingbnb_Bytes!] - amb_contains: stagingbnb_Bytes - amb_not_contains: stagingbnb_Bytes - rootManager: stagingbnb_Bytes - rootManager_not: stagingbnb_Bytes - rootManager_gt: stagingbnb_Bytes - rootManager_lt: stagingbnb_Bytes - rootManager_gte: stagingbnb_Bytes - rootManager_lte: stagingbnb_Bytes - rootManager_in: [stagingbnb_Bytes!] - rootManager_not_in: [stagingbnb_Bytes!] - rootManager_contains: stagingbnb_Bytes - rootManager_not_contains: stagingbnb_Bytes - mirrorConnector: stagingbnb_Bytes - mirrorConnector_not: stagingbnb_Bytes - mirrorConnector_gt: stagingbnb_Bytes - mirrorConnector_lt: stagingbnb_Bytes - mirrorConnector_gte: stagingbnb_Bytes - mirrorConnector_lte: stagingbnb_Bytes - mirrorConnector_in: [stagingbnb_Bytes!] - mirrorConnector_not_in: [stagingbnb_Bytes!] - mirrorConnector_contains: stagingbnb_Bytes - mirrorConnector_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter - and: [stagingbnb_ConnectorMeta_filter] - or: [stagingbnb_ConnectorMeta_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_ConnectorMeta_filter] + or: [xdai_ConnectorMeta_filter] } -enum stagingbnb_ConnectorMeta_orderBy { +enum xdai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -165926,48 +163632,48 @@ enum stagingbnb_ConnectorMeta_orderBy { mirrorConnector } -type stagingbnb_DestinationTransfer { +type xdai_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingbnb_Bytes + transferId: xdai_Bytes nonce: BigInt - status: stagingbnb_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_Router_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_Router_filter): [stagingbnb_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: stagingbnb_Bytes - delegate: stagingbnb_Bytes + to: xdai_Bytes + delegate: xdai_Bytes receiveLocal: Boolean - callData: stagingbnb_Bytes + callData: xdai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingbnb_Bytes + originSender: xdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbnb_Bytes - asset: stagingbnb_Asset + canonicalId: xdai_Bytes + asset: xdai_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingbnb_Bytes - executedTransactionHash: stagingbnb_Bytes + executedCaller: xdai_Bytes + executedTransactionHash: xdai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingbnb_Bytes + executedTxOrigin: xdai_Bytes executedTxNonce: BigInt - reconciledCaller: stagingbnb_Bytes - reconciledTransactionHash: stagingbnb_Bytes + reconciledCaller: xdai_Bytes + reconciledTransactionHash: xdai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingbnb_Bytes + reconciledTxOrigin: xdai_Bytes reconciledTxNonce: BigInt } -input stagingbnb_DestinationTransfer_filter { +input xdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -165984,16 +163690,16 @@ input stagingbnb_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingbnb_Bytes - transferId_not: stagingbnb_Bytes - transferId_gt: stagingbnb_Bytes - transferId_lt: stagingbnb_Bytes - transferId_gte: stagingbnb_Bytes - transferId_lte: stagingbnb_Bytes - transferId_in: [stagingbnb_Bytes!] - transferId_not_in: [stagingbnb_Bytes!] - transferId_contains: stagingbnb_Bytes - transferId_not_contains: stagingbnb_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 @@ -166002,17 +163708,17 @@ input stagingbnb_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingbnb_TransferStatus - status_not: stagingbnb_TransferStatus - status_in: [stagingbnb_TransferStatus!] - status_not_in: [stagingbnb_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_: stagingbnb_Router_filter + routers_: xdai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -166037,40 +163743,40 @@ input stagingbnb_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingbnb_Bytes - to_not: stagingbnb_Bytes - to_gt: stagingbnb_Bytes - to_lt: stagingbnb_Bytes - to_gte: stagingbnb_Bytes - to_lte: stagingbnb_Bytes - to_in: [stagingbnb_Bytes!] - to_not_in: [stagingbnb_Bytes!] - to_contains: stagingbnb_Bytes - to_not_contains: stagingbnb_Bytes - delegate: stagingbnb_Bytes - delegate_not: stagingbnb_Bytes - delegate_gt: stagingbnb_Bytes - delegate_lt: stagingbnb_Bytes - delegate_gte: stagingbnb_Bytes - delegate_lte: stagingbnb_Bytes - delegate_in: [stagingbnb_Bytes!] - delegate_not_in: [stagingbnb_Bytes!] - delegate_contains: stagingbnb_Bytes - delegate_not_contains: stagingbnb_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: stagingbnb_Bytes - callData_not: stagingbnb_Bytes - callData_gt: stagingbnb_Bytes - callData_lt: stagingbnb_Bytes - callData_gte: stagingbnb_Bytes - callData_lte: stagingbnb_Bytes - callData_in: [stagingbnb_Bytes!] - callData_not_in: [stagingbnb_Bytes!] - callData_contains: stagingbnb_Bytes - callData_not_contains: stagingbnb_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 @@ -166087,16 +163793,16 @@ input stagingbnb_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingbnb_Bytes - originSender_not: stagingbnb_Bytes - originSender_gt: stagingbnb_Bytes - originSender_lt: stagingbnb_Bytes - originSender_gte: stagingbnb_Bytes - originSender_lte: stagingbnb_Bytes - originSender_in: [stagingbnb_Bytes!] - originSender_not_in: [stagingbnb_Bytes!] - originSender_contains: stagingbnb_Bytes - originSender_not_contains: stagingbnb_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 @@ -166113,16 +163819,16 @@ input stagingbnb_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingbnb_Bytes - canonicalId_not: stagingbnb_Bytes - canonicalId_gt: stagingbnb_Bytes - canonicalId_lt: stagingbnb_Bytes - canonicalId_gte: stagingbnb_Bytes - canonicalId_lte: stagingbnb_Bytes - canonicalId_in: [stagingbnb_Bytes!] - canonicalId_not_in: [stagingbnb_Bytes!] - canonicalId_contains: stagingbnb_Bytes - canonicalId_not_contains: stagingbnb_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 @@ -166143,7 +163849,7 @@ input stagingbnb_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbnb_Asset_filter + asset_: xdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -166160,26 +163866,26 @@ input stagingbnb_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingbnb_Bytes - executedCaller_not: stagingbnb_Bytes - executedCaller_gt: stagingbnb_Bytes - executedCaller_lt: stagingbnb_Bytes - executedCaller_gte: stagingbnb_Bytes - executedCaller_lte: stagingbnb_Bytes - executedCaller_in: [stagingbnb_Bytes!] - executedCaller_not_in: [stagingbnb_Bytes!] - executedCaller_contains: stagingbnb_Bytes - executedCaller_not_contains: stagingbnb_Bytes - executedTransactionHash: stagingbnb_Bytes - executedTransactionHash_not: stagingbnb_Bytes - executedTransactionHash_gt: stagingbnb_Bytes - executedTransactionHash_lt: stagingbnb_Bytes - executedTransactionHash_gte: stagingbnb_Bytes - executedTransactionHash_lte: stagingbnb_Bytes - executedTransactionHash_in: [stagingbnb_Bytes!] - executedTransactionHash_not_in: [stagingbnb_Bytes!] - executedTransactionHash_contains: stagingbnb_Bytes - executedTransactionHash_not_contains: stagingbnb_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 @@ -166212,16 +163918,16 @@ input stagingbnb_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingbnb_Bytes - executedTxOrigin_not: stagingbnb_Bytes - executedTxOrigin_gt: stagingbnb_Bytes - executedTxOrigin_lt: stagingbnb_Bytes - executedTxOrigin_gte: stagingbnb_Bytes - executedTxOrigin_lte: stagingbnb_Bytes - executedTxOrigin_in: [stagingbnb_Bytes!] - executedTxOrigin_not_in: [stagingbnb_Bytes!] - executedTxOrigin_contains: stagingbnb_Bytes - executedTxOrigin_not_contains: stagingbnb_Bytes + executedTxOrigin: xdai_Bytes + executedTxOrigin_not: xdai_Bytes + executedTxOrigin_gt: xdai_Bytes + executedTxOrigin_lt: xdai_Bytes + executedTxOrigin_gte: xdai_Bytes + executedTxOrigin_lte: xdai_Bytes + executedTxOrigin_in: [xdai_Bytes!] + executedTxOrigin_not_in: [xdai_Bytes!] + executedTxOrigin_contains: xdai_Bytes + executedTxOrigin_not_contains: xdai_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -166230,26 +163936,26 @@ input stagingbnb_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingbnb_Bytes - reconciledCaller_not: stagingbnb_Bytes - reconciledCaller_gt: stagingbnb_Bytes - reconciledCaller_lt: stagingbnb_Bytes - reconciledCaller_gte: stagingbnb_Bytes - reconciledCaller_lte: stagingbnb_Bytes - reconciledCaller_in: [stagingbnb_Bytes!] - reconciledCaller_not_in: [stagingbnb_Bytes!] - reconciledCaller_contains: stagingbnb_Bytes - reconciledCaller_not_contains: stagingbnb_Bytes - reconciledTransactionHash: stagingbnb_Bytes - reconciledTransactionHash_not: stagingbnb_Bytes - reconciledTransactionHash_gt: stagingbnb_Bytes - reconciledTransactionHash_lt: stagingbnb_Bytes - reconciledTransactionHash_gte: stagingbnb_Bytes - reconciledTransactionHash_lte: stagingbnb_Bytes - reconciledTransactionHash_in: [stagingbnb_Bytes!] - reconciledTransactionHash_not_in: [stagingbnb_Bytes!] - reconciledTransactionHash_contains: stagingbnb_Bytes - reconciledTransactionHash_not_contains: stagingbnb_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 @@ -166282,16 +163988,16 @@ input stagingbnb_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingbnb_Bytes - reconciledTxOrigin_not: stagingbnb_Bytes - reconciledTxOrigin_gt: stagingbnb_Bytes - reconciledTxOrigin_lt: stagingbnb_Bytes - reconciledTxOrigin_gte: stagingbnb_Bytes - reconciledTxOrigin_lte: stagingbnb_Bytes - reconciledTxOrigin_in: [stagingbnb_Bytes!] - reconciledTxOrigin_not_in: [stagingbnb_Bytes!] - reconciledTxOrigin_contains: stagingbnb_Bytes - reconciledTxOrigin_not_contains: stagingbnb_Bytes + reconciledTxOrigin: xdai_Bytes + reconciledTxOrigin_not: xdai_Bytes + reconciledTxOrigin_gt: xdai_Bytes + reconciledTxOrigin_lt: xdai_Bytes + reconciledTxOrigin_gte: xdai_Bytes + reconciledTxOrigin_lte: xdai_Bytes + reconciledTxOrigin_in: [xdai_Bytes!] + reconciledTxOrigin_not_in: [xdai_Bytes!] + reconciledTxOrigin_contains: xdai_Bytes + reconciledTxOrigin_not_contains: xdai_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -166301,12 +164007,12 @@ input stagingbnb_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_DestinationTransfer_filter] - or: [stagingbnb_DestinationTransfer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_DestinationTransfer_filter] + or: [xdai_DestinationTransfer_filter] } -enum stagingbnb_DestinationTransfer_orderBy { +enum xdai_DestinationTransfer_orderBy { id chainId transferId @@ -166360,16 +164066,16 @@ enum stagingbnb_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingbnb_Int8 +scalar xdai_Int8 -type stagingbnb_OptimisticRootFinalized { +type xdai_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingbnb_Bytes! + aggregateRoot: xdai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingbnb_OptimisticRootFinalized_filter { +input xdai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -166378,16 +164084,16 @@ input stagingbnb_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingbnb_Bytes - aggregateRoot_not: stagingbnb_Bytes - aggregateRoot_gt: stagingbnb_Bytes - aggregateRoot_lt: stagingbnb_Bytes - aggregateRoot_gte: stagingbnb_Bytes - aggregateRoot_lte: stagingbnb_Bytes - aggregateRoot_in: [stagingbnb_Bytes!] - aggregateRoot_not_in: [stagingbnb_Bytes!] - aggregateRoot_contains: stagingbnb_Bytes - aggregateRoot_not_contains: stagingbnb_Bytes + aggregateRoot: xdai_Bytes + aggregateRoot_not: xdai_Bytes + aggregateRoot_gt: xdai_Bytes + aggregateRoot_lt: xdai_Bytes + aggregateRoot_gte: xdai_Bytes + aggregateRoot_lte: xdai_Bytes + aggregateRoot_in: [xdai_Bytes!] + aggregateRoot_not_in: [xdai_Bytes!] + aggregateRoot_contains: xdai_Bytes + aggregateRoot_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -166405,12 +164111,12 @@ input stagingbnb_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_OptimisticRootFinalized_filter] - or: [stagingbnb_OptimisticRootFinalized_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OptimisticRootFinalized_filter] + or: [xdai_OptimisticRootFinalized_filter] } -enum stagingbnb_OptimisticRootFinalized_orderBy { +enum xdai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -166418,25 +164124,25 @@ enum stagingbnb_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingbnb_OrderDirection { +enum xdai_OrderDirection { asc desc } -type stagingbnb_OriginMessage { +type xdai_OriginMessage { id: ID! - transferId: stagingbnb_Bytes + transferId: xdai_Bytes destinationDomain: BigInt - leaf: stagingbnb_Bytes + leaf: xdai_Bytes index: BigInt - message: stagingbnb_Bytes - root: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes + message: xdai_Bytes + root: xdai_Bytes + transactionHash: xdai_Bytes blockNumber: BigInt - rootCount: stagingbnb_RootCount + rootCount: xdai_RootCount } -input stagingbnb_OriginMessage_filter { +input xdai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -166445,16 +164151,16 @@ input stagingbnb_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingbnb_Bytes - transferId_not: stagingbnb_Bytes - transferId_gt: stagingbnb_Bytes - transferId_lt: stagingbnb_Bytes - transferId_gte: stagingbnb_Bytes - transferId_lte: stagingbnb_Bytes - transferId_in: [stagingbnb_Bytes!] - transferId_not_in: [stagingbnb_Bytes!] - transferId_contains: stagingbnb_Bytes - transferId_not_contains: stagingbnb_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 @@ -166463,16 +164169,16 @@ input stagingbnb_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingbnb_Bytes - leaf_not: stagingbnb_Bytes - leaf_gt: stagingbnb_Bytes - leaf_lt: stagingbnb_Bytes - leaf_gte: stagingbnb_Bytes - leaf_lte: stagingbnb_Bytes - leaf_in: [stagingbnb_Bytes!] - leaf_not_in: [stagingbnb_Bytes!] - leaf_contains: stagingbnb_Bytes - leaf_not_contains: stagingbnb_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 @@ -166481,36 +164187,36 @@ input stagingbnb_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingbnb_Bytes - message_not: stagingbnb_Bytes - message_gt: stagingbnb_Bytes - message_lt: stagingbnb_Bytes - message_gte: stagingbnb_Bytes - message_lte: stagingbnb_Bytes - message_in: [stagingbnb_Bytes!] - message_not_in: [stagingbnb_Bytes!] - message_contains: stagingbnb_Bytes - message_not_contains: stagingbnb_Bytes - root: stagingbnb_Bytes - root_not: stagingbnb_Bytes - root_gt: stagingbnb_Bytes - root_lt: stagingbnb_Bytes - root_gte: stagingbnb_Bytes - root_lte: stagingbnb_Bytes - root_in: [stagingbnb_Bytes!] - root_not_in: [stagingbnb_Bytes!] - root_contains: stagingbnb_Bytes - root_not_contains: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes - transactionHash_not: stagingbnb_Bytes - transactionHash_gt: stagingbnb_Bytes - transactionHash_lt: stagingbnb_Bytes - transactionHash_gte: stagingbnb_Bytes - transactionHash_lte: stagingbnb_Bytes - transactionHash_in: [stagingbnb_Bytes!] - transactionHash_not_in: [stagingbnb_Bytes!] - transactionHash_contains: stagingbnb_Bytes - transactionHash_not_contains: stagingbnb_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 @@ -166539,14 +164245,14 @@ input stagingbnb_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingbnb_RootCount_filter + rootCount_: xdai_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_OriginMessage_filter] - or: [stagingbnb_OriginMessage_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OriginMessage_filter] + or: [xdai_OriginMessage_filter] } -enum stagingbnb_OriginMessage_orderBy { +enum xdai_OriginMessage_orderBy { id transferId destinationDomain @@ -166561,42 +164267,42 @@ enum stagingbnb_OriginMessage_orderBy { rootCount__count } -type stagingbnb_OriginTransfer { +type xdai_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingbnb_Bytes + transferId: xdai_Bytes nonce: BigInt - status: stagingbnb_TransferStatus - messageHash: stagingbnb_Bytes + status: xdai_TransferStatus + messageHash: xdai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingbnb_Bytes - delegate: stagingbnb_Bytes + to: xdai_Bytes + delegate: xdai_Bytes receiveLocal: Boolean - callData: stagingbnb_Bytes + callData: xdai_Bytes slippage: BigInt - originSender: stagingbnb_Bytes + originSender: xdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbnb_Bytes - asset: stagingbnb_Asset - transactingAsset: stagingbnb_Bytes - message: stagingbnb_OriginMessage + canonicalId: xdai_Bytes + asset: xdai_Asset + transactingAsset: xdai_Bytes + message: xdai_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_RelayerFee_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_RelayerFee_filter): [stagingbnb_RelayerFee!] - initialRelayerFeeAsset: stagingbnb_Bytes - caller: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: xdai_RelayerFee_orderBy, orderDirection: xdai_OrderDirection, where: xdai_RelayerFee_filter): [xdai_RelayerFee!] + initialRelayerFeeAsset: xdai_Bytes + caller: xdai_Bytes + transactionHash: xdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingbnb_Bytes + txOrigin: xdai_Bytes txNonce: BigInt } -input stagingbnb_OriginTransfer_filter { +input xdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -166613,16 +164319,16 @@ input stagingbnb_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingbnb_Bytes - transferId_not: stagingbnb_Bytes - transferId_gt: stagingbnb_Bytes - transferId_lt: stagingbnb_Bytes - transferId_gte: stagingbnb_Bytes - transferId_lte: stagingbnb_Bytes - transferId_in: [stagingbnb_Bytes!] - transferId_not_in: [stagingbnb_Bytes!] - transferId_contains: stagingbnb_Bytes - transferId_not_contains: stagingbnb_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 @@ -166631,20 +164337,20 @@ input stagingbnb_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingbnb_TransferStatus - status_not: stagingbnb_TransferStatus - status_in: [stagingbnb_TransferStatus!] - status_not_in: [stagingbnb_TransferStatus!] - messageHash: stagingbnb_Bytes - messageHash_not: stagingbnb_Bytes - messageHash_gt: stagingbnb_Bytes - messageHash_lt: stagingbnb_Bytes - messageHash_gte: stagingbnb_Bytes - messageHash_lte: stagingbnb_Bytes - messageHash_in: [stagingbnb_Bytes!] - messageHash_not_in: [stagingbnb_Bytes!] - messageHash_contains: stagingbnb_Bytes - messageHash_not_contains: stagingbnb_Bytes + status: xdai_TransferStatus + status_not: xdai_TransferStatus + status_in: [xdai_TransferStatus!] + status_not_in: [xdai_TransferStatus!] + messageHash: xdai_Bytes + messageHash_not: xdai_Bytes + messageHash_gt: xdai_Bytes + messageHash_lt: xdai_Bytes + messageHash_gte: xdai_Bytes + messageHash_lte: xdai_Bytes + messageHash_in: [xdai_Bytes!] + messageHash_not_in: [xdai_Bytes!] + messageHash_contains: xdai_Bytes + messageHash_not_contains: xdai_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -166669,40 +164375,40 @@ input stagingbnb_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingbnb_Bytes - to_not: stagingbnb_Bytes - to_gt: stagingbnb_Bytes - to_lt: stagingbnb_Bytes - to_gte: stagingbnb_Bytes - to_lte: stagingbnb_Bytes - to_in: [stagingbnb_Bytes!] - to_not_in: [stagingbnb_Bytes!] - to_contains: stagingbnb_Bytes - to_not_contains: stagingbnb_Bytes - delegate: stagingbnb_Bytes - delegate_not: stagingbnb_Bytes - delegate_gt: stagingbnb_Bytes - delegate_lt: stagingbnb_Bytes - delegate_gte: stagingbnb_Bytes - delegate_lte: stagingbnb_Bytes - delegate_in: [stagingbnb_Bytes!] - delegate_not_in: [stagingbnb_Bytes!] - delegate_contains: stagingbnb_Bytes - delegate_not_contains: stagingbnb_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: stagingbnb_Bytes - callData_not: stagingbnb_Bytes - callData_gt: stagingbnb_Bytes - callData_lt: stagingbnb_Bytes - callData_gte: stagingbnb_Bytes - callData_lte: stagingbnb_Bytes - callData_in: [stagingbnb_Bytes!] - callData_not_in: [stagingbnb_Bytes!] - callData_contains: stagingbnb_Bytes - callData_not_contains: stagingbnb_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 @@ -166711,16 +164417,16 @@ input stagingbnb_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingbnb_Bytes - originSender_not: stagingbnb_Bytes - originSender_gt: stagingbnb_Bytes - originSender_lt: stagingbnb_Bytes - originSender_gte: stagingbnb_Bytes - originSender_lte: stagingbnb_Bytes - originSender_in: [stagingbnb_Bytes!] - originSender_not_in: [stagingbnb_Bytes!] - originSender_contains: stagingbnb_Bytes - originSender_not_contains: stagingbnb_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 @@ -166737,16 +164443,16 @@ input stagingbnb_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingbnb_Bytes - canonicalId_not: stagingbnb_Bytes - canonicalId_gt: stagingbnb_Bytes - canonicalId_lt: stagingbnb_Bytes - canonicalId_gte: stagingbnb_Bytes - canonicalId_lte: stagingbnb_Bytes - canonicalId_in: [stagingbnb_Bytes!] - canonicalId_not_in: [stagingbnb_Bytes!] - canonicalId_contains: stagingbnb_Bytes - canonicalId_not_contains: stagingbnb_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 @@ -166767,17 +164473,17 @@ input stagingbnb_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbnb_Asset_filter - transactingAsset: stagingbnb_Bytes - transactingAsset_not: stagingbnb_Bytes - transactingAsset_gt: stagingbnb_Bytes - transactingAsset_lt: stagingbnb_Bytes - transactingAsset_gte: stagingbnb_Bytes - transactingAsset_lte: stagingbnb_Bytes - transactingAsset_in: [stagingbnb_Bytes!] - transactingAsset_not_in: [stagingbnb_Bytes!] - transactingAsset_contains: stagingbnb_Bytes - transactingAsset_not_contains: stagingbnb_Bytes + asset_: xdai_Asset_filter + transactingAsset: xdai_Bytes + transactingAsset_not: xdai_Bytes + transactingAsset_gt: xdai_Bytes + transactingAsset_lt: xdai_Bytes + transactingAsset_gte: xdai_Bytes + transactingAsset_lte: xdai_Bytes + transactingAsset_in: [xdai_Bytes!] + transactingAsset_not_in: [xdai_Bytes!] + transactingAsset_contains: xdai_Bytes + transactingAsset_not_contains: xdai_Bytes message: String message_not: String message_gt: String @@ -166798,7 +164504,7 @@ input stagingbnb_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingbnb_OriginMessage_filter + message_: xdai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -166813,37 +164519,37 @@ input stagingbnb_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingbnb_RelayerFee_filter - initialRelayerFeeAsset: stagingbnb_Bytes - initialRelayerFeeAsset_not: stagingbnb_Bytes - initialRelayerFeeAsset_gt: stagingbnb_Bytes - initialRelayerFeeAsset_lt: stagingbnb_Bytes - initialRelayerFeeAsset_gte: stagingbnb_Bytes - initialRelayerFeeAsset_lte: stagingbnb_Bytes - initialRelayerFeeAsset_in: [stagingbnb_Bytes!] - initialRelayerFeeAsset_not_in: [stagingbnb_Bytes!] - initialRelayerFeeAsset_contains: stagingbnb_Bytes - initialRelayerFeeAsset_not_contains: stagingbnb_Bytes - caller: stagingbnb_Bytes - caller_not: stagingbnb_Bytes - caller_gt: stagingbnb_Bytes - caller_lt: stagingbnb_Bytes - caller_gte: stagingbnb_Bytes - caller_lte: stagingbnb_Bytes - caller_in: [stagingbnb_Bytes!] - caller_not_in: [stagingbnb_Bytes!] - caller_contains: stagingbnb_Bytes - caller_not_contains: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes - transactionHash_not: stagingbnb_Bytes - transactionHash_gt: stagingbnb_Bytes - transactionHash_lt: stagingbnb_Bytes - transactionHash_gte: stagingbnb_Bytes - transactionHash_lte: stagingbnb_Bytes - transactionHash_in: [stagingbnb_Bytes!] - transactionHash_not_in: [stagingbnb_Bytes!] - transactionHash_contains: stagingbnb_Bytes - transactionHash_not_contains: stagingbnb_Bytes + relayerFees_: xdai_RelayerFee_filter + initialRelayerFeeAsset: xdai_Bytes + initialRelayerFeeAsset_not: xdai_Bytes + initialRelayerFeeAsset_gt: xdai_Bytes + initialRelayerFeeAsset_lt: xdai_Bytes + initialRelayerFeeAsset_gte: xdai_Bytes + initialRelayerFeeAsset_lte: xdai_Bytes + initialRelayerFeeAsset_in: [xdai_Bytes!] + initialRelayerFeeAsset_not_in: [xdai_Bytes!] + initialRelayerFeeAsset_contains: xdai_Bytes + initialRelayerFeeAsset_not_contains: xdai_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -166876,16 +164582,16 @@ input stagingbnb_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingbnb_Bytes - txOrigin_not: stagingbnb_Bytes - txOrigin_gt: stagingbnb_Bytes - txOrigin_lt: stagingbnb_Bytes - txOrigin_gte: stagingbnb_Bytes - txOrigin_lte: stagingbnb_Bytes - txOrigin_in: [stagingbnb_Bytes!] - txOrigin_not_in: [stagingbnb_Bytes!] - txOrigin_contains: stagingbnb_Bytes - txOrigin_not_contains: stagingbnb_Bytes + txOrigin: xdai_Bytes + txOrigin_not: xdai_Bytes + txOrigin_gt: xdai_Bytes + txOrigin_lt: xdai_Bytes + txOrigin_gte: xdai_Bytes + txOrigin_lte: xdai_Bytes + txOrigin_in: [xdai_Bytes!] + txOrigin_not_in: [xdai_Bytes!] + txOrigin_contains: xdai_Bytes + txOrigin_not_contains: xdai_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -166895,12 +164601,12 @@ input stagingbnb_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_OriginTransfer_filter] - or: [stagingbnb_OriginTransfer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OriginTransfer_filter] + or: [xdai_OriginTransfer_filter] } -enum stagingbnb_OriginTransfer_orderBy { +enum xdai_OriginTransfer_orderBy { id chainId transferId @@ -166953,20 +164659,20 @@ enum stagingbnb_OriginTransfer_orderBy { txNonce } -type stagingbnb_Relayer { +type xdai_Relayer { id: ID! isActive: Boolean! - relayer: stagingbnb_Bytes + relayer: xdai_Bytes } -type stagingbnb_RelayerFee { +type xdai_RelayerFee { id: ID! - transfer: stagingbnb_OriginTransfer! + transfer: xdai_OriginTransfer! fee: BigInt! - asset: stagingbnb_Bytes! + asset: xdai_Bytes! } -input stagingbnb_RelayerFee_filter { +input xdai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -166995,7 +164701,7 @@ input stagingbnb_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingbnb_OriginTransfer_filter + transfer_: xdai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -167004,23 +164710,23 @@ input stagingbnb_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingbnb_Bytes - asset_not: stagingbnb_Bytes - asset_gt: stagingbnb_Bytes - asset_lt: stagingbnb_Bytes - asset_gte: stagingbnb_Bytes - asset_lte: stagingbnb_Bytes - asset_in: [stagingbnb_Bytes!] - asset_not_in: [stagingbnb_Bytes!] - asset_contains: stagingbnb_Bytes - asset_not_contains: stagingbnb_Bytes + asset: xdai_Bytes + asset_not: xdai_Bytes + asset_gt: xdai_Bytes + asset_lt: xdai_Bytes + asset_gte: xdai_Bytes + asset_lte: xdai_Bytes + asset_in: [xdai_Bytes!] + asset_not_in: [xdai_Bytes!] + asset_contains: xdai_Bytes + asset_not_contains: xdai_Bytes """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_RelayerFee_filter] - or: [stagingbnb_RelayerFee_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFee_filter] + or: [xdai_RelayerFee_filter] } -enum stagingbnb_RelayerFee_orderBy { +enum xdai_RelayerFee_orderBy { id transfer transfer__id @@ -167056,20 +164762,20 @@ enum stagingbnb_RelayerFee_orderBy { asset } -type stagingbnb_RelayerFeesIncrease { +type xdai_RelayerFeesIncrease { id: ID! - transfer: stagingbnb_OriginTransfer! + transfer: xdai_OriginTransfer! increase: BigInt - asset: stagingbnb_Bytes - caller: stagingbnb_Bytes! - transactionHash: stagingbnb_Bytes! + asset: xdai_Bytes + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbnb_RelayerFeesIncrease_filter { +input xdai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -167098,7 +164804,7 @@ input stagingbnb_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingbnb_OriginTransfer_filter + transfer_: xdai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -167107,36 +164813,36 @@ input stagingbnb_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingbnb_Bytes - asset_not: stagingbnb_Bytes - asset_gt: stagingbnb_Bytes - asset_lt: stagingbnb_Bytes - asset_gte: stagingbnb_Bytes - asset_lte: stagingbnb_Bytes - asset_in: [stagingbnb_Bytes!] - asset_not_in: [stagingbnb_Bytes!] - asset_contains: stagingbnb_Bytes - asset_not_contains: stagingbnb_Bytes - caller: stagingbnb_Bytes - caller_not: stagingbnb_Bytes - caller_gt: stagingbnb_Bytes - caller_lt: stagingbnb_Bytes - caller_gte: stagingbnb_Bytes - caller_lte: stagingbnb_Bytes - caller_in: [stagingbnb_Bytes!] - caller_not_in: [stagingbnb_Bytes!] - caller_contains: stagingbnb_Bytes - caller_not_contains: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes - transactionHash_not: stagingbnb_Bytes - transactionHash_gt: stagingbnb_Bytes - transactionHash_lt: stagingbnb_Bytes - transactionHash_gte: stagingbnb_Bytes - transactionHash_lte: stagingbnb_Bytes - transactionHash_in: [stagingbnb_Bytes!] - transactionHash_not_in: [stagingbnb_Bytes!] - transactionHash_contains: stagingbnb_Bytes - transactionHash_not_contains: stagingbnb_Bytes + asset: xdai_Bytes + asset_not: xdai_Bytes + asset_gt: xdai_Bytes + asset_lt: xdai_Bytes + asset_gte: xdai_Bytes + asset_lte: xdai_Bytes + asset_in: [xdai_Bytes!] + asset_not_in: [xdai_Bytes!] + asset_contains: xdai_Bytes + asset_not_contains: xdai_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -167170,12 +164876,12 @@ input stagingbnb_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_RelayerFeesIncrease_filter] - or: [stagingbnb_RelayerFeesIncrease_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFeesIncrease_filter] + or: [xdai_RelayerFeesIncrease_filter] } -enum stagingbnb_RelayerFeesIncrease_orderBy { +enum xdai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -167217,7 +164923,7 @@ enum stagingbnb_RelayerFeesIncrease_orderBy { blockNumber } -input stagingbnb_Relayer_filter { +input xdai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -167230,34 +164936,34 @@ input stagingbnb_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingbnb_Bytes - relayer_not: stagingbnb_Bytes - relayer_gt: stagingbnb_Bytes - relayer_lt: stagingbnb_Bytes - relayer_gte: stagingbnb_Bytes - relayer_lte: stagingbnb_Bytes - relayer_in: [stagingbnb_Bytes!] - relayer_not_in: [stagingbnb_Bytes!] - relayer_contains: stagingbnb_Bytes - relayer_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter - and: [stagingbnb_Relayer_filter] - or: [stagingbnb_Relayer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Relayer_filter] + or: [xdai_Relayer_filter] } -enum stagingbnb_Relayer_orderBy { +enum xdai_Relayer_orderBy { id isActive relayer } -type stagingbnb_RootCount { +type xdai_RootCount { id: ID! count: BigInt } -input stagingbnb_RootCount_filter { +input xdai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -167275,31 +164981,31 @@ input stagingbnb_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_RootCount_filter] - or: [stagingbnb_RootCount_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RootCount_filter] + or: [xdai_RootCount_filter] } -enum stagingbnb_RootCount_orderBy { +enum xdai_RootCount_orderBy { id count } -type stagingbnb_RootMessageSent { +type xdai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingbnb_Bytes + root: xdai_Bytes count: BigInt - caller: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes + caller: xdai_Bytes + transactionHash: xdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingbnb_RootMessageSent_filter { +input xdai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -167324,16 +165030,16 @@ input stagingbnb_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingbnb_Bytes - root_not: stagingbnb_Bytes - root_gt: stagingbnb_Bytes - root_lt: stagingbnb_Bytes - root_gte: stagingbnb_Bytes - root_lte: stagingbnb_Bytes - root_in: [stagingbnb_Bytes!] - root_not_in: [stagingbnb_Bytes!] - root_contains: stagingbnb_Bytes - root_not_contains: stagingbnb_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 @@ -167342,26 +165048,26 @@ input stagingbnb_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingbnb_Bytes - caller_not: stagingbnb_Bytes - caller_gt: stagingbnb_Bytes - caller_lt: stagingbnb_Bytes - caller_gte: stagingbnb_Bytes - caller_lte: stagingbnb_Bytes - caller_in: [stagingbnb_Bytes!] - caller_not_in: [stagingbnb_Bytes!] - caller_contains: stagingbnb_Bytes - caller_not_contains: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes - transactionHash_not: stagingbnb_Bytes - transactionHash_gt: stagingbnb_Bytes - transactionHash_lt: stagingbnb_Bytes - transactionHash_gte: stagingbnb_Bytes - transactionHash_lte: stagingbnb_Bytes - transactionHash_in: [stagingbnb_Bytes!] - transactionHash_not_in: [stagingbnb_Bytes!] - transactionHash_contains: stagingbnb_Bytes - transactionHash_not_contains: stagingbnb_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 @@ -167395,12 +165101,12 @@ input stagingbnb_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_RootMessageSent_filter] - or: [stagingbnb_RootMessageSent_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RootMessageSent_filter] + or: [xdai_RootMessageSent_filter] } -enum stagingbnb_RootMessageSent_orderBy { +enum xdai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -167414,25 +165120,25 @@ enum stagingbnb_RootMessageSent_orderBy { blockNumber } -type stagingbnb_Router { +type xdai_Router { id: ID! isActive: Boolean! - owner: stagingbnb_Bytes - recipient: stagingbnb_Bytes - proposedOwner: stagingbnb_Bytes + owner: xdai_Bytes + recipient: xdai_Bytes + proposedOwner: xdai_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_AssetBalance_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_AssetBalance_filter): [stagingbnb_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! } -type stagingbnb_RouterDailyTVL { +type xdai_RouterDailyTVL { id: ID! - router: stagingbnb_Router! - asset: stagingbnb_Asset! + router: xdai_Router! + asset: xdai_Asset! timestamp: BigInt! balance: BigInt! } -input stagingbnb_RouterDailyTVL_filter { +input xdai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -167461,7 +165167,7 @@ input stagingbnb_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingbnb_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -167482,7 +165188,7 @@ input stagingbnb_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbnb_Asset_filter + asset_: xdai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -167500,12 +165206,12 @@ input stagingbnb_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_RouterDailyTVL_filter] - or: [stagingbnb_RouterDailyTVL_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RouterDailyTVL_filter] + or: [xdai_RouterDailyTVL_filter] } -enum stagingbnb_RouterDailyTVL_orderBy { +enum xdai_RouterDailyTVL_orderBy { id router router__id @@ -167528,26 +165234,26 @@ enum stagingbnb_RouterDailyTVL_orderBy { balance } -type stagingbnb_RouterLiquidityEvent { +type xdai_RouterLiquidityEvent { id: ID! - type: stagingbnb_RouterLiquidityEventType - router: stagingbnb_Router! - asset: stagingbnb_Asset! + type: xdai_RouterLiquidityEventType + router: xdai_Router! + asset: xdai_Asset! amount: BigInt! balance: BigInt! - caller: stagingbnb_Bytes + caller: xdai_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingbnb_Bytes! + transactionHash: xdai_Bytes! nonce: BigInt! } -enum stagingbnb_RouterLiquidityEventType { +enum xdai_RouterLiquidityEventType { Add Remove } -input stagingbnb_RouterLiquidityEvent_filter { +input xdai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -167556,10 +165262,10 @@ input stagingbnb_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingbnb_RouterLiquidityEventType - type_not: stagingbnb_RouterLiquidityEventType - type_in: [stagingbnb_RouterLiquidityEventType!] - type_not_in: [stagingbnb_RouterLiquidityEventType!] + type: xdai_RouterLiquidityEventType + type_not: xdai_RouterLiquidityEventType + type_in: [xdai_RouterLiquidityEventType!] + type_not_in: [xdai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -167580,7 +165286,7 @@ input stagingbnb_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingbnb_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -167601,7 +165307,7 @@ input stagingbnb_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingbnb_Asset_filter + asset_: xdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -167618,16 +165324,16 @@ input stagingbnb_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingbnb_Bytes - caller_not: stagingbnb_Bytes - caller_gt: stagingbnb_Bytes - caller_lt: stagingbnb_Bytes - caller_gte: stagingbnb_Bytes - caller_lte: stagingbnb_Bytes - caller_in: [stagingbnb_Bytes!] - caller_not_in: [stagingbnb_Bytes!] - caller_contains: stagingbnb_Bytes - caller_not_contains: stagingbnb_Bytes + caller: xdai_Bytes + caller_not: xdai_Bytes + caller_gt: xdai_Bytes + caller_lt: xdai_Bytes + caller_gte: xdai_Bytes + caller_lte: xdai_Bytes + caller_in: [xdai_Bytes!] + caller_not_in: [xdai_Bytes!] + caller_contains: xdai_Bytes + caller_not_contains: xdai_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -167644,16 +165350,16 @@ input stagingbnb_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingbnb_Bytes - transactionHash_not: stagingbnb_Bytes - transactionHash_gt: stagingbnb_Bytes - transactionHash_lt: stagingbnb_Bytes - transactionHash_gte: stagingbnb_Bytes - transactionHash_lte: stagingbnb_Bytes - transactionHash_in: [stagingbnb_Bytes!] - transactionHash_not_in: [stagingbnb_Bytes!] - transactionHash_contains: stagingbnb_Bytes - transactionHash_not_contains: stagingbnb_Bytes + transactionHash: xdai_Bytes + transactionHash_not: xdai_Bytes + transactionHash_gt: xdai_Bytes + transactionHash_lt: xdai_Bytes + transactionHash_gte: xdai_Bytes + transactionHash_lte: xdai_Bytes + transactionHash_in: [xdai_Bytes!] + transactionHash_not_in: [xdai_Bytes!] + transactionHash_contains: xdai_Bytes + transactionHash_not_contains: xdai_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -167663,12 +165369,12 @@ input stagingbnb_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_RouterLiquidityEvent_filter] - or: [stagingbnb_RouterLiquidityEvent_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RouterLiquidityEvent_filter] + or: [xdai_RouterLiquidityEvent_filter] } -enum stagingbnb_RouterLiquidityEvent_orderBy { +enum xdai_RouterLiquidityEvent_orderBy { id type router @@ -167697,7 +165403,7 @@ enum stagingbnb_RouterLiquidityEvent_orderBy { nonce } -input stagingbnb_Router_filter { +input xdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -167710,36 +165416,36 @@ input stagingbnb_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingbnb_Bytes - owner_not: stagingbnb_Bytes - owner_gt: stagingbnb_Bytes - owner_lt: stagingbnb_Bytes - owner_gte: stagingbnb_Bytes - owner_lte: stagingbnb_Bytes - owner_in: [stagingbnb_Bytes!] - owner_not_in: [stagingbnb_Bytes!] - owner_contains: stagingbnb_Bytes - owner_not_contains: stagingbnb_Bytes - recipient: stagingbnb_Bytes - recipient_not: stagingbnb_Bytes - recipient_gt: stagingbnb_Bytes - recipient_lt: stagingbnb_Bytes - recipient_gte: stagingbnb_Bytes - recipient_lte: stagingbnb_Bytes - recipient_in: [stagingbnb_Bytes!] - recipient_not_in: [stagingbnb_Bytes!] - recipient_contains: stagingbnb_Bytes - recipient_not_contains: stagingbnb_Bytes - proposedOwner: stagingbnb_Bytes - proposedOwner_not: stagingbnb_Bytes - proposedOwner_gt: stagingbnb_Bytes - proposedOwner_lt: stagingbnb_Bytes - proposedOwner_gte: stagingbnb_Bytes - proposedOwner_lte: stagingbnb_Bytes - proposedOwner_in: [stagingbnb_Bytes!] - proposedOwner_not_in: [stagingbnb_Bytes!] - proposedOwner_contains: stagingbnb_Bytes - proposedOwner_not_contains: stagingbnb_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 @@ -167748,14 +165454,14 @@ input stagingbnb_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingbnb_AssetBalance_filter + assetBalances_: xdai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_Router_filter] - or: [stagingbnb_Router_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Router_filter] + or: [xdai_Router_filter] } -enum stagingbnb_Router_orderBy { +enum xdai_Router_orderBy { id isActive owner @@ -167765,13 +165471,13 @@ enum stagingbnb_Router_orderBy { assetBalances } -type stagingbnb_Sequencer { +type xdai_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingbnb_Bytes + sequencer: xdai_Bytes } -input stagingbnb_Sequencer_filter { +input xdai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -167784,35 +165490,35 @@ input stagingbnb_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingbnb_Bytes - sequencer_not: stagingbnb_Bytes - sequencer_gt: stagingbnb_Bytes - sequencer_lt: stagingbnb_Bytes - sequencer_gte: stagingbnb_Bytes - sequencer_lte: stagingbnb_Bytes - sequencer_in: [stagingbnb_Bytes!] - sequencer_not_in: [stagingbnb_Bytes!] - sequencer_contains: stagingbnb_Bytes - sequencer_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter - and: [stagingbnb_Sequencer_filter] - or: [stagingbnb_Sequencer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Sequencer_filter] + or: [xdai_Sequencer_filter] } -enum stagingbnb_Sequencer_orderBy { +enum xdai_Sequencer_orderBy { id isActive sequencer } -type stagingbnb_Setting { +type xdai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingbnb_Bytes! + caller: xdai_Bytes! } -input stagingbnb_Setting_filter { +input xdai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -167829,41 +165535,41 @@ input stagingbnb_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingbnb_Bytes - caller_not: stagingbnb_Bytes - caller_gt: stagingbnb_Bytes - caller_lt: stagingbnb_Bytes - caller_gte: stagingbnb_Bytes - caller_lte: stagingbnb_Bytes - caller_in: [stagingbnb_Bytes!] - caller_not_in: [stagingbnb_Bytes!] - caller_contains: stagingbnb_Bytes - caller_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter - and: [stagingbnb_Setting_filter] - or: [stagingbnb_Setting_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Setting_filter] + or: [xdai_Setting_filter] } -enum stagingbnb_Setting_orderBy { +enum xdai_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingbnb_SlippageUpdate { +type xdai_SlippageUpdate { id: ID! - transfer: stagingbnb_DestinationTransfer! + transfer: xdai_DestinationTransfer! slippage: BigInt! - caller: stagingbnb_Bytes! - transactionHash: stagingbnb_Bytes! + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbnb_SlippageUpdate_filter { +input xdai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -167892,7 +165598,7 @@ input stagingbnb_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingbnb_DestinationTransfer_filter + transfer_: xdai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -167901,26 +165607,26 @@ input stagingbnb_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingbnb_Bytes - caller_not: stagingbnb_Bytes - caller_gt: stagingbnb_Bytes - caller_lt: stagingbnb_Bytes - caller_gte: stagingbnb_Bytes - caller_lte: stagingbnb_Bytes - caller_in: [stagingbnb_Bytes!] - caller_not_in: [stagingbnb_Bytes!] - caller_contains: stagingbnb_Bytes - caller_not_contains: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes - transactionHash_not: stagingbnb_Bytes - transactionHash_gt: stagingbnb_Bytes - transactionHash_lt: stagingbnb_Bytes - transactionHash_gte: stagingbnb_Bytes - transactionHash_lte: stagingbnb_Bytes - transactionHash_in: [stagingbnb_Bytes!] - transactionHash_not_in: [stagingbnb_Bytes!] - transactionHash_contains: stagingbnb_Bytes - transactionHash_not_contains: stagingbnb_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 @@ -167954,12 +165660,12 @@ input stagingbnb_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_SlippageUpdate_filter] - or: [stagingbnb_SlippageUpdate_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_SlippageUpdate_filter] + or: [xdai_SlippageUpdate_filter] } -enum stagingbnb_SlippageUpdate_orderBy { +enum xdai_SlippageUpdate_orderBy { id transfer transfer__id @@ -168007,16 +165713,16 @@ enum stagingbnb_SlippageUpdate_orderBy { blockNumber } -type stagingbnb_SnapshotRoot { +type xdai_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingbnb_Bytes! + root: xdai_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingbnb_SnapshotRoot_filter { +input xdai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -168033,16 +165739,16 @@ input stagingbnb_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingbnb_Bytes - root_not: stagingbnb_Bytes - root_gt: stagingbnb_Bytes - root_lt: stagingbnb_Bytes - root_gte: stagingbnb_Bytes - root_lte: stagingbnb_Bytes - root_in: [stagingbnb_Bytes!] - root_not_in: [stagingbnb_Bytes!] - root_contains: stagingbnb_Bytes - root_not_contains: stagingbnb_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 @@ -168068,12 +165774,12 @@ input stagingbnb_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_SnapshotRoot_filter] - or: [stagingbnb_SnapshotRoot_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_SnapshotRoot_filter] + or: [xdai_SnapshotRoot_filter] } -enum stagingbnb_SnapshotRoot_orderBy { +enum xdai_SnapshotRoot_orderBy { id spokeDomain root @@ -168082,12 +165788,12 @@ enum stagingbnb_SnapshotRoot_orderBy { blockNumber } -type stagingbnb_SpokeConnectorMode { +type xdai_SpokeConnectorMode { id: ID! mode: String! } -input stagingbnb_SpokeConnectorMode_filter { +input xdai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -168117,17 +165823,17 @@ input stagingbnb_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_SpokeConnectorMode_filter] - or: [stagingbnb_SpokeConnectorMode_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_SpokeConnectorMode_filter] + or: [xdai_SpokeConnectorMode_filter] } -enum stagingbnb_SpokeConnectorMode_orderBy { +enum xdai_SpokeConnectorMode_orderBy { id mode } -enum stagingbnb_TransferStatus { +enum xdai_TransferStatus { XCalled Executed Reconciled @@ -168135,19 +165841,17 @@ enum stagingbnb_TransferStatus { CompletedFast } -type stagingbnb__Block_ { +type xdai__Block_ { """The hash of the block""" - hash: stagingbnb_Bytes + hash: xdai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: stagingbnb_Bytes } """The type for the top-level _meta field""" -type stagingbnb__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 @@ -168155,22 +165859,22 @@ type stagingbnb__Meta_ { and therefore asks for the latest block """ - block: stagingbnb__Block_! + block: xdai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingarbitrumone_AggregateRoot { +type xlayer_AggregateRoot { id: ID! - root: stagingarbitrumone_Bytes! + root: xlayer_Bytes! blockNumber: BigInt! } -type stagingarbitrumone_AggregateRootProposed { +type xlayer_AggregateRootProposed { id: ID! - aggregateRoot: stagingarbitrumone_Bytes! + aggregateRoot: xlayer_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -168178,7 +165882,7 @@ type stagingarbitrumone_AggregateRootProposed { blockNumber: BigInt } -input stagingarbitrumone_AggregateRootProposed_filter { +input xlayer_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -168187,16 +165891,16 @@ input stagingarbitrumone_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingarbitrumone_Bytes - aggregateRoot_not: stagingarbitrumone_Bytes - aggregateRoot_gt: stagingarbitrumone_Bytes - aggregateRoot_lt: stagingarbitrumone_Bytes - aggregateRoot_gte: stagingarbitrumone_Bytes - aggregateRoot_lte: stagingarbitrumone_Bytes - aggregateRoot_in: [stagingarbitrumone_Bytes!] - aggregateRoot_not_in: [stagingarbitrumone_Bytes!] - aggregateRoot_contains: stagingarbitrumone_Bytes - aggregateRoot_not_contains: stagingarbitrumone_Bytes + aggregateRoot: xlayer_Bytes + aggregateRoot_not: xlayer_Bytes + aggregateRoot_gt: xlayer_Bytes + aggregateRoot_lt: xlayer_Bytes + aggregateRoot_gte: xlayer_Bytes + aggregateRoot_lte: xlayer_Bytes + aggregateRoot_in: [xlayer_Bytes!] + aggregateRoot_not_in: [xlayer_Bytes!] + aggregateRoot_contains: xlayer_Bytes + aggregateRoot_not_contains: xlayer_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -168238,12 +165942,12 @@ input stagingarbitrumone_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_AggregateRootProposed_filter] - or: [stagingarbitrumone_AggregateRootProposed_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_AggregateRootProposed_filter] + or: [xlayer_AggregateRootProposed_filter] } -enum stagingarbitrumone_AggregateRootProposed_orderBy { +enum xlayer_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -168253,7 +165957,7 @@ enum stagingarbitrumone_AggregateRootProposed_orderBy { blockNumber } -input stagingarbitrumone_AggregateRoot_filter { +input xlayer_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -168262,16 +165966,16 @@ input stagingarbitrumone_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingarbitrumone_Bytes - root_not: stagingarbitrumone_Bytes - root_gt: stagingarbitrumone_Bytes - root_lt: stagingarbitrumone_Bytes - root_gte: stagingarbitrumone_Bytes - root_lte: stagingarbitrumone_Bytes - root_in: [stagingarbitrumone_Bytes!] - root_not_in: [stagingarbitrumone_Bytes!] - root_contains: stagingarbitrumone_Bytes - root_not_contains: stagingarbitrumone_Bytes + root: xlayer_Bytes + root_not: xlayer_Bytes + root_gt: xlayer_Bytes + root_lt: xlayer_Bytes + root_gte: xlayer_Bytes + root_lte: xlayer_Bytes + root_in: [xlayer_Bytes!] + root_not_in: [xlayer_Bytes!] + root_contains: xlayer_Bytes + root_not_contains: xlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -168281,47 +165985,42 @@ input stagingarbitrumone_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_AggregateRoot_filter] - or: [stagingarbitrumone_AggregateRoot_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_AggregateRoot_filter] + or: [xlayer_AggregateRoot_filter] } -enum stagingarbitrumone_AggregateRoot_orderBy { +enum xlayer_AggregateRoot_orderBy { id root blockNumber } -enum stagingarbitrumone_Aggregation_interval { - hour - day -} - -type stagingarbitrumone_Asset { +type xlayer_Asset { id: ID! - key: stagingarbitrumone_Bytes + key: xlayer_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingarbitrumone_Bytes + canonicalId: xlayer_Bytes canonicalDomain: BigInt - adoptedAsset: stagingarbitrumone_Bytes - localAsset: stagingarbitrumone_Bytes + adoptedAsset: xlayer_Bytes + localAsset: xlayer_Bytes blockNumber: BigInt - status: stagingarbitrumone_AssetStatus + status: xlayer_AssetStatus } -type stagingarbitrumone_AssetBalance { +type xlayer_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! + router: xlayer_Router! + asset: xlayer_Asset! feesEarned: BigInt! } -input stagingarbitrumone_AssetBalance_filter { +input xlayer_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -168382,7 +166081,7 @@ input stagingarbitrumone_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingarbitrumone_Router_filter + router_: xlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -168403,7 +166102,7 @@ input stagingarbitrumone_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumone_Asset_filter + asset_: xlayer_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -168413,12 +166112,12 @@ input stagingarbitrumone_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_AssetBalance_filter] - or: [stagingarbitrumone_AssetBalance_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_AssetBalance_filter] + or: [xlayer_AssetBalance_filter] } -enum stagingarbitrumone_AssetBalance_orderBy { +enum xlayer_AssetBalance_orderBy { id amount locked @@ -168444,12 +166143,12 @@ enum stagingarbitrumone_AssetBalance_orderBy { feesEarned } -type stagingarbitrumone_AssetStatus { +type xlayer_AssetStatus { id: ID! status: Boolean } -input stagingarbitrumone_AssetStatus_filter { +input xlayer_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -168463,35 +166162,35 @@ input stagingarbitrumone_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_AssetStatus_filter] - or: [stagingarbitrumone_AssetStatus_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_AssetStatus_filter] + or: [xlayer_AssetStatus_filter] } -enum stagingarbitrumone_AssetStatus_orderBy { +enum xlayer_AssetStatus_orderBy { id status } -input stagingarbitrumone_Asset_filter { +input xlayer_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: stagingarbitrumone_Bytes - key_not: stagingarbitrumone_Bytes - key_gt: stagingarbitrumone_Bytes - key_lt: stagingarbitrumone_Bytes - key_gte: stagingarbitrumone_Bytes - key_lte: stagingarbitrumone_Bytes - key_in: [stagingarbitrumone_Bytes!] - key_not_in: [stagingarbitrumone_Bytes!] - key_contains: stagingarbitrumone_Bytes - key_not_contains: stagingarbitrumone_Bytes + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + key: xlayer_Bytes + key_not: xlayer_Bytes + key_gt: xlayer_Bytes + key_lt: xlayer_Bytes + key_gte: xlayer_Bytes + key_lte: xlayer_Bytes + key_in: [xlayer_Bytes!] + key_not_in: [xlayer_Bytes!] + key_contains: xlayer_Bytes + key_not_contains: xlayer_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -168508,16 +166207,16 @@ input stagingarbitrumone_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingarbitrumone_Bytes - canonicalId_not: stagingarbitrumone_Bytes - canonicalId_gt: stagingarbitrumone_Bytes - canonicalId_lt: stagingarbitrumone_Bytes - canonicalId_gte: stagingarbitrumone_Bytes - canonicalId_lte: stagingarbitrumone_Bytes - canonicalId_in: [stagingarbitrumone_Bytes!] - canonicalId_not_in: [stagingarbitrumone_Bytes!] - canonicalId_contains: stagingarbitrumone_Bytes - canonicalId_not_contains: stagingarbitrumone_Bytes + canonicalId: xlayer_Bytes + canonicalId_not: xlayer_Bytes + canonicalId_gt: xlayer_Bytes + canonicalId_lt: xlayer_Bytes + canonicalId_gte: xlayer_Bytes + canonicalId_lte: xlayer_Bytes + canonicalId_in: [xlayer_Bytes!] + canonicalId_not_in: [xlayer_Bytes!] + canonicalId_contains: xlayer_Bytes + canonicalId_not_contains: xlayer_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -168526,26 +166225,26 @@ input stagingarbitrumone_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingarbitrumone_Bytes - adoptedAsset_not: stagingarbitrumone_Bytes - adoptedAsset_gt: stagingarbitrumone_Bytes - adoptedAsset_lt: stagingarbitrumone_Bytes - adoptedAsset_gte: stagingarbitrumone_Bytes - adoptedAsset_lte: stagingarbitrumone_Bytes - adoptedAsset_in: [stagingarbitrumone_Bytes!] - adoptedAsset_not_in: [stagingarbitrumone_Bytes!] - adoptedAsset_contains: stagingarbitrumone_Bytes - adoptedAsset_not_contains: stagingarbitrumone_Bytes - localAsset: stagingarbitrumone_Bytes - localAsset_not: stagingarbitrumone_Bytes - localAsset_gt: stagingarbitrumone_Bytes - localAsset_lt: stagingarbitrumone_Bytes - localAsset_gte: stagingarbitrumone_Bytes - localAsset_lte: stagingarbitrumone_Bytes - localAsset_in: [stagingarbitrumone_Bytes!] - localAsset_not_in: [stagingarbitrumone_Bytes!] - localAsset_contains: stagingarbitrumone_Bytes - localAsset_not_contains: stagingarbitrumone_Bytes + adoptedAsset: xlayer_Bytes + adoptedAsset_not: xlayer_Bytes + adoptedAsset_gt: xlayer_Bytes + adoptedAsset_lt: xlayer_Bytes + adoptedAsset_gte: xlayer_Bytes + adoptedAsset_lte: xlayer_Bytes + adoptedAsset_in: [xlayer_Bytes!] + adoptedAsset_not_in: [xlayer_Bytes!] + adoptedAsset_contains: xlayer_Bytes + adoptedAsset_not_contains: xlayer_Bytes + localAsset: xlayer_Bytes + localAsset_not: xlayer_Bytes + localAsset_gt: xlayer_Bytes + localAsset_lt: xlayer_Bytes + localAsset_gte: xlayer_Bytes + localAsset_lte: xlayer_Bytes + localAsset_in: [xlayer_Bytes!] + localAsset_not_in: [xlayer_Bytes!] + localAsset_contains: xlayer_Bytes + localAsset_not_contains: xlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -168574,14 +166273,14 @@ input stagingarbitrumone_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingarbitrumone_AssetStatus_filter + status_: xlayer_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Asset_filter] - or: [stagingarbitrumone_Asset_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Asset_filter] + or: [xlayer_Asset_filter] } -enum stagingarbitrumone_Asset_orderBy { +enum xlayer_Asset_orderBy { id key decimal @@ -168596,30 +166295,30 @@ enum stagingarbitrumone_Asset_orderBy { status__status } -scalar stagingarbitrumone_BigDecimal +scalar xlayer_BigDecimal -input stagingarbitrumone_BlockChangedFilter { +input xlayer_BlockChangedFilter { number_gte: Int! } -input stagingarbitrumone_Block_height { - hash: stagingarbitrumone_Bytes +input xlayer_Block_height { + hash: xlayer_Bytes number: Int number_gte: Int } -scalar stagingarbitrumone_Bytes +scalar xlayer_Bytes -type stagingarbitrumone_ConnectorMeta { +type xlayer_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingarbitrumone_Bytes - rootManager: stagingarbitrumone_Bytes - mirrorConnector: stagingarbitrumone_Bytes + amb: xlayer_Bytes + rootManager: xlayer_Bytes + mirrorConnector: xlayer_Bytes } -input stagingarbitrumone_ConnectorMeta_filter { +input xlayer_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -168644,43 +166343,43 @@ input stagingarbitrumone_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingarbitrumone_Bytes - amb_not: stagingarbitrumone_Bytes - amb_gt: stagingarbitrumone_Bytes - amb_lt: stagingarbitrumone_Bytes - amb_gte: stagingarbitrumone_Bytes - amb_lte: stagingarbitrumone_Bytes - amb_in: [stagingarbitrumone_Bytes!] - amb_not_in: [stagingarbitrumone_Bytes!] - amb_contains: stagingarbitrumone_Bytes - amb_not_contains: stagingarbitrumone_Bytes - rootManager: stagingarbitrumone_Bytes - rootManager_not: stagingarbitrumone_Bytes - rootManager_gt: stagingarbitrumone_Bytes - rootManager_lt: stagingarbitrumone_Bytes - rootManager_gte: stagingarbitrumone_Bytes - rootManager_lte: stagingarbitrumone_Bytes - rootManager_in: [stagingarbitrumone_Bytes!] - rootManager_not_in: [stagingarbitrumone_Bytes!] - rootManager_contains: stagingarbitrumone_Bytes - rootManager_not_contains: stagingarbitrumone_Bytes - mirrorConnector: stagingarbitrumone_Bytes - mirrorConnector_not: stagingarbitrumone_Bytes - mirrorConnector_gt: stagingarbitrumone_Bytes - mirrorConnector_lt: stagingarbitrumone_Bytes - mirrorConnector_gte: stagingarbitrumone_Bytes - mirrorConnector_lte: stagingarbitrumone_Bytes - mirrorConnector_in: [stagingarbitrumone_Bytes!] - mirrorConnector_not_in: [stagingarbitrumone_Bytes!] - mirrorConnector_contains: stagingarbitrumone_Bytes - mirrorConnector_not_contains: stagingarbitrumone_Bytes + amb: xlayer_Bytes + amb_not: xlayer_Bytes + amb_gt: xlayer_Bytes + amb_lt: xlayer_Bytes + amb_gte: xlayer_Bytes + amb_lte: xlayer_Bytes + amb_in: [xlayer_Bytes!] + amb_not_in: [xlayer_Bytes!] + amb_contains: xlayer_Bytes + amb_not_contains: xlayer_Bytes + rootManager: xlayer_Bytes + rootManager_not: xlayer_Bytes + rootManager_gt: xlayer_Bytes + rootManager_lt: xlayer_Bytes + rootManager_gte: xlayer_Bytes + rootManager_lte: xlayer_Bytes + rootManager_in: [xlayer_Bytes!] + rootManager_not_in: [xlayer_Bytes!] + rootManager_contains: xlayer_Bytes + rootManager_not_contains: xlayer_Bytes + mirrorConnector: xlayer_Bytes + mirrorConnector_not: xlayer_Bytes + mirrorConnector_gt: xlayer_Bytes + mirrorConnector_lt: xlayer_Bytes + mirrorConnector_gte: xlayer_Bytes + mirrorConnector_lte: xlayer_Bytes + mirrorConnector_in: [xlayer_Bytes!] + mirrorConnector_not_in: [xlayer_Bytes!] + mirrorConnector_contains: xlayer_Bytes + mirrorConnector_not_contains: xlayer_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_ConnectorMeta_filter] - or: [stagingarbitrumone_ConnectorMeta_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_ConnectorMeta_filter] + or: [xlayer_ConnectorMeta_filter] } -enum stagingarbitrumone_ConnectorMeta_orderBy { +enum xlayer_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -168689,48 +166388,48 @@ enum stagingarbitrumone_ConnectorMeta_orderBy { mirrorConnector } -type stagingarbitrumone_DestinationTransfer { +type xlayer_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumone_Bytes + transferId: xlayer_Bytes nonce: BigInt - status: stagingarbitrumone_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_Router_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_Router_filter): [stagingarbitrumone_Router!] + status: xlayer_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: xlayer_Router_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_Router_filter): [xlayer_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingarbitrumone_Bytes - delegate: stagingarbitrumone_Bytes + to: xlayer_Bytes + delegate: xlayer_Bytes receiveLocal: Boolean - callData: stagingarbitrumone_Bytes + callData: xlayer_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingarbitrumone_Bytes + originSender: xlayer_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumone_Bytes - asset: stagingarbitrumone_Asset + canonicalId: xlayer_Bytes + asset: xlayer_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingarbitrumone_Bytes - executedTransactionHash: stagingarbitrumone_Bytes + executedCaller: xlayer_Bytes + executedTransactionHash: xlayer_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingarbitrumone_Bytes + executedTxOrigin: xlayer_Bytes executedTxNonce: BigInt - reconciledCaller: stagingarbitrumone_Bytes - reconciledTransactionHash: stagingarbitrumone_Bytes + reconciledCaller: xlayer_Bytes + reconciledTransactionHash: xlayer_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingarbitrumone_Bytes + reconciledTxOrigin: xlayer_Bytes reconciledTxNonce: BigInt } -input stagingarbitrumone_DestinationTransfer_filter { +input xlayer_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -168747,16 +166446,16 @@ input stagingarbitrumone_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingarbitrumone_Bytes - transferId_not: stagingarbitrumone_Bytes - transferId_gt: stagingarbitrumone_Bytes - transferId_lt: stagingarbitrumone_Bytes - transferId_gte: stagingarbitrumone_Bytes - transferId_lte: stagingarbitrumone_Bytes - transferId_in: [stagingarbitrumone_Bytes!] - transferId_not_in: [stagingarbitrumone_Bytes!] - transferId_contains: stagingarbitrumone_Bytes - transferId_not_contains: stagingarbitrumone_Bytes + transferId: xlayer_Bytes + transferId_not: xlayer_Bytes + transferId_gt: xlayer_Bytes + transferId_lt: xlayer_Bytes + transferId_gte: xlayer_Bytes + transferId_lte: xlayer_Bytes + transferId_in: [xlayer_Bytes!] + transferId_not_in: [xlayer_Bytes!] + transferId_contains: xlayer_Bytes + transferId_not_contains: xlayer_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -168765,17 +166464,17 @@ input stagingarbitrumone_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingarbitrumone_TransferStatus - status_not: stagingarbitrumone_TransferStatus - status_in: [stagingarbitrumone_TransferStatus!] - status_not_in: [stagingarbitrumone_TransferStatus!] + status: xlayer_TransferStatus + status_not: xlayer_TransferStatus + status_in: [xlayer_TransferStatus!] + status_not_in: [xlayer_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingarbitrumone_Router_filter + routers_: xlayer_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -168800,40 +166499,40 @@ input stagingarbitrumone_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingarbitrumone_Bytes - to_not: stagingarbitrumone_Bytes - to_gt: stagingarbitrumone_Bytes - to_lt: stagingarbitrumone_Bytes - to_gte: stagingarbitrumone_Bytes - to_lte: stagingarbitrumone_Bytes - to_in: [stagingarbitrumone_Bytes!] - to_not_in: [stagingarbitrumone_Bytes!] - to_contains: stagingarbitrumone_Bytes - to_not_contains: stagingarbitrumone_Bytes - delegate: stagingarbitrumone_Bytes - delegate_not: stagingarbitrumone_Bytes - delegate_gt: stagingarbitrumone_Bytes - delegate_lt: stagingarbitrumone_Bytes - delegate_gte: stagingarbitrumone_Bytes - delegate_lte: stagingarbitrumone_Bytes - delegate_in: [stagingarbitrumone_Bytes!] - delegate_not_in: [stagingarbitrumone_Bytes!] - delegate_contains: stagingarbitrumone_Bytes - delegate_not_contains: stagingarbitrumone_Bytes + to: xlayer_Bytes + to_not: xlayer_Bytes + to_gt: xlayer_Bytes + to_lt: xlayer_Bytes + to_gte: xlayer_Bytes + to_lte: xlayer_Bytes + to_in: [xlayer_Bytes!] + to_not_in: [xlayer_Bytes!] + to_contains: xlayer_Bytes + to_not_contains: xlayer_Bytes + delegate: xlayer_Bytes + delegate_not: xlayer_Bytes + delegate_gt: xlayer_Bytes + delegate_lt: xlayer_Bytes + delegate_gte: xlayer_Bytes + delegate_lte: xlayer_Bytes + delegate_in: [xlayer_Bytes!] + delegate_not_in: [xlayer_Bytes!] + delegate_contains: xlayer_Bytes + delegate_not_contains: xlayer_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingarbitrumone_Bytes - callData_not: stagingarbitrumone_Bytes - callData_gt: stagingarbitrumone_Bytes - callData_lt: stagingarbitrumone_Bytes - callData_gte: stagingarbitrumone_Bytes - callData_lte: stagingarbitrumone_Bytes - callData_in: [stagingarbitrumone_Bytes!] - callData_not_in: [stagingarbitrumone_Bytes!] - callData_contains: stagingarbitrumone_Bytes - callData_not_contains: stagingarbitrumone_Bytes + callData: xlayer_Bytes + callData_not: xlayer_Bytes + callData_gt: xlayer_Bytes + callData_lt: xlayer_Bytes + callData_gte: xlayer_Bytes + callData_lte: xlayer_Bytes + callData_in: [xlayer_Bytes!] + callData_not_in: [xlayer_Bytes!] + callData_contains: xlayer_Bytes + callData_not_contains: xlayer_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -168850,16 +166549,16 @@ input stagingarbitrumone_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingarbitrumone_Bytes - originSender_not: stagingarbitrumone_Bytes - originSender_gt: stagingarbitrumone_Bytes - originSender_lt: stagingarbitrumone_Bytes - originSender_gte: stagingarbitrumone_Bytes - originSender_lte: stagingarbitrumone_Bytes - originSender_in: [stagingarbitrumone_Bytes!] - originSender_not_in: [stagingarbitrumone_Bytes!] - originSender_contains: stagingarbitrumone_Bytes - originSender_not_contains: stagingarbitrumone_Bytes + originSender: xlayer_Bytes + originSender_not: xlayer_Bytes + originSender_gt: xlayer_Bytes + originSender_lt: xlayer_Bytes + originSender_gte: xlayer_Bytes + originSender_lte: xlayer_Bytes + originSender_in: [xlayer_Bytes!] + originSender_not_in: [xlayer_Bytes!] + originSender_contains: xlayer_Bytes + originSender_not_contains: xlayer_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -168876,16 +166575,16 @@ input stagingarbitrumone_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingarbitrumone_Bytes - canonicalId_not: stagingarbitrumone_Bytes - canonicalId_gt: stagingarbitrumone_Bytes - canonicalId_lt: stagingarbitrumone_Bytes - canonicalId_gte: stagingarbitrumone_Bytes - canonicalId_lte: stagingarbitrumone_Bytes - canonicalId_in: [stagingarbitrumone_Bytes!] - canonicalId_not_in: [stagingarbitrumone_Bytes!] - canonicalId_contains: stagingarbitrumone_Bytes - canonicalId_not_contains: stagingarbitrumone_Bytes + canonicalId: xlayer_Bytes + canonicalId_not: xlayer_Bytes + canonicalId_gt: xlayer_Bytes + canonicalId_lt: xlayer_Bytes + canonicalId_gte: xlayer_Bytes + canonicalId_lte: xlayer_Bytes + canonicalId_in: [xlayer_Bytes!] + canonicalId_not_in: [xlayer_Bytes!] + canonicalId_contains: xlayer_Bytes + canonicalId_not_contains: xlayer_Bytes asset: String asset_not: String asset_gt: String @@ -168906,7 +166605,7 @@ input stagingarbitrumone_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumone_Asset_filter + asset_: xlayer_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -168923,26 +166622,26 @@ input stagingarbitrumone_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingarbitrumone_Bytes - executedCaller_not: stagingarbitrumone_Bytes - executedCaller_gt: stagingarbitrumone_Bytes - executedCaller_lt: stagingarbitrumone_Bytes - executedCaller_gte: stagingarbitrumone_Bytes - executedCaller_lte: stagingarbitrumone_Bytes - executedCaller_in: [stagingarbitrumone_Bytes!] - executedCaller_not_in: [stagingarbitrumone_Bytes!] - executedCaller_contains: stagingarbitrumone_Bytes - executedCaller_not_contains: stagingarbitrumone_Bytes - executedTransactionHash: stagingarbitrumone_Bytes - executedTransactionHash_not: stagingarbitrumone_Bytes - executedTransactionHash_gt: stagingarbitrumone_Bytes - executedTransactionHash_lt: stagingarbitrumone_Bytes - executedTransactionHash_gte: stagingarbitrumone_Bytes - executedTransactionHash_lte: stagingarbitrumone_Bytes - executedTransactionHash_in: [stagingarbitrumone_Bytes!] - executedTransactionHash_not_in: [stagingarbitrumone_Bytes!] - executedTransactionHash_contains: stagingarbitrumone_Bytes - executedTransactionHash_not_contains: stagingarbitrumone_Bytes + executedCaller: xlayer_Bytes + executedCaller_not: xlayer_Bytes + executedCaller_gt: xlayer_Bytes + executedCaller_lt: xlayer_Bytes + executedCaller_gte: xlayer_Bytes + executedCaller_lte: xlayer_Bytes + executedCaller_in: [xlayer_Bytes!] + executedCaller_not_in: [xlayer_Bytes!] + executedCaller_contains: xlayer_Bytes + executedCaller_not_contains: xlayer_Bytes + executedTransactionHash: xlayer_Bytes + executedTransactionHash_not: xlayer_Bytes + executedTransactionHash_gt: xlayer_Bytes + executedTransactionHash_lt: xlayer_Bytes + executedTransactionHash_gte: xlayer_Bytes + executedTransactionHash_lte: xlayer_Bytes + executedTransactionHash_in: [xlayer_Bytes!] + executedTransactionHash_not_in: [xlayer_Bytes!] + executedTransactionHash_contains: xlayer_Bytes + executedTransactionHash_not_contains: xlayer_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -168975,16 +166674,16 @@ input stagingarbitrumone_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingarbitrumone_Bytes - executedTxOrigin_not: stagingarbitrumone_Bytes - executedTxOrigin_gt: stagingarbitrumone_Bytes - executedTxOrigin_lt: stagingarbitrumone_Bytes - executedTxOrigin_gte: stagingarbitrumone_Bytes - executedTxOrigin_lte: stagingarbitrumone_Bytes - executedTxOrigin_in: [stagingarbitrumone_Bytes!] - executedTxOrigin_not_in: [stagingarbitrumone_Bytes!] - executedTxOrigin_contains: stagingarbitrumone_Bytes - executedTxOrigin_not_contains: stagingarbitrumone_Bytes + executedTxOrigin: xlayer_Bytes + executedTxOrigin_not: xlayer_Bytes + executedTxOrigin_gt: xlayer_Bytes + executedTxOrigin_lt: xlayer_Bytes + executedTxOrigin_gte: xlayer_Bytes + executedTxOrigin_lte: xlayer_Bytes + executedTxOrigin_in: [xlayer_Bytes!] + executedTxOrigin_not_in: [xlayer_Bytes!] + executedTxOrigin_contains: xlayer_Bytes + executedTxOrigin_not_contains: xlayer_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -168993,26 +166692,26 @@ input stagingarbitrumone_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingarbitrumone_Bytes - reconciledCaller_not: stagingarbitrumone_Bytes - reconciledCaller_gt: stagingarbitrumone_Bytes - reconciledCaller_lt: stagingarbitrumone_Bytes - reconciledCaller_gte: stagingarbitrumone_Bytes - reconciledCaller_lte: stagingarbitrumone_Bytes - reconciledCaller_in: [stagingarbitrumone_Bytes!] - reconciledCaller_not_in: [stagingarbitrumone_Bytes!] - reconciledCaller_contains: stagingarbitrumone_Bytes - reconciledCaller_not_contains: stagingarbitrumone_Bytes - reconciledTransactionHash: stagingarbitrumone_Bytes - reconciledTransactionHash_not: stagingarbitrumone_Bytes - reconciledTransactionHash_gt: stagingarbitrumone_Bytes - reconciledTransactionHash_lt: stagingarbitrumone_Bytes - reconciledTransactionHash_gte: stagingarbitrumone_Bytes - reconciledTransactionHash_lte: stagingarbitrumone_Bytes - reconciledTransactionHash_in: [stagingarbitrumone_Bytes!] - reconciledTransactionHash_not_in: [stagingarbitrumone_Bytes!] - reconciledTransactionHash_contains: stagingarbitrumone_Bytes - reconciledTransactionHash_not_contains: stagingarbitrumone_Bytes + reconciledCaller: xlayer_Bytes + reconciledCaller_not: xlayer_Bytes + reconciledCaller_gt: xlayer_Bytes + reconciledCaller_lt: xlayer_Bytes + reconciledCaller_gte: xlayer_Bytes + reconciledCaller_lte: xlayer_Bytes + reconciledCaller_in: [xlayer_Bytes!] + reconciledCaller_not_in: [xlayer_Bytes!] + reconciledCaller_contains: xlayer_Bytes + reconciledCaller_not_contains: xlayer_Bytes + reconciledTransactionHash: xlayer_Bytes + reconciledTransactionHash_not: xlayer_Bytes + reconciledTransactionHash_gt: xlayer_Bytes + reconciledTransactionHash_lt: xlayer_Bytes + reconciledTransactionHash_gte: xlayer_Bytes + reconciledTransactionHash_lte: xlayer_Bytes + reconciledTransactionHash_in: [xlayer_Bytes!] + reconciledTransactionHash_not_in: [xlayer_Bytes!] + reconciledTransactionHash_contains: xlayer_Bytes + reconciledTransactionHash_not_contains: xlayer_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -169045,16 +166744,16 @@ input stagingarbitrumone_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingarbitrumone_Bytes - reconciledTxOrigin_not: stagingarbitrumone_Bytes - reconciledTxOrigin_gt: stagingarbitrumone_Bytes - reconciledTxOrigin_lt: stagingarbitrumone_Bytes - reconciledTxOrigin_gte: stagingarbitrumone_Bytes - reconciledTxOrigin_lte: stagingarbitrumone_Bytes - reconciledTxOrigin_in: [stagingarbitrumone_Bytes!] - reconciledTxOrigin_not_in: [stagingarbitrumone_Bytes!] - reconciledTxOrigin_contains: stagingarbitrumone_Bytes - reconciledTxOrigin_not_contains: stagingarbitrumone_Bytes + reconciledTxOrigin: xlayer_Bytes + reconciledTxOrigin_not: xlayer_Bytes + reconciledTxOrigin_gt: xlayer_Bytes + reconciledTxOrigin_lt: xlayer_Bytes + reconciledTxOrigin_gte: xlayer_Bytes + reconciledTxOrigin_lte: xlayer_Bytes + reconciledTxOrigin_in: [xlayer_Bytes!] + reconciledTxOrigin_not_in: [xlayer_Bytes!] + reconciledTxOrigin_contains: xlayer_Bytes + reconciledTxOrigin_not_contains: xlayer_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -169064,12 +166763,12 @@ input stagingarbitrumone_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_DestinationTransfer_filter] - or: [stagingarbitrumone_DestinationTransfer_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_DestinationTransfer_filter] + or: [xlayer_DestinationTransfer_filter] } -enum stagingarbitrumone_DestinationTransfer_orderBy { +enum xlayer_DestinationTransfer_orderBy { id chainId transferId @@ -169123,16 +166822,16 @@ enum stagingarbitrumone_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingarbitrumone_Int8 +scalar xlayer_Int8 -type stagingarbitrumone_OptimisticRootFinalized { +type xlayer_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingarbitrumone_Bytes! + aggregateRoot: xlayer_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingarbitrumone_OptimisticRootFinalized_filter { +input xlayer_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -169141,16 +166840,16 @@ input stagingarbitrumone_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingarbitrumone_Bytes - aggregateRoot_not: stagingarbitrumone_Bytes - aggregateRoot_gt: stagingarbitrumone_Bytes - aggregateRoot_lt: stagingarbitrumone_Bytes - aggregateRoot_gte: stagingarbitrumone_Bytes - aggregateRoot_lte: stagingarbitrumone_Bytes - aggregateRoot_in: [stagingarbitrumone_Bytes!] - aggregateRoot_not_in: [stagingarbitrumone_Bytes!] - aggregateRoot_contains: stagingarbitrumone_Bytes - aggregateRoot_not_contains: stagingarbitrumone_Bytes + aggregateRoot: xlayer_Bytes + aggregateRoot_not: xlayer_Bytes + aggregateRoot_gt: xlayer_Bytes + aggregateRoot_lt: xlayer_Bytes + aggregateRoot_gte: xlayer_Bytes + aggregateRoot_lte: xlayer_Bytes + aggregateRoot_in: [xlayer_Bytes!] + aggregateRoot_not_in: [xlayer_Bytes!] + aggregateRoot_contains: xlayer_Bytes + aggregateRoot_not_contains: xlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -169168,12 +166867,12 @@ input stagingarbitrumone_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_OptimisticRootFinalized_filter] - or: [stagingarbitrumone_OptimisticRootFinalized_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_OptimisticRootFinalized_filter] + or: [xlayer_OptimisticRootFinalized_filter] } -enum stagingarbitrumone_OptimisticRootFinalized_orderBy { +enum xlayer_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -169181,25 +166880,25 @@ enum stagingarbitrumone_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingarbitrumone_OrderDirection { +enum xlayer_OrderDirection { asc desc } -type stagingarbitrumone_OriginMessage { +type xlayer_OriginMessage { id: ID! - transferId: stagingarbitrumone_Bytes + transferId: xlayer_Bytes destinationDomain: BigInt - leaf: stagingarbitrumone_Bytes + leaf: xlayer_Bytes index: BigInt - message: stagingarbitrumone_Bytes - root: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes + message: xlayer_Bytes + root: xlayer_Bytes + transactionHash: xlayer_Bytes blockNumber: BigInt - rootCount: stagingarbitrumone_RootCount + rootCount: xlayer_RootCount } -input stagingarbitrumone_OriginMessage_filter { +input xlayer_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -169208,16 +166907,16 @@ input stagingarbitrumone_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingarbitrumone_Bytes - transferId_not: stagingarbitrumone_Bytes - transferId_gt: stagingarbitrumone_Bytes - transferId_lt: stagingarbitrumone_Bytes - transferId_gte: stagingarbitrumone_Bytes - transferId_lte: stagingarbitrumone_Bytes - transferId_in: [stagingarbitrumone_Bytes!] - transferId_not_in: [stagingarbitrumone_Bytes!] - transferId_contains: stagingarbitrumone_Bytes - transferId_not_contains: stagingarbitrumone_Bytes + transferId: xlayer_Bytes + transferId_not: xlayer_Bytes + transferId_gt: xlayer_Bytes + transferId_lt: xlayer_Bytes + transferId_gte: xlayer_Bytes + transferId_lte: xlayer_Bytes + transferId_in: [xlayer_Bytes!] + transferId_not_in: [xlayer_Bytes!] + transferId_contains: xlayer_Bytes + transferId_not_contains: xlayer_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -169226,16 +166925,16 @@ input stagingarbitrumone_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingarbitrumone_Bytes - leaf_not: stagingarbitrumone_Bytes - leaf_gt: stagingarbitrumone_Bytes - leaf_lt: stagingarbitrumone_Bytes - leaf_gte: stagingarbitrumone_Bytes - leaf_lte: stagingarbitrumone_Bytes - leaf_in: [stagingarbitrumone_Bytes!] - leaf_not_in: [stagingarbitrumone_Bytes!] - leaf_contains: stagingarbitrumone_Bytes - leaf_not_contains: stagingarbitrumone_Bytes + leaf: xlayer_Bytes + leaf_not: xlayer_Bytes + leaf_gt: xlayer_Bytes + leaf_lt: xlayer_Bytes + leaf_gte: xlayer_Bytes + leaf_lte: xlayer_Bytes + leaf_in: [xlayer_Bytes!] + leaf_not_in: [xlayer_Bytes!] + leaf_contains: xlayer_Bytes + leaf_not_contains: xlayer_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -169244,36 +166943,36 @@ input stagingarbitrumone_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingarbitrumone_Bytes - message_not: stagingarbitrumone_Bytes - message_gt: stagingarbitrumone_Bytes - message_lt: stagingarbitrumone_Bytes - message_gte: stagingarbitrumone_Bytes - message_lte: stagingarbitrumone_Bytes - message_in: [stagingarbitrumone_Bytes!] - message_not_in: [stagingarbitrumone_Bytes!] - message_contains: stagingarbitrumone_Bytes - message_not_contains: stagingarbitrumone_Bytes - root: stagingarbitrumone_Bytes - root_not: stagingarbitrumone_Bytes - root_gt: stagingarbitrumone_Bytes - root_lt: stagingarbitrumone_Bytes - root_gte: stagingarbitrumone_Bytes - root_lte: stagingarbitrumone_Bytes - root_in: [stagingarbitrumone_Bytes!] - root_not_in: [stagingarbitrumone_Bytes!] - root_contains: stagingarbitrumone_Bytes - root_not_contains: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes - transactionHash_not: stagingarbitrumone_Bytes - transactionHash_gt: stagingarbitrumone_Bytes - transactionHash_lt: stagingarbitrumone_Bytes - transactionHash_gte: stagingarbitrumone_Bytes - transactionHash_lte: stagingarbitrumone_Bytes - transactionHash_in: [stagingarbitrumone_Bytes!] - transactionHash_not_in: [stagingarbitrumone_Bytes!] - transactionHash_contains: stagingarbitrumone_Bytes - transactionHash_not_contains: stagingarbitrumone_Bytes + message: xlayer_Bytes + message_not: xlayer_Bytes + message_gt: xlayer_Bytes + message_lt: xlayer_Bytes + message_gte: xlayer_Bytes + message_lte: xlayer_Bytes + message_in: [xlayer_Bytes!] + message_not_in: [xlayer_Bytes!] + message_contains: xlayer_Bytes + message_not_contains: xlayer_Bytes + root: xlayer_Bytes + root_not: xlayer_Bytes + root_gt: xlayer_Bytes + root_lt: xlayer_Bytes + root_gte: xlayer_Bytes + root_lte: xlayer_Bytes + root_in: [xlayer_Bytes!] + root_not_in: [xlayer_Bytes!] + root_contains: xlayer_Bytes + root_not_contains: xlayer_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -169302,14 +167001,14 @@ input stagingarbitrumone_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingarbitrumone_RootCount_filter + rootCount_: xlayer_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_OriginMessage_filter] - or: [stagingarbitrumone_OriginMessage_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_OriginMessage_filter] + or: [xlayer_OriginMessage_filter] } -enum stagingarbitrumone_OriginMessage_orderBy { +enum xlayer_OriginMessage_orderBy { id transferId destinationDomain @@ -169324,42 +167023,42 @@ enum stagingarbitrumone_OriginMessage_orderBy { rootCount__count } -type stagingarbitrumone_OriginTransfer { +type xlayer_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumone_Bytes + transferId: xlayer_Bytes nonce: BigInt - status: stagingarbitrumone_TransferStatus - messageHash: stagingarbitrumone_Bytes + status: xlayer_TransferStatus + messageHash: xlayer_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingarbitrumone_Bytes - delegate: stagingarbitrumone_Bytes + to: xlayer_Bytes + delegate: xlayer_Bytes receiveLocal: Boolean - callData: stagingarbitrumone_Bytes + callData: xlayer_Bytes slippage: BigInt - originSender: stagingarbitrumone_Bytes + originSender: xlayer_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumone_Bytes - asset: stagingarbitrumone_Asset - transactingAsset: stagingarbitrumone_Bytes - message: stagingarbitrumone_OriginMessage + canonicalId: xlayer_Bytes + asset: xlayer_Asset + transactingAsset: xlayer_Bytes + message: xlayer_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_RelayerFee_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_RelayerFee_filter): [stagingarbitrumone_RelayerFee!] - initialRelayerFeeAsset: stagingarbitrumone_Bytes - caller: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: xlayer_RelayerFee_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_RelayerFee_filter): [xlayer_RelayerFee!] + initialRelayerFeeAsset: xlayer_Bytes + caller: xlayer_Bytes + transactionHash: xlayer_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingarbitrumone_Bytes + txOrigin: xlayer_Bytes txNonce: BigInt } -input stagingarbitrumone_OriginTransfer_filter { +input xlayer_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -169376,16 +167075,16 @@ input stagingarbitrumone_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingarbitrumone_Bytes - transferId_not: stagingarbitrumone_Bytes - transferId_gt: stagingarbitrumone_Bytes - transferId_lt: stagingarbitrumone_Bytes - transferId_gte: stagingarbitrumone_Bytes - transferId_lte: stagingarbitrumone_Bytes - transferId_in: [stagingarbitrumone_Bytes!] - transferId_not_in: [stagingarbitrumone_Bytes!] - transferId_contains: stagingarbitrumone_Bytes - transferId_not_contains: stagingarbitrumone_Bytes + transferId: xlayer_Bytes + transferId_not: xlayer_Bytes + transferId_gt: xlayer_Bytes + transferId_lt: xlayer_Bytes + transferId_gte: xlayer_Bytes + transferId_lte: xlayer_Bytes + transferId_in: [xlayer_Bytes!] + transferId_not_in: [xlayer_Bytes!] + transferId_contains: xlayer_Bytes + transferId_not_contains: xlayer_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -169394,20 +167093,20 @@ input stagingarbitrumone_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingarbitrumone_TransferStatus - status_not: stagingarbitrumone_TransferStatus - status_in: [stagingarbitrumone_TransferStatus!] - status_not_in: [stagingarbitrumone_TransferStatus!] - messageHash: stagingarbitrumone_Bytes - messageHash_not: stagingarbitrumone_Bytes - messageHash_gt: stagingarbitrumone_Bytes - messageHash_lt: stagingarbitrumone_Bytes - messageHash_gte: stagingarbitrumone_Bytes - messageHash_lte: stagingarbitrumone_Bytes - messageHash_in: [stagingarbitrumone_Bytes!] - messageHash_not_in: [stagingarbitrumone_Bytes!] - messageHash_contains: stagingarbitrumone_Bytes - messageHash_not_contains: stagingarbitrumone_Bytes + status: xlayer_TransferStatus + status_not: xlayer_TransferStatus + status_in: [xlayer_TransferStatus!] + status_not_in: [xlayer_TransferStatus!] + messageHash: xlayer_Bytes + messageHash_not: xlayer_Bytes + messageHash_gt: xlayer_Bytes + messageHash_lt: xlayer_Bytes + messageHash_gte: xlayer_Bytes + messageHash_lte: xlayer_Bytes + messageHash_in: [xlayer_Bytes!] + messageHash_not_in: [xlayer_Bytes!] + messageHash_contains: xlayer_Bytes + messageHash_not_contains: xlayer_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -169432,40 +167131,40 @@ input stagingarbitrumone_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingarbitrumone_Bytes - to_not: stagingarbitrumone_Bytes - to_gt: stagingarbitrumone_Bytes - to_lt: stagingarbitrumone_Bytes - to_gte: stagingarbitrumone_Bytes - to_lte: stagingarbitrumone_Bytes - to_in: [stagingarbitrumone_Bytes!] - to_not_in: [stagingarbitrumone_Bytes!] - to_contains: stagingarbitrumone_Bytes - to_not_contains: stagingarbitrumone_Bytes - delegate: stagingarbitrumone_Bytes - delegate_not: stagingarbitrumone_Bytes - delegate_gt: stagingarbitrumone_Bytes - delegate_lt: stagingarbitrumone_Bytes - delegate_gte: stagingarbitrumone_Bytes - delegate_lte: stagingarbitrumone_Bytes - delegate_in: [stagingarbitrumone_Bytes!] - delegate_not_in: [stagingarbitrumone_Bytes!] - delegate_contains: stagingarbitrumone_Bytes - delegate_not_contains: stagingarbitrumone_Bytes + to: xlayer_Bytes + to_not: xlayer_Bytes + to_gt: xlayer_Bytes + to_lt: xlayer_Bytes + to_gte: xlayer_Bytes + to_lte: xlayer_Bytes + to_in: [xlayer_Bytes!] + to_not_in: [xlayer_Bytes!] + to_contains: xlayer_Bytes + to_not_contains: xlayer_Bytes + delegate: xlayer_Bytes + delegate_not: xlayer_Bytes + delegate_gt: xlayer_Bytes + delegate_lt: xlayer_Bytes + delegate_gte: xlayer_Bytes + delegate_lte: xlayer_Bytes + delegate_in: [xlayer_Bytes!] + delegate_not_in: [xlayer_Bytes!] + delegate_contains: xlayer_Bytes + delegate_not_contains: xlayer_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingarbitrumone_Bytes - callData_not: stagingarbitrumone_Bytes - callData_gt: stagingarbitrumone_Bytes - callData_lt: stagingarbitrumone_Bytes - callData_gte: stagingarbitrumone_Bytes - callData_lte: stagingarbitrumone_Bytes - callData_in: [stagingarbitrumone_Bytes!] - callData_not_in: [stagingarbitrumone_Bytes!] - callData_contains: stagingarbitrumone_Bytes - callData_not_contains: stagingarbitrumone_Bytes + callData: xlayer_Bytes + callData_not: xlayer_Bytes + callData_gt: xlayer_Bytes + callData_lt: xlayer_Bytes + callData_gte: xlayer_Bytes + callData_lte: xlayer_Bytes + callData_in: [xlayer_Bytes!] + callData_not_in: [xlayer_Bytes!] + callData_contains: xlayer_Bytes + callData_not_contains: xlayer_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -169474,16 +167173,16 @@ input stagingarbitrumone_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingarbitrumone_Bytes - originSender_not: stagingarbitrumone_Bytes - originSender_gt: stagingarbitrumone_Bytes - originSender_lt: stagingarbitrumone_Bytes - originSender_gte: stagingarbitrumone_Bytes - originSender_lte: stagingarbitrumone_Bytes - originSender_in: [stagingarbitrumone_Bytes!] - originSender_not_in: [stagingarbitrumone_Bytes!] - originSender_contains: stagingarbitrumone_Bytes - originSender_not_contains: stagingarbitrumone_Bytes + originSender: xlayer_Bytes + originSender_not: xlayer_Bytes + originSender_gt: xlayer_Bytes + originSender_lt: xlayer_Bytes + originSender_gte: xlayer_Bytes + originSender_lte: xlayer_Bytes + originSender_in: [xlayer_Bytes!] + originSender_not_in: [xlayer_Bytes!] + originSender_contains: xlayer_Bytes + originSender_not_contains: xlayer_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -169500,16 +167199,16 @@ input stagingarbitrumone_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingarbitrumone_Bytes - canonicalId_not: stagingarbitrumone_Bytes - canonicalId_gt: stagingarbitrumone_Bytes - canonicalId_lt: stagingarbitrumone_Bytes - canonicalId_gte: stagingarbitrumone_Bytes - canonicalId_lte: stagingarbitrumone_Bytes - canonicalId_in: [stagingarbitrumone_Bytes!] - canonicalId_not_in: [stagingarbitrumone_Bytes!] - canonicalId_contains: stagingarbitrumone_Bytes - canonicalId_not_contains: stagingarbitrumone_Bytes + canonicalId: xlayer_Bytes + canonicalId_not: xlayer_Bytes + canonicalId_gt: xlayer_Bytes + canonicalId_lt: xlayer_Bytes + canonicalId_gte: xlayer_Bytes + canonicalId_lte: xlayer_Bytes + canonicalId_in: [xlayer_Bytes!] + canonicalId_not_in: [xlayer_Bytes!] + canonicalId_contains: xlayer_Bytes + canonicalId_not_contains: xlayer_Bytes asset: String asset_not: String asset_gt: String @@ -169530,17 +167229,17 @@ input stagingarbitrumone_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumone_Asset_filter - transactingAsset: stagingarbitrumone_Bytes - transactingAsset_not: stagingarbitrumone_Bytes - transactingAsset_gt: stagingarbitrumone_Bytes - transactingAsset_lt: stagingarbitrumone_Bytes - transactingAsset_gte: stagingarbitrumone_Bytes - transactingAsset_lte: stagingarbitrumone_Bytes - transactingAsset_in: [stagingarbitrumone_Bytes!] - transactingAsset_not_in: [stagingarbitrumone_Bytes!] - transactingAsset_contains: stagingarbitrumone_Bytes - transactingAsset_not_contains: stagingarbitrumone_Bytes + asset_: xlayer_Asset_filter + transactingAsset: xlayer_Bytes + transactingAsset_not: xlayer_Bytes + transactingAsset_gt: xlayer_Bytes + transactingAsset_lt: xlayer_Bytes + transactingAsset_gte: xlayer_Bytes + transactingAsset_lte: xlayer_Bytes + transactingAsset_in: [xlayer_Bytes!] + transactingAsset_not_in: [xlayer_Bytes!] + transactingAsset_contains: xlayer_Bytes + transactingAsset_not_contains: xlayer_Bytes message: String message_not: String message_gt: String @@ -169561,7 +167260,7 @@ input stagingarbitrumone_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingarbitrumone_OriginMessage_filter + message_: xlayer_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -169576,37 +167275,37 @@ input stagingarbitrumone_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingarbitrumone_RelayerFee_filter - initialRelayerFeeAsset: stagingarbitrumone_Bytes - initialRelayerFeeAsset_not: stagingarbitrumone_Bytes - initialRelayerFeeAsset_gt: stagingarbitrumone_Bytes - initialRelayerFeeAsset_lt: stagingarbitrumone_Bytes - initialRelayerFeeAsset_gte: stagingarbitrumone_Bytes - initialRelayerFeeAsset_lte: stagingarbitrumone_Bytes - initialRelayerFeeAsset_in: [stagingarbitrumone_Bytes!] - initialRelayerFeeAsset_not_in: [stagingarbitrumone_Bytes!] - initialRelayerFeeAsset_contains: stagingarbitrumone_Bytes - initialRelayerFeeAsset_not_contains: stagingarbitrumone_Bytes - caller: stagingarbitrumone_Bytes - caller_not: stagingarbitrumone_Bytes - caller_gt: stagingarbitrumone_Bytes - caller_lt: stagingarbitrumone_Bytes - caller_gte: stagingarbitrumone_Bytes - caller_lte: stagingarbitrumone_Bytes - caller_in: [stagingarbitrumone_Bytes!] - caller_not_in: [stagingarbitrumone_Bytes!] - caller_contains: stagingarbitrumone_Bytes - caller_not_contains: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes - transactionHash_not: stagingarbitrumone_Bytes - transactionHash_gt: stagingarbitrumone_Bytes - transactionHash_lt: stagingarbitrumone_Bytes - transactionHash_gte: stagingarbitrumone_Bytes - transactionHash_lte: stagingarbitrumone_Bytes - transactionHash_in: [stagingarbitrumone_Bytes!] - transactionHash_not_in: [stagingarbitrumone_Bytes!] - transactionHash_contains: stagingarbitrumone_Bytes - transactionHash_not_contains: stagingarbitrumone_Bytes + relayerFees_: xlayer_RelayerFee_filter + initialRelayerFeeAsset: xlayer_Bytes + initialRelayerFeeAsset_not: xlayer_Bytes + initialRelayerFeeAsset_gt: xlayer_Bytes + initialRelayerFeeAsset_lt: xlayer_Bytes + initialRelayerFeeAsset_gte: xlayer_Bytes + initialRelayerFeeAsset_lte: xlayer_Bytes + initialRelayerFeeAsset_in: [xlayer_Bytes!] + initialRelayerFeeAsset_not_in: [xlayer_Bytes!] + initialRelayerFeeAsset_contains: xlayer_Bytes + initialRelayerFeeAsset_not_contains: xlayer_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -169639,16 +167338,16 @@ input stagingarbitrumone_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingarbitrumone_Bytes - txOrigin_not: stagingarbitrumone_Bytes - txOrigin_gt: stagingarbitrumone_Bytes - txOrigin_lt: stagingarbitrumone_Bytes - txOrigin_gte: stagingarbitrumone_Bytes - txOrigin_lte: stagingarbitrumone_Bytes - txOrigin_in: [stagingarbitrumone_Bytes!] - txOrigin_not_in: [stagingarbitrumone_Bytes!] - txOrigin_contains: stagingarbitrumone_Bytes - txOrigin_not_contains: stagingarbitrumone_Bytes + txOrigin: xlayer_Bytes + txOrigin_not: xlayer_Bytes + txOrigin_gt: xlayer_Bytes + txOrigin_lt: xlayer_Bytes + txOrigin_gte: xlayer_Bytes + txOrigin_lte: xlayer_Bytes + txOrigin_in: [xlayer_Bytes!] + txOrigin_not_in: [xlayer_Bytes!] + txOrigin_contains: xlayer_Bytes + txOrigin_not_contains: xlayer_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -169658,12 +167357,12 @@ input stagingarbitrumone_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_OriginTransfer_filter] - or: [stagingarbitrumone_OriginTransfer_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_OriginTransfer_filter] + or: [xlayer_OriginTransfer_filter] } -enum stagingarbitrumone_OriginTransfer_orderBy { +enum xlayer_OriginTransfer_orderBy { id chainId transferId @@ -169716,20 +167415,20 @@ enum stagingarbitrumone_OriginTransfer_orderBy { txNonce } -type stagingarbitrumone_Relayer { +type xlayer_Relayer { id: ID! isActive: Boolean! - relayer: stagingarbitrumone_Bytes + relayer: xlayer_Bytes } -type stagingarbitrumone_RelayerFee { +type xlayer_RelayerFee { id: ID! - transfer: stagingarbitrumone_OriginTransfer! + transfer: xlayer_OriginTransfer! fee: BigInt! - asset: stagingarbitrumone_Bytes! + asset: xlayer_Bytes! } -input stagingarbitrumone_RelayerFee_filter { +input xlayer_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -169758,7 +167457,7 @@ input stagingarbitrumone_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumone_OriginTransfer_filter + transfer_: xlayer_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -169767,23 +167466,23 @@ input stagingarbitrumone_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingarbitrumone_Bytes - asset_not: stagingarbitrumone_Bytes - asset_gt: stagingarbitrumone_Bytes - asset_lt: stagingarbitrumone_Bytes - asset_gte: stagingarbitrumone_Bytes - asset_lte: stagingarbitrumone_Bytes - asset_in: [stagingarbitrumone_Bytes!] - asset_not_in: [stagingarbitrumone_Bytes!] - asset_contains: stagingarbitrumone_Bytes - asset_not_contains: stagingarbitrumone_Bytes + asset: xlayer_Bytes + asset_not: xlayer_Bytes + asset_gt: xlayer_Bytes + asset_lt: xlayer_Bytes + asset_gte: xlayer_Bytes + asset_lte: xlayer_Bytes + asset_in: [xlayer_Bytes!] + asset_not_in: [xlayer_Bytes!] + asset_contains: xlayer_Bytes + asset_not_contains: xlayer_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RelayerFee_filter] - or: [stagingarbitrumone_RelayerFee_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RelayerFee_filter] + or: [xlayer_RelayerFee_filter] } -enum stagingarbitrumone_RelayerFee_orderBy { +enum xlayer_RelayerFee_orderBy { id transfer transfer__id @@ -169819,20 +167518,20 @@ enum stagingarbitrumone_RelayerFee_orderBy { asset } -type stagingarbitrumone_RelayerFeesIncrease { +type xlayer_RelayerFeesIncrease { id: ID! - transfer: stagingarbitrumone_OriginTransfer! + transfer: xlayer_OriginTransfer! increase: BigInt - asset: stagingarbitrumone_Bytes - caller: stagingarbitrumone_Bytes! - transactionHash: stagingarbitrumone_Bytes! + asset: xlayer_Bytes + caller: xlayer_Bytes! + transactionHash: xlayer_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumone_RelayerFeesIncrease_filter { +input xlayer_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -169858,48 +167557,48 @@ input stagingarbitrumone_RelayerFeesIncrease_filter { 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_: stagingarbitrumone_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: stagingarbitrumone_Bytes - asset_not: stagingarbitrumone_Bytes - asset_gt: stagingarbitrumone_Bytes - asset_lt: stagingarbitrumone_Bytes - asset_gte: stagingarbitrumone_Bytes - asset_lte: stagingarbitrumone_Bytes - asset_in: [stagingarbitrumone_Bytes!] - asset_not_in: [stagingarbitrumone_Bytes!] - asset_contains: stagingarbitrumone_Bytes - asset_not_contains: stagingarbitrumone_Bytes - caller: stagingarbitrumone_Bytes - caller_not: stagingarbitrumone_Bytes - caller_gt: stagingarbitrumone_Bytes - caller_lt: stagingarbitrumone_Bytes - caller_gte: stagingarbitrumone_Bytes - caller_lte: stagingarbitrumone_Bytes - caller_in: [stagingarbitrumone_Bytes!] - caller_not_in: [stagingarbitrumone_Bytes!] - caller_contains: stagingarbitrumone_Bytes - caller_not_contains: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes - transactionHash_not: stagingarbitrumone_Bytes - transactionHash_gt: stagingarbitrumone_Bytes - transactionHash_lt: stagingarbitrumone_Bytes - transactionHash_gte: stagingarbitrumone_Bytes - transactionHash_lte: stagingarbitrumone_Bytes - transactionHash_in: [stagingarbitrumone_Bytes!] - transactionHash_not_in: [stagingarbitrumone_Bytes!] - transactionHash_contains: stagingarbitrumone_Bytes - transactionHash_not_contains: stagingarbitrumone_Bytes + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: xlayer_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: xlayer_Bytes + asset_not: xlayer_Bytes + asset_gt: xlayer_Bytes + asset_lt: xlayer_Bytes + asset_gte: xlayer_Bytes + asset_lte: xlayer_Bytes + asset_in: [xlayer_Bytes!] + asset_not_in: [xlayer_Bytes!] + asset_contains: xlayer_Bytes + asset_not_contains: xlayer_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -169933,12 +167632,12 @@ input stagingarbitrumone_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RelayerFeesIncrease_filter] - or: [stagingarbitrumone_RelayerFeesIncrease_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RelayerFeesIncrease_filter] + or: [xlayer_RelayerFeesIncrease_filter] } -enum stagingarbitrumone_RelayerFeesIncrease_orderBy { +enum xlayer_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -169980,7 +167679,7 @@ enum stagingarbitrumone_RelayerFeesIncrease_orderBy { blockNumber } -input stagingarbitrumone_Relayer_filter { +input xlayer_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -169993,34 +167692,34 @@ input stagingarbitrumone_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingarbitrumone_Bytes - relayer_not: stagingarbitrumone_Bytes - relayer_gt: stagingarbitrumone_Bytes - relayer_lt: stagingarbitrumone_Bytes - relayer_gte: stagingarbitrumone_Bytes - relayer_lte: stagingarbitrumone_Bytes - relayer_in: [stagingarbitrumone_Bytes!] - relayer_not_in: [stagingarbitrumone_Bytes!] - relayer_contains: stagingarbitrumone_Bytes - relayer_not_contains: stagingarbitrumone_Bytes + relayer: xlayer_Bytes + relayer_not: xlayer_Bytes + relayer_gt: xlayer_Bytes + relayer_lt: xlayer_Bytes + relayer_gte: xlayer_Bytes + relayer_lte: xlayer_Bytes + relayer_in: [xlayer_Bytes!] + relayer_not_in: [xlayer_Bytes!] + relayer_contains: xlayer_Bytes + relayer_not_contains: xlayer_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Relayer_filter] - or: [stagingarbitrumone_Relayer_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Relayer_filter] + or: [xlayer_Relayer_filter] } -enum stagingarbitrumone_Relayer_orderBy { +enum xlayer_Relayer_orderBy { id isActive relayer } -type stagingarbitrumone_RootCount { +type xlayer_RootCount { id: ID! count: BigInt } -input stagingarbitrumone_RootCount_filter { +input xlayer_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -170038,31 +167737,31 @@ input stagingarbitrumone_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RootCount_filter] - or: [stagingarbitrumone_RootCount_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RootCount_filter] + or: [xlayer_RootCount_filter] } -enum stagingarbitrumone_RootCount_orderBy { +enum xlayer_RootCount_orderBy { id count } -type stagingarbitrumone_RootMessageSent { +type xlayer_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingarbitrumone_Bytes + root: xlayer_Bytes count: BigInt - caller: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes + caller: xlayer_Bytes + transactionHash: xlayer_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingarbitrumone_RootMessageSent_filter { +input xlayer_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -170087,16 +167786,16 @@ input stagingarbitrumone_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingarbitrumone_Bytes - root_not: stagingarbitrumone_Bytes - root_gt: stagingarbitrumone_Bytes - root_lt: stagingarbitrumone_Bytes - root_gte: stagingarbitrumone_Bytes - root_lte: stagingarbitrumone_Bytes - root_in: [stagingarbitrumone_Bytes!] - root_not_in: [stagingarbitrumone_Bytes!] - root_contains: stagingarbitrumone_Bytes - root_not_contains: stagingarbitrumone_Bytes + root: xlayer_Bytes + root_not: xlayer_Bytes + root_gt: xlayer_Bytes + root_lt: xlayer_Bytes + root_gte: xlayer_Bytes + root_lte: xlayer_Bytes + root_in: [xlayer_Bytes!] + root_not_in: [xlayer_Bytes!] + root_contains: xlayer_Bytes + root_not_contains: xlayer_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -170105,26 +167804,26 @@ input stagingarbitrumone_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingarbitrumone_Bytes - caller_not: stagingarbitrumone_Bytes - caller_gt: stagingarbitrumone_Bytes - caller_lt: stagingarbitrumone_Bytes - caller_gte: stagingarbitrumone_Bytes - caller_lte: stagingarbitrumone_Bytes - caller_in: [stagingarbitrumone_Bytes!] - caller_not_in: [stagingarbitrumone_Bytes!] - caller_contains: stagingarbitrumone_Bytes - caller_not_contains: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes - transactionHash_not: stagingarbitrumone_Bytes - transactionHash_gt: stagingarbitrumone_Bytes - transactionHash_lt: stagingarbitrumone_Bytes - transactionHash_gte: stagingarbitrumone_Bytes - transactionHash_lte: stagingarbitrumone_Bytes - transactionHash_in: [stagingarbitrumone_Bytes!] - transactionHash_not_in: [stagingarbitrumone_Bytes!] - transactionHash_contains: stagingarbitrumone_Bytes - transactionHash_not_contains: stagingarbitrumone_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -170158,12 +167857,12 @@ input stagingarbitrumone_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RootMessageSent_filter] - or: [stagingarbitrumone_RootMessageSent_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RootMessageSent_filter] + or: [xlayer_RootMessageSent_filter] } -enum stagingarbitrumone_RootMessageSent_orderBy { +enum xlayer_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -170177,25 +167876,25 @@ enum stagingarbitrumone_RootMessageSent_orderBy { blockNumber } -type stagingarbitrumone_Router { +type xlayer_Router { id: ID! isActive: Boolean! - owner: stagingarbitrumone_Bytes - recipient: stagingarbitrumone_Bytes - proposedOwner: stagingarbitrumone_Bytes + owner: xlayer_Bytes + recipient: xlayer_Bytes + proposedOwner: xlayer_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_AssetBalance_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_AssetBalance_filter): [stagingarbitrumone_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: xlayer_AssetBalance_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_AssetBalance_filter): [xlayer_AssetBalance!]! } -type stagingarbitrumone_RouterDailyTVL { +type xlayer_RouterDailyTVL { id: ID! - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! + router: xlayer_Router! + asset: xlayer_Asset! timestamp: BigInt! balance: BigInt! } -input stagingarbitrumone_RouterDailyTVL_filter { +input xlayer_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -170224,7 +167923,7 @@ input stagingarbitrumone_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingarbitrumone_Router_filter + router_: xlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -170245,7 +167944,7 @@ input stagingarbitrumone_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumone_Asset_filter + asset_: xlayer_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -170263,12 +167962,12 @@ input stagingarbitrumone_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RouterDailyTVL_filter] - or: [stagingarbitrumone_RouterDailyTVL_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RouterDailyTVL_filter] + or: [xlayer_RouterDailyTVL_filter] } -enum stagingarbitrumone_RouterDailyTVL_orderBy { +enum xlayer_RouterDailyTVL_orderBy { id router router__id @@ -170291,26 +167990,26 @@ enum stagingarbitrumone_RouterDailyTVL_orderBy { balance } -type stagingarbitrumone_RouterLiquidityEvent { +type xlayer_RouterLiquidityEvent { id: ID! - type: stagingarbitrumone_RouterLiquidityEventType - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! + type: xlayer_RouterLiquidityEventType + router: xlayer_Router! + asset: xlayer_Asset! amount: BigInt! balance: BigInt! - caller: stagingarbitrumone_Bytes + caller: xlayer_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingarbitrumone_Bytes! + transactionHash: xlayer_Bytes! nonce: BigInt! } -enum stagingarbitrumone_RouterLiquidityEventType { +enum xlayer_RouterLiquidityEventType { Add Remove } -input stagingarbitrumone_RouterLiquidityEvent_filter { +input xlayer_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -170319,10 +168018,10 @@ input stagingarbitrumone_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingarbitrumone_RouterLiquidityEventType - type_not: stagingarbitrumone_RouterLiquidityEventType - type_in: [stagingarbitrumone_RouterLiquidityEventType!] - type_not_in: [stagingarbitrumone_RouterLiquidityEventType!] + type: xlayer_RouterLiquidityEventType + type_not: xlayer_RouterLiquidityEventType + type_in: [xlayer_RouterLiquidityEventType!] + type_not_in: [xlayer_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -170343,7 +168042,7 @@ input stagingarbitrumone_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingarbitrumone_Router_filter + router_: xlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -170364,7 +168063,7 @@ input stagingarbitrumone_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingarbitrumone_Asset_filter + asset_: xlayer_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -170381,16 +168080,16 @@ input stagingarbitrumone_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingarbitrumone_Bytes - caller_not: stagingarbitrumone_Bytes - caller_gt: stagingarbitrumone_Bytes - caller_lt: stagingarbitrumone_Bytes - caller_gte: stagingarbitrumone_Bytes - caller_lte: stagingarbitrumone_Bytes - caller_in: [stagingarbitrumone_Bytes!] - caller_not_in: [stagingarbitrumone_Bytes!] - caller_contains: stagingarbitrumone_Bytes - caller_not_contains: stagingarbitrumone_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -170407,16 +168106,16 @@ input stagingarbitrumone_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingarbitrumone_Bytes - transactionHash_not: stagingarbitrumone_Bytes - transactionHash_gt: stagingarbitrumone_Bytes - transactionHash_lt: stagingarbitrumone_Bytes - transactionHash_gte: stagingarbitrumone_Bytes - transactionHash_lte: stagingarbitrumone_Bytes - transactionHash_in: [stagingarbitrumone_Bytes!] - transactionHash_not_in: [stagingarbitrumone_Bytes!] - transactionHash_contains: stagingarbitrumone_Bytes - transactionHash_not_contains: stagingarbitrumone_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -170426,12 +168125,12 @@ input stagingarbitrumone_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RouterLiquidityEvent_filter] - or: [stagingarbitrumone_RouterLiquidityEvent_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RouterLiquidityEvent_filter] + or: [xlayer_RouterLiquidityEvent_filter] } -enum stagingarbitrumone_RouterLiquidityEvent_orderBy { +enum xlayer_RouterLiquidityEvent_orderBy { id type router @@ -170460,7 +168159,7 @@ enum stagingarbitrumone_RouterLiquidityEvent_orderBy { nonce } -input stagingarbitrumone_Router_filter { +input xlayer_Router_filter { id: ID id_not: ID id_gt: ID @@ -170473,36 +168172,36 @@ input stagingarbitrumone_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingarbitrumone_Bytes - owner_not: stagingarbitrumone_Bytes - owner_gt: stagingarbitrumone_Bytes - owner_lt: stagingarbitrumone_Bytes - owner_gte: stagingarbitrumone_Bytes - owner_lte: stagingarbitrumone_Bytes - owner_in: [stagingarbitrumone_Bytes!] - owner_not_in: [stagingarbitrumone_Bytes!] - owner_contains: stagingarbitrumone_Bytes - owner_not_contains: stagingarbitrumone_Bytes - recipient: stagingarbitrumone_Bytes - recipient_not: stagingarbitrumone_Bytes - recipient_gt: stagingarbitrumone_Bytes - recipient_lt: stagingarbitrumone_Bytes - recipient_gte: stagingarbitrumone_Bytes - recipient_lte: stagingarbitrumone_Bytes - recipient_in: [stagingarbitrumone_Bytes!] - recipient_not_in: [stagingarbitrumone_Bytes!] - recipient_contains: stagingarbitrumone_Bytes - recipient_not_contains: stagingarbitrumone_Bytes - proposedOwner: stagingarbitrumone_Bytes - proposedOwner_not: stagingarbitrumone_Bytes - proposedOwner_gt: stagingarbitrumone_Bytes - proposedOwner_lt: stagingarbitrumone_Bytes - proposedOwner_gte: stagingarbitrumone_Bytes - proposedOwner_lte: stagingarbitrumone_Bytes - proposedOwner_in: [stagingarbitrumone_Bytes!] - proposedOwner_not_in: [stagingarbitrumone_Bytes!] - proposedOwner_contains: stagingarbitrumone_Bytes - proposedOwner_not_contains: stagingarbitrumone_Bytes + owner: xlayer_Bytes + owner_not: xlayer_Bytes + owner_gt: xlayer_Bytes + owner_lt: xlayer_Bytes + owner_gte: xlayer_Bytes + owner_lte: xlayer_Bytes + owner_in: [xlayer_Bytes!] + owner_not_in: [xlayer_Bytes!] + owner_contains: xlayer_Bytes + owner_not_contains: xlayer_Bytes + recipient: xlayer_Bytes + recipient_not: xlayer_Bytes + recipient_gt: xlayer_Bytes + recipient_lt: xlayer_Bytes + recipient_gte: xlayer_Bytes + recipient_lte: xlayer_Bytes + recipient_in: [xlayer_Bytes!] + recipient_not_in: [xlayer_Bytes!] + recipient_contains: xlayer_Bytes + recipient_not_contains: xlayer_Bytes + proposedOwner: xlayer_Bytes + proposedOwner_not: xlayer_Bytes + proposedOwner_gt: xlayer_Bytes + proposedOwner_lt: xlayer_Bytes + proposedOwner_gte: xlayer_Bytes + proposedOwner_lte: xlayer_Bytes + proposedOwner_in: [xlayer_Bytes!] + proposedOwner_not_in: [xlayer_Bytes!] + proposedOwner_contains: xlayer_Bytes + proposedOwner_not_contains: xlayer_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -170511,14 +168210,14 @@ input stagingarbitrumone_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingarbitrumone_AssetBalance_filter + assetBalances_: xlayer_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Router_filter] - or: [stagingarbitrumone_Router_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Router_filter] + or: [xlayer_Router_filter] } -enum stagingarbitrumone_Router_orderBy { +enum xlayer_Router_orderBy { id isActive owner @@ -170528,13 +168227,13 @@ enum stagingarbitrumone_Router_orderBy { assetBalances } -type stagingarbitrumone_Sequencer { +type xlayer_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingarbitrumone_Bytes + sequencer: xlayer_Bytes } -input stagingarbitrumone_Sequencer_filter { +input xlayer_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -170547,35 +168246,35 @@ input stagingarbitrumone_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingarbitrumone_Bytes - sequencer_not: stagingarbitrumone_Bytes - sequencer_gt: stagingarbitrumone_Bytes - sequencer_lt: stagingarbitrumone_Bytes - sequencer_gte: stagingarbitrumone_Bytes - sequencer_lte: stagingarbitrumone_Bytes - sequencer_in: [stagingarbitrumone_Bytes!] - sequencer_not_in: [stagingarbitrumone_Bytes!] - sequencer_contains: stagingarbitrumone_Bytes - sequencer_not_contains: stagingarbitrumone_Bytes + sequencer: xlayer_Bytes + sequencer_not: xlayer_Bytes + sequencer_gt: xlayer_Bytes + sequencer_lt: xlayer_Bytes + sequencer_gte: xlayer_Bytes + sequencer_lte: xlayer_Bytes + sequencer_in: [xlayer_Bytes!] + sequencer_not_in: [xlayer_Bytes!] + sequencer_contains: xlayer_Bytes + sequencer_not_contains: xlayer_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Sequencer_filter] - or: [stagingarbitrumone_Sequencer_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Sequencer_filter] + or: [xlayer_Sequencer_filter] } -enum stagingarbitrumone_Sequencer_orderBy { +enum xlayer_Sequencer_orderBy { id isActive sequencer } -type stagingarbitrumone_Setting { +type xlayer_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingarbitrumone_Bytes! + caller: xlayer_Bytes! } -input stagingarbitrumone_Setting_filter { +input xlayer_Setting_filter { id: ID id_not: ID id_gt: ID @@ -170592,41 +168291,41 @@ input stagingarbitrumone_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingarbitrumone_Bytes - caller_not: stagingarbitrumone_Bytes - caller_gt: stagingarbitrumone_Bytes - caller_lt: stagingarbitrumone_Bytes - caller_gte: stagingarbitrumone_Bytes - caller_lte: stagingarbitrumone_Bytes - caller_in: [stagingarbitrumone_Bytes!] - caller_not_in: [stagingarbitrumone_Bytes!] - caller_contains: stagingarbitrumone_Bytes - caller_not_contains: stagingarbitrumone_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Setting_filter] - or: [stagingarbitrumone_Setting_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Setting_filter] + or: [xlayer_Setting_filter] } -enum stagingarbitrumone_Setting_orderBy { +enum xlayer_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingarbitrumone_SlippageUpdate { +type xlayer_SlippageUpdate { id: ID! - transfer: stagingarbitrumone_DestinationTransfer! + transfer: xlayer_DestinationTransfer! slippage: BigInt! - caller: stagingarbitrumone_Bytes! - transactionHash: stagingarbitrumone_Bytes! + caller: xlayer_Bytes! + transactionHash: xlayer_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumone_SlippageUpdate_filter { +input xlayer_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -170655,7 +168354,7 @@ input stagingarbitrumone_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumone_DestinationTransfer_filter + transfer_: xlayer_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -170664,26 +168363,26 @@ input stagingarbitrumone_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingarbitrumone_Bytes - caller_not: stagingarbitrumone_Bytes - caller_gt: stagingarbitrumone_Bytes - caller_lt: stagingarbitrumone_Bytes - caller_gte: stagingarbitrumone_Bytes - caller_lte: stagingarbitrumone_Bytes - caller_in: [stagingarbitrumone_Bytes!] - caller_not_in: [stagingarbitrumone_Bytes!] - caller_contains: stagingarbitrumone_Bytes - caller_not_contains: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes - transactionHash_not: stagingarbitrumone_Bytes - transactionHash_gt: stagingarbitrumone_Bytes - transactionHash_lt: stagingarbitrumone_Bytes - transactionHash_gte: stagingarbitrumone_Bytes - transactionHash_lte: stagingarbitrumone_Bytes - transactionHash_in: [stagingarbitrumone_Bytes!] - transactionHash_not_in: [stagingarbitrumone_Bytes!] - transactionHash_contains: stagingarbitrumone_Bytes - transactionHash_not_contains: stagingarbitrumone_Bytes + caller: xlayer_Bytes + caller_not: xlayer_Bytes + caller_gt: xlayer_Bytes + caller_lt: xlayer_Bytes + caller_gte: xlayer_Bytes + caller_lte: xlayer_Bytes + caller_in: [xlayer_Bytes!] + caller_not_in: [xlayer_Bytes!] + caller_contains: xlayer_Bytes + caller_not_contains: xlayer_Bytes + transactionHash: xlayer_Bytes + transactionHash_not: xlayer_Bytes + transactionHash_gt: xlayer_Bytes + transactionHash_lt: xlayer_Bytes + transactionHash_gte: xlayer_Bytes + transactionHash_lte: xlayer_Bytes + transactionHash_in: [xlayer_Bytes!] + transactionHash_not_in: [xlayer_Bytes!] + transactionHash_contains: xlayer_Bytes + transactionHash_not_contains: xlayer_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -170717,12 +168416,12 @@ input stagingarbitrumone_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_SlippageUpdate_filter] - or: [stagingarbitrumone_SlippageUpdate_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_SlippageUpdate_filter] + or: [xlayer_SlippageUpdate_filter] } -enum stagingarbitrumone_SlippageUpdate_orderBy { +enum xlayer_SlippageUpdate_orderBy { id transfer transfer__id @@ -170770,16 +168469,16 @@ enum stagingarbitrumone_SlippageUpdate_orderBy { blockNumber } -type stagingarbitrumone_SnapshotRoot { +type xlayer_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingarbitrumone_Bytes! + root: xlayer_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingarbitrumone_SnapshotRoot_filter { +input xlayer_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -170796,16 +168495,16 @@ input stagingarbitrumone_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingarbitrumone_Bytes - root_not: stagingarbitrumone_Bytes - root_gt: stagingarbitrumone_Bytes - root_lt: stagingarbitrumone_Bytes - root_gte: stagingarbitrumone_Bytes - root_lte: stagingarbitrumone_Bytes - root_in: [stagingarbitrumone_Bytes!] - root_not_in: [stagingarbitrumone_Bytes!] - root_contains: stagingarbitrumone_Bytes - root_not_contains: stagingarbitrumone_Bytes + root: xlayer_Bytes + root_not: xlayer_Bytes + root_gt: xlayer_Bytes + root_lt: xlayer_Bytes + root_gte: xlayer_Bytes + root_lte: xlayer_Bytes + root_in: [xlayer_Bytes!] + root_not_in: [xlayer_Bytes!] + root_contains: xlayer_Bytes + root_not_contains: xlayer_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -170831,12 +168530,12 @@ input stagingarbitrumone_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_SnapshotRoot_filter] - or: [stagingarbitrumone_SnapshotRoot_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_SnapshotRoot_filter] + or: [xlayer_SnapshotRoot_filter] } -enum stagingarbitrumone_SnapshotRoot_orderBy { +enum xlayer_SnapshotRoot_orderBy { id spokeDomain root @@ -170845,12 +168544,12 @@ enum stagingarbitrumone_SnapshotRoot_orderBy { blockNumber } -type stagingarbitrumone_SpokeConnectorMode { +type xlayer_SpokeConnectorMode { id: ID! mode: String! } -input stagingarbitrumone_SpokeConnectorMode_filter { +input xlayer_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -170880,17 +168579,17 @@ input stagingarbitrumone_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_SpokeConnectorMode_filter] - or: [stagingarbitrumone_SpokeConnectorMode_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_SpokeConnectorMode_filter] + or: [xlayer_SpokeConnectorMode_filter] } -enum stagingarbitrumone_SpokeConnectorMode_orderBy { +enum xlayer_SpokeConnectorMode_orderBy { id mode } -enum stagingarbitrumone_TransferStatus { +enum xlayer_TransferStatus { XCalled Executed Reconciled @@ -170898,19 +168597,17 @@ enum stagingarbitrumone_TransferStatus { CompletedFast } -type stagingarbitrumone__Block_ { +type xlayer__Block_ { """The hash of the block""" - hash: stagingarbitrumone_Bytes + hash: xlayer_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: stagingarbitrumone_Bytes } """The type for the top-level _meta field""" -type stagingarbitrumone__Meta_ { +type xlayer__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -170918,22 +168615,22 @@ type stagingarbitrumone__Meta_ { and therefore asks for the latest block """ - block: stagingarbitrumone__Block_! + block: xlayer__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingpolygonzkevm_AggregateRoot { +type bnb_AggregateRoot { id: ID! - root: stagingpolygonzkevm_Bytes! + root: bnb_Bytes! blockNumber: BigInt! } -type stagingpolygonzkevm_AggregateRootProposed { +type bnb_AggregateRootProposed { id: ID! - aggregateRoot: stagingpolygonzkevm_Bytes! + aggregateRoot: bnb_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -170941,7 +168638,7 @@ type stagingpolygonzkevm_AggregateRootProposed { blockNumber: BigInt } -input stagingpolygonzkevm_AggregateRootProposed_filter { +input bnb_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -170950,16 +168647,16 @@ input stagingpolygonzkevm_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingpolygonzkevm_Bytes - aggregateRoot_not: stagingpolygonzkevm_Bytes - aggregateRoot_gt: stagingpolygonzkevm_Bytes - aggregateRoot_lt: stagingpolygonzkevm_Bytes - aggregateRoot_gte: stagingpolygonzkevm_Bytes - aggregateRoot_lte: stagingpolygonzkevm_Bytes - aggregateRoot_in: [stagingpolygonzkevm_Bytes!] - aggregateRoot_not_in: [stagingpolygonzkevm_Bytes!] - aggregateRoot_contains: stagingpolygonzkevm_Bytes - aggregateRoot_not_contains: stagingpolygonzkevm_Bytes + aggregateRoot: bnb_Bytes + aggregateRoot_not: bnb_Bytes + aggregateRoot_gt: bnb_Bytes + aggregateRoot_lt: bnb_Bytes + aggregateRoot_gte: bnb_Bytes + aggregateRoot_lte: bnb_Bytes + aggregateRoot_in: [bnb_Bytes!] + aggregateRoot_not_in: [bnb_Bytes!] + aggregateRoot_contains: bnb_Bytes + aggregateRoot_not_contains: bnb_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -171001,12 +168698,12 @@ input stagingpolygonzkevm_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_AggregateRootProposed_filter] - or: [stagingpolygonzkevm_AggregateRootProposed_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AggregateRootProposed_filter] + or: [bnb_AggregateRootProposed_filter] } -enum stagingpolygonzkevm_AggregateRootProposed_orderBy { +enum bnb_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -171016,7 +168713,7 @@ enum stagingpolygonzkevm_AggregateRootProposed_orderBy { blockNumber } -input stagingpolygonzkevm_AggregateRoot_filter { +input bnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -171025,16 +168722,16 @@ input stagingpolygonzkevm_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingpolygonzkevm_Bytes - root_not: stagingpolygonzkevm_Bytes - root_gt: stagingpolygonzkevm_Bytes - root_lt: stagingpolygonzkevm_Bytes - root_gte: stagingpolygonzkevm_Bytes - root_lte: stagingpolygonzkevm_Bytes - root_in: [stagingpolygonzkevm_Bytes!] - root_not_in: [stagingpolygonzkevm_Bytes!] - root_contains: stagingpolygonzkevm_Bytes - root_not_contains: stagingpolygonzkevm_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 @@ -171044,47 +168741,42 @@ input stagingpolygonzkevm_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_AggregateRoot_filter] - or: [stagingpolygonzkevm_AggregateRoot_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AggregateRoot_filter] + or: [bnb_AggregateRoot_filter] } -enum stagingpolygonzkevm_AggregateRoot_orderBy { +enum bnb_AggregateRoot_orderBy { id root blockNumber } -enum stagingpolygonzkevm_Aggregation_interval { - hour - day -} - -type stagingpolygonzkevm_Asset { +type bnb_Asset { id: ID! - key: stagingpolygonzkevm_Bytes + key: bnb_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingpolygonzkevm_Bytes + canonicalId: bnb_Bytes canonicalDomain: BigInt - adoptedAsset: stagingpolygonzkevm_Bytes - localAsset: stagingpolygonzkevm_Bytes + adoptedAsset: bnb_Bytes + localAsset: bnb_Bytes blockNumber: BigInt - status: stagingpolygonzkevm_AssetStatus + status: bnb_AssetStatus } -type stagingpolygonzkevm_AssetBalance { +type bnb_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! + router: bnb_Router! + asset: bnb_Asset! feesEarned: BigInt! } -input stagingpolygonzkevm_AssetBalance_filter { +input bnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -171145,7 +168837,7 @@ input stagingpolygonzkevm_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingpolygonzkevm_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -171166,7 +168858,7 @@ input stagingpolygonzkevm_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygonzkevm_Asset_filter + asset_: bnb_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -171176,12 +168868,12 @@ input stagingpolygonzkevm_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_AssetBalance_filter] - or: [stagingpolygonzkevm_AssetBalance_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AssetBalance_filter] + or: [bnb_AssetBalance_filter] } -enum stagingpolygonzkevm_AssetBalance_orderBy { +enum bnb_AssetBalance_orderBy { id amount locked @@ -171207,12 +168899,12 @@ enum stagingpolygonzkevm_AssetBalance_orderBy { feesEarned } -type stagingpolygonzkevm_AssetStatus { +type bnb_AssetStatus { id: ID! status: Boolean } -input stagingpolygonzkevm_AssetStatus_filter { +input bnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -171226,17 +168918,17 @@ input stagingpolygonzkevm_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_AssetStatus_filter] - or: [stagingpolygonzkevm_AssetStatus_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_AssetStatus_filter] + or: [bnb_AssetStatus_filter] } -enum stagingpolygonzkevm_AssetStatus_orderBy { +enum bnb_AssetStatus_orderBy { id status } -input stagingpolygonzkevm_Asset_filter { +input bnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -171245,16 +168937,16 @@ input stagingpolygonzkevm_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingpolygonzkevm_Bytes - key_not: stagingpolygonzkevm_Bytes - key_gt: stagingpolygonzkevm_Bytes - key_lt: stagingpolygonzkevm_Bytes - key_gte: stagingpolygonzkevm_Bytes - key_lte: stagingpolygonzkevm_Bytes - key_in: [stagingpolygonzkevm_Bytes!] - key_not_in: [stagingpolygonzkevm_Bytes!] - key_contains: stagingpolygonzkevm_Bytes - key_not_contains: stagingpolygonzkevm_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 @@ -171271,16 +168963,16 @@ input stagingpolygonzkevm_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingpolygonzkevm_Bytes - canonicalId_not: stagingpolygonzkevm_Bytes - canonicalId_gt: stagingpolygonzkevm_Bytes - canonicalId_lt: stagingpolygonzkevm_Bytes - canonicalId_gte: stagingpolygonzkevm_Bytes - canonicalId_lte: stagingpolygonzkevm_Bytes - canonicalId_in: [stagingpolygonzkevm_Bytes!] - canonicalId_not_in: [stagingpolygonzkevm_Bytes!] - canonicalId_contains: stagingpolygonzkevm_Bytes - canonicalId_not_contains: stagingpolygonzkevm_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 @@ -171289,26 +168981,26 @@ input stagingpolygonzkevm_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingpolygonzkevm_Bytes - adoptedAsset_not: stagingpolygonzkevm_Bytes - adoptedAsset_gt: stagingpolygonzkevm_Bytes - adoptedAsset_lt: stagingpolygonzkevm_Bytes - adoptedAsset_gte: stagingpolygonzkevm_Bytes - adoptedAsset_lte: stagingpolygonzkevm_Bytes - adoptedAsset_in: [stagingpolygonzkevm_Bytes!] - adoptedAsset_not_in: [stagingpolygonzkevm_Bytes!] - adoptedAsset_contains: stagingpolygonzkevm_Bytes - adoptedAsset_not_contains: stagingpolygonzkevm_Bytes - localAsset: stagingpolygonzkevm_Bytes - localAsset_not: stagingpolygonzkevm_Bytes - localAsset_gt: stagingpolygonzkevm_Bytes - localAsset_lt: stagingpolygonzkevm_Bytes - localAsset_gte: stagingpolygonzkevm_Bytes - localAsset_lte: stagingpolygonzkevm_Bytes - localAsset_in: [stagingpolygonzkevm_Bytes!] - localAsset_not_in: [stagingpolygonzkevm_Bytes!] - localAsset_contains: stagingpolygonzkevm_Bytes - localAsset_not_contains: stagingpolygonzkevm_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 @@ -171337,14 +169029,14 @@ input stagingpolygonzkevm_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingpolygonzkevm_AssetStatus_filter + status_: bnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Asset_filter] - or: [stagingpolygonzkevm_Asset_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Asset_filter] + or: [bnb_Asset_filter] } -enum stagingpolygonzkevm_Asset_orderBy { +enum bnb_Asset_orderBy { id key decimal @@ -171359,30 +169051,30 @@ enum stagingpolygonzkevm_Asset_orderBy { status__status } -scalar stagingpolygonzkevm_BigDecimal +scalar bnb_BigDecimal -input stagingpolygonzkevm_BlockChangedFilter { +input bnb_BlockChangedFilter { number_gte: Int! } -input stagingpolygonzkevm_Block_height { - hash: stagingpolygonzkevm_Bytes +input bnb_Block_height { + hash: bnb_Bytes number: Int number_gte: Int } -scalar stagingpolygonzkevm_Bytes +scalar bnb_Bytes -type stagingpolygonzkevm_ConnectorMeta { +type bnb_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingpolygonzkevm_Bytes - rootManager: stagingpolygonzkevm_Bytes - mirrorConnector: stagingpolygonzkevm_Bytes + amb: bnb_Bytes + rootManager: bnb_Bytes + mirrorConnector: bnb_Bytes } -input stagingpolygonzkevm_ConnectorMeta_filter { +input bnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -171407,43 +169099,43 @@ input stagingpolygonzkevm_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingpolygonzkevm_Bytes - amb_not: stagingpolygonzkevm_Bytes - amb_gt: stagingpolygonzkevm_Bytes - amb_lt: stagingpolygonzkevm_Bytes - amb_gte: stagingpolygonzkevm_Bytes - amb_lte: stagingpolygonzkevm_Bytes - amb_in: [stagingpolygonzkevm_Bytes!] - amb_not_in: [stagingpolygonzkevm_Bytes!] - amb_contains: stagingpolygonzkevm_Bytes - amb_not_contains: stagingpolygonzkevm_Bytes - rootManager: stagingpolygonzkevm_Bytes - rootManager_not: stagingpolygonzkevm_Bytes - rootManager_gt: stagingpolygonzkevm_Bytes - rootManager_lt: stagingpolygonzkevm_Bytes - rootManager_gte: stagingpolygonzkevm_Bytes - rootManager_lte: stagingpolygonzkevm_Bytes - rootManager_in: [stagingpolygonzkevm_Bytes!] - rootManager_not_in: [stagingpolygonzkevm_Bytes!] - rootManager_contains: stagingpolygonzkevm_Bytes - rootManager_not_contains: stagingpolygonzkevm_Bytes - mirrorConnector: stagingpolygonzkevm_Bytes - mirrorConnector_not: stagingpolygonzkevm_Bytes - mirrorConnector_gt: stagingpolygonzkevm_Bytes - mirrorConnector_lt: stagingpolygonzkevm_Bytes - mirrorConnector_gte: stagingpolygonzkevm_Bytes - mirrorConnector_lte: stagingpolygonzkevm_Bytes - mirrorConnector_in: [stagingpolygonzkevm_Bytes!] - mirrorConnector_not_in: [stagingpolygonzkevm_Bytes!] - mirrorConnector_contains: stagingpolygonzkevm_Bytes - mirrorConnector_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_ConnectorMeta_filter] - or: [stagingpolygonzkevm_ConnectorMeta_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_ConnectorMeta_filter] + or: [bnb_ConnectorMeta_filter] } -enum stagingpolygonzkevm_ConnectorMeta_orderBy { +enum bnb_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -171452,48 +169144,48 @@ enum stagingpolygonzkevm_ConnectorMeta_orderBy { mirrorConnector } -type stagingpolygonzkevm_DestinationTransfer { +type bnb_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingpolygonzkevm_Bytes + transferId: bnb_Bytes nonce: BigInt - status: stagingpolygonzkevm_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_Router_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_Router_filter): [stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes - delegate: stagingpolygonzkevm_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: stagingpolygonzkevm_Bytes + callData: bnb_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingpolygonzkevm_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygonzkevm_Bytes - asset: stagingpolygonzkevm_Asset + canonicalId: bnb_Bytes + asset: bnb_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingpolygonzkevm_Bytes - executedTransactionHash: stagingpolygonzkevm_Bytes + executedCaller: bnb_Bytes + executedTransactionHash: bnb_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingpolygonzkevm_Bytes + executedTxOrigin: bnb_Bytes executedTxNonce: BigInt - reconciledCaller: stagingpolygonzkevm_Bytes - reconciledTransactionHash: stagingpolygonzkevm_Bytes + reconciledCaller: bnb_Bytes + reconciledTransactionHash: bnb_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingpolygonzkevm_Bytes + reconciledTxOrigin: bnb_Bytes reconciledTxNonce: BigInt } -input stagingpolygonzkevm_DestinationTransfer_filter { +input bnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -171510,16 +169202,16 @@ input stagingpolygonzkevm_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingpolygonzkevm_Bytes - transferId_not: stagingpolygonzkevm_Bytes - transferId_gt: stagingpolygonzkevm_Bytes - transferId_lt: stagingpolygonzkevm_Bytes - transferId_gte: stagingpolygonzkevm_Bytes - transferId_lte: stagingpolygonzkevm_Bytes - transferId_in: [stagingpolygonzkevm_Bytes!] - transferId_not_in: [stagingpolygonzkevm_Bytes!] - transferId_contains: stagingpolygonzkevm_Bytes - transferId_not_contains: stagingpolygonzkevm_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 @@ -171528,17 +169220,17 @@ input stagingpolygonzkevm_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingpolygonzkevm_TransferStatus - status_not: stagingpolygonzkevm_TransferStatus - status_in: [stagingpolygonzkevm_TransferStatus!] - status_not_in: [stagingpolygonzkevm_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_: stagingpolygonzkevm_Router_filter + routers_: bnb_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -171563,40 +169255,40 @@ input stagingpolygonzkevm_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingpolygonzkevm_Bytes - to_not: stagingpolygonzkevm_Bytes - to_gt: stagingpolygonzkevm_Bytes - to_lt: stagingpolygonzkevm_Bytes - to_gte: stagingpolygonzkevm_Bytes - to_lte: stagingpolygonzkevm_Bytes - to_in: [stagingpolygonzkevm_Bytes!] - to_not_in: [stagingpolygonzkevm_Bytes!] - to_contains: stagingpolygonzkevm_Bytes - to_not_contains: stagingpolygonzkevm_Bytes - delegate: stagingpolygonzkevm_Bytes - delegate_not: stagingpolygonzkevm_Bytes - delegate_gt: stagingpolygonzkevm_Bytes - delegate_lt: stagingpolygonzkevm_Bytes - delegate_gte: stagingpolygonzkevm_Bytes - delegate_lte: stagingpolygonzkevm_Bytes - delegate_in: [stagingpolygonzkevm_Bytes!] - delegate_not_in: [stagingpolygonzkevm_Bytes!] - delegate_contains: stagingpolygonzkevm_Bytes - delegate_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes - callData_not: stagingpolygonzkevm_Bytes - callData_gt: stagingpolygonzkevm_Bytes - callData_lt: stagingpolygonzkevm_Bytes - callData_gte: stagingpolygonzkevm_Bytes - callData_lte: stagingpolygonzkevm_Bytes - callData_in: [stagingpolygonzkevm_Bytes!] - callData_not_in: [stagingpolygonzkevm_Bytes!] - callData_contains: stagingpolygonzkevm_Bytes - callData_not_contains: stagingpolygonzkevm_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 @@ -171613,16 +169305,16 @@ input stagingpolygonzkevm_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingpolygonzkevm_Bytes - originSender_not: stagingpolygonzkevm_Bytes - originSender_gt: stagingpolygonzkevm_Bytes - originSender_lt: stagingpolygonzkevm_Bytes - originSender_gte: stagingpolygonzkevm_Bytes - originSender_lte: stagingpolygonzkevm_Bytes - originSender_in: [stagingpolygonzkevm_Bytes!] - originSender_not_in: [stagingpolygonzkevm_Bytes!] - originSender_contains: stagingpolygonzkevm_Bytes - originSender_not_contains: stagingpolygonzkevm_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 @@ -171639,16 +169331,16 @@ input stagingpolygonzkevm_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingpolygonzkevm_Bytes - canonicalId_not: stagingpolygonzkevm_Bytes - canonicalId_gt: stagingpolygonzkevm_Bytes - canonicalId_lt: stagingpolygonzkevm_Bytes - canonicalId_gte: stagingpolygonzkevm_Bytes - canonicalId_lte: stagingpolygonzkevm_Bytes - canonicalId_in: [stagingpolygonzkevm_Bytes!] - canonicalId_not_in: [stagingpolygonzkevm_Bytes!] - canonicalId_contains: stagingpolygonzkevm_Bytes - canonicalId_not_contains: stagingpolygonzkevm_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 @@ -171669,7 +169361,7 @@ input stagingpolygonzkevm_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygonzkevm_Asset_filter + asset_: bnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -171679,33 +169371,33 @@ input stagingpolygonzkevm_DestinationTransfer_filter { 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: stagingpolygonzkevm_Bytes - executedCaller_not: stagingpolygonzkevm_Bytes - executedCaller_gt: stagingpolygonzkevm_Bytes - executedCaller_lt: stagingpolygonzkevm_Bytes - executedCaller_gte: stagingpolygonzkevm_Bytes - executedCaller_lte: stagingpolygonzkevm_Bytes - executedCaller_in: [stagingpolygonzkevm_Bytes!] - executedCaller_not_in: [stagingpolygonzkevm_Bytes!] - executedCaller_contains: stagingpolygonzkevm_Bytes - executedCaller_not_contains: stagingpolygonzkevm_Bytes - executedTransactionHash: stagingpolygonzkevm_Bytes - executedTransactionHash_not: stagingpolygonzkevm_Bytes - executedTransactionHash_gt: stagingpolygonzkevm_Bytes - executedTransactionHash_lt: stagingpolygonzkevm_Bytes - executedTransactionHash_gte: stagingpolygonzkevm_Bytes - executedTransactionHash_lte: stagingpolygonzkevm_Bytes - executedTransactionHash_in: [stagingpolygonzkevm_Bytes!] - executedTransactionHash_not_in: [stagingpolygonzkevm_Bytes!] - executedTransactionHash_contains: stagingpolygonzkevm_Bytes - executedTransactionHash_not_contains: stagingpolygonzkevm_Bytes + routersFee_not: BigInt + routersFee_gt: BigInt + routersFee_lt: BigInt + routersFee_gte: BigInt + 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 executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -171738,16 +169430,16 @@ input stagingpolygonzkevm_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingpolygonzkevm_Bytes - executedTxOrigin_not: stagingpolygonzkevm_Bytes - executedTxOrigin_gt: stagingpolygonzkevm_Bytes - executedTxOrigin_lt: stagingpolygonzkevm_Bytes - executedTxOrigin_gte: stagingpolygonzkevm_Bytes - executedTxOrigin_lte: stagingpolygonzkevm_Bytes - executedTxOrigin_in: [stagingpolygonzkevm_Bytes!] - executedTxOrigin_not_in: [stagingpolygonzkevm_Bytes!] - executedTxOrigin_contains: stagingpolygonzkevm_Bytes - executedTxOrigin_not_contains: stagingpolygonzkevm_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 @@ -171756,26 +169448,26 @@ input stagingpolygonzkevm_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingpolygonzkevm_Bytes - reconciledCaller_not: stagingpolygonzkevm_Bytes - reconciledCaller_gt: stagingpolygonzkevm_Bytes - reconciledCaller_lt: stagingpolygonzkevm_Bytes - reconciledCaller_gte: stagingpolygonzkevm_Bytes - reconciledCaller_lte: stagingpolygonzkevm_Bytes - reconciledCaller_in: [stagingpolygonzkevm_Bytes!] - reconciledCaller_not_in: [stagingpolygonzkevm_Bytes!] - reconciledCaller_contains: stagingpolygonzkevm_Bytes - reconciledCaller_not_contains: stagingpolygonzkevm_Bytes - reconciledTransactionHash: stagingpolygonzkevm_Bytes - reconciledTransactionHash_not: stagingpolygonzkevm_Bytes - reconciledTransactionHash_gt: stagingpolygonzkevm_Bytes - reconciledTransactionHash_lt: stagingpolygonzkevm_Bytes - reconciledTransactionHash_gte: stagingpolygonzkevm_Bytes - reconciledTransactionHash_lte: stagingpolygonzkevm_Bytes - reconciledTransactionHash_in: [stagingpolygonzkevm_Bytes!] - reconciledTransactionHash_not_in: [stagingpolygonzkevm_Bytes!] - reconciledTransactionHash_contains: stagingpolygonzkevm_Bytes - reconciledTransactionHash_not_contains: stagingpolygonzkevm_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 @@ -171808,16 +169500,16 @@ input stagingpolygonzkevm_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingpolygonzkevm_Bytes - reconciledTxOrigin_not: stagingpolygonzkevm_Bytes - reconciledTxOrigin_gt: stagingpolygonzkevm_Bytes - reconciledTxOrigin_lt: stagingpolygonzkevm_Bytes - reconciledTxOrigin_gte: stagingpolygonzkevm_Bytes - reconciledTxOrigin_lte: stagingpolygonzkevm_Bytes - reconciledTxOrigin_in: [stagingpolygonzkevm_Bytes!] - reconciledTxOrigin_not_in: [stagingpolygonzkevm_Bytes!] - reconciledTxOrigin_contains: stagingpolygonzkevm_Bytes - reconciledTxOrigin_not_contains: stagingpolygonzkevm_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 @@ -171827,12 +169519,12 @@ input stagingpolygonzkevm_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_DestinationTransfer_filter] - or: [stagingpolygonzkevm_DestinationTransfer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_DestinationTransfer_filter] + or: [bnb_DestinationTransfer_filter] } -enum stagingpolygonzkevm_DestinationTransfer_orderBy { +enum bnb_DestinationTransfer_orderBy { id chainId transferId @@ -171886,16 +169578,16 @@ enum stagingpolygonzkevm_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingpolygonzkevm_Int8 +scalar bnb_Int8 -type stagingpolygonzkevm_OptimisticRootFinalized { +type bnb_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingpolygonzkevm_Bytes! + aggregateRoot: bnb_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingpolygonzkevm_OptimisticRootFinalized_filter { +input bnb_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -171904,16 +169596,16 @@ input stagingpolygonzkevm_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingpolygonzkevm_Bytes - aggregateRoot_not: stagingpolygonzkevm_Bytes - aggregateRoot_gt: stagingpolygonzkevm_Bytes - aggregateRoot_lt: stagingpolygonzkevm_Bytes - aggregateRoot_gte: stagingpolygonzkevm_Bytes - aggregateRoot_lte: stagingpolygonzkevm_Bytes - aggregateRoot_in: [stagingpolygonzkevm_Bytes!] - aggregateRoot_not_in: [stagingpolygonzkevm_Bytes!] - aggregateRoot_contains: stagingpolygonzkevm_Bytes - aggregateRoot_not_contains: stagingpolygonzkevm_Bytes + aggregateRoot: bnb_Bytes + aggregateRoot_not: bnb_Bytes + aggregateRoot_gt: bnb_Bytes + aggregateRoot_lt: bnb_Bytes + aggregateRoot_gte: bnb_Bytes + aggregateRoot_lte: bnb_Bytes + aggregateRoot_in: [bnb_Bytes!] + aggregateRoot_not_in: [bnb_Bytes!] + aggregateRoot_contains: bnb_Bytes + aggregateRoot_not_contains: bnb_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -171931,12 +169623,12 @@ input stagingpolygonzkevm_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_OptimisticRootFinalized_filter] - or: [stagingpolygonzkevm_OptimisticRootFinalized_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OptimisticRootFinalized_filter] + or: [bnb_OptimisticRootFinalized_filter] } -enum stagingpolygonzkevm_OptimisticRootFinalized_orderBy { +enum bnb_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -171944,25 +169636,25 @@ enum stagingpolygonzkevm_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingpolygonzkevm_OrderDirection { +enum bnb_OrderDirection { asc desc } -type stagingpolygonzkevm_OriginMessage { +type bnb_OriginMessage { id: ID! - transferId: stagingpolygonzkevm_Bytes + transferId: bnb_Bytes destinationDomain: BigInt - leaf: stagingpolygonzkevm_Bytes + leaf: bnb_Bytes index: BigInt - message: stagingpolygonzkevm_Bytes - root: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes + message: bnb_Bytes + root: bnb_Bytes + transactionHash: bnb_Bytes blockNumber: BigInt - rootCount: stagingpolygonzkevm_RootCount + rootCount: bnb_RootCount } -input stagingpolygonzkevm_OriginMessage_filter { +input bnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -171971,16 +169663,16 @@ input stagingpolygonzkevm_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingpolygonzkevm_Bytes - transferId_not: stagingpolygonzkevm_Bytes - transferId_gt: stagingpolygonzkevm_Bytes - transferId_lt: stagingpolygonzkevm_Bytes - transferId_gte: stagingpolygonzkevm_Bytes - transferId_lte: stagingpolygonzkevm_Bytes - transferId_in: [stagingpolygonzkevm_Bytes!] - transferId_not_in: [stagingpolygonzkevm_Bytes!] - transferId_contains: stagingpolygonzkevm_Bytes - transferId_not_contains: stagingpolygonzkevm_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 @@ -171989,16 +169681,16 @@ input stagingpolygonzkevm_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingpolygonzkevm_Bytes - leaf_not: stagingpolygonzkevm_Bytes - leaf_gt: stagingpolygonzkevm_Bytes - leaf_lt: stagingpolygonzkevm_Bytes - leaf_gte: stagingpolygonzkevm_Bytes - leaf_lte: stagingpolygonzkevm_Bytes - leaf_in: [stagingpolygonzkevm_Bytes!] - leaf_not_in: [stagingpolygonzkevm_Bytes!] - leaf_contains: stagingpolygonzkevm_Bytes - leaf_not_contains: stagingpolygonzkevm_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 @@ -172007,36 +169699,36 @@ input stagingpolygonzkevm_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingpolygonzkevm_Bytes - message_not: stagingpolygonzkevm_Bytes - message_gt: stagingpolygonzkevm_Bytes - message_lt: stagingpolygonzkevm_Bytes - message_gte: stagingpolygonzkevm_Bytes - message_lte: stagingpolygonzkevm_Bytes - message_in: [stagingpolygonzkevm_Bytes!] - message_not_in: [stagingpolygonzkevm_Bytes!] - message_contains: stagingpolygonzkevm_Bytes - message_not_contains: stagingpolygonzkevm_Bytes - root: stagingpolygonzkevm_Bytes - root_not: stagingpolygonzkevm_Bytes - root_gt: stagingpolygonzkevm_Bytes - root_lt: stagingpolygonzkevm_Bytes - root_gte: stagingpolygonzkevm_Bytes - root_lte: stagingpolygonzkevm_Bytes - root_in: [stagingpolygonzkevm_Bytes!] - root_not_in: [stagingpolygonzkevm_Bytes!] - root_contains: stagingpolygonzkevm_Bytes - root_not_contains: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_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 @@ -172065,14 +169757,14 @@ input stagingpolygonzkevm_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingpolygonzkevm_RootCount_filter + rootCount_: bnb_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_OriginMessage_filter] - or: [stagingpolygonzkevm_OriginMessage_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginMessage_filter] + or: [bnb_OriginMessage_filter] } -enum stagingpolygonzkevm_OriginMessage_orderBy { +enum bnb_OriginMessage_orderBy { id transferId destinationDomain @@ -172087,42 +169779,42 @@ enum stagingpolygonzkevm_OriginMessage_orderBy { rootCount__count } -type stagingpolygonzkevm_OriginTransfer { +type bnb_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingpolygonzkevm_Bytes + transferId: bnb_Bytes nonce: BigInt - status: stagingpolygonzkevm_TransferStatus - messageHash: stagingpolygonzkevm_Bytes + status: bnb_TransferStatus + messageHash: bnb_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingpolygonzkevm_Bytes - delegate: stagingpolygonzkevm_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: stagingpolygonzkevm_Bytes + callData: bnb_Bytes slippage: BigInt - originSender: stagingpolygonzkevm_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygonzkevm_Bytes - asset: stagingpolygonzkevm_Asset - transactingAsset: stagingpolygonzkevm_Bytes - message: stagingpolygonzkevm_OriginMessage + canonicalId: bnb_Bytes + asset: bnb_Asset + transactingAsset: bnb_Bytes + message: bnb_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_RelayerFee_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_RelayerFee_filter): [stagingpolygonzkevm_RelayerFee!] - initialRelayerFeeAsset: stagingpolygonzkevm_Bytes - caller: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + txOrigin: bnb_Bytes txNonce: BigInt } -input stagingpolygonzkevm_OriginTransfer_filter { +input bnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -172139,16 +169831,16 @@ input stagingpolygonzkevm_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingpolygonzkevm_Bytes - transferId_not: stagingpolygonzkevm_Bytes - transferId_gt: stagingpolygonzkevm_Bytes - transferId_lt: stagingpolygonzkevm_Bytes - transferId_gte: stagingpolygonzkevm_Bytes - transferId_lte: stagingpolygonzkevm_Bytes - transferId_in: [stagingpolygonzkevm_Bytes!] - transferId_not_in: [stagingpolygonzkevm_Bytes!] - transferId_contains: stagingpolygonzkevm_Bytes - transferId_not_contains: stagingpolygonzkevm_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 @@ -172157,20 +169849,20 @@ input stagingpolygonzkevm_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingpolygonzkevm_TransferStatus - status_not: stagingpolygonzkevm_TransferStatus - status_in: [stagingpolygonzkevm_TransferStatus!] - status_not_in: [stagingpolygonzkevm_TransferStatus!] - messageHash: stagingpolygonzkevm_Bytes - messageHash_not: stagingpolygonzkevm_Bytes - messageHash_gt: stagingpolygonzkevm_Bytes - messageHash_lt: stagingpolygonzkevm_Bytes - messageHash_gte: stagingpolygonzkevm_Bytes - messageHash_lte: stagingpolygonzkevm_Bytes - messageHash_in: [stagingpolygonzkevm_Bytes!] - messageHash_not_in: [stagingpolygonzkevm_Bytes!] - messageHash_contains: stagingpolygonzkevm_Bytes - messageHash_not_contains: stagingpolygonzkevm_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 @@ -172195,40 +169887,40 @@ input stagingpolygonzkevm_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingpolygonzkevm_Bytes - to_not: stagingpolygonzkevm_Bytes - to_gt: stagingpolygonzkevm_Bytes - to_lt: stagingpolygonzkevm_Bytes - to_gte: stagingpolygonzkevm_Bytes - to_lte: stagingpolygonzkevm_Bytes - to_in: [stagingpolygonzkevm_Bytes!] - to_not_in: [stagingpolygonzkevm_Bytes!] - to_contains: stagingpolygonzkevm_Bytes - to_not_contains: stagingpolygonzkevm_Bytes - delegate: stagingpolygonzkevm_Bytes - delegate_not: stagingpolygonzkevm_Bytes - delegate_gt: stagingpolygonzkevm_Bytes - delegate_lt: stagingpolygonzkevm_Bytes - delegate_gte: stagingpolygonzkevm_Bytes - delegate_lte: stagingpolygonzkevm_Bytes - delegate_in: [stagingpolygonzkevm_Bytes!] - delegate_not_in: [stagingpolygonzkevm_Bytes!] - delegate_contains: stagingpolygonzkevm_Bytes - delegate_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes - callData_not: stagingpolygonzkevm_Bytes - callData_gt: stagingpolygonzkevm_Bytes - callData_lt: stagingpolygonzkevm_Bytes - callData_gte: stagingpolygonzkevm_Bytes - callData_lte: stagingpolygonzkevm_Bytes - callData_in: [stagingpolygonzkevm_Bytes!] - callData_not_in: [stagingpolygonzkevm_Bytes!] - callData_contains: stagingpolygonzkevm_Bytes - callData_not_contains: stagingpolygonzkevm_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 @@ -172237,16 +169929,16 @@ input stagingpolygonzkevm_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingpolygonzkevm_Bytes - originSender_not: stagingpolygonzkevm_Bytes - originSender_gt: stagingpolygonzkevm_Bytes - originSender_lt: stagingpolygonzkevm_Bytes - originSender_gte: stagingpolygonzkevm_Bytes - originSender_lte: stagingpolygonzkevm_Bytes - originSender_in: [stagingpolygonzkevm_Bytes!] - originSender_not_in: [stagingpolygonzkevm_Bytes!] - originSender_contains: stagingpolygonzkevm_Bytes - originSender_not_contains: stagingpolygonzkevm_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 @@ -172263,16 +169955,16 @@ input stagingpolygonzkevm_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingpolygonzkevm_Bytes - canonicalId_not: stagingpolygonzkevm_Bytes - canonicalId_gt: stagingpolygonzkevm_Bytes - canonicalId_lt: stagingpolygonzkevm_Bytes - canonicalId_gte: stagingpolygonzkevm_Bytes - canonicalId_lte: stagingpolygonzkevm_Bytes - canonicalId_in: [stagingpolygonzkevm_Bytes!] - canonicalId_not_in: [stagingpolygonzkevm_Bytes!] - canonicalId_contains: stagingpolygonzkevm_Bytes - canonicalId_not_contains: stagingpolygonzkevm_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 @@ -172293,17 +169985,17 @@ input stagingpolygonzkevm_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygonzkevm_Asset_filter - transactingAsset: stagingpolygonzkevm_Bytes - transactingAsset_not: stagingpolygonzkevm_Bytes - transactingAsset_gt: stagingpolygonzkevm_Bytes - transactingAsset_lt: stagingpolygonzkevm_Bytes - transactingAsset_gte: stagingpolygonzkevm_Bytes - transactingAsset_lte: stagingpolygonzkevm_Bytes - transactingAsset_in: [stagingpolygonzkevm_Bytes!] - transactingAsset_not_in: [stagingpolygonzkevm_Bytes!] - transactingAsset_contains: stagingpolygonzkevm_Bytes - transactingAsset_not_contains: stagingpolygonzkevm_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 @@ -172324,7 +170016,7 @@ input stagingpolygonzkevm_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingpolygonzkevm_OriginMessage_filter + message_: bnb_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -172339,37 +170031,37 @@ input stagingpolygonzkevm_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingpolygonzkevm_RelayerFee_filter - initialRelayerFeeAsset: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_not: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_gt: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_lt: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_gte: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_lte: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_in: [stagingpolygonzkevm_Bytes!] - initialRelayerFeeAsset_not_in: [stagingpolygonzkevm_Bytes!] - initialRelayerFeeAsset_contains: stagingpolygonzkevm_Bytes - initialRelayerFeeAsset_not_contains: stagingpolygonzkevm_Bytes - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_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 @@ -172402,16 +170094,16 @@ input stagingpolygonzkevm_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingpolygonzkevm_Bytes - txOrigin_not: stagingpolygonzkevm_Bytes - txOrigin_gt: stagingpolygonzkevm_Bytes - txOrigin_lt: stagingpolygonzkevm_Bytes - txOrigin_gte: stagingpolygonzkevm_Bytes - txOrigin_lte: stagingpolygonzkevm_Bytes - txOrigin_in: [stagingpolygonzkevm_Bytes!] - txOrigin_not_in: [stagingpolygonzkevm_Bytes!] - txOrigin_contains: stagingpolygonzkevm_Bytes - txOrigin_not_contains: stagingpolygonzkevm_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 @@ -172421,12 +170113,12 @@ input stagingpolygonzkevm_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_OriginTransfer_filter] - or: [stagingpolygonzkevm_OriginTransfer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginTransfer_filter] + or: [bnb_OriginTransfer_filter] } -enum stagingpolygonzkevm_OriginTransfer_orderBy { +enum bnb_OriginTransfer_orderBy { id chainId transferId @@ -172479,20 +170171,20 @@ enum stagingpolygonzkevm_OriginTransfer_orderBy { txNonce } -type stagingpolygonzkevm_Relayer { +type bnb_Relayer { id: ID! isActive: Boolean! - relayer: stagingpolygonzkevm_Bytes + relayer: bnb_Bytes } -type stagingpolygonzkevm_RelayerFee { +type bnb_RelayerFee { id: ID! - transfer: stagingpolygonzkevm_OriginTransfer! + transfer: bnb_OriginTransfer! fee: BigInt! - asset: stagingpolygonzkevm_Bytes! + asset: bnb_Bytes! } -input stagingpolygonzkevm_RelayerFee_filter { +input bnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -172521,7 +170213,7 @@ input stagingpolygonzkevm_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingpolygonzkevm_OriginTransfer_filter + transfer_: bnb_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -172530,23 +170222,23 @@ input stagingpolygonzkevm_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingpolygonzkevm_Bytes - asset_not: stagingpolygonzkevm_Bytes - asset_gt: stagingpolygonzkevm_Bytes - asset_lt: stagingpolygonzkevm_Bytes - asset_gte: stagingpolygonzkevm_Bytes - asset_lte: stagingpolygonzkevm_Bytes - asset_in: [stagingpolygonzkevm_Bytes!] - asset_not_in: [stagingpolygonzkevm_Bytes!] - asset_contains: stagingpolygonzkevm_Bytes - asset_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RelayerFee_filter] - or: [stagingpolygonzkevm_RelayerFee_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFee_filter] + or: [bnb_RelayerFee_filter] } -enum stagingpolygonzkevm_RelayerFee_orderBy { +enum bnb_RelayerFee_orderBy { id transfer transfer__id @@ -172582,20 +170274,20 @@ enum stagingpolygonzkevm_RelayerFee_orderBy { asset } -type stagingpolygonzkevm_RelayerFeesIncrease { +type bnb_RelayerFeesIncrease { id: ID! - transfer: stagingpolygonzkevm_OriginTransfer! + transfer: bnb_OriginTransfer! increase: BigInt - asset: stagingpolygonzkevm_Bytes - caller: stagingpolygonzkevm_Bytes! - transactionHash: stagingpolygonzkevm_Bytes! + asset: bnb_Bytes + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygonzkevm_RelayerFeesIncrease_filter { +input bnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -172624,7 +170316,7 @@ input stagingpolygonzkevm_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingpolygonzkevm_OriginTransfer_filter + transfer_: bnb_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -172633,36 +170325,36 @@ input stagingpolygonzkevm_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: stagingpolygonzkevm_Bytes - asset_not: stagingpolygonzkevm_Bytes - asset_gt: stagingpolygonzkevm_Bytes - asset_lt: stagingpolygonzkevm_Bytes - asset_gte: stagingpolygonzkevm_Bytes - asset_lte: stagingpolygonzkevm_Bytes - asset_in: [stagingpolygonzkevm_Bytes!] - asset_not_in: [stagingpolygonzkevm_Bytes!] - asset_contains: stagingpolygonzkevm_Bytes - asset_not_contains: stagingpolygonzkevm_Bytes - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_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 @@ -172696,12 +170388,12 @@ input stagingpolygonzkevm_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RelayerFeesIncrease_filter] - or: [stagingpolygonzkevm_RelayerFeesIncrease_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFeesIncrease_filter] + or: [bnb_RelayerFeesIncrease_filter] } -enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { +enum bnb_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -172743,7 +170435,7 @@ enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { blockNumber } -input stagingpolygonzkevm_Relayer_filter { +input bnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -172756,34 +170448,34 @@ input stagingpolygonzkevm_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: stagingpolygonzkevm_Bytes - relayer_not: stagingpolygonzkevm_Bytes - relayer_gt: stagingpolygonzkevm_Bytes - relayer_lt: stagingpolygonzkevm_Bytes - relayer_gte: stagingpolygonzkevm_Bytes - relayer_lte: stagingpolygonzkevm_Bytes - relayer_in: [stagingpolygonzkevm_Bytes!] - relayer_not_in: [stagingpolygonzkevm_Bytes!] - relayer_contains: stagingpolygonzkevm_Bytes - relayer_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Relayer_filter] - or: [stagingpolygonzkevm_Relayer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Relayer_filter] + or: [bnb_Relayer_filter] } -enum stagingpolygonzkevm_Relayer_orderBy { +enum bnb_Relayer_orderBy { id isActive relayer } -type stagingpolygonzkevm_RootCount { +type bnb_RootCount { id: ID! count: BigInt } -input stagingpolygonzkevm_RootCount_filter { +input bnb_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -172801,31 +170493,31 @@ input stagingpolygonzkevm_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RootCount_filter] - or: [stagingpolygonzkevm_RootCount_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RootCount_filter] + or: [bnb_RootCount_filter] } -enum stagingpolygonzkevm_RootCount_orderBy { +enum bnb_RootCount_orderBy { id count } -type stagingpolygonzkevm_RootMessageSent { +type bnb_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingpolygonzkevm_Bytes + root: bnb_Bytes count: BigInt - caller: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes + caller: bnb_Bytes + transactionHash: bnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingpolygonzkevm_RootMessageSent_filter { +input bnb_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -172850,16 +170542,16 @@ input stagingpolygonzkevm_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: stagingpolygonzkevm_Bytes - root_not: stagingpolygonzkevm_Bytes - root_gt: stagingpolygonzkevm_Bytes - root_lt: stagingpolygonzkevm_Bytes - root_gte: stagingpolygonzkevm_Bytes - root_lte: stagingpolygonzkevm_Bytes - root_in: [stagingpolygonzkevm_Bytes!] - root_not_in: [stagingpolygonzkevm_Bytes!] - root_contains: stagingpolygonzkevm_Bytes - root_not_contains: stagingpolygonzkevm_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 @@ -172868,26 +170560,26 @@ input stagingpolygonzkevm_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_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 @@ -172921,12 +170613,12 @@ input stagingpolygonzkevm_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RootMessageSent_filter] - or: [stagingpolygonzkevm_RootMessageSent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RootMessageSent_filter] + or: [bnb_RootMessageSent_filter] } -enum stagingpolygonzkevm_RootMessageSent_orderBy { +enum bnb_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -172940,25 +170632,25 @@ enum stagingpolygonzkevm_RootMessageSent_orderBy { blockNumber } -type stagingpolygonzkevm_Router { +type bnb_Router { id: ID! isActive: Boolean! - owner: stagingpolygonzkevm_Bytes - recipient: stagingpolygonzkevm_Bytes - proposedOwner: stagingpolygonzkevm_Bytes + owner: bnb_Bytes + recipient: bnb_Bytes + proposedOwner: bnb_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_AssetBalance_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_AssetBalance_filter): [stagingpolygonzkevm_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: bnb_AssetBalance_orderBy, orderDirection: bnb_OrderDirection, where: bnb_AssetBalance_filter): [bnb_AssetBalance!]! } -type stagingpolygonzkevm_RouterDailyTVL { +type bnb_RouterDailyTVL { id: ID! - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! + router: bnb_Router! + asset: bnb_Asset! timestamp: BigInt! balance: BigInt! } -input stagingpolygonzkevm_RouterDailyTVL_filter { +input bnb_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -172987,7 +170679,7 @@ input stagingpolygonzkevm_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingpolygonzkevm_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -173008,7 +170700,7 @@ input stagingpolygonzkevm_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygonzkevm_Asset_filter + asset_: bnb_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -173026,12 +170718,12 @@ input stagingpolygonzkevm_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RouterDailyTVL_filter] - or: [stagingpolygonzkevm_RouterDailyTVL_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterDailyTVL_filter] + or: [bnb_RouterDailyTVL_filter] } -enum stagingpolygonzkevm_RouterDailyTVL_orderBy { +enum bnb_RouterDailyTVL_orderBy { id router router__id @@ -173054,26 +170746,26 @@ enum stagingpolygonzkevm_RouterDailyTVL_orderBy { balance } -type stagingpolygonzkevm_RouterLiquidityEvent { +type bnb_RouterLiquidityEvent { id: ID! - type: stagingpolygonzkevm_RouterLiquidityEventType - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! + type: bnb_RouterLiquidityEventType + router: bnb_Router! + asset: bnb_Asset! amount: BigInt! balance: BigInt! - caller: stagingpolygonzkevm_Bytes + caller: bnb_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingpolygonzkevm_Bytes! + transactionHash: bnb_Bytes! nonce: BigInt! } -enum stagingpolygonzkevm_RouterLiquidityEventType { +enum bnb_RouterLiquidityEventType { Add Remove } -input stagingpolygonzkevm_RouterLiquidityEvent_filter { +input bnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -173082,10 +170774,10 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingpolygonzkevm_RouterLiquidityEventType - type_not: stagingpolygonzkevm_RouterLiquidityEventType - type_in: [stagingpolygonzkevm_RouterLiquidityEventType!] - type_not_in: [stagingpolygonzkevm_RouterLiquidityEventType!] + type: bnb_RouterLiquidityEventType + type_not: bnb_RouterLiquidityEventType + type_in: [bnb_RouterLiquidityEventType!] + type_not_in: [bnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -173106,7 +170798,7 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingpolygonzkevm_Router_filter + router_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -173127,7 +170819,7 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingpolygonzkevm_Asset_filter + asset_: bnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -173144,16 +170836,16 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes + caller: bnb_Bytes + caller_not: bnb_Bytes + caller_gt: bnb_Bytes + caller_lt: bnb_Bytes + caller_gte: bnb_Bytes + caller_lte: bnb_Bytes + caller_in: [bnb_Bytes!] + caller_not_in: [bnb_Bytes!] + caller_contains: bnb_Bytes + caller_not_contains: bnb_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -173170,16 +170862,16 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_Bytes + transactionHash: bnb_Bytes + transactionHash_not: bnb_Bytes + transactionHash_gt: bnb_Bytes + transactionHash_lt: bnb_Bytes + transactionHash_gte: bnb_Bytes + transactionHash_lte: bnb_Bytes + transactionHash_in: [bnb_Bytes!] + transactionHash_not_in: [bnb_Bytes!] + transactionHash_contains: bnb_Bytes + transactionHash_not_contains: bnb_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -173189,12 +170881,12 @@ input stagingpolygonzkevm_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RouterLiquidityEvent_filter] - or: [stagingpolygonzkevm_RouterLiquidityEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterLiquidityEvent_filter] + or: [bnb_RouterLiquidityEvent_filter] } -enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { +enum bnb_RouterLiquidityEvent_orderBy { id type router @@ -173223,7 +170915,7 @@ enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { nonce } -input stagingpolygonzkevm_Router_filter { +input bnb_Router_filter { id: ID id_not: ID id_gt: ID @@ -173236,36 +170928,36 @@ input stagingpolygonzkevm_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: stagingpolygonzkevm_Bytes - owner_not: stagingpolygonzkevm_Bytes - owner_gt: stagingpolygonzkevm_Bytes - owner_lt: stagingpolygonzkevm_Bytes - owner_gte: stagingpolygonzkevm_Bytes - owner_lte: stagingpolygonzkevm_Bytes - owner_in: [stagingpolygonzkevm_Bytes!] - owner_not_in: [stagingpolygonzkevm_Bytes!] - owner_contains: stagingpolygonzkevm_Bytes - owner_not_contains: stagingpolygonzkevm_Bytes - recipient: stagingpolygonzkevm_Bytes - recipient_not: stagingpolygonzkevm_Bytes - recipient_gt: stagingpolygonzkevm_Bytes - recipient_lt: stagingpolygonzkevm_Bytes - recipient_gte: stagingpolygonzkevm_Bytes - recipient_lte: stagingpolygonzkevm_Bytes - recipient_in: [stagingpolygonzkevm_Bytes!] - recipient_not_in: [stagingpolygonzkevm_Bytes!] - recipient_contains: stagingpolygonzkevm_Bytes - recipient_not_contains: stagingpolygonzkevm_Bytes - proposedOwner: stagingpolygonzkevm_Bytes - proposedOwner_not: stagingpolygonzkevm_Bytes - proposedOwner_gt: stagingpolygonzkevm_Bytes - proposedOwner_lt: stagingpolygonzkevm_Bytes - proposedOwner_gte: stagingpolygonzkevm_Bytes - proposedOwner_lte: stagingpolygonzkevm_Bytes - proposedOwner_in: [stagingpolygonzkevm_Bytes!] - proposedOwner_not_in: [stagingpolygonzkevm_Bytes!] - proposedOwner_contains: stagingpolygonzkevm_Bytes - proposedOwner_not_contains: stagingpolygonzkevm_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 @@ -173274,14 +170966,14 @@ input stagingpolygonzkevm_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingpolygonzkevm_AssetBalance_filter + assetBalances_: bnb_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Router_filter] - or: [stagingpolygonzkevm_Router_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Router_filter] + or: [bnb_Router_filter] } -enum stagingpolygonzkevm_Router_orderBy { +enum bnb_Router_orderBy { id isActive owner @@ -173291,13 +170983,13 @@ enum stagingpolygonzkevm_Router_orderBy { assetBalances } -type stagingpolygonzkevm_Sequencer { +type bnb_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingpolygonzkevm_Bytes + sequencer: bnb_Bytes } -input stagingpolygonzkevm_Sequencer_filter { +input bnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -173310,35 +171002,35 @@ input stagingpolygonzkevm_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingpolygonzkevm_Bytes - sequencer_not: stagingpolygonzkevm_Bytes - sequencer_gt: stagingpolygonzkevm_Bytes - sequencer_lt: stagingpolygonzkevm_Bytes - sequencer_gte: stagingpolygonzkevm_Bytes - sequencer_lte: stagingpolygonzkevm_Bytes - sequencer_in: [stagingpolygonzkevm_Bytes!] - sequencer_not_in: [stagingpolygonzkevm_Bytes!] - sequencer_contains: stagingpolygonzkevm_Bytes - sequencer_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Sequencer_filter] - or: [stagingpolygonzkevm_Sequencer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Sequencer_filter] + or: [bnb_Sequencer_filter] } -enum stagingpolygonzkevm_Sequencer_orderBy { +enum bnb_Sequencer_orderBy { id isActive sequencer } -type stagingpolygonzkevm_Setting { +type bnb_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingpolygonzkevm_Bytes! + caller: bnb_Bytes! } -input stagingpolygonzkevm_Setting_filter { +input bnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -173355,41 +171047,41 @@ input stagingpolygonzkevm_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Setting_filter] - or: [stagingpolygonzkevm_Setting_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Setting_filter] + or: [bnb_Setting_filter] } -enum stagingpolygonzkevm_Setting_orderBy { +enum bnb_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingpolygonzkevm_SlippageUpdate { +type bnb_SlippageUpdate { id: ID! - transfer: stagingpolygonzkevm_DestinationTransfer! + transfer: bnb_DestinationTransfer! slippage: BigInt! - caller: stagingpolygonzkevm_Bytes! - transactionHash: stagingpolygonzkevm_Bytes! + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygonzkevm_SlippageUpdate_filter { +input bnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -173418,7 +171110,7 @@ input stagingpolygonzkevm_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingpolygonzkevm_DestinationTransfer_filter + transfer_: bnb_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -173427,26 +171119,26 @@ input stagingpolygonzkevm_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: stagingpolygonzkevm_Bytes - caller_not: stagingpolygonzkevm_Bytes - caller_gt: stagingpolygonzkevm_Bytes - caller_lt: stagingpolygonzkevm_Bytes - caller_gte: stagingpolygonzkevm_Bytes - caller_lte: stagingpolygonzkevm_Bytes - caller_in: [stagingpolygonzkevm_Bytes!] - caller_not_in: [stagingpolygonzkevm_Bytes!] - caller_contains: stagingpolygonzkevm_Bytes - caller_not_contains: stagingpolygonzkevm_Bytes - transactionHash: stagingpolygonzkevm_Bytes - transactionHash_not: stagingpolygonzkevm_Bytes - transactionHash_gt: stagingpolygonzkevm_Bytes - transactionHash_lt: stagingpolygonzkevm_Bytes - transactionHash_gte: stagingpolygonzkevm_Bytes - transactionHash_lte: stagingpolygonzkevm_Bytes - transactionHash_in: [stagingpolygonzkevm_Bytes!] - transactionHash_not_in: [stagingpolygonzkevm_Bytes!] - transactionHash_contains: stagingpolygonzkevm_Bytes - transactionHash_not_contains: stagingpolygonzkevm_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 @@ -173480,12 +171172,12 @@ input stagingpolygonzkevm_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_SlippageUpdate_filter] - or: [stagingpolygonzkevm_SlippageUpdate_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SlippageUpdate_filter] + or: [bnb_SlippageUpdate_filter] } -enum stagingpolygonzkevm_SlippageUpdate_orderBy { +enum bnb_SlippageUpdate_orderBy { id transfer transfer__id @@ -173533,16 +171225,16 @@ enum stagingpolygonzkevm_SlippageUpdate_orderBy { blockNumber } -type stagingpolygonzkevm_SnapshotRoot { +type bnb_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingpolygonzkevm_Bytes! + root: bnb_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingpolygonzkevm_SnapshotRoot_filter { +input bnb_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -173559,16 +171251,16 @@ input stagingpolygonzkevm_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: stagingpolygonzkevm_Bytes - root_not: stagingpolygonzkevm_Bytes - root_gt: stagingpolygonzkevm_Bytes - root_lt: stagingpolygonzkevm_Bytes - root_gte: stagingpolygonzkevm_Bytes - root_lte: stagingpolygonzkevm_Bytes - root_in: [stagingpolygonzkevm_Bytes!] - root_not_in: [stagingpolygonzkevm_Bytes!] - root_contains: stagingpolygonzkevm_Bytes - root_not_contains: stagingpolygonzkevm_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 @@ -173594,12 +171286,12 @@ input stagingpolygonzkevm_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_SnapshotRoot_filter] - or: [stagingpolygonzkevm_SnapshotRoot_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SnapshotRoot_filter] + or: [bnb_SnapshotRoot_filter] } -enum stagingpolygonzkevm_SnapshotRoot_orderBy { +enum bnb_SnapshotRoot_orderBy { id spokeDomain root @@ -173608,12 +171300,12 @@ enum stagingpolygonzkevm_SnapshotRoot_orderBy { blockNumber } -type stagingpolygonzkevm_SpokeConnectorMode { +type bnb_SpokeConnectorMode { id: ID! mode: String! } -input stagingpolygonzkevm_SpokeConnectorMode_filter { +input bnb_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -173643,17 +171335,17 @@ input stagingpolygonzkevm_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_SpokeConnectorMode_filter] - or: [stagingpolygonzkevm_SpokeConnectorMode_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_SpokeConnectorMode_filter] + or: [bnb_SpokeConnectorMode_filter] } -enum stagingpolygonzkevm_SpokeConnectorMode_orderBy { +enum bnb_SpokeConnectorMode_orderBy { id mode } -enum stagingpolygonzkevm_TransferStatus { +enum bnb_TransferStatus { XCalled Executed Reconciled @@ -173661,19 +171353,17 @@ enum stagingpolygonzkevm_TransferStatus { CompletedFast } -type stagingpolygonzkevm__Block_ { +type bnb__Block_ { """The hash of the block""" - hash: stagingpolygonzkevm_Bytes + hash: bnb_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: stagingpolygonzkevm_Bytes } """The type for the top-level _meta field""" -type stagingpolygonzkevm__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 @@ -173681,22 +171371,22 @@ type stagingpolygonzkevm__Meta_ { and therefore asks for the latest block """ - block: stagingpolygonzkevm__Block_! + block: bnb__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingxlayer_AggregateRoot { +type base_AggregateRoot { id: ID! - root: stagingxlayer_Bytes! + root: base_Bytes! blockNumber: BigInt! } -type stagingxlayer_AggregateRootProposed { +type base_AggregateRootProposed { id: ID! - aggregateRoot: stagingxlayer_Bytes! + aggregateRoot: base_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -173704,7 +171394,7 @@ type stagingxlayer_AggregateRootProposed { blockNumber: BigInt } -input stagingxlayer_AggregateRootProposed_filter { +input base_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -173713,16 +171403,16 @@ input stagingxlayer_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingxlayer_Bytes - aggregateRoot_not: stagingxlayer_Bytes - aggregateRoot_gt: stagingxlayer_Bytes - aggregateRoot_lt: stagingxlayer_Bytes - aggregateRoot_gte: stagingxlayer_Bytes - aggregateRoot_lte: stagingxlayer_Bytes - aggregateRoot_in: [stagingxlayer_Bytes!] - aggregateRoot_not_in: [stagingxlayer_Bytes!] - aggregateRoot_contains: stagingxlayer_Bytes - aggregateRoot_not_contains: stagingxlayer_Bytes + aggregateRoot: base_Bytes + aggregateRoot_not: base_Bytes + aggregateRoot_gt: base_Bytes + aggregateRoot_lt: base_Bytes + aggregateRoot_gte: base_Bytes + aggregateRoot_lte: base_Bytes + aggregateRoot_in: [base_Bytes!] + aggregateRoot_not_in: [base_Bytes!] + aggregateRoot_contains: base_Bytes + aggregateRoot_not_contains: base_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -173764,12 +171454,12 @@ input stagingxlayer_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_AggregateRootProposed_filter] - or: [stagingxlayer_AggregateRootProposed_filter] + _change_block: base_BlockChangedFilter + and: [base_AggregateRootProposed_filter] + or: [base_AggregateRootProposed_filter] } -enum stagingxlayer_AggregateRootProposed_orderBy { +enum base_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -173779,7 +171469,7 @@ enum stagingxlayer_AggregateRootProposed_orderBy { blockNumber } -input stagingxlayer_AggregateRoot_filter { +input base_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -173788,16 +171478,16 @@ input stagingxlayer_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: stagingxlayer_Bytes - root_not: stagingxlayer_Bytes - root_gt: stagingxlayer_Bytes - root_lt: stagingxlayer_Bytes - root_gte: stagingxlayer_Bytes - root_lte: stagingxlayer_Bytes - root_in: [stagingxlayer_Bytes!] - root_not_in: [stagingxlayer_Bytes!] - root_contains: stagingxlayer_Bytes - root_not_contains: stagingxlayer_Bytes + root: base_Bytes + root_not: base_Bytes + root_gt: base_Bytes + root_lt: base_Bytes + root_gte: base_Bytes + root_lte: base_Bytes + root_in: [base_Bytes!] + root_not_in: [base_Bytes!] + root_contains: base_Bytes + root_not_contains: base_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -173807,42 +171497,42 @@ input stagingxlayer_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_AggregateRoot_filter] - or: [stagingxlayer_AggregateRoot_filter] + _change_block: base_BlockChangedFilter + and: [base_AggregateRoot_filter] + or: [base_AggregateRoot_filter] } -enum stagingxlayer_AggregateRoot_orderBy { +enum base_AggregateRoot_orderBy { id root blockNumber } -type stagingxlayer_Asset { +type base_Asset { id: ID! - key: stagingxlayer_Bytes + key: base_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingxlayer_Bytes + canonicalId: base_Bytes canonicalDomain: BigInt - adoptedAsset: stagingxlayer_Bytes - localAsset: stagingxlayer_Bytes + adoptedAsset: base_Bytes + localAsset: base_Bytes blockNumber: BigInt - status: stagingxlayer_AssetStatus + status: base_AssetStatus } -type stagingxlayer_AssetBalance { +type base_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingxlayer_Router! - asset: stagingxlayer_Asset! + router: base_Router! + asset: base_Asset! feesEarned: BigInt! } -input stagingxlayer_AssetBalance_filter { +input base_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -173903,7 +171593,7 @@ input stagingxlayer_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingxlayer_Router_filter + router_: base_Router_filter asset: String asset_not: String asset_gt: String @@ -173924,7 +171614,7 @@ input stagingxlayer_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxlayer_Asset_filter + asset_: base_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -173934,12 +171624,12 @@ input stagingxlayer_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_AssetBalance_filter] - or: [stagingxlayer_AssetBalance_filter] + _change_block: base_BlockChangedFilter + and: [base_AssetBalance_filter] + or: [base_AssetBalance_filter] } -enum stagingxlayer_AssetBalance_orderBy { +enum base_AssetBalance_orderBy { id amount locked @@ -173965,12 +171655,12 @@ enum stagingxlayer_AssetBalance_orderBy { feesEarned } -type stagingxlayer_AssetStatus { +type base_AssetStatus { id: ID! status: Boolean } -input stagingxlayer_AssetStatus_filter { +input base_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -173984,17 +171674,17 @@ input stagingxlayer_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_AssetStatus_filter] - or: [stagingxlayer_AssetStatus_filter] + _change_block: base_BlockChangedFilter + and: [base_AssetStatus_filter] + or: [base_AssetStatus_filter] } -enum stagingxlayer_AssetStatus_orderBy { +enum base_AssetStatus_orderBy { id status } -input stagingxlayer_Asset_filter { +input base_Asset_filter { id: ID id_not: ID id_gt: ID @@ -174003,16 +171693,16 @@ input stagingxlayer_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: stagingxlayer_Bytes - key_not: stagingxlayer_Bytes - key_gt: stagingxlayer_Bytes - key_lt: stagingxlayer_Bytes - key_gte: stagingxlayer_Bytes - key_lte: stagingxlayer_Bytes - key_in: [stagingxlayer_Bytes!] - key_not_in: [stagingxlayer_Bytes!] - key_contains: stagingxlayer_Bytes - key_not_contains: stagingxlayer_Bytes + key: base_Bytes + key_not: base_Bytes + key_gt: base_Bytes + key_lt: base_Bytes + key_gte: base_Bytes + key_lte: base_Bytes + key_in: [base_Bytes!] + key_not_in: [base_Bytes!] + key_contains: base_Bytes + key_not_contains: base_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -174029,16 +171719,16 @@ input stagingxlayer_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: stagingxlayer_Bytes - canonicalId_not: stagingxlayer_Bytes - canonicalId_gt: stagingxlayer_Bytes - canonicalId_lt: stagingxlayer_Bytes - canonicalId_gte: stagingxlayer_Bytes - canonicalId_lte: stagingxlayer_Bytes - canonicalId_in: [stagingxlayer_Bytes!] - canonicalId_not_in: [stagingxlayer_Bytes!] - canonicalId_contains: stagingxlayer_Bytes - canonicalId_not_contains: stagingxlayer_Bytes + canonicalId: base_Bytes + canonicalId_not: base_Bytes + canonicalId_gt: base_Bytes + canonicalId_lt: base_Bytes + canonicalId_gte: base_Bytes + canonicalId_lte: base_Bytes + canonicalId_in: [base_Bytes!] + canonicalId_not_in: [base_Bytes!] + canonicalId_contains: base_Bytes + canonicalId_not_contains: base_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -174047,26 +171737,26 @@ input stagingxlayer_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: stagingxlayer_Bytes - adoptedAsset_not: stagingxlayer_Bytes - adoptedAsset_gt: stagingxlayer_Bytes - adoptedAsset_lt: stagingxlayer_Bytes - adoptedAsset_gte: stagingxlayer_Bytes - adoptedAsset_lte: stagingxlayer_Bytes - adoptedAsset_in: [stagingxlayer_Bytes!] - adoptedAsset_not_in: [stagingxlayer_Bytes!] - adoptedAsset_contains: stagingxlayer_Bytes - adoptedAsset_not_contains: stagingxlayer_Bytes - localAsset: stagingxlayer_Bytes - localAsset_not: stagingxlayer_Bytes - localAsset_gt: stagingxlayer_Bytes - localAsset_lt: stagingxlayer_Bytes - localAsset_gte: stagingxlayer_Bytes - localAsset_lte: stagingxlayer_Bytes - localAsset_in: [stagingxlayer_Bytes!] - localAsset_not_in: [stagingxlayer_Bytes!] - localAsset_contains: stagingxlayer_Bytes - localAsset_not_contains: stagingxlayer_Bytes + adoptedAsset: base_Bytes + adoptedAsset_not: base_Bytes + adoptedAsset_gt: base_Bytes + adoptedAsset_lt: base_Bytes + adoptedAsset_gte: base_Bytes + adoptedAsset_lte: base_Bytes + adoptedAsset_in: [base_Bytes!] + adoptedAsset_not_in: [base_Bytes!] + adoptedAsset_contains: base_Bytes + adoptedAsset_not_contains: base_Bytes + localAsset: base_Bytes + localAsset_not: base_Bytes + localAsset_gt: base_Bytes + localAsset_lt: base_Bytes + localAsset_gte: base_Bytes + localAsset_lte: base_Bytes + localAsset_in: [base_Bytes!] + localAsset_not_in: [base_Bytes!] + localAsset_contains: base_Bytes + localAsset_not_contains: base_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -174095,14 +171785,14 @@ input stagingxlayer_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingxlayer_AssetStatus_filter + status_: base_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_Asset_filter] - or: [stagingxlayer_Asset_filter] + _change_block: base_BlockChangedFilter + and: [base_Asset_filter] + or: [base_Asset_filter] } -enum stagingxlayer_Asset_orderBy { +enum base_Asset_orderBy { id key decimal @@ -174117,30 +171807,30 @@ enum stagingxlayer_Asset_orderBy { status__status } -scalar stagingxlayer_BigDecimal +scalar base_BigDecimal -input stagingxlayer_BlockChangedFilter { +input base_BlockChangedFilter { number_gte: Int! } -input stagingxlayer_Block_height { - hash: stagingxlayer_Bytes +input base_Block_height { + hash: base_Bytes number: Int number_gte: Int } -scalar stagingxlayer_Bytes +scalar base_Bytes -type stagingxlayer_ConnectorMeta { +type base_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingxlayer_Bytes - rootManager: stagingxlayer_Bytes - mirrorConnector: stagingxlayer_Bytes + amb: base_Bytes + rootManager: base_Bytes + mirrorConnector: base_Bytes } -input stagingxlayer_ConnectorMeta_filter { +input base_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -174165,43 +171855,43 @@ input stagingxlayer_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: stagingxlayer_Bytes - amb_not: stagingxlayer_Bytes - amb_gt: stagingxlayer_Bytes - amb_lt: stagingxlayer_Bytes - amb_gte: stagingxlayer_Bytes - amb_lte: stagingxlayer_Bytes - amb_in: [stagingxlayer_Bytes!] - amb_not_in: [stagingxlayer_Bytes!] - amb_contains: stagingxlayer_Bytes - amb_not_contains: stagingxlayer_Bytes - rootManager: stagingxlayer_Bytes - rootManager_not: stagingxlayer_Bytes - rootManager_gt: stagingxlayer_Bytes - rootManager_lt: stagingxlayer_Bytes - rootManager_gte: stagingxlayer_Bytes - rootManager_lte: stagingxlayer_Bytes - rootManager_in: [stagingxlayer_Bytes!] - rootManager_not_in: [stagingxlayer_Bytes!] - rootManager_contains: stagingxlayer_Bytes - rootManager_not_contains: stagingxlayer_Bytes - mirrorConnector: stagingxlayer_Bytes - mirrorConnector_not: stagingxlayer_Bytes - mirrorConnector_gt: stagingxlayer_Bytes - mirrorConnector_lt: stagingxlayer_Bytes - mirrorConnector_gte: stagingxlayer_Bytes - mirrorConnector_lte: stagingxlayer_Bytes - mirrorConnector_in: [stagingxlayer_Bytes!] - mirrorConnector_not_in: [stagingxlayer_Bytes!] - mirrorConnector_contains: stagingxlayer_Bytes - mirrorConnector_not_contains: stagingxlayer_Bytes + amb: base_Bytes + amb_not: base_Bytes + amb_gt: base_Bytes + amb_lt: base_Bytes + amb_gte: base_Bytes + amb_lte: base_Bytes + amb_in: [base_Bytes!] + amb_not_in: [base_Bytes!] + amb_contains: base_Bytes + amb_not_contains: base_Bytes + rootManager: base_Bytes + rootManager_not: base_Bytes + rootManager_gt: base_Bytes + rootManager_lt: base_Bytes + rootManager_gte: base_Bytes + rootManager_lte: base_Bytes + rootManager_in: [base_Bytes!] + rootManager_not_in: [base_Bytes!] + rootManager_contains: base_Bytes + rootManager_not_contains: base_Bytes + mirrorConnector: base_Bytes + mirrorConnector_not: base_Bytes + mirrorConnector_gt: base_Bytes + mirrorConnector_lt: base_Bytes + mirrorConnector_gte: base_Bytes + mirrorConnector_lte: base_Bytes + mirrorConnector_in: [base_Bytes!] + mirrorConnector_not_in: [base_Bytes!] + mirrorConnector_contains: base_Bytes + mirrorConnector_not_contains: base_Bytes """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_ConnectorMeta_filter] - or: [stagingxlayer_ConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_ConnectorMeta_filter] + or: [base_ConnectorMeta_filter] } -enum stagingxlayer_ConnectorMeta_orderBy { +enum base_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -174210,48 +171900,48 @@ enum stagingxlayer_ConnectorMeta_orderBy { mirrorConnector } -type stagingxlayer_DestinationTransfer { +type base_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingxlayer_Bytes + transferId: base_Bytes nonce: BigInt - status: stagingxlayer_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_Router_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_Router_filter): [stagingxlayer_Router!] + status: base_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: base_Router_orderBy, orderDirection: base_OrderDirection, where: base_Router_filter): [base_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingxlayer_Bytes - delegate: stagingxlayer_Bytes + to: base_Bytes + delegate: base_Bytes receiveLocal: Boolean - callData: stagingxlayer_Bytes + callData: base_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingxlayer_Bytes + originSender: base_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingxlayer_Bytes - asset: stagingxlayer_Asset + canonicalId: base_Bytes + asset: base_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingxlayer_Bytes - executedTransactionHash: stagingxlayer_Bytes + executedCaller: base_Bytes + executedTransactionHash: base_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingxlayer_Bytes + executedTxOrigin: base_Bytes executedTxNonce: BigInt - reconciledCaller: stagingxlayer_Bytes - reconciledTransactionHash: stagingxlayer_Bytes + reconciledCaller: base_Bytes + reconciledTransactionHash: base_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingxlayer_Bytes + reconciledTxOrigin: base_Bytes reconciledTxNonce: BigInt } -input stagingxlayer_DestinationTransfer_filter { +input base_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -174268,16 +171958,16 @@ input stagingxlayer_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingxlayer_Bytes - transferId_not: stagingxlayer_Bytes - transferId_gt: stagingxlayer_Bytes - transferId_lt: stagingxlayer_Bytes - transferId_gte: stagingxlayer_Bytes - transferId_lte: stagingxlayer_Bytes - transferId_in: [stagingxlayer_Bytes!] - transferId_not_in: [stagingxlayer_Bytes!] - transferId_contains: stagingxlayer_Bytes - transferId_not_contains: stagingxlayer_Bytes + transferId: base_Bytes + transferId_not: base_Bytes + transferId_gt: base_Bytes + transferId_lt: base_Bytes + transferId_gte: base_Bytes + transferId_lte: base_Bytes + transferId_in: [base_Bytes!] + transferId_not_in: [base_Bytes!] + transferId_contains: base_Bytes + transferId_not_contains: base_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -174286,17 +171976,17 @@ input stagingxlayer_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingxlayer_TransferStatus - status_not: stagingxlayer_TransferStatus - status_in: [stagingxlayer_TransferStatus!] - status_not_in: [stagingxlayer_TransferStatus!] + status: base_TransferStatus + status_not: base_TransferStatus + status_in: [base_TransferStatus!] + status_not_in: [base_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: stagingxlayer_Router_filter + routers_: base_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -174321,40 +172011,40 @@ input stagingxlayer_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingxlayer_Bytes - to_not: stagingxlayer_Bytes - to_gt: stagingxlayer_Bytes - to_lt: stagingxlayer_Bytes - to_gte: stagingxlayer_Bytes - to_lte: stagingxlayer_Bytes - to_in: [stagingxlayer_Bytes!] - to_not_in: [stagingxlayer_Bytes!] - to_contains: stagingxlayer_Bytes - to_not_contains: stagingxlayer_Bytes - delegate: stagingxlayer_Bytes - delegate_not: stagingxlayer_Bytes - delegate_gt: stagingxlayer_Bytes - delegate_lt: stagingxlayer_Bytes - delegate_gte: stagingxlayer_Bytes - delegate_lte: stagingxlayer_Bytes - delegate_in: [stagingxlayer_Bytes!] - delegate_not_in: [stagingxlayer_Bytes!] - delegate_contains: stagingxlayer_Bytes - delegate_not_contains: stagingxlayer_Bytes + to: base_Bytes + to_not: base_Bytes + to_gt: base_Bytes + to_lt: base_Bytes + to_gte: base_Bytes + to_lte: base_Bytes + to_in: [base_Bytes!] + to_not_in: [base_Bytes!] + to_contains: base_Bytes + to_not_contains: base_Bytes + delegate: base_Bytes + delegate_not: base_Bytes + delegate_gt: base_Bytes + delegate_lt: base_Bytes + delegate_gte: base_Bytes + delegate_lte: base_Bytes + delegate_in: [base_Bytes!] + delegate_not_in: [base_Bytes!] + delegate_contains: base_Bytes + delegate_not_contains: base_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingxlayer_Bytes - callData_not: stagingxlayer_Bytes - callData_gt: stagingxlayer_Bytes - callData_lt: stagingxlayer_Bytes - callData_gte: stagingxlayer_Bytes - callData_lte: stagingxlayer_Bytes - callData_in: [stagingxlayer_Bytes!] - callData_not_in: [stagingxlayer_Bytes!] - callData_contains: stagingxlayer_Bytes - callData_not_contains: stagingxlayer_Bytes + callData: base_Bytes + callData_not: base_Bytes + callData_gt: base_Bytes + callData_lt: base_Bytes + callData_gte: base_Bytes + callData_lte: base_Bytes + callData_in: [base_Bytes!] + callData_not_in: [base_Bytes!] + callData_contains: base_Bytes + callData_not_contains: base_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -174371,16 +172061,16 @@ input stagingxlayer_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: stagingxlayer_Bytes - originSender_not: stagingxlayer_Bytes - originSender_gt: stagingxlayer_Bytes - originSender_lt: stagingxlayer_Bytes - originSender_gte: stagingxlayer_Bytes - originSender_lte: stagingxlayer_Bytes - originSender_in: [stagingxlayer_Bytes!] - originSender_not_in: [stagingxlayer_Bytes!] - originSender_contains: stagingxlayer_Bytes - originSender_not_contains: stagingxlayer_Bytes + originSender: base_Bytes + originSender_not: base_Bytes + originSender_gt: base_Bytes + originSender_lt: base_Bytes + originSender_gte: base_Bytes + originSender_lte: base_Bytes + originSender_in: [base_Bytes!] + originSender_not_in: [base_Bytes!] + originSender_contains: base_Bytes + originSender_not_contains: base_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -174397,16 +172087,16 @@ input stagingxlayer_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingxlayer_Bytes - canonicalId_not: stagingxlayer_Bytes - canonicalId_gt: stagingxlayer_Bytes - canonicalId_lt: stagingxlayer_Bytes - canonicalId_gte: stagingxlayer_Bytes - canonicalId_lte: stagingxlayer_Bytes - canonicalId_in: [stagingxlayer_Bytes!] - canonicalId_not_in: [stagingxlayer_Bytes!] - canonicalId_contains: stagingxlayer_Bytes - canonicalId_not_contains: stagingxlayer_Bytes + canonicalId: base_Bytes + canonicalId_not: base_Bytes + canonicalId_gt: base_Bytes + canonicalId_lt: base_Bytes + canonicalId_gte: base_Bytes + canonicalId_lte: base_Bytes + canonicalId_in: [base_Bytes!] + canonicalId_not_in: [base_Bytes!] + canonicalId_contains: base_Bytes + canonicalId_not_contains: base_Bytes asset: String asset_not: String asset_gt: String @@ -174427,7 +172117,7 @@ input stagingxlayer_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxlayer_Asset_filter + asset_: base_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -174444,26 +172134,26 @@ input stagingxlayer_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: stagingxlayer_Bytes - executedCaller_not: stagingxlayer_Bytes - executedCaller_gt: stagingxlayer_Bytes - executedCaller_lt: stagingxlayer_Bytes - executedCaller_gte: stagingxlayer_Bytes - executedCaller_lte: stagingxlayer_Bytes - executedCaller_in: [stagingxlayer_Bytes!] - executedCaller_not_in: [stagingxlayer_Bytes!] - executedCaller_contains: stagingxlayer_Bytes - executedCaller_not_contains: stagingxlayer_Bytes - executedTransactionHash: stagingxlayer_Bytes - executedTransactionHash_not: stagingxlayer_Bytes - executedTransactionHash_gt: stagingxlayer_Bytes - executedTransactionHash_lt: stagingxlayer_Bytes - executedTransactionHash_gte: stagingxlayer_Bytes - executedTransactionHash_lte: stagingxlayer_Bytes - executedTransactionHash_in: [stagingxlayer_Bytes!] - executedTransactionHash_not_in: [stagingxlayer_Bytes!] - executedTransactionHash_contains: stagingxlayer_Bytes - executedTransactionHash_not_contains: stagingxlayer_Bytes + executedCaller: base_Bytes + executedCaller_not: base_Bytes + executedCaller_gt: base_Bytes + executedCaller_lt: base_Bytes + executedCaller_gte: base_Bytes + executedCaller_lte: base_Bytes + executedCaller_in: [base_Bytes!] + executedCaller_not_in: [base_Bytes!] + executedCaller_contains: base_Bytes + executedCaller_not_contains: base_Bytes + executedTransactionHash: base_Bytes + executedTransactionHash_not: base_Bytes + executedTransactionHash_gt: base_Bytes + executedTransactionHash_lt: base_Bytes + executedTransactionHash_gte: base_Bytes + executedTransactionHash_lte: base_Bytes + executedTransactionHash_in: [base_Bytes!] + executedTransactionHash_not_in: [base_Bytes!] + executedTransactionHash_contains: base_Bytes + executedTransactionHash_not_contains: base_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -174496,16 +172186,16 @@ input stagingxlayer_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: stagingxlayer_Bytes - executedTxOrigin_not: stagingxlayer_Bytes - executedTxOrigin_gt: stagingxlayer_Bytes - executedTxOrigin_lt: stagingxlayer_Bytes - executedTxOrigin_gte: stagingxlayer_Bytes - executedTxOrigin_lte: stagingxlayer_Bytes - executedTxOrigin_in: [stagingxlayer_Bytes!] - executedTxOrigin_not_in: [stagingxlayer_Bytes!] - executedTxOrigin_contains: stagingxlayer_Bytes - executedTxOrigin_not_contains: stagingxlayer_Bytes + executedTxOrigin: base_Bytes + executedTxOrigin_not: base_Bytes + executedTxOrigin_gt: base_Bytes + executedTxOrigin_lt: base_Bytes + executedTxOrigin_gte: base_Bytes + executedTxOrigin_lte: base_Bytes + executedTxOrigin_in: [base_Bytes!] + executedTxOrigin_not_in: [base_Bytes!] + executedTxOrigin_contains: base_Bytes + executedTxOrigin_not_contains: base_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -174514,26 +172204,26 @@ input stagingxlayer_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: stagingxlayer_Bytes - reconciledCaller_not: stagingxlayer_Bytes - reconciledCaller_gt: stagingxlayer_Bytes - reconciledCaller_lt: stagingxlayer_Bytes - reconciledCaller_gte: stagingxlayer_Bytes - reconciledCaller_lte: stagingxlayer_Bytes - reconciledCaller_in: [stagingxlayer_Bytes!] - reconciledCaller_not_in: [stagingxlayer_Bytes!] - reconciledCaller_contains: stagingxlayer_Bytes - reconciledCaller_not_contains: stagingxlayer_Bytes - reconciledTransactionHash: stagingxlayer_Bytes - reconciledTransactionHash_not: stagingxlayer_Bytes - reconciledTransactionHash_gt: stagingxlayer_Bytes - reconciledTransactionHash_lt: stagingxlayer_Bytes - reconciledTransactionHash_gte: stagingxlayer_Bytes - reconciledTransactionHash_lte: stagingxlayer_Bytes - reconciledTransactionHash_in: [stagingxlayer_Bytes!] - reconciledTransactionHash_not_in: [stagingxlayer_Bytes!] - reconciledTransactionHash_contains: stagingxlayer_Bytes - reconciledTransactionHash_not_contains: stagingxlayer_Bytes + reconciledCaller: base_Bytes + reconciledCaller_not: base_Bytes + reconciledCaller_gt: base_Bytes + reconciledCaller_lt: base_Bytes + reconciledCaller_gte: base_Bytes + reconciledCaller_lte: base_Bytes + reconciledCaller_in: [base_Bytes!] + reconciledCaller_not_in: [base_Bytes!] + reconciledCaller_contains: base_Bytes + reconciledCaller_not_contains: base_Bytes + reconciledTransactionHash: base_Bytes + reconciledTransactionHash_not: base_Bytes + reconciledTransactionHash_gt: base_Bytes + reconciledTransactionHash_lt: base_Bytes + reconciledTransactionHash_gte: base_Bytes + reconciledTransactionHash_lte: base_Bytes + reconciledTransactionHash_in: [base_Bytes!] + reconciledTransactionHash_not_in: [base_Bytes!] + reconciledTransactionHash_contains: base_Bytes + reconciledTransactionHash_not_contains: base_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -174566,16 +172256,16 @@ input stagingxlayer_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: stagingxlayer_Bytes - reconciledTxOrigin_not: stagingxlayer_Bytes - reconciledTxOrigin_gt: stagingxlayer_Bytes - reconciledTxOrigin_lt: stagingxlayer_Bytes - reconciledTxOrigin_gte: stagingxlayer_Bytes - reconciledTxOrigin_lte: stagingxlayer_Bytes - reconciledTxOrigin_in: [stagingxlayer_Bytes!] - reconciledTxOrigin_not_in: [stagingxlayer_Bytes!] - reconciledTxOrigin_contains: stagingxlayer_Bytes - reconciledTxOrigin_not_contains: stagingxlayer_Bytes + reconciledTxOrigin: base_Bytes + reconciledTxOrigin_not: base_Bytes + reconciledTxOrigin_gt: base_Bytes + reconciledTxOrigin_lt: base_Bytes + reconciledTxOrigin_gte: base_Bytes + reconciledTxOrigin_lte: base_Bytes + reconciledTxOrigin_in: [base_Bytes!] + reconciledTxOrigin_not_in: [base_Bytes!] + reconciledTxOrigin_contains: base_Bytes + reconciledTxOrigin_not_contains: base_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -174585,12 +172275,12 @@ input stagingxlayer_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_DestinationTransfer_filter] - or: [stagingxlayer_DestinationTransfer_filter] + _change_block: base_BlockChangedFilter + and: [base_DestinationTransfer_filter] + or: [base_DestinationTransfer_filter] } -enum stagingxlayer_DestinationTransfer_orderBy { +enum base_DestinationTransfer_orderBy { id chainId transferId @@ -174644,16 +172334,16 @@ enum stagingxlayer_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingxlayer_Int8 +scalar base_Int8 -type stagingxlayer_OptimisticRootFinalized { +type base_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingxlayer_Bytes! + aggregateRoot: base_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingxlayer_OptimisticRootFinalized_filter { +input base_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -174662,16 +172352,16 @@ input stagingxlayer_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: stagingxlayer_Bytes - aggregateRoot_not: stagingxlayer_Bytes - aggregateRoot_gt: stagingxlayer_Bytes - aggregateRoot_lt: stagingxlayer_Bytes - aggregateRoot_gte: stagingxlayer_Bytes - aggregateRoot_lte: stagingxlayer_Bytes - aggregateRoot_in: [stagingxlayer_Bytes!] - aggregateRoot_not_in: [stagingxlayer_Bytes!] - aggregateRoot_contains: stagingxlayer_Bytes - aggregateRoot_not_contains: stagingxlayer_Bytes + aggregateRoot: base_Bytes + aggregateRoot_not: base_Bytes + aggregateRoot_gt: base_Bytes + aggregateRoot_lt: base_Bytes + aggregateRoot_gte: base_Bytes + aggregateRoot_lte: base_Bytes + aggregateRoot_in: [base_Bytes!] + aggregateRoot_not_in: [base_Bytes!] + aggregateRoot_contains: base_Bytes + aggregateRoot_not_contains: base_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -174689,12 +172379,12 @@ input stagingxlayer_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_OptimisticRootFinalized_filter] - or: [stagingxlayer_OptimisticRootFinalized_filter] + _change_block: base_BlockChangedFilter + and: [base_OptimisticRootFinalized_filter] + or: [base_OptimisticRootFinalized_filter] } -enum stagingxlayer_OptimisticRootFinalized_orderBy { +enum base_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -174702,25 +172392,25 @@ enum stagingxlayer_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingxlayer_OrderDirection { +enum base_OrderDirection { asc desc } -type stagingxlayer_OriginMessage { +type base_OriginMessage { id: ID! - transferId: stagingxlayer_Bytes + transferId: base_Bytes destinationDomain: BigInt - leaf: stagingxlayer_Bytes + leaf: base_Bytes index: BigInt - message: stagingxlayer_Bytes - root: stagingxlayer_Bytes - transactionHash: stagingxlayer_Bytes + message: base_Bytes + root: base_Bytes + transactionHash: base_Bytes blockNumber: BigInt - rootCount: stagingxlayer_RootCount + rootCount: base_RootCount } -input stagingxlayer_OriginMessage_filter { +input base_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -174729,16 +172419,16 @@ input stagingxlayer_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: stagingxlayer_Bytes - transferId_not: stagingxlayer_Bytes - transferId_gt: stagingxlayer_Bytes - transferId_lt: stagingxlayer_Bytes - transferId_gte: stagingxlayer_Bytes - transferId_lte: stagingxlayer_Bytes - transferId_in: [stagingxlayer_Bytes!] - transferId_not_in: [stagingxlayer_Bytes!] - transferId_contains: stagingxlayer_Bytes - transferId_not_contains: stagingxlayer_Bytes + transferId: base_Bytes + transferId_not: base_Bytes + transferId_gt: base_Bytes + transferId_lt: base_Bytes + transferId_gte: base_Bytes + transferId_lte: base_Bytes + transferId_in: [base_Bytes!] + transferId_not_in: [base_Bytes!] + transferId_contains: base_Bytes + transferId_not_contains: base_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -174747,16 +172437,16 @@ input stagingxlayer_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: stagingxlayer_Bytes - leaf_not: stagingxlayer_Bytes - leaf_gt: stagingxlayer_Bytes - leaf_lt: stagingxlayer_Bytes - leaf_gte: stagingxlayer_Bytes - leaf_lte: stagingxlayer_Bytes - leaf_in: [stagingxlayer_Bytes!] - leaf_not_in: [stagingxlayer_Bytes!] - leaf_contains: stagingxlayer_Bytes - leaf_not_contains: stagingxlayer_Bytes + leaf: base_Bytes + leaf_not: base_Bytes + leaf_gt: base_Bytes + leaf_lt: base_Bytes + leaf_gte: base_Bytes + leaf_lte: base_Bytes + leaf_in: [base_Bytes!] + leaf_not_in: [base_Bytes!] + leaf_contains: base_Bytes + leaf_not_contains: base_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -174765,36 +172455,36 @@ input stagingxlayer_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: stagingxlayer_Bytes - message_not: stagingxlayer_Bytes - message_gt: stagingxlayer_Bytes - message_lt: stagingxlayer_Bytes - message_gte: stagingxlayer_Bytes - message_lte: stagingxlayer_Bytes - message_in: [stagingxlayer_Bytes!] - message_not_in: [stagingxlayer_Bytes!] - message_contains: stagingxlayer_Bytes - message_not_contains: stagingxlayer_Bytes - root: stagingxlayer_Bytes - root_not: stagingxlayer_Bytes - root_gt: stagingxlayer_Bytes - root_lt: stagingxlayer_Bytes - root_gte: stagingxlayer_Bytes - root_lte: stagingxlayer_Bytes - root_in: [stagingxlayer_Bytes!] - root_not_in: [stagingxlayer_Bytes!] - root_contains: stagingxlayer_Bytes - root_not_contains: stagingxlayer_Bytes - transactionHash: stagingxlayer_Bytes - transactionHash_not: stagingxlayer_Bytes - transactionHash_gt: stagingxlayer_Bytes - transactionHash_lt: stagingxlayer_Bytes - transactionHash_gte: stagingxlayer_Bytes - transactionHash_lte: stagingxlayer_Bytes - transactionHash_in: [stagingxlayer_Bytes!] - transactionHash_not_in: [stagingxlayer_Bytes!] - transactionHash_contains: stagingxlayer_Bytes - transactionHash_not_contains: stagingxlayer_Bytes + message: base_Bytes + message_not: base_Bytes + message_gt: base_Bytes + message_lt: base_Bytes + message_gte: base_Bytes + message_lte: base_Bytes + message_in: [base_Bytes!] + message_not_in: [base_Bytes!] + message_contains: base_Bytes + message_not_contains: base_Bytes + root: base_Bytes + root_not: base_Bytes + root_gt: base_Bytes + root_lt: base_Bytes + root_gte: base_Bytes + root_lte: base_Bytes + root_in: [base_Bytes!] + root_not_in: [base_Bytes!] + root_contains: base_Bytes + root_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -174823,14 +172513,14 @@ input stagingxlayer_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingxlayer_RootCount_filter + rootCount_: base_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_OriginMessage_filter] - or: [stagingxlayer_OriginMessage_filter] + _change_block: base_BlockChangedFilter + and: [base_OriginMessage_filter] + or: [base_OriginMessage_filter] } -enum stagingxlayer_OriginMessage_orderBy { +enum base_OriginMessage_orderBy { id transferId destinationDomain @@ -174845,42 +172535,42 @@ enum stagingxlayer_OriginMessage_orderBy { rootCount__count } -type stagingxlayer_OriginTransfer { +type base_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingxlayer_Bytes + transferId: base_Bytes nonce: BigInt - status: stagingxlayer_TransferStatus - messageHash: stagingxlayer_Bytes + status: base_TransferStatus + messageHash: base_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingxlayer_Bytes - delegate: stagingxlayer_Bytes + to: base_Bytes + delegate: base_Bytes receiveLocal: Boolean - callData: stagingxlayer_Bytes + callData: base_Bytes slippage: BigInt - originSender: stagingxlayer_Bytes + originSender: base_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingxlayer_Bytes - asset: stagingxlayer_Asset - transactingAsset: stagingxlayer_Bytes - message: stagingxlayer_OriginMessage + canonicalId: base_Bytes + asset: base_Asset + transactingAsset: base_Bytes + message: base_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_RelayerFee_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_RelayerFee_filter): [stagingxlayer_RelayerFee!] - initialRelayerFeeAsset: stagingxlayer_Bytes - caller: stagingxlayer_Bytes - transactionHash: stagingxlayer_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: base_RelayerFee_orderBy, orderDirection: base_OrderDirection, where: base_RelayerFee_filter): [base_RelayerFee!] + initialRelayerFeeAsset: base_Bytes + caller: base_Bytes + transactionHash: base_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: stagingxlayer_Bytes + txOrigin: base_Bytes txNonce: BigInt } -input stagingxlayer_OriginTransfer_filter { +input base_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -174897,16 +172587,16 @@ input stagingxlayer_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: stagingxlayer_Bytes - transferId_not: stagingxlayer_Bytes - transferId_gt: stagingxlayer_Bytes - transferId_lt: stagingxlayer_Bytes - transferId_gte: stagingxlayer_Bytes - transferId_lte: stagingxlayer_Bytes - transferId_in: [stagingxlayer_Bytes!] - transferId_not_in: [stagingxlayer_Bytes!] - transferId_contains: stagingxlayer_Bytes - transferId_not_contains: stagingxlayer_Bytes + transferId: base_Bytes + transferId_not: base_Bytes + transferId_gt: base_Bytes + transferId_lt: base_Bytes + transferId_gte: base_Bytes + transferId_lte: base_Bytes + transferId_in: [base_Bytes!] + transferId_not_in: [base_Bytes!] + transferId_contains: base_Bytes + transferId_not_contains: base_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -174915,20 +172605,20 @@ input stagingxlayer_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: stagingxlayer_TransferStatus - status_not: stagingxlayer_TransferStatus - status_in: [stagingxlayer_TransferStatus!] - status_not_in: [stagingxlayer_TransferStatus!] - messageHash: stagingxlayer_Bytes - messageHash_not: stagingxlayer_Bytes - messageHash_gt: stagingxlayer_Bytes - messageHash_lt: stagingxlayer_Bytes - messageHash_gte: stagingxlayer_Bytes - messageHash_lte: stagingxlayer_Bytes - messageHash_in: [stagingxlayer_Bytes!] - messageHash_not_in: [stagingxlayer_Bytes!] - messageHash_contains: stagingxlayer_Bytes - messageHash_not_contains: stagingxlayer_Bytes + status: base_TransferStatus + status_not: base_TransferStatus + status_in: [base_TransferStatus!] + status_not_in: [base_TransferStatus!] + messageHash: base_Bytes + messageHash_not: base_Bytes + messageHash_gt: base_Bytes + messageHash_lt: base_Bytes + messageHash_gte: base_Bytes + messageHash_lte: base_Bytes + messageHash_in: [base_Bytes!] + messageHash_not_in: [base_Bytes!] + messageHash_contains: base_Bytes + messageHash_not_contains: base_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -174953,40 +172643,40 @@ input stagingxlayer_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: stagingxlayer_Bytes - to_not: stagingxlayer_Bytes - to_gt: stagingxlayer_Bytes - to_lt: stagingxlayer_Bytes - to_gte: stagingxlayer_Bytes - to_lte: stagingxlayer_Bytes - to_in: [stagingxlayer_Bytes!] - to_not_in: [stagingxlayer_Bytes!] - to_contains: stagingxlayer_Bytes - to_not_contains: stagingxlayer_Bytes - delegate: stagingxlayer_Bytes - delegate_not: stagingxlayer_Bytes - delegate_gt: stagingxlayer_Bytes - delegate_lt: stagingxlayer_Bytes - delegate_gte: stagingxlayer_Bytes - delegate_lte: stagingxlayer_Bytes - delegate_in: [stagingxlayer_Bytes!] - delegate_not_in: [stagingxlayer_Bytes!] - delegate_contains: stagingxlayer_Bytes - delegate_not_contains: stagingxlayer_Bytes + to: base_Bytes + to_not: base_Bytes + to_gt: base_Bytes + to_lt: base_Bytes + to_gte: base_Bytes + to_lte: base_Bytes + to_in: [base_Bytes!] + to_not_in: [base_Bytes!] + to_contains: base_Bytes + to_not_contains: base_Bytes + delegate: base_Bytes + delegate_not: base_Bytes + delegate_gt: base_Bytes + delegate_lt: base_Bytes + delegate_gte: base_Bytes + delegate_lte: base_Bytes + delegate_in: [base_Bytes!] + delegate_not_in: [base_Bytes!] + delegate_contains: base_Bytes + delegate_not_contains: base_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: stagingxlayer_Bytes - callData_not: stagingxlayer_Bytes - callData_gt: stagingxlayer_Bytes - callData_lt: stagingxlayer_Bytes - callData_gte: stagingxlayer_Bytes - callData_lte: stagingxlayer_Bytes - callData_in: [stagingxlayer_Bytes!] - callData_not_in: [stagingxlayer_Bytes!] - callData_contains: stagingxlayer_Bytes - callData_not_contains: stagingxlayer_Bytes + callData: base_Bytes + callData_not: base_Bytes + callData_gt: base_Bytes + callData_lt: base_Bytes + callData_gte: base_Bytes + callData_lte: base_Bytes + callData_in: [base_Bytes!] + callData_not_in: [base_Bytes!] + callData_contains: base_Bytes + callData_not_contains: base_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -174995,16 +172685,16 @@ input stagingxlayer_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: stagingxlayer_Bytes - originSender_not: stagingxlayer_Bytes - originSender_gt: stagingxlayer_Bytes - originSender_lt: stagingxlayer_Bytes - originSender_gte: stagingxlayer_Bytes - originSender_lte: stagingxlayer_Bytes - originSender_in: [stagingxlayer_Bytes!] - originSender_not_in: [stagingxlayer_Bytes!] - originSender_contains: stagingxlayer_Bytes - originSender_not_contains: stagingxlayer_Bytes + originSender: base_Bytes + originSender_not: base_Bytes + originSender_gt: base_Bytes + originSender_lt: base_Bytes + originSender_gte: base_Bytes + originSender_lte: base_Bytes + originSender_in: [base_Bytes!] + originSender_not_in: [base_Bytes!] + originSender_contains: base_Bytes + originSender_not_contains: base_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -175021,16 +172711,16 @@ input stagingxlayer_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: stagingxlayer_Bytes - canonicalId_not: stagingxlayer_Bytes - canonicalId_gt: stagingxlayer_Bytes - canonicalId_lt: stagingxlayer_Bytes - canonicalId_gte: stagingxlayer_Bytes - canonicalId_lte: stagingxlayer_Bytes - canonicalId_in: [stagingxlayer_Bytes!] - canonicalId_not_in: [stagingxlayer_Bytes!] - canonicalId_contains: stagingxlayer_Bytes - canonicalId_not_contains: stagingxlayer_Bytes + canonicalId: base_Bytes + canonicalId_not: base_Bytes + canonicalId_gt: base_Bytes + canonicalId_lt: base_Bytes + canonicalId_gte: base_Bytes + canonicalId_lte: base_Bytes + canonicalId_in: [base_Bytes!] + canonicalId_not_in: [base_Bytes!] + canonicalId_contains: base_Bytes + canonicalId_not_contains: base_Bytes asset: String asset_not: String asset_gt: String @@ -175051,17 +172741,17 @@ input stagingxlayer_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxlayer_Asset_filter - transactingAsset: stagingxlayer_Bytes - transactingAsset_not: stagingxlayer_Bytes - transactingAsset_gt: stagingxlayer_Bytes - transactingAsset_lt: stagingxlayer_Bytes - transactingAsset_gte: stagingxlayer_Bytes - transactingAsset_lte: stagingxlayer_Bytes - transactingAsset_in: [stagingxlayer_Bytes!] - transactingAsset_not_in: [stagingxlayer_Bytes!] - transactingAsset_contains: stagingxlayer_Bytes - transactingAsset_not_contains: stagingxlayer_Bytes + asset_: base_Asset_filter + transactingAsset: base_Bytes + transactingAsset_not: base_Bytes + transactingAsset_gt: base_Bytes + transactingAsset_lt: base_Bytes + transactingAsset_gte: base_Bytes + transactingAsset_lte: base_Bytes + transactingAsset_in: [base_Bytes!] + transactingAsset_not_in: [base_Bytes!] + transactingAsset_contains: base_Bytes + transactingAsset_not_contains: base_Bytes message: String message_not: String message_gt: String @@ -175082,7 +172772,7 @@ input stagingxlayer_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingxlayer_OriginMessage_filter + message_: base_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -175097,37 +172787,37 @@ input stagingxlayer_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: stagingxlayer_RelayerFee_filter - initialRelayerFeeAsset: stagingxlayer_Bytes - initialRelayerFeeAsset_not: stagingxlayer_Bytes - initialRelayerFeeAsset_gt: stagingxlayer_Bytes - initialRelayerFeeAsset_lt: stagingxlayer_Bytes - initialRelayerFeeAsset_gte: stagingxlayer_Bytes - initialRelayerFeeAsset_lte: stagingxlayer_Bytes - initialRelayerFeeAsset_in: [stagingxlayer_Bytes!] - initialRelayerFeeAsset_not_in: [stagingxlayer_Bytes!] - initialRelayerFeeAsset_contains: stagingxlayer_Bytes - initialRelayerFeeAsset_not_contains: stagingxlayer_Bytes - caller: stagingxlayer_Bytes - caller_not: stagingxlayer_Bytes - caller_gt: stagingxlayer_Bytes - caller_lt: stagingxlayer_Bytes - caller_gte: stagingxlayer_Bytes - caller_lte: stagingxlayer_Bytes - caller_in: [stagingxlayer_Bytes!] - caller_not_in: [stagingxlayer_Bytes!] - caller_contains: stagingxlayer_Bytes - caller_not_contains: stagingxlayer_Bytes - transactionHash: stagingxlayer_Bytes - transactionHash_not: stagingxlayer_Bytes - transactionHash_gt: stagingxlayer_Bytes - transactionHash_lt: stagingxlayer_Bytes - transactionHash_gte: stagingxlayer_Bytes - transactionHash_lte: stagingxlayer_Bytes - transactionHash_in: [stagingxlayer_Bytes!] - transactionHash_not_in: [stagingxlayer_Bytes!] - transactionHash_contains: stagingxlayer_Bytes - transactionHash_not_contains: stagingxlayer_Bytes + relayerFees_: base_RelayerFee_filter + initialRelayerFeeAsset: base_Bytes + initialRelayerFeeAsset_not: base_Bytes + initialRelayerFeeAsset_gt: base_Bytes + initialRelayerFeeAsset_lt: base_Bytes + initialRelayerFeeAsset_gte: base_Bytes + initialRelayerFeeAsset_lte: base_Bytes + initialRelayerFeeAsset_in: [base_Bytes!] + initialRelayerFeeAsset_not_in: [base_Bytes!] + initialRelayerFeeAsset_contains: base_Bytes + initialRelayerFeeAsset_not_contains: base_Bytes + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -175160,16 +172850,16 @@ input stagingxlayer_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: stagingxlayer_Bytes - txOrigin_not: stagingxlayer_Bytes - txOrigin_gt: stagingxlayer_Bytes - txOrigin_lt: stagingxlayer_Bytes - txOrigin_gte: stagingxlayer_Bytes - txOrigin_lte: stagingxlayer_Bytes - txOrigin_in: [stagingxlayer_Bytes!] - txOrigin_not_in: [stagingxlayer_Bytes!] - txOrigin_contains: stagingxlayer_Bytes - txOrigin_not_contains: stagingxlayer_Bytes + txOrigin: base_Bytes + txOrigin_not: base_Bytes + txOrigin_gt: base_Bytes + txOrigin_lt: base_Bytes + txOrigin_gte: base_Bytes + txOrigin_lte: base_Bytes + txOrigin_in: [base_Bytes!] + txOrigin_not_in: [base_Bytes!] + txOrigin_contains: base_Bytes + txOrigin_not_contains: base_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -175179,12 +172869,12 @@ input stagingxlayer_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_OriginTransfer_filter] - or: [stagingxlayer_OriginTransfer_filter] + _change_block: base_BlockChangedFilter + and: [base_OriginTransfer_filter] + or: [base_OriginTransfer_filter] } -enum stagingxlayer_OriginTransfer_orderBy { +enum base_OriginTransfer_orderBy { id chainId transferId @@ -175237,20 +172927,20 @@ enum stagingxlayer_OriginTransfer_orderBy { txNonce } -type stagingxlayer_Relayer { +type base_Relayer { id: ID! isActive: Boolean! - relayer: stagingxlayer_Bytes + relayer: base_Bytes } -type stagingxlayer_RelayerFee { +type base_RelayerFee { id: ID! - transfer: stagingxlayer_OriginTransfer! + transfer: base_OriginTransfer! fee: BigInt! - asset: stagingxlayer_Bytes! + asset: base_Bytes! } -input stagingxlayer_RelayerFee_filter { +input base_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -175279,7 +172969,7 @@ input stagingxlayer_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingxlayer_OriginTransfer_filter + transfer_: base_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -175288,23 +172978,23 @@ input stagingxlayer_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: stagingxlayer_Bytes - asset_not: stagingxlayer_Bytes - asset_gt: stagingxlayer_Bytes - asset_lt: stagingxlayer_Bytes - asset_gte: stagingxlayer_Bytes - asset_lte: stagingxlayer_Bytes - asset_in: [stagingxlayer_Bytes!] - asset_not_in: [stagingxlayer_Bytes!] - asset_contains: stagingxlayer_Bytes - asset_not_contains: stagingxlayer_Bytes + asset: base_Bytes + asset_not: base_Bytes + asset_gt: base_Bytes + asset_lt: base_Bytes + asset_gte: base_Bytes + asset_lte: base_Bytes + asset_in: [base_Bytes!] + asset_not_in: [base_Bytes!] + asset_contains: base_Bytes + asset_not_contains: base_Bytes """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_RelayerFee_filter] - or: [stagingxlayer_RelayerFee_filter] + _change_block: base_BlockChangedFilter + and: [base_RelayerFee_filter] + or: [base_RelayerFee_filter] } -enum stagingxlayer_RelayerFee_orderBy { +enum base_RelayerFee_orderBy { id transfer transfer__id @@ -175340,20 +173030,814 @@ enum stagingxlayer_RelayerFee_orderBy { asset } -type stagingxlayer_RelayerFeesIncrease { +type base_RelayerFeesIncrease { id: ID! - transfer: stagingxlayer_OriginTransfer! + transfer: base_OriginTransfer! increase: BigInt - asset: stagingxlayer_Bytes - caller: stagingxlayer_Bytes! - transactionHash: stagingxlayer_Bytes! + asset: base_Bytes + caller: base_Bytes! + transactionHash: base_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input base_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_: base_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: base_Bytes + asset_not: base_Bytes + asset_gt: base_Bytes + asset_lt: base_Bytes + asset_gte: base_Bytes + asset_lte: base_Bytes + asset_in: [base_Bytes!] + asset_not_in: [base_Bytes!] + asset_contains: base_Bytes + asset_not_contains: base_Bytes + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_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: base_BlockChangedFilter + and: [base_RelayerFeesIncrease_filter] + or: [base_RelayerFeesIncrease_filter] +} + +enum base_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 base_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: base_Bytes + relayer_not: base_Bytes + relayer_gt: base_Bytes + relayer_lt: base_Bytes + relayer_gte: base_Bytes + relayer_lte: base_Bytes + relayer_in: [base_Bytes!] + relayer_not_in: [base_Bytes!] + relayer_contains: base_Bytes + relayer_not_contains: base_Bytes + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_Relayer_filter] + or: [base_Relayer_filter] +} + +enum base_Relayer_orderBy { + id + isActive + relayer +} + +type base_RootCount { + id: ID! + count: BigInt +} + +input base_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: base_BlockChangedFilter + and: [base_RootCount_filter] + or: [base_RootCount_filter] +} + +enum base_RootCount_orderBy { + id + count +} + +type base_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: base_Bytes + count: BigInt + caller: base_Bytes + transactionHash: base_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input base_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: base_Bytes + root_not: base_Bytes + root_gt: base_Bytes + root_lt: base_Bytes + root_gte: base_Bytes + root_lte: base_Bytes + root_in: [base_Bytes!] + root_not_in: [base_Bytes!] + root_contains: base_Bytes + root_not_contains: base_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: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_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: base_BlockChangedFilter + and: [base_RootMessageSent_filter] + or: [base_RootMessageSent_filter] +} + +enum base_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type base_Router { + id: ID! + isActive: Boolean! + owner: base_Bytes + recipient: base_Bytes + proposedOwner: base_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: base_AssetBalance_orderBy, orderDirection: base_OrderDirection, where: base_AssetBalance_filter): [base_AssetBalance!]! +} + +type base_RouterDailyTVL { + id: ID! + router: base_Router! + asset: base_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input base_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_: base_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_: base_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: base_BlockChangedFilter + and: [base_RouterDailyTVL_filter] + or: [base_RouterDailyTVL_filter] +} + +enum base_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type base_RouterLiquidityEvent { + id: ID! + type: base_RouterLiquidityEventType + router: base_Router! + asset: base_Asset! + amount: BigInt! + balance: BigInt! + caller: base_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: base_Bytes! + nonce: BigInt! +} + +enum base_RouterLiquidityEventType { + Add + Remove +} + +input base_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: base_RouterLiquidityEventType + type_not: base_RouterLiquidityEventType + type_in: [base_RouterLiquidityEventType!] + type_not_in: [base_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: base_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_: base_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_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: base_BlockChangedFilter + and: [base_RouterLiquidityEvent_filter] + or: [base_RouterLiquidityEvent_filter] +} + +enum base_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input base_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: base_Bytes + owner_not: base_Bytes + owner_gt: base_Bytes + owner_lt: base_Bytes + owner_gte: base_Bytes + owner_lte: base_Bytes + owner_in: [base_Bytes!] + owner_not_in: [base_Bytes!] + owner_contains: base_Bytes + owner_not_contains: base_Bytes + recipient: base_Bytes + recipient_not: base_Bytes + recipient_gt: base_Bytes + recipient_lt: base_Bytes + recipient_gte: base_Bytes + recipient_lte: base_Bytes + recipient_in: [base_Bytes!] + recipient_not_in: [base_Bytes!] + recipient_contains: base_Bytes + recipient_not_contains: base_Bytes + proposedOwner: base_Bytes + proposedOwner_not: base_Bytes + proposedOwner_gt: base_Bytes + proposedOwner_lt: base_Bytes + proposedOwner_gte: base_Bytes + proposedOwner_lte: base_Bytes + proposedOwner_in: [base_Bytes!] + proposedOwner_not_in: [base_Bytes!] + proposedOwner_contains: base_Bytes + proposedOwner_not_contains: base_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_: base_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_Router_filter] + or: [base_Router_filter] +} + +enum base_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type base_Sequencer { + id: ID! + isActive: Boolean! + sequencer: base_Bytes +} + +input base_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: base_Bytes + sequencer_not: base_Bytes + sequencer_gt: base_Bytes + sequencer_lt: base_Bytes + sequencer_gte: base_Bytes + sequencer_lte: base_Bytes + sequencer_in: [base_Bytes!] + sequencer_not_in: [base_Bytes!] + sequencer_contains: base_Bytes + sequencer_not_contains: base_Bytes + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_Sequencer_filter] + or: [base_Sequencer_filter] +} + +enum base_Sequencer_orderBy { + id + isActive + sequencer +} + +type base_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: base_Bytes! +} + +input base_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: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + """Filter for the block changed event.""" + _change_block: base_BlockChangedFilter + and: [base_Setting_filter] + or: [base_Setting_filter] +} + +enum base_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type base_SlippageUpdate { + id: ID! + transfer: base_DestinationTransfer! + slippage: BigInt! + caller: base_Bytes! + transactionHash: base_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingxlayer_RelayerFeesIncrease_filter { +input base_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -175382,45 +173866,35 @@ input stagingxlayer_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingxlayer_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: stagingxlayer_Bytes - asset_not: stagingxlayer_Bytes - asset_gt: stagingxlayer_Bytes - asset_lt: stagingxlayer_Bytes - asset_gte: stagingxlayer_Bytes - asset_lte: stagingxlayer_Bytes - asset_in: [stagingxlayer_Bytes!] - asset_not_in: [stagingxlayer_Bytes!] - asset_contains: stagingxlayer_Bytes - asset_not_contains: stagingxlayer_Bytes - caller: stagingxlayer_Bytes - caller_not: stagingxlayer_Bytes - caller_gt: stagingxlayer_Bytes - caller_lt: stagingxlayer_Bytes - caller_gte: stagingxlayer_Bytes - caller_lte: stagingxlayer_Bytes - caller_in: [stagingxlayer_Bytes!] - caller_not_in: [stagingxlayer_Bytes!] - caller_contains: stagingxlayer_Bytes - caller_not_contains: stagingxlayer_Bytes - transactionHash: stagingxlayer_Bytes - transactionHash_not: stagingxlayer_Bytes - transactionHash_gt: stagingxlayer_Bytes - transactionHash_lt: stagingxlayer_Bytes - transactionHash_gte: stagingxlayer_Bytes - transactionHash_lte: stagingxlayer_Bytes - transactionHash_in: [stagingxlayer_Bytes!] - transactionHash_not_in: [stagingxlayer_Bytes!] - transactionHash_contains: stagingxlayer_Bytes - transactionHash_not_contains: stagingxlayer_Bytes + transfer_: base_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: base_Bytes + caller_not: base_Bytes + caller_gt: base_Bytes + caller_lt: base_Bytes + caller_gte: base_Bytes + caller_lte: base_Bytes + caller_in: [base_Bytes!] + caller_not_in: [base_Bytes!] + caller_contains: base_Bytes + caller_not_contains: base_Bytes + transactionHash: base_Bytes + transactionHash_not: base_Bytes + transactionHash_gt: base_Bytes + transactionHash_lt: base_Bytes + transactionHash_gte: base_Bytes + transactionHash_lte: base_Bytes + transactionHash_in: [base_Bytes!] + transactionHash_not_in: [base_Bytes!] + transactionHash_contains: base_Bytes + transactionHash_not_contains: base_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -175454,12 +173928,12 @@ input stagingxlayer_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_RelayerFeesIncrease_filter] - or: [stagingxlayer_RelayerFeesIncrease_filter] + _change_block: base_BlockChangedFilter + and: [base_SlippageUpdate_filter] + or: [base_SlippageUpdate_filter] } -enum stagingxlayer_RelayerFeesIncrease_orderBy { +enum base_SlippageUpdate_orderBy { id transfer transfer__id @@ -175467,7 +173941,6 @@ enum stagingxlayer_RelayerFeesIncrease_orderBy { transfer__transferId transfer__nonce transfer__status - transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -175476,23 +173949,30 @@ enum stagingxlayer_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 @@ -175501,7 +173981,16 @@ enum stagingxlayer_RelayerFeesIncrease_orderBy { blockNumber } -input stagingxlayer_Relayer_filter { +type base_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: base_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input base_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -175510,38 +173999,69 @@ input stagingxlayer_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: stagingxlayer_Bytes - relayer_not: stagingxlayer_Bytes - relayer_gt: stagingxlayer_Bytes - relayer_lt: stagingxlayer_Bytes - relayer_gte: stagingxlayer_Bytes - relayer_lte: stagingxlayer_Bytes - relayer_in: [stagingxlayer_Bytes!] - relayer_not_in: [stagingxlayer_Bytes!] - relayer_contains: stagingxlayer_Bytes - relayer_not_contains: stagingxlayer_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: base_Bytes + root_not: base_Bytes + root_gt: base_Bytes + root_lt: base_Bytes + root_gte: base_Bytes + root_lte: base_Bytes + root_in: [base_Bytes!] + root_not_in: [base_Bytes!] + root_contains: base_Bytes + root_not_contains: base_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: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_Relayer_filter] - or: [stagingxlayer_Relayer_filter] + _change_block: base_BlockChangedFilter + and: [base_SnapshotRoot_filter] + or: [base_SnapshotRoot_filter] } -enum stagingxlayer_Relayer_orderBy { +enum base_SnapshotRoot_orderBy { id - isActive - relayer + spokeDomain + root + count + timestamp + blockNumber } -type stagingxlayer_RootCount { +type base_SpokeConnectorMode { id: ID! - count: BigInt + mode: String! } -input stagingxlayer_RootCount_filter { +input base_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -175550,40 +174070,894 @@ input stagingxlayer_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!] + 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: base_BlockChangedFilter + and: [base_SpokeConnectorMode_filter] + or: [base_SpokeConnectorMode_filter] +} + +enum base_SpokeConnectorMode_orderBy { + id + mode +} + +enum base_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type base__Block_ { + """The hash of the block""" + hash: base_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 base__Meta_ { + """ + Information 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: base__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +enum arbitrumsepolia_swap_Aggregation_interval { + hour + day +} + +scalar arbitrumsepolia_swap_BigDecimal + +input arbitrumsepolia_swap_BlockChangedFilter { + number_gte: Int! +} + +input arbitrumsepolia_swap_Block_height { + hash: arbitrumsepolia_swap_Bytes + number: Int + number_gte: Int +} + +scalar arbitrumsepolia_swap_Bytes + +""" +8 bytes signed integer + +""" +scalar arbitrumsepolia_swap_Int8 + +type arbitrumsepolia_swap_LpAccount { + id: ID! + address: arbitrumsepolia_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_LpAccountBalance_filter): [arbitrumsepolia_swap_LpAccountBalance!]! +} + +type arbitrumsepolia_swap_LpAccountBalance { + id: ID! + account: arbitrumsepolia_swap_LpAccount! + token: arbitrumsepolia_swap_LpToken! + amount: arbitrumsepolia_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: arbitrumsepolia_swap_Bytes +} + +input arbitrumsepolia_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_: arbitrumsepolia_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_: arbitrumsepolia_swap_LpToken_filter + amount: arbitrumsepolia_swap_BigDecimal + amount_not: arbitrumsepolia_swap_BigDecimal + amount_gt: arbitrumsepolia_swap_BigDecimal + amount_lt: arbitrumsepolia_swap_BigDecimal + amount_gte: arbitrumsepolia_swap_BigDecimal + amount_lte: arbitrumsepolia_swap_BigDecimal + amount_in: [arbitrumsepolia_swap_BigDecimal!] + amount_not_in: [arbitrumsepolia_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: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_swap_Bytes + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_LpAccountBalance_filter] + or: [arbitrumsepolia_swap_LpAccountBalance_filter] +} + +enum arbitrumsepolia_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 arbitrumsepolia_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: arbitrumsepolia_swap_Bytes + address_not: arbitrumsepolia_swap_Bytes + address_gt: arbitrumsepolia_swap_Bytes + address_lt: arbitrumsepolia_swap_Bytes + address_gte: arbitrumsepolia_swap_Bytes + address_lte: arbitrumsepolia_swap_Bytes + address_in: [arbitrumsepolia_swap_Bytes!] + address_not_in: [arbitrumsepolia_swap_Bytes!] + address_contains: arbitrumsepolia_swap_Bytes + address_not_contains: arbitrumsepolia_swap_Bytes + balances_: arbitrumsepolia_swap_LpAccountBalance_filter + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_LpAccount_filter] + or: [arbitrumsepolia_swap_LpAccount_filter] +} + +enum arbitrumsepolia_swap_LpAccount_orderBy { + id + address + balances +} + +type arbitrumsepolia_swap_LpToken { + id: ID! + address: arbitrumsepolia_swap_Bytes! + stableSwap: arbitrumsepolia_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: arbitrumsepolia_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_LpTokenEvent_filter): [arbitrumsepolia_swap_LpTokenEvent!]! +} + +interface arbitrumsepolia_swap_LpTokenEvent { + id: ID! + token: arbitrumsepolia_swap_LpToken! + amount: arbitrumsepolia_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! +} + +input arbitrumsepolia_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_: arbitrumsepolia_swap_LpToken_filter + amount: arbitrumsepolia_swap_BigDecimal + amount_not: arbitrumsepolia_swap_BigDecimal + amount_gt: arbitrumsepolia_swap_BigDecimal + amount_lt: arbitrumsepolia_swap_BigDecimal + amount_gte: arbitrumsepolia_swap_BigDecimal + amount_lte: arbitrumsepolia_swap_BigDecimal + amount_in: [arbitrumsepolia_swap_BigDecimal!] + amount_not_in: [arbitrumsepolia_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: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_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: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_LpTokenEvent_filter] + or: [arbitrumsepolia_swap_LpTokenEvent_filter] +} + +enum arbitrumsepolia_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce +} + +input arbitrumsepolia_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: arbitrumsepolia_swap_Bytes + address_not: arbitrumsepolia_swap_Bytes + address_gt: arbitrumsepolia_swap_Bytes + address_lt: arbitrumsepolia_swap_Bytes + address_gte: arbitrumsepolia_swap_Bytes + address_lte: arbitrumsepolia_swap_Bytes + address_in: [arbitrumsepolia_swap_Bytes!] + address_not_in: [arbitrumsepolia_swap_Bytes!] + address_contains: arbitrumsepolia_swap_Bytes + address_not_contains: arbitrumsepolia_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_: arbitrumsepolia_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: arbitrumsepolia_swap_BigDecimal + totalSupply_not: arbitrumsepolia_swap_BigDecimal + totalSupply_gt: arbitrumsepolia_swap_BigDecimal + totalSupply_lt: arbitrumsepolia_swap_BigDecimal + totalSupply_gte: arbitrumsepolia_swap_BigDecimal + totalSupply_lte: arbitrumsepolia_swap_BigDecimal + totalSupply_in: [arbitrumsepolia_swap_BigDecimal!] + totalSupply_not_in: [arbitrumsepolia_swap_BigDecimal!] + events_: arbitrumsepolia_swap_LpTokenEvent_filter + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_LpToken_filter] + or: [arbitrumsepolia_swap_LpToken_filter] +} + +enum arbitrumsepolia_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 arbitrumsepolia_swap_LpTransferEvent implements arbitrumsepolia_swap_LpTokenEvent { + id: ID! + token: arbitrumsepolia_swap_LpToken! + amount: arbitrumsepolia_swap_BigDecimal! + from: arbitrumsepolia_swap_Bytes! + to: arbitrumsepolia_swap_Bytes! + fromBalance: arbitrumsepolia_swap_BigDecimal! + toBalance: arbitrumsepolia_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! +} + +input arbitrumsepolia_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_: arbitrumsepolia_swap_LpToken_filter + amount: arbitrumsepolia_swap_BigDecimal + amount_not: arbitrumsepolia_swap_BigDecimal + amount_gt: arbitrumsepolia_swap_BigDecimal + amount_lt: arbitrumsepolia_swap_BigDecimal + amount_gte: arbitrumsepolia_swap_BigDecimal + amount_lte: arbitrumsepolia_swap_BigDecimal + amount_in: [arbitrumsepolia_swap_BigDecimal!] + amount_not_in: [arbitrumsepolia_swap_BigDecimal!] + from: arbitrumsepolia_swap_Bytes + from_not: arbitrumsepolia_swap_Bytes + from_gt: arbitrumsepolia_swap_Bytes + from_lt: arbitrumsepolia_swap_Bytes + from_gte: arbitrumsepolia_swap_Bytes + from_lte: arbitrumsepolia_swap_Bytes + from_in: [arbitrumsepolia_swap_Bytes!] + from_not_in: [arbitrumsepolia_swap_Bytes!] + from_contains: arbitrumsepolia_swap_Bytes + from_not_contains: arbitrumsepolia_swap_Bytes + to: arbitrumsepolia_swap_Bytes + to_not: arbitrumsepolia_swap_Bytes + to_gt: arbitrumsepolia_swap_Bytes + to_lt: arbitrumsepolia_swap_Bytes + to_gte: arbitrumsepolia_swap_Bytes + to_lte: arbitrumsepolia_swap_Bytes + to_in: [arbitrumsepolia_swap_Bytes!] + to_not_in: [arbitrumsepolia_swap_Bytes!] + to_contains: arbitrumsepolia_swap_Bytes + to_not_contains: arbitrumsepolia_swap_Bytes + fromBalance: arbitrumsepolia_swap_BigDecimal + fromBalance_not: arbitrumsepolia_swap_BigDecimal + fromBalance_gt: arbitrumsepolia_swap_BigDecimal + fromBalance_lt: arbitrumsepolia_swap_BigDecimal + fromBalance_gte: arbitrumsepolia_swap_BigDecimal + fromBalance_lte: arbitrumsepolia_swap_BigDecimal + fromBalance_in: [arbitrumsepolia_swap_BigDecimal!] + fromBalance_not_in: [arbitrumsepolia_swap_BigDecimal!] + toBalance: arbitrumsepolia_swap_BigDecimal + toBalance_not: arbitrumsepolia_swap_BigDecimal + toBalance_gt: arbitrumsepolia_swap_BigDecimal + toBalance_lt: arbitrumsepolia_swap_BigDecimal + toBalance_gte: arbitrumsepolia_swap_BigDecimal + toBalance_lte: arbitrumsepolia_swap_BigDecimal + toBalance_in: [arbitrumsepolia_swap_BigDecimal!] + toBalance_not_in: [arbitrumsepolia_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: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_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: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_LpTransferEvent_filter] + or: [arbitrumsepolia_swap_LpTransferEvent_filter] +} + +enum arbitrumsepolia_swap_LpTransferEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce +} + +"""Defines the order direction, either ascending or descending""" +enum arbitrumsepolia_swap_OrderDirection { + asc + desc +} + +type arbitrumsepolia_swap_PooledToken { + id: ID! + asset: arbitrumsepolia_swap_Bytes! +} + +input arbitrumsepolia_swap_PooledToken_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + asset: arbitrumsepolia_swap_Bytes + asset_not: arbitrumsepolia_swap_Bytes + asset_gt: arbitrumsepolia_swap_Bytes + asset_lt: arbitrumsepolia_swap_Bytes + asset_gte: arbitrumsepolia_swap_Bytes + asset_lte: arbitrumsepolia_swap_Bytes + asset_in: [arbitrumsepolia_swap_Bytes!] + asset_not_in: [arbitrumsepolia_swap_Bytes!] + asset_contains: arbitrumsepolia_swap_Bytes + asset_not_contains: arbitrumsepolia_swap_Bytes + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_PooledToken_filter] + or: [arbitrumsepolia_swap_PooledToken_filter] +} + +enum arbitrumsepolia_swap_PooledToken_orderBy { + id + asset +} + +type arbitrumsepolia_swap_StableSwap { + id: ID! + isActive: Boolean + key: arbitrumsepolia_swap_Bytes! + canonicalId: arbitrumsepolia_swap_Bytes + domain: BigInt + swapPool: arbitrumsepolia_swap_Bytes + lpToken: arbitrumsepolia_swap_Bytes + initialA: BigInt + futureA: BigInt + initialATime: BigInt + futureATime: BigInt + swapFee: BigInt + adminFee: BigInt + pooledTokens: [arbitrumsepolia_swap_Bytes!]! + tokenPrecisionMultipliers: [BigInt!]! + balances: [BigInt!]! + adminFees: [BigInt!]! + virtualPrice: BigInt! + invariant: BigInt! + lpTokenSupply: BigInt! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_StableSwapEvent_filter): [arbitrumsepolia_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_StableSwapExchange_filter): [arbitrumsepolia_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapHourlyVolume_filter): [arbitrumsepolia_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapDailyVolume_filter): [arbitrumsepolia_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumsepolia_swap_OrderDirection, where: arbitrumsepolia_swap_SwapWeeklyVolume_filter): [arbitrumsepolia_swap_SwapWeeklyVolume!] +} + +type arbitrumsepolia_swap_StableSwapAddLiquidityEvent implements arbitrumsepolia_swap_StableSwapEvent { + id: ID! + stableSwap: arbitrumsepolia_swap_StableSwap! + provider: arbitrumsepolia_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! +} + +input arbitrumsepolia_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_: arbitrumsepolia_swap_StableSwap_filter + provider: arbitrumsepolia_swap_Bytes + provider_not: arbitrumsepolia_swap_Bytes + provider_gt: arbitrumsepolia_swap_Bytes + provider_lt: arbitrumsepolia_swap_Bytes + provider_gte: arbitrumsepolia_swap_Bytes + provider_lte: arbitrumsepolia_swap_Bytes + provider_in: [arbitrumsepolia_swap_Bytes!] + provider_not_in: [arbitrumsepolia_swap_Bytes!] + provider_contains: arbitrumsepolia_swap_Bytes + provider_not_contains: arbitrumsepolia_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: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_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: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_RootCount_filter] - or: [stagingxlayer_RootCount_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingxlayer_RootCount_orderBy { +enum arbitrumsepolia_swap_StableSwapAddLiquidityEvent_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 + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction + nonce } -type stagingxlayer_RootMessageSent { +interface arbitrumsepolia_swap_StableSwapEvent { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingxlayer_Bytes - count: BigInt - caller: stagingxlayer_Bytes - transactionHash: stagingxlayer_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + stableSwap: arbitrumsepolia_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! } -input stagingxlayer_RootMessageSent_filter { +input arbitrumsepolia_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -175592,60 +174966,35 @@ input stagingxlayer_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: stagingxlayer_Bytes - root_not: stagingxlayer_Bytes - root_gt: stagingxlayer_Bytes - root_lt: stagingxlayer_Bytes - root_gte: stagingxlayer_Bytes - root_lte: stagingxlayer_Bytes - root_in: [stagingxlayer_Bytes!] - root_not_in: [stagingxlayer_Bytes!] - root_contains: stagingxlayer_Bytes - root_not_contains: stagingxlayer_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: stagingxlayer_Bytes - caller_not: stagingxlayer_Bytes - caller_gt: stagingxlayer_Bytes - caller_lt: stagingxlayer_Bytes - caller_gte: stagingxlayer_Bytes - caller_lte: stagingxlayer_Bytes - caller_in: [stagingxlayer_Bytes!] - caller_not_in: [stagingxlayer_Bytes!] - caller_contains: stagingxlayer_Bytes - caller_not_contains: stagingxlayer_Bytes - transactionHash: stagingxlayer_Bytes - transactionHash_not: stagingxlayer_Bytes - transactionHash_gt: stagingxlayer_Bytes - transactionHash_lt: stagingxlayer_Bytes - transactionHash_gte: stagingxlayer_Bytes - transactionHash_lte: stagingxlayer_Bytes - transactionHash_in: [stagingxlayer_Bytes!] - transactionHash_not_in: [stagingxlayer_Bytes!] - transactionHash_contains: stagingxlayer_Bytes - transactionHash_not_contains: stagingxlayer_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_: arbitrumsepolia_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 @@ -175654,69 +175003,72 @@ input stagingxlayer_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: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_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: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_RootMessageSent_filter] - or: [stagingxlayer_RootMessageSent_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_StableSwapEvent_filter] + or: [arbitrumsepolia_swap_StableSwapEvent_filter] } -enum stagingxlayer_RootMessageSent_orderBy { +enum arbitrumsepolia_swap_StableSwapEvent_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - gasPrice - gasLimit - blockNumber -} - -type stagingxlayer_Router { - id: ID! - isActive: Boolean! - owner: stagingxlayer_Bytes - recipient: stagingxlayer_Bytes - proposedOwner: stagingxlayer_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_AssetBalance_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_AssetBalance_filter): [stagingxlayer_AssetBalance!]! + transaction + nonce } -type stagingxlayer_RouterDailyTVL { +type arbitrumsepolia_swap_StableSwapExchange { id: ID! - router: stagingxlayer_Router! - asset: stagingxlayer_Asset! + stableSwap: arbitrumsepolia_swap_StableSwap! + buyer: arbitrumsepolia_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: arbitrumsepolia_swap_Bytes! + nonce: BigInt! } -input stagingxlayer_RouterDailyTVL_filter { +input arbitrumsepolia_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -175725,48 +175077,91 @@ input stagingxlayer_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_: stagingxlayer_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_: stagingxlayer_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_: arbitrumsepolia_swap_StableSwap_filter + buyer: arbitrumsepolia_swap_Bytes + buyer_not: arbitrumsepolia_swap_Bytes + buyer_gt: arbitrumsepolia_swap_Bytes + buyer_lt: arbitrumsepolia_swap_Bytes + buyer_gte: arbitrumsepolia_swap_Bytes + buyer_lte: arbitrumsepolia_swap_Bytes + buyer_in: [arbitrumsepolia_swap_Bytes!] + buyer_not_in: [arbitrumsepolia_swap_Bytes!] + buyer_contains: arbitrumsepolia_swap_Bytes + buyer_not_contains: arbitrumsepolia_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 @@ -175775,63 +175170,79 @@ input stagingxlayer_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: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_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: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_RouterDailyTVL_filter] - or: [stagingxlayer_RouterDailyTVL_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_StableSwapExchange_filter] + or: [arbitrumsepolia_swap_StableSwapExchange_filter] } -enum stagingxlayer_RouterDailyTVL_orderBy { +enum arbitrumsepolia_swap_StableSwapExchange_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block timestamp - balance + transaction + nonce } -type stagingxlayer_RouterLiquidityEvent { +type arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent implements arbitrumsepolia_swap_StableSwapEvent { id: ID! - type: stagingxlayer_RouterLiquidityEventType - router: stagingxlayer_Router! - asset: stagingxlayer_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingxlayer_Bytes - blockNumber: BigInt! + stableSwap: arbitrumsepolia_swap_StableSwap! + provider: arbitrumsepolia_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - transactionHash: stagingxlayer_Bytes! + transaction: arbitrumsepolia_swap_Bytes! nonce: BigInt! } -enum stagingxlayer_RouterLiquidityEventType { - Add - Remove -} - -input stagingxlayer_RouterLiquidityEvent_filter { +input arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -175840,86 +175251,87 @@ input stagingxlayer_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: stagingxlayer_RouterLiquidityEventType - type_not: stagingxlayer_RouterLiquidityEventType - type_in: [stagingxlayer_RouterLiquidityEventType!] - type_not_in: [stagingxlayer_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - router_lt: String - router_gte: String - router_lte: String - router_in: [String!] - router_not_in: [String!] - router_contains: String - router_contains_nocase: String - router_not_contains: String - router_not_contains_nocase: String - router_starts_with: String - router_starts_with_nocase: String - router_not_starts_with: String - router_not_starts_with_nocase: String - router_ends_with: String - router_ends_with_nocase: String - router_not_ends_with: String - router_not_ends_with_nocase: String - router_: stagingxlayer_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_: stagingxlayer_Asset_filter - amount: BigInt - amount_not: BigInt - amount_gt: BigInt - amount_lt: BigInt - amount_gte: BigInt - amount_lte: BigInt - amount_in: [BigInt!] - amount_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] - caller: stagingxlayer_Bytes - caller_not: stagingxlayer_Bytes - caller_gt: stagingxlayer_Bytes - caller_lt: stagingxlayer_Bytes - caller_gte: stagingxlayer_Bytes - caller_lte: stagingxlayer_Bytes - caller_in: [stagingxlayer_Bytes!] - caller_not_in: [stagingxlayer_Bytes!] - caller_contains: stagingxlayer_Bytes - caller_not_contains: stagingxlayer_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!] + 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_: arbitrumsepolia_swap_StableSwap_filter + provider: arbitrumsepolia_swap_Bytes + provider_not: arbitrumsepolia_swap_Bytes + provider_gt: arbitrumsepolia_swap_Bytes + provider_lt: arbitrumsepolia_swap_Bytes + provider_gte: arbitrumsepolia_swap_Bytes + provider_lte: arbitrumsepolia_swap_Bytes + provider_in: [arbitrumsepolia_swap_Bytes!] + provider_not_in: [arbitrumsepolia_swap_Bytes!] + provider_contains: arbitrumsepolia_swap_Bytes + provider_not_contains: arbitrumsepolia_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 @@ -175928,16 +175340,16 @@ input stagingxlayer_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: stagingxlayer_Bytes - transactionHash_not: stagingxlayer_Bytes - transactionHash_gt: stagingxlayer_Bytes - transactionHash_lt: stagingxlayer_Bytes - transactionHash_gte: stagingxlayer_Bytes - transactionHash_lte: stagingxlayer_Bytes - transactionHash_in: [stagingxlayer_Bytes!] - transactionHash_not_in: [stagingxlayer_Bytes!] - transactionHash_contains: stagingxlayer_Bytes - transactionHash_not_contains: stagingxlayer_Bytes + transaction: arbitrumsepolia_swap_Bytes + transaction_not: arbitrumsepolia_swap_Bytes + transaction_gt: arbitrumsepolia_swap_Bytes + transaction_lt: arbitrumsepolia_swap_Bytes + transaction_gte: arbitrumsepolia_swap_Bytes + transaction_lte: arbitrumsepolia_swap_Bytes + transaction_in: [arbitrumsepolia_swap_Bytes!] + transaction_not_in: [arbitrumsepolia_swap_Bytes!] + transaction_contains: arbitrumsepolia_swap_Bytes + transaction_not_contains: arbitrumsepolia_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -175947,115 +175359,44 @@ input stagingxlayer_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_RouterLiquidityEvent_filter] - or: [stagingxlayer_RouterLiquidityEvent_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingxlayer_RouterLiquidityEvent_orderBy { +enum arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - amount - balance - caller - blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - transactionHash + transaction nonce } -input stagingxlayer_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: stagingxlayer_Bytes - owner_not: stagingxlayer_Bytes - owner_gt: stagingxlayer_Bytes - owner_lt: stagingxlayer_Bytes - owner_gte: stagingxlayer_Bytes - owner_lte: stagingxlayer_Bytes - owner_in: [stagingxlayer_Bytes!] - owner_not_in: [stagingxlayer_Bytes!] - owner_contains: stagingxlayer_Bytes - owner_not_contains: stagingxlayer_Bytes - recipient: stagingxlayer_Bytes - recipient_not: stagingxlayer_Bytes - recipient_gt: stagingxlayer_Bytes - recipient_lt: stagingxlayer_Bytes - recipient_gte: stagingxlayer_Bytes - recipient_lte: stagingxlayer_Bytes - recipient_in: [stagingxlayer_Bytes!] - recipient_not_in: [stagingxlayer_Bytes!] - recipient_contains: stagingxlayer_Bytes - recipient_not_contains: stagingxlayer_Bytes - proposedOwner: stagingxlayer_Bytes - proposedOwner_not: stagingxlayer_Bytes - proposedOwner_gt: stagingxlayer_Bytes - proposedOwner_lt: stagingxlayer_Bytes - proposedOwner_gte: stagingxlayer_Bytes - proposedOwner_lte: stagingxlayer_Bytes - proposedOwner_in: [stagingxlayer_Bytes!] - proposedOwner_not_in: [stagingxlayer_Bytes!] - proposedOwner_contains: stagingxlayer_Bytes - proposedOwner_not_contains: stagingxlayer_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_: stagingxlayer_AssetBalance_filter - """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_Router_filter] - or: [stagingxlayer_Router_filter] -} - -enum stagingxlayer_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type stagingxlayer_Sequencer { - id: ID! - isActive: Boolean! - sequencer: stagingxlayer_Bytes -} - -input stagingxlayer_Sequencer_filter { +input arbitrumsepolia_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -176068,35 +175409,197 @@ input stagingxlayer_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: stagingxlayer_Bytes - sequencer_not: stagingxlayer_Bytes - sequencer_gt: stagingxlayer_Bytes - sequencer_lt: stagingxlayer_Bytes - sequencer_gte: stagingxlayer_Bytes - sequencer_lte: stagingxlayer_Bytes - sequencer_in: [stagingxlayer_Bytes!] - sequencer_not_in: [stagingxlayer_Bytes!] - sequencer_contains: stagingxlayer_Bytes - sequencer_not_contains: stagingxlayer_Bytes + key: arbitrumsepolia_swap_Bytes + key_not: arbitrumsepolia_swap_Bytes + key_gt: arbitrumsepolia_swap_Bytes + key_lt: arbitrumsepolia_swap_Bytes + key_gte: arbitrumsepolia_swap_Bytes + key_lte: arbitrumsepolia_swap_Bytes + key_in: [arbitrumsepolia_swap_Bytes!] + key_not_in: [arbitrumsepolia_swap_Bytes!] + key_contains: arbitrumsepolia_swap_Bytes + key_not_contains: arbitrumsepolia_swap_Bytes + canonicalId: arbitrumsepolia_swap_Bytes + canonicalId_not: arbitrumsepolia_swap_Bytes + canonicalId_gt: arbitrumsepolia_swap_Bytes + canonicalId_lt: arbitrumsepolia_swap_Bytes + canonicalId_gte: arbitrumsepolia_swap_Bytes + canonicalId_lte: arbitrumsepolia_swap_Bytes + canonicalId_in: [arbitrumsepolia_swap_Bytes!] + canonicalId_not_in: [arbitrumsepolia_swap_Bytes!] + canonicalId_contains: arbitrumsepolia_swap_Bytes + canonicalId_not_contains: arbitrumsepolia_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: arbitrumsepolia_swap_Bytes + swapPool_not: arbitrumsepolia_swap_Bytes + swapPool_gt: arbitrumsepolia_swap_Bytes + swapPool_lt: arbitrumsepolia_swap_Bytes + swapPool_gte: arbitrumsepolia_swap_Bytes + swapPool_lte: arbitrumsepolia_swap_Bytes + swapPool_in: [arbitrumsepolia_swap_Bytes!] + swapPool_not_in: [arbitrumsepolia_swap_Bytes!] + swapPool_contains: arbitrumsepolia_swap_Bytes + swapPool_not_contains: arbitrumsepolia_swap_Bytes + lpToken: arbitrumsepolia_swap_Bytes + lpToken_not: arbitrumsepolia_swap_Bytes + lpToken_gt: arbitrumsepolia_swap_Bytes + lpToken_lt: arbitrumsepolia_swap_Bytes + lpToken_gte: arbitrumsepolia_swap_Bytes + lpToken_lte: arbitrumsepolia_swap_Bytes + lpToken_in: [arbitrumsepolia_swap_Bytes!] + lpToken_not_in: [arbitrumsepolia_swap_Bytes!] + lpToken_contains: arbitrumsepolia_swap_Bytes + lpToken_not_contains: arbitrumsepolia_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: [arbitrumsepolia_swap_Bytes!] + pooledTokens_not: [arbitrumsepolia_swap_Bytes!] + pooledTokens_contains: [arbitrumsepolia_swap_Bytes!] + pooledTokens_contains_nocase: [arbitrumsepolia_swap_Bytes!] + pooledTokens_not_contains: [arbitrumsepolia_swap_Bytes!] + pooledTokens_not_contains_nocase: [arbitrumsepolia_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_: arbitrumsepolia_swap_StableSwapEvent_filter + exchanges_: arbitrumsepolia_swap_StableSwapExchange_filter + hourlyVolumes_: arbitrumsepolia_swap_SwapHourlyVolume_filter + dailyVolumes_: arbitrumsepolia_swap_SwapDailyVolume_filter + weeklyVolumes_: arbitrumsepolia_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_Sequencer_filter] - or: [stagingxlayer_Sequencer_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_StableSwap_filter] + or: [arbitrumsepolia_swap_StableSwap_filter] } -enum stagingxlayer_Sequencer_orderBy { +enum arbitrumsepolia_swap_StableSwap_orderBy { id isActive - sequencer + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type stagingxlayer_Setting { +type arbitrumsepolia_swap_SwapDailyVolume implements arbitrumsepolia_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingxlayer_Bytes! + stableSwap: arbitrumsepolia_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumsepolia_swap_BigDecimal! } -input stagingxlayer_Setting_filter { +input arbitrumsepolia_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -176105,49 +175608,80 @@ input stagingxlayer_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: stagingxlayer_Bytes - caller_not: stagingxlayer_Bytes - caller_gt: stagingxlayer_Bytes - caller_lt: stagingxlayer_Bytes - caller_gte: stagingxlayer_Bytes - caller_lte: stagingxlayer_Bytes - caller_in: [stagingxlayer_Bytes!] - caller_not_in: [stagingxlayer_Bytes!] - caller_contains: stagingxlayer_Bytes - caller_not_contains: stagingxlayer_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_: arbitrumsepolia_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: arbitrumsepolia_swap_BigDecimal + volume_not: arbitrumsepolia_swap_BigDecimal + volume_gt: arbitrumsepolia_swap_BigDecimal + volume_lt: arbitrumsepolia_swap_BigDecimal + volume_gte: arbitrumsepolia_swap_BigDecimal + volume_lte: arbitrumsepolia_swap_BigDecimal + volume_in: [arbitrumsepolia_swap_BigDecimal!] + volume_not_in: [arbitrumsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_Setting_filter] - or: [stagingxlayer_Setting_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_SwapDailyVolume_filter] + or: [arbitrumsepolia_swap_SwapDailyVolume_filter] } -enum stagingxlayer_Setting_orderBy { +enum arbitrumsepolia_swap_SwapDailyVolume_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 stagingxlayer_SlippageUpdate { +type arbitrumsepolia_swap_SwapHourlyVolume implements arbitrumsepolia_swap_SwapTradeVolume { id: ID! - transfer: stagingxlayer_DestinationTransfer! - slippage: BigInt! - caller: stagingxlayer_Bytes! - transactionHash: stagingxlayer_Bytes! + stableSwap: arbitrumsepolia_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: arbitrumsepolia_swap_BigDecimal! } -input stagingxlayer_SlippageUpdate_filter { +input arbitrumsepolia_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -176156,55 +175690,27 @@ input stagingxlayer_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_: stagingxlayer_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: stagingxlayer_Bytes - caller_not: stagingxlayer_Bytes - caller_gt: stagingxlayer_Bytes - caller_lt: stagingxlayer_Bytes - caller_gte: stagingxlayer_Bytes - caller_lte: stagingxlayer_Bytes - caller_in: [stagingxlayer_Bytes!] - caller_not_in: [stagingxlayer_Bytes!] - caller_contains: stagingxlayer_Bytes - caller_not_contains: stagingxlayer_Bytes - transactionHash: stagingxlayer_Bytes - transactionHash_not: stagingxlayer_Bytes - transactionHash_gt: stagingxlayer_Bytes - transactionHash_lt: stagingxlayer_Bytes - transactionHash_gte: stagingxlayer_Bytes - transactionHash_lte: stagingxlayer_Bytes - transactionHash_in: [stagingxlayer_Bytes!] - transactionHash_not_in: [stagingxlayer_Bytes!] - transactionHash_contains: stagingxlayer_Bytes - transactionHash_not_contains: stagingxlayer_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_: arbitrumsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -176213,94 +175719,123 @@ input stagingxlayer_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: arbitrumsepolia_swap_BigDecimal + volume_not: arbitrumsepolia_swap_BigDecimal + volume_gt: arbitrumsepolia_swap_BigDecimal + volume_lt: arbitrumsepolia_swap_BigDecimal + volume_gte: arbitrumsepolia_swap_BigDecimal + volume_lte: arbitrumsepolia_swap_BigDecimal + volume_in: [arbitrumsepolia_swap_BigDecimal!] + volume_not_in: [arbitrumsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_SlippageUpdate_filter] - or: [stagingxlayer_SlippageUpdate_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_SwapHourlyVolume_filter] + or: [arbitrumsepolia_swap_SwapHourlyVolume_filter] } -enum stagingxlayer_SlippageUpdate_orderBy { +enum arbitrumsepolia_swap_SwapHourlyVolume_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 } -type stagingxlayer_SnapshotRoot { +interface arbitrumsepolia_swap_SwapTradeVolume { + stableSwap: arbitrumsepolia_swap_StableSwap! + timestamp: BigInt! + volume: arbitrumsepolia_swap_BigDecimal! +} + +input arbitrumsepolia_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_: arbitrumsepolia_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: arbitrumsepolia_swap_BigDecimal + volume_not: arbitrumsepolia_swap_BigDecimal + volume_gt: arbitrumsepolia_swap_BigDecimal + volume_lt: arbitrumsepolia_swap_BigDecimal + volume_gte: arbitrumsepolia_swap_BigDecimal + volume_lte: arbitrumsepolia_swap_BigDecimal + volume_in: [arbitrumsepolia_swap_BigDecimal!] + volume_not_in: [arbitrumsepolia_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_SwapTradeVolume_filter] + or: [arbitrumsepolia_swap_SwapTradeVolume_filter] +} + +enum arbitrumsepolia_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 arbitrumsepolia_swap_SwapWeeklyVolume implements arbitrumsepolia_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: stagingxlayer_Bytes! - count: BigInt! + stableSwap: arbitrumsepolia_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: arbitrumsepolia_swap_BigDecimal! } -input stagingxlayer_SnapshotRoot_filter { +input arbitrumsepolia_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -176309,32 +175844,27 @@ input stagingxlayer_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: stagingxlayer_Bytes - root_not: stagingxlayer_Bytes - root_gt: stagingxlayer_Bytes - root_lt: stagingxlayer_Bytes - root_gte: stagingxlayer_Bytes - root_lte: stagingxlayer_Bytes - root_in: [stagingxlayer_Bytes!] - root_not_in: [stagingxlayer_Bytes!] - root_contains: stagingxlayer_Bytes - root_not_contains: stagingxlayer_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_: arbitrumsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -176343,35 +175873,50 @@ input stagingxlayer_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: arbitrumsepolia_swap_BigDecimal + volume_not: arbitrumsepolia_swap_BigDecimal + volume_gt: arbitrumsepolia_swap_BigDecimal + volume_lt: arbitrumsepolia_swap_BigDecimal + volume_gte: arbitrumsepolia_swap_BigDecimal + volume_lte: arbitrumsepolia_swap_BigDecimal + volume_in: [arbitrumsepolia_swap_BigDecimal!] + volume_not_in: [arbitrumsepolia_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_SnapshotRoot_filter] - or: [stagingxlayer_SnapshotRoot_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_SwapWeeklyVolume_filter] + or: [arbitrumsepolia_swap_SwapWeeklyVolume_filter] } -enum stagingxlayer_SnapshotRoot_orderBy { +enum arbitrumsepolia_swap_SwapWeeklyVolume_orderBy { id - spokeDomain - root - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - blockNumber + volume } -type stagingxlayer_SpokeConnectorMode { +type arbitrumsepolia_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input stagingxlayer_SpokeConnectorMode_filter { +input arbitrumsepolia_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -176380,56 +175925,47 @@ input stagingxlayer_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_SpokeConnectorMode_filter] - or: [stagingxlayer_SpokeConnectorMode_filter] + _change_block: arbitrumsepolia_swap_BlockChangedFilter + and: [arbitrumsepolia_swap_SystemInfo_filter] + or: [arbitrumsepolia_swap_SystemInfo_filter] } -enum stagingxlayer_SpokeConnectorMode_orderBy { +enum arbitrumsepolia_swap_SystemInfo_orderBy { id - mode -} - -enum stagingxlayer_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type stagingxlayer__Block_ { +type arbitrumsepolia_swap__Block_ { """The hash of the block""" - hash: stagingxlayer_Bytes + hash: arbitrumsepolia_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: arbitrumsepolia_swap_Bytes } """The type for the top-level _meta field""" -type stagingxlayer__Meta_ { +type arbitrumsepolia_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 @@ -176437,22 +175973,22 @@ type stagingxlayer__Meta_ { and therefore asks for the latest block """ - block: stagingxlayer__Block_! + block: arbitrumsepolia_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type staginglinea_AggregateRoot { +type stagingoptimism_AggregateRoot { id: ID! - root: staginglinea_Bytes! + root: stagingoptimism_Bytes! blockNumber: BigInt! } -type staginglinea_AggregateRootProposed { +type stagingoptimism_AggregateRootProposed { id: ID! - aggregateRoot: staginglinea_Bytes! + aggregateRoot: stagingoptimism_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -176460,7 +175996,7 @@ type staginglinea_AggregateRootProposed { blockNumber: BigInt } -input staginglinea_AggregateRootProposed_filter { +input stagingoptimism_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -176469,12 +176005,16 @@ input staginglinea_AggregateRootProposed_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginglinea_Bytes - aggregateRoot_not: staginglinea_Bytes - aggregateRoot_in: [staginglinea_Bytes!] - aggregateRoot_not_in: [staginglinea_Bytes!] - aggregateRoot_contains: staginglinea_Bytes - aggregateRoot_not_contains: staginglinea_Bytes + aggregateRoot: stagingoptimism_Bytes + aggregateRoot_not: stagingoptimism_Bytes + aggregateRoot_gt: stagingoptimism_Bytes + aggregateRoot_lt: stagingoptimism_Bytes + aggregateRoot_gte: stagingoptimism_Bytes + aggregateRoot_lte: stagingoptimism_Bytes + aggregateRoot_in: [stagingoptimism_Bytes!] + aggregateRoot_not_in: [stagingoptimism_Bytes!] + aggregateRoot_contains: stagingoptimism_Bytes + aggregateRoot_not_contains: stagingoptimism_Bytes rootTimestamp: BigInt rootTimestamp_not: BigInt rootTimestamp_gt: BigInt @@ -176516,10 +176056,12 @@ input staginglinea_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AggregateRootProposed_filter] + or: [stagingoptimism_AggregateRootProposed_filter] } -enum staginglinea_AggregateRootProposed_orderBy { +enum stagingoptimism_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -176529,7 +176071,7 @@ enum staginglinea_AggregateRootProposed_orderBy { blockNumber } -input staginglinea_AggregateRoot_filter { +input stagingoptimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -176538,12 +176080,16 @@ input staginglinea_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: staginglinea_Bytes - root_not: staginglinea_Bytes - root_in: [staginglinea_Bytes!] - root_not_in: [staginglinea_Bytes!] - root_contains: staginglinea_Bytes - root_not_contains: staginglinea_Bytes + root: stagingoptimism_Bytes + root_not: stagingoptimism_Bytes + root_gt: stagingoptimism_Bytes + root_lt: stagingoptimism_Bytes + root_gte: stagingoptimism_Bytes + root_lte: stagingoptimism_Bytes + root_in: [stagingoptimism_Bytes!] + root_not_in: [stagingoptimism_Bytes!] + root_contains: stagingoptimism_Bytes + root_not_contains: stagingoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -176553,40 +176099,47 @@ input staginglinea_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AggregateRoot_filter] + or: [stagingoptimism_AggregateRoot_filter] } -enum staginglinea_AggregateRoot_orderBy { +enum stagingoptimism_AggregateRoot_orderBy { id root blockNumber } -type staginglinea_Asset { +enum stagingoptimism_Aggregation_interval { + hour + day +} + +type stagingoptimism_Asset { id: ID! - key: staginglinea_Bytes + key: stagingoptimism_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: staginglinea_Bytes + canonicalId: stagingoptimism_Bytes canonicalDomain: BigInt - adoptedAsset: staginglinea_Bytes - localAsset: staginglinea_Bytes + adoptedAsset: stagingoptimism_Bytes + localAsset: stagingoptimism_Bytes blockNumber: BigInt - status: staginglinea_AssetStatus + status: stagingoptimism_AssetStatus } -type staginglinea_AssetBalance { +type stagingoptimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: staginglinea_Router! - asset: staginglinea_Asset! + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! feesEarned: BigInt! } -input staginglinea_AssetBalance_filter { +input stagingoptimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -176647,7 +176200,7 @@ input staginglinea_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginglinea_Router_filter + router_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -176668,7 +176221,7 @@ input staginglinea_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginglinea_Asset_filter + asset_: stagingoptimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -176678,26 +176231,43 @@ input staginglinea_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AssetBalance_filter] + or: [stagingoptimism_AssetBalance_filter] } -enum staginglinea_AssetBalance_orderBy { +enum stagingoptimism_AssetBalance_orderBy { id amount locked supplied removed router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber feesEarned } -type staginglinea_AssetStatus { +type stagingoptimism_AssetStatus { id: ID! status: Boolean } -input staginglinea_AssetStatus_filter { +input stagingoptimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -176711,15 +176281,17 @@ input staginglinea_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AssetStatus_filter] + or: [stagingoptimism_AssetStatus_filter] } -enum staginglinea_AssetStatus_orderBy { +enum stagingoptimism_AssetStatus_orderBy { id status } -input staginglinea_Asset_filter { +input stagingoptimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -176728,12 +176300,16 @@ input staginglinea_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: staginglinea_Bytes - key_not: staginglinea_Bytes - key_in: [staginglinea_Bytes!] - key_not_in: [staginglinea_Bytes!] - key_contains: staginglinea_Bytes - key_not_contains: staginglinea_Bytes + key: stagingoptimism_Bytes + key_not: stagingoptimism_Bytes + key_gt: stagingoptimism_Bytes + key_lt: stagingoptimism_Bytes + key_gte: stagingoptimism_Bytes + key_lte: stagingoptimism_Bytes + key_in: [stagingoptimism_Bytes!] + key_not_in: [stagingoptimism_Bytes!] + key_contains: stagingoptimism_Bytes + key_not_contains: stagingoptimism_Bytes decimal: BigInt decimal_not: BigInt decimal_gt: BigInt @@ -176750,12 +176326,16 @@ input staginglinea_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: staginglinea_Bytes - canonicalId_not: staginglinea_Bytes - canonicalId_in: [staginglinea_Bytes!] - canonicalId_not_in: [staginglinea_Bytes!] - canonicalId_contains: staginglinea_Bytes - canonicalId_not_contains: staginglinea_Bytes + canonicalId: stagingoptimism_Bytes + canonicalId_not: stagingoptimism_Bytes + canonicalId_gt: stagingoptimism_Bytes + canonicalId_lt: stagingoptimism_Bytes + canonicalId_gte: stagingoptimism_Bytes + canonicalId_lte: stagingoptimism_Bytes + canonicalId_in: [stagingoptimism_Bytes!] + canonicalId_not_in: [stagingoptimism_Bytes!] + canonicalId_contains: stagingoptimism_Bytes + canonicalId_not_contains: stagingoptimism_Bytes canonicalDomain: BigInt canonicalDomain_not: BigInt canonicalDomain_gt: BigInt @@ -176764,18 +176344,26 @@ input staginglinea_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: staginglinea_Bytes - adoptedAsset_not: staginglinea_Bytes - adoptedAsset_in: [staginglinea_Bytes!] - adoptedAsset_not_in: [staginglinea_Bytes!] - adoptedAsset_contains: staginglinea_Bytes - adoptedAsset_not_contains: staginglinea_Bytes - localAsset: staginglinea_Bytes - localAsset_not: staginglinea_Bytes - localAsset_in: [staginglinea_Bytes!] - localAsset_not_in: [staginglinea_Bytes!] - localAsset_contains: staginglinea_Bytes - localAsset_not_contains: staginglinea_Bytes + adoptedAsset: stagingoptimism_Bytes + adoptedAsset_not: stagingoptimism_Bytes + adoptedAsset_gt: stagingoptimism_Bytes + adoptedAsset_lt: stagingoptimism_Bytes + adoptedAsset_gte: stagingoptimism_Bytes + adoptedAsset_lte: stagingoptimism_Bytes + adoptedAsset_in: [stagingoptimism_Bytes!] + adoptedAsset_not_in: [stagingoptimism_Bytes!] + adoptedAsset_contains: stagingoptimism_Bytes + adoptedAsset_not_contains: stagingoptimism_Bytes + localAsset: stagingoptimism_Bytes + localAsset_not: stagingoptimism_Bytes + localAsset_gt: stagingoptimism_Bytes + localAsset_lt: stagingoptimism_Bytes + localAsset_gte: stagingoptimism_Bytes + localAsset_lte: stagingoptimism_Bytes + localAsset_in: [stagingoptimism_Bytes!] + localAsset_not_in: [stagingoptimism_Bytes!] + localAsset_contains: stagingoptimism_Bytes + localAsset_not_contains: stagingoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -176804,12 +176392,14 @@ input staginglinea_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: staginglinea_AssetStatus_filter + status_: stagingoptimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Asset_filter] + or: [stagingoptimism_Asset_filter] } -enum staginglinea_Asset_orderBy { +enum stagingoptimism_Asset_orderBy { id key decimal @@ -176820,32 +176410,34 @@ enum staginglinea_Asset_orderBy { localAsset blockNumber status + status__id + status__status } -scalar staginglinea_BigDecimal +scalar stagingoptimism_BigDecimal -input staginglinea_BlockChangedFilter { +input stagingoptimism_BlockChangedFilter { number_gte: Int! } -input staginglinea_Block_height { - hash: staginglinea_Bytes +input stagingoptimism_Block_height { + hash: stagingoptimism_Bytes number: Int number_gte: Int } -scalar staginglinea_Bytes +scalar stagingoptimism_Bytes -type staginglinea_ConnectorMeta { +type stagingoptimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: staginglinea_Bytes - rootManager: staginglinea_Bytes - mirrorConnector: staginglinea_Bytes + amb: stagingoptimism_Bytes + rootManager: stagingoptimism_Bytes + mirrorConnector: stagingoptimism_Bytes } -input staginglinea_ConnectorMeta_filter { +input stagingoptimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -176870,29 +176462,43 @@ input staginglinea_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: staginglinea_Bytes - amb_not: staginglinea_Bytes - amb_in: [staginglinea_Bytes!] - amb_not_in: [staginglinea_Bytes!] - amb_contains: staginglinea_Bytes - amb_not_contains: staginglinea_Bytes - rootManager: staginglinea_Bytes - rootManager_not: staginglinea_Bytes - rootManager_in: [staginglinea_Bytes!] - rootManager_not_in: [staginglinea_Bytes!] - rootManager_contains: staginglinea_Bytes - rootManager_not_contains: staginglinea_Bytes - mirrorConnector: staginglinea_Bytes - mirrorConnector_not: staginglinea_Bytes - mirrorConnector_in: [staginglinea_Bytes!] - mirrorConnector_not_in: [staginglinea_Bytes!] - mirrorConnector_contains: staginglinea_Bytes - mirrorConnector_not_contains: staginglinea_Bytes + amb: stagingoptimism_Bytes + amb_not: stagingoptimism_Bytes + amb_gt: stagingoptimism_Bytes + amb_lt: stagingoptimism_Bytes + amb_gte: stagingoptimism_Bytes + amb_lte: stagingoptimism_Bytes + amb_in: [stagingoptimism_Bytes!] + amb_not_in: [stagingoptimism_Bytes!] + amb_contains: stagingoptimism_Bytes + amb_not_contains: stagingoptimism_Bytes + rootManager: stagingoptimism_Bytes + rootManager_not: stagingoptimism_Bytes + rootManager_gt: stagingoptimism_Bytes + rootManager_lt: stagingoptimism_Bytes + rootManager_gte: stagingoptimism_Bytes + rootManager_lte: stagingoptimism_Bytes + rootManager_in: [stagingoptimism_Bytes!] + rootManager_not_in: [stagingoptimism_Bytes!] + rootManager_contains: stagingoptimism_Bytes + rootManager_not_contains: stagingoptimism_Bytes + mirrorConnector: stagingoptimism_Bytes + mirrorConnector_not: stagingoptimism_Bytes + mirrorConnector_gt: stagingoptimism_Bytes + mirrorConnector_lt: stagingoptimism_Bytes + mirrorConnector_gte: stagingoptimism_Bytes + mirrorConnector_lte: stagingoptimism_Bytes + mirrorConnector_in: [stagingoptimism_Bytes!] + mirrorConnector_not_in: [stagingoptimism_Bytes!] + mirrorConnector_contains: stagingoptimism_Bytes + mirrorConnector_not_contains: stagingoptimism_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_ConnectorMeta_filter] + or: [stagingoptimism_ConnectorMeta_filter] } -enum staginglinea_ConnectorMeta_orderBy { +enum stagingoptimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -176901,48 +176507,48 @@ enum staginglinea_ConnectorMeta_orderBy { mirrorConnector } -type staginglinea_DestinationTransfer { +type stagingoptimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: staginglinea_Bytes + transferId: stagingoptimism_Bytes nonce: BigInt - status: staginglinea_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: staginglinea_Router_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_Router_filter): [staginglinea_Router!] + status: stagingoptimism_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingoptimism_Router_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_Router_filter): [stagingoptimism_Router!] originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginglinea_Bytes - delegate: staginglinea_Bytes + to: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes receiveLocal: Boolean - callData: staginglinea_Bytes + callData: stagingoptimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: staginglinea_Bytes + originSender: stagingoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginglinea_Bytes - asset: staginglinea_Asset + canonicalId: stagingoptimism_Bytes + asset: stagingoptimism_Asset amount: BigInt routersFee: BigInt - executedCaller: staginglinea_Bytes - executedTransactionHash: staginglinea_Bytes + executedCaller: stagingoptimism_Bytes + executedTransactionHash: stagingoptimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: staginglinea_Bytes + executedTxOrigin: stagingoptimism_Bytes executedTxNonce: BigInt - reconciledCaller: staginglinea_Bytes - reconciledTransactionHash: staginglinea_Bytes + reconciledCaller: stagingoptimism_Bytes + reconciledTransactionHash: stagingoptimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: staginglinea_Bytes + reconciledTxOrigin: stagingoptimism_Bytes reconciledTxNonce: BigInt } -input staginglinea_DestinationTransfer_filter { +input stagingoptimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -176959,12 +176565,16 @@ input staginglinea_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: staginglinea_Bytes - transferId_not: staginglinea_Bytes - transferId_in: [staginglinea_Bytes!] - transferId_not_in: [staginglinea_Bytes!] - transferId_contains: staginglinea_Bytes - transferId_not_contains: staginglinea_Bytes + transferId: stagingoptimism_Bytes + transferId_not: stagingoptimism_Bytes + transferId_gt: stagingoptimism_Bytes + transferId_lt: stagingoptimism_Bytes + transferId_gte: stagingoptimism_Bytes + transferId_lte: stagingoptimism_Bytes + transferId_in: [stagingoptimism_Bytes!] + transferId_not_in: [stagingoptimism_Bytes!] + transferId_contains: stagingoptimism_Bytes + transferId_not_contains: stagingoptimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -176973,17 +176583,17 @@ input staginglinea_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: staginglinea_TransferStatus - status_not: staginglinea_TransferStatus - status_in: [staginglinea_TransferStatus!] - status_not_in: [staginglinea_TransferStatus!] + status: stagingoptimism_TransferStatus + status_not: stagingoptimism_TransferStatus + status_in: [stagingoptimism_TransferStatus!] + status_not_in: [stagingoptimism_TransferStatus!] routers: [String!] routers_not: [String!] routers_contains: [String!] routers_contains_nocase: [String!] routers_not_contains: [String!] routers_not_contains_nocase: [String!] - routers_: staginglinea_Router_filter + routers_: stagingoptimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -177008,28 +176618,40 @@ input staginglinea_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: staginglinea_Bytes - to_not: staginglinea_Bytes - to_in: [staginglinea_Bytes!] - to_not_in: [staginglinea_Bytes!] - to_contains: staginglinea_Bytes - to_not_contains: staginglinea_Bytes - delegate: staginglinea_Bytes - delegate_not: staginglinea_Bytes - delegate_in: [staginglinea_Bytes!] - delegate_not_in: [staginglinea_Bytes!] - delegate_contains: staginglinea_Bytes - delegate_not_contains: staginglinea_Bytes + to: stagingoptimism_Bytes + to_not: stagingoptimism_Bytes + to_gt: stagingoptimism_Bytes + to_lt: stagingoptimism_Bytes + to_gte: stagingoptimism_Bytes + to_lte: stagingoptimism_Bytes + to_in: [stagingoptimism_Bytes!] + to_not_in: [stagingoptimism_Bytes!] + to_contains: stagingoptimism_Bytes + to_not_contains: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes + delegate_not: stagingoptimism_Bytes + delegate_gt: stagingoptimism_Bytes + delegate_lt: stagingoptimism_Bytes + delegate_gte: stagingoptimism_Bytes + delegate_lte: stagingoptimism_Bytes + delegate_in: [stagingoptimism_Bytes!] + delegate_not_in: [stagingoptimism_Bytes!] + delegate_contains: stagingoptimism_Bytes + delegate_not_contains: stagingoptimism_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: staginglinea_Bytes - callData_not: staginglinea_Bytes - callData_in: [staginglinea_Bytes!] - callData_not_in: [staginglinea_Bytes!] - callData_contains: staginglinea_Bytes - callData_not_contains: staginglinea_Bytes + callData: stagingoptimism_Bytes + callData_not: stagingoptimism_Bytes + callData_gt: stagingoptimism_Bytes + callData_lt: stagingoptimism_Bytes + callData_gte: stagingoptimism_Bytes + callData_lte: stagingoptimism_Bytes + callData_in: [stagingoptimism_Bytes!] + callData_not_in: [stagingoptimism_Bytes!] + callData_contains: stagingoptimism_Bytes + callData_not_contains: stagingoptimism_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -177046,12 +176668,16 @@ input staginglinea_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: staginglinea_Bytes - originSender_not: staginglinea_Bytes - originSender_in: [staginglinea_Bytes!] - originSender_not_in: [staginglinea_Bytes!] - originSender_contains: staginglinea_Bytes - originSender_not_contains: staginglinea_Bytes + originSender: stagingoptimism_Bytes + originSender_not: stagingoptimism_Bytes + originSender_gt: stagingoptimism_Bytes + originSender_lt: stagingoptimism_Bytes + originSender_gte: stagingoptimism_Bytes + originSender_lte: stagingoptimism_Bytes + originSender_in: [stagingoptimism_Bytes!] + originSender_not_in: [stagingoptimism_Bytes!] + originSender_contains: stagingoptimism_Bytes + originSender_not_contains: stagingoptimism_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -177068,12 +176694,16 @@ input staginglinea_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: staginglinea_Bytes - canonicalId_not: staginglinea_Bytes - canonicalId_in: [staginglinea_Bytes!] - canonicalId_not_in: [staginglinea_Bytes!] - canonicalId_contains: staginglinea_Bytes - canonicalId_not_contains: staginglinea_Bytes + canonicalId: stagingoptimism_Bytes + canonicalId_not: stagingoptimism_Bytes + canonicalId_gt: stagingoptimism_Bytes + canonicalId_lt: stagingoptimism_Bytes + canonicalId_gte: stagingoptimism_Bytes + canonicalId_lte: stagingoptimism_Bytes + canonicalId_in: [stagingoptimism_Bytes!] + canonicalId_not_in: [stagingoptimism_Bytes!] + canonicalId_contains: stagingoptimism_Bytes + canonicalId_not_contains: stagingoptimism_Bytes asset: String asset_not: String asset_gt: String @@ -177094,7 +176724,7 @@ input staginglinea_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginglinea_Asset_filter + asset_: stagingoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -177111,18 +176741,26 @@ input staginglinea_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: staginglinea_Bytes - executedCaller_not: staginglinea_Bytes - executedCaller_in: [staginglinea_Bytes!] - executedCaller_not_in: [staginglinea_Bytes!] - executedCaller_contains: staginglinea_Bytes - executedCaller_not_contains: staginglinea_Bytes - executedTransactionHash: staginglinea_Bytes - executedTransactionHash_not: staginglinea_Bytes - executedTransactionHash_in: [staginglinea_Bytes!] - executedTransactionHash_not_in: [staginglinea_Bytes!] - executedTransactionHash_contains: staginglinea_Bytes - executedTransactionHash_not_contains: staginglinea_Bytes + executedCaller: stagingoptimism_Bytes + executedCaller_not: stagingoptimism_Bytes + executedCaller_gt: stagingoptimism_Bytes + executedCaller_lt: stagingoptimism_Bytes + executedCaller_gte: stagingoptimism_Bytes + executedCaller_lte: stagingoptimism_Bytes + executedCaller_in: [stagingoptimism_Bytes!] + executedCaller_not_in: [stagingoptimism_Bytes!] + executedCaller_contains: stagingoptimism_Bytes + executedCaller_not_contains: stagingoptimism_Bytes + executedTransactionHash: stagingoptimism_Bytes + executedTransactionHash_not: stagingoptimism_Bytes + executedTransactionHash_gt: stagingoptimism_Bytes + executedTransactionHash_lt: stagingoptimism_Bytes + executedTransactionHash_gte: stagingoptimism_Bytes + executedTransactionHash_lte: stagingoptimism_Bytes + executedTransactionHash_in: [stagingoptimism_Bytes!] + executedTransactionHash_not_in: [stagingoptimism_Bytes!] + executedTransactionHash_contains: stagingoptimism_Bytes + executedTransactionHash_not_contains: stagingoptimism_Bytes executedTimestamp: BigInt executedTimestamp_not: BigInt executedTimestamp_gt: BigInt @@ -177155,12 +176793,16 @@ input staginglinea_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: staginglinea_Bytes - executedTxOrigin_not: staginglinea_Bytes - executedTxOrigin_in: [staginglinea_Bytes!] - executedTxOrigin_not_in: [staginglinea_Bytes!] - executedTxOrigin_contains: staginglinea_Bytes - executedTxOrigin_not_contains: staginglinea_Bytes + executedTxOrigin: stagingoptimism_Bytes + executedTxOrigin_not: stagingoptimism_Bytes + executedTxOrigin_gt: stagingoptimism_Bytes + executedTxOrigin_lt: stagingoptimism_Bytes + executedTxOrigin_gte: stagingoptimism_Bytes + executedTxOrigin_lte: stagingoptimism_Bytes + executedTxOrigin_in: [stagingoptimism_Bytes!] + executedTxOrigin_not_in: [stagingoptimism_Bytes!] + executedTxOrigin_contains: stagingoptimism_Bytes + executedTxOrigin_not_contains: stagingoptimism_Bytes executedTxNonce: BigInt executedTxNonce_not: BigInt executedTxNonce_gt: BigInt @@ -177169,18 +176811,26 @@ input staginglinea_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: staginglinea_Bytes - reconciledCaller_not: staginglinea_Bytes - reconciledCaller_in: [staginglinea_Bytes!] - reconciledCaller_not_in: [staginglinea_Bytes!] - reconciledCaller_contains: staginglinea_Bytes - reconciledCaller_not_contains: staginglinea_Bytes - reconciledTransactionHash: staginglinea_Bytes - reconciledTransactionHash_not: staginglinea_Bytes - reconciledTransactionHash_in: [staginglinea_Bytes!] - reconciledTransactionHash_not_in: [staginglinea_Bytes!] - reconciledTransactionHash_contains: staginglinea_Bytes - reconciledTransactionHash_not_contains: staginglinea_Bytes + reconciledCaller: stagingoptimism_Bytes + reconciledCaller_not: stagingoptimism_Bytes + reconciledCaller_gt: stagingoptimism_Bytes + reconciledCaller_lt: stagingoptimism_Bytes + reconciledCaller_gte: stagingoptimism_Bytes + reconciledCaller_lte: stagingoptimism_Bytes + reconciledCaller_in: [stagingoptimism_Bytes!] + reconciledCaller_not_in: [stagingoptimism_Bytes!] + reconciledCaller_contains: stagingoptimism_Bytes + reconciledCaller_not_contains: stagingoptimism_Bytes + reconciledTransactionHash: stagingoptimism_Bytes + reconciledTransactionHash_not: stagingoptimism_Bytes + reconciledTransactionHash_gt: stagingoptimism_Bytes + reconciledTransactionHash_lt: stagingoptimism_Bytes + reconciledTransactionHash_gte: stagingoptimism_Bytes + reconciledTransactionHash_lte: stagingoptimism_Bytes + reconciledTransactionHash_in: [stagingoptimism_Bytes!] + reconciledTransactionHash_not_in: [stagingoptimism_Bytes!] + reconciledTransactionHash_contains: stagingoptimism_Bytes + reconciledTransactionHash_not_contains: stagingoptimism_Bytes reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -177213,12 +176863,16 @@ input staginglinea_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: staginglinea_Bytes - reconciledTxOrigin_not: staginglinea_Bytes - reconciledTxOrigin_in: [staginglinea_Bytes!] - reconciledTxOrigin_not_in: [staginglinea_Bytes!] - reconciledTxOrigin_contains: staginglinea_Bytes - reconciledTxOrigin_not_contains: staginglinea_Bytes + reconciledTxOrigin: stagingoptimism_Bytes + reconciledTxOrigin_not: stagingoptimism_Bytes + reconciledTxOrigin_gt: stagingoptimism_Bytes + reconciledTxOrigin_lt: stagingoptimism_Bytes + reconciledTxOrigin_gte: stagingoptimism_Bytes + reconciledTxOrigin_lte: stagingoptimism_Bytes + reconciledTxOrigin_in: [stagingoptimism_Bytes!] + reconciledTxOrigin_not_in: [stagingoptimism_Bytes!] + reconciledTxOrigin_contains: stagingoptimism_Bytes + reconciledTxOrigin_not_contains: stagingoptimism_Bytes reconciledTxNonce: BigInt reconciledTxNonce_not: BigInt reconciledTxNonce_gt: BigInt @@ -177228,10 +176882,12 @@ input staginglinea_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_DestinationTransfer_filter] + or: [stagingoptimism_DestinationTransfer_filter] } -enum staginglinea_DestinationTransfer_orderBy { +enum stagingoptimism_DestinationTransfer_orderBy { id chainId transferId @@ -177252,6 +176908,15 @@ enum staginglinea_DestinationTransfer_orderBy { normalizedIn canonicalId asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber amount routersFee executedCaller @@ -177272,14 +176937,20 @@ enum staginglinea_DestinationTransfer_orderBy { reconciledTxNonce } -type staginglinea_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar stagingoptimism_Int8 + +type stagingoptimism_OptimisticRootFinalized { id: ID! - aggregateRoot: staginglinea_Bytes! + aggregateRoot: stagingoptimism_Bytes! timestamp: BigInt! blockNumber: BigInt } -input staginglinea_OptimisticRootFinalized_filter { +input stagingoptimism_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -177288,12 +176959,16 @@ input staginglinea_OptimisticRootFinalized_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregateRoot: staginglinea_Bytes - aggregateRoot_not: staginglinea_Bytes - aggregateRoot_in: [staginglinea_Bytes!] - aggregateRoot_not_in: [staginglinea_Bytes!] - aggregateRoot_contains: staginglinea_Bytes - aggregateRoot_not_contains: staginglinea_Bytes + aggregateRoot: stagingoptimism_Bytes + aggregateRoot_not: stagingoptimism_Bytes + aggregateRoot_gt: stagingoptimism_Bytes + aggregateRoot_lt: stagingoptimism_Bytes + aggregateRoot_gte: stagingoptimism_Bytes + aggregateRoot_lte: stagingoptimism_Bytes + aggregateRoot_in: [stagingoptimism_Bytes!] + aggregateRoot_not_in: [stagingoptimism_Bytes!] + aggregateRoot_contains: stagingoptimism_Bytes + aggregateRoot_not_contains: stagingoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -177311,10 +176986,12 @@ input staginglinea_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OptimisticRootFinalized_filter] + or: [stagingoptimism_OptimisticRootFinalized_filter] } -enum staginglinea_OptimisticRootFinalized_orderBy { +enum stagingoptimism_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -177322,25 +176999,25 @@ enum staginglinea_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum staginglinea_OrderDirection { +enum stagingoptimism_OrderDirection { asc desc } -type staginglinea_OriginMessage { +type stagingoptimism_OriginMessage { id: ID! - transferId: staginglinea_Bytes + transferId: stagingoptimism_Bytes destinationDomain: BigInt - leaf: staginglinea_Bytes + leaf: stagingoptimism_Bytes index: BigInt - message: staginglinea_Bytes - root: staginglinea_Bytes - transactionHash: staginglinea_Bytes + message: stagingoptimism_Bytes + root: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes blockNumber: BigInt - rootCount: staginglinea_RootCount + rootCount: stagingoptimism_RootCount } -input staginglinea_OriginMessage_filter { +input stagingoptimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -177349,12 +177026,16 @@ input staginglinea_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: staginglinea_Bytes - transferId_not: staginglinea_Bytes - transferId_in: [staginglinea_Bytes!] - transferId_not_in: [staginglinea_Bytes!] - transferId_contains: staginglinea_Bytes - transferId_not_contains: staginglinea_Bytes + transferId: stagingoptimism_Bytes + transferId_not: stagingoptimism_Bytes + transferId_gt: stagingoptimism_Bytes + transferId_lt: stagingoptimism_Bytes + transferId_gte: stagingoptimism_Bytes + transferId_lte: stagingoptimism_Bytes + transferId_in: [stagingoptimism_Bytes!] + transferId_not_in: [stagingoptimism_Bytes!] + transferId_contains: stagingoptimism_Bytes + transferId_not_contains: stagingoptimism_Bytes destinationDomain: BigInt destinationDomain_not: BigInt destinationDomain_gt: BigInt @@ -177363,12 +177044,16 @@ input staginglinea_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: staginglinea_Bytes - leaf_not: staginglinea_Bytes - leaf_in: [staginglinea_Bytes!] - leaf_not_in: [staginglinea_Bytes!] - leaf_contains: staginglinea_Bytes - leaf_not_contains: staginglinea_Bytes + leaf: stagingoptimism_Bytes + leaf_not: stagingoptimism_Bytes + leaf_gt: stagingoptimism_Bytes + leaf_lt: stagingoptimism_Bytes + leaf_gte: stagingoptimism_Bytes + leaf_lte: stagingoptimism_Bytes + leaf_in: [stagingoptimism_Bytes!] + leaf_not_in: [stagingoptimism_Bytes!] + leaf_contains: stagingoptimism_Bytes + leaf_not_contains: stagingoptimism_Bytes index: BigInt index_not: BigInt index_gt: BigInt @@ -177377,24 +177062,36 @@ input staginglinea_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: staginglinea_Bytes - message_not: staginglinea_Bytes - message_in: [staginglinea_Bytes!] - message_not_in: [staginglinea_Bytes!] - message_contains: staginglinea_Bytes - message_not_contains: staginglinea_Bytes - root: staginglinea_Bytes - root_not: staginglinea_Bytes - root_in: [staginglinea_Bytes!] - root_not_in: [staginglinea_Bytes!] - root_contains: staginglinea_Bytes - root_not_contains: staginglinea_Bytes - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + message: stagingoptimism_Bytes + message_not: stagingoptimism_Bytes + message_gt: stagingoptimism_Bytes + message_lt: stagingoptimism_Bytes + message_gte: stagingoptimism_Bytes + message_lte: stagingoptimism_Bytes + message_in: [stagingoptimism_Bytes!] + message_not_in: [stagingoptimism_Bytes!] + message_contains: stagingoptimism_Bytes + message_not_contains: stagingoptimism_Bytes + root: stagingoptimism_Bytes + root_not: stagingoptimism_Bytes + root_gt: stagingoptimism_Bytes + root_lt: stagingoptimism_Bytes + root_gte: stagingoptimism_Bytes + root_lte: stagingoptimism_Bytes + root_in: [stagingoptimism_Bytes!] + root_not_in: [stagingoptimism_Bytes!] + root_contains: stagingoptimism_Bytes + root_not_contains: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -177423,12 +177120,14 @@ input staginglinea_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: staginglinea_RootCount_filter + rootCount_: stagingoptimism_RootCount_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OriginMessage_filter] + or: [stagingoptimism_OriginMessage_filter] } -enum staginglinea_OriginMessage_orderBy { +enum stagingoptimism_OriginMessage_orderBy { id transferId destinationDomain @@ -177439,44 +177138,46 @@ enum staginglinea_OriginMessage_orderBy { transactionHash blockNumber rootCount + rootCount__id + rootCount__count } -type staginglinea_OriginTransfer { +type stagingoptimism_OriginTransfer { id: ID! chainId: BigInt - transferId: staginglinea_Bytes + transferId: stagingoptimism_Bytes nonce: BigInt - status: staginglinea_TransferStatus - messageHash: staginglinea_Bytes + status: stagingoptimism_TransferStatus + messageHash: stagingoptimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginglinea_Bytes - delegate: staginglinea_Bytes + to: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes receiveLocal: Boolean - callData: staginglinea_Bytes + callData: stagingoptimism_Bytes slippage: BigInt - originSender: staginglinea_Bytes + originSender: stagingoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginglinea_Bytes - asset: staginglinea_Asset - transactingAsset: staginglinea_Bytes - message: staginglinea_OriginMessage + canonicalId: stagingoptimism_Bytes + asset: stagingoptimism_Asset + transactingAsset: stagingoptimism_Bytes + message: stagingoptimism_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginglinea_RelayerFee_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_RelayerFee_filter): [staginglinea_RelayerFee!] - initialRelayerFeeAsset: staginglinea_Bytes - caller: staginglinea_Bytes - transactionHash: staginglinea_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingoptimism_RelayerFee_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_RelayerFee_filter): [stagingoptimism_RelayerFee!] + initialRelayerFeeAsset: stagingoptimism_Bytes + caller: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt - txOrigin: staginglinea_Bytes + txOrigin: stagingoptimism_Bytes txNonce: BigInt } -input staginglinea_OriginTransfer_filter { +input stagingoptimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -177493,12 +177194,16 @@ input staginglinea_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: staginglinea_Bytes - transferId_not: staginglinea_Bytes - transferId_in: [staginglinea_Bytes!] - transferId_not_in: [staginglinea_Bytes!] - transferId_contains: staginglinea_Bytes - transferId_not_contains: staginglinea_Bytes + transferId: stagingoptimism_Bytes + transferId_not: stagingoptimism_Bytes + transferId_gt: stagingoptimism_Bytes + transferId_lt: stagingoptimism_Bytes + transferId_gte: stagingoptimism_Bytes + transferId_lte: stagingoptimism_Bytes + transferId_in: [stagingoptimism_Bytes!] + transferId_not_in: [stagingoptimism_Bytes!] + transferId_contains: stagingoptimism_Bytes + transferId_not_contains: stagingoptimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -177507,16 +177212,20 @@ input staginglinea_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: staginglinea_TransferStatus - status_not: staginglinea_TransferStatus - status_in: [staginglinea_TransferStatus!] - status_not_in: [staginglinea_TransferStatus!] - messageHash: staginglinea_Bytes - messageHash_not: staginglinea_Bytes - messageHash_in: [staginglinea_Bytes!] - messageHash_not_in: [staginglinea_Bytes!] - messageHash_contains: staginglinea_Bytes - messageHash_not_contains: staginglinea_Bytes + status: stagingoptimism_TransferStatus + status_not: stagingoptimism_TransferStatus + status_in: [stagingoptimism_TransferStatus!] + status_not_in: [stagingoptimism_TransferStatus!] + messageHash: stagingoptimism_Bytes + messageHash_not: stagingoptimism_Bytes + messageHash_gt: stagingoptimism_Bytes + messageHash_lt: stagingoptimism_Bytes + messageHash_gte: stagingoptimism_Bytes + messageHash_lte: stagingoptimism_Bytes + messageHash_in: [stagingoptimism_Bytes!] + messageHash_not_in: [stagingoptimism_Bytes!] + messageHash_contains: stagingoptimism_Bytes + messageHash_not_contains: stagingoptimism_Bytes originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -177541,28 +177250,40 @@ input staginglinea_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: staginglinea_Bytes - to_not: staginglinea_Bytes - to_in: [staginglinea_Bytes!] - to_not_in: [staginglinea_Bytes!] - to_contains: staginglinea_Bytes - to_not_contains: staginglinea_Bytes - delegate: staginglinea_Bytes - delegate_not: staginglinea_Bytes - delegate_in: [staginglinea_Bytes!] - delegate_not_in: [staginglinea_Bytes!] - delegate_contains: staginglinea_Bytes - delegate_not_contains: staginglinea_Bytes + to: stagingoptimism_Bytes + to_not: stagingoptimism_Bytes + to_gt: stagingoptimism_Bytes + to_lt: stagingoptimism_Bytes + to_gte: stagingoptimism_Bytes + to_lte: stagingoptimism_Bytes + to_in: [stagingoptimism_Bytes!] + to_not_in: [stagingoptimism_Bytes!] + to_contains: stagingoptimism_Bytes + to_not_contains: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes + delegate_not: stagingoptimism_Bytes + delegate_gt: stagingoptimism_Bytes + delegate_lt: stagingoptimism_Bytes + delegate_gte: stagingoptimism_Bytes + delegate_lte: stagingoptimism_Bytes + delegate_in: [stagingoptimism_Bytes!] + delegate_not_in: [stagingoptimism_Bytes!] + delegate_contains: stagingoptimism_Bytes + delegate_not_contains: stagingoptimism_Bytes receiveLocal: Boolean receiveLocal_not: Boolean receiveLocal_in: [Boolean!] receiveLocal_not_in: [Boolean!] - callData: staginglinea_Bytes - callData_not: staginglinea_Bytes - callData_in: [staginglinea_Bytes!] - callData_not_in: [staginglinea_Bytes!] - callData_contains: staginglinea_Bytes - callData_not_contains: staginglinea_Bytes + callData: stagingoptimism_Bytes + callData_not: stagingoptimism_Bytes + callData_gt: stagingoptimism_Bytes + callData_lt: stagingoptimism_Bytes + callData_gte: stagingoptimism_Bytes + callData_lte: stagingoptimism_Bytes + callData_in: [stagingoptimism_Bytes!] + callData_not_in: [stagingoptimism_Bytes!] + callData_contains: stagingoptimism_Bytes + callData_not_contains: stagingoptimism_Bytes slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -177571,12 +177292,16 @@ input staginglinea_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: staginglinea_Bytes - originSender_not: staginglinea_Bytes - originSender_in: [staginglinea_Bytes!] - originSender_not_in: [staginglinea_Bytes!] - originSender_contains: staginglinea_Bytes - originSender_not_contains: staginglinea_Bytes + originSender: stagingoptimism_Bytes + originSender_not: stagingoptimism_Bytes + originSender_gt: stagingoptimism_Bytes + originSender_lt: stagingoptimism_Bytes + originSender_gte: stagingoptimism_Bytes + originSender_lte: stagingoptimism_Bytes + originSender_in: [stagingoptimism_Bytes!] + originSender_not_in: [stagingoptimism_Bytes!] + originSender_contains: stagingoptimism_Bytes + originSender_not_contains: stagingoptimism_Bytes bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -177593,12 +177318,16 @@ input staginglinea_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: staginglinea_Bytes - canonicalId_not: staginglinea_Bytes - canonicalId_in: [staginglinea_Bytes!] - canonicalId_not_in: [staginglinea_Bytes!] - canonicalId_contains: staginglinea_Bytes - canonicalId_not_contains: staginglinea_Bytes + canonicalId: stagingoptimism_Bytes + canonicalId_not: stagingoptimism_Bytes + canonicalId_gt: stagingoptimism_Bytes + canonicalId_lt: stagingoptimism_Bytes + canonicalId_gte: stagingoptimism_Bytes + canonicalId_lte: stagingoptimism_Bytes + canonicalId_in: [stagingoptimism_Bytes!] + canonicalId_not_in: [stagingoptimism_Bytes!] + canonicalId_contains: stagingoptimism_Bytes + canonicalId_not_contains: stagingoptimism_Bytes asset: String asset_not: String asset_gt: String @@ -177619,13 +177348,17 @@ input staginglinea_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginglinea_Asset_filter - transactingAsset: staginglinea_Bytes - transactingAsset_not: staginglinea_Bytes - transactingAsset_in: [staginglinea_Bytes!] - transactingAsset_not_in: [staginglinea_Bytes!] - transactingAsset_contains: staginglinea_Bytes - transactingAsset_not_contains: staginglinea_Bytes + asset_: stagingoptimism_Asset_filter + transactingAsset: stagingoptimism_Bytes + transactingAsset_not: stagingoptimism_Bytes + transactingAsset_gt: stagingoptimism_Bytes + transactingAsset_lt: stagingoptimism_Bytes + transactingAsset_gte: stagingoptimism_Bytes + transactingAsset_lte: stagingoptimism_Bytes + transactingAsset_in: [stagingoptimism_Bytes!] + transactingAsset_not_in: [stagingoptimism_Bytes!] + transactingAsset_contains: stagingoptimism_Bytes + transactingAsset_not_contains: stagingoptimism_Bytes message: String message_not: String message_gt: String @@ -177646,7 +177379,7 @@ input staginglinea_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: staginglinea_OriginMessage_filter + message_: stagingoptimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -177661,25 +177394,37 @@ input staginglinea_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: staginglinea_RelayerFee_filter - initialRelayerFeeAsset: staginglinea_Bytes - initialRelayerFeeAsset_not: staginglinea_Bytes - initialRelayerFeeAsset_in: [staginglinea_Bytes!] - initialRelayerFeeAsset_not_in: [staginglinea_Bytes!] - initialRelayerFeeAsset_contains: staginglinea_Bytes - initialRelayerFeeAsset_not_contains: staginglinea_Bytes - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + relayerFees_: stagingoptimism_RelayerFee_filter + initialRelayerFeeAsset: stagingoptimism_Bytes + initialRelayerFeeAsset_not: stagingoptimism_Bytes + initialRelayerFeeAsset_gt: stagingoptimism_Bytes + initialRelayerFeeAsset_lt: stagingoptimism_Bytes + initialRelayerFeeAsset_gte: stagingoptimism_Bytes + initialRelayerFeeAsset_lte: stagingoptimism_Bytes + initialRelayerFeeAsset_in: [stagingoptimism_Bytes!] + initialRelayerFeeAsset_not_in: [stagingoptimism_Bytes!] + initialRelayerFeeAsset_contains: stagingoptimism_Bytes + initialRelayerFeeAsset_not_contains: stagingoptimism_Bytes + caller: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -177712,12 +177457,16 @@ input staginglinea_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: staginglinea_Bytes - txOrigin_not: staginglinea_Bytes - txOrigin_in: [staginglinea_Bytes!] - txOrigin_not_in: [staginglinea_Bytes!] - txOrigin_contains: staginglinea_Bytes - txOrigin_not_contains: staginglinea_Bytes + txOrigin: stagingoptimism_Bytes + txOrigin_not: stagingoptimism_Bytes + txOrigin_gt: stagingoptimism_Bytes + txOrigin_lt: stagingoptimism_Bytes + txOrigin_gte: stagingoptimism_Bytes + txOrigin_lte: stagingoptimism_Bytes + txOrigin_in: [stagingoptimism_Bytes!] + txOrigin_not_in: [stagingoptimism_Bytes!] + txOrigin_contains: stagingoptimism_Bytes + txOrigin_not_contains: stagingoptimism_Bytes txNonce: BigInt txNonce_not: BigInt txNonce_gt: BigInt @@ -177727,10 +177476,12 @@ input staginglinea_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OriginTransfer_filter] + or: [stagingoptimism_OriginTransfer_filter] } -enum staginglinea_OriginTransfer_orderBy { +enum stagingoptimism_OriginTransfer_orderBy { id chainId transferId @@ -177750,8 +177501,26 @@ enum staginglinea_OriginTransfer_orderBy { normalizedIn canonicalId asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber transactingAsset message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber bumpRelayerFeeCount relayerFees initialRelayerFeeAsset @@ -177765,20 +177534,20 @@ enum staginglinea_OriginTransfer_orderBy { txNonce } -type staginglinea_Relayer { +type stagingoptimism_Relayer { id: ID! isActive: Boolean! - relayer: staginglinea_Bytes + relayer: stagingoptimism_Bytes } -type staginglinea_RelayerFee { +type stagingoptimism_RelayerFee { id: ID! - transfer: staginglinea_OriginTransfer! + transfer: stagingoptimism_OriginTransfer! fee: BigInt! - asset: staginglinea_Bytes! + asset: stagingoptimism_Bytes! } -input staginglinea_RelayerFee_filter { +input stagingoptimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -177807,7 +177576,7 @@ input staginglinea_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginglinea_OriginTransfer_filter + transfer_: stagingoptimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -177816,37 +177585,72 @@ input staginglinea_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: staginglinea_Bytes - asset_not: staginglinea_Bytes - asset_in: [staginglinea_Bytes!] - asset_not_in: [staginglinea_Bytes!] - asset_contains: staginglinea_Bytes - asset_not_contains: staginglinea_Bytes + asset: stagingoptimism_Bytes + asset_not: stagingoptimism_Bytes + asset_gt: stagingoptimism_Bytes + asset_lt: stagingoptimism_Bytes + asset_gte: stagingoptimism_Bytes + asset_lte: stagingoptimism_Bytes + asset_in: [stagingoptimism_Bytes!] + asset_not_in: [stagingoptimism_Bytes!] + asset_contains: stagingoptimism_Bytes + asset_not_contains: stagingoptimism_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RelayerFee_filter] + or: [stagingoptimism_RelayerFee_filter] } -enum staginglinea_RelayerFee_orderBy { +enum stagingoptimism_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 staginglinea_RelayerFeesIncrease { +type stagingoptimism_RelayerFeesIncrease { id: ID! - transfer: staginglinea_OriginTransfer! + transfer: stagingoptimism_OriginTransfer! increase: BigInt - asset: staginglinea_Bytes - caller: staginglinea_Bytes! - transactionHash: staginglinea_Bytes! + asset: stagingoptimism_Bytes + caller: stagingoptimism_Bytes! + transactionHash: stagingoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginglinea_RelayerFeesIncrease_filter { +input stagingoptimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -177875,7 +177679,7 @@ input staginglinea_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginglinea_OriginTransfer_filter + transfer_: stagingoptimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -177884,24 +177688,36 @@ input staginglinea_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: staginglinea_Bytes - asset_not: staginglinea_Bytes - asset_in: [staginglinea_Bytes!] - asset_not_in: [staginglinea_Bytes!] - asset_contains: staginglinea_Bytes - asset_not_contains: staginglinea_Bytes - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + asset: stagingoptimism_Bytes + asset_not: stagingoptimism_Bytes + asset_gt: stagingoptimism_Bytes + asset_lt: stagingoptimism_Bytes + asset_gte: stagingoptimism_Bytes + asset_lte: stagingoptimism_Bytes + asset_in: [stagingoptimism_Bytes!] + asset_not_in: [stagingoptimism_Bytes!] + asset_contains: stagingoptimism_Bytes + asset_not_contains: stagingoptimism_Bytes + caller: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -177935,12 +177751,43 @@ input staginglinea_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RelayerFeesIncrease_filter] + or: [stagingoptimism_RelayerFeesIncrease_filter] } -enum staginglinea_RelayerFeesIncrease_orderBy { +enum stagingoptimism_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 @@ -177951,7 +177798,7 @@ enum staginglinea_RelayerFeesIncrease_orderBy { blockNumber } -input staginglinea_Relayer_filter { +input stagingoptimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -177964,28 +177811,34 @@ input staginglinea_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: staginglinea_Bytes - relayer_not: staginglinea_Bytes - relayer_in: [staginglinea_Bytes!] - relayer_not_in: [staginglinea_Bytes!] - relayer_contains: staginglinea_Bytes - relayer_not_contains: staginglinea_Bytes + relayer: stagingoptimism_Bytes + relayer_not: stagingoptimism_Bytes + relayer_gt: stagingoptimism_Bytes + relayer_lt: stagingoptimism_Bytes + relayer_gte: stagingoptimism_Bytes + relayer_lte: stagingoptimism_Bytes + relayer_in: [stagingoptimism_Bytes!] + relayer_not_in: [stagingoptimism_Bytes!] + relayer_contains: stagingoptimism_Bytes + relayer_not_contains: stagingoptimism_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Relayer_filter] + or: [stagingoptimism_Relayer_filter] } -enum staginglinea_Relayer_orderBy { +enum stagingoptimism_Relayer_orderBy { id isActive relayer } -type staginglinea_RootCount { +type stagingoptimism_RootCount { id: ID! count: BigInt } -input staginglinea_RootCount_filter { +input stagingoptimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -178003,29 +177856,31 @@ input staginglinea_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RootCount_filter] + or: [stagingoptimism_RootCount_filter] } -enum staginglinea_RootCount_orderBy { +enum stagingoptimism_RootCount_orderBy { id count } -type staginglinea_RootMessageSent { +type stagingoptimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: staginglinea_Bytes + root: stagingoptimism_Bytes count: BigInt - caller: staginglinea_Bytes - transactionHash: staginglinea_Bytes + caller: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input staginglinea_RootMessageSent_filter { +input stagingoptimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -178050,12 +177905,16 @@ input staginglinea_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: staginglinea_Bytes - root_not: staginglinea_Bytes - root_in: [staginglinea_Bytes!] - root_not_in: [staginglinea_Bytes!] - root_contains: staginglinea_Bytes - root_not_contains: staginglinea_Bytes + root: stagingoptimism_Bytes + root_not: stagingoptimism_Bytes + root_gt: stagingoptimism_Bytes + root_lt: stagingoptimism_Bytes + root_gte: stagingoptimism_Bytes + root_lte: stagingoptimism_Bytes + root_in: [stagingoptimism_Bytes!] + root_not_in: [stagingoptimism_Bytes!] + root_contains: stagingoptimism_Bytes + root_not_contains: stagingoptimism_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -178064,18 +177923,26 @@ input staginglinea_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + caller: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -178109,10 +177976,12 @@ input staginglinea_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RootMessageSent_filter] + or: [stagingoptimism_RootMessageSent_filter] } -enum staginglinea_RootMessageSent_orderBy { +enum stagingoptimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -178126,25 +177995,25 @@ enum staginglinea_RootMessageSent_orderBy { blockNumber } -type staginglinea_Router { +type stagingoptimism_Router { id: ID! isActive: Boolean! - owner: staginglinea_Bytes - recipient: staginglinea_Bytes - proposedOwner: staginglinea_Bytes + owner: stagingoptimism_Bytes + recipient: stagingoptimism_Bytes + proposedOwner: stagingoptimism_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginglinea_AssetBalance_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_AssetBalance_filter): [staginglinea_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimism_AssetBalance_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_AssetBalance_filter): [stagingoptimism_AssetBalance!]! } -type staginglinea_RouterDailyTVL { +type stagingoptimism_RouterDailyTVL { id: ID! - router: staginglinea_Router! - asset: staginglinea_Asset! + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! timestamp: BigInt! balance: BigInt! } -input staginglinea_RouterDailyTVL_filter { +input stagingoptimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -178173,7 +178042,7 @@ input staginglinea_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginglinea_Router_filter + router_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -178194,7 +178063,7 @@ input staginglinea_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginglinea_Asset_filter + asset_: stagingoptimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -178212,37 +178081,54 @@ input staginglinea_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RouterDailyTVL_filter] + or: [stagingoptimism_RouterDailyTVL_filter] } -enum staginglinea_RouterDailyTVL_orderBy { +enum stagingoptimism_RouterDailyTVL_orderBy { id router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp balance } -type staginglinea_RouterLiquidityEvent { +type stagingoptimism_RouterLiquidityEvent { id: ID! - type: staginglinea_RouterLiquidityEventType - router: staginglinea_Router! - asset: staginglinea_Asset! + type: stagingoptimism_RouterLiquidityEventType + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! amount: BigInt! balance: BigInt! - caller: staginglinea_Bytes + caller: stagingoptimism_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: staginglinea_Bytes! + transactionHash: stagingoptimism_Bytes! nonce: BigInt! } -enum staginglinea_RouterLiquidityEventType { +enum stagingoptimism_RouterLiquidityEventType { Add Remove } -input staginglinea_RouterLiquidityEvent_filter { +input stagingoptimism_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -178251,10 +178137,10 @@ input staginglinea_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: staginglinea_RouterLiquidityEventType - type_not: staginglinea_RouterLiquidityEventType - type_in: [staginglinea_RouterLiquidityEventType!] - type_not_in: [staginglinea_RouterLiquidityEventType!] + type: stagingoptimism_RouterLiquidityEventType + type_not: stagingoptimism_RouterLiquidityEventType + type_in: [stagingoptimism_RouterLiquidityEventType!] + type_not_in: [stagingoptimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -178275,7 +178161,7 @@ input staginglinea_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: staginglinea_Router_filter + router_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -178296,7 +178182,7 @@ input staginglinea_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: staginglinea_Asset_filter + asset_: stagingoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -178313,12 +178199,16 @@ input staginglinea_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes + caller: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -178335,12 +178225,16 @@ input staginglinea_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -178350,14 +178244,31 @@ input staginglinea_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RouterLiquidityEvent_filter] + or: [stagingoptimism_RouterLiquidityEvent_filter] } -enum staginglinea_RouterLiquidityEvent_orderBy { +enum stagingoptimism_RouterLiquidityEvent_orderBy { id type router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber amount balance caller @@ -178367,7 +178278,7 @@ enum staginglinea_RouterLiquidityEvent_orderBy { nonce } -input staginglinea_Router_filter { +input stagingoptimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -178380,24 +178291,36 @@ input staginglinea_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: staginglinea_Bytes - owner_not: staginglinea_Bytes - owner_in: [staginglinea_Bytes!] - owner_not_in: [staginglinea_Bytes!] - owner_contains: staginglinea_Bytes - owner_not_contains: staginglinea_Bytes - recipient: staginglinea_Bytes - recipient_not: staginglinea_Bytes - recipient_in: [staginglinea_Bytes!] - recipient_not_in: [staginglinea_Bytes!] - recipient_contains: staginglinea_Bytes - recipient_not_contains: staginglinea_Bytes - proposedOwner: staginglinea_Bytes - proposedOwner_not: staginglinea_Bytes - proposedOwner_in: [staginglinea_Bytes!] - proposedOwner_not_in: [staginglinea_Bytes!] - proposedOwner_contains: staginglinea_Bytes - proposedOwner_not_contains: staginglinea_Bytes + owner: stagingoptimism_Bytes + owner_not: stagingoptimism_Bytes + owner_gt: stagingoptimism_Bytes + owner_lt: stagingoptimism_Bytes + owner_gte: stagingoptimism_Bytes + owner_lte: stagingoptimism_Bytes + owner_in: [stagingoptimism_Bytes!] + owner_not_in: [stagingoptimism_Bytes!] + owner_contains: stagingoptimism_Bytes + owner_not_contains: stagingoptimism_Bytes + recipient: stagingoptimism_Bytes + recipient_not: stagingoptimism_Bytes + recipient_gt: stagingoptimism_Bytes + recipient_lt: stagingoptimism_Bytes + recipient_gte: stagingoptimism_Bytes + recipient_lte: stagingoptimism_Bytes + recipient_in: [stagingoptimism_Bytes!] + recipient_not_in: [stagingoptimism_Bytes!] + recipient_contains: stagingoptimism_Bytes + recipient_not_contains: stagingoptimism_Bytes + proposedOwner: stagingoptimism_Bytes + proposedOwner_not: stagingoptimism_Bytes + proposedOwner_gt: stagingoptimism_Bytes + proposedOwner_lt: stagingoptimism_Bytes + proposedOwner_gte: stagingoptimism_Bytes + proposedOwner_lte: stagingoptimism_Bytes + proposedOwner_in: [stagingoptimism_Bytes!] + proposedOwner_not_in: [stagingoptimism_Bytes!] + proposedOwner_contains: stagingoptimism_Bytes + proposedOwner_not_contains: stagingoptimism_Bytes proposedTimestamp: BigInt proposedTimestamp_not: BigInt proposedTimestamp_gt: BigInt @@ -178406,12 +178329,14 @@ input staginglinea_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: staginglinea_AssetBalance_filter + assetBalances_: stagingoptimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Router_filter] + or: [stagingoptimism_Router_filter] } -enum staginglinea_Router_orderBy { +enum stagingoptimism_Router_orderBy { id isActive owner @@ -178421,13 +178346,13 @@ enum staginglinea_Router_orderBy { assetBalances } -type staginglinea_Sequencer { +type stagingoptimism_Sequencer { id: ID! isActive: Boolean! - sequencer: staginglinea_Bytes + sequencer: stagingoptimism_Bytes } -input staginglinea_Sequencer_filter { +input stagingoptimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -178440,29 +178365,35 @@ input staginglinea_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: staginglinea_Bytes - sequencer_not: staginglinea_Bytes - sequencer_in: [staginglinea_Bytes!] - sequencer_not_in: [staginglinea_Bytes!] - sequencer_contains: staginglinea_Bytes - sequencer_not_contains: staginglinea_Bytes + sequencer: stagingoptimism_Bytes + sequencer_not: stagingoptimism_Bytes + sequencer_gt: stagingoptimism_Bytes + sequencer_lt: stagingoptimism_Bytes + sequencer_gte: stagingoptimism_Bytes + sequencer_lte: stagingoptimism_Bytes + sequencer_in: [stagingoptimism_Bytes!] + sequencer_not_in: [stagingoptimism_Bytes!] + sequencer_contains: stagingoptimism_Bytes + sequencer_not_contains: stagingoptimism_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Sequencer_filter] + or: [stagingoptimism_Sequencer_filter] } -enum staginglinea_Sequencer_orderBy { +enum stagingoptimism_Sequencer_orderBy { id isActive sequencer } -type staginglinea_Setting { +type stagingoptimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: staginglinea_Bytes! + caller: stagingoptimism_Bytes! } -input staginglinea_Setting_filter { +input stagingoptimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -178479,35 +178410,41 @@ input staginglinea_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes + caller: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Setting_filter] + or: [stagingoptimism_Setting_filter] } -enum staginglinea_Setting_orderBy { +enum stagingoptimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type staginglinea_SlippageUpdate { +type stagingoptimism_SlippageUpdate { id: ID! - transfer: staginglinea_DestinationTransfer! + transfer: stagingoptimism_DestinationTransfer! slippage: BigInt! - caller: staginglinea_Bytes! - transactionHash: staginglinea_Bytes! + caller: stagingoptimism_Bytes! + transactionHash: stagingoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginglinea_SlippageUpdate_filter { +input stagingoptimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -178536,7 +178473,7 @@ input staginglinea_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: staginglinea_DestinationTransfer_filter + transfer_: stagingoptimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -178545,18 +178482,26 @@ input staginglinea_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: staginglinea_Bytes - caller_not: staginglinea_Bytes - caller_in: [staginglinea_Bytes!] - caller_not_in: [staginglinea_Bytes!] - caller_contains: staginglinea_Bytes - caller_not_contains: staginglinea_Bytes - transactionHash: staginglinea_Bytes - transactionHash_not: staginglinea_Bytes - transactionHash_in: [staginglinea_Bytes!] - transactionHash_not_in: [staginglinea_Bytes!] - transactionHash_contains: staginglinea_Bytes - transactionHash_not_contains: staginglinea_Bytes + caller: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -178590,12 +178535,50 @@ input staginglinea_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SlippageUpdate_filter] + or: [stagingoptimism_SlippageUpdate_filter] } -enum staginglinea_SlippageUpdate_orderBy { +enum stagingoptimism_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 @@ -178605,16 +178588,16 @@ enum staginglinea_SlippageUpdate_orderBy { blockNumber } -type staginglinea_SnapshotRoot { +type stagingoptimism_SnapshotRoot { id: ID! spokeDomain: BigInt - root: staginglinea_Bytes! + root: stagingoptimism_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input staginglinea_SnapshotRoot_filter { +input stagingoptimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -178631,12 +178614,16 @@ input staginglinea_SnapshotRoot_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - root: staginglinea_Bytes - root_not: staginglinea_Bytes - root_in: [staginglinea_Bytes!] - root_not_in: [staginglinea_Bytes!] - root_contains: staginglinea_Bytes - root_not_contains: staginglinea_Bytes + root: stagingoptimism_Bytes + root_not: stagingoptimism_Bytes + root_gt: stagingoptimism_Bytes + root_lt: stagingoptimism_Bytes + root_gte: stagingoptimism_Bytes + root_lte: stagingoptimism_Bytes + root_in: [stagingoptimism_Bytes!] + root_not_in: [stagingoptimism_Bytes!] + root_contains: stagingoptimism_Bytes + root_not_contains: stagingoptimism_Bytes count: BigInt count_not: BigInt count_gt: BigInt @@ -178662,10 +178649,12 @@ input staginglinea_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SnapshotRoot_filter] + or: [stagingoptimism_SnapshotRoot_filter] } -enum staginglinea_SnapshotRoot_orderBy { +enum stagingoptimism_SnapshotRoot_orderBy { id spokeDomain root @@ -178674,12 +178663,12 @@ enum staginglinea_SnapshotRoot_orderBy { blockNumber } -type staginglinea_SpokeConnectorMode { +type stagingoptimism_SpokeConnectorMode { id: ID! mode: String! } -input staginglinea_SpokeConnectorMode_filter { +input stagingoptimism_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -178709,15 +178698,17 @@ input staginglinea_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SpokeConnectorMode_filter] + or: [stagingoptimism_SpokeConnectorMode_filter] } -enum staginglinea_SpokeConnectorMode_orderBy { +enum stagingoptimism_SpokeConnectorMode_orderBy { id mode } -enum staginglinea_TransferStatus { +enum stagingoptimism_TransferStatus { XCalled Executed Reconciled @@ -178725,17 +178716,19 @@ enum staginglinea_TransferStatus { CompletedFast } -type staginglinea__Block_ { +type stagingoptimism__Block_ { """The hash of the block""" - hash: staginglinea_Bytes + hash: stagingoptimism_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: stagingoptimism_Bytes } """The type for the top-level _meta field""" -type staginglinea__Meta_ { +type stagingoptimism__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -178743,55 +178736,55 @@ type staginglinea__Meta_ { and therefore asks for the latest block """ - block: staginglinea__Block_! + block: stagingoptimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum bnb_swap_Aggregation_interval { +enum avalanche_swap_Aggregation_interval { hour day } -scalar bnb_swap_BigDecimal +scalar avalanche_swap_BigDecimal -input bnb_swap_BlockChangedFilter { +input avalanche_swap_BlockChangedFilter { number_gte: Int! } -input bnb_swap_Block_height { - hash: bnb_swap_Bytes +input avalanche_swap_Block_height { + hash: avalanche_swap_Bytes number: Int number_gte: Int } -scalar bnb_swap_Bytes +scalar avalanche_swap_Bytes """ 8 bytes signed integer """ -scalar bnb_swap_Int8 +scalar avalanche_swap_Int8 -type bnb_swap_LpAccount { +type avalanche_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: avalanche_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_LpAccountBalance_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_LpAccountBalance_filter): [avalanche_swap_LpAccountBalance!]! } -type bnb_swap_LpAccountBalance { +type avalanche_swap_LpAccountBalance { id: ID! - account: bnb_swap_LpAccount! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! + account: avalanche_swap_LpAccount! + token: avalanche_swap_LpToken! + amount: avalanche_swap_BigDecimal! block: BigInt modified: BigInt - transaction: bnb_swap_Bytes + transaction: avalanche_swap_Bytes } -input bnb_swap_LpAccountBalance_filter { +input avalanche_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -178820,7 +178813,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_: avalanche_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -178841,15 +178834,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_: avalanche_swap_LpToken_filter + amount: avalanche_swap_BigDecimal + amount_not: avalanche_swap_BigDecimal + amount_gt: avalanche_swap_BigDecimal + amount_lt: avalanche_swap_BigDecimal + amount_gte: avalanche_swap_BigDecimal + amount_lte: avalanche_swap_BigDecimal + amount_in: [avalanche_swap_BigDecimal!] + amount_not_in: [avalanche_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -178866,23 +178859,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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpAccountBalance_filter] + or: [avalanche_swap_LpAccountBalance_filter] } -enum bnb_swap_LpAccountBalance_orderBy { +enum avalanche_swap_LpAccountBalance_orderBy { id account account__id @@ -178900,7 +178893,7 @@ enum bnb_swap_LpAccountBalance_orderBy { transaction } -input bnb_swap_LpAccount_filter { +input avalanche_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -178909,51 +178902,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: avalanche_swap_Bytes + address_not: avalanche_swap_Bytes + address_gt: avalanche_swap_Bytes + address_lt: avalanche_swap_Bytes + address_gte: avalanche_swap_Bytes + address_lte: avalanche_swap_Bytes + address_in: [avalanche_swap_Bytes!] + address_not_in: [avalanche_swap_Bytes!] + address_contains: avalanche_swap_Bytes + address_not_contains: avalanche_swap_Bytes + balances_: avalanche_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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpAccount_filter] + or: [avalanche_swap_LpAccount_filter] } -enum bnb_swap_LpAccount_orderBy { +enum avalanche_swap_LpAccount_orderBy { id address balances } -type bnb_swap_LpToken { +type avalanche_swap_LpToken { id: ID! - address: bnb_swap_Bytes! - stableSwap: bnb_swap_StableSwap! + address: avalanche_swap_Bytes! + stableSwap: avalanche_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: avalanche_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_LpTokenEvent_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_LpTokenEvent_filter): [avalanche_swap_LpTokenEvent!]! } -interface bnb_swap_LpTokenEvent { +interface avalanche_swap_LpTokenEvent { id: ID! - token: bnb_swap_LpToken! - amount: bnb_swap_BigDecimal! + token: avalanche_swap_LpToken! + amount: avalanche_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input bnb_swap_LpTokenEvent_filter { +input avalanche_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -178982,15 +178975,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_: avalanche_swap_LpToken_filter + amount: avalanche_swap_BigDecimal + amount_not: avalanche_swap_BigDecimal + amount_gt: avalanche_swap_BigDecimal + amount_lt: avalanche_swap_BigDecimal + amount_gte: avalanche_swap_BigDecimal + amount_lte: avalanche_swap_BigDecimal + amount_in: [avalanche_swap_BigDecimal!] + amount_not_in: [avalanche_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -179007,16 +179000,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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -179026,12 +179019,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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpTokenEvent_filter] + or: [avalanche_swap_LpTokenEvent_filter] } -enum bnb_swap_LpTokenEvent_orderBy { +enum avalanche_swap_LpTokenEvent_orderBy { id token token__id @@ -179047,7 +179040,7 @@ enum bnb_swap_LpTokenEvent_orderBy { nonce } -input bnb_swap_LpToken_filter { +input avalanche_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -179056,16 +179049,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: avalanche_swap_Bytes + address_not: avalanche_swap_Bytes + address_gt: avalanche_swap_Bytes + address_lt: avalanche_swap_Bytes + address_gte: avalanche_swap_Bytes + address_lte: avalanche_swap_Bytes + address_in: [avalanche_swap_Bytes!] + address_not_in: [avalanche_swap_Bytes!] + address_contains: avalanche_swap_Bytes + address_not_contains: avalanche_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -179086,7 +179079,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_: avalanche_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -179135,22 +179128,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: avalanche_swap_BigDecimal + totalSupply_not: avalanche_swap_BigDecimal + totalSupply_gt: avalanche_swap_BigDecimal + totalSupply_lt: avalanche_swap_BigDecimal + totalSupply_gte: avalanche_swap_BigDecimal + totalSupply_lte: avalanche_swap_BigDecimal + totalSupply_in: [avalanche_swap_BigDecimal!] + totalSupply_not_in: [avalanche_swap_BigDecimal!] + events_: avalanche_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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpToken_filter] + or: [avalanche_swap_LpToken_filter] } -enum bnb_swap_LpToken_orderBy { +enum avalanche_swap_LpToken_orderBy { id address stableSwap @@ -179177,21 +179170,21 @@ enum bnb_swap_LpToken_orderBy { events } -type bnb_swap_LpTransferEvent implements bnb_swap_LpTokenEvent { +type avalanche_swap_LpTransferEvent implements avalanche_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: avalanche_swap_LpToken! + amount: avalanche_swap_BigDecimal! + from: avalanche_swap_Bytes! + to: avalanche_swap_Bytes! + fromBalance: avalanche_swap_BigDecimal! + toBalance: avalanche_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input bnb_swap_LpTransferEvent_filter { +input avalanche_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -179220,51 +179213,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_: avalanche_swap_LpToken_filter + amount: avalanche_swap_BigDecimal + amount_not: avalanche_swap_BigDecimal + amount_gt: avalanche_swap_BigDecimal + amount_lt: avalanche_swap_BigDecimal + amount_gte: avalanche_swap_BigDecimal + amount_lte: avalanche_swap_BigDecimal + amount_in: [avalanche_swap_BigDecimal!] + amount_not_in: [avalanche_swap_BigDecimal!] + from: avalanche_swap_Bytes + from_not: avalanche_swap_Bytes + from_gt: avalanche_swap_Bytes + from_lt: avalanche_swap_Bytes + from_gte: avalanche_swap_Bytes + from_lte: avalanche_swap_Bytes + from_in: [avalanche_swap_Bytes!] + from_not_in: [avalanche_swap_Bytes!] + from_contains: avalanche_swap_Bytes + from_not_contains: avalanche_swap_Bytes + to: avalanche_swap_Bytes + to_not: avalanche_swap_Bytes + to_gt: avalanche_swap_Bytes + to_lt: avalanche_swap_Bytes + to_gte: avalanche_swap_Bytes + to_lte: avalanche_swap_Bytes + to_in: [avalanche_swap_Bytes!] + to_not_in: [avalanche_swap_Bytes!] + to_contains: avalanche_swap_Bytes + to_not_contains: avalanche_swap_Bytes + fromBalance: avalanche_swap_BigDecimal + fromBalance_not: avalanche_swap_BigDecimal + fromBalance_gt: avalanche_swap_BigDecimal + fromBalance_lt: avalanche_swap_BigDecimal + fromBalance_gte: avalanche_swap_BigDecimal + fromBalance_lte: avalanche_swap_BigDecimal + fromBalance_in: [avalanche_swap_BigDecimal!] + fromBalance_not_in: [avalanche_swap_BigDecimal!] + toBalance: avalanche_swap_BigDecimal + toBalance_not: avalanche_swap_BigDecimal + toBalance_gt: avalanche_swap_BigDecimal + toBalance_lt: avalanche_swap_BigDecimal + toBalance_gte: avalanche_swap_BigDecimal + toBalance_lte: avalanche_swap_BigDecimal + toBalance_in: [avalanche_swap_BigDecimal!] + toBalance_not_in: [avalanche_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -179281,16 +179274,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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -179300,12 +179293,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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_LpTransferEvent_filter] + or: [avalanche_swap_LpTransferEvent_filter] } -enum bnb_swap_LpTransferEvent_orderBy { +enum avalanche_swap_LpTransferEvent_orderBy { id token token__id @@ -179326,17 +179319,17 @@ enum bnb_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum bnb_swap_OrderDirection { +enum avalanche_swap_OrderDirection { asc desc } -type bnb_swap_PooledToken { +type avalanche_swap_PooledToken { id: ID! - asset: bnb_swap_Bytes! + asset: avalanche_swap_Bytes! } -input bnb_swap_PooledToken_filter { +input avalanche_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -179345,59 +179338,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: avalanche_swap_Bytes + asset_not: avalanche_swap_Bytes + asset_gt: avalanche_swap_Bytes + asset_lt: avalanche_swap_Bytes + asset_gte: avalanche_swap_Bytes + asset_lte: avalanche_swap_Bytes + asset_in: [avalanche_swap_Bytes!] + asset_not_in: [avalanche_swap_Bytes!] + asset_contains: avalanche_swap_Bytes + asset_not_contains: avalanche_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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_PooledToken_filter] + or: [avalanche_swap_PooledToken_filter] } -enum bnb_swap_PooledToken_orderBy { +enum avalanche_swap_PooledToken_orderBy { id asset } -type bnb_swap_StableSwap { +type avalanche_swap_StableSwap { id: ID! isActive: Boolean - key: bnb_swap_Bytes! - canonicalId: bnb_swap_Bytes + key: avalanche_swap_Bytes! + canonicalId: avalanche_swap_Bytes domain: BigInt - swapPool: bnb_swap_Bytes - lpToken: bnb_swap_Bytes + swapPool: avalanche_swap_Bytes + lpToken: avalanche_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [bnb_swap_Bytes!]! + pooledTokens: [avalanche_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: avalanche_swap_StableSwapEvent_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_StableSwapEvent_filter): [avalanche_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_StableSwapExchange_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_StableSwapExchange_filter): [avalanche_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapHourlyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapHourlyVolume_filter): [avalanche_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapDailyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapDailyVolume_filter): [avalanche_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapWeeklyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapWeeklyVolume_filter): [avalanche_swap_SwapWeeklyVolume!] } -type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { +type avalanche_swap_StableSwapAddLiquidityEvent implements avalanche_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! + stableSwap: avalanche_swap_StableSwap! + provider: avalanche_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -179406,11 +179399,11 @@ type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapAddLiquidityEvent_filter { +input avalanche_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -179439,17 +179432,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_: avalanche_swap_StableSwap_filter + provider: avalanche_swap_Bytes + provider_not: avalanche_swap_Bytes + provider_gt: avalanche_swap_Bytes + provider_lt: avalanche_swap_Bytes + provider_gte: avalanche_swap_Bytes + provider_lte: avalanche_swap_Bytes + provider_in: [avalanche_swap_Bytes!] + provider_not_in: [avalanche_swap_Bytes!] + provider_contains: avalanche_swap_Bytes + provider_not_contains: avalanche_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -179508,16 +179501,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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -179527,12 +179520,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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapAddLiquidityEvent_filter] + or: [avalanche_swap_StableSwapAddLiquidityEvent_filter] } -enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { +enum avalanche_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -179564,16 +179557,16 @@ enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface bnb_swap_StableSwapEvent { +interface avalanche_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: avalanche_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapEvent_filter { +input avalanche_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -179602,7 +179595,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_: avalanche_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -179619,16 +179612,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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -179638,12 +179631,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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapEvent_filter] + or: [avalanche_swap_StableSwapEvent_filter] } -enum bnb_swap_StableSwapEvent_orderBy { +enum avalanche_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -179668,10 +179661,10 @@ enum bnb_swap_StableSwapEvent_orderBy { nonce } -type bnb_swap_StableSwapExchange { +type avalanche_swap_StableSwapExchange { id: ID! - stableSwap: bnb_swap_StableSwap! - buyer: bnb_swap_Bytes! + stableSwap: avalanche_swap_StableSwap! + buyer: avalanche_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -179680,11 +179673,11 @@ type bnb_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapExchange_filter { +input avalanche_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -179713,17 +179706,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_: avalanche_swap_StableSwap_filter + buyer: avalanche_swap_Bytes + buyer_not: avalanche_swap_Bytes + buyer_gt: avalanche_swap_Bytes + buyer_lt: avalanche_swap_Bytes + buyer_gte: avalanche_swap_Bytes + buyer_lte: avalanche_swap_Bytes + buyer_in: [avalanche_swap_Bytes!] + buyer_not_in: [avalanche_swap_Bytes!] + buyer_contains: avalanche_swap_Bytes + buyer_not_contains: avalanche_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -179786,16 +179779,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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -179805,12 +179798,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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapExchange_filter] + or: [avalanche_swap_StableSwapExchange_filter] } -enum bnb_swap_StableSwapExchange_orderBy { +enum avalanche_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -179842,10 +179835,10 @@ enum bnb_swap_StableSwapExchange_orderBy { nonce } -type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { +type avalanche_swap_StableSwapRemoveLiquidityEvent implements avalanche_swap_StableSwapEvent { id: ID! - stableSwap: bnb_swap_StableSwap! - provider: bnb_swap_Bytes! + stableSwap: avalanche_swap_StableSwap! + provider: avalanche_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -179854,11 +179847,11 @@ type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: bnb_swap_Bytes! + transaction: avalanche_swap_Bytes! nonce: BigInt! } -input bnb_swap_StableSwapRemoveLiquidityEvent_filter { +input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -179887,17 +179880,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_: avalanche_swap_StableSwap_filter + provider: avalanche_swap_Bytes + provider_not: avalanche_swap_Bytes + provider_gt: avalanche_swap_Bytes + provider_lt: avalanche_swap_Bytes + provider_gte: avalanche_swap_Bytes + provider_lte: avalanche_swap_Bytes + provider_in: [avalanche_swap_Bytes!] + provider_not_in: [avalanche_swap_Bytes!] + provider_contains: avalanche_swap_Bytes + provider_not_contains: avalanche_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -179956,16 +179949,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: avalanche_swap_Bytes + transaction_not: avalanche_swap_Bytes + transaction_gt: avalanche_swap_Bytes + transaction_lt: avalanche_swap_Bytes + transaction_gte: avalanche_swap_Bytes + transaction_lte: avalanche_swap_Bytes + transaction_in: [avalanche_swap_Bytes!] + transaction_not_in: [avalanche_swap_Bytes!] + transaction_contains: avalanche_swap_Bytes + transaction_not_contains: avalanche_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -179975,12 +179968,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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] + or: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] } -enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -180012,7 +180005,7 @@ enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input bnb_swap_StableSwap_filter { +input avalanche_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -180025,26 +180018,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: avalanche_swap_Bytes + key_not: avalanche_swap_Bytes + key_gt: avalanche_swap_Bytes + key_lt: avalanche_swap_Bytes + key_gte: avalanche_swap_Bytes + key_lte: avalanche_swap_Bytes + key_in: [avalanche_swap_Bytes!] + key_not_in: [avalanche_swap_Bytes!] + key_contains: avalanche_swap_Bytes + key_not_contains: avalanche_swap_Bytes + canonicalId: avalanche_swap_Bytes + canonicalId_not: avalanche_swap_Bytes + canonicalId_gt: avalanche_swap_Bytes + canonicalId_lt: avalanche_swap_Bytes + canonicalId_gte: avalanche_swap_Bytes + canonicalId_lte: avalanche_swap_Bytes + canonicalId_in: [avalanche_swap_Bytes!] + canonicalId_not_in: [avalanche_swap_Bytes!] + canonicalId_contains: avalanche_swap_Bytes + canonicalId_not_contains: avalanche_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -180053,26 +180046,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: avalanche_swap_Bytes + swapPool_not: avalanche_swap_Bytes + swapPool_gt: avalanche_swap_Bytes + swapPool_lt: avalanche_swap_Bytes + swapPool_gte: avalanche_swap_Bytes + swapPool_lte: avalanche_swap_Bytes + swapPool_in: [avalanche_swap_Bytes!] + swapPool_not_in: [avalanche_swap_Bytes!] + swapPool_contains: avalanche_swap_Bytes + swapPool_not_contains: avalanche_swap_Bytes + lpToken: avalanche_swap_Bytes + lpToken_not: avalanche_swap_Bytes + lpToken_gt: avalanche_swap_Bytes + lpToken_lt: avalanche_swap_Bytes + lpToken_gte: avalanche_swap_Bytes + lpToken_lte: avalanche_swap_Bytes + lpToken_in: [avalanche_swap_Bytes!] + lpToken_not_in: [avalanche_swap_Bytes!] + lpToken_contains: avalanche_swap_Bytes + lpToken_not_contains: avalanche_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -180121,12 +180114,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: [avalanche_swap_Bytes!] + pooledTokens_not: [avalanche_swap_Bytes!] + pooledTokens_contains: [avalanche_swap_Bytes!] + pooledTokens_contains_nocase: [avalanche_swap_Bytes!] + pooledTokens_not_contains: [avalanche_swap_Bytes!] + pooledTokens_not_contains_nocase: [avalanche_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -180169,18 +180162,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_: avalanche_swap_StableSwapEvent_filter + exchanges_: avalanche_swap_StableSwapExchange_filter + hourlyVolumes_: avalanche_swap_SwapHourlyVolume_filter + dailyVolumes_: avalanche_swap_SwapDailyVolume_filter + weeklyVolumes_: avalanche_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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_StableSwap_filter] + or: [avalanche_swap_StableSwap_filter] } -enum bnb_swap_StableSwap_orderBy { +enum avalanche_swap_StableSwap_orderBy { id isActive key @@ -180208,14 +180201,14 @@ enum bnb_swap_StableSwap_orderBy { weeklyVolumes } -type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { +type avalanche_swap_SwapDailyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: avalanche_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: avalanche_swap_BigDecimal! } -input bnb_swap_SwapDailyVolume_filter { +input avalanche_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -180244,7 +180237,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_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -180253,21 +180246,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: avalanche_swap_BigDecimal + volume_not: avalanche_swap_BigDecimal + volume_gt: avalanche_swap_BigDecimal + volume_lt: avalanche_swap_BigDecimal + volume_gte: avalanche_swap_BigDecimal + volume_lte: avalanche_swap_BigDecimal + volume_in: [avalanche_swap_BigDecimal!] + volume_not_in: [avalanche_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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapDailyVolume_filter] + or: [avalanche_swap_SwapDailyVolume_filter] } -enum bnb_swap_SwapDailyVolume_orderBy { +enum avalanche_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -180290,14 +180283,14 @@ enum bnb_swap_SwapDailyVolume_orderBy { volume } -type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { +type avalanche_swap_SwapHourlyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: avalanche_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: avalanche_swap_BigDecimal! } -input bnb_swap_SwapHourlyVolume_filter { +input avalanche_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -180326,7 +180319,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_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -180335,21 +180328,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: avalanche_swap_BigDecimal + volume_not: avalanche_swap_BigDecimal + volume_gt: avalanche_swap_BigDecimal + volume_lt: avalanche_swap_BigDecimal + volume_gte: avalanche_swap_BigDecimal + volume_lte: avalanche_swap_BigDecimal + volume_in: [avalanche_swap_BigDecimal!] + volume_not_in: [avalanche_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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapHourlyVolume_filter] + or: [avalanche_swap_SwapHourlyVolume_filter] } -enum bnb_swap_SwapHourlyVolume_orderBy { +enum avalanche_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -180372,13 +180365,13 @@ enum bnb_swap_SwapHourlyVolume_orderBy { volume } -interface bnb_swap_SwapTradeVolume { - stableSwap: bnb_swap_StableSwap! +interface avalanche_swap_SwapTradeVolume { + stableSwap: avalanche_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: avalanche_swap_BigDecimal! } -input bnb_swap_SwapTradeVolume_filter { +input avalanche_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -180399,7 +180392,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_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -180408,21 +180401,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: avalanche_swap_BigDecimal + volume_not: avalanche_swap_BigDecimal + volume_gt: avalanche_swap_BigDecimal + volume_lt: avalanche_swap_BigDecimal + volume_gte: avalanche_swap_BigDecimal + volume_lte: avalanche_swap_BigDecimal + volume_in: [avalanche_swap_BigDecimal!] + volume_not_in: [avalanche_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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapTradeVolume_filter] + or: [avalanche_swap_SwapTradeVolume_filter] } -enum bnb_swap_SwapTradeVolume_orderBy { +enum avalanche_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -180444,14 +180437,14 @@ enum bnb_swap_SwapTradeVolume_orderBy { volume } -type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { +type avalanche_swap_SwapWeeklyVolume implements avalanche_swap_SwapTradeVolume { id: ID! - stableSwap: bnb_swap_StableSwap! + stableSwap: avalanche_swap_StableSwap! timestamp: BigInt! - volume: bnb_swap_BigDecimal! + volume: avalanche_swap_BigDecimal! } -input bnb_swap_SwapWeeklyVolume_filter { +input avalanche_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -180480,7 +180473,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_: avalanche_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -180489,21 +180482,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: avalanche_swap_BigDecimal + volume_not: avalanche_swap_BigDecimal + volume_gt: avalanche_swap_BigDecimal + volume_lt: avalanche_swap_BigDecimal + volume_gte: avalanche_swap_BigDecimal + volume_lte: avalanche_swap_BigDecimal + volume_in: [avalanche_swap_BigDecimal!] + volume_not_in: [avalanche_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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SwapWeeklyVolume_filter] + or: [avalanche_swap_SwapWeeklyVolume_filter] } -enum bnb_swap_SwapWeeklyVolume_orderBy { +enum avalanche_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -180526,13 +180519,13 @@ enum bnb_swap_SwapWeeklyVolume_orderBy { volume } -type bnb_swap_SystemInfo { +type avalanche_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input bnb_swap_SystemInfo_filter { +input avalanche_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -180558,30 +180551,30 @@ 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: avalanche_swap_BlockChangedFilter + and: [avalanche_swap_SystemInfo_filter] + or: [avalanche_swap_SystemInfo_filter] } -enum bnb_swap_SystemInfo_orderBy { +enum avalanche_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type bnb_swap__Block_ { +type avalanche_swap__Block_ { """The hash of the block""" - hash: bnb_swap_Bytes + hash: avalanche_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: bnb_swap_Bytes + parentHash: avalanche_swap_Bytes } """The type for the top-level _meta field""" -type bnb_swap__Meta_ { +type avalanche_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 @@ -180589,7 +180582,7 @@ type bnb_swap__Meta_ { and therefore asks for the latest block """ - block: bnb_swap__Block_! + block: avalanche_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -184288,48 +184281,48 @@ type arbitrumone_swap__Meta_ { hasIndexingErrors: Boolean! } -enum xdai_swap_Aggregation_interval { +enum bnb_swap_Aggregation_interval { hour day } -scalar xdai_swap_BigDecimal +scalar bnb_swap_BigDecimal -input xdai_swap_BlockChangedFilter { +input bnb_swap_BlockChangedFilter { number_gte: Int! } -input xdai_swap_Block_height { - hash: xdai_swap_Bytes +input bnb_swap_Block_height { + hash: bnb_swap_Bytes number: Int number_gte: Int } -scalar xdai_swap_Bytes +scalar bnb_swap_Bytes """ 8 bytes signed integer """ -scalar xdai_swap_Int8 +scalar bnb_swap_Int8 -type xdai_swap_LpAccount { +type bnb_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: 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 xdai_swap_LpAccountBalance { +type bnb_swap_LpAccountBalance { id: ID! - account: xdai_swap_LpAccount! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + account: bnb_swap_LpAccount! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! block: BigInt modified: BigInt - transaction: xdai_swap_Bytes + transaction: bnb_swap_Bytes } -input xdai_swap_LpAccountBalance_filter { +input bnb_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -184358,7 +184351,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_: bnb_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -184379,15 +184372,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_: 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 @@ -184404,23 +184397,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccountBalance_filter] - or: [xdai_swap_LpAccountBalance_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpAccountBalance_filter] + or: [bnb_swap_LpAccountBalance_filter] } -enum xdai_swap_LpAccountBalance_orderBy { +enum bnb_swap_LpAccountBalance_orderBy { id account account__id @@ -184438,7 +184431,7 @@ enum xdai_swap_LpAccountBalance_orderBy { transaction } -input xdai_swap_LpAccount_filter { +input bnb_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -184447,51 +184440,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccount_filter] - or: [xdai_swap_LpAccount_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpAccount_filter] + or: [bnb_swap_LpAccount_filter] } -enum xdai_swap_LpAccount_orderBy { +enum bnb_swap_LpAccount_orderBy { id address balances } -type xdai_swap_LpToken { +type bnb_swap_LpToken { id: ID! - address: xdai_swap_Bytes! - stableSwap: xdai_swap_StableSwap! + address: bnb_swap_Bytes! + stableSwap: bnb_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: 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 xdai_swap_LpTokenEvent { +interface bnb_swap_LpTokenEvent { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + token: bnb_swap_LpToken! + amount: bnb_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTokenEvent_filter { +input bnb_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -184520,15 +184513,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_: 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 @@ -184545,16 +184538,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: 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 @@ -184564,12 +184557,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: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpTokenEvent_filter] + or: [bnb_swap_LpTokenEvent_filter] } -enum xdai_swap_LpTokenEvent_orderBy { +enum bnb_swap_LpTokenEvent_orderBy { id token token__id @@ -184585,7 +184578,7 @@ enum xdai_swap_LpTokenEvent_orderBy { nonce } -input xdai_swap_LpToken_filter { +input bnb_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -184594,16 +184587,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: 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 @@ -184624,7 +184617,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_: bnb_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -184673,22 +184666,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpToken_filter] - or: [xdai_swap_LpToken_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpToken_filter] + or: [bnb_swap_LpToken_filter] } -enum xdai_swap_LpToken_orderBy { +enum bnb_swap_LpToken_orderBy { id address stableSwap @@ -184715,21 +184708,21 @@ enum xdai_swap_LpToken_orderBy { events } -type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { +type bnb_swap_LpTransferEvent implements bnb_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: 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: xdai_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTransferEvent_filter { +input bnb_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -184758,51 +184751,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_: 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 @@ -184819,16 +184812,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: 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 @@ -184838,12 +184831,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: bnb_swap_BlockChangedFilter + and: [bnb_swap_LpTransferEvent_filter] + or: [bnb_swap_LpTransferEvent_filter] } -enum xdai_swap_LpTransferEvent_orderBy { +enum bnb_swap_LpTransferEvent_orderBy { id token token__id @@ -184864,17 +184857,17 @@ enum xdai_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum xdai_swap_OrderDirection { +enum bnb_swap_OrderDirection { asc desc } -type xdai_swap_PooledToken { +type bnb_swap_PooledToken { id: ID! - asset: xdai_swap_Bytes! + asset: bnb_swap_Bytes! } -input xdai_swap_PooledToken_filter { +input bnb_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -184883,59 +184876,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_PooledToken_filter] - or: [xdai_swap_PooledToken_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_PooledToken_filter] + or: [bnb_swap_PooledToken_filter] } -enum xdai_swap_PooledToken_orderBy { +enum bnb_swap_PooledToken_orderBy { id asset } -type xdai_swap_StableSwap { +type bnb_swap_StableSwap { id: ID! isActive: Boolean - key: xdai_swap_Bytes! - canonicalId: xdai_swap_Bytes + key: bnb_swap_Bytes! + canonicalId: bnb_swap_Bytes domain: BigInt - swapPool: xdai_swap_Bytes - lpToken: xdai_swap_Bytes + swapPool: bnb_swap_Bytes + lpToken: bnb_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [xdai_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: 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: 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 xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { +type bnb_swap_StableSwapAddLiquidityEvent implements bnb_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + provider: bnb_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -184944,11 +184937,11 @@ type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapAddLiquidityEvent_filter { +input bnb_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -184977,17 +184970,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_: 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!] @@ -185046,16 +185039,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: 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 @@ -185065,12 +185058,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: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapAddLiquidityEvent_filter] + or: [bnb_swap_StableSwapAddLiquidityEvent_filter] } -enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { +enum bnb_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -185102,16 +185095,16 @@ enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface xdai_swap_StableSwapEvent { +interface bnb_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: bnb_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapEvent_filter { +input bnb_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -185140,7 +185133,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_: bnb_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -185157,16 +185150,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: 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 @@ -185176,12 +185169,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: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapEvent_filter] + or: [bnb_swap_StableSwapEvent_filter] } -enum xdai_swap_StableSwapEvent_orderBy { +enum bnb_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -185206,10 +185199,10 @@ enum xdai_swap_StableSwapEvent_orderBy { nonce } -type xdai_swap_StableSwapExchange { +type bnb_swap_StableSwapExchange { id: ID! - stableSwap: xdai_swap_StableSwap! - buyer: xdai_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + buyer: bnb_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -185218,11 +185211,11 @@ type xdai_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapExchange_filter { +input bnb_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -185251,17 +185244,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_: 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 @@ -185324,16 +185317,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: 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 @@ -185343,12 +185336,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: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapExchange_filter] + or: [bnb_swap_StableSwapExchange_filter] } -enum xdai_swap_StableSwapExchange_orderBy { +enum bnb_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -185380,10 +185373,10 @@ enum xdai_swap_StableSwapExchange_orderBy { nonce } -type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { +type bnb_swap_StableSwapRemoveLiquidityEvent implements bnb_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: bnb_swap_StableSwap! + provider: bnb_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -185392,11 +185385,11 @@ type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEve balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: bnb_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapRemoveLiquidityEvent_filter { +input bnb_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -185425,17 +185418,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_: 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!] @@ -185494,16 +185487,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: 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 @@ -185513,12 +185506,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: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] + or: [bnb_swap_StableSwapRemoveLiquidityEvent_filter] } -enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum bnb_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -185550,7 +185543,7 @@ enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input xdai_swap_StableSwap_filter { +input bnb_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -185563,26 +185556,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: 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 @@ -185591,26 +185584,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: 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 @@ -185659,12 +185652,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: [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!] @@ -185707,18 +185700,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_: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwap_filter] - or: [xdai_swap_StableSwap_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_StableSwap_filter] + or: [bnb_swap_StableSwap_filter] } -enum xdai_swap_StableSwap_orderBy { +enum bnb_swap_StableSwap_orderBy { id isActive key @@ -185746,14 +185739,14 @@ enum xdai_swap_StableSwap_orderBy { weeklyVolumes } -type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { +type bnb_swap_SwapDailyVolume implements bnb_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: bnb_swap_BigDecimal! } -input xdai_swap_SwapDailyVolume_filter { +input bnb_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -185782,7 +185775,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_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185791,21 +185784,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapDailyVolume_filter] - or: [xdai_swap_SwapDailyVolume_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapDailyVolume_filter] + or: [bnb_swap_SwapDailyVolume_filter] } -enum xdai_swap_SwapDailyVolume_orderBy { +enum bnb_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -185828,14 +185821,14 @@ enum xdai_swap_SwapDailyVolume_orderBy { volume } -type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { +type bnb_swap_SwapHourlyVolume implements bnb_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: bnb_swap_BigDecimal! } -input xdai_swap_SwapHourlyVolume_filter { +input bnb_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -185864,7 +185857,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_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185873,21 +185866,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapHourlyVolume_filter] - or: [xdai_swap_SwapHourlyVolume_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapHourlyVolume_filter] + or: [bnb_swap_SwapHourlyVolume_filter] } -enum xdai_swap_SwapHourlyVolume_orderBy { +enum bnb_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -185910,13 +185903,13 @@ enum xdai_swap_SwapHourlyVolume_orderBy { volume } -interface xdai_swap_SwapTradeVolume { - stableSwap: xdai_swap_StableSwap! +interface bnb_swap_SwapTradeVolume { + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: bnb_swap_BigDecimal! } -input xdai_swap_SwapTradeVolume_filter { +input bnb_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -185937,7 +185930,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_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185946,21 +185939,21 @@ input xdai_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + volume: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapTradeVolume_filter] - or: [xdai_swap_SwapTradeVolume_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapTradeVolume_filter] + or: [bnb_swap_SwapTradeVolume_filter] } -enum xdai_swap_SwapTradeVolume_orderBy { +enum bnb_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -185982,14 +185975,14 @@ enum xdai_swap_SwapTradeVolume_orderBy { volume } -type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { +type bnb_swap_SwapWeeklyVolume implements bnb_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: bnb_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: bnb_swap_BigDecimal! } -input xdai_swap_SwapWeeklyVolume_filter { +input bnb_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -186018,7 +186011,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_: bnb_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -186027,21 +186020,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: 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: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapWeeklyVolume_filter] - or: [xdai_swap_SwapWeeklyVolume_filter] + _change_block: bnb_swap_BlockChangedFilter + and: [bnb_swap_SwapWeeklyVolume_filter] + or: [bnb_swap_SwapWeeklyVolume_filter] } -enum xdai_swap_SwapWeeklyVolume_orderBy { +enum bnb_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -186064,13 +186057,13 @@ enum xdai_swap_SwapWeeklyVolume_orderBy { volume } -type xdai_swap_SystemInfo { +type bnb_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input xdai_swap_SystemInfo_filter { +input bnb_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -186096,30 +186089,30 @@ 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: bnb_swap_BlockChangedFilter + and: [bnb_swap_SystemInfo_filter] + or: [bnb_swap_SystemInfo_filter] } -enum xdai_swap_SystemInfo_orderBy { +enum bnb_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type xdai_swap__Block_ { +type bnb_swap__Block_ { """The hash of the block""" - hash: xdai_swap_Bytes + hash: bnb_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: xdai_swap_Bytes + parentHash: bnb_swap_Bytes } """The type for the top-level _meta field""" -type xdai_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 @@ -186127,55 +186120,55 @@ type xdai_swap__Meta_ { and therefore asks for the latest block """ - block: xdai_swap__Block_! + block: bnb_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum polygon_swap_Aggregation_interval { +enum xdai_swap_Aggregation_interval { hour day } -scalar polygon_swap_BigDecimal +scalar xdai_swap_BigDecimal -input polygon_swap_BlockChangedFilter { +input xdai_swap_BlockChangedFilter { number_gte: Int! } -input polygon_swap_Block_height { - hash: polygon_swap_Bytes +input xdai_swap_Block_height { + hash: xdai_swap_Bytes number: Int number_gte: Int } -scalar polygon_swap_Bytes +scalar xdai_swap_Bytes """ 8 bytes signed integer """ -scalar polygon_swap_Int8 +scalar xdai_swap_Int8 -type polygon_swap_LpAccount { +type xdai_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: 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 polygon_swap_LpAccountBalance { +type xdai_swap_LpAccountBalance { id: ID! - account: polygon_swap_LpAccount! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + account: xdai_swap_LpAccount! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! block: BigInt modified: BigInt - transaction: polygon_swap_Bytes + transaction: xdai_swap_Bytes } -input polygon_swap_LpAccountBalance_filter { +input xdai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -186204,7 +186197,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_: xdai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -186225,15 +186218,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_: 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 @@ -186250,23 +186243,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccountBalance_filter] - or: [polygon_swap_LpAccountBalance_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccountBalance_filter] + or: [xdai_swap_LpAccountBalance_filter] } -enum polygon_swap_LpAccountBalance_orderBy { +enum xdai_swap_LpAccountBalance_orderBy { id account account__id @@ -186284,7 +186277,7 @@ enum polygon_swap_LpAccountBalance_orderBy { transaction } -input polygon_swap_LpAccount_filter { +input xdai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -186293,51 +186286,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccount_filter] - or: [polygon_swap_LpAccount_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccount_filter] + or: [xdai_swap_LpAccount_filter] } -enum polygon_swap_LpAccount_orderBy { +enum xdai_swap_LpAccount_orderBy { id address balances } -type polygon_swap_LpToken { +type xdai_swap_LpToken { id: ID! - address: polygon_swap_Bytes! - stableSwap: polygon_swap_StableSwap! + address: xdai_swap_Bytes! + stableSwap: xdai_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: 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 polygon_swap_LpTokenEvent { +interface xdai_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTokenEvent_filter { +input xdai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -186366,15 +186359,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_: 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 @@ -186391,16 +186384,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: 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 @@ -186410,12 +186403,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: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTokenEvent_filter] + or: [xdai_swap_LpTokenEvent_filter] } -enum polygon_swap_LpTokenEvent_orderBy { +enum xdai_swap_LpTokenEvent_orderBy { id token token__id @@ -186431,7 +186424,7 @@ enum polygon_swap_LpTokenEvent_orderBy { nonce } -input polygon_swap_LpToken_filter { +input xdai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -186440,16 +186433,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: 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 @@ -186470,7 +186463,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_: xdai_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -186519,22 +186512,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpToken_filter] - or: [polygon_swap_LpToken_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpToken_filter] + or: [xdai_swap_LpToken_filter] } -enum polygon_swap_LpToken_orderBy { +enum xdai_swap_LpToken_orderBy { id address stableSwap @@ -186561,21 +186554,21 @@ enum polygon_swap_LpToken_orderBy { events } -type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { +type xdai_swap_LpTransferEvent implements xdai_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: 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: polygon_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTransferEvent_filter { +input xdai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -186604,51 +186597,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_: 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 @@ -186665,16 +186658,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: 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 @@ -186684,12 +186677,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: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTransferEvent_filter] + or: [xdai_swap_LpTransferEvent_filter] } -enum polygon_swap_LpTransferEvent_orderBy { +enum xdai_swap_LpTransferEvent_orderBy { id token token__id @@ -186710,17 +186703,17 @@ enum polygon_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygon_swap_OrderDirection { +enum xdai_swap_OrderDirection { asc desc } -type polygon_swap_PooledToken { +type xdai_swap_PooledToken { id: ID! - asset: polygon_swap_Bytes! + asset: xdai_swap_Bytes! } -input polygon_swap_PooledToken_filter { +input xdai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -186729,59 +186722,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_PooledToken_filter] - or: [polygon_swap_PooledToken_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_PooledToken_filter] + or: [xdai_swap_PooledToken_filter] } -enum polygon_swap_PooledToken_orderBy { +enum xdai_swap_PooledToken_orderBy { id asset } -type polygon_swap_StableSwap { +type xdai_swap_StableSwap { id: ID! isActive: Boolean - key: polygon_swap_Bytes! - canonicalId: polygon_swap_Bytes + key: xdai_swap_Bytes! + canonicalId: xdai_swap_Bytes domain: BigInt - swapPool: polygon_swap_Bytes - lpToken: polygon_swap_Bytes + swapPool: xdai_swap_Bytes + lpToken: xdai_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [polygon_swap_Bytes!]! + pooledTokens: [xdai_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: 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: xdai_swap_StableSwapEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapEvent_filter): [xdai_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapExchange_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapExchange_filter): [xdai_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapHourlyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapHourlyVolume_filter): [xdai_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapDailyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapDailyVolume_filter): [xdai_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapWeeklyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapWeeklyVolume_filter): [xdai_swap_SwapWeeklyVolume!] } -type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { +type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -186790,11 +186783,11 @@ type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapAddLiquidityEvent_filter { +input xdai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -186823,17 +186816,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_: 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!] @@ -186892,16 +186885,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: 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 @@ -186911,12 +186904,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: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapAddLiquidityEvent_filter] + or: [xdai_swap_StableSwapAddLiquidityEvent_filter] } -enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { +enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -186948,16 +186941,16 @@ enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface polygon_swap_StableSwapEvent { +interface xdai_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapEvent_filter { +input xdai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -186986,7 +186979,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_: xdai_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -187003,16 +186996,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: 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 @@ -187022,12 +187015,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: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapEvent_filter] + or: [xdai_swap_StableSwapEvent_filter] } -enum polygon_swap_StableSwapEvent_orderBy { +enum xdai_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -187052,10 +187045,10 @@ enum polygon_swap_StableSwapEvent_orderBy { nonce } -type polygon_swap_StableSwapExchange { +type xdai_swap_StableSwapExchange { id: ID! - stableSwap: polygon_swap_StableSwap! - buyer: polygon_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + buyer: xdai_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -187064,11 +187057,11 @@ type polygon_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapExchange_filter { +input xdai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -187097,17 +187090,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_: 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 @@ -187170,16 +187163,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: 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 @@ -187189,12 +187182,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: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapExchange_filter] + or: [xdai_swap_StableSwapExchange_filter] } -enum polygon_swap_StableSwapExchange_orderBy { +enum xdai_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -187226,10 +187219,10 @@ enum polygon_swap_StableSwapExchange_orderBy { nonce } -type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { +type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -187238,11 +187231,11 @@ type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableS balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapRemoveLiquidityEvent_filter { +input xdai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -187271,17 +187264,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_: 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!] @@ -187340,16 +187333,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: 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 @@ -187359,12 +187352,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: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -187396,7 +187389,7 @@ enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input polygon_swap_StableSwap_filter { +input xdai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -187409,26 +187402,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: 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 @@ -187437,26 +187430,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: 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 @@ -187505,12 +187498,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: [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!] @@ -187553,18 +187546,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_: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwap_filter] - or: [polygon_swap_StableSwap_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwap_filter] + or: [xdai_swap_StableSwap_filter] } -enum polygon_swap_StableSwap_orderBy { +enum xdai_swap_StableSwap_orderBy { id isActive key @@ -187592,14 +187585,14 @@ enum polygon_swap_StableSwap_orderBy { weeklyVolumes } -type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { +type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input polygon_swap_SwapDailyVolume_filter { +input xdai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -187628,7 +187621,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_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -187637,21 +187630,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapDailyVolume_filter] - or: [polygon_swap_SwapDailyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapDailyVolume_filter] + or: [xdai_swap_SwapDailyVolume_filter] } -enum polygon_swap_SwapDailyVolume_orderBy { +enum xdai_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -187674,14 +187667,14 @@ enum polygon_swap_SwapDailyVolume_orderBy { volume } -type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { +type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input polygon_swap_SwapHourlyVolume_filter { +input xdai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -187710,7 +187703,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_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -187719,21 +187712,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapHourlyVolume_filter] - or: [polygon_swap_SwapHourlyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapHourlyVolume_filter] + or: [xdai_swap_SwapHourlyVolume_filter] } -enum polygon_swap_SwapHourlyVolume_orderBy { +enum xdai_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -187756,13 +187749,13 @@ enum polygon_swap_SwapHourlyVolume_orderBy { volume } -interface polygon_swap_SwapTradeVolume { - stableSwap: polygon_swap_StableSwap! +interface xdai_swap_SwapTradeVolume { + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input polygon_swap_SwapTradeVolume_filter { +input xdai_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -187783,7 +187776,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_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -187792,21 +187785,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapTradeVolume_filter] - or: [polygon_swap_SwapTradeVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapTradeVolume_filter] + or: [xdai_swap_SwapTradeVolume_filter] } -enum polygon_swap_SwapTradeVolume_orderBy { +enum xdai_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -187828,14 +187821,14 @@ enum polygon_swap_SwapTradeVolume_orderBy { volume } -type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { +type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input polygon_swap_SwapWeeklyVolume_filter { +input xdai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -187864,7 +187857,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_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -187873,21 +187866,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: 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: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapWeeklyVolume_filter] - or: [polygon_swap_SwapWeeklyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapWeeklyVolume_filter] + or: [xdai_swap_SwapWeeklyVolume_filter] } -enum polygon_swap_SwapWeeklyVolume_orderBy { +enum xdai_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -187910,13 +187903,13 @@ enum polygon_swap_SwapWeeklyVolume_orderBy { volume } -type polygon_swap_SystemInfo { +type xdai_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input polygon_swap_SystemInfo_filter { +input xdai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -187942,30 +187935,30 @@ 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: xdai_swap_BlockChangedFilter + and: [xdai_swap_SystemInfo_filter] + or: [xdai_swap_SystemInfo_filter] } -enum polygon_swap_SystemInfo_orderBy { +enum xdai_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type polygon_swap__Block_ { +type xdai_swap__Block_ { """The hash of the block""" - hash: polygon_swap_Bytes + hash: xdai_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: polygon_swap_Bytes + parentHash: xdai_swap_Bytes } """The type for the top-level _meta field""" -type polygon_swap__Meta_ { +type xdai_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -187973,55 +187966,55 @@ type polygon_swap__Meta_ { and therefore asks for the latest block """ - block: polygon_swap__Block_! + block: xdai_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum avalanche_swap_Aggregation_interval { +enum polygon_swap_Aggregation_interval { hour day } -scalar avalanche_swap_BigDecimal +scalar polygon_swap_BigDecimal -input avalanche_swap_BlockChangedFilter { +input polygon_swap_BlockChangedFilter { number_gte: Int! } -input avalanche_swap_Block_height { - hash: avalanche_swap_Bytes +input polygon_swap_Block_height { + hash: polygon_swap_Bytes number: Int number_gte: Int } -scalar avalanche_swap_Bytes +scalar polygon_swap_Bytes """ 8 bytes signed integer """ -scalar avalanche_swap_Int8 +scalar polygon_swap_Int8 -type avalanche_swap_LpAccount { +type polygon_swap_LpAccount { id: ID! - address: avalanche_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_LpAccountBalance_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_LpAccountBalance_filter): [avalanche_swap_LpAccountBalance!]! + address: polygon_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpAccountBalance_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpAccountBalance_filter): [polygon_swap_LpAccountBalance!]! } -type avalanche_swap_LpAccountBalance { +type polygon_swap_LpAccountBalance { id: ID! - account: avalanche_swap_LpAccount! - token: avalanche_swap_LpToken! - amount: avalanche_swap_BigDecimal! + account: polygon_swap_LpAccount! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! block: BigInt modified: BigInt - transaction: avalanche_swap_Bytes + transaction: polygon_swap_Bytes } -input avalanche_swap_LpAccountBalance_filter { +input polygon_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -188050,7 +188043,7 @@ input avalanche_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: avalanche_swap_LpAccount_filter + account_: polygon_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -188071,15 +188064,15 @@ input avalanche_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: avalanche_swap_LpToken_filter - amount: avalanche_swap_BigDecimal - amount_not: avalanche_swap_BigDecimal - amount_gt: avalanche_swap_BigDecimal - amount_lt: avalanche_swap_BigDecimal - amount_gte: avalanche_swap_BigDecimal - amount_lte: avalanche_swap_BigDecimal - amount_in: [avalanche_swap_BigDecimal!] - amount_not_in: [avalanche_swap_BigDecimal!] + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -188096,23 +188089,23 @@ input avalanche_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpAccountBalance_filter] - or: [avalanche_swap_LpAccountBalance_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccountBalance_filter] + or: [polygon_swap_LpAccountBalance_filter] } -enum avalanche_swap_LpAccountBalance_orderBy { +enum polygon_swap_LpAccountBalance_orderBy { id account account__id @@ -188130,7 +188123,7 @@ enum avalanche_swap_LpAccountBalance_orderBy { transaction } -input avalanche_swap_LpAccount_filter { +input polygon_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -188139,51 +188132,51 @@ input avalanche_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: avalanche_swap_Bytes - address_not: avalanche_swap_Bytes - address_gt: avalanche_swap_Bytes - address_lt: avalanche_swap_Bytes - address_gte: avalanche_swap_Bytes - address_lte: avalanche_swap_Bytes - address_in: [avalanche_swap_Bytes!] - address_not_in: [avalanche_swap_Bytes!] - address_contains: avalanche_swap_Bytes - address_not_contains: avalanche_swap_Bytes - balances_: avalanche_swap_LpAccountBalance_filter + address: polygon_swap_Bytes + address_not: polygon_swap_Bytes + address_gt: polygon_swap_Bytes + address_lt: polygon_swap_Bytes + address_gte: polygon_swap_Bytes + address_lte: polygon_swap_Bytes + address_in: [polygon_swap_Bytes!] + address_not_in: [polygon_swap_Bytes!] + address_contains: polygon_swap_Bytes + address_not_contains: polygon_swap_Bytes + balances_: polygon_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpAccount_filter] - or: [avalanche_swap_LpAccount_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccount_filter] + or: [polygon_swap_LpAccount_filter] } -enum avalanche_swap_LpAccount_orderBy { +enum polygon_swap_LpAccount_orderBy { id address balances } -type avalanche_swap_LpToken { +type polygon_swap_LpToken { id: ID! - address: avalanche_swap_Bytes! - stableSwap: avalanche_swap_StableSwap! + address: polygon_swap_Bytes! + stableSwap: polygon_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: avalanche_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_LpTokenEvent_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_LpTokenEvent_filter): [avalanche_swap_LpTokenEvent!]! + totalSupply: polygon_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! } -interface avalanche_swap_LpTokenEvent { +interface polygon_swap_LpTokenEvent { id: ID! - token: avalanche_swap_LpToken! - amount: avalanche_swap_BigDecimal! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input avalanche_swap_LpTokenEvent_filter { +input polygon_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -188212,15 +188205,15 @@ input avalanche_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: avalanche_swap_LpToken_filter - amount: avalanche_swap_BigDecimal - amount_not: avalanche_swap_BigDecimal - amount_gt: avalanche_swap_BigDecimal - amount_lt: avalanche_swap_BigDecimal - amount_gte: avalanche_swap_BigDecimal - amount_lte: avalanche_swap_BigDecimal - amount_in: [avalanche_swap_BigDecimal!] - amount_not_in: [avalanche_swap_BigDecimal!] + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -188237,16 +188230,16 @@ input avalanche_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -188256,12 +188249,12 @@ input avalanche_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpTokenEvent_filter] - or: [avalanche_swap_LpTokenEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTokenEvent_filter] + or: [polygon_swap_LpTokenEvent_filter] } -enum avalanche_swap_LpTokenEvent_orderBy { +enum polygon_swap_LpTokenEvent_orderBy { id token token__id @@ -188277,7 +188270,7 @@ enum avalanche_swap_LpTokenEvent_orderBy { nonce } -input avalanche_swap_LpToken_filter { +input polygon_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -188286,16 +188279,16 @@ input avalanche_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: avalanche_swap_Bytes - address_not: avalanche_swap_Bytes - address_gt: avalanche_swap_Bytes - address_lt: avalanche_swap_Bytes - address_gte: avalanche_swap_Bytes - address_lte: avalanche_swap_Bytes - address_in: [avalanche_swap_Bytes!] - address_not_in: [avalanche_swap_Bytes!] - address_contains: avalanche_swap_Bytes - address_not_contains: avalanche_swap_Bytes + address: polygon_swap_Bytes + address_not: polygon_swap_Bytes + address_gt: polygon_swap_Bytes + address_lt: polygon_swap_Bytes + address_gte: polygon_swap_Bytes + address_lte: polygon_swap_Bytes + address_in: [polygon_swap_Bytes!] + address_not_in: [polygon_swap_Bytes!] + address_contains: polygon_swap_Bytes + address_not_contains: polygon_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -188316,7 +188309,7 @@ input avalanche_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -188365,22 +188358,22 @@ input avalanche_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: avalanche_swap_BigDecimal - totalSupply_not: avalanche_swap_BigDecimal - totalSupply_gt: avalanche_swap_BigDecimal - totalSupply_lt: avalanche_swap_BigDecimal - totalSupply_gte: avalanche_swap_BigDecimal - totalSupply_lte: avalanche_swap_BigDecimal - totalSupply_in: [avalanche_swap_BigDecimal!] - totalSupply_not_in: [avalanche_swap_BigDecimal!] - events_: avalanche_swap_LpTokenEvent_filter + totalSupply: polygon_swap_BigDecimal + totalSupply_not: polygon_swap_BigDecimal + totalSupply_gt: polygon_swap_BigDecimal + totalSupply_lt: polygon_swap_BigDecimal + totalSupply_gte: polygon_swap_BigDecimal + totalSupply_lte: polygon_swap_BigDecimal + totalSupply_in: [polygon_swap_BigDecimal!] + totalSupply_not_in: [polygon_swap_BigDecimal!] + events_: polygon_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpToken_filter] - or: [avalanche_swap_LpToken_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpToken_filter] + or: [polygon_swap_LpToken_filter] } -enum avalanche_swap_LpToken_orderBy { +enum polygon_swap_LpToken_orderBy { id address stableSwap @@ -188407,21 +188400,21 @@ enum avalanche_swap_LpToken_orderBy { events } -type avalanche_swap_LpTransferEvent implements avalanche_swap_LpTokenEvent { +type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { id: ID! - token: avalanche_swap_LpToken! - amount: avalanche_swap_BigDecimal! - from: avalanche_swap_Bytes! - to: avalanche_swap_Bytes! - fromBalance: avalanche_swap_BigDecimal! - toBalance: avalanche_swap_BigDecimal! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + from: polygon_swap_Bytes! + to: polygon_swap_Bytes! + fromBalance: polygon_swap_BigDecimal! + toBalance: polygon_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input avalanche_swap_LpTransferEvent_filter { +input polygon_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -188450,51 +188443,51 @@ input avalanche_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: avalanche_swap_LpToken_filter - amount: avalanche_swap_BigDecimal - amount_not: avalanche_swap_BigDecimal - amount_gt: avalanche_swap_BigDecimal - amount_lt: avalanche_swap_BigDecimal - amount_gte: avalanche_swap_BigDecimal - amount_lte: avalanche_swap_BigDecimal - amount_in: [avalanche_swap_BigDecimal!] - amount_not_in: [avalanche_swap_BigDecimal!] - from: avalanche_swap_Bytes - from_not: avalanche_swap_Bytes - from_gt: avalanche_swap_Bytes - from_lt: avalanche_swap_Bytes - from_gte: avalanche_swap_Bytes - from_lte: avalanche_swap_Bytes - from_in: [avalanche_swap_Bytes!] - from_not_in: [avalanche_swap_Bytes!] - from_contains: avalanche_swap_Bytes - from_not_contains: avalanche_swap_Bytes - to: avalanche_swap_Bytes - to_not: avalanche_swap_Bytes - to_gt: avalanche_swap_Bytes - to_lt: avalanche_swap_Bytes - to_gte: avalanche_swap_Bytes - to_lte: avalanche_swap_Bytes - to_in: [avalanche_swap_Bytes!] - to_not_in: [avalanche_swap_Bytes!] - to_contains: avalanche_swap_Bytes - to_not_contains: avalanche_swap_Bytes - fromBalance: avalanche_swap_BigDecimal - fromBalance_not: avalanche_swap_BigDecimal - fromBalance_gt: avalanche_swap_BigDecimal - fromBalance_lt: avalanche_swap_BigDecimal - fromBalance_gte: avalanche_swap_BigDecimal - fromBalance_lte: avalanche_swap_BigDecimal - fromBalance_in: [avalanche_swap_BigDecimal!] - fromBalance_not_in: [avalanche_swap_BigDecimal!] - toBalance: avalanche_swap_BigDecimal - toBalance_not: avalanche_swap_BigDecimal - toBalance_gt: avalanche_swap_BigDecimal - toBalance_lt: avalanche_swap_BigDecimal - toBalance_gte: avalanche_swap_BigDecimal - toBalance_lte: avalanche_swap_BigDecimal - toBalance_in: [avalanche_swap_BigDecimal!] - toBalance_not_in: [avalanche_swap_BigDecimal!] + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] + from: polygon_swap_Bytes + from_not: polygon_swap_Bytes + from_gt: polygon_swap_Bytes + from_lt: polygon_swap_Bytes + from_gte: polygon_swap_Bytes + from_lte: polygon_swap_Bytes + from_in: [polygon_swap_Bytes!] + from_not_in: [polygon_swap_Bytes!] + from_contains: polygon_swap_Bytes + from_not_contains: polygon_swap_Bytes + to: polygon_swap_Bytes + to_not: polygon_swap_Bytes + to_gt: polygon_swap_Bytes + to_lt: polygon_swap_Bytes + to_gte: polygon_swap_Bytes + to_lte: polygon_swap_Bytes + to_in: [polygon_swap_Bytes!] + to_not_in: [polygon_swap_Bytes!] + to_contains: polygon_swap_Bytes + to_not_contains: polygon_swap_Bytes + fromBalance: polygon_swap_BigDecimal + fromBalance_not: polygon_swap_BigDecimal + fromBalance_gt: polygon_swap_BigDecimal + fromBalance_lt: polygon_swap_BigDecimal + fromBalance_gte: polygon_swap_BigDecimal + fromBalance_lte: polygon_swap_BigDecimal + fromBalance_in: [polygon_swap_BigDecimal!] + fromBalance_not_in: [polygon_swap_BigDecimal!] + toBalance: polygon_swap_BigDecimal + toBalance_not: polygon_swap_BigDecimal + toBalance_gt: polygon_swap_BigDecimal + toBalance_lt: polygon_swap_BigDecimal + toBalance_gte: polygon_swap_BigDecimal + toBalance_lte: polygon_swap_BigDecimal + toBalance_in: [polygon_swap_BigDecimal!] + toBalance_not_in: [polygon_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -188511,16 +188504,16 @@ input avalanche_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -188530,12 +188523,12 @@ input avalanche_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_LpTransferEvent_filter] - or: [avalanche_swap_LpTransferEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTransferEvent_filter] + or: [polygon_swap_LpTransferEvent_filter] } -enum avalanche_swap_LpTransferEvent_orderBy { +enum polygon_swap_LpTransferEvent_orderBy { id token token__id @@ -188556,17 +188549,17 @@ enum avalanche_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum avalanche_swap_OrderDirection { +enum polygon_swap_OrderDirection { asc desc } -type avalanche_swap_PooledToken { +type polygon_swap_PooledToken { id: ID! - asset: avalanche_swap_Bytes! + asset: polygon_swap_Bytes! } -input avalanche_swap_PooledToken_filter { +input polygon_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -188575,59 +188568,59 @@ input avalanche_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: avalanche_swap_Bytes - asset_not: avalanche_swap_Bytes - asset_gt: avalanche_swap_Bytes - asset_lt: avalanche_swap_Bytes - asset_gte: avalanche_swap_Bytes - asset_lte: avalanche_swap_Bytes - asset_in: [avalanche_swap_Bytes!] - asset_not_in: [avalanche_swap_Bytes!] - asset_contains: avalanche_swap_Bytes - asset_not_contains: avalanche_swap_Bytes + asset: polygon_swap_Bytes + asset_not: polygon_swap_Bytes + asset_gt: polygon_swap_Bytes + asset_lt: polygon_swap_Bytes + asset_gte: polygon_swap_Bytes + asset_lte: polygon_swap_Bytes + asset_in: [polygon_swap_Bytes!] + asset_not_in: [polygon_swap_Bytes!] + asset_contains: polygon_swap_Bytes + asset_not_contains: polygon_swap_Bytes """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_PooledToken_filter] - or: [avalanche_swap_PooledToken_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_PooledToken_filter] + or: [polygon_swap_PooledToken_filter] } -enum avalanche_swap_PooledToken_orderBy { +enum polygon_swap_PooledToken_orderBy { id asset } -type avalanche_swap_StableSwap { +type polygon_swap_StableSwap { id: ID! isActive: Boolean - key: avalanche_swap_Bytes! - canonicalId: avalanche_swap_Bytes + key: polygon_swap_Bytes! + canonicalId: polygon_swap_Bytes domain: BigInt - swapPool: avalanche_swap_Bytes - lpToken: avalanche_swap_Bytes + swapPool: polygon_swap_Bytes + lpToken: polygon_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [avalanche_swap_Bytes!]! + pooledTokens: [polygon_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_StableSwapEvent_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_StableSwapEvent_filter): [avalanche_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_StableSwapExchange_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_StableSwapExchange_filter): [avalanche_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapHourlyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapHourlyVolume_filter): [avalanche_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapDailyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapDailyVolume_filter): [avalanche_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: avalanche_swap_SwapWeeklyVolume_orderBy, orderDirection: avalanche_swap_OrderDirection, where: avalanche_swap_SwapWeeklyVolume_filter): [avalanche_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] } -type avalanche_swap_StableSwapAddLiquidityEvent implements avalanche_swap_StableSwapEvent { +type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - stableSwap: avalanche_swap_StableSwap! - provider: avalanche_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -188636,11 +188629,11 @@ type avalanche_swap_StableSwapAddLiquidityEvent implements avalanche_swap_Stable balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input avalanche_swap_StableSwapAddLiquidityEvent_filter { +input polygon_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -188669,17 +188662,17 @@ input avalanche_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter - provider: avalanche_swap_Bytes - provider_not: avalanche_swap_Bytes - provider_gt: avalanche_swap_Bytes - provider_lt: avalanche_swap_Bytes - provider_gte: avalanche_swap_Bytes - provider_lte: avalanche_swap_Bytes - provider_in: [avalanche_swap_Bytes!] - provider_not_in: [avalanche_swap_Bytes!] - provider_contains: avalanche_swap_Bytes - provider_not_contains: avalanche_swap_Bytes + stableSwap_: polygon_swap_StableSwap_filter + provider: polygon_swap_Bytes + provider_not: polygon_swap_Bytes + provider_gt: polygon_swap_Bytes + provider_lt: polygon_swap_Bytes + provider_gte: polygon_swap_Bytes + provider_lte: polygon_swap_Bytes + provider_in: [polygon_swap_Bytes!] + provider_not_in: [polygon_swap_Bytes!] + provider_contains: polygon_swap_Bytes + provider_not_contains: polygon_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -188738,16 +188731,16 @@ input avalanche_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -188757,12 +188750,12 @@ input avalanche_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapAddLiquidityEvent_filter] - or: [avalanche_swap_StableSwapAddLiquidityEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapAddLiquidityEvent_filter] + or: [polygon_swap_StableSwapAddLiquidityEvent_filter] } -enum avalanche_swap_StableSwapAddLiquidityEvent_orderBy { +enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -188794,16 +188787,16 @@ enum avalanche_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface avalanche_swap_StableSwapEvent { +interface polygon_swap_StableSwapEvent { id: ID! - stableSwap: avalanche_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input avalanche_swap_StableSwapEvent_filter { +input polygon_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -188832,7 +188825,7 @@ input avalanche_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -188849,16 +188842,16 @@ input avalanche_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -188868,12 +188861,12 @@ input avalanche_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapEvent_filter] - or: [avalanche_swap_StableSwapEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapEvent_filter] + or: [polygon_swap_StableSwapEvent_filter] } -enum avalanche_swap_StableSwapEvent_orderBy { +enum polygon_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -188898,10 +188891,10 @@ enum avalanche_swap_StableSwapEvent_orderBy { nonce } -type avalanche_swap_StableSwapExchange { +type polygon_swap_StableSwapExchange { id: ID! - stableSwap: avalanche_swap_StableSwap! - buyer: avalanche_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + buyer: polygon_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -188910,11 +188903,11 @@ type avalanche_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input avalanche_swap_StableSwapExchange_filter { +input polygon_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -188943,17 +188936,17 @@ input avalanche_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter - buyer: avalanche_swap_Bytes - buyer_not: avalanche_swap_Bytes - buyer_gt: avalanche_swap_Bytes - buyer_lt: avalanche_swap_Bytes - buyer_gte: avalanche_swap_Bytes - buyer_lte: avalanche_swap_Bytes - buyer_in: [avalanche_swap_Bytes!] - buyer_not_in: [avalanche_swap_Bytes!] - buyer_contains: avalanche_swap_Bytes - buyer_not_contains: avalanche_swap_Bytes + stableSwap_: polygon_swap_StableSwap_filter + buyer: polygon_swap_Bytes + buyer_not: polygon_swap_Bytes + buyer_gt: polygon_swap_Bytes + buyer_lt: polygon_swap_Bytes + buyer_gte: polygon_swap_Bytes + buyer_lte: polygon_swap_Bytes + buyer_in: [polygon_swap_Bytes!] + buyer_not_in: [polygon_swap_Bytes!] + buyer_contains: polygon_swap_Bytes + buyer_not_contains: polygon_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -189016,16 +189009,16 @@ input avalanche_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -189035,12 +189028,12 @@ input avalanche_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapExchange_filter] - or: [avalanche_swap_StableSwapExchange_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapExchange_filter] + or: [polygon_swap_StableSwapExchange_filter] } -enum avalanche_swap_StableSwapExchange_orderBy { +enum polygon_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -189072,10 +189065,10 @@ enum avalanche_swap_StableSwapExchange_orderBy { nonce } -type avalanche_swap_StableSwapRemoveLiquidityEvent implements avalanche_swap_StableSwapEvent { +type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - stableSwap: avalanche_swap_StableSwap! - provider: avalanche_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -189084,11 +189077,11 @@ type avalanche_swap_StableSwapRemoveLiquidityEvent implements avalanche_swap_Sta balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: avalanche_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { +input polygon_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -189117,17 +189110,17 @@ input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter - provider: avalanche_swap_Bytes - provider_not: avalanche_swap_Bytes - provider_gt: avalanche_swap_Bytes - provider_lt: avalanche_swap_Bytes - provider_gte: avalanche_swap_Bytes - provider_lte: avalanche_swap_Bytes - provider_in: [avalanche_swap_Bytes!] - provider_not_in: [avalanche_swap_Bytes!] - provider_contains: avalanche_swap_Bytes - provider_not_contains: avalanche_swap_Bytes + stableSwap_: polygon_swap_StableSwap_filter + provider: polygon_swap_Bytes + provider_not: polygon_swap_Bytes + provider_gt: polygon_swap_Bytes + provider_lt: polygon_swap_Bytes + provider_gte: polygon_swap_Bytes + provider_lte: polygon_swap_Bytes + provider_in: [polygon_swap_Bytes!] + provider_not_in: [polygon_swap_Bytes!] + provider_contains: polygon_swap_Bytes + provider_not_contains: polygon_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -189186,16 +189179,16 @@ input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: avalanche_swap_Bytes - transaction_not: avalanche_swap_Bytes - transaction_gt: avalanche_swap_Bytes - transaction_lt: avalanche_swap_Bytes - transaction_gte: avalanche_swap_Bytes - transaction_lte: avalanche_swap_Bytes - transaction_in: [avalanche_swap_Bytes!] - transaction_not_in: [avalanche_swap_Bytes!] - transaction_contains: avalanche_swap_Bytes - transaction_not_contains: avalanche_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -189205,12 +189198,12 @@ input avalanche_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] - or: [avalanche_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] } -enum avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -189242,7 +189235,7 @@ enum avalanche_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input avalanche_swap_StableSwap_filter { +input polygon_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -189255,26 +189248,26 @@ input avalanche_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: avalanche_swap_Bytes - key_not: avalanche_swap_Bytes - key_gt: avalanche_swap_Bytes - key_lt: avalanche_swap_Bytes - key_gte: avalanche_swap_Bytes - key_lte: avalanche_swap_Bytes - key_in: [avalanche_swap_Bytes!] - key_not_in: [avalanche_swap_Bytes!] - key_contains: avalanche_swap_Bytes - key_not_contains: avalanche_swap_Bytes - canonicalId: avalanche_swap_Bytes - canonicalId_not: avalanche_swap_Bytes - canonicalId_gt: avalanche_swap_Bytes - canonicalId_lt: avalanche_swap_Bytes - canonicalId_gte: avalanche_swap_Bytes - canonicalId_lte: avalanche_swap_Bytes - canonicalId_in: [avalanche_swap_Bytes!] - canonicalId_not_in: [avalanche_swap_Bytes!] - canonicalId_contains: avalanche_swap_Bytes - canonicalId_not_contains: avalanche_swap_Bytes + key: polygon_swap_Bytes + key_not: polygon_swap_Bytes + key_gt: polygon_swap_Bytes + key_lt: polygon_swap_Bytes + key_gte: polygon_swap_Bytes + key_lte: polygon_swap_Bytes + key_in: [polygon_swap_Bytes!] + key_not_in: [polygon_swap_Bytes!] + key_contains: polygon_swap_Bytes + key_not_contains: polygon_swap_Bytes + canonicalId: polygon_swap_Bytes + canonicalId_not: polygon_swap_Bytes + canonicalId_gt: polygon_swap_Bytes + canonicalId_lt: polygon_swap_Bytes + canonicalId_gte: polygon_swap_Bytes + canonicalId_lte: polygon_swap_Bytes + canonicalId_in: [polygon_swap_Bytes!] + canonicalId_not_in: [polygon_swap_Bytes!] + canonicalId_contains: polygon_swap_Bytes + canonicalId_not_contains: polygon_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -189283,26 +189276,26 @@ input avalanche_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: avalanche_swap_Bytes - swapPool_not: avalanche_swap_Bytes - swapPool_gt: avalanche_swap_Bytes - swapPool_lt: avalanche_swap_Bytes - swapPool_gte: avalanche_swap_Bytes - swapPool_lte: avalanche_swap_Bytes - swapPool_in: [avalanche_swap_Bytes!] - swapPool_not_in: [avalanche_swap_Bytes!] - swapPool_contains: avalanche_swap_Bytes - swapPool_not_contains: avalanche_swap_Bytes - lpToken: avalanche_swap_Bytes - lpToken_not: avalanche_swap_Bytes - lpToken_gt: avalanche_swap_Bytes - lpToken_lt: avalanche_swap_Bytes - lpToken_gte: avalanche_swap_Bytes - lpToken_lte: avalanche_swap_Bytes - lpToken_in: [avalanche_swap_Bytes!] - lpToken_not_in: [avalanche_swap_Bytes!] - lpToken_contains: avalanche_swap_Bytes - lpToken_not_contains: avalanche_swap_Bytes + swapPool: polygon_swap_Bytes + swapPool_not: polygon_swap_Bytes + swapPool_gt: polygon_swap_Bytes + swapPool_lt: polygon_swap_Bytes + swapPool_gte: polygon_swap_Bytes + swapPool_lte: polygon_swap_Bytes + swapPool_in: [polygon_swap_Bytes!] + swapPool_not_in: [polygon_swap_Bytes!] + swapPool_contains: polygon_swap_Bytes + swapPool_not_contains: polygon_swap_Bytes + lpToken: polygon_swap_Bytes + lpToken_not: polygon_swap_Bytes + lpToken_gt: polygon_swap_Bytes + lpToken_lt: polygon_swap_Bytes + lpToken_gte: polygon_swap_Bytes + lpToken_lte: polygon_swap_Bytes + lpToken_in: [polygon_swap_Bytes!] + lpToken_not_in: [polygon_swap_Bytes!] + lpToken_contains: polygon_swap_Bytes + lpToken_not_contains: polygon_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -189351,12 +189344,12 @@ input avalanche_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [avalanche_swap_Bytes!] - pooledTokens_not: [avalanche_swap_Bytes!] - pooledTokens_contains: [avalanche_swap_Bytes!] - pooledTokens_contains_nocase: [avalanche_swap_Bytes!] - pooledTokens_not_contains: [avalanche_swap_Bytes!] - pooledTokens_not_contains_nocase: [avalanche_swap_Bytes!] + pooledTokens: [polygon_swap_Bytes!] + pooledTokens_not: [polygon_swap_Bytes!] + pooledTokens_contains: [polygon_swap_Bytes!] + pooledTokens_contains_nocase: [polygon_swap_Bytes!] + pooledTokens_not_contains: [polygon_swap_Bytes!] + pooledTokens_not_contains_nocase: [polygon_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -189399,18 +189392,18 @@ input avalanche_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: avalanche_swap_StableSwapEvent_filter - exchanges_: avalanche_swap_StableSwapExchange_filter - hourlyVolumes_: avalanche_swap_SwapHourlyVolume_filter - dailyVolumes_: avalanche_swap_SwapDailyVolume_filter - weeklyVolumes_: avalanche_swap_SwapWeeklyVolume_filter + events_: polygon_swap_StableSwapEvent_filter + exchanges_: polygon_swap_StableSwapExchange_filter + hourlyVolumes_: polygon_swap_SwapHourlyVolume_filter + dailyVolumes_: polygon_swap_SwapDailyVolume_filter + weeklyVolumes_: polygon_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_StableSwap_filter] - or: [avalanche_swap_StableSwap_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwap_filter] + or: [polygon_swap_StableSwap_filter] } -enum avalanche_swap_StableSwap_orderBy { +enum polygon_swap_StableSwap_orderBy { id isActive key @@ -189438,14 +189431,14 @@ enum avalanche_swap_StableSwap_orderBy { weeklyVolumes } -type avalanche_swap_SwapDailyVolume implements avalanche_swap_SwapTradeVolume { +type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: avalanche_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input avalanche_swap_SwapDailyVolume_filter { +input polygon_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -189474,7 +189467,7 @@ input avalanche_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -189483,21 +189476,21 @@ input avalanche_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: avalanche_swap_BigDecimal - volume_not: avalanche_swap_BigDecimal - volume_gt: avalanche_swap_BigDecimal - volume_lt: avalanche_swap_BigDecimal - volume_gte: avalanche_swap_BigDecimal - volume_lte: avalanche_swap_BigDecimal - volume_in: [avalanche_swap_BigDecimal!] - volume_not_in: [avalanche_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SwapDailyVolume_filter] - or: [avalanche_swap_SwapDailyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapDailyVolume_filter] + or: [polygon_swap_SwapDailyVolume_filter] } -enum avalanche_swap_SwapDailyVolume_orderBy { +enum polygon_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -189520,14 +189513,14 @@ enum avalanche_swap_SwapDailyVolume_orderBy { volume } -type avalanche_swap_SwapHourlyVolume implements avalanche_swap_SwapTradeVolume { +type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: avalanche_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input avalanche_swap_SwapHourlyVolume_filter { +input polygon_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -189556,7 +189549,7 @@ input avalanche_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -189565,21 +189558,21 @@ input avalanche_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: avalanche_swap_BigDecimal - volume_not: avalanche_swap_BigDecimal - volume_gt: avalanche_swap_BigDecimal - volume_lt: avalanche_swap_BigDecimal - volume_gte: avalanche_swap_BigDecimal - volume_lte: avalanche_swap_BigDecimal - volume_in: [avalanche_swap_BigDecimal!] - volume_not_in: [avalanche_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SwapHourlyVolume_filter] - or: [avalanche_swap_SwapHourlyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapHourlyVolume_filter] + or: [polygon_swap_SwapHourlyVolume_filter] } -enum avalanche_swap_SwapHourlyVolume_orderBy { +enum polygon_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -189602,13 +189595,13 @@ enum avalanche_swap_SwapHourlyVolume_orderBy { volume } -interface avalanche_swap_SwapTradeVolume { - stableSwap: avalanche_swap_StableSwap! +interface polygon_swap_SwapTradeVolume { + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input avalanche_swap_SwapTradeVolume_filter { +input polygon_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -189629,7 +189622,7 @@ input avalanche_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -189638,21 +189631,21 @@ input avalanche_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: avalanche_swap_BigDecimal - volume_not: avalanche_swap_BigDecimal - volume_gt: avalanche_swap_BigDecimal - volume_lt: avalanche_swap_BigDecimal - volume_gte: avalanche_swap_BigDecimal - volume_lte: avalanche_swap_BigDecimal - volume_in: [avalanche_swap_BigDecimal!] - volume_not_in: [avalanche_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SwapTradeVolume_filter] - or: [avalanche_swap_SwapTradeVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapTradeVolume_filter] + or: [polygon_swap_SwapTradeVolume_filter] } -enum avalanche_swap_SwapTradeVolume_orderBy { +enum polygon_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -189674,14 +189667,14 @@ enum avalanche_swap_SwapTradeVolume_orderBy { volume } -type avalanche_swap_SwapWeeklyVolume implements avalanche_swap_SwapTradeVolume { +type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: avalanche_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: avalanche_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input avalanche_swap_SwapWeeklyVolume_filter { +input polygon_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -189710,7 +189703,7 @@ input avalanche_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: avalanche_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -189719,21 +189712,21 @@ input avalanche_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: avalanche_swap_BigDecimal - volume_not: avalanche_swap_BigDecimal - volume_gt: avalanche_swap_BigDecimal - volume_lt: avalanche_swap_BigDecimal - volume_gte: avalanche_swap_BigDecimal - volume_lte: avalanche_swap_BigDecimal - volume_in: [avalanche_swap_BigDecimal!] - volume_not_in: [avalanche_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SwapWeeklyVolume_filter] - or: [avalanche_swap_SwapWeeklyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapWeeklyVolume_filter] + or: [polygon_swap_SwapWeeklyVolume_filter] } -enum avalanche_swap_SwapWeeklyVolume_orderBy { +enum polygon_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -189756,13 +189749,13 @@ enum avalanche_swap_SwapWeeklyVolume_orderBy { volume } -type avalanche_swap_SystemInfo { +type polygon_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input avalanche_swap_SystemInfo_filter { +input polygon_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -189788,30 +189781,30 @@ input avalanche_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: avalanche_swap_BlockChangedFilter - and: [avalanche_swap_SystemInfo_filter] - or: [avalanche_swap_SystemInfo_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SystemInfo_filter] + or: [polygon_swap_SystemInfo_filter] } -enum avalanche_swap_SystemInfo_orderBy { +enum polygon_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type avalanche_swap__Block_ { +type polygon_swap__Block_ { """The hash of the block""" - hash: avalanche_swap_Bytes + hash: polygon_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: avalanche_swap_Bytes + parentHash: polygon_swap_Bytes } """The type for the top-level _meta field""" -type avalanche_swap__Meta_ { +type polygon_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -189819,7 +189812,7 @@ type avalanche_swap__Meta_ { and therefore asks for the latest block """ - block: avalanche_swap__Block_! + block: polygon_swap__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_Base/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/introspectionSchema.ts index e337af032a..7e600dea4c 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/introspectionSchema.ts @@ -1948,32 +1948,6 @@ const schemaAST = { ], "directives": [] }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Aggregation_interval" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hour" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "day" - }, - "directives": [] - } - ], - "directives": [] - }, { "kind": "ObjectTypeDefinition", "name": { @@ -49802,19 +49776,6 @@ const schemaAST = { "interfaces": [], "directives": [] }, - { - "kind": "ScalarTypeDefinition", - "description": { - "kind": "StringValue", - "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", - "block": true - }, - "name": { - "kind": "Name", - "value": "Timestamp" - }, - "directives": [] - }, { "kind": "EnumTypeDefinition", "name": { @@ -49937,27 +49898,6 @@ const schemaAST = { } }, "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "The hash of the parent block", - "block": true - }, - "name": { - "kind": "Name", - "value": "parentHash" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] } ], "interfaces": [], diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/schema.graphql index b043a282a7..d056601b3e 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/schema.graphql @@ -142,11 +142,6 @@ enum base_AggregateRoot_orderBy { blockNumber } -enum base_Aggregation_interval { - hour - day -} - type base_Asset { id: ID! key: base_Bytes @@ -3948,12 +3943,6 @@ type Subscription { base__meta(block: base_Block_height): base__Meta_ } -""" -A string representation of microseconds UNIX timestamp (16 digits) - -""" -scalar Timestamp - enum base_TransferStatus { XCalled Executed @@ -3969,8 +3958,6 @@ type base__Block_ { number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: base_Bytes } """The type for the top-level _meta field""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/types.ts index bb9008064f..d2e29f44c0 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Base/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Base/types.ts @@ -20,7 +20,6 @@ export type Scalars = { BigInt: any; base_Bytes: any; base_Int8: any; - Timestamp: any; }; export type base_AggregateRoot = { @@ -151,10 +150,6 @@ export type base_AggregateRoot_orderBy = | 'root' | 'blockNumber'; -export type base_Aggregation_interval = - | 'hour' - | 'day'; - export type base_Asset = { id: Scalars['ID']; key?: Maybe; @@ -3696,8 +3691,6 @@ export type base__Block_ = { number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/introspectionSchema.ts index e337af032a..7e600dea4c 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/introspectionSchema.ts @@ -1948,32 +1948,6 @@ const schemaAST = { ], "directives": [] }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Aggregation_interval" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hour" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "day" - }, - "directives": [] - } - ], - "directives": [] - }, { "kind": "ObjectTypeDefinition", "name": { @@ -49802,19 +49776,6 @@ const schemaAST = { "interfaces": [], "directives": [] }, - { - "kind": "ScalarTypeDefinition", - "description": { - "kind": "StringValue", - "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", - "block": true - }, - "name": { - "kind": "Name", - "value": "Timestamp" - }, - "directives": [] - }, { "kind": "EnumTypeDefinition", "name": { @@ -49937,27 +49898,6 @@ const schemaAST = { } }, "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "The hash of the parent block", - "block": true - }, - "name": { - "kind": "Name", - "value": "parentHash" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] } ], "interfaces": [], diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/schema.graphql index 6d45a007dc..1a52df1403 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/schema.graphql @@ -142,11 +142,6 @@ enum mode_AggregateRoot_orderBy { blockNumber } -enum mode_Aggregation_interval { - hour - day -} - type mode_Asset { id: ID! key: mode_Bytes @@ -3948,12 +3943,6 @@ type Subscription { mode__meta(block: mode_Block_height): mode__Meta_ } -""" -A string representation of microseconds UNIX timestamp (16 digits) - -""" -scalar Timestamp - enum mode_TransferStatus { XCalled Executed @@ -3969,8 +3958,6 @@ type mode__Block_ { number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: mode_Bytes } """The type for the top-level _meta field""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/types.ts index 3c4d6c11ba..110575f43e 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Mode/types.ts @@ -20,7 +20,6 @@ export type Scalars = { BigInt: any; mode_Bytes: any; mode_Int8: any; - Timestamp: any; }; export type mode_AggregateRoot = { @@ -151,10 +150,6 @@ export type mode_AggregateRoot_orderBy = | 'root' | 'blockNumber'; -export type mode_Aggregation_interval = - | 'hour' - | 'day'; - export type mode_Asset = { id: Scalars['ID']; key?: Maybe; @@ -3696,8 +3691,6 @@ export type mode__Block_ = { number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */ diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/introspectionSchema.ts index 7e600dea4c..e337af032a 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/introspectionSchema.ts @@ -1948,6 +1948,32 @@ const schemaAST = { ], "directives": [] }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, { "kind": "ObjectTypeDefinition", "name": { @@ -49776,6 +49802,19 @@ const schemaAST = { "interfaces": [], "directives": [] }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, { "kind": "EnumTypeDefinition", "name": { @@ -49898,6 +49937,27 @@ const schemaAST = { } }, "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] } ], "interfaces": [], diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/schema.graphql index b79d669aaf..beb7991962 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/schema.graphql @@ -142,6 +142,11 @@ enum optimism_AggregateRoot_orderBy { blockNumber } +enum optimism_Aggregation_interval { + hour + day +} + type optimism_Asset { id: ID! key: optimism_Bytes @@ -3943,6 +3948,12 @@ type Subscription { optimism__meta(block: optimism_Block_height): optimism__Meta_ } +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + enum optimism_TransferStatus { XCalled Executed @@ -3958,6 +3969,8 @@ type optimism__Block_ { number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: optimism_Bytes } """The type for the top-level _meta field""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/types.ts index 4fe461d982..37a1f19013 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Optimism/types.ts @@ -20,6 +20,7 @@ export type Scalars = { BigInt: any; optimism_Bytes: any; optimism_Int8: any; + Timestamp: any; }; export type optimism_AggregateRoot = { @@ -150,6 +151,10 @@ export type optimism_AggregateRoot_orderBy = | 'root' | 'blockNumber'; +export type optimism_Aggregation_interval = + | 'hour' + | 'day'; + export type optimism_Asset = { id: Scalars['ID']; key?: Maybe; @@ -3691,6 +3696,8 @@ export type optimism__Block_ = { number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/introspectionSchema.ts index 7e600dea4c..e337af032a 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/introspectionSchema.ts @@ -1948,6 +1948,32 @@ const schemaAST = { ], "directives": [] }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, { "kind": "ObjectTypeDefinition", "name": { @@ -49776,6 +49802,19 @@ const schemaAST = { "interfaces": [], "directives": [] }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, { "kind": "EnumTypeDefinition", "name": { @@ -49898,6 +49937,27 @@ const schemaAST = { } }, "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] } ], "interfaces": [], diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/schema.graphql index 2dfa7e9b6f..3dc7e25cc6 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/schema.graphql @@ -142,6 +142,11 @@ enum polygon_AggregateRoot_orderBy { blockNumber } +enum polygon_Aggregation_interval { + hour + day +} + type polygon_Asset { id: ID! key: polygon_Bytes @@ -3943,6 +3948,12 @@ type Subscription { polygon__meta(block: polygon_Block_height): polygon__Meta_ } +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + enum polygon_TransferStatus { XCalled Executed @@ -3958,6 +3969,8 @@ type polygon__Block_ { number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: polygon_Bytes } """The type for the top-level _meta field""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/types.ts index 506aa1fa4e..ff401ee054 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/types.ts @@ -20,6 +20,7 @@ export type Scalars = { BigInt: any; polygon_Bytes: any; polygon_Int8: any; + Timestamp: any; }; export type polygon_AggregateRoot = { @@ -150,6 +151,10 @@ export type polygon_AggregateRoot_orderBy = | 'root' | 'blockNumber'; +export type polygon_Aggregation_interval = + | 'hour' + | 'day'; + export type polygon_Asset = { id: Scalars['ID']; key?: Maybe; @@ -3691,6 +3696,8 @@ export type polygon__Block_ = { number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; + /** The hash of the parent block */ + parentHash?: Maybe; }; /** The type for the top-level _meta field */ diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema.ts new file mode 100644 index 0000000000..e337af032a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema.ts @@ -0,0 +1,50096 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/schema.graphql new file mode 100644 index 0000000000..3b8e5f0bcc --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/schema.graphql @@ -0,0 +1,3999 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingarbitrumone_AggregateRoot { + id: ID! + root: stagingarbitrumone_Bytes! + blockNumber: BigInt! +} + +type stagingarbitrumone_AggregateRootProposed { + id: ID! + aggregateRoot: stagingarbitrumone_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingarbitrumone_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingarbitrumone_Bytes + aggregateRoot_not: stagingarbitrumone_Bytes + aggregateRoot_gt: stagingarbitrumone_Bytes + aggregateRoot_lt: stagingarbitrumone_Bytes + aggregateRoot_gte: stagingarbitrumone_Bytes + aggregateRoot_lte: stagingarbitrumone_Bytes + aggregateRoot_in: [stagingarbitrumone_Bytes!] + aggregateRoot_not_in: [stagingarbitrumone_Bytes!] + aggregateRoot_contains: stagingarbitrumone_Bytes + aggregateRoot_not_contains: stagingarbitrumone_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AggregateRootProposed_filter] + or: [stagingarbitrumone_AggregateRootProposed_filter] +} + +enum stagingarbitrumone_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + root_not: stagingarbitrumone_Bytes + root_gt: stagingarbitrumone_Bytes + root_lt: stagingarbitrumone_Bytes + root_gte: stagingarbitrumone_Bytes + root_lte: stagingarbitrumone_Bytes + root_in: [stagingarbitrumone_Bytes!] + root_not_in: [stagingarbitrumone_Bytes!] + root_contains: stagingarbitrumone_Bytes + root_not_contains: stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AggregateRoot_filter] + or: [stagingarbitrumone_AggregateRoot_filter] +} + +enum stagingarbitrumone_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingarbitrumone_Aggregation_interval { + hour + day +} + +type stagingarbitrumone_Asset { + id: ID! + key: stagingarbitrumone_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingarbitrumone_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingarbitrumone_Bytes + localAsset: stagingarbitrumone_Bytes + blockNumber: BigInt + status: stagingarbitrumone_AssetStatus +} + +type stagingarbitrumone_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! + feesEarned: BigInt! +} + +input stagingarbitrumone_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_: stagingarbitrumone_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_: stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AssetBalance_filter] + or: [stagingarbitrumone_AssetBalance_filter] +} + +enum stagingarbitrumone_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingarbitrumone_AssetStatus { + id: ID! + status: Boolean +} + +input stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AssetStatus_filter] + or: [stagingarbitrumone_AssetStatus_filter] +} + +enum stagingarbitrumone_AssetStatus_orderBy { + id + status +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + key_not: stagingarbitrumone_Bytes + key_gt: stagingarbitrumone_Bytes + key_lt: stagingarbitrumone_Bytes + key_gte: stagingarbitrumone_Bytes + key_lte: stagingarbitrumone_Bytes + key_in: [stagingarbitrumone_Bytes!] + key_not_in: [stagingarbitrumone_Bytes!] + key_contains: stagingarbitrumone_Bytes + key_not_contains: stagingarbitrumone_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingarbitrumone_Bytes + canonicalId_not: stagingarbitrumone_Bytes + canonicalId_gt: stagingarbitrumone_Bytes + canonicalId_lt: stagingarbitrumone_Bytes + canonicalId_gte: stagingarbitrumone_Bytes + canonicalId_lte: stagingarbitrumone_Bytes + canonicalId_in: [stagingarbitrumone_Bytes!] + canonicalId_not_in: [stagingarbitrumone_Bytes!] + canonicalId_contains: stagingarbitrumone_Bytes + canonicalId_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + adoptedAsset_not: stagingarbitrumone_Bytes + adoptedAsset_gt: stagingarbitrumone_Bytes + adoptedAsset_lt: stagingarbitrumone_Bytes + adoptedAsset_gte: stagingarbitrumone_Bytes + adoptedAsset_lte: stagingarbitrumone_Bytes + adoptedAsset_in: [stagingarbitrumone_Bytes!] + adoptedAsset_not_in: [stagingarbitrumone_Bytes!] + adoptedAsset_contains: stagingarbitrumone_Bytes + adoptedAsset_not_contains: stagingarbitrumone_Bytes + localAsset: stagingarbitrumone_Bytes + localAsset_not: stagingarbitrumone_Bytes + localAsset_gt: stagingarbitrumone_Bytes + localAsset_lt: stagingarbitrumone_Bytes + localAsset_gte: stagingarbitrumone_Bytes + localAsset_lte: stagingarbitrumone_Bytes + localAsset_in: [stagingarbitrumone_Bytes!] + localAsset_not_in: [stagingarbitrumone_Bytes!] + localAsset_contains: stagingarbitrumone_Bytes + localAsset_not_contains: stagingarbitrumone_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_: stagingarbitrumone_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Asset_filter] + or: [stagingarbitrumone_Asset_filter] +} + +enum stagingarbitrumone_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingarbitrumone_BigDecimal + +scalar BigInt + +input stagingarbitrumone_BlockChangedFilter { + number_gte: Int! +} + +input stagingarbitrumone_Block_height { + hash: stagingarbitrumone_Bytes + number: Int + number_gte: Int +} + +scalar stagingarbitrumone_Bytes + +type stagingarbitrumone_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingarbitrumone_Bytes + rootManager: stagingarbitrumone_Bytes + mirrorConnector: stagingarbitrumone_Bytes +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + amb_not: stagingarbitrumone_Bytes + amb_gt: stagingarbitrumone_Bytes + amb_lt: stagingarbitrumone_Bytes + amb_gte: stagingarbitrumone_Bytes + amb_lte: stagingarbitrumone_Bytes + amb_in: [stagingarbitrumone_Bytes!] + amb_not_in: [stagingarbitrumone_Bytes!] + amb_contains: stagingarbitrumone_Bytes + amb_not_contains: stagingarbitrumone_Bytes + rootManager: stagingarbitrumone_Bytes + rootManager_not: stagingarbitrumone_Bytes + rootManager_gt: stagingarbitrumone_Bytes + rootManager_lt: stagingarbitrumone_Bytes + rootManager_gte: stagingarbitrumone_Bytes + rootManager_lte: stagingarbitrumone_Bytes + rootManager_in: [stagingarbitrumone_Bytes!] + rootManager_not_in: [stagingarbitrumone_Bytes!] + rootManager_contains: stagingarbitrumone_Bytes + rootManager_not_contains: stagingarbitrumone_Bytes + mirrorConnector: stagingarbitrumone_Bytes + mirrorConnector_not: stagingarbitrumone_Bytes + mirrorConnector_gt: stagingarbitrumone_Bytes + mirrorConnector_lt: stagingarbitrumone_Bytes + mirrorConnector_gte: stagingarbitrumone_Bytes + mirrorConnector_lte: stagingarbitrumone_Bytes + mirrorConnector_in: [stagingarbitrumone_Bytes!] + mirrorConnector_not_in: [stagingarbitrumone_Bytes!] + mirrorConnector_contains: stagingarbitrumone_Bytes + mirrorConnector_not_contains: stagingarbitrumone_Bytes + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_ConnectorMeta_filter] + or: [stagingarbitrumone_ConnectorMeta_filter] +} + +enum stagingarbitrumone_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingarbitrumone_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingarbitrumone_Bytes + nonce: BigInt + status: stagingarbitrumone_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_Router_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_Router_filter): [stagingarbitrumone_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes + receiveLocal: Boolean + callData: stagingarbitrumone_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingarbitrumone_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingarbitrumone_Bytes + asset: stagingarbitrumone_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingarbitrumone_Bytes + executedTransactionHash: stagingarbitrumone_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingarbitrumone_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingarbitrumone_Bytes + reconciledTransactionHash: stagingarbitrumone_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingarbitrumone_Bytes + reconciledTxNonce: BigInt +} + +input stagingarbitrumone_DestinationTransfer_filter { + 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: stagingarbitrumone_Bytes + transferId_not: stagingarbitrumone_Bytes + transferId_gt: stagingarbitrumone_Bytes + transferId_lt: stagingarbitrumone_Bytes + transferId_gte: stagingarbitrumone_Bytes + transferId_lte: stagingarbitrumone_Bytes + transferId_in: [stagingarbitrumone_Bytes!] + transferId_not_in: [stagingarbitrumone_Bytes!] + transferId_contains: stagingarbitrumone_Bytes + transferId_not_contains: stagingarbitrumone_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: stagingarbitrumone_TransferStatus + status_not: stagingarbitrumone_TransferStatus + status_in: [stagingarbitrumone_TransferStatus!] + status_not_in: [stagingarbitrumone_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingarbitrumone_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: stagingarbitrumone_Bytes + to_not: stagingarbitrumone_Bytes + to_gt: stagingarbitrumone_Bytes + to_lt: stagingarbitrumone_Bytes + to_gte: stagingarbitrumone_Bytes + to_lte: stagingarbitrumone_Bytes + to_in: [stagingarbitrumone_Bytes!] + to_not_in: [stagingarbitrumone_Bytes!] + to_contains: stagingarbitrumone_Bytes + to_not_contains: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes + delegate_not: stagingarbitrumone_Bytes + delegate_gt: stagingarbitrumone_Bytes + delegate_lt: stagingarbitrumone_Bytes + delegate_gte: stagingarbitrumone_Bytes + delegate_lte: stagingarbitrumone_Bytes + delegate_in: [stagingarbitrumone_Bytes!] + delegate_not_in: [stagingarbitrumone_Bytes!] + delegate_contains: stagingarbitrumone_Bytes + delegate_not_contains: stagingarbitrumone_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingarbitrumone_Bytes + callData_not: stagingarbitrumone_Bytes + callData_gt: stagingarbitrumone_Bytes + callData_lt: stagingarbitrumone_Bytes + callData_gte: stagingarbitrumone_Bytes + callData_lte: stagingarbitrumone_Bytes + callData_in: [stagingarbitrumone_Bytes!] + callData_not_in: [stagingarbitrumone_Bytes!] + callData_contains: stagingarbitrumone_Bytes + callData_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + originSender_not: stagingarbitrumone_Bytes + originSender_gt: stagingarbitrumone_Bytes + originSender_lt: stagingarbitrumone_Bytes + originSender_gte: stagingarbitrumone_Bytes + originSender_lte: stagingarbitrumone_Bytes + originSender_in: [stagingarbitrumone_Bytes!] + originSender_not_in: [stagingarbitrumone_Bytes!] + originSender_contains: stagingarbitrumone_Bytes + originSender_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + canonicalId_not: stagingarbitrumone_Bytes + canonicalId_gt: stagingarbitrumone_Bytes + canonicalId_lt: stagingarbitrumone_Bytes + canonicalId_gte: stagingarbitrumone_Bytes + canonicalId_lte: stagingarbitrumone_Bytes + canonicalId_in: [stagingarbitrumone_Bytes!] + canonicalId_not_in: [stagingarbitrumone_Bytes!] + canonicalId_contains: stagingarbitrumone_Bytes + canonicalId_not_contains: stagingarbitrumone_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_: stagingarbitrumone_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: stagingarbitrumone_Bytes + executedCaller_not: stagingarbitrumone_Bytes + executedCaller_gt: stagingarbitrumone_Bytes + executedCaller_lt: stagingarbitrumone_Bytes + executedCaller_gte: stagingarbitrumone_Bytes + executedCaller_lte: stagingarbitrumone_Bytes + executedCaller_in: [stagingarbitrumone_Bytes!] + executedCaller_not_in: [stagingarbitrumone_Bytes!] + executedCaller_contains: stagingarbitrumone_Bytes + executedCaller_not_contains: stagingarbitrumone_Bytes + executedTransactionHash: stagingarbitrumone_Bytes + executedTransactionHash_not: stagingarbitrumone_Bytes + executedTransactionHash_gt: stagingarbitrumone_Bytes + executedTransactionHash_lt: stagingarbitrumone_Bytes + executedTransactionHash_gte: stagingarbitrumone_Bytes + executedTransactionHash_lte: stagingarbitrumone_Bytes + executedTransactionHash_in: [stagingarbitrumone_Bytes!] + executedTransactionHash_not_in: [stagingarbitrumone_Bytes!] + executedTransactionHash_contains: stagingarbitrumone_Bytes + executedTransactionHash_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + executedTxOrigin_not: stagingarbitrumone_Bytes + executedTxOrigin_gt: stagingarbitrumone_Bytes + executedTxOrigin_lt: stagingarbitrumone_Bytes + executedTxOrigin_gte: stagingarbitrumone_Bytes + executedTxOrigin_lte: stagingarbitrumone_Bytes + executedTxOrigin_in: [stagingarbitrumone_Bytes!] + executedTxOrigin_not_in: [stagingarbitrumone_Bytes!] + executedTxOrigin_contains: stagingarbitrumone_Bytes + executedTxOrigin_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + reconciledCaller_not: stagingarbitrumone_Bytes + reconciledCaller_gt: stagingarbitrumone_Bytes + reconciledCaller_lt: stagingarbitrumone_Bytes + reconciledCaller_gte: stagingarbitrumone_Bytes + reconciledCaller_lte: stagingarbitrumone_Bytes + reconciledCaller_in: [stagingarbitrumone_Bytes!] + reconciledCaller_not_in: [stagingarbitrumone_Bytes!] + reconciledCaller_contains: stagingarbitrumone_Bytes + reconciledCaller_not_contains: stagingarbitrumone_Bytes + reconciledTransactionHash: stagingarbitrumone_Bytes + reconciledTransactionHash_not: stagingarbitrumone_Bytes + reconciledTransactionHash_gt: stagingarbitrumone_Bytes + reconciledTransactionHash_lt: stagingarbitrumone_Bytes + reconciledTransactionHash_gte: stagingarbitrumone_Bytes + reconciledTransactionHash_lte: stagingarbitrumone_Bytes + reconciledTransactionHash_in: [stagingarbitrumone_Bytes!] + reconciledTransactionHash_not_in: [stagingarbitrumone_Bytes!] + reconciledTransactionHash_contains: stagingarbitrumone_Bytes + reconciledTransactionHash_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + reconciledTxOrigin_not: stagingarbitrumone_Bytes + reconciledTxOrigin_gt: stagingarbitrumone_Bytes + reconciledTxOrigin_lt: stagingarbitrumone_Bytes + reconciledTxOrigin_gte: stagingarbitrumone_Bytes + reconciledTxOrigin_lte: stagingarbitrumone_Bytes + reconciledTxOrigin_in: [stagingarbitrumone_Bytes!] + reconciledTxOrigin_not_in: [stagingarbitrumone_Bytes!] + reconciledTxOrigin_contains: stagingarbitrumone_Bytes + reconciledTxOrigin_not_contains: stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_DestinationTransfer_filter] + or: [stagingarbitrumone_DestinationTransfer_filter] +} + +enum stagingarbitrumone_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingarbitrumone_Int8 + +type stagingarbitrumone_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingarbitrumone_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + aggregateRoot_not: stagingarbitrumone_Bytes + aggregateRoot_gt: stagingarbitrumone_Bytes + aggregateRoot_lt: stagingarbitrumone_Bytes + aggregateRoot_gte: stagingarbitrumone_Bytes + aggregateRoot_lte: stagingarbitrumone_Bytes + aggregateRoot_in: [stagingarbitrumone_Bytes!] + aggregateRoot_not_in: [stagingarbitrumone_Bytes!] + aggregateRoot_contains: stagingarbitrumone_Bytes + aggregateRoot_not_contains: stagingarbitrumone_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OptimisticRootFinalized_filter] + or: [stagingarbitrumone_OptimisticRootFinalized_filter] +} + +enum stagingarbitrumone_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingarbitrumone_OrderDirection { + asc + desc +} + +type stagingarbitrumone_OriginMessage { + id: ID! + transferId: stagingarbitrumone_Bytes + destinationDomain: BigInt + leaf: stagingarbitrumone_Bytes + index: BigInt + message: stagingarbitrumone_Bytes + root: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + blockNumber: BigInt + rootCount: stagingarbitrumone_RootCount +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + transferId_not: stagingarbitrumone_Bytes + transferId_gt: stagingarbitrumone_Bytes + transferId_lt: stagingarbitrumone_Bytes + transferId_gte: stagingarbitrumone_Bytes + transferId_lte: stagingarbitrumone_Bytes + transferId_in: [stagingarbitrumone_Bytes!] + transferId_not_in: [stagingarbitrumone_Bytes!] + transferId_contains: stagingarbitrumone_Bytes + transferId_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + leaf_not: stagingarbitrumone_Bytes + leaf_gt: stagingarbitrumone_Bytes + leaf_lt: stagingarbitrumone_Bytes + leaf_gte: stagingarbitrumone_Bytes + leaf_lte: stagingarbitrumone_Bytes + leaf_in: [stagingarbitrumone_Bytes!] + leaf_not_in: [stagingarbitrumone_Bytes!] + leaf_contains: stagingarbitrumone_Bytes + leaf_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + message_not: stagingarbitrumone_Bytes + message_gt: stagingarbitrumone_Bytes + message_lt: stagingarbitrumone_Bytes + message_gte: stagingarbitrumone_Bytes + message_lte: stagingarbitrumone_Bytes + message_in: [stagingarbitrumone_Bytes!] + message_not_in: [stagingarbitrumone_Bytes!] + message_contains: stagingarbitrumone_Bytes + message_not_contains: stagingarbitrumone_Bytes + root: stagingarbitrumone_Bytes + root_not: stagingarbitrumone_Bytes + root_gt: stagingarbitrumone_Bytes + root_lt: stagingarbitrumone_Bytes + root_gte: stagingarbitrumone_Bytes + root_lte: stagingarbitrumone_Bytes + root_in: [stagingarbitrumone_Bytes!] + root_not_in: [stagingarbitrumone_Bytes!] + root_contains: stagingarbitrumone_Bytes + root_not_contains: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_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_: stagingarbitrumone_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OriginMessage_filter] + or: [stagingarbitrumone_OriginMessage_filter] +} + +enum stagingarbitrumone_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingarbitrumone_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingarbitrumone_Bytes + nonce: BigInt + status: stagingarbitrumone_TransferStatus + messageHash: stagingarbitrumone_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes + receiveLocal: Boolean + callData: stagingarbitrumone_Bytes + slippage: BigInt + originSender: stagingarbitrumone_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingarbitrumone_Bytes + asset: stagingarbitrumone_Asset + transactingAsset: stagingarbitrumone_Bytes + message: stagingarbitrumone_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_RelayerFee_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_RelayerFee_filter): [stagingarbitrumone_RelayerFee!] + initialRelayerFeeAsset: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingarbitrumone_Bytes + txNonce: BigInt +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + transferId_not: stagingarbitrumone_Bytes + transferId_gt: stagingarbitrumone_Bytes + transferId_lt: stagingarbitrumone_Bytes + transferId_gte: stagingarbitrumone_Bytes + transferId_lte: stagingarbitrumone_Bytes + transferId_in: [stagingarbitrumone_Bytes!] + transferId_not_in: [stagingarbitrumone_Bytes!] + transferId_contains: stagingarbitrumone_Bytes + transferId_not_contains: stagingarbitrumone_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: stagingarbitrumone_TransferStatus + status_not: stagingarbitrumone_TransferStatus + status_in: [stagingarbitrumone_TransferStatus!] + status_not_in: [stagingarbitrumone_TransferStatus!] + messageHash: stagingarbitrumone_Bytes + messageHash_not: stagingarbitrumone_Bytes + messageHash_gt: stagingarbitrumone_Bytes + messageHash_lt: stagingarbitrumone_Bytes + messageHash_gte: stagingarbitrumone_Bytes + messageHash_lte: stagingarbitrumone_Bytes + messageHash_in: [stagingarbitrumone_Bytes!] + messageHash_not_in: [stagingarbitrumone_Bytes!] + messageHash_contains: stagingarbitrumone_Bytes + messageHash_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + to_not: stagingarbitrumone_Bytes + to_gt: stagingarbitrumone_Bytes + to_lt: stagingarbitrumone_Bytes + to_gte: stagingarbitrumone_Bytes + to_lte: stagingarbitrumone_Bytes + to_in: [stagingarbitrumone_Bytes!] + to_not_in: [stagingarbitrumone_Bytes!] + to_contains: stagingarbitrumone_Bytes + to_not_contains: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes + delegate_not: stagingarbitrumone_Bytes + delegate_gt: stagingarbitrumone_Bytes + delegate_lt: stagingarbitrumone_Bytes + delegate_gte: stagingarbitrumone_Bytes + delegate_lte: stagingarbitrumone_Bytes + delegate_in: [stagingarbitrumone_Bytes!] + delegate_not_in: [stagingarbitrumone_Bytes!] + delegate_contains: stagingarbitrumone_Bytes + delegate_not_contains: stagingarbitrumone_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingarbitrumone_Bytes + callData_not: stagingarbitrumone_Bytes + callData_gt: stagingarbitrumone_Bytes + callData_lt: stagingarbitrumone_Bytes + callData_gte: stagingarbitrumone_Bytes + callData_lte: stagingarbitrumone_Bytes + callData_in: [stagingarbitrumone_Bytes!] + callData_not_in: [stagingarbitrumone_Bytes!] + callData_contains: stagingarbitrumone_Bytes + callData_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + originSender_not: stagingarbitrumone_Bytes + originSender_gt: stagingarbitrumone_Bytes + originSender_lt: stagingarbitrumone_Bytes + originSender_gte: stagingarbitrumone_Bytes + originSender_lte: stagingarbitrumone_Bytes + originSender_in: [stagingarbitrumone_Bytes!] + originSender_not_in: [stagingarbitrumone_Bytes!] + originSender_contains: stagingarbitrumone_Bytes + originSender_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + canonicalId_not: stagingarbitrumone_Bytes + canonicalId_gt: stagingarbitrumone_Bytes + canonicalId_lt: stagingarbitrumone_Bytes + canonicalId_gte: stagingarbitrumone_Bytes + canonicalId_lte: stagingarbitrumone_Bytes + canonicalId_in: [stagingarbitrumone_Bytes!] + canonicalId_not_in: [stagingarbitrumone_Bytes!] + canonicalId_contains: stagingarbitrumone_Bytes + canonicalId_not_contains: stagingarbitrumone_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_: stagingarbitrumone_Asset_filter + transactingAsset: stagingarbitrumone_Bytes + transactingAsset_not: stagingarbitrumone_Bytes + transactingAsset_gt: stagingarbitrumone_Bytes + transactingAsset_lt: stagingarbitrumone_Bytes + transactingAsset_gte: stagingarbitrumone_Bytes + transactingAsset_lte: stagingarbitrumone_Bytes + transactingAsset_in: [stagingarbitrumone_Bytes!] + transactingAsset_not_in: [stagingarbitrumone_Bytes!] + transactingAsset_contains: stagingarbitrumone_Bytes + transactingAsset_not_contains: stagingarbitrumone_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_: stagingarbitrumone_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_: stagingarbitrumone_RelayerFee_filter + initialRelayerFeeAsset: stagingarbitrumone_Bytes + initialRelayerFeeAsset_not: stagingarbitrumone_Bytes + initialRelayerFeeAsset_gt: stagingarbitrumone_Bytes + initialRelayerFeeAsset_lt: stagingarbitrumone_Bytes + initialRelayerFeeAsset_gte: stagingarbitrumone_Bytes + initialRelayerFeeAsset_lte: stagingarbitrumone_Bytes + initialRelayerFeeAsset_in: [stagingarbitrumone_Bytes!] + initialRelayerFeeAsset_not_in: [stagingarbitrumone_Bytes!] + initialRelayerFeeAsset_contains: stagingarbitrumone_Bytes + initialRelayerFeeAsset_not_contains: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + txOrigin_not: stagingarbitrumone_Bytes + txOrigin_gt: stagingarbitrumone_Bytes + txOrigin_lt: stagingarbitrumone_Bytes + txOrigin_gte: stagingarbitrumone_Bytes + txOrigin_lte: stagingarbitrumone_Bytes + txOrigin_in: [stagingarbitrumone_Bytes!] + txOrigin_not_in: [stagingarbitrumone_Bytes!] + txOrigin_contains: stagingarbitrumone_Bytes + txOrigin_not_contains: stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OriginTransfer_filter] + or: [stagingarbitrumone_OriginTransfer_filter] +} + +enum stagingarbitrumone_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_Asset + stagingarbitrumone_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_Asset_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_Asset!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_AssetStatus + stagingarbitrumone_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_AssetStatus_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_AssetStatus!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_AssetBalance + stagingarbitrumone_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_AssetBalance_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_AssetBalance!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_Router + stagingarbitrumone_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_Router_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_Router!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RouterDailyTVL + stagingarbitrumone_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RouterDailyTVL_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RouterDailyTVL!]! + stagingarbitrumone_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RouterLiquidityEvent + stagingarbitrumone_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RouterLiquidityEvent!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_Setting + stagingarbitrumone_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_Setting_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_Setting!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_Relayer + stagingarbitrumone_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_Relayer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_Relayer!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_Sequencer + stagingarbitrumone_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_Sequencer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_Sequencer!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RelayerFee + stagingarbitrumone_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RelayerFee_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RelayerFee!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_OriginTransfer + stagingarbitrumone_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_OriginTransfer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_OriginTransfer!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_DestinationTransfer + stagingarbitrumone_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_DestinationTransfer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_DestinationTransfer!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_OriginMessage + stagingarbitrumone_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_OriginMessage_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_OriginMessage!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_AggregateRoot + stagingarbitrumone_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_AggregateRoot_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_AggregateRoot!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_ConnectorMeta + stagingarbitrumone_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_ConnectorMeta_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_ConnectorMeta!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RootCount + stagingarbitrumone_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RootCount_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RootCount!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RootMessageSent + stagingarbitrumone_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RootMessageSent_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RootMessageSent!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RelayerFeesIncrease + stagingarbitrumone_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RelayerFeesIncrease!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_SlippageUpdate + stagingarbitrumone_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_SlippageUpdate_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_SlippageUpdate!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_SnapshotRoot + stagingarbitrumone_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_SnapshotRoot_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_SnapshotRoot!]! + stagingarbitrumone_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_SpokeConnectorMode + stagingarbitrumone_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_SpokeConnectorMode!]! + stagingarbitrumone_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_AggregateRootProposed + stagingarbitrumone_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_AggregateRootProposed_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_AggregateRootProposed!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_OptimisticRootFinalized + stagingarbitrumone_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ +} + +type stagingarbitrumone_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingarbitrumone_Bytes +} + +type stagingarbitrumone_RelayerFee { + id: ID! + transfer: stagingarbitrumone_OriginTransfer! + fee: BigInt! + asset: stagingarbitrumone_Bytes! +} + +input stagingarbitrumone_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_: stagingarbitrumone_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: stagingarbitrumone_Bytes + asset_not: stagingarbitrumone_Bytes + asset_gt: stagingarbitrumone_Bytes + asset_lt: stagingarbitrumone_Bytes + asset_gte: stagingarbitrumone_Bytes + asset_lte: stagingarbitrumone_Bytes + asset_in: [stagingarbitrumone_Bytes!] + asset_not_in: [stagingarbitrumone_Bytes!] + asset_contains: stagingarbitrumone_Bytes + asset_not_contains: stagingarbitrumone_Bytes + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RelayerFee_filter] + or: [stagingarbitrumone_RelayerFee_filter] +} + +enum stagingarbitrumone_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 stagingarbitrumone_RelayerFeesIncrease { + id: ID! + transfer: stagingarbitrumone_OriginTransfer! + increase: BigInt + asset: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingarbitrumone_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_: stagingarbitrumone_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: stagingarbitrumone_Bytes + asset_not: stagingarbitrumone_Bytes + asset_gt: stagingarbitrumone_Bytes + asset_lt: stagingarbitrumone_Bytes + asset_gte: stagingarbitrumone_Bytes + asset_lte: stagingarbitrumone_Bytes + asset_in: [stagingarbitrumone_Bytes!] + asset_not_in: [stagingarbitrumone_Bytes!] + asset_contains: stagingarbitrumone_Bytes + asset_not_contains: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RelayerFeesIncrease_filter] + or: [stagingarbitrumone_RelayerFeesIncrease_filter] +} + +enum stagingarbitrumone_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 stagingarbitrumone_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: stagingarbitrumone_Bytes + relayer_not: stagingarbitrumone_Bytes + relayer_gt: stagingarbitrumone_Bytes + relayer_lt: stagingarbitrumone_Bytes + relayer_gte: stagingarbitrumone_Bytes + relayer_lte: stagingarbitrumone_Bytes + relayer_in: [stagingarbitrumone_Bytes!] + relayer_not_in: [stagingarbitrumone_Bytes!] + relayer_contains: stagingarbitrumone_Bytes + relayer_not_contains: stagingarbitrumone_Bytes + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Relayer_filter] + or: [stagingarbitrumone_Relayer_filter] +} + +enum stagingarbitrumone_Relayer_orderBy { + id + isActive + relayer +} + +type stagingarbitrumone_RootCount { + id: ID! + count: BigInt +} + +input stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RootCount_filter] + or: [stagingarbitrumone_RootCount_filter] +} + +enum stagingarbitrumone_RootCount_orderBy { + id + count +} + +type stagingarbitrumone_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingarbitrumone_Bytes + count: BigInt + caller: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + root_not: stagingarbitrumone_Bytes + root_gt: stagingarbitrumone_Bytes + root_lt: stagingarbitrumone_Bytes + root_gte: stagingarbitrumone_Bytes + root_lte: stagingarbitrumone_Bytes + root_in: [stagingarbitrumone_Bytes!] + root_not_in: [stagingarbitrumone_Bytes!] + root_contains: stagingarbitrumone_Bytes + root_not_contains: stagingarbitrumone_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: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RootMessageSent_filter] + or: [stagingarbitrumone_RootMessageSent_filter] +} + +enum stagingarbitrumone_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingarbitrumone_Router { + id: ID! + isActive: Boolean! + owner: stagingarbitrumone_Bytes + recipient: stagingarbitrumone_Bytes + proposedOwner: stagingarbitrumone_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingarbitrumone_AssetBalance_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_AssetBalance_filter): [stagingarbitrumone_AssetBalance!]! +} + +type stagingarbitrumone_RouterDailyTVL { + id: ID! + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingarbitrumone_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_: stagingarbitrumone_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_: stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RouterDailyTVL_filter] + or: [stagingarbitrumone_RouterDailyTVL_filter] +} + +enum stagingarbitrumone_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingarbitrumone_RouterLiquidityEvent { + id: ID! + type: stagingarbitrumone_RouterLiquidityEventType + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingarbitrumone_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingarbitrumone_Bytes! + nonce: BigInt! +} + +enum stagingarbitrumone_RouterLiquidityEventType { + Add + Remove +} + +input stagingarbitrumone_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingarbitrumone_RouterLiquidityEventType + type_not: stagingarbitrumone_RouterLiquidityEventType + type_in: [stagingarbitrumone_RouterLiquidityEventType!] + type_not_in: [stagingarbitrumone_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingarbitrumone_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_: stagingarbitrumone_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RouterLiquidityEvent_filter] + or: [stagingarbitrumone_RouterLiquidityEvent_filter] +} + +enum stagingarbitrumone_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + owner_not: stagingarbitrumone_Bytes + owner_gt: stagingarbitrumone_Bytes + owner_lt: stagingarbitrumone_Bytes + owner_gte: stagingarbitrumone_Bytes + owner_lte: stagingarbitrumone_Bytes + owner_in: [stagingarbitrumone_Bytes!] + owner_not_in: [stagingarbitrumone_Bytes!] + owner_contains: stagingarbitrumone_Bytes + owner_not_contains: stagingarbitrumone_Bytes + recipient: stagingarbitrumone_Bytes + recipient_not: stagingarbitrumone_Bytes + recipient_gt: stagingarbitrumone_Bytes + recipient_lt: stagingarbitrumone_Bytes + recipient_gte: stagingarbitrumone_Bytes + recipient_lte: stagingarbitrumone_Bytes + recipient_in: [stagingarbitrumone_Bytes!] + recipient_not_in: [stagingarbitrumone_Bytes!] + recipient_contains: stagingarbitrumone_Bytes + recipient_not_contains: stagingarbitrumone_Bytes + proposedOwner: stagingarbitrumone_Bytes + proposedOwner_not: stagingarbitrumone_Bytes + proposedOwner_gt: stagingarbitrumone_Bytes + proposedOwner_lt: stagingarbitrumone_Bytes + proposedOwner_gte: stagingarbitrumone_Bytes + proposedOwner_lte: stagingarbitrumone_Bytes + proposedOwner_in: [stagingarbitrumone_Bytes!] + proposedOwner_not_in: [stagingarbitrumone_Bytes!] + proposedOwner_contains: stagingarbitrumone_Bytes + proposedOwner_not_contains: stagingarbitrumone_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_: stagingarbitrumone_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Router_filter] + or: [stagingarbitrumone_Router_filter] +} + +enum stagingarbitrumone_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingarbitrumone_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingarbitrumone_Bytes +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + sequencer_not: stagingarbitrumone_Bytes + sequencer_gt: stagingarbitrumone_Bytes + sequencer_lt: stagingarbitrumone_Bytes + sequencer_gte: stagingarbitrumone_Bytes + sequencer_lte: stagingarbitrumone_Bytes + sequencer_in: [stagingarbitrumone_Bytes!] + sequencer_not_in: [stagingarbitrumone_Bytes!] + sequencer_contains: stagingarbitrumone_Bytes + sequencer_not_contains: stagingarbitrumone_Bytes + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Sequencer_filter] + or: [stagingarbitrumone_Sequencer_filter] +} + +enum stagingarbitrumone_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingarbitrumone_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingarbitrumone_Bytes! +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Setting_filter] + or: [stagingarbitrumone_Setting_filter] +} + +enum stagingarbitrumone_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingarbitrumone_SlippageUpdate { + id: ID! + transfer: stagingarbitrumone_DestinationTransfer! + slippage: BigInt! + caller: stagingarbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingarbitrumone_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_: stagingarbitrumone_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: stagingarbitrumone_Bytes + caller_not: stagingarbitrumone_Bytes + caller_gt: stagingarbitrumone_Bytes + caller_lt: stagingarbitrumone_Bytes + caller_gte: stagingarbitrumone_Bytes + caller_lte: stagingarbitrumone_Bytes + caller_in: [stagingarbitrumone_Bytes!] + caller_not_in: [stagingarbitrumone_Bytes!] + caller_contains: stagingarbitrumone_Bytes + caller_not_contains: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes + transactionHash_not: stagingarbitrumone_Bytes + transactionHash_gt: stagingarbitrumone_Bytes + transactionHash_lt: stagingarbitrumone_Bytes + transactionHash_gte: stagingarbitrumone_Bytes + transactionHash_lte: stagingarbitrumone_Bytes + transactionHash_in: [stagingarbitrumone_Bytes!] + transactionHash_not_in: [stagingarbitrumone_Bytes!] + transactionHash_contains: stagingarbitrumone_Bytes + transactionHash_not_contains: stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SlippageUpdate_filter] + or: [stagingarbitrumone_SlippageUpdate_filter] +} + +enum stagingarbitrumone_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 stagingarbitrumone_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingarbitrumone_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingarbitrumone_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: stagingarbitrumone_Bytes + root_not: stagingarbitrumone_Bytes + root_gt: stagingarbitrumone_Bytes + root_lt: stagingarbitrumone_Bytes + root_gte: stagingarbitrumone_Bytes + root_lte: stagingarbitrumone_Bytes + root_in: [stagingarbitrumone_Bytes!] + root_not_in: [stagingarbitrumone_Bytes!] + root_contains: stagingarbitrumone_Bytes + root_not_contains: stagingarbitrumone_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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SnapshotRoot_filter] + or: [stagingarbitrumone_SnapshotRoot_filter] +} + +enum stagingarbitrumone_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingarbitrumone_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingarbitrumone_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SpokeConnectorMode_filter] + or: [stagingarbitrumone_SpokeConnectorMode_filter] +} + +enum stagingarbitrumone_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_Asset + stagingarbitrumone_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_Asset_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_Asset!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_AssetStatus + stagingarbitrumone_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_AssetStatus_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_AssetStatus!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_AssetBalance + stagingarbitrumone_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_AssetBalance_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_AssetBalance!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_Router + stagingarbitrumone_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_Router_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_Router!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RouterDailyTVL + stagingarbitrumone_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RouterDailyTVL_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RouterDailyTVL!]! + stagingarbitrumone_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RouterLiquidityEvent + stagingarbitrumone_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RouterLiquidityEvent!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_Setting + stagingarbitrumone_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_Setting_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_Setting!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_Relayer + stagingarbitrumone_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_Relayer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_Relayer!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_Sequencer + stagingarbitrumone_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_Sequencer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_Sequencer!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RelayerFee + stagingarbitrumone_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RelayerFee_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RelayerFee!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_OriginTransfer + stagingarbitrumone_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_OriginTransfer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_OriginTransfer!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_DestinationTransfer + stagingarbitrumone_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_DestinationTransfer_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_DestinationTransfer!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_OriginMessage + stagingarbitrumone_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_OriginMessage_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_OriginMessage!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_AggregateRoot + stagingarbitrumone_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_AggregateRoot_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_AggregateRoot!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_ConnectorMeta + stagingarbitrumone_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_ConnectorMeta_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_ConnectorMeta!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RootCount + stagingarbitrumone_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RootCount_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RootCount!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RootMessageSent + stagingarbitrumone_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RootMessageSent_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RootMessageSent!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_RelayerFeesIncrease + stagingarbitrumone_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_RelayerFeesIncrease!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_SlippageUpdate + stagingarbitrumone_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_SlippageUpdate_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_SlippageUpdate!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_SnapshotRoot + stagingarbitrumone_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_SnapshotRoot_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_SnapshotRoot!]! + stagingarbitrumone_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_SpokeConnectorMode + stagingarbitrumone_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_SpokeConnectorMode!]! + stagingarbitrumone_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_AggregateRootProposed + stagingarbitrumone_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_AggregateRootProposed_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_AggregateRootProposed!]! + stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingarbitrumone_OptimisticRootFinalized + stagingarbitrumone_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy + orderDirection: stagingarbitrumone_OrderDirection + where: stagingarbitrumone_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: stagingarbitrumone_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ +} + +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +enum stagingarbitrumone_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingarbitrumone__Block_ { + """The hash of the block""" + hash: stagingarbitrumone_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingarbitrumone_Bytes +} + +"""The type for the top-level _meta field""" +type stagingarbitrumone__Meta_ { + """ + Information 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: stagingarbitrumone__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/types.ts new file mode 100644 index 0000000000..499c73f202 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_ArbitrumOne/types.ts @@ -0,0 +1,3927 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingArbitrumOneTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingarbitrumone_BigDecimal: any; + BigInt: any; + stagingarbitrumone_Bytes: any; + stagingarbitrumone_Int8: any; + Timestamp: any; +}; + +export type stagingarbitrumone_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingarbitrumone_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingarbitrumone_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingarbitrumone_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingarbitrumone_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumone_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingarbitrumone_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 stagingarbitrumone_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingarbitrumone_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingarbitrumone_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingarbitrumone_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingarbitrumone_Router; + asset: stagingarbitrumone_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingarbitrumone_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingarbitrumone_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumone_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingarbitrumone_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingarbitrumone_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingarbitrumone_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingarbitrumone_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 stagingarbitrumone_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingarbitrumone_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingarbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingarbitrumone_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumone_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingarbitrumone_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingarbitrumone_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingarbitrumone_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 stagingarbitrumone_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingarbitrumone_asset?: Maybe; + stagingarbitrumone_assets: Array; + stagingarbitrumone_assetStatus?: Maybe; + stagingarbitrumone_assetStatuses: Array; + stagingarbitrumone_assetBalance?: Maybe; + stagingarbitrumone_assetBalances: Array; + stagingarbitrumone_router?: Maybe; + stagingarbitrumone_routers: Array; + stagingarbitrumone_routerDailyTVL?: Maybe; + stagingarbitrumone_routerDailyTVLs: Array; + stagingarbitrumone_routerLiquidityEvent?: Maybe; + stagingarbitrumone_routerLiquidityEvents: Array; + stagingarbitrumone_setting?: Maybe; + stagingarbitrumone_settings: Array; + stagingarbitrumone_relayer?: Maybe; + stagingarbitrumone_relayers: Array; + stagingarbitrumone_sequencer?: Maybe; + stagingarbitrumone_sequencers: Array; + stagingarbitrumone_relayerFee?: Maybe; + stagingarbitrumone_relayerFees: Array; + stagingarbitrumone_originTransfer?: Maybe; + stagingarbitrumone_originTransfers: Array; + stagingarbitrumone_destinationTransfer?: Maybe; + stagingarbitrumone_destinationTransfers: Array; + stagingarbitrumone_originMessage?: Maybe; + stagingarbitrumone_originMessages: Array; + stagingarbitrumone_aggregateRoot?: Maybe; + stagingarbitrumone_aggregateRoots: Array; + stagingarbitrumone_connectorMeta?: Maybe; + stagingarbitrumone_connectorMetas: Array; + stagingarbitrumone_rootCount?: Maybe; + stagingarbitrumone_rootCounts: Array; + stagingarbitrumone_rootMessageSent?: Maybe; + stagingarbitrumone_rootMessageSents: Array; + stagingarbitrumone_relayerFeesIncrease?: Maybe; + stagingarbitrumone_relayerFeesIncreases: Array; + stagingarbitrumone_slippageUpdate?: Maybe; + stagingarbitrumone_slippageUpdates: Array; + stagingarbitrumone_snapshotRoot?: Maybe; + stagingarbitrumone_snapshotRoots: Array; + stagingarbitrumone_spokeConnectorMode?: Maybe; + stagingarbitrumone_spokeConnectorModes: Array; + stagingarbitrumone_aggregateRootProposed?: Maybe; + stagingarbitrumone_aggregateRootProposeds: Array; + stagingarbitrumone_optimisticRootFinalized?: Maybe; + stagingarbitrumone_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingarbitrumone__meta?: Maybe; +}; + + +export type Querystagingarbitrumone_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingarbitrumone__metaArgs = { + block?: InputMaybe; +}; + +export type stagingarbitrumone_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingarbitrumone_RelayerFee = { + id: Scalars['ID']; + transfer: stagingarbitrumone_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingarbitrumone_Bytes']; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_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 stagingarbitrumone_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingarbitrumone_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingarbitrumone_Bytes']; + transactionHash: Scalars['stagingarbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_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 stagingarbitrumone_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 stagingarbitrumone_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingarbitrumone_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingarbitrumone_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 stagingarbitrumone_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 stagingarbitrumone_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingarbitrumone_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingarbitrumone_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingarbitrumone_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingarbitrumone_Router; + asset: stagingarbitrumone_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingarbitrumone_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingarbitrumone_Router; + asset: stagingarbitrumone_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingarbitrumone_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingarbitrumone_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingarbitrumone_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumone_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingarbitrumone_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 stagingarbitrumone_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingarbitrumone_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingarbitrumone_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingarbitrumone_Bytes']; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingarbitrumone_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingarbitrumone_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingarbitrumone_Bytes']; + transactionHash: Scalars['stagingarbitrumone_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_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 stagingarbitrumone_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingarbitrumone_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingarbitrumone_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 stagingarbitrumone_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingarbitrumone_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingarbitrumone_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingarbitrumone_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingarbitrumone_asset?: Maybe; + stagingarbitrumone_assets: Array; + stagingarbitrumone_assetStatus?: Maybe; + stagingarbitrumone_assetStatuses: Array; + stagingarbitrumone_assetBalance?: Maybe; + stagingarbitrumone_assetBalances: Array; + stagingarbitrumone_router?: Maybe; + stagingarbitrumone_routers: Array; + stagingarbitrumone_routerDailyTVL?: Maybe; + stagingarbitrumone_routerDailyTVLs: Array; + stagingarbitrumone_routerLiquidityEvent?: Maybe; + stagingarbitrumone_routerLiquidityEvents: Array; + stagingarbitrumone_setting?: Maybe; + stagingarbitrumone_settings: Array; + stagingarbitrumone_relayer?: Maybe; + stagingarbitrumone_relayers: Array; + stagingarbitrumone_sequencer?: Maybe; + stagingarbitrumone_sequencers: Array; + stagingarbitrumone_relayerFee?: Maybe; + stagingarbitrumone_relayerFees: Array; + stagingarbitrumone_originTransfer?: Maybe; + stagingarbitrumone_originTransfers: Array; + stagingarbitrumone_destinationTransfer?: Maybe; + stagingarbitrumone_destinationTransfers: Array; + stagingarbitrumone_originMessage?: Maybe; + stagingarbitrumone_originMessages: Array; + stagingarbitrumone_aggregateRoot?: Maybe; + stagingarbitrumone_aggregateRoots: Array; + stagingarbitrumone_connectorMeta?: Maybe; + stagingarbitrumone_connectorMetas: Array; + stagingarbitrumone_rootCount?: Maybe; + stagingarbitrumone_rootCounts: Array; + stagingarbitrumone_rootMessageSent?: Maybe; + stagingarbitrumone_rootMessageSents: Array; + stagingarbitrumone_relayerFeesIncrease?: Maybe; + stagingarbitrumone_relayerFeesIncreases: Array; + stagingarbitrumone_slippageUpdate?: Maybe; + stagingarbitrumone_slippageUpdates: Array; + stagingarbitrumone_snapshotRoot?: Maybe; + stagingarbitrumone_snapshotRoots: Array; + stagingarbitrumone_spokeConnectorMode?: Maybe; + stagingarbitrumone_spokeConnectorModes: Array; + stagingarbitrumone_aggregateRootProposed?: Maybe; + stagingarbitrumone_aggregateRootProposeds: Array; + stagingarbitrumone_optimisticRootFinalized?: Maybe; + stagingarbitrumone_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingarbitrumone__meta?: Maybe; +}; + + +export type Subscriptionstagingarbitrumone_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingarbitrumone__metaArgs = { + block?: InputMaybe; +}; + +export type stagingarbitrumone_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingarbitrumone__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingarbitrumone__Meta_ = { + /** + * Information 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: stagingarbitrumone__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 QuerySdk = { + /** null **/ + stagingarbitrumone_asset: InContextSdkMethod, + /** null **/ + stagingarbitrumone_assets: InContextSdkMethod, + /** null **/ + stagingarbitrumone_assetStatus: InContextSdkMethod, + /** null **/ + stagingarbitrumone_assetStatuses: InContextSdkMethod, + /** null **/ + stagingarbitrumone_assetBalance: InContextSdkMethod, + /** null **/ + stagingarbitrumone_assetBalances: InContextSdkMethod, + /** null **/ + stagingarbitrumone_router: InContextSdkMethod, + /** null **/ + stagingarbitrumone_routers: InContextSdkMethod, + /** null **/ + stagingarbitrumone_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingarbitrumone_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingarbitrumone_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingarbitrumone_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingarbitrumone_setting: InContextSdkMethod, + /** null **/ + stagingarbitrumone_settings: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayer: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayers: InContextSdkMethod, + /** null **/ + stagingarbitrumone_sequencer: InContextSdkMethod, + /** null **/ + stagingarbitrumone_sequencers: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayerFee: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayerFees: InContextSdkMethod, + /** null **/ + stagingarbitrumone_originTransfer: InContextSdkMethod, + /** null **/ + stagingarbitrumone_originTransfers: InContextSdkMethod, + /** null **/ + stagingarbitrumone_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingarbitrumone_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingarbitrumone_originMessage: InContextSdkMethod, + /** null **/ + stagingarbitrumone_originMessages: InContextSdkMethod, + /** null **/ + stagingarbitrumone_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingarbitrumone_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingarbitrumone_connectorMeta: InContextSdkMethod, + /** null **/ + stagingarbitrumone_connectorMetas: InContextSdkMethod, + /** null **/ + stagingarbitrumone_rootCount: InContextSdkMethod, + /** null **/ + stagingarbitrumone_rootCounts: InContextSdkMethod, + /** null **/ + stagingarbitrumone_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingarbitrumone_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingarbitrumone_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingarbitrumone_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingarbitrumone_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingarbitrumone_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingarbitrumone_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingarbitrumone_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingarbitrumone_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingarbitrumone_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingarbitrumone_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingarbitrumone_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingarbitrumone__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingarbitrumone_asset: InContextSdkMethod, + /** null **/ + stagingarbitrumone_assets: InContextSdkMethod, + /** null **/ + stagingarbitrumone_assetStatus: InContextSdkMethod, + /** null **/ + stagingarbitrumone_assetStatuses: InContextSdkMethod, + /** null **/ + stagingarbitrumone_assetBalance: InContextSdkMethod, + /** null **/ + stagingarbitrumone_assetBalances: InContextSdkMethod, + /** null **/ + stagingarbitrumone_router: InContextSdkMethod, + /** null **/ + stagingarbitrumone_routers: InContextSdkMethod, + /** null **/ + stagingarbitrumone_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingarbitrumone_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingarbitrumone_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingarbitrumone_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingarbitrumone_setting: InContextSdkMethod, + /** null **/ + stagingarbitrumone_settings: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayer: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayers: InContextSdkMethod, + /** null **/ + stagingarbitrumone_sequencer: InContextSdkMethod, + /** null **/ + stagingarbitrumone_sequencers: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayerFee: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayerFees: InContextSdkMethod, + /** null **/ + stagingarbitrumone_originTransfer: InContextSdkMethod, + /** null **/ + stagingarbitrumone_originTransfers: InContextSdkMethod, + /** null **/ + stagingarbitrumone_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingarbitrumone_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingarbitrumone_originMessage: InContextSdkMethod, + /** null **/ + stagingarbitrumone_originMessages: InContextSdkMethod, + /** null **/ + stagingarbitrumone_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingarbitrumone_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingarbitrumone_connectorMeta: InContextSdkMethod, + /** null **/ + stagingarbitrumone_connectorMetas: InContextSdkMethod, + /** null **/ + stagingarbitrumone_rootCount: InContextSdkMethod, + /** null **/ + stagingarbitrumone_rootCounts: InContextSdkMethod, + /** null **/ + stagingarbitrumone_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingarbitrumone_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingarbitrumone_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingarbitrumone_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingarbitrumone_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingarbitrumone_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingarbitrumone_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingarbitrumone_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingarbitrumone_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingarbitrumone_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingarbitrumone_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingarbitrumone_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingarbitrumone_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingarbitrumone__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_ArbitrumOne"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/introspectionSchema.ts new file mode 100644 index 0000000000..e337af032a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/introspectionSchema.ts @@ -0,0 +1,50096 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/schema.graphql new file mode 100644 index 0000000000..c48316b389 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/schema.graphql @@ -0,0 +1,3999 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingavalanche_AggregateRoot { + id: ID! + root: stagingavalanche_Bytes! + blockNumber: BigInt! +} + +type stagingavalanche_AggregateRootProposed { + id: ID! + aggregateRoot: stagingavalanche_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingavalanche_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingavalanche_Bytes + aggregateRoot_not: stagingavalanche_Bytes + aggregateRoot_gt: stagingavalanche_Bytes + aggregateRoot_lt: stagingavalanche_Bytes + aggregateRoot_gte: stagingavalanche_Bytes + aggregateRoot_lte: stagingavalanche_Bytes + aggregateRoot_in: [stagingavalanche_Bytes!] + aggregateRoot_not_in: [stagingavalanche_Bytes!] + aggregateRoot_contains: stagingavalanche_Bytes + aggregateRoot_not_contains: stagingavalanche_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AggregateRootProposed_filter] + or: [stagingavalanche_AggregateRootProposed_filter] +} + +enum stagingavalanche_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingavalanche_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: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AggregateRoot_filter] + or: [stagingavalanche_AggregateRoot_filter] +} + +enum stagingavalanche_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingavalanche_Aggregation_interval { + hour + day +} + +type stagingavalanche_Asset { + id: ID! + key: stagingavalanche_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingavalanche_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingavalanche_Bytes + localAsset: stagingavalanche_Bytes + blockNumber: BigInt + status: stagingavalanche_AssetStatus +} + +type stagingavalanche_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! + feesEarned: BigInt! +} + +input stagingavalanche_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_: stagingavalanche_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_: stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AssetBalance_filter] + or: [stagingavalanche_AssetBalance_filter] +} + +enum stagingavalanche_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingavalanche_AssetStatus { + id: ID! + status: Boolean +} + +input stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AssetStatus_filter] + or: [stagingavalanche_AssetStatus_filter] +} + +enum stagingavalanche_AssetStatus_orderBy { + id + status +} + +input stagingavalanche_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: stagingavalanche_Bytes + key_not: stagingavalanche_Bytes + key_gt: stagingavalanche_Bytes + key_lt: stagingavalanche_Bytes + key_gte: stagingavalanche_Bytes + key_lte: stagingavalanche_Bytes + key_in: [stagingavalanche_Bytes!] + key_not_in: [stagingavalanche_Bytes!] + key_contains: stagingavalanche_Bytes + key_not_contains: stagingavalanche_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingavalanche_Bytes + canonicalId_not: stagingavalanche_Bytes + canonicalId_gt: stagingavalanche_Bytes + canonicalId_lt: stagingavalanche_Bytes + canonicalId_gte: stagingavalanche_Bytes + canonicalId_lte: stagingavalanche_Bytes + canonicalId_in: [stagingavalanche_Bytes!] + canonicalId_not_in: [stagingavalanche_Bytes!] + canonicalId_contains: stagingavalanche_Bytes + canonicalId_not_contains: stagingavalanche_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: stagingavalanche_Bytes + adoptedAsset_not: stagingavalanche_Bytes + adoptedAsset_gt: stagingavalanche_Bytes + adoptedAsset_lt: stagingavalanche_Bytes + adoptedAsset_gte: stagingavalanche_Bytes + adoptedAsset_lte: stagingavalanche_Bytes + adoptedAsset_in: [stagingavalanche_Bytes!] + adoptedAsset_not_in: [stagingavalanche_Bytes!] + adoptedAsset_contains: stagingavalanche_Bytes + adoptedAsset_not_contains: stagingavalanche_Bytes + localAsset: stagingavalanche_Bytes + localAsset_not: stagingavalanche_Bytes + localAsset_gt: stagingavalanche_Bytes + localAsset_lt: stagingavalanche_Bytes + localAsset_gte: stagingavalanche_Bytes + localAsset_lte: stagingavalanche_Bytes + localAsset_in: [stagingavalanche_Bytes!] + localAsset_not_in: [stagingavalanche_Bytes!] + localAsset_contains: stagingavalanche_Bytes + localAsset_not_contains: stagingavalanche_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_: stagingavalanche_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Asset_filter] + or: [stagingavalanche_Asset_filter] +} + +enum stagingavalanche_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingavalanche_BigDecimal + +scalar BigInt + +input stagingavalanche_BlockChangedFilter { + number_gte: Int! +} + +input stagingavalanche_Block_height { + hash: stagingavalanche_Bytes + number: Int + number_gte: Int +} + +scalar stagingavalanche_Bytes + +type stagingavalanche_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingavalanche_Bytes + rootManager: stagingavalanche_Bytes + mirrorConnector: stagingavalanche_Bytes +} + +input stagingavalanche_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: stagingavalanche_Bytes + amb_not: stagingavalanche_Bytes + amb_gt: stagingavalanche_Bytes + amb_lt: stagingavalanche_Bytes + amb_gte: stagingavalanche_Bytes + amb_lte: stagingavalanche_Bytes + amb_in: [stagingavalanche_Bytes!] + amb_not_in: [stagingavalanche_Bytes!] + amb_contains: stagingavalanche_Bytes + amb_not_contains: stagingavalanche_Bytes + rootManager: stagingavalanche_Bytes + rootManager_not: stagingavalanche_Bytes + rootManager_gt: stagingavalanche_Bytes + rootManager_lt: stagingavalanche_Bytes + rootManager_gte: stagingavalanche_Bytes + rootManager_lte: stagingavalanche_Bytes + rootManager_in: [stagingavalanche_Bytes!] + rootManager_not_in: [stagingavalanche_Bytes!] + rootManager_contains: stagingavalanche_Bytes + rootManager_not_contains: stagingavalanche_Bytes + mirrorConnector: stagingavalanche_Bytes + mirrorConnector_not: stagingavalanche_Bytes + mirrorConnector_gt: stagingavalanche_Bytes + mirrorConnector_lt: stagingavalanche_Bytes + mirrorConnector_gte: stagingavalanche_Bytes + mirrorConnector_lte: stagingavalanche_Bytes + mirrorConnector_in: [stagingavalanche_Bytes!] + mirrorConnector_not_in: [stagingavalanche_Bytes!] + mirrorConnector_contains: stagingavalanche_Bytes + mirrorConnector_not_contains: stagingavalanche_Bytes + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_ConnectorMeta_filter] + or: [stagingavalanche_ConnectorMeta_filter] +} + +enum stagingavalanche_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingavalanche_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingavalanche_Bytes + nonce: BigInt + status: stagingavalanche_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_Router_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_Router_filter): [stagingavalanche_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + receiveLocal: Boolean + callData: stagingavalanche_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingavalanche_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingavalanche_Bytes + asset: stagingavalanche_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingavalanche_Bytes + executedTransactionHash: stagingavalanche_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingavalanche_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingavalanche_Bytes + reconciledTransactionHash: stagingavalanche_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingavalanche_Bytes + reconciledTxNonce: BigInt +} + +input stagingavalanche_DestinationTransfer_filter { + 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: stagingavalanche_Bytes + transferId_not: stagingavalanche_Bytes + transferId_gt: stagingavalanche_Bytes + transferId_lt: stagingavalanche_Bytes + transferId_gte: stagingavalanche_Bytes + transferId_lte: stagingavalanche_Bytes + transferId_in: [stagingavalanche_Bytes!] + transferId_not_in: [stagingavalanche_Bytes!] + transferId_contains: stagingavalanche_Bytes + transferId_not_contains: stagingavalanche_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: stagingavalanche_TransferStatus + status_not: stagingavalanche_TransferStatus + status_in: [stagingavalanche_TransferStatus!] + status_not_in: [stagingavalanche_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingavalanche_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: stagingavalanche_Bytes + to_not: stagingavalanche_Bytes + to_gt: stagingavalanche_Bytes + to_lt: stagingavalanche_Bytes + to_gte: stagingavalanche_Bytes + to_lte: stagingavalanche_Bytes + to_in: [stagingavalanche_Bytes!] + to_not_in: [stagingavalanche_Bytes!] + to_contains: stagingavalanche_Bytes + to_not_contains: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + delegate_not: stagingavalanche_Bytes + delegate_gt: stagingavalanche_Bytes + delegate_lt: stagingavalanche_Bytes + delegate_gte: stagingavalanche_Bytes + delegate_lte: stagingavalanche_Bytes + delegate_in: [stagingavalanche_Bytes!] + delegate_not_in: [stagingavalanche_Bytes!] + delegate_contains: stagingavalanche_Bytes + delegate_not_contains: stagingavalanche_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingavalanche_Bytes + callData_not: stagingavalanche_Bytes + callData_gt: stagingavalanche_Bytes + callData_lt: stagingavalanche_Bytes + callData_gte: stagingavalanche_Bytes + callData_lte: stagingavalanche_Bytes + callData_in: [stagingavalanche_Bytes!] + callData_not_in: [stagingavalanche_Bytes!] + callData_contains: stagingavalanche_Bytes + callData_not_contains: stagingavalanche_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: stagingavalanche_Bytes + originSender_not: stagingavalanche_Bytes + originSender_gt: stagingavalanche_Bytes + originSender_lt: stagingavalanche_Bytes + originSender_gte: stagingavalanche_Bytes + originSender_lte: stagingavalanche_Bytes + originSender_in: [stagingavalanche_Bytes!] + originSender_not_in: [stagingavalanche_Bytes!] + originSender_contains: stagingavalanche_Bytes + originSender_not_contains: stagingavalanche_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: stagingavalanche_Bytes + canonicalId_not: stagingavalanche_Bytes + canonicalId_gt: stagingavalanche_Bytes + canonicalId_lt: stagingavalanche_Bytes + canonicalId_gte: stagingavalanche_Bytes + canonicalId_lte: stagingavalanche_Bytes + canonicalId_in: [stagingavalanche_Bytes!] + canonicalId_not_in: [stagingavalanche_Bytes!] + canonicalId_contains: stagingavalanche_Bytes + canonicalId_not_contains: stagingavalanche_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_: stagingavalanche_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: stagingavalanche_Bytes + executedCaller_not: stagingavalanche_Bytes + executedCaller_gt: stagingavalanche_Bytes + executedCaller_lt: stagingavalanche_Bytes + executedCaller_gte: stagingavalanche_Bytes + executedCaller_lte: stagingavalanche_Bytes + executedCaller_in: [stagingavalanche_Bytes!] + executedCaller_not_in: [stagingavalanche_Bytes!] + executedCaller_contains: stagingavalanche_Bytes + executedCaller_not_contains: stagingavalanche_Bytes + executedTransactionHash: stagingavalanche_Bytes + executedTransactionHash_not: stagingavalanche_Bytes + executedTransactionHash_gt: stagingavalanche_Bytes + executedTransactionHash_lt: stagingavalanche_Bytes + executedTransactionHash_gte: stagingavalanche_Bytes + executedTransactionHash_lte: stagingavalanche_Bytes + executedTransactionHash_in: [stagingavalanche_Bytes!] + executedTransactionHash_not_in: [stagingavalanche_Bytes!] + executedTransactionHash_contains: stagingavalanche_Bytes + executedTransactionHash_not_contains: stagingavalanche_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: stagingavalanche_Bytes + executedTxOrigin_not: stagingavalanche_Bytes + executedTxOrigin_gt: stagingavalanche_Bytes + executedTxOrigin_lt: stagingavalanche_Bytes + executedTxOrigin_gte: stagingavalanche_Bytes + executedTxOrigin_lte: stagingavalanche_Bytes + executedTxOrigin_in: [stagingavalanche_Bytes!] + executedTxOrigin_not_in: [stagingavalanche_Bytes!] + executedTxOrigin_contains: stagingavalanche_Bytes + executedTxOrigin_not_contains: stagingavalanche_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: stagingavalanche_Bytes + reconciledCaller_not: stagingavalanche_Bytes + reconciledCaller_gt: stagingavalanche_Bytes + reconciledCaller_lt: stagingavalanche_Bytes + reconciledCaller_gte: stagingavalanche_Bytes + reconciledCaller_lte: stagingavalanche_Bytes + reconciledCaller_in: [stagingavalanche_Bytes!] + reconciledCaller_not_in: [stagingavalanche_Bytes!] + reconciledCaller_contains: stagingavalanche_Bytes + reconciledCaller_not_contains: stagingavalanche_Bytes + reconciledTransactionHash: stagingavalanche_Bytes + reconciledTransactionHash_not: stagingavalanche_Bytes + reconciledTransactionHash_gt: stagingavalanche_Bytes + reconciledTransactionHash_lt: stagingavalanche_Bytes + reconciledTransactionHash_gte: stagingavalanche_Bytes + reconciledTransactionHash_lte: stagingavalanche_Bytes + reconciledTransactionHash_in: [stagingavalanche_Bytes!] + reconciledTransactionHash_not_in: [stagingavalanche_Bytes!] + reconciledTransactionHash_contains: stagingavalanche_Bytes + reconciledTransactionHash_not_contains: stagingavalanche_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: stagingavalanche_Bytes + reconciledTxOrigin_not: stagingavalanche_Bytes + reconciledTxOrigin_gt: stagingavalanche_Bytes + reconciledTxOrigin_lt: stagingavalanche_Bytes + reconciledTxOrigin_gte: stagingavalanche_Bytes + reconciledTxOrigin_lte: stagingavalanche_Bytes + reconciledTxOrigin_in: [stagingavalanche_Bytes!] + reconciledTxOrigin_not_in: [stagingavalanche_Bytes!] + reconciledTxOrigin_contains: stagingavalanche_Bytes + reconciledTxOrigin_not_contains: stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_DestinationTransfer_filter] + or: [stagingavalanche_DestinationTransfer_filter] +} + +enum stagingavalanche_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingavalanche_Int8 + +type stagingavalanche_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingavalanche_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingavalanche_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: stagingavalanche_Bytes + aggregateRoot_not: stagingavalanche_Bytes + aggregateRoot_gt: stagingavalanche_Bytes + aggregateRoot_lt: stagingavalanche_Bytes + aggregateRoot_gte: stagingavalanche_Bytes + aggregateRoot_lte: stagingavalanche_Bytes + aggregateRoot_in: [stagingavalanche_Bytes!] + aggregateRoot_not_in: [stagingavalanche_Bytes!] + aggregateRoot_contains: stagingavalanche_Bytes + aggregateRoot_not_contains: stagingavalanche_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OptimisticRootFinalized_filter] + or: [stagingavalanche_OptimisticRootFinalized_filter] +} + +enum stagingavalanche_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingavalanche_OrderDirection { + asc + desc +} + +type stagingavalanche_OriginMessage { + id: ID! + transferId: stagingavalanche_Bytes + destinationDomain: BigInt + leaf: stagingavalanche_Bytes + index: BigInt + message: stagingavalanche_Bytes + root: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + blockNumber: BigInt + rootCount: stagingavalanche_RootCount +} + +input stagingavalanche_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: stagingavalanche_Bytes + transferId_not: stagingavalanche_Bytes + transferId_gt: stagingavalanche_Bytes + transferId_lt: stagingavalanche_Bytes + transferId_gte: stagingavalanche_Bytes + transferId_lte: stagingavalanche_Bytes + transferId_in: [stagingavalanche_Bytes!] + transferId_not_in: [stagingavalanche_Bytes!] + transferId_contains: stagingavalanche_Bytes + transferId_not_contains: stagingavalanche_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: stagingavalanche_Bytes + leaf_not: stagingavalanche_Bytes + leaf_gt: stagingavalanche_Bytes + leaf_lt: stagingavalanche_Bytes + leaf_gte: stagingavalanche_Bytes + leaf_lte: stagingavalanche_Bytes + leaf_in: [stagingavalanche_Bytes!] + leaf_not_in: [stagingavalanche_Bytes!] + leaf_contains: stagingavalanche_Bytes + leaf_not_contains: stagingavalanche_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: stagingavalanche_Bytes + message_not: stagingavalanche_Bytes + message_gt: stagingavalanche_Bytes + message_lt: stagingavalanche_Bytes + message_gte: stagingavalanche_Bytes + message_lte: stagingavalanche_Bytes + message_in: [stagingavalanche_Bytes!] + message_not_in: [stagingavalanche_Bytes!] + message_contains: stagingavalanche_Bytes + message_not_contains: stagingavalanche_Bytes + root: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_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_: stagingavalanche_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OriginMessage_filter] + or: [stagingavalanche_OriginMessage_filter] +} + +enum stagingavalanche_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingavalanche_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingavalanche_Bytes + nonce: BigInt + status: stagingavalanche_TransferStatus + messageHash: stagingavalanche_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + receiveLocal: Boolean + callData: stagingavalanche_Bytes + slippage: BigInt + originSender: stagingavalanche_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingavalanche_Bytes + asset: stagingavalanche_Asset + transactingAsset: stagingavalanche_Bytes + message: stagingavalanche_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_RelayerFee_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_RelayerFee_filter): [stagingavalanche_RelayerFee!] + initialRelayerFeeAsset: stagingavalanche_Bytes + caller: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingavalanche_Bytes + txNonce: BigInt +} + +input stagingavalanche_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: stagingavalanche_Bytes + transferId_not: stagingavalanche_Bytes + transferId_gt: stagingavalanche_Bytes + transferId_lt: stagingavalanche_Bytes + transferId_gte: stagingavalanche_Bytes + transferId_lte: stagingavalanche_Bytes + transferId_in: [stagingavalanche_Bytes!] + transferId_not_in: [stagingavalanche_Bytes!] + transferId_contains: stagingavalanche_Bytes + transferId_not_contains: stagingavalanche_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: stagingavalanche_TransferStatus + status_not: stagingavalanche_TransferStatus + status_in: [stagingavalanche_TransferStatus!] + status_not_in: [stagingavalanche_TransferStatus!] + messageHash: stagingavalanche_Bytes + messageHash_not: stagingavalanche_Bytes + messageHash_gt: stagingavalanche_Bytes + messageHash_lt: stagingavalanche_Bytes + messageHash_gte: stagingavalanche_Bytes + messageHash_lte: stagingavalanche_Bytes + messageHash_in: [stagingavalanche_Bytes!] + messageHash_not_in: [stagingavalanche_Bytes!] + messageHash_contains: stagingavalanche_Bytes + messageHash_not_contains: stagingavalanche_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: stagingavalanche_Bytes + to_not: stagingavalanche_Bytes + to_gt: stagingavalanche_Bytes + to_lt: stagingavalanche_Bytes + to_gte: stagingavalanche_Bytes + to_lte: stagingavalanche_Bytes + to_in: [stagingavalanche_Bytes!] + to_not_in: [stagingavalanche_Bytes!] + to_contains: stagingavalanche_Bytes + to_not_contains: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes + delegate_not: stagingavalanche_Bytes + delegate_gt: stagingavalanche_Bytes + delegate_lt: stagingavalanche_Bytes + delegate_gte: stagingavalanche_Bytes + delegate_lte: stagingavalanche_Bytes + delegate_in: [stagingavalanche_Bytes!] + delegate_not_in: [stagingavalanche_Bytes!] + delegate_contains: stagingavalanche_Bytes + delegate_not_contains: stagingavalanche_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingavalanche_Bytes + callData_not: stagingavalanche_Bytes + callData_gt: stagingavalanche_Bytes + callData_lt: stagingavalanche_Bytes + callData_gte: stagingavalanche_Bytes + callData_lte: stagingavalanche_Bytes + callData_in: [stagingavalanche_Bytes!] + callData_not_in: [stagingavalanche_Bytes!] + callData_contains: stagingavalanche_Bytes + callData_not_contains: stagingavalanche_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: stagingavalanche_Bytes + originSender_not: stagingavalanche_Bytes + originSender_gt: stagingavalanche_Bytes + originSender_lt: stagingavalanche_Bytes + originSender_gte: stagingavalanche_Bytes + originSender_lte: stagingavalanche_Bytes + originSender_in: [stagingavalanche_Bytes!] + originSender_not_in: [stagingavalanche_Bytes!] + originSender_contains: stagingavalanche_Bytes + originSender_not_contains: stagingavalanche_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: stagingavalanche_Bytes + canonicalId_not: stagingavalanche_Bytes + canonicalId_gt: stagingavalanche_Bytes + canonicalId_lt: stagingavalanche_Bytes + canonicalId_gte: stagingavalanche_Bytes + canonicalId_lte: stagingavalanche_Bytes + canonicalId_in: [stagingavalanche_Bytes!] + canonicalId_not_in: [stagingavalanche_Bytes!] + canonicalId_contains: stagingavalanche_Bytes + canonicalId_not_contains: stagingavalanche_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_: stagingavalanche_Asset_filter + transactingAsset: stagingavalanche_Bytes + transactingAsset_not: stagingavalanche_Bytes + transactingAsset_gt: stagingavalanche_Bytes + transactingAsset_lt: stagingavalanche_Bytes + transactingAsset_gte: stagingavalanche_Bytes + transactingAsset_lte: stagingavalanche_Bytes + transactingAsset_in: [stagingavalanche_Bytes!] + transactingAsset_not_in: [stagingavalanche_Bytes!] + transactingAsset_contains: stagingavalanche_Bytes + transactingAsset_not_contains: stagingavalanche_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_: stagingavalanche_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_: stagingavalanche_RelayerFee_filter + initialRelayerFeeAsset: stagingavalanche_Bytes + initialRelayerFeeAsset_not: stagingavalanche_Bytes + initialRelayerFeeAsset_gt: stagingavalanche_Bytes + initialRelayerFeeAsset_lt: stagingavalanche_Bytes + initialRelayerFeeAsset_gte: stagingavalanche_Bytes + initialRelayerFeeAsset_lte: stagingavalanche_Bytes + initialRelayerFeeAsset_in: [stagingavalanche_Bytes!] + initialRelayerFeeAsset_not_in: [stagingavalanche_Bytes!] + initialRelayerFeeAsset_contains: stagingavalanche_Bytes + initialRelayerFeeAsset_not_contains: stagingavalanche_Bytes + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_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: stagingavalanche_Bytes + txOrigin_not: stagingavalanche_Bytes + txOrigin_gt: stagingavalanche_Bytes + txOrigin_lt: stagingavalanche_Bytes + txOrigin_gte: stagingavalanche_Bytes + txOrigin_lte: stagingavalanche_Bytes + txOrigin_in: [stagingavalanche_Bytes!] + txOrigin_not_in: [stagingavalanche_Bytes!] + txOrigin_contains: stagingavalanche_Bytes + txOrigin_not_contains: stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OriginTransfer_filter] + or: [stagingavalanche_OriginTransfer_filter] +} + +enum stagingavalanche_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_Asset + stagingavalanche_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_Asset_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_Asset!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_AssetStatus + stagingavalanche_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_AssetStatus_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_AssetStatus!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_AssetBalance + stagingavalanche_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_AssetBalance_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_AssetBalance!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_Router + stagingavalanche_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_Router_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_Router!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RouterDailyTVL + stagingavalanche_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RouterDailyTVL_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RouterDailyTVL!]! + stagingavalanche_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RouterLiquidityEvent + stagingavalanche_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RouterLiquidityEvent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RouterLiquidityEvent!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_Setting + stagingavalanche_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_Setting_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_Setting!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_Relayer + stagingavalanche_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_Relayer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_Relayer!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_Sequencer + stagingavalanche_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_Sequencer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_Sequencer!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RelayerFee + stagingavalanche_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RelayerFee_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RelayerFee!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_OriginTransfer + stagingavalanche_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_OriginTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_OriginTransfer!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_DestinationTransfer + stagingavalanche_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_DestinationTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_DestinationTransfer!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_OriginMessage + stagingavalanche_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_OriginMessage_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_OriginMessage!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_AggregateRoot + stagingavalanche_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_AggregateRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_AggregateRoot!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_ConnectorMeta + stagingavalanche_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_ConnectorMeta_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_ConnectorMeta!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RootCount + stagingavalanche_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RootCount_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RootCount!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RootMessageSent + stagingavalanche_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RootMessageSent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RootMessageSent!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RelayerFeesIncrease + stagingavalanche_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RelayerFeesIncrease_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RelayerFeesIncrease!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_SlippageUpdate + stagingavalanche_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_SlippageUpdate_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_SlippageUpdate!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_SnapshotRoot + stagingavalanche_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_SnapshotRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_SnapshotRoot!]! + stagingavalanche_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_SpokeConnectorMode + stagingavalanche_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_SpokeConnectorMode_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_SpokeConnectorMode!]! + stagingavalanche_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_AggregateRootProposed + stagingavalanche_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_AggregateRootProposed_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_AggregateRootProposed!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_OptimisticRootFinalized + stagingavalanche_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_OptimisticRootFinalized_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ +} + +type stagingavalanche_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingavalanche_Bytes +} + +type stagingavalanche_RelayerFee { + id: ID! + transfer: stagingavalanche_OriginTransfer! + fee: BigInt! + asset: stagingavalanche_Bytes! +} + +input stagingavalanche_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_: stagingavalanche_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: stagingavalanche_Bytes + asset_not: stagingavalanche_Bytes + asset_gt: stagingavalanche_Bytes + asset_lt: stagingavalanche_Bytes + asset_gte: stagingavalanche_Bytes + asset_lte: stagingavalanche_Bytes + asset_in: [stagingavalanche_Bytes!] + asset_not_in: [stagingavalanche_Bytes!] + asset_contains: stagingavalanche_Bytes + asset_not_contains: stagingavalanche_Bytes + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RelayerFee_filter] + or: [stagingavalanche_RelayerFee_filter] +} + +enum stagingavalanche_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 stagingavalanche_RelayerFeesIncrease { + id: ID! + transfer: stagingavalanche_OriginTransfer! + increase: BigInt + asset: stagingavalanche_Bytes + caller: stagingavalanche_Bytes! + transactionHash: stagingavalanche_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingavalanche_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_: stagingavalanche_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: stagingavalanche_Bytes + asset_not: stagingavalanche_Bytes + asset_gt: stagingavalanche_Bytes + asset_lt: stagingavalanche_Bytes + asset_gte: stagingavalanche_Bytes + asset_lte: stagingavalanche_Bytes + asset_in: [stagingavalanche_Bytes!] + asset_not_in: [stagingavalanche_Bytes!] + asset_contains: stagingavalanche_Bytes + asset_not_contains: stagingavalanche_Bytes + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RelayerFeesIncrease_filter] + or: [stagingavalanche_RelayerFeesIncrease_filter] +} + +enum stagingavalanche_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 stagingavalanche_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: stagingavalanche_Bytes + relayer_not: stagingavalanche_Bytes + relayer_gt: stagingavalanche_Bytes + relayer_lt: stagingavalanche_Bytes + relayer_gte: stagingavalanche_Bytes + relayer_lte: stagingavalanche_Bytes + relayer_in: [stagingavalanche_Bytes!] + relayer_not_in: [stagingavalanche_Bytes!] + relayer_contains: stagingavalanche_Bytes + relayer_not_contains: stagingavalanche_Bytes + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Relayer_filter] + or: [stagingavalanche_Relayer_filter] +} + +enum stagingavalanche_Relayer_orderBy { + id + isActive + relayer +} + +type stagingavalanche_RootCount { + id: ID! + count: BigInt +} + +input stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RootCount_filter] + or: [stagingavalanche_RootCount_filter] +} + +enum stagingavalanche_RootCount_orderBy { + id + count +} + +type stagingavalanche_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingavalanche_Bytes + count: BigInt + caller: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingavalanche_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: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_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: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RootMessageSent_filter] + or: [stagingavalanche_RootMessageSent_filter] +} + +enum stagingavalanche_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingavalanche_Router { + id: ID! + isActive: Boolean! + owner: stagingavalanche_Bytes + recipient: stagingavalanche_Bytes + proposedOwner: stagingavalanche_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_AssetBalance_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_AssetBalance_filter): [stagingavalanche_AssetBalance!]! +} + +type stagingavalanche_RouterDailyTVL { + id: ID! + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingavalanche_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_: stagingavalanche_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_: stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RouterDailyTVL_filter] + or: [stagingavalanche_RouterDailyTVL_filter] +} + +enum stagingavalanche_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingavalanche_RouterLiquidityEvent { + id: ID! + type: stagingavalanche_RouterLiquidityEventType + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingavalanche_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingavalanche_Bytes! + nonce: BigInt! +} + +enum stagingavalanche_RouterLiquidityEventType { + Add + Remove +} + +input stagingavalanche_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingavalanche_RouterLiquidityEventType + type_not: stagingavalanche_RouterLiquidityEventType + type_in: [stagingavalanche_RouterLiquidityEventType!] + type_not_in: [stagingavalanche_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingavalanche_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_: stagingavalanche_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RouterLiquidityEvent_filter] + or: [stagingavalanche_RouterLiquidityEvent_filter] +} + +enum stagingavalanche_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingavalanche_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: stagingavalanche_Bytes + owner_not: stagingavalanche_Bytes + owner_gt: stagingavalanche_Bytes + owner_lt: stagingavalanche_Bytes + owner_gte: stagingavalanche_Bytes + owner_lte: stagingavalanche_Bytes + owner_in: [stagingavalanche_Bytes!] + owner_not_in: [stagingavalanche_Bytes!] + owner_contains: stagingavalanche_Bytes + owner_not_contains: stagingavalanche_Bytes + recipient: stagingavalanche_Bytes + recipient_not: stagingavalanche_Bytes + recipient_gt: stagingavalanche_Bytes + recipient_lt: stagingavalanche_Bytes + recipient_gte: stagingavalanche_Bytes + recipient_lte: stagingavalanche_Bytes + recipient_in: [stagingavalanche_Bytes!] + recipient_not_in: [stagingavalanche_Bytes!] + recipient_contains: stagingavalanche_Bytes + recipient_not_contains: stagingavalanche_Bytes + proposedOwner: stagingavalanche_Bytes + proposedOwner_not: stagingavalanche_Bytes + proposedOwner_gt: stagingavalanche_Bytes + proposedOwner_lt: stagingavalanche_Bytes + proposedOwner_gte: stagingavalanche_Bytes + proposedOwner_lte: stagingavalanche_Bytes + proposedOwner_in: [stagingavalanche_Bytes!] + proposedOwner_not_in: [stagingavalanche_Bytes!] + proposedOwner_contains: stagingavalanche_Bytes + proposedOwner_not_contains: stagingavalanche_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_: stagingavalanche_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Router_filter] + or: [stagingavalanche_Router_filter] +} + +enum stagingavalanche_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingavalanche_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingavalanche_Bytes +} + +input stagingavalanche_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: stagingavalanche_Bytes + sequencer_not: stagingavalanche_Bytes + sequencer_gt: stagingavalanche_Bytes + sequencer_lt: stagingavalanche_Bytes + sequencer_gte: stagingavalanche_Bytes + sequencer_lte: stagingavalanche_Bytes + sequencer_in: [stagingavalanche_Bytes!] + sequencer_not_in: [stagingavalanche_Bytes!] + sequencer_contains: stagingavalanche_Bytes + sequencer_not_contains: stagingavalanche_Bytes + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Sequencer_filter] + or: [stagingavalanche_Sequencer_filter] +} + +enum stagingavalanche_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingavalanche_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingavalanche_Bytes! +} + +input stagingavalanche_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: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Setting_filter] + or: [stagingavalanche_Setting_filter] +} + +enum stagingavalanche_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingavalanche_SlippageUpdate { + id: ID! + transfer: stagingavalanche_DestinationTransfer! + slippage: BigInt! + caller: stagingavalanche_Bytes! + transactionHash: stagingavalanche_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingavalanche_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_: stagingavalanche_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: stagingavalanche_Bytes + caller_not: stagingavalanche_Bytes + caller_gt: stagingavalanche_Bytes + caller_lt: stagingavalanche_Bytes + caller_gte: stagingavalanche_Bytes + caller_lte: stagingavalanche_Bytes + caller_in: [stagingavalanche_Bytes!] + caller_not_in: [stagingavalanche_Bytes!] + caller_contains: stagingavalanche_Bytes + caller_not_contains: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes + transactionHash_not: stagingavalanche_Bytes + transactionHash_gt: stagingavalanche_Bytes + transactionHash_lt: stagingavalanche_Bytes + transactionHash_gte: stagingavalanche_Bytes + transactionHash_lte: stagingavalanche_Bytes + transactionHash_in: [stagingavalanche_Bytes!] + transactionHash_not_in: [stagingavalanche_Bytes!] + transactionHash_contains: stagingavalanche_Bytes + transactionHash_not_contains: stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SlippageUpdate_filter] + or: [stagingavalanche_SlippageUpdate_filter] +} + +enum stagingavalanche_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 stagingavalanche_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingavalanche_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingavalanche_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: stagingavalanche_Bytes + root_not: stagingavalanche_Bytes + root_gt: stagingavalanche_Bytes + root_lt: stagingavalanche_Bytes + root_gte: stagingavalanche_Bytes + root_lte: stagingavalanche_Bytes + root_in: [stagingavalanche_Bytes!] + root_not_in: [stagingavalanche_Bytes!] + root_contains: stagingavalanche_Bytes + root_not_contains: stagingavalanche_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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SnapshotRoot_filter] + or: [stagingavalanche_SnapshotRoot_filter] +} + +enum stagingavalanche_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingavalanche_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingavalanche_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SpokeConnectorMode_filter] + or: [stagingavalanche_SpokeConnectorMode_filter] +} + +enum stagingavalanche_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_Asset + stagingavalanche_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_Asset_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_Asset!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_AssetStatus + stagingavalanche_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_AssetStatus_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_AssetStatus!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_AssetBalance + stagingavalanche_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_AssetBalance_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_AssetBalance!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_Router + stagingavalanche_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_Router_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_Router!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RouterDailyTVL + stagingavalanche_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RouterDailyTVL_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RouterDailyTVL!]! + stagingavalanche_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RouterLiquidityEvent + stagingavalanche_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RouterLiquidityEvent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RouterLiquidityEvent!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_Setting + stagingavalanche_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_Setting_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_Setting!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_Relayer + stagingavalanche_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_Relayer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_Relayer!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_Sequencer + stagingavalanche_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_Sequencer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_Sequencer!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RelayerFee + stagingavalanche_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RelayerFee_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RelayerFee!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_OriginTransfer + stagingavalanche_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_OriginTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_OriginTransfer!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_DestinationTransfer + stagingavalanche_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_DestinationTransfer_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_DestinationTransfer!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_OriginMessage + stagingavalanche_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_OriginMessage_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_OriginMessage!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_AggregateRoot + stagingavalanche_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_AggregateRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_AggregateRoot!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_ConnectorMeta + stagingavalanche_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_ConnectorMeta_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_ConnectorMeta!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RootCount + stagingavalanche_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RootCount_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RootCount!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RootMessageSent + stagingavalanche_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RootMessageSent_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RootMessageSent!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_RelayerFeesIncrease + stagingavalanche_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_RelayerFeesIncrease_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_RelayerFeesIncrease!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_SlippageUpdate + stagingavalanche_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_SlippageUpdate_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_SlippageUpdate!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_SnapshotRoot + stagingavalanche_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_SnapshotRoot_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_SnapshotRoot!]! + stagingavalanche_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_SpokeConnectorMode + stagingavalanche_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_SpokeConnectorMode_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_SpokeConnectorMode!]! + stagingavalanche_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_AggregateRootProposed + stagingavalanche_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_AggregateRootProposed_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_AggregateRootProposed!]! + stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingavalanche_OptimisticRootFinalized + stagingavalanche_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingavalanche_OptimisticRootFinalized_orderBy + orderDirection: stagingavalanche_OrderDirection + where: stagingavalanche_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: stagingavalanche_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingavalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ +} + +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +enum stagingavalanche_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingavalanche__Block_ { + """The hash of the block""" + hash: stagingavalanche_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingavalanche_Bytes +} + +"""The type for the top-level _meta field""" +type stagingavalanche__Meta_ { + """ + Information 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: stagingavalanche__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/types.ts new file mode 100644 index 0000000000..e1d8df72e8 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Avalanche/types.ts @@ -0,0 +1,3927 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingAvalancheTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingavalanche_BigDecimal: any; + BigInt: any; + stagingavalanche_Bytes: any; + stagingavalanche_Int8: any; + Timestamp: any; +}; + +export type stagingavalanche_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingavalanche_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingavalanche_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingavalanche_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingavalanche_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingavalanche_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingavalanche_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 stagingavalanche_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingavalanche_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingavalanche_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingavalanche_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingavalanche_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 stagingavalanche_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingavalanche_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingavalanche_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 stagingavalanche_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingavalanche_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingavalanche_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingavalanche_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingavalanche_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingavalanche_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingavalanche_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 stagingavalanche_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingavalanche_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 stagingavalanche_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingavalanche_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 stagingavalanche_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingavalanche_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingavalanche_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingavalanche_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingavalanche_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingavalanche_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingavalanche_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingavalanche_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 stagingavalanche_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingavalanche_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 stagingavalanche_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingavalanche_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 stagingavalanche_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingavalanche_asset?: Maybe; + stagingavalanche_assets: Array; + stagingavalanche_assetStatus?: Maybe; + stagingavalanche_assetStatuses: Array; + stagingavalanche_assetBalance?: Maybe; + stagingavalanche_assetBalances: Array; + stagingavalanche_router?: Maybe; + stagingavalanche_routers: Array; + stagingavalanche_routerDailyTVL?: Maybe; + stagingavalanche_routerDailyTVLs: Array; + stagingavalanche_routerLiquidityEvent?: Maybe; + stagingavalanche_routerLiquidityEvents: Array; + stagingavalanche_setting?: Maybe; + stagingavalanche_settings: Array; + stagingavalanche_relayer?: Maybe; + stagingavalanche_relayers: Array; + stagingavalanche_sequencer?: Maybe; + stagingavalanche_sequencers: Array; + stagingavalanche_relayerFee?: Maybe; + stagingavalanche_relayerFees: Array; + stagingavalanche_originTransfer?: Maybe; + stagingavalanche_originTransfers: Array; + stagingavalanche_destinationTransfer?: Maybe; + stagingavalanche_destinationTransfers: Array; + stagingavalanche_originMessage?: Maybe; + stagingavalanche_originMessages: Array; + stagingavalanche_aggregateRoot?: Maybe; + stagingavalanche_aggregateRoots: Array; + stagingavalanche_connectorMeta?: Maybe; + stagingavalanche_connectorMetas: Array; + stagingavalanche_rootCount?: Maybe; + stagingavalanche_rootCounts: Array; + stagingavalanche_rootMessageSent?: Maybe; + stagingavalanche_rootMessageSents: Array; + stagingavalanche_relayerFeesIncrease?: Maybe; + stagingavalanche_relayerFeesIncreases: Array; + stagingavalanche_slippageUpdate?: Maybe; + stagingavalanche_slippageUpdates: Array; + stagingavalanche_snapshotRoot?: Maybe; + stagingavalanche_snapshotRoots: Array; + stagingavalanche_spokeConnectorMode?: Maybe; + stagingavalanche_spokeConnectorModes: Array; + stagingavalanche_aggregateRootProposed?: Maybe; + stagingavalanche_aggregateRootProposeds: Array; + stagingavalanche_optimisticRootFinalized?: Maybe; + stagingavalanche_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingavalanche__meta?: Maybe; +}; + + +export type Querystagingavalanche_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingavalanche__metaArgs = { + block?: InputMaybe; +}; + +export type stagingavalanche_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingavalanche_RelayerFee = { + id: Scalars['ID']; + transfer: stagingavalanche_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingavalanche_Bytes']; +}; + +export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingavalanche_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingavalanche_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_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 stagingavalanche_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingavalanche_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingavalanche_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 stagingavalanche_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingavalanche_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingavalanche_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingavalanche_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingavalanche_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 stagingavalanche_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingavalanche_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingavalanche_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingavalanche_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingavalanche_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingavalanche_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingavalanche_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 stagingavalanche_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingavalanche_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingavalanche_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 stagingavalanche_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingavalanche_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingavalanche_Bytes']; +}; + +export type stagingavalanche_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 stagingavalanche_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingavalanche_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingavalanche_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingavalanche_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingavalanche_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingavalanche_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 stagingavalanche_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingavalanche_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingavalanche_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingavalanche_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingavalanche_asset?: Maybe; + stagingavalanche_assets: Array; + stagingavalanche_assetStatus?: Maybe; + stagingavalanche_assetStatuses: Array; + stagingavalanche_assetBalance?: Maybe; + stagingavalanche_assetBalances: Array; + stagingavalanche_router?: Maybe; + stagingavalanche_routers: Array; + stagingavalanche_routerDailyTVL?: Maybe; + stagingavalanche_routerDailyTVLs: Array; + stagingavalanche_routerLiquidityEvent?: Maybe; + stagingavalanche_routerLiquidityEvents: Array; + stagingavalanche_setting?: Maybe; + stagingavalanche_settings: Array; + stagingavalanche_relayer?: Maybe; + stagingavalanche_relayers: Array; + stagingavalanche_sequencer?: Maybe; + stagingavalanche_sequencers: Array; + stagingavalanche_relayerFee?: Maybe; + stagingavalanche_relayerFees: Array; + stagingavalanche_originTransfer?: Maybe; + stagingavalanche_originTransfers: Array; + stagingavalanche_destinationTransfer?: Maybe; + stagingavalanche_destinationTransfers: Array; + stagingavalanche_originMessage?: Maybe; + stagingavalanche_originMessages: Array; + stagingavalanche_aggregateRoot?: Maybe; + stagingavalanche_aggregateRoots: Array; + stagingavalanche_connectorMeta?: Maybe; + stagingavalanche_connectorMetas: Array; + stagingavalanche_rootCount?: Maybe; + stagingavalanche_rootCounts: Array; + stagingavalanche_rootMessageSent?: Maybe; + stagingavalanche_rootMessageSents: Array; + stagingavalanche_relayerFeesIncrease?: Maybe; + stagingavalanche_relayerFeesIncreases: Array; + stagingavalanche_slippageUpdate?: Maybe; + stagingavalanche_slippageUpdates: Array; + stagingavalanche_snapshotRoot?: Maybe; + stagingavalanche_snapshotRoots: Array; + stagingavalanche_spokeConnectorMode?: Maybe; + stagingavalanche_spokeConnectorModes: Array; + stagingavalanche_aggregateRootProposed?: Maybe; + stagingavalanche_aggregateRootProposeds: Array; + stagingavalanche_optimisticRootFinalized?: Maybe; + stagingavalanche_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingavalanche__meta?: Maybe; +}; + + +export type Subscriptionstagingavalanche_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingavalanche__metaArgs = { + block?: InputMaybe; +}; + +export type stagingavalanche_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingavalanche__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingavalanche__Meta_ = { + /** + * Information 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: stagingavalanche__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 QuerySdk = { + /** null **/ + stagingavalanche_asset: InContextSdkMethod, + /** null **/ + stagingavalanche_assets: InContextSdkMethod, + /** null **/ + stagingavalanche_assetStatus: InContextSdkMethod, + /** null **/ + stagingavalanche_assetStatuses: InContextSdkMethod, + /** null **/ + stagingavalanche_assetBalance: InContextSdkMethod, + /** null **/ + stagingavalanche_assetBalances: InContextSdkMethod, + /** null **/ + stagingavalanche_router: InContextSdkMethod, + /** null **/ + stagingavalanche_routers: InContextSdkMethod, + /** null **/ + stagingavalanche_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingavalanche_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingavalanche_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingavalanche_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingavalanche_setting: InContextSdkMethod, + /** null **/ + stagingavalanche_settings: InContextSdkMethod, + /** null **/ + stagingavalanche_relayer: InContextSdkMethod, + /** null **/ + stagingavalanche_relayers: InContextSdkMethod, + /** null **/ + stagingavalanche_sequencer: InContextSdkMethod, + /** null **/ + stagingavalanche_sequencers: InContextSdkMethod, + /** null **/ + stagingavalanche_relayerFee: InContextSdkMethod, + /** null **/ + stagingavalanche_relayerFees: InContextSdkMethod, + /** null **/ + stagingavalanche_originTransfer: InContextSdkMethod, + /** null **/ + stagingavalanche_originTransfers: InContextSdkMethod, + /** null **/ + stagingavalanche_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingavalanche_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingavalanche_originMessage: InContextSdkMethod, + /** null **/ + stagingavalanche_originMessages: InContextSdkMethod, + /** null **/ + stagingavalanche_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingavalanche_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingavalanche_connectorMeta: InContextSdkMethod, + /** null **/ + stagingavalanche_connectorMetas: InContextSdkMethod, + /** null **/ + stagingavalanche_rootCount: InContextSdkMethod, + /** null **/ + stagingavalanche_rootCounts: InContextSdkMethod, + /** null **/ + stagingavalanche_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingavalanche_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingavalanche_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingavalanche_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingavalanche_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingavalanche_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingavalanche_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingavalanche_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingavalanche_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingavalanche_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingavalanche_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingavalanche_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingavalanche_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingavalanche_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingavalanche__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingavalanche_asset: InContextSdkMethod, + /** null **/ + stagingavalanche_assets: InContextSdkMethod, + /** null **/ + stagingavalanche_assetStatus: InContextSdkMethod, + /** null **/ + stagingavalanche_assetStatuses: InContextSdkMethod, + /** null **/ + stagingavalanche_assetBalance: InContextSdkMethod, + /** null **/ + stagingavalanche_assetBalances: InContextSdkMethod, + /** null **/ + stagingavalanche_router: InContextSdkMethod, + /** null **/ + stagingavalanche_routers: InContextSdkMethod, + /** null **/ + stagingavalanche_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingavalanche_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingavalanche_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingavalanche_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingavalanche_setting: InContextSdkMethod, + /** null **/ + stagingavalanche_settings: InContextSdkMethod, + /** null **/ + stagingavalanche_relayer: InContextSdkMethod, + /** null **/ + stagingavalanche_relayers: InContextSdkMethod, + /** null **/ + stagingavalanche_sequencer: InContextSdkMethod, + /** null **/ + stagingavalanche_sequencers: InContextSdkMethod, + /** null **/ + stagingavalanche_relayerFee: InContextSdkMethod, + /** null **/ + stagingavalanche_relayerFees: InContextSdkMethod, + /** null **/ + stagingavalanche_originTransfer: InContextSdkMethod, + /** null **/ + stagingavalanche_originTransfers: InContextSdkMethod, + /** null **/ + stagingavalanche_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingavalanche_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingavalanche_originMessage: InContextSdkMethod, + /** null **/ + stagingavalanche_originMessages: InContextSdkMethod, + /** null **/ + stagingavalanche_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingavalanche_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingavalanche_connectorMeta: InContextSdkMethod, + /** null **/ + stagingavalanche_connectorMetas: InContextSdkMethod, + /** null **/ + stagingavalanche_rootCount: InContextSdkMethod, + /** null **/ + stagingavalanche_rootCounts: InContextSdkMethod, + /** null **/ + stagingavalanche_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingavalanche_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingavalanche_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingavalanche_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingavalanche_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingavalanche_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingavalanche_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingavalanche_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingavalanche_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingavalanche_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingavalanche_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingavalanche_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingavalanche_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingavalanche_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingavalanche__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Avalanche"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/introspectionSchema.ts new file mode 100644 index 0000000000..7e600dea4c --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/introspectionSchema.ts @@ -0,0 +1,50036 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/schema.graphql new file mode 100644 index 0000000000..742c9eccee --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/schema.graphql @@ -0,0 +1,3986 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingbase_AggregateRoot { + id: ID! + root: stagingbase_Bytes! + blockNumber: BigInt! +} + +type stagingbase_AggregateRootProposed { + id: ID! + aggregateRoot: stagingbase_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingbase_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingbase_Bytes + aggregateRoot_not: stagingbase_Bytes + aggregateRoot_gt: stagingbase_Bytes + aggregateRoot_lt: stagingbase_Bytes + aggregateRoot_gte: stagingbase_Bytes + aggregateRoot_lte: stagingbase_Bytes + aggregateRoot_in: [stagingbase_Bytes!] + aggregateRoot_not_in: [stagingbase_Bytes!] + aggregateRoot_contains: stagingbase_Bytes + aggregateRoot_not_contains: stagingbase_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_AggregateRootProposed_filter] + or: [stagingbase_AggregateRootProposed_filter] +} + +enum stagingbase_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingbase_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: stagingbase_Bytes + root_not: stagingbase_Bytes + root_gt: stagingbase_Bytes + root_lt: stagingbase_Bytes + root_gte: stagingbase_Bytes + root_lte: stagingbase_Bytes + root_in: [stagingbase_Bytes!] + root_not_in: [stagingbase_Bytes!] + root_contains: stagingbase_Bytes + root_not_contains: stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_AggregateRoot_filter] + or: [stagingbase_AggregateRoot_filter] +} + +enum stagingbase_AggregateRoot_orderBy { + id + root + blockNumber +} + +type stagingbase_Asset { + id: ID! + key: stagingbase_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingbase_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingbase_Bytes + localAsset: stagingbase_Bytes + blockNumber: BigInt + status: stagingbase_AssetStatus +} + +type stagingbase_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingbase_Router! + asset: stagingbase_Asset! + feesEarned: BigInt! +} + +input stagingbase_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_: stagingbase_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_: stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_AssetBalance_filter] + or: [stagingbase_AssetBalance_filter] +} + +enum stagingbase_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingbase_AssetStatus { + id: ID! + status: Boolean +} + +input stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_AssetStatus_filter] + or: [stagingbase_AssetStatus_filter] +} + +enum stagingbase_AssetStatus_orderBy { + id + status +} + +input stagingbase_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: stagingbase_Bytes + key_not: stagingbase_Bytes + key_gt: stagingbase_Bytes + key_lt: stagingbase_Bytes + key_gte: stagingbase_Bytes + key_lte: stagingbase_Bytes + key_in: [stagingbase_Bytes!] + key_not_in: [stagingbase_Bytes!] + key_contains: stagingbase_Bytes + key_not_contains: stagingbase_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingbase_Bytes + canonicalId_not: stagingbase_Bytes + canonicalId_gt: stagingbase_Bytes + canonicalId_lt: stagingbase_Bytes + canonicalId_gte: stagingbase_Bytes + canonicalId_lte: stagingbase_Bytes + canonicalId_in: [stagingbase_Bytes!] + canonicalId_not_in: [stagingbase_Bytes!] + canonicalId_contains: stagingbase_Bytes + canonicalId_not_contains: stagingbase_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: stagingbase_Bytes + adoptedAsset_not: stagingbase_Bytes + adoptedAsset_gt: stagingbase_Bytes + adoptedAsset_lt: stagingbase_Bytes + adoptedAsset_gte: stagingbase_Bytes + adoptedAsset_lte: stagingbase_Bytes + adoptedAsset_in: [stagingbase_Bytes!] + adoptedAsset_not_in: [stagingbase_Bytes!] + adoptedAsset_contains: stagingbase_Bytes + adoptedAsset_not_contains: stagingbase_Bytes + localAsset: stagingbase_Bytes + localAsset_not: stagingbase_Bytes + localAsset_gt: stagingbase_Bytes + localAsset_lt: stagingbase_Bytes + localAsset_gte: stagingbase_Bytes + localAsset_lte: stagingbase_Bytes + localAsset_in: [stagingbase_Bytes!] + localAsset_not_in: [stagingbase_Bytes!] + localAsset_contains: stagingbase_Bytes + localAsset_not_contains: stagingbase_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_: stagingbase_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Asset_filter] + or: [stagingbase_Asset_filter] +} + +enum stagingbase_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingbase_BigDecimal + +scalar BigInt + +input stagingbase_BlockChangedFilter { + number_gte: Int! +} + +input stagingbase_Block_height { + hash: stagingbase_Bytes + number: Int + number_gte: Int +} + +scalar stagingbase_Bytes + +type stagingbase_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingbase_Bytes + rootManager: stagingbase_Bytes + mirrorConnector: stagingbase_Bytes +} + +input stagingbase_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: stagingbase_Bytes + amb_not: stagingbase_Bytes + amb_gt: stagingbase_Bytes + amb_lt: stagingbase_Bytes + amb_gte: stagingbase_Bytes + amb_lte: stagingbase_Bytes + amb_in: [stagingbase_Bytes!] + amb_not_in: [stagingbase_Bytes!] + amb_contains: stagingbase_Bytes + amb_not_contains: stagingbase_Bytes + rootManager: stagingbase_Bytes + rootManager_not: stagingbase_Bytes + rootManager_gt: stagingbase_Bytes + rootManager_lt: stagingbase_Bytes + rootManager_gte: stagingbase_Bytes + rootManager_lte: stagingbase_Bytes + rootManager_in: [stagingbase_Bytes!] + rootManager_not_in: [stagingbase_Bytes!] + rootManager_contains: stagingbase_Bytes + rootManager_not_contains: stagingbase_Bytes + mirrorConnector: stagingbase_Bytes + mirrorConnector_not: stagingbase_Bytes + mirrorConnector_gt: stagingbase_Bytes + mirrorConnector_lt: stagingbase_Bytes + mirrorConnector_gte: stagingbase_Bytes + mirrorConnector_lte: stagingbase_Bytes + mirrorConnector_in: [stagingbase_Bytes!] + mirrorConnector_not_in: [stagingbase_Bytes!] + mirrorConnector_contains: stagingbase_Bytes + mirrorConnector_not_contains: stagingbase_Bytes + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_ConnectorMeta_filter] + or: [stagingbase_ConnectorMeta_filter] +} + +enum stagingbase_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingbase_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingbase_Bytes + nonce: BigInt + status: stagingbase_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingbase_Router_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_Router_filter): [stagingbase_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingbase_Bytes + delegate: stagingbase_Bytes + receiveLocal: Boolean + callData: stagingbase_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingbase_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingbase_Bytes + asset: stagingbase_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingbase_Bytes + executedTransactionHash: stagingbase_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingbase_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingbase_Bytes + reconciledTransactionHash: stagingbase_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingbase_Bytes + reconciledTxNonce: BigInt +} + +input stagingbase_DestinationTransfer_filter { + 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: stagingbase_Bytes + transferId_not: stagingbase_Bytes + transferId_gt: stagingbase_Bytes + transferId_lt: stagingbase_Bytes + transferId_gte: stagingbase_Bytes + transferId_lte: stagingbase_Bytes + transferId_in: [stagingbase_Bytes!] + transferId_not_in: [stagingbase_Bytes!] + transferId_contains: stagingbase_Bytes + transferId_not_contains: stagingbase_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: stagingbase_TransferStatus + status_not: stagingbase_TransferStatus + status_in: [stagingbase_TransferStatus!] + status_not_in: [stagingbase_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingbase_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: stagingbase_Bytes + to_not: stagingbase_Bytes + to_gt: stagingbase_Bytes + to_lt: stagingbase_Bytes + to_gte: stagingbase_Bytes + to_lte: stagingbase_Bytes + to_in: [stagingbase_Bytes!] + to_not_in: [stagingbase_Bytes!] + to_contains: stagingbase_Bytes + to_not_contains: stagingbase_Bytes + delegate: stagingbase_Bytes + delegate_not: stagingbase_Bytes + delegate_gt: stagingbase_Bytes + delegate_lt: stagingbase_Bytes + delegate_gte: stagingbase_Bytes + delegate_lte: stagingbase_Bytes + delegate_in: [stagingbase_Bytes!] + delegate_not_in: [stagingbase_Bytes!] + delegate_contains: stagingbase_Bytes + delegate_not_contains: stagingbase_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingbase_Bytes + callData_not: stagingbase_Bytes + callData_gt: stagingbase_Bytes + callData_lt: stagingbase_Bytes + callData_gte: stagingbase_Bytes + callData_lte: stagingbase_Bytes + callData_in: [stagingbase_Bytes!] + callData_not_in: [stagingbase_Bytes!] + callData_contains: stagingbase_Bytes + callData_not_contains: stagingbase_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: stagingbase_Bytes + originSender_not: stagingbase_Bytes + originSender_gt: stagingbase_Bytes + originSender_lt: stagingbase_Bytes + originSender_gte: stagingbase_Bytes + originSender_lte: stagingbase_Bytes + originSender_in: [stagingbase_Bytes!] + originSender_not_in: [stagingbase_Bytes!] + originSender_contains: stagingbase_Bytes + originSender_not_contains: stagingbase_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: stagingbase_Bytes + canonicalId_not: stagingbase_Bytes + canonicalId_gt: stagingbase_Bytes + canonicalId_lt: stagingbase_Bytes + canonicalId_gte: stagingbase_Bytes + canonicalId_lte: stagingbase_Bytes + canonicalId_in: [stagingbase_Bytes!] + canonicalId_not_in: [stagingbase_Bytes!] + canonicalId_contains: stagingbase_Bytes + canonicalId_not_contains: stagingbase_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_: stagingbase_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: stagingbase_Bytes + executedCaller_not: stagingbase_Bytes + executedCaller_gt: stagingbase_Bytes + executedCaller_lt: stagingbase_Bytes + executedCaller_gte: stagingbase_Bytes + executedCaller_lte: stagingbase_Bytes + executedCaller_in: [stagingbase_Bytes!] + executedCaller_not_in: [stagingbase_Bytes!] + executedCaller_contains: stagingbase_Bytes + executedCaller_not_contains: stagingbase_Bytes + executedTransactionHash: stagingbase_Bytes + executedTransactionHash_not: stagingbase_Bytes + executedTransactionHash_gt: stagingbase_Bytes + executedTransactionHash_lt: stagingbase_Bytes + executedTransactionHash_gte: stagingbase_Bytes + executedTransactionHash_lte: stagingbase_Bytes + executedTransactionHash_in: [stagingbase_Bytes!] + executedTransactionHash_not_in: [stagingbase_Bytes!] + executedTransactionHash_contains: stagingbase_Bytes + executedTransactionHash_not_contains: stagingbase_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: stagingbase_Bytes + executedTxOrigin_not: stagingbase_Bytes + executedTxOrigin_gt: stagingbase_Bytes + executedTxOrigin_lt: stagingbase_Bytes + executedTxOrigin_gte: stagingbase_Bytes + executedTxOrigin_lte: stagingbase_Bytes + executedTxOrigin_in: [stagingbase_Bytes!] + executedTxOrigin_not_in: [stagingbase_Bytes!] + executedTxOrigin_contains: stagingbase_Bytes + executedTxOrigin_not_contains: stagingbase_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: stagingbase_Bytes + reconciledCaller_not: stagingbase_Bytes + reconciledCaller_gt: stagingbase_Bytes + reconciledCaller_lt: stagingbase_Bytes + reconciledCaller_gte: stagingbase_Bytes + reconciledCaller_lte: stagingbase_Bytes + reconciledCaller_in: [stagingbase_Bytes!] + reconciledCaller_not_in: [stagingbase_Bytes!] + reconciledCaller_contains: stagingbase_Bytes + reconciledCaller_not_contains: stagingbase_Bytes + reconciledTransactionHash: stagingbase_Bytes + reconciledTransactionHash_not: stagingbase_Bytes + reconciledTransactionHash_gt: stagingbase_Bytes + reconciledTransactionHash_lt: stagingbase_Bytes + reconciledTransactionHash_gte: stagingbase_Bytes + reconciledTransactionHash_lte: stagingbase_Bytes + reconciledTransactionHash_in: [stagingbase_Bytes!] + reconciledTransactionHash_not_in: [stagingbase_Bytes!] + reconciledTransactionHash_contains: stagingbase_Bytes + reconciledTransactionHash_not_contains: stagingbase_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: stagingbase_Bytes + reconciledTxOrigin_not: stagingbase_Bytes + reconciledTxOrigin_gt: stagingbase_Bytes + reconciledTxOrigin_lt: stagingbase_Bytes + reconciledTxOrigin_gte: stagingbase_Bytes + reconciledTxOrigin_lte: stagingbase_Bytes + reconciledTxOrigin_in: [stagingbase_Bytes!] + reconciledTxOrigin_not_in: [stagingbase_Bytes!] + reconciledTxOrigin_contains: stagingbase_Bytes + reconciledTxOrigin_not_contains: stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_DestinationTransfer_filter] + or: [stagingbase_DestinationTransfer_filter] +} + +enum stagingbase_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingbase_Int8 + +type stagingbase_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingbase_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingbase_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: stagingbase_Bytes + aggregateRoot_not: stagingbase_Bytes + aggregateRoot_gt: stagingbase_Bytes + aggregateRoot_lt: stagingbase_Bytes + aggregateRoot_gte: stagingbase_Bytes + aggregateRoot_lte: stagingbase_Bytes + aggregateRoot_in: [stagingbase_Bytes!] + aggregateRoot_not_in: [stagingbase_Bytes!] + aggregateRoot_contains: stagingbase_Bytes + aggregateRoot_not_contains: stagingbase_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_OptimisticRootFinalized_filter] + or: [stagingbase_OptimisticRootFinalized_filter] +} + +enum stagingbase_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingbase_OrderDirection { + asc + desc +} + +type stagingbase_OriginMessage { + id: ID! + transferId: stagingbase_Bytes + destinationDomain: BigInt + leaf: stagingbase_Bytes + index: BigInt + message: stagingbase_Bytes + root: stagingbase_Bytes + transactionHash: stagingbase_Bytes + blockNumber: BigInt + rootCount: stagingbase_RootCount +} + +input stagingbase_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: stagingbase_Bytes + transferId_not: stagingbase_Bytes + transferId_gt: stagingbase_Bytes + transferId_lt: stagingbase_Bytes + transferId_gte: stagingbase_Bytes + transferId_lte: stagingbase_Bytes + transferId_in: [stagingbase_Bytes!] + transferId_not_in: [stagingbase_Bytes!] + transferId_contains: stagingbase_Bytes + transferId_not_contains: stagingbase_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: stagingbase_Bytes + leaf_not: stagingbase_Bytes + leaf_gt: stagingbase_Bytes + leaf_lt: stagingbase_Bytes + leaf_gte: stagingbase_Bytes + leaf_lte: stagingbase_Bytes + leaf_in: [stagingbase_Bytes!] + leaf_not_in: [stagingbase_Bytes!] + leaf_contains: stagingbase_Bytes + leaf_not_contains: stagingbase_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: stagingbase_Bytes + message_not: stagingbase_Bytes + message_gt: stagingbase_Bytes + message_lt: stagingbase_Bytes + message_gte: stagingbase_Bytes + message_lte: stagingbase_Bytes + message_in: [stagingbase_Bytes!] + message_not_in: [stagingbase_Bytes!] + message_contains: stagingbase_Bytes + message_not_contains: stagingbase_Bytes + root: stagingbase_Bytes + root_not: stagingbase_Bytes + root_gt: stagingbase_Bytes + root_lt: stagingbase_Bytes + root_gte: stagingbase_Bytes + root_lte: stagingbase_Bytes + root_in: [stagingbase_Bytes!] + root_not_in: [stagingbase_Bytes!] + root_contains: stagingbase_Bytes + root_not_contains: stagingbase_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_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_: stagingbase_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_OriginMessage_filter] + or: [stagingbase_OriginMessage_filter] +} + +enum stagingbase_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingbase_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingbase_Bytes + nonce: BigInt + status: stagingbase_TransferStatus + messageHash: stagingbase_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingbase_Bytes + delegate: stagingbase_Bytes + receiveLocal: Boolean + callData: stagingbase_Bytes + slippage: BigInt + originSender: stagingbase_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingbase_Bytes + asset: stagingbase_Asset + transactingAsset: stagingbase_Bytes + message: stagingbase_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingbase_RelayerFee_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_RelayerFee_filter): [stagingbase_RelayerFee!] + initialRelayerFeeAsset: stagingbase_Bytes + caller: stagingbase_Bytes + transactionHash: stagingbase_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingbase_Bytes + txNonce: BigInt +} + +input stagingbase_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: stagingbase_Bytes + transferId_not: stagingbase_Bytes + transferId_gt: stagingbase_Bytes + transferId_lt: stagingbase_Bytes + transferId_gte: stagingbase_Bytes + transferId_lte: stagingbase_Bytes + transferId_in: [stagingbase_Bytes!] + transferId_not_in: [stagingbase_Bytes!] + transferId_contains: stagingbase_Bytes + transferId_not_contains: stagingbase_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: stagingbase_TransferStatus + status_not: stagingbase_TransferStatus + status_in: [stagingbase_TransferStatus!] + status_not_in: [stagingbase_TransferStatus!] + messageHash: stagingbase_Bytes + messageHash_not: stagingbase_Bytes + messageHash_gt: stagingbase_Bytes + messageHash_lt: stagingbase_Bytes + messageHash_gte: stagingbase_Bytes + messageHash_lte: stagingbase_Bytes + messageHash_in: [stagingbase_Bytes!] + messageHash_not_in: [stagingbase_Bytes!] + messageHash_contains: stagingbase_Bytes + messageHash_not_contains: stagingbase_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: stagingbase_Bytes + to_not: stagingbase_Bytes + to_gt: stagingbase_Bytes + to_lt: stagingbase_Bytes + to_gte: stagingbase_Bytes + to_lte: stagingbase_Bytes + to_in: [stagingbase_Bytes!] + to_not_in: [stagingbase_Bytes!] + to_contains: stagingbase_Bytes + to_not_contains: stagingbase_Bytes + delegate: stagingbase_Bytes + delegate_not: stagingbase_Bytes + delegate_gt: stagingbase_Bytes + delegate_lt: stagingbase_Bytes + delegate_gte: stagingbase_Bytes + delegate_lte: stagingbase_Bytes + delegate_in: [stagingbase_Bytes!] + delegate_not_in: [stagingbase_Bytes!] + delegate_contains: stagingbase_Bytes + delegate_not_contains: stagingbase_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingbase_Bytes + callData_not: stagingbase_Bytes + callData_gt: stagingbase_Bytes + callData_lt: stagingbase_Bytes + callData_gte: stagingbase_Bytes + callData_lte: stagingbase_Bytes + callData_in: [stagingbase_Bytes!] + callData_not_in: [stagingbase_Bytes!] + callData_contains: stagingbase_Bytes + callData_not_contains: stagingbase_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: stagingbase_Bytes + originSender_not: stagingbase_Bytes + originSender_gt: stagingbase_Bytes + originSender_lt: stagingbase_Bytes + originSender_gte: stagingbase_Bytes + originSender_lte: stagingbase_Bytes + originSender_in: [stagingbase_Bytes!] + originSender_not_in: [stagingbase_Bytes!] + originSender_contains: stagingbase_Bytes + originSender_not_contains: stagingbase_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: stagingbase_Bytes + canonicalId_not: stagingbase_Bytes + canonicalId_gt: stagingbase_Bytes + canonicalId_lt: stagingbase_Bytes + canonicalId_gte: stagingbase_Bytes + canonicalId_lte: stagingbase_Bytes + canonicalId_in: [stagingbase_Bytes!] + canonicalId_not_in: [stagingbase_Bytes!] + canonicalId_contains: stagingbase_Bytes + canonicalId_not_contains: stagingbase_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_: stagingbase_Asset_filter + transactingAsset: stagingbase_Bytes + transactingAsset_not: stagingbase_Bytes + transactingAsset_gt: stagingbase_Bytes + transactingAsset_lt: stagingbase_Bytes + transactingAsset_gte: stagingbase_Bytes + transactingAsset_lte: stagingbase_Bytes + transactingAsset_in: [stagingbase_Bytes!] + transactingAsset_not_in: [stagingbase_Bytes!] + transactingAsset_contains: stagingbase_Bytes + transactingAsset_not_contains: stagingbase_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_: stagingbase_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_: stagingbase_RelayerFee_filter + initialRelayerFeeAsset: stagingbase_Bytes + initialRelayerFeeAsset_not: stagingbase_Bytes + initialRelayerFeeAsset_gt: stagingbase_Bytes + initialRelayerFeeAsset_lt: stagingbase_Bytes + initialRelayerFeeAsset_gte: stagingbase_Bytes + initialRelayerFeeAsset_lte: stagingbase_Bytes + initialRelayerFeeAsset_in: [stagingbase_Bytes!] + initialRelayerFeeAsset_not_in: [stagingbase_Bytes!] + initialRelayerFeeAsset_contains: stagingbase_Bytes + initialRelayerFeeAsset_not_contains: stagingbase_Bytes + caller: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_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: stagingbase_Bytes + txOrigin_not: stagingbase_Bytes + txOrigin_gt: stagingbase_Bytes + txOrigin_lt: stagingbase_Bytes + txOrigin_gte: stagingbase_Bytes + txOrigin_lte: stagingbase_Bytes + txOrigin_in: [stagingbase_Bytes!] + txOrigin_not_in: [stagingbase_Bytes!] + txOrigin_contains: stagingbase_Bytes + txOrigin_not_contains: stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_OriginTransfer_filter] + or: [stagingbase_OriginTransfer_filter] +} + +enum stagingbase_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_Asset + stagingbase_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_Asset_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_Asset!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_AssetStatus + stagingbase_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_AssetStatus_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_AssetStatus!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_AssetBalance + stagingbase_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_AssetBalance_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_AssetBalance!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_Router + stagingbase_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_Router_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_Router!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RouterDailyTVL + stagingbase_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RouterDailyTVL_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RouterDailyTVL!]! + stagingbase_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RouterLiquidityEvent + stagingbase_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RouterLiquidityEvent_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RouterLiquidityEvent!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_Setting + stagingbase_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_Setting_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_Setting!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_Relayer + stagingbase_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_Relayer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_Relayer!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_Sequencer + stagingbase_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_Sequencer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_Sequencer!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RelayerFee + stagingbase_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RelayerFee_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RelayerFee!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_OriginTransfer + stagingbase_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_OriginTransfer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_OriginTransfer!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_DestinationTransfer + stagingbase_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_DestinationTransfer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_DestinationTransfer!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_OriginMessage + stagingbase_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_OriginMessage_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_OriginMessage!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_AggregateRoot + stagingbase_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_AggregateRoot_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_AggregateRoot!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_ConnectorMeta + stagingbase_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_ConnectorMeta_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_ConnectorMeta!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RootCount + stagingbase_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RootCount_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RootCount!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RootMessageSent + stagingbase_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RootMessageSent_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RootMessageSent!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RelayerFeesIncrease + stagingbase_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RelayerFeesIncrease_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RelayerFeesIncrease!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_SlippageUpdate + stagingbase_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_SlippageUpdate_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_SlippageUpdate!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_SnapshotRoot + stagingbase_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_SnapshotRoot_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_SnapshotRoot!]! + stagingbase_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_SpokeConnectorMode + stagingbase_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_SpokeConnectorMode_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_SpokeConnectorMode!]! + stagingbase_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_AggregateRootProposed + stagingbase_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_AggregateRootProposed_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_AggregateRootProposed!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_OptimisticRootFinalized + stagingbase_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_OptimisticRootFinalized_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ +} + +type stagingbase_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingbase_Bytes +} + +type stagingbase_RelayerFee { + id: ID! + transfer: stagingbase_OriginTransfer! + fee: BigInt! + asset: stagingbase_Bytes! +} + +input stagingbase_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_: stagingbase_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: stagingbase_Bytes + asset_not: stagingbase_Bytes + asset_gt: stagingbase_Bytes + asset_lt: stagingbase_Bytes + asset_gte: stagingbase_Bytes + asset_lte: stagingbase_Bytes + asset_in: [stagingbase_Bytes!] + asset_not_in: [stagingbase_Bytes!] + asset_contains: stagingbase_Bytes + asset_not_contains: stagingbase_Bytes + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RelayerFee_filter] + or: [stagingbase_RelayerFee_filter] +} + +enum stagingbase_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 stagingbase_RelayerFeesIncrease { + id: ID! + transfer: stagingbase_OriginTransfer! + increase: BigInt + asset: stagingbase_Bytes + caller: stagingbase_Bytes! + transactionHash: stagingbase_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingbase_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_: stagingbase_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: stagingbase_Bytes + asset_not: stagingbase_Bytes + asset_gt: stagingbase_Bytes + asset_lt: stagingbase_Bytes + asset_gte: stagingbase_Bytes + asset_lte: stagingbase_Bytes + asset_in: [stagingbase_Bytes!] + asset_not_in: [stagingbase_Bytes!] + asset_contains: stagingbase_Bytes + asset_not_contains: stagingbase_Bytes + caller: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_RelayerFeesIncrease_filter] + or: [stagingbase_RelayerFeesIncrease_filter] +} + +enum stagingbase_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 stagingbase_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: stagingbase_Bytes + relayer_not: stagingbase_Bytes + relayer_gt: stagingbase_Bytes + relayer_lt: stagingbase_Bytes + relayer_gte: stagingbase_Bytes + relayer_lte: stagingbase_Bytes + relayer_in: [stagingbase_Bytes!] + relayer_not_in: [stagingbase_Bytes!] + relayer_contains: stagingbase_Bytes + relayer_not_contains: stagingbase_Bytes + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Relayer_filter] + or: [stagingbase_Relayer_filter] +} + +enum stagingbase_Relayer_orderBy { + id + isActive + relayer +} + +type stagingbase_RootCount { + id: ID! + count: BigInt +} + +input stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_RootCount_filter] + or: [stagingbase_RootCount_filter] +} + +enum stagingbase_RootCount_orderBy { + id + count +} + +type stagingbase_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingbase_Bytes + count: BigInt + caller: stagingbase_Bytes + transactionHash: stagingbase_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingbase_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: stagingbase_Bytes + root_not: stagingbase_Bytes + root_gt: stagingbase_Bytes + root_lt: stagingbase_Bytes + root_gte: stagingbase_Bytes + root_lte: stagingbase_Bytes + root_in: [stagingbase_Bytes!] + root_not_in: [stagingbase_Bytes!] + root_contains: stagingbase_Bytes + root_not_contains: stagingbase_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: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_RootMessageSent_filter] + or: [stagingbase_RootMessageSent_filter] +} + +enum stagingbase_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingbase_Router { + id: ID! + isActive: Boolean! + owner: stagingbase_Bytes + recipient: stagingbase_Bytes + proposedOwner: stagingbase_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingbase_AssetBalance_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_AssetBalance_filter): [stagingbase_AssetBalance!]! +} + +type stagingbase_RouterDailyTVL { + id: ID! + router: stagingbase_Router! + asset: stagingbase_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingbase_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_: stagingbase_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_: stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_RouterDailyTVL_filter] + or: [stagingbase_RouterDailyTVL_filter] +} + +enum stagingbase_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingbase_RouterLiquidityEvent { + id: ID! + type: stagingbase_RouterLiquidityEventType + router: stagingbase_Router! + asset: stagingbase_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingbase_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingbase_Bytes! + nonce: BigInt! +} + +enum stagingbase_RouterLiquidityEventType { + Add + Remove +} + +input stagingbase_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingbase_RouterLiquidityEventType + type_not: stagingbase_RouterLiquidityEventType + type_in: [stagingbase_RouterLiquidityEventType!] + type_not_in: [stagingbase_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingbase_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_: stagingbase_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_RouterLiquidityEvent_filter] + or: [stagingbase_RouterLiquidityEvent_filter] +} + +enum stagingbase_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingbase_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: stagingbase_Bytes + owner_not: stagingbase_Bytes + owner_gt: stagingbase_Bytes + owner_lt: stagingbase_Bytes + owner_gte: stagingbase_Bytes + owner_lte: stagingbase_Bytes + owner_in: [stagingbase_Bytes!] + owner_not_in: [stagingbase_Bytes!] + owner_contains: stagingbase_Bytes + owner_not_contains: stagingbase_Bytes + recipient: stagingbase_Bytes + recipient_not: stagingbase_Bytes + recipient_gt: stagingbase_Bytes + recipient_lt: stagingbase_Bytes + recipient_gte: stagingbase_Bytes + recipient_lte: stagingbase_Bytes + recipient_in: [stagingbase_Bytes!] + recipient_not_in: [stagingbase_Bytes!] + recipient_contains: stagingbase_Bytes + recipient_not_contains: stagingbase_Bytes + proposedOwner: stagingbase_Bytes + proposedOwner_not: stagingbase_Bytes + proposedOwner_gt: stagingbase_Bytes + proposedOwner_lt: stagingbase_Bytes + proposedOwner_gte: stagingbase_Bytes + proposedOwner_lte: stagingbase_Bytes + proposedOwner_in: [stagingbase_Bytes!] + proposedOwner_not_in: [stagingbase_Bytes!] + proposedOwner_contains: stagingbase_Bytes + proposedOwner_not_contains: stagingbase_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_: stagingbase_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Router_filter] + or: [stagingbase_Router_filter] +} + +enum stagingbase_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingbase_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingbase_Bytes +} + +input stagingbase_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: stagingbase_Bytes + sequencer_not: stagingbase_Bytes + sequencer_gt: stagingbase_Bytes + sequencer_lt: stagingbase_Bytes + sequencer_gte: stagingbase_Bytes + sequencer_lte: stagingbase_Bytes + sequencer_in: [stagingbase_Bytes!] + sequencer_not_in: [stagingbase_Bytes!] + sequencer_contains: stagingbase_Bytes + sequencer_not_contains: stagingbase_Bytes + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Sequencer_filter] + or: [stagingbase_Sequencer_filter] +} + +enum stagingbase_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingbase_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingbase_Bytes! +} + +input stagingbase_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: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Setting_filter] + or: [stagingbase_Setting_filter] +} + +enum stagingbase_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingbase_SlippageUpdate { + id: ID! + transfer: stagingbase_DestinationTransfer! + slippage: BigInt! + caller: stagingbase_Bytes! + transactionHash: stagingbase_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingbase_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_: stagingbase_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: stagingbase_Bytes + caller_not: stagingbase_Bytes + caller_gt: stagingbase_Bytes + caller_lt: stagingbase_Bytes + caller_gte: stagingbase_Bytes + caller_lte: stagingbase_Bytes + caller_in: [stagingbase_Bytes!] + caller_not_in: [stagingbase_Bytes!] + caller_contains: stagingbase_Bytes + caller_not_contains: stagingbase_Bytes + transactionHash: stagingbase_Bytes + transactionHash_not: stagingbase_Bytes + transactionHash_gt: stagingbase_Bytes + transactionHash_lt: stagingbase_Bytes + transactionHash_gte: stagingbase_Bytes + transactionHash_lte: stagingbase_Bytes + transactionHash_in: [stagingbase_Bytes!] + transactionHash_not_in: [stagingbase_Bytes!] + transactionHash_contains: stagingbase_Bytes + transactionHash_not_contains: stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_SlippageUpdate_filter] + or: [stagingbase_SlippageUpdate_filter] +} + +enum stagingbase_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 stagingbase_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingbase_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingbase_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: stagingbase_Bytes + root_not: stagingbase_Bytes + root_gt: stagingbase_Bytes + root_lt: stagingbase_Bytes + root_gte: stagingbase_Bytes + root_lte: stagingbase_Bytes + root_in: [stagingbase_Bytes!] + root_not_in: [stagingbase_Bytes!] + root_contains: stagingbase_Bytes + root_not_contains: stagingbase_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: stagingbase_BlockChangedFilter + and: [stagingbase_SnapshotRoot_filter] + or: [stagingbase_SnapshotRoot_filter] +} + +enum stagingbase_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingbase_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingbase_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_SpokeConnectorMode_filter] + or: [stagingbase_SpokeConnectorMode_filter] +} + +enum stagingbase_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_Asset + stagingbase_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_Asset_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_Asset!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_AssetStatus + stagingbase_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_AssetStatus_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_AssetStatus!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_AssetBalance + stagingbase_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_AssetBalance_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_AssetBalance!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_Router + stagingbase_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_Router_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_Router!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RouterDailyTVL + stagingbase_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RouterDailyTVL_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RouterDailyTVL!]! + stagingbase_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RouterLiquidityEvent + stagingbase_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RouterLiquidityEvent_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RouterLiquidityEvent!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_Setting + stagingbase_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_Setting_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_Setting!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_Relayer + stagingbase_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_Relayer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_Relayer!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_Sequencer + stagingbase_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_Sequencer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_Sequencer!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RelayerFee + stagingbase_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RelayerFee_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RelayerFee!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_OriginTransfer + stagingbase_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_OriginTransfer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_OriginTransfer!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_DestinationTransfer + stagingbase_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_DestinationTransfer_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_DestinationTransfer!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_OriginMessage + stagingbase_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_OriginMessage_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_OriginMessage!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_AggregateRoot + stagingbase_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_AggregateRoot_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_AggregateRoot!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_ConnectorMeta + stagingbase_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_ConnectorMeta_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_ConnectorMeta!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RootCount + stagingbase_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RootCount_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RootCount!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RootMessageSent + stagingbase_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RootMessageSent_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RootMessageSent!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_RelayerFeesIncrease + stagingbase_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_RelayerFeesIncrease_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_RelayerFeesIncrease!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_SlippageUpdate + stagingbase_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_SlippageUpdate_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_SlippageUpdate!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_SnapshotRoot + stagingbase_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_SnapshotRoot_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_SnapshotRoot!]! + stagingbase_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_SpokeConnectorMode + stagingbase_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_SpokeConnectorMode_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_SpokeConnectorMode!]! + stagingbase_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_AggregateRootProposed + stagingbase_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_AggregateRootProposed_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_AggregateRootProposed!]! + stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbase_OptimisticRootFinalized + stagingbase_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbase_OptimisticRootFinalized_orderBy + orderDirection: stagingbase_OrderDirection + where: stagingbase_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: stagingbase_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbase_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ +} + +enum stagingbase_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingbase__Block_ { + """The hash of the block""" + hash: stagingbase_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 stagingbase__Meta_ { + """ + Information 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: stagingbase__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/types.ts new file mode 100644 index 0000000000..515d74ce9a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Base/types.ts @@ -0,0 +1,3920 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingBaseTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingbase_BigDecimal: any; + BigInt: any; + stagingbase_Bytes: any; + stagingbase_Int8: any; +}; + +export type stagingbase_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingbase_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingbase_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingbase_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingbase_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingbase_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingbase_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 stagingbase_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingbase_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingbase_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingbase_Router; + asset: stagingbase_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingbase_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 stagingbase_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingbase_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingbase_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 stagingbase_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingbase_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingbase_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingbase_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingbase_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingbase_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingbase_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 stagingbase_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingbase_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 stagingbase_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingbase_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 stagingbase_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingbase_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingbase_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingbase_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingbase_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingbase_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingbase_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingbase_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 stagingbase_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingbase_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 stagingbase_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingbase_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 stagingbase_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingbase_asset?: Maybe; + stagingbase_assets: Array; + stagingbase_assetStatus?: Maybe; + stagingbase_assetStatuses: Array; + stagingbase_assetBalance?: Maybe; + stagingbase_assetBalances: Array; + stagingbase_router?: Maybe; + stagingbase_routers: Array; + stagingbase_routerDailyTVL?: Maybe; + stagingbase_routerDailyTVLs: Array; + stagingbase_routerLiquidityEvent?: Maybe; + stagingbase_routerLiquidityEvents: Array; + stagingbase_setting?: Maybe; + stagingbase_settings: Array; + stagingbase_relayer?: Maybe; + stagingbase_relayers: Array; + stagingbase_sequencer?: Maybe; + stagingbase_sequencers: Array; + stagingbase_relayerFee?: Maybe; + stagingbase_relayerFees: Array; + stagingbase_originTransfer?: Maybe; + stagingbase_originTransfers: Array; + stagingbase_destinationTransfer?: Maybe; + stagingbase_destinationTransfers: Array; + stagingbase_originMessage?: Maybe; + stagingbase_originMessages: Array; + stagingbase_aggregateRoot?: Maybe; + stagingbase_aggregateRoots: Array; + stagingbase_connectorMeta?: Maybe; + stagingbase_connectorMetas: Array; + stagingbase_rootCount?: Maybe; + stagingbase_rootCounts: Array; + stagingbase_rootMessageSent?: Maybe; + stagingbase_rootMessageSents: Array; + stagingbase_relayerFeesIncrease?: Maybe; + stagingbase_relayerFeesIncreases: Array; + stagingbase_slippageUpdate?: Maybe; + stagingbase_slippageUpdates: Array; + stagingbase_snapshotRoot?: Maybe; + stagingbase_snapshotRoots: Array; + stagingbase_spokeConnectorMode?: Maybe; + stagingbase_spokeConnectorModes: Array; + stagingbase_aggregateRootProposed?: Maybe; + stagingbase_aggregateRootProposeds: Array; + stagingbase_optimisticRootFinalized?: Maybe; + stagingbase_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingbase__meta?: Maybe; +}; + + +export type Querystagingbase_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbase__metaArgs = { + block?: InputMaybe; +}; + +export type stagingbase_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingbase_RelayerFee = { + id: Scalars['ID']; + transfer: stagingbase_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingbase_Bytes']; +}; + +export type stagingbase_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 stagingbase_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 stagingbase_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingbase_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingbase_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingbase_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 stagingbase_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 stagingbase_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 stagingbase_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingbase_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingbase_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 stagingbase_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingbase_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 stagingbase_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 stagingbase_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingbase_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingbase_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingbase_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingbase_Router; + asset: stagingbase_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingbase_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 stagingbase_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingbase_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingbase_Router; + asset: stagingbase_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingbase_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingbase_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingbase_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingbase_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingbase_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 stagingbase_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingbase_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingbase_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 stagingbase_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingbase_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingbase_Bytes']; +}; + +export type stagingbase_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 stagingbase_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingbase_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingbase_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingbase_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingbase_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 stagingbase_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 stagingbase_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingbase_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingbase_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 stagingbase_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingbase_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingbase_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingbase_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingbase_asset?: Maybe; + stagingbase_assets: Array; + stagingbase_assetStatus?: Maybe; + stagingbase_assetStatuses: Array; + stagingbase_assetBalance?: Maybe; + stagingbase_assetBalances: Array; + stagingbase_router?: Maybe; + stagingbase_routers: Array; + stagingbase_routerDailyTVL?: Maybe; + stagingbase_routerDailyTVLs: Array; + stagingbase_routerLiquidityEvent?: Maybe; + stagingbase_routerLiquidityEvents: Array; + stagingbase_setting?: Maybe; + stagingbase_settings: Array; + stagingbase_relayer?: Maybe; + stagingbase_relayers: Array; + stagingbase_sequencer?: Maybe; + stagingbase_sequencers: Array; + stagingbase_relayerFee?: Maybe; + stagingbase_relayerFees: Array; + stagingbase_originTransfer?: Maybe; + stagingbase_originTransfers: Array; + stagingbase_destinationTransfer?: Maybe; + stagingbase_destinationTransfers: Array; + stagingbase_originMessage?: Maybe; + stagingbase_originMessages: Array; + stagingbase_aggregateRoot?: Maybe; + stagingbase_aggregateRoots: Array; + stagingbase_connectorMeta?: Maybe; + stagingbase_connectorMetas: Array; + stagingbase_rootCount?: Maybe; + stagingbase_rootCounts: Array; + stagingbase_rootMessageSent?: Maybe; + stagingbase_rootMessageSents: Array; + stagingbase_relayerFeesIncrease?: Maybe; + stagingbase_relayerFeesIncreases: Array; + stagingbase_slippageUpdate?: Maybe; + stagingbase_slippageUpdates: Array; + stagingbase_snapshotRoot?: Maybe; + stagingbase_snapshotRoots: Array; + stagingbase_spokeConnectorMode?: Maybe; + stagingbase_spokeConnectorModes: Array; + stagingbase_aggregateRootProposed?: Maybe; + stagingbase_aggregateRootProposeds: Array; + stagingbase_optimisticRootFinalized?: Maybe; + stagingbase_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingbase__meta?: Maybe; +}; + + +export type Subscriptionstagingbase_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbase__metaArgs = { + block?: InputMaybe; +}; + +export type stagingbase_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingbase__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 stagingbase__Meta_ = { + /** + * Information 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: stagingbase__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 QuerySdk = { + /** null **/ + stagingbase_asset: InContextSdkMethod, + /** null **/ + stagingbase_assets: InContextSdkMethod, + /** null **/ + stagingbase_assetStatus: InContextSdkMethod, + /** null **/ + stagingbase_assetStatuses: InContextSdkMethod, + /** null **/ + stagingbase_assetBalance: InContextSdkMethod, + /** null **/ + stagingbase_assetBalances: InContextSdkMethod, + /** null **/ + stagingbase_router: InContextSdkMethod, + /** null **/ + stagingbase_routers: InContextSdkMethod, + /** null **/ + stagingbase_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingbase_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingbase_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingbase_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingbase_setting: InContextSdkMethod, + /** null **/ + stagingbase_settings: InContextSdkMethod, + /** null **/ + stagingbase_relayer: InContextSdkMethod, + /** null **/ + stagingbase_relayers: InContextSdkMethod, + /** null **/ + stagingbase_sequencer: InContextSdkMethod, + /** null **/ + stagingbase_sequencers: InContextSdkMethod, + /** null **/ + stagingbase_relayerFee: InContextSdkMethod, + /** null **/ + stagingbase_relayerFees: InContextSdkMethod, + /** null **/ + stagingbase_originTransfer: InContextSdkMethod, + /** null **/ + stagingbase_originTransfers: InContextSdkMethod, + /** null **/ + stagingbase_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingbase_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingbase_originMessage: InContextSdkMethod, + /** null **/ + stagingbase_originMessages: InContextSdkMethod, + /** null **/ + stagingbase_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingbase_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingbase_connectorMeta: InContextSdkMethod, + /** null **/ + stagingbase_connectorMetas: InContextSdkMethod, + /** null **/ + stagingbase_rootCount: InContextSdkMethod, + /** null **/ + stagingbase_rootCounts: InContextSdkMethod, + /** null **/ + stagingbase_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingbase_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingbase_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingbase_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingbase_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingbase_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingbase_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingbase_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingbase_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingbase_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingbase_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingbase_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingbase_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingbase_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingbase__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingbase_asset: InContextSdkMethod, + /** null **/ + stagingbase_assets: InContextSdkMethod, + /** null **/ + stagingbase_assetStatus: InContextSdkMethod, + /** null **/ + stagingbase_assetStatuses: InContextSdkMethod, + /** null **/ + stagingbase_assetBalance: InContextSdkMethod, + /** null **/ + stagingbase_assetBalances: InContextSdkMethod, + /** null **/ + stagingbase_router: InContextSdkMethod, + /** null **/ + stagingbase_routers: InContextSdkMethod, + /** null **/ + stagingbase_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingbase_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingbase_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingbase_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingbase_setting: InContextSdkMethod, + /** null **/ + stagingbase_settings: InContextSdkMethod, + /** null **/ + stagingbase_relayer: InContextSdkMethod, + /** null **/ + stagingbase_relayers: InContextSdkMethod, + /** null **/ + stagingbase_sequencer: InContextSdkMethod, + /** null **/ + stagingbase_sequencers: InContextSdkMethod, + /** null **/ + stagingbase_relayerFee: InContextSdkMethod, + /** null **/ + stagingbase_relayerFees: InContextSdkMethod, + /** null **/ + stagingbase_originTransfer: InContextSdkMethod, + /** null **/ + stagingbase_originTransfers: InContextSdkMethod, + /** null **/ + stagingbase_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingbase_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingbase_originMessage: InContextSdkMethod, + /** null **/ + stagingbase_originMessages: InContextSdkMethod, + /** null **/ + stagingbase_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingbase_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingbase_connectorMeta: InContextSdkMethod, + /** null **/ + stagingbase_connectorMetas: InContextSdkMethod, + /** null **/ + stagingbase_rootCount: InContextSdkMethod, + /** null **/ + stagingbase_rootCounts: InContextSdkMethod, + /** null **/ + stagingbase_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingbase_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingbase_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingbase_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingbase_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingbase_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingbase_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingbase_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingbase_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingbase_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingbase_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingbase_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingbase_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingbase_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingbase__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Base"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/introspectionSchema.ts new file mode 100644 index 0000000000..e337af032a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/introspectionSchema.ts @@ -0,0 +1,50096 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/schema.graphql new file mode 100644 index 0000000000..8a00670429 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/schema.graphql @@ -0,0 +1,3999 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingbnb_AggregateRoot { + id: ID! + root: stagingbnb_Bytes! + blockNumber: BigInt! +} + +type stagingbnb_AggregateRootProposed { + id: ID! + aggregateRoot: stagingbnb_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingbnb_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingbnb_Bytes + aggregateRoot_not: stagingbnb_Bytes + aggregateRoot_gt: stagingbnb_Bytes + aggregateRoot_lt: stagingbnb_Bytes + aggregateRoot_gte: stagingbnb_Bytes + aggregateRoot_lte: stagingbnb_Bytes + aggregateRoot_in: [stagingbnb_Bytes!] + aggregateRoot_not_in: [stagingbnb_Bytes!] + aggregateRoot_contains: stagingbnb_Bytes + aggregateRoot_not_contains: stagingbnb_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_AggregateRootProposed_filter] + or: [stagingbnb_AggregateRootProposed_filter] +} + +enum stagingbnb_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingbnb_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: stagingbnb_Bytes + root_not: stagingbnb_Bytes + root_gt: stagingbnb_Bytes + root_lt: stagingbnb_Bytes + root_gte: stagingbnb_Bytes + root_lte: stagingbnb_Bytes + root_in: [stagingbnb_Bytes!] + root_not_in: [stagingbnb_Bytes!] + root_contains: stagingbnb_Bytes + root_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_AggregateRoot_filter] + or: [stagingbnb_AggregateRoot_filter] +} + +enum stagingbnb_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingbnb_Aggregation_interval { + hour + day +} + +type stagingbnb_Asset { + id: ID! + key: stagingbnb_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingbnb_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingbnb_Bytes + localAsset: stagingbnb_Bytes + blockNumber: BigInt + status: stagingbnb_AssetStatus +} + +type stagingbnb_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingbnb_Router! + asset: stagingbnb_Asset! + feesEarned: BigInt! +} + +input stagingbnb_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_: stagingbnb_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_: stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_AssetBalance_filter] + or: [stagingbnb_AssetBalance_filter] +} + +enum stagingbnb_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingbnb_AssetStatus { + id: ID! + status: Boolean +} + +input stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_AssetStatus_filter] + or: [stagingbnb_AssetStatus_filter] +} + +enum stagingbnb_AssetStatus_orderBy { + id + status +} + +input stagingbnb_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: stagingbnb_Bytes + key_not: stagingbnb_Bytes + key_gt: stagingbnb_Bytes + key_lt: stagingbnb_Bytes + key_gte: stagingbnb_Bytes + key_lte: stagingbnb_Bytes + key_in: [stagingbnb_Bytes!] + key_not_in: [stagingbnb_Bytes!] + key_contains: stagingbnb_Bytes + key_not_contains: stagingbnb_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingbnb_Bytes + canonicalId_not: stagingbnb_Bytes + canonicalId_gt: stagingbnb_Bytes + canonicalId_lt: stagingbnb_Bytes + canonicalId_gte: stagingbnb_Bytes + canonicalId_lte: stagingbnb_Bytes + canonicalId_in: [stagingbnb_Bytes!] + canonicalId_not_in: [stagingbnb_Bytes!] + canonicalId_contains: stagingbnb_Bytes + canonicalId_not_contains: stagingbnb_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: stagingbnb_Bytes + adoptedAsset_not: stagingbnb_Bytes + adoptedAsset_gt: stagingbnb_Bytes + adoptedAsset_lt: stagingbnb_Bytes + adoptedAsset_gte: stagingbnb_Bytes + adoptedAsset_lte: stagingbnb_Bytes + adoptedAsset_in: [stagingbnb_Bytes!] + adoptedAsset_not_in: [stagingbnb_Bytes!] + adoptedAsset_contains: stagingbnb_Bytes + adoptedAsset_not_contains: stagingbnb_Bytes + localAsset: stagingbnb_Bytes + localAsset_not: stagingbnb_Bytes + localAsset_gt: stagingbnb_Bytes + localAsset_lt: stagingbnb_Bytes + localAsset_gte: stagingbnb_Bytes + localAsset_lte: stagingbnb_Bytes + localAsset_in: [stagingbnb_Bytes!] + localAsset_not_in: [stagingbnb_Bytes!] + localAsset_contains: stagingbnb_Bytes + localAsset_not_contains: stagingbnb_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_: stagingbnb_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Asset_filter] + or: [stagingbnb_Asset_filter] +} + +enum stagingbnb_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingbnb_BigDecimal + +scalar BigInt + +input stagingbnb_BlockChangedFilter { + number_gte: Int! +} + +input stagingbnb_Block_height { + hash: stagingbnb_Bytes + number: Int + number_gte: Int +} + +scalar stagingbnb_Bytes + +type stagingbnb_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingbnb_Bytes + rootManager: stagingbnb_Bytes + mirrorConnector: stagingbnb_Bytes +} + +input stagingbnb_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: stagingbnb_Bytes + amb_not: stagingbnb_Bytes + amb_gt: stagingbnb_Bytes + amb_lt: stagingbnb_Bytes + amb_gte: stagingbnb_Bytes + amb_lte: stagingbnb_Bytes + amb_in: [stagingbnb_Bytes!] + amb_not_in: [stagingbnb_Bytes!] + amb_contains: stagingbnb_Bytes + amb_not_contains: stagingbnb_Bytes + rootManager: stagingbnb_Bytes + rootManager_not: stagingbnb_Bytes + rootManager_gt: stagingbnb_Bytes + rootManager_lt: stagingbnb_Bytes + rootManager_gte: stagingbnb_Bytes + rootManager_lte: stagingbnb_Bytes + rootManager_in: [stagingbnb_Bytes!] + rootManager_not_in: [stagingbnb_Bytes!] + rootManager_contains: stagingbnb_Bytes + rootManager_not_contains: stagingbnb_Bytes + mirrorConnector: stagingbnb_Bytes + mirrorConnector_not: stagingbnb_Bytes + mirrorConnector_gt: stagingbnb_Bytes + mirrorConnector_lt: stagingbnb_Bytes + mirrorConnector_gte: stagingbnb_Bytes + mirrorConnector_lte: stagingbnb_Bytes + mirrorConnector_in: [stagingbnb_Bytes!] + mirrorConnector_not_in: [stagingbnb_Bytes!] + mirrorConnector_contains: stagingbnb_Bytes + mirrorConnector_not_contains: stagingbnb_Bytes + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_ConnectorMeta_filter] + or: [stagingbnb_ConnectorMeta_filter] +} + +enum stagingbnb_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingbnb_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingbnb_Bytes + nonce: BigInt + status: stagingbnb_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_Router_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_Router_filter): [stagingbnb_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingbnb_Bytes + delegate: stagingbnb_Bytes + receiveLocal: Boolean + callData: stagingbnb_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingbnb_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingbnb_Bytes + asset: stagingbnb_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingbnb_Bytes + executedTransactionHash: stagingbnb_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingbnb_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingbnb_Bytes + reconciledTransactionHash: stagingbnb_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingbnb_Bytes + reconciledTxNonce: BigInt +} + +input stagingbnb_DestinationTransfer_filter { + 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: stagingbnb_Bytes + transferId_not: stagingbnb_Bytes + transferId_gt: stagingbnb_Bytes + transferId_lt: stagingbnb_Bytes + transferId_gte: stagingbnb_Bytes + transferId_lte: stagingbnb_Bytes + transferId_in: [stagingbnb_Bytes!] + transferId_not_in: [stagingbnb_Bytes!] + transferId_contains: stagingbnb_Bytes + transferId_not_contains: stagingbnb_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: stagingbnb_TransferStatus + status_not: stagingbnb_TransferStatus + status_in: [stagingbnb_TransferStatus!] + status_not_in: [stagingbnb_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingbnb_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: stagingbnb_Bytes + to_not: stagingbnb_Bytes + to_gt: stagingbnb_Bytes + to_lt: stagingbnb_Bytes + to_gte: stagingbnb_Bytes + to_lte: stagingbnb_Bytes + to_in: [stagingbnb_Bytes!] + to_not_in: [stagingbnb_Bytes!] + to_contains: stagingbnb_Bytes + to_not_contains: stagingbnb_Bytes + delegate: stagingbnb_Bytes + delegate_not: stagingbnb_Bytes + delegate_gt: stagingbnb_Bytes + delegate_lt: stagingbnb_Bytes + delegate_gte: stagingbnb_Bytes + delegate_lte: stagingbnb_Bytes + delegate_in: [stagingbnb_Bytes!] + delegate_not_in: [stagingbnb_Bytes!] + delegate_contains: stagingbnb_Bytes + delegate_not_contains: stagingbnb_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingbnb_Bytes + callData_not: stagingbnb_Bytes + callData_gt: stagingbnb_Bytes + callData_lt: stagingbnb_Bytes + callData_gte: stagingbnb_Bytes + callData_lte: stagingbnb_Bytes + callData_in: [stagingbnb_Bytes!] + callData_not_in: [stagingbnb_Bytes!] + callData_contains: stagingbnb_Bytes + callData_not_contains: stagingbnb_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: stagingbnb_Bytes + originSender_not: stagingbnb_Bytes + originSender_gt: stagingbnb_Bytes + originSender_lt: stagingbnb_Bytes + originSender_gte: stagingbnb_Bytes + originSender_lte: stagingbnb_Bytes + originSender_in: [stagingbnb_Bytes!] + originSender_not_in: [stagingbnb_Bytes!] + originSender_contains: stagingbnb_Bytes + originSender_not_contains: stagingbnb_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: stagingbnb_Bytes + canonicalId_not: stagingbnb_Bytes + canonicalId_gt: stagingbnb_Bytes + canonicalId_lt: stagingbnb_Bytes + canonicalId_gte: stagingbnb_Bytes + canonicalId_lte: stagingbnb_Bytes + canonicalId_in: [stagingbnb_Bytes!] + canonicalId_not_in: [stagingbnb_Bytes!] + canonicalId_contains: stagingbnb_Bytes + canonicalId_not_contains: stagingbnb_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_: stagingbnb_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: stagingbnb_Bytes + executedCaller_not: stagingbnb_Bytes + executedCaller_gt: stagingbnb_Bytes + executedCaller_lt: stagingbnb_Bytes + executedCaller_gte: stagingbnb_Bytes + executedCaller_lte: stagingbnb_Bytes + executedCaller_in: [stagingbnb_Bytes!] + executedCaller_not_in: [stagingbnb_Bytes!] + executedCaller_contains: stagingbnb_Bytes + executedCaller_not_contains: stagingbnb_Bytes + executedTransactionHash: stagingbnb_Bytes + executedTransactionHash_not: stagingbnb_Bytes + executedTransactionHash_gt: stagingbnb_Bytes + executedTransactionHash_lt: stagingbnb_Bytes + executedTransactionHash_gte: stagingbnb_Bytes + executedTransactionHash_lte: stagingbnb_Bytes + executedTransactionHash_in: [stagingbnb_Bytes!] + executedTransactionHash_not_in: [stagingbnb_Bytes!] + executedTransactionHash_contains: stagingbnb_Bytes + executedTransactionHash_not_contains: stagingbnb_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: stagingbnb_Bytes + executedTxOrigin_not: stagingbnb_Bytes + executedTxOrigin_gt: stagingbnb_Bytes + executedTxOrigin_lt: stagingbnb_Bytes + executedTxOrigin_gte: stagingbnb_Bytes + executedTxOrigin_lte: stagingbnb_Bytes + executedTxOrigin_in: [stagingbnb_Bytes!] + executedTxOrigin_not_in: [stagingbnb_Bytes!] + executedTxOrigin_contains: stagingbnb_Bytes + executedTxOrigin_not_contains: stagingbnb_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: stagingbnb_Bytes + reconciledCaller_not: stagingbnb_Bytes + reconciledCaller_gt: stagingbnb_Bytes + reconciledCaller_lt: stagingbnb_Bytes + reconciledCaller_gte: stagingbnb_Bytes + reconciledCaller_lte: stagingbnb_Bytes + reconciledCaller_in: [stagingbnb_Bytes!] + reconciledCaller_not_in: [stagingbnb_Bytes!] + reconciledCaller_contains: stagingbnb_Bytes + reconciledCaller_not_contains: stagingbnb_Bytes + reconciledTransactionHash: stagingbnb_Bytes + reconciledTransactionHash_not: stagingbnb_Bytes + reconciledTransactionHash_gt: stagingbnb_Bytes + reconciledTransactionHash_lt: stagingbnb_Bytes + reconciledTransactionHash_gte: stagingbnb_Bytes + reconciledTransactionHash_lte: stagingbnb_Bytes + reconciledTransactionHash_in: [stagingbnb_Bytes!] + reconciledTransactionHash_not_in: [stagingbnb_Bytes!] + reconciledTransactionHash_contains: stagingbnb_Bytes + reconciledTransactionHash_not_contains: stagingbnb_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: stagingbnb_Bytes + reconciledTxOrigin_not: stagingbnb_Bytes + reconciledTxOrigin_gt: stagingbnb_Bytes + reconciledTxOrigin_lt: stagingbnb_Bytes + reconciledTxOrigin_gte: stagingbnb_Bytes + reconciledTxOrigin_lte: stagingbnb_Bytes + reconciledTxOrigin_in: [stagingbnb_Bytes!] + reconciledTxOrigin_not_in: [stagingbnb_Bytes!] + reconciledTxOrigin_contains: stagingbnb_Bytes + reconciledTxOrigin_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_DestinationTransfer_filter] + or: [stagingbnb_DestinationTransfer_filter] +} + +enum stagingbnb_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingbnb_Int8 + +type stagingbnb_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingbnb_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingbnb_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: stagingbnb_Bytes + aggregateRoot_not: stagingbnb_Bytes + aggregateRoot_gt: stagingbnb_Bytes + aggregateRoot_lt: stagingbnb_Bytes + aggregateRoot_gte: stagingbnb_Bytes + aggregateRoot_lte: stagingbnb_Bytes + aggregateRoot_in: [stagingbnb_Bytes!] + aggregateRoot_not_in: [stagingbnb_Bytes!] + aggregateRoot_contains: stagingbnb_Bytes + aggregateRoot_not_contains: stagingbnb_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OptimisticRootFinalized_filter] + or: [stagingbnb_OptimisticRootFinalized_filter] +} + +enum stagingbnb_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingbnb_OrderDirection { + asc + desc +} + +type stagingbnb_OriginMessage { + id: ID! + transferId: stagingbnb_Bytes + destinationDomain: BigInt + leaf: stagingbnb_Bytes + index: BigInt + message: stagingbnb_Bytes + root: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + blockNumber: BigInt + rootCount: stagingbnb_RootCount +} + +input stagingbnb_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: stagingbnb_Bytes + transferId_not: stagingbnb_Bytes + transferId_gt: stagingbnb_Bytes + transferId_lt: stagingbnb_Bytes + transferId_gte: stagingbnb_Bytes + transferId_lte: stagingbnb_Bytes + transferId_in: [stagingbnb_Bytes!] + transferId_not_in: [stagingbnb_Bytes!] + transferId_contains: stagingbnb_Bytes + transferId_not_contains: stagingbnb_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: stagingbnb_Bytes + leaf_not: stagingbnb_Bytes + leaf_gt: stagingbnb_Bytes + leaf_lt: stagingbnb_Bytes + leaf_gte: stagingbnb_Bytes + leaf_lte: stagingbnb_Bytes + leaf_in: [stagingbnb_Bytes!] + leaf_not_in: [stagingbnb_Bytes!] + leaf_contains: stagingbnb_Bytes + leaf_not_contains: stagingbnb_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: stagingbnb_Bytes + message_not: stagingbnb_Bytes + message_gt: stagingbnb_Bytes + message_lt: stagingbnb_Bytes + message_gte: stagingbnb_Bytes + message_lte: stagingbnb_Bytes + message_in: [stagingbnb_Bytes!] + message_not_in: [stagingbnb_Bytes!] + message_contains: stagingbnb_Bytes + message_not_contains: stagingbnb_Bytes + root: stagingbnb_Bytes + root_not: stagingbnb_Bytes + root_gt: stagingbnb_Bytes + root_lt: stagingbnb_Bytes + root_gte: stagingbnb_Bytes + root_lte: stagingbnb_Bytes + root_in: [stagingbnb_Bytes!] + root_not_in: [stagingbnb_Bytes!] + root_contains: stagingbnb_Bytes + root_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_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_: stagingbnb_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OriginMessage_filter] + or: [stagingbnb_OriginMessage_filter] +} + +enum stagingbnb_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingbnb_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingbnb_Bytes + nonce: BigInt + status: stagingbnb_TransferStatus + messageHash: stagingbnb_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingbnb_Bytes + delegate: stagingbnb_Bytes + receiveLocal: Boolean + callData: stagingbnb_Bytes + slippage: BigInt + originSender: stagingbnb_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingbnb_Bytes + asset: stagingbnb_Asset + transactingAsset: stagingbnb_Bytes + message: stagingbnb_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_RelayerFee_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_RelayerFee_filter): [stagingbnb_RelayerFee!] + initialRelayerFeeAsset: stagingbnb_Bytes + caller: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingbnb_Bytes + txNonce: BigInt +} + +input stagingbnb_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: stagingbnb_Bytes + transferId_not: stagingbnb_Bytes + transferId_gt: stagingbnb_Bytes + transferId_lt: stagingbnb_Bytes + transferId_gte: stagingbnb_Bytes + transferId_lte: stagingbnb_Bytes + transferId_in: [stagingbnb_Bytes!] + transferId_not_in: [stagingbnb_Bytes!] + transferId_contains: stagingbnb_Bytes + transferId_not_contains: stagingbnb_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: stagingbnb_TransferStatus + status_not: stagingbnb_TransferStatus + status_in: [stagingbnb_TransferStatus!] + status_not_in: [stagingbnb_TransferStatus!] + messageHash: stagingbnb_Bytes + messageHash_not: stagingbnb_Bytes + messageHash_gt: stagingbnb_Bytes + messageHash_lt: stagingbnb_Bytes + messageHash_gte: stagingbnb_Bytes + messageHash_lte: stagingbnb_Bytes + messageHash_in: [stagingbnb_Bytes!] + messageHash_not_in: [stagingbnb_Bytes!] + messageHash_contains: stagingbnb_Bytes + messageHash_not_contains: stagingbnb_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: stagingbnb_Bytes + to_not: stagingbnb_Bytes + to_gt: stagingbnb_Bytes + to_lt: stagingbnb_Bytes + to_gte: stagingbnb_Bytes + to_lte: stagingbnb_Bytes + to_in: [stagingbnb_Bytes!] + to_not_in: [stagingbnb_Bytes!] + to_contains: stagingbnb_Bytes + to_not_contains: stagingbnb_Bytes + delegate: stagingbnb_Bytes + delegate_not: stagingbnb_Bytes + delegate_gt: stagingbnb_Bytes + delegate_lt: stagingbnb_Bytes + delegate_gte: stagingbnb_Bytes + delegate_lte: stagingbnb_Bytes + delegate_in: [stagingbnb_Bytes!] + delegate_not_in: [stagingbnb_Bytes!] + delegate_contains: stagingbnb_Bytes + delegate_not_contains: stagingbnb_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingbnb_Bytes + callData_not: stagingbnb_Bytes + callData_gt: stagingbnb_Bytes + callData_lt: stagingbnb_Bytes + callData_gte: stagingbnb_Bytes + callData_lte: stagingbnb_Bytes + callData_in: [stagingbnb_Bytes!] + callData_not_in: [stagingbnb_Bytes!] + callData_contains: stagingbnb_Bytes + callData_not_contains: stagingbnb_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: stagingbnb_Bytes + originSender_not: stagingbnb_Bytes + originSender_gt: stagingbnb_Bytes + originSender_lt: stagingbnb_Bytes + originSender_gte: stagingbnb_Bytes + originSender_lte: stagingbnb_Bytes + originSender_in: [stagingbnb_Bytes!] + originSender_not_in: [stagingbnb_Bytes!] + originSender_contains: stagingbnb_Bytes + originSender_not_contains: stagingbnb_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: stagingbnb_Bytes + canonicalId_not: stagingbnb_Bytes + canonicalId_gt: stagingbnb_Bytes + canonicalId_lt: stagingbnb_Bytes + canonicalId_gte: stagingbnb_Bytes + canonicalId_lte: stagingbnb_Bytes + canonicalId_in: [stagingbnb_Bytes!] + canonicalId_not_in: [stagingbnb_Bytes!] + canonicalId_contains: stagingbnb_Bytes + canonicalId_not_contains: stagingbnb_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_: stagingbnb_Asset_filter + transactingAsset: stagingbnb_Bytes + transactingAsset_not: stagingbnb_Bytes + transactingAsset_gt: stagingbnb_Bytes + transactingAsset_lt: stagingbnb_Bytes + transactingAsset_gte: stagingbnb_Bytes + transactingAsset_lte: stagingbnb_Bytes + transactingAsset_in: [stagingbnb_Bytes!] + transactingAsset_not_in: [stagingbnb_Bytes!] + transactingAsset_contains: stagingbnb_Bytes + transactingAsset_not_contains: stagingbnb_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_: stagingbnb_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_: stagingbnb_RelayerFee_filter + initialRelayerFeeAsset: stagingbnb_Bytes + initialRelayerFeeAsset_not: stagingbnb_Bytes + initialRelayerFeeAsset_gt: stagingbnb_Bytes + initialRelayerFeeAsset_lt: stagingbnb_Bytes + initialRelayerFeeAsset_gte: stagingbnb_Bytes + initialRelayerFeeAsset_lte: stagingbnb_Bytes + initialRelayerFeeAsset_in: [stagingbnb_Bytes!] + initialRelayerFeeAsset_not_in: [stagingbnb_Bytes!] + initialRelayerFeeAsset_contains: stagingbnb_Bytes + initialRelayerFeeAsset_not_contains: stagingbnb_Bytes + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_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: stagingbnb_Bytes + txOrigin_not: stagingbnb_Bytes + txOrigin_gt: stagingbnb_Bytes + txOrigin_lt: stagingbnb_Bytes + txOrigin_gte: stagingbnb_Bytes + txOrigin_lte: stagingbnb_Bytes + txOrigin_in: [stagingbnb_Bytes!] + txOrigin_not_in: [stagingbnb_Bytes!] + txOrigin_contains: stagingbnb_Bytes + txOrigin_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_OriginTransfer_filter] + or: [stagingbnb_OriginTransfer_filter] +} + +enum stagingbnb_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_Asset + stagingbnb_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_Asset_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_Asset!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_AssetStatus + stagingbnb_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_AssetStatus_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_AssetStatus!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_AssetBalance + stagingbnb_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_AssetBalance_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_AssetBalance!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_Router + stagingbnb_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_Router_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_Router!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RouterDailyTVL + stagingbnb_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RouterDailyTVL_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RouterDailyTVL!]! + stagingbnb_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RouterLiquidityEvent + stagingbnb_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RouterLiquidityEvent_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RouterLiquidityEvent!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_Setting + stagingbnb_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_Setting_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_Setting!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_Relayer + stagingbnb_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_Relayer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_Relayer!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_Sequencer + stagingbnb_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_Sequencer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_Sequencer!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RelayerFee + stagingbnb_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RelayerFee_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RelayerFee!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_OriginTransfer + stagingbnb_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_OriginTransfer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_OriginTransfer!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_DestinationTransfer + stagingbnb_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_DestinationTransfer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_DestinationTransfer!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_OriginMessage + stagingbnb_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_OriginMessage_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_OriginMessage!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_AggregateRoot + stagingbnb_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_AggregateRoot_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_AggregateRoot!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_ConnectorMeta + stagingbnb_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_ConnectorMeta_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_ConnectorMeta!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RootCount + stagingbnb_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RootCount_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RootCount!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RootMessageSent + stagingbnb_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RootMessageSent_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RootMessageSent!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RelayerFeesIncrease + stagingbnb_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RelayerFeesIncrease_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RelayerFeesIncrease!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_SlippageUpdate + stagingbnb_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_SlippageUpdate_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_SlippageUpdate!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_SnapshotRoot + stagingbnb_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_SnapshotRoot_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_SnapshotRoot!]! + stagingbnb_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_SpokeConnectorMode + stagingbnb_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_SpokeConnectorMode_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_SpokeConnectorMode!]! + stagingbnb_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_AggregateRootProposed + stagingbnb_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_AggregateRootProposed_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_AggregateRootProposed!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_OptimisticRootFinalized + stagingbnb_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_OptimisticRootFinalized_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ +} + +type stagingbnb_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingbnb_Bytes +} + +type stagingbnb_RelayerFee { + id: ID! + transfer: stagingbnb_OriginTransfer! + fee: BigInt! + asset: stagingbnb_Bytes! +} + +input stagingbnb_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_: stagingbnb_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: stagingbnb_Bytes + asset_not: stagingbnb_Bytes + asset_gt: stagingbnb_Bytes + asset_lt: stagingbnb_Bytes + asset_gte: stagingbnb_Bytes + asset_lte: stagingbnb_Bytes + asset_in: [stagingbnb_Bytes!] + asset_not_in: [stagingbnb_Bytes!] + asset_contains: stagingbnb_Bytes + asset_not_contains: stagingbnb_Bytes + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RelayerFee_filter] + or: [stagingbnb_RelayerFee_filter] +} + +enum stagingbnb_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 stagingbnb_RelayerFeesIncrease { + id: ID! + transfer: stagingbnb_OriginTransfer! + increase: BigInt + asset: stagingbnb_Bytes + caller: stagingbnb_Bytes! + transactionHash: stagingbnb_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingbnb_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_: stagingbnb_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: stagingbnb_Bytes + asset_not: stagingbnb_Bytes + asset_gt: stagingbnb_Bytes + asset_lt: stagingbnb_Bytes + asset_gte: stagingbnb_Bytes + asset_lte: stagingbnb_Bytes + asset_in: [stagingbnb_Bytes!] + asset_not_in: [stagingbnb_Bytes!] + asset_contains: stagingbnb_Bytes + asset_not_contains: stagingbnb_Bytes + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RelayerFeesIncrease_filter] + or: [stagingbnb_RelayerFeesIncrease_filter] +} + +enum stagingbnb_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 stagingbnb_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: stagingbnb_Bytes + relayer_not: stagingbnb_Bytes + relayer_gt: stagingbnb_Bytes + relayer_lt: stagingbnb_Bytes + relayer_gte: stagingbnb_Bytes + relayer_lte: stagingbnb_Bytes + relayer_in: [stagingbnb_Bytes!] + relayer_not_in: [stagingbnb_Bytes!] + relayer_contains: stagingbnb_Bytes + relayer_not_contains: stagingbnb_Bytes + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Relayer_filter] + or: [stagingbnb_Relayer_filter] +} + +enum stagingbnb_Relayer_orderBy { + id + isActive + relayer +} + +type stagingbnb_RootCount { + id: ID! + count: BigInt +} + +input stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RootCount_filter] + or: [stagingbnb_RootCount_filter] +} + +enum stagingbnb_RootCount_orderBy { + id + count +} + +type stagingbnb_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingbnb_Bytes + count: BigInt + caller: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingbnb_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: stagingbnb_Bytes + root_not: stagingbnb_Bytes + root_gt: stagingbnb_Bytes + root_lt: stagingbnb_Bytes + root_gte: stagingbnb_Bytes + root_lte: stagingbnb_Bytes + root_in: [stagingbnb_Bytes!] + root_not_in: [stagingbnb_Bytes!] + root_contains: stagingbnb_Bytes + root_not_contains: stagingbnb_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: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RootMessageSent_filter] + or: [stagingbnb_RootMessageSent_filter] +} + +enum stagingbnb_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingbnb_Router { + id: ID! + isActive: Boolean! + owner: stagingbnb_Bytes + recipient: stagingbnb_Bytes + proposedOwner: stagingbnb_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingbnb_AssetBalance_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_AssetBalance_filter): [stagingbnb_AssetBalance!]! +} + +type stagingbnb_RouterDailyTVL { + id: ID! + router: stagingbnb_Router! + asset: stagingbnb_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingbnb_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_: stagingbnb_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_: stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RouterDailyTVL_filter] + or: [stagingbnb_RouterDailyTVL_filter] +} + +enum stagingbnb_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingbnb_RouterLiquidityEvent { + id: ID! + type: stagingbnb_RouterLiquidityEventType + router: stagingbnb_Router! + asset: stagingbnb_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingbnb_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingbnb_Bytes! + nonce: BigInt! +} + +enum stagingbnb_RouterLiquidityEventType { + Add + Remove +} + +input stagingbnb_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingbnb_RouterLiquidityEventType + type_not: stagingbnb_RouterLiquidityEventType + type_in: [stagingbnb_RouterLiquidityEventType!] + type_not_in: [stagingbnb_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingbnb_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_: stagingbnb_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RouterLiquidityEvent_filter] + or: [stagingbnb_RouterLiquidityEvent_filter] +} + +enum stagingbnb_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingbnb_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: stagingbnb_Bytes + owner_not: stagingbnb_Bytes + owner_gt: stagingbnb_Bytes + owner_lt: stagingbnb_Bytes + owner_gte: stagingbnb_Bytes + owner_lte: stagingbnb_Bytes + owner_in: [stagingbnb_Bytes!] + owner_not_in: [stagingbnb_Bytes!] + owner_contains: stagingbnb_Bytes + owner_not_contains: stagingbnb_Bytes + recipient: stagingbnb_Bytes + recipient_not: stagingbnb_Bytes + recipient_gt: stagingbnb_Bytes + recipient_lt: stagingbnb_Bytes + recipient_gte: stagingbnb_Bytes + recipient_lte: stagingbnb_Bytes + recipient_in: [stagingbnb_Bytes!] + recipient_not_in: [stagingbnb_Bytes!] + recipient_contains: stagingbnb_Bytes + recipient_not_contains: stagingbnb_Bytes + proposedOwner: stagingbnb_Bytes + proposedOwner_not: stagingbnb_Bytes + proposedOwner_gt: stagingbnb_Bytes + proposedOwner_lt: stagingbnb_Bytes + proposedOwner_gte: stagingbnb_Bytes + proposedOwner_lte: stagingbnb_Bytes + proposedOwner_in: [stagingbnb_Bytes!] + proposedOwner_not_in: [stagingbnb_Bytes!] + proposedOwner_contains: stagingbnb_Bytes + proposedOwner_not_contains: stagingbnb_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_: stagingbnb_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Router_filter] + or: [stagingbnb_Router_filter] +} + +enum stagingbnb_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingbnb_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingbnb_Bytes +} + +input stagingbnb_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: stagingbnb_Bytes + sequencer_not: stagingbnb_Bytes + sequencer_gt: stagingbnb_Bytes + sequencer_lt: stagingbnb_Bytes + sequencer_gte: stagingbnb_Bytes + sequencer_lte: stagingbnb_Bytes + sequencer_in: [stagingbnb_Bytes!] + sequencer_not_in: [stagingbnb_Bytes!] + sequencer_contains: stagingbnb_Bytes + sequencer_not_contains: stagingbnb_Bytes + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Sequencer_filter] + or: [stagingbnb_Sequencer_filter] +} + +enum stagingbnb_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingbnb_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingbnb_Bytes! +} + +input stagingbnb_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: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Setting_filter] + or: [stagingbnb_Setting_filter] +} + +enum stagingbnb_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingbnb_SlippageUpdate { + id: ID! + transfer: stagingbnb_DestinationTransfer! + slippage: BigInt! + caller: stagingbnb_Bytes! + transactionHash: stagingbnb_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingbnb_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_: stagingbnb_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: stagingbnb_Bytes + caller_not: stagingbnb_Bytes + caller_gt: stagingbnb_Bytes + caller_lt: stagingbnb_Bytes + caller_gte: stagingbnb_Bytes + caller_lte: stagingbnb_Bytes + caller_in: [stagingbnb_Bytes!] + caller_not_in: [stagingbnb_Bytes!] + caller_contains: stagingbnb_Bytes + caller_not_contains: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes + transactionHash_not: stagingbnb_Bytes + transactionHash_gt: stagingbnb_Bytes + transactionHash_lt: stagingbnb_Bytes + transactionHash_gte: stagingbnb_Bytes + transactionHash_lte: stagingbnb_Bytes + transactionHash_in: [stagingbnb_Bytes!] + transactionHash_not_in: [stagingbnb_Bytes!] + transactionHash_contains: stagingbnb_Bytes + transactionHash_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_SlippageUpdate_filter] + or: [stagingbnb_SlippageUpdate_filter] +} + +enum stagingbnb_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 stagingbnb_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingbnb_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingbnb_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: stagingbnb_Bytes + root_not: stagingbnb_Bytes + root_gt: stagingbnb_Bytes + root_lt: stagingbnb_Bytes + root_gte: stagingbnb_Bytes + root_lte: stagingbnb_Bytes + root_in: [stagingbnb_Bytes!] + root_not_in: [stagingbnb_Bytes!] + root_contains: stagingbnb_Bytes + root_not_contains: stagingbnb_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: stagingbnb_BlockChangedFilter + and: [stagingbnb_SnapshotRoot_filter] + or: [stagingbnb_SnapshotRoot_filter] +} + +enum stagingbnb_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingbnb_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingbnb_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_SpokeConnectorMode_filter] + or: [stagingbnb_SpokeConnectorMode_filter] +} + +enum stagingbnb_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_Asset + stagingbnb_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_Asset_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_Asset!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_AssetStatus + stagingbnb_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_AssetStatus_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_AssetStatus!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_AssetBalance + stagingbnb_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_AssetBalance_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_AssetBalance!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_Router + stagingbnb_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_Router_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_Router!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RouterDailyTVL + stagingbnb_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RouterDailyTVL_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RouterDailyTVL!]! + stagingbnb_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RouterLiquidityEvent + stagingbnb_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RouterLiquidityEvent_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RouterLiquidityEvent!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_Setting + stagingbnb_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_Setting_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_Setting!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_Relayer + stagingbnb_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_Relayer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_Relayer!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_Sequencer + stagingbnb_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_Sequencer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_Sequencer!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RelayerFee + stagingbnb_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RelayerFee_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RelayerFee!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_OriginTransfer + stagingbnb_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_OriginTransfer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_OriginTransfer!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_DestinationTransfer + stagingbnb_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_DestinationTransfer_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_DestinationTransfer!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_OriginMessage + stagingbnb_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_OriginMessage_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_OriginMessage!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_AggregateRoot + stagingbnb_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_AggregateRoot_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_AggregateRoot!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_ConnectorMeta + stagingbnb_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_ConnectorMeta_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_ConnectorMeta!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RootCount + stagingbnb_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RootCount_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RootCount!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RootMessageSent + stagingbnb_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RootMessageSent_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RootMessageSent!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_RelayerFeesIncrease + stagingbnb_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_RelayerFeesIncrease_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_RelayerFeesIncrease!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_SlippageUpdate + stagingbnb_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_SlippageUpdate_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_SlippageUpdate!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_SnapshotRoot + stagingbnb_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_SnapshotRoot_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_SnapshotRoot!]! + stagingbnb_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_SpokeConnectorMode + stagingbnb_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_SpokeConnectorMode_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_SpokeConnectorMode!]! + stagingbnb_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_AggregateRootProposed + stagingbnb_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_AggregateRootProposed_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_AggregateRootProposed!]! + stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingbnb_OptimisticRootFinalized + stagingbnb_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingbnb_OptimisticRootFinalized_orderBy + orderDirection: stagingbnb_OrderDirection + where: stagingbnb_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: stagingbnb_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingbnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ +} + +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +enum stagingbnb_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingbnb__Block_ { + """The hash of the block""" + hash: stagingbnb_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingbnb_Bytes +} + +"""The type for the top-level _meta field""" +type stagingbnb__Meta_ { + """ + Information 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: stagingbnb__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/types.ts new file mode 100644 index 0000000000..b3f353aaed --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Bnb/types.ts @@ -0,0 +1,3927 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingBnbTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingbnb_BigDecimal: any; + BigInt: any; + stagingbnb_Bytes: any; + stagingbnb_Int8: any; + Timestamp: any; +}; + +export type stagingbnb_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingbnb_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingbnb_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingbnb_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingbnb_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingbnb_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingbnb_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 stagingbnb_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingbnb_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingbnb_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingbnb_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingbnb_Router; + asset: stagingbnb_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingbnb_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 stagingbnb_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingbnb_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingbnb_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 stagingbnb_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingbnb_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingbnb_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingbnb_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingbnb_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingbnb_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingbnb_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 stagingbnb_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingbnb_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 stagingbnb_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingbnb_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 stagingbnb_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingbnb_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingbnb_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingbnb_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingbnb_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingbnb_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingbnb_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingbnb_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 stagingbnb_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingbnb_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 stagingbnb_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingbnb_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 stagingbnb_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingbnb_asset?: Maybe; + stagingbnb_assets: Array; + stagingbnb_assetStatus?: Maybe; + stagingbnb_assetStatuses: Array; + stagingbnb_assetBalance?: Maybe; + stagingbnb_assetBalances: Array; + stagingbnb_router?: Maybe; + stagingbnb_routers: Array; + stagingbnb_routerDailyTVL?: Maybe; + stagingbnb_routerDailyTVLs: Array; + stagingbnb_routerLiquidityEvent?: Maybe; + stagingbnb_routerLiquidityEvents: Array; + stagingbnb_setting?: Maybe; + stagingbnb_settings: Array; + stagingbnb_relayer?: Maybe; + stagingbnb_relayers: Array; + stagingbnb_sequencer?: Maybe; + stagingbnb_sequencers: Array; + stagingbnb_relayerFee?: Maybe; + stagingbnb_relayerFees: Array; + stagingbnb_originTransfer?: Maybe; + stagingbnb_originTransfers: Array; + stagingbnb_destinationTransfer?: Maybe; + stagingbnb_destinationTransfers: Array; + stagingbnb_originMessage?: Maybe; + stagingbnb_originMessages: Array; + stagingbnb_aggregateRoot?: Maybe; + stagingbnb_aggregateRoots: Array; + stagingbnb_connectorMeta?: Maybe; + stagingbnb_connectorMetas: Array; + stagingbnb_rootCount?: Maybe; + stagingbnb_rootCounts: Array; + stagingbnb_rootMessageSent?: Maybe; + stagingbnb_rootMessageSents: Array; + stagingbnb_relayerFeesIncrease?: Maybe; + stagingbnb_relayerFeesIncreases: Array; + stagingbnb_slippageUpdate?: Maybe; + stagingbnb_slippageUpdates: Array; + stagingbnb_snapshotRoot?: Maybe; + stagingbnb_snapshotRoots: Array; + stagingbnb_spokeConnectorMode?: Maybe; + stagingbnb_spokeConnectorModes: Array; + stagingbnb_aggregateRootProposed?: Maybe; + stagingbnb_aggregateRootProposeds: Array; + stagingbnb_optimisticRootFinalized?: Maybe; + stagingbnb_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingbnb__meta?: Maybe; +}; + + +export type Querystagingbnb_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingbnb__metaArgs = { + block?: InputMaybe; +}; + +export type stagingbnb_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingbnb_RelayerFee = { + id: Scalars['ID']; + transfer: stagingbnb_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingbnb_Bytes']; +}; + +export type stagingbnb_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 stagingbnb_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 stagingbnb_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingbnb_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingbnb_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingbnb_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 stagingbnb_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 stagingbnb_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 stagingbnb_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingbnb_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingbnb_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 stagingbnb_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingbnb_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 stagingbnb_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 stagingbnb_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingbnb_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingbnb_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingbnb_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingbnb_Router; + asset: stagingbnb_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingbnb_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 stagingbnb_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingbnb_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingbnb_Router; + asset: stagingbnb_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingbnb_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingbnb_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingbnb_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingbnb_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingbnb_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 stagingbnb_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingbnb_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingbnb_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 stagingbnb_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingbnb_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingbnb_Bytes']; +}; + +export type stagingbnb_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 stagingbnb_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingbnb_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingbnb_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingbnb_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingbnb_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 stagingbnb_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 stagingbnb_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingbnb_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingbnb_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 stagingbnb_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingbnb_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingbnb_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingbnb_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingbnb_asset?: Maybe; + stagingbnb_assets: Array; + stagingbnb_assetStatus?: Maybe; + stagingbnb_assetStatuses: Array; + stagingbnb_assetBalance?: Maybe; + stagingbnb_assetBalances: Array; + stagingbnb_router?: Maybe; + stagingbnb_routers: Array; + stagingbnb_routerDailyTVL?: Maybe; + stagingbnb_routerDailyTVLs: Array; + stagingbnb_routerLiquidityEvent?: Maybe; + stagingbnb_routerLiquidityEvents: Array; + stagingbnb_setting?: Maybe; + stagingbnb_settings: Array; + stagingbnb_relayer?: Maybe; + stagingbnb_relayers: Array; + stagingbnb_sequencer?: Maybe; + stagingbnb_sequencers: Array; + stagingbnb_relayerFee?: Maybe; + stagingbnb_relayerFees: Array; + stagingbnb_originTransfer?: Maybe; + stagingbnb_originTransfers: Array; + stagingbnb_destinationTransfer?: Maybe; + stagingbnb_destinationTransfers: Array; + stagingbnb_originMessage?: Maybe; + stagingbnb_originMessages: Array; + stagingbnb_aggregateRoot?: Maybe; + stagingbnb_aggregateRoots: Array; + stagingbnb_connectorMeta?: Maybe; + stagingbnb_connectorMetas: Array; + stagingbnb_rootCount?: Maybe; + stagingbnb_rootCounts: Array; + stagingbnb_rootMessageSent?: Maybe; + stagingbnb_rootMessageSents: Array; + stagingbnb_relayerFeesIncrease?: Maybe; + stagingbnb_relayerFeesIncreases: Array; + stagingbnb_slippageUpdate?: Maybe; + stagingbnb_slippageUpdates: Array; + stagingbnb_snapshotRoot?: Maybe; + stagingbnb_snapshotRoots: Array; + stagingbnb_spokeConnectorMode?: Maybe; + stagingbnb_spokeConnectorModes: Array; + stagingbnb_aggregateRootProposed?: Maybe; + stagingbnb_aggregateRootProposeds: Array; + stagingbnb_optimisticRootFinalized?: Maybe; + stagingbnb_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingbnb__meta?: Maybe; +}; + + +export type Subscriptionstagingbnb_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingbnb__metaArgs = { + block?: InputMaybe; +}; + +export type stagingbnb_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingbnb__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingbnb__Meta_ = { + /** + * Information 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: stagingbnb__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 QuerySdk = { + /** null **/ + stagingbnb_asset: InContextSdkMethod, + /** null **/ + stagingbnb_assets: InContextSdkMethod, + /** null **/ + stagingbnb_assetStatus: InContextSdkMethod, + /** null **/ + stagingbnb_assetStatuses: InContextSdkMethod, + /** null **/ + stagingbnb_assetBalance: InContextSdkMethod, + /** null **/ + stagingbnb_assetBalances: InContextSdkMethod, + /** null **/ + stagingbnb_router: InContextSdkMethod, + /** null **/ + stagingbnb_routers: InContextSdkMethod, + /** null **/ + stagingbnb_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingbnb_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingbnb_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingbnb_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingbnb_setting: InContextSdkMethod, + /** null **/ + stagingbnb_settings: InContextSdkMethod, + /** null **/ + stagingbnb_relayer: InContextSdkMethod, + /** null **/ + stagingbnb_relayers: InContextSdkMethod, + /** null **/ + stagingbnb_sequencer: InContextSdkMethod, + /** null **/ + stagingbnb_sequencers: InContextSdkMethod, + /** null **/ + stagingbnb_relayerFee: InContextSdkMethod, + /** null **/ + stagingbnb_relayerFees: InContextSdkMethod, + /** null **/ + stagingbnb_originTransfer: InContextSdkMethod, + /** null **/ + stagingbnb_originTransfers: InContextSdkMethod, + /** null **/ + stagingbnb_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingbnb_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingbnb_originMessage: InContextSdkMethod, + /** null **/ + stagingbnb_originMessages: InContextSdkMethod, + /** null **/ + stagingbnb_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingbnb_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingbnb_connectorMeta: InContextSdkMethod, + /** null **/ + stagingbnb_connectorMetas: InContextSdkMethod, + /** null **/ + stagingbnb_rootCount: InContextSdkMethod, + /** null **/ + stagingbnb_rootCounts: InContextSdkMethod, + /** null **/ + stagingbnb_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingbnb_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingbnb_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingbnb_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingbnb_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingbnb_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingbnb_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingbnb_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingbnb_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingbnb_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingbnb_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingbnb_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingbnb_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingbnb_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingbnb__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingbnb_asset: InContextSdkMethod, + /** null **/ + stagingbnb_assets: InContextSdkMethod, + /** null **/ + stagingbnb_assetStatus: InContextSdkMethod, + /** null **/ + stagingbnb_assetStatuses: InContextSdkMethod, + /** null **/ + stagingbnb_assetBalance: InContextSdkMethod, + /** null **/ + stagingbnb_assetBalances: InContextSdkMethod, + /** null **/ + stagingbnb_router: InContextSdkMethod, + /** null **/ + stagingbnb_routers: InContextSdkMethod, + /** null **/ + stagingbnb_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingbnb_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingbnb_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingbnb_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingbnb_setting: InContextSdkMethod, + /** null **/ + stagingbnb_settings: InContextSdkMethod, + /** null **/ + stagingbnb_relayer: InContextSdkMethod, + /** null **/ + stagingbnb_relayers: InContextSdkMethod, + /** null **/ + stagingbnb_sequencer: InContextSdkMethod, + /** null **/ + stagingbnb_sequencers: InContextSdkMethod, + /** null **/ + stagingbnb_relayerFee: InContextSdkMethod, + /** null **/ + stagingbnb_relayerFees: InContextSdkMethod, + /** null **/ + stagingbnb_originTransfer: InContextSdkMethod, + /** null **/ + stagingbnb_originTransfers: InContextSdkMethod, + /** null **/ + stagingbnb_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingbnb_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingbnb_originMessage: InContextSdkMethod, + /** null **/ + stagingbnb_originMessages: InContextSdkMethod, + /** null **/ + stagingbnb_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingbnb_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingbnb_connectorMeta: InContextSdkMethod, + /** null **/ + stagingbnb_connectorMetas: InContextSdkMethod, + /** null **/ + stagingbnb_rootCount: InContextSdkMethod, + /** null **/ + stagingbnb_rootCounts: InContextSdkMethod, + /** null **/ + stagingbnb_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingbnb_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingbnb_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingbnb_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingbnb_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingbnb_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingbnb_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingbnb_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingbnb_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingbnb_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingbnb_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingbnb_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingbnb_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingbnb_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingbnb__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Bnb"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/introspectionSchema.ts new file mode 100644 index 0000000000..8a3f37f993 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/introspectionSchema.ts @@ -0,0 +1,44415 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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_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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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_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_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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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_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", + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "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_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_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_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": [] + } + ], + "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": "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_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": [] + } + ], + "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": [] + } + ], + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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_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_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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_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", + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_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_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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/schema.graphql new file mode 100644 index 0000000000..01f29580fe --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/schema.graphql @@ -0,0 +1,3536 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type staginglinea_AggregateRoot { + id: ID! + root: staginglinea_Bytes! + blockNumber: BigInt! +} + +type staginglinea_AggregateRootProposed { + id: ID! + aggregateRoot: staginglinea_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input staginglinea_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: staginglinea_Bytes + aggregateRoot_not: staginglinea_Bytes + aggregateRoot_in: [staginglinea_Bytes!] + aggregateRoot_not_in: [staginglinea_Bytes!] + aggregateRoot_contains: staginglinea_Bytes + aggregateRoot_not_contains: staginglinea_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input staginglinea_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: staginglinea_Bytes + root_not: staginglinea_Bytes + root_in: [staginglinea_Bytes!] + root_not_in: [staginglinea_Bytes!] + root_contains: staginglinea_Bytes + root_not_contains: staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_AggregateRoot_orderBy { + id + root + blockNumber +} + +type staginglinea_Asset { + id: ID! + key: staginglinea_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: staginglinea_Bytes + canonicalDomain: BigInt + adoptedAsset: staginglinea_Bytes + localAsset: staginglinea_Bytes + blockNumber: BigInt + status: staginglinea_AssetStatus +} + +type staginglinea_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: staginglinea_Router! + asset: staginglinea_Asset! + feesEarned: BigInt! +} + +input staginglinea_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_: staginglinea_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_: staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + asset + feesEarned +} + +type staginglinea_AssetStatus { + id: ID! + status: Boolean +} + +input staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_AssetStatus_orderBy { + id + status +} + +input staginglinea_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: staginglinea_Bytes + key_not: staginglinea_Bytes + key_in: [staginglinea_Bytes!] + key_not_in: [staginglinea_Bytes!] + key_contains: staginglinea_Bytes + key_not_contains: staginglinea_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: staginglinea_Bytes + canonicalId_not: staginglinea_Bytes + canonicalId_in: [staginglinea_Bytes!] + canonicalId_not_in: [staginglinea_Bytes!] + canonicalId_contains: staginglinea_Bytes + canonicalId_not_contains: staginglinea_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: staginglinea_Bytes + adoptedAsset_not: staginglinea_Bytes + adoptedAsset_in: [staginglinea_Bytes!] + adoptedAsset_not_in: [staginglinea_Bytes!] + adoptedAsset_contains: staginglinea_Bytes + adoptedAsset_not_contains: staginglinea_Bytes + localAsset: staginglinea_Bytes + localAsset_not: staginglinea_Bytes + localAsset_in: [staginglinea_Bytes!] + localAsset_not_in: [staginglinea_Bytes!] + localAsset_contains: staginglinea_Bytes + localAsset_not_contains: staginglinea_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_: staginglinea_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status +} + +scalar staginglinea_BigDecimal + +scalar BigInt + +input staginglinea_BlockChangedFilter { + number_gte: Int! +} + +input staginglinea_Block_height { + hash: staginglinea_Bytes + number: Int + number_gte: Int +} + +scalar staginglinea_Bytes + +type staginglinea_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: staginglinea_Bytes + rootManager: staginglinea_Bytes + mirrorConnector: staginglinea_Bytes +} + +input staginglinea_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: staginglinea_Bytes + amb_not: staginglinea_Bytes + amb_in: [staginglinea_Bytes!] + amb_not_in: [staginglinea_Bytes!] + amb_contains: staginglinea_Bytes + amb_not_contains: staginglinea_Bytes + rootManager: staginglinea_Bytes + rootManager_not: staginglinea_Bytes + rootManager_in: [staginglinea_Bytes!] + rootManager_not_in: [staginglinea_Bytes!] + rootManager_contains: staginglinea_Bytes + rootManager_not_contains: staginglinea_Bytes + mirrorConnector: staginglinea_Bytes + mirrorConnector_not: staginglinea_Bytes + mirrorConnector_in: [staginglinea_Bytes!] + mirrorConnector_not_in: [staginglinea_Bytes!] + mirrorConnector_contains: staginglinea_Bytes + mirrorConnector_not_contains: staginglinea_Bytes + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type staginglinea_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: staginglinea_Bytes + nonce: BigInt + status: staginglinea_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: staginglinea_Router_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_Router_filter): [staginglinea_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: staginglinea_Bytes + delegate: staginglinea_Bytes + receiveLocal: Boolean + callData: staginglinea_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: staginglinea_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: staginglinea_Bytes + asset: staginglinea_Asset + amount: BigInt + routersFee: BigInt + executedCaller: staginglinea_Bytes + executedTransactionHash: staginglinea_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: staginglinea_Bytes + executedTxNonce: BigInt + reconciledCaller: staginglinea_Bytes + reconciledTransactionHash: staginglinea_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: staginglinea_Bytes + reconciledTxNonce: BigInt +} + +input staginglinea_DestinationTransfer_filter { + 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: staginglinea_Bytes + transferId_not: staginglinea_Bytes + transferId_in: [staginglinea_Bytes!] + transferId_not_in: [staginglinea_Bytes!] + transferId_contains: staginglinea_Bytes + transferId_not_contains: staginglinea_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: staginglinea_TransferStatus + status_not: staginglinea_TransferStatus + status_in: [staginglinea_TransferStatus!] + status_not_in: [staginglinea_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: staginglinea_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: staginglinea_Bytes + to_not: staginglinea_Bytes + to_in: [staginglinea_Bytes!] + to_not_in: [staginglinea_Bytes!] + to_contains: staginglinea_Bytes + to_not_contains: staginglinea_Bytes + delegate: staginglinea_Bytes + delegate_not: staginglinea_Bytes + delegate_in: [staginglinea_Bytes!] + delegate_not_in: [staginglinea_Bytes!] + delegate_contains: staginglinea_Bytes + delegate_not_contains: staginglinea_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: staginglinea_Bytes + callData_not: staginglinea_Bytes + callData_in: [staginglinea_Bytes!] + callData_not_in: [staginglinea_Bytes!] + callData_contains: staginglinea_Bytes + callData_not_contains: staginglinea_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: staginglinea_Bytes + originSender_not: staginglinea_Bytes + originSender_in: [staginglinea_Bytes!] + originSender_not_in: [staginglinea_Bytes!] + originSender_contains: staginglinea_Bytes + originSender_not_contains: staginglinea_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: staginglinea_Bytes + canonicalId_not: staginglinea_Bytes + canonicalId_in: [staginglinea_Bytes!] + canonicalId_not_in: [staginglinea_Bytes!] + canonicalId_contains: staginglinea_Bytes + canonicalId_not_contains: staginglinea_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_: staginglinea_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: staginglinea_Bytes + executedCaller_not: staginglinea_Bytes + executedCaller_in: [staginglinea_Bytes!] + executedCaller_not_in: [staginglinea_Bytes!] + executedCaller_contains: staginglinea_Bytes + executedCaller_not_contains: staginglinea_Bytes + executedTransactionHash: staginglinea_Bytes + executedTransactionHash_not: staginglinea_Bytes + executedTransactionHash_in: [staginglinea_Bytes!] + executedTransactionHash_not_in: [staginglinea_Bytes!] + executedTransactionHash_contains: staginglinea_Bytes + executedTransactionHash_not_contains: staginglinea_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: staginglinea_Bytes + executedTxOrigin_not: staginglinea_Bytes + executedTxOrigin_in: [staginglinea_Bytes!] + executedTxOrigin_not_in: [staginglinea_Bytes!] + executedTxOrigin_contains: staginglinea_Bytes + executedTxOrigin_not_contains: staginglinea_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: staginglinea_Bytes + reconciledCaller_not: staginglinea_Bytes + reconciledCaller_in: [staginglinea_Bytes!] + reconciledCaller_not_in: [staginglinea_Bytes!] + reconciledCaller_contains: staginglinea_Bytes + reconciledCaller_not_contains: staginglinea_Bytes + reconciledTransactionHash: staginglinea_Bytes + reconciledTransactionHash_not: staginglinea_Bytes + reconciledTransactionHash_in: [staginglinea_Bytes!] + reconciledTransactionHash_not_in: [staginglinea_Bytes!] + reconciledTransactionHash_contains: staginglinea_Bytes + reconciledTransactionHash_not_contains: staginglinea_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: staginglinea_Bytes + reconciledTxOrigin_not: staginglinea_Bytes + reconciledTxOrigin_in: [staginglinea_Bytes!] + reconciledTxOrigin_not_in: [staginglinea_Bytes!] + reconciledTxOrigin_contains: staginglinea_Bytes + reconciledTxOrigin_not_contains: staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +type staginglinea_OptimisticRootFinalized { + id: ID! + aggregateRoot: staginglinea_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input staginglinea_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: staginglinea_Bytes + aggregateRoot_not: staginglinea_Bytes + aggregateRoot_in: [staginglinea_Bytes!] + aggregateRoot_not_in: [staginglinea_Bytes!] + aggregateRoot_contains: staginglinea_Bytes + aggregateRoot_not_contains: staginglinea_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum staginglinea_OrderDirection { + asc + desc +} + +type staginglinea_OriginMessage { + id: ID! + transferId: staginglinea_Bytes + destinationDomain: BigInt + leaf: staginglinea_Bytes + index: BigInt + message: staginglinea_Bytes + root: staginglinea_Bytes + transactionHash: staginglinea_Bytes + blockNumber: BigInt + rootCount: staginglinea_RootCount +} + +input staginglinea_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: staginglinea_Bytes + transferId_not: staginglinea_Bytes + transferId_in: [staginglinea_Bytes!] + transferId_not_in: [staginglinea_Bytes!] + transferId_contains: staginglinea_Bytes + transferId_not_contains: staginglinea_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: staginglinea_Bytes + leaf_not: staginglinea_Bytes + leaf_in: [staginglinea_Bytes!] + leaf_not_in: [staginglinea_Bytes!] + leaf_contains: staginglinea_Bytes + leaf_not_contains: staginglinea_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: staginglinea_Bytes + message_not: staginglinea_Bytes + message_in: [staginglinea_Bytes!] + message_not_in: [staginglinea_Bytes!] + message_contains: staginglinea_Bytes + message_not_contains: staginglinea_Bytes + root: staginglinea_Bytes + root_not: staginglinea_Bytes + root_in: [staginglinea_Bytes!] + root_not_in: [staginglinea_Bytes!] + root_contains: staginglinea_Bytes + root_not_contains: staginglinea_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_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_: staginglinea_RootCount_filter + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount +} + +type staginglinea_OriginTransfer { + id: ID! + chainId: BigInt + transferId: staginglinea_Bytes + nonce: BigInt + status: staginglinea_TransferStatus + messageHash: staginglinea_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: staginglinea_Bytes + delegate: staginglinea_Bytes + receiveLocal: Boolean + callData: staginglinea_Bytes + slippage: BigInt + originSender: staginglinea_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: staginglinea_Bytes + asset: staginglinea_Asset + transactingAsset: staginglinea_Bytes + message: staginglinea_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: staginglinea_RelayerFee_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_RelayerFee_filter): [staginglinea_RelayerFee!] + initialRelayerFeeAsset: staginglinea_Bytes + caller: staginglinea_Bytes + transactionHash: staginglinea_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: staginglinea_Bytes + txNonce: BigInt +} + +input staginglinea_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: staginglinea_Bytes + transferId_not: staginglinea_Bytes + transferId_in: [staginglinea_Bytes!] + transferId_not_in: [staginglinea_Bytes!] + transferId_contains: staginglinea_Bytes + transferId_not_contains: staginglinea_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: staginglinea_TransferStatus + status_not: staginglinea_TransferStatus + status_in: [staginglinea_TransferStatus!] + status_not_in: [staginglinea_TransferStatus!] + messageHash: staginglinea_Bytes + messageHash_not: staginglinea_Bytes + messageHash_in: [staginglinea_Bytes!] + messageHash_not_in: [staginglinea_Bytes!] + messageHash_contains: staginglinea_Bytes + messageHash_not_contains: staginglinea_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: staginglinea_Bytes + to_not: staginglinea_Bytes + to_in: [staginglinea_Bytes!] + to_not_in: [staginglinea_Bytes!] + to_contains: staginglinea_Bytes + to_not_contains: staginglinea_Bytes + delegate: staginglinea_Bytes + delegate_not: staginglinea_Bytes + delegate_in: [staginglinea_Bytes!] + delegate_not_in: [staginglinea_Bytes!] + delegate_contains: staginglinea_Bytes + delegate_not_contains: staginglinea_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: staginglinea_Bytes + callData_not: staginglinea_Bytes + callData_in: [staginglinea_Bytes!] + callData_not_in: [staginglinea_Bytes!] + callData_contains: staginglinea_Bytes + callData_not_contains: staginglinea_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: staginglinea_Bytes + originSender_not: staginglinea_Bytes + originSender_in: [staginglinea_Bytes!] + originSender_not_in: [staginglinea_Bytes!] + originSender_contains: staginglinea_Bytes + originSender_not_contains: staginglinea_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: staginglinea_Bytes + canonicalId_not: staginglinea_Bytes + canonicalId_in: [staginglinea_Bytes!] + canonicalId_not_in: [staginglinea_Bytes!] + canonicalId_contains: staginglinea_Bytes + canonicalId_not_contains: staginglinea_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_: staginglinea_Asset_filter + transactingAsset: staginglinea_Bytes + transactingAsset_not: staginglinea_Bytes + transactingAsset_in: [staginglinea_Bytes!] + transactingAsset_not_in: [staginglinea_Bytes!] + transactingAsset_contains: staginglinea_Bytes + transactingAsset_not_contains: staginglinea_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_: staginglinea_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_: staginglinea_RelayerFee_filter + initialRelayerFeeAsset: staginglinea_Bytes + initialRelayerFeeAsset_not: staginglinea_Bytes + initialRelayerFeeAsset_in: [staginglinea_Bytes!] + initialRelayerFeeAsset_not_in: [staginglinea_Bytes!] + initialRelayerFeeAsset_contains: staginglinea_Bytes + initialRelayerFeeAsset_not_contains: staginglinea_Bytes + caller: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_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: staginglinea_Bytes + txOrigin_not: staginglinea_Bytes + txOrigin_in: [staginglinea_Bytes!] + txOrigin_not_in: [staginglinea_Bytes!] + txOrigin_contains: staginglinea_Bytes + txOrigin_not_contains: staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + transactingAsset + message + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_Asset + staginglinea_assets( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_Asset_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_Asset!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_AssetStatus + staginglinea_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_AssetStatus_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_AssetStatus!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_AssetBalance + staginglinea_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_AssetBalance_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_AssetBalance!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_Router + staginglinea_routers( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_Router_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_Router!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RouterDailyTVL + staginglinea_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RouterDailyTVL_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RouterDailyTVL!]! + staginglinea_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RouterLiquidityEvent + staginglinea_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RouterLiquidityEvent_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RouterLiquidityEvent!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_Setting + staginglinea_settings( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_Setting_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_Setting!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_Relayer + staginglinea_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_Relayer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_Relayer!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_Sequencer + staginglinea_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_Sequencer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_Sequencer!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RelayerFee + staginglinea_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RelayerFee_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RelayerFee!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_OriginTransfer + staginglinea_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_OriginTransfer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_OriginTransfer!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_DestinationTransfer + staginglinea_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_DestinationTransfer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_DestinationTransfer!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_OriginMessage + staginglinea_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_OriginMessage_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_OriginMessage!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_AggregateRoot + staginglinea_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_AggregateRoot_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_AggregateRoot!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_ConnectorMeta + staginglinea_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_ConnectorMeta_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_ConnectorMeta!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RootCount + staginglinea_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RootCount_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RootCount!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RootMessageSent + staginglinea_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RootMessageSent_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RootMessageSent!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RelayerFeesIncrease + staginglinea_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RelayerFeesIncrease_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RelayerFeesIncrease!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_SlippageUpdate + staginglinea_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_SlippageUpdate_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_SlippageUpdate!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_SnapshotRoot + staginglinea_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_SnapshotRoot_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_SnapshotRoot!]! + staginglinea_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_SpokeConnectorMode + staginglinea_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_SpokeConnectorMode_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_SpokeConnectorMode!]! + staginglinea_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_AggregateRootProposed + staginglinea_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_AggregateRootProposed_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_AggregateRootProposed!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_OptimisticRootFinalized + staginglinea_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_OptimisticRootFinalized_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ +} + +type staginglinea_Relayer { + id: ID! + isActive: Boolean! + relayer: staginglinea_Bytes +} + +type staginglinea_RelayerFee { + id: ID! + transfer: staginglinea_OriginTransfer! + fee: BigInt! + asset: staginglinea_Bytes! +} + +input staginglinea_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_: staginglinea_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: staginglinea_Bytes + asset_not: staginglinea_Bytes + asset_in: [staginglinea_Bytes!] + asset_not_in: [staginglinea_Bytes!] + asset_contains: staginglinea_Bytes + asset_not_contains: staginglinea_Bytes + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_RelayerFee_orderBy { + id + transfer + fee + asset +} + +type staginglinea_RelayerFeesIncrease { + id: ID! + transfer: staginglinea_OriginTransfer! + increase: BigInt + asset: staginglinea_Bytes + caller: staginglinea_Bytes! + transactionHash: staginglinea_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input staginglinea_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_: staginglinea_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: staginglinea_Bytes + asset_not: staginglinea_Bytes + asset_in: [staginglinea_Bytes!] + asset_not_in: [staginglinea_Bytes!] + asset_contains: staginglinea_Bytes + asset_not_contains: staginglinea_Bytes + caller: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_RelayerFeesIncrease_orderBy { + id + transfer + increase + asset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +input staginglinea_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: staginglinea_Bytes + relayer_not: staginglinea_Bytes + relayer_in: [staginglinea_Bytes!] + relayer_not_in: [staginglinea_Bytes!] + relayer_contains: staginglinea_Bytes + relayer_not_contains: staginglinea_Bytes + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_Relayer_orderBy { + id + isActive + relayer +} + +type staginglinea_RootCount { + id: ID! + count: BigInt +} + +input staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_RootCount_orderBy { + id + count +} + +type staginglinea_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: staginglinea_Bytes + count: BigInt + caller: staginglinea_Bytes + transactionHash: staginglinea_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input staginglinea_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: staginglinea_Bytes + root_not: staginglinea_Bytes + root_in: [staginglinea_Bytes!] + root_not_in: [staginglinea_Bytes!] + root_contains: staginglinea_Bytes + root_not_contains: staginglinea_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: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type staginglinea_Router { + id: ID! + isActive: Boolean! + owner: staginglinea_Bytes + recipient: staginglinea_Bytes + proposedOwner: staginglinea_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: staginglinea_AssetBalance_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_AssetBalance_filter): [staginglinea_AssetBalance!]! +} + +type staginglinea_RouterDailyTVL { + id: ID! + router: staginglinea_Router! + asset: staginglinea_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input staginglinea_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_: staginglinea_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_: staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_RouterDailyTVL_orderBy { + id + router + asset + timestamp + balance +} + +type staginglinea_RouterLiquidityEvent { + id: ID! + type: staginglinea_RouterLiquidityEventType + router: staginglinea_Router! + asset: staginglinea_Asset! + amount: BigInt! + balance: BigInt! + caller: staginglinea_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: staginglinea_Bytes! + nonce: BigInt! +} + +enum staginglinea_RouterLiquidityEventType { + Add + Remove +} + +input staginglinea_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: staginglinea_RouterLiquidityEventType + type_not: staginglinea_RouterLiquidityEventType + type_in: [staginglinea_RouterLiquidityEventType!] + type_not_in: [staginglinea_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: staginglinea_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_: staginglinea_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_RouterLiquidityEvent_orderBy { + id + type + router + asset + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input staginglinea_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: staginglinea_Bytes + owner_not: staginglinea_Bytes + owner_in: [staginglinea_Bytes!] + owner_not_in: [staginglinea_Bytes!] + owner_contains: staginglinea_Bytes + owner_not_contains: staginglinea_Bytes + recipient: staginglinea_Bytes + recipient_not: staginglinea_Bytes + recipient_in: [staginglinea_Bytes!] + recipient_not_in: [staginglinea_Bytes!] + recipient_contains: staginglinea_Bytes + recipient_not_contains: staginglinea_Bytes + proposedOwner: staginglinea_Bytes + proposedOwner_not: staginglinea_Bytes + proposedOwner_in: [staginglinea_Bytes!] + proposedOwner_not_in: [staginglinea_Bytes!] + proposedOwner_contains: staginglinea_Bytes + proposedOwner_not_contains: staginglinea_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_: staginglinea_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type staginglinea_Sequencer { + id: ID! + isActive: Boolean! + sequencer: staginglinea_Bytes +} + +input staginglinea_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: staginglinea_Bytes + sequencer_not: staginglinea_Bytes + sequencer_in: [staginglinea_Bytes!] + sequencer_not_in: [staginglinea_Bytes!] + sequencer_contains: staginglinea_Bytes + sequencer_not_contains: staginglinea_Bytes + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_Sequencer_orderBy { + id + isActive + sequencer +} + +type staginglinea_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: staginglinea_Bytes! +} + +input staginglinea_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: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type staginglinea_SlippageUpdate { + id: ID! + transfer: staginglinea_DestinationTransfer! + slippage: BigInt! + caller: staginglinea_Bytes! + transactionHash: staginglinea_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input staginglinea_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_: staginglinea_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: staginglinea_Bytes + caller_not: staginglinea_Bytes + caller_in: [staginglinea_Bytes!] + caller_not_in: [staginglinea_Bytes!] + caller_contains: staginglinea_Bytes + caller_not_contains: staginglinea_Bytes + transactionHash: staginglinea_Bytes + transactionHash_not: staginglinea_Bytes + transactionHash_in: [staginglinea_Bytes!] + transactionHash_not_in: [staginglinea_Bytes!] + transactionHash_contains: staginglinea_Bytes + transactionHash_not_contains: staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_SlippageUpdate_orderBy { + id + transfer + slippage + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type staginglinea_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: staginglinea_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input staginglinea_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: staginglinea_Bytes + root_not: staginglinea_Bytes + root_in: [staginglinea_Bytes!] + root_not_in: [staginglinea_Bytes!] + root_contains: staginglinea_Bytes + root_not_contains: staginglinea_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: staginglinea_BlockChangedFilter +} + +enum staginglinea_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type staginglinea_SpokeConnectorMode { + id: ID! + mode: String! +} + +input staginglinea_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: staginglinea_BlockChangedFilter +} + +enum staginglinea_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_Asset + staginglinea_assets( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_Asset_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_Asset!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_AssetStatus + staginglinea_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_AssetStatus_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_AssetStatus!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_AssetBalance + staginglinea_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_AssetBalance_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_AssetBalance!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_Router + staginglinea_routers( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_Router_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_Router!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RouterDailyTVL + staginglinea_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RouterDailyTVL_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RouterDailyTVL!]! + staginglinea_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RouterLiquidityEvent + staginglinea_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RouterLiquidityEvent_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RouterLiquidityEvent!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_Setting + staginglinea_settings( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_Setting_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_Setting!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_Relayer + staginglinea_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_Relayer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_Relayer!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_Sequencer + staginglinea_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_Sequencer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_Sequencer!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RelayerFee + staginglinea_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RelayerFee_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RelayerFee!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_OriginTransfer + staginglinea_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_OriginTransfer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_OriginTransfer!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_DestinationTransfer + staginglinea_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_DestinationTransfer_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_DestinationTransfer!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_OriginMessage + staginglinea_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_OriginMessage_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_OriginMessage!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_AggregateRoot + staginglinea_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_AggregateRoot_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_AggregateRoot!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_ConnectorMeta + staginglinea_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_ConnectorMeta_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_ConnectorMeta!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RootCount + staginglinea_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RootCount_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RootCount!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RootMessageSent + staginglinea_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RootMessageSent_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RootMessageSent!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_RelayerFeesIncrease + staginglinea_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_RelayerFeesIncrease_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_RelayerFeesIncrease!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_SlippageUpdate + staginglinea_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_SlippageUpdate_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_SlippageUpdate!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_SnapshotRoot + staginglinea_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_SnapshotRoot_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_SnapshotRoot!]! + staginglinea_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_SpokeConnectorMode + staginglinea_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_SpokeConnectorMode_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_SpokeConnectorMode!]! + staginglinea_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_AggregateRootProposed + staginglinea_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_AggregateRootProposed_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_AggregateRootProposed!]! + staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): staginglinea_OptimisticRootFinalized + staginglinea_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: staginglinea_OptimisticRootFinalized_orderBy + orderDirection: staginglinea_OrderDirection + where: staginglinea_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: staginglinea_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [staginglinea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ +} + +enum staginglinea_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type staginglinea__Block_ { + """The hash of the block""" + hash: staginglinea_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 staginglinea__Meta_ { + """ + Information 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: staginglinea__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/types.ts new file mode 100644 index 0000000000..72275310f8 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Linea/types.ts @@ -0,0 +1,3475 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingLineaTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + staginglinea_BigDecimal: any; + BigInt: any; + staginglinea_Bytes: any; +}; + +export type staginglinea_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['staginglinea_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type staginglinea_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['staginglinea_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type staginglinea_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type staginglinea_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type staginglinea_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type staginglinea_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: staginglinea_Router; + asset: staginglinea_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type staginglinea_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'asset' + | 'feesEarned'; + +export type staginglinea_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type staginglinea_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; +}; + +export type staginglinea_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type staginglinea_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_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status'; + +export type staginglinea_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type staginglinea_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type staginglinea_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type staginglinea_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_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type staginglinea_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 staginglinea_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginglinea_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + routersFee?: InputMaybe; + routersFee_not?: InputMaybe; + routersFee_gt?: InputMaybe; + routersFee_lt?: InputMaybe; + routersFee_gte?: InputMaybe; + routersFee_lte?: InputMaybe; + routersFee_in?: InputMaybe>; + routersFee_not_in?: InputMaybe>; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; + executedTimestamp?: InputMaybe; + executedTimestamp_not?: InputMaybe; + executedTimestamp_gt?: InputMaybe; + executedTimestamp_lt?: InputMaybe; + executedTimestamp_gte?: InputMaybe; + executedTimestamp_lte?: InputMaybe; + executedTimestamp_in?: InputMaybe>; + executedTimestamp_not_in?: InputMaybe>; + executedGasPrice?: InputMaybe; + executedGasPrice_not?: InputMaybe; + executedGasPrice_gt?: InputMaybe; + executedGasPrice_lt?: InputMaybe; + executedGasPrice_gte?: InputMaybe; + executedGasPrice_lte?: InputMaybe; + executedGasPrice_in?: InputMaybe>; + executedGasPrice_not_in?: InputMaybe>; + executedGasLimit?: InputMaybe; + executedGasLimit_not?: InputMaybe; + executedGasLimit_gt?: InputMaybe; + executedGasLimit_lt?: InputMaybe; + executedGasLimit_gte?: InputMaybe; + executedGasLimit_lte?: InputMaybe; + executedGasLimit_in?: InputMaybe>; + executedGasLimit_not_in?: InputMaybe>; + executedBlockNumber?: InputMaybe; + executedBlockNumber_not?: InputMaybe; + executedBlockNumber_gt?: InputMaybe; + executedBlockNumber_lt?: InputMaybe; + executedBlockNumber_gte?: InputMaybe; + executedBlockNumber_lte?: InputMaybe; + executedBlockNumber_in?: InputMaybe>; + executedBlockNumber_not_in?: InputMaybe>; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; + executedTxNonce?: InputMaybe; + executedTxNonce_not?: InputMaybe; + executedTxNonce_gt?: InputMaybe; + executedTxNonce_lt?: InputMaybe; + executedTxNonce_gte?: InputMaybe; + executedTxNonce_lte?: InputMaybe; + executedTxNonce_in?: InputMaybe>; + executedTxNonce_not_in?: InputMaybe>; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; + reconciledTimestamp?: InputMaybe; + reconciledTimestamp_not?: InputMaybe; + reconciledTimestamp_gt?: InputMaybe; + reconciledTimestamp_lt?: InputMaybe; + reconciledTimestamp_gte?: InputMaybe; + reconciledTimestamp_lte?: InputMaybe; + reconciledTimestamp_in?: InputMaybe>; + reconciledTimestamp_not_in?: InputMaybe>; + reconciledGasPrice?: InputMaybe; + reconciledGasPrice_not?: InputMaybe; + reconciledGasPrice_gt?: InputMaybe; + reconciledGasPrice_lt?: InputMaybe; + reconciledGasPrice_gte?: InputMaybe; + reconciledGasPrice_lte?: InputMaybe; + reconciledGasPrice_in?: InputMaybe>; + reconciledGasPrice_not_in?: InputMaybe>; + reconciledGasLimit?: InputMaybe; + reconciledGasLimit_not?: InputMaybe; + reconciledGasLimit_gt?: InputMaybe; + reconciledGasLimit_lt?: InputMaybe; + reconciledGasLimit_gte?: InputMaybe; + reconciledGasLimit_lte?: InputMaybe; + reconciledGasLimit_in?: InputMaybe>; + reconciledGasLimit_not_in?: InputMaybe>; + reconciledBlockNumber?: InputMaybe; + reconciledBlockNumber_not?: InputMaybe; + reconciledBlockNumber_gt?: InputMaybe; + reconciledBlockNumber_lt?: InputMaybe; + reconciledBlockNumber_gte?: InputMaybe; + reconciledBlockNumber_lte?: InputMaybe; + reconciledBlockNumber_in?: InputMaybe>; + reconciledBlockNumber_not_in?: InputMaybe>; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxNonce?: InputMaybe; + reconciledTxNonce_not?: InputMaybe; + reconciledTxNonce_gt?: InputMaybe; + reconciledTxNonce_lt?: InputMaybe; + reconciledTxNonce_gte?: InputMaybe; + reconciledTxNonce_lte?: InputMaybe; + reconciledTxNonce_in?: InputMaybe>; + reconciledTxNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type staginglinea_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['staginglinea_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type staginglinea_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_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type staginglinea_OrderDirection = + | 'asc' + | 'desc'; + +export type staginglinea_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type staginglinea_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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + rootCount?: InputMaybe; + rootCount_not?: InputMaybe; + rootCount_gt?: InputMaybe; + rootCount_lt?: InputMaybe; + rootCount_gte?: InputMaybe; + rootCount_lte?: InputMaybe; + rootCount_in?: InputMaybe>; + rootCount_not_in?: InputMaybe>; + rootCount_contains?: InputMaybe; + rootCount_contains_nocase?: InputMaybe; + rootCount_not_contains?: InputMaybe; + rootCount_not_contains_nocase?: InputMaybe; + rootCount_starts_with?: InputMaybe; + rootCount_starts_with_nocase?: InputMaybe; + rootCount_not_starts_with?: InputMaybe; + rootCount_not_starts_with_nocase?: InputMaybe; + rootCount_ends_with?: InputMaybe; + rootCount_ends_with_nocase?: InputMaybe; + rootCount_not_ends_with?: InputMaybe; + rootCount_not_ends_with_nocase?: InputMaybe; + rootCount_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount'; + +export type staginglinea_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 staginglinea_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginglinea_OriginTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; + normalizedIn_lte?: InputMaybe; + normalizedIn_in?: InputMaybe>; + normalizedIn_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_contains_nocase?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_nocase?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_nocase?: InputMaybe; + message_not_starts_with?: InputMaybe; + message_not_starts_with_nocase?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_nocase?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_nocase?: InputMaybe; + message_?: InputMaybe; + bumpRelayerFeeCount?: InputMaybe; + bumpRelayerFeeCount_not?: InputMaybe; + bumpRelayerFeeCount_gt?: InputMaybe; + bumpRelayerFeeCount_lt?: InputMaybe; + bumpRelayerFeeCount_gte?: InputMaybe; + bumpRelayerFeeCount_lte?: InputMaybe; + bumpRelayerFeeCount_in?: InputMaybe>; + bumpRelayerFeeCount_not_in?: InputMaybe>; + relayerFees?: InputMaybe>; + relayerFees_not?: InputMaybe>; + relayerFees_contains?: InputMaybe>; + relayerFees_contains_nocase?: InputMaybe>; + relayerFees_not_contains?: InputMaybe>; + relayerFees_not_contains_nocase?: InputMaybe>; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'transactingAsset' + | 'message' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + staginglinea_asset?: Maybe; + staginglinea_assets: Array; + staginglinea_assetStatus?: Maybe; + staginglinea_assetStatuses: Array; + staginglinea_assetBalance?: Maybe; + staginglinea_assetBalances: Array; + staginglinea_router?: Maybe; + staginglinea_routers: Array; + staginglinea_routerDailyTVL?: Maybe; + staginglinea_routerDailyTVLs: Array; + staginglinea_routerLiquidityEvent?: Maybe; + staginglinea_routerLiquidityEvents: Array; + staginglinea_setting?: Maybe; + staginglinea_settings: Array; + staginglinea_relayer?: Maybe; + staginglinea_relayers: Array; + staginglinea_sequencer?: Maybe; + staginglinea_sequencers: Array; + staginglinea_relayerFee?: Maybe; + staginglinea_relayerFees: Array; + staginglinea_originTransfer?: Maybe; + staginglinea_originTransfers: Array; + staginglinea_destinationTransfer?: Maybe; + staginglinea_destinationTransfers: Array; + staginglinea_originMessage?: Maybe; + staginglinea_originMessages: Array; + staginglinea_aggregateRoot?: Maybe; + staginglinea_aggregateRoots: Array; + staginglinea_connectorMeta?: Maybe; + staginglinea_connectorMetas: Array; + staginglinea_rootCount?: Maybe; + staginglinea_rootCounts: Array; + staginglinea_rootMessageSent?: Maybe; + staginglinea_rootMessageSents: Array; + staginglinea_relayerFeesIncrease?: Maybe; + staginglinea_relayerFeesIncreases: Array; + staginglinea_slippageUpdate?: Maybe; + staginglinea_slippageUpdates: Array; + staginglinea_snapshotRoot?: Maybe; + staginglinea_snapshotRoots: Array; + staginglinea_spokeConnectorMode?: Maybe; + staginglinea_spokeConnectorModes: Array; + staginglinea_aggregateRootProposed?: Maybe; + staginglinea_aggregateRootProposeds: Array; + staginglinea_optimisticRootFinalized?: Maybe; + staginglinea_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + staginglinea__meta?: Maybe; +}; + + +export type Querystaginglinea_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystaginglinea__metaArgs = { + block?: InputMaybe; +}; + +export type staginglinea_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type staginglinea_RelayerFee = { + id: Scalars['ID']; + transfer: staginglinea_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['staginglinea_Bytes']; +}; + +export type staginglinea_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'fee' + | 'asset'; + +export type staginglinea_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: staginglinea_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['staginglinea_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type staginglinea_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type staginglinea_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type staginglinea_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type staginglinea_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_RootCount_orderBy = + | 'id' + | 'count'; + +export type staginglinea_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 staginglinea_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type staginglinea_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type staginglinea_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type staginglinea_RouterDailyTVL = { + id: Scalars['ID']; + router: staginglinea_Router; + asset: staginglinea_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type staginglinea_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; +}; + +export type staginglinea_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'asset' + | 'timestamp' + | 'balance'; + +export type staginglinea_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: staginglinea_Router; + asset: staginglinea_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['staginglinea_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type staginglinea_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type staginglinea_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'asset' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type staginglinea_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type staginglinea_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type staginglinea_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type staginglinea_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['staginglinea_Bytes']; +}; + +export type staginglinea_Setting_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + maxRoutersPerTransfer?: InputMaybe; + maxRoutersPerTransfer_not?: InputMaybe; + maxRoutersPerTransfer_gt?: InputMaybe; + maxRoutersPerTransfer_lt?: InputMaybe; + maxRoutersPerTransfer_gte?: InputMaybe; + maxRoutersPerTransfer_lte?: InputMaybe; + maxRoutersPerTransfer_in?: InputMaybe>; + maxRoutersPerTransfer_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type staginglinea_SlippageUpdate = { + id: Scalars['ID']; + transfer: staginglinea_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['staginglinea_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type staginglinea_SlippageUpdate_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_SlippageUpdate_orderBy = + | 'id' + | 'transfer' + | 'slippage' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type staginglinea_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['staginglinea_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type staginglinea_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_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; +}; + +export type staginglinea_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type staginglinea_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type staginglinea_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type staginglinea_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + staginglinea_asset?: Maybe; + staginglinea_assets: Array; + staginglinea_assetStatus?: Maybe; + staginglinea_assetStatuses: Array; + staginglinea_assetBalance?: Maybe; + staginglinea_assetBalances: Array; + staginglinea_router?: Maybe; + staginglinea_routers: Array; + staginglinea_routerDailyTVL?: Maybe; + staginglinea_routerDailyTVLs: Array; + staginglinea_routerLiquidityEvent?: Maybe; + staginglinea_routerLiquidityEvents: Array; + staginglinea_setting?: Maybe; + staginglinea_settings: Array; + staginglinea_relayer?: Maybe; + staginglinea_relayers: Array; + staginglinea_sequencer?: Maybe; + staginglinea_sequencers: Array; + staginglinea_relayerFee?: Maybe; + staginglinea_relayerFees: Array; + staginglinea_originTransfer?: Maybe; + staginglinea_originTransfers: Array; + staginglinea_destinationTransfer?: Maybe; + staginglinea_destinationTransfers: Array; + staginglinea_originMessage?: Maybe; + staginglinea_originMessages: Array; + staginglinea_aggregateRoot?: Maybe; + staginglinea_aggregateRoots: Array; + staginglinea_connectorMeta?: Maybe; + staginglinea_connectorMetas: Array; + staginglinea_rootCount?: Maybe; + staginglinea_rootCounts: Array; + staginglinea_rootMessageSent?: Maybe; + staginglinea_rootMessageSents: Array; + staginglinea_relayerFeesIncrease?: Maybe; + staginglinea_relayerFeesIncreases: Array; + staginglinea_slippageUpdate?: Maybe; + staginglinea_slippageUpdates: Array; + staginglinea_snapshotRoot?: Maybe; + staginglinea_snapshotRoots: Array; + staginglinea_spokeConnectorMode?: Maybe; + staginglinea_spokeConnectorModes: Array; + staginglinea_aggregateRootProposed?: Maybe; + staginglinea_aggregateRootProposeds: Array; + staginglinea_optimisticRootFinalized?: Maybe; + staginglinea_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + staginglinea__meta?: Maybe; +}; + + +export type Subscriptionstaginglinea_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstaginglinea__metaArgs = { + block?: InputMaybe; +}; + +export type staginglinea_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type staginglinea__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 staginglinea__Meta_ = { + /** + * Information 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: staginglinea__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 QuerySdk = { + /** null **/ + staginglinea_asset: InContextSdkMethod, + /** null **/ + staginglinea_assets: InContextSdkMethod, + /** null **/ + staginglinea_assetStatus: InContextSdkMethod, + /** null **/ + staginglinea_assetStatuses: InContextSdkMethod, + /** null **/ + staginglinea_assetBalance: InContextSdkMethod, + /** null **/ + staginglinea_assetBalances: InContextSdkMethod, + /** null **/ + staginglinea_router: InContextSdkMethod, + /** null **/ + staginglinea_routers: InContextSdkMethod, + /** null **/ + staginglinea_routerDailyTVL: InContextSdkMethod, + /** null **/ + staginglinea_routerDailyTVLs: InContextSdkMethod, + /** null **/ + staginglinea_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + staginglinea_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + staginglinea_setting: InContextSdkMethod, + /** null **/ + staginglinea_settings: InContextSdkMethod, + /** null **/ + staginglinea_relayer: InContextSdkMethod, + /** null **/ + staginglinea_relayers: InContextSdkMethod, + /** null **/ + staginglinea_sequencer: InContextSdkMethod, + /** null **/ + staginglinea_sequencers: InContextSdkMethod, + /** null **/ + staginglinea_relayerFee: InContextSdkMethod, + /** null **/ + staginglinea_relayerFees: InContextSdkMethod, + /** null **/ + staginglinea_originTransfer: InContextSdkMethod, + /** null **/ + staginglinea_originTransfers: InContextSdkMethod, + /** null **/ + staginglinea_destinationTransfer: InContextSdkMethod, + /** null **/ + staginglinea_destinationTransfers: InContextSdkMethod, + /** null **/ + staginglinea_originMessage: InContextSdkMethod, + /** null **/ + staginglinea_originMessages: InContextSdkMethod, + /** null **/ + staginglinea_aggregateRoot: InContextSdkMethod, + /** null **/ + staginglinea_aggregateRoots: InContextSdkMethod, + /** null **/ + staginglinea_connectorMeta: InContextSdkMethod, + /** null **/ + staginglinea_connectorMetas: InContextSdkMethod, + /** null **/ + staginglinea_rootCount: InContextSdkMethod, + /** null **/ + staginglinea_rootCounts: InContextSdkMethod, + /** null **/ + staginglinea_rootMessageSent: InContextSdkMethod, + /** null **/ + staginglinea_rootMessageSents: InContextSdkMethod, + /** null **/ + staginglinea_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + staginglinea_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + staginglinea_slippageUpdate: InContextSdkMethod, + /** null **/ + staginglinea_slippageUpdates: InContextSdkMethod, + /** null **/ + staginglinea_snapshotRoot: InContextSdkMethod, + /** null **/ + staginglinea_snapshotRoots: InContextSdkMethod, + /** null **/ + staginglinea_spokeConnectorMode: InContextSdkMethod, + /** null **/ + staginglinea_spokeConnectorModes: InContextSdkMethod, + /** null **/ + staginglinea_aggregateRootProposed: InContextSdkMethod, + /** null **/ + staginglinea_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + staginglinea_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + staginglinea_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + staginglinea__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + staginglinea_asset: InContextSdkMethod, + /** null **/ + staginglinea_assets: InContextSdkMethod, + /** null **/ + staginglinea_assetStatus: InContextSdkMethod, + /** null **/ + staginglinea_assetStatuses: InContextSdkMethod, + /** null **/ + staginglinea_assetBalance: InContextSdkMethod, + /** null **/ + staginglinea_assetBalances: InContextSdkMethod, + /** null **/ + staginglinea_router: InContextSdkMethod, + /** null **/ + staginglinea_routers: InContextSdkMethod, + /** null **/ + staginglinea_routerDailyTVL: InContextSdkMethod, + /** null **/ + staginglinea_routerDailyTVLs: InContextSdkMethod, + /** null **/ + staginglinea_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + staginglinea_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + staginglinea_setting: InContextSdkMethod, + /** null **/ + staginglinea_settings: InContextSdkMethod, + /** null **/ + staginglinea_relayer: InContextSdkMethod, + /** null **/ + staginglinea_relayers: InContextSdkMethod, + /** null **/ + staginglinea_sequencer: InContextSdkMethod, + /** null **/ + staginglinea_sequencers: InContextSdkMethod, + /** null **/ + staginglinea_relayerFee: InContextSdkMethod, + /** null **/ + staginglinea_relayerFees: InContextSdkMethod, + /** null **/ + staginglinea_originTransfer: InContextSdkMethod, + /** null **/ + staginglinea_originTransfers: InContextSdkMethod, + /** null **/ + staginglinea_destinationTransfer: InContextSdkMethod, + /** null **/ + staginglinea_destinationTransfers: InContextSdkMethod, + /** null **/ + staginglinea_originMessage: InContextSdkMethod, + /** null **/ + staginglinea_originMessages: InContextSdkMethod, + /** null **/ + staginglinea_aggregateRoot: InContextSdkMethod, + /** null **/ + staginglinea_aggregateRoots: InContextSdkMethod, + /** null **/ + staginglinea_connectorMeta: InContextSdkMethod, + /** null **/ + staginglinea_connectorMetas: InContextSdkMethod, + /** null **/ + staginglinea_rootCount: InContextSdkMethod, + /** null **/ + staginglinea_rootCounts: InContextSdkMethod, + /** null **/ + staginglinea_rootMessageSent: InContextSdkMethod, + /** null **/ + staginglinea_rootMessageSents: InContextSdkMethod, + /** null **/ + staginglinea_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + staginglinea_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + staginglinea_slippageUpdate: InContextSdkMethod, + /** null **/ + staginglinea_slippageUpdates: InContextSdkMethod, + /** null **/ + staginglinea_snapshotRoot: InContextSdkMethod, + /** null **/ + staginglinea_snapshotRoots: InContextSdkMethod, + /** null **/ + staginglinea_spokeConnectorMode: InContextSdkMethod, + /** null **/ + staginglinea_spokeConnectorModes: InContextSdkMethod, + /** null **/ + staginglinea_aggregateRootProposed: InContextSdkMethod, + /** null **/ + staginglinea_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + staginglinea_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + staginglinea_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + staginglinea__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Linea"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/introspectionSchema.ts new file mode 100644 index 0000000000..e337af032a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/introspectionSchema.ts @@ -0,0 +1,50096 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/schema.graphql new file mode 100644 index 0000000000..0eae24b030 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/schema.graphql @@ -0,0 +1,3999 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingmainnet_AggregateRoot { + id: ID! + root: stagingmainnet_Bytes! + blockNumber: BigInt! +} + +type stagingmainnet_AggregateRootProposed { + id: ID! + aggregateRoot: stagingmainnet_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmainnet_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRootProposed_filter] + or: [stagingmainnet_AggregateRootProposed_filter] +} + +enum stagingmainnet_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingmainnet_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: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRoot_filter] + or: [stagingmainnet_AggregateRoot_filter] +} + +enum stagingmainnet_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingmainnet_Aggregation_interval { + hour + day +} + +type stagingmainnet_Asset { + id: ID! + key: stagingmainnet_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingmainnet_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingmainnet_Bytes + localAsset: stagingmainnet_Bytes + blockNumber: BigInt + status: stagingmainnet_AssetStatus +} + +type stagingmainnet_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! + feesEarned: BigInt! +} + +input stagingmainnet_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_: stagingmainnet_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_: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AssetBalance_filter] + or: [stagingmainnet_AssetBalance_filter] +} + +enum stagingmainnet_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingmainnet_AssetStatus { + id: ID! + status: Boolean +} + +input stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AssetStatus_filter] + or: [stagingmainnet_AssetStatus_filter] +} + +enum stagingmainnet_AssetStatus_orderBy { + id + status +} + +input stagingmainnet_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: stagingmainnet_Bytes + key_not: stagingmainnet_Bytes + key_gt: stagingmainnet_Bytes + key_lt: stagingmainnet_Bytes + key_gte: stagingmainnet_Bytes + key_lte: stagingmainnet_Bytes + key_in: [stagingmainnet_Bytes!] + key_not_in: [stagingmainnet_Bytes!] + key_contains: stagingmainnet_Bytes + key_not_contains: stagingmainnet_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingmainnet_Bytes + canonicalId_not: stagingmainnet_Bytes + canonicalId_gt: stagingmainnet_Bytes + canonicalId_lt: stagingmainnet_Bytes + canonicalId_gte: stagingmainnet_Bytes + canonicalId_lte: stagingmainnet_Bytes + canonicalId_in: [stagingmainnet_Bytes!] + canonicalId_not_in: [stagingmainnet_Bytes!] + canonicalId_contains: stagingmainnet_Bytes + canonicalId_not_contains: stagingmainnet_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: stagingmainnet_Bytes + adoptedAsset_not: stagingmainnet_Bytes + adoptedAsset_gt: stagingmainnet_Bytes + adoptedAsset_lt: stagingmainnet_Bytes + adoptedAsset_gte: stagingmainnet_Bytes + adoptedAsset_lte: stagingmainnet_Bytes + adoptedAsset_in: [stagingmainnet_Bytes!] + adoptedAsset_not_in: [stagingmainnet_Bytes!] + adoptedAsset_contains: stagingmainnet_Bytes + adoptedAsset_not_contains: stagingmainnet_Bytes + localAsset: stagingmainnet_Bytes + localAsset_not: stagingmainnet_Bytes + localAsset_gt: stagingmainnet_Bytes + localAsset_lt: stagingmainnet_Bytes + localAsset_gte: stagingmainnet_Bytes + localAsset_lte: stagingmainnet_Bytes + localAsset_in: [stagingmainnet_Bytes!] + localAsset_not_in: [stagingmainnet_Bytes!] + localAsset_contains: stagingmainnet_Bytes + localAsset_not_contains: stagingmainnet_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_: stagingmainnet_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Asset_filter] + or: [stagingmainnet_Asset_filter] +} + +enum stagingmainnet_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingmainnet_BigDecimal + +scalar BigInt + +input stagingmainnet_BlockChangedFilter { + number_gte: Int! +} + +input stagingmainnet_Block_height { + hash: stagingmainnet_Bytes + number: Int + number_gte: Int +} + +scalar stagingmainnet_Bytes + +type stagingmainnet_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes +} + +input stagingmainnet_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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ConnectorMeta_filter] + or: [stagingmainnet_ConnectorMeta_filter] +} + +enum stagingmainnet_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingmainnet_Bytes + nonce: BigInt + status: stagingmainnet_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingmainnet_Router_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_Router_filter): [stagingmainnet_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes + receiveLocal: Boolean + callData: stagingmainnet_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingmainnet_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingmainnet_Bytes + asset: stagingmainnet_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingmainnet_Bytes + executedTransactionHash: stagingmainnet_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingmainnet_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingmainnet_Bytes + reconciledTransactionHash: stagingmainnet_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingmainnet_Bytes + reconciledTxNonce: BigInt +} + +input stagingmainnet_DestinationTransfer_filter { + 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: stagingmainnet_Bytes + transferId_not: stagingmainnet_Bytes + transferId_gt: stagingmainnet_Bytes + transferId_lt: stagingmainnet_Bytes + transferId_gte: stagingmainnet_Bytes + transferId_lte: stagingmainnet_Bytes + transferId_in: [stagingmainnet_Bytes!] + transferId_not_in: [stagingmainnet_Bytes!] + transferId_contains: stagingmainnet_Bytes + transferId_not_contains: stagingmainnet_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: stagingmainnet_TransferStatus + status_not: stagingmainnet_TransferStatus + status_in: [stagingmainnet_TransferStatus!] + status_not_in: [stagingmainnet_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingmainnet_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: stagingmainnet_Bytes + to_not: stagingmainnet_Bytes + to_gt: stagingmainnet_Bytes + to_lt: stagingmainnet_Bytes + to_gte: stagingmainnet_Bytes + to_lte: stagingmainnet_Bytes + to_in: [stagingmainnet_Bytes!] + to_not_in: [stagingmainnet_Bytes!] + to_contains: stagingmainnet_Bytes + to_not_contains: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes + delegate_not: stagingmainnet_Bytes + delegate_gt: stagingmainnet_Bytes + delegate_lt: stagingmainnet_Bytes + delegate_gte: stagingmainnet_Bytes + delegate_lte: stagingmainnet_Bytes + delegate_in: [stagingmainnet_Bytes!] + delegate_not_in: [stagingmainnet_Bytes!] + delegate_contains: stagingmainnet_Bytes + delegate_not_contains: stagingmainnet_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingmainnet_Bytes + callData_not: stagingmainnet_Bytes + callData_gt: stagingmainnet_Bytes + callData_lt: stagingmainnet_Bytes + callData_gte: stagingmainnet_Bytes + callData_lte: stagingmainnet_Bytes + callData_in: [stagingmainnet_Bytes!] + callData_not_in: [stagingmainnet_Bytes!] + callData_contains: stagingmainnet_Bytes + callData_not_contains: stagingmainnet_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: stagingmainnet_Bytes + originSender_not: stagingmainnet_Bytes + originSender_gt: stagingmainnet_Bytes + originSender_lt: stagingmainnet_Bytes + originSender_gte: stagingmainnet_Bytes + originSender_lte: stagingmainnet_Bytes + originSender_in: [stagingmainnet_Bytes!] + originSender_not_in: [stagingmainnet_Bytes!] + originSender_contains: stagingmainnet_Bytes + originSender_not_contains: stagingmainnet_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: stagingmainnet_Bytes + canonicalId_not: stagingmainnet_Bytes + canonicalId_gt: stagingmainnet_Bytes + canonicalId_lt: stagingmainnet_Bytes + canonicalId_gte: stagingmainnet_Bytes + canonicalId_lte: stagingmainnet_Bytes + canonicalId_in: [stagingmainnet_Bytes!] + canonicalId_not_in: [stagingmainnet_Bytes!] + canonicalId_contains: stagingmainnet_Bytes + canonicalId_not_contains: stagingmainnet_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_: stagingmainnet_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: stagingmainnet_Bytes + executedCaller_not: stagingmainnet_Bytes + executedCaller_gt: stagingmainnet_Bytes + executedCaller_lt: stagingmainnet_Bytes + executedCaller_gte: stagingmainnet_Bytes + executedCaller_lte: stagingmainnet_Bytes + executedCaller_in: [stagingmainnet_Bytes!] + executedCaller_not_in: [stagingmainnet_Bytes!] + executedCaller_contains: stagingmainnet_Bytes + executedCaller_not_contains: stagingmainnet_Bytes + executedTransactionHash: stagingmainnet_Bytes + executedTransactionHash_not: stagingmainnet_Bytes + executedTransactionHash_gt: stagingmainnet_Bytes + executedTransactionHash_lt: stagingmainnet_Bytes + executedTransactionHash_gte: stagingmainnet_Bytes + executedTransactionHash_lte: stagingmainnet_Bytes + executedTransactionHash_in: [stagingmainnet_Bytes!] + executedTransactionHash_not_in: [stagingmainnet_Bytes!] + executedTransactionHash_contains: stagingmainnet_Bytes + executedTransactionHash_not_contains: stagingmainnet_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: stagingmainnet_Bytes + executedTxOrigin_not: stagingmainnet_Bytes + executedTxOrigin_gt: stagingmainnet_Bytes + executedTxOrigin_lt: stagingmainnet_Bytes + executedTxOrigin_gte: stagingmainnet_Bytes + executedTxOrigin_lte: stagingmainnet_Bytes + executedTxOrigin_in: [stagingmainnet_Bytes!] + executedTxOrigin_not_in: [stagingmainnet_Bytes!] + executedTxOrigin_contains: stagingmainnet_Bytes + executedTxOrigin_not_contains: stagingmainnet_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: stagingmainnet_Bytes + reconciledCaller_not: stagingmainnet_Bytes + reconciledCaller_gt: stagingmainnet_Bytes + reconciledCaller_lt: stagingmainnet_Bytes + reconciledCaller_gte: stagingmainnet_Bytes + reconciledCaller_lte: stagingmainnet_Bytes + reconciledCaller_in: [stagingmainnet_Bytes!] + reconciledCaller_not_in: [stagingmainnet_Bytes!] + reconciledCaller_contains: stagingmainnet_Bytes + reconciledCaller_not_contains: stagingmainnet_Bytes + reconciledTransactionHash: stagingmainnet_Bytes + reconciledTransactionHash_not: stagingmainnet_Bytes + reconciledTransactionHash_gt: stagingmainnet_Bytes + reconciledTransactionHash_lt: stagingmainnet_Bytes + reconciledTransactionHash_gte: stagingmainnet_Bytes + reconciledTransactionHash_lte: stagingmainnet_Bytes + reconciledTransactionHash_in: [stagingmainnet_Bytes!] + reconciledTransactionHash_not_in: [stagingmainnet_Bytes!] + reconciledTransactionHash_contains: stagingmainnet_Bytes + reconciledTransactionHash_not_contains: stagingmainnet_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: stagingmainnet_Bytes + reconciledTxOrigin_not: stagingmainnet_Bytes + reconciledTxOrigin_gt: stagingmainnet_Bytes + reconciledTxOrigin_lt: stagingmainnet_Bytes + reconciledTxOrigin_gte: stagingmainnet_Bytes + reconciledTxOrigin_lte: stagingmainnet_Bytes + reconciledTxOrigin_in: [stagingmainnet_Bytes!] + reconciledTxOrigin_not_in: [stagingmainnet_Bytes!] + reconciledTxOrigin_contains: stagingmainnet_Bytes + reconciledTxOrigin_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_DestinationTransfer_filter] + or: [stagingmainnet_DestinationTransfer_filter] +} + +enum stagingmainnet_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingmainnet_Int8 + +type stagingmainnet_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmainnet_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: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootFinalized_filter] + or: [stagingmainnet_OptimisticRootFinalized_filter] +} + +enum stagingmainnet_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingmainnet_OrderDirection { + asc + desc +} + +type stagingmainnet_OriginMessage { + id: ID! + transferId: stagingmainnet_Bytes + destinationDomain: BigInt + leaf: stagingmainnet_Bytes + index: BigInt + message: stagingmainnet_Bytes + root: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + blockNumber: BigInt + rootCount: stagingmainnet_RootCount +} + +input stagingmainnet_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: stagingmainnet_Bytes + transferId_not: stagingmainnet_Bytes + transferId_gt: stagingmainnet_Bytes + transferId_lt: stagingmainnet_Bytes + transferId_gte: stagingmainnet_Bytes + transferId_lte: stagingmainnet_Bytes + transferId_in: [stagingmainnet_Bytes!] + transferId_not_in: [stagingmainnet_Bytes!] + transferId_contains: stagingmainnet_Bytes + transferId_not_contains: stagingmainnet_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: stagingmainnet_Bytes + leaf_not: stagingmainnet_Bytes + leaf_gt: stagingmainnet_Bytes + leaf_lt: stagingmainnet_Bytes + leaf_gte: stagingmainnet_Bytes + leaf_lte: stagingmainnet_Bytes + leaf_in: [stagingmainnet_Bytes!] + leaf_not_in: [stagingmainnet_Bytes!] + leaf_contains: stagingmainnet_Bytes + leaf_not_contains: stagingmainnet_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: stagingmainnet_Bytes + message_not: stagingmainnet_Bytes + message_gt: stagingmainnet_Bytes + message_lt: stagingmainnet_Bytes + message_gte: stagingmainnet_Bytes + message_lte: stagingmainnet_Bytes + message_in: [stagingmainnet_Bytes!] + message_not_in: [stagingmainnet_Bytes!] + message_contains: stagingmainnet_Bytes + message_not_contains: stagingmainnet_Bytes + root: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_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_: stagingmainnet_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OriginMessage_filter] + or: [stagingmainnet_OriginMessage_filter] +} + +enum stagingmainnet_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingmainnet_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingmainnet_Bytes + nonce: BigInt + status: stagingmainnet_TransferStatus + messageHash: stagingmainnet_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes + receiveLocal: Boolean + callData: stagingmainnet_Bytes + slippage: BigInt + originSender: stagingmainnet_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingmainnet_Bytes + asset: stagingmainnet_Asset + transactingAsset: stagingmainnet_Bytes + message: stagingmainnet_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmainnet_RelayerFee_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_RelayerFee_filter): [stagingmainnet_RelayerFee!] + initialRelayerFeeAsset: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingmainnet_Bytes + txNonce: BigInt +} + +input stagingmainnet_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: stagingmainnet_Bytes + transferId_not: stagingmainnet_Bytes + transferId_gt: stagingmainnet_Bytes + transferId_lt: stagingmainnet_Bytes + transferId_gte: stagingmainnet_Bytes + transferId_lte: stagingmainnet_Bytes + transferId_in: [stagingmainnet_Bytes!] + transferId_not_in: [stagingmainnet_Bytes!] + transferId_contains: stagingmainnet_Bytes + transferId_not_contains: stagingmainnet_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: stagingmainnet_TransferStatus + status_not: stagingmainnet_TransferStatus + status_in: [stagingmainnet_TransferStatus!] + status_not_in: [stagingmainnet_TransferStatus!] + messageHash: stagingmainnet_Bytes + messageHash_not: stagingmainnet_Bytes + messageHash_gt: stagingmainnet_Bytes + messageHash_lt: stagingmainnet_Bytes + messageHash_gte: stagingmainnet_Bytes + messageHash_lte: stagingmainnet_Bytes + messageHash_in: [stagingmainnet_Bytes!] + messageHash_not_in: [stagingmainnet_Bytes!] + messageHash_contains: stagingmainnet_Bytes + messageHash_not_contains: stagingmainnet_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: stagingmainnet_Bytes + to_not: stagingmainnet_Bytes + to_gt: stagingmainnet_Bytes + to_lt: stagingmainnet_Bytes + to_gte: stagingmainnet_Bytes + to_lte: stagingmainnet_Bytes + to_in: [stagingmainnet_Bytes!] + to_not_in: [stagingmainnet_Bytes!] + to_contains: stagingmainnet_Bytes + to_not_contains: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes + delegate_not: stagingmainnet_Bytes + delegate_gt: stagingmainnet_Bytes + delegate_lt: stagingmainnet_Bytes + delegate_gte: stagingmainnet_Bytes + delegate_lte: stagingmainnet_Bytes + delegate_in: [stagingmainnet_Bytes!] + delegate_not_in: [stagingmainnet_Bytes!] + delegate_contains: stagingmainnet_Bytes + delegate_not_contains: stagingmainnet_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingmainnet_Bytes + callData_not: stagingmainnet_Bytes + callData_gt: stagingmainnet_Bytes + callData_lt: stagingmainnet_Bytes + callData_gte: stagingmainnet_Bytes + callData_lte: stagingmainnet_Bytes + callData_in: [stagingmainnet_Bytes!] + callData_not_in: [stagingmainnet_Bytes!] + callData_contains: stagingmainnet_Bytes + callData_not_contains: stagingmainnet_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: stagingmainnet_Bytes + originSender_not: stagingmainnet_Bytes + originSender_gt: stagingmainnet_Bytes + originSender_lt: stagingmainnet_Bytes + originSender_gte: stagingmainnet_Bytes + originSender_lte: stagingmainnet_Bytes + originSender_in: [stagingmainnet_Bytes!] + originSender_not_in: [stagingmainnet_Bytes!] + originSender_contains: stagingmainnet_Bytes + originSender_not_contains: stagingmainnet_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: stagingmainnet_Bytes + canonicalId_not: stagingmainnet_Bytes + canonicalId_gt: stagingmainnet_Bytes + canonicalId_lt: stagingmainnet_Bytes + canonicalId_gte: stagingmainnet_Bytes + canonicalId_lte: stagingmainnet_Bytes + canonicalId_in: [stagingmainnet_Bytes!] + canonicalId_not_in: [stagingmainnet_Bytes!] + canonicalId_contains: stagingmainnet_Bytes + canonicalId_not_contains: stagingmainnet_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_: stagingmainnet_Asset_filter + transactingAsset: stagingmainnet_Bytes + transactingAsset_not: stagingmainnet_Bytes + transactingAsset_gt: stagingmainnet_Bytes + transactingAsset_lt: stagingmainnet_Bytes + transactingAsset_gte: stagingmainnet_Bytes + transactingAsset_lte: stagingmainnet_Bytes + transactingAsset_in: [stagingmainnet_Bytes!] + transactingAsset_not_in: [stagingmainnet_Bytes!] + transactingAsset_contains: stagingmainnet_Bytes + transactingAsset_not_contains: stagingmainnet_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_: stagingmainnet_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_: stagingmainnet_RelayerFee_filter + initialRelayerFeeAsset: stagingmainnet_Bytes + initialRelayerFeeAsset_not: stagingmainnet_Bytes + initialRelayerFeeAsset_gt: stagingmainnet_Bytes + initialRelayerFeeAsset_lt: stagingmainnet_Bytes + initialRelayerFeeAsset_gte: stagingmainnet_Bytes + initialRelayerFeeAsset_lte: stagingmainnet_Bytes + initialRelayerFeeAsset_in: [stagingmainnet_Bytes!] + initialRelayerFeeAsset_not_in: [stagingmainnet_Bytes!] + initialRelayerFeeAsset_contains: stagingmainnet_Bytes + initialRelayerFeeAsset_not_contains: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_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: stagingmainnet_Bytes + txOrigin_not: stagingmainnet_Bytes + txOrigin_gt: stagingmainnet_Bytes + txOrigin_lt: stagingmainnet_Bytes + txOrigin_gte: stagingmainnet_Bytes + txOrigin_lte: stagingmainnet_Bytes + txOrigin_in: [stagingmainnet_Bytes!] + txOrigin_not_in: [stagingmainnet_Bytes!] + txOrigin_contains: stagingmainnet_Bytes + txOrigin_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OriginTransfer_filter] + or: [stagingmainnet_OriginTransfer_filter] +} + +enum stagingmainnet_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_Asset + stagingmainnet_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_Asset_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_Asset!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AssetStatus + stagingmainnet_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AssetStatus_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AssetStatus!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AssetBalance + stagingmainnet_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AssetBalance_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AssetBalance!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_Router + stagingmainnet_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_Router_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_Router!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RouterDailyTVL + stagingmainnet_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RouterDailyTVL_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RouterDailyTVL!]! + stagingmainnet_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RouterLiquidityEvent + stagingmainnet_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RouterLiquidityEvent_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RouterLiquidityEvent!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_Setting + stagingmainnet_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_Setting_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_Setting!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_Relayer + stagingmainnet_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_Relayer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_Relayer!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_Sequencer + stagingmainnet_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_Sequencer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_Sequencer!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RelayerFee + stagingmainnet_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RelayerFee_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RelayerFee!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OriginTransfer + stagingmainnet_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OriginTransfer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OriginTransfer!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_DestinationTransfer + stagingmainnet_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_DestinationTransfer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_DestinationTransfer!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OriginMessage + stagingmainnet_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OriginMessage_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OriginMessage!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AggregateRoot + stagingmainnet_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AggregateRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AggregateRoot!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_ConnectorMeta + stagingmainnet_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_ConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_ConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootCount + stagingmainnet_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootCount_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootCount!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootMessageSent + stagingmainnet_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootMessageSent_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootMessageSent!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RelayerFeesIncrease + stagingmainnet_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RelayerFeesIncrease_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RelayerFeesIncrease!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_SlippageUpdate + stagingmainnet_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_SlippageUpdate_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_SlippageUpdate!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_SnapshotRoot + stagingmainnet_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_SnapshotRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_SnapshotRoot!]! + stagingmainnet_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_SpokeConnectorMode + stagingmainnet_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_SpokeConnectorMode_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_SpokeConnectorMode!]! + stagingmainnet_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AggregateRootProposed + stagingmainnet_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AggregateRootProposed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AggregateRootProposed!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OptimisticRootFinalized + stagingmainnet_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OptimisticRootFinalized_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ +} + +type stagingmainnet_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingmainnet_Bytes +} + +type stagingmainnet_RelayerFee { + id: ID! + transfer: stagingmainnet_OriginTransfer! + fee: BigInt! + asset: stagingmainnet_Bytes! +} + +input stagingmainnet_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_: stagingmainnet_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: stagingmainnet_Bytes + asset_not: stagingmainnet_Bytes + asset_gt: stagingmainnet_Bytes + asset_lt: stagingmainnet_Bytes + asset_gte: stagingmainnet_Bytes + asset_lte: stagingmainnet_Bytes + asset_in: [stagingmainnet_Bytes!] + asset_not_in: [stagingmainnet_Bytes!] + asset_contains: stagingmainnet_Bytes + asset_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RelayerFee_filter] + or: [stagingmainnet_RelayerFee_filter] +} + +enum stagingmainnet_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 stagingmainnet_RelayerFeesIncrease { + id: ID! + transfer: stagingmainnet_OriginTransfer! + increase: BigInt + asset: stagingmainnet_Bytes + caller: stagingmainnet_Bytes! + transactionHash: stagingmainnet_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingmainnet_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_: stagingmainnet_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: stagingmainnet_Bytes + asset_not: stagingmainnet_Bytes + asset_gt: stagingmainnet_Bytes + asset_lt: stagingmainnet_Bytes + asset_gte: stagingmainnet_Bytes + asset_lte: stagingmainnet_Bytes + asset_in: [stagingmainnet_Bytes!] + asset_not_in: [stagingmainnet_Bytes!] + asset_contains: stagingmainnet_Bytes + asset_not_contains: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RelayerFeesIncrease_filter] + or: [stagingmainnet_RelayerFeesIncrease_filter] +} + +enum stagingmainnet_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 stagingmainnet_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: stagingmainnet_Bytes + relayer_not: stagingmainnet_Bytes + relayer_gt: stagingmainnet_Bytes + relayer_lt: stagingmainnet_Bytes + relayer_gte: stagingmainnet_Bytes + relayer_lte: stagingmainnet_Bytes + relayer_in: [stagingmainnet_Bytes!] + relayer_not_in: [stagingmainnet_Bytes!] + relayer_contains: stagingmainnet_Bytes + relayer_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Relayer_filter] + or: [stagingmainnet_Relayer_filter] +} + +enum stagingmainnet_Relayer_orderBy { + id + isActive + relayer +} + +type stagingmainnet_RootCount { + id: ID! + count: BigInt +} + +input stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootCount_filter] + or: [stagingmainnet_RootCount_filter] +} + +enum stagingmainnet_RootCount_orderBy { + id + count +} + +type stagingmainnet_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingmainnet_Bytes + count: BigInt + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingmainnet_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: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_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: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootMessageSent_filter] + or: [stagingmainnet_RootMessageSent_filter] +} + +enum stagingmainnet_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingmainnet_Router { + id: ID! + isActive: Boolean! + owner: stagingmainnet_Bytes + recipient: stagingmainnet_Bytes + proposedOwner: stagingmainnet_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmainnet_AssetBalance_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_AssetBalance_filter): [stagingmainnet_AssetBalance!]! +} + +type stagingmainnet_RouterDailyTVL { + id: ID! + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingmainnet_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_: stagingmainnet_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_: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RouterDailyTVL_filter] + or: [stagingmainnet_RouterDailyTVL_filter] +} + +enum stagingmainnet_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingmainnet_RouterLiquidityEvent { + id: ID! + type: stagingmainnet_RouterLiquidityEventType + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingmainnet_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingmainnet_Bytes! + nonce: BigInt! +} + +enum stagingmainnet_RouterLiquidityEventType { + Add + Remove +} + +input stagingmainnet_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingmainnet_RouterLiquidityEventType + type_not: stagingmainnet_RouterLiquidityEventType + type_in: [stagingmainnet_RouterLiquidityEventType!] + type_not_in: [stagingmainnet_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingmainnet_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_: stagingmainnet_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RouterLiquidityEvent_filter] + or: [stagingmainnet_RouterLiquidityEvent_filter] +} + +enum stagingmainnet_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingmainnet_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: stagingmainnet_Bytes + owner_not: stagingmainnet_Bytes + owner_gt: stagingmainnet_Bytes + owner_lt: stagingmainnet_Bytes + owner_gte: stagingmainnet_Bytes + owner_lte: stagingmainnet_Bytes + owner_in: [stagingmainnet_Bytes!] + owner_not_in: [stagingmainnet_Bytes!] + owner_contains: stagingmainnet_Bytes + owner_not_contains: stagingmainnet_Bytes + recipient: stagingmainnet_Bytes + recipient_not: stagingmainnet_Bytes + recipient_gt: stagingmainnet_Bytes + recipient_lt: stagingmainnet_Bytes + recipient_gte: stagingmainnet_Bytes + recipient_lte: stagingmainnet_Bytes + recipient_in: [stagingmainnet_Bytes!] + recipient_not_in: [stagingmainnet_Bytes!] + recipient_contains: stagingmainnet_Bytes + recipient_not_contains: stagingmainnet_Bytes + proposedOwner: stagingmainnet_Bytes + proposedOwner_not: stagingmainnet_Bytes + proposedOwner_gt: stagingmainnet_Bytes + proposedOwner_lt: stagingmainnet_Bytes + proposedOwner_gte: stagingmainnet_Bytes + proposedOwner_lte: stagingmainnet_Bytes + proposedOwner_in: [stagingmainnet_Bytes!] + proposedOwner_not_in: [stagingmainnet_Bytes!] + proposedOwner_contains: stagingmainnet_Bytes + proposedOwner_not_contains: stagingmainnet_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_: stagingmainnet_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Router_filter] + or: [stagingmainnet_Router_filter] +} + +enum stagingmainnet_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingmainnet_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingmainnet_Bytes +} + +input stagingmainnet_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: stagingmainnet_Bytes + sequencer_not: stagingmainnet_Bytes + sequencer_gt: stagingmainnet_Bytes + sequencer_lt: stagingmainnet_Bytes + sequencer_gte: stagingmainnet_Bytes + sequencer_lte: stagingmainnet_Bytes + sequencer_in: [stagingmainnet_Bytes!] + sequencer_not_in: [stagingmainnet_Bytes!] + sequencer_contains: stagingmainnet_Bytes + sequencer_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Sequencer_filter] + or: [stagingmainnet_Sequencer_filter] +} + +enum stagingmainnet_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingmainnet_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingmainnet_Bytes! +} + +input stagingmainnet_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: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Setting_filter] + or: [stagingmainnet_Setting_filter] +} + +enum stagingmainnet_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingmainnet_SlippageUpdate { + id: ID! + transfer: stagingmainnet_DestinationTransfer! + slippage: BigInt! + caller: stagingmainnet_Bytes! + transactionHash: stagingmainnet_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingmainnet_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_: stagingmainnet_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: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SlippageUpdate_filter] + or: [stagingmainnet_SlippageUpdate_filter] +} + +enum stagingmainnet_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 stagingmainnet_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingmainnet_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingmainnet_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: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SnapshotRoot_filter] + or: [stagingmainnet_SnapshotRoot_filter] +} + +enum stagingmainnet_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingmainnet_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingmainnet_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SpokeConnectorMode_filter] + or: [stagingmainnet_SpokeConnectorMode_filter] +} + +enum stagingmainnet_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_Asset + stagingmainnet_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_Asset_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_Asset!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AssetStatus + stagingmainnet_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AssetStatus_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AssetStatus!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AssetBalance + stagingmainnet_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AssetBalance_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AssetBalance!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_Router + stagingmainnet_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_Router_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_Router!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RouterDailyTVL + stagingmainnet_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RouterDailyTVL_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RouterDailyTVL!]! + stagingmainnet_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RouterLiquidityEvent + stagingmainnet_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RouterLiquidityEvent_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RouterLiquidityEvent!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_Setting + stagingmainnet_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_Setting_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_Setting!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_Relayer + stagingmainnet_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_Relayer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_Relayer!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_Sequencer + stagingmainnet_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_Sequencer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_Sequencer!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RelayerFee + stagingmainnet_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RelayerFee_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RelayerFee!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OriginTransfer + stagingmainnet_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OriginTransfer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OriginTransfer!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_DestinationTransfer + stagingmainnet_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_DestinationTransfer_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_DestinationTransfer!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OriginMessage + stagingmainnet_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OriginMessage_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OriginMessage!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AggregateRoot + stagingmainnet_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AggregateRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AggregateRoot!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_ConnectorMeta + stagingmainnet_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_ConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_ConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootCount + stagingmainnet_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootCount_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootCount!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootMessageSent + stagingmainnet_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootMessageSent_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootMessageSent!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RelayerFeesIncrease + stagingmainnet_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RelayerFeesIncrease_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RelayerFeesIncrease!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_SlippageUpdate + stagingmainnet_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_SlippageUpdate_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_SlippageUpdate!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_SnapshotRoot + stagingmainnet_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_SnapshotRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_SnapshotRoot!]! + stagingmainnet_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_SpokeConnectorMode + stagingmainnet_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_SpokeConnectorMode_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_SpokeConnectorMode!]! + stagingmainnet_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AggregateRootProposed + stagingmainnet_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AggregateRootProposed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AggregateRootProposed!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OptimisticRootFinalized + stagingmainnet_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OptimisticRootFinalized_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ +} + +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +enum stagingmainnet_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingmainnet__Block_ { + """The hash of the block""" + hash: stagingmainnet_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingmainnet_Bytes +} + +"""The type for the top-level _meta field""" +type stagingmainnet__Meta_ { + """ + Information 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: stagingmainnet__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/types.ts new file mode 100644 index 0000000000..2d12e45f71 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mainnet/types.ts @@ -0,0 +1,3927 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingMainnetTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingmainnet_BigDecimal: any; + BigInt: any; + stagingmainnet_Bytes: any; + stagingmainnet_Int8: any; + Timestamp: any; +}; + +export type stagingmainnet_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingmainnet_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmainnet_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmainnet_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingmainnet_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 stagingmainnet_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingmainnet_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingmainnet_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingmainnet_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingmainnet_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 stagingmainnet_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingmainnet_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingmainnet_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 stagingmainnet_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingmainnet_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingmainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingmainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingmainnet_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingmainnet_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 stagingmainnet_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_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 stagingmainnet_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmainnet_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 stagingmainnet_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingmainnet_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmainnet_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingmainnet_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmainnet_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingmainnet_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 stagingmainnet_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingmainnet_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 stagingmainnet_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmainnet_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 stagingmainnet_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingmainnet_asset?: Maybe; + stagingmainnet_assets: Array; + stagingmainnet_assetStatus?: Maybe; + stagingmainnet_assetStatuses: Array; + stagingmainnet_assetBalance?: Maybe; + stagingmainnet_assetBalances: Array; + stagingmainnet_router?: Maybe; + stagingmainnet_routers: Array; + stagingmainnet_routerDailyTVL?: Maybe; + stagingmainnet_routerDailyTVLs: Array; + stagingmainnet_routerLiquidityEvent?: Maybe; + stagingmainnet_routerLiquidityEvents: Array; + stagingmainnet_setting?: Maybe; + stagingmainnet_settings: Array; + stagingmainnet_relayer?: Maybe; + stagingmainnet_relayers: Array; + stagingmainnet_sequencer?: Maybe; + stagingmainnet_sequencers: Array; + stagingmainnet_relayerFee?: Maybe; + stagingmainnet_relayerFees: Array; + stagingmainnet_originTransfer?: Maybe; + stagingmainnet_originTransfers: Array; + stagingmainnet_destinationTransfer?: Maybe; + stagingmainnet_destinationTransfers: Array; + stagingmainnet_originMessage?: Maybe; + stagingmainnet_originMessages: Array; + stagingmainnet_aggregateRoot?: Maybe; + stagingmainnet_aggregateRoots: Array; + stagingmainnet_connectorMeta?: Maybe; + stagingmainnet_connectorMetas: Array; + stagingmainnet_rootCount?: Maybe; + stagingmainnet_rootCounts: Array; + stagingmainnet_rootMessageSent?: Maybe; + stagingmainnet_rootMessageSents: Array; + stagingmainnet_relayerFeesIncrease?: Maybe; + stagingmainnet_relayerFeesIncreases: Array; + stagingmainnet_slippageUpdate?: Maybe; + stagingmainnet_slippageUpdates: Array; + stagingmainnet_snapshotRoot?: Maybe; + stagingmainnet_snapshotRoots: Array; + stagingmainnet_spokeConnectorMode?: Maybe; + stagingmainnet_spokeConnectorModes: Array; + stagingmainnet_aggregateRootProposed?: Maybe; + stagingmainnet_aggregateRootProposeds: Array; + stagingmainnet_optimisticRootFinalized?: Maybe; + stagingmainnet_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingmainnet__meta?: Maybe; +}; + + +export type Querystagingmainnet_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet__metaArgs = { + block?: InputMaybe; +}; + +export type stagingmainnet_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingmainnet_RelayerFee = { + id: Scalars['ID']; + transfer: stagingmainnet_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingmainnet_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingmainnet_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_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 stagingmainnet_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingmainnet_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingmainnet_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 stagingmainnet_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingmainnet_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingmainnet_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmainnet_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingmainnet_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 stagingmainnet_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingmainnet_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingmainnet_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmainnet_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingmainnet_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingmainnet_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 stagingmainnet_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingmainnet_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingmainnet_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 stagingmainnet_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingmainnet_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_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 stagingmainnet_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingmainnet_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingmainnet_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingmainnet_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingmainnet_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmainnet_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 stagingmainnet_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingmainnet_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingmainnet_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingmainnet_asset?: Maybe; + stagingmainnet_assets: Array; + stagingmainnet_assetStatus?: Maybe; + stagingmainnet_assetStatuses: Array; + stagingmainnet_assetBalance?: Maybe; + stagingmainnet_assetBalances: Array; + stagingmainnet_router?: Maybe; + stagingmainnet_routers: Array; + stagingmainnet_routerDailyTVL?: Maybe; + stagingmainnet_routerDailyTVLs: Array; + stagingmainnet_routerLiquidityEvent?: Maybe; + stagingmainnet_routerLiquidityEvents: Array; + stagingmainnet_setting?: Maybe; + stagingmainnet_settings: Array; + stagingmainnet_relayer?: Maybe; + stagingmainnet_relayers: Array; + stagingmainnet_sequencer?: Maybe; + stagingmainnet_sequencers: Array; + stagingmainnet_relayerFee?: Maybe; + stagingmainnet_relayerFees: Array; + stagingmainnet_originTransfer?: Maybe; + stagingmainnet_originTransfers: Array; + stagingmainnet_destinationTransfer?: Maybe; + stagingmainnet_destinationTransfers: Array; + stagingmainnet_originMessage?: Maybe; + stagingmainnet_originMessages: Array; + stagingmainnet_aggregateRoot?: Maybe; + stagingmainnet_aggregateRoots: Array; + stagingmainnet_connectorMeta?: Maybe; + stagingmainnet_connectorMetas: Array; + stagingmainnet_rootCount?: Maybe; + stagingmainnet_rootCounts: Array; + stagingmainnet_rootMessageSent?: Maybe; + stagingmainnet_rootMessageSents: Array; + stagingmainnet_relayerFeesIncrease?: Maybe; + stagingmainnet_relayerFeesIncreases: Array; + stagingmainnet_slippageUpdate?: Maybe; + stagingmainnet_slippageUpdates: Array; + stagingmainnet_snapshotRoot?: Maybe; + stagingmainnet_snapshotRoots: Array; + stagingmainnet_spokeConnectorMode?: Maybe; + stagingmainnet_spokeConnectorModes: Array; + stagingmainnet_aggregateRootProposed?: Maybe; + stagingmainnet_aggregateRootProposeds: Array; + stagingmainnet_optimisticRootFinalized?: Maybe; + stagingmainnet_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingmainnet__meta?: Maybe; +}; + + +export type Subscriptionstagingmainnet_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet__metaArgs = { + block?: InputMaybe; +}; + +export type stagingmainnet_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingmainnet__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingmainnet__Meta_ = { + /** + * Information 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: stagingmainnet__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 QuerySdk = { + /** null **/ + stagingmainnet_asset: InContextSdkMethod, + /** null **/ + stagingmainnet_assets: InContextSdkMethod, + /** null **/ + stagingmainnet_assetStatus: InContextSdkMethod, + /** null **/ + stagingmainnet_assetStatuses: InContextSdkMethod, + /** null **/ + stagingmainnet_assetBalance: InContextSdkMethod, + /** null **/ + stagingmainnet_assetBalances: InContextSdkMethod, + /** null **/ + stagingmainnet_router: InContextSdkMethod, + /** null **/ + stagingmainnet_routers: InContextSdkMethod, + /** null **/ + stagingmainnet_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingmainnet_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingmainnet_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingmainnet_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingmainnet_setting: InContextSdkMethod, + /** null **/ + stagingmainnet_settings: InContextSdkMethod, + /** null **/ + stagingmainnet_relayer: InContextSdkMethod, + /** null **/ + stagingmainnet_relayers: InContextSdkMethod, + /** null **/ + stagingmainnet_sequencer: InContextSdkMethod, + /** null **/ + stagingmainnet_sequencers: InContextSdkMethod, + /** null **/ + stagingmainnet_relayerFee: InContextSdkMethod, + /** null **/ + stagingmainnet_relayerFees: InContextSdkMethod, + /** null **/ + stagingmainnet_originTransfer: InContextSdkMethod, + /** null **/ + stagingmainnet_originTransfers: InContextSdkMethod, + /** null **/ + stagingmainnet_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingmainnet_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingmainnet_originMessage: InContextSdkMethod, + /** null **/ + stagingmainnet_originMessages: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingmainnet_connectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_connectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_rootCount: InContextSdkMethod, + /** null **/ + stagingmainnet_rootCounts: InContextSdkMethod, + /** null **/ + stagingmainnet_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingmainnet_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingmainnet_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingmainnet_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingmainnet_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingmainnet_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingmainnet_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingmainnet_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingmainnet_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingmainnet_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingmainnet__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingmainnet_asset: InContextSdkMethod, + /** null **/ + stagingmainnet_assets: InContextSdkMethod, + /** null **/ + stagingmainnet_assetStatus: InContextSdkMethod, + /** null **/ + stagingmainnet_assetStatuses: InContextSdkMethod, + /** null **/ + stagingmainnet_assetBalance: InContextSdkMethod, + /** null **/ + stagingmainnet_assetBalances: InContextSdkMethod, + /** null **/ + stagingmainnet_router: InContextSdkMethod, + /** null **/ + stagingmainnet_routers: InContextSdkMethod, + /** null **/ + stagingmainnet_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingmainnet_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingmainnet_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingmainnet_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingmainnet_setting: InContextSdkMethod, + /** null **/ + stagingmainnet_settings: InContextSdkMethod, + /** null **/ + stagingmainnet_relayer: InContextSdkMethod, + /** null **/ + stagingmainnet_relayers: InContextSdkMethod, + /** null **/ + stagingmainnet_sequencer: InContextSdkMethod, + /** null **/ + stagingmainnet_sequencers: InContextSdkMethod, + /** null **/ + stagingmainnet_relayerFee: InContextSdkMethod, + /** null **/ + stagingmainnet_relayerFees: InContextSdkMethod, + /** null **/ + stagingmainnet_originTransfer: InContextSdkMethod, + /** null **/ + stagingmainnet_originTransfers: InContextSdkMethod, + /** null **/ + stagingmainnet_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingmainnet_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingmainnet_originMessage: InContextSdkMethod, + /** null **/ + stagingmainnet_originMessages: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingmainnet_connectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_connectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_rootCount: InContextSdkMethod, + /** null **/ + stagingmainnet_rootCounts: InContextSdkMethod, + /** null **/ + stagingmainnet_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingmainnet_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingmainnet_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingmainnet_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingmainnet_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingmainnet_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingmainnet_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingmainnet_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingmainnet_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingmainnet_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingmainnet__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Mainnet"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/introspectionSchema.ts new file mode 100644 index 0000000000..7e600dea4c --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/introspectionSchema.ts @@ -0,0 +1,50036 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/schema.graphql new file mode 100644 index 0000000000..f36e978778 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/schema.graphql @@ -0,0 +1,3986 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingmantle_AggregateRoot { + id: ID! + root: stagingmantle_Bytes! + blockNumber: BigInt! +} + +type stagingmantle_AggregateRootProposed { + id: ID! + aggregateRoot: stagingmantle_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmantle_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingmantle_Bytes + aggregateRoot_not: stagingmantle_Bytes + aggregateRoot_gt: stagingmantle_Bytes + aggregateRoot_lt: stagingmantle_Bytes + aggregateRoot_gte: stagingmantle_Bytes + aggregateRoot_lte: stagingmantle_Bytes + aggregateRoot_in: [stagingmantle_Bytes!] + aggregateRoot_not_in: [stagingmantle_Bytes!] + aggregateRoot_contains: stagingmantle_Bytes + aggregateRoot_not_contains: stagingmantle_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_AggregateRootProposed_filter] + or: [stagingmantle_AggregateRootProposed_filter] +} + +enum stagingmantle_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingmantle_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: stagingmantle_Bytes + root_not: stagingmantle_Bytes + root_gt: stagingmantle_Bytes + root_lt: stagingmantle_Bytes + root_gte: stagingmantle_Bytes + root_lte: stagingmantle_Bytes + root_in: [stagingmantle_Bytes!] + root_not_in: [stagingmantle_Bytes!] + root_contains: stagingmantle_Bytes + root_not_contains: stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_AggregateRoot_filter] + or: [stagingmantle_AggregateRoot_filter] +} + +enum stagingmantle_AggregateRoot_orderBy { + id + root + blockNumber +} + +type stagingmantle_Asset { + id: ID! + key: stagingmantle_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingmantle_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingmantle_Bytes + localAsset: stagingmantle_Bytes + blockNumber: BigInt + status: stagingmantle_AssetStatus +} + +type stagingmantle_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingmantle_Router! + asset: stagingmantle_Asset! + feesEarned: BigInt! +} + +input stagingmantle_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_: stagingmantle_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_: stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_AssetBalance_filter] + or: [stagingmantle_AssetBalance_filter] +} + +enum stagingmantle_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingmantle_AssetStatus { + id: ID! + status: Boolean +} + +input stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_AssetStatus_filter] + or: [stagingmantle_AssetStatus_filter] +} + +enum stagingmantle_AssetStatus_orderBy { + id + status +} + +input stagingmantle_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: stagingmantle_Bytes + key_not: stagingmantle_Bytes + key_gt: stagingmantle_Bytes + key_lt: stagingmantle_Bytes + key_gte: stagingmantle_Bytes + key_lte: stagingmantle_Bytes + key_in: [stagingmantle_Bytes!] + key_not_in: [stagingmantle_Bytes!] + key_contains: stagingmantle_Bytes + key_not_contains: stagingmantle_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingmantle_Bytes + canonicalId_not: stagingmantle_Bytes + canonicalId_gt: stagingmantle_Bytes + canonicalId_lt: stagingmantle_Bytes + canonicalId_gte: stagingmantle_Bytes + canonicalId_lte: stagingmantle_Bytes + canonicalId_in: [stagingmantle_Bytes!] + canonicalId_not_in: [stagingmantle_Bytes!] + canonicalId_contains: stagingmantle_Bytes + canonicalId_not_contains: stagingmantle_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: stagingmantle_Bytes + adoptedAsset_not: stagingmantle_Bytes + adoptedAsset_gt: stagingmantle_Bytes + adoptedAsset_lt: stagingmantle_Bytes + adoptedAsset_gte: stagingmantle_Bytes + adoptedAsset_lte: stagingmantle_Bytes + adoptedAsset_in: [stagingmantle_Bytes!] + adoptedAsset_not_in: [stagingmantle_Bytes!] + adoptedAsset_contains: stagingmantle_Bytes + adoptedAsset_not_contains: stagingmantle_Bytes + localAsset: stagingmantle_Bytes + localAsset_not: stagingmantle_Bytes + localAsset_gt: stagingmantle_Bytes + localAsset_lt: stagingmantle_Bytes + localAsset_gte: stagingmantle_Bytes + localAsset_lte: stagingmantle_Bytes + localAsset_in: [stagingmantle_Bytes!] + localAsset_not_in: [stagingmantle_Bytes!] + localAsset_contains: stagingmantle_Bytes + localAsset_not_contains: stagingmantle_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_: stagingmantle_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Asset_filter] + or: [stagingmantle_Asset_filter] +} + +enum stagingmantle_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingmantle_BigDecimal + +scalar BigInt + +input stagingmantle_BlockChangedFilter { + number_gte: Int! +} + +input stagingmantle_Block_height { + hash: stagingmantle_Bytes + number: Int + number_gte: Int +} + +scalar stagingmantle_Bytes + +type stagingmantle_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingmantle_Bytes + rootManager: stagingmantle_Bytes + mirrorConnector: stagingmantle_Bytes +} + +input stagingmantle_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: stagingmantle_Bytes + amb_not: stagingmantle_Bytes + amb_gt: stagingmantle_Bytes + amb_lt: stagingmantle_Bytes + amb_gte: stagingmantle_Bytes + amb_lte: stagingmantle_Bytes + amb_in: [stagingmantle_Bytes!] + amb_not_in: [stagingmantle_Bytes!] + amb_contains: stagingmantle_Bytes + amb_not_contains: stagingmantle_Bytes + rootManager: stagingmantle_Bytes + rootManager_not: stagingmantle_Bytes + rootManager_gt: stagingmantle_Bytes + rootManager_lt: stagingmantle_Bytes + rootManager_gte: stagingmantle_Bytes + rootManager_lte: stagingmantle_Bytes + rootManager_in: [stagingmantle_Bytes!] + rootManager_not_in: [stagingmantle_Bytes!] + rootManager_contains: stagingmantle_Bytes + rootManager_not_contains: stagingmantle_Bytes + mirrorConnector: stagingmantle_Bytes + mirrorConnector_not: stagingmantle_Bytes + mirrorConnector_gt: stagingmantle_Bytes + mirrorConnector_lt: stagingmantle_Bytes + mirrorConnector_gte: stagingmantle_Bytes + mirrorConnector_lte: stagingmantle_Bytes + mirrorConnector_in: [stagingmantle_Bytes!] + mirrorConnector_not_in: [stagingmantle_Bytes!] + mirrorConnector_contains: stagingmantle_Bytes + mirrorConnector_not_contains: stagingmantle_Bytes + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_ConnectorMeta_filter] + or: [stagingmantle_ConnectorMeta_filter] +} + +enum stagingmantle_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmantle_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingmantle_Bytes + nonce: BigInt + status: stagingmantle_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingmantle_Router_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_Router_filter): [stagingmantle_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingmantle_Bytes + delegate: stagingmantle_Bytes + receiveLocal: Boolean + callData: stagingmantle_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingmantle_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingmantle_Bytes + asset: stagingmantle_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingmantle_Bytes + executedTransactionHash: stagingmantle_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingmantle_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingmantle_Bytes + reconciledTransactionHash: stagingmantle_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingmantle_Bytes + reconciledTxNonce: BigInt +} + +input stagingmantle_DestinationTransfer_filter { + 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: stagingmantle_Bytes + transferId_not: stagingmantle_Bytes + transferId_gt: stagingmantle_Bytes + transferId_lt: stagingmantle_Bytes + transferId_gte: stagingmantle_Bytes + transferId_lte: stagingmantle_Bytes + transferId_in: [stagingmantle_Bytes!] + transferId_not_in: [stagingmantle_Bytes!] + transferId_contains: stagingmantle_Bytes + transferId_not_contains: stagingmantle_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: stagingmantle_TransferStatus + status_not: stagingmantle_TransferStatus + status_in: [stagingmantle_TransferStatus!] + status_not_in: [stagingmantle_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingmantle_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: stagingmantle_Bytes + to_not: stagingmantle_Bytes + to_gt: stagingmantle_Bytes + to_lt: stagingmantle_Bytes + to_gte: stagingmantle_Bytes + to_lte: stagingmantle_Bytes + to_in: [stagingmantle_Bytes!] + to_not_in: [stagingmantle_Bytes!] + to_contains: stagingmantle_Bytes + to_not_contains: stagingmantle_Bytes + delegate: stagingmantle_Bytes + delegate_not: stagingmantle_Bytes + delegate_gt: stagingmantle_Bytes + delegate_lt: stagingmantle_Bytes + delegate_gte: stagingmantle_Bytes + delegate_lte: stagingmantle_Bytes + delegate_in: [stagingmantle_Bytes!] + delegate_not_in: [stagingmantle_Bytes!] + delegate_contains: stagingmantle_Bytes + delegate_not_contains: stagingmantle_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingmantle_Bytes + callData_not: stagingmantle_Bytes + callData_gt: stagingmantle_Bytes + callData_lt: stagingmantle_Bytes + callData_gte: stagingmantle_Bytes + callData_lte: stagingmantle_Bytes + callData_in: [stagingmantle_Bytes!] + callData_not_in: [stagingmantle_Bytes!] + callData_contains: stagingmantle_Bytes + callData_not_contains: stagingmantle_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: stagingmantle_Bytes + originSender_not: stagingmantle_Bytes + originSender_gt: stagingmantle_Bytes + originSender_lt: stagingmantle_Bytes + originSender_gte: stagingmantle_Bytes + originSender_lte: stagingmantle_Bytes + originSender_in: [stagingmantle_Bytes!] + originSender_not_in: [stagingmantle_Bytes!] + originSender_contains: stagingmantle_Bytes + originSender_not_contains: stagingmantle_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: stagingmantle_Bytes + canonicalId_not: stagingmantle_Bytes + canonicalId_gt: stagingmantle_Bytes + canonicalId_lt: stagingmantle_Bytes + canonicalId_gte: stagingmantle_Bytes + canonicalId_lte: stagingmantle_Bytes + canonicalId_in: [stagingmantle_Bytes!] + canonicalId_not_in: [stagingmantle_Bytes!] + canonicalId_contains: stagingmantle_Bytes + canonicalId_not_contains: stagingmantle_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_: stagingmantle_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: stagingmantle_Bytes + executedCaller_not: stagingmantle_Bytes + executedCaller_gt: stagingmantle_Bytes + executedCaller_lt: stagingmantle_Bytes + executedCaller_gte: stagingmantle_Bytes + executedCaller_lte: stagingmantle_Bytes + executedCaller_in: [stagingmantle_Bytes!] + executedCaller_not_in: [stagingmantle_Bytes!] + executedCaller_contains: stagingmantle_Bytes + executedCaller_not_contains: stagingmantle_Bytes + executedTransactionHash: stagingmantle_Bytes + executedTransactionHash_not: stagingmantle_Bytes + executedTransactionHash_gt: stagingmantle_Bytes + executedTransactionHash_lt: stagingmantle_Bytes + executedTransactionHash_gte: stagingmantle_Bytes + executedTransactionHash_lte: stagingmantle_Bytes + executedTransactionHash_in: [stagingmantle_Bytes!] + executedTransactionHash_not_in: [stagingmantle_Bytes!] + executedTransactionHash_contains: stagingmantle_Bytes + executedTransactionHash_not_contains: stagingmantle_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: stagingmantle_Bytes + executedTxOrigin_not: stagingmantle_Bytes + executedTxOrigin_gt: stagingmantle_Bytes + executedTxOrigin_lt: stagingmantle_Bytes + executedTxOrigin_gte: stagingmantle_Bytes + executedTxOrigin_lte: stagingmantle_Bytes + executedTxOrigin_in: [stagingmantle_Bytes!] + executedTxOrigin_not_in: [stagingmantle_Bytes!] + executedTxOrigin_contains: stagingmantle_Bytes + executedTxOrigin_not_contains: stagingmantle_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: stagingmantle_Bytes + reconciledCaller_not: stagingmantle_Bytes + reconciledCaller_gt: stagingmantle_Bytes + reconciledCaller_lt: stagingmantle_Bytes + reconciledCaller_gte: stagingmantle_Bytes + reconciledCaller_lte: stagingmantle_Bytes + reconciledCaller_in: [stagingmantle_Bytes!] + reconciledCaller_not_in: [stagingmantle_Bytes!] + reconciledCaller_contains: stagingmantle_Bytes + reconciledCaller_not_contains: stagingmantle_Bytes + reconciledTransactionHash: stagingmantle_Bytes + reconciledTransactionHash_not: stagingmantle_Bytes + reconciledTransactionHash_gt: stagingmantle_Bytes + reconciledTransactionHash_lt: stagingmantle_Bytes + reconciledTransactionHash_gte: stagingmantle_Bytes + reconciledTransactionHash_lte: stagingmantle_Bytes + reconciledTransactionHash_in: [stagingmantle_Bytes!] + reconciledTransactionHash_not_in: [stagingmantle_Bytes!] + reconciledTransactionHash_contains: stagingmantle_Bytes + reconciledTransactionHash_not_contains: stagingmantle_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: stagingmantle_Bytes + reconciledTxOrigin_not: stagingmantle_Bytes + reconciledTxOrigin_gt: stagingmantle_Bytes + reconciledTxOrigin_lt: stagingmantle_Bytes + reconciledTxOrigin_gte: stagingmantle_Bytes + reconciledTxOrigin_lte: stagingmantle_Bytes + reconciledTxOrigin_in: [stagingmantle_Bytes!] + reconciledTxOrigin_not_in: [stagingmantle_Bytes!] + reconciledTxOrigin_contains: stagingmantle_Bytes + reconciledTxOrigin_not_contains: stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_DestinationTransfer_filter] + or: [stagingmantle_DestinationTransfer_filter] +} + +enum stagingmantle_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingmantle_Int8 + +type stagingmantle_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingmantle_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmantle_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: stagingmantle_Bytes + aggregateRoot_not: stagingmantle_Bytes + aggregateRoot_gt: stagingmantle_Bytes + aggregateRoot_lt: stagingmantle_Bytes + aggregateRoot_gte: stagingmantle_Bytes + aggregateRoot_lte: stagingmantle_Bytes + aggregateRoot_in: [stagingmantle_Bytes!] + aggregateRoot_not_in: [stagingmantle_Bytes!] + aggregateRoot_contains: stagingmantle_Bytes + aggregateRoot_not_contains: stagingmantle_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_OptimisticRootFinalized_filter] + or: [stagingmantle_OptimisticRootFinalized_filter] +} + +enum stagingmantle_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingmantle_OrderDirection { + asc + desc +} + +type stagingmantle_OriginMessage { + id: ID! + transferId: stagingmantle_Bytes + destinationDomain: BigInt + leaf: stagingmantle_Bytes + index: BigInt + message: stagingmantle_Bytes + root: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + blockNumber: BigInt + rootCount: stagingmantle_RootCount +} + +input stagingmantle_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: stagingmantle_Bytes + transferId_not: stagingmantle_Bytes + transferId_gt: stagingmantle_Bytes + transferId_lt: stagingmantle_Bytes + transferId_gte: stagingmantle_Bytes + transferId_lte: stagingmantle_Bytes + transferId_in: [stagingmantle_Bytes!] + transferId_not_in: [stagingmantle_Bytes!] + transferId_contains: stagingmantle_Bytes + transferId_not_contains: stagingmantle_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: stagingmantle_Bytes + leaf_not: stagingmantle_Bytes + leaf_gt: stagingmantle_Bytes + leaf_lt: stagingmantle_Bytes + leaf_gte: stagingmantle_Bytes + leaf_lte: stagingmantle_Bytes + leaf_in: [stagingmantle_Bytes!] + leaf_not_in: [stagingmantle_Bytes!] + leaf_contains: stagingmantle_Bytes + leaf_not_contains: stagingmantle_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: stagingmantle_Bytes + message_not: stagingmantle_Bytes + message_gt: stagingmantle_Bytes + message_lt: stagingmantle_Bytes + message_gte: stagingmantle_Bytes + message_lte: stagingmantle_Bytes + message_in: [stagingmantle_Bytes!] + message_not_in: [stagingmantle_Bytes!] + message_contains: stagingmantle_Bytes + message_not_contains: stagingmantle_Bytes + root: stagingmantle_Bytes + root_not: stagingmantle_Bytes + root_gt: stagingmantle_Bytes + root_lt: stagingmantle_Bytes + root_gte: stagingmantle_Bytes + root_lte: stagingmantle_Bytes + root_in: [stagingmantle_Bytes!] + root_not_in: [stagingmantle_Bytes!] + root_contains: stagingmantle_Bytes + root_not_contains: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_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_: stagingmantle_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_OriginMessage_filter] + or: [stagingmantle_OriginMessage_filter] +} + +enum stagingmantle_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingmantle_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingmantle_Bytes + nonce: BigInt + status: stagingmantle_TransferStatus + messageHash: stagingmantle_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingmantle_Bytes + delegate: stagingmantle_Bytes + receiveLocal: Boolean + callData: stagingmantle_Bytes + slippage: BigInt + originSender: stagingmantle_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingmantle_Bytes + asset: stagingmantle_Asset + transactingAsset: stagingmantle_Bytes + message: stagingmantle_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmantle_RelayerFee_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_RelayerFee_filter): [stagingmantle_RelayerFee!] + initialRelayerFeeAsset: stagingmantle_Bytes + caller: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingmantle_Bytes + txNonce: BigInt +} + +input stagingmantle_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: stagingmantle_Bytes + transferId_not: stagingmantle_Bytes + transferId_gt: stagingmantle_Bytes + transferId_lt: stagingmantle_Bytes + transferId_gte: stagingmantle_Bytes + transferId_lte: stagingmantle_Bytes + transferId_in: [stagingmantle_Bytes!] + transferId_not_in: [stagingmantle_Bytes!] + transferId_contains: stagingmantle_Bytes + transferId_not_contains: stagingmantle_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: stagingmantle_TransferStatus + status_not: stagingmantle_TransferStatus + status_in: [stagingmantle_TransferStatus!] + status_not_in: [stagingmantle_TransferStatus!] + messageHash: stagingmantle_Bytes + messageHash_not: stagingmantle_Bytes + messageHash_gt: stagingmantle_Bytes + messageHash_lt: stagingmantle_Bytes + messageHash_gte: stagingmantle_Bytes + messageHash_lte: stagingmantle_Bytes + messageHash_in: [stagingmantle_Bytes!] + messageHash_not_in: [stagingmantle_Bytes!] + messageHash_contains: stagingmantle_Bytes + messageHash_not_contains: stagingmantle_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: stagingmantle_Bytes + to_not: stagingmantle_Bytes + to_gt: stagingmantle_Bytes + to_lt: stagingmantle_Bytes + to_gte: stagingmantle_Bytes + to_lte: stagingmantle_Bytes + to_in: [stagingmantle_Bytes!] + to_not_in: [stagingmantle_Bytes!] + to_contains: stagingmantle_Bytes + to_not_contains: stagingmantle_Bytes + delegate: stagingmantle_Bytes + delegate_not: stagingmantle_Bytes + delegate_gt: stagingmantle_Bytes + delegate_lt: stagingmantle_Bytes + delegate_gte: stagingmantle_Bytes + delegate_lte: stagingmantle_Bytes + delegate_in: [stagingmantle_Bytes!] + delegate_not_in: [stagingmantle_Bytes!] + delegate_contains: stagingmantle_Bytes + delegate_not_contains: stagingmantle_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingmantle_Bytes + callData_not: stagingmantle_Bytes + callData_gt: stagingmantle_Bytes + callData_lt: stagingmantle_Bytes + callData_gte: stagingmantle_Bytes + callData_lte: stagingmantle_Bytes + callData_in: [stagingmantle_Bytes!] + callData_not_in: [stagingmantle_Bytes!] + callData_contains: stagingmantle_Bytes + callData_not_contains: stagingmantle_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: stagingmantle_Bytes + originSender_not: stagingmantle_Bytes + originSender_gt: stagingmantle_Bytes + originSender_lt: stagingmantle_Bytes + originSender_gte: stagingmantle_Bytes + originSender_lte: stagingmantle_Bytes + originSender_in: [stagingmantle_Bytes!] + originSender_not_in: [stagingmantle_Bytes!] + originSender_contains: stagingmantle_Bytes + originSender_not_contains: stagingmantle_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: stagingmantle_Bytes + canonicalId_not: stagingmantle_Bytes + canonicalId_gt: stagingmantle_Bytes + canonicalId_lt: stagingmantle_Bytes + canonicalId_gte: stagingmantle_Bytes + canonicalId_lte: stagingmantle_Bytes + canonicalId_in: [stagingmantle_Bytes!] + canonicalId_not_in: [stagingmantle_Bytes!] + canonicalId_contains: stagingmantle_Bytes + canonicalId_not_contains: stagingmantle_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_: stagingmantle_Asset_filter + transactingAsset: stagingmantle_Bytes + transactingAsset_not: stagingmantle_Bytes + transactingAsset_gt: stagingmantle_Bytes + transactingAsset_lt: stagingmantle_Bytes + transactingAsset_gte: stagingmantle_Bytes + transactingAsset_lte: stagingmantle_Bytes + transactingAsset_in: [stagingmantle_Bytes!] + transactingAsset_not_in: [stagingmantle_Bytes!] + transactingAsset_contains: stagingmantle_Bytes + transactingAsset_not_contains: stagingmantle_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_: stagingmantle_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_: stagingmantle_RelayerFee_filter + initialRelayerFeeAsset: stagingmantle_Bytes + initialRelayerFeeAsset_not: stagingmantle_Bytes + initialRelayerFeeAsset_gt: stagingmantle_Bytes + initialRelayerFeeAsset_lt: stagingmantle_Bytes + initialRelayerFeeAsset_gte: stagingmantle_Bytes + initialRelayerFeeAsset_lte: stagingmantle_Bytes + initialRelayerFeeAsset_in: [stagingmantle_Bytes!] + initialRelayerFeeAsset_not_in: [stagingmantle_Bytes!] + initialRelayerFeeAsset_contains: stagingmantle_Bytes + initialRelayerFeeAsset_not_contains: stagingmantle_Bytes + caller: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_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: stagingmantle_Bytes + txOrigin_not: stagingmantle_Bytes + txOrigin_gt: stagingmantle_Bytes + txOrigin_lt: stagingmantle_Bytes + txOrigin_gte: stagingmantle_Bytes + txOrigin_lte: stagingmantle_Bytes + txOrigin_in: [stagingmantle_Bytes!] + txOrigin_not_in: [stagingmantle_Bytes!] + txOrigin_contains: stagingmantle_Bytes + txOrigin_not_contains: stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_OriginTransfer_filter] + or: [stagingmantle_OriginTransfer_filter] +} + +enum stagingmantle_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Asset + stagingmantle_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Asset_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Asset!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AssetStatus + stagingmantle_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AssetStatus_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AssetStatus!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AssetBalance + stagingmantle_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AssetBalance_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AssetBalance!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Router + stagingmantle_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Router_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Router!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RouterDailyTVL + stagingmantle_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RouterDailyTVL_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RouterDailyTVL!]! + stagingmantle_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RouterLiquidityEvent + stagingmantle_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RouterLiquidityEvent_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RouterLiquidityEvent!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Setting + stagingmantle_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Setting_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Setting!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Relayer + stagingmantle_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Relayer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Relayer!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Sequencer + stagingmantle_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Sequencer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Sequencer!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RelayerFee + stagingmantle_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RelayerFee_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RelayerFee!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_OriginTransfer + stagingmantle_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_OriginTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_OriginTransfer!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_DestinationTransfer + stagingmantle_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_DestinationTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_DestinationTransfer!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_OriginMessage + stagingmantle_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_OriginMessage_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_OriginMessage!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AggregateRoot + stagingmantle_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AggregateRoot_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AggregateRoot!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_ConnectorMeta + stagingmantle_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_ConnectorMeta_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_ConnectorMeta!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RootCount + stagingmantle_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RootCount_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RootCount!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RootMessageSent + stagingmantle_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RootMessageSent_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RootMessageSent!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RelayerFeesIncrease + stagingmantle_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RelayerFeesIncrease_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RelayerFeesIncrease!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_SlippageUpdate + stagingmantle_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_SlippageUpdate_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_SlippageUpdate!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_SnapshotRoot + stagingmantle_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_SnapshotRoot_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_SnapshotRoot!]! + stagingmantle_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_SpokeConnectorMode + stagingmantle_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_SpokeConnectorMode_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_SpokeConnectorMode!]! + stagingmantle_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AggregateRootProposed + stagingmantle_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AggregateRootProposed_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AggregateRootProposed!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_OptimisticRootFinalized + stagingmantle_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_OptimisticRootFinalized_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ +} + +type stagingmantle_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingmantle_Bytes +} + +type stagingmantle_RelayerFee { + id: ID! + transfer: stagingmantle_OriginTransfer! + fee: BigInt! + asset: stagingmantle_Bytes! +} + +input stagingmantle_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_: stagingmantle_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: stagingmantle_Bytes + asset_not: stagingmantle_Bytes + asset_gt: stagingmantle_Bytes + asset_lt: stagingmantle_Bytes + asset_gte: stagingmantle_Bytes + asset_lte: stagingmantle_Bytes + asset_in: [stagingmantle_Bytes!] + asset_not_in: [stagingmantle_Bytes!] + asset_contains: stagingmantle_Bytes + asset_not_contains: stagingmantle_Bytes + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_RelayerFee_filter] + or: [stagingmantle_RelayerFee_filter] +} + +enum stagingmantle_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 stagingmantle_RelayerFeesIncrease { + id: ID! + transfer: stagingmantle_OriginTransfer! + increase: BigInt + asset: stagingmantle_Bytes + caller: stagingmantle_Bytes! + transactionHash: stagingmantle_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingmantle_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_: stagingmantle_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: stagingmantle_Bytes + asset_not: stagingmantle_Bytes + asset_gt: stagingmantle_Bytes + asset_lt: stagingmantle_Bytes + asset_gte: stagingmantle_Bytes + asset_lte: stagingmantle_Bytes + asset_in: [stagingmantle_Bytes!] + asset_not_in: [stagingmantle_Bytes!] + asset_contains: stagingmantle_Bytes + asset_not_contains: stagingmantle_Bytes + caller: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RelayerFeesIncrease_filter] + or: [stagingmantle_RelayerFeesIncrease_filter] +} + +enum stagingmantle_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 stagingmantle_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: stagingmantle_Bytes + relayer_not: stagingmantle_Bytes + relayer_gt: stagingmantle_Bytes + relayer_lt: stagingmantle_Bytes + relayer_gte: stagingmantle_Bytes + relayer_lte: stagingmantle_Bytes + relayer_in: [stagingmantle_Bytes!] + relayer_not_in: [stagingmantle_Bytes!] + relayer_contains: stagingmantle_Bytes + relayer_not_contains: stagingmantle_Bytes + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Relayer_filter] + or: [stagingmantle_Relayer_filter] +} + +enum stagingmantle_Relayer_orderBy { + id + isActive + relayer +} + +type stagingmantle_RootCount { + id: ID! + count: BigInt +} + +input stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RootCount_filter] + or: [stagingmantle_RootCount_filter] +} + +enum stagingmantle_RootCount_orderBy { + id + count +} + +type stagingmantle_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingmantle_Bytes + count: BigInt + caller: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingmantle_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: stagingmantle_Bytes + root_not: stagingmantle_Bytes + root_gt: stagingmantle_Bytes + root_lt: stagingmantle_Bytes + root_gte: stagingmantle_Bytes + root_lte: stagingmantle_Bytes + root_in: [stagingmantle_Bytes!] + root_not_in: [stagingmantle_Bytes!] + root_contains: stagingmantle_Bytes + root_not_contains: stagingmantle_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: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RootMessageSent_filter] + or: [stagingmantle_RootMessageSent_filter] +} + +enum stagingmantle_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingmantle_Router { + id: ID! + isActive: Boolean! + owner: stagingmantle_Bytes + recipient: stagingmantle_Bytes + proposedOwner: stagingmantle_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmantle_AssetBalance_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_AssetBalance_filter): [stagingmantle_AssetBalance!]! +} + +type stagingmantle_RouterDailyTVL { + id: ID! + router: stagingmantle_Router! + asset: stagingmantle_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingmantle_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_: stagingmantle_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_: stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RouterDailyTVL_filter] + or: [stagingmantle_RouterDailyTVL_filter] +} + +enum stagingmantle_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingmantle_RouterLiquidityEvent { + id: ID! + type: stagingmantle_RouterLiquidityEventType + router: stagingmantle_Router! + asset: stagingmantle_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingmantle_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingmantle_Bytes! + nonce: BigInt! +} + +enum stagingmantle_RouterLiquidityEventType { + Add + Remove +} + +input stagingmantle_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingmantle_RouterLiquidityEventType + type_not: stagingmantle_RouterLiquidityEventType + type_in: [stagingmantle_RouterLiquidityEventType!] + type_not_in: [stagingmantle_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingmantle_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_: stagingmantle_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RouterLiquidityEvent_filter] + or: [stagingmantle_RouterLiquidityEvent_filter] +} + +enum stagingmantle_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingmantle_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: stagingmantle_Bytes + owner_not: stagingmantle_Bytes + owner_gt: stagingmantle_Bytes + owner_lt: stagingmantle_Bytes + owner_gte: stagingmantle_Bytes + owner_lte: stagingmantle_Bytes + owner_in: [stagingmantle_Bytes!] + owner_not_in: [stagingmantle_Bytes!] + owner_contains: stagingmantle_Bytes + owner_not_contains: stagingmantle_Bytes + recipient: stagingmantle_Bytes + recipient_not: stagingmantle_Bytes + recipient_gt: stagingmantle_Bytes + recipient_lt: stagingmantle_Bytes + recipient_gte: stagingmantle_Bytes + recipient_lte: stagingmantle_Bytes + recipient_in: [stagingmantle_Bytes!] + recipient_not_in: [stagingmantle_Bytes!] + recipient_contains: stagingmantle_Bytes + recipient_not_contains: stagingmantle_Bytes + proposedOwner: stagingmantle_Bytes + proposedOwner_not: stagingmantle_Bytes + proposedOwner_gt: stagingmantle_Bytes + proposedOwner_lt: stagingmantle_Bytes + proposedOwner_gte: stagingmantle_Bytes + proposedOwner_lte: stagingmantle_Bytes + proposedOwner_in: [stagingmantle_Bytes!] + proposedOwner_not_in: [stagingmantle_Bytes!] + proposedOwner_contains: stagingmantle_Bytes + proposedOwner_not_contains: stagingmantle_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_: stagingmantle_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Router_filter] + or: [stagingmantle_Router_filter] +} + +enum stagingmantle_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingmantle_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingmantle_Bytes +} + +input stagingmantle_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: stagingmantle_Bytes + sequencer_not: stagingmantle_Bytes + sequencer_gt: stagingmantle_Bytes + sequencer_lt: stagingmantle_Bytes + sequencer_gte: stagingmantle_Bytes + sequencer_lte: stagingmantle_Bytes + sequencer_in: [stagingmantle_Bytes!] + sequencer_not_in: [stagingmantle_Bytes!] + sequencer_contains: stagingmantle_Bytes + sequencer_not_contains: stagingmantle_Bytes + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Sequencer_filter] + or: [stagingmantle_Sequencer_filter] +} + +enum stagingmantle_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingmantle_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingmantle_Bytes! +} + +input stagingmantle_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: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Setting_filter] + or: [stagingmantle_Setting_filter] +} + +enum stagingmantle_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingmantle_SlippageUpdate { + id: ID! + transfer: stagingmantle_DestinationTransfer! + slippage: BigInt! + caller: stagingmantle_Bytes! + transactionHash: stagingmantle_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingmantle_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_: stagingmantle_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: stagingmantle_Bytes + caller_not: stagingmantle_Bytes + caller_gt: stagingmantle_Bytes + caller_lt: stagingmantle_Bytes + caller_gte: stagingmantle_Bytes + caller_lte: stagingmantle_Bytes + caller_in: [stagingmantle_Bytes!] + caller_not_in: [stagingmantle_Bytes!] + caller_contains: stagingmantle_Bytes + caller_not_contains: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes + transactionHash_not: stagingmantle_Bytes + transactionHash_gt: stagingmantle_Bytes + transactionHash_lt: stagingmantle_Bytes + transactionHash_gte: stagingmantle_Bytes + transactionHash_lte: stagingmantle_Bytes + transactionHash_in: [stagingmantle_Bytes!] + transactionHash_not_in: [stagingmantle_Bytes!] + transactionHash_contains: stagingmantle_Bytes + transactionHash_not_contains: stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_SlippageUpdate_filter] + or: [stagingmantle_SlippageUpdate_filter] +} + +enum stagingmantle_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 stagingmantle_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingmantle_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingmantle_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: stagingmantle_Bytes + root_not: stagingmantle_Bytes + root_gt: stagingmantle_Bytes + root_lt: stagingmantle_Bytes + root_gte: stagingmantle_Bytes + root_lte: stagingmantle_Bytes + root_in: [stagingmantle_Bytes!] + root_not_in: [stagingmantle_Bytes!] + root_contains: stagingmantle_Bytes + root_not_contains: stagingmantle_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: stagingmantle_BlockChangedFilter + and: [stagingmantle_SnapshotRoot_filter] + or: [stagingmantle_SnapshotRoot_filter] +} + +enum stagingmantle_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingmantle_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingmantle_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_SpokeConnectorMode_filter] + or: [stagingmantle_SpokeConnectorMode_filter] +} + +enum stagingmantle_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Asset + stagingmantle_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Asset_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Asset!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AssetStatus + stagingmantle_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AssetStatus_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AssetStatus!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AssetBalance + stagingmantle_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AssetBalance_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AssetBalance!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Router + stagingmantle_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Router_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Router!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RouterDailyTVL + stagingmantle_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RouterDailyTVL_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RouterDailyTVL!]! + stagingmantle_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RouterLiquidityEvent + stagingmantle_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RouterLiquidityEvent_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RouterLiquidityEvent!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Setting + stagingmantle_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Setting_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Setting!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Relayer + stagingmantle_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Relayer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Relayer!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_Sequencer + stagingmantle_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_Sequencer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_Sequencer!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RelayerFee + stagingmantle_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RelayerFee_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RelayerFee!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_OriginTransfer + stagingmantle_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_OriginTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_OriginTransfer!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_DestinationTransfer + stagingmantle_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_DestinationTransfer_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_DestinationTransfer!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_OriginMessage + stagingmantle_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_OriginMessage_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_OriginMessage!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AggregateRoot + stagingmantle_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AggregateRoot_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AggregateRoot!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_ConnectorMeta + stagingmantle_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_ConnectorMeta_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_ConnectorMeta!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RootCount + stagingmantle_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RootCount_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RootCount!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RootMessageSent + stagingmantle_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RootMessageSent_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RootMessageSent!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_RelayerFeesIncrease + stagingmantle_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_RelayerFeesIncrease_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_RelayerFeesIncrease!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_SlippageUpdate + stagingmantle_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_SlippageUpdate_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_SlippageUpdate!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_SnapshotRoot + stagingmantle_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_SnapshotRoot_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_SnapshotRoot!]! + stagingmantle_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_SpokeConnectorMode + stagingmantle_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_SpokeConnectorMode_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_SpokeConnectorMode!]! + stagingmantle_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_AggregateRootProposed + stagingmantle_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_AggregateRootProposed_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_AggregateRootProposed!]! + stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmantle_OptimisticRootFinalized + stagingmantle_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmantle_OptimisticRootFinalized_orderBy + orderDirection: stagingmantle_OrderDirection + where: stagingmantle_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: stagingmantle_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ +} + +enum stagingmantle_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingmantle__Block_ { + """The hash of the block""" + hash: stagingmantle_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 stagingmantle__Meta_ { + """ + Information 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: stagingmantle__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/types.ts new file mode 100644 index 0000000000..33b0f6b54d --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Mantle/types.ts @@ -0,0 +1,3920 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingMantleTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingmantle_BigDecimal: any; + BigInt: any; + stagingmantle_Bytes: any; + stagingmantle_Int8: any; +}; + +export type stagingmantle_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingmantle_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmantle_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmantle_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmantle_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingmantle_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 stagingmantle_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingmantle_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingmantle_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingmantle_Router; + asset: stagingmantle_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingmantle_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 stagingmantle_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingmantle_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingmantle_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 stagingmantle_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingmantle_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingmantle_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingmantle_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingmantle_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingmantle_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 stagingmantle_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmantle_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 stagingmantle_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmantle_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 stagingmantle_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingmantle_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmantle_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmantle_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingmantle_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmantle_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingmantle_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 stagingmantle_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingmantle_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 stagingmantle_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmantle_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 stagingmantle_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingmantle_asset?: Maybe; + stagingmantle_assets: Array; + stagingmantle_assetStatus?: Maybe; + stagingmantle_assetStatuses: Array; + stagingmantle_assetBalance?: Maybe; + stagingmantle_assetBalances: Array; + stagingmantle_router?: Maybe; + stagingmantle_routers: Array; + stagingmantle_routerDailyTVL?: Maybe; + stagingmantle_routerDailyTVLs: Array; + stagingmantle_routerLiquidityEvent?: Maybe; + stagingmantle_routerLiquidityEvents: Array; + stagingmantle_setting?: Maybe; + stagingmantle_settings: Array; + stagingmantle_relayer?: Maybe; + stagingmantle_relayers: Array; + stagingmantle_sequencer?: Maybe; + stagingmantle_sequencers: Array; + stagingmantle_relayerFee?: Maybe; + stagingmantle_relayerFees: Array; + stagingmantle_originTransfer?: Maybe; + stagingmantle_originTransfers: Array; + stagingmantle_destinationTransfer?: Maybe; + stagingmantle_destinationTransfers: Array; + stagingmantle_originMessage?: Maybe; + stagingmantle_originMessages: Array; + stagingmantle_aggregateRoot?: Maybe; + stagingmantle_aggregateRoots: Array; + stagingmantle_connectorMeta?: Maybe; + stagingmantle_connectorMetas: Array; + stagingmantle_rootCount?: Maybe; + stagingmantle_rootCounts: Array; + stagingmantle_rootMessageSent?: Maybe; + stagingmantle_rootMessageSents: Array; + stagingmantle_relayerFeesIncrease?: Maybe; + stagingmantle_relayerFeesIncreases: Array; + stagingmantle_slippageUpdate?: Maybe; + stagingmantle_slippageUpdates: Array; + stagingmantle_snapshotRoot?: Maybe; + stagingmantle_snapshotRoots: Array; + stagingmantle_spokeConnectorMode?: Maybe; + stagingmantle_spokeConnectorModes: Array; + stagingmantle_aggregateRootProposed?: Maybe; + stagingmantle_aggregateRootProposeds: Array; + stagingmantle_optimisticRootFinalized?: Maybe; + stagingmantle_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingmantle__meta?: Maybe; +}; + + +export type Querystagingmantle_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmantle__metaArgs = { + block?: InputMaybe; +}; + +export type stagingmantle_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingmantle_RelayerFee = { + id: Scalars['ID']; + transfer: stagingmantle_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingmantle_Bytes']; +}; + +export type stagingmantle_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 stagingmantle_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 stagingmantle_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingmantle_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingmantle_Bytes']; + transactionHash: Scalars['stagingmantle_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmantle_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 stagingmantle_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 stagingmantle_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 stagingmantle_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingmantle_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingmantle_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 stagingmantle_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingmantle_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 stagingmantle_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 stagingmantle_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingmantle_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingmantle_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmantle_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingmantle_Router; + asset: stagingmantle_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingmantle_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 stagingmantle_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingmantle_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingmantle_Router; + asset: stagingmantle_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingmantle_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmantle_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingmantle_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingmantle_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 stagingmantle_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingmantle_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingmantle_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 stagingmantle_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingmantle_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingmantle_Bytes']; +}; + +export type stagingmantle_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 stagingmantle_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingmantle_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingmantle_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingmantle_Bytes']; + transactionHash: Scalars['stagingmantle_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmantle_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 stagingmantle_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 stagingmantle_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingmantle_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmantle_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 stagingmantle_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingmantle_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingmantle_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmantle_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingmantle_asset?: Maybe; + stagingmantle_assets: Array; + stagingmantle_assetStatus?: Maybe; + stagingmantle_assetStatuses: Array; + stagingmantle_assetBalance?: Maybe; + stagingmantle_assetBalances: Array; + stagingmantle_router?: Maybe; + stagingmantle_routers: Array; + stagingmantle_routerDailyTVL?: Maybe; + stagingmantle_routerDailyTVLs: Array; + stagingmantle_routerLiquidityEvent?: Maybe; + stagingmantle_routerLiquidityEvents: Array; + stagingmantle_setting?: Maybe; + stagingmantle_settings: Array; + stagingmantle_relayer?: Maybe; + stagingmantle_relayers: Array; + stagingmantle_sequencer?: Maybe; + stagingmantle_sequencers: Array; + stagingmantle_relayerFee?: Maybe; + stagingmantle_relayerFees: Array; + stagingmantle_originTransfer?: Maybe; + stagingmantle_originTransfers: Array; + stagingmantle_destinationTransfer?: Maybe; + stagingmantle_destinationTransfers: Array; + stagingmantle_originMessage?: Maybe; + stagingmantle_originMessages: Array; + stagingmantle_aggregateRoot?: Maybe; + stagingmantle_aggregateRoots: Array; + stagingmantle_connectorMeta?: Maybe; + stagingmantle_connectorMetas: Array; + stagingmantle_rootCount?: Maybe; + stagingmantle_rootCounts: Array; + stagingmantle_rootMessageSent?: Maybe; + stagingmantle_rootMessageSents: Array; + stagingmantle_relayerFeesIncrease?: Maybe; + stagingmantle_relayerFeesIncreases: Array; + stagingmantle_slippageUpdate?: Maybe; + stagingmantle_slippageUpdates: Array; + stagingmantle_snapshotRoot?: Maybe; + stagingmantle_snapshotRoots: Array; + stagingmantle_spokeConnectorMode?: Maybe; + stagingmantle_spokeConnectorModes: Array; + stagingmantle_aggregateRootProposed?: Maybe; + stagingmantle_aggregateRootProposeds: Array; + stagingmantle_optimisticRootFinalized?: Maybe; + stagingmantle_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingmantle__meta?: Maybe; +}; + + +export type Subscriptionstagingmantle_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmantle__metaArgs = { + block?: InputMaybe; +}; + +export type stagingmantle_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingmantle__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 stagingmantle__Meta_ = { + /** + * Information 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: stagingmantle__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 QuerySdk = { + /** null **/ + stagingmantle_asset: InContextSdkMethod, + /** null **/ + stagingmantle_assets: InContextSdkMethod, + /** null **/ + stagingmantle_assetStatus: InContextSdkMethod, + /** null **/ + stagingmantle_assetStatuses: InContextSdkMethod, + /** null **/ + stagingmantle_assetBalance: InContextSdkMethod, + /** null **/ + stagingmantle_assetBalances: InContextSdkMethod, + /** null **/ + stagingmantle_router: InContextSdkMethod, + /** null **/ + stagingmantle_routers: InContextSdkMethod, + /** null **/ + stagingmantle_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingmantle_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingmantle_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingmantle_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingmantle_setting: InContextSdkMethod, + /** null **/ + stagingmantle_settings: InContextSdkMethod, + /** null **/ + stagingmantle_relayer: InContextSdkMethod, + /** null **/ + stagingmantle_relayers: InContextSdkMethod, + /** null **/ + stagingmantle_sequencer: InContextSdkMethod, + /** null **/ + stagingmantle_sequencers: InContextSdkMethod, + /** null **/ + stagingmantle_relayerFee: InContextSdkMethod, + /** null **/ + stagingmantle_relayerFees: InContextSdkMethod, + /** null **/ + stagingmantle_originTransfer: InContextSdkMethod, + /** null **/ + stagingmantle_originTransfers: InContextSdkMethod, + /** null **/ + stagingmantle_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingmantle_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingmantle_originMessage: InContextSdkMethod, + /** null **/ + stagingmantle_originMessages: InContextSdkMethod, + /** null **/ + stagingmantle_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingmantle_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingmantle_connectorMeta: InContextSdkMethod, + /** null **/ + stagingmantle_connectorMetas: InContextSdkMethod, + /** null **/ + stagingmantle_rootCount: InContextSdkMethod, + /** null **/ + stagingmantle_rootCounts: InContextSdkMethod, + /** null **/ + stagingmantle_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingmantle_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingmantle_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingmantle_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingmantle_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingmantle_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingmantle_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingmantle_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingmantle_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingmantle_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingmantle_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingmantle_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingmantle_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingmantle_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingmantle__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingmantle_asset: InContextSdkMethod, + /** null **/ + stagingmantle_assets: InContextSdkMethod, + /** null **/ + stagingmantle_assetStatus: InContextSdkMethod, + /** null **/ + stagingmantle_assetStatuses: InContextSdkMethod, + /** null **/ + stagingmantle_assetBalance: InContextSdkMethod, + /** null **/ + stagingmantle_assetBalances: InContextSdkMethod, + /** null **/ + stagingmantle_router: InContextSdkMethod, + /** null **/ + stagingmantle_routers: InContextSdkMethod, + /** null **/ + stagingmantle_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingmantle_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingmantle_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingmantle_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingmantle_setting: InContextSdkMethod, + /** null **/ + stagingmantle_settings: InContextSdkMethod, + /** null **/ + stagingmantle_relayer: InContextSdkMethod, + /** null **/ + stagingmantle_relayers: InContextSdkMethod, + /** null **/ + stagingmantle_sequencer: InContextSdkMethod, + /** null **/ + stagingmantle_sequencers: InContextSdkMethod, + /** null **/ + stagingmantle_relayerFee: InContextSdkMethod, + /** null **/ + stagingmantle_relayerFees: InContextSdkMethod, + /** null **/ + stagingmantle_originTransfer: InContextSdkMethod, + /** null **/ + stagingmantle_originTransfers: InContextSdkMethod, + /** null **/ + stagingmantle_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingmantle_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingmantle_originMessage: InContextSdkMethod, + /** null **/ + stagingmantle_originMessages: InContextSdkMethod, + /** null **/ + stagingmantle_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingmantle_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingmantle_connectorMeta: InContextSdkMethod, + /** null **/ + stagingmantle_connectorMetas: InContextSdkMethod, + /** null **/ + stagingmantle_rootCount: InContextSdkMethod, + /** null **/ + stagingmantle_rootCounts: InContextSdkMethod, + /** null **/ + stagingmantle_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingmantle_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingmantle_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingmantle_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingmantle_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingmantle_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingmantle_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingmantle_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingmantle_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingmantle_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingmantle_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingmantle_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingmantle_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingmantle_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingmantle__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Mantle"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/introspectionSchema.ts new file mode 100644 index 0000000000..7e600dea4c --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/introspectionSchema.ts @@ -0,0 +1,50036 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/schema.graphql new file mode 100644 index 0000000000..e8b5c313bf --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/schema.graphql @@ -0,0 +1,3986 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingmetis_AggregateRoot { + id: ID! + root: stagingmetis_Bytes! + blockNumber: BigInt! +} + +type stagingmetis_AggregateRootProposed { + id: ID! + aggregateRoot: stagingmetis_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmetis_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingmetis_Bytes + aggregateRoot_not: stagingmetis_Bytes + aggregateRoot_gt: stagingmetis_Bytes + aggregateRoot_lt: stagingmetis_Bytes + aggregateRoot_gte: stagingmetis_Bytes + aggregateRoot_lte: stagingmetis_Bytes + aggregateRoot_in: [stagingmetis_Bytes!] + aggregateRoot_not_in: [stagingmetis_Bytes!] + aggregateRoot_contains: stagingmetis_Bytes + aggregateRoot_not_contains: stagingmetis_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_AggregateRootProposed_filter] + or: [stagingmetis_AggregateRootProposed_filter] +} + +enum stagingmetis_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingmetis_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: stagingmetis_Bytes + root_not: stagingmetis_Bytes + root_gt: stagingmetis_Bytes + root_lt: stagingmetis_Bytes + root_gte: stagingmetis_Bytes + root_lte: stagingmetis_Bytes + root_in: [stagingmetis_Bytes!] + root_not_in: [stagingmetis_Bytes!] + root_contains: stagingmetis_Bytes + root_not_contains: stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AggregateRoot_filter] + or: [stagingmetis_AggregateRoot_filter] +} + +enum stagingmetis_AggregateRoot_orderBy { + id + root + blockNumber +} + +type stagingmetis_Asset { + id: ID! + key: stagingmetis_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingmetis_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingmetis_Bytes + localAsset: stagingmetis_Bytes + blockNumber: BigInt + status: stagingmetis_AssetStatus +} + +type stagingmetis_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingmetis_Router! + asset: stagingmetis_Asset! + feesEarned: BigInt! +} + +input stagingmetis_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_: stagingmetis_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_: stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AssetBalance_filter] + or: [stagingmetis_AssetBalance_filter] +} + +enum stagingmetis_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingmetis_AssetStatus { + id: ID! + status: Boolean +} + +input stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_AssetStatus_filter] + or: [stagingmetis_AssetStatus_filter] +} + +enum stagingmetis_AssetStatus_orderBy { + id + status +} + +input stagingmetis_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: stagingmetis_Bytes + key_not: stagingmetis_Bytes + key_gt: stagingmetis_Bytes + key_lt: stagingmetis_Bytes + key_gte: stagingmetis_Bytes + key_lte: stagingmetis_Bytes + key_in: [stagingmetis_Bytes!] + key_not_in: [stagingmetis_Bytes!] + key_contains: stagingmetis_Bytes + key_not_contains: stagingmetis_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingmetis_Bytes + canonicalId_not: stagingmetis_Bytes + canonicalId_gt: stagingmetis_Bytes + canonicalId_lt: stagingmetis_Bytes + canonicalId_gte: stagingmetis_Bytes + canonicalId_lte: stagingmetis_Bytes + canonicalId_in: [stagingmetis_Bytes!] + canonicalId_not_in: [stagingmetis_Bytes!] + canonicalId_contains: stagingmetis_Bytes + canonicalId_not_contains: stagingmetis_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: stagingmetis_Bytes + adoptedAsset_not: stagingmetis_Bytes + adoptedAsset_gt: stagingmetis_Bytes + adoptedAsset_lt: stagingmetis_Bytes + adoptedAsset_gte: stagingmetis_Bytes + adoptedAsset_lte: stagingmetis_Bytes + adoptedAsset_in: [stagingmetis_Bytes!] + adoptedAsset_not_in: [stagingmetis_Bytes!] + adoptedAsset_contains: stagingmetis_Bytes + adoptedAsset_not_contains: stagingmetis_Bytes + localAsset: stagingmetis_Bytes + localAsset_not: stagingmetis_Bytes + localAsset_gt: stagingmetis_Bytes + localAsset_lt: stagingmetis_Bytes + localAsset_gte: stagingmetis_Bytes + localAsset_lte: stagingmetis_Bytes + localAsset_in: [stagingmetis_Bytes!] + localAsset_not_in: [stagingmetis_Bytes!] + localAsset_contains: stagingmetis_Bytes + localAsset_not_contains: stagingmetis_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_: stagingmetis_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Asset_filter] + or: [stagingmetis_Asset_filter] +} + +enum stagingmetis_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingmetis_BigDecimal + +scalar BigInt + +input stagingmetis_BlockChangedFilter { + number_gte: Int! +} + +input stagingmetis_Block_height { + hash: stagingmetis_Bytes + number: Int + number_gte: Int +} + +scalar stagingmetis_Bytes + +type stagingmetis_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingmetis_Bytes + rootManager: stagingmetis_Bytes + mirrorConnector: stagingmetis_Bytes +} + +input stagingmetis_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: stagingmetis_Bytes + amb_not: stagingmetis_Bytes + amb_gt: stagingmetis_Bytes + amb_lt: stagingmetis_Bytes + amb_gte: stagingmetis_Bytes + amb_lte: stagingmetis_Bytes + amb_in: [stagingmetis_Bytes!] + amb_not_in: [stagingmetis_Bytes!] + amb_contains: stagingmetis_Bytes + amb_not_contains: stagingmetis_Bytes + rootManager: stagingmetis_Bytes + rootManager_not: stagingmetis_Bytes + rootManager_gt: stagingmetis_Bytes + rootManager_lt: stagingmetis_Bytes + rootManager_gte: stagingmetis_Bytes + rootManager_lte: stagingmetis_Bytes + rootManager_in: [stagingmetis_Bytes!] + rootManager_not_in: [stagingmetis_Bytes!] + rootManager_contains: stagingmetis_Bytes + rootManager_not_contains: stagingmetis_Bytes + mirrorConnector: stagingmetis_Bytes + mirrorConnector_not: stagingmetis_Bytes + mirrorConnector_gt: stagingmetis_Bytes + mirrorConnector_lt: stagingmetis_Bytes + mirrorConnector_gte: stagingmetis_Bytes + mirrorConnector_lte: stagingmetis_Bytes + mirrorConnector_in: [stagingmetis_Bytes!] + mirrorConnector_not_in: [stagingmetis_Bytes!] + mirrorConnector_contains: stagingmetis_Bytes + mirrorConnector_not_contains: stagingmetis_Bytes + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_ConnectorMeta_filter] + or: [stagingmetis_ConnectorMeta_filter] +} + +enum stagingmetis_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmetis_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingmetis_Bytes + nonce: BigInt + status: stagingmetis_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_Router_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_Router_filter): [stagingmetis_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingmetis_Bytes + delegate: stagingmetis_Bytes + receiveLocal: Boolean + callData: stagingmetis_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingmetis_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingmetis_Bytes + asset: stagingmetis_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingmetis_Bytes + executedTransactionHash: stagingmetis_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingmetis_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingmetis_Bytes + reconciledTransactionHash: stagingmetis_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingmetis_Bytes + reconciledTxNonce: BigInt +} + +input stagingmetis_DestinationTransfer_filter { + 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: stagingmetis_Bytes + transferId_not: stagingmetis_Bytes + transferId_gt: stagingmetis_Bytes + transferId_lt: stagingmetis_Bytes + transferId_gte: stagingmetis_Bytes + transferId_lte: stagingmetis_Bytes + transferId_in: [stagingmetis_Bytes!] + transferId_not_in: [stagingmetis_Bytes!] + transferId_contains: stagingmetis_Bytes + transferId_not_contains: stagingmetis_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: stagingmetis_TransferStatus + status_not: stagingmetis_TransferStatus + status_in: [stagingmetis_TransferStatus!] + status_not_in: [stagingmetis_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingmetis_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: stagingmetis_Bytes + to_not: stagingmetis_Bytes + to_gt: stagingmetis_Bytes + to_lt: stagingmetis_Bytes + to_gte: stagingmetis_Bytes + to_lte: stagingmetis_Bytes + to_in: [stagingmetis_Bytes!] + to_not_in: [stagingmetis_Bytes!] + to_contains: stagingmetis_Bytes + to_not_contains: stagingmetis_Bytes + delegate: stagingmetis_Bytes + delegate_not: stagingmetis_Bytes + delegate_gt: stagingmetis_Bytes + delegate_lt: stagingmetis_Bytes + delegate_gte: stagingmetis_Bytes + delegate_lte: stagingmetis_Bytes + delegate_in: [stagingmetis_Bytes!] + delegate_not_in: [stagingmetis_Bytes!] + delegate_contains: stagingmetis_Bytes + delegate_not_contains: stagingmetis_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingmetis_Bytes + callData_not: stagingmetis_Bytes + callData_gt: stagingmetis_Bytes + callData_lt: stagingmetis_Bytes + callData_gte: stagingmetis_Bytes + callData_lte: stagingmetis_Bytes + callData_in: [stagingmetis_Bytes!] + callData_not_in: [stagingmetis_Bytes!] + callData_contains: stagingmetis_Bytes + callData_not_contains: stagingmetis_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: stagingmetis_Bytes + originSender_not: stagingmetis_Bytes + originSender_gt: stagingmetis_Bytes + originSender_lt: stagingmetis_Bytes + originSender_gte: stagingmetis_Bytes + originSender_lte: stagingmetis_Bytes + originSender_in: [stagingmetis_Bytes!] + originSender_not_in: [stagingmetis_Bytes!] + originSender_contains: stagingmetis_Bytes + originSender_not_contains: stagingmetis_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: stagingmetis_Bytes + canonicalId_not: stagingmetis_Bytes + canonicalId_gt: stagingmetis_Bytes + canonicalId_lt: stagingmetis_Bytes + canonicalId_gte: stagingmetis_Bytes + canonicalId_lte: stagingmetis_Bytes + canonicalId_in: [stagingmetis_Bytes!] + canonicalId_not_in: [stagingmetis_Bytes!] + canonicalId_contains: stagingmetis_Bytes + canonicalId_not_contains: stagingmetis_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_: stagingmetis_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: stagingmetis_Bytes + executedCaller_not: stagingmetis_Bytes + executedCaller_gt: stagingmetis_Bytes + executedCaller_lt: stagingmetis_Bytes + executedCaller_gte: stagingmetis_Bytes + executedCaller_lte: stagingmetis_Bytes + executedCaller_in: [stagingmetis_Bytes!] + executedCaller_not_in: [stagingmetis_Bytes!] + executedCaller_contains: stagingmetis_Bytes + executedCaller_not_contains: stagingmetis_Bytes + executedTransactionHash: stagingmetis_Bytes + executedTransactionHash_not: stagingmetis_Bytes + executedTransactionHash_gt: stagingmetis_Bytes + executedTransactionHash_lt: stagingmetis_Bytes + executedTransactionHash_gte: stagingmetis_Bytes + executedTransactionHash_lte: stagingmetis_Bytes + executedTransactionHash_in: [stagingmetis_Bytes!] + executedTransactionHash_not_in: [stagingmetis_Bytes!] + executedTransactionHash_contains: stagingmetis_Bytes + executedTransactionHash_not_contains: stagingmetis_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: stagingmetis_Bytes + executedTxOrigin_not: stagingmetis_Bytes + executedTxOrigin_gt: stagingmetis_Bytes + executedTxOrigin_lt: stagingmetis_Bytes + executedTxOrigin_gte: stagingmetis_Bytes + executedTxOrigin_lte: stagingmetis_Bytes + executedTxOrigin_in: [stagingmetis_Bytes!] + executedTxOrigin_not_in: [stagingmetis_Bytes!] + executedTxOrigin_contains: stagingmetis_Bytes + executedTxOrigin_not_contains: stagingmetis_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: stagingmetis_Bytes + reconciledCaller_not: stagingmetis_Bytes + reconciledCaller_gt: stagingmetis_Bytes + reconciledCaller_lt: stagingmetis_Bytes + reconciledCaller_gte: stagingmetis_Bytes + reconciledCaller_lte: stagingmetis_Bytes + reconciledCaller_in: [stagingmetis_Bytes!] + reconciledCaller_not_in: [stagingmetis_Bytes!] + reconciledCaller_contains: stagingmetis_Bytes + reconciledCaller_not_contains: stagingmetis_Bytes + reconciledTransactionHash: stagingmetis_Bytes + reconciledTransactionHash_not: stagingmetis_Bytes + reconciledTransactionHash_gt: stagingmetis_Bytes + reconciledTransactionHash_lt: stagingmetis_Bytes + reconciledTransactionHash_gte: stagingmetis_Bytes + reconciledTransactionHash_lte: stagingmetis_Bytes + reconciledTransactionHash_in: [stagingmetis_Bytes!] + reconciledTransactionHash_not_in: [stagingmetis_Bytes!] + reconciledTransactionHash_contains: stagingmetis_Bytes + reconciledTransactionHash_not_contains: stagingmetis_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: stagingmetis_Bytes + reconciledTxOrigin_not: stagingmetis_Bytes + reconciledTxOrigin_gt: stagingmetis_Bytes + reconciledTxOrigin_lt: stagingmetis_Bytes + reconciledTxOrigin_gte: stagingmetis_Bytes + reconciledTxOrigin_lte: stagingmetis_Bytes + reconciledTxOrigin_in: [stagingmetis_Bytes!] + reconciledTxOrigin_not_in: [stagingmetis_Bytes!] + reconciledTxOrigin_contains: stagingmetis_Bytes + reconciledTxOrigin_not_contains: stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_DestinationTransfer_filter] + or: [stagingmetis_DestinationTransfer_filter] +} + +enum stagingmetis_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingmetis_Int8 + +type stagingmetis_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingmetis_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmetis_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: stagingmetis_Bytes + aggregateRoot_not: stagingmetis_Bytes + aggregateRoot_gt: stagingmetis_Bytes + aggregateRoot_lt: stagingmetis_Bytes + aggregateRoot_gte: stagingmetis_Bytes + aggregateRoot_lte: stagingmetis_Bytes + aggregateRoot_in: [stagingmetis_Bytes!] + aggregateRoot_not_in: [stagingmetis_Bytes!] + aggregateRoot_contains: stagingmetis_Bytes + aggregateRoot_not_contains: stagingmetis_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_OptimisticRootFinalized_filter] + or: [stagingmetis_OptimisticRootFinalized_filter] +} + +enum stagingmetis_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingmetis_OrderDirection { + asc + desc +} + +type stagingmetis_OriginMessage { + id: ID! + transferId: stagingmetis_Bytes + destinationDomain: BigInt + leaf: stagingmetis_Bytes + index: BigInt + message: stagingmetis_Bytes + root: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + blockNumber: BigInt + rootCount: stagingmetis_RootCount +} + +input stagingmetis_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: stagingmetis_Bytes + transferId_not: stagingmetis_Bytes + transferId_gt: stagingmetis_Bytes + transferId_lt: stagingmetis_Bytes + transferId_gte: stagingmetis_Bytes + transferId_lte: stagingmetis_Bytes + transferId_in: [stagingmetis_Bytes!] + transferId_not_in: [stagingmetis_Bytes!] + transferId_contains: stagingmetis_Bytes + transferId_not_contains: stagingmetis_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: stagingmetis_Bytes + leaf_not: stagingmetis_Bytes + leaf_gt: stagingmetis_Bytes + leaf_lt: stagingmetis_Bytes + leaf_gte: stagingmetis_Bytes + leaf_lte: stagingmetis_Bytes + leaf_in: [stagingmetis_Bytes!] + leaf_not_in: [stagingmetis_Bytes!] + leaf_contains: stagingmetis_Bytes + leaf_not_contains: stagingmetis_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: stagingmetis_Bytes + message_not: stagingmetis_Bytes + message_gt: stagingmetis_Bytes + message_lt: stagingmetis_Bytes + message_gte: stagingmetis_Bytes + message_lte: stagingmetis_Bytes + message_in: [stagingmetis_Bytes!] + message_not_in: [stagingmetis_Bytes!] + message_contains: stagingmetis_Bytes + message_not_contains: stagingmetis_Bytes + root: stagingmetis_Bytes + root_not: stagingmetis_Bytes + root_gt: stagingmetis_Bytes + root_lt: stagingmetis_Bytes + root_gte: stagingmetis_Bytes + root_lte: stagingmetis_Bytes + root_in: [stagingmetis_Bytes!] + root_not_in: [stagingmetis_Bytes!] + root_contains: stagingmetis_Bytes + root_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_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_: stagingmetis_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_OriginMessage_filter] + or: [stagingmetis_OriginMessage_filter] +} + +enum stagingmetis_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingmetis_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingmetis_Bytes + nonce: BigInt + status: stagingmetis_TransferStatus + messageHash: stagingmetis_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingmetis_Bytes + delegate: stagingmetis_Bytes + receiveLocal: Boolean + callData: stagingmetis_Bytes + slippage: BigInt + originSender: stagingmetis_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingmetis_Bytes + asset: stagingmetis_Asset + transactingAsset: stagingmetis_Bytes + message: stagingmetis_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_RelayerFee_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_RelayerFee_filter): [stagingmetis_RelayerFee!] + initialRelayerFeeAsset: stagingmetis_Bytes + caller: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingmetis_Bytes + txNonce: BigInt +} + +input stagingmetis_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: stagingmetis_Bytes + transferId_not: stagingmetis_Bytes + transferId_gt: stagingmetis_Bytes + transferId_lt: stagingmetis_Bytes + transferId_gte: stagingmetis_Bytes + transferId_lte: stagingmetis_Bytes + transferId_in: [stagingmetis_Bytes!] + transferId_not_in: [stagingmetis_Bytes!] + transferId_contains: stagingmetis_Bytes + transferId_not_contains: stagingmetis_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: stagingmetis_TransferStatus + status_not: stagingmetis_TransferStatus + status_in: [stagingmetis_TransferStatus!] + status_not_in: [stagingmetis_TransferStatus!] + messageHash: stagingmetis_Bytes + messageHash_not: stagingmetis_Bytes + messageHash_gt: stagingmetis_Bytes + messageHash_lt: stagingmetis_Bytes + messageHash_gte: stagingmetis_Bytes + messageHash_lte: stagingmetis_Bytes + messageHash_in: [stagingmetis_Bytes!] + messageHash_not_in: [stagingmetis_Bytes!] + messageHash_contains: stagingmetis_Bytes + messageHash_not_contains: stagingmetis_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: stagingmetis_Bytes + to_not: stagingmetis_Bytes + to_gt: stagingmetis_Bytes + to_lt: stagingmetis_Bytes + to_gte: stagingmetis_Bytes + to_lte: stagingmetis_Bytes + to_in: [stagingmetis_Bytes!] + to_not_in: [stagingmetis_Bytes!] + to_contains: stagingmetis_Bytes + to_not_contains: stagingmetis_Bytes + delegate: stagingmetis_Bytes + delegate_not: stagingmetis_Bytes + delegate_gt: stagingmetis_Bytes + delegate_lt: stagingmetis_Bytes + delegate_gte: stagingmetis_Bytes + delegate_lte: stagingmetis_Bytes + delegate_in: [stagingmetis_Bytes!] + delegate_not_in: [stagingmetis_Bytes!] + delegate_contains: stagingmetis_Bytes + delegate_not_contains: stagingmetis_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingmetis_Bytes + callData_not: stagingmetis_Bytes + callData_gt: stagingmetis_Bytes + callData_lt: stagingmetis_Bytes + callData_gte: stagingmetis_Bytes + callData_lte: stagingmetis_Bytes + callData_in: [stagingmetis_Bytes!] + callData_not_in: [stagingmetis_Bytes!] + callData_contains: stagingmetis_Bytes + callData_not_contains: stagingmetis_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: stagingmetis_Bytes + originSender_not: stagingmetis_Bytes + originSender_gt: stagingmetis_Bytes + originSender_lt: stagingmetis_Bytes + originSender_gte: stagingmetis_Bytes + originSender_lte: stagingmetis_Bytes + originSender_in: [stagingmetis_Bytes!] + originSender_not_in: [stagingmetis_Bytes!] + originSender_contains: stagingmetis_Bytes + originSender_not_contains: stagingmetis_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: stagingmetis_Bytes + canonicalId_not: stagingmetis_Bytes + canonicalId_gt: stagingmetis_Bytes + canonicalId_lt: stagingmetis_Bytes + canonicalId_gte: stagingmetis_Bytes + canonicalId_lte: stagingmetis_Bytes + canonicalId_in: [stagingmetis_Bytes!] + canonicalId_not_in: [stagingmetis_Bytes!] + canonicalId_contains: stagingmetis_Bytes + canonicalId_not_contains: stagingmetis_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_: stagingmetis_Asset_filter + transactingAsset: stagingmetis_Bytes + transactingAsset_not: stagingmetis_Bytes + transactingAsset_gt: stagingmetis_Bytes + transactingAsset_lt: stagingmetis_Bytes + transactingAsset_gte: stagingmetis_Bytes + transactingAsset_lte: stagingmetis_Bytes + transactingAsset_in: [stagingmetis_Bytes!] + transactingAsset_not_in: [stagingmetis_Bytes!] + transactingAsset_contains: stagingmetis_Bytes + transactingAsset_not_contains: stagingmetis_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_: stagingmetis_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_: stagingmetis_RelayerFee_filter + initialRelayerFeeAsset: stagingmetis_Bytes + initialRelayerFeeAsset_not: stagingmetis_Bytes + initialRelayerFeeAsset_gt: stagingmetis_Bytes + initialRelayerFeeAsset_lt: stagingmetis_Bytes + initialRelayerFeeAsset_gte: stagingmetis_Bytes + initialRelayerFeeAsset_lte: stagingmetis_Bytes + initialRelayerFeeAsset_in: [stagingmetis_Bytes!] + initialRelayerFeeAsset_not_in: [stagingmetis_Bytes!] + initialRelayerFeeAsset_contains: stagingmetis_Bytes + initialRelayerFeeAsset_not_contains: stagingmetis_Bytes + caller: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_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: stagingmetis_Bytes + txOrigin_not: stagingmetis_Bytes + txOrigin_gt: stagingmetis_Bytes + txOrigin_lt: stagingmetis_Bytes + txOrigin_gte: stagingmetis_Bytes + txOrigin_lte: stagingmetis_Bytes + txOrigin_in: [stagingmetis_Bytes!] + txOrigin_not_in: [stagingmetis_Bytes!] + txOrigin_contains: stagingmetis_Bytes + txOrigin_not_contains: stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_OriginTransfer_filter] + or: [stagingmetis_OriginTransfer_filter] +} + +enum stagingmetis_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_Asset + stagingmetis_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_Asset_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_Asset!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_AssetStatus + stagingmetis_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_AssetStatus_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_AssetStatus!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_AssetBalance + stagingmetis_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_AssetBalance_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_AssetBalance!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_Router + stagingmetis_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_Router_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_Router!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RouterDailyTVL + stagingmetis_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RouterDailyTVL_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RouterDailyTVL!]! + stagingmetis_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RouterLiquidityEvent + stagingmetis_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RouterLiquidityEvent_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RouterLiquidityEvent!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_Setting + stagingmetis_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_Setting_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_Setting!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_Relayer + stagingmetis_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_Relayer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_Relayer!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_Sequencer + stagingmetis_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_Sequencer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_Sequencer!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RelayerFee + stagingmetis_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RelayerFee_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RelayerFee!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_OriginTransfer + stagingmetis_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_OriginTransfer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_OriginTransfer!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_DestinationTransfer + stagingmetis_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_DestinationTransfer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_DestinationTransfer!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_OriginMessage + stagingmetis_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_OriginMessage_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_OriginMessage!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_AggregateRoot + stagingmetis_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_AggregateRoot_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_AggregateRoot!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_ConnectorMeta + stagingmetis_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_ConnectorMeta_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_ConnectorMeta!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RootCount + stagingmetis_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RootCount_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RootCount!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RootMessageSent + stagingmetis_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RootMessageSent_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RootMessageSent!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RelayerFeesIncrease + stagingmetis_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RelayerFeesIncrease_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RelayerFeesIncrease!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_SlippageUpdate + stagingmetis_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_SlippageUpdate_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_SlippageUpdate!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_SnapshotRoot + stagingmetis_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_SnapshotRoot_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_SnapshotRoot!]! + stagingmetis_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_SpokeConnectorMode + stagingmetis_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_SpokeConnectorMode_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_SpokeConnectorMode!]! + stagingmetis_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_AggregateRootProposed + stagingmetis_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_AggregateRootProposed_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_AggregateRootProposed!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_OptimisticRootFinalized + stagingmetis_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_OptimisticRootFinalized_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ +} + +type stagingmetis_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingmetis_Bytes +} + +type stagingmetis_RelayerFee { + id: ID! + transfer: stagingmetis_OriginTransfer! + fee: BigInt! + asset: stagingmetis_Bytes! +} + +input stagingmetis_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_: stagingmetis_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: stagingmetis_Bytes + asset_not: stagingmetis_Bytes + asset_gt: stagingmetis_Bytes + asset_lt: stagingmetis_Bytes + asset_gte: stagingmetis_Bytes + asset_lte: stagingmetis_Bytes + asset_in: [stagingmetis_Bytes!] + asset_not_in: [stagingmetis_Bytes!] + asset_contains: stagingmetis_Bytes + asset_not_contains: stagingmetis_Bytes + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RelayerFee_filter] + or: [stagingmetis_RelayerFee_filter] +} + +enum stagingmetis_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 stagingmetis_RelayerFeesIncrease { + id: ID! + transfer: stagingmetis_OriginTransfer! + increase: BigInt + asset: stagingmetis_Bytes + caller: stagingmetis_Bytes! + transactionHash: stagingmetis_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingmetis_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_: stagingmetis_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: stagingmetis_Bytes + asset_not: stagingmetis_Bytes + asset_gt: stagingmetis_Bytes + asset_lt: stagingmetis_Bytes + asset_gte: stagingmetis_Bytes + asset_lte: stagingmetis_Bytes + asset_in: [stagingmetis_Bytes!] + asset_not_in: [stagingmetis_Bytes!] + asset_contains: stagingmetis_Bytes + asset_not_contains: stagingmetis_Bytes + caller: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RelayerFeesIncrease_filter] + or: [stagingmetis_RelayerFeesIncrease_filter] +} + +enum stagingmetis_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 stagingmetis_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: stagingmetis_Bytes + relayer_not: stagingmetis_Bytes + relayer_gt: stagingmetis_Bytes + relayer_lt: stagingmetis_Bytes + relayer_gte: stagingmetis_Bytes + relayer_lte: stagingmetis_Bytes + relayer_in: [stagingmetis_Bytes!] + relayer_not_in: [stagingmetis_Bytes!] + relayer_contains: stagingmetis_Bytes + relayer_not_contains: stagingmetis_Bytes + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Relayer_filter] + or: [stagingmetis_Relayer_filter] +} + +enum stagingmetis_Relayer_orderBy { + id + isActive + relayer +} + +type stagingmetis_RootCount { + id: ID! + count: BigInt +} + +input stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RootCount_filter] + or: [stagingmetis_RootCount_filter] +} + +enum stagingmetis_RootCount_orderBy { + id + count +} + +type stagingmetis_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingmetis_Bytes + count: BigInt + caller: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingmetis_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: stagingmetis_Bytes + root_not: stagingmetis_Bytes + root_gt: stagingmetis_Bytes + root_lt: stagingmetis_Bytes + root_gte: stagingmetis_Bytes + root_lte: stagingmetis_Bytes + root_in: [stagingmetis_Bytes!] + root_not_in: [stagingmetis_Bytes!] + root_contains: stagingmetis_Bytes + root_not_contains: stagingmetis_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: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RootMessageSent_filter] + or: [stagingmetis_RootMessageSent_filter] +} + +enum stagingmetis_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingmetis_Router { + id: ID! + isActive: Boolean! + owner: stagingmetis_Bytes + recipient: stagingmetis_Bytes + proposedOwner: stagingmetis_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmetis_AssetBalance_orderBy, orderDirection: stagingmetis_OrderDirection, where: stagingmetis_AssetBalance_filter): [stagingmetis_AssetBalance!]! +} + +type stagingmetis_RouterDailyTVL { + id: ID! + router: stagingmetis_Router! + asset: stagingmetis_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingmetis_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_: stagingmetis_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_: stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RouterDailyTVL_filter] + or: [stagingmetis_RouterDailyTVL_filter] +} + +enum stagingmetis_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingmetis_RouterLiquidityEvent { + id: ID! + type: stagingmetis_RouterLiquidityEventType + router: stagingmetis_Router! + asset: stagingmetis_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingmetis_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingmetis_Bytes! + nonce: BigInt! +} + +enum stagingmetis_RouterLiquidityEventType { + Add + Remove +} + +input stagingmetis_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingmetis_RouterLiquidityEventType + type_not: stagingmetis_RouterLiquidityEventType + type_in: [stagingmetis_RouterLiquidityEventType!] + type_not_in: [stagingmetis_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingmetis_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_: stagingmetis_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RouterLiquidityEvent_filter] + or: [stagingmetis_RouterLiquidityEvent_filter] +} + +enum stagingmetis_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingmetis_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: stagingmetis_Bytes + owner_not: stagingmetis_Bytes + owner_gt: stagingmetis_Bytes + owner_lt: stagingmetis_Bytes + owner_gte: stagingmetis_Bytes + owner_lte: stagingmetis_Bytes + owner_in: [stagingmetis_Bytes!] + owner_not_in: [stagingmetis_Bytes!] + owner_contains: stagingmetis_Bytes + owner_not_contains: stagingmetis_Bytes + recipient: stagingmetis_Bytes + recipient_not: stagingmetis_Bytes + recipient_gt: stagingmetis_Bytes + recipient_lt: stagingmetis_Bytes + recipient_gte: stagingmetis_Bytes + recipient_lte: stagingmetis_Bytes + recipient_in: [stagingmetis_Bytes!] + recipient_not_in: [stagingmetis_Bytes!] + recipient_contains: stagingmetis_Bytes + recipient_not_contains: stagingmetis_Bytes + proposedOwner: stagingmetis_Bytes + proposedOwner_not: stagingmetis_Bytes + proposedOwner_gt: stagingmetis_Bytes + proposedOwner_lt: stagingmetis_Bytes + proposedOwner_gte: stagingmetis_Bytes + proposedOwner_lte: stagingmetis_Bytes + proposedOwner_in: [stagingmetis_Bytes!] + proposedOwner_not_in: [stagingmetis_Bytes!] + proposedOwner_contains: stagingmetis_Bytes + proposedOwner_not_contains: stagingmetis_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_: stagingmetis_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Router_filter] + or: [stagingmetis_Router_filter] +} + +enum stagingmetis_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingmetis_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingmetis_Bytes +} + +input stagingmetis_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: stagingmetis_Bytes + sequencer_not: stagingmetis_Bytes + sequencer_gt: stagingmetis_Bytes + sequencer_lt: stagingmetis_Bytes + sequencer_gte: stagingmetis_Bytes + sequencer_lte: stagingmetis_Bytes + sequencer_in: [stagingmetis_Bytes!] + sequencer_not_in: [stagingmetis_Bytes!] + sequencer_contains: stagingmetis_Bytes + sequencer_not_contains: stagingmetis_Bytes + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Sequencer_filter] + or: [stagingmetis_Sequencer_filter] +} + +enum stagingmetis_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingmetis_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingmetis_Bytes! +} + +input stagingmetis_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: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Setting_filter] + or: [stagingmetis_Setting_filter] +} + +enum stagingmetis_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingmetis_SlippageUpdate { + id: ID! + transfer: stagingmetis_DestinationTransfer! + slippage: BigInt! + caller: stagingmetis_Bytes! + transactionHash: stagingmetis_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingmetis_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_: stagingmetis_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: stagingmetis_Bytes + caller_not: stagingmetis_Bytes + caller_gt: stagingmetis_Bytes + caller_lt: stagingmetis_Bytes + caller_gte: stagingmetis_Bytes + caller_lte: stagingmetis_Bytes + caller_in: [stagingmetis_Bytes!] + caller_not_in: [stagingmetis_Bytes!] + caller_contains: stagingmetis_Bytes + caller_not_contains: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + transactionHash_not: stagingmetis_Bytes + transactionHash_gt: stagingmetis_Bytes + transactionHash_lt: stagingmetis_Bytes + transactionHash_gte: stagingmetis_Bytes + transactionHash_lte: stagingmetis_Bytes + transactionHash_in: [stagingmetis_Bytes!] + transactionHash_not_in: [stagingmetis_Bytes!] + transactionHash_contains: stagingmetis_Bytes + transactionHash_not_contains: stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_SlippageUpdate_filter] + or: [stagingmetis_SlippageUpdate_filter] +} + +enum stagingmetis_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 stagingmetis_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingmetis_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingmetis_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: stagingmetis_Bytes + root_not: stagingmetis_Bytes + root_gt: stagingmetis_Bytes + root_lt: stagingmetis_Bytes + root_gte: stagingmetis_Bytes + root_lte: stagingmetis_Bytes + root_in: [stagingmetis_Bytes!] + root_not_in: [stagingmetis_Bytes!] + root_contains: stagingmetis_Bytes + root_not_contains: stagingmetis_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: stagingmetis_BlockChangedFilter + and: [stagingmetis_SnapshotRoot_filter] + or: [stagingmetis_SnapshotRoot_filter] +} + +enum stagingmetis_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingmetis_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingmetis_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_SpokeConnectorMode_filter] + or: [stagingmetis_SpokeConnectorMode_filter] +} + +enum stagingmetis_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_Asset + stagingmetis_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_Asset_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_Asset!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_AssetStatus + stagingmetis_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_AssetStatus_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_AssetStatus!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_AssetBalance + stagingmetis_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_AssetBalance_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_AssetBalance!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_Router + stagingmetis_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_Router_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_Router!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RouterDailyTVL + stagingmetis_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RouterDailyTVL_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RouterDailyTVL!]! + stagingmetis_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RouterLiquidityEvent + stagingmetis_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RouterLiquidityEvent_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RouterLiquidityEvent!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_Setting + stagingmetis_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_Setting_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_Setting!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_Relayer + stagingmetis_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_Relayer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_Relayer!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_Sequencer + stagingmetis_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_Sequencer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_Sequencer!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RelayerFee + stagingmetis_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RelayerFee_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RelayerFee!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_OriginTransfer + stagingmetis_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_OriginTransfer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_OriginTransfer!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_DestinationTransfer + stagingmetis_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_DestinationTransfer_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_DestinationTransfer!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_OriginMessage + stagingmetis_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_OriginMessage_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_OriginMessage!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_AggregateRoot + stagingmetis_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_AggregateRoot_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_AggregateRoot!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_ConnectorMeta + stagingmetis_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_ConnectorMeta_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_ConnectorMeta!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RootCount + stagingmetis_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RootCount_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RootCount!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RootMessageSent + stagingmetis_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RootMessageSent_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RootMessageSent!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_RelayerFeesIncrease + stagingmetis_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_RelayerFeesIncrease_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_RelayerFeesIncrease!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_SlippageUpdate + stagingmetis_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_SlippageUpdate_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_SlippageUpdate!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_SnapshotRoot + stagingmetis_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_SnapshotRoot_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_SnapshotRoot!]! + stagingmetis_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_SpokeConnectorMode + stagingmetis_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_SpokeConnectorMode_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_SpokeConnectorMode!]! + stagingmetis_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_AggregateRootProposed + stagingmetis_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_AggregateRootProposed_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_AggregateRootProposed!]! + stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmetis_OptimisticRootFinalized + stagingmetis_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmetis_OptimisticRootFinalized_orderBy + orderDirection: stagingmetis_OrderDirection + where: stagingmetis_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: stagingmetis_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmetis_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ +} + +enum stagingmetis_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingmetis__Block_ { + """The hash of the block""" + hash: stagingmetis_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 stagingmetis__Meta_ { + """ + Information 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: stagingmetis__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/types.ts new file mode 100644 index 0000000000..47984c5135 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Metis/types.ts @@ -0,0 +1,3920 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingMetisTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingmetis_BigDecimal: any; + BigInt: any; + stagingmetis_Bytes: any; + stagingmetis_Int8: any; +}; + +export type stagingmetis_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingmetis_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmetis_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmetis_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmetis_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmetis_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingmetis_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 stagingmetis_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingmetis_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingmetis_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingmetis_Router; + asset: stagingmetis_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingmetis_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 stagingmetis_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingmetis_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingmetis_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 stagingmetis_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingmetis_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmetis_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingmetis_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingmetis_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingmetis_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingmetis_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 stagingmetis_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmetis_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 stagingmetis_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmetis_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 stagingmetis_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingmetis_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmetis_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmetis_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmetis_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingmetis_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmetis_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingmetis_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 stagingmetis_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingmetis_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 stagingmetis_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmetis_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 stagingmetis_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingmetis_asset?: Maybe; + stagingmetis_assets: Array; + stagingmetis_assetStatus?: Maybe; + stagingmetis_assetStatuses: Array; + stagingmetis_assetBalance?: Maybe; + stagingmetis_assetBalances: Array; + stagingmetis_router?: Maybe; + stagingmetis_routers: Array; + stagingmetis_routerDailyTVL?: Maybe; + stagingmetis_routerDailyTVLs: Array; + stagingmetis_routerLiquidityEvent?: Maybe; + stagingmetis_routerLiquidityEvents: Array; + stagingmetis_setting?: Maybe; + stagingmetis_settings: Array; + stagingmetis_relayer?: Maybe; + stagingmetis_relayers: Array; + stagingmetis_sequencer?: Maybe; + stagingmetis_sequencers: Array; + stagingmetis_relayerFee?: Maybe; + stagingmetis_relayerFees: Array; + stagingmetis_originTransfer?: Maybe; + stagingmetis_originTransfers: Array; + stagingmetis_destinationTransfer?: Maybe; + stagingmetis_destinationTransfers: Array; + stagingmetis_originMessage?: Maybe; + stagingmetis_originMessages: Array; + stagingmetis_aggregateRoot?: Maybe; + stagingmetis_aggregateRoots: Array; + stagingmetis_connectorMeta?: Maybe; + stagingmetis_connectorMetas: Array; + stagingmetis_rootCount?: Maybe; + stagingmetis_rootCounts: Array; + stagingmetis_rootMessageSent?: Maybe; + stagingmetis_rootMessageSents: Array; + stagingmetis_relayerFeesIncrease?: Maybe; + stagingmetis_relayerFeesIncreases: Array; + stagingmetis_slippageUpdate?: Maybe; + stagingmetis_slippageUpdates: Array; + stagingmetis_snapshotRoot?: Maybe; + stagingmetis_snapshotRoots: Array; + stagingmetis_spokeConnectorMode?: Maybe; + stagingmetis_spokeConnectorModes: Array; + stagingmetis_aggregateRootProposed?: Maybe; + stagingmetis_aggregateRootProposeds: Array; + stagingmetis_optimisticRootFinalized?: Maybe; + stagingmetis_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingmetis__meta?: Maybe; +}; + + +export type Querystagingmetis_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmetis__metaArgs = { + block?: InputMaybe; +}; + +export type stagingmetis_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingmetis_RelayerFee = { + id: Scalars['ID']; + transfer: stagingmetis_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingmetis_Bytes']; +}; + +export type stagingmetis_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 stagingmetis_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 stagingmetis_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingmetis_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmetis_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 stagingmetis_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 stagingmetis_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 stagingmetis_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingmetis_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingmetis_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 stagingmetis_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingmetis_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 stagingmetis_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 stagingmetis_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingmetis_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingmetis_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingmetis_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingmetis_Router; + asset: stagingmetis_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingmetis_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 stagingmetis_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingmetis_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingmetis_Router; + asset: stagingmetis_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingmetis_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingmetis_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingmetis_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmetis_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingmetis_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 stagingmetis_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingmetis_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingmetis_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 stagingmetis_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingmetis_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingmetis_Bytes']; +}; + +export type stagingmetis_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 stagingmetis_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingmetis_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingmetis_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmetis_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 stagingmetis_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 stagingmetis_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingmetis_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingmetis_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 stagingmetis_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingmetis_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingmetis_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmetis_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingmetis_asset?: Maybe; + stagingmetis_assets: Array; + stagingmetis_assetStatus?: Maybe; + stagingmetis_assetStatuses: Array; + stagingmetis_assetBalance?: Maybe; + stagingmetis_assetBalances: Array; + stagingmetis_router?: Maybe; + stagingmetis_routers: Array; + stagingmetis_routerDailyTVL?: Maybe; + stagingmetis_routerDailyTVLs: Array; + stagingmetis_routerLiquidityEvent?: Maybe; + stagingmetis_routerLiquidityEvents: Array; + stagingmetis_setting?: Maybe; + stagingmetis_settings: Array; + stagingmetis_relayer?: Maybe; + stagingmetis_relayers: Array; + stagingmetis_sequencer?: Maybe; + stagingmetis_sequencers: Array; + stagingmetis_relayerFee?: Maybe; + stagingmetis_relayerFees: Array; + stagingmetis_originTransfer?: Maybe; + stagingmetis_originTransfers: Array; + stagingmetis_destinationTransfer?: Maybe; + stagingmetis_destinationTransfers: Array; + stagingmetis_originMessage?: Maybe; + stagingmetis_originMessages: Array; + stagingmetis_aggregateRoot?: Maybe; + stagingmetis_aggregateRoots: Array; + stagingmetis_connectorMeta?: Maybe; + stagingmetis_connectorMetas: Array; + stagingmetis_rootCount?: Maybe; + stagingmetis_rootCounts: Array; + stagingmetis_rootMessageSent?: Maybe; + stagingmetis_rootMessageSents: Array; + stagingmetis_relayerFeesIncrease?: Maybe; + stagingmetis_relayerFeesIncreases: Array; + stagingmetis_slippageUpdate?: Maybe; + stagingmetis_slippageUpdates: Array; + stagingmetis_snapshotRoot?: Maybe; + stagingmetis_snapshotRoots: Array; + stagingmetis_spokeConnectorMode?: Maybe; + stagingmetis_spokeConnectorModes: Array; + stagingmetis_aggregateRootProposed?: Maybe; + stagingmetis_aggregateRootProposeds: Array; + stagingmetis_optimisticRootFinalized?: Maybe; + stagingmetis_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingmetis__meta?: Maybe; +}; + + +export type Subscriptionstagingmetis_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmetis__metaArgs = { + block?: InputMaybe; +}; + +export type stagingmetis_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingmetis__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 stagingmetis__Meta_ = { + /** + * Information 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: stagingmetis__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 QuerySdk = { + /** null **/ + stagingmetis_asset: InContextSdkMethod, + /** null **/ + stagingmetis_assets: InContextSdkMethod, + /** null **/ + stagingmetis_assetStatus: InContextSdkMethod, + /** null **/ + stagingmetis_assetStatuses: InContextSdkMethod, + /** null **/ + stagingmetis_assetBalance: InContextSdkMethod, + /** null **/ + stagingmetis_assetBalances: InContextSdkMethod, + /** null **/ + stagingmetis_router: InContextSdkMethod, + /** null **/ + stagingmetis_routers: InContextSdkMethod, + /** null **/ + stagingmetis_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingmetis_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingmetis_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingmetis_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingmetis_setting: InContextSdkMethod, + /** null **/ + stagingmetis_settings: InContextSdkMethod, + /** null **/ + stagingmetis_relayer: InContextSdkMethod, + /** null **/ + stagingmetis_relayers: InContextSdkMethod, + /** null **/ + stagingmetis_sequencer: InContextSdkMethod, + /** null **/ + stagingmetis_sequencers: InContextSdkMethod, + /** null **/ + stagingmetis_relayerFee: InContextSdkMethod, + /** null **/ + stagingmetis_relayerFees: InContextSdkMethod, + /** null **/ + stagingmetis_originTransfer: InContextSdkMethod, + /** null **/ + stagingmetis_originTransfers: InContextSdkMethod, + /** null **/ + stagingmetis_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingmetis_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingmetis_originMessage: InContextSdkMethod, + /** null **/ + stagingmetis_originMessages: InContextSdkMethod, + /** null **/ + stagingmetis_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingmetis_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingmetis_connectorMeta: InContextSdkMethod, + /** null **/ + stagingmetis_connectorMetas: InContextSdkMethod, + /** null **/ + stagingmetis_rootCount: InContextSdkMethod, + /** null **/ + stagingmetis_rootCounts: InContextSdkMethod, + /** null **/ + stagingmetis_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingmetis_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingmetis_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingmetis_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingmetis_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingmetis_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingmetis_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingmetis_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingmetis_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingmetis_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingmetis_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingmetis_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingmetis_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingmetis_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingmetis__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingmetis_asset: InContextSdkMethod, + /** null **/ + stagingmetis_assets: InContextSdkMethod, + /** null **/ + stagingmetis_assetStatus: InContextSdkMethod, + /** null **/ + stagingmetis_assetStatuses: InContextSdkMethod, + /** null **/ + stagingmetis_assetBalance: InContextSdkMethod, + /** null **/ + stagingmetis_assetBalances: InContextSdkMethod, + /** null **/ + stagingmetis_router: InContextSdkMethod, + /** null **/ + stagingmetis_routers: InContextSdkMethod, + /** null **/ + stagingmetis_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingmetis_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingmetis_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingmetis_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingmetis_setting: InContextSdkMethod, + /** null **/ + stagingmetis_settings: InContextSdkMethod, + /** null **/ + stagingmetis_relayer: InContextSdkMethod, + /** null **/ + stagingmetis_relayers: InContextSdkMethod, + /** null **/ + stagingmetis_sequencer: InContextSdkMethod, + /** null **/ + stagingmetis_sequencers: InContextSdkMethod, + /** null **/ + stagingmetis_relayerFee: InContextSdkMethod, + /** null **/ + stagingmetis_relayerFees: InContextSdkMethod, + /** null **/ + stagingmetis_originTransfer: InContextSdkMethod, + /** null **/ + stagingmetis_originTransfers: InContextSdkMethod, + /** null **/ + stagingmetis_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingmetis_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingmetis_originMessage: InContextSdkMethod, + /** null **/ + stagingmetis_originMessages: InContextSdkMethod, + /** null **/ + stagingmetis_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingmetis_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingmetis_connectorMeta: InContextSdkMethod, + /** null **/ + stagingmetis_connectorMetas: InContextSdkMethod, + /** null **/ + stagingmetis_rootCount: InContextSdkMethod, + /** null **/ + stagingmetis_rootCounts: InContextSdkMethod, + /** null **/ + stagingmetis_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingmetis_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingmetis_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingmetis_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingmetis_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingmetis_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingmetis_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingmetis_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingmetis_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingmetis_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingmetis_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingmetis_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingmetis_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingmetis_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingmetis__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Metis"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/introspectionSchema.ts new file mode 100644 index 0000000000..e337af032a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/introspectionSchema.ts @@ -0,0 +1,50096 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/schema.graphql new file mode 100644 index 0000000000..9daf8f709a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/schema.graphql @@ -0,0 +1,3999 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingoptimism_AggregateRoot { + id: ID! + root: stagingoptimism_Bytes! + blockNumber: BigInt! +} + +type stagingoptimism_AggregateRootProposed { + id: ID! + aggregateRoot: stagingoptimism_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingoptimism_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingoptimism_Bytes + aggregateRoot_not: stagingoptimism_Bytes + aggregateRoot_gt: stagingoptimism_Bytes + aggregateRoot_lt: stagingoptimism_Bytes + aggregateRoot_gte: stagingoptimism_Bytes + aggregateRoot_lte: stagingoptimism_Bytes + aggregateRoot_in: [stagingoptimism_Bytes!] + aggregateRoot_not_in: [stagingoptimism_Bytes!] + aggregateRoot_contains: stagingoptimism_Bytes + aggregateRoot_not_contains: stagingoptimism_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AggregateRootProposed_filter] + or: [stagingoptimism_AggregateRootProposed_filter] +} + +enum stagingoptimism_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingoptimism_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: stagingoptimism_Bytes + root_not: stagingoptimism_Bytes + root_gt: stagingoptimism_Bytes + root_lt: stagingoptimism_Bytes + root_gte: stagingoptimism_Bytes + root_lte: stagingoptimism_Bytes + root_in: [stagingoptimism_Bytes!] + root_not_in: [stagingoptimism_Bytes!] + root_contains: stagingoptimism_Bytes + root_not_contains: stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AggregateRoot_filter] + or: [stagingoptimism_AggregateRoot_filter] +} + +enum stagingoptimism_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingoptimism_Aggregation_interval { + hour + day +} + +type stagingoptimism_Asset { + id: ID! + key: stagingoptimism_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingoptimism_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingoptimism_Bytes + localAsset: stagingoptimism_Bytes + blockNumber: BigInt + status: stagingoptimism_AssetStatus +} + +type stagingoptimism_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! + feesEarned: BigInt! +} + +input stagingoptimism_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_: stagingoptimism_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_: stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AssetBalance_filter] + or: [stagingoptimism_AssetBalance_filter] +} + +enum stagingoptimism_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingoptimism_AssetStatus { + id: ID! + status: Boolean +} + +input stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AssetStatus_filter] + or: [stagingoptimism_AssetStatus_filter] +} + +enum stagingoptimism_AssetStatus_orderBy { + id + status +} + +input stagingoptimism_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: stagingoptimism_Bytes + key_not: stagingoptimism_Bytes + key_gt: stagingoptimism_Bytes + key_lt: stagingoptimism_Bytes + key_gte: stagingoptimism_Bytes + key_lte: stagingoptimism_Bytes + key_in: [stagingoptimism_Bytes!] + key_not_in: [stagingoptimism_Bytes!] + key_contains: stagingoptimism_Bytes + key_not_contains: stagingoptimism_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingoptimism_Bytes + canonicalId_not: stagingoptimism_Bytes + canonicalId_gt: stagingoptimism_Bytes + canonicalId_lt: stagingoptimism_Bytes + canonicalId_gte: stagingoptimism_Bytes + canonicalId_lte: stagingoptimism_Bytes + canonicalId_in: [stagingoptimism_Bytes!] + canonicalId_not_in: [stagingoptimism_Bytes!] + canonicalId_contains: stagingoptimism_Bytes + canonicalId_not_contains: stagingoptimism_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: stagingoptimism_Bytes + adoptedAsset_not: stagingoptimism_Bytes + adoptedAsset_gt: stagingoptimism_Bytes + adoptedAsset_lt: stagingoptimism_Bytes + adoptedAsset_gte: stagingoptimism_Bytes + adoptedAsset_lte: stagingoptimism_Bytes + adoptedAsset_in: [stagingoptimism_Bytes!] + adoptedAsset_not_in: [stagingoptimism_Bytes!] + adoptedAsset_contains: stagingoptimism_Bytes + adoptedAsset_not_contains: stagingoptimism_Bytes + localAsset: stagingoptimism_Bytes + localAsset_not: stagingoptimism_Bytes + localAsset_gt: stagingoptimism_Bytes + localAsset_lt: stagingoptimism_Bytes + localAsset_gte: stagingoptimism_Bytes + localAsset_lte: stagingoptimism_Bytes + localAsset_in: [stagingoptimism_Bytes!] + localAsset_not_in: [stagingoptimism_Bytes!] + localAsset_contains: stagingoptimism_Bytes + localAsset_not_contains: stagingoptimism_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_: stagingoptimism_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Asset_filter] + or: [stagingoptimism_Asset_filter] +} + +enum stagingoptimism_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingoptimism_BigDecimal + +scalar BigInt + +input stagingoptimism_BlockChangedFilter { + number_gte: Int! +} + +input stagingoptimism_Block_height { + hash: stagingoptimism_Bytes + number: Int + number_gte: Int +} + +scalar stagingoptimism_Bytes + +type stagingoptimism_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingoptimism_Bytes + rootManager: stagingoptimism_Bytes + mirrorConnector: stagingoptimism_Bytes +} + +input stagingoptimism_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: stagingoptimism_Bytes + amb_not: stagingoptimism_Bytes + amb_gt: stagingoptimism_Bytes + amb_lt: stagingoptimism_Bytes + amb_gte: stagingoptimism_Bytes + amb_lte: stagingoptimism_Bytes + amb_in: [stagingoptimism_Bytes!] + amb_not_in: [stagingoptimism_Bytes!] + amb_contains: stagingoptimism_Bytes + amb_not_contains: stagingoptimism_Bytes + rootManager: stagingoptimism_Bytes + rootManager_not: stagingoptimism_Bytes + rootManager_gt: stagingoptimism_Bytes + rootManager_lt: stagingoptimism_Bytes + rootManager_gte: stagingoptimism_Bytes + rootManager_lte: stagingoptimism_Bytes + rootManager_in: [stagingoptimism_Bytes!] + rootManager_not_in: [stagingoptimism_Bytes!] + rootManager_contains: stagingoptimism_Bytes + rootManager_not_contains: stagingoptimism_Bytes + mirrorConnector: stagingoptimism_Bytes + mirrorConnector_not: stagingoptimism_Bytes + mirrorConnector_gt: stagingoptimism_Bytes + mirrorConnector_lt: stagingoptimism_Bytes + mirrorConnector_gte: stagingoptimism_Bytes + mirrorConnector_lte: stagingoptimism_Bytes + mirrorConnector_in: [stagingoptimism_Bytes!] + mirrorConnector_not_in: [stagingoptimism_Bytes!] + mirrorConnector_contains: stagingoptimism_Bytes + mirrorConnector_not_contains: stagingoptimism_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_ConnectorMeta_filter] + or: [stagingoptimism_ConnectorMeta_filter] +} + +enum stagingoptimism_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingoptimism_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingoptimism_Bytes + nonce: BigInt + status: stagingoptimism_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingoptimism_Router_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_Router_filter): [stagingoptimism_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes + receiveLocal: Boolean + callData: stagingoptimism_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingoptimism_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingoptimism_Bytes + asset: stagingoptimism_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingoptimism_Bytes + executedTransactionHash: stagingoptimism_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingoptimism_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingoptimism_Bytes + reconciledTransactionHash: stagingoptimism_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingoptimism_Bytes + reconciledTxNonce: BigInt +} + +input stagingoptimism_DestinationTransfer_filter { + 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: stagingoptimism_Bytes + transferId_not: stagingoptimism_Bytes + transferId_gt: stagingoptimism_Bytes + transferId_lt: stagingoptimism_Bytes + transferId_gte: stagingoptimism_Bytes + transferId_lte: stagingoptimism_Bytes + transferId_in: [stagingoptimism_Bytes!] + transferId_not_in: [stagingoptimism_Bytes!] + transferId_contains: stagingoptimism_Bytes + transferId_not_contains: stagingoptimism_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: stagingoptimism_TransferStatus + status_not: stagingoptimism_TransferStatus + status_in: [stagingoptimism_TransferStatus!] + status_not_in: [stagingoptimism_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingoptimism_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: stagingoptimism_Bytes + to_not: stagingoptimism_Bytes + to_gt: stagingoptimism_Bytes + to_lt: stagingoptimism_Bytes + to_gte: stagingoptimism_Bytes + to_lte: stagingoptimism_Bytes + to_in: [stagingoptimism_Bytes!] + to_not_in: [stagingoptimism_Bytes!] + to_contains: stagingoptimism_Bytes + to_not_contains: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes + delegate_not: stagingoptimism_Bytes + delegate_gt: stagingoptimism_Bytes + delegate_lt: stagingoptimism_Bytes + delegate_gte: stagingoptimism_Bytes + delegate_lte: stagingoptimism_Bytes + delegate_in: [stagingoptimism_Bytes!] + delegate_not_in: [stagingoptimism_Bytes!] + delegate_contains: stagingoptimism_Bytes + delegate_not_contains: stagingoptimism_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingoptimism_Bytes + callData_not: stagingoptimism_Bytes + callData_gt: stagingoptimism_Bytes + callData_lt: stagingoptimism_Bytes + callData_gte: stagingoptimism_Bytes + callData_lte: stagingoptimism_Bytes + callData_in: [stagingoptimism_Bytes!] + callData_not_in: [stagingoptimism_Bytes!] + callData_contains: stagingoptimism_Bytes + callData_not_contains: stagingoptimism_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: stagingoptimism_Bytes + originSender_not: stagingoptimism_Bytes + originSender_gt: stagingoptimism_Bytes + originSender_lt: stagingoptimism_Bytes + originSender_gte: stagingoptimism_Bytes + originSender_lte: stagingoptimism_Bytes + originSender_in: [stagingoptimism_Bytes!] + originSender_not_in: [stagingoptimism_Bytes!] + originSender_contains: stagingoptimism_Bytes + originSender_not_contains: stagingoptimism_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: stagingoptimism_Bytes + canonicalId_not: stagingoptimism_Bytes + canonicalId_gt: stagingoptimism_Bytes + canonicalId_lt: stagingoptimism_Bytes + canonicalId_gte: stagingoptimism_Bytes + canonicalId_lte: stagingoptimism_Bytes + canonicalId_in: [stagingoptimism_Bytes!] + canonicalId_not_in: [stagingoptimism_Bytes!] + canonicalId_contains: stagingoptimism_Bytes + canonicalId_not_contains: stagingoptimism_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_: stagingoptimism_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: stagingoptimism_Bytes + executedCaller_not: stagingoptimism_Bytes + executedCaller_gt: stagingoptimism_Bytes + executedCaller_lt: stagingoptimism_Bytes + executedCaller_gte: stagingoptimism_Bytes + executedCaller_lte: stagingoptimism_Bytes + executedCaller_in: [stagingoptimism_Bytes!] + executedCaller_not_in: [stagingoptimism_Bytes!] + executedCaller_contains: stagingoptimism_Bytes + executedCaller_not_contains: stagingoptimism_Bytes + executedTransactionHash: stagingoptimism_Bytes + executedTransactionHash_not: stagingoptimism_Bytes + executedTransactionHash_gt: stagingoptimism_Bytes + executedTransactionHash_lt: stagingoptimism_Bytes + executedTransactionHash_gte: stagingoptimism_Bytes + executedTransactionHash_lte: stagingoptimism_Bytes + executedTransactionHash_in: [stagingoptimism_Bytes!] + executedTransactionHash_not_in: [stagingoptimism_Bytes!] + executedTransactionHash_contains: stagingoptimism_Bytes + executedTransactionHash_not_contains: stagingoptimism_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: stagingoptimism_Bytes + executedTxOrigin_not: stagingoptimism_Bytes + executedTxOrigin_gt: stagingoptimism_Bytes + executedTxOrigin_lt: stagingoptimism_Bytes + executedTxOrigin_gte: stagingoptimism_Bytes + executedTxOrigin_lte: stagingoptimism_Bytes + executedTxOrigin_in: [stagingoptimism_Bytes!] + executedTxOrigin_not_in: [stagingoptimism_Bytes!] + executedTxOrigin_contains: stagingoptimism_Bytes + executedTxOrigin_not_contains: stagingoptimism_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: stagingoptimism_Bytes + reconciledCaller_not: stagingoptimism_Bytes + reconciledCaller_gt: stagingoptimism_Bytes + reconciledCaller_lt: stagingoptimism_Bytes + reconciledCaller_gte: stagingoptimism_Bytes + reconciledCaller_lte: stagingoptimism_Bytes + reconciledCaller_in: [stagingoptimism_Bytes!] + reconciledCaller_not_in: [stagingoptimism_Bytes!] + reconciledCaller_contains: stagingoptimism_Bytes + reconciledCaller_not_contains: stagingoptimism_Bytes + reconciledTransactionHash: stagingoptimism_Bytes + reconciledTransactionHash_not: stagingoptimism_Bytes + reconciledTransactionHash_gt: stagingoptimism_Bytes + reconciledTransactionHash_lt: stagingoptimism_Bytes + reconciledTransactionHash_gte: stagingoptimism_Bytes + reconciledTransactionHash_lte: stagingoptimism_Bytes + reconciledTransactionHash_in: [stagingoptimism_Bytes!] + reconciledTransactionHash_not_in: [stagingoptimism_Bytes!] + reconciledTransactionHash_contains: stagingoptimism_Bytes + reconciledTransactionHash_not_contains: stagingoptimism_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: stagingoptimism_Bytes + reconciledTxOrigin_not: stagingoptimism_Bytes + reconciledTxOrigin_gt: stagingoptimism_Bytes + reconciledTxOrigin_lt: stagingoptimism_Bytes + reconciledTxOrigin_gte: stagingoptimism_Bytes + reconciledTxOrigin_lte: stagingoptimism_Bytes + reconciledTxOrigin_in: [stagingoptimism_Bytes!] + reconciledTxOrigin_not_in: [stagingoptimism_Bytes!] + reconciledTxOrigin_contains: stagingoptimism_Bytes + reconciledTxOrigin_not_contains: stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_DestinationTransfer_filter] + or: [stagingoptimism_DestinationTransfer_filter] +} + +enum stagingoptimism_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingoptimism_Int8 + +type stagingoptimism_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingoptimism_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingoptimism_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: stagingoptimism_Bytes + aggregateRoot_not: stagingoptimism_Bytes + aggregateRoot_gt: stagingoptimism_Bytes + aggregateRoot_lt: stagingoptimism_Bytes + aggregateRoot_gte: stagingoptimism_Bytes + aggregateRoot_lte: stagingoptimism_Bytes + aggregateRoot_in: [stagingoptimism_Bytes!] + aggregateRoot_not_in: [stagingoptimism_Bytes!] + aggregateRoot_contains: stagingoptimism_Bytes + aggregateRoot_not_contains: stagingoptimism_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OptimisticRootFinalized_filter] + or: [stagingoptimism_OptimisticRootFinalized_filter] +} + +enum stagingoptimism_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingoptimism_OrderDirection { + asc + desc +} + +type stagingoptimism_OriginMessage { + id: ID! + transferId: stagingoptimism_Bytes + destinationDomain: BigInt + leaf: stagingoptimism_Bytes + index: BigInt + message: stagingoptimism_Bytes + root: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + blockNumber: BigInt + rootCount: stagingoptimism_RootCount +} + +input stagingoptimism_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: stagingoptimism_Bytes + transferId_not: stagingoptimism_Bytes + transferId_gt: stagingoptimism_Bytes + transferId_lt: stagingoptimism_Bytes + transferId_gte: stagingoptimism_Bytes + transferId_lte: stagingoptimism_Bytes + transferId_in: [stagingoptimism_Bytes!] + transferId_not_in: [stagingoptimism_Bytes!] + transferId_contains: stagingoptimism_Bytes + transferId_not_contains: stagingoptimism_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: stagingoptimism_Bytes + leaf_not: stagingoptimism_Bytes + leaf_gt: stagingoptimism_Bytes + leaf_lt: stagingoptimism_Bytes + leaf_gte: stagingoptimism_Bytes + leaf_lte: stagingoptimism_Bytes + leaf_in: [stagingoptimism_Bytes!] + leaf_not_in: [stagingoptimism_Bytes!] + leaf_contains: stagingoptimism_Bytes + leaf_not_contains: stagingoptimism_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: stagingoptimism_Bytes + message_not: stagingoptimism_Bytes + message_gt: stagingoptimism_Bytes + message_lt: stagingoptimism_Bytes + message_gte: stagingoptimism_Bytes + message_lte: stagingoptimism_Bytes + message_in: [stagingoptimism_Bytes!] + message_not_in: [stagingoptimism_Bytes!] + message_contains: stagingoptimism_Bytes + message_not_contains: stagingoptimism_Bytes + root: stagingoptimism_Bytes + root_not: stagingoptimism_Bytes + root_gt: stagingoptimism_Bytes + root_lt: stagingoptimism_Bytes + root_gte: stagingoptimism_Bytes + root_lte: stagingoptimism_Bytes + root_in: [stagingoptimism_Bytes!] + root_not_in: [stagingoptimism_Bytes!] + root_contains: stagingoptimism_Bytes + root_not_contains: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_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_: stagingoptimism_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OriginMessage_filter] + or: [stagingoptimism_OriginMessage_filter] +} + +enum stagingoptimism_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingoptimism_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingoptimism_Bytes + nonce: BigInt + status: stagingoptimism_TransferStatus + messageHash: stagingoptimism_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes + receiveLocal: Boolean + callData: stagingoptimism_Bytes + slippage: BigInt + originSender: stagingoptimism_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingoptimism_Bytes + asset: stagingoptimism_Asset + transactingAsset: stagingoptimism_Bytes + message: stagingoptimism_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingoptimism_RelayerFee_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_RelayerFee_filter): [stagingoptimism_RelayerFee!] + initialRelayerFeeAsset: stagingoptimism_Bytes + caller: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingoptimism_Bytes + txNonce: BigInt +} + +input stagingoptimism_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: stagingoptimism_Bytes + transferId_not: stagingoptimism_Bytes + transferId_gt: stagingoptimism_Bytes + transferId_lt: stagingoptimism_Bytes + transferId_gte: stagingoptimism_Bytes + transferId_lte: stagingoptimism_Bytes + transferId_in: [stagingoptimism_Bytes!] + transferId_not_in: [stagingoptimism_Bytes!] + transferId_contains: stagingoptimism_Bytes + transferId_not_contains: stagingoptimism_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: stagingoptimism_TransferStatus + status_not: stagingoptimism_TransferStatus + status_in: [stagingoptimism_TransferStatus!] + status_not_in: [stagingoptimism_TransferStatus!] + messageHash: stagingoptimism_Bytes + messageHash_not: stagingoptimism_Bytes + messageHash_gt: stagingoptimism_Bytes + messageHash_lt: stagingoptimism_Bytes + messageHash_gte: stagingoptimism_Bytes + messageHash_lte: stagingoptimism_Bytes + messageHash_in: [stagingoptimism_Bytes!] + messageHash_not_in: [stagingoptimism_Bytes!] + messageHash_contains: stagingoptimism_Bytes + messageHash_not_contains: stagingoptimism_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: stagingoptimism_Bytes + to_not: stagingoptimism_Bytes + to_gt: stagingoptimism_Bytes + to_lt: stagingoptimism_Bytes + to_gte: stagingoptimism_Bytes + to_lte: stagingoptimism_Bytes + to_in: [stagingoptimism_Bytes!] + to_not_in: [stagingoptimism_Bytes!] + to_contains: stagingoptimism_Bytes + to_not_contains: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes + delegate_not: stagingoptimism_Bytes + delegate_gt: stagingoptimism_Bytes + delegate_lt: stagingoptimism_Bytes + delegate_gte: stagingoptimism_Bytes + delegate_lte: stagingoptimism_Bytes + delegate_in: [stagingoptimism_Bytes!] + delegate_not_in: [stagingoptimism_Bytes!] + delegate_contains: stagingoptimism_Bytes + delegate_not_contains: stagingoptimism_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingoptimism_Bytes + callData_not: stagingoptimism_Bytes + callData_gt: stagingoptimism_Bytes + callData_lt: stagingoptimism_Bytes + callData_gte: stagingoptimism_Bytes + callData_lte: stagingoptimism_Bytes + callData_in: [stagingoptimism_Bytes!] + callData_not_in: [stagingoptimism_Bytes!] + callData_contains: stagingoptimism_Bytes + callData_not_contains: stagingoptimism_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: stagingoptimism_Bytes + originSender_not: stagingoptimism_Bytes + originSender_gt: stagingoptimism_Bytes + originSender_lt: stagingoptimism_Bytes + originSender_gte: stagingoptimism_Bytes + originSender_lte: stagingoptimism_Bytes + originSender_in: [stagingoptimism_Bytes!] + originSender_not_in: [stagingoptimism_Bytes!] + originSender_contains: stagingoptimism_Bytes + originSender_not_contains: stagingoptimism_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: stagingoptimism_Bytes + canonicalId_not: stagingoptimism_Bytes + canonicalId_gt: stagingoptimism_Bytes + canonicalId_lt: stagingoptimism_Bytes + canonicalId_gte: stagingoptimism_Bytes + canonicalId_lte: stagingoptimism_Bytes + canonicalId_in: [stagingoptimism_Bytes!] + canonicalId_not_in: [stagingoptimism_Bytes!] + canonicalId_contains: stagingoptimism_Bytes + canonicalId_not_contains: stagingoptimism_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_: stagingoptimism_Asset_filter + transactingAsset: stagingoptimism_Bytes + transactingAsset_not: stagingoptimism_Bytes + transactingAsset_gt: stagingoptimism_Bytes + transactingAsset_lt: stagingoptimism_Bytes + transactingAsset_gte: stagingoptimism_Bytes + transactingAsset_lte: stagingoptimism_Bytes + transactingAsset_in: [stagingoptimism_Bytes!] + transactingAsset_not_in: [stagingoptimism_Bytes!] + transactingAsset_contains: stagingoptimism_Bytes + transactingAsset_not_contains: stagingoptimism_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_: stagingoptimism_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_: stagingoptimism_RelayerFee_filter + initialRelayerFeeAsset: stagingoptimism_Bytes + initialRelayerFeeAsset_not: stagingoptimism_Bytes + initialRelayerFeeAsset_gt: stagingoptimism_Bytes + initialRelayerFeeAsset_lt: stagingoptimism_Bytes + initialRelayerFeeAsset_gte: stagingoptimism_Bytes + initialRelayerFeeAsset_lte: stagingoptimism_Bytes + initialRelayerFeeAsset_in: [stagingoptimism_Bytes!] + initialRelayerFeeAsset_not_in: [stagingoptimism_Bytes!] + initialRelayerFeeAsset_contains: stagingoptimism_Bytes + initialRelayerFeeAsset_not_contains: stagingoptimism_Bytes + caller: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_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: stagingoptimism_Bytes + txOrigin_not: stagingoptimism_Bytes + txOrigin_gt: stagingoptimism_Bytes + txOrigin_lt: stagingoptimism_Bytes + txOrigin_gte: stagingoptimism_Bytes + txOrigin_lte: stagingoptimism_Bytes + txOrigin_in: [stagingoptimism_Bytes!] + txOrigin_not_in: [stagingoptimism_Bytes!] + txOrigin_contains: stagingoptimism_Bytes + txOrigin_not_contains: stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OriginTransfer_filter] + or: [stagingoptimism_OriginTransfer_filter] +} + +enum stagingoptimism_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_Asset + stagingoptimism_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_Asset_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_Asset!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_AssetStatus + stagingoptimism_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_AssetStatus_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_AssetStatus!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_AssetBalance + stagingoptimism_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_AssetBalance_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_AssetBalance!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_Router + stagingoptimism_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_Router_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_Router!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RouterDailyTVL + stagingoptimism_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RouterDailyTVL_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RouterDailyTVL!]! + stagingoptimism_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RouterLiquidityEvent + stagingoptimism_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RouterLiquidityEvent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RouterLiquidityEvent!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_Setting + stagingoptimism_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_Setting_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_Setting!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_Relayer + stagingoptimism_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_Relayer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_Relayer!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_Sequencer + stagingoptimism_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_Sequencer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_Sequencer!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RelayerFee + stagingoptimism_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RelayerFee_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RelayerFee!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_OriginTransfer + stagingoptimism_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_OriginTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_OriginTransfer!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_DestinationTransfer + stagingoptimism_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_DestinationTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_DestinationTransfer!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_OriginMessage + stagingoptimism_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_OriginMessage_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_OriginMessage!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_AggregateRoot + stagingoptimism_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_AggregateRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_AggregateRoot!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_ConnectorMeta + stagingoptimism_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_ConnectorMeta_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_ConnectorMeta!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RootCount + stagingoptimism_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RootCount_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RootCount!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RootMessageSent + stagingoptimism_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RootMessageSent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RootMessageSent!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RelayerFeesIncrease + stagingoptimism_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RelayerFeesIncrease!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_SlippageUpdate + stagingoptimism_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_SlippageUpdate_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_SlippageUpdate!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_SnapshotRoot + stagingoptimism_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_SnapshotRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_SnapshotRoot!]! + stagingoptimism_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_SpokeConnectorMode + stagingoptimism_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_SpokeConnectorMode_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_SpokeConnectorMode!]! + stagingoptimism_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_AggregateRootProposed + stagingoptimism_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_AggregateRootProposed_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_AggregateRootProposed!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_OptimisticRootFinalized + stagingoptimism_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_OptimisticRootFinalized_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__Meta_ +} + +type stagingoptimism_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingoptimism_Bytes +} + +type stagingoptimism_RelayerFee { + id: ID! + transfer: stagingoptimism_OriginTransfer! + fee: BigInt! + asset: stagingoptimism_Bytes! +} + +input stagingoptimism_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_: stagingoptimism_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: stagingoptimism_Bytes + asset_not: stagingoptimism_Bytes + asset_gt: stagingoptimism_Bytes + asset_lt: stagingoptimism_Bytes + asset_gte: stagingoptimism_Bytes + asset_lte: stagingoptimism_Bytes + asset_in: [stagingoptimism_Bytes!] + asset_not_in: [stagingoptimism_Bytes!] + asset_contains: stagingoptimism_Bytes + asset_not_contains: stagingoptimism_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RelayerFee_filter] + or: [stagingoptimism_RelayerFee_filter] +} + +enum stagingoptimism_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 stagingoptimism_RelayerFeesIncrease { + id: ID! + transfer: stagingoptimism_OriginTransfer! + increase: BigInt + asset: stagingoptimism_Bytes + caller: stagingoptimism_Bytes! + transactionHash: stagingoptimism_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingoptimism_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_: stagingoptimism_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: stagingoptimism_Bytes + asset_not: stagingoptimism_Bytes + asset_gt: stagingoptimism_Bytes + asset_lt: stagingoptimism_Bytes + asset_gte: stagingoptimism_Bytes + asset_lte: stagingoptimism_Bytes + asset_in: [stagingoptimism_Bytes!] + asset_not_in: [stagingoptimism_Bytes!] + asset_contains: stagingoptimism_Bytes + asset_not_contains: stagingoptimism_Bytes + caller: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RelayerFeesIncrease_filter] + or: [stagingoptimism_RelayerFeesIncrease_filter] +} + +enum stagingoptimism_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 stagingoptimism_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: stagingoptimism_Bytes + relayer_not: stagingoptimism_Bytes + relayer_gt: stagingoptimism_Bytes + relayer_lt: stagingoptimism_Bytes + relayer_gte: stagingoptimism_Bytes + relayer_lte: stagingoptimism_Bytes + relayer_in: [stagingoptimism_Bytes!] + relayer_not_in: [stagingoptimism_Bytes!] + relayer_contains: stagingoptimism_Bytes + relayer_not_contains: stagingoptimism_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Relayer_filter] + or: [stagingoptimism_Relayer_filter] +} + +enum stagingoptimism_Relayer_orderBy { + id + isActive + relayer +} + +type stagingoptimism_RootCount { + id: ID! + count: BigInt +} + +input stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RootCount_filter] + or: [stagingoptimism_RootCount_filter] +} + +enum stagingoptimism_RootCount_orderBy { + id + count +} + +type stagingoptimism_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingoptimism_Bytes + count: BigInt + caller: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingoptimism_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: stagingoptimism_Bytes + root_not: stagingoptimism_Bytes + root_gt: stagingoptimism_Bytes + root_lt: stagingoptimism_Bytes + root_gte: stagingoptimism_Bytes + root_lte: stagingoptimism_Bytes + root_in: [stagingoptimism_Bytes!] + root_not_in: [stagingoptimism_Bytes!] + root_contains: stagingoptimism_Bytes + root_not_contains: stagingoptimism_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: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RootMessageSent_filter] + or: [stagingoptimism_RootMessageSent_filter] +} + +enum stagingoptimism_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingoptimism_Router { + id: ID! + isActive: Boolean! + owner: stagingoptimism_Bytes + recipient: stagingoptimism_Bytes + proposedOwner: stagingoptimism_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingoptimism_AssetBalance_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_AssetBalance_filter): [stagingoptimism_AssetBalance!]! +} + +type stagingoptimism_RouterDailyTVL { + id: ID! + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingoptimism_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_: stagingoptimism_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_: stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RouterDailyTVL_filter] + or: [stagingoptimism_RouterDailyTVL_filter] +} + +enum stagingoptimism_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingoptimism_RouterLiquidityEvent { + id: ID! + type: stagingoptimism_RouterLiquidityEventType + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingoptimism_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingoptimism_Bytes! + nonce: BigInt! +} + +enum stagingoptimism_RouterLiquidityEventType { + Add + Remove +} + +input stagingoptimism_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingoptimism_RouterLiquidityEventType + type_not: stagingoptimism_RouterLiquidityEventType + type_in: [stagingoptimism_RouterLiquidityEventType!] + type_not_in: [stagingoptimism_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingoptimism_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_: stagingoptimism_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RouterLiquidityEvent_filter] + or: [stagingoptimism_RouterLiquidityEvent_filter] +} + +enum stagingoptimism_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingoptimism_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: stagingoptimism_Bytes + owner_not: stagingoptimism_Bytes + owner_gt: stagingoptimism_Bytes + owner_lt: stagingoptimism_Bytes + owner_gte: stagingoptimism_Bytes + owner_lte: stagingoptimism_Bytes + owner_in: [stagingoptimism_Bytes!] + owner_not_in: [stagingoptimism_Bytes!] + owner_contains: stagingoptimism_Bytes + owner_not_contains: stagingoptimism_Bytes + recipient: stagingoptimism_Bytes + recipient_not: stagingoptimism_Bytes + recipient_gt: stagingoptimism_Bytes + recipient_lt: stagingoptimism_Bytes + recipient_gte: stagingoptimism_Bytes + recipient_lte: stagingoptimism_Bytes + recipient_in: [stagingoptimism_Bytes!] + recipient_not_in: [stagingoptimism_Bytes!] + recipient_contains: stagingoptimism_Bytes + recipient_not_contains: stagingoptimism_Bytes + proposedOwner: stagingoptimism_Bytes + proposedOwner_not: stagingoptimism_Bytes + proposedOwner_gt: stagingoptimism_Bytes + proposedOwner_lt: stagingoptimism_Bytes + proposedOwner_gte: stagingoptimism_Bytes + proposedOwner_lte: stagingoptimism_Bytes + proposedOwner_in: [stagingoptimism_Bytes!] + proposedOwner_not_in: [stagingoptimism_Bytes!] + proposedOwner_contains: stagingoptimism_Bytes + proposedOwner_not_contains: stagingoptimism_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_: stagingoptimism_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Router_filter] + or: [stagingoptimism_Router_filter] +} + +enum stagingoptimism_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingoptimism_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingoptimism_Bytes +} + +input stagingoptimism_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: stagingoptimism_Bytes + sequencer_not: stagingoptimism_Bytes + sequencer_gt: stagingoptimism_Bytes + sequencer_lt: stagingoptimism_Bytes + sequencer_gte: stagingoptimism_Bytes + sequencer_lte: stagingoptimism_Bytes + sequencer_in: [stagingoptimism_Bytes!] + sequencer_not_in: [stagingoptimism_Bytes!] + sequencer_contains: stagingoptimism_Bytes + sequencer_not_contains: stagingoptimism_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Sequencer_filter] + or: [stagingoptimism_Sequencer_filter] +} + +enum stagingoptimism_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingoptimism_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingoptimism_Bytes! +} + +input stagingoptimism_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: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Setting_filter] + or: [stagingoptimism_Setting_filter] +} + +enum stagingoptimism_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingoptimism_SlippageUpdate { + id: ID! + transfer: stagingoptimism_DestinationTransfer! + slippage: BigInt! + caller: stagingoptimism_Bytes! + transactionHash: stagingoptimism_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingoptimism_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_: stagingoptimism_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: stagingoptimism_Bytes + caller_not: stagingoptimism_Bytes + caller_gt: stagingoptimism_Bytes + caller_lt: stagingoptimism_Bytes + caller_gte: stagingoptimism_Bytes + caller_lte: stagingoptimism_Bytes + caller_in: [stagingoptimism_Bytes!] + caller_not_in: [stagingoptimism_Bytes!] + caller_contains: stagingoptimism_Bytes + caller_not_contains: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes + transactionHash_not: stagingoptimism_Bytes + transactionHash_gt: stagingoptimism_Bytes + transactionHash_lt: stagingoptimism_Bytes + transactionHash_gte: stagingoptimism_Bytes + transactionHash_lte: stagingoptimism_Bytes + transactionHash_in: [stagingoptimism_Bytes!] + transactionHash_not_in: [stagingoptimism_Bytes!] + transactionHash_contains: stagingoptimism_Bytes + transactionHash_not_contains: stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SlippageUpdate_filter] + or: [stagingoptimism_SlippageUpdate_filter] +} + +enum stagingoptimism_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 stagingoptimism_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingoptimism_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingoptimism_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: stagingoptimism_Bytes + root_not: stagingoptimism_Bytes + root_gt: stagingoptimism_Bytes + root_lt: stagingoptimism_Bytes + root_gte: stagingoptimism_Bytes + root_lte: stagingoptimism_Bytes + root_in: [stagingoptimism_Bytes!] + root_not_in: [stagingoptimism_Bytes!] + root_contains: stagingoptimism_Bytes + root_not_contains: stagingoptimism_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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SnapshotRoot_filter] + or: [stagingoptimism_SnapshotRoot_filter] +} + +enum stagingoptimism_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingoptimism_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingoptimism_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SpokeConnectorMode_filter] + or: [stagingoptimism_SpokeConnectorMode_filter] +} + +enum stagingoptimism_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_Asset + stagingoptimism_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_Asset_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_Asset!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_AssetStatus + stagingoptimism_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_AssetStatus_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_AssetStatus!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_AssetBalance + stagingoptimism_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_AssetBalance_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_AssetBalance!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_Router + stagingoptimism_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_Router_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_Router!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RouterDailyTVL + stagingoptimism_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RouterDailyTVL_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RouterDailyTVL!]! + stagingoptimism_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RouterLiquidityEvent + stagingoptimism_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RouterLiquidityEvent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RouterLiquidityEvent!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_Setting + stagingoptimism_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_Setting_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_Setting!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_Relayer + stagingoptimism_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_Relayer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_Relayer!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_Sequencer + stagingoptimism_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_Sequencer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_Sequencer!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RelayerFee + stagingoptimism_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RelayerFee_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RelayerFee!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_OriginTransfer + stagingoptimism_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_OriginTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_OriginTransfer!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_DestinationTransfer + stagingoptimism_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_DestinationTransfer_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_DestinationTransfer!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_OriginMessage + stagingoptimism_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_OriginMessage_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_OriginMessage!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_AggregateRoot + stagingoptimism_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_AggregateRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_AggregateRoot!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_ConnectorMeta + stagingoptimism_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_ConnectorMeta_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_ConnectorMeta!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RootCount + stagingoptimism_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RootCount_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RootCount!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RootMessageSent + stagingoptimism_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RootMessageSent_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RootMessageSent!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_RelayerFeesIncrease + stagingoptimism_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_RelayerFeesIncrease_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_RelayerFeesIncrease!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_SlippageUpdate + stagingoptimism_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_SlippageUpdate_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_SlippageUpdate!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_SnapshotRoot + stagingoptimism_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_SnapshotRoot_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_SnapshotRoot!]! + stagingoptimism_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_SpokeConnectorMode + stagingoptimism_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_SpokeConnectorMode_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_SpokeConnectorMode!]! + stagingoptimism_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_AggregateRootProposed + stagingoptimism_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_AggregateRootProposed_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_AggregateRootProposed!]! + stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingoptimism_OptimisticRootFinalized + stagingoptimism_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingoptimism_OptimisticRootFinalized_orderBy + orderDirection: stagingoptimism_OrderDirection + where: stagingoptimism_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: stagingoptimism_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingoptimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__Meta_ +} + +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +enum stagingoptimism_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingoptimism__Block_ { + """The hash of the block""" + hash: stagingoptimism_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingoptimism_Bytes +} + +"""The type for the top-level _meta field""" +type stagingoptimism__Meta_ { + """ + Information 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: stagingoptimism__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/types.ts new file mode 100644 index 0000000000..b1c6f973a0 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Optimism/types.ts @@ -0,0 +1,3927 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingOptimismTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingoptimism_BigDecimal: any; + BigInt: any; + stagingoptimism_Bytes: any; + stagingoptimism_Int8: any; + Timestamp: any; +}; + +export type stagingoptimism_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingoptimism_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingoptimism_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingoptimism_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingoptimism_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimism_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingoptimism_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 stagingoptimism_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingoptimism_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingoptimism_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingoptimism_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingoptimism_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 stagingoptimism_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingoptimism_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingoptimism_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 stagingoptimism_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingoptimism_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimism_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingoptimism_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingoptimism_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingoptimism_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingoptimism_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 stagingoptimism_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingoptimism_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 stagingoptimism_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimism_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 stagingoptimism_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingoptimism_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingoptimism_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingoptimism_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimism_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingoptimism_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingoptimism_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingoptimism_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 stagingoptimism_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingoptimism_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 stagingoptimism_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimism_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 stagingoptimism_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingoptimism_asset?: Maybe; + stagingoptimism_assets: Array; + stagingoptimism_assetStatus?: Maybe; + stagingoptimism_assetStatuses: Array; + stagingoptimism_assetBalance?: Maybe; + stagingoptimism_assetBalances: Array; + stagingoptimism_router?: Maybe; + stagingoptimism_routers: Array; + stagingoptimism_routerDailyTVL?: Maybe; + stagingoptimism_routerDailyTVLs: Array; + stagingoptimism_routerLiquidityEvent?: Maybe; + stagingoptimism_routerLiquidityEvents: Array; + stagingoptimism_setting?: Maybe; + stagingoptimism_settings: Array; + stagingoptimism_relayer?: Maybe; + stagingoptimism_relayers: Array; + stagingoptimism_sequencer?: Maybe; + stagingoptimism_sequencers: Array; + stagingoptimism_relayerFee?: Maybe; + stagingoptimism_relayerFees: Array; + stagingoptimism_originTransfer?: Maybe; + stagingoptimism_originTransfers: Array; + stagingoptimism_destinationTransfer?: Maybe; + stagingoptimism_destinationTransfers: Array; + stagingoptimism_originMessage?: Maybe; + stagingoptimism_originMessages: Array; + stagingoptimism_aggregateRoot?: Maybe; + stagingoptimism_aggregateRoots: Array; + stagingoptimism_connectorMeta?: Maybe; + stagingoptimism_connectorMetas: Array; + stagingoptimism_rootCount?: Maybe; + stagingoptimism_rootCounts: Array; + stagingoptimism_rootMessageSent?: Maybe; + stagingoptimism_rootMessageSents: Array; + stagingoptimism_relayerFeesIncrease?: Maybe; + stagingoptimism_relayerFeesIncreases: Array; + stagingoptimism_slippageUpdate?: Maybe; + stagingoptimism_slippageUpdates: Array; + stagingoptimism_snapshotRoot?: Maybe; + stagingoptimism_snapshotRoots: Array; + stagingoptimism_spokeConnectorMode?: Maybe; + stagingoptimism_spokeConnectorModes: Array; + stagingoptimism_aggregateRootProposed?: Maybe; + stagingoptimism_aggregateRootProposeds: Array; + stagingoptimism_optimisticRootFinalized?: Maybe; + stagingoptimism_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingoptimism__meta?: Maybe; +}; + + +export type Querystagingoptimism_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingoptimism__metaArgs = { + block?: InputMaybe; +}; + +export type stagingoptimism_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingoptimism_RelayerFee = { + id: Scalars['ID']; + transfer: stagingoptimism_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingoptimism_Bytes']; +}; + +export type stagingoptimism_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 stagingoptimism_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 stagingoptimism_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingoptimism_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingoptimism_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingoptimism_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 stagingoptimism_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 stagingoptimism_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 stagingoptimism_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingoptimism_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingoptimism_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 stagingoptimism_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingoptimism_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 stagingoptimism_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 stagingoptimism_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingoptimism_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingoptimism_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingoptimism_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingoptimism_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 stagingoptimism_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingoptimism_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingoptimism_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingoptimism_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingoptimism_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimism_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingoptimism_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 stagingoptimism_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingoptimism_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingoptimism_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 stagingoptimism_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingoptimism_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingoptimism_Bytes']; +}; + +export type stagingoptimism_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 stagingoptimism_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingoptimism_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingoptimism_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingoptimism_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingoptimism_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 stagingoptimism_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 stagingoptimism_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingoptimism_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingoptimism_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 stagingoptimism_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingoptimism_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingoptimism_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingoptimism_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingoptimism_asset?: Maybe; + stagingoptimism_assets: Array; + stagingoptimism_assetStatus?: Maybe; + stagingoptimism_assetStatuses: Array; + stagingoptimism_assetBalance?: Maybe; + stagingoptimism_assetBalances: Array; + stagingoptimism_router?: Maybe; + stagingoptimism_routers: Array; + stagingoptimism_routerDailyTVL?: Maybe; + stagingoptimism_routerDailyTVLs: Array; + stagingoptimism_routerLiquidityEvent?: Maybe; + stagingoptimism_routerLiquidityEvents: Array; + stagingoptimism_setting?: Maybe; + stagingoptimism_settings: Array; + stagingoptimism_relayer?: Maybe; + stagingoptimism_relayers: Array; + stagingoptimism_sequencer?: Maybe; + stagingoptimism_sequencers: Array; + stagingoptimism_relayerFee?: Maybe; + stagingoptimism_relayerFees: Array; + stagingoptimism_originTransfer?: Maybe; + stagingoptimism_originTransfers: Array; + stagingoptimism_destinationTransfer?: Maybe; + stagingoptimism_destinationTransfers: Array; + stagingoptimism_originMessage?: Maybe; + stagingoptimism_originMessages: Array; + stagingoptimism_aggregateRoot?: Maybe; + stagingoptimism_aggregateRoots: Array; + stagingoptimism_connectorMeta?: Maybe; + stagingoptimism_connectorMetas: Array; + stagingoptimism_rootCount?: Maybe; + stagingoptimism_rootCounts: Array; + stagingoptimism_rootMessageSent?: Maybe; + stagingoptimism_rootMessageSents: Array; + stagingoptimism_relayerFeesIncrease?: Maybe; + stagingoptimism_relayerFeesIncreases: Array; + stagingoptimism_slippageUpdate?: Maybe; + stagingoptimism_slippageUpdates: Array; + stagingoptimism_snapshotRoot?: Maybe; + stagingoptimism_snapshotRoots: Array; + stagingoptimism_spokeConnectorMode?: Maybe; + stagingoptimism_spokeConnectorModes: Array; + stagingoptimism_aggregateRootProposed?: Maybe; + stagingoptimism_aggregateRootProposeds: Array; + stagingoptimism_optimisticRootFinalized?: Maybe; + stagingoptimism_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingoptimism__meta?: Maybe; +}; + + +export type Subscriptionstagingoptimism_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingoptimism__metaArgs = { + block?: InputMaybe; +}; + +export type stagingoptimism_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingoptimism__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingoptimism__Meta_ = { + /** + * Information 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: stagingoptimism__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 QuerySdk = { + /** null **/ + stagingoptimism_asset: InContextSdkMethod, + /** null **/ + stagingoptimism_assets: InContextSdkMethod, + /** null **/ + stagingoptimism_assetStatus: InContextSdkMethod, + /** null **/ + stagingoptimism_assetStatuses: InContextSdkMethod, + /** null **/ + stagingoptimism_assetBalance: InContextSdkMethod, + /** null **/ + stagingoptimism_assetBalances: InContextSdkMethod, + /** null **/ + stagingoptimism_router: InContextSdkMethod, + /** null **/ + stagingoptimism_routers: InContextSdkMethod, + /** null **/ + stagingoptimism_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingoptimism_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingoptimism_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingoptimism_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingoptimism_setting: InContextSdkMethod, + /** null **/ + stagingoptimism_settings: InContextSdkMethod, + /** null **/ + stagingoptimism_relayer: InContextSdkMethod, + /** null **/ + stagingoptimism_relayers: InContextSdkMethod, + /** null **/ + stagingoptimism_sequencer: InContextSdkMethod, + /** null **/ + stagingoptimism_sequencers: InContextSdkMethod, + /** null **/ + stagingoptimism_relayerFee: InContextSdkMethod, + /** null **/ + stagingoptimism_relayerFees: InContextSdkMethod, + /** null **/ + stagingoptimism_originTransfer: InContextSdkMethod, + /** null **/ + stagingoptimism_originTransfers: InContextSdkMethod, + /** null **/ + stagingoptimism_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingoptimism_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingoptimism_originMessage: InContextSdkMethod, + /** null **/ + stagingoptimism_originMessages: InContextSdkMethod, + /** null **/ + stagingoptimism_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingoptimism_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingoptimism_connectorMeta: InContextSdkMethod, + /** null **/ + stagingoptimism_connectorMetas: InContextSdkMethod, + /** null **/ + stagingoptimism_rootCount: InContextSdkMethod, + /** null **/ + stagingoptimism_rootCounts: InContextSdkMethod, + /** null **/ + stagingoptimism_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingoptimism_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingoptimism_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingoptimism_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingoptimism_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingoptimism_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingoptimism_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingoptimism_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingoptimism_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingoptimism_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingoptimism_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingoptimism_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingoptimism_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingoptimism_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingoptimism__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingoptimism_asset: InContextSdkMethod, + /** null **/ + stagingoptimism_assets: InContextSdkMethod, + /** null **/ + stagingoptimism_assetStatus: InContextSdkMethod, + /** null **/ + stagingoptimism_assetStatuses: InContextSdkMethod, + /** null **/ + stagingoptimism_assetBalance: InContextSdkMethod, + /** null **/ + stagingoptimism_assetBalances: InContextSdkMethod, + /** null **/ + stagingoptimism_router: InContextSdkMethod, + /** null **/ + stagingoptimism_routers: InContextSdkMethod, + /** null **/ + stagingoptimism_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingoptimism_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingoptimism_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingoptimism_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingoptimism_setting: InContextSdkMethod, + /** null **/ + stagingoptimism_settings: InContextSdkMethod, + /** null **/ + stagingoptimism_relayer: InContextSdkMethod, + /** null **/ + stagingoptimism_relayers: InContextSdkMethod, + /** null **/ + stagingoptimism_sequencer: InContextSdkMethod, + /** null **/ + stagingoptimism_sequencers: InContextSdkMethod, + /** null **/ + stagingoptimism_relayerFee: InContextSdkMethod, + /** null **/ + stagingoptimism_relayerFees: InContextSdkMethod, + /** null **/ + stagingoptimism_originTransfer: InContextSdkMethod, + /** null **/ + stagingoptimism_originTransfers: InContextSdkMethod, + /** null **/ + stagingoptimism_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingoptimism_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingoptimism_originMessage: InContextSdkMethod, + /** null **/ + stagingoptimism_originMessages: InContextSdkMethod, + /** null **/ + stagingoptimism_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingoptimism_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingoptimism_connectorMeta: InContextSdkMethod, + /** null **/ + stagingoptimism_connectorMetas: InContextSdkMethod, + /** null **/ + stagingoptimism_rootCount: InContextSdkMethod, + /** null **/ + stagingoptimism_rootCounts: InContextSdkMethod, + /** null **/ + stagingoptimism_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingoptimism_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingoptimism_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingoptimism_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingoptimism_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingoptimism_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingoptimism_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingoptimism_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingoptimism_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingoptimism_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingoptimism_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingoptimism_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingoptimism_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingoptimism_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingoptimism__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Optimism"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/introspectionSchema.ts new file mode 100644 index 0000000000..e337af032a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/introspectionSchema.ts @@ -0,0 +1,50096 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/schema.graphql new file mode 100644 index 0000000000..24eba32acc --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/schema.graphql @@ -0,0 +1,3999 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingpolygon_AggregateRoot { + id: ID! + root: stagingpolygon_Bytes! + blockNumber: BigInt! +} + +type stagingpolygon_AggregateRootProposed { + id: ID! + aggregateRoot: stagingpolygon_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingpolygon_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingpolygon_Bytes + aggregateRoot_not: stagingpolygon_Bytes + aggregateRoot_gt: stagingpolygon_Bytes + aggregateRoot_lt: stagingpolygon_Bytes + aggregateRoot_gte: stagingpolygon_Bytes + aggregateRoot_lte: stagingpolygon_Bytes + aggregateRoot_in: [stagingpolygon_Bytes!] + aggregateRoot_not_in: [stagingpolygon_Bytes!] + aggregateRoot_contains: stagingpolygon_Bytes + aggregateRoot_not_contains: stagingpolygon_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AggregateRootProposed_filter] + or: [stagingpolygon_AggregateRootProposed_filter] +} + +enum stagingpolygon_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingpolygon_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: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AggregateRoot_filter] + or: [stagingpolygon_AggregateRoot_filter] +} + +enum stagingpolygon_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingpolygon_Aggregation_interval { + hour + day +} + +type stagingpolygon_Asset { + id: ID! + key: stagingpolygon_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingpolygon_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingpolygon_Bytes + localAsset: stagingpolygon_Bytes + blockNumber: BigInt + status: stagingpolygon_AssetStatus +} + +type stagingpolygon_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! + feesEarned: BigInt! +} + +input stagingpolygon_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_: stagingpolygon_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_: stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AssetBalance_filter] + or: [stagingpolygon_AssetBalance_filter] +} + +enum stagingpolygon_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingpolygon_AssetStatus { + id: ID! + status: Boolean +} + +input stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AssetStatus_filter] + or: [stagingpolygon_AssetStatus_filter] +} + +enum stagingpolygon_AssetStatus_orderBy { + id + status +} + +input stagingpolygon_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: stagingpolygon_Bytes + key_not: stagingpolygon_Bytes + key_gt: stagingpolygon_Bytes + key_lt: stagingpolygon_Bytes + key_gte: stagingpolygon_Bytes + key_lte: stagingpolygon_Bytes + key_in: [stagingpolygon_Bytes!] + key_not_in: [stagingpolygon_Bytes!] + key_contains: stagingpolygon_Bytes + key_not_contains: stagingpolygon_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingpolygon_Bytes + canonicalId_not: stagingpolygon_Bytes + canonicalId_gt: stagingpolygon_Bytes + canonicalId_lt: stagingpolygon_Bytes + canonicalId_gte: stagingpolygon_Bytes + canonicalId_lte: stagingpolygon_Bytes + canonicalId_in: [stagingpolygon_Bytes!] + canonicalId_not_in: [stagingpolygon_Bytes!] + canonicalId_contains: stagingpolygon_Bytes + canonicalId_not_contains: stagingpolygon_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: stagingpolygon_Bytes + adoptedAsset_not: stagingpolygon_Bytes + adoptedAsset_gt: stagingpolygon_Bytes + adoptedAsset_lt: stagingpolygon_Bytes + adoptedAsset_gte: stagingpolygon_Bytes + adoptedAsset_lte: stagingpolygon_Bytes + adoptedAsset_in: [stagingpolygon_Bytes!] + adoptedAsset_not_in: [stagingpolygon_Bytes!] + adoptedAsset_contains: stagingpolygon_Bytes + adoptedAsset_not_contains: stagingpolygon_Bytes + localAsset: stagingpolygon_Bytes + localAsset_not: stagingpolygon_Bytes + localAsset_gt: stagingpolygon_Bytes + localAsset_lt: stagingpolygon_Bytes + localAsset_gte: stagingpolygon_Bytes + localAsset_lte: stagingpolygon_Bytes + localAsset_in: [stagingpolygon_Bytes!] + localAsset_not_in: [stagingpolygon_Bytes!] + localAsset_contains: stagingpolygon_Bytes + localAsset_not_contains: stagingpolygon_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_: stagingpolygon_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Asset_filter] + or: [stagingpolygon_Asset_filter] +} + +enum stagingpolygon_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingpolygon_BigDecimal + +scalar BigInt + +input stagingpolygon_BlockChangedFilter { + number_gte: Int! +} + +input stagingpolygon_Block_height { + hash: stagingpolygon_Bytes + number: Int + number_gte: Int +} + +scalar stagingpolygon_Bytes + +type stagingpolygon_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingpolygon_Bytes + rootManager: stagingpolygon_Bytes + mirrorConnector: stagingpolygon_Bytes +} + +input stagingpolygon_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: stagingpolygon_Bytes + amb_not: stagingpolygon_Bytes + amb_gt: stagingpolygon_Bytes + amb_lt: stagingpolygon_Bytes + amb_gte: stagingpolygon_Bytes + amb_lte: stagingpolygon_Bytes + amb_in: [stagingpolygon_Bytes!] + amb_not_in: [stagingpolygon_Bytes!] + amb_contains: stagingpolygon_Bytes + amb_not_contains: stagingpolygon_Bytes + rootManager: stagingpolygon_Bytes + rootManager_not: stagingpolygon_Bytes + rootManager_gt: stagingpolygon_Bytes + rootManager_lt: stagingpolygon_Bytes + rootManager_gte: stagingpolygon_Bytes + rootManager_lte: stagingpolygon_Bytes + rootManager_in: [stagingpolygon_Bytes!] + rootManager_not_in: [stagingpolygon_Bytes!] + rootManager_contains: stagingpolygon_Bytes + rootManager_not_contains: stagingpolygon_Bytes + mirrorConnector: stagingpolygon_Bytes + mirrorConnector_not: stagingpolygon_Bytes + mirrorConnector_gt: stagingpolygon_Bytes + mirrorConnector_lt: stagingpolygon_Bytes + mirrorConnector_gte: stagingpolygon_Bytes + mirrorConnector_lte: stagingpolygon_Bytes + mirrorConnector_in: [stagingpolygon_Bytes!] + mirrorConnector_not_in: [stagingpolygon_Bytes!] + mirrorConnector_contains: stagingpolygon_Bytes + mirrorConnector_not_contains: stagingpolygon_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_ConnectorMeta_filter] + or: [stagingpolygon_ConnectorMeta_filter] +} + +enum stagingpolygon_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingpolygon_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingpolygon_Bytes + nonce: BigInt + status: stagingpolygon_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_Router_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_Router_filter): [stagingpolygon_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes + receiveLocal: Boolean + callData: stagingpolygon_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingpolygon_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingpolygon_Bytes + asset: stagingpolygon_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingpolygon_Bytes + executedTransactionHash: stagingpolygon_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingpolygon_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingpolygon_Bytes + reconciledTransactionHash: stagingpolygon_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingpolygon_Bytes + reconciledTxNonce: BigInt +} + +input stagingpolygon_DestinationTransfer_filter { + 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: stagingpolygon_Bytes + transferId_not: stagingpolygon_Bytes + transferId_gt: stagingpolygon_Bytes + transferId_lt: stagingpolygon_Bytes + transferId_gte: stagingpolygon_Bytes + transferId_lte: stagingpolygon_Bytes + transferId_in: [stagingpolygon_Bytes!] + transferId_not_in: [stagingpolygon_Bytes!] + transferId_contains: stagingpolygon_Bytes + transferId_not_contains: stagingpolygon_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: stagingpolygon_TransferStatus + status_not: stagingpolygon_TransferStatus + status_in: [stagingpolygon_TransferStatus!] + status_not_in: [stagingpolygon_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingpolygon_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: stagingpolygon_Bytes + to_not: stagingpolygon_Bytes + to_gt: stagingpolygon_Bytes + to_lt: stagingpolygon_Bytes + to_gte: stagingpolygon_Bytes + to_lte: stagingpolygon_Bytes + to_in: [stagingpolygon_Bytes!] + to_not_in: [stagingpolygon_Bytes!] + to_contains: stagingpolygon_Bytes + to_not_contains: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes + delegate_not: stagingpolygon_Bytes + delegate_gt: stagingpolygon_Bytes + delegate_lt: stagingpolygon_Bytes + delegate_gte: stagingpolygon_Bytes + delegate_lte: stagingpolygon_Bytes + delegate_in: [stagingpolygon_Bytes!] + delegate_not_in: [stagingpolygon_Bytes!] + delegate_contains: stagingpolygon_Bytes + delegate_not_contains: stagingpolygon_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingpolygon_Bytes + callData_not: stagingpolygon_Bytes + callData_gt: stagingpolygon_Bytes + callData_lt: stagingpolygon_Bytes + callData_gte: stagingpolygon_Bytes + callData_lte: stagingpolygon_Bytes + callData_in: [stagingpolygon_Bytes!] + callData_not_in: [stagingpolygon_Bytes!] + callData_contains: stagingpolygon_Bytes + callData_not_contains: stagingpolygon_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: stagingpolygon_Bytes + originSender_not: stagingpolygon_Bytes + originSender_gt: stagingpolygon_Bytes + originSender_lt: stagingpolygon_Bytes + originSender_gte: stagingpolygon_Bytes + originSender_lte: stagingpolygon_Bytes + originSender_in: [stagingpolygon_Bytes!] + originSender_not_in: [stagingpolygon_Bytes!] + originSender_contains: stagingpolygon_Bytes + originSender_not_contains: stagingpolygon_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: stagingpolygon_Bytes + canonicalId_not: stagingpolygon_Bytes + canonicalId_gt: stagingpolygon_Bytes + canonicalId_lt: stagingpolygon_Bytes + canonicalId_gte: stagingpolygon_Bytes + canonicalId_lte: stagingpolygon_Bytes + canonicalId_in: [stagingpolygon_Bytes!] + canonicalId_not_in: [stagingpolygon_Bytes!] + canonicalId_contains: stagingpolygon_Bytes + canonicalId_not_contains: stagingpolygon_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_: stagingpolygon_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: stagingpolygon_Bytes + executedCaller_not: stagingpolygon_Bytes + executedCaller_gt: stagingpolygon_Bytes + executedCaller_lt: stagingpolygon_Bytes + executedCaller_gte: stagingpolygon_Bytes + executedCaller_lte: stagingpolygon_Bytes + executedCaller_in: [stagingpolygon_Bytes!] + executedCaller_not_in: [stagingpolygon_Bytes!] + executedCaller_contains: stagingpolygon_Bytes + executedCaller_not_contains: stagingpolygon_Bytes + executedTransactionHash: stagingpolygon_Bytes + executedTransactionHash_not: stagingpolygon_Bytes + executedTransactionHash_gt: stagingpolygon_Bytes + executedTransactionHash_lt: stagingpolygon_Bytes + executedTransactionHash_gte: stagingpolygon_Bytes + executedTransactionHash_lte: stagingpolygon_Bytes + executedTransactionHash_in: [stagingpolygon_Bytes!] + executedTransactionHash_not_in: [stagingpolygon_Bytes!] + executedTransactionHash_contains: stagingpolygon_Bytes + executedTransactionHash_not_contains: stagingpolygon_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: stagingpolygon_Bytes + executedTxOrigin_not: stagingpolygon_Bytes + executedTxOrigin_gt: stagingpolygon_Bytes + executedTxOrigin_lt: stagingpolygon_Bytes + executedTxOrigin_gte: stagingpolygon_Bytes + executedTxOrigin_lte: stagingpolygon_Bytes + executedTxOrigin_in: [stagingpolygon_Bytes!] + executedTxOrigin_not_in: [stagingpolygon_Bytes!] + executedTxOrigin_contains: stagingpolygon_Bytes + executedTxOrigin_not_contains: stagingpolygon_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: stagingpolygon_Bytes + reconciledCaller_not: stagingpolygon_Bytes + reconciledCaller_gt: stagingpolygon_Bytes + reconciledCaller_lt: stagingpolygon_Bytes + reconciledCaller_gte: stagingpolygon_Bytes + reconciledCaller_lte: stagingpolygon_Bytes + reconciledCaller_in: [stagingpolygon_Bytes!] + reconciledCaller_not_in: [stagingpolygon_Bytes!] + reconciledCaller_contains: stagingpolygon_Bytes + reconciledCaller_not_contains: stagingpolygon_Bytes + reconciledTransactionHash: stagingpolygon_Bytes + reconciledTransactionHash_not: stagingpolygon_Bytes + reconciledTransactionHash_gt: stagingpolygon_Bytes + reconciledTransactionHash_lt: stagingpolygon_Bytes + reconciledTransactionHash_gte: stagingpolygon_Bytes + reconciledTransactionHash_lte: stagingpolygon_Bytes + reconciledTransactionHash_in: [stagingpolygon_Bytes!] + reconciledTransactionHash_not_in: [stagingpolygon_Bytes!] + reconciledTransactionHash_contains: stagingpolygon_Bytes + reconciledTransactionHash_not_contains: stagingpolygon_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: stagingpolygon_Bytes + reconciledTxOrigin_not: stagingpolygon_Bytes + reconciledTxOrigin_gt: stagingpolygon_Bytes + reconciledTxOrigin_lt: stagingpolygon_Bytes + reconciledTxOrigin_gte: stagingpolygon_Bytes + reconciledTxOrigin_lte: stagingpolygon_Bytes + reconciledTxOrigin_in: [stagingpolygon_Bytes!] + reconciledTxOrigin_not_in: [stagingpolygon_Bytes!] + reconciledTxOrigin_contains: stagingpolygon_Bytes + reconciledTxOrigin_not_contains: stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_DestinationTransfer_filter] + or: [stagingpolygon_DestinationTransfer_filter] +} + +enum stagingpolygon_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingpolygon_Int8 + +type stagingpolygon_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingpolygon_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingpolygon_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: stagingpolygon_Bytes + aggregateRoot_not: stagingpolygon_Bytes + aggregateRoot_gt: stagingpolygon_Bytes + aggregateRoot_lt: stagingpolygon_Bytes + aggregateRoot_gte: stagingpolygon_Bytes + aggregateRoot_lte: stagingpolygon_Bytes + aggregateRoot_in: [stagingpolygon_Bytes!] + aggregateRoot_not_in: [stagingpolygon_Bytes!] + aggregateRoot_contains: stagingpolygon_Bytes + aggregateRoot_not_contains: stagingpolygon_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OptimisticRootFinalized_filter] + or: [stagingpolygon_OptimisticRootFinalized_filter] +} + +enum stagingpolygon_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingpolygon_OrderDirection { + asc + desc +} + +type stagingpolygon_OriginMessage { + id: ID! + transferId: stagingpolygon_Bytes + destinationDomain: BigInt + leaf: stagingpolygon_Bytes + index: BigInt + message: stagingpolygon_Bytes + root: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + blockNumber: BigInt + rootCount: stagingpolygon_RootCount +} + +input stagingpolygon_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: stagingpolygon_Bytes + transferId_not: stagingpolygon_Bytes + transferId_gt: stagingpolygon_Bytes + transferId_lt: stagingpolygon_Bytes + transferId_gte: stagingpolygon_Bytes + transferId_lte: stagingpolygon_Bytes + transferId_in: [stagingpolygon_Bytes!] + transferId_not_in: [stagingpolygon_Bytes!] + transferId_contains: stagingpolygon_Bytes + transferId_not_contains: stagingpolygon_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: stagingpolygon_Bytes + leaf_not: stagingpolygon_Bytes + leaf_gt: stagingpolygon_Bytes + leaf_lt: stagingpolygon_Bytes + leaf_gte: stagingpolygon_Bytes + leaf_lte: stagingpolygon_Bytes + leaf_in: [stagingpolygon_Bytes!] + leaf_not_in: [stagingpolygon_Bytes!] + leaf_contains: stagingpolygon_Bytes + leaf_not_contains: stagingpolygon_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: stagingpolygon_Bytes + message_not: stagingpolygon_Bytes + message_gt: stagingpolygon_Bytes + message_lt: stagingpolygon_Bytes + message_gte: stagingpolygon_Bytes + message_lte: stagingpolygon_Bytes + message_in: [stagingpolygon_Bytes!] + message_not_in: [stagingpolygon_Bytes!] + message_contains: stagingpolygon_Bytes + message_not_contains: stagingpolygon_Bytes + root: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_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_: stagingpolygon_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OriginMessage_filter] + or: [stagingpolygon_OriginMessage_filter] +} + +enum stagingpolygon_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingpolygon_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingpolygon_Bytes + nonce: BigInt + status: stagingpolygon_TransferStatus + messageHash: stagingpolygon_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes + receiveLocal: Boolean + callData: stagingpolygon_Bytes + slippage: BigInt + originSender: stagingpolygon_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingpolygon_Bytes + asset: stagingpolygon_Asset + transactingAsset: stagingpolygon_Bytes + message: stagingpolygon_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_RelayerFee_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_RelayerFee_filter): [stagingpolygon_RelayerFee!] + initialRelayerFeeAsset: stagingpolygon_Bytes + caller: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingpolygon_Bytes + txNonce: BigInt +} + +input stagingpolygon_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: stagingpolygon_Bytes + transferId_not: stagingpolygon_Bytes + transferId_gt: stagingpolygon_Bytes + transferId_lt: stagingpolygon_Bytes + transferId_gte: stagingpolygon_Bytes + transferId_lte: stagingpolygon_Bytes + transferId_in: [stagingpolygon_Bytes!] + transferId_not_in: [stagingpolygon_Bytes!] + transferId_contains: stagingpolygon_Bytes + transferId_not_contains: stagingpolygon_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: stagingpolygon_TransferStatus + status_not: stagingpolygon_TransferStatus + status_in: [stagingpolygon_TransferStatus!] + status_not_in: [stagingpolygon_TransferStatus!] + messageHash: stagingpolygon_Bytes + messageHash_not: stagingpolygon_Bytes + messageHash_gt: stagingpolygon_Bytes + messageHash_lt: stagingpolygon_Bytes + messageHash_gte: stagingpolygon_Bytes + messageHash_lte: stagingpolygon_Bytes + messageHash_in: [stagingpolygon_Bytes!] + messageHash_not_in: [stagingpolygon_Bytes!] + messageHash_contains: stagingpolygon_Bytes + messageHash_not_contains: stagingpolygon_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: stagingpolygon_Bytes + to_not: stagingpolygon_Bytes + to_gt: stagingpolygon_Bytes + to_lt: stagingpolygon_Bytes + to_gte: stagingpolygon_Bytes + to_lte: stagingpolygon_Bytes + to_in: [stagingpolygon_Bytes!] + to_not_in: [stagingpolygon_Bytes!] + to_contains: stagingpolygon_Bytes + to_not_contains: stagingpolygon_Bytes + delegate: stagingpolygon_Bytes + delegate_not: stagingpolygon_Bytes + delegate_gt: stagingpolygon_Bytes + delegate_lt: stagingpolygon_Bytes + delegate_gte: stagingpolygon_Bytes + delegate_lte: stagingpolygon_Bytes + delegate_in: [stagingpolygon_Bytes!] + delegate_not_in: [stagingpolygon_Bytes!] + delegate_contains: stagingpolygon_Bytes + delegate_not_contains: stagingpolygon_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingpolygon_Bytes + callData_not: stagingpolygon_Bytes + callData_gt: stagingpolygon_Bytes + callData_lt: stagingpolygon_Bytes + callData_gte: stagingpolygon_Bytes + callData_lte: stagingpolygon_Bytes + callData_in: [stagingpolygon_Bytes!] + callData_not_in: [stagingpolygon_Bytes!] + callData_contains: stagingpolygon_Bytes + callData_not_contains: stagingpolygon_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: stagingpolygon_Bytes + originSender_not: stagingpolygon_Bytes + originSender_gt: stagingpolygon_Bytes + originSender_lt: stagingpolygon_Bytes + originSender_gte: stagingpolygon_Bytes + originSender_lte: stagingpolygon_Bytes + originSender_in: [stagingpolygon_Bytes!] + originSender_not_in: [stagingpolygon_Bytes!] + originSender_contains: stagingpolygon_Bytes + originSender_not_contains: stagingpolygon_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: stagingpolygon_Bytes + canonicalId_not: stagingpolygon_Bytes + canonicalId_gt: stagingpolygon_Bytes + canonicalId_lt: stagingpolygon_Bytes + canonicalId_gte: stagingpolygon_Bytes + canonicalId_lte: stagingpolygon_Bytes + canonicalId_in: [stagingpolygon_Bytes!] + canonicalId_not_in: [stagingpolygon_Bytes!] + canonicalId_contains: stagingpolygon_Bytes + canonicalId_not_contains: stagingpolygon_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_: stagingpolygon_Asset_filter + transactingAsset: stagingpolygon_Bytes + transactingAsset_not: stagingpolygon_Bytes + transactingAsset_gt: stagingpolygon_Bytes + transactingAsset_lt: stagingpolygon_Bytes + transactingAsset_gte: stagingpolygon_Bytes + transactingAsset_lte: stagingpolygon_Bytes + transactingAsset_in: [stagingpolygon_Bytes!] + transactingAsset_not_in: [stagingpolygon_Bytes!] + transactingAsset_contains: stagingpolygon_Bytes + transactingAsset_not_contains: stagingpolygon_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_: stagingpolygon_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_: stagingpolygon_RelayerFee_filter + initialRelayerFeeAsset: stagingpolygon_Bytes + initialRelayerFeeAsset_not: stagingpolygon_Bytes + initialRelayerFeeAsset_gt: stagingpolygon_Bytes + initialRelayerFeeAsset_lt: stagingpolygon_Bytes + initialRelayerFeeAsset_gte: stagingpolygon_Bytes + initialRelayerFeeAsset_lte: stagingpolygon_Bytes + initialRelayerFeeAsset_in: [stagingpolygon_Bytes!] + initialRelayerFeeAsset_not_in: [stagingpolygon_Bytes!] + initialRelayerFeeAsset_contains: stagingpolygon_Bytes + initialRelayerFeeAsset_not_contains: stagingpolygon_Bytes + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_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: stagingpolygon_Bytes + txOrigin_not: stagingpolygon_Bytes + txOrigin_gt: stagingpolygon_Bytes + txOrigin_lt: stagingpolygon_Bytes + txOrigin_gte: stagingpolygon_Bytes + txOrigin_lte: stagingpolygon_Bytes + txOrigin_in: [stagingpolygon_Bytes!] + txOrigin_not_in: [stagingpolygon_Bytes!] + txOrigin_contains: stagingpolygon_Bytes + txOrigin_not_contains: stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OriginTransfer_filter] + or: [stagingpolygon_OriginTransfer_filter] +} + +enum stagingpolygon_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Asset + stagingpolygon_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Asset_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Asset!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AssetStatus + stagingpolygon_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AssetStatus_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AssetStatus!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AssetBalance + stagingpolygon_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AssetBalance_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AssetBalance!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Router + stagingpolygon_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Router_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Router!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RouterDailyTVL + stagingpolygon_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RouterDailyTVL_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RouterDailyTVL!]! + stagingpolygon_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RouterLiquidityEvent + stagingpolygon_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RouterLiquidityEvent_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RouterLiquidityEvent!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Setting + stagingpolygon_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Setting_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Setting!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Relayer + stagingpolygon_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Relayer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Relayer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Sequencer + stagingpolygon_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Sequencer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Sequencer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RelayerFee + stagingpolygon_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RelayerFee_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RelayerFee!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OriginTransfer + stagingpolygon_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OriginTransfer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OriginTransfer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_DestinationTransfer + stagingpolygon_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_DestinationTransfer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_DestinationTransfer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OriginMessage + stagingpolygon_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OriginMessage_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OriginMessage!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AggregateRoot + stagingpolygon_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AggregateRoot_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AggregateRoot!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_ConnectorMeta + stagingpolygon_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_ConnectorMeta_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_ConnectorMeta!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RootCount + stagingpolygon_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RootCount_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RootCount!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RootMessageSent + stagingpolygon_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RootMessageSent_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RootMessageSent!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RelayerFeesIncrease + stagingpolygon_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RelayerFeesIncrease!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SlippageUpdate + stagingpolygon_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SlippageUpdate_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SlippageUpdate!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SnapshotRoot + stagingpolygon_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SnapshotRoot_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SnapshotRoot!]! + stagingpolygon_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SpokeConnectorMode + stagingpolygon_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SpokeConnectorMode_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SpokeConnectorMode!]! + stagingpolygon_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AggregateRootProposed + stagingpolygon_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AggregateRootProposed_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AggregateRootProposed!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OptimisticRootFinalized + stagingpolygon_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ +} + +type stagingpolygon_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingpolygon_Bytes +} + +type stagingpolygon_RelayerFee { + id: ID! + transfer: stagingpolygon_OriginTransfer! + fee: BigInt! + asset: stagingpolygon_Bytes! +} + +input stagingpolygon_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_: stagingpolygon_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: stagingpolygon_Bytes + asset_not: stagingpolygon_Bytes + asset_gt: stagingpolygon_Bytes + asset_lt: stagingpolygon_Bytes + asset_gte: stagingpolygon_Bytes + asset_lte: stagingpolygon_Bytes + asset_in: [stagingpolygon_Bytes!] + asset_not_in: [stagingpolygon_Bytes!] + asset_contains: stagingpolygon_Bytes + asset_not_contains: stagingpolygon_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RelayerFee_filter] + or: [stagingpolygon_RelayerFee_filter] +} + +enum stagingpolygon_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 stagingpolygon_RelayerFeesIncrease { + id: ID! + transfer: stagingpolygon_OriginTransfer! + increase: BigInt + asset: stagingpolygon_Bytes + caller: stagingpolygon_Bytes! + transactionHash: stagingpolygon_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingpolygon_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_: stagingpolygon_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: stagingpolygon_Bytes + asset_not: stagingpolygon_Bytes + asset_gt: stagingpolygon_Bytes + asset_lt: stagingpolygon_Bytes + asset_gte: stagingpolygon_Bytes + asset_lte: stagingpolygon_Bytes + asset_in: [stagingpolygon_Bytes!] + asset_not_in: [stagingpolygon_Bytes!] + asset_contains: stagingpolygon_Bytes + asset_not_contains: stagingpolygon_Bytes + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RelayerFeesIncrease_filter] + or: [stagingpolygon_RelayerFeesIncrease_filter] +} + +enum stagingpolygon_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 stagingpolygon_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: stagingpolygon_Bytes + relayer_not: stagingpolygon_Bytes + relayer_gt: stagingpolygon_Bytes + relayer_lt: stagingpolygon_Bytes + relayer_gte: stagingpolygon_Bytes + relayer_lte: stagingpolygon_Bytes + relayer_in: [stagingpolygon_Bytes!] + relayer_not_in: [stagingpolygon_Bytes!] + relayer_contains: stagingpolygon_Bytes + relayer_not_contains: stagingpolygon_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Relayer_filter] + or: [stagingpolygon_Relayer_filter] +} + +enum stagingpolygon_Relayer_orderBy { + id + isActive + relayer +} + +type stagingpolygon_RootCount { + id: ID! + count: BigInt +} + +input stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RootCount_filter] + or: [stagingpolygon_RootCount_filter] +} + +enum stagingpolygon_RootCount_orderBy { + id + count +} + +type stagingpolygon_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingpolygon_Bytes + count: BigInt + caller: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingpolygon_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: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_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: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RootMessageSent_filter] + or: [stagingpolygon_RootMessageSent_filter] +} + +enum stagingpolygon_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingpolygon_Router { + id: ID! + isActive: Boolean! + owner: stagingpolygon_Bytes + recipient: stagingpolygon_Bytes + proposedOwner: stagingpolygon_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingpolygon_AssetBalance_orderBy, orderDirection: stagingpolygon_OrderDirection, where: stagingpolygon_AssetBalance_filter): [stagingpolygon_AssetBalance!]! +} + +type stagingpolygon_RouterDailyTVL { + id: ID! + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingpolygon_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_: stagingpolygon_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_: stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RouterDailyTVL_filter] + or: [stagingpolygon_RouterDailyTVL_filter] +} + +enum stagingpolygon_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingpolygon_RouterLiquidityEvent { + id: ID! + type: stagingpolygon_RouterLiquidityEventType + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingpolygon_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingpolygon_Bytes! + nonce: BigInt! +} + +enum stagingpolygon_RouterLiquidityEventType { + Add + Remove +} + +input stagingpolygon_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingpolygon_RouterLiquidityEventType + type_not: stagingpolygon_RouterLiquidityEventType + type_in: [stagingpolygon_RouterLiquidityEventType!] + type_not_in: [stagingpolygon_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingpolygon_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_: stagingpolygon_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RouterLiquidityEvent_filter] + or: [stagingpolygon_RouterLiquidityEvent_filter] +} + +enum stagingpolygon_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingpolygon_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: stagingpolygon_Bytes + owner_not: stagingpolygon_Bytes + owner_gt: stagingpolygon_Bytes + owner_lt: stagingpolygon_Bytes + owner_gte: stagingpolygon_Bytes + owner_lte: stagingpolygon_Bytes + owner_in: [stagingpolygon_Bytes!] + owner_not_in: [stagingpolygon_Bytes!] + owner_contains: stagingpolygon_Bytes + owner_not_contains: stagingpolygon_Bytes + recipient: stagingpolygon_Bytes + recipient_not: stagingpolygon_Bytes + recipient_gt: stagingpolygon_Bytes + recipient_lt: stagingpolygon_Bytes + recipient_gte: stagingpolygon_Bytes + recipient_lte: stagingpolygon_Bytes + recipient_in: [stagingpolygon_Bytes!] + recipient_not_in: [stagingpolygon_Bytes!] + recipient_contains: stagingpolygon_Bytes + recipient_not_contains: stagingpolygon_Bytes + proposedOwner: stagingpolygon_Bytes + proposedOwner_not: stagingpolygon_Bytes + proposedOwner_gt: stagingpolygon_Bytes + proposedOwner_lt: stagingpolygon_Bytes + proposedOwner_gte: stagingpolygon_Bytes + proposedOwner_lte: stagingpolygon_Bytes + proposedOwner_in: [stagingpolygon_Bytes!] + proposedOwner_not_in: [stagingpolygon_Bytes!] + proposedOwner_contains: stagingpolygon_Bytes + proposedOwner_not_contains: stagingpolygon_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_: stagingpolygon_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Router_filter] + or: [stagingpolygon_Router_filter] +} + +enum stagingpolygon_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingpolygon_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingpolygon_Bytes +} + +input stagingpolygon_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: stagingpolygon_Bytes + sequencer_not: stagingpolygon_Bytes + sequencer_gt: stagingpolygon_Bytes + sequencer_lt: stagingpolygon_Bytes + sequencer_gte: stagingpolygon_Bytes + sequencer_lte: stagingpolygon_Bytes + sequencer_in: [stagingpolygon_Bytes!] + sequencer_not_in: [stagingpolygon_Bytes!] + sequencer_contains: stagingpolygon_Bytes + sequencer_not_contains: stagingpolygon_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Sequencer_filter] + or: [stagingpolygon_Sequencer_filter] +} + +enum stagingpolygon_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingpolygon_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingpolygon_Bytes! +} + +input stagingpolygon_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: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Setting_filter] + or: [stagingpolygon_Setting_filter] +} + +enum stagingpolygon_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingpolygon_SlippageUpdate { + id: ID! + transfer: stagingpolygon_DestinationTransfer! + slippage: BigInt! + caller: stagingpolygon_Bytes! + transactionHash: stagingpolygon_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingpolygon_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_: stagingpolygon_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: stagingpolygon_Bytes + caller_not: stagingpolygon_Bytes + caller_gt: stagingpolygon_Bytes + caller_lt: stagingpolygon_Bytes + caller_gte: stagingpolygon_Bytes + caller_lte: stagingpolygon_Bytes + caller_in: [stagingpolygon_Bytes!] + caller_not_in: [stagingpolygon_Bytes!] + caller_contains: stagingpolygon_Bytes + caller_not_contains: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + transactionHash_not: stagingpolygon_Bytes + transactionHash_gt: stagingpolygon_Bytes + transactionHash_lt: stagingpolygon_Bytes + transactionHash_gte: stagingpolygon_Bytes + transactionHash_lte: stagingpolygon_Bytes + transactionHash_in: [stagingpolygon_Bytes!] + transactionHash_not_in: [stagingpolygon_Bytes!] + transactionHash_contains: stagingpolygon_Bytes + transactionHash_not_contains: stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SlippageUpdate_filter] + or: [stagingpolygon_SlippageUpdate_filter] +} + +enum stagingpolygon_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 stagingpolygon_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingpolygon_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingpolygon_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: stagingpolygon_Bytes + root_not: stagingpolygon_Bytes + root_gt: stagingpolygon_Bytes + root_lt: stagingpolygon_Bytes + root_gte: stagingpolygon_Bytes + root_lte: stagingpolygon_Bytes + root_in: [stagingpolygon_Bytes!] + root_not_in: [stagingpolygon_Bytes!] + root_contains: stagingpolygon_Bytes + root_not_contains: stagingpolygon_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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SnapshotRoot_filter] + or: [stagingpolygon_SnapshotRoot_filter] +} + +enum stagingpolygon_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingpolygon_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingpolygon_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SpokeConnectorMode_filter] + or: [stagingpolygon_SpokeConnectorMode_filter] +} + +enum stagingpolygon_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Asset + stagingpolygon_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Asset_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Asset!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AssetStatus + stagingpolygon_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AssetStatus_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AssetStatus!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AssetBalance + stagingpolygon_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AssetBalance_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AssetBalance!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Router + stagingpolygon_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Router_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Router!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RouterDailyTVL + stagingpolygon_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RouterDailyTVL_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RouterDailyTVL!]! + stagingpolygon_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RouterLiquidityEvent + stagingpolygon_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RouterLiquidityEvent_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RouterLiquidityEvent!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Setting + stagingpolygon_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Setting_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Setting!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Relayer + stagingpolygon_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Relayer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Relayer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_Sequencer + stagingpolygon_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_Sequencer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_Sequencer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RelayerFee + stagingpolygon_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RelayerFee_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RelayerFee!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OriginTransfer + stagingpolygon_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OriginTransfer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OriginTransfer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_DestinationTransfer + stagingpolygon_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_DestinationTransfer_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_DestinationTransfer!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OriginMessage + stagingpolygon_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OriginMessage_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OriginMessage!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AggregateRoot + stagingpolygon_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AggregateRoot_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AggregateRoot!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_ConnectorMeta + stagingpolygon_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_ConnectorMeta_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_ConnectorMeta!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RootCount + stagingpolygon_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RootCount_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RootCount!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RootMessageSent + stagingpolygon_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RootMessageSent_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RootMessageSent!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_RelayerFeesIncrease + stagingpolygon_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_RelayerFeesIncrease!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SlippageUpdate + stagingpolygon_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SlippageUpdate_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SlippageUpdate!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SnapshotRoot + stagingpolygon_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SnapshotRoot_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SnapshotRoot!]! + stagingpolygon_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_SpokeConnectorMode + stagingpolygon_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_SpokeConnectorMode_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_SpokeConnectorMode!]! + stagingpolygon_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_AggregateRootProposed + stagingpolygon_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_AggregateRootProposed_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_AggregateRootProposed!]! + stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygon_OptimisticRootFinalized + stagingpolygon_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygon_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygon_OrderDirection + where: stagingpolygon_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: stagingpolygon_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ +} + +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +enum stagingpolygon_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingpolygon__Block_ { + """The hash of the block""" + hash: stagingpolygon_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingpolygon_Bytes +} + +"""The type for the top-level _meta field""" +type stagingpolygon__Meta_ { + """ + Information 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: stagingpolygon__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/types.ts new file mode 100644 index 0000000000..9b6234e500 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Polygon/types.ts @@ -0,0 +1,3927 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingPolygonTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingpolygon_BigDecimal: any; + BigInt: any; + stagingpolygon_Bytes: any; + stagingpolygon_Int8: any; + Timestamp: any; +}; + +export type stagingpolygon_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingpolygon_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingpolygon_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingpolygon_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingpolygon_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingpolygon_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingpolygon_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 stagingpolygon_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingpolygon_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingpolygon_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingpolygon_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingpolygon_Router; + asset: stagingpolygon_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingpolygon_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 stagingpolygon_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingpolygon_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingpolygon_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 stagingpolygon_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingpolygon_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingpolygon_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingpolygon_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingpolygon_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingpolygon_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingpolygon_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 stagingpolygon_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingpolygon_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 stagingpolygon_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingpolygon_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 stagingpolygon_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingpolygon_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingpolygon_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingpolygon_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingpolygon_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingpolygon_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingpolygon_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingpolygon_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 stagingpolygon_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingpolygon_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 stagingpolygon_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingpolygon_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 stagingpolygon_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingpolygon_asset?: Maybe; + stagingpolygon_assets: Array; + stagingpolygon_assetStatus?: Maybe; + stagingpolygon_assetStatuses: Array; + stagingpolygon_assetBalance?: Maybe; + stagingpolygon_assetBalances: Array; + stagingpolygon_router?: Maybe; + stagingpolygon_routers: Array; + stagingpolygon_routerDailyTVL?: Maybe; + stagingpolygon_routerDailyTVLs: Array; + stagingpolygon_routerLiquidityEvent?: Maybe; + stagingpolygon_routerLiquidityEvents: Array; + stagingpolygon_setting?: Maybe; + stagingpolygon_settings: Array; + stagingpolygon_relayer?: Maybe; + stagingpolygon_relayers: Array; + stagingpolygon_sequencer?: Maybe; + stagingpolygon_sequencers: Array; + stagingpolygon_relayerFee?: Maybe; + stagingpolygon_relayerFees: Array; + stagingpolygon_originTransfer?: Maybe; + stagingpolygon_originTransfers: Array; + stagingpolygon_destinationTransfer?: Maybe; + stagingpolygon_destinationTransfers: Array; + stagingpolygon_originMessage?: Maybe; + stagingpolygon_originMessages: Array; + stagingpolygon_aggregateRoot?: Maybe; + stagingpolygon_aggregateRoots: Array; + stagingpolygon_connectorMeta?: Maybe; + stagingpolygon_connectorMetas: Array; + stagingpolygon_rootCount?: Maybe; + stagingpolygon_rootCounts: Array; + stagingpolygon_rootMessageSent?: Maybe; + stagingpolygon_rootMessageSents: Array; + stagingpolygon_relayerFeesIncrease?: Maybe; + stagingpolygon_relayerFeesIncreases: Array; + stagingpolygon_slippageUpdate?: Maybe; + stagingpolygon_slippageUpdates: Array; + stagingpolygon_snapshotRoot?: Maybe; + stagingpolygon_snapshotRoots: Array; + stagingpolygon_spokeConnectorMode?: Maybe; + stagingpolygon_spokeConnectorModes: Array; + stagingpolygon_aggregateRootProposed?: Maybe; + stagingpolygon_aggregateRootProposeds: Array; + stagingpolygon_optimisticRootFinalized?: Maybe; + stagingpolygon_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingpolygon__meta?: Maybe; +}; + + +export type Querystagingpolygon_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygon__metaArgs = { + block?: InputMaybe; +}; + +export type stagingpolygon_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingpolygon_RelayerFee = { + id: Scalars['ID']; + transfer: stagingpolygon_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingpolygon_Bytes']; +}; + +export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingpolygon_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingpolygon_Bytes']; + transactionHash: Scalars['stagingpolygon_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_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 stagingpolygon_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingpolygon_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingpolygon_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 stagingpolygon_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingpolygon_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingpolygon_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingpolygon_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingpolygon_Router; + asset: stagingpolygon_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingpolygon_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 stagingpolygon_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingpolygon_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingpolygon_Router; + asset: stagingpolygon_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingpolygon_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingpolygon_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingpolygon_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingpolygon_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingpolygon_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 stagingpolygon_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingpolygon_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingpolygon_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 stagingpolygon_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingpolygon_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingpolygon_Bytes']; +}; + +export type stagingpolygon_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 stagingpolygon_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingpolygon_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingpolygon_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingpolygon_Bytes']; + transactionHash: Scalars['stagingpolygon_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingpolygon_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingpolygon_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 stagingpolygon_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingpolygon_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingpolygon_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingpolygon_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingpolygon_asset?: Maybe; + stagingpolygon_assets: Array; + stagingpolygon_assetStatus?: Maybe; + stagingpolygon_assetStatuses: Array; + stagingpolygon_assetBalance?: Maybe; + stagingpolygon_assetBalances: Array; + stagingpolygon_router?: Maybe; + stagingpolygon_routers: Array; + stagingpolygon_routerDailyTVL?: Maybe; + stagingpolygon_routerDailyTVLs: Array; + stagingpolygon_routerLiquidityEvent?: Maybe; + stagingpolygon_routerLiquidityEvents: Array; + stagingpolygon_setting?: Maybe; + stagingpolygon_settings: Array; + stagingpolygon_relayer?: Maybe; + stagingpolygon_relayers: Array; + stagingpolygon_sequencer?: Maybe; + stagingpolygon_sequencers: Array; + stagingpolygon_relayerFee?: Maybe; + stagingpolygon_relayerFees: Array; + stagingpolygon_originTransfer?: Maybe; + stagingpolygon_originTransfers: Array; + stagingpolygon_destinationTransfer?: Maybe; + stagingpolygon_destinationTransfers: Array; + stagingpolygon_originMessage?: Maybe; + stagingpolygon_originMessages: Array; + stagingpolygon_aggregateRoot?: Maybe; + stagingpolygon_aggregateRoots: Array; + stagingpolygon_connectorMeta?: Maybe; + stagingpolygon_connectorMetas: Array; + stagingpolygon_rootCount?: Maybe; + stagingpolygon_rootCounts: Array; + stagingpolygon_rootMessageSent?: Maybe; + stagingpolygon_rootMessageSents: Array; + stagingpolygon_relayerFeesIncrease?: Maybe; + stagingpolygon_relayerFeesIncreases: Array; + stagingpolygon_slippageUpdate?: Maybe; + stagingpolygon_slippageUpdates: Array; + stagingpolygon_snapshotRoot?: Maybe; + stagingpolygon_snapshotRoots: Array; + stagingpolygon_spokeConnectorMode?: Maybe; + stagingpolygon_spokeConnectorModes: Array; + stagingpolygon_aggregateRootProposed?: Maybe; + stagingpolygon_aggregateRootProposeds: Array; + stagingpolygon_optimisticRootFinalized?: Maybe; + stagingpolygon_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingpolygon__meta?: Maybe; +}; + + +export type Subscriptionstagingpolygon_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygon__metaArgs = { + block?: InputMaybe; +}; + +export type stagingpolygon_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingpolygon__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingpolygon__Meta_ = { + /** + * Information 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: stagingpolygon__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 QuerySdk = { + /** null **/ + stagingpolygon_asset: InContextSdkMethod, + /** null **/ + stagingpolygon_assets: InContextSdkMethod, + /** null **/ + stagingpolygon_assetStatus: InContextSdkMethod, + /** null **/ + stagingpolygon_assetStatuses: InContextSdkMethod, + /** null **/ + stagingpolygon_assetBalance: InContextSdkMethod, + /** null **/ + stagingpolygon_assetBalances: InContextSdkMethod, + /** null **/ + stagingpolygon_router: InContextSdkMethod, + /** null **/ + stagingpolygon_routers: InContextSdkMethod, + /** null **/ + stagingpolygon_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingpolygon_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingpolygon_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingpolygon_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingpolygon_setting: InContextSdkMethod, + /** null **/ + stagingpolygon_settings: InContextSdkMethod, + /** null **/ + stagingpolygon_relayer: InContextSdkMethod, + /** null **/ + stagingpolygon_relayers: InContextSdkMethod, + /** null **/ + stagingpolygon_sequencer: InContextSdkMethod, + /** null **/ + stagingpolygon_sequencers: InContextSdkMethod, + /** null **/ + stagingpolygon_relayerFee: InContextSdkMethod, + /** null **/ + stagingpolygon_relayerFees: InContextSdkMethod, + /** null **/ + stagingpolygon_originTransfer: InContextSdkMethod, + /** null **/ + stagingpolygon_originTransfers: InContextSdkMethod, + /** null **/ + stagingpolygon_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingpolygon_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingpolygon_originMessage: InContextSdkMethod, + /** null **/ + stagingpolygon_originMessages: InContextSdkMethod, + /** null **/ + stagingpolygon_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingpolygon_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingpolygon_connectorMeta: InContextSdkMethod, + /** null **/ + stagingpolygon_connectorMetas: InContextSdkMethod, + /** null **/ + stagingpolygon_rootCount: InContextSdkMethod, + /** null **/ + stagingpolygon_rootCounts: InContextSdkMethod, + /** null **/ + stagingpolygon_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingpolygon_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingpolygon_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingpolygon_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingpolygon_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingpolygon_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingpolygon_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingpolygon_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingpolygon_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingpolygon_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingpolygon_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingpolygon_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingpolygon_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingpolygon_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingpolygon__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingpolygon_asset: InContextSdkMethod, + /** null **/ + stagingpolygon_assets: InContextSdkMethod, + /** null **/ + stagingpolygon_assetStatus: InContextSdkMethod, + /** null **/ + stagingpolygon_assetStatuses: InContextSdkMethod, + /** null **/ + stagingpolygon_assetBalance: InContextSdkMethod, + /** null **/ + stagingpolygon_assetBalances: InContextSdkMethod, + /** null **/ + stagingpolygon_router: InContextSdkMethod, + /** null **/ + stagingpolygon_routers: InContextSdkMethod, + /** null **/ + stagingpolygon_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingpolygon_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingpolygon_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingpolygon_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingpolygon_setting: InContextSdkMethod, + /** null **/ + stagingpolygon_settings: InContextSdkMethod, + /** null **/ + stagingpolygon_relayer: InContextSdkMethod, + /** null **/ + stagingpolygon_relayers: InContextSdkMethod, + /** null **/ + stagingpolygon_sequencer: InContextSdkMethod, + /** null **/ + stagingpolygon_sequencers: InContextSdkMethod, + /** null **/ + stagingpolygon_relayerFee: InContextSdkMethod, + /** null **/ + stagingpolygon_relayerFees: InContextSdkMethod, + /** null **/ + stagingpolygon_originTransfer: InContextSdkMethod, + /** null **/ + stagingpolygon_originTransfers: InContextSdkMethod, + /** null **/ + stagingpolygon_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingpolygon_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingpolygon_originMessage: InContextSdkMethod, + /** null **/ + stagingpolygon_originMessages: InContextSdkMethod, + /** null **/ + stagingpolygon_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingpolygon_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingpolygon_connectorMeta: InContextSdkMethod, + /** null **/ + stagingpolygon_connectorMetas: InContextSdkMethod, + /** null **/ + stagingpolygon_rootCount: InContextSdkMethod, + /** null **/ + stagingpolygon_rootCounts: InContextSdkMethod, + /** null **/ + stagingpolygon_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingpolygon_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingpolygon_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingpolygon_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingpolygon_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingpolygon_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingpolygon_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingpolygon_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingpolygon_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingpolygon_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingpolygon_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingpolygon_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingpolygon_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingpolygon_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingpolygon__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Polygon"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema.ts new file mode 100644 index 0000000000..e337af032a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema.ts @@ -0,0 +1,50096 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/schema.graphql new file mode 100644 index 0000000000..785ac9e6dd --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/schema.graphql @@ -0,0 +1,3999 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingpolygonzkevm_AggregateRoot { + id: ID! + root: stagingpolygonzkevm_Bytes! + blockNumber: BigInt! +} + +type stagingpolygonzkevm_AggregateRootProposed { + id: ID! + aggregateRoot: stagingpolygonzkevm_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingpolygonzkevm_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingpolygonzkevm_Bytes + aggregateRoot_not: stagingpolygonzkevm_Bytes + aggregateRoot_gt: stagingpolygonzkevm_Bytes + aggregateRoot_lt: stagingpolygonzkevm_Bytes + aggregateRoot_gte: stagingpolygonzkevm_Bytes + aggregateRoot_lte: stagingpolygonzkevm_Bytes + aggregateRoot_in: [stagingpolygonzkevm_Bytes!] + aggregateRoot_not_in: [stagingpolygonzkevm_Bytes!] + aggregateRoot_contains: stagingpolygonzkevm_Bytes + aggregateRoot_not_contains: stagingpolygonzkevm_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AggregateRootProposed_filter] + or: [stagingpolygonzkevm_AggregateRootProposed_filter] +} + +enum stagingpolygonzkevm_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + root_not: stagingpolygonzkevm_Bytes + root_gt: stagingpolygonzkevm_Bytes + root_lt: stagingpolygonzkevm_Bytes + root_gte: stagingpolygonzkevm_Bytes + root_lte: stagingpolygonzkevm_Bytes + root_in: [stagingpolygonzkevm_Bytes!] + root_not_in: [stagingpolygonzkevm_Bytes!] + root_contains: stagingpolygonzkevm_Bytes + root_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AggregateRoot_filter] + or: [stagingpolygonzkevm_AggregateRoot_filter] +} + +enum stagingpolygonzkevm_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingpolygonzkevm_Aggregation_interval { + hour + day +} + +type stagingpolygonzkevm_Asset { + id: ID! + key: stagingpolygonzkevm_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingpolygonzkevm_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingpolygonzkevm_Bytes + localAsset: stagingpolygonzkevm_Bytes + blockNumber: BigInt + status: stagingpolygonzkevm_AssetStatus +} + +type stagingpolygonzkevm_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! + feesEarned: BigInt! +} + +input stagingpolygonzkevm_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_: stagingpolygonzkevm_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_: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AssetBalance_filter] + or: [stagingpolygonzkevm_AssetBalance_filter] +} + +enum stagingpolygonzkevm_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingpolygonzkevm_AssetStatus { + id: ID! + status: Boolean +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AssetStatus_filter] + or: [stagingpolygonzkevm_AssetStatus_filter] +} + +enum stagingpolygonzkevm_AssetStatus_orderBy { + id + status +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + key_not: stagingpolygonzkevm_Bytes + key_gt: stagingpolygonzkevm_Bytes + key_lt: stagingpolygonzkevm_Bytes + key_gte: stagingpolygonzkevm_Bytes + key_lte: stagingpolygonzkevm_Bytes + key_in: [stagingpolygonzkevm_Bytes!] + key_not_in: [stagingpolygonzkevm_Bytes!] + key_contains: stagingpolygonzkevm_Bytes + key_not_contains: stagingpolygonzkevm_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingpolygonzkevm_Bytes + canonicalId_not: stagingpolygonzkevm_Bytes + canonicalId_gt: stagingpolygonzkevm_Bytes + canonicalId_lt: stagingpolygonzkevm_Bytes + canonicalId_gte: stagingpolygonzkevm_Bytes + canonicalId_lte: stagingpolygonzkevm_Bytes + canonicalId_in: [stagingpolygonzkevm_Bytes!] + canonicalId_not_in: [stagingpolygonzkevm_Bytes!] + canonicalId_contains: stagingpolygonzkevm_Bytes + canonicalId_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + adoptedAsset_not: stagingpolygonzkevm_Bytes + adoptedAsset_gt: stagingpolygonzkevm_Bytes + adoptedAsset_lt: stagingpolygonzkevm_Bytes + adoptedAsset_gte: stagingpolygonzkevm_Bytes + adoptedAsset_lte: stagingpolygonzkevm_Bytes + adoptedAsset_in: [stagingpolygonzkevm_Bytes!] + adoptedAsset_not_in: [stagingpolygonzkevm_Bytes!] + adoptedAsset_contains: stagingpolygonzkevm_Bytes + adoptedAsset_not_contains: stagingpolygonzkevm_Bytes + localAsset: stagingpolygonzkevm_Bytes + localAsset_not: stagingpolygonzkevm_Bytes + localAsset_gt: stagingpolygonzkevm_Bytes + localAsset_lt: stagingpolygonzkevm_Bytes + localAsset_gte: stagingpolygonzkevm_Bytes + localAsset_lte: stagingpolygonzkevm_Bytes + localAsset_in: [stagingpolygonzkevm_Bytes!] + localAsset_not_in: [stagingpolygonzkevm_Bytes!] + localAsset_contains: stagingpolygonzkevm_Bytes + localAsset_not_contains: stagingpolygonzkevm_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_: stagingpolygonzkevm_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Asset_filter] + or: [stagingpolygonzkevm_Asset_filter] +} + +enum stagingpolygonzkevm_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingpolygonzkevm_BigDecimal + +scalar BigInt + +input stagingpolygonzkevm_BlockChangedFilter { + number_gte: Int! +} + +input stagingpolygonzkevm_Block_height { + hash: stagingpolygonzkevm_Bytes + number: Int + number_gte: Int +} + +scalar stagingpolygonzkevm_Bytes + +type stagingpolygonzkevm_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingpolygonzkevm_Bytes + rootManager: stagingpolygonzkevm_Bytes + mirrorConnector: stagingpolygonzkevm_Bytes +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + amb_not: stagingpolygonzkevm_Bytes + amb_gt: stagingpolygonzkevm_Bytes + amb_lt: stagingpolygonzkevm_Bytes + amb_gte: stagingpolygonzkevm_Bytes + amb_lte: stagingpolygonzkevm_Bytes + amb_in: [stagingpolygonzkevm_Bytes!] + amb_not_in: [stagingpolygonzkevm_Bytes!] + amb_contains: stagingpolygonzkevm_Bytes + amb_not_contains: stagingpolygonzkevm_Bytes + rootManager: stagingpolygonzkevm_Bytes + rootManager_not: stagingpolygonzkevm_Bytes + rootManager_gt: stagingpolygonzkevm_Bytes + rootManager_lt: stagingpolygonzkevm_Bytes + rootManager_gte: stagingpolygonzkevm_Bytes + rootManager_lte: stagingpolygonzkevm_Bytes + rootManager_in: [stagingpolygonzkevm_Bytes!] + rootManager_not_in: [stagingpolygonzkevm_Bytes!] + rootManager_contains: stagingpolygonzkevm_Bytes + rootManager_not_contains: stagingpolygonzkevm_Bytes + mirrorConnector: stagingpolygonzkevm_Bytes + mirrorConnector_not: stagingpolygonzkevm_Bytes + mirrorConnector_gt: stagingpolygonzkevm_Bytes + mirrorConnector_lt: stagingpolygonzkevm_Bytes + mirrorConnector_gte: stagingpolygonzkevm_Bytes + mirrorConnector_lte: stagingpolygonzkevm_Bytes + mirrorConnector_in: [stagingpolygonzkevm_Bytes!] + mirrorConnector_not_in: [stagingpolygonzkevm_Bytes!] + mirrorConnector_contains: stagingpolygonzkevm_Bytes + mirrorConnector_not_contains: stagingpolygonzkevm_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_ConnectorMeta_filter] + or: [stagingpolygonzkevm_ConnectorMeta_filter] +} + +enum stagingpolygonzkevm_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingpolygonzkevm_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingpolygonzkevm_Bytes + nonce: BigInt + status: stagingpolygonzkevm_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_Router_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_Router_filter): [stagingpolygonzkevm_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes + receiveLocal: Boolean + callData: stagingpolygonzkevm_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingpolygonzkevm_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingpolygonzkevm_Bytes + asset: stagingpolygonzkevm_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingpolygonzkevm_Bytes + executedTransactionHash: stagingpolygonzkevm_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingpolygonzkevm_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingpolygonzkevm_Bytes + reconciledTransactionHash: stagingpolygonzkevm_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingpolygonzkevm_Bytes + reconciledTxNonce: BigInt +} + +input stagingpolygonzkevm_DestinationTransfer_filter { + 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: stagingpolygonzkevm_Bytes + transferId_not: stagingpolygonzkevm_Bytes + transferId_gt: stagingpolygonzkevm_Bytes + transferId_lt: stagingpolygonzkevm_Bytes + transferId_gte: stagingpolygonzkevm_Bytes + transferId_lte: stagingpolygonzkevm_Bytes + transferId_in: [stagingpolygonzkevm_Bytes!] + transferId_not_in: [stagingpolygonzkevm_Bytes!] + transferId_contains: stagingpolygonzkevm_Bytes + transferId_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_TransferStatus + status_not: stagingpolygonzkevm_TransferStatus + status_in: [stagingpolygonzkevm_TransferStatus!] + status_not_in: [stagingpolygonzkevm_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + to_not: stagingpolygonzkevm_Bytes + to_gt: stagingpolygonzkevm_Bytes + to_lt: stagingpolygonzkevm_Bytes + to_gte: stagingpolygonzkevm_Bytes + to_lte: stagingpolygonzkevm_Bytes + to_in: [stagingpolygonzkevm_Bytes!] + to_not_in: [stagingpolygonzkevm_Bytes!] + to_contains: stagingpolygonzkevm_Bytes + to_not_contains: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes + delegate_not: stagingpolygonzkevm_Bytes + delegate_gt: stagingpolygonzkevm_Bytes + delegate_lt: stagingpolygonzkevm_Bytes + delegate_gte: stagingpolygonzkevm_Bytes + delegate_lte: stagingpolygonzkevm_Bytes + delegate_in: [stagingpolygonzkevm_Bytes!] + delegate_not_in: [stagingpolygonzkevm_Bytes!] + delegate_contains: stagingpolygonzkevm_Bytes + delegate_not_contains: stagingpolygonzkevm_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingpolygonzkevm_Bytes + callData_not: stagingpolygonzkevm_Bytes + callData_gt: stagingpolygonzkevm_Bytes + callData_lt: stagingpolygonzkevm_Bytes + callData_gte: stagingpolygonzkevm_Bytes + callData_lte: stagingpolygonzkevm_Bytes + callData_in: [stagingpolygonzkevm_Bytes!] + callData_not_in: [stagingpolygonzkevm_Bytes!] + callData_contains: stagingpolygonzkevm_Bytes + callData_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + originSender_not: stagingpolygonzkevm_Bytes + originSender_gt: stagingpolygonzkevm_Bytes + originSender_lt: stagingpolygonzkevm_Bytes + originSender_gte: stagingpolygonzkevm_Bytes + originSender_lte: stagingpolygonzkevm_Bytes + originSender_in: [stagingpolygonzkevm_Bytes!] + originSender_not_in: [stagingpolygonzkevm_Bytes!] + originSender_contains: stagingpolygonzkevm_Bytes + originSender_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + canonicalId_not: stagingpolygonzkevm_Bytes + canonicalId_gt: stagingpolygonzkevm_Bytes + canonicalId_lt: stagingpolygonzkevm_Bytes + canonicalId_gte: stagingpolygonzkevm_Bytes + canonicalId_lte: stagingpolygonzkevm_Bytes + canonicalId_in: [stagingpolygonzkevm_Bytes!] + canonicalId_not_in: [stagingpolygonzkevm_Bytes!] + canonicalId_contains: stagingpolygonzkevm_Bytes + canonicalId_not_contains: stagingpolygonzkevm_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_: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + executedCaller_not: stagingpolygonzkevm_Bytes + executedCaller_gt: stagingpolygonzkevm_Bytes + executedCaller_lt: stagingpolygonzkevm_Bytes + executedCaller_gte: stagingpolygonzkevm_Bytes + executedCaller_lte: stagingpolygonzkevm_Bytes + executedCaller_in: [stagingpolygonzkevm_Bytes!] + executedCaller_not_in: [stagingpolygonzkevm_Bytes!] + executedCaller_contains: stagingpolygonzkevm_Bytes + executedCaller_not_contains: stagingpolygonzkevm_Bytes + executedTransactionHash: stagingpolygonzkevm_Bytes + executedTransactionHash_not: stagingpolygonzkevm_Bytes + executedTransactionHash_gt: stagingpolygonzkevm_Bytes + executedTransactionHash_lt: stagingpolygonzkevm_Bytes + executedTransactionHash_gte: stagingpolygonzkevm_Bytes + executedTransactionHash_lte: stagingpolygonzkevm_Bytes + executedTransactionHash_in: [stagingpolygonzkevm_Bytes!] + executedTransactionHash_not_in: [stagingpolygonzkevm_Bytes!] + executedTransactionHash_contains: stagingpolygonzkevm_Bytes + executedTransactionHash_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + executedTxOrigin_not: stagingpolygonzkevm_Bytes + executedTxOrigin_gt: stagingpolygonzkevm_Bytes + executedTxOrigin_lt: stagingpolygonzkevm_Bytes + executedTxOrigin_gte: stagingpolygonzkevm_Bytes + executedTxOrigin_lte: stagingpolygonzkevm_Bytes + executedTxOrigin_in: [stagingpolygonzkevm_Bytes!] + executedTxOrigin_not_in: [stagingpolygonzkevm_Bytes!] + executedTxOrigin_contains: stagingpolygonzkevm_Bytes + executedTxOrigin_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + reconciledCaller_not: stagingpolygonzkevm_Bytes + reconciledCaller_gt: stagingpolygonzkevm_Bytes + reconciledCaller_lt: stagingpolygonzkevm_Bytes + reconciledCaller_gte: stagingpolygonzkevm_Bytes + reconciledCaller_lte: stagingpolygonzkevm_Bytes + reconciledCaller_in: [stagingpolygonzkevm_Bytes!] + reconciledCaller_not_in: [stagingpolygonzkevm_Bytes!] + reconciledCaller_contains: stagingpolygonzkevm_Bytes + reconciledCaller_not_contains: stagingpolygonzkevm_Bytes + reconciledTransactionHash: stagingpolygonzkevm_Bytes + reconciledTransactionHash_not: stagingpolygonzkevm_Bytes + reconciledTransactionHash_gt: stagingpolygonzkevm_Bytes + reconciledTransactionHash_lt: stagingpolygonzkevm_Bytes + reconciledTransactionHash_gte: stagingpolygonzkevm_Bytes + reconciledTransactionHash_lte: stagingpolygonzkevm_Bytes + reconciledTransactionHash_in: [stagingpolygonzkevm_Bytes!] + reconciledTransactionHash_not_in: [stagingpolygonzkevm_Bytes!] + reconciledTransactionHash_contains: stagingpolygonzkevm_Bytes + reconciledTransactionHash_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + reconciledTxOrigin_not: stagingpolygonzkevm_Bytes + reconciledTxOrigin_gt: stagingpolygonzkevm_Bytes + reconciledTxOrigin_lt: stagingpolygonzkevm_Bytes + reconciledTxOrigin_gte: stagingpolygonzkevm_Bytes + reconciledTxOrigin_lte: stagingpolygonzkevm_Bytes + reconciledTxOrigin_in: [stagingpolygonzkevm_Bytes!] + reconciledTxOrigin_not_in: [stagingpolygonzkevm_Bytes!] + reconciledTxOrigin_contains: stagingpolygonzkevm_Bytes + reconciledTxOrigin_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_DestinationTransfer_filter] + or: [stagingpolygonzkevm_DestinationTransfer_filter] +} + +enum stagingpolygonzkevm_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingpolygonzkevm_Int8 + +type stagingpolygonzkevm_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingpolygonzkevm_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + aggregateRoot_not: stagingpolygonzkevm_Bytes + aggregateRoot_gt: stagingpolygonzkevm_Bytes + aggregateRoot_lt: stagingpolygonzkevm_Bytes + aggregateRoot_gte: stagingpolygonzkevm_Bytes + aggregateRoot_lte: stagingpolygonzkevm_Bytes + aggregateRoot_in: [stagingpolygonzkevm_Bytes!] + aggregateRoot_not_in: [stagingpolygonzkevm_Bytes!] + aggregateRoot_contains: stagingpolygonzkevm_Bytes + aggregateRoot_not_contains: stagingpolygonzkevm_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OptimisticRootFinalized_filter] + or: [stagingpolygonzkevm_OptimisticRootFinalized_filter] +} + +enum stagingpolygonzkevm_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingpolygonzkevm_OrderDirection { + asc + desc +} + +type stagingpolygonzkevm_OriginMessage { + id: ID! + transferId: stagingpolygonzkevm_Bytes + destinationDomain: BigInt + leaf: stagingpolygonzkevm_Bytes + index: BigInt + message: stagingpolygonzkevm_Bytes + root: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + blockNumber: BigInt + rootCount: stagingpolygonzkevm_RootCount +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + transferId_not: stagingpolygonzkevm_Bytes + transferId_gt: stagingpolygonzkevm_Bytes + transferId_lt: stagingpolygonzkevm_Bytes + transferId_gte: stagingpolygonzkevm_Bytes + transferId_lte: stagingpolygonzkevm_Bytes + transferId_in: [stagingpolygonzkevm_Bytes!] + transferId_not_in: [stagingpolygonzkevm_Bytes!] + transferId_contains: stagingpolygonzkevm_Bytes + transferId_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + leaf_not: stagingpolygonzkevm_Bytes + leaf_gt: stagingpolygonzkevm_Bytes + leaf_lt: stagingpolygonzkevm_Bytes + leaf_gte: stagingpolygonzkevm_Bytes + leaf_lte: stagingpolygonzkevm_Bytes + leaf_in: [stagingpolygonzkevm_Bytes!] + leaf_not_in: [stagingpolygonzkevm_Bytes!] + leaf_contains: stagingpolygonzkevm_Bytes + leaf_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + message_not: stagingpolygonzkevm_Bytes + message_gt: stagingpolygonzkevm_Bytes + message_lt: stagingpolygonzkevm_Bytes + message_gte: stagingpolygonzkevm_Bytes + message_lte: stagingpolygonzkevm_Bytes + message_in: [stagingpolygonzkevm_Bytes!] + message_not_in: [stagingpolygonzkevm_Bytes!] + message_contains: stagingpolygonzkevm_Bytes + message_not_contains: stagingpolygonzkevm_Bytes + root: stagingpolygonzkevm_Bytes + root_not: stagingpolygonzkevm_Bytes + root_gt: stagingpolygonzkevm_Bytes + root_lt: stagingpolygonzkevm_Bytes + root_gte: stagingpolygonzkevm_Bytes + root_lte: stagingpolygonzkevm_Bytes + root_in: [stagingpolygonzkevm_Bytes!] + root_not_in: [stagingpolygonzkevm_Bytes!] + root_contains: stagingpolygonzkevm_Bytes + root_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_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_: stagingpolygonzkevm_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OriginMessage_filter] + or: [stagingpolygonzkevm_OriginMessage_filter] +} + +enum stagingpolygonzkevm_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingpolygonzkevm_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingpolygonzkevm_Bytes + nonce: BigInt + status: stagingpolygonzkevm_TransferStatus + messageHash: stagingpolygonzkevm_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes + receiveLocal: Boolean + callData: stagingpolygonzkevm_Bytes + slippage: BigInt + originSender: stagingpolygonzkevm_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingpolygonzkevm_Bytes + asset: stagingpolygonzkevm_Asset + transactingAsset: stagingpolygonzkevm_Bytes + message: stagingpolygonzkevm_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_RelayerFee_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_RelayerFee_filter): [stagingpolygonzkevm_RelayerFee!] + initialRelayerFeeAsset: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingpolygonzkevm_Bytes + txNonce: BigInt +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + transferId_not: stagingpolygonzkevm_Bytes + transferId_gt: stagingpolygonzkevm_Bytes + transferId_lt: stagingpolygonzkevm_Bytes + transferId_gte: stagingpolygonzkevm_Bytes + transferId_lte: stagingpolygonzkevm_Bytes + transferId_in: [stagingpolygonzkevm_Bytes!] + transferId_not_in: [stagingpolygonzkevm_Bytes!] + transferId_contains: stagingpolygonzkevm_Bytes + transferId_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_TransferStatus + status_not: stagingpolygonzkevm_TransferStatus + status_in: [stagingpolygonzkevm_TransferStatus!] + status_not_in: [stagingpolygonzkevm_TransferStatus!] + messageHash: stagingpolygonzkevm_Bytes + messageHash_not: stagingpolygonzkevm_Bytes + messageHash_gt: stagingpolygonzkevm_Bytes + messageHash_lt: stagingpolygonzkevm_Bytes + messageHash_gte: stagingpolygonzkevm_Bytes + messageHash_lte: stagingpolygonzkevm_Bytes + messageHash_in: [stagingpolygonzkevm_Bytes!] + messageHash_not_in: [stagingpolygonzkevm_Bytes!] + messageHash_contains: stagingpolygonzkevm_Bytes + messageHash_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + to_not: stagingpolygonzkevm_Bytes + to_gt: stagingpolygonzkevm_Bytes + to_lt: stagingpolygonzkevm_Bytes + to_gte: stagingpolygonzkevm_Bytes + to_lte: stagingpolygonzkevm_Bytes + to_in: [stagingpolygonzkevm_Bytes!] + to_not_in: [stagingpolygonzkevm_Bytes!] + to_contains: stagingpolygonzkevm_Bytes + to_not_contains: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes + delegate_not: stagingpolygonzkevm_Bytes + delegate_gt: stagingpolygonzkevm_Bytes + delegate_lt: stagingpolygonzkevm_Bytes + delegate_gte: stagingpolygonzkevm_Bytes + delegate_lte: stagingpolygonzkevm_Bytes + delegate_in: [stagingpolygonzkevm_Bytes!] + delegate_not_in: [stagingpolygonzkevm_Bytes!] + delegate_contains: stagingpolygonzkevm_Bytes + delegate_not_contains: stagingpolygonzkevm_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingpolygonzkevm_Bytes + callData_not: stagingpolygonzkevm_Bytes + callData_gt: stagingpolygonzkevm_Bytes + callData_lt: stagingpolygonzkevm_Bytes + callData_gte: stagingpolygonzkevm_Bytes + callData_lte: stagingpolygonzkevm_Bytes + callData_in: [stagingpolygonzkevm_Bytes!] + callData_not_in: [stagingpolygonzkevm_Bytes!] + callData_contains: stagingpolygonzkevm_Bytes + callData_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + originSender_not: stagingpolygonzkevm_Bytes + originSender_gt: stagingpolygonzkevm_Bytes + originSender_lt: stagingpolygonzkevm_Bytes + originSender_gte: stagingpolygonzkevm_Bytes + originSender_lte: stagingpolygonzkevm_Bytes + originSender_in: [stagingpolygonzkevm_Bytes!] + originSender_not_in: [stagingpolygonzkevm_Bytes!] + originSender_contains: stagingpolygonzkevm_Bytes + originSender_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + canonicalId_not: stagingpolygonzkevm_Bytes + canonicalId_gt: stagingpolygonzkevm_Bytes + canonicalId_lt: stagingpolygonzkevm_Bytes + canonicalId_gte: stagingpolygonzkevm_Bytes + canonicalId_lte: stagingpolygonzkevm_Bytes + canonicalId_in: [stagingpolygonzkevm_Bytes!] + canonicalId_not_in: [stagingpolygonzkevm_Bytes!] + canonicalId_contains: stagingpolygonzkevm_Bytes + canonicalId_not_contains: stagingpolygonzkevm_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_: stagingpolygonzkevm_Asset_filter + transactingAsset: stagingpolygonzkevm_Bytes + transactingAsset_not: stagingpolygonzkevm_Bytes + transactingAsset_gt: stagingpolygonzkevm_Bytes + transactingAsset_lt: stagingpolygonzkevm_Bytes + transactingAsset_gte: stagingpolygonzkevm_Bytes + transactingAsset_lte: stagingpolygonzkevm_Bytes + transactingAsset_in: [stagingpolygonzkevm_Bytes!] + transactingAsset_not_in: [stagingpolygonzkevm_Bytes!] + transactingAsset_contains: stagingpolygonzkevm_Bytes + transactingAsset_not_contains: stagingpolygonzkevm_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_: stagingpolygonzkevm_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_: stagingpolygonzkevm_RelayerFee_filter + initialRelayerFeeAsset: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_not: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_gt: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_lt: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_gte: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_lte: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_in: [stagingpolygonzkevm_Bytes!] + initialRelayerFeeAsset_not_in: [stagingpolygonzkevm_Bytes!] + initialRelayerFeeAsset_contains: stagingpolygonzkevm_Bytes + initialRelayerFeeAsset_not_contains: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + txOrigin_not: stagingpolygonzkevm_Bytes + txOrigin_gt: stagingpolygonzkevm_Bytes + txOrigin_lt: stagingpolygonzkevm_Bytes + txOrigin_gte: stagingpolygonzkevm_Bytes + txOrigin_lte: stagingpolygonzkevm_Bytes + txOrigin_in: [stagingpolygonzkevm_Bytes!] + txOrigin_not_in: [stagingpolygonzkevm_Bytes!] + txOrigin_contains: stagingpolygonzkevm_Bytes + txOrigin_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OriginTransfer_filter] + or: [stagingpolygonzkevm_OriginTransfer_filter] +} + +enum stagingpolygonzkevm_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_Asset + stagingpolygonzkevm_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_Asset_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_Asset!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AssetStatus + stagingpolygonzkevm_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AssetStatus_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AssetStatus!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AssetBalance + stagingpolygonzkevm_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AssetBalance_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AssetBalance!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_Router + stagingpolygonzkevm_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_Router_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_Router!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RouterDailyTVL + stagingpolygonzkevm_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RouterDailyTVL!]! + stagingpolygonzkevm_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RouterLiquidityEvent + stagingpolygonzkevm_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RouterLiquidityEvent!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_Setting + stagingpolygonzkevm_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_Setting_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_Setting!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_Relayer + stagingpolygonzkevm_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_Relayer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_Relayer!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_Sequencer + stagingpolygonzkevm_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_Sequencer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_Sequencer!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RelayerFee + stagingpolygonzkevm_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RelayerFee_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RelayerFee!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_OriginTransfer + stagingpolygonzkevm_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_OriginTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_OriginTransfer!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_DestinationTransfer + stagingpolygonzkevm_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_DestinationTransfer!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_OriginMessage + stagingpolygonzkevm_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_OriginMessage_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_OriginMessage!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AggregateRoot + stagingpolygonzkevm_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AggregateRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AggregateRoot!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_ConnectorMeta + stagingpolygonzkevm_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_ConnectorMeta!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RootCount + stagingpolygonzkevm_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RootCount_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RootCount!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RootMessageSent + stagingpolygonzkevm_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RootMessageSent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RootMessageSent!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RelayerFeesIncrease + stagingpolygonzkevm_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RelayerFeesIncrease!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SlippageUpdate + stagingpolygonzkevm_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SlippageUpdate!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SnapshotRoot + stagingpolygonzkevm_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SnapshotRoot!]! + stagingpolygonzkevm_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SpokeConnectorMode + stagingpolygonzkevm_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SpokeConnectorMode!]! + stagingpolygonzkevm_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AggregateRootProposed + stagingpolygonzkevm_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AggregateRootProposed!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_OptimisticRootFinalized + stagingpolygonzkevm_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__Meta_ +} + +type stagingpolygonzkevm_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingpolygonzkevm_Bytes +} + +type stagingpolygonzkevm_RelayerFee { + id: ID! + transfer: stagingpolygonzkevm_OriginTransfer! + fee: BigInt! + asset: stagingpolygonzkevm_Bytes! +} + +input stagingpolygonzkevm_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_: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + asset_not: stagingpolygonzkevm_Bytes + asset_gt: stagingpolygonzkevm_Bytes + asset_lt: stagingpolygonzkevm_Bytes + asset_gte: stagingpolygonzkevm_Bytes + asset_lte: stagingpolygonzkevm_Bytes + asset_in: [stagingpolygonzkevm_Bytes!] + asset_not_in: [stagingpolygonzkevm_Bytes!] + asset_contains: stagingpolygonzkevm_Bytes + asset_not_contains: stagingpolygonzkevm_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RelayerFee_filter] + or: [stagingpolygonzkevm_RelayerFee_filter] +} + +enum stagingpolygonzkevm_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 stagingpolygonzkevm_RelayerFeesIncrease { + id: ID! + transfer: stagingpolygonzkevm_OriginTransfer! + increase: BigInt + asset: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingpolygonzkevm_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_: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + asset_not: stagingpolygonzkevm_Bytes + asset_gt: stagingpolygonzkevm_Bytes + asset_lt: stagingpolygonzkevm_Bytes + asset_gte: stagingpolygonzkevm_Bytes + asset_lte: stagingpolygonzkevm_Bytes + asset_in: [stagingpolygonzkevm_Bytes!] + asset_not_in: [stagingpolygonzkevm_Bytes!] + asset_contains: stagingpolygonzkevm_Bytes + asset_not_contains: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RelayerFeesIncrease_filter] + or: [stagingpolygonzkevm_RelayerFeesIncrease_filter] +} + +enum stagingpolygonzkevm_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 stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + relayer_not: stagingpolygonzkevm_Bytes + relayer_gt: stagingpolygonzkevm_Bytes + relayer_lt: stagingpolygonzkevm_Bytes + relayer_gte: stagingpolygonzkevm_Bytes + relayer_lte: stagingpolygonzkevm_Bytes + relayer_in: [stagingpolygonzkevm_Bytes!] + relayer_not_in: [stagingpolygonzkevm_Bytes!] + relayer_contains: stagingpolygonzkevm_Bytes + relayer_not_contains: stagingpolygonzkevm_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Relayer_filter] + or: [stagingpolygonzkevm_Relayer_filter] +} + +enum stagingpolygonzkevm_Relayer_orderBy { + id + isActive + relayer +} + +type stagingpolygonzkevm_RootCount { + id: ID! + count: BigInt +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RootCount_filter] + or: [stagingpolygonzkevm_RootCount_filter] +} + +enum stagingpolygonzkevm_RootCount_orderBy { + id + count +} + +type stagingpolygonzkevm_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingpolygonzkevm_Bytes + count: BigInt + caller: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + root_not: stagingpolygonzkevm_Bytes + root_gt: stagingpolygonzkevm_Bytes + root_lt: stagingpolygonzkevm_Bytes + root_gte: stagingpolygonzkevm_Bytes + root_lte: stagingpolygonzkevm_Bytes + root_in: [stagingpolygonzkevm_Bytes!] + root_not_in: [stagingpolygonzkevm_Bytes!] + root_contains: stagingpolygonzkevm_Bytes + root_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RootMessageSent_filter] + or: [stagingpolygonzkevm_RootMessageSent_filter] +} + +enum stagingpolygonzkevm_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingpolygonzkevm_Router { + id: ID! + isActive: Boolean! + owner: stagingpolygonzkevm_Bytes + recipient: stagingpolygonzkevm_Bytes + proposedOwner: stagingpolygonzkevm_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingpolygonzkevm_AssetBalance_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_AssetBalance_filter): [stagingpolygonzkevm_AssetBalance!]! +} + +type stagingpolygonzkevm_RouterDailyTVL { + id: ID! + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingpolygonzkevm_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_: stagingpolygonzkevm_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_: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RouterDailyTVL_filter] + or: [stagingpolygonzkevm_RouterDailyTVL_filter] +} + +enum stagingpolygonzkevm_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingpolygonzkevm_RouterLiquidityEvent { + id: ID! + type: stagingpolygonzkevm_RouterLiquidityEventType + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingpolygonzkevm_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingpolygonzkevm_Bytes! + nonce: BigInt! +} + +enum stagingpolygonzkevm_RouterLiquidityEventType { + Add + Remove +} + +input stagingpolygonzkevm_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingpolygonzkevm_RouterLiquidityEventType + type_not: stagingpolygonzkevm_RouterLiquidityEventType + type_in: [stagingpolygonzkevm_RouterLiquidityEventType!] + type_not_in: [stagingpolygonzkevm_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingpolygonzkevm_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_: stagingpolygonzkevm_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RouterLiquidityEvent_filter] + or: [stagingpolygonzkevm_RouterLiquidityEvent_filter] +} + +enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + owner_not: stagingpolygonzkevm_Bytes + owner_gt: stagingpolygonzkevm_Bytes + owner_lt: stagingpolygonzkevm_Bytes + owner_gte: stagingpolygonzkevm_Bytes + owner_lte: stagingpolygonzkevm_Bytes + owner_in: [stagingpolygonzkevm_Bytes!] + owner_not_in: [stagingpolygonzkevm_Bytes!] + owner_contains: stagingpolygonzkevm_Bytes + owner_not_contains: stagingpolygonzkevm_Bytes + recipient: stagingpolygonzkevm_Bytes + recipient_not: stagingpolygonzkevm_Bytes + recipient_gt: stagingpolygonzkevm_Bytes + recipient_lt: stagingpolygonzkevm_Bytes + recipient_gte: stagingpolygonzkevm_Bytes + recipient_lte: stagingpolygonzkevm_Bytes + recipient_in: [stagingpolygonzkevm_Bytes!] + recipient_not_in: [stagingpolygonzkevm_Bytes!] + recipient_contains: stagingpolygonzkevm_Bytes + recipient_not_contains: stagingpolygonzkevm_Bytes + proposedOwner: stagingpolygonzkevm_Bytes + proposedOwner_not: stagingpolygonzkevm_Bytes + proposedOwner_gt: stagingpolygonzkevm_Bytes + proposedOwner_lt: stagingpolygonzkevm_Bytes + proposedOwner_gte: stagingpolygonzkevm_Bytes + proposedOwner_lte: stagingpolygonzkevm_Bytes + proposedOwner_in: [stagingpolygonzkevm_Bytes!] + proposedOwner_not_in: [stagingpolygonzkevm_Bytes!] + proposedOwner_contains: stagingpolygonzkevm_Bytes + proposedOwner_not_contains: stagingpolygonzkevm_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_: stagingpolygonzkevm_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Router_filter] + or: [stagingpolygonzkevm_Router_filter] +} + +enum stagingpolygonzkevm_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingpolygonzkevm_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingpolygonzkevm_Bytes +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + sequencer_not: stagingpolygonzkevm_Bytes + sequencer_gt: stagingpolygonzkevm_Bytes + sequencer_lt: stagingpolygonzkevm_Bytes + sequencer_gte: stagingpolygonzkevm_Bytes + sequencer_lte: stagingpolygonzkevm_Bytes + sequencer_in: [stagingpolygonzkevm_Bytes!] + sequencer_not_in: [stagingpolygonzkevm_Bytes!] + sequencer_contains: stagingpolygonzkevm_Bytes + sequencer_not_contains: stagingpolygonzkevm_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Sequencer_filter] + or: [stagingpolygonzkevm_Sequencer_filter] +} + +enum stagingpolygonzkevm_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingpolygonzkevm_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingpolygonzkevm_Bytes! +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Setting_filter] + or: [stagingpolygonzkevm_Setting_filter] +} + +enum stagingpolygonzkevm_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingpolygonzkevm_SlippageUpdate { + id: ID! + transfer: stagingpolygonzkevm_DestinationTransfer! + slippage: BigInt! + caller: stagingpolygonzkevm_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingpolygonzkevm_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_: stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + caller_not: stagingpolygonzkevm_Bytes + caller_gt: stagingpolygonzkevm_Bytes + caller_lt: stagingpolygonzkevm_Bytes + caller_gte: stagingpolygonzkevm_Bytes + caller_lte: stagingpolygonzkevm_Bytes + caller_in: [stagingpolygonzkevm_Bytes!] + caller_not_in: [stagingpolygonzkevm_Bytes!] + caller_contains: stagingpolygonzkevm_Bytes + caller_not_contains: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes + transactionHash_not: stagingpolygonzkevm_Bytes + transactionHash_gt: stagingpolygonzkevm_Bytes + transactionHash_lt: stagingpolygonzkevm_Bytes + transactionHash_gte: stagingpolygonzkevm_Bytes + transactionHash_lte: stagingpolygonzkevm_Bytes + transactionHash_in: [stagingpolygonzkevm_Bytes!] + transactionHash_not_in: [stagingpolygonzkevm_Bytes!] + transactionHash_contains: stagingpolygonzkevm_Bytes + transactionHash_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SlippageUpdate_filter] + or: [stagingpolygonzkevm_SlippageUpdate_filter] +} + +enum stagingpolygonzkevm_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 stagingpolygonzkevm_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingpolygonzkevm_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingpolygonzkevm_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: stagingpolygonzkevm_Bytes + root_not: stagingpolygonzkevm_Bytes + root_gt: stagingpolygonzkevm_Bytes + root_lt: stagingpolygonzkevm_Bytes + root_gte: stagingpolygonzkevm_Bytes + root_lte: stagingpolygonzkevm_Bytes + root_in: [stagingpolygonzkevm_Bytes!] + root_not_in: [stagingpolygonzkevm_Bytes!] + root_contains: stagingpolygonzkevm_Bytes + root_not_contains: stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SnapshotRoot_filter] + or: [stagingpolygonzkevm_SnapshotRoot_filter] +} + +enum stagingpolygonzkevm_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingpolygonzkevm_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingpolygonzkevm_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SpokeConnectorMode_filter] + or: [stagingpolygonzkevm_SpokeConnectorMode_filter] +} + +enum stagingpolygonzkevm_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_Asset + stagingpolygonzkevm_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_Asset_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_Asset!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AssetStatus + stagingpolygonzkevm_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AssetStatus_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AssetStatus!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AssetBalance + stagingpolygonzkevm_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AssetBalance_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AssetBalance!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_Router + stagingpolygonzkevm_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_Router_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_Router!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RouterDailyTVL + stagingpolygonzkevm_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RouterDailyTVL!]! + stagingpolygonzkevm_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RouterLiquidityEvent + stagingpolygonzkevm_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RouterLiquidityEvent!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_Setting + stagingpolygonzkevm_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_Setting_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_Setting!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_Relayer + stagingpolygonzkevm_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_Relayer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_Relayer!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_Sequencer + stagingpolygonzkevm_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_Sequencer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_Sequencer!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RelayerFee + stagingpolygonzkevm_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RelayerFee_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RelayerFee!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_OriginTransfer + stagingpolygonzkevm_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_OriginTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_OriginTransfer!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_DestinationTransfer + stagingpolygonzkevm_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_DestinationTransfer!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_OriginMessage + stagingpolygonzkevm_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_OriginMessage_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_OriginMessage!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AggregateRoot + stagingpolygonzkevm_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AggregateRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AggregateRoot!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_ConnectorMeta + stagingpolygonzkevm_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_ConnectorMeta!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RootCount + stagingpolygonzkevm_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RootCount_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RootCount!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RootMessageSent + stagingpolygonzkevm_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RootMessageSent_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RootMessageSent!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_RelayerFeesIncrease + stagingpolygonzkevm_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_RelayerFeesIncrease!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SlippageUpdate + stagingpolygonzkevm_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SlippageUpdate!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SnapshotRoot + stagingpolygonzkevm_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SnapshotRoot!]! + stagingpolygonzkevm_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_SpokeConnectorMode + stagingpolygonzkevm_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_SpokeConnectorMode!]! + stagingpolygonzkevm_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_AggregateRootProposed + stagingpolygonzkevm_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_AggregateRootProposed!]! + stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingpolygonzkevm_OptimisticRootFinalized + stagingpolygonzkevm_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy + orderDirection: stagingpolygonzkevm_OrderDirection + where: stagingpolygonzkevm_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: stagingpolygonzkevm_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingpolygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__Meta_ +} + +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +enum stagingpolygonzkevm_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingpolygonzkevm__Block_ { + """The hash of the block""" + hash: stagingpolygonzkevm_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingpolygonzkevm_Bytes +} + +"""The type for the top-level _meta field""" +type stagingpolygonzkevm__Meta_ { + """ + Information 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: stagingpolygonzkevm__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/types.ts new file mode 100644 index 0000000000..f1c60561c7 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_PolygonZkEVM/types.ts @@ -0,0 +1,3927 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingPolygonZkEvmTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingpolygonzkevm_BigDecimal: any; + BigInt: any; + stagingpolygonzkevm_Bytes: any; + stagingpolygonzkevm_Int8: any; + Timestamp: any; +}; + +export type stagingpolygonzkevm_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingpolygonzkevm_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingpolygonzkevm_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingpolygonzkevm_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingpolygonzkevm_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingpolygonzkevm_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingpolygonzkevm_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingpolygonzkevm_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingpolygonzkevm_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingpolygonzkevm_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingpolygonzkevm_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingpolygonzkevm_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingpolygonzkevm_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingpolygonzkevm_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingpolygonzkevm_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingpolygonzkevm_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingpolygonzkevm_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingpolygonzkevm_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingpolygonzkevm_asset?: Maybe; + stagingpolygonzkevm_assets: Array; + stagingpolygonzkevm_assetStatus?: Maybe; + stagingpolygonzkevm_assetStatuses: Array; + stagingpolygonzkevm_assetBalance?: Maybe; + stagingpolygonzkevm_assetBalances: Array; + stagingpolygonzkevm_router?: Maybe; + stagingpolygonzkevm_routers: Array; + stagingpolygonzkevm_routerDailyTVL?: Maybe; + stagingpolygonzkevm_routerDailyTVLs: Array; + stagingpolygonzkevm_routerLiquidityEvent?: Maybe; + stagingpolygonzkevm_routerLiquidityEvents: Array; + stagingpolygonzkevm_setting?: Maybe; + stagingpolygonzkevm_settings: Array; + stagingpolygonzkevm_relayer?: Maybe; + stagingpolygonzkevm_relayers: Array; + stagingpolygonzkevm_sequencer?: Maybe; + stagingpolygonzkevm_sequencers: Array; + stagingpolygonzkevm_relayerFee?: Maybe; + stagingpolygonzkevm_relayerFees: Array; + stagingpolygonzkevm_originTransfer?: Maybe; + stagingpolygonzkevm_originTransfers: Array; + stagingpolygonzkevm_destinationTransfer?: Maybe; + stagingpolygonzkevm_destinationTransfers: Array; + stagingpolygonzkevm_originMessage?: Maybe; + stagingpolygonzkevm_originMessages: Array; + stagingpolygonzkevm_aggregateRoot?: Maybe; + stagingpolygonzkevm_aggregateRoots: Array; + stagingpolygonzkevm_connectorMeta?: Maybe; + stagingpolygonzkevm_connectorMetas: Array; + stagingpolygonzkevm_rootCount?: Maybe; + stagingpolygonzkevm_rootCounts: Array; + stagingpolygonzkevm_rootMessageSent?: Maybe; + stagingpolygonzkevm_rootMessageSents: Array; + stagingpolygonzkevm_relayerFeesIncrease?: Maybe; + stagingpolygonzkevm_relayerFeesIncreases: Array; + stagingpolygonzkevm_slippageUpdate?: Maybe; + stagingpolygonzkevm_slippageUpdates: Array; + stagingpolygonzkevm_snapshotRoot?: Maybe; + stagingpolygonzkevm_snapshotRoots: Array; + stagingpolygonzkevm_spokeConnectorMode?: Maybe; + stagingpolygonzkevm_spokeConnectorModes: Array; + stagingpolygonzkevm_aggregateRootProposed?: Maybe; + stagingpolygonzkevm_aggregateRootProposeds: Array; + stagingpolygonzkevm_optimisticRootFinalized?: Maybe; + stagingpolygonzkevm_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingpolygonzkevm__meta?: Maybe; +}; + + +export type Querystagingpolygonzkevm_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingpolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + +export type stagingpolygonzkevm_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingpolygonzkevm_RelayerFee = { + id: Scalars['ID']; + transfer: stagingpolygonzkevm_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingpolygonzkevm_Bytes']; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingpolygonzkevm_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingpolygonzkevm_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingpolygonzkevm_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingpolygonzkevm_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingpolygonzkevm_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingpolygonzkevm_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingpolygonzkevm_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingpolygonzkevm_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingpolygonzkevm_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingpolygonzkevm_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingpolygonzkevm_Bytes']; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingpolygonzkevm_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingpolygonzkevm_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_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 stagingpolygonzkevm_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingpolygonzkevm_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingpolygonzkevm_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 stagingpolygonzkevm_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingpolygonzkevm_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingpolygonzkevm_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingpolygonzkevm_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingpolygonzkevm_asset?: Maybe; + stagingpolygonzkevm_assets: Array; + stagingpolygonzkevm_assetStatus?: Maybe; + stagingpolygonzkevm_assetStatuses: Array; + stagingpolygonzkevm_assetBalance?: Maybe; + stagingpolygonzkevm_assetBalances: Array; + stagingpolygonzkevm_router?: Maybe; + stagingpolygonzkevm_routers: Array; + stagingpolygonzkevm_routerDailyTVL?: Maybe; + stagingpolygonzkevm_routerDailyTVLs: Array; + stagingpolygonzkevm_routerLiquidityEvent?: Maybe; + stagingpolygonzkevm_routerLiquidityEvents: Array; + stagingpolygonzkevm_setting?: Maybe; + stagingpolygonzkevm_settings: Array; + stagingpolygonzkevm_relayer?: Maybe; + stagingpolygonzkevm_relayers: Array; + stagingpolygonzkevm_sequencer?: Maybe; + stagingpolygonzkevm_sequencers: Array; + stagingpolygonzkevm_relayerFee?: Maybe; + stagingpolygonzkevm_relayerFees: Array; + stagingpolygonzkevm_originTransfer?: Maybe; + stagingpolygonzkevm_originTransfers: Array; + stagingpolygonzkevm_destinationTransfer?: Maybe; + stagingpolygonzkevm_destinationTransfers: Array; + stagingpolygonzkevm_originMessage?: Maybe; + stagingpolygonzkevm_originMessages: Array; + stagingpolygonzkevm_aggregateRoot?: Maybe; + stagingpolygonzkevm_aggregateRoots: Array; + stagingpolygonzkevm_connectorMeta?: Maybe; + stagingpolygonzkevm_connectorMetas: Array; + stagingpolygonzkevm_rootCount?: Maybe; + stagingpolygonzkevm_rootCounts: Array; + stagingpolygonzkevm_rootMessageSent?: Maybe; + stagingpolygonzkevm_rootMessageSents: Array; + stagingpolygonzkevm_relayerFeesIncrease?: Maybe; + stagingpolygonzkevm_relayerFeesIncreases: Array; + stagingpolygonzkevm_slippageUpdate?: Maybe; + stagingpolygonzkevm_slippageUpdates: Array; + stagingpolygonzkevm_snapshotRoot?: Maybe; + stagingpolygonzkevm_snapshotRoots: Array; + stagingpolygonzkevm_spokeConnectorMode?: Maybe; + stagingpolygonzkevm_spokeConnectorModes: Array; + stagingpolygonzkevm_aggregateRootProposed?: Maybe; + stagingpolygonzkevm_aggregateRootProposeds: Array; + stagingpolygonzkevm_optimisticRootFinalized?: Maybe; + stagingpolygonzkevm_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingpolygonzkevm__meta?: Maybe; +}; + + +export type Subscriptionstagingpolygonzkevm_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingpolygonzkevm__metaArgs = { + block?: InputMaybe; +}; + +export type stagingpolygonzkevm_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingpolygonzkevm__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingpolygonzkevm__Meta_ = { + /** + * Information 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: stagingpolygonzkevm__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 QuerySdk = { + /** null **/ + stagingpolygonzkevm_asset: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_assets: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_assetStatus: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_assetStatuses: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_assetBalance: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_assetBalances: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_router: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_routers: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_setting: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_settings: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayer: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayers: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_sequencer: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_sequencers: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayerFee: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayerFees: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_originTransfer: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_originTransfers: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_originMessage: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_originMessages: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_connectorMeta: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_connectorMetas: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_rootCount: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_rootCounts: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingpolygonzkevm__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingpolygonzkevm_asset: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_assets: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_assetStatus: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_assetStatuses: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_assetBalance: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_assetBalances: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_router: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_routers: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_setting: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_settings: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayer: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayers: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_sequencer: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_sequencers: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayerFee: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayerFees: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_originTransfer: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_originTransfers: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_originMessage: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_originMessages: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_connectorMeta: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_connectorMetas: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_rootCount: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_rootCounts: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingpolygonzkevm_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingpolygonzkevm__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_PolygonZkEVM"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/introspectionSchema.ts new file mode 100644 index 0000000000..e337af032a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/introspectionSchema.ts @@ -0,0 +1,50096 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/schema.graphql new file mode 100644 index 0000000000..7340cc5a4f --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/schema.graphql @@ -0,0 +1,3999 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingxdai_AggregateRoot { + id: ID! + root: stagingxdai_Bytes! + blockNumber: BigInt! +} + +type stagingxdai_AggregateRootProposed { + id: ID! + aggregateRoot: stagingxdai_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingxdai_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingxdai_Bytes + aggregateRoot_not: stagingxdai_Bytes + aggregateRoot_gt: stagingxdai_Bytes + aggregateRoot_lt: stagingxdai_Bytes + aggregateRoot_gte: stagingxdai_Bytes + aggregateRoot_lte: stagingxdai_Bytes + aggregateRoot_in: [stagingxdai_Bytes!] + aggregateRoot_not_in: [stagingxdai_Bytes!] + aggregateRoot_contains: stagingxdai_Bytes + aggregateRoot_not_contains: stagingxdai_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_AggregateRootProposed_filter] + or: [stagingxdai_AggregateRootProposed_filter] +} + +enum stagingxdai_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingxdai_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: stagingxdai_Bytes + root_not: stagingxdai_Bytes + root_gt: stagingxdai_Bytes + root_lt: stagingxdai_Bytes + root_gte: stagingxdai_Bytes + root_lte: stagingxdai_Bytes + root_in: [stagingxdai_Bytes!] + root_not_in: [stagingxdai_Bytes!] + root_contains: stagingxdai_Bytes + root_not_contains: stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AggregateRoot_filter] + or: [stagingxdai_AggregateRoot_filter] +} + +enum stagingxdai_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingxdai_Aggregation_interval { + hour + day +} + +type stagingxdai_Asset { + id: ID! + key: stagingxdai_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingxdai_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingxdai_Bytes + localAsset: stagingxdai_Bytes + blockNumber: BigInt + status: stagingxdai_AssetStatus +} + +type stagingxdai_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingxdai_Router! + asset: stagingxdai_Asset! + feesEarned: BigInt! +} + +input stagingxdai_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_: stagingxdai_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_: stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AssetBalance_filter] + or: [stagingxdai_AssetBalance_filter] +} + +enum stagingxdai_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingxdai_AssetStatus { + id: ID! + status: Boolean +} + +input stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AssetStatus_filter] + or: [stagingxdai_AssetStatus_filter] +} + +enum stagingxdai_AssetStatus_orderBy { + id + status +} + +input stagingxdai_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: stagingxdai_Bytes + key_not: stagingxdai_Bytes + key_gt: stagingxdai_Bytes + key_lt: stagingxdai_Bytes + key_gte: stagingxdai_Bytes + key_lte: stagingxdai_Bytes + key_in: [stagingxdai_Bytes!] + key_not_in: [stagingxdai_Bytes!] + key_contains: stagingxdai_Bytes + key_not_contains: stagingxdai_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingxdai_Bytes + canonicalId_not: stagingxdai_Bytes + canonicalId_gt: stagingxdai_Bytes + canonicalId_lt: stagingxdai_Bytes + canonicalId_gte: stagingxdai_Bytes + canonicalId_lte: stagingxdai_Bytes + canonicalId_in: [stagingxdai_Bytes!] + canonicalId_not_in: [stagingxdai_Bytes!] + canonicalId_contains: stagingxdai_Bytes + canonicalId_not_contains: stagingxdai_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: stagingxdai_Bytes + adoptedAsset_not: stagingxdai_Bytes + adoptedAsset_gt: stagingxdai_Bytes + adoptedAsset_lt: stagingxdai_Bytes + adoptedAsset_gte: stagingxdai_Bytes + adoptedAsset_lte: stagingxdai_Bytes + adoptedAsset_in: [stagingxdai_Bytes!] + adoptedAsset_not_in: [stagingxdai_Bytes!] + adoptedAsset_contains: stagingxdai_Bytes + adoptedAsset_not_contains: stagingxdai_Bytes + localAsset: stagingxdai_Bytes + localAsset_not: stagingxdai_Bytes + localAsset_gt: stagingxdai_Bytes + localAsset_lt: stagingxdai_Bytes + localAsset_gte: stagingxdai_Bytes + localAsset_lte: stagingxdai_Bytes + localAsset_in: [stagingxdai_Bytes!] + localAsset_not_in: [stagingxdai_Bytes!] + localAsset_contains: stagingxdai_Bytes + localAsset_not_contains: stagingxdai_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_: stagingxdai_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Asset_filter] + or: [stagingxdai_Asset_filter] +} + +enum stagingxdai_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingxdai_BigDecimal + +scalar BigInt + +input stagingxdai_BlockChangedFilter { + number_gte: Int! +} + +input stagingxdai_Block_height { + hash: stagingxdai_Bytes + number: Int + number_gte: Int +} + +scalar stagingxdai_Bytes + +type stagingxdai_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingxdai_Bytes + rootManager: stagingxdai_Bytes + mirrorConnector: stagingxdai_Bytes +} + +input stagingxdai_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: stagingxdai_Bytes + amb_not: stagingxdai_Bytes + amb_gt: stagingxdai_Bytes + amb_lt: stagingxdai_Bytes + amb_gte: stagingxdai_Bytes + amb_lte: stagingxdai_Bytes + amb_in: [stagingxdai_Bytes!] + amb_not_in: [stagingxdai_Bytes!] + amb_contains: stagingxdai_Bytes + amb_not_contains: stagingxdai_Bytes + rootManager: stagingxdai_Bytes + rootManager_not: stagingxdai_Bytes + rootManager_gt: stagingxdai_Bytes + rootManager_lt: stagingxdai_Bytes + rootManager_gte: stagingxdai_Bytes + rootManager_lte: stagingxdai_Bytes + rootManager_in: [stagingxdai_Bytes!] + rootManager_not_in: [stagingxdai_Bytes!] + rootManager_contains: stagingxdai_Bytes + rootManager_not_contains: stagingxdai_Bytes + mirrorConnector: stagingxdai_Bytes + mirrorConnector_not: stagingxdai_Bytes + mirrorConnector_gt: stagingxdai_Bytes + mirrorConnector_lt: stagingxdai_Bytes + mirrorConnector_gte: stagingxdai_Bytes + mirrorConnector_lte: stagingxdai_Bytes + mirrorConnector_in: [stagingxdai_Bytes!] + mirrorConnector_not_in: [stagingxdai_Bytes!] + mirrorConnector_contains: stagingxdai_Bytes + mirrorConnector_not_contains: stagingxdai_Bytes + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_ConnectorMeta_filter] + or: [stagingxdai_ConnectorMeta_filter] +} + +enum stagingxdai_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingxdai_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingxdai_Bytes + nonce: BigInt + status: stagingxdai_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_Router_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_Router_filter): [stagingxdai_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingxdai_Bytes + delegate: stagingxdai_Bytes + receiveLocal: Boolean + callData: stagingxdai_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingxdai_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingxdai_Bytes + asset: stagingxdai_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingxdai_Bytes + executedTransactionHash: stagingxdai_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingxdai_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingxdai_Bytes + reconciledTransactionHash: stagingxdai_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingxdai_Bytes + reconciledTxNonce: BigInt +} + +input stagingxdai_DestinationTransfer_filter { + 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: stagingxdai_Bytes + transferId_not: stagingxdai_Bytes + transferId_gt: stagingxdai_Bytes + transferId_lt: stagingxdai_Bytes + transferId_gte: stagingxdai_Bytes + transferId_lte: stagingxdai_Bytes + transferId_in: [stagingxdai_Bytes!] + transferId_not_in: [stagingxdai_Bytes!] + transferId_contains: stagingxdai_Bytes + transferId_not_contains: stagingxdai_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: stagingxdai_TransferStatus + status_not: stagingxdai_TransferStatus + status_in: [stagingxdai_TransferStatus!] + status_not_in: [stagingxdai_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingxdai_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: stagingxdai_Bytes + to_not: stagingxdai_Bytes + to_gt: stagingxdai_Bytes + to_lt: stagingxdai_Bytes + to_gte: stagingxdai_Bytes + to_lte: stagingxdai_Bytes + to_in: [stagingxdai_Bytes!] + to_not_in: [stagingxdai_Bytes!] + to_contains: stagingxdai_Bytes + to_not_contains: stagingxdai_Bytes + delegate: stagingxdai_Bytes + delegate_not: stagingxdai_Bytes + delegate_gt: stagingxdai_Bytes + delegate_lt: stagingxdai_Bytes + delegate_gte: stagingxdai_Bytes + delegate_lte: stagingxdai_Bytes + delegate_in: [stagingxdai_Bytes!] + delegate_not_in: [stagingxdai_Bytes!] + delegate_contains: stagingxdai_Bytes + delegate_not_contains: stagingxdai_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingxdai_Bytes + callData_not: stagingxdai_Bytes + callData_gt: stagingxdai_Bytes + callData_lt: stagingxdai_Bytes + callData_gte: stagingxdai_Bytes + callData_lte: stagingxdai_Bytes + callData_in: [stagingxdai_Bytes!] + callData_not_in: [stagingxdai_Bytes!] + callData_contains: stagingxdai_Bytes + callData_not_contains: stagingxdai_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: stagingxdai_Bytes + originSender_not: stagingxdai_Bytes + originSender_gt: stagingxdai_Bytes + originSender_lt: stagingxdai_Bytes + originSender_gte: stagingxdai_Bytes + originSender_lte: stagingxdai_Bytes + originSender_in: [stagingxdai_Bytes!] + originSender_not_in: [stagingxdai_Bytes!] + originSender_contains: stagingxdai_Bytes + originSender_not_contains: stagingxdai_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: stagingxdai_Bytes + canonicalId_not: stagingxdai_Bytes + canonicalId_gt: stagingxdai_Bytes + canonicalId_lt: stagingxdai_Bytes + canonicalId_gte: stagingxdai_Bytes + canonicalId_lte: stagingxdai_Bytes + canonicalId_in: [stagingxdai_Bytes!] + canonicalId_not_in: [stagingxdai_Bytes!] + canonicalId_contains: stagingxdai_Bytes + canonicalId_not_contains: stagingxdai_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_: stagingxdai_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: stagingxdai_Bytes + executedCaller_not: stagingxdai_Bytes + executedCaller_gt: stagingxdai_Bytes + executedCaller_lt: stagingxdai_Bytes + executedCaller_gte: stagingxdai_Bytes + executedCaller_lte: stagingxdai_Bytes + executedCaller_in: [stagingxdai_Bytes!] + executedCaller_not_in: [stagingxdai_Bytes!] + executedCaller_contains: stagingxdai_Bytes + executedCaller_not_contains: stagingxdai_Bytes + executedTransactionHash: stagingxdai_Bytes + executedTransactionHash_not: stagingxdai_Bytes + executedTransactionHash_gt: stagingxdai_Bytes + executedTransactionHash_lt: stagingxdai_Bytes + executedTransactionHash_gte: stagingxdai_Bytes + executedTransactionHash_lte: stagingxdai_Bytes + executedTransactionHash_in: [stagingxdai_Bytes!] + executedTransactionHash_not_in: [stagingxdai_Bytes!] + executedTransactionHash_contains: stagingxdai_Bytes + executedTransactionHash_not_contains: stagingxdai_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: stagingxdai_Bytes + executedTxOrigin_not: stagingxdai_Bytes + executedTxOrigin_gt: stagingxdai_Bytes + executedTxOrigin_lt: stagingxdai_Bytes + executedTxOrigin_gte: stagingxdai_Bytes + executedTxOrigin_lte: stagingxdai_Bytes + executedTxOrigin_in: [stagingxdai_Bytes!] + executedTxOrigin_not_in: [stagingxdai_Bytes!] + executedTxOrigin_contains: stagingxdai_Bytes + executedTxOrigin_not_contains: stagingxdai_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: stagingxdai_Bytes + reconciledCaller_not: stagingxdai_Bytes + reconciledCaller_gt: stagingxdai_Bytes + reconciledCaller_lt: stagingxdai_Bytes + reconciledCaller_gte: stagingxdai_Bytes + reconciledCaller_lte: stagingxdai_Bytes + reconciledCaller_in: [stagingxdai_Bytes!] + reconciledCaller_not_in: [stagingxdai_Bytes!] + reconciledCaller_contains: stagingxdai_Bytes + reconciledCaller_not_contains: stagingxdai_Bytes + reconciledTransactionHash: stagingxdai_Bytes + reconciledTransactionHash_not: stagingxdai_Bytes + reconciledTransactionHash_gt: stagingxdai_Bytes + reconciledTransactionHash_lt: stagingxdai_Bytes + reconciledTransactionHash_gte: stagingxdai_Bytes + reconciledTransactionHash_lte: stagingxdai_Bytes + reconciledTransactionHash_in: [stagingxdai_Bytes!] + reconciledTransactionHash_not_in: [stagingxdai_Bytes!] + reconciledTransactionHash_contains: stagingxdai_Bytes + reconciledTransactionHash_not_contains: stagingxdai_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: stagingxdai_Bytes + reconciledTxOrigin_not: stagingxdai_Bytes + reconciledTxOrigin_gt: stagingxdai_Bytes + reconciledTxOrigin_lt: stagingxdai_Bytes + reconciledTxOrigin_gte: stagingxdai_Bytes + reconciledTxOrigin_lte: stagingxdai_Bytes + reconciledTxOrigin_in: [stagingxdai_Bytes!] + reconciledTxOrigin_not_in: [stagingxdai_Bytes!] + reconciledTxOrigin_contains: stagingxdai_Bytes + reconciledTxOrigin_not_contains: stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_DestinationTransfer_filter] + or: [stagingxdai_DestinationTransfer_filter] +} + +enum stagingxdai_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingxdai_Int8 + +type stagingxdai_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingxdai_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingxdai_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: stagingxdai_Bytes + aggregateRoot_not: stagingxdai_Bytes + aggregateRoot_gt: stagingxdai_Bytes + aggregateRoot_lt: stagingxdai_Bytes + aggregateRoot_gte: stagingxdai_Bytes + aggregateRoot_lte: stagingxdai_Bytes + aggregateRoot_in: [stagingxdai_Bytes!] + aggregateRoot_not_in: [stagingxdai_Bytes!] + aggregateRoot_contains: stagingxdai_Bytes + aggregateRoot_not_contains: stagingxdai_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_OptimisticRootFinalized_filter] + or: [stagingxdai_OptimisticRootFinalized_filter] +} + +enum stagingxdai_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingxdai_OrderDirection { + asc + desc +} + +type stagingxdai_OriginMessage { + id: ID! + transferId: stagingxdai_Bytes + destinationDomain: BigInt + leaf: stagingxdai_Bytes + index: BigInt + message: stagingxdai_Bytes + root: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + blockNumber: BigInt + rootCount: stagingxdai_RootCount +} + +input stagingxdai_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: stagingxdai_Bytes + transferId_not: stagingxdai_Bytes + transferId_gt: stagingxdai_Bytes + transferId_lt: stagingxdai_Bytes + transferId_gte: stagingxdai_Bytes + transferId_lte: stagingxdai_Bytes + transferId_in: [stagingxdai_Bytes!] + transferId_not_in: [stagingxdai_Bytes!] + transferId_contains: stagingxdai_Bytes + transferId_not_contains: stagingxdai_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: stagingxdai_Bytes + leaf_not: stagingxdai_Bytes + leaf_gt: stagingxdai_Bytes + leaf_lt: stagingxdai_Bytes + leaf_gte: stagingxdai_Bytes + leaf_lte: stagingxdai_Bytes + leaf_in: [stagingxdai_Bytes!] + leaf_not_in: [stagingxdai_Bytes!] + leaf_contains: stagingxdai_Bytes + leaf_not_contains: stagingxdai_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: stagingxdai_Bytes + message_not: stagingxdai_Bytes + message_gt: stagingxdai_Bytes + message_lt: stagingxdai_Bytes + message_gte: stagingxdai_Bytes + message_lte: stagingxdai_Bytes + message_in: [stagingxdai_Bytes!] + message_not_in: [stagingxdai_Bytes!] + message_contains: stagingxdai_Bytes + message_not_contains: stagingxdai_Bytes + root: stagingxdai_Bytes + root_not: stagingxdai_Bytes + root_gt: stagingxdai_Bytes + root_lt: stagingxdai_Bytes + root_gte: stagingxdai_Bytes + root_lte: stagingxdai_Bytes + root_in: [stagingxdai_Bytes!] + root_not_in: [stagingxdai_Bytes!] + root_contains: stagingxdai_Bytes + root_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_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_: stagingxdai_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_OriginMessage_filter] + or: [stagingxdai_OriginMessage_filter] +} + +enum stagingxdai_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingxdai_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingxdai_Bytes + nonce: BigInt + status: stagingxdai_TransferStatus + messageHash: stagingxdai_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingxdai_Bytes + delegate: stagingxdai_Bytes + receiveLocal: Boolean + callData: stagingxdai_Bytes + slippage: BigInt + originSender: stagingxdai_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingxdai_Bytes + asset: stagingxdai_Asset + transactingAsset: stagingxdai_Bytes + message: stagingxdai_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_RelayerFee_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_RelayerFee_filter): [stagingxdai_RelayerFee!] + initialRelayerFeeAsset: stagingxdai_Bytes + caller: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingxdai_Bytes + txNonce: BigInt +} + +input stagingxdai_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: stagingxdai_Bytes + transferId_not: stagingxdai_Bytes + transferId_gt: stagingxdai_Bytes + transferId_lt: stagingxdai_Bytes + transferId_gte: stagingxdai_Bytes + transferId_lte: stagingxdai_Bytes + transferId_in: [stagingxdai_Bytes!] + transferId_not_in: [stagingxdai_Bytes!] + transferId_contains: stagingxdai_Bytes + transferId_not_contains: stagingxdai_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: stagingxdai_TransferStatus + status_not: stagingxdai_TransferStatus + status_in: [stagingxdai_TransferStatus!] + status_not_in: [stagingxdai_TransferStatus!] + messageHash: stagingxdai_Bytes + messageHash_not: stagingxdai_Bytes + messageHash_gt: stagingxdai_Bytes + messageHash_lt: stagingxdai_Bytes + messageHash_gte: stagingxdai_Bytes + messageHash_lte: stagingxdai_Bytes + messageHash_in: [stagingxdai_Bytes!] + messageHash_not_in: [stagingxdai_Bytes!] + messageHash_contains: stagingxdai_Bytes + messageHash_not_contains: stagingxdai_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: stagingxdai_Bytes + to_not: stagingxdai_Bytes + to_gt: stagingxdai_Bytes + to_lt: stagingxdai_Bytes + to_gte: stagingxdai_Bytes + to_lte: stagingxdai_Bytes + to_in: [stagingxdai_Bytes!] + to_not_in: [stagingxdai_Bytes!] + to_contains: stagingxdai_Bytes + to_not_contains: stagingxdai_Bytes + delegate: stagingxdai_Bytes + delegate_not: stagingxdai_Bytes + delegate_gt: stagingxdai_Bytes + delegate_lt: stagingxdai_Bytes + delegate_gte: stagingxdai_Bytes + delegate_lte: stagingxdai_Bytes + delegate_in: [stagingxdai_Bytes!] + delegate_not_in: [stagingxdai_Bytes!] + delegate_contains: stagingxdai_Bytes + delegate_not_contains: stagingxdai_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingxdai_Bytes + callData_not: stagingxdai_Bytes + callData_gt: stagingxdai_Bytes + callData_lt: stagingxdai_Bytes + callData_gte: stagingxdai_Bytes + callData_lte: stagingxdai_Bytes + callData_in: [stagingxdai_Bytes!] + callData_not_in: [stagingxdai_Bytes!] + callData_contains: stagingxdai_Bytes + callData_not_contains: stagingxdai_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: stagingxdai_Bytes + originSender_not: stagingxdai_Bytes + originSender_gt: stagingxdai_Bytes + originSender_lt: stagingxdai_Bytes + originSender_gte: stagingxdai_Bytes + originSender_lte: stagingxdai_Bytes + originSender_in: [stagingxdai_Bytes!] + originSender_not_in: [stagingxdai_Bytes!] + originSender_contains: stagingxdai_Bytes + originSender_not_contains: stagingxdai_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: stagingxdai_Bytes + canonicalId_not: stagingxdai_Bytes + canonicalId_gt: stagingxdai_Bytes + canonicalId_lt: stagingxdai_Bytes + canonicalId_gte: stagingxdai_Bytes + canonicalId_lte: stagingxdai_Bytes + canonicalId_in: [stagingxdai_Bytes!] + canonicalId_not_in: [stagingxdai_Bytes!] + canonicalId_contains: stagingxdai_Bytes + canonicalId_not_contains: stagingxdai_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_: stagingxdai_Asset_filter + transactingAsset: stagingxdai_Bytes + transactingAsset_not: stagingxdai_Bytes + transactingAsset_gt: stagingxdai_Bytes + transactingAsset_lt: stagingxdai_Bytes + transactingAsset_gte: stagingxdai_Bytes + transactingAsset_lte: stagingxdai_Bytes + transactingAsset_in: [stagingxdai_Bytes!] + transactingAsset_not_in: [stagingxdai_Bytes!] + transactingAsset_contains: stagingxdai_Bytes + transactingAsset_not_contains: stagingxdai_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_: stagingxdai_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_: stagingxdai_RelayerFee_filter + initialRelayerFeeAsset: stagingxdai_Bytes + initialRelayerFeeAsset_not: stagingxdai_Bytes + initialRelayerFeeAsset_gt: stagingxdai_Bytes + initialRelayerFeeAsset_lt: stagingxdai_Bytes + initialRelayerFeeAsset_gte: stagingxdai_Bytes + initialRelayerFeeAsset_lte: stagingxdai_Bytes + initialRelayerFeeAsset_in: [stagingxdai_Bytes!] + initialRelayerFeeAsset_not_in: [stagingxdai_Bytes!] + initialRelayerFeeAsset_contains: stagingxdai_Bytes + initialRelayerFeeAsset_not_contains: stagingxdai_Bytes + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_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: stagingxdai_Bytes + txOrigin_not: stagingxdai_Bytes + txOrigin_gt: stagingxdai_Bytes + txOrigin_lt: stagingxdai_Bytes + txOrigin_gte: stagingxdai_Bytes + txOrigin_lte: stagingxdai_Bytes + txOrigin_in: [stagingxdai_Bytes!] + txOrigin_not_in: [stagingxdai_Bytes!] + txOrigin_contains: stagingxdai_Bytes + txOrigin_not_contains: stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_OriginTransfer_filter] + or: [stagingxdai_OriginTransfer_filter] +} + +enum stagingxdai_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_Asset + stagingxdai_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_Asset_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_Asset!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_AssetStatus + stagingxdai_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_AssetStatus_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_AssetStatus!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_AssetBalance + stagingxdai_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_AssetBalance_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_AssetBalance!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_Router + stagingxdai_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_Router_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_Router!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RouterDailyTVL + stagingxdai_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RouterDailyTVL_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RouterDailyTVL!]! + stagingxdai_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RouterLiquidityEvent + stagingxdai_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RouterLiquidityEvent_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RouterLiquidityEvent!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_Setting + stagingxdai_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_Setting_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_Setting!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_Relayer + stagingxdai_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_Relayer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_Relayer!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_Sequencer + stagingxdai_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_Sequencer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_Sequencer!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RelayerFee + stagingxdai_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RelayerFee_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RelayerFee!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_OriginTransfer + stagingxdai_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_OriginTransfer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_OriginTransfer!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_DestinationTransfer + stagingxdai_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_DestinationTransfer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_DestinationTransfer!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_OriginMessage + stagingxdai_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_OriginMessage_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_OriginMessage!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_AggregateRoot + stagingxdai_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_AggregateRoot_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_AggregateRoot!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_ConnectorMeta + stagingxdai_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_ConnectorMeta_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_ConnectorMeta!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RootCount + stagingxdai_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RootCount_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RootCount!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RootMessageSent + stagingxdai_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RootMessageSent_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RootMessageSent!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RelayerFeesIncrease + stagingxdai_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RelayerFeesIncrease_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RelayerFeesIncrease!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_SlippageUpdate + stagingxdai_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_SlippageUpdate_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_SlippageUpdate!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_SnapshotRoot + stagingxdai_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_SnapshotRoot_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_SnapshotRoot!]! + stagingxdai_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_SpokeConnectorMode + stagingxdai_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_SpokeConnectorMode_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_SpokeConnectorMode!]! + stagingxdai_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_AggregateRootProposed + stagingxdai_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_AggregateRootProposed_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_AggregateRootProposed!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_OptimisticRootFinalized + stagingxdai_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_OptimisticRootFinalized_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ +} + +type stagingxdai_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingxdai_Bytes +} + +type stagingxdai_RelayerFee { + id: ID! + transfer: stagingxdai_OriginTransfer! + fee: BigInt! + asset: stagingxdai_Bytes! +} + +input stagingxdai_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_: stagingxdai_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: stagingxdai_Bytes + asset_not: stagingxdai_Bytes + asset_gt: stagingxdai_Bytes + asset_lt: stagingxdai_Bytes + asset_gte: stagingxdai_Bytes + asset_lte: stagingxdai_Bytes + asset_in: [stagingxdai_Bytes!] + asset_not_in: [stagingxdai_Bytes!] + asset_contains: stagingxdai_Bytes + asset_not_contains: stagingxdai_Bytes + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RelayerFee_filter] + or: [stagingxdai_RelayerFee_filter] +} + +enum stagingxdai_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 stagingxdai_RelayerFeesIncrease { + id: ID! + transfer: stagingxdai_OriginTransfer! + increase: BigInt + asset: stagingxdai_Bytes + caller: stagingxdai_Bytes! + transactionHash: stagingxdai_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingxdai_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_: stagingxdai_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: stagingxdai_Bytes + asset_not: stagingxdai_Bytes + asset_gt: stagingxdai_Bytes + asset_lt: stagingxdai_Bytes + asset_gte: stagingxdai_Bytes + asset_lte: stagingxdai_Bytes + asset_in: [stagingxdai_Bytes!] + asset_not_in: [stagingxdai_Bytes!] + asset_contains: stagingxdai_Bytes + asset_not_contains: stagingxdai_Bytes + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RelayerFeesIncrease_filter] + or: [stagingxdai_RelayerFeesIncrease_filter] +} + +enum stagingxdai_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 stagingxdai_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: stagingxdai_Bytes + relayer_not: stagingxdai_Bytes + relayer_gt: stagingxdai_Bytes + relayer_lt: stagingxdai_Bytes + relayer_gte: stagingxdai_Bytes + relayer_lte: stagingxdai_Bytes + relayer_in: [stagingxdai_Bytes!] + relayer_not_in: [stagingxdai_Bytes!] + relayer_contains: stagingxdai_Bytes + relayer_not_contains: stagingxdai_Bytes + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Relayer_filter] + or: [stagingxdai_Relayer_filter] +} + +enum stagingxdai_Relayer_orderBy { + id + isActive + relayer +} + +type stagingxdai_RootCount { + id: ID! + count: BigInt +} + +input stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RootCount_filter] + or: [stagingxdai_RootCount_filter] +} + +enum stagingxdai_RootCount_orderBy { + id + count +} + +type stagingxdai_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingxdai_Bytes + count: BigInt + caller: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingxdai_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: stagingxdai_Bytes + root_not: stagingxdai_Bytes + root_gt: stagingxdai_Bytes + root_lt: stagingxdai_Bytes + root_gte: stagingxdai_Bytes + root_lte: stagingxdai_Bytes + root_in: [stagingxdai_Bytes!] + root_not_in: [stagingxdai_Bytes!] + root_contains: stagingxdai_Bytes + root_not_contains: stagingxdai_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: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RootMessageSent_filter] + or: [stagingxdai_RootMessageSent_filter] +} + +enum stagingxdai_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingxdai_Router { + id: ID! + isActive: Boolean! + owner: stagingxdai_Bytes + recipient: stagingxdai_Bytes + proposedOwner: stagingxdai_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingxdai_AssetBalance_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_AssetBalance_filter): [stagingxdai_AssetBalance!]! +} + +type stagingxdai_RouterDailyTVL { + id: ID! + router: stagingxdai_Router! + asset: stagingxdai_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingxdai_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_: stagingxdai_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_: stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RouterDailyTVL_filter] + or: [stagingxdai_RouterDailyTVL_filter] +} + +enum stagingxdai_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingxdai_RouterLiquidityEvent { + id: ID! + type: stagingxdai_RouterLiquidityEventType + router: stagingxdai_Router! + asset: stagingxdai_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingxdai_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingxdai_Bytes! + nonce: BigInt! +} + +enum stagingxdai_RouterLiquidityEventType { + Add + Remove +} + +input stagingxdai_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingxdai_RouterLiquidityEventType + type_not: stagingxdai_RouterLiquidityEventType + type_in: [stagingxdai_RouterLiquidityEventType!] + type_not_in: [stagingxdai_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingxdai_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_: stagingxdai_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RouterLiquidityEvent_filter] + or: [stagingxdai_RouterLiquidityEvent_filter] +} + +enum stagingxdai_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingxdai_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: stagingxdai_Bytes + owner_not: stagingxdai_Bytes + owner_gt: stagingxdai_Bytes + owner_lt: stagingxdai_Bytes + owner_gte: stagingxdai_Bytes + owner_lte: stagingxdai_Bytes + owner_in: [stagingxdai_Bytes!] + owner_not_in: [stagingxdai_Bytes!] + owner_contains: stagingxdai_Bytes + owner_not_contains: stagingxdai_Bytes + recipient: stagingxdai_Bytes + recipient_not: stagingxdai_Bytes + recipient_gt: stagingxdai_Bytes + recipient_lt: stagingxdai_Bytes + recipient_gte: stagingxdai_Bytes + recipient_lte: stagingxdai_Bytes + recipient_in: [stagingxdai_Bytes!] + recipient_not_in: [stagingxdai_Bytes!] + recipient_contains: stagingxdai_Bytes + recipient_not_contains: stagingxdai_Bytes + proposedOwner: stagingxdai_Bytes + proposedOwner_not: stagingxdai_Bytes + proposedOwner_gt: stagingxdai_Bytes + proposedOwner_lt: stagingxdai_Bytes + proposedOwner_gte: stagingxdai_Bytes + proposedOwner_lte: stagingxdai_Bytes + proposedOwner_in: [stagingxdai_Bytes!] + proposedOwner_not_in: [stagingxdai_Bytes!] + proposedOwner_contains: stagingxdai_Bytes + proposedOwner_not_contains: stagingxdai_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_: stagingxdai_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Router_filter] + or: [stagingxdai_Router_filter] +} + +enum stagingxdai_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingxdai_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingxdai_Bytes +} + +input stagingxdai_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: stagingxdai_Bytes + sequencer_not: stagingxdai_Bytes + sequencer_gt: stagingxdai_Bytes + sequencer_lt: stagingxdai_Bytes + sequencer_gte: stagingxdai_Bytes + sequencer_lte: stagingxdai_Bytes + sequencer_in: [stagingxdai_Bytes!] + sequencer_not_in: [stagingxdai_Bytes!] + sequencer_contains: stagingxdai_Bytes + sequencer_not_contains: stagingxdai_Bytes + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Sequencer_filter] + or: [stagingxdai_Sequencer_filter] +} + +enum stagingxdai_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingxdai_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingxdai_Bytes! +} + +input stagingxdai_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: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Setting_filter] + or: [stagingxdai_Setting_filter] +} + +enum stagingxdai_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingxdai_SlippageUpdate { + id: ID! + transfer: stagingxdai_DestinationTransfer! + slippage: BigInt! + caller: stagingxdai_Bytes! + transactionHash: stagingxdai_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingxdai_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_: stagingxdai_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: stagingxdai_Bytes + caller_not: stagingxdai_Bytes + caller_gt: stagingxdai_Bytes + caller_lt: stagingxdai_Bytes + caller_gte: stagingxdai_Bytes + caller_lte: stagingxdai_Bytes + caller_in: [stagingxdai_Bytes!] + caller_not_in: [stagingxdai_Bytes!] + caller_contains: stagingxdai_Bytes + caller_not_contains: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes + transactionHash_not: stagingxdai_Bytes + transactionHash_gt: stagingxdai_Bytes + transactionHash_lt: stagingxdai_Bytes + transactionHash_gte: stagingxdai_Bytes + transactionHash_lte: stagingxdai_Bytes + transactionHash_in: [stagingxdai_Bytes!] + transactionHash_not_in: [stagingxdai_Bytes!] + transactionHash_contains: stagingxdai_Bytes + transactionHash_not_contains: stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_SlippageUpdate_filter] + or: [stagingxdai_SlippageUpdate_filter] +} + +enum stagingxdai_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 stagingxdai_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingxdai_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingxdai_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: stagingxdai_Bytes + root_not: stagingxdai_Bytes + root_gt: stagingxdai_Bytes + root_lt: stagingxdai_Bytes + root_gte: stagingxdai_Bytes + root_lte: stagingxdai_Bytes + root_in: [stagingxdai_Bytes!] + root_not_in: [stagingxdai_Bytes!] + root_contains: stagingxdai_Bytes + root_not_contains: stagingxdai_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: stagingxdai_BlockChangedFilter + and: [stagingxdai_SnapshotRoot_filter] + or: [stagingxdai_SnapshotRoot_filter] +} + +enum stagingxdai_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingxdai_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingxdai_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_SpokeConnectorMode_filter] + or: [stagingxdai_SpokeConnectorMode_filter] +} + +enum stagingxdai_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_Asset + stagingxdai_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_Asset_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_Asset!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_AssetStatus + stagingxdai_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_AssetStatus_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_AssetStatus!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_AssetBalance + stagingxdai_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_AssetBalance_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_AssetBalance!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_Router + stagingxdai_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_Router_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_Router!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RouterDailyTVL + stagingxdai_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RouterDailyTVL_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RouterDailyTVL!]! + stagingxdai_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RouterLiquidityEvent + stagingxdai_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RouterLiquidityEvent_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RouterLiquidityEvent!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_Setting + stagingxdai_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_Setting_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_Setting!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_Relayer + stagingxdai_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_Relayer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_Relayer!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_Sequencer + stagingxdai_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_Sequencer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_Sequencer!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RelayerFee + stagingxdai_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RelayerFee_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RelayerFee!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_OriginTransfer + stagingxdai_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_OriginTransfer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_OriginTransfer!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_DestinationTransfer + stagingxdai_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_DestinationTransfer_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_DestinationTransfer!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_OriginMessage + stagingxdai_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_OriginMessage_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_OriginMessage!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_AggregateRoot + stagingxdai_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_AggregateRoot_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_AggregateRoot!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_ConnectorMeta + stagingxdai_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_ConnectorMeta_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_ConnectorMeta!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RootCount + stagingxdai_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RootCount_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RootCount!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RootMessageSent + stagingxdai_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RootMessageSent_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RootMessageSent!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_RelayerFeesIncrease + stagingxdai_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_RelayerFeesIncrease_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_RelayerFeesIncrease!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_SlippageUpdate + stagingxdai_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_SlippageUpdate_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_SlippageUpdate!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_SnapshotRoot + stagingxdai_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_SnapshotRoot_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_SnapshotRoot!]! + stagingxdai_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_SpokeConnectorMode + stagingxdai_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_SpokeConnectorMode_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_SpokeConnectorMode!]! + stagingxdai_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_AggregateRootProposed + stagingxdai_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_AggregateRootProposed_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_AggregateRootProposed!]! + stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxdai_OptimisticRootFinalized + stagingxdai_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxdai_OptimisticRootFinalized_orderBy + orderDirection: stagingxdai_OrderDirection + where: stagingxdai_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: stagingxdai_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ +} + +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +enum stagingxdai_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingxdai__Block_ { + """The hash of the block""" + hash: stagingxdai_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingxdai_Bytes +} + +"""The type for the top-level _meta field""" +type stagingxdai__Meta_ { + """ + Information 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: stagingxdai__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/types.ts new file mode 100644 index 0000000000..371ecf4eb1 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xdai/types.ts @@ -0,0 +1,3927 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingXdaiTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingxdai_BigDecimal: any; + BigInt: any; + stagingxdai_Bytes: any; + stagingxdai_Int8: any; + Timestamp: any; +}; + +export type stagingxdai_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingxdai_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingxdai_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingxdai_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingxdai_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingxdai_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingxdai_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 stagingxdai_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingxdai_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingxdai_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingxdai_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingxdai_Router; + asset: stagingxdai_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingxdai_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 stagingxdai_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingxdai_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingxdai_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 stagingxdai_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingxdai_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingxdai_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingxdai_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingxdai_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingxdai_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingxdai_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 stagingxdai_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingxdai_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 stagingxdai_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingxdai_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 stagingxdai_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingxdai_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingxdai_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingxdai_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingxdai_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingxdai_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingxdai_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingxdai_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 stagingxdai_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingxdai_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 stagingxdai_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingxdai_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 stagingxdai_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingxdai_asset?: Maybe; + stagingxdai_assets: Array; + stagingxdai_assetStatus?: Maybe; + stagingxdai_assetStatuses: Array; + stagingxdai_assetBalance?: Maybe; + stagingxdai_assetBalances: Array; + stagingxdai_router?: Maybe; + stagingxdai_routers: Array; + stagingxdai_routerDailyTVL?: Maybe; + stagingxdai_routerDailyTVLs: Array; + stagingxdai_routerLiquidityEvent?: Maybe; + stagingxdai_routerLiquidityEvents: Array; + stagingxdai_setting?: Maybe; + stagingxdai_settings: Array; + stagingxdai_relayer?: Maybe; + stagingxdai_relayers: Array; + stagingxdai_sequencer?: Maybe; + stagingxdai_sequencers: Array; + stagingxdai_relayerFee?: Maybe; + stagingxdai_relayerFees: Array; + stagingxdai_originTransfer?: Maybe; + stagingxdai_originTransfers: Array; + stagingxdai_destinationTransfer?: Maybe; + stagingxdai_destinationTransfers: Array; + stagingxdai_originMessage?: Maybe; + stagingxdai_originMessages: Array; + stagingxdai_aggregateRoot?: Maybe; + stagingxdai_aggregateRoots: Array; + stagingxdai_connectorMeta?: Maybe; + stagingxdai_connectorMetas: Array; + stagingxdai_rootCount?: Maybe; + stagingxdai_rootCounts: Array; + stagingxdai_rootMessageSent?: Maybe; + stagingxdai_rootMessageSents: Array; + stagingxdai_relayerFeesIncrease?: Maybe; + stagingxdai_relayerFeesIncreases: Array; + stagingxdai_slippageUpdate?: Maybe; + stagingxdai_slippageUpdates: Array; + stagingxdai_snapshotRoot?: Maybe; + stagingxdai_snapshotRoots: Array; + stagingxdai_spokeConnectorMode?: Maybe; + stagingxdai_spokeConnectorModes: Array; + stagingxdai_aggregateRootProposed?: Maybe; + stagingxdai_aggregateRootProposeds: Array; + stagingxdai_optimisticRootFinalized?: Maybe; + stagingxdai_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingxdai__meta?: Maybe; +}; + + +export type Querystagingxdai_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxdai__metaArgs = { + block?: InputMaybe; +}; + +export type stagingxdai_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingxdai_RelayerFee = { + id: Scalars['ID']; + transfer: stagingxdai_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingxdai_Bytes']; +}; + +export type stagingxdai_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 stagingxdai_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 stagingxdai_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingxdai_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingxdai_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingxdai_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 stagingxdai_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 stagingxdai_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 stagingxdai_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingxdai_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingxdai_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 stagingxdai_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingxdai_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 stagingxdai_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 stagingxdai_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingxdai_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingxdai_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingxdai_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingxdai_Router; + asset: stagingxdai_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingxdai_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 stagingxdai_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingxdai_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingxdai_Router; + asset: stagingxdai_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingxdai_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingxdai_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingxdai_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingxdai_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingxdai_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 stagingxdai_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingxdai_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingxdai_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 stagingxdai_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingxdai_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingxdai_Bytes']; +}; + +export type stagingxdai_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 stagingxdai_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingxdai_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingxdai_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingxdai_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingxdai_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 stagingxdai_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 stagingxdai_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingxdai_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingxdai_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 stagingxdai_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingxdai_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingxdai_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingxdai_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingxdai_asset?: Maybe; + stagingxdai_assets: Array; + stagingxdai_assetStatus?: Maybe; + stagingxdai_assetStatuses: Array; + stagingxdai_assetBalance?: Maybe; + stagingxdai_assetBalances: Array; + stagingxdai_router?: Maybe; + stagingxdai_routers: Array; + stagingxdai_routerDailyTVL?: Maybe; + stagingxdai_routerDailyTVLs: Array; + stagingxdai_routerLiquidityEvent?: Maybe; + stagingxdai_routerLiquidityEvents: Array; + stagingxdai_setting?: Maybe; + stagingxdai_settings: Array; + stagingxdai_relayer?: Maybe; + stagingxdai_relayers: Array; + stagingxdai_sequencer?: Maybe; + stagingxdai_sequencers: Array; + stagingxdai_relayerFee?: Maybe; + stagingxdai_relayerFees: Array; + stagingxdai_originTransfer?: Maybe; + stagingxdai_originTransfers: Array; + stagingxdai_destinationTransfer?: Maybe; + stagingxdai_destinationTransfers: Array; + stagingxdai_originMessage?: Maybe; + stagingxdai_originMessages: Array; + stagingxdai_aggregateRoot?: Maybe; + stagingxdai_aggregateRoots: Array; + stagingxdai_connectorMeta?: Maybe; + stagingxdai_connectorMetas: Array; + stagingxdai_rootCount?: Maybe; + stagingxdai_rootCounts: Array; + stagingxdai_rootMessageSent?: Maybe; + stagingxdai_rootMessageSents: Array; + stagingxdai_relayerFeesIncrease?: Maybe; + stagingxdai_relayerFeesIncreases: Array; + stagingxdai_slippageUpdate?: Maybe; + stagingxdai_slippageUpdates: Array; + stagingxdai_snapshotRoot?: Maybe; + stagingxdai_snapshotRoots: Array; + stagingxdai_spokeConnectorMode?: Maybe; + stagingxdai_spokeConnectorModes: Array; + stagingxdai_aggregateRootProposed?: Maybe; + stagingxdai_aggregateRootProposeds: Array; + stagingxdai_optimisticRootFinalized?: Maybe; + stagingxdai_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingxdai__meta?: Maybe; +}; + + +export type Subscriptionstagingxdai_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxdai__metaArgs = { + block?: InputMaybe; +}; + +export type stagingxdai_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingxdai__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingxdai__Meta_ = { + /** + * Information 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: stagingxdai__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 QuerySdk = { + /** null **/ + stagingxdai_asset: InContextSdkMethod, + /** null **/ + stagingxdai_assets: InContextSdkMethod, + /** null **/ + stagingxdai_assetStatus: InContextSdkMethod, + /** null **/ + stagingxdai_assetStatuses: InContextSdkMethod, + /** null **/ + stagingxdai_assetBalance: InContextSdkMethod, + /** null **/ + stagingxdai_assetBalances: InContextSdkMethod, + /** null **/ + stagingxdai_router: InContextSdkMethod, + /** null **/ + stagingxdai_routers: InContextSdkMethod, + /** null **/ + stagingxdai_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingxdai_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingxdai_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingxdai_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingxdai_setting: InContextSdkMethod, + /** null **/ + stagingxdai_settings: InContextSdkMethod, + /** null **/ + stagingxdai_relayer: InContextSdkMethod, + /** null **/ + stagingxdai_relayers: InContextSdkMethod, + /** null **/ + stagingxdai_sequencer: InContextSdkMethod, + /** null **/ + stagingxdai_sequencers: InContextSdkMethod, + /** null **/ + stagingxdai_relayerFee: InContextSdkMethod, + /** null **/ + stagingxdai_relayerFees: InContextSdkMethod, + /** null **/ + stagingxdai_originTransfer: InContextSdkMethod, + /** null **/ + stagingxdai_originTransfers: InContextSdkMethod, + /** null **/ + stagingxdai_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingxdai_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingxdai_originMessage: InContextSdkMethod, + /** null **/ + stagingxdai_originMessages: InContextSdkMethod, + /** null **/ + stagingxdai_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingxdai_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingxdai_connectorMeta: InContextSdkMethod, + /** null **/ + stagingxdai_connectorMetas: InContextSdkMethod, + /** null **/ + stagingxdai_rootCount: InContextSdkMethod, + /** null **/ + stagingxdai_rootCounts: InContextSdkMethod, + /** null **/ + stagingxdai_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingxdai_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingxdai_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingxdai_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingxdai_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingxdai_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingxdai_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingxdai_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingxdai_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingxdai_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingxdai_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingxdai_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingxdai_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingxdai_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingxdai__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingxdai_asset: InContextSdkMethod, + /** null **/ + stagingxdai_assets: InContextSdkMethod, + /** null **/ + stagingxdai_assetStatus: InContextSdkMethod, + /** null **/ + stagingxdai_assetStatuses: InContextSdkMethod, + /** null **/ + stagingxdai_assetBalance: InContextSdkMethod, + /** null **/ + stagingxdai_assetBalances: InContextSdkMethod, + /** null **/ + stagingxdai_router: InContextSdkMethod, + /** null **/ + stagingxdai_routers: InContextSdkMethod, + /** null **/ + stagingxdai_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingxdai_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingxdai_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingxdai_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingxdai_setting: InContextSdkMethod, + /** null **/ + stagingxdai_settings: InContextSdkMethod, + /** null **/ + stagingxdai_relayer: InContextSdkMethod, + /** null **/ + stagingxdai_relayers: InContextSdkMethod, + /** null **/ + stagingxdai_sequencer: InContextSdkMethod, + /** null **/ + stagingxdai_sequencers: InContextSdkMethod, + /** null **/ + stagingxdai_relayerFee: InContextSdkMethod, + /** null **/ + stagingxdai_relayerFees: InContextSdkMethod, + /** null **/ + stagingxdai_originTransfer: InContextSdkMethod, + /** null **/ + stagingxdai_originTransfers: InContextSdkMethod, + /** null **/ + stagingxdai_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingxdai_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingxdai_originMessage: InContextSdkMethod, + /** null **/ + stagingxdai_originMessages: InContextSdkMethod, + /** null **/ + stagingxdai_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingxdai_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingxdai_connectorMeta: InContextSdkMethod, + /** null **/ + stagingxdai_connectorMetas: InContextSdkMethod, + /** null **/ + stagingxdai_rootCount: InContextSdkMethod, + /** null **/ + stagingxdai_rootCounts: InContextSdkMethod, + /** null **/ + stagingxdai_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingxdai_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingxdai_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingxdai_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingxdai_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingxdai_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingxdai_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingxdai_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingxdai_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingxdai_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingxdai_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingxdai_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingxdai_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingxdai_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingxdai__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Xdai"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/introspectionSchema.ts new file mode 100644 index 0000000000..7e600dea4c --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/introspectionSchema.ts @@ -0,0 +1,50036 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/schema.graphql new file mode 100644 index 0000000000..c1fbff4e7b --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/schema.graphql @@ -0,0 +1,3986 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingxlayer_AggregateRoot { + id: ID! + root: stagingxlayer_Bytes! + blockNumber: BigInt! +} + +type stagingxlayer_AggregateRootProposed { + id: ID! + aggregateRoot: stagingxlayer_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingxlayer_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingxlayer_Bytes + aggregateRoot_not: stagingxlayer_Bytes + aggregateRoot_gt: stagingxlayer_Bytes + aggregateRoot_lt: stagingxlayer_Bytes + aggregateRoot_gte: stagingxlayer_Bytes + aggregateRoot_lte: stagingxlayer_Bytes + aggregateRoot_in: [stagingxlayer_Bytes!] + aggregateRoot_not_in: [stagingxlayer_Bytes!] + aggregateRoot_contains: stagingxlayer_Bytes + aggregateRoot_not_contains: stagingxlayer_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AggregateRootProposed_filter] + or: [stagingxlayer_AggregateRootProposed_filter] +} + +enum stagingxlayer_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingxlayer_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: stagingxlayer_Bytes + root_not: stagingxlayer_Bytes + root_gt: stagingxlayer_Bytes + root_lt: stagingxlayer_Bytes + root_gte: stagingxlayer_Bytes + root_lte: stagingxlayer_Bytes + root_in: [stagingxlayer_Bytes!] + root_not_in: [stagingxlayer_Bytes!] + root_contains: stagingxlayer_Bytes + root_not_contains: stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AggregateRoot_filter] + or: [stagingxlayer_AggregateRoot_filter] +} + +enum stagingxlayer_AggregateRoot_orderBy { + id + root + blockNumber +} + +type stagingxlayer_Asset { + id: ID! + key: stagingxlayer_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingxlayer_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingxlayer_Bytes + localAsset: stagingxlayer_Bytes + blockNumber: BigInt + status: stagingxlayer_AssetStatus +} + +type stagingxlayer_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingxlayer_Router! + asset: stagingxlayer_Asset! + feesEarned: BigInt! +} + +input stagingxlayer_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_: stagingxlayer_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_: stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AssetBalance_filter] + or: [stagingxlayer_AssetBalance_filter] +} + +enum stagingxlayer_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingxlayer_AssetStatus { + id: ID! + status: Boolean +} + +input stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AssetStatus_filter] + or: [stagingxlayer_AssetStatus_filter] +} + +enum stagingxlayer_AssetStatus_orderBy { + id + status +} + +input stagingxlayer_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: stagingxlayer_Bytes + key_not: stagingxlayer_Bytes + key_gt: stagingxlayer_Bytes + key_lt: stagingxlayer_Bytes + key_gte: stagingxlayer_Bytes + key_lte: stagingxlayer_Bytes + key_in: [stagingxlayer_Bytes!] + key_not_in: [stagingxlayer_Bytes!] + key_contains: stagingxlayer_Bytes + key_not_contains: stagingxlayer_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingxlayer_Bytes + canonicalId_not: stagingxlayer_Bytes + canonicalId_gt: stagingxlayer_Bytes + canonicalId_lt: stagingxlayer_Bytes + canonicalId_gte: stagingxlayer_Bytes + canonicalId_lte: stagingxlayer_Bytes + canonicalId_in: [stagingxlayer_Bytes!] + canonicalId_not_in: [stagingxlayer_Bytes!] + canonicalId_contains: stagingxlayer_Bytes + canonicalId_not_contains: stagingxlayer_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: stagingxlayer_Bytes + adoptedAsset_not: stagingxlayer_Bytes + adoptedAsset_gt: stagingxlayer_Bytes + adoptedAsset_lt: stagingxlayer_Bytes + adoptedAsset_gte: stagingxlayer_Bytes + adoptedAsset_lte: stagingxlayer_Bytes + adoptedAsset_in: [stagingxlayer_Bytes!] + adoptedAsset_not_in: [stagingxlayer_Bytes!] + adoptedAsset_contains: stagingxlayer_Bytes + adoptedAsset_not_contains: stagingxlayer_Bytes + localAsset: stagingxlayer_Bytes + localAsset_not: stagingxlayer_Bytes + localAsset_gt: stagingxlayer_Bytes + localAsset_lt: stagingxlayer_Bytes + localAsset_gte: stagingxlayer_Bytes + localAsset_lte: stagingxlayer_Bytes + localAsset_in: [stagingxlayer_Bytes!] + localAsset_not_in: [stagingxlayer_Bytes!] + localAsset_contains: stagingxlayer_Bytes + localAsset_not_contains: stagingxlayer_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_: stagingxlayer_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Asset_filter] + or: [stagingxlayer_Asset_filter] +} + +enum stagingxlayer_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingxlayer_BigDecimal + +scalar BigInt + +input stagingxlayer_BlockChangedFilter { + number_gte: Int! +} + +input stagingxlayer_Block_height { + hash: stagingxlayer_Bytes + number: Int + number_gte: Int +} + +scalar stagingxlayer_Bytes + +type stagingxlayer_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingxlayer_Bytes + rootManager: stagingxlayer_Bytes + mirrorConnector: stagingxlayer_Bytes +} + +input stagingxlayer_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: stagingxlayer_Bytes + amb_not: stagingxlayer_Bytes + amb_gt: stagingxlayer_Bytes + amb_lt: stagingxlayer_Bytes + amb_gte: stagingxlayer_Bytes + amb_lte: stagingxlayer_Bytes + amb_in: [stagingxlayer_Bytes!] + amb_not_in: [stagingxlayer_Bytes!] + amb_contains: stagingxlayer_Bytes + amb_not_contains: stagingxlayer_Bytes + rootManager: stagingxlayer_Bytes + rootManager_not: stagingxlayer_Bytes + rootManager_gt: stagingxlayer_Bytes + rootManager_lt: stagingxlayer_Bytes + rootManager_gte: stagingxlayer_Bytes + rootManager_lte: stagingxlayer_Bytes + rootManager_in: [stagingxlayer_Bytes!] + rootManager_not_in: [stagingxlayer_Bytes!] + rootManager_contains: stagingxlayer_Bytes + rootManager_not_contains: stagingxlayer_Bytes + mirrorConnector: stagingxlayer_Bytes + mirrorConnector_not: stagingxlayer_Bytes + mirrorConnector_gt: stagingxlayer_Bytes + mirrorConnector_lt: stagingxlayer_Bytes + mirrorConnector_gte: stagingxlayer_Bytes + mirrorConnector_lte: stagingxlayer_Bytes + mirrorConnector_in: [stagingxlayer_Bytes!] + mirrorConnector_not_in: [stagingxlayer_Bytes!] + mirrorConnector_contains: stagingxlayer_Bytes + mirrorConnector_not_contains: stagingxlayer_Bytes + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_ConnectorMeta_filter] + or: [stagingxlayer_ConnectorMeta_filter] +} + +enum stagingxlayer_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingxlayer_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingxlayer_Bytes + nonce: BigInt + status: stagingxlayer_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_Router_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_Router_filter): [stagingxlayer_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingxlayer_Bytes + delegate: stagingxlayer_Bytes + receiveLocal: Boolean + callData: stagingxlayer_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingxlayer_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingxlayer_Bytes + asset: stagingxlayer_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingxlayer_Bytes + executedTransactionHash: stagingxlayer_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingxlayer_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingxlayer_Bytes + reconciledTransactionHash: stagingxlayer_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingxlayer_Bytes + reconciledTxNonce: BigInt +} + +input stagingxlayer_DestinationTransfer_filter { + 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: stagingxlayer_Bytes + transferId_not: stagingxlayer_Bytes + transferId_gt: stagingxlayer_Bytes + transferId_lt: stagingxlayer_Bytes + transferId_gte: stagingxlayer_Bytes + transferId_lte: stagingxlayer_Bytes + transferId_in: [stagingxlayer_Bytes!] + transferId_not_in: [stagingxlayer_Bytes!] + transferId_contains: stagingxlayer_Bytes + transferId_not_contains: stagingxlayer_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: stagingxlayer_TransferStatus + status_not: stagingxlayer_TransferStatus + status_in: [stagingxlayer_TransferStatus!] + status_not_in: [stagingxlayer_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingxlayer_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: stagingxlayer_Bytes + to_not: stagingxlayer_Bytes + to_gt: stagingxlayer_Bytes + to_lt: stagingxlayer_Bytes + to_gte: stagingxlayer_Bytes + to_lte: stagingxlayer_Bytes + to_in: [stagingxlayer_Bytes!] + to_not_in: [stagingxlayer_Bytes!] + to_contains: stagingxlayer_Bytes + to_not_contains: stagingxlayer_Bytes + delegate: stagingxlayer_Bytes + delegate_not: stagingxlayer_Bytes + delegate_gt: stagingxlayer_Bytes + delegate_lt: stagingxlayer_Bytes + delegate_gte: stagingxlayer_Bytes + delegate_lte: stagingxlayer_Bytes + delegate_in: [stagingxlayer_Bytes!] + delegate_not_in: [stagingxlayer_Bytes!] + delegate_contains: stagingxlayer_Bytes + delegate_not_contains: stagingxlayer_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingxlayer_Bytes + callData_not: stagingxlayer_Bytes + callData_gt: stagingxlayer_Bytes + callData_lt: stagingxlayer_Bytes + callData_gte: stagingxlayer_Bytes + callData_lte: stagingxlayer_Bytes + callData_in: [stagingxlayer_Bytes!] + callData_not_in: [stagingxlayer_Bytes!] + callData_contains: stagingxlayer_Bytes + callData_not_contains: stagingxlayer_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: stagingxlayer_Bytes + originSender_not: stagingxlayer_Bytes + originSender_gt: stagingxlayer_Bytes + originSender_lt: stagingxlayer_Bytes + originSender_gte: stagingxlayer_Bytes + originSender_lte: stagingxlayer_Bytes + originSender_in: [stagingxlayer_Bytes!] + originSender_not_in: [stagingxlayer_Bytes!] + originSender_contains: stagingxlayer_Bytes + originSender_not_contains: stagingxlayer_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: stagingxlayer_Bytes + canonicalId_not: stagingxlayer_Bytes + canonicalId_gt: stagingxlayer_Bytes + canonicalId_lt: stagingxlayer_Bytes + canonicalId_gte: stagingxlayer_Bytes + canonicalId_lte: stagingxlayer_Bytes + canonicalId_in: [stagingxlayer_Bytes!] + canonicalId_not_in: [stagingxlayer_Bytes!] + canonicalId_contains: stagingxlayer_Bytes + canonicalId_not_contains: stagingxlayer_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_: stagingxlayer_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: stagingxlayer_Bytes + executedCaller_not: stagingxlayer_Bytes + executedCaller_gt: stagingxlayer_Bytes + executedCaller_lt: stagingxlayer_Bytes + executedCaller_gte: stagingxlayer_Bytes + executedCaller_lte: stagingxlayer_Bytes + executedCaller_in: [stagingxlayer_Bytes!] + executedCaller_not_in: [stagingxlayer_Bytes!] + executedCaller_contains: stagingxlayer_Bytes + executedCaller_not_contains: stagingxlayer_Bytes + executedTransactionHash: stagingxlayer_Bytes + executedTransactionHash_not: stagingxlayer_Bytes + executedTransactionHash_gt: stagingxlayer_Bytes + executedTransactionHash_lt: stagingxlayer_Bytes + executedTransactionHash_gte: stagingxlayer_Bytes + executedTransactionHash_lte: stagingxlayer_Bytes + executedTransactionHash_in: [stagingxlayer_Bytes!] + executedTransactionHash_not_in: [stagingxlayer_Bytes!] + executedTransactionHash_contains: stagingxlayer_Bytes + executedTransactionHash_not_contains: stagingxlayer_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: stagingxlayer_Bytes + executedTxOrigin_not: stagingxlayer_Bytes + executedTxOrigin_gt: stagingxlayer_Bytes + executedTxOrigin_lt: stagingxlayer_Bytes + executedTxOrigin_gte: stagingxlayer_Bytes + executedTxOrigin_lte: stagingxlayer_Bytes + executedTxOrigin_in: [stagingxlayer_Bytes!] + executedTxOrigin_not_in: [stagingxlayer_Bytes!] + executedTxOrigin_contains: stagingxlayer_Bytes + executedTxOrigin_not_contains: stagingxlayer_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: stagingxlayer_Bytes + reconciledCaller_not: stagingxlayer_Bytes + reconciledCaller_gt: stagingxlayer_Bytes + reconciledCaller_lt: stagingxlayer_Bytes + reconciledCaller_gte: stagingxlayer_Bytes + reconciledCaller_lte: stagingxlayer_Bytes + reconciledCaller_in: [stagingxlayer_Bytes!] + reconciledCaller_not_in: [stagingxlayer_Bytes!] + reconciledCaller_contains: stagingxlayer_Bytes + reconciledCaller_not_contains: stagingxlayer_Bytes + reconciledTransactionHash: stagingxlayer_Bytes + reconciledTransactionHash_not: stagingxlayer_Bytes + reconciledTransactionHash_gt: stagingxlayer_Bytes + reconciledTransactionHash_lt: stagingxlayer_Bytes + reconciledTransactionHash_gte: stagingxlayer_Bytes + reconciledTransactionHash_lte: stagingxlayer_Bytes + reconciledTransactionHash_in: [stagingxlayer_Bytes!] + reconciledTransactionHash_not_in: [stagingxlayer_Bytes!] + reconciledTransactionHash_contains: stagingxlayer_Bytes + reconciledTransactionHash_not_contains: stagingxlayer_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: stagingxlayer_Bytes + reconciledTxOrigin_not: stagingxlayer_Bytes + reconciledTxOrigin_gt: stagingxlayer_Bytes + reconciledTxOrigin_lt: stagingxlayer_Bytes + reconciledTxOrigin_gte: stagingxlayer_Bytes + reconciledTxOrigin_lte: stagingxlayer_Bytes + reconciledTxOrigin_in: [stagingxlayer_Bytes!] + reconciledTxOrigin_not_in: [stagingxlayer_Bytes!] + reconciledTxOrigin_contains: stagingxlayer_Bytes + reconciledTxOrigin_not_contains: stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_DestinationTransfer_filter] + or: [stagingxlayer_DestinationTransfer_filter] +} + +enum stagingxlayer_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingxlayer_Int8 + +type stagingxlayer_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingxlayer_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingxlayer_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: stagingxlayer_Bytes + aggregateRoot_not: stagingxlayer_Bytes + aggregateRoot_gt: stagingxlayer_Bytes + aggregateRoot_lt: stagingxlayer_Bytes + aggregateRoot_gte: stagingxlayer_Bytes + aggregateRoot_lte: stagingxlayer_Bytes + aggregateRoot_in: [stagingxlayer_Bytes!] + aggregateRoot_not_in: [stagingxlayer_Bytes!] + aggregateRoot_contains: stagingxlayer_Bytes + aggregateRoot_not_contains: stagingxlayer_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_OptimisticRootFinalized_filter] + or: [stagingxlayer_OptimisticRootFinalized_filter] +} + +enum stagingxlayer_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingxlayer_OrderDirection { + asc + desc +} + +type stagingxlayer_OriginMessage { + id: ID! + transferId: stagingxlayer_Bytes + destinationDomain: BigInt + leaf: stagingxlayer_Bytes + index: BigInt + message: stagingxlayer_Bytes + root: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + blockNumber: BigInt + rootCount: stagingxlayer_RootCount +} + +input stagingxlayer_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: stagingxlayer_Bytes + transferId_not: stagingxlayer_Bytes + transferId_gt: stagingxlayer_Bytes + transferId_lt: stagingxlayer_Bytes + transferId_gte: stagingxlayer_Bytes + transferId_lte: stagingxlayer_Bytes + transferId_in: [stagingxlayer_Bytes!] + transferId_not_in: [stagingxlayer_Bytes!] + transferId_contains: stagingxlayer_Bytes + transferId_not_contains: stagingxlayer_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: stagingxlayer_Bytes + leaf_not: stagingxlayer_Bytes + leaf_gt: stagingxlayer_Bytes + leaf_lt: stagingxlayer_Bytes + leaf_gte: stagingxlayer_Bytes + leaf_lte: stagingxlayer_Bytes + leaf_in: [stagingxlayer_Bytes!] + leaf_not_in: [stagingxlayer_Bytes!] + leaf_contains: stagingxlayer_Bytes + leaf_not_contains: stagingxlayer_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: stagingxlayer_Bytes + message_not: stagingxlayer_Bytes + message_gt: stagingxlayer_Bytes + message_lt: stagingxlayer_Bytes + message_gte: stagingxlayer_Bytes + message_lte: stagingxlayer_Bytes + message_in: [stagingxlayer_Bytes!] + message_not_in: [stagingxlayer_Bytes!] + message_contains: stagingxlayer_Bytes + message_not_contains: stagingxlayer_Bytes + root: stagingxlayer_Bytes + root_not: stagingxlayer_Bytes + root_gt: stagingxlayer_Bytes + root_lt: stagingxlayer_Bytes + root_gte: stagingxlayer_Bytes + root_lte: stagingxlayer_Bytes + root_in: [stagingxlayer_Bytes!] + root_not_in: [stagingxlayer_Bytes!] + root_contains: stagingxlayer_Bytes + root_not_contains: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_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_: stagingxlayer_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_OriginMessage_filter] + or: [stagingxlayer_OriginMessage_filter] +} + +enum stagingxlayer_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingxlayer_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingxlayer_Bytes + nonce: BigInt + status: stagingxlayer_TransferStatus + messageHash: stagingxlayer_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingxlayer_Bytes + delegate: stagingxlayer_Bytes + receiveLocal: Boolean + callData: stagingxlayer_Bytes + slippage: BigInt + originSender: stagingxlayer_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingxlayer_Bytes + asset: stagingxlayer_Asset + transactingAsset: stagingxlayer_Bytes + message: stagingxlayer_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_RelayerFee_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_RelayerFee_filter): [stagingxlayer_RelayerFee!] + initialRelayerFeeAsset: stagingxlayer_Bytes + caller: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingxlayer_Bytes + txNonce: BigInt +} + +input stagingxlayer_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: stagingxlayer_Bytes + transferId_not: stagingxlayer_Bytes + transferId_gt: stagingxlayer_Bytes + transferId_lt: stagingxlayer_Bytes + transferId_gte: stagingxlayer_Bytes + transferId_lte: stagingxlayer_Bytes + transferId_in: [stagingxlayer_Bytes!] + transferId_not_in: [stagingxlayer_Bytes!] + transferId_contains: stagingxlayer_Bytes + transferId_not_contains: stagingxlayer_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: stagingxlayer_TransferStatus + status_not: stagingxlayer_TransferStatus + status_in: [stagingxlayer_TransferStatus!] + status_not_in: [stagingxlayer_TransferStatus!] + messageHash: stagingxlayer_Bytes + messageHash_not: stagingxlayer_Bytes + messageHash_gt: stagingxlayer_Bytes + messageHash_lt: stagingxlayer_Bytes + messageHash_gte: stagingxlayer_Bytes + messageHash_lte: stagingxlayer_Bytes + messageHash_in: [stagingxlayer_Bytes!] + messageHash_not_in: [stagingxlayer_Bytes!] + messageHash_contains: stagingxlayer_Bytes + messageHash_not_contains: stagingxlayer_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: stagingxlayer_Bytes + to_not: stagingxlayer_Bytes + to_gt: stagingxlayer_Bytes + to_lt: stagingxlayer_Bytes + to_gte: stagingxlayer_Bytes + to_lte: stagingxlayer_Bytes + to_in: [stagingxlayer_Bytes!] + to_not_in: [stagingxlayer_Bytes!] + to_contains: stagingxlayer_Bytes + to_not_contains: stagingxlayer_Bytes + delegate: stagingxlayer_Bytes + delegate_not: stagingxlayer_Bytes + delegate_gt: stagingxlayer_Bytes + delegate_lt: stagingxlayer_Bytes + delegate_gte: stagingxlayer_Bytes + delegate_lte: stagingxlayer_Bytes + delegate_in: [stagingxlayer_Bytes!] + delegate_not_in: [stagingxlayer_Bytes!] + delegate_contains: stagingxlayer_Bytes + delegate_not_contains: stagingxlayer_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingxlayer_Bytes + callData_not: stagingxlayer_Bytes + callData_gt: stagingxlayer_Bytes + callData_lt: stagingxlayer_Bytes + callData_gte: stagingxlayer_Bytes + callData_lte: stagingxlayer_Bytes + callData_in: [stagingxlayer_Bytes!] + callData_not_in: [stagingxlayer_Bytes!] + callData_contains: stagingxlayer_Bytes + callData_not_contains: stagingxlayer_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: stagingxlayer_Bytes + originSender_not: stagingxlayer_Bytes + originSender_gt: stagingxlayer_Bytes + originSender_lt: stagingxlayer_Bytes + originSender_gte: stagingxlayer_Bytes + originSender_lte: stagingxlayer_Bytes + originSender_in: [stagingxlayer_Bytes!] + originSender_not_in: [stagingxlayer_Bytes!] + originSender_contains: stagingxlayer_Bytes + originSender_not_contains: stagingxlayer_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: stagingxlayer_Bytes + canonicalId_not: stagingxlayer_Bytes + canonicalId_gt: stagingxlayer_Bytes + canonicalId_lt: stagingxlayer_Bytes + canonicalId_gte: stagingxlayer_Bytes + canonicalId_lte: stagingxlayer_Bytes + canonicalId_in: [stagingxlayer_Bytes!] + canonicalId_not_in: [stagingxlayer_Bytes!] + canonicalId_contains: stagingxlayer_Bytes + canonicalId_not_contains: stagingxlayer_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_: stagingxlayer_Asset_filter + transactingAsset: stagingxlayer_Bytes + transactingAsset_not: stagingxlayer_Bytes + transactingAsset_gt: stagingxlayer_Bytes + transactingAsset_lt: stagingxlayer_Bytes + transactingAsset_gte: stagingxlayer_Bytes + transactingAsset_lte: stagingxlayer_Bytes + transactingAsset_in: [stagingxlayer_Bytes!] + transactingAsset_not_in: [stagingxlayer_Bytes!] + transactingAsset_contains: stagingxlayer_Bytes + transactingAsset_not_contains: stagingxlayer_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_: stagingxlayer_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_: stagingxlayer_RelayerFee_filter + initialRelayerFeeAsset: stagingxlayer_Bytes + initialRelayerFeeAsset_not: stagingxlayer_Bytes + initialRelayerFeeAsset_gt: stagingxlayer_Bytes + initialRelayerFeeAsset_lt: stagingxlayer_Bytes + initialRelayerFeeAsset_gte: stagingxlayer_Bytes + initialRelayerFeeAsset_lte: stagingxlayer_Bytes + initialRelayerFeeAsset_in: [stagingxlayer_Bytes!] + initialRelayerFeeAsset_not_in: [stagingxlayer_Bytes!] + initialRelayerFeeAsset_contains: stagingxlayer_Bytes + initialRelayerFeeAsset_not_contains: stagingxlayer_Bytes + caller: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_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: stagingxlayer_Bytes + txOrigin_not: stagingxlayer_Bytes + txOrigin_gt: stagingxlayer_Bytes + txOrigin_lt: stagingxlayer_Bytes + txOrigin_gte: stagingxlayer_Bytes + txOrigin_lte: stagingxlayer_Bytes + txOrigin_in: [stagingxlayer_Bytes!] + txOrigin_not_in: [stagingxlayer_Bytes!] + txOrigin_contains: stagingxlayer_Bytes + txOrigin_not_contains: stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_OriginTransfer_filter] + or: [stagingxlayer_OriginTransfer_filter] +} + +enum stagingxlayer_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_Asset + stagingxlayer_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_Asset_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_Asset!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_AssetStatus + stagingxlayer_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_AssetStatus_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_AssetStatus!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_AssetBalance + stagingxlayer_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_AssetBalance_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_AssetBalance!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_Router + stagingxlayer_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_Router_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_Router!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RouterDailyTVL + stagingxlayer_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RouterDailyTVL_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RouterDailyTVL!]! + stagingxlayer_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RouterLiquidityEvent + stagingxlayer_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RouterLiquidityEvent_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RouterLiquidityEvent!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_Setting + stagingxlayer_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_Setting_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_Setting!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_Relayer + stagingxlayer_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_Relayer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_Relayer!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_Sequencer + stagingxlayer_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_Sequencer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_Sequencer!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RelayerFee + stagingxlayer_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RelayerFee_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RelayerFee!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_OriginTransfer + stagingxlayer_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_OriginTransfer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_OriginTransfer!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_DestinationTransfer + stagingxlayer_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_DestinationTransfer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_DestinationTransfer!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_OriginMessage + stagingxlayer_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_OriginMessage_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_OriginMessage!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_AggregateRoot + stagingxlayer_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_AggregateRoot_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_AggregateRoot!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_ConnectorMeta + stagingxlayer_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_ConnectorMeta_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_ConnectorMeta!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RootCount + stagingxlayer_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RootCount_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RootCount!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RootMessageSent + stagingxlayer_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RootMessageSent_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RootMessageSent!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RelayerFeesIncrease + stagingxlayer_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RelayerFeesIncrease_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RelayerFeesIncrease!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_SlippageUpdate + stagingxlayer_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_SlippageUpdate_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_SlippageUpdate!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_SnapshotRoot + stagingxlayer_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_SnapshotRoot_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_SnapshotRoot!]! + stagingxlayer_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_SpokeConnectorMode + stagingxlayer_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_SpokeConnectorMode_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_SpokeConnectorMode!]! + stagingxlayer_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_AggregateRootProposed + stagingxlayer_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_AggregateRootProposed_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_AggregateRootProposed!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_OptimisticRootFinalized + stagingxlayer_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_OptimisticRootFinalized_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxlayer__meta(block: stagingxlayer_Block_height): stagingxlayer__Meta_ +} + +type stagingxlayer_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingxlayer_Bytes +} + +type stagingxlayer_RelayerFee { + id: ID! + transfer: stagingxlayer_OriginTransfer! + fee: BigInt! + asset: stagingxlayer_Bytes! +} + +input stagingxlayer_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_: stagingxlayer_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: stagingxlayer_Bytes + asset_not: stagingxlayer_Bytes + asset_gt: stagingxlayer_Bytes + asset_lt: stagingxlayer_Bytes + asset_gte: stagingxlayer_Bytes + asset_lte: stagingxlayer_Bytes + asset_in: [stagingxlayer_Bytes!] + asset_not_in: [stagingxlayer_Bytes!] + asset_contains: stagingxlayer_Bytes + asset_not_contains: stagingxlayer_Bytes + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RelayerFee_filter] + or: [stagingxlayer_RelayerFee_filter] +} + +enum stagingxlayer_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 stagingxlayer_RelayerFeesIncrease { + id: ID! + transfer: stagingxlayer_OriginTransfer! + increase: BigInt + asset: stagingxlayer_Bytes + caller: stagingxlayer_Bytes! + transactionHash: stagingxlayer_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingxlayer_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_: stagingxlayer_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: stagingxlayer_Bytes + asset_not: stagingxlayer_Bytes + asset_gt: stagingxlayer_Bytes + asset_lt: stagingxlayer_Bytes + asset_gte: stagingxlayer_Bytes + asset_lte: stagingxlayer_Bytes + asset_in: [stagingxlayer_Bytes!] + asset_not_in: [stagingxlayer_Bytes!] + asset_contains: stagingxlayer_Bytes + asset_not_contains: stagingxlayer_Bytes + caller: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RelayerFeesIncrease_filter] + or: [stagingxlayer_RelayerFeesIncrease_filter] +} + +enum stagingxlayer_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 stagingxlayer_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: stagingxlayer_Bytes + relayer_not: stagingxlayer_Bytes + relayer_gt: stagingxlayer_Bytes + relayer_lt: stagingxlayer_Bytes + relayer_gte: stagingxlayer_Bytes + relayer_lte: stagingxlayer_Bytes + relayer_in: [stagingxlayer_Bytes!] + relayer_not_in: [stagingxlayer_Bytes!] + relayer_contains: stagingxlayer_Bytes + relayer_not_contains: stagingxlayer_Bytes + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Relayer_filter] + or: [stagingxlayer_Relayer_filter] +} + +enum stagingxlayer_Relayer_orderBy { + id + isActive + relayer +} + +type stagingxlayer_RootCount { + id: ID! + count: BigInt +} + +input stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RootCount_filter] + or: [stagingxlayer_RootCount_filter] +} + +enum stagingxlayer_RootCount_orderBy { + id + count +} + +type stagingxlayer_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingxlayer_Bytes + count: BigInt + caller: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingxlayer_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: stagingxlayer_Bytes + root_not: stagingxlayer_Bytes + root_gt: stagingxlayer_Bytes + root_lt: stagingxlayer_Bytes + root_gte: stagingxlayer_Bytes + root_lte: stagingxlayer_Bytes + root_in: [stagingxlayer_Bytes!] + root_not_in: [stagingxlayer_Bytes!] + root_contains: stagingxlayer_Bytes + root_not_contains: stagingxlayer_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: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RootMessageSent_filter] + or: [stagingxlayer_RootMessageSent_filter] +} + +enum stagingxlayer_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingxlayer_Router { + id: ID! + isActive: Boolean! + owner: stagingxlayer_Bytes + recipient: stagingxlayer_Bytes + proposedOwner: stagingxlayer_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_AssetBalance_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_AssetBalance_filter): [stagingxlayer_AssetBalance!]! +} + +type stagingxlayer_RouterDailyTVL { + id: ID! + router: stagingxlayer_Router! + asset: stagingxlayer_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingxlayer_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_: stagingxlayer_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_: stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RouterDailyTVL_filter] + or: [stagingxlayer_RouterDailyTVL_filter] +} + +enum stagingxlayer_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingxlayer_RouterLiquidityEvent { + id: ID! + type: stagingxlayer_RouterLiquidityEventType + router: stagingxlayer_Router! + asset: stagingxlayer_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingxlayer_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingxlayer_Bytes! + nonce: BigInt! +} + +enum stagingxlayer_RouterLiquidityEventType { + Add + Remove +} + +input stagingxlayer_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingxlayer_RouterLiquidityEventType + type_not: stagingxlayer_RouterLiquidityEventType + type_in: [stagingxlayer_RouterLiquidityEventType!] + type_not_in: [stagingxlayer_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingxlayer_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_: stagingxlayer_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RouterLiquidityEvent_filter] + or: [stagingxlayer_RouterLiquidityEvent_filter] +} + +enum stagingxlayer_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingxlayer_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: stagingxlayer_Bytes + owner_not: stagingxlayer_Bytes + owner_gt: stagingxlayer_Bytes + owner_lt: stagingxlayer_Bytes + owner_gte: stagingxlayer_Bytes + owner_lte: stagingxlayer_Bytes + owner_in: [stagingxlayer_Bytes!] + owner_not_in: [stagingxlayer_Bytes!] + owner_contains: stagingxlayer_Bytes + owner_not_contains: stagingxlayer_Bytes + recipient: stagingxlayer_Bytes + recipient_not: stagingxlayer_Bytes + recipient_gt: stagingxlayer_Bytes + recipient_lt: stagingxlayer_Bytes + recipient_gte: stagingxlayer_Bytes + recipient_lte: stagingxlayer_Bytes + recipient_in: [stagingxlayer_Bytes!] + recipient_not_in: [stagingxlayer_Bytes!] + recipient_contains: stagingxlayer_Bytes + recipient_not_contains: stagingxlayer_Bytes + proposedOwner: stagingxlayer_Bytes + proposedOwner_not: stagingxlayer_Bytes + proposedOwner_gt: stagingxlayer_Bytes + proposedOwner_lt: stagingxlayer_Bytes + proposedOwner_gte: stagingxlayer_Bytes + proposedOwner_lte: stagingxlayer_Bytes + proposedOwner_in: [stagingxlayer_Bytes!] + proposedOwner_not_in: [stagingxlayer_Bytes!] + proposedOwner_contains: stagingxlayer_Bytes + proposedOwner_not_contains: stagingxlayer_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_: stagingxlayer_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Router_filter] + or: [stagingxlayer_Router_filter] +} + +enum stagingxlayer_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingxlayer_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingxlayer_Bytes +} + +input stagingxlayer_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: stagingxlayer_Bytes + sequencer_not: stagingxlayer_Bytes + sequencer_gt: stagingxlayer_Bytes + sequencer_lt: stagingxlayer_Bytes + sequencer_gte: stagingxlayer_Bytes + sequencer_lte: stagingxlayer_Bytes + sequencer_in: [stagingxlayer_Bytes!] + sequencer_not_in: [stagingxlayer_Bytes!] + sequencer_contains: stagingxlayer_Bytes + sequencer_not_contains: stagingxlayer_Bytes + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Sequencer_filter] + or: [stagingxlayer_Sequencer_filter] +} + +enum stagingxlayer_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingxlayer_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingxlayer_Bytes! +} + +input stagingxlayer_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: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Setting_filter] + or: [stagingxlayer_Setting_filter] +} + +enum stagingxlayer_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingxlayer_SlippageUpdate { + id: ID! + transfer: stagingxlayer_DestinationTransfer! + slippage: BigInt! + caller: stagingxlayer_Bytes! + transactionHash: stagingxlayer_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingxlayer_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_: stagingxlayer_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: stagingxlayer_Bytes + caller_not: stagingxlayer_Bytes + caller_gt: stagingxlayer_Bytes + caller_lt: stagingxlayer_Bytes + caller_gte: stagingxlayer_Bytes + caller_lte: stagingxlayer_Bytes + caller_in: [stagingxlayer_Bytes!] + caller_not_in: [stagingxlayer_Bytes!] + caller_contains: stagingxlayer_Bytes + caller_not_contains: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes + transactionHash_not: stagingxlayer_Bytes + transactionHash_gt: stagingxlayer_Bytes + transactionHash_lt: stagingxlayer_Bytes + transactionHash_gte: stagingxlayer_Bytes + transactionHash_lte: stagingxlayer_Bytes + transactionHash_in: [stagingxlayer_Bytes!] + transactionHash_not_in: [stagingxlayer_Bytes!] + transactionHash_contains: stagingxlayer_Bytes + transactionHash_not_contains: stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_SlippageUpdate_filter] + or: [stagingxlayer_SlippageUpdate_filter] +} + +enum stagingxlayer_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 stagingxlayer_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingxlayer_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingxlayer_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: stagingxlayer_Bytes + root_not: stagingxlayer_Bytes + root_gt: stagingxlayer_Bytes + root_lt: stagingxlayer_Bytes + root_gte: stagingxlayer_Bytes + root_lte: stagingxlayer_Bytes + root_in: [stagingxlayer_Bytes!] + root_not_in: [stagingxlayer_Bytes!] + root_contains: stagingxlayer_Bytes + root_not_contains: stagingxlayer_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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_SnapshotRoot_filter] + or: [stagingxlayer_SnapshotRoot_filter] +} + +enum stagingxlayer_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingxlayer_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingxlayer_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_SpokeConnectorMode_filter] + or: [stagingxlayer_SpokeConnectorMode_filter] +} + +enum stagingxlayer_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_Asset + stagingxlayer_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_Asset_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_Asset!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_AssetStatus + stagingxlayer_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_AssetStatus_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_AssetStatus!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_AssetBalance + stagingxlayer_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_AssetBalance_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_AssetBalance!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_Router + stagingxlayer_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_Router_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_Router!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RouterDailyTVL + stagingxlayer_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RouterDailyTVL_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RouterDailyTVL!]! + stagingxlayer_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RouterLiquidityEvent + stagingxlayer_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RouterLiquidityEvent_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RouterLiquidityEvent!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_Setting + stagingxlayer_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_Setting_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_Setting!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_Relayer + stagingxlayer_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_Relayer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_Relayer!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_Sequencer + stagingxlayer_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_Sequencer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_Sequencer!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RelayerFee + stagingxlayer_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RelayerFee_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RelayerFee!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_OriginTransfer + stagingxlayer_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_OriginTransfer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_OriginTransfer!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_DestinationTransfer + stagingxlayer_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_DestinationTransfer_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_DestinationTransfer!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_OriginMessage + stagingxlayer_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_OriginMessage_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_OriginMessage!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_AggregateRoot + stagingxlayer_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_AggregateRoot_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_AggregateRoot!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_ConnectorMeta + stagingxlayer_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_ConnectorMeta_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_ConnectorMeta!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RootCount + stagingxlayer_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RootCount_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RootCount!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RootMessageSent + stagingxlayer_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RootMessageSent_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RootMessageSent!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_RelayerFeesIncrease + stagingxlayer_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_RelayerFeesIncrease_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_RelayerFeesIncrease!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_SlippageUpdate + stagingxlayer_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_SlippageUpdate_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_SlippageUpdate!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_SnapshotRoot + stagingxlayer_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_SnapshotRoot_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_SnapshotRoot!]! + stagingxlayer_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_SpokeConnectorMode + stagingxlayer_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_SpokeConnectorMode_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_SpokeConnectorMode!]! + stagingxlayer_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_AggregateRootProposed + stagingxlayer_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_AggregateRootProposed_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_AggregateRootProposed!]! + stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingxlayer_OptimisticRootFinalized + stagingxlayer_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingxlayer_OptimisticRootFinalized_orderBy + orderDirection: stagingxlayer_OrderDirection + where: stagingxlayer_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: stagingxlayer_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingxlayer_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxlayer__meta(block: stagingxlayer_Block_height): stagingxlayer__Meta_ +} + +enum stagingxlayer_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingxlayer__Block_ { + """The hash of the block""" + hash: stagingxlayer_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 stagingxlayer__Meta_ { + """ + Information 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: stagingxlayer__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/types.ts new file mode 100644 index 0000000000..365b979bd0 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_Xlayer/types.ts @@ -0,0 +1,3920 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingXlayerTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingxlayer_BigDecimal: any; + BigInt: any; + stagingxlayer_Bytes: any; + stagingxlayer_Int8: any; +}; + +export type stagingxlayer_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingxlayer_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingxlayer_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingxlayer_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingxlayer_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingxlayer_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingxlayer_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 stagingxlayer_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingxlayer_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingxlayer_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingxlayer_Router; + asset: stagingxlayer_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingxlayer_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 stagingxlayer_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingxlayer_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingxlayer_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 stagingxlayer_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingxlayer_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingxlayer_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingxlayer_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingxlayer_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingxlayer_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingxlayer_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 stagingxlayer_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingxlayer_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 stagingxlayer_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingxlayer_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 stagingxlayer_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingxlayer_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingxlayer_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingxlayer_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingxlayer_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingxlayer_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingxlayer_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingxlayer_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 stagingxlayer_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingxlayer_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 stagingxlayer_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingxlayer_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 stagingxlayer_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingxlayer_asset?: Maybe; + stagingxlayer_assets: Array; + stagingxlayer_assetStatus?: Maybe; + stagingxlayer_assetStatuses: Array; + stagingxlayer_assetBalance?: Maybe; + stagingxlayer_assetBalances: Array; + stagingxlayer_router?: Maybe; + stagingxlayer_routers: Array; + stagingxlayer_routerDailyTVL?: Maybe; + stagingxlayer_routerDailyTVLs: Array; + stagingxlayer_routerLiquidityEvent?: Maybe; + stagingxlayer_routerLiquidityEvents: Array; + stagingxlayer_setting?: Maybe; + stagingxlayer_settings: Array; + stagingxlayer_relayer?: Maybe; + stagingxlayer_relayers: Array; + stagingxlayer_sequencer?: Maybe; + stagingxlayer_sequencers: Array; + stagingxlayer_relayerFee?: Maybe; + stagingxlayer_relayerFees: Array; + stagingxlayer_originTransfer?: Maybe; + stagingxlayer_originTransfers: Array; + stagingxlayer_destinationTransfer?: Maybe; + stagingxlayer_destinationTransfers: Array; + stagingxlayer_originMessage?: Maybe; + stagingxlayer_originMessages: Array; + stagingxlayer_aggregateRoot?: Maybe; + stagingxlayer_aggregateRoots: Array; + stagingxlayer_connectorMeta?: Maybe; + stagingxlayer_connectorMetas: Array; + stagingxlayer_rootCount?: Maybe; + stagingxlayer_rootCounts: Array; + stagingxlayer_rootMessageSent?: Maybe; + stagingxlayer_rootMessageSents: Array; + stagingxlayer_relayerFeesIncrease?: Maybe; + stagingxlayer_relayerFeesIncreases: Array; + stagingxlayer_slippageUpdate?: Maybe; + stagingxlayer_slippageUpdates: Array; + stagingxlayer_snapshotRoot?: Maybe; + stagingxlayer_snapshotRoots: Array; + stagingxlayer_spokeConnectorMode?: Maybe; + stagingxlayer_spokeConnectorModes: Array; + stagingxlayer_aggregateRootProposed?: Maybe; + stagingxlayer_aggregateRootProposeds: Array; + stagingxlayer_optimisticRootFinalized?: Maybe; + stagingxlayer_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingxlayer__meta?: Maybe; +}; + + +export type Querystagingxlayer_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingxlayer__metaArgs = { + block?: InputMaybe; +}; + +export type stagingxlayer_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingxlayer_RelayerFee = { + id: Scalars['ID']; + transfer: stagingxlayer_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingxlayer_Bytes']; +}; + +export type stagingxlayer_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 stagingxlayer_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 stagingxlayer_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingxlayer_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingxlayer_Bytes']; + transactionHash: Scalars['stagingxlayer_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingxlayer_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 stagingxlayer_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 stagingxlayer_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 stagingxlayer_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingxlayer_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingxlayer_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 stagingxlayer_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingxlayer_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 stagingxlayer_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 stagingxlayer_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingxlayer_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingxlayer_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingxlayer_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingxlayer_Router; + asset: stagingxlayer_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingxlayer_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 stagingxlayer_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingxlayer_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingxlayer_Router; + asset: stagingxlayer_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingxlayer_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingxlayer_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingxlayer_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingxlayer_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingxlayer_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 stagingxlayer_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingxlayer_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingxlayer_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 stagingxlayer_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingxlayer_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingxlayer_Bytes']; +}; + +export type stagingxlayer_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 stagingxlayer_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingxlayer_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingxlayer_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingxlayer_Bytes']; + transactionHash: Scalars['stagingxlayer_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingxlayer_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 stagingxlayer_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 stagingxlayer_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingxlayer_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingxlayer_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 stagingxlayer_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingxlayer_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingxlayer_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingxlayer_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingxlayer_asset?: Maybe; + stagingxlayer_assets: Array; + stagingxlayer_assetStatus?: Maybe; + stagingxlayer_assetStatuses: Array; + stagingxlayer_assetBalance?: Maybe; + stagingxlayer_assetBalances: Array; + stagingxlayer_router?: Maybe; + stagingxlayer_routers: Array; + stagingxlayer_routerDailyTVL?: Maybe; + stagingxlayer_routerDailyTVLs: Array; + stagingxlayer_routerLiquidityEvent?: Maybe; + stagingxlayer_routerLiquidityEvents: Array; + stagingxlayer_setting?: Maybe; + stagingxlayer_settings: Array; + stagingxlayer_relayer?: Maybe; + stagingxlayer_relayers: Array; + stagingxlayer_sequencer?: Maybe; + stagingxlayer_sequencers: Array; + stagingxlayer_relayerFee?: Maybe; + stagingxlayer_relayerFees: Array; + stagingxlayer_originTransfer?: Maybe; + stagingxlayer_originTransfers: Array; + stagingxlayer_destinationTransfer?: Maybe; + stagingxlayer_destinationTransfers: Array; + stagingxlayer_originMessage?: Maybe; + stagingxlayer_originMessages: Array; + stagingxlayer_aggregateRoot?: Maybe; + stagingxlayer_aggregateRoots: Array; + stagingxlayer_connectorMeta?: Maybe; + stagingxlayer_connectorMetas: Array; + stagingxlayer_rootCount?: Maybe; + stagingxlayer_rootCounts: Array; + stagingxlayer_rootMessageSent?: Maybe; + stagingxlayer_rootMessageSents: Array; + stagingxlayer_relayerFeesIncrease?: Maybe; + stagingxlayer_relayerFeesIncreases: Array; + stagingxlayer_slippageUpdate?: Maybe; + stagingxlayer_slippageUpdates: Array; + stagingxlayer_snapshotRoot?: Maybe; + stagingxlayer_snapshotRoots: Array; + stagingxlayer_spokeConnectorMode?: Maybe; + stagingxlayer_spokeConnectorModes: Array; + stagingxlayer_aggregateRootProposed?: Maybe; + stagingxlayer_aggregateRootProposeds: Array; + stagingxlayer_optimisticRootFinalized?: Maybe; + stagingxlayer_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingxlayer__meta?: Maybe; +}; + + +export type Subscriptionstagingxlayer_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingxlayer__metaArgs = { + block?: InputMaybe; +}; + +export type stagingxlayer_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingxlayer__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 stagingxlayer__Meta_ = { + /** + * Information 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: stagingxlayer__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 QuerySdk = { + /** null **/ + stagingxlayer_asset: InContextSdkMethod, + /** null **/ + stagingxlayer_assets: InContextSdkMethod, + /** null **/ + stagingxlayer_assetStatus: InContextSdkMethod, + /** null **/ + stagingxlayer_assetStatuses: InContextSdkMethod, + /** null **/ + stagingxlayer_assetBalance: InContextSdkMethod, + /** null **/ + stagingxlayer_assetBalances: InContextSdkMethod, + /** null **/ + stagingxlayer_router: InContextSdkMethod, + /** null **/ + stagingxlayer_routers: InContextSdkMethod, + /** null **/ + stagingxlayer_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingxlayer_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingxlayer_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingxlayer_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingxlayer_setting: InContextSdkMethod, + /** null **/ + stagingxlayer_settings: InContextSdkMethod, + /** null **/ + stagingxlayer_relayer: InContextSdkMethod, + /** null **/ + stagingxlayer_relayers: InContextSdkMethod, + /** null **/ + stagingxlayer_sequencer: InContextSdkMethod, + /** null **/ + stagingxlayer_sequencers: InContextSdkMethod, + /** null **/ + stagingxlayer_relayerFee: InContextSdkMethod, + /** null **/ + stagingxlayer_relayerFees: InContextSdkMethod, + /** null **/ + stagingxlayer_originTransfer: InContextSdkMethod, + /** null **/ + stagingxlayer_originTransfers: InContextSdkMethod, + /** null **/ + stagingxlayer_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingxlayer_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingxlayer_originMessage: InContextSdkMethod, + /** null **/ + stagingxlayer_originMessages: InContextSdkMethod, + /** null **/ + stagingxlayer_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingxlayer_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingxlayer_connectorMeta: InContextSdkMethod, + /** null **/ + stagingxlayer_connectorMetas: InContextSdkMethod, + /** null **/ + stagingxlayer_rootCount: InContextSdkMethod, + /** null **/ + stagingxlayer_rootCounts: InContextSdkMethod, + /** null **/ + stagingxlayer_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingxlayer_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingxlayer_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingxlayer_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingxlayer_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingxlayer_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingxlayer_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingxlayer_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingxlayer_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingxlayer_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingxlayer_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingxlayer_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingxlayer_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingxlayer_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingxlayer__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingxlayer_asset: InContextSdkMethod, + /** null **/ + stagingxlayer_assets: InContextSdkMethod, + /** null **/ + stagingxlayer_assetStatus: InContextSdkMethod, + /** null **/ + stagingxlayer_assetStatuses: InContextSdkMethod, + /** null **/ + stagingxlayer_assetBalance: InContextSdkMethod, + /** null **/ + stagingxlayer_assetBalances: InContextSdkMethod, + /** null **/ + stagingxlayer_router: InContextSdkMethod, + /** null **/ + stagingxlayer_routers: InContextSdkMethod, + /** null **/ + stagingxlayer_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingxlayer_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingxlayer_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingxlayer_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingxlayer_setting: InContextSdkMethod, + /** null **/ + stagingxlayer_settings: InContextSdkMethod, + /** null **/ + stagingxlayer_relayer: InContextSdkMethod, + /** null **/ + stagingxlayer_relayers: InContextSdkMethod, + /** null **/ + stagingxlayer_sequencer: InContextSdkMethod, + /** null **/ + stagingxlayer_sequencers: InContextSdkMethod, + /** null **/ + stagingxlayer_relayerFee: InContextSdkMethod, + /** null **/ + stagingxlayer_relayerFees: InContextSdkMethod, + /** null **/ + stagingxlayer_originTransfer: InContextSdkMethod, + /** null **/ + stagingxlayer_originTransfers: InContextSdkMethod, + /** null **/ + stagingxlayer_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingxlayer_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingxlayer_originMessage: InContextSdkMethod, + /** null **/ + stagingxlayer_originMessages: InContextSdkMethod, + /** null **/ + stagingxlayer_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingxlayer_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingxlayer_connectorMeta: InContextSdkMethod, + /** null **/ + stagingxlayer_connectorMetas: InContextSdkMethod, + /** null **/ + stagingxlayer_rootCount: InContextSdkMethod, + /** null **/ + stagingxlayer_rootCounts: InContextSdkMethod, + /** null **/ + stagingxlayer_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingxlayer_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingxlayer_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingxlayer_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingxlayer_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingxlayer_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingxlayer_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingxlayer_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingxlayer_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingxlayer_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingxlayer_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingxlayer_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingxlayer_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingxlayer_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingxlayer__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_Xlayer"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/introspectionSchema.ts new file mode 100644 index 0000000000..e337af032a --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/introspectionSchema.ts @@ -0,0 +1,50096 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot" + }, + "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": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "endOfDispute" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_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": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "AggregateRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset" + }, + "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": "key" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance" + }, + "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": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_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": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned_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": "AssetBalance_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetBalance_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "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": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "feesEarned" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus" + }, + "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": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_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": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "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": "AssetStatus_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AssetStatus_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_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": "key" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "key_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetStatus_filter" + } + }, + "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": "Asset_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Asset_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status__status" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_filter" + } + }, + "directives": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routers_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "kind": "Name", + "value": "reconciledCaller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "DestinationTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "DestinationTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "DestinationTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpSlippageCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "reconciledTxNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage" + }, + "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": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_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": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "leaf_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + }, + "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": "OriginMessage_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginMessage_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootCount__count" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer" + }, + "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": "chainId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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": [] + } + ], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_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": "chainId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "chainId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transferId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "status_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "TransferStatus" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "to_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "delegate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "callData_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "originSender_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": { + "kind": "Name", + "value": "message" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "message_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginMessage_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "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": { + "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", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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": { + "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": "OriginTransfer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OriginTransfer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OriginTransfer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "chainId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "status" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "messageHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "to" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "delegate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receiveLocal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "callData" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "originSender" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bridgedAmt" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "normalizedIn" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactingAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transferId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__destinationDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__leaf" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__message" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "message__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "bumpRelayerFeeCount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "relayerFees" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "initialRelayerFeeAsset" + }, + "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": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "txNonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Relayer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee" + }, + "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": "fee" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "fee" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "fee_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", + "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": "RelayerFee_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFee_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RelayerFee_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": "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" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount_filter" + } + } + }, + "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", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + }, + "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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootMessageSent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "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" + } + }, + "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": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL" + }, + "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": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_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": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterDailyTVL_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Add" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Remove" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "type_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEventType" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "router_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "asset_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Asset_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amount_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "balance_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "nonce_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Filter for the block changed event.", + "block": true + }, + "name": { + "kind": "Name", + "value": "_change_block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "and" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "type" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "router__proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__key" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__decimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedDecimal" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalId" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__canonicalDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__adoptedAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__localAsset" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asset__blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "balance" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "nonce" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_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": "owner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "owner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "recipient_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances_" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AssetBalance_filter" + } + }, + "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": "Router_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Router_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Router_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "owner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "recipient" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedOwner" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "proposedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "assetBalances" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer" + }, + "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": "isActive" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_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": "sequencer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer_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": "Sequencer_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Sequencer_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Sequencer_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "isActive" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting" + }, + "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": "maxRoutersPerTransfer" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_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": "maxRoutersPerTransfer" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "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": "Setting_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Setting_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Setting_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "maxRoutersPerTransfer" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate" + }, + "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": "DestinationTransfer" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "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": "SlippageUpdate_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": "DestinationTransfer_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "slippage_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "caller_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "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": "SlippageUpdate_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SlippageUpdate_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SlippageUpdate_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__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__bumpSlippageCount" + }, + "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__amount" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__routersFee" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__executedTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledCaller" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTransactionHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTimestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasPrice" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledGasLimit" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledBlockNumber" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxOrigin" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "transfer__reconciledTxNonce" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "slippage" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot" + }, + "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": "FieldDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "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": "SnapshotRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SnapshotRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SnapshotRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "SpokeConnectorMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "asset" + }, + "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": "Asset" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assets" + }, + "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": "Asset_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": "Asset_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": "Asset" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatus" + }, + "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": "AssetStatus" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "assetStatuses" + }, + "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": "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" + } + }, + "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": [] + }, + { + "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": "AssetBalance" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "router" + }, + "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": "Router" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routers" + }, + "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": "Router_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": "Router_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": "Router" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVL" + }, + "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": "RouterDailyTVL" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerDailyTVLs" + }, + "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": "RouterDailyTVL_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": "RouterDailyTVL_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": "RouterDailyTVL" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvent" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "routerLiquidityEvents" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RouterLiquidityEvent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "setting" + }, + "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": "Setting" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "settings" + }, + "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": "Setting_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": "Setting_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": "Setting" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayer" + }, + "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": "Relayer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayers" + }, + "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": "Relayer_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": "Relayer_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": "Relayer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencer" + }, + "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": "Sequencer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "sequencers" + }, + "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": "Sequencer_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": "Sequencer_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": "Sequencer" + } + } + } + } + }, + "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": { + "kind": "Name", + "value": "originTransfer" + }, + "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": "OriginTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originTransfers" + }, + "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": "OriginTransfer_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": "OriginTransfer_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": "OriginTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfer" + }, + "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": "DestinationTransfer" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "destinationTransfers" + }, + "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": "DestinationTransfer_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": "DestinationTransfer_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": "DestinationTransfer" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessage" + }, + "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": "OriginMessage" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "originMessages" + }, + "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": "OriginMessage_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": "OriginMessage_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": "OriginMessage" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "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": "AggregateRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoots" + }, + "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": "AggregateRoot_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": "AggregateRoot_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": "AggregateRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMeta" + }, + "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": "ConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectorMetas" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootCount" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootCount" + } + }, + "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" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageSent" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncrease" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ID" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "relayerFeesIncreases" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "skip" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "0" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "first" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "defaultValue": { + "kind": "IntValue", + "value": "100" + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderBy" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_orderBy" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "orderDirection" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OrderDirection" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "where" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease_filter" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted.", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "description": { + "kind": "StringValue", + "value": "Set to `allow` to receive data even if the subgraph has skipped over errors while syncing.", + "block": true + }, + "name": { + "kind": "Name", + "value": "subgraphError" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + } + } + }, + "defaultValue": { + "kind": "EnumValue", + "value": "deny" + }, + "directives": [] + } + ], + "type": { + "kind": "NonNullType", + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RelayerFeesIncrease" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdate" + }, + "arguments": [ + { + "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": "SlippageUpdate" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "slippageUpdates" + }, + "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": "SlippageUpdate_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": "SlippageUpdate_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": "SlippageUpdate" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoot" + }, + "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": "SnapshotRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotRoots" + }, + "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": "SnapshotRoot_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": "SnapshotRoot_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": "SnapshotRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorMode" + }, + "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": "SpokeConnectorMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "spokeConnectorModes" + }, + "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": "SpokeConnectorMode_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": "SpokeConnectorMode_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": "SpokeConnectorMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposed" + }, + "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": "AggregateRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootProposeds" + }, + "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": "AggregateRootProposed_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": "AggregateRootProposed_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": "AggregateRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalized" + }, + "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": "OptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootFinalizeds" + }, + "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": "OptimisticRootFinalized_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": "OptimisticRootFinalized_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": "OptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "TransferStatus" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "XCalled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Executed" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "Reconciled" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedSlow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "CompletedFast" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/schema.graphql new file mode 100644 index 0000000000..59d9572be8 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/schema.graphql @@ -0,0 +1,3999 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingzksync_AggregateRoot { + id: ID! + root: stagingzksync_Bytes! + blockNumber: BigInt! +} + +type stagingzksync_AggregateRootProposed { + id: ID! + aggregateRoot: stagingzksync_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingzksync_AggregateRootProposed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingzksync_Bytes + aggregateRoot_not: stagingzksync_Bytes + aggregateRoot_gt: stagingzksync_Bytes + aggregateRoot_lt: stagingzksync_Bytes + aggregateRoot_gte: stagingzksync_Bytes + aggregateRoot_lte: stagingzksync_Bytes + aggregateRoot_in: [stagingzksync_Bytes!] + aggregateRoot_not_in: [stagingzksync_Bytes!] + aggregateRoot_contains: stagingzksync_Bytes + aggregateRoot_not_contains: stagingzksync_Bytes + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + endOfDispute: BigInt + endOfDispute_not: BigInt + endOfDispute_gt: BigInt + endOfDispute_lt: BigInt + endOfDispute_gte: BigInt + endOfDispute_lte: BigInt + endOfDispute_in: [BigInt!] + endOfDispute_not_in: [BigInt!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_AggregateRootProposed_filter] + or: [stagingzksync_AggregateRootProposed_filter] +} + +enum stagingzksync_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input stagingzksync_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: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AggregateRoot_filter] + or: [stagingzksync_AggregateRoot_filter] +} + +enum stagingzksync_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum stagingzksync_Aggregation_interval { + hour + day +} + +type stagingzksync_Asset { + id: ID! + key: stagingzksync_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingzksync_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingzksync_Bytes + localAsset: stagingzksync_Bytes + blockNumber: BigInt + status: stagingzksync_AssetStatus +} + +type stagingzksync_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingzksync_Router! + asset: stagingzksync_Asset! + feesEarned: BigInt! +} + +input stagingzksync_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_: stagingzksync_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_: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AssetBalance_filter] + or: [stagingzksync_AssetBalance_filter] +} + +enum stagingzksync_AssetBalance_orderBy { + id + amount + locked + supplied + removed + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + feesEarned +} + +type stagingzksync_AssetStatus { + id: ID! + status: Boolean +} + +input stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AssetStatus_filter] + or: [stagingzksync_AssetStatus_filter] +} + +enum stagingzksync_AssetStatus_orderBy { + id + status +} + +input stagingzksync_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: stagingzksync_Bytes + key_not: stagingzksync_Bytes + key_gt: stagingzksync_Bytes + key_lt: stagingzksync_Bytes + key_gte: stagingzksync_Bytes + key_lte: stagingzksync_Bytes + key_in: [stagingzksync_Bytes!] + key_not_in: [stagingzksync_Bytes!] + key_contains: stagingzksync_Bytes + key_not_contains: stagingzksync_Bytes + decimal: BigInt + decimal_not: BigInt + decimal_gt: BigInt + decimal_lt: BigInt + decimal_gte: BigInt + decimal_lte: BigInt + decimal_in: [BigInt!] + decimal_not_in: [BigInt!] + adoptedDecimal: BigInt + adoptedDecimal_not: BigInt + adoptedDecimal_gt: BigInt + adoptedDecimal_lt: BigInt + adoptedDecimal_gte: BigInt + adoptedDecimal_lte: BigInt + adoptedDecimal_in: [BigInt!] + adoptedDecimal_not_in: [BigInt!] + canonicalId: stagingzksync_Bytes + canonicalId_not: stagingzksync_Bytes + canonicalId_gt: stagingzksync_Bytes + canonicalId_lt: stagingzksync_Bytes + canonicalId_gte: stagingzksync_Bytes + canonicalId_lte: stagingzksync_Bytes + canonicalId_in: [stagingzksync_Bytes!] + canonicalId_not_in: [stagingzksync_Bytes!] + canonicalId_contains: stagingzksync_Bytes + canonicalId_not_contains: stagingzksync_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: stagingzksync_Bytes + adoptedAsset_not: stagingzksync_Bytes + adoptedAsset_gt: stagingzksync_Bytes + adoptedAsset_lt: stagingzksync_Bytes + adoptedAsset_gte: stagingzksync_Bytes + adoptedAsset_lte: stagingzksync_Bytes + adoptedAsset_in: [stagingzksync_Bytes!] + adoptedAsset_not_in: [stagingzksync_Bytes!] + adoptedAsset_contains: stagingzksync_Bytes + adoptedAsset_not_contains: stagingzksync_Bytes + localAsset: stagingzksync_Bytes + localAsset_not: stagingzksync_Bytes + localAsset_gt: stagingzksync_Bytes + localAsset_lt: stagingzksync_Bytes + localAsset_gte: stagingzksync_Bytes + localAsset_lte: stagingzksync_Bytes + localAsset_in: [stagingzksync_Bytes!] + localAsset_not_in: [stagingzksync_Bytes!] + localAsset_contains: stagingzksync_Bytes + localAsset_not_contains: stagingzksync_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_: stagingzksync_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Asset_filter] + or: [stagingzksync_Asset_filter] +} + +enum stagingzksync_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +scalar stagingzksync_BigDecimal + +scalar BigInt + +input stagingzksync_BlockChangedFilter { + number_gte: Int! +} + +input stagingzksync_Block_height { + hash: stagingzksync_Bytes + number: Int + number_gte: Int +} + +scalar stagingzksync_Bytes + +type stagingzksync_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingzksync_Bytes + rootManager: stagingzksync_Bytes + mirrorConnector: stagingzksync_Bytes +} + +input stagingzksync_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: stagingzksync_Bytes + amb_not: stagingzksync_Bytes + amb_gt: stagingzksync_Bytes + amb_lt: stagingzksync_Bytes + amb_gte: stagingzksync_Bytes + amb_lte: stagingzksync_Bytes + amb_in: [stagingzksync_Bytes!] + amb_not_in: [stagingzksync_Bytes!] + amb_contains: stagingzksync_Bytes + amb_not_contains: stagingzksync_Bytes + rootManager: stagingzksync_Bytes + rootManager_not: stagingzksync_Bytes + rootManager_gt: stagingzksync_Bytes + rootManager_lt: stagingzksync_Bytes + rootManager_gte: stagingzksync_Bytes + rootManager_lte: stagingzksync_Bytes + rootManager_in: [stagingzksync_Bytes!] + rootManager_not_in: [stagingzksync_Bytes!] + rootManager_contains: stagingzksync_Bytes + rootManager_not_contains: stagingzksync_Bytes + mirrorConnector: stagingzksync_Bytes + mirrorConnector_not: stagingzksync_Bytes + mirrorConnector_gt: stagingzksync_Bytes + mirrorConnector_lt: stagingzksync_Bytes + mirrorConnector_gte: stagingzksync_Bytes + mirrorConnector_lte: stagingzksync_Bytes + mirrorConnector_in: [stagingzksync_Bytes!] + mirrorConnector_not_in: [stagingzksync_Bytes!] + mirrorConnector_contains: stagingzksync_Bytes + mirrorConnector_not_contains: stagingzksync_Bytes + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_ConnectorMeta_filter] + or: [stagingzksync_ConnectorMeta_filter] +} + +enum stagingzksync_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingzksync_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingzksync_Bytes + nonce: BigInt + status: stagingzksync_TransferStatus + routers(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_Router_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_Router_filter): [stagingzksync_Router!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingzksync_Bytes + delegate: stagingzksync_Bytes + receiveLocal: Boolean + callData: stagingzksync_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingzksync_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingzksync_Bytes + asset: stagingzksync_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingzksync_Bytes + executedTransactionHash: stagingzksync_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingzksync_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingzksync_Bytes + reconciledTransactionHash: stagingzksync_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingzksync_Bytes + reconciledTxNonce: BigInt +} + +input stagingzksync_DestinationTransfer_filter { + 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: stagingzksync_Bytes + transferId_not: stagingzksync_Bytes + transferId_gt: stagingzksync_Bytes + transferId_lt: stagingzksync_Bytes + transferId_gte: stagingzksync_Bytes + transferId_lte: stagingzksync_Bytes + transferId_in: [stagingzksync_Bytes!] + transferId_not_in: [stagingzksync_Bytes!] + transferId_contains: stagingzksync_Bytes + transferId_not_contains: stagingzksync_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: stagingzksync_TransferStatus + status_not: stagingzksync_TransferStatus + status_in: [stagingzksync_TransferStatus!] + status_not_in: [stagingzksync_TransferStatus!] + routers: [String!] + routers_not: [String!] + routers_contains: [String!] + routers_contains_nocase: [String!] + routers_not_contains: [String!] + routers_not_contains_nocase: [String!] + routers_: stagingzksync_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: stagingzksync_Bytes + to_not: stagingzksync_Bytes + to_gt: stagingzksync_Bytes + to_lt: stagingzksync_Bytes + to_gte: stagingzksync_Bytes + to_lte: stagingzksync_Bytes + to_in: [stagingzksync_Bytes!] + to_not_in: [stagingzksync_Bytes!] + to_contains: stagingzksync_Bytes + to_not_contains: stagingzksync_Bytes + delegate: stagingzksync_Bytes + delegate_not: stagingzksync_Bytes + delegate_gt: stagingzksync_Bytes + delegate_lt: stagingzksync_Bytes + delegate_gte: stagingzksync_Bytes + delegate_lte: stagingzksync_Bytes + delegate_in: [stagingzksync_Bytes!] + delegate_not_in: [stagingzksync_Bytes!] + delegate_contains: stagingzksync_Bytes + delegate_not_contains: stagingzksync_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingzksync_Bytes + callData_not: stagingzksync_Bytes + callData_gt: stagingzksync_Bytes + callData_lt: stagingzksync_Bytes + callData_gte: stagingzksync_Bytes + callData_lte: stagingzksync_Bytes + callData_in: [stagingzksync_Bytes!] + callData_not_in: [stagingzksync_Bytes!] + callData_contains: stagingzksync_Bytes + callData_not_contains: stagingzksync_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: stagingzksync_Bytes + originSender_not: stagingzksync_Bytes + originSender_gt: stagingzksync_Bytes + originSender_lt: stagingzksync_Bytes + originSender_gte: stagingzksync_Bytes + originSender_lte: stagingzksync_Bytes + originSender_in: [stagingzksync_Bytes!] + originSender_not_in: [stagingzksync_Bytes!] + originSender_contains: stagingzksync_Bytes + originSender_not_contains: stagingzksync_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: stagingzksync_Bytes + canonicalId_not: stagingzksync_Bytes + canonicalId_gt: stagingzksync_Bytes + canonicalId_lt: stagingzksync_Bytes + canonicalId_gte: stagingzksync_Bytes + canonicalId_lte: stagingzksync_Bytes + canonicalId_in: [stagingzksync_Bytes!] + canonicalId_not_in: [stagingzksync_Bytes!] + canonicalId_contains: stagingzksync_Bytes + canonicalId_not_contains: stagingzksync_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_: stagingzksync_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: stagingzksync_Bytes + executedCaller_not: stagingzksync_Bytes + executedCaller_gt: stagingzksync_Bytes + executedCaller_lt: stagingzksync_Bytes + executedCaller_gte: stagingzksync_Bytes + executedCaller_lte: stagingzksync_Bytes + executedCaller_in: [stagingzksync_Bytes!] + executedCaller_not_in: [stagingzksync_Bytes!] + executedCaller_contains: stagingzksync_Bytes + executedCaller_not_contains: stagingzksync_Bytes + executedTransactionHash: stagingzksync_Bytes + executedTransactionHash_not: stagingzksync_Bytes + executedTransactionHash_gt: stagingzksync_Bytes + executedTransactionHash_lt: stagingzksync_Bytes + executedTransactionHash_gte: stagingzksync_Bytes + executedTransactionHash_lte: stagingzksync_Bytes + executedTransactionHash_in: [stagingzksync_Bytes!] + executedTransactionHash_not_in: [stagingzksync_Bytes!] + executedTransactionHash_contains: stagingzksync_Bytes + executedTransactionHash_not_contains: stagingzksync_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: stagingzksync_Bytes + executedTxOrigin_not: stagingzksync_Bytes + executedTxOrigin_gt: stagingzksync_Bytes + executedTxOrigin_lt: stagingzksync_Bytes + executedTxOrigin_gte: stagingzksync_Bytes + executedTxOrigin_lte: stagingzksync_Bytes + executedTxOrigin_in: [stagingzksync_Bytes!] + executedTxOrigin_not_in: [stagingzksync_Bytes!] + executedTxOrigin_contains: stagingzksync_Bytes + executedTxOrigin_not_contains: stagingzksync_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: stagingzksync_Bytes + reconciledCaller_not: stagingzksync_Bytes + reconciledCaller_gt: stagingzksync_Bytes + reconciledCaller_lt: stagingzksync_Bytes + reconciledCaller_gte: stagingzksync_Bytes + reconciledCaller_lte: stagingzksync_Bytes + reconciledCaller_in: [stagingzksync_Bytes!] + reconciledCaller_not_in: [stagingzksync_Bytes!] + reconciledCaller_contains: stagingzksync_Bytes + reconciledCaller_not_contains: stagingzksync_Bytes + reconciledTransactionHash: stagingzksync_Bytes + reconciledTransactionHash_not: stagingzksync_Bytes + reconciledTransactionHash_gt: stagingzksync_Bytes + reconciledTransactionHash_lt: stagingzksync_Bytes + reconciledTransactionHash_gte: stagingzksync_Bytes + reconciledTransactionHash_lte: stagingzksync_Bytes + reconciledTransactionHash_in: [stagingzksync_Bytes!] + reconciledTransactionHash_not_in: [stagingzksync_Bytes!] + reconciledTransactionHash_contains: stagingzksync_Bytes + reconciledTransactionHash_not_contains: stagingzksync_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: stagingzksync_Bytes + reconciledTxOrigin_not: stagingzksync_Bytes + reconciledTxOrigin_gt: stagingzksync_Bytes + reconciledTxOrigin_lt: stagingzksync_Bytes + reconciledTxOrigin_gte: stagingzksync_Bytes + reconciledTxOrigin_lte: stagingzksync_Bytes + reconciledTxOrigin_in: [stagingzksync_Bytes!] + reconciledTxOrigin_not_in: [stagingzksync_Bytes!] + reconciledTxOrigin_contains: stagingzksync_Bytes + reconciledTxOrigin_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_DestinationTransfer_filter] + or: [stagingzksync_DestinationTransfer_filter] +} + +enum stagingzksync_DestinationTransfer_orderBy { + id + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce +} + +""" +8 bytes signed integer + +""" +scalar stagingzksync_Int8 + +type stagingzksync_OptimisticRootFinalized { + id: ID! + aggregateRoot: stagingzksync_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingzksync_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: stagingzksync_Bytes + aggregateRoot_not: stagingzksync_Bytes + aggregateRoot_gt: stagingzksync_Bytes + aggregateRoot_lt: stagingzksync_Bytes + aggregateRoot_gte: stagingzksync_Bytes + aggregateRoot_lte: stagingzksync_Bytes + aggregateRoot_in: [stagingzksync_Bytes!] + aggregateRoot_not_in: [stagingzksync_Bytes!] + aggregateRoot_contains: stagingzksync_Bytes + aggregateRoot_not_contains: stagingzksync_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_OptimisticRootFinalized_filter] + or: [stagingzksync_OptimisticRootFinalized_filter] +} + +enum stagingzksync_OptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingzksync_OrderDirection { + asc + desc +} + +type stagingzksync_OriginMessage { + id: ID! + transferId: stagingzksync_Bytes + destinationDomain: BigInt + leaf: stagingzksync_Bytes + index: BigInt + message: stagingzksync_Bytes + root: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + blockNumber: BigInt + rootCount: stagingzksync_RootCount +} + +input stagingzksync_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: stagingzksync_Bytes + transferId_not: stagingzksync_Bytes + transferId_gt: stagingzksync_Bytes + transferId_lt: stagingzksync_Bytes + transferId_gte: stagingzksync_Bytes + transferId_lte: stagingzksync_Bytes + transferId_in: [stagingzksync_Bytes!] + transferId_not_in: [stagingzksync_Bytes!] + transferId_contains: stagingzksync_Bytes + transferId_not_contains: stagingzksync_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: stagingzksync_Bytes + leaf_not: stagingzksync_Bytes + leaf_gt: stagingzksync_Bytes + leaf_lt: stagingzksync_Bytes + leaf_gte: stagingzksync_Bytes + leaf_lte: stagingzksync_Bytes + leaf_in: [stagingzksync_Bytes!] + leaf_not_in: [stagingzksync_Bytes!] + leaf_contains: stagingzksync_Bytes + leaf_not_contains: stagingzksync_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: stagingzksync_Bytes + message_not: stagingzksync_Bytes + message_gt: stagingzksync_Bytes + message_lt: stagingzksync_Bytes + message_gte: stagingzksync_Bytes + message_lte: stagingzksync_Bytes + message_in: [stagingzksync_Bytes!] + message_not_in: [stagingzksync_Bytes!] + message_contains: stagingzksync_Bytes + message_not_contains: stagingzksync_Bytes + root: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_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_: stagingzksync_RootCount_filter + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_OriginMessage_filter] + or: [stagingzksync_OriginMessage_filter] +} + +enum stagingzksync_OriginMessage_orderBy { + id + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count +} + +type stagingzksync_OriginTransfer { + id: ID! + chainId: BigInt + transferId: stagingzksync_Bytes + nonce: BigInt + status: stagingzksync_TransferStatus + messageHash: stagingzksync_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingzksync_Bytes + delegate: stagingzksync_Bytes + receiveLocal: Boolean + callData: stagingzksync_Bytes + slippage: BigInt + originSender: stagingzksync_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingzksync_Bytes + asset: stagingzksync_Asset + transactingAsset: stagingzksync_Bytes + message: stagingzksync_OriginMessage + bumpRelayerFeeCount: BigInt + relayerFees(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_RelayerFee_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_RelayerFee_filter): [stagingzksync_RelayerFee!] + initialRelayerFeeAsset: stagingzksync_Bytes + caller: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingzksync_Bytes + txNonce: BigInt +} + +input stagingzksync_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: stagingzksync_Bytes + transferId_not: stagingzksync_Bytes + transferId_gt: stagingzksync_Bytes + transferId_lt: stagingzksync_Bytes + transferId_gte: stagingzksync_Bytes + transferId_lte: stagingzksync_Bytes + transferId_in: [stagingzksync_Bytes!] + transferId_not_in: [stagingzksync_Bytes!] + transferId_contains: stagingzksync_Bytes + transferId_not_contains: stagingzksync_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: stagingzksync_TransferStatus + status_not: stagingzksync_TransferStatus + status_in: [stagingzksync_TransferStatus!] + status_not_in: [stagingzksync_TransferStatus!] + messageHash: stagingzksync_Bytes + messageHash_not: stagingzksync_Bytes + messageHash_gt: stagingzksync_Bytes + messageHash_lt: stagingzksync_Bytes + messageHash_gte: stagingzksync_Bytes + messageHash_lte: stagingzksync_Bytes + messageHash_in: [stagingzksync_Bytes!] + messageHash_not_in: [stagingzksync_Bytes!] + messageHash_contains: stagingzksync_Bytes + messageHash_not_contains: stagingzksync_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: stagingzksync_Bytes + to_not: stagingzksync_Bytes + to_gt: stagingzksync_Bytes + to_lt: stagingzksync_Bytes + to_gte: stagingzksync_Bytes + to_lte: stagingzksync_Bytes + to_in: [stagingzksync_Bytes!] + to_not_in: [stagingzksync_Bytes!] + to_contains: stagingzksync_Bytes + to_not_contains: stagingzksync_Bytes + delegate: stagingzksync_Bytes + delegate_not: stagingzksync_Bytes + delegate_gt: stagingzksync_Bytes + delegate_lt: stagingzksync_Bytes + delegate_gte: stagingzksync_Bytes + delegate_lte: stagingzksync_Bytes + delegate_in: [stagingzksync_Bytes!] + delegate_not_in: [stagingzksync_Bytes!] + delegate_contains: stagingzksync_Bytes + delegate_not_contains: stagingzksync_Bytes + receiveLocal: Boolean + receiveLocal_not: Boolean + receiveLocal_in: [Boolean!] + receiveLocal_not_in: [Boolean!] + callData: stagingzksync_Bytes + callData_not: stagingzksync_Bytes + callData_gt: stagingzksync_Bytes + callData_lt: stagingzksync_Bytes + callData_gte: stagingzksync_Bytes + callData_lte: stagingzksync_Bytes + callData_in: [stagingzksync_Bytes!] + callData_not_in: [stagingzksync_Bytes!] + callData_contains: stagingzksync_Bytes + callData_not_contains: stagingzksync_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: stagingzksync_Bytes + originSender_not: stagingzksync_Bytes + originSender_gt: stagingzksync_Bytes + originSender_lt: stagingzksync_Bytes + originSender_gte: stagingzksync_Bytes + originSender_lte: stagingzksync_Bytes + originSender_in: [stagingzksync_Bytes!] + originSender_not_in: [stagingzksync_Bytes!] + originSender_contains: stagingzksync_Bytes + originSender_not_contains: stagingzksync_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: stagingzksync_Bytes + canonicalId_not: stagingzksync_Bytes + canonicalId_gt: stagingzksync_Bytes + canonicalId_lt: stagingzksync_Bytes + canonicalId_gte: stagingzksync_Bytes + canonicalId_lte: stagingzksync_Bytes + canonicalId_in: [stagingzksync_Bytes!] + canonicalId_not_in: [stagingzksync_Bytes!] + canonicalId_contains: stagingzksync_Bytes + canonicalId_not_contains: stagingzksync_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_: stagingzksync_Asset_filter + transactingAsset: stagingzksync_Bytes + transactingAsset_not: stagingzksync_Bytes + transactingAsset_gt: stagingzksync_Bytes + transactingAsset_lt: stagingzksync_Bytes + transactingAsset_gte: stagingzksync_Bytes + transactingAsset_lte: stagingzksync_Bytes + transactingAsset_in: [stagingzksync_Bytes!] + transactingAsset_not_in: [stagingzksync_Bytes!] + transactingAsset_contains: stagingzksync_Bytes + transactingAsset_not_contains: stagingzksync_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_: stagingzksync_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_: stagingzksync_RelayerFee_filter + initialRelayerFeeAsset: stagingzksync_Bytes + initialRelayerFeeAsset_not: stagingzksync_Bytes + initialRelayerFeeAsset_gt: stagingzksync_Bytes + initialRelayerFeeAsset_lt: stagingzksync_Bytes + initialRelayerFeeAsset_gte: stagingzksync_Bytes + initialRelayerFeeAsset_lte: stagingzksync_Bytes + initialRelayerFeeAsset_in: [stagingzksync_Bytes!] + initialRelayerFeeAsset_not_in: [stagingzksync_Bytes!] + initialRelayerFeeAsset_contains: stagingzksync_Bytes + initialRelayerFeeAsset_not_contains: stagingzksync_Bytes + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_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: stagingzksync_Bytes + txOrigin_not: stagingzksync_Bytes + txOrigin_gt: stagingzksync_Bytes + txOrigin_lt: stagingzksync_Bytes + txOrigin_gte: stagingzksync_Bytes + txOrigin_lte: stagingzksync_Bytes + txOrigin_in: [stagingzksync_Bytes!] + txOrigin_not_in: [stagingzksync_Bytes!] + txOrigin_contains: stagingzksync_Bytes + txOrigin_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_OriginTransfer_filter] + or: [stagingzksync_OriginTransfer_filter] +} + +enum stagingzksync_OriginTransfer_orderBy { + id + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce +} + +type Query { + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_Asset + stagingzksync_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_Asset_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_Asset!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_AssetStatus + stagingzksync_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_AssetStatus_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_AssetStatus!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_AssetBalance + stagingzksync_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_AssetBalance_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_AssetBalance!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_Router + stagingzksync_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_Router_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_Router!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RouterDailyTVL + stagingzksync_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RouterDailyTVL_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RouterDailyTVL!]! + stagingzksync_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RouterLiquidityEvent + stagingzksync_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RouterLiquidityEvent_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RouterLiquidityEvent!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_Setting + stagingzksync_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_Setting_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_Setting!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_Relayer + stagingzksync_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_Relayer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_Relayer!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_Sequencer + stagingzksync_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_Sequencer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_Sequencer!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RelayerFee + stagingzksync_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RelayerFee_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RelayerFee!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_OriginTransfer + stagingzksync_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_OriginTransfer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_OriginTransfer!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_DestinationTransfer + stagingzksync_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_DestinationTransfer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_DestinationTransfer!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_OriginMessage + stagingzksync_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_OriginMessage_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_OriginMessage!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_AggregateRoot + stagingzksync_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_AggregateRoot_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_AggregateRoot!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_ConnectorMeta + stagingzksync_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_ConnectorMeta_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_ConnectorMeta!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RootCount + stagingzksync_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RootCount_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RootCount!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RootMessageSent + stagingzksync_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RootMessageSent_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RootMessageSent!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RelayerFeesIncrease + stagingzksync_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RelayerFeesIncrease_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RelayerFeesIncrease!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_SlippageUpdate + stagingzksync_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_SlippageUpdate_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_SlippageUpdate!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_SnapshotRoot + stagingzksync_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_SnapshotRoot_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_SnapshotRoot!]! + stagingzksync_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_SpokeConnectorMode + stagingzksync_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_SpokeConnectorMode_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_SpokeConnectorMode!]! + stagingzksync_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_AggregateRootProposed + stagingzksync_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_AggregateRootProposed_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_AggregateRootProposed!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_OptimisticRootFinalized + stagingzksync_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_OptimisticRootFinalized_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ +} + +type stagingzksync_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingzksync_Bytes +} + +type stagingzksync_RelayerFee { + id: ID! + transfer: stagingzksync_OriginTransfer! + fee: BigInt! + asset: stagingzksync_Bytes! +} + +input stagingzksync_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_: stagingzksync_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: stagingzksync_Bytes + asset_not: stagingzksync_Bytes + asset_gt: stagingzksync_Bytes + asset_lt: stagingzksync_Bytes + asset_gte: stagingzksync_Bytes + asset_lte: stagingzksync_Bytes + asset_in: [stagingzksync_Bytes!] + asset_not_in: [stagingzksync_Bytes!] + asset_contains: stagingzksync_Bytes + asset_not_contains: stagingzksync_Bytes + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RelayerFee_filter] + or: [stagingzksync_RelayerFee_filter] +} + +enum stagingzksync_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 stagingzksync_RelayerFeesIncrease { + id: ID! + transfer: stagingzksync_OriginTransfer! + increase: BigInt + asset: stagingzksync_Bytes + caller: stagingzksync_Bytes! + transactionHash: stagingzksync_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingzksync_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_: stagingzksync_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: stagingzksync_Bytes + asset_not: stagingzksync_Bytes + asset_gt: stagingzksync_Bytes + asset_lt: stagingzksync_Bytes + asset_gte: stagingzksync_Bytes + asset_lte: stagingzksync_Bytes + asset_in: [stagingzksync_Bytes!] + asset_not_in: [stagingzksync_Bytes!] + asset_contains: stagingzksync_Bytes + asset_not_contains: stagingzksync_Bytes + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RelayerFeesIncrease_filter] + or: [stagingzksync_RelayerFeesIncrease_filter] +} + +enum stagingzksync_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 stagingzksync_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: stagingzksync_Bytes + relayer_not: stagingzksync_Bytes + relayer_gt: stagingzksync_Bytes + relayer_lt: stagingzksync_Bytes + relayer_gte: stagingzksync_Bytes + relayer_lte: stagingzksync_Bytes + relayer_in: [stagingzksync_Bytes!] + relayer_not_in: [stagingzksync_Bytes!] + relayer_contains: stagingzksync_Bytes + relayer_not_contains: stagingzksync_Bytes + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Relayer_filter] + or: [stagingzksync_Relayer_filter] +} + +enum stagingzksync_Relayer_orderBy { + id + isActive + relayer +} + +type stagingzksync_RootCount { + id: ID! + count: BigInt +} + +input stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RootCount_filter] + or: [stagingzksync_RootCount_filter] +} + +enum stagingzksync_RootCount_orderBy { + id + count +} + +type stagingzksync_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingzksync_Bytes + count: BigInt + caller: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingzksync_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: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_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: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RootMessageSent_filter] + or: [stagingzksync_RootMessageSent_filter] +} + +enum stagingzksync_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingzksync_Router { + id: ID! + isActive: Boolean! + owner: stagingzksync_Bytes + recipient: stagingzksync_Bytes + proposedOwner: stagingzksync_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_AssetBalance_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_AssetBalance_filter): [stagingzksync_AssetBalance!]! +} + +type stagingzksync_RouterDailyTVL { + id: ID! + router: stagingzksync_Router! + asset: stagingzksync_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input stagingzksync_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_: stagingzksync_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_: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RouterDailyTVL_filter] + or: [stagingzksync_RouterDailyTVL_filter] +} + +enum stagingzksync_RouterDailyTVL_orderBy { + id + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + timestamp + balance +} + +type stagingzksync_RouterLiquidityEvent { + id: ID! + type: stagingzksync_RouterLiquidityEventType + router: stagingzksync_Router! + asset: stagingzksync_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingzksync_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: stagingzksync_Bytes! + nonce: BigInt! +} + +enum stagingzksync_RouterLiquidityEventType { + Add + Remove +} + +input stagingzksync_RouterLiquidityEvent_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + type: stagingzksync_RouterLiquidityEventType + type_not: stagingzksync_RouterLiquidityEventType + type_in: [stagingzksync_RouterLiquidityEventType!] + type_not_in: [stagingzksync_RouterLiquidityEventType!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: stagingzksync_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_: stagingzksync_Asset_filter + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] + caller: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RouterLiquidityEvent_filter] + or: [stagingzksync_RouterLiquidityEvent_filter] +} + +enum stagingzksync_RouterLiquidityEvent_orderBy { + id + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + balance + caller + blockNumber + timestamp + transactionHash + nonce +} + +input stagingzksync_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: stagingzksync_Bytes + owner_not: stagingzksync_Bytes + owner_gt: stagingzksync_Bytes + owner_lt: stagingzksync_Bytes + owner_gte: stagingzksync_Bytes + owner_lte: stagingzksync_Bytes + owner_in: [stagingzksync_Bytes!] + owner_not_in: [stagingzksync_Bytes!] + owner_contains: stagingzksync_Bytes + owner_not_contains: stagingzksync_Bytes + recipient: stagingzksync_Bytes + recipient_not: stagingzksync_Bytes + recipient_gt: stagingzksync_Bytes + recipient_lt: stagingzksync_Bytes + recipient_gte: stagingzksync_Bytes + recipient_lte: stagingzksync_Bytes + recipient_in: [stagingzksync_Bytes!] + recipient_not_in: [stagingzksync_Bytes!] + recipient_contains: stagingzksync_Bytes + recipient_not_contains: stagingzksync_Bytes + proposedOwner: stagingzksync_Bytes + proposedOwner_not: stagingzksync_Bytes + proposedOwner_gt: stagingzksync_Bytes + proposedOwner_lt: stagingzksync_Bytes + proposedOwner_gte: stagingzksync_Bytes + proposedOwner_lte: stagingzksync_Bytes + proposedOwner_in: [stagingzksync_Bytes!] + proposedOwner_not_in: [stagingzksync_Bytes!] + proposedOwner_contains: stagingzksync_Bytes + proposedOwner_not_contains: stagingzksync_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_: stagingzksync_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Router_filter] + or: [stagingzksync_Router_filter] +} + +enum stagingzksync_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type stagingzksync_Sequencer { + id: ID! + isActive: Boolean! + sequencer: stagingzksync_Bytes +} + +input stagingzksync_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: stagingzksync_Bytes + sequencer_not: stagingzksync_Bytes + sequencer_gt: stagingzksync_Bytes + sequencer_lt: stagingzksync_Bytes + sequencer_gte: stagingzksync_Bytes + sequencer_lte: stagingzksync_Bytes + sequencer_in: [stagingzksync_Bytes!] + sequencer_not_in: [stagingzksync_Bytes!] + sequencer_contains: stagingzksync_Bytes + sequencer_not_contains: stagingzksync_Bytes + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Sequencer_filter] + or: [stagingzksync_Sequencer_filter] +} + +enum stagingzksync_Sequencer_orderBy { + id + isActive + sequencer +} + +type stagingzksync_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: stagingzksync_Bytes! +} + +input stagingzksync_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: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Setting_filter] + or: [stagingzksync_Setting_filter] +} + +enum stagingzksync_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type stagingzksync_SlippageUpdate { + id: ID! + transfer: stagingzksync_DestinationTransfer! + slippage: BigInt! + caller: stagingzksync_Bytes! + transactionHash: stagingzksync_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input stagingzksync_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_: stagingzksync_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: stagingzksync_Bytes + caller_not: stagingzksync_Bytes + caller_gt: stagingzksync_Bytes + caller_lt: stagingzksync_Bytes + caller_gte: stagingzksync_Bytes + caller_lte: stagingzksync_Bytes + caller_in: [stagingzksync_Bytes!] + caller_not_in: [stagingzksync_Bytes!] + caller_contains: stagingzksync_Bytes + caller_not_contains: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes + transactionHash_not: stagingzksync_Bytes + transactionHash_gt: stagingzksync_Bytes + transactionHash_lt: stagingzksync_Bytes + transactionHash_gte: stagingzksync_Bytes + transactionHash_lte: stagingzksync_Bytes + transactionHash_in: [stagingzksync_Bytes!] + transactionHash_not_in: [stagingzksync_Bytes!] + transactionHash_contains: stagingzksync_Bytes + transactionHash_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_SlippageUpdate_filter] + or: [stagingzksync_SlippageUpdate_filter] +} + +enum stagingzksync_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 stagingzksync_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: stagingzksync_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input stagingzksync_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: stagingzksync_Bytes + root_not: stagingzksync_Bytes + root_gt: stagingzksync_Bytes + root_lt: stagingzksync_Bytes + root_gte: stagingzksync_Bytes + root_lte: stagingzksync_Bytes + root_in: [stagingzksync_Bytes!] + root_not_in: [stagingzksync_Bytes!] + root_contains: stagingzksync_Bytes + root_not_contains: stagingzksync_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: stagingzksync_BlockChangedFilter + and: [stagingzksync_SnapshotRoot_filter] + or: [stagingzksync_SnapshotRoot_filter] +} + +enum stagingzksync_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type stagingzksync_SpokeConnectorMode { + id: ID! + mode: String! +} + +input stagingzksync_SpokeConnectorMode_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + mode: String + mode_not: String + mode_gt: String + mode_lt: String + mode_gte: String + mode_lte: String + mode_in: [String!] + mode_not_in: [String!] + mode_contains: String + mode_contains_nocase: String + mode_not_contains: String + mode_not_contains_nocase: String + mode_starts_with: String + mode_starts_with_nocase: String + mode_not_starts_with: String + mode_not_starts_with_nocase: String + mode_ends_with: String + mode_ends_with_nocase: String + mode_not_ends_with: String + mode_not_ends_with_nocase: String + """Filter for the block changed event.""" + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_SpokeConnectorMode_filter] + or: [stagingzksync_SpokeConnectorMode_filter] +} + +enum stagingzksync_SpokeConnectorMode_orderBy { + id + mode +} + +type Subscription { + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_Asset + stagingzksync_assets( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_Asset_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_Asset!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_AssetStatus + stagingzksync_assetStatuses( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_AssetStatus_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_AssetStatus!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_AssetBalance + stagingzksync_assetBalances( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_AssetBalance_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_AssetBalance!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_Router + stagingzksync_routers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_Router_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_Router!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RouterDailyTVL + stagingzksync_routerDailyTVLs( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RouterDailyTVL_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RouterDailyTVL!]! + stagingzksync_routerLiquidityEvent( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RouterLiquidityEvent + stagingzksync_routerLiquidityEvents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RouterLiquidityEvent_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_RouterLiquidityEvent_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RouterLiquidityEvent!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_Setting + stagingzksync_settings( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_Setting_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_Setting!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_Relayer + stagingzksync_relayers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_Relayer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_Relayer!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_Sequencer + stagingzksync_sequencers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_Sequencer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_Sequencer!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RelayerFee + stagingzksync_relayerFees( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RelayerFee_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RelayerFee!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_OriginTransfer + stagingzksync_originTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_OriginTransfer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_OriginTransfer!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_DestinationTransfer + stagingzksync_destinationTransfers( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_DestinationTransfer_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_DestinationTransfer!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_OriginMessage + stagingzksync_originMessages( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_OriginMessage_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_OriginMessage!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_AggregateRoot + stagingzksync_aggregateRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_AggregateRoot_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_AggregateRoot!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_ConnectorMeta + stagingzksync_connectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_ConnectorMeta_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_ConnectorMeta!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RootCount + stagingzksync_rootCounts( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RootCount_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RootCount!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RootMessageSent + stagingzksync_rootMessageSents( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RootMessageSent_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RootMessageSent!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_RelayerFeesIncrease + stagingzksync_relayerFeesIncreases( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_RelayerFeesIncrease_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_RelayerFeesIncrease!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_SlippageUpdate + stagingzksync_slippageUpdates( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_SlippageUpdate_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_SlippageUpdate!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_SnapshotRoot + stagingzksync_snapshotRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_SnapshotRoot_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_SnapshotRoot!]! + stagingzksync_spokeConnectorMode( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_SpokeConnectorMode + stagingzksync_spokeConnectorModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_SpokeConnectorMode_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_SpokeConnectorMode_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_SpokeConnectorMode!]! + stagingzksync_aggregateRootProposed( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_AggregateRootProposed + stagingzksync_aggregateRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_AggregateRootProposed_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_AggregateRootProposed_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_AggregateRootProposed!]! + stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingzksync_OptimisticRootFinalized + stagingzksync_optimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingzksync_OptimisticRootFinalized_orderBy + orderDirection: stagingzksync_OrderDirection + where: stagingzksync_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: stagingzksync_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingzksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ +} + +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +enum stagingzksync_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingzksync__Block_ { + """The hash of the block""" + hash: stagingzksync_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingzksync_Bytes +} + +"""The type for the top-level _meta field""" +type stagingzksync__Meta_ { + """ + Information 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: stagingzksync__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/types.ts new file mode 100644 index 0000000000..eb8ffae326 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Staging_zkSync/types.ts @@ -0,0 +1,3927 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace ConnextStagingZkSyncTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingzksync_BigDecimal: any; + BigInt: any; + stagingzksync_Bytes: any; + stagingzksync_Int8: any; + Timestamp: any; +}; + +export type stagingzksync_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingzksync_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingzksync_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingzksync_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingzksync_AggregateRootProposed_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + endOfDispute?: InputMaybe; + endOfDispute_not?: InputMaybe; + endOfDispute_gt?: InputMaybe; + endOfDispute_lt?: InputMaybe; + endOfDispute_gte?: InputMaybe; + endOfDispute_lte?: InputMaybe; + endOfDispute_in?: InputMaybe>; + endOfDispute_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingzksync_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type stagingzksync_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 stagingzksync_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type stagingzksync_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingzksync_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type stagingzksync_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingzksync_Router; + asset: stagingzksync_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type stagingzksync_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 stagingzksync_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type stagingzksync_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type stagingzksync_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 stagingzksync_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type stagingzksync_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + adoptedDecimal?: InputMaybe; + adoptedDecimal_not?: InputMaybe; + adoptedDecimal_gt?: InputMaybe; + adoptedDecimal_lt?: InputMaybe; + adoptedDecimal_gte?: InputMaybe; + adoptedDecimal_lte?: InputMaybe; + adoptedDecimal_in?: InputMaybe>; + adoptedDecimal_not_in?: InputMaybe>; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_gt?: InputMaybe; + status_lt?: InputMaybe; + status_gte?: InputMaybe; + status_lte?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + status_contains?: InputMaybe; + status_contains_nocase?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_nocase?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_nocase?: InputMaybe; + status_not_starts_with?: InputMaybe; + status_not_starts_with_nocase?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_nocase?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_nocase?: InputMaybe; + status_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingzksync_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type stagingzksync_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingzksync_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingzksync_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type stagingzksync_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 stagingzksync_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingzksync_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 stagingzksync_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingzksync_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 stagingzksync_DestinationTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; + +export type stagingzksync_OptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingzksync_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingzksync_OptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingzksync_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingzksync_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingzksync_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingzksync_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 stagingzksync_OriginMessage_orderBy = + | 'id' + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; + +export type stagingzksync_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 stagingzksync_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingzksync_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 stagingzksync_OriginTransfer_orderBy = + | 'id' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; + +export type Query = { + stagingzksync_asset?: Maybe; + stagingzksync_assets: Array; + stagingzksync_assetStatus?: Maybe; + stagingzksync_assetStatuses: Array; + stagingzksync_assetBalance?: Maybe; + stagingzksync_assetBalances: Array; + stagingzksync_router?: Maybe; + stagingzksync_routers: Array; + stagingzksync_routerDailyTVL?: Maybe; + stagingzksync_routerDailyTVLs: Array; + stagingzksync_routerLiquidityEvent?: Maybe; + stagingzksync_routerLiquidityEvents: Array; + stagingzksync_setting?: Maybe; + stagingzksync_settings: Array; + stagingzksync_relayer?: Maybe; + stagingzksync_relayers: Array; + stagingzksync_sequencer?: Maybe; + stagingzksync_sequencers: Array; + stagingzksync_relayerFee?: Maybe; + stagingzksync_relayerFees: Array; + stagingzksync_originTransfer?: Maybe; + stagingzksync_originTransfers: Array; + stagingzksync_destinationTransfer?: Maybe; + stagingzksync_destinationTransfers: Array; + stagingzksync_originMessage?: Maybe; + stagingzksync_originMessages: Array; + stagingzksync_aggregateRoot?: Maybe; + stagingzksync_aggregateRoots: Array; + stagingzksync_connectorMeta?: Maybe; + stagingzksync_connectorMetas: Array; + stagingzksync_rootCount?: Maybe; + stagingzksync_rootCounts: Array; + stagingzksync_rootMessageSent?: Maybe; + stagingzksync_rootMessageSents: Array; + stagingzksync_relayerFeesIncrease?: Maybe; + stagingzksync_relayerFeesIncreases: Array; + stagingzksync_slippageUpdate?: Maybe; + stagingzksync_slippageUpdates: Array; + stagingzksync_snapshotRoot?: Maybe; + stagingzksync_snapshotRoots: Array; + stagingzksync_spokeConnectorMode?: Maybe; + stagingzksync_spokeConnectorModes: Array; + stagingzksync_aggregateRootProposed?: Maybe; + stagingzksync_aggregateRootProposeds: Array; + stagingzksync_optimisticRootFinalized?: Maybe; + stagingzksync_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingzksync__meta?: Maybe; +}; + + +export type Querystagingzksync_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingzksync__metaArgs = { + block?: InputMaybe; +}; + +export type stagingzksync_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingzksync_RelayerFee = { + id: Scalars['ID']; + transfer: stagingzksync_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingzksync_Bytes']; +}; + +export type stagingzksync_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 stagingzksync_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 stagingzksync_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: stagingzksync_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingzksync_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 stagingzksync_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 stagingzksync_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 stagingzksync_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type stagingzksync_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingzksync_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 stagingzksync_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingzksync_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 stagingzksync_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 stagingzksync_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingzksync_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type stagingzksync_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type stagingzksync_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingzksync_Router; + asset: stagingzksync_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type stagingzksync_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 stagingzksync_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type stagingzksync_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: stagingzksync_Router; + asset: stagingzksync_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['stagingzksync_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type stagingzksync_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingzksync_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingzksync_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type stagingzksync_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 stagingzksync_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type stagingzksync_Sequencer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; +}; + +export type stagingzksync_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 stagingzksync_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type stagingzksync_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingzksync_Bytes']; +}; + +export type stagingzksync_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 stagingzksync_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type stagingzksync_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingzksync_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingzksync_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 stagingzksync_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 stagingzksync_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['stagingzksync_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type stagingzksync_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 stagingzksync_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingzksync_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingzksync_SpokeConnectorMode_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingzksync_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type Subscription = { + stagingzksync_asset?: Maybe; + stagingzksync_assets: Array; + stagingzksync_assetStatus?: Maybe; + stagingzksync_assetStatuses: Array; + stagingzksync_assetBalance?: Maybe; + stagingzksync_assetBalances: Array; + stagingzksync_router?: Maybe; + stagingzksync_routers: Array; + stagingzksync_routerDailyTVL?: Maybe; + stagingzksync_routerDailyTVLs: Array; + stagingzksync_routerLiquidityEvent?: Maybe; + stagingzksync_routerLiquidityEvents: Array; + stagingzksync_setting?: Maybe; + stagingzksync_settings: Array; + stagingzksync_relayer?: Maybe; + stagingzksync_relayers: Array; + stagingzksync_sequencer?: Maybe; + stagingzksync_sequencers: Array; + stagingzksync_relayerFee?: Maybe; + stagingzksync_relayerFees: Array; + stagingzksync_originTransfer?: Maybe; + stagingzksync_originTransfers: Array; + stagingzksync_destinationTransfer?: Maybe; + stagingzksync_destinationTransfers: Array; + stagingzksync_originMessage?: Maybe; + stagingzksync_originMessages: Array; + stagingzksync_aggregateRoot?: Maybe; + stagingzksync_aggregateRoots: Array; + stagingzksync_connectorMeta?: Maybe; + stagingzksync_connectorMetas: Array; + stagingzksync_rootCount?: Maybe; + stagingzksync_rootCounts: Array; + stagingzksync_rootMessageSent?: Maybe; + stagingzksync_rootMessageSents: Array; + stagingzksync_relayerFeesIncrease?: Maybe; + stagingzksync_relayerFeesIncreases: Array; + stagingzksync_slippageUpdate?: Maybe; + stagingzksync_slippageUpdates: Array; + stagingzksync_snapshotRoot?: Maybe; + stagingzksync_snapshotRoots: Array; + stagingzksync_spokeConnectorMode?: Maybe; + stagingzksync_spokeConnectorModes: Array; + stagingzksync_aggregateRootProposed?: Maybe; + stagingzksync_aggregateRootProposeds: Array; + stagingzksync_optimisticRootFinalized?: Maybe; + stagingzksync_optimisticRootFinalizeds: Array; + /** Access to subgraph metadata */ + stagingzksync__meta?: Maybe; +}; + + +export type Subscriptionstagingzksync_assetArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_assetsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_assetStatusArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_assetStatusesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_assetBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_assetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_routerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_routersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_routerDailyTVLArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_routerDailyTVLsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_routerLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_routerLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_settingArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_settingsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_relayerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_relayersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_sequencerArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_sequencersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_relayerFeeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_relayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_originTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_originTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_destinationTransferArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_destinationTransfersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_originMessageArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_originMessagesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_aggregateRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_aggregateRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_connectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_connectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_rootCountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_rootCountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_rootMessageSentArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_rootMessageSentsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_slippageUpdateArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_slippageUpdatesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingzksync__metaArgs = { + block?: InputMaybe; +}; + +export type stagingzksync_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingzksync__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingzksync__Meta_ = { + /** + * Information 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: stagingzksync__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 QuerySdk = { + /** null **/ + stagingzksync_asset: InContextSdkMethod, + /** null **/ + stagingzksync_assets: InContextSdkMethod, + /** null **/ + stagingzksync_assetStatus: InContextSdkMethod, + /** null **/ + stagingzksync_assetStatuses: InContextSdkMethod, + /** null **/ + stagingzksync_assetBalance: InContextSdkMethod, + /** null **/ + stagingzksync_assetBalances: InContextSdkMethod, + /** null **/ + stagingzksync_router: InContextSdkMethod, + /** null **/ + stagingzksync_routers: InContextSdkMethod, + /** null **/ + stagingzksync_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingzksync_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingzksync_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingzksync_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingzksync_setting: InContextSdkMethod, + /** null **/ + stagingzksync_settings: InContextSdkMethod, + /** null **/ + stagingzksync_relayer: InContextSdkMethod, + /** null **/ + stagingzksync_relayers: InContextSdkMethod, + /** null **/ + stagingzksync_sequencer: InContextSdkMethod, + /** null **/ + stagingzksync_sequencers: InContextSdkMethod, + /** null **/ + stagingzksync_relayerFee: InContextSdkMethod, + /** null **/ + stagingzksync_relayerFees: InContextSdkMethod, + /** null **/ + stagingzksync_originTransfer: InContextSdkMethod, + /** null **/ + stagingzksync_originTransfers: InContextSdkMethod, + /** null **/ + stagingzksync_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingzksync_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingzksync_originMessage: InContextSdkMethod, + /** null **/ + stagingzksync_originMessages: InContextSdkMethod, + /** null **/ + stagingzksync_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingzksync_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingzksync_connectorMeta: InContextSdkMethod, + /** null **/ + stagingzksync_connectorMetas: InContextSdkMethod, + /** null **/ + stagingzksync_rootCount: InContextSdkMethod, + /** null **/ + stagingzksync_rootCounts: InContextSdkMethod, + /** null **/ + stagingzksync_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingzksync_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingzksync_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingzksync_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingzksync_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingzksync_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingzksync_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingzksync_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingzksync_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingzksync_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingzksync_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingzksync_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingzksync_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingzksync_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingzksync__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingzksync_asset: InContextSdkMethod, + /** null **/ + stagingzksync_assets: InContextSdkMethod, + /** null **/ + stagingzksync_assetStatus: InContextSdkMethod, + /** null **/ + stagingzksync_assetStatuses: InContextSdkMethod, + /** null **/ + stagingzksync_assetBalance: InContextSdkMethod, + /** null **/ + stagingzksync_assetBalances: InContextSdkMethod, + /** null **/ + stagingzksync_router: InContextSdkMethod, + /** null **/ + stagingzksync_routers: InContextSdkMethod, + /** null **/ + stagingzksync_routerDailyTVL: InContextSdkMethod, + /** null **/ + stagingzksync_routerDailyTVLs: InContextSdkMethod, + /** null **/ + stagingzksync_routerLiquidityEvent: InContextSdkMethod, + /** null **/ + stagingzksync_routerLiquidityEvents: InContextSdkMethod, + /** null **/ + stagingzksync_setting: InContextSdkMethod, + /** null **/ + stagingzksync_settings: InContextSdkMethod, + /** null **/ + stagingzksync_relayer: InContextSdkMethod, + /** null **/ + stagingzksync_relayers: InContextSdkMethod, + /** null **/ + stagingzksync_sequencer: InContextSdkMethod, + /** null **/ + stagingzksync_sequencers: InContextSdkMethod, + /** null **/ + stagingzksync_relayerFee: InContextSdkMethod, + /** null **/ + stagingzksync_relayerFees: InContextSdkMethod, + /** null **/ + stagingzksync_originTransfer: InContextSdkMethod, + /** null **/ + stagingzksync_originTransfers: InContextSdkMethod, + /** null **/ + stagingzksync_destinationTransfer: InContextSdkMethod, + /** null **/ + stagingzksync_destinationTransfers: InContextSdkMethod, + /** null **/ + stagingzksync_originMessage: InContextSdkMethod, + /** null **/ + stagingzksync_originMessages: InContextSdkMethod, + /** null **/ + stagingzksync_aggregateRoot: InContextSdkMethod, + /** null **/ + stagingzksync_aggregateRoots: InContextSdkMethod, + /** null **/ + stagingzksync_connectorMeta: InContextSdkMethod, + /** null **/ + stagingzksync_connectorMetas: InContextSdkMethod, + /** null **/ + stagingzksync_rootCount: InContextSdkMethod, + /** null **/ + stagingzksync_rootCounts: InContextSdkMethod, + /** null **/ + stagingzksync_rootMessageSent: InContextSdkMethod, + /** null **/ + stagingzksync_rootMessageSents: InContextSdkMethod, + /** null **/ + stagingzksync_relayerFeesIncrease: InContextSdkMethod, + /** null **/ + stagingzksync_relayerFeesIncreases: InContextSdkMethod, + /** null **/ + stagingzksync_slippageUpdate: InContextSdkMethod, + /** null **/ + stagingzksync_slippageUpdates: InContextSdkMethod, + /** null **/ + stagingzksync_snapshotRoot: InContextSdkMethod, + /** null **/ + stagingzksync_snapshotRoots: InContextSdkMethod, + /** null **/ + stagingzksync_spokeConnectorMode: InContextSdkMethod, + /** null **/ + stagingzksync_spokeConnectorModes: InContextSdkMethod, + /** null **/ + stagingzksync_aggregateRootProposed: InContextSdkMethod, + /** null **/ + stagingzksync_aggregateRootProposeds: InContextSdkMethod, + /** null **/ + stagingzksync_optimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingzksync_optimisticRootFinalizeds: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingzksync__meta: InContextSdkMethod + }; + + export type Context = { + ["Connext_Staging_zkSync"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/introspectionSchema.ts new file mode 100644 index 0000000000..e0612514ad --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/introspectionSchema.ts @@ -0,0 +1,39882 @@ +// @ts-nocheck +import { buildASTSchema } from 'graphql'; + +const schemaAST = { + "kind": "Document", + "definitions": [ + { + "kind": "SchemaDefinition", + "operationTypes": [ + { + "kind": "OperationTypeDefinition", + "operation": "query", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Query" + } + } + }, + { + "kind": "OperationTypeDefinition", + "operation": "subscription", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Subscription" + } + } + } + ], + "directives": [] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." + }, + "name": { + "kind": "Name", + "value": "entity" + }, + "arguments": [], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "Defined a Subgraph ID for an object type" + }, + "name": { + "kind": "Name", + "value": "subgraphId" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "OBJECT" + } + ] + }, + { + "kind": "DirectiveDefinition", + "description": { + "kind": "StringValue", + "value": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." + }, + "name": { + "kind": "Name", + "value": "derivedFrom" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "field" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "repeatable": false, + "locations": [ + { + "kind": "Name", + "value": "FIELD_DEFINITION" + } + ] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootSavedSlow" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregatedRoots" + }, + "arguments": [], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootSavedSlow_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "name": { + "kind": "Name", + "value": "aggregatedRoots" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregatedRoots_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregatedRoots_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregatedRoots_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregatedRoots_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregatedRoots_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp_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": "AggregateRootSavedSlow_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregateRootSavedSlow_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregateRootSavedSlow_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregatedRoots" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootTimestamp" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregatedMessageRoot" + }, + "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": "index" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregatedMessageRoot_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": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_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": "AggregatedMessageRoot_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AggregatedMessageRoot_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AggregatedMessageRoot_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "Aggregation_interval" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hour" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "day" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ArbitrumConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ArbitrumConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ArbitrumConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ArbitrumConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ArbitrumConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AvalancheConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "AvalancheConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "AvalancheConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "AvalancheConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "AvalancheConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BaseConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BaseConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "BaseConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BaseConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "BaseConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigDecimal" + }, + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "BigInt" + }, + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BlockChangedFilter" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Block_height" + }, + "fields": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "number_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BnbConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "BnbConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "BnbConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BnbConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "BnbConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "name": { + "kind": "Name", + "value": "Bytes" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "GnosisConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "GnosisConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "GnosisConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "GnosisConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "GnosisConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "HubDomain" + }, + "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": "domain" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "HubDomain_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": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_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": "HubDomain_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "HubDomain_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "HubDomain_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "HubOptimisticRootFinalized" + }, + "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": "aggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "HubOptimisticRootFinalized_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_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": "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": "HubOptimisticRootFinalized_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "HubOptimisticRootFinalized_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "HubOptimisticRootFinalized_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "8 bytes signed integer\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Int8" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "LineaConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "LineaConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "LineaConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "LineaConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "LineaConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "MantleConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "MantleConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "MantleConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "MantleConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "MantleConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "MetisConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "MetisConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "MetisConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "MetisConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "MetisConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ModeConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ModeConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimismConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimismConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "OptimismConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimismConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimismConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootPropagated" + }, + "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": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domainsHash" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootPropagated_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": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_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": "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": "OptimisticRootPropagated_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootPropagated_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootPropagated_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootProposed" + }, + "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": "disputeCliff" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "snapshotsRoots" + }, + "arguments": [], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domains" + }, + "arguments": [], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot" + }, + "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": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootProposed_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": "disputeCliff" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "disputeCliff_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "disputeCliff_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "disputeCliff_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "disputeCliff_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "disputeCliff_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "disputeCliff_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "disputeCliff_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "snapshotsRoots" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "snapshotsRoots_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "snapshotsRoots_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "snapshotsRoots_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "snapshotsRoots_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "snapshotsRoots_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot_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": "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": "OptimisticRootProposed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "OptimisticRootProposed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "OptimisticRootProposed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "disputeCliff" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "snapshotsRoots" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domains" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "baseAggregateRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "timestamp" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "description": { + "kind": "StringValue", + "value": "Defines the order direction, either ascending or descending", + "block": true + }, + "name": { + "kind": "Name", + "value": "OrderDirection" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "asc" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "desc" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "PolygonConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "PolygonConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "PolygonConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "PolygonConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "PolygonConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "PolygonZkConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "PolygonZkConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "PolygonZkConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "PolygonZkConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "PolygonZkConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Query" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootAggregated" + }, + "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": "RootAggregated" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootAggregateds" + }, + "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": "RootAggregated_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": "RootAggregated_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": "RootAggregated" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootPropagated" + }, + "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": "RootPropagated" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootPropagateds" + }, + "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": "RootPropagated_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": "RootPropagated_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": "RootPropagated" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregatedMessageRoot" + }, + "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": "AggregatedMessageRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregatedMessageRoots" + }, + "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": "AggregatedMessageRoot_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": "AggregatedMessageRoot_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": "AggregatedMessageRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManagerMeta" + }, + "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": "RootManagerMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManagerMetas" + }, + "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": "RootManagerMeta_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": "RootManagerMeta_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": "RootManagerMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManagerMode" + }, + "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": "RootManagerMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManagerModes" + }, + "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": "RootManagerMode_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": "RootManagerMode_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": "RootManagerMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootProposed" + }, + "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": "OptimisticRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootProposeds" + }, + "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": "OptimisticRootProposed_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": "OptimisticRootProposed_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": "OptimisticRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubOptimisticRootFinalized" + }, + "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": "HubOptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubOptimisticRootFinalizeds" + }, + "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": "HubOptimisticRootFinalized_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": "HubOptimisticRootFinalized_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": "HubOptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootPropagated" + }, + "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": "OptimisticRootPropagated" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootPropagateds" + }, + "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": "OptimisticRootPropagated_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": "OptimisticRootPropagated_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": "OptimisticRootPropagated" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "polygonConnectorMeta" + }, + "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": "PolygonConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "polygonConnectorMetas" + }, + "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": "PolygonConnectorMeta_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": "PolygonConnectorMeta_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": "PolygonConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimismConnectorMeta" + }, + "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": "OptimismConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimismConnectorMetas" + }, + "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": "OptimismConnectorMeta_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": "OptimismConnectorMeta_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": "OptimismConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bnbConnectorMeta" + }, + "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": "BnbConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bnbConnectorMetas" + }, + "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": "BnbConnectorMeta_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": "BnbConnectorMeta_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": "BnbConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "arbitrumConnectorMeta" + }, + "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": "ArbitrumConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "arbitrumConnectorMetas" + }, + "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": "ArbitrumConnectorMeta_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": "ArbitrumConnectorMeta_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": "ArbitrumConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gnosisConnectorMeta" + }, + "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": "GnosisConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gnosisConnectorMetas" + }, + "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": "GnosisConnectorMeta_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": "GnosisConnectorMeta_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": "GnosisConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "lineaConnectorMeta" + }, + "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": "LineaConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "lineaConnectorMetas" + }, + "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": "LineaConnectorMeta_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": "LineaConnectorMeta_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": "LineaConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "metisConnectorMeta" + }, + "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": "MetisConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "metisConnectorMetas" + }, + "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": "MetisConnectorMeta_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": "MetisConnectorMeta_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": "MetisConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mantleConnectorMeta" + }, + "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": "MantleConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mantleConnectorMetas" + }, + "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": "MantleConnectorMeta_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": "MantleConnectorMeta_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": "MantleConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "avalancheConnectorMeta" + }, + "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": "AvalancheConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "avalancheConnectorMetas" + }, + "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": "AvalancheConnectorMeta_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": "AvalancheConnectorMeta_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": "AvalancheConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "baseConnectorMeta" + }, + "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": "BaseConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "baseConnectorMetas" + }, + "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": "BaseConnectorMeta_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": "BaseConnectorMeta_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": "BaseConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "polygonZkConnectorMeta" + }, + "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": "PolygonZkConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "polygonZkConnectorMetas" + }, + "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": "PolygonZkConnectorMeta_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": "PolygonZkConnectorMeta_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": "PolygonZkConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "zkSyncConnectorMeta" + }, + "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": "ZkSyncConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "zkSyncConnectorMetas" + }, + "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": "ZkSyncConnectorMeta_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": "ZkSyncConnectorMeta_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": "ZkSyncConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "modeConnectorMeta" + }, + "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": "ModeConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "modeConnectorMetas" + }, + "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": "ModeConnectorMeta_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": "ModeConnectorMeta_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": "ModeConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "scrollConnectorMeta" + }, + "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": "ScrollConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "scrollConnectorMetas" + }, + "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": "ScrollConnectorMeta_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": "ScrollConnectorMeta_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": "ScrollConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "xlayerConnectorMeta" + }, + "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": "XlayerConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "xlayerConnectorMetas" + }, + "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": "XlayerConnectorMeta_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": "XlayerConnectorMeta_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": "XlayerConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootMessageProcessed" + }, + "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": "RootMessageProcessed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootMessageProcesseds" + }, + "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": "RootMessageProcessed_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": "RootMessageProcessed_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": "RootMessageProcessed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootSavedSlow" + }, + "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": "AggregateRootSavedSlow" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootSavedSlows" + }, + "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": "AggregateRootSavedSlow_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": "AggregateRootSavedSlow_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": "AggregateRootSavedSlow" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "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": "HubDomain" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomains" + }, + "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": "HubDomain_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": "HubDomain_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": "HubDomain" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootAggregated" + }, + "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": "domain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootAggregated_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": "domain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "index_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": "RootAggregated_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootAggregated_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootAggregated_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "receivedRoot" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "index" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootManagerMeta" + }, + "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": "domains" + }, + "arguments": [], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "connectors" + }, + "arguments": [], + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootManagerMeta_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": "domains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domains_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "connectors" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "connectors_not" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "connectors_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "connectors_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "connectors_not_contains" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "connectors_not_contains_nocase" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "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": "RootManagerMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootManagerMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootManagerMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domains" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "connectors" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootManagerMode" + }, + "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": "mode" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootManagerMode_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": "mode" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_contains_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_starts_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mode_not_ends_with_nocase" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + }, + "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": "RootManagerMode_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootManagerMode_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootManagerMode_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mode" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageProcessed" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "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": "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", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageProcessed_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "root_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": "RootMessageProcessed_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootMessageProcessed_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootMessageProcessed_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "root" + }, + "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": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootPropagated" + }, + "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": "aggregate" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "domainsHash" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "RootPropagated_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": "aggregate" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregate_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregate_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregate_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregate_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregate_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregate_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregate_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregate_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "aggregate_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "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", + "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": "RootPropagated_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "RootPropagated_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "RootPropagated_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "aggregate" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "domainsHash" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "count" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "blockNumber" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ScrollConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ScrollConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ScrollConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ScrollConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ScrollConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "Subscription" + }, + "fields": [ + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootAggregated" + }, + "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": "RootAggregated" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootAggregateds" + }, + "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": "RootAggregated_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": "RootAggregated_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": "RootAggregated" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootPropagated" + }, + "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": "RootPropagated" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootPropagateds" + }, + "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": "RootPropagated_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": "RootPropagated_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": "RootPropagated" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregatedMessageRoot" + }, + "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": "AggregatedMessageRoot" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregatedMessageRoots" + }, + "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": "AggregatedMessageRoot_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": "AggregatedMessageRoot_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": "AggregatedMessageRoot" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManagerMeta" + }, + "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": "RootManagerMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManagerMetas" + }, + "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": "RootManagerMeta_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": "RootManagerMeta_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": "RootManagerMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManagerMode" + }, + "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": "RootManagerMode" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManagerModes" + }, + "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": "RootManagerMode_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": "RootManagerMode_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": "RootManagerMode" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootProposed" + }, + "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": "OptimisticRootProposed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootProposeds" + }, + "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": "OptimisticRootProposed_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": "OptimisticRootProposed_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": "OptimisticRootProposed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubOptimisticRootFinalized" + }, + "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": "HubOptimisticRootFinalized" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubOptimisticRootFinalizeds" + }, + "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": "HubOptimisticRootFinalized_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": "HubOptimisticRootFinalized_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": "HubOptimisticRootFinalized" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootPropagated" + }, + "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": "OptimisticRootPropagated" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimisticRootPropagateds" + }, + "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": "OptimisticRootPropagated_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": "OptimisticRootPropagated_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": "OptimisticRootPropagated" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "polygonConnectorMeta" + }, + "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": "PolygonConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "polygonConnectorMetas" + }, + "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": "PolygonConnectorMeta_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": "PolygonConnectorMeta_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": "PolygonConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimismConnectorMeta" + }, + "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": "OptimismConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "optimismConnectorMetas" + }, + "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": "OptimismConnectorMeta_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": "OptimismConnectorMeta_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": "OptimismConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bnbConnectorMeta" + }, + "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": "BnbConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "bnbConnectorMetas" + }, + "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": "BnbConnectorMeta_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": "BnbConnectorMeta_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": "BnbConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "arbitrumConnectorMeta" + }, + "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": "ArbitrumConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "arbitrumConnectorMetas" + }, + "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": "ArbitrumConnectorMeta_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": "ArbitrumConnectorMeta_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": "ArbitrumConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gnosisConnectorMeta" + }, + "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": "GnosisConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "gnosisConnectorMetas" + }, + "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": "GnosisConnectorMeta_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": "GnosisConnectorMeta_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": "GnosisConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "lineaConnectorMeta" + }, + "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": "LineaConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "lineaConnectorMetas" + }, + "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": "LineaConnectorMeta_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": "LineaConnectorMeta_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": "LineaConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "metisConnectorMeta" + }, + "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": "MetisConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "metisConnectorMetas" + }, + "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": "MetisConnectorMeta_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": "MetisConnectorMeta_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": "MetisConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mantleConnectorMeta" + }, + "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": "MantleConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mantleConnectorMetas" + }, + "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": "MantleConnectorMeta_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": "MantleConnectorMeta_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": "MantleConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "avalancheConnectorMeta" + }, + "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": "AvalancheConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "avalancheConnectorMetas" + }, + "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": "AvalancheConnectorMeta_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": "AvalancheConnectorMeta_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": "AvalancheConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "baseConnectorMeta" + }, + "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": "BaseConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "baseConnectorMetas" + }, + "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": "BaseConnectorMeta_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": "BaseConnectorMeta_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": "BaseConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "polygonZkConnectorMeta" + }, + "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": "PolygonZkConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "polygonZkConnectorMetas" + }, + "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": "PolygonZkConnectorMeta_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": "PolygonZkConnectorMeta_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": "PolygonZkConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "zkSyncConnectorMeta" + }, + "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": "ZkSyncConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "zkSyncConnectorMetas" + }, + "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": "ZkSyncConnectorMeta_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": "ZkSyncConnectorMeta_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": "ZkSyncConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "modeConnectorMeta" + }, + "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": "ModeConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "modeConnectorMetas" + }, + "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": "ModeConnectorMeta_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": "ModeConnectorMeta_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": "ModeConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "scrollConnectorMeta" + }, + "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": "ScrollConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "scrollConnectorMetas" + }, + "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": "ScrollConnectorMeta_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": "ScrollConnectorMeta_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": "ScrollConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "xlayerConnectorMeta" + }, + "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": "XlayerConnectorMeta" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "xlayerConnectorMetas" + }, + "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": "XlayerConnectorMeta_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": "XlayerConnectorMeta_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": "XlayerConnectorMeta" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootMessageProcessed" + }, + "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": "RootMessageProcessed" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootMessageProcesseds" + }, + "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": "RootMessageProcessed_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": "RootMessageProcessed_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": "RootMessageProcessed" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootSavedSlow" + }, + "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": "AggregateRootSavedSlow" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "aggregateRootSavedSlows" + }, + "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": "AggregateRootSavedSlow_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": "AggregateRootSavedSlow_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": "AggregateRootSavedSlow" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "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": "HubDomain" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomains" + }, + "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": "HubDomain_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": "HubDomain_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": "HubDomain" + } + } + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Access to subgraph metadata", + "block": true + }, + "name": { + "kind": "Name", + "value": "_meta" + }, + "arguments": [ + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "block" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Block_height" + } + }, + "directives": [] + } + ], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Meta_" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ScalarTypeDefinition", + "description": { + "kind": "StringValue", + "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "Timestamp" + }, + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "XlayerConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "XlayerConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "XlayerConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "XlayerConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "XlayerConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ZkSyncConnectorMeta" + }, + "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": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "InputObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "ZkSyncConnectorMeta_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": "spokeDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "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" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "BigInt" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "amb_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager_not_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lt" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_gte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_lte" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_not_in" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_contains" + }, + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector_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": "ZkSyncConnectorMeta_filter" + } + } + }, + "directives": [] + }, + { + "kind": "InputValueDefinition", + "name": { + "kind": "Name", + "value": "or" + }, + "type": { + "kind": "ListType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "ZkSyncConnectorMeta_filter" + } + } + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "ZkSyncConnectorMeta_orderBy" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "id" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "spokeDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "hubDomain" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "amb" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "rootManager" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "name": { + "kind": "Name", + "value": "mirrorConnector" + }, + "directives": [] + } + ], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "name": { + "kind": "Name", + "value": "_Block_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The block number", + "block": true + }, + "name": { + "kind": "Name", + "value": "number" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Integer representation of the timestamp stored in blocks for the chain", + "block": true + }, + "name": { + "kind": "Name", + "value": "timestamp" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Int" + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The hash of the parent block", + "block": true + }, + "name": { + "kind": "Name", + "value": "parentHash" + }, + "arguments": [], + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Bytes" + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "ObjectTypeDefinition", + "description": { + "kind": "StringValue", + "value": "The type for the top-level _meta field", + "block": true + }, + "name": { + "kind": "Name", + "value": "_Meta_" + }, + "fields": [ + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "Information about a specific subgraph block. The hash of the block\nwill be null if the _meta field has a block constraint that asks for\na block number. It will be filled if the _meta field has no block constraint\nand therefore asks for the latest block\n", + "block": true + }, + "name": { + "kind": "Name", + "value": "block" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "_Block_" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "The deployment ID", + "block": true + }, + "name": { + "kind": "Name", + "value": "deployment" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "String" + } + } + }, + "directives": [] + }, + { + "kind": "FieldDefinition", + "description": { + "kind": "StringValue", + "value": "If `true`, the subgraph encountered indexing errors at some past block", + "block": true + }, + "name": { + "kind": "Name", + "value": "hasIndexingErrors" + }, + "arguments": [], + "type": { + "kind": "NonNullType", + "type": { + "kind": "NamedType", + "name": { + "kind": "Name", + "value": "Boolean" + } + } + }, + "directives": [] + } + ], + "interfaces": [], + "directives": [] + }, + { + "kind": "EnumTypeDefinition", + "name": { + "kind": "Name", + "value": "_SubgraphErrorPolicy_" + }, + "values": [ + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "Data will be returned even if the subgraph has indexing errors", + "block": true + }, + "name": { + "kind": "Name", + "value": "allow" + }, + "directives": [] + }, + { + "kind": "EnumValueDefinition", + "description": { + "kind": "StringValue", + "value": "If the subgraph has indexing errors, data will be omitted. The default.", + "block": true + }, + "name": { + "kind": "Name", + "value": "deny" + }, + "directives": [] + } + ], + "directives": [] + } + ] +}; + +export default buildASTSchema(schemaAST, { + assumeValid: true, + assumeValidSDL: true +}); \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/schema.graphql new file mode 100644 index 0000000000..63fc763a27 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/schema.graphql @@ -0,0 +1,3336 @@ +schema { + query: Query + subscription: Subscription +} + +"Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive." +directive @entity on OBJECT + +"Defined a Subgraph ID for an object type" +directive @subgraphId(id: String!) on OBJECT + +"creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." +directive @derivedFrom(field: String!) on FIELD_DEFINITION + +type stagingmainnet_AggregateRootSavedSlow { + id: ID! + aggregateRoot: stagingmainnet_Bytes! + count: BigInt! + aggregatedRoots: [stagingmainnet_Bytes!] + rootTimestamp: BigInt! +} + +input stagingmainnet_AggregateRootSavedSlow_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + aggregatedRoots: [stagingmainnet_Bytes!] + aggregatedRoots_not: [stagingmainnet_Bytes!] + aggregatedRoots_contains: [stagingmainnet_Bytes!] + aggregatedRoots_contains_nocase: [stagingmainnet_Bytes!] + aggregatedRoots_not_contains: [stagingmainnet_Bytes!] + aggregatedRoots_not_contains_nocase: [stagingmainnet_Bytes!] + rootTimestamp: BigInt + rootTimestamp_not: BigInt + rootTimestamp_gt: BigInt + rootTimestamp_lt: BigInt + rootTimestamp_gte: BigInt + rootTimestamp_lte: BigInt + rootTimestamp_in: [BigInt!] + rootTimestamp_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRootSavedSlow_filter] + or: [stagingmainnet_AggregateRootSavedSlow_filter] +} + +enum stagingmainnet_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp +} + +type stagingmainnet_AggregatedMessageRoot { + id: ID! + index: BigInt! + receivedRoot: stagingmainnet_Bytes! + domain: BigInt + blockNumber: BigInt +} + +input stagingmainnet_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: stagingmainnet_Bytes + receivedRoot_not: stagingmainnet_Bytes + receivedRoot_gt: stagingmainnet_Bytes + receivedRoot_lt: stagingmainnet_Bytes + receivedRoot_gte: stagingmainnet_Bytes + receivedRoot_lte: stagingmainnet_Bytes + receivedRoot_in: [stagingmainnet_Bytes!] + receivedRoot_not_in: [stagingmainnet_Bytes!] + receivedRoot_contains: stagingmainnet_Bytes + receivedRoot_not_contains: stagingmainnet_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregatedMessageRoot_filter] + or: [stagingmainnet_AggregatedMessageRoot_filter] +} + +enum stagingmainnet_AggregatedMessageRoot_orderBy { + id + index + receivedRoot + domain + blockNumber +} + +enum stagingmainnet_Aggregation_interval { + hour + day +} + +type stagingmainnet_ArbitrumConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ArbitrumConnectorMeta_filter] + or: [stagingmainnet_ArbitrumConnectorMeta_filter] +} + +enum stagingmainnet_ArbitrumConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_AvalancheConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_AvalancheConnectorMeta_filter { + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AvalancheConnectorMeta_filter] + or: [stagingmainnet_AvalancheConnectorMeta_filter] +} + +enum stagingmainnet_AvalancheConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_BaseConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_BaseConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_BaseConnectorMeta_filter] + or: [stagingmainnet_BaseConnectorMeta_filter] +} + +enum stagingmainnet_BaseConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar stagingmainnet_BigDecimal + +scalar BigInt + +input stagingmainnet_BlockChangedFilter { + number_gte: Int! +} + +input stagingmainnet_Block_height { + hash: stagingmainnet_Bytes + number: Int + number_gte: Int +} + +type stagingmainnet_BnbConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_BnbConnectorMeta_filter] + or: [stagingmainnet_BnbConnectorMeta_filter] +} + +enum stagingmainnet_BnbConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +scalar stagingmainnet_Bytes + +type stagingmainnet_GnosisConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_GnosisConnectorMeta_filter] + or: [stagingmainnet_GnosisConnectorMeta_filter] +} + +enum stagingmainnet_GnosisConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_HubDomain { + id: ID! + domain: BigInt +} + +input stagingmainnet_HubDomain_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_HubDomain_filter] + or: [stagingmainnet_HubDomain_filter] +} + +enum stagingmainnet_HubDomain_orderBy { + id + domain +} + +type stagingmainnet_HubOptimisticRootFinalized { + id: ID! + aggregateRoot: stagingmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmainnet_HubOptimisticRootFinalized_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregateRoot: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_HubOptimisticRootFinalized_filter] + or: [stagingmainnet_HubOptimisticRootFinalized_filter] +} + +enum stagingmainnet_HubOptimisticRootFinalized_orderBy { + id + aggregateRoot + timestamp + blockNumber +} + +""" +8 bytes signed integer + +""" +scalar stagingmainnet_Int8 + +type stagingmainnet_LineaConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_LineaConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_LineaConnectorMeta_filter] + or: [stagingmainnet_LineaConnectorMeta_filter] +} + +enum stagingmainnet_LineaConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_MantleConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_MantleConnectorMeta_filter { + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_MantleConnectorMeta_filter] + or: [stagingmainnet_MantleConnectorMeta_filter] +} + +enum stagingmainnet_MantleConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_MetisConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_MetisConnectorMeta_filter { + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_MetisConnectorMeta_filter] + or: [stagingmainnet_MetisConnectorMeta_filter] +} + +enum stagingmainnet_MetisConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_ModeConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_ModeConnectorMeta_filter { + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ModeConnectorMeta_filter] + or: [stagingmainnet_ModeConnectorMeta_filter] +} + +enum stagingmainnet_ModeConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_OptimismConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_OptimismConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimismConnectorMeta_filter] + or: [stagingmainnet_OptimismConnectorMeta_filter] +} + +enum stagingmainnet_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_OptimisticRootPropagated { + id: ID! + aggregateRoot: stagingmainnet_Bytes! + domainsHash: stagingmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmainnet_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: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + domainsHash: stagingmainnet_Bytes + domainsHash_not: stagingmainnet_Bytes + domainsHash_gt: stagingmainnet_Bytes + domainsHash_lt: stagingmainnet_Bytes + domainsHash_gte: stagingmainnet_Bytes + domainsHash_lte: stagingmainnet_Bytes + domainsHash_in: [stagingmainnet_Bytes!] + domainsHash_not_in: [stagingmainnet_Bytes!] + domainsHash_contains: stagingmainnet_Bytes + domainsHash_not_contains: stagingmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootPropagated_filter] + or: [stagingmainnet_OptimisticRootPropagated_filter] +} + +enum stagingmainnet_OptimisticRootPropagated_orderBy { + id + aggregateRoot + domainsHash + timestamp + blockNumber +} + +type stagingmainnet_OptimisticRootProposed { + id: ID! + disputeCliff: BigInt! + aggregateRoot: stagingmainnet_Bytes! + snapshotsRoots: [stagingmainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: stagingmainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input stagingmainnet_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: stagingmainnet_Bytes + aggregateRoot_not: stagingmainnet_Bytes + aggregateRoot_gt: stagingmainnet_Bytes + aggregateRoot_lt: stagingmainnet_Bytes + aggregateRoot_gte: stagingmainnet_Bytes + aggregateRoot_lte: stagingmainnet_Bytes + aggregateRoot_in: [stagingmainnet_Bytes!] + aggregateRoot_not_in: [stagingmainnet_Bytes!] + aggregateRoot_contains: stagingmainnet_Bytes + aggregateRoot_not_contains: stagingmainnet_Bytes + snapshotsRoots: [stagingmainnet_Bytes!] + snapshotsRoots_not: [stagingmainnet_Bytes!] + snapshotsRoots_contains: [stagingmainnet_Bytes!] + snapshotsRoots_contains_nocase: [stagingmainnet_Bytes!] + snapshotsRoots_not_contains: [stagingmainnet_Bytes!] + snapshotsRoots_not_contains_nocase: [stagingmainnet_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: stagingmainnet_Bytes + baseAggregateRoot_not: stagingmainnet_Bytes + baseAggregateRoot_gt: stagingmainnet_Bytes + baseAggregateRoot_lt: stagingmainnet_Bytes + baseAggregateRoot_gte: stagingmainnet_Bytes + baseAggregateRoot_lte: stagingmainnet_Bytes + baseAggregateRoot_in: [stagingmainnet_Bytes!] + baseAggregateRoot_not_in: [stagingmainnet_Bytes!] + baseAggregateRoot_contains: stagingmainnet_Bytes + baseAggregateRoot_not_contains: stagingmainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootProposed_filter] + or: [stagingmainnet_OptimisticRootProposed_filter] +} + +enum stagingmainnet_OptimisticRootProposed_orderBy { + id + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp + blockNumber +} + +"""Defines the order direction, either ascending or descending""" +enum stagingmainnet_OrderDirection { + asc + desc +} + +type stagingmainnet_PolygonConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_PolygonConnectorMeta_filter] + or: [stagingmainnet_PolygonConnectorMeta_filter] +} + +enum stagingmainnet_PolygonConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_PolygonZkConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_PolygonZkConnectorMeta_filter { + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_PolygonZkConnectorMeta_filter] + or: [stagingmainnet_PolygonZkConnectorMeta_filter] +} + +enum stagingmainnet_PolygonZkConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type Query { + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootAggregated + stagingmainnet_rootAggregateds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootAggregated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootAggregated!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootPropagated + stagingmainnet_rootPropagateds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootPropagated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootPropagated!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AggregatedMessageRoot + stagingmainnet_aggregatedMessageRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AggregatedMessageRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AggregatedMessageRoot!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootManagerMeta + stagingmainnet_rootManagerMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootManagerMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootManagerMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootManagerMode + stagingmainnet_rootManagerModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootManagerMode_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootManagerMode!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OptimisticRootProposed + stagingmainnet_optimisticRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OptimisticRootProposed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OptimisticRootProposed!]! + stagingmainnet_hubOptimisticRootFinalized( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_HubOptimisticRootFinalized + stagingmainnet_hubOptimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_HubOptimisticRootFinalized_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_HubOptimisticRootFinalized!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OptimisticRootPropagated + stagingmainnet_optimisticRootPropagateds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OptimisticRootPropagated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OptimisticRootPropagated!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_PolygonConnectorMeta + stagingmainnet_polygonConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_PolygonConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_PolygonConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OptimismConnectorMeta + stagingmainnet_optimismConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OptimismConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OptimismConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_BnbConnectorMeta + stagingmainnet_bnbConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_BnbConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_BnbConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_ArbitrumConnectorMeta + stagingmainnet_arbitrumConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_ArbitrumConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_GnosisConnectorMeta + stagingmainnet_gnosisConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_GnosisConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_GnosisConnectorMeta!]! + stagingmainnet_lineaConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_LineaConnectorMeta + stagingmainnet_lineaConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_LineaConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_LineaConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_LineaConnectorMeta!]! + stagingmainnet_metisConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_MetisConnectorMeta + stagingmainnet_metisConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_MetisConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_MetisConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_MetisConnectorMeta!]! + stagingmainnet_mantleConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_MantleConnectorMeta + stagingmainnet_mantleConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_MantleConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_MantleConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_MantleConnectorMeta!]! + stagingmainnet_avalancheConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AvalancheConnectorMeta + stagingmainnet_avalancheConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AvalancheConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AvalancheConnectorMeta!]! + stagingmainnet_baseConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_BaseConnectorMeta + stagingmainnet_baseConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_BaseConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_BaseConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_BaseConnectorMeta!]! + stagingmainnet_polygonZkConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_PolygonZkConnectorMeta + stagingmainnet_polygonZkConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_PolygonZkConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_PolygonZkConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_ZkSyncConnectorMeta + stagingmainnet_zkSyncConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_ZkSyncConnectorMeta!]! + stagingmainnet_modeConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_ModeConnectorMeta + stagingmainnet_modeConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_ModeConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ModeConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_ModeConnectorMeta!]! + stagingmainnet_scrollConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_ScrollConnectorMeta + stagingmainnet_scrollConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_ScrollConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ScrollConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_ScrollConnectorMeta!]! + stagingmainnet_xlayerConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_XlayerConnectorMeta + stagingmainnet_xlayerConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_XlayerConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_XlayerConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_XlayerConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootMessageProcessed + stagingmainnet_rootMessageProcesseds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootMessageProcessed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootMessageProcessed!]! + stagingmainnet_aggregateRootSavedSlow( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AggregateRootSavedSlow + stagingmainnet_aggregateRootSavedSlows( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRootSavedSlow_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AggregateRootSavedSlow!]! + stagingmainnet_hubDomain( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_HubDomain + stagingmainnet_hubDomains( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_HubDomain_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_HubDomain_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_HubDomain!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ +} + +type stagingmainnet_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: stagingmainnet_Bytes! + index: BigInt! +} + +input stagingmainnet_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: stagingmainnet_Bytes + receivedRoot_not: stagingmainnet_Bytes + receivedRoot_gt: stagingmainnet_Bytes + receivedRoot_lt: stagingmainnet_Bytes + receivedRoot_gte: stagingmainnet_Bytes + receivedRoot_lte: stagingmainnet_Bytes + receivedRoot_in: [stagingmainnet_Bytes!] + receivedRoot_not_in: [stagingmainnet_Bytes!] + receivedRoot_contains: stagingmainnet_Bytes + receivedRoot_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootAggregated_filter] + or: [stagingmainnet_RootAggregated_filter] +} + +enum stagingmainnet_RootAggregated_orderBy { + id + domain + receivedRoot + index +} + +type stagingmainnet_RootManagerMeta { + id: ID! + domains: [BigInt!] + connectors: [stagingmainnet_Bytes!] +} + +input stagingmainnet_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: [stagingmainnet_Bytes!] + connectors_not: [stagingmainnet_Bytes!] + connectors_contains: [stagingmainnet_Bytes!] + connectors_contains_nocase: [stagingmainnet_Bytes!] + connectors_not_contains: [stagingmainnet_Bytes!] + connectors_not_contains_nocase: [stagingmainnet_Bytes!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootManagerMeta_filter] + or: [stagingmainnet_RootManagerMeta_filter] +} + +enum stagingmainnet_RootManagerMeta_orderBy { + id + domains + connectors +} + +type stagingmainnet_RootManagerMode { + id: ID! + mode: String! +} + +input stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootManagerMode_filter] + or: [stagingmainnet_RootManagerMode_filter] +} + +enum stagingmainnet_RootManagerMode_orderBy { + id + mode +} + +type stagingmainnet_RootMessageProcessed { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + root: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input stagingmainnet_RootMessageProcessed_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + root: stagingmainnet_Bytes + root_not: stagingmainnet_Bytes + root_gt: stagingmainnet_Bytes + root_lt: stagingmainnet_Bytes + root_gte: stagingmainnet_Bytes + root_lte: stagingmainnet_Bytes + root_in: [stagingmainnet_Bytes!] + root_not_in: [stagingmainnet_Bytes!] + root_contains: stagingmainnet_Bytes + root_not_contains: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + caller_not: stagingmainnet_Bytes + caller_gt: stagingmainnet_Bytes + caller_lt: stagingmainnet_Bytes + caller_gte: stagingmainnet_Bytes + caller_lte: stagingmainnet_Bytes + caller_in: [stagingmainnet_Bytes!] + caller_not_in: [stagingmainnet_Bytes!] + caller_contains: stagingmainnet_Bytes + caller_not_contains: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + transactionHash_not: stagingmainnet_Bytes + transactionHash_gt: stagingmainnet_Bytes + transactionHash_lt: stagingmainnet_Bytes + transactionHash_gte: stagingmainnet_Bytes + transactionHash_lte: stagingmainnet_Bytes + transactionHash_in: [stagingmainnet_Bytes!] + transactionHash_not_in: [stagingmainnet_Bytes!] + transactionHash_contains: stagingmainnet_Bytes + transactionHash_not_contains: stagingmainnet_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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootMessageProcessed_filter] + or: [stagingmainnet_RootMessageProcessed_filter] +} + +enum stagingmainnet_RootMessageProcessed_orderBy { + id + spokeDomain + hubDomain + root + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type stagingmainnet_RootPropagated { + id: ID! + aggregate: stagingmainnet_Bytes! + domainsHash: stagingmainnet_Bytes! + count: BigInt! + blockNumber: BigInt +} + +input stagingmainnet_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: stagingmainnet_Bytes + aggregate_not: stagingmainnet_Bytes + aggregate_gt: stagingmainnet_Bytes + aggregate_lt: stagingmainnet_Bytes + aggregate_gte: stagingmainnet_Bytes + aggregate_lte: stagingmainnet_Bytes + aggregate_in: [stagingmainnet_Bytes!] + aggregate_not_in: [stagingmainnet_Bytes!] + aggregate_contains: stagingmainnet_Bytes + aggregate_not_contains: stagingmainnet_Bytes + domainsHash: stagingmainnet_Bytes + domainsHash_not: stagingmainnet_Bytes + domainsHash_gt: stagingmainnet_Bytes + domainsHash_lt: stagingmainnet_Bytes + domainsHash_gte: stagingmainnet_Bytes + domainsHash_lte: stagingmainnet_Bytes + domainsHash_in: [stagingmainnet_Bytes!] + domainsHash_not_in: [stagingmainnet_Bytes!] + domainsHash_contains: stagingmainnet_Bytes + domainsHash_not_contains: stagingmainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootPropagated_filter] + or: [stagingmainnet_RootPropagated_filter] +} + +enum stagingmainnet_RootPropagated_orderBy { + id + aggregate + domainsHash + count + blockNumber +} + +type stagingmainnet_ScrollConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_ScrollConnectorMeta_filter { + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ScrollConnectorMeta_filter] + or: [stagingmainnet_ScrollConnectorMeta_filter] +} + +enum stagingmainnet_ScrollConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type Subscription { + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootAggregated + stagingmainnet_rootAggregateds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootAggregated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootAggregated!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootPropagated + stagingmainnet_rootPropagateds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootPropagated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootPropagated!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AggregatedMessageRoot + stagingmainnet_aggregatedMessageRoots( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AggregatedMessageRoot_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AggregatedMessageRoot!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootManagerMeta + stagingmainnet_rootManagerMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootManagerMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootManagerMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootManagerMode + stagingmainnet_rootManagerModes( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootManagerMode_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootManagerMode!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OptimisticRootProposed + stagingmainnet_optimisticRootProposeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OptimisticRootProposed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OptimisticRootProposed!]! + stagingmainnet_hubOptimisticRootFinalized( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_HubOptimisticRootFinalized + stagingmainnet_hubOptimisticRootFinalizeds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_HubOptimisticRootFinalized_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_HubOptimisticRootFinalized!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OptimisticRootPropagated + stagingmainnet_optimisticRootPropagateds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OptimisticRootPropagated_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OptimisticRootPropagated!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_PolygonConnectorMeta + stagingmainnet_polygonConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_PolygonConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_PolygonConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_OptimismConnectorMeta + stagingmainnet_optimismConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_OptimismConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_OptimismConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_BnbConnectorMeta + stagingmainnet_bnbConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_BnbConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_BnbConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_ArbitrumConnectorMeta + stagingmainnet_arbitrumConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_ArbitrumConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_GnosisConnectorMeta + stagingmainnet_gnosisConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_GnosisConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_GnosisConnectorMeta!]! + stagingmainnet_lineaConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_LineaConnectorMeta + stagingmainnet_lineaConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_LineaConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_LineaConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_LineaConnectorMeta!]! + stagingmainnet_metisConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_MetisConnectorMeta + stagingmainnet_metisConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_MetisConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_MetisConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_MetisConnectorMeta!]! + stagingmainnet_mantleConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_MantleConnectorMeta + stagingmainnet_mantleConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_MantleConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_MantleConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_MantleConnectorMeta!]! + stagingmainnet_avalancheConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AvalancheConnectorMeta + stagingmainnet_avalancheConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AvalancheConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AvalancheConnectorMeta!]! + stagingmainnet_baseConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_BaseConnectorMeta + stagingmainnet_baseConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_BaseConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_BaseConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_BaseConnectorMeta!]! + stagingmainnet_polygonZkConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_PolygonZkConnectorMeta + stagingmainnet_polygonZkConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_PolygonZkConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_PolygonZkConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_ZkSyncConnectorMeta + stagingmainnet_zkSyncConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_ZkSyncConnectorMeta!]! + stagingmainnet_modeConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_ModeConnectorMeta + stagingmainnet_modeConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_ModeConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ModeConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_ModeConnectorMeta!]! + stagingmainnet_scrollConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_ScrollConnectorMeta + stagingmainnet_scrollConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_ScrollConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_ScrollConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_ScrollConnectorMeta!]! + stagingmainnet_xlayerConnectorMeta( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_XlayerConnectorMeta + stagingmainnet_xlayerConnectorMetas( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_XlayerConnectorMeta_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_XlayerConnectorMeta_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_XlayerConnectorMeta!]! + stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_RootMessageProcessed + stagingmainnet_rootMessageProcesseds( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_RootMessageProcessed_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_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: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_RootMessageProcessed!]! + stagingmainnet_aggregateRootSavedSlow( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_AggregateRootSavedSlow + stagingmainnet_aggregateRootSavedSlows( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_AggregateRootSavedSlow_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_AggregateRootSavedSlow!]! + stagingmainnet_hubDomain( + id: ID! + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): stagingmainnet_HubDomain + stagingmainnet_hubDomains( + skip: Int = 0 + first: Int = 100 + orderBy: stagingmainnet_HubDomain_orderBy + orderDirection: stagingmainnet_OrderDirection + where: stagingmainnet_HubDomain_filter + """ + The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + """ + block: stagingmainnet_Block_height + """ + Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + """ + subgraphError: _SubgraphErrorPolicy_! = deny + ): [stagingmainnet_HubDomain!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ +} + +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + +type stagingmainnet_XlayerConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_XlayerConnectorMeta_filter { + 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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_XlayerConnectorMeta_filter] + or: [stagingmainnet_XlayerConnectorMeta_filter] +} + +enum stagingmainnet_XlayerConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet_ZkSyncConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! +} + +input stagingmainnet_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: stagingmainnet_Bytes + amb_not: stagingmainnet_Bytes + amb_gt: stagingmainnet_Bytes + amb_lt: stagingmainnet_Bytes + amb_gte: stagingmainnet_Bytes + amb_lte: stagingmainnet_Bytes + amb_in: [stagingmainnet_Bytes!] + amb_not_in: [stagingmainnet_Bytes!] + amb_contains: stagingmainnet_Bytes + amb_not_contains: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + rootManager_not: stagingmainnet_Bytes + rootManager_gt: stagingmainnet_Bytes + rootManager_lt: stagingmainnet_Bytes + rootManager_gte: stagingmainnet_Bytes + rootManager_lte: stagingmainnet_Bytes + rootManager_in: [stagingmainnet_Bytes!] + rootManager_not_in: [stagingmainnet_Bytes!] + rootManager_contains: stagingmainnet_Bytes + rootManager_not_contains: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes + mirrorConnector_not: stagingmainnet_Bytes + mirrorConnector_gt: stagingmainnet_Bytes + mirrorConnector_lt: stagingmainnet_Bytes + mirrorConnector_gte: stagingmainnet_Bytes + mirrorConnector_lte: stagingmainnet_Bytes + mirrorConnector_in: [stagingmainnet_Bytes!] + mirrorConnector_not_in: [stagingmainnet_Bytes!] + mirrorConnector_contains: stagingmainnet_Bytes + mirrorConnector_not_contains: stagingmainnet_Bytes + """Filter for the block changed event.""" + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ZkSyncConnectorMeta_filter] + or: [stagingmainnet_ZkSyncConnectorMeta_filter] +} + +enum stagingmainnet_ZkSyncConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingmainnet__Block_ { + """The hash of the block""" + hash: stagingmainnet_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int + """The hash of the parent block""" + parentHash: stagingmainnet_Bytes +} + +"""The type for the top-level _meta field""" +type stagingmainnet__Meta_ { + """ + Information 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: stagingmainnet__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 +} \ No newline at end of file diff --git a/packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/types.ts b/packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/types.ts new file mode 100644 index 0000000000..a73233ec98 --- /dev/null +++ b/packages/adapters/subgraph/.graphclient/sources/Hub_Staging_Mainnet/types.ts @@ -0,0 +1,3224 @@ +// @ts-nocheck + +import { InContextSdkMethod } from '@graphql-mesh/types'; +import { MeshContext } from '@graphql-mesh/runtime'; + +export namespace HubStagingMainnetTypes { + export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +/** All built-in and custom scalars, mapped to their actual values */ +export type Scalars = { + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + stagingmainnet_BigDecimal: any; + BigInt: any; + stagingmainnet_Bytes: any; + stagingmainnet_Int8: any; + Timestamp: any; +}; + +export type stagingmainnet_AggregateRootSavedSlow = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; +}; + +export type stagingmainnet_AggregateRootSavedSlow_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + aggregatedRoots?: InputMaybe>; + aggregatedRoots_not?: InputMaybe>; + aggregatedRoots_contains?: InputMaybe>; + aggregatedRoots_contains_nocase?: InputMaybe>; + aggregatedRoots_not_contains?: InputMaybe>; + aggregatedRoots_not_contains_nocase?: InputMaybe>; + rootTimestamp?: InputMaybe; + rootTimestamp_not?: InputMaybe; + rootTimestamp_gt?: InputMaybe; + rootTimestamp_lt?: InputMaybe; + rootTimestamp_gte?: InputMaybe; + rootTimestamp_lte?: InputMaybe; + rootTimestamp_in?: InputMaybe>; + rootTimestamp_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_AggregateRootSavedSlow_orderBy = + | 'id' + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; + +export type stagingmainnet_AggregatedMessageRoot = { + id: Scalars['ID']; + index: Scalars['BigInt']; + receivedRoot: Scalars['stagingmainnet_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; +}; + +export type stagingmainnet_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>; + 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 stagingmainnet_AggregatedMessageRoot_orderBy = + | 'id' + | 'index' + | 'receivedRoot' + | 'domain' + | 'blockNumber'; + +export type stagingmainnet_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingmainnet_ArbitrumConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_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 stagingmainnet_ArbitrumConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_AvalancheConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_AvalancheConnectorMeta_filter = { + 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 stagingmainnet_AvalancheConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_BaseConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_BaseConnectorMeta_filter = { + 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 stagingmainnet_BaseConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type stagingmainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type stagingmainnet_BnbConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_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 stagingmainnet_BnbConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_GnosisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_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 stagingmainnet_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_HubDomain = { + id: Scalars['ID']; + domain?: Maybe; +}; + +export type stagingmainnet_HubDomain_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_HubDomain_orderBy = + | 'id' + | 'domain'; + +export type stagingmainnet_HubOptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmainnet_HubOptimisticRootFinalized_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + 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 stagingmainnet_HubOptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +export type stagingmainnet_LineaConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_LineaConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type stagingmainnet_LineaConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_MantleConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_MantleConnectorMeta_filter = { + 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 stagingmainnet_MantleConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_MetisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_MetisConnectorMeta_filter = { + 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 stagingmainnet_MetisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_ModeConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_ModeConnectorMeta_filter = { + 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 stagingmainnet_ModeConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_OptimismConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_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 stagingmainnet_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_OptimisticRootPropagated = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + domainsHash: Scalars['stagingmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmainnet_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>; + 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 stagingmainnet_OptimisticRootPropagated_orderBy = + | 'id' + | 'aggregateRoot' + | 'domainsHash' + | 'timestamp' + | 'blockNumber'; + +export type stagingmainnet_OptimisticRootProposed = { + id: Scalars['ID']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['stagingmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmainnet_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; + 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 stagingmainnet_OptimisticRootProposed_orderBy = + | 'id' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type stagingmainnet_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingmainnet_PolygonConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_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 stagingmainnet_PolygonConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_PolygonZkConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_PolygonZkConnectorMeta_filter = { + 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 stagingmainnet_PolygonZkConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type Query = { + stagingmainnet_rootAggregated?: Maybe; + stagingmainnet_rootAggregateds: Array; + stagingmainnet_rootPropagated?: Maybe; + stagingmainnet_rootPropagateds: Array; + stagingmainnet_aggregatedMessageRoot?: Maybe; + stagingmainnet_aggregatedMessageRoots: Array; + stagingmainnet_rootManagerMeta?: Maybe; + stagingmainnet_rootManagerMetas: Array; + stagingmainnet_rootManagerMode?: Maybe; + stagingmainnet_rootManagerModes: Array; + stagingmainnet_optimisticRootProposed?: Maybe; + stagingmainnet_optimisticRootProposeds: Array; + stagingmainnet_hubOptimisticRootFinalized?: Maybe; + stagingmainnet_hubOptimisticRootFinalizeds: Array; + stagingmainnet_optimisticRootPropagated?: Maybe; + stagingmainnet_optimisticRootPropagateds: Array; + stagingmainnet_polygonConnectorMeta?: Maybe; + stagingmainnet_polygonConnectorMetas: Array; + stagingmainnet_optimismConnectorMeta?: Maybe; + stagingmainnet_optimismConnectorMetas: Array; + stagingmainnet_bnbConnectorMeta?: Maybe; + stagingmainnet_bnbConnectorMetas: Array; + stagingmainnet_arbitrumConnectorMeta?: Maybe; + stagingmainnet_arbitrumConnectorMetas: Array; + stagingmainnet_gnosisConnectorMeta?: Maybe; + stagingmainnet_gnosisConnectorMetas: Array; + stagingmainnet_lineaConnectorMeta?: Maybe; + stagingmainnet_lineaConnectorMetas: Array; + stagingmainnet_metisConnectorMeta?: Maybe; + stagingmainnet_metisConnectorMetas: Array; + stagingmainnet_mantleConnectorMeta?: Maybe; + stagingmainnet_mantleConnectorMetas: Array; + stagingmainnet_avalancheConnectorMeta?: Maybe; + stagingmainnet_avalancheConnectorMetas: Array; + stagingmainnet_baseConnectorMeta?: Maybe; + stagingmainnet_baseConnectorMetas: Array; + stagingmainnet_polygonZkConnectorMeta?: Maybe; + stagingmainnet_polygonZkConnectorMetas: Array; + stagingmainnet_zkSyncConnectorMeta?: Maybe; + stagingmainnet_zkSyncConnectorMetas: Array; + stagingmainnet_modeConnectorMeta?: Maybe; + stagingmainnet_modeConnectorMetas: Array; + stagingmainnet_scrollConnectorMeta?: Maybe; + stagingmainnet_scrollConnectorMetas: Array; + stagingmainnet_xlayerConnectorMeta?: Maybe; + stagingmainnet_xlayerConnectorMetas: Array; + stagingmainnet_rootMessageProcessed?: Maybe; + stagingmainnet_rootMessageProcesseds: Array; + stagingmainnet_aggregateRootSavedSlow?: Maybe; + stagingmainnet_aggregateRootSavedSlows: Array; + stagingmainnet_hubDomain?: Maybe; + stagingmainnet_hubDomains: Array; + /** Access to subgraph metadata */ + stagingmainnet__meta?: Maybe; +}; + + +export type Querystagingmainnet_rootAggregatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootAggregatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_aggregatedMessageRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_aggregatedMessageRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootManagerMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootManagerMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootManagerModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootManagerModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimisticRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimisticRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_hubOptimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_hubOptimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimisticRootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimisticRootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_polygonConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_polygonConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimismConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_optimismConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_bnbConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_bnbConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_arbitrumConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_arbitrumConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_gnosisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_gnosisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_lineaConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_lineaConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_metisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_metisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_mantleConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_mantleConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_avalancheConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_avalancheConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_baseConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_baseConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_polygonZkConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_polygonZkConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_zkSyncConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_zkSyncConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_modeConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_modeConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_scrollConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_scrollConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_xlayerConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_xlayerConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootMessageProcessedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_rootMessageProcessedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_aggregateRootSavedSlowArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_aggregateRootSavedSlowsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_hubDomainArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet_hubDomainsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingmainnet__metaArgs = { + block?: InputMaybe; +}; + +export type stagingmainnet_RootAggregated = { + id: Scalars['ID']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['stagingmainnet_Bytes']; + index: Scalars['BigInt']; +}; + +export type stagingmainnet_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 stagingmainnet_RootAggregated_orderBy = + | 'id' + | 'domain' + | 'receivedRoot' + | 'index'; + +export type stagingmainnet_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; +}; + +export type stagingmainnet_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 stagingmainnet_RootManagerMeta_orderBy = + | 'id' + | 'domains' + | 'connectors'; + +export type stagingmainnet_RootManagerMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type stagingmainnet_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 stagingmainnet_RootManagerMode_orderBy = + | 'id' + | 'mode'; + +export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_RootMessageProcessed_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingmainnet_RootPropagated = { + id: Scalars['ID']; + aggregate: Scalars['stagingmainnet_Bytes']; + domainsHash: Scalars['stagingmainnet_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type stagingmainnet_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>; + 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 stagingmainnet_RootPropagated_orderBy = + | 'id' + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; + +export type stagingmainnet_ScrollConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_ScrollConnectorMeta_filter = { + 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 stagingmainnet_ScrollConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type Subscription = { + stagingmainnet_rootAggregated?: Maybe; + stagingmainnet_rootAggregateds: Array; + stagingmainnet_rootPropagated?: Maybe; + stagingmainnet_rootPropagateds: Array; + stagingmainnet_aggregatedMessageRoot?: Maybe; + stagingmainnet_aggregatedMessageRoots: Array; + stagingmainnet_rootManagerMeta?: Maybe; + stagingmainnet_rootManagerMetas: Array; + stagingmainnet_rootManagerMode?: Maybe; + stagingmainnet_rootManagerModes: Array; + stagingmainnet_optimisticRootProposed?: Maybe; + stagingmainnet_optimisticRootProposeds: Array; + stagingmainnet_hubOptimisticRootFinalized?: Maybe; + stagingmainnet_hubOptimisticRootFinalizeds: Array; + stagingmainnet_optimisticRootPropagated?: Maybe; + stagingmainnet_optimisticRootPropagateds: Array; + stagingmainnet_polygonConnectorMeta?: Maybe; + stagingmainnet_polygonConnectorMetas: Array; + stagingmainnet_optimismConnectorMeta?: Maybe; + stagingmainnet_optimismConnectorMetas: Array; + stagingmainnet_bnbConnectorMeta?: Maybe; + stagingmainnet_bnbConnectorMetas: Array; + stagingmainnet_arbitrumConnectorMeta?: Maybe; + stagingmainnet_arbitrumConnectorMetas: Array; + stagingmainnet_gnosisConnectorMeta?: Maybe; + stagingmainnet_gnosisConnectorMetas: Array; + stagingmainnet_lineaConnectorMeta?: Maybe; + stagingmainnet_lineaConnectorMetas: Array; + stagingmainnet_metisConnectorMeta?: Maybe; + stagingmainnet_metisConnectorMetas: Array; + stagingmainnet_mantleConnectorMeta?: Maybe; + stagingmainnet_mantleConnectorMetas: Array; + stagingmainnet_avalancheConnectorMeta?: Maybe; + stagingmainnet_avalancheConnectorMetas: Array; + stagingmainnet_baseConnectorMeta?: Maybe; + stagingmainnet_baseConnectorMetas: Array; + stagingmainnet_polygonZkConnectorMeta?: Maybe; + stagingmainnet_polygonZkConnectorMetas: Array; + stagingmainnet_zkSyncConnectorMeta?: Maybe; + stagingmainnet_zkSyncConnectorMetas: Array; + stagingmainnet_modeConnectorMeta?: Maybe; + stagingmainnet_modeConnectorMetas: Array; + stagingmainnet_scrollConnectorMeta?: Maybe; + stagingmainnet_scrollConnectorMetas: Array; + stagingmainnet_xlayerConnectorMeta?: Maybe; + stagingmainnet_xlayerConnectorMetas: Array; + stagingmainnet_rootMessageProcessed?: Maybe; + stagingmainnet_rootMessageProcesseds: Array; + stagingmainnet_aggregateRootSavedSlow?: Maybe; + stagingmainnet_aggregateRootSavedSlows: Array; + stagingmainnet_hubDomain?: Maybe; + stagingmainnet_hubDomains: Array; + /** Access to subgraph metadata */ + stagingmainnet__meta?: Maybe; +}; + + +export type Subscriptionstagingmainnet_rootAggregatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootAggregatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_aggregatedMessageRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_aggregatedMessageRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootManagerMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootManagerMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootManagerModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootManagerModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_optimisticRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_optimisticRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_hubOptimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_hubOptimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_optimisticRootPropagatedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_optimisticRootPropagatedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_polygonConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_polygonConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_optimismConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_optimismConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_bnbConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_bnbConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_arbitrumConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_arbitrumConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_gnosisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_gnosisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_lineaConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_lineaConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_metisConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_metisConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_mantleConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_mantleConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_avalancheConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_avalancheConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_baseConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_baseConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_polygonZkConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_polygonZkConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_zkSyncConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_zkSyncConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_modeConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_modeConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_scrollConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_scrollConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_xlayerConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_xlayerConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootMessageProcessedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_rootMessageProcessedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_aggregateRootSavedSlowArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_aggregateRootSavedSlowsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_hubDomainArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet_hubDomainsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingmainnet__metaArgs = { + block?: InputMaybe; +}; + +export type stagingmainnet_XlayerConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_XlayerConnectorMeta_filter = { + 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 stagingmainnet_XlayerConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet_ZkSyncConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; +}; + +export type stagingmainnet_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 stagingmainnet_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type stagingmainnet__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 hash of the parent block */ + parentHash?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type stagingmainnet__Meta_ = { + /** + * Information 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: stagingmainnet__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 QuerySdk = { + /** null **/ + stagingmainnet_rootAggregated: InContextSdkMethod, + /** null **/ + stagingmainnet_rootAggregateds: InContextSdkMethod, + /** null **/ + stagingmainnet_rootPropagated: InContextSdkMethod, + /** null **/ + stagingmainnet_rootPropagateds: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregatedMessageRoot: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregatedMessageRoots: InContextSdkMethod, + /** null **/ + stagingmainnet_rootManagerMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_rootManagerMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_rootManagerMode: InContextSdkMethod, + /** null **/ + stagingmainnet_rootManagerModes: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootProposed: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootProposeds: InContextSdkMethod, + /** null **/ + stagingmainnet_hubOptimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingmainnet_hubOptimisticRootFinalizeds: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootPropagated: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootPropagateds: InContextSdkMethod, + /** null **/ + stagingmainnet_polygonConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_polygonConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_optimismConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_optimismConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_bnbConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_bnbConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_arbitrumConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_arbitrumConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_gnosisConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_gnosisConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_lineaConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_lineaConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_metisConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_metisConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_mantleConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_mantleConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_avalancheConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_avalancheConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_baseConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_baseConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_polygonZkConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_polygonZkConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_zkSyncConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_zkSyncConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_modeConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_modeConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_scrollConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_scrollConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_xlayerConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_xlayerConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_rootMessageProcessed: InContextSdkMethod, + /** null **/ + stagingmainnet_rootMessageProcesseds: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRootSavedSlow: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRootSavedSlows: InContextSdkMethod, + /** null **/ + stagingmainnet_hubDomain: InContextSdkMethod, + /** null **/ + stagingmainnet_hubDomains: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingmainnet__meta: InContextSdkMethod + }; + + export type MutationSdk = { + + }; + + export type SubscriptionSdk = { + /** null **/ + stagingmainnet_rootAggregated: InContextSdkMethod, + /** null **/ + stagingmainnet_rootAggregateds: InContextSdkMethod, + /** null **/ + stagingmainnet_rootPropagated: InContextSdkMethod, + /** null **/ + stagingmainnet_rootPropagateds: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregatedMessageRoot: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregatedMessageRoots: InContextSdkMethod, + /** null **/ + stagingmainnet_rootManagerMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_rootManagerMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_rootManagerMode: InContextSdkMethod, + /** null **/ + stagingmainnet_rootManagerModes: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootProposed: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootProposeds: InContextSdkMethod, + /** null **/ + stagingmainnet_hubOptimisticRootFinalized: InContextSdkMethod, + /** null **/ + stagingmainnet_hubOptimisticRootFinalizeds: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootPropagated: InContextSdkMethod, + /** null **/ + stagingmainnet_optimisticRootPropagateds: InContextSdkMethod, + /** null **/ + stagingmainnet_polygonConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_polygonConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_optimismConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_optimismConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_bnbConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_bnbConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_arbitrumConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_arbitrumConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_gnosisConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_gnosisConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_lineaConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_lineaConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_metisConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_metisConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_mantleConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_mantleConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_avalancheConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_avalancheConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_baseConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_baseConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_polygonZkConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_polygonZkConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_zkSyncConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_zkSyncConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_modeConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_modeConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_scrollConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_scrollConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_xlayerConnectorMeta: InContextSdkMethod, + /** null **/ + stagingmainnet_xlayerConnectorMetas: InContextSdkMethod, + /** null **/ + stagingmainnet_rootMessageProcessed: InContextSdkMethod, + /** null **/ + stagingmainnet_rootMessageProcesseds: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRootSavedSlow: InContextSdkMethod, + /** null **/ + stagingmainnet_aggregateRootSavedSlows: InContextSdkMethod, + /** null **/ + stagingmainnet_hubDomain: InContextSdkMethod, + /** null **/ + stagingmainnet_hubDomains: InContextSdkMethod, + /** Access to subgraph metadata **/ + stagingmainnet__meta: InContextSdkMethod + }; + + export type Context = { + ["Hub_Staging_Mainnet"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk }, + + }; +} diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/introspectionSchema.ts index a75308ec57..57450b1a84 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/introspectionSchema.ts @@ -127,32 +127,6 @@ const schemaAST = { } ] }, - { - "kind": "EnumTypeDefinition", - "name": { - "kind": "Name", - "value": "Aggregation_interval" - }, - "values": [ - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "hour" - }, - "directives": [] - }, - { - "kind": "EnumValueDefinition", - "name": { - "kind": "Name", - "value": "day" - }, - "directives": [] - } - ], - "directives": [] - }, { "kind": "ScalarTypeDefinition", "name": { @@ -33952,19 +33926,6 @@ const schemaAST = { ], "directives": [] }, - { - "kind": "ScalarTypeDefinition", - "description": { - "kind": "StringValue", - "value": "A string representation of microseconds UNIX timestamp (16 digits)\n", - "block": true - }, - "name": { - "kind": "Name", - "value": "Timestamp" - }, - "directives": [] - }, { "kind": "ObjectTypeDefinition", "name": { @@ -34037,27 +33998,6 @@ const schemaAST = { } }, "directives": [] - }, - { - "kind": "FieldDefinition", - "description": { - "kind": "StringValue", - "value": "The hash of the parent block", - "block": true - }, - "name": { - "kind": "Name", - "value": "parentHash" - }, - "arguments": [], - "type": { - "kind": "NamedType", - "name": { - "kind": "Name", - "value": "Bytes" - } - }, - "directives": [] } ], "interfaces": [], diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/schema.graphql index bdbe865d2f..9dcbcb127e 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/schema.graphql @@ -12,11 +12,6 @@ directive @subgraphId(id: String!) on OBJECT "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API." directive @derivedFrom(field: String!) on FIELD_DEFINITION -enum base_swap_Aggregation_interval { - hour - day -} - scalar base_swap_BigDecimal scalar BigInt @@ -2675,12 +2670,6 @@ enum base_swap_SystemInfo_orderBy { swapCount } -""" -A string representation of microseconds UNIX timestamp (16 digits) - -""" -scalar Timestamp - type base_swap__Block_ { """The hash of the block""" hash: base_swap_Bytes @@ -2688,8 +2677,6 @@ type base_swap__Block_ { number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int - """The hash of the parent block""" - parentHash: base_swap_Bytes } """The type for the top-level _meta field""" diff --git a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/types.ts b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/types.ts index f3ca2cdb83..cfbf179060 100644 --- a/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/StableSwap_Base/types.ts @@ -20,13 +20,8 @@ export type Scalars = { BigInt: any; base_swap_Bytes: any; base_swap_Int8: any; - Timestamp: any; }; -export type base_swap_Aggregation_interval = - | 'hour' - | 'day'; - export type base_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; @@ -2544,8 +2539,6 @@ export type base_swap__Block_ = { number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; - /** The hash of the parent block */ - parentHash?: Maybe; }; /** The type for the top-level _meta field */